browserstack-node-sdk 1.65.2 → 1.65.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a105_0x5cced2=a105_0x2935;function a105_0x2a24(){const _0x553cba=['408343UQDtSe','49ZFWsPj','addMultipleEntries','exports','createContext','hex','232762MoItGG','sha256','1326798ATPHFA','get','twQfh','updateMultipleEntries','3233296zxUcLI','updateData','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','forEach','getAllData','getId','update','context','./trackedContext','digest','3194400DzHHgm','getContext','WGYdw','set','pid','613280McAfIe','193278aNBnbm','data','9hyrQDc','uCbBV','keys','getRef','4ogSMFV'];a105_0x2a24=function(){return _0x553cba;};return a105_0x2a24();}(function(_0x2d0352,_0x2e0b57){const _0x3f93d8=a105_0x2935,_0x36769c=_0x2d0352();while(!![]){try{const _0x174c71=parseInt(_0x3f93d8(0x181))/0x1+-parseInt(_0x3f93d8(0x187))/0x2+parseInt(_0x3f93d8(0x189))/0x3*(parseInt(_0x3f93d8(0x180))/0x4)+-parseInt(_0x3f93d8(0x179))/0x5+-parseInt(_0x3f93d8(0x17a))/0x6*(parseInt(_0x3f93d8(0x182))/0x7)+parseInt(_0x3f93d8(0x16a))/0x8*(-parseInt(_0x3f93d8(0x17c))/0x9)+parseInt(_0x3f93d8(0x174))/0xa;if(_0x174c71===_0x2e0b57)break;else _0x36769c['push'](_0x36769c['shift']());}catch(_0xbdb9a){_0x36769c['push'](_0x36769c['shift']());}}}(a105_0x2a24,0x4992f));function a105_0x2935(_0x51d8a8,_0x17bd50){const _0x2a245c=a105_0x2a24();return a105_0x2935=function(_0x293525,_0x55a49f){_0x293525=_0x293525-0x167;let _0x1be917=_0x2a245c[_0x293525];return _0x1be917;},a105_0x2935(_0x51d8a8,_0x17bd50);}const TrackedContext=require(a105_0x5cced2(0x172)),crypto=require('crypto'),{threadId}=require('worker_threads');class TrackedInstance{static [a105_0x5cced2(0x16c)]='isBrowserstackAutomationSession';constructor(_0x4e36ca){const _0x3c29ff=a105_0x5cced2;this[_0x3c29ff(0x171)]=_0x4e36ca,this[_0x3c29ff(0x17b)]=new Map();}[a105_0x5cced2(0x17f)](){const _0xd35a97=a105_0x5cced2;return this['context'][_0xd35a97(0x16f)]();}[a105_0x5cced2(0x175)](){const _0x205bb6=a105_0x5cced2;return this[_0x205bb6(0x171)];}[a105_0x5cced2(0x16e)](){const _0x4e519b=a105_0x5cced2;return this[_0x4e519b(0x17b)];}[a105_0x5cced2(0x169)](_0x230f19){const _0x5796ad=a105_0x5cced2;Object[_0x5796ad(0x17e)](_0x230f19)[_0x5796ad(0x16d)](_0x277d44=>{const _0x2b9e8f=_0x5796ad;this[_0x2b9e8f(0x17b)][_0x2b9e8f(0x177)](_0x277d44,_0x230f19[_0x277d44]);});}[a105_0x5cced2(0x183)](_0x23aa8f){const _0x50f6f1=a105_0x5cced2;Object['entries'](_0x23aa8f)[_0x50f6f1(0x16d)](([_0x519be9,_0x50ed70])=>{const _0x3a89fc=_0x50f6f1,_0x4e71d8=this[_0x3a89fc(0x17b)][_0x3a89fc(0x167)](_0x519be9)||{},_0x3c4c3c={..._0x4e71d8,..._0x50ed70},_0x3818a4=_0x3c4c3c;this[_0x3a89fc(0x17b)][_0x3a89fc(0x177)](_0x519be9,_0x3818a4);});}['getData'](_0x56e826){const _0xb99226=a105_0x5cced2;return this[_0xb99226(0x17b)]['get'](_0x56e826);}[a105_0x5cced2(0x16b)](_0x590547,_0x525b61){const _0x372f27=a105_0x5cced2;this[_0x372f27(0x17b)][_0x372f27(0x177)](_0x590547,_0x525b61);}static[a105_0x5cced2(0x185)](_0x4922a1){const _0x2ce18d=a105_0x5cced2,_0x5a76f1={};_0x5a76f1[_0x2ce18d(0x176)]=_0x2ce18d(0x188),_0x5a76f1[_0x2ce18d(0x168)]=_0x2ce18d(0x186),_0x5a76f1['uCbBV']=function(_0x51b919,_0x567479){return _0x51b919||_0x567479;};const _0x47d50e=_0x5a76f1;return new TrackedContext(crypto['createHash'](_0x47d50e[_0x2ce18d(0x176)])[_0x2ce18d(0x170)](_0x4922a1)[_0x2ce18d(0x173)](_0x47d50e[_0x2ce18d(0x168)]),_0x47d50e[_0x2ce18d(0x17d)](threadId,0x0),process[_0x2ce18d(0x178)],typeof _0x4922a1);}}module[a105_0x5cced2(0x184)]=TrackedInstance;
1
+ function a105_0x58fd(_0x313c3c,_0x209410){const _0x12c2b8=a105_0x12c2();return a105_0x58fd=function(_0x58fd89,_0x448d3f){_0x58fd89=_0x58fd89-0x114;let _0x10ca90=_0x12c2b8[_0x58fd89];return _0x10ca90;},a105_0x58fd(_0x313c3c,_0x209410);}const a105_0x110a7c=a105_0x58fd;(function(_0x3e83e7,_0x54dd2a){const _0x340d6a=a105_0x58fd,_0x1573ce=_0x3e83e7();while(!![]){try{const _0x5bb188=parseInt(_0x340d6a(0x115))/0x1+-parseInt(_0x340d6a(0x116))/0x2*(-parseInt(_0x340d6a(0x11b))/0x3)+parseInt(_0x340d6a(0x11a))/0x4+parseInt(_0x340d6a(0x117))/0x5+-parseInt(_0x340d6a(0x130))/0x6+parseInt(_0x340d6a(0x122))/0x7+-parseInt(_0x340d6a(0x12e))/0x8;if(_0x5bb188===_0x54dd2a)break;else _0x1573ce['push'](_0x1573ce['shift']());}catch(_0x14374b){_0x1573ce['push'](_0x1573ce['shift']());}}}(a105_0x12c2,0x2099d));const TrackedContext=require(a105_0x110a7c(0x12a)),crypto=require(a105_0x110a7c(0x126)),{threadId}=require(a105_0x110a7c(0x118));class TrackedInstance{static [a105_0x110a7c(0x119)]=a105_0x110a7c(0x128);constructor(_0x3137d1){const _0x58b7ce=a105_0x110a7c;this['context']=_0x3137d1,this[_0x58b7ce(0x135)]=new Map();}['getRef'](){const _0x13520c=a105_0x110a7c;return this[_0x13520c(0x11d)][_0x13520c(0x11c)]();}[a105_0x110a7c(0x12b)](){return this['context'];}[a105_0x110a7c(0x137)](){const _0x2c2ba2=a105_0x110a7c;return this[_0x2c2ba2(0x135)];}[a105_0x110a7c(0x114)](_0x2b254c){const _0x4504d6=a105_0x110a7c;Object[_0x4504d6(0x11f)](_0x2b254c)[_0x4504d6(0x132)](_0xf6172d=>{const _0x58ac61=_0x4504d6;this[_0x58ac61(0x135)][_0x58ac61(0x131)](_0xf6172d,_0x2b254c[_0xf6172d]);});}[a105_0x110a7c(0x134)](_0x4a00b5){const _0x58fb69=a105_0x110a7c;Object['entries'](_0x4a00b5)[_0x58fb69(0x132)](([_0x374a5f,_0x15bef7])=>{const _0x437a48=_0x58fb69,_0x4d73eb=this[_0x437a48(0x135)][_0x437a48(0x121)](_0x374a5f)||{},_0x15ae98={..._0x4d73eb,..._0x15bef7},_0x17f9fd=_0x15ae98;this[_0x437a48(0x135)][_0x437a48(0x131)](_0x374a5f,_0x17f9fd);});}[a105_0x110a7c(0x123)](_0x1261f2){const _0x39a7c3=a105_0x110a7c;return this[_0x39a7c3(0x135)][_0x39a7c3(0x121)](_0x1261f2);}[a105_0x110a7c(0x127)](_0x22e255,_0x4de242){const _0x1db1ad=a105_0x110a7c;this['data'][_0x1db1ad(0x131)](_0x22e255,_0x4de242);}static[a105_0x110a7c(0x120)](_0x7ff6ce){const _0x1b1899=a105_0x110a7c,_0x145b40={};_0x145b40[_0x1b1899(0x133)]=_0x1b1899(0x12f),_0x145b40[_0x1b1899(0x12d)]='hex',_0x145b40[_0x1b1899(0x125)]=function(_0x32da68,_0x5ba876){return _0x32da68||_0x5ba876;};const _0x5d7aed=_0x145b40;return new TrackedContext(crypto[_0x1b1899(0x12c)](_0x5d7aed[_0x1b1899(0x133)])[_0x1b1899(0x11e)](_0x7ff6ce)[_0x1b1899(0x129)](_0x5d7aed[_0x1b1899(0x12d)]),_0x5d7aed[_0x1b1899(0x125)](threadId,0x0),process[_0x1b1899(0x136)],typeof _0x7ff6ce);}}module[a105_0x110a7c(0x124)]=TrackedInstance;function a105_0x12c2(){const _0x39b663=['context','update','keys','createContext','get','404271AmdkAp','getData','exports','KeYBF','crypto','updateData','isBrowserstackAutomationSession','digest','./trackedContext','getContext','createHash','rOMAh','3625776TEcIFP','sha256','1090794cnjokG','set','forEach','CBnRK','addMultipleEntries','data','pid','getAllData','updateMultipleEntries','116653DGdEZD','362LSKkjE','1303840wakKeZ','worker_threads','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','532052pXzGzJ','3321JloLXp','getId'];a105_0x12c2=function(){return _0x39b663;};return a105_0x12c2();}
@@ -1 +1 @@
1
- const a106_0x31b098=a106_0x2716;function a106_0x2716(_0x1c8a1b,_0x297ad3){const _0x15278a=a106_0x1527();return a106_0x2716=function(_0x271655,_0x238b17){_0x271655=_0x271655-0x16c;let _0x374026=_0x15278a[_0x271655];return _0x374026;},a106_0x2716(_0x1c8a1b,_0x297ad3);}function a106_0x1527(){const _0x4b1dd5=['isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','browserName','includeTagsInTestingScope','jjaZF',',\x20sessionId=','pfrtJ','accessibilityConfig','oVikP','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','nIaMw','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','toString','vaQTU','env','czxyk','performScanForCli:\x20No\x20','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','ulnMT','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','has','afterTestHook','measureWrapper','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','Executing\x20','KEY_TEST_SCOPES','getAccessibilityResults','YAMGH','zsAjP','includes','start','WZFHk','split','iJDks','eiMTR','message','../../../helpers/accessibility-automation/helper','vhAKH','initAccessibilityConfig','--headless=','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','toLowerCase','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','HcoNA','FeCwg','startsWith','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','command','getParamsForScanForCli','FAgVS','createHash','AmFYw','getCapabilities','acrmq','testhub_build_uuid','CREATE','find','getPlatformCaps','jpXJt','IhrDE','RnXVw','YfpsU','getCurrentAccessibilityStatus','nITIZ','\x20from\x20testIdentifier=','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','PlVel',',\x20testRunId=','NODE_GENERIC','qTMkt','sNULn','Error\x20getting\x20capability\x20value\x20for\x20','xnDkg','chromeOptions','tVmzo','commandsToWrap','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','sha256','KrjND','ghZkj','iRvWJ','YtAwK','setAccessibilityConfig','joHOl','util','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','evaluate','null','platformCaps','finishScanningForCli','debug','launchCaps','pgwmm','lOnkS','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','browserStackEvaluate','warn','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','isAccessibilityAutomationSession','eoFnU','Error\x20checking\x20headless\x20capability:\x20','SCAN_CAP_HIT','../TestInfo.js','fxJQd','\x20a11yToken=','isMobileScanningEnabledForGroup','DjtcC','DliZg','KEY_TESTHUB_BUILD_ID','GUkmW','\x20accessibility\x20script\x20on\x20page','getGoogleChromeOptions','AUTOMATION_SESSIONS','VCgTt','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','performScan\x20capped\x20at\x20','qyCby','mnQDI','IpbJv','KEY_INIT','saveTestResults','not-array','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','dNzXX','getScript','fxuQF','[AccessibilityModule]\x20onAfterTest:\x20framework=','\x22browserstack.key\x22:\x22[REDACTED]\x22','../../../helpers/classLogger','nUaqT','test-tags-->\x20','YirCA','148084UCiNqX','zpOBK','concat','rUgdJ','options','NHkZB','Xyjbe','jtClO','toISOString','TWjwc','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','qjvtX','join','pwPage','ZDIJI','_mobileScanningDisabledLogged','isAccessibilityScriptCommand','lKczO','isEnabled','efTFe','name','kZVmq','delete','map','_centralAuthConfigFetched','browserstack.accessibilityOptions.scannerVersion','cAbTr','x\x20over\x20','getTrackedInstance','FZOHt','ezlVs','getBrowserDisplayName','AHlTx','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','RyJpB','RvOeG','isAppAccessibility','version','getMinVersionForBrowser','isArray','tLkFP','__jestCurrentTestIdentifier','VfDfJ','__bstackA11yScanCapHit','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','isBrowserSupportedForAccessibility','testAnalyticsId','mxqyG','getTestFrameworkDetail','platformVersion','sMSWj','authHeader','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','JHbRN','performScan','VXuQn','DWSwg','loadAccessibilityConfig','stopTestCapture','Page\x20','1283823iPxvJo','appium:platformVersion','VyWPg',']\x20onAfterTest\x20should\x20scan=','accessibilityResult','NFMoF','parse',',\x20excludeTags=','YtDoz','getLogDisabledShown','../../../helpers/performance/constants.js','../../../helpers/helper','268951bRKApP','setAccessibilityToken','totalIssueCount','Bucdv','Performing\x20scan\x20before\x20from\x20cli','FbTgd','instance','Running\x20Save\x20results\x20for\x20Accessibility\x20testing',']\x20poll\x20attempt=','isEnabledTestcase','getAccessibility','gRFDw','hasAccessibilityExecuteParams','platformValidation','SAVE_RESULTS','wtPIP','rbuMZ','uvoqV','SCveo','hRtPD','_sendMessageServerPatchApplied','trim','crypto','isPlatformSupported','updateData','biPue','dmELv','update','nwBGg','Error\x20in\x20performPageScan:\x20','yoVTr','Stkia','wcagVersion','QeOKl','getResultResponse','scannerVersion','Accessibility\x20data\x20for\x20extension:\x20','cECzp','mergeObject',']\x20should\x20run\x20accessibility\x20value=','IBSkV','yljeU','tXhDn','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','LMusM','kgmtu','\x20env=','getPlatformIndex','\x20result\x20for\x20',']\x20isEnabledTestcase\x20(cucumber)\x20result=','\x22\x20pid=','iahYm','../../../helpers/accessibility-automation/scripts','error',',\x20tags=','patchSendMessageToServer','thQLr','../framework/automationFramework','info','executeScript','appium:platformName','page','parseA11yJwtPayload','replace','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','UPvSJ','tmNqo','setShouldScan','Error\x20getting\x20script\x20by\x20name\x20','some','GMPeg',',\x20testIdentifier=','22594NaHaPz','ADMEm','getName','meKXD','MODULE_NAME','testFramework','iUaXC','validatePlatformForAccessibility','223865zPkLvm','../state/hookState','lFjVZ','jjYRu','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','VYwjI','_pollUntilNonEmpty','fAvLS','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','keys','degradedReason','SDK_ACCESSIBILITY_CONFIG','goog:chromeOptions','resolveMobileThTestRunUuid','tDLyc','yBomx','getIsAppAccessibility','POST','PygnJ',',\x20framework=','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','ssPnG','vmlNA','[platform\x20-\x20',']\x20Accessibility\x20configuration\x20initialized\x20successfully','EguQx','\x22browserstack.user\x22:\x22[REDACTED]\x22','uOVCp','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','string','isMobilePlatform','\x20script\x20available\x20in\x20scriptsList','KEY_TEST_NAME','shAsu','Error\x20in\x20initAccessibilityConfig:\x20','getState','ScanArgs:\x20','2390Iaazim','_parseScriptsFromOptions','now',']\x20clear\x20','getResults','registerObserver','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','EQUuk','IAtlX','browser_version','unknown','\x20using\x20script:\x20','Error\x20in\x20shouldScanForCommand:\x20','ghgqU','function',')\x20result=','YZnQA','--headless=new','lwpbn','NutnY','VpGPz','cueME','capabilities','getContext','thTestRunUuid','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','QTYEM','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','browserstack.accessibilityOptions.scannerProcessingTimeout','beFrt','DZBgM','getTestUUID','slice','\x20script\x20available','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','accessibility','getData','GET_RESULTS_SUMMARY','AccessibilityModule.getResults','getAccessibilityResultsSummary','DRIVER_INIT','../../../helpers/performance/performance-tester.js','test_run_id','dhhOv','eTgAq','lTDNM','commandName','botKJ','accessibilityPlatform','AccessibilityModule.getResultsSummary','test_tags','ZRATR','_centralAuthA11yConfig','reason','ZPDtS','shouldScanForCommand:\x20','aotdx','Context','uDsPU','UVrSS','fetchDriverExecuteParamsEvent','Error\x20in\x20validatePlatformForAccessibility:\x20',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','AeAHw','dzrod','is_mobile_session','EcFws','cucumber','on\x20non-BrowserStack\x20infrastructure\x20','testInfo','utf-8','TrackedInstance','vsGJK','Gdjks','BAoGf','titlePath','length','skipCDPConnectOverride','scriptsList','performPageScan:\x20Script\x20is\x20null','android','BROWSERSTACK_TEST_ACCESSIBILITY_YML','dqhRN','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','hkkUl','../grpcClient','khovQ','HNYkN',']\x20polled\x20','stringify','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','value','xnKFN','jest','getCapabilityValue','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','getScriptsList','executeScriptByName','AtITW','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','browserstack_executor','accessibilityToken',',\x20available\x20commands:\x20','3ychDew','zyCKp','xdNYu','Error\x20in\x20processAccessibilityCaps:\x20','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','wNrKU','BROWSERSTACK_CLI_BIN_SESSION_ID','qgokS','testData','bKioZ','object','get','PwUrj','klWtZ','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','../cliUtils','browserVersion','JEST_WORKER_ID','CEGZS','platformName','wyFJw','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','JvOSu','getScriptByName','gSDeE','getOptions','end','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','BROWSERSTACK_TESTHUB_JWT','loadDriverExecuteParams','performPageScan:\x20Page\x20is\x20null','toTMQ','getInstance','MergedScanArgs:\x20','twTyb','present','\x20browser\x20version\x20greater\x20than\x20','getTesthub','awYMk','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','eXMsH','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','WwwdI','9527ZXqakI','getResultsSummary','scan','LPvVU','BkkJK','getAppAccessibilityResults','stack','Performing\x20scan\x20before\x20getting\x20results\x20summary','2KiWzup','sFEHD','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','size','[AccessibilityModule.getResultsSummary]\x20waited\x20','BS_A11Y_JWT','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','onAfterTest','../../utils/constants.js','PRE','uCSBk','AXxmu','kUgNl',',\x20isAppAccessibility=',',\x20testName=','nGtWY','UKIZl','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','Error\x20in\x20getAccessibilityResults:\x20','avDZi','eeLed','WMNGn','xHHQe','BAZlz','tVoHS','4024QpBGTB','dtwIC','commandsList','HAOWx','../../../helpers/accessibility-automation/constants','onBeforeExecute','\x20testHubUuid=','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','kmyWB','testFrameworkData','setLogDisabledShown','set','eNPRK','getCapabilitiesList','args','assign','pid','../state/automationFrameworkState','eFJFr','kUIMc','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','6GaDJRc','BXJoJ','getSuccess','IjejU','centralAuthToken','dKFso','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','toJson','../../playwright/accessibility-helper','NON_BROWSERSTACK_AUTOMATION_SESSIONS','No\x20summaryResults\x20found.','AGMzD','YQWpx','BATgS','\x20worker=\x22','currentTest',',\x20includeTags=','CBbaC','count=','Error\x20executing\x20script\x20','fxyuf','HqaTh','JvEkC','main','LOG_DISABLED_SHOWN','../framework/constants/testFrameworkConstants.js','browserstack.accessibilityOptions.wcagVersion','fetchCentralAuthA11yConfig','onBeforeExecute:\x20command=','nUyXM','ZgzhP','saveResults','dGtXV','__workerDetails','isVersionSupported','isMobileWebSession','feLRc','getModuleName',']\x20isEnabledTestcase\x20(','bind','onBeforeExecute:\x20No\x20command\x20name\x20provided','driver','tduLQ','shouldScanForCommand','testcafe','13dreOtL','getCommandsToWrap','excludeTagsInTestingScope','dnoOe','scannerProcessingTimeout','onBeforeTest','5522772hdSymG','EXECUTE','hUnQO','TdGxI','zovhA','QuveC','amZHr','qiqxO','performPageScan','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20','number','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','format','setShouldScanCurrentTest','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','MMlSQ','capabilitiesList','shouldScanCurrentTest','PERFORM_SCAN','testRunId','onBeforeExecute:\x20Command\x20','from','applySendMessageToServerPatch','getCurrentInstanceName','juavr','../../utils/playwright-patcher','BCVzk','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','slwNb','getValue','Error\x20applying\x20sendMessageToServer\x20patch:\x20','RzIhS','requiresChromeOptionsValidation','__accessibilityOptions','kOoWE','QUIT','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','getBuildId','performScanForCli','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','Error\x20in\x20performScanForCli\x20for\x20script\x20'];a106_0x1527=function(){return _0x4b1dd5;};return a106_0x1527();}(function(_0x26fd96,_0x1c12ac){const _0x4ff057=a106_0x2716,_0x1d36ec=_0x26fd96();while(!![]){try{const _0x355e3f=parseInt(_0x4ff057(0x3c6))/0x1*(-parseInt(_0x4ff057(0x26e))/0x2)+-parseInt(_0x4ff057(0x23b))/0x3*(-parseInt(_0x4ff057(0x37d))/0x4)+parseInt(_0x4ff057(0x1ae))/0x5*(parseInt(_0x4ff057(0x29d))/0x6)+-parseInt(_0x4ff057(0x266))/0x7*(-parseInt(_0x4ff057(0x287))/0x8)+-parseInt(_0x4ff057(0x3ba))/0x9+parseInt(_0x4ff057(0x1d3))/0xa*(parseInt(_0x4ff057(0x1a6))/0xb)+-parseInt(_0x4ff057(0x2d0))/0xc*(parseInt(_0x4ff057(0x2ca))/0xd);if(_0x355e3f===_0x1c12ac)break;else _0x1d36ec['push'](_0x1d36ec['shift']());}catch(_0x29b56b){_0x1d36ec['push'](_0x1d36ec['shift']());}}}(a106_0x1527,0x5e1ae));const BaseModule=require('./baseModule'),{createClassLogger}=require(a106_0x31b098(0x379)),CLIUtils=require(a106_0x31b098(0x24a)),AutomationFramework=require(a106_0x31b098(0x197)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a106_0x31b098(0x299)),HookState=require(a106_0x31b098(0x1af)),GrpcClient=require(a106_0x31b098(0x229)),scripts=require(a106_0x31b098(0x192)),logger=createClassLogger(a106_0x31b098(0x21b)),PerformanceTester=require(a106_0x31b098(0x1fd)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0x31b098(0x3c4)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a106_0x31b098(0x28b)),{nestedKeyValue,isUndefined}=require(a106_0x31b098(0x3c5)),util=require(a106_0x31b098(0x34d)),TestInfo=require(a106_0x31b098(0x35f)),TestFrameworkConstants=require(a106_0x31b098(0x2b6)),accessibilityHelper=require(a106_0x31b098(0x31d)),{FRAMEWORKS}=require(a106_0x31b098(0x276));class AccessibilityModule extends BaseModule{static [a106_0x31b098(0x1aa)]=AccessibilityModule[a106_0x31b098(0x391)];static [a106_0x31b098(0x395)]=![];static [a106_0x31b098(0x208)]={};constructor(_0x23fbf1){const _0x23d597=a106_0x31b098,_0x46f7b7={};_0x46f7b7['Gdjks']=function(_0x5b9d63,_0xea1180){return _0x5b9d63===_0xea1180;},_0x46f7b7['VyWPg']=_0x23d597(0x1ef),_0x46f7b7['HNYkN']='ACCESSIBILITY_INITIALIZED',_0x46f7b7['hRtPD']='DRIVER_HAS_URL',_0x46f7b7[_0x23d597(0x22a)]=_0x23d597(0x32f);const _0x5bf7d7=_0x46f7b7;super(),AutomationFramework[_0x23d597(0x1d8)](AutomationFrameworkState[_0x23d597(0x2d1)],HookState[_0x23d597(0x277)],this[_0x23d597(0x28c)][_0x23d597(0x2c4)](this)),AutomationFramework[_0x23d597(0x1d8)](AutomationFrameworkState[_0x23d597(0x330)],HookState[_0x23d597(0x1bf)],this['onBeforeTest'][_0x23d597(0x2c4)](this)),AutomationFramework['registerObserver'](AutomationFrameworkState[_0x23d597(0x2f3)],HookState['PRE'],this[_0x23d597(0x275)][_0x23d597(0x2c4)](this)),this['isEnabled']=!![],this['accessibilityConfig']=_0x23fbf1['toObject'](),this[_0x23d597(0x1f7)]=new Map(),this['LOG_DISABLED_SHOWN']=new Map(),this['isAppAccessibility']=_0x23fbf1[_0x23d597(0x1be)]?.()||![],this[_0x23d597(0x1e9)]=[],this[_0x23d597(0x172)]=![],this[_0x23d597(0x38c)]=![],this[_0x23d597(0x3c7)](_0x23fbf1['getOptions']()[_0x23d597(0x295)]());const _0x3d88a2=CLIUtils[_0x23d597(0x3ae)]();_0x3d88a2&&_0x5bf7d7[_0x23d597(0x21d)](_0x3d88a2[_0x23d597(0x391)],FRAMEWORKS[_0x23d597(0x33d)])&&this['_parseScriptsFromOptions'](_0x23fbf1[_0x23d597(0x254)]()),logger[_0x23d597(0x353)](_0x5bf7d7[_0x23d597(0x3bc)]),this[_0x23d597(0x370)]=_0x5bf7d7[_0x23d597(0x22b)],this['KEY_DRIVER_HAS_URL']=_0x5bf7d7[_0x23d597(0x171)],this[_0x23d597(0x365)]=_0x5bf7d7['khovQ'];}['isEnabled'](){const _0x1b5ac4=a106_0x31b098;return this[_0x1b5ac4(0x38f)];}[a106_0x31b098(0x2c2)](){const _0x2c624b=a106_0x31b098;return AccessibilityModule[_0x2c624b(0x1aa)];}['getCurrentAccessibilityStatus'](){const _0x38e495=a106_0x31b098;return this[_0x38e495(0x1f7)][_0x38e495(0x246)](CLIUtils[_0x38e495(0x2e7)](),![]);}[a106_0x31b098(0x3c3)](){const _0x5eede5=a106_0x31b098;return this['LOG_DISABLED_SHOWN'][_0x5eede5(0x246)](CLIUtils[_0x5eede5(0x2e7)](),![]);}[a106_0x31b098(0x292)](_0x5b8827){const _0x2ac264=a106_0x31b098;this[_0x2ac264(0x2b5)][_0x2ac264(0x293)](CLIUtils[_0x2ac264(0x2e7)](),_0x5b8827);}['applySendMessageToServerPatch'](){const _0x25b97c=a106_0x31b098,_0xe7e159={'PwUrj':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','jjaZF':function(_0x69f183,_0xe12c4b){return _0x69f183(_0xe12c4b);},'IBSkV':_0x25b97c(0x2e9),'YtDoz':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','WZFHk':_0x25b97c(0x262)};if(this[_0x25b97c(0x172)]){logger['debug'](_0xe7e159[_0x25b97c(0x247)]);return;}try{const _0x2c91a9=_0xe7e159[_0x25b97c(0x2fc)](require,_0xe7e159[_0x25b97c(0x186)]);_0x2c91a9&&_0x2c91a9[_0x25b97c(0x195)]?(_0x2c91a9[_0x25b97c(0x195)](),this[_0x25b97c(0x172)]=!![],logger[_0x25b97c(0x353)](_0xe7e159[_0x25b97c(0x3c2)])):logger[_0x25b97c(0x353)](_0xe7e159[_0x25b97c(0x318)]);}catch(_0x4dfa57){logger[_0x25b97c(0x353)](_0x25b97c(0x2ee)+util[_0x25b97c(0x2dc)](_0x4dfa57));}}[a106_0x31b098(0x175)](_0x2e5982=null,_0x371d76=null,_0x123bd0=null){const _0x327aac=a106_0x31b098,_0x194b17={'dtwIC':function(_0x392f90,_0x47aadb){return _0x392f90&&_0x47aadb;},'oopTR':'isPlatformSupported:\x20caps\x20are\x20null','eFJFr':function(_0xe12f86,_0x5d2bc5){return _0xe12f86(_0x5d2bc5);},'dNzXX':_0x327aac(0x3c5),'CBNDN':_0x327aac(0x28f),'cXcKm':_0x327aac(0x19a),'iRvWJ':function(_0x238afd,_0x25bc48){return _0x238afd===_0x25bc48;},'sFzne':_0x327aac(0x224),'sMSWj':_0x327aac(0x3bb),'uDsPU':function(_0x221513,_0xd15b9e){return _0x221513!==_0xd15b9e;},'VCgTt':function(_0x4f10bf,_0x4f5109){return _0x4f10bf!==_0x4f5109;},'gSDeE':function(_0x5473eb,_0x1f7c63,_0x351f1d){return _0x5473eb(_0x1f7c63,_0x351f1d);},'dGtXV':function(_0x534174,_0xf136e8){return _0x534174(_0xf136e8);},'ggatz':function(_0x3198a3,_0x44cbb7){return _0x3198a3<_0x44cbb7;},'EQUuk':_0x327aac(0x34e),'tduLQ':function(_0x1903e8,_0x20c00d){return _0x1903e8===_0x20c00d;},'ZPDtS':function(_0x246398,_0x4a3738){return _0x246398===_0x4a3738;},'vhAKH':'true','TWjwc':function(_0x29a754,_0x6f6316){return _0x29a754===_0x6f6316;},'tDLyc':_0x327aac(0x1cb),'zovhA':_0x327aac(0x3aa),'zpOBK':_0x327aac(0x1ba),'iQwlp':function(_0x173059,_0x38cc52){return _0x173059!==_0x38cc52;},'yoVTr':'latest','sNULn':function(_0x2066d7){return _0x2066d7();},'twTyb':_0x327aac(0x218),'AtITW':function(_0x3fec97,_0x5bfb8d){return _0x3fec97(_0x5bfb8d);},'RvOeG':function(_0x37b924,_0x46505d){return _0x37b924-_0x46505d;},'zsAjP':function(_0x461d1d,_0x5576fd){return _0x461d1d(_0x5576fd);},'lOnkS':function(_0x354114,_0x3e6b3f){return _0x354114>_0x3e6b3f;},'AGMzD':function(_0x149435,_0x5f79f){return _0x149435(_0x5f79f);},'LMusM':function(_0x4571b1,_0x408088){return _0x4571b1(_0x408088);},'xOftf':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x194b17[_0x327aac(0x288)](!_0x371d76,!_0x123bd0))return logger['debug'](_0x194b17['oopTR']),![];const {isUndefined:_0x3b484b,isBrowserstackInfra:_0x20292}=_0x194b17[_0x327aac(0x29a)](require,_0x194b17[_0x327aac(0x374)]);if(!accessibilityHelper[_0x327aac(0x35b)]())return logger['debug'](_0x194b17['CBNDN']),![];if(this['isAppAccessibility']){const _0xeb8c02=(_0x371d76['platformName']||_0x371d76[_0x194b17['cXcKm']]||'')[_0x327aac(0x322)]();if(_0x194b17[_0x327aac(0x349)](_0xeb8c02,_0x194b17['sFzne'])){const _0x1aa62c=_0x371d76[_0x194b17[_0x327aac(0x3b0)]]||_0x371d76[_0x327aac(0x3af)];if(_0x194b17[_0x327aac(0x20e)](_0x1aa62c,undefined)&&_0x194b17['VCgTt'](_0x1aa62c,null)){const _0x453e36=_0x194b17[_0x327aac(0x253)](parseInt,_0x194b17[_0x327aac(0x2bd)](String,_0x1aa62c)[_0x327aac(0x319)]('.')[0x0],0xa);if(!_0x194b17[_0x327aac(0x29a)](isNaN,_0x453e36)&&_0x194b17['ggatz'](_0x453e36,0xb))return logger[_0x327aac(0x359)](_0x327aac(0x2f9)+_0x1aa62c),![];}}return!![];}const _0x525aec=_0x371d76[_0x327aac(0x2fa)]||_0x371d76['browser'],_0x34ae16=_0x371d76['browserVersion']||_0x371d76[_0x327aac(0x1dc)];if(!accessibilityHelper[_0x327aac(0x3ab)](_0x525aec))return logger[_0x327aac(0x359)](_0x194b17[_0x327aac(0x1da)]),![];if(accessibilityHelper[_0x327aac(0x2f0)](_0x525aec))try{const _0x47f322=_0x371d76['headless'],_0x32f2ee=_0x194b17[_0x327aac(0x2c7)](_0x47f322,!![])||_0x194b17['ZPDtS'](_0x47f322,_0x194b17['vhAKH'])||_0x194b17[_0x327aac(0x386)](typeof _0x47f322,_0x194b17[_0x327aac(0x1bc)])&&_0x194b17[_0x327aac(0x20a)](_0x47f322[_0x327aac(0x322)](),_0x194b17[_0x327aac(0x31e)]);if(_0x32f2ee)return logger[_0x327aac(0x359)](_0x194b17[_0x327aac(0x2d4)]),![];const _0x2087b8=_0x371d76?.[_0x327aac(0x342)]?.[_0x327aac(0x296)]||_0x371d76?.[_0x194b17[_0x327aac(0x37e)]]?.[_0x327aac(0x296)]||[];if(Array[_0x327aac(0x3a4)](_0x2087b8)&&_0x2087b8[_0x327aac(0x1a3)](_0x107fe8=>typeof _0x107fe8===_0x327aac(0x1cb)&&(_0x107fe8==='--headless'||_0x107fe8[_0x327aac(0x326)](_0x327aac(0x320))&&_0x107fe8!==_0x327aac(0x1e4))))return logger[_0x327aac(0x359)](_0x194b17[_0x327aac(0x2d4)]),![];}catch(_0x49e814){logger[_0x327aac(0x353)](_0x327aac(0x35d)+util[_0x327aac(0x2dc)](_0x49e814));}if(_0x194b17['iQwlp'](_0x34ae16,_0x194b17[_0x327aac(0x17c)])){const _0x47d0ba=_0x194b17[_0x327aac(0x33f)](_0x20292),_0x110472=accessibilityHelper[_0x327aac(0x3a3)](_0x525aec,_0x47d0ba),_0x52e855=accessibilityHelper[_0x327aac(0x39c)](_0x525aec);if(!accessibilityHelper[_0x327aac(0x2bf)](_0x34ae16,_0x110472)){const _0x25b0f9=_0x47d0ba?'':_0x194b17[_0x327aac(0x25d)],_0x101476=Number['isFinite'](_0x194b17[_0x327aac(0x236)](parseFloat,_0x110472))?_0x194b17[_0x327aac(0x3a0)](_0x194b17[_0x327aac(0x315)](parseFloat,_0x110472),0x1):_0x110472;return logger['warn'](_0x327aac(0x28e)+_0x52e855+_0x327aac(0x25f)+_0x101476+'\x20'+_0x25b0f9+'.'),![];}}else{const _0x456ef2=_0x371d76[_0x327aac(0x24b)]||_0x371d76[_0x327aac(0x1dc)]||_0x371d76[_0x327aac(0x3a2)];if(_0x456ef2&&_0x194b17[_0x327aac(0x36a)](_0x456ef2,_0x194b17[_0x327aac(0x17c)])&&!_0x194b17[_0x327aac(0x356)](_0x194b17[_0x327aac(0x2a8)](parseFloat,_0x456ef2),_0x194b17[_0x327aac(0x18a)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x327aac(0x359)](_0x194b17['xOftf']),![];}return!![];}catch(_0x348ceb){return logger['debug']('Exception\x20in\x20isPlatformSupported:\x20'+_0x348ceb[_0x327aac(0x31c)]),![];}}['isEnabledTestcase'](_0x3097ef=[],_0x3dd0b6,_0x2f2ca4=a106_0x31b098(0x217)){const _0x4afcda=a106_0x31b098,_0xfac97a={'PlVel':function(_0x1c7821,_0x248d32){return _0x1c7821===_0x248d32;},'RnXVw':_0x4afcda(0x231),'qyCby':function(_0x2dc3c5,_0x150258){return _0x2dc3c5||_0x150258;},'AHlTx':function(_0x9154dd,_0x51892d){return _0x9154dd&&_0x51892d;},'dnoOe':_0x4afcda(0x1dd),'DqeGo':function(_0x13200b,_0x296729){return _0x13200b(_0x296729);},'JHbRN':function(_0x571995,_0x3b3318){return _0x571995>_0x3b3318;}};try{const _0x54f3f5=process[_0x4afcda(0x306)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON['parse'](process[_0x4afcda(0x306)][_0x4afcda(0x30c)]):null;if(!_0x54f3f5)return!![];const _0x1c2960=Array[_0x4afcda(0x3a4)](_0x54f3f5[_0x4afcda(0x2fb)])?_0x54f3f5['includeTagsInTestingScope']:[],_0x53fe54=Array['isArray'](_0x54f3f5[_0x4afcda(0x2cc)])?_0x54f3f5['excludeTagsInTestingScope']:[];if(_0xfac97a[_0x4afcda(0x33b)](_0x2f2ca4,_0xfac97a[_0x4afcda(0x335)])||_0xfac97a['PlVel'](_0x2f2ca4,FRAMEWORKS[_0x4afcda(0x33d)])){let _0x2ded4c;Array[_0x4afcda(0x3a4)](_0x3097ef)?_0x2ded4c=_0x3097ef['join']('\x20'):_0x2ded4c=_0xfac97a[_0x4afcda(0x36d)](_0x3097ef,'');const _0x5468c1=_0xa996b8=>_0x2f2ca4===FRAMEWORKS[_0x4afcda(0x33d)]&&typeof _0xa996b8==='string'?_0xa996b8[_0x4afcda(0x19d)](/^@/,'')[_0x4afcda(0x322)]()['trim']():_0xa996b8,_0xbcaec9=_0xfac97a[_0x4afcda(0x33b)](_0x2f2ca4,FRAMEWORKS[_0x4afcda(0x33d)])?_0x2ded4c[_0x4afcda(0x322)]():_0x2ded4c,_0x520717=_0x53fe54[_0x4afcda(0x1a3)](_0xf71a4e=>_0xbcaec9[_0x4afcda(0x316)](_0x5468c1(_0xf71a4e))),_0x49ad09=_0xfac97a['PlVel'](_0x1c2960[_0x4afcda(0x220)],0x0)||_0x1c2960['some'](_0x2faf57=>_0xbcaec9[_0x4afcda(0x316)](_0x5468c1(_0x2faf57))),_0x2645ff=_0xfac97a[_0x4afcda(0x39d)](!_0x520717,_0x49ad09);return logger[_0x4afcda(0x353)](_0x4afcda(0x1c5)+(_0x3dd0b6?.[_0x4afcda(0x18d)]?.()||_0xfac97a['dnoOe'])+_0x4afcda(0x2c3)+_0x2f2ca4+_0x4afcda(0x1e2)+_0x2645ff+_0x4afcda(0x27c)+_0x2ded4c+_0x4afcda(0x2ad)+JSON[_0x4afcda(0x22d)](_0x1c2960)+',\x20excludeTags='+JSON['stringify'](_0x53fe54)),_0x2645ff;}const _0x34099a=Array[_0x4afcda(0x3a4)](_0x3097ef)?_0x3097ef:[];let _0x3f281a=![],_0x22f3bc=_0xfac97a[_0x4afcda(0x33b)](_0x1c2960['length'],0x0);const _0x223607=_0x5745be=>typeof _0x5745be===_0x4afcda(0x1cb)?_0x5745be[_0x4afcda(0x19d)](/^@/,'')[_0x4afcda(0x322)]()['trim']():_0x5745be,_0x21348b=new Set(_0x1c2960[_0x4afcda(0x394)](_0x223607)),_0x41f71a=new Set(_0x53fe54[_0x4afcda(0x394)](_0x223607));for(const _0xb279e of _0x34099a){const _0x4c26=_0xfac97a['DqeGo'](_0x223607,_0xb279e);_0x41f71a[_0x4afcda(0x30d)](_0x4c26)&&(_0x3f281a=!![]),_0xfac97a[_0x4afcda(0x3b3)](_0x21348b[_0x4afcda(0x271)],0x0)&&_0x21348b[_0x4afcda(0x30d)](_0x4c26)&&(_0x22f3bc=!![]);}const _0x308d01=_0xfac97a[_0x4afcda(0x39d)](_0x22f3bc,!_0x3f281a);return logger[_0x4afcda(0x353)](_0x4afcda(0x1c5)+(_0x3dd0b6?.['getPlatformIndex']?.()||_0xfac97a[_0x4afcda(0x2cd)])+_0x4afcda(0x18f)+_0x308d01+_0x4afcda(0x194)+JSON['stringify'](_0x34099a)+_0x4afcda(0x2ad)+JSON[_0x4afcda(0x22d)](_0x1c2960)+_0x4afcda(0x3c1)+JSON[_0x4afcda(0x22d)](_0x53fe54)),_0x308d01;}catch(_0xd817ad){return logger[_0x4afcda(0x353)](_0x4afcda(0x1c5)+(_0x3dd0b6?.[_0x4afcda(0x18d)]?.()||_0xfac97a[_0x4afcda(0x2cd)])+_0x4afcda(0x212)+_0xd817ad[_0x4afcda(0x31c)]),![];}}async[a106_0x31b098(0x2cf)](_0x5ebbac){const _0x574ece=a106_0x31b098,_0x381dc3={};_0x381dc3[_0x574ece(0x1a4)]=function(_0x19f276,_0x3c72a0){return _0x19f276!==_0x3c72a0;},_0x381dc3[_0x574ece(0x3d1)]=_0x574ece(0x217),_0x381dc3[_0x574ece(0x188)]='jest',_0x381dc3[_0x574ece(0x248)]='testcafe',_0x381dc3['dKFso']=function(_0x332e19,_0x1eb42a){return _0x332e19===_0x1eb42a;},_0x381dc3[_0x574ece(0x177)]='true',_0x381dc3[_0x574ece(0x216)]=function(_0xddc6ab,_0x29d49b){return _0xddc6ab===_0x29d49b;},_0x381dc3[_0x574ece(0x240)]=function(_0x10f47c,_0x22a655){return _0x10f47c&&_0x22a655;},_0x381dc3[_0x574ece(0x2aa)]='TEST_INIT',_0x381dc3[_0x574ece(0x34a)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x381dc3['nwBGg']=_0x574ece(0x19e),_0x381dc3[_0x574ece(0x336)]=_0x574ece(0x1fc),_0x381dc3[_0x574ece(0x1a0)]=function(_0x56b1bf,_0x15a144){return _0x56b1bf===_0x15a144;},_0x381dc3[_0x574ece(0x1e0)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x381dc3[_0x574ece(0x2d7)]=function(_0x401c57,_0x5038e4){return _0x401c57===_0x5038e4;},_0x381dc3[_0x574ece(0x325)]='Unknown\x20Test',_0x381dc3[_0x574ece(0x263)]=function(_0x250e39,_0x5e367c){return _0x250e39>_0x5e367c;},_0x381dc3['QeOKl']=function(_0xa76709,_0x2474e9){return _0xa76709===_0x2474e9;},_0x381dc3['IjejU']=_0x574ece(0x1e1),_0x381dc3['thQLr']=_0x574ece(0x206),_0x381dc3[_0x574ece(0x226)]=function(_0x3a7be6,_0x2cfc87){return _0x3a7be6&&_0x2cfc87;},_0x381dc3[_0x574ece(0x388)]=_0x574ece(0x1dd);const _0x20f0d1=_0x381dc3;if(_0x20f0d1[_0x574ece(0x1a4)](_0x5ebbac['testFramework'],_0x20f0d1[_0x574ece(0x3d1)])&&_0x20f0d1[_0x574ece(0x1a4)](_0x5ebbac[_0x574ece(0x1ab)],_0x20f0d1[_0x574ece(0x188)])&&_0x20f0d1[_0x574ece(0x1a4)](_0x5ebbac[_0x574ece(0x1ab)],_0x20f0d1[_0x574ece(0x248)])&&_0x20f0d1['GMPeg'](_0x5ebbac[_0x574ece(0x1ab)],FRAMEWORKS[_0x574ece(0x33d)])){logger[_0x574ece(0x353)](_0x574ece(0x1ee)+_0x5ebbac['testFramework']+')');return;}try{const _0x2b9b4c=AutomationFramework['getTrackedInstance'](),_0x5ca2e4=TestFramework[_0x574ece(0x399)](),_0x50d51b=_0x5ebbac[_0x574ece(0x19b)]||global[_0x574ece(0x2be)]?.[_0x574ece(0x38a)]||null;if(_0x20f0d1['dKFso'](_0x5ebbac['testFramework'],_0x20f0d1[_0x574ece(0x248)])){const _0x4ac6fc=_0x5ebbac[_0x574ece(0x351)]||_0x2b9b4c&&_0x2b9b4c[_0x574ece(0x332)]&&_0x2b9b4c['getPlatformCaps']()||_0x2b9b4c&&_0x2b9b4c[_0x574ece(0x32d)]&&_0x2b9b4c[_0x574ece(0x32d)]()||{},_0x4ad0ed=_0x5ebbac['launchCaps']||null,_0x5cc46d=this[_0x574ece(0x175)](_0x2b9b4c,_0x4ac6fc,_0x4ad0ed),_0x5a9215=CLIUtils['getCurrentInstanceName']();this[_0x574ece(0x1f7)][_0x574ece(0x293)](_0x5a9215,_0x5cc46d);global[_0x574ece(0x20d)]?.[_0x574ece(0x1ea)]&&global[_0x574ece(0x20d)][_0x574ece(0x1ea)]()[_0x574ece(0x1a1)](_0x5cc46d);_0x5cc46d?(global[_0x574ece(0x204)]=!![],process['env'][_0x574ece(0x225)]=_0x20f0d1[_0x574ece(0x177)]):global[_0x574ece(0x204)]=![];logger[_0x574ece(0x353)](_0x574ece(0x310)+_0x5cc46d);return;}if(_0x20f0d1[_0x574ece(0x216)](_0x5ebbac['testFramework'],FRAMEWORKS[_0x574ece(0x33d)])){const _0x52ea6a=_0x5ebbac[_0x574ece(0x243)]||{},_0x12cc52=_0x52ea6a[TestFrameworkConstants[_0x574ece(0x312)]],_0x1ec933=_0x52ea6a[TestFrameworkConstants[_0x574ece(0x1ce)]]||'',_0x4a502b=(Array[_0x574ece(0x3a4)](_0x12cc52)?_0x12cc52[_0x574ece(0x37f)](_0x1ec933)[_0x574ece(0x389)]('\x20'):_0x1ec933)[_0x574ece(0x173)](),_0x4b4cff=_0x5ebbac['platformCaps']||_0x2b9b4c&&_0x2b9b4c['getPlatformCaps']&&_0x2b9b4c[_0x574ece(0x332)]()||_0x2b9b4c&&_0x2b9b4c['getCapabilities']&&_0x2b9b4c[_0x574ece(0x32d)]()||{},_0x2fef60=this[_0x574ece(0x175)](_0x2b9b4c,_0x4b4cff,_0x5ebbac['launchCaps']||null),_0x2d4848=this[_0x574ece(0x3cf)](_0x4a502b,_0x2b9b4c,FRAMEWORKS['NODE_GENERIC']),_0x1458cc=_0x20f0d1[_0x574ece(0x240)](_0x2fef60,_0x2d4848),_0x17fcb7=CLIUtils[_0x574ece(0x2e7)]();this['accessibility']['set'](_0x17fcb7,_0x1458cc);global[_0x574ece(0x20d)]?.[_0x574ece(0x1ea)]&&global[_0x574ece(0x20d)][_0x574ece(0x1ea)]()[_0x574ece(0x1a1)](_0x1458cc);_0x1458cc?(global['accessibilityPlatform']=!![],process[_0x574ece(0x306)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x20f0d1[_0x574ece(0x177)],this[_0x574ece(0x2e6)]()):global[_0x574ece(0x204)]=![];_0x5ca2e4&&_0x5ca2e4[_0x574ece(0x176)](_0x20f0d1[_0x574ece(0x2aa)],!![]);logger['debug'](_0x574ece(0x301)+_0x2fef60+',\x20testCaseEnabled='+_0x2d4848+_0x574ece(0x27c)+_0x4a502b);return;}if(!_0x50d51b){_0x5ca2e4&&_0x5ca2e4[_0x574ece(0x176)](_0x20f0d1[_0x574ece(0x2aa)],!![]);logger[_0x574ece(0x353)](_0x20f0d1[_0x574ece(0x34a)]);return;}logger[_0x574ece(0x353)](_0x20f0d1[_0x574ece(0x17a)]);const _0x503ce3=_0x5ca2e4?.[_0x574ece(0x1f8)](_0x20f0d1[_0x574ece(0x336)],![]),_0x2dfa1c=_0x5ca2e4?.['getData'](_0x20f0d1['BATgS'],![]);if(_0x20f0d1[_0x574ece(0x2a2)](_0x503ce3,![])&&_0x20f0d1['tmNqo'](_0x2dfa1c,![])){_0x5ca2e4&&_0x5ca2e4['updateData'](_0x20f0d1['YfpsU'],!![]);logger[_0x574ece(0x353)](_0x20f0d1['ghgqU']);return;}_0x5ca2e4&&_0x5ca2e4[_0x574ece(0x176)](_0x20f0d1[_0x574ece(0x2aa)],!![]);let _0x4543b2,_0x45358c;const _0x22fd16=_0x5ebbac[_0x574ece(0x1ab)]||_0x20f0d1['gRFDw'];if(_0x20f0d1[_0x574ece(0x2d7)](_0x22fd16,_0x20f0d1[_0x574ece(0x188)])){_0x45358c=_0x5ebbac[_0x574ece(0x219)]?.[_0x574ece(0x3ac)]||_0x5ebbac[_0x574ece(0x219)]?.['id']||global[_0x574ece(0x3a6)]||global[_0x574ece(0x2be)]?.[_0x574ece(0x2ac)]?.[_0x574ece(0x3ac)]||global['__workerDetails']?.[_0x574ece(0x2ac)]?.['id'];const _0x39b2d0=_0x5ca2e4?.['getAllData']()?.[_0x574ece(0x246)](_0x45358c);if(_0x39b2d0&&_0x39b2d0[TestFrameworkConstants[_0x574ece(0x1ce)]])_0x4543b2=_0x39b2d0[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x5ebbac[_0x574ece(0x219)]?.[_0x574ece(0x21f)])_0x4543b2=_0x5ebbac[_0x574ece(0x219)][_0x574ece(0x21f)];else global[_0x574ece(0x2be)]?.[_0x574ece(0x2ac)]?.[_0x574ece(0x219)]?.[_0x574ece(0x21f)]?_0x4543b2=global['__workerDetails'][_0x574ece(0x2ac)][_0x574ece(0x219)][_0x574ece(0x21f)]:_0x4543b2=_0x20f0d1[_0x574ece(0x325)];}logger[_0x574ece(0x353)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x45358c+_0x574ece(0x27c)+JSON[_0x574ece(0x22d)](_0x4543b2));}else{_0x45358c=this['getTestId'](_0x5ebbac);const _0xe1f6b7=TestInfo['getTestDetails'](_0x45358c);let _0x3730f7=[];if(_0xe1f6b7&&Array['isArray'](_0xe1f6b7['test_tags'])&&_0x20f0d1[_0x574ece(0x263)](_0xe1f6b7[_0x574ece(0x206)]['length'],0x0))_0x3730f7=_0xe1f6b7[_0x574ece(0x206)];else{if(_0x5ca2e4){const _0x1d6a7f=_0x20f0d1[_0x574ece(0x17f)](typeof _0x5ca2e4[_0x574ece(0x1f8)],_0x20f0d1[_0x574ece(0x2a0)])?_0x5ca2e4[_0x574ece(0x1f8)](_0x20f0d1[_0x574ece(0x196)],[]):_0x5ca2e4[_0x574ece(0x206)]||[];Array[_0x574ece(0x3a4)](_0x1d6a7f)&&(_0x3730f7=_0x1d6a7f);}}_0x4543b2=_0x3730f7;}logger[_0x574ece(0x198)](_0x574ece(0x37b)+JSON[_0x574ece(0x22d)](_0x4543b2));const _0x53ee7d=this[_0x574ece(0x175)](_0x2b9b4c,_0x5ebbac[_0x574ece(0x351)],_0x5ebbac[_0x574ece(0x354)]);logger[_0x574ece(0x353)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x53ee7d+_0x574ece(0x27b)+this['isAppAccessibility']);const _0x1b721f=this['isEnabledTestcase'](_0x4543b2,_0x2b9b4c,_0x22fd16),_0x11bad8=_0x20f0d1[_0x574ece(0x226)](_0x53ee7d,_0x1b721f),_0x551329=CLIUtils['getCurrentInstanceName']();this[_0x574ece(0x1f7)][_0x574ece(0x293)](_0x551329,_0x11bad8),global[_0x574ece(0x20d)]?.[_0x574ece(0x1ea)]&&global['Context'][_0x574ece(0x1ea)]()[_0x574ece(0x1a1)](_0x11bad8),logger[_0x574ece(0x353)]('[platform\x20-\x20'+(_0x2b9b4c?.[_0x574ece(0x18d)]?.()||_0x20f0d1[_0x574ece(0x388)])+_0x574ece(0x185)+_0x11bad8),_0x11bad8?(global[_0x574ece(0x204)]=!![],process[_0x574ece(0x306)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x20f0d1[_0x574ece(0x177)],this[_0x574ece(0x2e6)]()):global[_0x574ece(0x204)]=![];}catch(_0x5f09c6){logger[_0x574ece(0x193)](_0x574ece(0x2a3)+(_0x5f09c6[_0x574ece(0x26c)]||_0x5f09c6['message']));const _0x32a7f0=CLIUtils[_0x574ece(0x2e7)]();this[_0x574ece(0x1f7)][_0x574ece(0x293)](_0x32a7f0,![]),global['accessibilityPlatform']=![];}}[a106_0x31b098(0x368)](){const _0x1b23ba=a106_0x31b098;return this['capabilities']['find'](_0x54655e=>_0x54655e[_0x1b23ba(0x1a8)]()===_0x1b23ba(0x1ba))?.['getValue']()||'';}[a106_0x31b098(0x232)](_0xc98f66){const _0xd43a0=a106_0x31b098;try{const _0x484093=this[_0xd43a0(0x2ff)]?.['options']?.[_0xd43a0(0x2e0)]||[],_0xc7b3c9=_0x484093['find'](_0x5573dd=>_0x5573dd[_0xd43a0(0x391)]===_0xc98f66);return _0xc7b3c9?_0xc7b3c9[_0xd43a0(0x22f)]:null;}catch(_0x59261d){return logger['debug'](_0xd43a0(0x340)+_0xc98f66+':\x20'+_0x59261d[_0xd43a0(0x31c)]),null;}}async['setAccessibilityConfig'](_0x5a4815,_0x26f435){const _0x3a6c27=a106_0x31b098,_0x48e0cb=_0x5a4815[_0x3a6c27(0x3d0)]()[_0x3a6c27(0x254)]();this[_0x3a6c27(0x1d4)](_0x48e0cb),this[_0x3a6c27(0x1e9)]=_0x48e0cb[_0x3a6c27(0x295)](),await this[_0x3a6c27(0x3c7)](this[_0x3a6c27(0x1e9)],_0x26f435[_0x3a6c27(0x354)]);}[a106_0x31b098(0x1d4)](_0x6e93d2){const _0x4f21d1=a106_0x31b098,_0x3335f7={};_0x3335f7[_0x4f21d1(0x324)]=function(_0x2997e6,_0x26060e){return _0x2997e6>_0x26060e;},_0x3335f7['IpbJv']=_0x4f21d1(0x357),_0x3335f7['bMtme']=_0x4f21d1(0x1b2);const _0x44e294=_0x3335f7;try{const _0x3b7c6b=_0x6e93d2[_0x4f21d1(0x234)](),_0x23aca3=_0x6e93d2[_0x4f21d1(0x2cb)]()?.['getCommandsList']();_0x3b7c6b&&_0x44e294[_0x4f21d1(0x324)](_0x3b7c6b['length'],0x0)?(scripts['parseFromProto'](_0x3b7c6b,_0x23aca3),scripts[_0x4f21d1(0x2a4)](),logger[_0x4f21d1(0x353)](_0x44e294[_0x4f21d1(0x36f)])):logger[_0x4f21d1(0x353)](_0x44e294['bMtme']);}catch(_0x204c3d){logger[_0x4f21d1(0x353)](_0x4f21d1(0x2d9)+_0x204c3d['message']);}}async[a106_0x31b098(0x3c7)](_0x54eaa1,_0x1fc724={}){const _0x278797=a106_0x31b098,_0x189de9={'oEvlT':_0x278797(0x372),'ezlVs':_0x278797(0x2b4),'kZVmq':function(_0xcbd4a6,_0x43b15b){return _0xcbd4a6===_0x43b15b;},'orPet':_0x278797(0x239),'VfDfJ':function(_0x1d196e,_0x7c93ad){return _0x1d196e(_0x7c93ad);},'feLRc':_0x278797(0x174),'EguQx':_0x278797(0x346),'kUgNl':'hex','YAMGH':function(_0x4cfbff,_0x789228){return _0x4cfbff||_0x789228;},'wyFJw':'browserstack.accessibilityOptions.authToken','DjtcC':_0x278797(0x31d),'rUgdJ':function(_0x3d5d2d,_0x5a99d6){return _0x3d5d2d(_0x5a99d6);},'QFWpp':'../../../helpers/helper','ZgzhP':function(_0x1161c3,_0x321271){return _0x1161c3===_0x321271;},'dhhOv':_0x278797(0x17e),'QuveC':_0x278797(0x2b7),'PygnJ':_0x278797(0x181),'joHOl':_0x278797(0x396),'ZRATR':_0x278797(0x2ce),'LPvVU':_0x278797(0x1f0),'CEGZS':function(_0x3b35cc,_0x3d6a98){return _0x3b35cc===_0x3d6a98;},'fxyuf':_0x278797(0x362),'RyJpB':function(_0xff78ca,_0x1c623a){return _0xff78ca(_0x1c623a);},'fxJQd':function(_0x1d2396,_0x352687){return _0x1d2396===_0x352687;},'Xyjbe':'true'};global[_0x278797(0x2f1)]=global['__accessibilityOptions']||{};const _0x18927c=Array[_0x278797(0x3a4)](_0x54eaa1)?_0x54eaa1[_0x278797(0x220)]:_0x189de9['oEvlT'];logger[_0x278797(0x353)]('[AccessibilityModule.setAccessibilityToken]\x20caps_count='+_0x18927c+'\x20worker=\x22'+(process[_0x278797(0x306)][_0x278797(0x24c)]||_0x189de9[_0x278797(0x39b)])+_0x278797(0x190)+process['pid']);for(const _0x4ad7e3 of _0x54eaa1){logger['debug'](_0x278797(0x309)+_0x4ad7e3[_0x278797(0x1a8)]());if(_0x189de9[_0x278797(0x392)](_0x4ad7e3[_0x278797(0x1a8)](),_0x189de9['orPet'])){const _0x2eec6e=_0x4ad7e3[_0x278797(0x2ed)](),_0x2cd171=_0x2eec6e?_0x189de9['VfDfJ'](require,_0x189de9[_0x278797(0x2c1)])[_0x278797(0x32b)](_0x189de9[_0x278797(0x1c7)])[_0x278797(0x179)](_0x2eec6e)['digest'](_0x189de9[_0x278797(0x27a)])[_0x278797(0x1f4)](0x0,0x8):'';logger[_0x278797(0x198)](_0x278797(0x35a)+_0x189de9[_0x278797(0x314)](_0x2eec6e,'')['length']+'\x20token_fp='+_0x2cd171+_0x278797(0x2ab)+(process['env'][_0x278797(0x24c)]||_0x189de9['ezlVs'])+'\x22\x20pid='+process[_0x278797(0x298)]),process[_0x278797(0x306)][_0x278797(0x273)]=_0x2eec6e,global[_0x278797(0x2f1)][_0x189de9[_0x278797(0x24f)]]=_0x2eec6e;const _0x15fd94=_0x189de9[_0x278797(0x3a7)](require,_0x189de9[_0x278797(0x363)]),{isTrue:_0x13aff7}=_0x189de9[_0x278797(0x380)](require,_0x189de9['QFWpp']),_0x4a55a8=_0x15fd94[_0x278797(0x19c)](_0x2eec6e);_0x4a55a8&&_0x189de9[_0x278797(0x3a7)](_0x13aff7,_0x4a55a8[_0x278797(0x221)])&&(process[_0x278797(0x306)][_0x278797(0x1ca)]=!![]);}else{if(_0x189de9['ZgzhP'](_0x4ad7e3['getName'](),_0x189de9[_0x278797(0x1ff)]))global[_0x278797(0x2f1)][_0x189de9[_0x278797(0x2d5)]]=_0x4ad7e3[_0x278797(0x2ed)]();else{if(_0x189de9[_0x278797(0x2bb)](_0x4ad7e3[_0x278797(0x1a8)](),_0x189de9[_0x278797(0x1c0)]))global[_0x278797(0x2f1)][_0x189de9[_0x278797(0x34c)]]=_0x4ad7e3[_0x278797(0x2ed)]();else{if(_0x189de9[_0x278797(0x2bb)](_0x4ad7e3[_0x278797(0x1a8)](),_0x189de9[_0x278797(0x207)]))global[_0x278797(0x2f1)][_0x189de9[_0x278797(0x269)]]=_0x4ad7e3[_0x278797(0x2ed)]();else{if(_0x189de9[_0x278797(0x24d)](_0x4ad7e3[_0x278797(0x1a8)](),_0x189de9[_0x278797(0x2b1)])){const _0x1b0cfe=_0x4ad7e3[_0x278797(0x2ed)]();process[_0x278797(0x306)][_0x278797(0x22e)]=_0x189de9[_0x278797(0x39f)](String,_0x189de9[_0x278797(0x2bb)](_0x1b0cfe,!![])||_0x189de9[_0x278797(0x360)](_0x1b0cfe,_0x189de9[_0x278797(0x383)])),logger['debug'](_0x278797(0x1b6)+_0x1b0cfe+_0x278797(0x18c)+process[_0x278797(0x306)][_0x278797(0x22e)]);}}}}}}}async[a106_0x31b098(0x275)](_0x2fc97b){const _0x2d4c7c=a106_0x31b098,_0x53e1c1={};_0x53e1c1[_0x2d4c7c(0x2d2)]=function(_0x41c0ae,_0x297f56){return _0x41c0ae!==_0x297f56;},_0x53e1c1[_0x2d4c7c(0x191)]=_0x2d4c7c(0x217),_0x53e1c1['lTDNM']=_0x2d4c7c(0x231),_0x53e1c1[_0x2d4c7c(0x382)]=function(_0x5dcd5d,_0xef4fa){return _0x5dcd5d!==_0xef4fa;},_0x53e1c1[_0x2d4c7c(0x2fe)]=_0x2d4c7c(0x2c9),_0x53e1c1['CkYmT']='unknown';const _0xf1858d=_0x53e1c1;if(_0xf1858d[_0x2d4c7c(0x2d2)](_0x2fc97b[_0x2d4c7c(0x1ab)],_0xf1858d['iahYm'])&&_0xf1858d[_0x2d4c7c(0x2d2)](_0x2fc97b[_0x2d4c7c(0x1ab)],_0xf1858d[_0x2d4c7c(0x201)])&&_0xf1858d[_0x2d4c7c(0x382)](_0x2fc97b['testFramework'],_0xf1858d['pfrtJ'])&&_0xf1858d[_0x2d4c7c(0x382)](_0x2fc97b[_0x2d4c7c(0x1ab)],FRAMEWORKS[_0x2d4c7c(0x33d)])){logger[_0x2d4c7c(0x353)]('onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x2fc97b[_0x2d4c7c(0x1ab)]+')');return;}const _0x32aa54=_0x2fc97b[_0x2d4c7c(0x219)]?.[_0x2d4c7c(0x3ac)]||_0x2fc97b[_0x2d4c7c(0x219)]?.['id']||global[_0x2d4c7c(0x3a6)];logger[_0x2d4c7c(0x198)](_0x2d4c7c(0x377)+_0x2fc97b['testFramework']+_0x2d4c7c(0x1a5)+_0x32aa54);try{const _0x5c98f6=_0x2fc97b['instance']||AutomationFramework[_0x2d4c7c(0x399)](),_0x670d9e=CLIUtils[_0x2d4c7c(0x2e7)](),_0x393302=this[_0x2d4c7c(0x337)]();logger[_0x2d4c7c(0x353)](_0x2d4c7c(0x1c5)+(_0x5c98f6?.[_0x2d4c7c(0x18d)]?.()||_0xf1858d['CkYmT'])+_0x2d4c7c(0x3bd)+_0x393302),_0x393302&&await this['stopTestCapture'](_0x5c98f6,_0x2fc97b),this[_0x2d4c7c(0x1f7)][_0x2d4c7c(0x393)](_0x670d9e),this['LOG_DISABLED_SHOWN']['delete'](_0x670d9e);}catch(_0x1283eb){logger[_0x2d4c7c(0x193)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x1283eb[_0x2d4c7c(0x26c)]||_0x1283eb[_0x2d4c7c(0x31c)]));}}async[a106_0x31b098(0x3b8)](_0x341226,_0x35abc8){const _0x4dc064=a106_0x31b098,_0x51260c={};_0x51260c['UVrSS']=function(_0x318a85,_0x125b22){return _0x318a85===_0x125b22;},_0x51260c[_0x4dc064(0x1f2)]=_0x4dc064(0x1e1),_0x51260c[_0x4dc064(0x251)]=_0x4dc064(0x231),_0x51260c[_0x4dc064(0x390)]=_0x4dc064(0x217),_0x51260c['bKioZ']=function(_0x20b7ae,_0x242f6c){return _0x20b7ae===_0x242f6c;},_0x51260c[_0x4dc064(0x2ba)]=_0x4dc064(0x2db),_0x51260c[_0x4dc064(0x31a)]=_0x4dc064(0x1f7),_0x51260c[_0x4dc064(0x27e)]=_0x4dc064(0x2bc),_0x51260c[_0x4dc064(0x32e)]='unknown',_0x51260c[_0x4dc064(0x187)]=_0x4dc064(0x25e),_0x51260c[_0x4dc064(0x1e3)]=_0x4dc064(0x350),_0x51260c[_0x4dc064(0x18b)]=function(_0x27244a,_0x549bc7){return _0x27244a===_0x549bc7;},_0x51260c['FjJyz']=function(_0x376f1c,_0x137dd2){return _0x376f1c||_0x137dd2;},_0x51260c[_0x4dc064(0x16d)]=function(_0xa8d54e,_0x221dfb){return _0xa8d54e||_0x221dfb;},_0x51260c[_0x4dc064(0x32a)]=function(_0x993fd4,_0x5ca31c){return _0x993fd4||_0x5ca31c;},_0x51260c[_0x4dc064(0x376)]=_0x4dc064(0x264),_0x51260c[_0x4dc064(0x1e5)]=_0x4dc064(0x369),_0x51260c[_0x4dc064(0x1e8)]=_0x4dc064(0x2a6);const _0xe49e47=_0x51260c;try{const _0x3e94f8=_0x35abc8[_0x4dc064(0x1ab)]||(_0xe49e47[_0x4dc064(0x20f)](this[_0x4dc064(0x291)]?.[_0x4dc064(0x391)]?.[_0x4dc064(0x322)](),_0xe49e47[_0x4dc064(0x251)])?_0xe49e47[_0x4dc064(0x251)]:_0xe49e47[_0x4dc064(0x390)]);let _0x4e9225='',_0x3ea6ae=null,_0x5986ca=null;if(_0xe49e47[_0x4dc064(0x244)](_0x3e94f8,_0xe49e47[_0x4dc064(0x251)])){_0x3ea6ae=_0x35abc8[_0x4dc064(0x219)]?.['testAnalyticsId']||_0x35abc8[_0x4dc064(0x219)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x3ea6ae){logger[_0x4dc064(0x359)](_0xe49e47['nUyXM']);return;}try{const _0x193ed4=await GrpcClient['getInstance']()[_0x4dc064(0x210)](process[_0x4dc064(0x306)][_0x4dc064(0x241)],_0xe49e47['iJDks'],_0xe49e47[_0x4dc064(0x27e)],_0x3ea6ae),_0x245788=AccessibilityModule[_0x4dc064(0x258)](null,_0x193ed4);_0x4e9225=_0x245788?.[_0x4dc064(0x1eb)]||'',logger[_0x4dc064(0x353)](_0x4dc064(0x274)+_0x4e9225+_0x4dc064(0x339)+_0x3ea6ae),_0x5986ca=_0x193ed4;}catch(_0x2a0d66){logger[_0x4dc064(0x193)](_0x4dc064(0x2eb)+_0x2a0d66[_0x4dc064(0x31c)]);return;}}else{const _0x510f38=this['getTestId'](_0x35abc8);_0x4e9225=TestInfo[_0x4dc064(0x1f3)](_0x510f38);}const _0x37b659=((()=>{const _0x31ada9=_0x4dc064,_0x1903fa=(this[_0x31ada9(0x2ff)]?.[_0x31ada9(0x381)]?.[_0x31ada9(0x2e0)]||[])[_0x31ada9(0x331)](_0x140d38=>(typeof _0x140d38['getName']===_0x31ada9(0x1e1)?_0x140d38[_0x31ada9(0x1a8)]():_0x140d38[_0x31ada9(0x391)])===this['KEY_TESTHUB_BUILD_ID']);return _0x1903fa?_0xe49e47[_0x31ada9(0x20f)](typeof _0x1903fa[_0x31ada9(0x2ed)],_0xe49e47[_0x31ada9(0x1f2)])?_0x1903fa[_0x31ada9(0x2ed)]():_0x1903fa[_0x31ada9(0x22f)]:'';})()),_0x52603e=process[_0x4dc064(0x306)][_0x4dc064(0x257)]||'';logger[_0x4dc064(0x353)](_0x4dc064(0x1c5)+(_0x341226?.[_0x4dc064(0x18d)]?.()||_0xe49e47[_0x4dc064(0x32e)])+_0x4dc064(0x1d6)+_0x4e9225+_0x4dc064(0x28d)+_0x37b659+_0x4dc064(0x361)+(_0x52603e?_0xe49e47['yljeU']:_0xe49e47['YZnQA']));let _0xc5ebe5;if(_0xe49e47[_0x4dc064(0x18b)](_0x3e94f8,_0xe49e47['JvOSu']))_0xc5ebe5=AccessibilityModule[_0x4dc064(0x258)](_0x4e9225,_0x5986ca);else{const _0x24b412=await GrpcClient['getInstance']()[_0x4dc064(0x210)](process[_0x4dc064(0x306)][_0x4dc064(0x241)],_0xe49e47[_0x4dc064(0x31a)],_0xe49e47[_0x4dc064(0x27e)]);_0xc5ebe5=AccessibilityModule[_0x4dc064(0x258)](_0x4e9225,_0x24b412);}logger[_0x4dc064(0x353)](_0x4dc064(0x182)+JSON[_0x4dc064(0x22d)](_0xc5ebe5));const _0x354e96=Object['assign']({},{'thTestRunUuid':_0xe49e47['FjJyz'](_0x4e9225,''),'thBuildUuid':_0xe49e47[_0x4dc064(0x16d)](_0x37b659,''),'thJwtToken':_0xe49e47[_0x4dc064(0x32a)](_0x52603e,'')},_0xc5ebe5);!this[_0x4dc064(0x3a1)]&&this['isMobileWebSession']()&&(_0x354e96[_0x4dc064(0x215)]=!![],logger[_0x4dc064(0x353)](_0xe49e47[_0x4dc064(0x376)]));logger[_0x4dc064(0x353)](_0x4dc064(0x3b2)+_0x4e9225+',\x20isAppAccessibility='+this['isAppAccessibility']);let _0x403492=global['__workerDetails']?.[_0x4dc064(0x38a)]||null;!_0x403492&&(_0x403492=AutomationFramework[_0x4dc064(0x1d1)](_0x341226,_0xe49e47[_0x4dc064(0x1e5)],null)),!_0x403492&&(_0x403492=AutomationFramework['getState'](_0x341226,_0xe49e47[_0x4dc064(0x1e8)],null)),await this[_0x4dc064(0x352)](this[_0x4dc064(0x337)](),_0x4e9225,_0x403492,_0x354e96,this[_0x4dc064(0x3a1)]);}catch(_0x2036f3){logger['error']('Error\x20in\x20stopTestCapture:\x20'+(_0x2036f3[_0x4dc064(0x26c)]||_0x2036f3[_0x4dc064(0x31c)]));}}async[a106_0x31b098(0x352)](_0x55b4fb,_0xa7ab32,_0xf8970b,_0x2a8fab,_0x5c5d55){const _0x2800db=a106_0x31b098,_0x8f9808={};_0x8f9808['FZOHt']=_0x2800db(0x2bc),_0x8f9808[_0x2800db(0x2b3)]=function(_0x4562b6,_0x4f5478){return _0x4562b6&&_0x4f5478;},_0x8f9808[_0x2800db(0x300)]=_0x2800db(0x323),_0x8f9808['Stkia']=function(_0x263419,_0x51996c){return _0x263419===_0x51996c;},_0x8f9808[_0x2800db(0x23d)]=_0x2800db(0x350),_0x8f9808[_0x2800db(0x33e)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x8f9808[_0x2800db(0x284)]=_0x2800db(0x3ca),_0x8f9808[_0x2800db(0x2df)]=_0x2800db(0x30e),_0x8f9808[_0x2800db(0x3b6)]=_0x2800db(0x268),_0x8f9808['hkkUl']=_0x2800db(0x3cd),_0x8f9808[_0x2800db(0x307)]='a11y:save-results',_0x8f9808['HcFdj']='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x567bbe=_0x8f9808;try{const _0x4d6c95=this[_0x2800db(0x252)](_0x567bbe[_0x2800db(0x39a)]);if(_0x567bbe[_0x2800db(0x2b3)](!_0x5c5d55,!_0x4d6c95)){logger[_0x2800db(0x353)](_0x567bbe[_0x2800db(0x300)]);return;}if(!_0xa7ab32||_0x567bbe[_0x2800db(0x17d)](_0xa7ab32,_0x567bbe[_0x2800db(0x23d)])||_0x567bbe[_0x2800db(0x17d)](_0xa7ab32,'')){logger['debug'](_0x567bbe[_0x2800db(0x33e)]);return;}logger[_0x2800db(0x353)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON[_0x2800db(0x22d)](_0x2a8fab)),_0x55b4fb&&(logger[_0x2800db(0x353)](_0x567bbe[_0x2800db(0x284)]),await this[_0x2800db(0x2f6)](_0xf8970b,_0xa7ab32,_0x567bbe[_0x2800db(0x2df)],_0x2a8fab,_0x5c5d55,_0x567bbe[_0x2800db(0x3b6)]),_0x567bbe['JvEkC'](!_0x5c5d55,_0x4d6c95)&&(logger[_0x2800db(0x353)](_0x567bbe[_0x2800db(0x228)]),await PerformanceTester[_0x2800db(0x30f)](_0x567bbe[_0x2800db(0x307)],async()=>{const _0x1ac248=_0x2800db;await this[_0x1ac248(0x2f6)](_0xf8970b,_0xa7ab32,_0x567bbe[_0x1ac248(0x39a)],_0x2a8fab,_0x5c5d55,_0x567bbe[_0x1ac248(0x39a)]);})()),logger[_0x2800db(0x198)](_0x567bbe['HcFdj']));}catch(_0x4fbab0){logger['error'](_0x2800db(0x1d9)+(_0x4fbab0[_0x2800db(0x26c)]||_0x4fbab0[_0x2800db(0x31c)]));}}async['onBeforeExecute'](_0x581b9a){const _0x518276=a106_0x31b098,_0x449182={};_0x449182['tVoHS']=function(_0x505e55,_0x2e89ab){return _0x505e55!==_0x2e89ab;},_0x449182[_0x518276(0x26a)]=_0x518276(0x217),_0x449182[_0x518276(0x343)]=function(_0x379c22,_0x1a752f){return _0x379c22!==_0x1a752f;},_0x449182[_0x518276(0x29b)]='jest',_0x449182[_0x518276(0x1bd)]=_0x518276(0x2c9),_0x449182[_0x518276(0x265)]='unknown',_0x449182[_0x518276(0x2a9)]=_0x518276(0x2c5),_0x449182[_0x518276(0x285)]=function(_0x46848c,_0x4bd0e8){return _0x46848c&&_0x4bd0e8;},_0x449182[_0x518276(0x1b3)]=function(_0x158eb9,_0xe1ca2d){return _0x158eb9===_0xe1ca2d;},_0x449182[_0x518276(0x2d3)]=_0x518276(0x23f),_0x449182[_0x518276(0x1ed)]=_0x518276(0x1f7),_0x449182[_0x518276(0x31b)]=_0x518276(0x3b4),_0x449182[_0x518276(0x25a)]=function(_0x33e062,_0x118aa0){return _0x33e062===_0x118aa0;},_0x449182[_0x518276(0x348)]=_0x518276(0x1fe),_0x449182['jpXJt']=_0x518276(0x32f),_0x449182[_0x518276(0x19f)]=function(_0x189486,_0x1cd67b){return _0x189486===_0x1cd67b;},_0x449182['awYMk']=_0x518276(0x268),_0x449182[_0x518276(0x3ad)]='null';const _0x34450b=_0x449182;if(_0x34450b[_0x518276(0x286)](_0x581b9a['testFramework'],_0x34450b[_0x518276(0x26a)])&&_0x34450b[_0x518276(0x343)](_0x581b9a[_0x518276(0x1ab)],_0x34450b[_0x518276(0x29b)])&&_0x34450b['tVmzo'](_0x581b9a[_0x518276(0x1ab)],_0x34450b['yBomx'])&&_0x34450b[_0x518276(0x343)](_0x581b9a['testFramework'],FRAMEWORKS[_0x518276(0x33d)])){logger[_0x518276(0x353)]('onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x581b9a[_0x518276(0x1ab)]+')');return;}logger[_0x518276(0x353)](_0x518276(0x2b9)+(_0x581b9a[_0x518276(0x202)]||_0x34450b[_0x518276(0x265)])+_0x518276(0x1c1)+_0x581b9a['testFramework']);try{const _0xf1a508=_0x581b9a[_0x518276(0x3cc)]||AutomationFramework[_0x518276(0x399)](),_0x3afe57=TestFramework[_0x518276(0x399)](),_0x3a4a97=_0x581b9a[_0x518276(0x202)]||_0x581b9a['command']?.['getName']();if(!_0x3a4a97){logger[_0x518276(0x353)](_0x34450b[_0x518276(0x2a9)]);return;}if(!this[_0x518276(0x337)]()){logger[_0x518276(0x353)](_0x518276(0x250)+_0x3a4a97);return;}if(!this[_0x518276(0x2c8)](_0x3a4a97)){logger['debug'](_0x518276(0x2e4)+_0x3a4a97+_0x518276(0x303));return;}const _0x102874=_0x581b9a[_0x518276(0x19b)]||global[_0x518276(0x2be)]?.['pwPage'],_0x53144e=_0x581b9a[_0x518276(0x2c6)]||null;if(_0x34450b['BAZlz'](!_0x102874,!_0x53144e)){logger['debug']('onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20'+_0x3a4a97);return;}let _0x24b860='',_0x342e2f=null;if(_0x34450b[_0x518276(0x1b3)](_0x581b9a[_0x518276(0x1ab)],_0x34450b[_0x518276(0x29b)])){_0x342e2f=_0x581b9a[_0x518276(0x219)]?.[_0x518276(0x3ac)]||_0x581b9a[_0x518276(0x219)]?.['id']||global[_0x518276(0x3a6)];if(!_0x342e2f){logger[_0x518276(0x359)](_0x34450b[_0x518276(0x2d3)]);return;}try{const _0x372e5b=await GrpcClient[_0x518276(0x25b)]()['fetchDriverExecuteParamsEvent'](process[_0x518276(0x306)][_0x518276(0x241)],_0x34450b[_0x518276(0x1ed)],_0x34450b[_0x518276(0x31b)],_0x342e2f),_0x380127=AccessibilityModule[_0x518276(0x258)](null,_0x372e5b);_0x24b860=_0x380127?.[_0x518276(0x1eb)]||'',logger[_0x518276(0x353)](_0x518276(0x1c2)+_0x24b860+_0x518276(0x339)+_0x342e2f);}catch(_0x3406d5){logger['error'](_0x518276(0x233)+_0x3406d5[_0x518276(0x31c)]);return;}}else _0x34450b[_0x518276(0x25a)](_0x581b9a['testFramework'],FRAMEWORKS[_0x518276(0x33d)])?_0x24b860=_0x581b9a[_0x518276(0x2e3)]||'':(_0x24b860=this[_0x518276(0x232)](_0x34450b[_0x518276(0x348)])||'',!_0x24b860&&this[_0x518276(0x2c0)]()&&(_0x24b860=accessibilityHelper['resolveMobileThTestRunUuid']()));const _0x39f150=this[_0x518276(0x232)](_0x34450b[_0x518276(0x333)])||this[_0x518276(0x2ff)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x5e3872=process['env'][_0x518276(0x257)]||'',_0x392148=this['getParamsForScanForCli'](_0x3a4a97,_0x24b860,_0x39f150,_0x5e3872),_0x7b9791=_0x34450b[_0x518276(0x19f)](_0x581b9a[_0x518276(0x1ab)],_0x34450b[_0x518276(0x29b)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x34450b[_0x518276(0x261)],_0x24b860,_0x342e2f):await AccessibilityModule[_0x518276(0x2b8)](_0x34450b['awYMk'],_0x24b860);logger['info'](_0x518276(0x1d2)+(_0x392148?JSON[_0x518276(0x22d)](_0x392148):_0x34450b['mxqyG']));let _0xeb6b52=CLIUtils['mergeObject'](_0x392148,_0x7b9791);if(this[_0x518276(0x3a1)]){const _0x476770=process['env'][_0x518276(0x273)]||'';_0xeb6b52[_0x518276(0x2a1)]&&(_0xeb6b52['centralAuthHeader']=_0xeb6b52['centralAuthToken'],delete _0xeb6b52[_0x518276(0x2a1)]),_0xeb6b52=Object[_0x518276(0x297)]({},_0xeb6b52,{'authHeader':_0xeb6b52[_0x518276(0x3b1)]||_0x476770,'method':_0x3a4a97,'scanTimestamp':Date[_0x518276(0x1d5)]()[_0x518276(0x304)]()});}logger[_0x518276(0x198)](_0x518276(0x25c)+(_0xeb6b52?JSON[_0x518276(0x22d)](_0xeb6b52):_0x34450b[_0x518276(0x3ad)])),logger['debug'](_0x518276(0x227)+_0x3a4a97);const _0x34b4d9=this[_0x518276(0x3a1)]?_0x53144e:_0x102874,_0x3d066b=await this['performScanForCli'](_0x34b4d9,_0x24b860,_0x3a4a97,_0xeb6b52,this['isAppAccessibility']);logger[_0x518276(0x353)](_0x518276(0x30a)+_0x3a4a97+',\x20\x0a\x20'+JSON[_0x518276(0x22d)](_0x3d066b));}catch(_0x4ddd2d){logger[_0x518276(0x193)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x4ddd2d['stack']||_0x4ddd2d['message']));}}[a106_0x31b098(0x2e1)](){const _0x184bf6=a106_0x31b098;return this[_0x184bf6(0x337)]();}[a106_0x31b098(0x2dd)](_0x66d9a){const _0x15a9e2=a106_0x31b098,_0x2eb417=CLIUtils[_0x15a9e2(0x2e7)]();this[_0x15a9e2(0x1f7)][_0x15a9e2(0x293)](_0x2eb417,_0x66d9a);}async[a106_0x31b098(0x31f)](_0x3c7d89){const _0x41848d=a106_0x31b098,_0x4d70e9={};_0x4d70e9[_0x41848d(0x21c)]=_0x41848d(0x1dd);const _0x313d65=_0x4d70e9;try{const _0x185331=_0x3c7d89['instance']||AutomationFramework[_0x41848d(0x399)](),_0x51b19f=_0x185331?.[_0x41848d(0x1f8)]?.()?.[_0x41848d(0x246)]?.(this[_0x41848d(0x370)])||![];if(_0x51b19f)return;PerformanceTester[_0x41848d(0x317)](EVENTS[_0x41848d(0x1b9)]);const _0xd44304=await GrpcClient[_0x41848d(0x25b)]()['getAccessibilityConfig'](_0x3c7d89);_0xd44304&&_0xd44304[_0x41848d(0x3d0)]&&_0xd44304[_0x41848d(0x3d0)]()&&_0xd44304[_0x41848d(0x3d0)]()[_0x41848d(0x29f)]()?(await this[_0x41848d(0x3b7)](_0xd44304,_0x3c7d89),_0x185331?.[_0x41848d(0x1f8)]&&_0x185331[_0x41848d(0x1f8)]()['set'](this['KEY_INIT'],!![]),logger[_0x41848d(0x353)](_0x41848d(0x1c5)+(_0x185331?.[_0x41848d(0x18d)]?.()||_0x313d65[_0x41848d(0x21c)])+_0x41848d(0x1c6))):logger[_0x41848d(0x353)](_0x41848d(0x1c5)+(_0x185331?.[_0x41848d(0x18d)]?.()||_0x313d65[_0x41848d(0x21c)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester['end'](EVENTS[_0x41848d(0x1b9)]);}catch(_0xc72176){PerformanceTester[_0x41848d(0x255)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0xc72176['message']),logger[_0x41848d(0x193)](_0x41848d(0x1d0)+(_0xc72176[_0x41848d(0x26c)]||_0xc72176[_0x41848d(0x31c)]));}}async[a106_0x31b098(0x3b7)](_0x9a4063,_0x3a3cbd){const _0x244823=a106_0x31b098;await this[_0x244823(0x34b)](_0x9a4063,_0x3a3cbd);const _0x2d5cad=_0x9a4063['getAccessibility']()['getOptions']();if(_0x2d5cad){const _0x1cb178=_0x9a4063[_0x244823(0x260)]&&_0x9a4063[_0x244823(0x260)]();_0x1cb178&&(this[_0x244823(0x2ff)][this[_0x244823(0x365)]]=_0x1cb178[_0x244823(0x2f5)]&&_0x1cb178[_0x244823(0x2f5)]());}}['shouldScanForCommand'](_0x37defb){const _0xadf95b=a106_0x31b098,_0x4f1573={};_0x4f1573[_0xadf95b(0x1e6)]=function(_0x500580,_0x2a5f84){return _0x500580===_0x2a5f84;};const _0x31cf12=_0x4f1573;try{if(!_0x37defb)return![];const _0xf99ba7=this[_0xadf95b(0x2ff)]?.['options']?.[_0xadf95b(0x344)]?.[_0xadf95b(0x289)]||[],_0x556174=_0xf99ba7[_0xadf95b(0x1a3)](_0x2b1df4=>{const _0x4f39bf=_0xadf95b;return _0x2b1df4[_0x4f39bf(0x391)]&&_0x31cf12[_0x4f39bf(0x1e6)](_0x2b1df4[_0x4f39bf(0x391)]['toLowerCase'](),_0x37defb[_0x4f39bf(0x322)]());});return logger['debug'](_0xadf95b(0x20b)+_0x37defb+'\x20->\x20'+_0x556174+_0xadf95b(0x23a)+JSON[_0xadf95b(0x22d)](_0xf99ba7['map'](_0x16cecb=>_0x16cecb[_0xadf95b(0x391)]))),_0x556174;}catch(_0x42c9a3){return logger[_0xadf95b(0x353)](_0xadf95b(0x1df)+_0x42c9a3[_0xadf95b(0x31c)]),![];}}['isBrowserstackScriptCommand'](_0x481124){const _0x2bd058=a106_0x31b098,_0x1e3d06={};_0x1e3d06[_0x2bd058(0x230)]=function(_0x5ab3ac,_0x3ce633){return _0x5ab3ac===_0x3ce633;},_0x1e3d06[_0x2bd058(0x279)]='string',_0x1e3d06[_0x2bd058(0x2e8)]=_0x2bd058(0x238);const _0xa31ecd=_0x1e3d06,_0x16f03e=_0x481124[_0x2bd058(0x375)]&&_0x481124[_0x2bd058(0x375)]();return _0x16f03e&&_0xa31ecd['xnKFN'](typeof _0x16f03e,_0xa31ecd[_0x2bd058(0x279)])&&_0x16f03e[_0x2bd058(0x316)](_0xa31ecd[_0x2bd058(0x2e8)]);}[a106_0x31b098(0x38d)](_0x4c44ab){const _0xcebf7c=a106_0x31b098,_0x40ef36={};_0x40ef36[_0xcebf7c(0x213)]=function(_0x54286c,_0x148f65){return _0x54286c!==_0x148f65;},_0x40ef36[_0xcebf7c(0x30b)]=_0xcebf7c(0x1cb),_0x40ef36[_0xcebf7c(0x278)]=_0xcebf7c(0x1f7),_0x40ef36['WZPSy']=_0xcebf7c(0x3b4),_0x40ef36[_0xcebf7c(0x37c)]=_0xcebf7c(0x1d7),_0x40ef36[_0xcebf7c(0x2ec)]=_0xcebf7c(0x371);const _0x5ad2eb=_0x40ef36,_0xaa4eaa=_0x4c44ab[_0xcebf7c(0x375)]&&_0x4c44ab[_0xcebf7c(0x375)]();if(!_0xaa4eaa||_0x5ad2eb[_0xcebf7c(0x213)](typeof _0xaa4eaa,_0x5ad2eb['ulnMT']))return![];return _0xaa4eaa[_0xcebf7c(0x316)](_0x5ad2eb[_0xcebf7c(0x278)])||_0xaa4eaa['includes'](_0x5ad2eb['WZPSy'])||_0xaa4eaa[_0xcebf7c(0x316)](_0x5ad2eb[_0xcebf7c(0x37c)])||_0xaa4eaa[_0xcebf7c(0x316)](_0x5ad2eb['slwNb']);}[a106_0x31b098(0x2c0)](){const _0x105e1b=a106_0x31b098,_0xa92bf9={'kmyWB':function(_0x5b2ef5,_0x2aa637){return _0x5b2ef5===_0x2aa637;},'CBbaC':_0x105e1b(0x1e1),'cAbTr':function(_0x550ff8,_0xc15681){return _0x550ff8(_0xc15681);},'eeLed':_0x105e1b(0x24e),'nIaMw':function(_0x6949a1,_0x505375){return _0x6949a1(_0x505375);},'HqaTh':_0x105e1b(0x2fa),'eoFnU':function(_0x405f92,_0x5e250f){return _0x405f92===_0x5e250f;},'zyCKp':function(_0x394d04,_0x3948c1){return _0x394d04(_0x3948c1);},'uvoqV':_0x105e1b(0x224),'uOVCp':function(_0x24d107,_0x108950){return _0x24d107(_0x108950);},'plVTB':'chrome'};try{const _0xf06ac9=this[_0x105e1b(0x2ff)]?.['options']?.[_0x105e1b(0x2e0)]||[],_0x10af5e=_0x19e7f2=>{const _0x3bf98b=_0x105e1b,_0x849d6d=_0xf06ac9[_0x3bf98b(0x331)](_0x5cae49=>(typeof _0x5cae49[_0x3bf98b(0x1a8)]==='function'?_0x5cae49[_0x3bf98b(0x1a8)]():_0x5cae49['name'])===_0x19e7f2);return _0x849d6d?_0xa92bf9[_0x3bf98b(0x290)](typeof _0x849d6d[_0x3bf98b(0x2ed)],_0xa92bf9[_0x3bf98b(0x2ae)])?_0x849d6d[_0x3bf98b(0x2ed)]():_0x849d6d[_0x3bf98b(0x22f)]:null;},_0x2d1ef5=_0xa92bf9[_0x105e1b(0x397)](_0x10af5e,_0xa92bf9[_0x105e1b(0x282)]),_0x14901f=_0xa92bf9[_0x105e1b(0x302)](_0x10af5e,_0xa92bf9[_0x105e1b(0x2b2)]),_0x2db88b=global[_0x105e1b(0x1cc)]||_0x2d1ef5&&_0xa92bf9[_0x105e1b(0x35c)](_0xa92bf9[_0x105e1b(0x23c)](String,_0x2d1ef5)[_0x105e1b(0x322)](),_0xa92bf9[_0x105e1b(0x16f)])&&_0x14901f&&_0xa92bf9[_0x105e1b(0x1c9)](String,_0x14901f)[_0x105e1b(0x322)]()[_0x105e1b(0x316)](_0xa92bf9['plVTB']);if(!_0x2db88b)return![];if(!accessibilityHelper[_0x105e1b(0x362)]())return!this['_mobileScanningDisabledLogged']&&(logger[_0x105e1b(0x359)](accessibilityHelper['MOBILE_SCANNING_DISABLED_WARNING']),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x15ce3f){return logger[_0x105e1b(0x353)](_0x105e1b(0x373)+_0x15ce3f[_0x105e1b(0x31c)]),![];}}[a106_0x31b098(0x329)](_0x218423,_0x431185,_0x14fef2,_0x33c057){const _0x1bb367=a106_0x31b098,_0x27de66={};_0x27de66['qgokS']=function(_0x4643d5,_0xa0d53b){return _0x4643d5||_0xa0d53b;},_0x27de66['shAsu']=function(_0x1c0b8b,_0x3c090f){return _0x1c0b8b&&_0x3c090f;},_0x27de66[_0x1bb367(0x32c)]=function(_0x173cf9,_0x38b882){return _0x173cf9||_0x38b882;},_0x27de66[_0x1bb367(0x16e)]=function(_0x2fb4f9,_0x278700){return _0x2fb4f9||_0x278700;},_0x27de66[_0x1bb367(0x38b)]=_0x1bb367(0x237);const _0x1434b8=_0x27de66;let _0xa764b7=_0x1434b8[_0x1bb367(0x242)](_0x431185,'');const _0x511a6c=!this[_0x1bb367(0x3a1)]&&this[_0x1bb367(0x2c0)]();_0x1434b8[_0x1bb367(0x1cf)](_0x511a6c,!_0xa764b7)&&(_0xa764b7=accessibilityHelper[_0x1bb367(0x1bb)]());const _0xd80553={'command':_0x218423,'thTestRunUuid':_0xa764b7,'thBuildUuid':_0x1434b8[_0x1bb367(0x32c)](_0x14fef2,''),'thJwtToken':_0x1434b8[_0x1bb367(0x16e)](_0x33c057,''),'timestamp':new Date()[_0x1bb367(0x385)]()};return _0x511a6c&&(_0xd80553[_0x1bb367(0x215)]=!![],logger['debug'](_0x1434b8[_0x1bb367(0x38b)])),_0xd80553;}[a106_0x31b098(0x252)](_0x4c7232){const _0xa53e0b=a106_0x31b098,_0x8ed2ac={};_0x8ed2ac[_0xa53e0b(0x3cb)]=function(_0x23a539,_0xbbbcc5){return _0x23a539||_0xbbbcc5;};const _0x30bd32=_0x8ed2ac;try{const _0x59455=this['accessibilityConfig']?.[_0xa53e0b(0x381)]?.[_0xa53e0b(0x222)]||[],_0x106c68=_0x59455[_0xa53e0b(0x331)](_0xa44b0c=>_0xa44b0c[_0xa53e0b(0x391)]===_0x4c7232);return _0x30bd32[_0xa53e0b(0x3cb)](_0x106c68,null);}catch(_0x2261f0){return logger[_0xa53e0b(0x353)](_0xa53e0b(0x1a2)+_0x4c7232+':\x20'+_0x2261f0[_0xa53e0b(0x31c)]),null;}}async[a106_0x31b098(0x235)](_0x3b1914,_0x105466,_0x537180=null){const _0x54967d=a106_0x31b098,_0x2cd8e2={'iUaXC':function(_0x270dec,_0x467c0d){return _0x270dec(_0x467c0d);},'BXJoJ':_0x54967d(0x2a5)};try{if(!_0x3b1914)return logger[_0x54967d(0x353)](_0x54967d(0x2de)+_0x105466),null;const _0x286143=this[_0x54967d(0x252)](_0x105466);if(!_0x286143||!_0x286143[_0x54967d(0x328)])return logger[_0x54967d(0x353)]('executeScriptByName:\x20No\x20'+_0x105466+_0x54967d(0x1f5)),null;logger[_0x54967d(0x353)](_0x54967d(0x311)+_0x105466+_0x54967d(0x367));const _0x11043d=_0x2cd8e2[_0x54967d(0x1ac)](require,_0x2cd8e2[_0x54967d(0x29e)]),_0x39bb10=_0x537180?await _0x11043d[_0x54967d(0x358)](_0x3b1914,_0x286143[_0x54967d(0x328)],_0x537180):await _0x11043d[_0x54967d(0x358)](_0x3b1914,_0x286143[_0x54967d(0x328)]);return _0x39bb10;}catch(_0x20eb40){return logger[_0x54967d(0x193)](_0x54967d(0x2b0)+_0x105466+':\x20'+(_0x20eb40[_0x54967d(0x26c)]||_0x20eb40['message'])),null;}}async[a106_0x31b098(0x2f6)](_0x574a2b,_0x47f6cb,_0x402e1e,_0x3026f0,_0x2f9f91,_0x43feb4=a106_0x31b098(0x268)){const _0x5e4d23=a106_0x31b098,_0x340058={'ssPnG':function(_0x5bda3f,_0x309179){return _0x5bda3f===_0x309179;},'WMNGn':'scan','jjYRu':function(_0x4a56a2,_0x22aaa9){return _0x4a56a2(_0x22aaa9);},'nUaqT':_0x5e4d23(0x2a5)};try{logger[_0x5e4d23(0x353)](_0x5e4d23(0x270)+_0x402e1e+_0x5e4d23(0x1de)+_0x43feb4+_0x5e4d23(0x27b)+_0x2f9f91);const _0x4c62f2=this[_0x5e4d23(0x252)](_0x43feb4);if(!_0x4c62f2||!_0x4c62f2[_0x5e4d23(0x328)]){logger[_0x5e4d23(0x353)](_0x5e4d23(0x308)+_0x43feb4+_0x5e4d23(0x1cd));return;}if(_0x2f9f91){if(_0x574a2b[BSTACK_SCAN_IN_PROGRESS]){logger[_0x5e4d23(0x353)](_0x5e4d23(0x39e)+_0x402e1e);return;}return await PerformanceTester[_0x5e4d23(0x30f)](PerformanceA11yEvents[_0x5e4d23(0x2e2)],async()=>{const _0x1a8a83=_0x5e4d23;let _0x130de8=_0x4c62f2[_0x1a8a83(0x328)];_0x130de8[_0x1a8a83(0x316)]('%s')&&(_0x130de8=_0x130de8[_0x1a8a83(0x19d)]('%s',JSON[_0x1a8a83(0x22d)](_0x3026f0)));logger['debug']('[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20'+_0x402e1e),_0x574a2b[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0xecfac0=await _0x574a2b[_0x1a8a83(0x199)](_0x130de8);return logger[_0x1a8a83(0x198)]('[App-A11y]\x20Scan\x20result\x20for\x20'+_0x402e1e+':\x20'+util[_0x1a8a83(0x2dc)](_0xecfac0)),_0xecfac0;}finally{_0x574a2b[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x402e1e})();}if(_0x340058[_0x5e4d23(0x1c3)](_0x43feb4,_0x340058[_0x5e4d23(0x283)])){const _0x5a9080=_0x340058[_0x5e4d23(0x1b1)](require,_0x340058['nUaqT']),_0x14b1e3={};_0x14b1e3[_0x5e4d23(0x328)]=_0x402e1e;const _0xc287a=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5e4d23(0x2e2)],async()=>{const _0x46786a=_0x5e4d23;return await _0x5a9080[_0x46786a(0x358)](_0x574a2b,_0x4c62f2[_0x46786a(0x328)],_0x3026f0);},_0x14b1e3)();return logger[_0x5e4d23(0x198)](_0x5e4d23(0x3b9)+_0x43feb4+'\x20result\x20for\x20'+_0x402e1e+':\x20'+util[_0x5e4d23(0x2dc)](_0xc287a)),_0xc287a;}const _0x931a64=_0x340058['jjYRu'](require,_0x340058[_0x5e4d23(0x37a)]),_0x181c41=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5e4d23(0x16c)],async()=>{const _0x54c199=_0x5e4d23;return await _0x931a64[_0x54c199(0x358)](_0x574a2b,_0x4c62f2[_0x54c199(0x328)],_0x3026f0);})();return logger[_0x5e4d23(0x198)](_0x5e4d23(0x3b9)+_0x43feb4+_0x5e4d23(0x18e)+_0x402e1e+':\x20'+util['format'](_0x181c41)),_0x181c41;}catch(_0x82af83){logger[_0x5e4d23(0x193)](_0x5e4d23(0x2f8)+_0x43feb4+':\x20'+(_0x82af83[_0x5e4d23(0x26c)]||_0x82af83['message']));}}async[a106_0x31b098(0x1ad)](_0x3402f8){const _0x5b243a=a106_0x31b098,_0x517bb0={'lFjVZ':function(_0x3ba561,_0x4754d0){return _0x3ba561(_0x4754d0);},'dmELv':_0x5b243a(0x31d)};try{const _0xeb6ffc=_0x517bb0[_0x5b243a(0x1b0)](require,_0x517bb0[_0x5b243a(0x178)]);return await _0xeb6ffc[_0x5b243a(0x3d3)](_0x3402f8);}catch(_0x9eb63a){return logger[_0x5b243a(0x193)](_0x5b243a(0x211)+(_0x9eb63a[_0x5b243a(0x26c)]||_0x9eb63a[_0x5b243a(0x31c)])),![];}}['processAccessibilityCaps'](_0x15c61c,_0x23dac0,_0x2d13ab){const _0x1bf928=a106_0x31b098,_0x3f0176={'efqBC':function(_0x1beccc,_0x3dcb3b){return _0x1beccc(_0x3dcb3b);},'DIZwI':_0x1bf928(0x2a5),'pgwmm':_0x1bf928(0x1c8),'IhrDE':_0x1bf928(0x378)};try{const _0x119490=_0x3f0176['efqBC'](require,_0x3f0176['DIZwI']);_0x119490['processAccessibilityCaps'](_0x15c61c,_0x23dac0,_0x2d13ab);const _0xd56f65=JSON[_0x1bf928(0x22d)](_0x15c61c)['replace'](/"browserstack\.user":"[^"]*"/g,_0x3f0176[_0x1bf928(0x355)])[_0x1bf928(0x19d)](/"browserstack\.key":"[^"]*"/g,_0x3f0176[_0x1bf928(0x334)]);logger['debug']('Processed\x20accessibility\x20caps\x20'+global[_0x1bf928(0x204)]+'\x20'+_0xd56f65);}catch(_0x4b082a){logger['error'](_0x1bf928(0x23e)+(_0x4b082a[_0x1bf928(0x26c)]||_0x4b082a[_0x1bf928(0x31c)]));}}async[a106_0x31b098(0x1b4)]({fetchFn:_0x15e092,isNonEmpty:_0x1ced47,resultDetail:_0x4b159f,totalMs:_0x46b89c,intervalMs:_0x37df87,name:_0x3cb9c2}){const _0x5e6a90=a106_0x31b098,_0x2ae2de={'amZHr':function(_0xed2394,_0x1aa306){return _0xed2394+_0x1aa306;},'avDZi':function(_0x1d8ddc,_0x1cfab8){return _0x1d8ddc<_0x1cfab8;},'eTgAq':function(_0x41787b){return _0x41787b();},'eNPRK':function(_0x26b75f,_0x348db5){return _0x26b75f(_0x348db5);},'BAoGf':function(_0x1ef69a,_0x297f0b){return _0x1ef69a(_0x297f0b);},'lKczO':function(_0x3db046,_0x5e30a0){return _0x3db046>=_0x5e30a0;},'dzrod':function(_0x5b6964,_0xeac58e){return _0x5b6964+_0xeac58e;},'KrjND':function(_0xa9a106,_0x15f253){return _0xa9a106-_0x15f253;}},_0x26f6b2=Date[_0x5e6a90(0x1d5)](),_0xba7dfb=_0x2ae2de[_0x5e6a90(0x2d6)](_0x26f6b2,_0x46b89c);let _0x5efd56=0x0,_0x93b233=null,_0x397848=![];while(_0x2ae2de[_0x5e6a90(0x281)](Date[_0x5e6a90(0x1d5)](),_0xba7dfb)){_0x5efd56++,_0x93b233=await _0x2ae2de[_0x5e6a90(0x200)](_0x15e092),_0x397848=_0x2ae2de[_0x5e6a90(0x294)](_0x1ced47,_0x93b233),logger['debug']('['+_0x3cb9c2+_0x5e6a90(0x3ce)+_0x5efd56+'\x20'+_0x2ae2de[_0x5e6a90(0x21e)](_0x4b159f,_0x93b233));if(_0x397848)break;if(_0x2ae2de[_0x5e6a90(0x38e)](_0x2ae2de[_0x5e6a90(0x214)](Date[_0x5e6a90(0x1d5)](),_0x37df87),_0xba7dfb))break;await new Promise(_0x58053b=>setTimeout(_0x58053b,_0x37df87));}return!_0x397848&&logger[_0x5e6a90(0x359)]('['+_0x3cb9c2+_0x5e6a90(0x22c)+_0x5efd56+_0x5e6a90(0x398)+_0x2ae2de[_0x5e6a90(0x347)](Date[_0x5e6a90(0x1d5)](),_0x26f6b2)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x2ae2de[_0x5e6a90(0x294)](_0x4b159f,_0x93b233)+');\x20returning\x20last\x20value'),_0x93b233;}async[a106_0x31b098(0x26b)](_0x100009,_0x365638){const _0x24bc2a=a106_0x31b098,_0x440304={};_0x440304[_0x24bc2a(0x183)]=_0x24bc2a(0x1d7),_0x440304[_0x24bc2a(0x3a5)]=_0x24bc2a(0x27f),_0x440304[_0x24bc2a(0x3bf)]=_0x24bc2a(0x21a),_0x440304[_0x24bc2a(0x1b5)]=_0x24bc2a(0x387);const _0x56847a=_0x440304;try{const _0x517fa4=process[_0x24bc2a(0x306)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||'';logger['info'](_0x24bc2a(0x1ec)+_0x517fa4+_0x24bc2a(0x33c)+_0x365638+_0x24bc2a(0x2fd)+_0x100009);const _0x12910d=await GrpcClient['getInstance']()['accessibilityResult'](_0x517fa4,_0x365638,_0x100009,_0x56847a[_0x24bc2a(0x183)]);if(!_0x12910d||!_0x12910d[_0x24bc2a(0x180)])return logger[_0x24bc2a(0x359)](_0x56847a[_0x24bc2a(0x3a5)]),[];const _0x38d579=_0x12910d[_0x24bc2a(0x180)](),_0x3bd38a=Buffer[_0x24bc2a(0x2e5)](_0x38d579)[_0x24bc2a(0x304)](_0x56847a[_0x24bc2a(0x3bf)])[_0x24bc2a(0x173)]();if(!_0x3bd38a)return logger[_0x24bc2a(0x359)](_0x56847a['fAvLS']),[];return JSON['parse'](_0x3bd38a);}catch(_0x51ffb8){return logger[_0x24bc2a(0x193)](_0x24bc2a(0x345)+(_0x51ffb8[_0x24bc2a(0x26c)]||_0x51ffb8[_0x24bc2a(0x31c)])),[];}}async['getAppAccessibilityResultsSummary'](_0x3ad15e,_0x49b4a8){const _0x2782fc=a106_0x31b098,_0x5c8cc7={};_0x5c8cc7[_0x2782fc(0x384)]=_0x2782fc(0x267),_0x5c8cc7[_0x2782fc(0x3c9)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary',_0x5c8cc7['mnQDI']=_0x2782fc(0x21a),_0x5c8cc7[_0x2782fc(0x1c4)]=_0x2782fc(0x3a9);const _0x269099=_0x5c8cc7;try{const _0x40b96d=process[_0x2782fc(0x306)][_0x2782fc(0x241)]||'';logger[_0x2782fc(0x198)](_0x2782fc(0x29c)+_0x40b96d+',\x20testRunId='+_0x49b4a8+_0x2782fc(0x2fd)+_0x3ad15e);const _0x2e42bd=await GrpcClient['getInstance']()[_0x2782fc(0x3be)](_0x40b96d,_0x49b4a8,_0x3ad15e,_0x269099[_0x2782fc(0x384)]);if(!_0x2e42bd||!_0x2e42bd[_0x2782fc(0x180)])return logger[_0x2782fc(0x359)](_0x269099[_0x2782fc(0x3c9)]),{};const _0x145c49=_0x2e42bd[_0x2782fc(0x180)](),_0x2d53fc=Buffer[_0x2782fc(0x2e5)](_0x145c49)['toString'](_0x269099[_0x2782fc(0x36e)])[_0x2782fc(0x173)]();if(!_0x2d53fc)return logger[_0x2782fc(0x359)](_0x269099['vmlNA']),{};return JSON[_0x2782fc(0x3c0)](_0x2d53fc);}catch(_0x2cd9fb){return logger[_0x2782fc(0x193)](_0x2782fc(0x1f6)+(_0x2cd9fb['stack']||_0x2cd9fb[_0x2782fc(0x31c)])),{};}}async[a106_0x31b098(0x313)](_0x239b5a){const _0x530595=a106_0x31b098,_0x4d1be8={};_0x4d1be8[_0x530595(0x27d)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x4d1be8[_0x530595(0x26f)]=function(_0x5ed713,_0x35bd32){return _0x5ed713>_0x35bd32;},_0x4d1be8[_0x530595(0x305)]=_0x530595(0x1fa);const _0xac85ec=_0x4d1be8;try{if(!this[_0x530595(0x337)]())return logger[_0x530595(0x359)](_0xac85ec[_0x530595(0x27d)]),[];const _0x14eb4c=this[_0x530595(0x2c0)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x530595(0x1bb)]()}:{};_0xac85ec['sFEHD'](Object[_0x530595(0x1b7)](_0x14eb4c)['length'],0x0)&&logger[_0x530595(0x353)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x530595(0x22d)](_0x14eb4c));const _0x1cd699=await this[_0x530595(0x1b4)]({'fetchFn':()=>Object[_0x530595(0x1b7)](_0x14eb4c)['length']>0x0?this[_0x530595(0x235)](_0x239b5a,_0x530595(0x1d7),_0x14eb4c):this[_0x530595(0x235)](_0x239b5a,'getResults'),'isNonEmpty':_0x5f5722=>Array[_0x530595(0x3a4)](_0x5f5722)&&_0x5f5722[_0x530595(0x220)]>0x0,'resultDetail':_0xda9961=>_0x530595(0x2af)+(Array[_0x530595(0x3a4)](_0xda9961)?_0xda9961[_0x530595(0x220)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0xac85ec[_0x530595(0x305)]});return _0x1cd699||[];}catch(_0x6248e9){return logger[_0x530595(0x193)](_0x530595(0x280)+(_0x6248e9[_0x530595(0x26c)]||_0x6248e9['message'])),[];}}async[a106_0x31b098(0x1fb)](_0x200809){const _0x48314a=a106_0x31b098,_0x5b4877={'SCveo':function(_0x55e836,_0x409a38,_0x7be814){return _0x55e836(_0x409a38,_0x7be814);},'BCVzk':_0x48314a(0x268),'botKJ':function(_0x195394,_0x3d5a36){return _0x195394(_0x3d5a36);},'nITIZ':_0x48314a(0x267),'RzIhS':'Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','pIBcM':_0x48314a(0x24a),'ADMEm':function(_0x3c38e5,_0x4205e5){return _0x3c38e5===_0x4205e5;},'RrwkV':_0x48314a(0x231),'KPxzu':_0x48314a(0x249),'QuURV':_0x48314a(0x1f7),'GUkmW':_0x48314a(0x32f),'meKXD':'getAccessibilityResultsSummary','DliZg':_0x48314a(0x1fe),'VpGPz':_0x48314a(0x26d),'beFrt':_0x48314a(0x35e),'aotdx':_0x48314a(0x205),'UetCb':_0x48314a(0x2a7),'zYnix':_0x48314a(0x245)};try{if(!this[_0x48314a(0x337)]())return logger['warn'](_0x5b4877[_0x48314a(0x2ef)]),{};const _0xa74556=_0x5b4877[_0x48314a(0x203)](require,_0x5b4877['pIBcM']),_0x3e54fe=_0xa74556[_0x48314a(0x3ae)](),_0x1024db=_0x5b4877[_0x48314a(0x1a7)](_0x3e54fe?.[_0x48314a(0x391)]?.[_0x48314a(0x322)](),_0x5b4877['RrwkV']);let _0x152423='',_0x435e9a=null,_0x27daf0=null;if(_0x1024db){_0x435e9a=global[_0x48314a(0x3a6)]||global[_0x48314a(0x2be)]?.[_0x48314a(0x2ac)]?.[_0x48314a(0x3ac)]||global[_0x48314a(0x2be)]?.[_0x48314a(0x2ac)]?.['id'];if(!_0x435e9a)return logger[_0x48314a(0x359)](_0x5b4877['KPxzu']),{};try{const _0x898ba4=await GrpcClient[_0x48314a(0x25b)]()[_0x48314a(0x210)](process[_0x48314a(0x306)][_0x48314a(0x241)],_0x5b4877['QuURV'],_0x5b4877['nITIZ'],_0x435e9a),_0x29bcf8=AccessibilityModule[_0x48314a(0x258)](null,_0x898ba4);_0x152423=_0x29bcf8?.[_0x48314a(0x1eb)]||'',logger[_0x48314a(0x353)](_0x48314a(0x327)+_0x152423+_0x48314a(0x339)+_0x435e9a);const _0x2f94bb=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x5b4877[_0x48314a(0x338)],_0x152423,_0x435e9a),_0x5eecbb=this[_0x48314a(0x232)](_0x5b4877[_0x48314a(0x366)])||this[_0x48314a(0x2ff)][this[_0x48314a(0x365)]]||null,_0x534909=process[_0x48314a(0x306)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x41645a=this[_0x48314a(0x329)](_0x5b4877[_0x48314a(0x1a9)],_0x152423,_0x5eecbb,_0x534909);_0x27daf0=_0xa74556[_0x48314a(0x184)](_0x41645a,_0x2f94bb),logger[_0x48314a(0x353)](_0x48314a(0x2f4)+JSON['stringify'](_0x27daf0));}catch(_0x2012d4){return logger[_0x48314a(0x193)](_0x48314a(0x321)+_0x2012d4['message']),{};}}else{_0x152423=this['getCapabilityValue'](_0x5b4877[_0x48314a(0x364)])||'';!_0x152423&&this[_0x48314a(0x2c0)]()&&(_0x152423=accessibilityHelper[_0x48314a(0x1bb)]());const _0x261f31=this[_0x48314a(0x232)](_0x5b4877[_0x48314a(0x366)])||this[_0x48314a(0x2ff)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x17321a=process[_0x48314a(0x306)]['BROWSERSTACK_TESTHUB_JWT']||'';_0x27daf0=this[_0x48314a(0x329)](_0x5b4877[_0x48314a(0x1a9)],_0x152423,_0x261f31,_0x17321a);}logger[_0x48314a(0x353)](_0x5b4877[_0x48314a(0x1e7)]);const _0x3647a6=0x15f90,_0x5e30b8=0x1388;try{await PerformanceTester[_0x48314a(0x30f)](PerformanceA11yEvents[_0x48314a(0x2e2)],async()=>{const _0xb684a2=_0x48314a,_0x274f9e={'VXuQn':function(_0x504849,_0x36f108,_0x59d928){const _0x79b8ee=a106_0x2716;return _0x5b4877[_0x79b8ee(0x170)](_0x504849,_0x36f108,_0x59d928);}},_0x60c0e6=this['executeScriptByName'](_0x200809,_0x5b4877[_0xb684a2(0x2ea)],_0x27daf0);let _0x4ae7bd;const _0x5391a5=new Promise((_0xe94fb2,_0x3c6699)=>{const _0x2a246c=_0xb684a2;_0x4ae7bd=_0x274f9e[_0x2a246c(0x3b5)](setTimeout,()=>_0x3c6699(new Error(_0x2a246c(0x36c)+_0x3647a6+'ms')),_0x3647a6);});try{const _0x433c24=await Promise['race']([_0x60c0e6,_0x5391a5]);logger[_0xb684a2(0x353)]('Scan\x20result:\x20'+util[_0xb684a2(0x2dc)](_0x433c24));}finally{_0x5b4877[_0xb684a2(0x203)](clearTimeout,_0x4ae7bd);}},{'command':_0x5b4877[_0x48314a(0x1a9)]})();}catch(_0x532927){logger[_0x48314a(0x359)](_0x48314a(0x36b)+_0x532927['message']+'\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary'),global['__bstackA11yScanCapHit']={'reason':_0x5b4877[_0x48314a(0x1f1)],'at':Date['now'](),'where':_0x5b4877[_0x48314a(0x20c)]},await new Promise(_0x30c031=>setTimeout(_0x30c031,_0x5e30b8)),logger[_0x48314a(0x353)](_0x48314a(0x272)+_0x5e30b8+_0x48314a(0x33a));}const _0x372cfb=await this[_0x48314a(0x1b4)]({'fetchFn':()=>PerformanceTester[_0x48314a(0x30f)](PerformanceA11yEvents[_0x48314a(0x1f9)],async()=>{const _0x53726a=_0x48314a;return await this[_0x53726a(0x235)](_0x200809,_0x5b4877[_0x53726a(0x338)],_0x27daf0);})(),'isNonEmpty':_0x8733b9=>_0x8733b9&&typeof _0x8733b9[_0x48314a(0x3c8)]===_0x48314a(0x2da)&&_0x8733b9[_0x48314a(0x3c8)]>0x0,'resultDetail':_0x3a99ec=>'totalIssueCount='+(_0x3a99ec&&typeof _0x3a99ec['totalIssueCount']===_0x48314a(0x2da)?_0x3a99ec[_0x48314a(0x3c8)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x5b4877[_0x48314a(0x20c)]});if(!_0x372cfb)return logger[_0x48314a(0x353)](_0x5b4877['UetCb']),{};return _0x5b4877['ADMEm'](typeof _0x372cfb,_0x5b4877['zYnix'])&&global['__bstackA11yScanCapHit']&&(_0x372cfb['degraded']=!![],_0x372cfb[_0x48314a(0x1b8)]=global[_0x48314a(0x3a8)][_0x48314a(0x209)]),_0x372cfb;}catch(_0x2f2f65){return logger[_0x48314a(0x193)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x2f2f65[_0x48314a(0x26c)]||_0x2f2f65[_0x48314a(0x31c)])),{};}}async[a106_0x31b098(0x2d8)](_0xc8cd45,_0x1a277c,_0x48cdc2=null){const _0x222203=a106_0x31b098,_0x211f2f={};_0x211f2f[_0x222203(0x341)]=_0x222203(0x259),_0x211f2f[_0x222203(0x28a)]=_0x222203(0x223),_0x211f2f['HRAxF']='Executing\x20accessibility\x20script\x20on\x20page';const _0x90ae0f=_0x211f2f;try{if(!_0xc8cd45)return logger[_0x222203(0x353)](_0x90ae0f['xnDkg']),null;if(!_0x1a277c)return logger['debug'](_0x90ae0f['HAOWx']),null;logger[_0x222203(0x353)](_0x90ae0f['HRAxF']);const _0x1cdc0c=_0x48cdc2?await _0xc8cd45['evaluate'](_0x1a277c,_0x48cdc2):await _0xc8cd45[_0x222203(0x34f)](_0x1a277c);return _0x1cdc0c;}catch(_0x568472){return logger[_0x222203(0x193)](_0x222203(0x17b)+(_0x568472[_0x222203(0x26c)]||_0x568472['message'])),null;}}static[a106_0x31b098(0x258)](_0x697ce1,_0x47b89b){const _0x56baa7=a106_0x31b098,_0x2d7b7b={};_0x2d7b7b['qftWe']=_0x56baa7(0x21a);const _0x4af91d=_0x2d7b7b,_0x209fb4={};_0x209fb4[_0x56baa7(0x1eb)]=_0x697ce1;const _0x47492f=_0x209fb4;let _0x9dae3a={};if(_0x47b89b[_0x56baa7(0x29f)]()&&_0x47b89b[_0x56baa7(0x3d2)]())try{_0x9dae3a=JSON[_0x56baa7(0x3c0)](Buffer[_0x56baa7(0x2e5)](_0x47b89b['getAccessibilityExecuteParams']())[_0x56baa7(0x304)](_0x4af91d['qftWe']));}catch(_0x243c2f){logger[_0x56baa7(0x193)](_0x56baa7(0x189)+_0x243c2f['message']),_0x9dae3a={};}return CLIUtils[_0x56baa7(0x184)](_0x47492f,_0x9dae3a);}static async[a106_0x31b098(0x2b8)](_0x533892,_0xfc1836='',_0x2a8814=null){const _0x2efdbc=a106_0x31b098,_0x114242={};_0x114242[_0x2efdbc(0x1db)]=_0x2efdbc(0x2f7),_0x114242[_0x2efdbc(0x2f2)]=_0x2efdbc(0x1f7);const _0x1bd618=_0x114242;try{if(!_0x2a8814&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x2efdbc(0x208)];if(!process[_0x2efdbc(0x306)][_0x2efdbc(0x241)])return logger['error'](_0x1bd618[_0x2efdbc(0x1db)]),{};const _0x3b0d00=await GrpcClient[_0x2efdbc(0x25b)]()['fetchDriverExecuteParamsEvent'](process[_0x2efdbc(0x306)][_0x2efdbc(0x241)],_0x1bd618[_0x2efdbc(0x2f2)],_0x533892,_0x2a8814),_0x1935e4=_0x2a8814?AccessibilityModule['loadDriverExecuteParams'](null,_0x3b0d00)?.[_0x2efdbc(0x1eb)]||_0xfc1836:_0xfc1836,_0x57661c=AccessibilityModule[_0x2efdbc(0x258)](_0x1935e4,_0x3b0d00);return!_0x2a8814&&(AccessibilityModule[_0x2efdbc(0x208)]=_0x57661c,AccessibilityModule[_0x2efdbc(0x395)]=!![]),_0x57661c;}catch(_0x5be148){return logger['error'](_0x2efdbc(0x256)+_0x533892+':\x20'+(_0x5be148[_0x2efdbc(0x26c)]||_0x5be148['message'])),{};}}};module['exports']=AccessibilityModule;
1
+ function a106_0xb3c9(_0x5a1a46,_0x13f5ee){const _0x499407=a106_0x4994();return a106_0xb3c9=function(_0xb3c90f,_0x1a8f56){_0xb3c90f=_0xb3c90f-0xda;let _0x2b3132=_0x499407[_0xb3c90f];return _0x2b3132;},a106_0xb3c9(_0x5a1a46,_0x13f5ee);}const a106_0xd47e7c=a106_0xb3c9;(function(_0x3863f6,_0x15c0f8){const _0x553227=a106_0xb3c9,_0xd74c9f=_0x3863f6();while(!![]){try{const _0x577795=-parseInt(_0x553227(0x189))/0x1*(parseInt(_0x553227(0x134))/0x2)+-parseInt(_0x553227(0x18b))/0x3*(parseInt(_0x553227(0x1b5))/0x4)+-parseInt(_0x553227(0x199))/0x5+parseInt(_0x553227(0x1ad))/0x6*(-parseInt(_0x553227(0x1f0))/0x7)+-parseInt(_0x553227(0x14f))/0x8+parseInt(_0x553227(0x173))/0x9*(parseInt(_0x553227(0x270))/0xa)+parseInt(_0x553227(0x2e5))/0xb*(parseInt(_0x553227(0x100))/0xc);if(_0x577795===_0x15c0f8)break;else _0xd74c9f['push'](_0xd74c9f['shift']());}catch(_0x194f59){_0xd74c9f['push'](_0xd74c9f['shift']());}}}(a106_0x4994,0x71b99));const BaseModule=require('./baseModule'),{createClassLogger}=require(a106_0xd47e7c(0x26e)),CLIUtils=require(a106_0xd47e7c(0x2d3)),AutomationFramework=require(a106_0xd47e7c(0x2f8)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a106_0xd47e7c(0x316)),HookState=require(a106_0xd47e7c(0x26f)),GrpcClient=require(a106_0xd47e7c(0x10b)),scripts=require(a106_0xd47e7c(0x31e)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a106_0xd47e7c(0x205)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0xd47e7c(0x153)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a106_0xd47e7c(0x13b)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a106_0xd47e7c(0x256)),TestInfo=require(a106_0xd47e7c(0x23f)),TestFrameworkConstants=require(a106_0xd47e7c(0x120)),accessibilityHelper=require(a106_0xd47e7c(0x127)),{FRAMEWORKS}=require(a106_0xd47e7c(0x136));function a106_0x4994(){const _0x3504a6=['Error\x20executing\x20script\x20','performScanForCli','NON_BROWSERSTACK_AUTOMATION_SESSIONS','has','lMJSy','isAppAccessibility','JRVqy','OSKum','DVvnx','\x20browser\x20version\x20greater\x20than\x20','GLmrC','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','cucumber','size','browserStackEvaluate','util','browserstack.accessibilityOptions.scannerProcessingTimeout','join','iPCGN','isMobilePlatform','updateData','oVEgh','getTestFrameworkDetail','getCurrentInstanceName','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','getCommandsToWrap','ZifbM','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','shouldScanCurrentTest','CmqvQ',']\x20should\x20run\x20accessibility\x20value=','SXNZx','nKrGD','vNGfr','stopTestCapture','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','mCylu','../../../helpers/classLogger','../state/hookState','660ZiXhQW','getResultsSummary','ShxDR','Error\x20in\x20initAccessibilityConfig:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','KEY_INIT','getGoogleChromeOptions','getAccessibilityConfig','mAuaj','Error\x20in\x20getAccessibilityResultsSummary:\x20','getResultResponse','browserstack.accessibilityOptions.authToken','bind','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','crypto','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','getCapabilitiesList','owKaN','number','SAVE_RESULTS','getTestDetails','TiWGj','env','command','_mobileScanningDisabledLogged','wduts','degradedReason','main','ckoDf','fLidI','KEY_TEST_NAME','DduSM','getPlatformCaps','getState','--headless=','stringify','qsiDB','DRIVER_INIT','scannerProcessingTimeout','AJuCU','onBeforeExecute','YAkGa','mhaGV','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','testInfo','from','bvrHR','getAppAccessibilityResultsSummary','getCapabilities','OERAs','SNAzg','testAnalyticsId','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','loadAccessibilityConfig','find','setAccessibilityConfig','string','digest','fetchDriverExecuteParamsEvent','TSoMX','authHeader','DuWrP','mergeObject','options','sAbtv','zrscn','accessibilityConfig','EFZed','ZkBRI','replace','vlYNf','vWqcm','getScriptByName','Executing\x20','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','kPchh','present','concat','registerObserver','sha256','test-tags-->\x20','executeScriptByName:\x20No\x20','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','_centralAuthA11yConfig','[platform\x20-\x20','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','MKzFs','setShouldScanCurrentTest','set','LMOJi','getScript','Error\x20in\x20validatePlatformForAccessibility:\x20','WWdQs','RGWLM','toString','testFrameworkData','ygvmO','AybEG','__accessibilityOptions','../cliUtils','name','getModuleName','evaluate','LMghV','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','Page\x20','getCurrentAccessibilityStatus','fEuam','vHTgF','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','test_run_id','includes','XyvwH','XvPcc','zLCGj','isArray','eJneH','220cjMPHk','PERFORM_SCAN','GGzsw','UvTFP','isEnabledTestcase',',\x20testRunId=','browserstack_executor','_parseScriptsFromOptions','scan','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','ZouJe','debug','TWtHu','__jestCurrentTestIdentifier','\x22browserstack.key\x22:\x22[REDACTED]\x22','wyKJl','toLowerCase','isBrowserstackScriptCommand','../framework/automationFramework','JgWLO','LIOAT','isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','appium:platformVersion','EqQvW','createHash','codBD','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','pcdDF','scriptsList','VgVyC','getName','uwKPt','saveTestResults','UdirS','AQcpa','browserstack.accessibilityOptions.scannerVersion','xwvLH','accessibilityPlatform','measureWrapper','parse','stack','QOqYL','getLogDisabledShown','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','sNIuV','android','a11y:save-results','../state/automationFrameworkState','KEY_DRIVER_HAS_URL','QipFD','SVzcE','on\x20non-BrowserStack\x20infrastructure\x20','\x20script\x20available','YcJpx','INPJx','../../../helpers/accessibility-automation/scripts','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','[AccessibilityModule.getResultsSummary]\x20waited\x20','page','pAYvM','LNAkC','Wbezj','message','fKrnw','thTestRunUuid','appium:platformName','setAccessibilityToken','_pollUntilNonEmpty','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20',',\x20sessionId=','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','rmvdZ','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','iqdTf','goog:chromeOptions','assign','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','ACCESSIBILITY_INITIALIZED','hzYxT','jest','wFpKR','skipCDPConnectOverride','VdxIs','MODULE_NAME','commandName','accessibilityToken','YPbWV','iWEQd','some','WjWDj','wazdZ','PRE','gBStH','Performing\x20scan\x20before\x20from\x20cli','getSuccess','654840rKdYxC','parseA11yJwtPayload','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','mkpsf','count=','getAccessibility',',\x20testName=','titlePath','lJaQh','hiCHz','Processed\x20accessibility\x20caps\x20','../grpcClient','processAccessibilityCaps','Czjfn','getTestUUID','NvtiU','VictI','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','keys','not-array','zqOJS','onBeforeExecute:\x20Command\x20','Wyvcl','mJYZU','sXEzs','capabilitiesList','getBuildId','performPageScan:\x20Page\x20is\x20null','testRunId','getData','DQrRf','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','../framework/constants/testFrameworkConstants.js','sokVG','isMobileWebSession','ipycq','IvLeg','\x22browserstack.user\x22:\x22[REDACTED]\x22','__workerDetails','../../../helpers/accessibility-automation/helper','scannerVersion','NELLs','Executing\x20accessibility\x20script\x20on\x20page',']\x20isEnabledTestcase\x20(','shouldScanForCommand','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','No\x20summaryResults\x20found.','\x22\x20pid=','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','../../playwright/accessibility-helper','cDHwc','LOG_DISABLED_SHOWN','14920yeITRw','TsVXY','../../utils/constants.js','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','nwRDl','now','toJson','../../../helpers/accessibility-automation/constants','driDw','Performing\x20scan\x20before\x20getting\x20results\x20summary','true','platformValidation','excludeTagsInTestingScope','toISOString','executeScriptByName','ZjFsf','pwPage','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','launchCaps','includeTagsInTestingScope','\x20a11yToken=',',\x20excludeTags=','MOBILE_SCANNING_DISABLED_WARNING','LiFeg','getContext','ReOWj','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','551608AerXVx','_centralAuthConfigFetched','JxQel','Error\x20in\x20performPageScan:\x20','../../../helpers/performance/constants.js','getAccessibilityResultsSummary','getAllData','PNgvA','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','browserVersion','finishScanningForCli','bqhZS','fKGhJ','chromeOptions','latest','Exception\x20in\x20isPlatformSupported:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','centralAuthToken','pid','Scan\x20result:\x20',',\x20includeTags=','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','testFramework','pnxyg','fPeUU','ztGVU','performPageScan',']\x20Accessibility\x20configuration\x20initialized\x20successfully','Error\x20applying\x20sendMessageToServer\x20patch:\x20','hex','degraded','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','RnRNi','[AccessibilityModule]\x20onAfterTest:\x20framework=','format','115929sQWlmw','testhub_build_uuid','getTestId','hasAccessibilityExecuteParams','totalIssueCount','ONacV','ghQGJ','reason','NPabc','QkIjY','getAccessibilityExecuteParams','performScan','getAppAccessibilityResults','performScanForCli:\x20No\x20','Context','xeOUi','bzOMX','HBNZe','trim','hjswC','headless','XuIZS','42NxHlMz','SCAN_CAP_HIT','3417HjIjTx','\x20worker=\x22','accessibility','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','GlPxc','getAccessibilityResults','CGWdQ','instance','Error\x20in\x20getAccessibilityResults:\x20','getPlatformIndex','YkLOS','chrome','KEY_TEST_SCOPES','getIsAppAccessibility','1626435IxFYWw','AfMYm','platformCaps','NKPIZ','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','ECgdh','testcafe',',\x20isAppAccessibility=','saveResults',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_YML','MkxwD','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','SDK_ACCESSIBILITY_CONFIG','error','AccessibilityModule.getResults','Error\x20in\x20shouldScanForCommand:\x20','24DPTUec','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','QRwAQ','Error\x20in\x20processAccessibilityCaps:\x20','getCapabilityValue','currentTest','get','commandsToWrap','1652HKTVZy','lkvFt','warn',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','fetchCentralAuthA11yConfig','OEdnm','onBeforeTest','gGlPs','test_tags','KEY_TESTHUB_BUILD_ID','platformName','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','is_mobile_session','\x20env=','getResults','browserstack.accessibilityOptions.wcagVersion','_sendMessageServerPatchApplied',',\x20available\x20commands:\x20','zsTDG',')\x20result=','yLFfa','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','isMobileScanningEnabledForGroup','map','sGsll','../../utils/playwright-patcher','qgXqw','\x20->\x20','yRkeP','BS_A11Y_JWT','browser_version','getParamsForScanForCli','EukIC',',\x20\x0a\x20',']\x20isEnabledTestcase\x20(cucumber)\x20result=','performPageScan:\x20Script\x20is\x20null','BNAKn','isAccessibilityAutomationSession','accessibilityResult','NJVCK','setShouldScan','pWrZE','hkwUv','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','split','requiresChromeOptionsValidation','unknown','getInstance','loadDriverExecuteParams','commandsList','AJFqG','afterTestHook','SCdgG','HAhNj','NODE_GENERIC','getTrackedInstance','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','qaEiw','wcfDB','521087deQGkm','lhdLw','QUIT','sYGtP','shouldScanForCommand:\x20',']\x20onAfterTest\x20should\x20scan=','resolveMobileThTestRunUuid','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','MwsSf','KIgdQ','OwCbm','rSgdq','info','zIwKv','delete','JgEgo','VdqUu','MNynz','validatePlatformForAccessibility','getBrowserDisplayName','wgsKg','../../../helpers/performance/performance-tester.js','setLogDisabledShown','../../../helpers/helper','getOptions','LVlfu','wKFzd','gNCWs','\x20script\x20available\x20in\x20scriptsList','platformVersion','length','BROWSERSTACK_CLI_BIN_SESSION_ID','uQCDS','null','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','POST','capabilities','ISfxC','startsWith','\x20result\x20for\x20','JEST_WORKER_ID','ostsj','tYJWt','IlNFh','browserName','__bstackA11yScanCapHit','function','ujADD','\x20accessibility\x20script\x20on\x20page','ScanArgs:\x20','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','toObject','SlEBE','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','applySendMessageToServerPatch','kaVFm',');\x20returning\x20last\x20value','getTesthub','browser','isPlatformSupported','Unknown\x20Test','XaMPx','onAfterTest','YIBux','parseFromProto','slice','isEnabled','UzCwQ','\x20from\x20testIdentifier=','jHewU','HZBMm','BROWSERSTACK_TESTHUB_JWT','isQoK','DRIVER_HAS_URL','value','AccessibilityModule.getResultsSummary','NJXWM','lwXQt','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','../TestInfo.js','cczJm','bXUoZ','QAdWb','getValue','Error\x20checking\x20headless\x20capability:\x20','ttocR','ZNEYF'];a106_0x4994=function(){return _0x3504a6;};return a106_0x4994();}class AccessibilityModule extends BaseModule{static [a106_0xd47e7c(0xf4)]=AccessibilityModule[a106_0xd47e7c(0x2d4)];static [a106_0xd47e7c(0x150)]=![];static [a106_0xd47e7c(0x2c3)]={};constructor(_0x567c97){const _0x2a5850=a106_0xd47e7c,_0x593423={};_0x593423[_0x2a5850(0x103)]=function(_0x4254de,_0x43c6cd){return _0x4254de===_0x43c6cd;},_0x593423[_0x2a5850(0x313)]=_0x2a5850(0x2a4),_0x593423[_0x2a5850(0x116)]=_0x2a5850(0xee),_0x593423[_0x2a5850(0x1dc)]=_0x2a5850(0x239),_0x593423[_0x2a5850(0x1af)]='testhub_build_uuid';const _0x511d03=_0x593423;super(),AutomationFramework['registerObserver'](AutomationFrameworkState['EXECUTE'],HookState[_0x2a5850(0xfc)],this[_0x2a5850(0x298)]['bind'](this)),AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState[_0x2a5850(0x213)],this[_0x2a5850(0x1bb)][_0x2a5850(0x27c)](this)),AutomationFramework[_0x2a5850(0x2be)](AutomationFrameworkState[_0x2a5850(0x1f2)],HookState['PRE'],this[_0x2a5850(0x22e)]['bind'](this)),this[_0x2a5850(0x232)]=!![],this[_0x2a5850(0x2b2)]=_0x567c97[_0x2a5850(0x223)](),this[_0x2a5850(0x18d)]=new Map(),this[_0x2a5850(0x133)]=new Map(),this[_0x2a5850(0x24c)]=_0x567c97[_0x2a5850(0x198)]?.()||![],this[_0x2a5850(0x214)]=[],this[_0x2a5850(0x1c5)]=![],this[_0x2a5850(0x288)]=![],this[_0x2a5850(0xe3)](_0x567c97['getOptions']()[_0x2a5850(0x280)]());const _0x64c7c4=CLIUtils[_0x2a5850(0x25d)]();_0x64c7c4&&_0x511d03[_0x2a5850(0x103)](_0x64c7c4['name'],FRAMEWORKS[_0x2a5850(0x1eb)])&&this['_parseScriptsFromOptions'](_0x567c97[_0x2a5850(0x208)]()),logger[_0x2a5850(0x2f1)](_0x511d03[_0x2a5850(0x313)]),this[_0x2a5850(0x275)]=_0x511d03['Wyvcl'],this[_0x2a5850(0x317)]=_0x511d03[_0x2a5850(0x1dc)],this[_0x2a5850(0x1be)]=_0x511d03[_0x2a5850(0x1af)];}[a106_0xd47e7c(0x232)](){const _0x57c600=a106_0xd47e7c;return this[_0x57c600(0x232)];}[a106_0xd47e7c(0x2d5)](){return AccessibilityModule['MODULE_NAME'];}['getCurrentAccessibilityStatus'](){const _0x2a5663=a106_0xd47e7c;return this[_0x2a5663(0x18d)][_0x2a5663(0x1b3)](CLIUtils[_0x2a5663(0x25e)](),![]);}[a106_0xd47e7c(0x311)](){const _0x621040=a106_0xd47e7c;return this['LOG_DISABLED_SHOWN'][_0x621040(0x1b3)](CLIUtils['getCurrentInstanceName'](),![]);}[a106_0xd47e7c(0x206)](_0x74995a){const _0x42524d=a106_0xd47e7c;this['LOG_DISABLED_SHOWN']['set'](CLIUtils[_0x42524d(0x25e)](),_0x74995a);}['applySendMessageToServerPatch'](){const _0x40b038=a106_0xd47e7c,_0x12f67d={'EMJfn':_0x40b038(0x1e0),'MwsSf':function(_0x412c85,_0x8493c5){return _0x412c85(_0x8493c5);},'fKGhJ':_0x40b038(0x1ce),'GlPxc':_0x40b038(0x2d8),'HZBMm':_0x40b038(0x19d)};if(this[_0x40b038(0x1c5)]){logger[_0x40b038(0x2f1)](_0x12f67d['EMJfn']);return;}try{const _0x5afb24=_0x12f67d[_0x40b038(0x1f8)](require,_0x12f67d[_0x40b038(0x15b)]);_0x5afb24&&_0x5afb24['patchSendMessageToServer']?(_0x5afb24['patchSendMessageToServer'](),this[_0x40b038(0x1c5)]=!![],logger[_0x40b038(0x2f1)](_0x12f67d[_0x40b038(0x18f)])):logger[_0x40b038(0x2f1)](_0x12f67d[_0x40b038(0x236)]);}catch(_0x486e58){logger['debug'](_0x40b038(0x16c)+util[_0x40b038(0x172)](_0x486e58));}}['isPlatformSupported'](_0x240ae6=null,_0xace786=null,_0x24f2a7=null){const _0x1e9d58=a106_0xd47e7c,_0xcb720f={'qaEiw':function(_0x55f539,_0x448b21){return _0x55f539&&_0x448b21;},'pJQbC':'isPlatformSupported:\x20caps\x20are\x20null','zLCGj':function(_0x1f81c6,_0x346fe8){return _0x1f81c6(_0x346fe8);},'yRkeP':_0x1e9d58(0x207),'CjxWz':_0x1e9d58(0x1ca),'owKaN':_0x1e9d58(0xe2),'ipycq':function(_0x1e8acc,_0x534bf2){return _0x1e8acc===_0x534bf2;},'ZifbM':_0x1e9d58(0x314),'ostsj':_0x1e9d58(0x2fd),'gGlPs':function(_0x43915d,_0x5c7392){return _0x43915d!==_0x5c7392;},'xEbEm':function(_0x3083ab,_0x3418b6,_0x15cd55){return _0x3083ab(_0x3418b6,_0x15cd55);},'iWEQd':function(_0x3d2196,_0x12902a){return _0x3d2196(_0x12902a);},'YAkGa':function(_0x2d59a6,_0x122463){return _0x2d59a6<_0x122463;},'LVlfu':_0x1e9d58(0x263),'yKlul':function(_0x5c92f4,_0x52d908){return _0x5c92f4===_0x52d908;},'mCylu':function(_0x5be372,_0x386ec7){return _0x5be372===_0x386ec7;},'wgsKg':'true','zqOJS':_0x1e9d58(0x2a8),'YIBux':_0x1e9d58(0x1ae),'pcdDF':_0x1e9d58(0xeb),'UzCwQ':_0x1e9d58(0x15d),'CmqvQ':function(_0x2a5edc){return _0x2a5edc();},'sGsll':_0x1e9d58(0x31a),'SVzcE':function(_0x2ea29f,_0x4d4f5e){return _0x2ea29f(_0x4d4f5e);},'NPabc':function(_0x346a90,_0x103eb7){return _0x346a90-_0x103eb7;},'TsVXY':function(_0x2b123c,_0x45e5f7){return _0x2b123c(_0x45e5f7);},'lkvFt':function(_0x1d1e7f,_0x2b2296){return _0x1d1e7f!==_0x2b2296;},'VtHGX':function(_0x3bfdd5,_0x57eae6){return _0x3bfdd5>_0x57eae6;},'XuIZS':function(_0x2dde3b,_0x4f96e2){return _0x2dde3b(_0x4f96e2);},'wFpKR':_0x1e9d58(0x274)};try{if(_0xcb720f[_0x1e9d58(0x1ee)](!_0xace786,!_0x24f2a7))return logger[_0x1e9d58(0x2f1)](_0xcb720f['pJQbC']),![];const {isUndefined:_0x34c04e,isBrowserstackInfra:_0x4204d5}=_0xcb720f['zLCGj'](require,_0xcb720f[_0x1e9d58(0x1d1)]);if(!accessibilityHelper[_0x1e9d58(0x1da)]())return logger[_0x1e9d58(0x2f1)](_0xcb720f['CjxWz']),![];if(this[_0x1e9d58(0x24c)]){const _0x33c1c4=(_0xace786[_0x1e9d58(0x1bf)]||_0xace786[_0xcb720f[_0x1e9d58(0x281)]]||'')[_0x1e9d58(0x2f6)]();if(_0xcb720f[_0x1e9d58(0x123)](_0x33c1c4,_0xcb720f[_0x1e9d58(0x261)])){const _0x32d693=_0xace786[_0xcb720f[_0x1e9d58(0x219)]]||_0xace786[_0x1e9d58(0x20d)];if(_0xcb720f['gGlPs'](_0x32d693,undefined)&&_0xcb720f[_0x1e9d58(0x1bc)](_0x32d693,null)){const _0x1bff78=_0xcb720f['xEbEm'](parseInt,_0xcb720f[_0x1e9d58(0xf8)](String,_0x32d693)[_0x1e9d58(0x1e1)]('.')[0x0],0xa);if(!_0xcb720f[_0x1e9d58(0x2e2)](isNaN,_0x1bff78)&&_0xcb720f[_0x1e9d58(0x299)](_0x1bff78,0xb))return logger[_0x1e9d58(0x1b7)](_0x1e9d58(0x2fb)+_0x32d693),![];}}return!![];}const _0x28e07c=_0xace786[_0x1e9d58(0x21c)]||_0xace786[_0x1e9d58(0x22a)],_0x4ed524=_0xace786[_0x1e9d58(0x158)]||_0xace786[_0x1e9d58(0x1d3)];if(!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x28e07c))return logger[_0x1e9d58(0x1b7)](_0xcb720f[_0x1e9d58(0x209)]),![];if(accessibilityHelper[_0x1e9d58(0x1e2)](_0x28e07c))try{const _0x50ebad=_0xace786[_0x1e9d58(0x187)],_0x1b2f4a=_0xcb720f['yKlul'](_0x50ebad,!![])||_0xcb720f[_0x1e9d58(0x26d)](_0x50ebad,_0xcb720f[_0x1e9d58(0x204)])||_0xcb720f['yKlul'](typeof _0x50ebad,_0xcb720f[_0x1e9d58(0x114)])&&_0xcb720f[_0x1e9d58(0x26d)](_0x50ebad['toLowerCase'](),_0xcb720f['wgsKg']);if(_0x1b2f4a)return logger[_0x1e9d58(0x1b7)](_0xcb720f[_0x1e9d58(0x22f)]),![];const _0x258e97=_0xace786?.[_0x1e9d58(0x15c)]?.['args']||_0xace786?.[_0xcb720f[_0x1e9d58(0x302)]]?.['args']||[];if(Array[_0x1e9d58(0x2e3)](_0x258e97)&&_0x258e97[_0x1e9d58(0xf9)](_0x276761=>typeof _0x276761===_0x1e9d58(0x2a8)&&(_0x276761==='--headless'||_0x276761[_0x1e9d58(0x216)](_0x1e9d58(0x292))&&_0x276761!=='--headless=new')))return logger[_0x1e9d58(0x1b7)](_0xcb720f[_0x1e9d58(0x22f)]),![];}catch(_0x504cea){logger[_0x1e9d58(0x2f1)](_0x1e9d58(0x244)+util[_0x1e9d58(0x172)](_0x504cea));}if(_0xcb720f[_0x1e9d58(0x1bc)](_0x4ed524,_0xcb720f[_0x1e9d58(0x233)])){const _0x288cdd=_0xcb720f[_0x1e9d58(0x266)](_0x4204d5),_0x39a19=accessibilityHelper['getMinVersionForBrowser'](_0x28e07c,_0x288cdd),_0x3245fa=accessibilityHelper[_0x1e9d58(0x203)](_0x28e07c);if(!accessibilityHelper['isVersionSupported'](_0x4ed524,_0x39a19)){const _0x2bb6f4=_0x288cdd?'':_0xcb720f[_0x1e9d58(0x1cd)],_0x2b41e3=Number['isFinite'](_0xcb720f[_0x1e9d58(0x319)](parseFloat,_0x39a19))?_0xcb720f[_0x1e9d58(0x17b)](_0xcb720f[_0x1e9d58(0x135)](parseFloat,_0x39a19),0x1):_0x39a19;return logger['warn'](_0x1e9d58(0x15f)+_0x3245fa+_0x1e9d58(0x250)+_0x2b41e3+'\x20'+_0x2bb6f4+'.'),![];}}else{const _0x3772c3=_0xace786[_0x1e9d58(0x158)]||_0xace786['browser_version']||_0xace786['version'];if(_0x3772c3&&_0xcb720f[_0x1e9d58(0x1b6)](_0x3772c3,_0xcb720f[_0x1e9d58(0x233)])&&!_0xcb720f['VtHGX'](_0xcb720f[_0x1e9d58(0x135)](parseFloat,_0x3772c3),_0xcb720f[_0x1e9d58(0x188)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x1e9d58(0x1b7)](_0xcb720f[_0x1e9d58(0xf1)]),![];}return!![];}catch(_0x1eb7ca){return logger[_0x1e9d58(0x2f1)](_0x1e9d58(0x15e)+_0x1eb7ca['message']),![];}}[a106_0xd47e7c(0x2e9)](_0x5b1c03=[],_0x7a444b,_0x2305c0=a106_0xd47e7c(0x253)){const _0x1735c9=a106_0xd47e7c,_0x25a257={'BNAKn':function(_0x192f57,_0x245bbc){return _0x192f57===_0x245bbc;},'GOEIE':_0x1735c9(0xf0),'XyvwH':function(_0x1ddc98,_0x1485ed){return _0x1ddc98===_0x1485ed;},'fEuam':function(_0x472beb,_0x75de0){return _0x472beb||_0x75de0;},'ASWfx':function(_0x47cc0d,_0x2d96fe){return _0x47cc0d===_0x2d96fe;},'UQzbC':function(_0x41e85f,_0x2bcc7){return _0x41e85f&&_0x2bcc7;},'lJaQh':_0x1735c9(0x1e3),'wduts':function(_0x21ac30,_0x1faede){return _0x21ac30(_0x1faede);},'ztGVU':function(_0x3d9a8e,_0x31bbf0){return _0x3d9a8e>_0x31bbf0;}};try{const _0x1b3be5=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON['parse'](process[_0x1735c9(0x286)][_0x1735c9(0x16f)]):null;if(!_0x1b3be5)return!![];const _0x3fb5ae=Array[_0x1735c9(0x2e3)](_0x1b3be5['includeTagsInTestingScope'])?_0x1b3be5[_0x1735c9(0x147)]:[],_0x15ff0f=Array[_0x1735c9(0x2e3)](_0x1b3be5[_0x1735c9(0x140)])?_0x1b3be5['excludeTagsInTestingScope']:[];if(_0x25a257['BNAKn'](_0x2305c0,_0x25a257['GOEIE'])||_0x25a257[_0x1735c9(0x2e0)](_0x2305c0,FRAMEWORKS[_0x1735c9(0x1eb)])){let _0x25133a;Array['isArray'](_0x5b1c03)?_0x25133a=_0x5b1c03[_0x1735c9(0x258)]('\x20'):_0x25133a=_0x25a257[_0x1735c9(0x2db)](_0x5b1c03,'');const _0x389048=_0x5ac533=>_0x2305c0===FRAMEWORKS[_0x1735c9(0x1eb)]&&typeof _0x5ac533===_0x1735c9(0x2a8)?_0x5ac533[_0x1735c9(0x2b5)](/^@/,'')['toLowerCase']()['trim']():_0x5ac533,_0x38fabb=_0x25a257[_0x1735c9(0x1d9)](_0x2305c0,FRAMEWORKS[_0x1735c9(0x1eb)])?_0x25133a[_0x1735c9(0x2f6)]():_0x25133a,_0x21a796=_0x15ff0f[_0x1735c9(0xf9)](_0x3c216c=>_0x38fabb[_0x1735c9(0x2df)](_0x389048(_0x3c216c))),_0x3a3a67=_0x25a257['ASWfx'](_0x3fb5ae['length'],0x0)||_0x3fb5ae[_0x1735c9(0xf9)](_0x5e7e54=>_0x38fabb['includes'](_0x389048(_0x5e7e54))),_0x5504af=_0x25a257['UQzbC'](!_0x21a796,_0x3a3a67);return logger[_0x1735c9(0x2f1)](_0x1735c9(0x2c4)+(_0x7a444b?.[_0x1735c9(0x194)]?.()||_0x25a257[_0x1735c9(0x108)])+_0x1735c9(0x12b)+_0x2305c0+_0x1735c9(0x1c8)+_0x5504af+',\x20testName='+_0x25133a+_0x1735c9(0x164)+JSON[_0x1735c9(0x293)](_0x3fb5ae)+_0x1735c9(0x149)+JSON[_0x1735c9(0x293)](_0x15ff0f)),_0x5504af;}const _0x90f11a=Array['isArray'](_0x5b1c03)?_0x5b1c03:[];let _0x33c4e3=![],_0x59ac5b=_0x25a257[_0x1735c9(0x1d9)](_0x3fb5ae['length'],0x0);const _0x5e9660=_0x4b5c83=>typeof _0x4b5c83===_0x1735c9(0x2a8)?_0x4b5c83[_0x1735c9(0x2b5)](/^@/,'')['toLowerCase']()[_0x1735c9(0x185)]():_0x4b5c83,_0x209699=new Set(_0x3fb5ae[_0x1735c9(0x1cc)](_0x5e9660)),_0x42fa9c=new Set(_0x15ff0f[_0x1735c9(0x1cc)](_0x5e9660));for(const _0x3efb19 of _0x90f11a){const _0x34206a=_0x25a257[_0x1735c9(0x289)](_0x5e9660,_0x3efb19);_0x42fa9c[_0x1735c9(0x24a)](_0x34206a)&&(_0x33c4e3=!![]),_0x25a257[_0x1735c9(0x169)](_0x209699[_0x1735c9(0x254)],0x0)&&_0x209699['has'](_0x34206a)&&(_0x59ac5b=!![]);}const _0x4b1bae=_0x25a257['UQzbC'](_0x59ac5b,!_0x33c4e3);return logger['debug'](_0x1735c9(0x2c4)+(_0x7a444b?.[_0x1735c9(0x194)]?.()||_0x25a257[_0x1735c9(0x108)])+_0x1735c9(0x1d7)+_0x4b1bae+',\x20tags='+JSON[_0x1735c9(0x293)](_0x90f11a)+_0x1735c9(0x164)+JSON[_0x1735c9(0x293)](_0x3fb5ae)+_0x1735c9(0x149)+JSON['stringify'](_0x15ff0f)),_0x4b1bae;}catch(_0x4e2566){return logger['debug'](_0x1735c9(0x2c4)+(_0x7a444b?.['getPlatformIndex']?.()||_0x25a257[_0x1735c9(0x108)])+_0x1735c9(0x1a5)+_0x4e2566[_0x1735c9(0xdf)]),![];}}async['onBeforeTest'](_0x48776){const _0x310ef5=a106_0xd47e7c,_0x3889e0={};_0x3889e0[_0x310ef5(0x246)]=function(_0x2943dc,_0x503ac9){return _0x2943dc!==_0x503ac9;},_0x3889e0['iPCGN']=_0x310ef5(0x253),_0x3889e0[_0x310ef5(0x24f)]=_0x310ef5(0xf0),_0x3889e0[_0x310ef5(0x25c)]='testcafe',_0x3889e0[_0x310ef5(0x2cc)]=function(_0x4a2287,_0x50985a){return _0x4a2287!==_0x50985a;},_0x3889e0[_0x310ef5(0x19c)]=function(_0x198cf8,_0x39bba0){return _0x198cf8===_0x39bba0;},_0x3889e0['ttocR']='true',_0x3889e0[_0x310ef5(0x2a2)]=function(_0x43864f,_0x32caff){return _0x43864f&&_0x32caff;},_0x3889e0[_0x310ef5(0x15a)]='TEST_INIT',_0x3889e0['TSoMX']='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x3889e0['XaMPx']=_0x310ef5(0x12d),_0x3889e0[_0x310ef5(0x138)]=_0x310ef5(0x295),_0x3889e0[_0x310ef5(0x2b7)]=_0x310ef5(0x2ef),_0x3889e0[_0x310ef5(0x28d)]=function(_0x2052bb,_0x58aae4){return _0x2052bb===_0x58aae4;},_0x3889e0['kPchh']=_0x310ef5(0x22c),_0x3889e0['xeOUi']=function(_0x3c554c,_0x44df36){return _0x3c554c>_0x44df36;},_0x3889e0['JRVqy']='function',_0x3889e0[_0x310ef5(0x1ff)]=_0x310ef5(0x1bd),_0x3889e0[_0x310ef5(0x235)]=function(_0x43cf2d,_0x32da98){return _0x43cf2d&&_0x32da98;},_0x3889e0['hzYxT']=_0x310ef5(0x1e3);const _0x263b3a=_0x3889e0;if(_0x263b3a[_0x310ef5(0x246)](_0x48776[_0x310ef5(0x166)],_0x263b3a['iPCGN'])&&_0x263b3a[_0x310ef5(0x246)](_0x48776[_0x310ef5(0x166)],_0x263b3a[_0x310ef5(0x24f)])&&_0x263b3a['ZNEYF'](_0x48776[_0x310ef5(0x166)],_0x263b3a[_0x310ef5(0x25c)])&&_0x263b3a[_0x310ef5(0x2cc)](_0x48776[_0x310ef5(0x166)],FRAMEWORKS[_0x310ef5(0x1eb)])){logger[_0x310ef5(0x2f1)](_0x310ef5(0x19e)+_0x48776[_0x310ef5(0x166)]+')');return;}try{const _0x4aace0=AutomationFramework['getTrackedInstance'](),_0x1ed1d3=TestFramework['getTrackedInstance'](),_0x48189d=_0x48776[_0x310ef5(0xdb)]||global['__workerDetails']?.[_0x310ef5(0x144)]||null;if(_0x263b3a[_0x310ef5(0x19c)](_0x48776[_0x310ef5(0x166)],_0x263b3a[_0x310ef5(0x25c)])){const _0x1e4151=_0x48776[_0x310ef5(0x19b)]||_0x4aace0&&_0x4aace0['getPlatformCaps']&&_0x4aace0[_0x310ef5(0x290)]()||_0x4aace0&&_0x4aace0[_0x310ef5(0x2a0)]&&_0x4aace0[_0x310ef5(0x2a0)]()||{},_0x59094d=_0x48776[_0x310ef5(0x146)]||null,_0x40b2ce=this[_0x310ef5(0x22b)](_0x4aace0,_0x1e4151,_0x59094d),_0xa34fa=CLIUtils[_0x310ef5(0x25e)]();this[_0x310ef5(0x18d)]['set'](_0xa34fa,_0x40b2ce);global[_0x310ef5(0x181)]?.[_0x310ef5(0x14c)]&&global['Context'][_0x310ef5(0x14c)]()[_0x310ef5(0x1dd)](_0x40b2ce);_0x40b2ce?(global[_0x310ef5(0x30c)]=!![],process[_0x310ef5(0x286)][_0x310ef5(0x1a6)]=_0x263b3a['ttocR']):global[_0x310ef5(0x30c)]=![];logger['debug'](_0x310ef5(0x111)+_0x40b2ce);return;}if(_0x263b3a[_0x310ef5(0x19c)](_0x48776[_0x310ef5(0x166)],FRAMEWORKS['NODE_GENERIC'])){const _0x7801e4=_0x48776['testData']||{},_0x448547=_0x7801e4[TestFrameworkConstants[_0x310ef5(0x197)]],_0x430f02=_0x7801e4[TestFrameworkConstants['KEY_TEST_NAME']]||'',_0xd9d856=(Array[_0x310ef5(0x2e3)](_0x448547)?_0x448547[_0x310ef5(0x2bd)](_0x430f02)['join']('\x20'):_0x430f02)[_0x310ef5(0x185)](),_0x133395=_0x48776[_0x310ef5(0x19b)]||_0x4aace0&&_0x4aace0[_0x310ef5(0x290)]&&_0x4aace0[_0x310ef5(0x290)]()||_0x4aace0&&_0x4aace0[_0x310ef5(0x2a0)]&&_0x4aace0['getCapabilities']()||{},_0x206c3a=this[_0x310ef5(0x22b)](_0x4aace0,_0x133395,_0x48776['launchCaps']||null),_0x42f09c=this[_0x310ef5(0x2e9)](_0xd9d856,_0x4aace0,FRAMEWORKS[_0x310ef5(0x1eb)]),_0x3991fb=_0x263b3a[_0x310ef5(0x2a2)](_0x206c3a,_0x42f09c),_0x30a69d=CLIUtils['getCurrentInstanceName']();this[_0x310ef5(0x18d)][_0x310ef5(0x2c8)](_0x30a69d,_0x3991fb);global['Context']?.['getContext']&&global[_0x310ef5(0x181)][_0x310ef5(0x14c)]()[_0x310ef5(0x1dd)](_0x3991fb);_0x3991fb?(global['accessibilityPlatform']=!![],process[_0x310ef5(0x286)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x263b3a[_0x310ef5(0x245)],this['applySendMessageToServerPatch']()):global[_0x310ef5(0x30c)]=![];_0x1ed1d3&&_0x1ed1d3[_0x310ef5(0x25b)](_0x263b3a[_0x310ef5(0x15a)],!![]);logger[_0x310ef5(0x2f1)]('[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported='+_0x206c3a+',\x20testCaseEnabled='+_0x42f09c+_0x310ef5(0x106)+_0xd9d856);return;}if(!_0x48189d){_0x1ed1d3&&_0x1ed1d3['updateData'](_0x263b3a[_0x310ef5(0x15a)],!![]);logger[_0x310ef5(0x2f1)](_0x263b3a[_0x310ef5(0x2ab)]);return;}logger[_0x310ef5(0x2f1)](_0x263b3a[_0x310ef5(0x22d)]);const _0x318a92=_0x1ed1d3?.[_0x310ef5(0x11d)](_0x263b3a[_0x310ef5(0x138)],![]),_0xbab9d1=_0x1ed1d3?.[_0x310ef5(0x11d)](_0x263b3a[_0x310ef5(0x15a)],![]);if(_0x263b3a[_0x310ef5(0x19c)](_0x318a92,![])&&_0x263b3a[_0x310ef5(0x19c)](_0xbab9d1,![])){_0x1ed1d3&&_0x1ed1d3[_0x310ef5(0x25b)](_0x263b3a[_0x310ef5(0x138)],!![]);logger['debug'](_0x263b3a[_0x310ef5(0x2b7)]);return;}_0x1ed1d3&&_0x1ed1d3['updateData'](_0x263b3a[_0x310ef5(0x15a)],!![]);let _0x48c028,_0x2e61d8;const _0x276ee3=_0x48776[_0x310ef5(0x166)]||_0x263b3a[_0x310ef5(0x259)];if(_0x263b3a[_0x310ef5(0x28d)](_0x276ee3,_0x263b3a[_0x310ef5(0x24f)])){_0x2e61d8=_0x48776[_0x310ef5(0x29c)]?.['testAnalyticsId']||_0x48776[_0x310ef5(0x29c)]?.['id']||global[_0x310ef5(0x2f3)]||global[_0x310ef5(0x126)]?.[_0x310ef5(0x1b2)]?.[_0x310ef5(0x2a3)]||global[_0x310ef5(0x126)]?.[_0x310ef5(0x1b2)]?.['id'];const _0x159823=_0x1ed1d3?.[_0x310ef5(0x155)]()?.[_0x310ef5(0x1b3)](_0x2e61d8);if(_0x159823&&_0x159823[TestFrameworkConstants[_0x310ef5(0x28e)]])_0x48c028=_0x159823[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x48776[_0x310ef5(0x29c)]?.[_0x310ef5(0x107)])_0x48c028=_0x48776['testInfo'][_0x310ef5(0x107)];else global[_0x310ef5(0x126)]?.[_0x310ef5(0x1b2)]?.['testInfo']?.[_0x310ef5(0x107)]?_0x48c028=global[_0x310ef5(0x126)][_0x310ef5(0x1b2)][_0x310ef5(0x29c)][_0x310ef5(0x107)]:_0x48c028=_0x263b3a[_0x310ef5(0x2bb)];}logger[_0x310ef5(0x2f1)](_0x310ef5(0x1f7)+_0x2e61d8+',\x20testName='+JSON[_0x310ef5(0x293)](_0x48c028));}else{_0x2e61d8=this[_0x310ef5(0x175)](_0x48776);const _0x143caa=TestInfo[_0x310ef5(0x284)](_0x2e61d8);let _0x1c293b=[];if(_0x143caa&&Array[_0x310ef5(0x2e3)](_0x143caa[_0x310ef5(0x1bd)])&&_0x263b3a[_0x310ef5(0x182)](_0x143caa['test_tags'][_0x310ef5(0x20e)],0x0))_0x1c293b=_0x143caa[_0x310ef5(0x1bd)];else{if(_0x1ed1d3){const _0x25474e=_0x263b3a[_0x310ef5(0x28d)](typeof _0x1ed1d3[_0x310ef5(0x11d)],_0x263b3a[_0x310ef5(0x24d)])?_0x1ed1d3[_0x310ef5(0x11d)](_0x263b3a[_0x310ef5(0x1ff)],[]):_0x1ed1d3[_0x310ef5(0x1bd)]||[];Array[_0x310ef5(0x2e3)](_0x25474e)&&(_0x1c293b=_0x25474e);}}_0x48c028=_0x1c293b;}logger[_0x310ef5(0x1fc)](_0x310ef5(0x2c0)+JSON['stringify'](_0x48c028));const _0x442266=this['isPlatformSupported'](_0x4aace0,_0x48776[_0x310ef5(0x19b)],_0x48776['launchCaps']);logger[_0x310ef5(0x2f1)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x442266+',\x20isAppAccessibility='+this[_0x310ef5(0x24c)]);const _0x2e364f=this[_0x310ef5(0x2e9)](_0x48c028,_0x4aace0,_0x276ee3),_0x4d67e7=_0x263b3a['jHewU'](_0x442266,_0x2e364f),_0x4a902a=CLIUtils[_0x310ef5(0x25e)]();this['accessibility'][_0x310ef5(0x2c8)](_0x4a902a,_0x4d67e7),global[_0x310ef5(0x181)]?.[_0x310ef5(0x14c)]&&global[_0x310ef5(0x181)][_0x310ef5(0x14c)]()[_0x310ef5(0x1dd)](_0x4d67e7),logger[_0x310ef5(0x2f1)](_0x310ef5(0x2c4)+(_0x4aace0?.['getPlatformIndex']?.()||_0x263b3a[_0x310ef5(0xef)])+_0x310ef5(0x267)+_0x4d67e7),_0x4d67e7?(global[_0x310ef5(0x30c)]=!![],process[_0x310ef5(0x286)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x263b3a[_0x310ef5(0x245)],this[_0x310ef5(0x226)]()):global[_0x310ef5(0x30c)]=![];}catch(_0x5306ad){logger[_0x310ef5(0x1aa)](_0x310ef5(0x137)+(_0x5306ad[_0x310ef5(0x30f)]||_0x5306ad[_0x310ef5(0xdf)]));const _0x10cbca=CLIUtils[_0x310ef5(0x25e)]();this[_0x310ef5(0x18d)][_0x310ef5(0x2c8)](_0x10cbca,![]),global['accessibilityPlatform']=![];}}[a106_0xd47e7c(0x276)](){const _0x150957=a106_0xd47e7c;return this[_0x150957(0x214)][_0x150957(0x2a6)](_0x368f99=>_0x368f99[_0x150957(0x305)]()==='goog:chromeOptions')?.[_0x150957(0x243)]()||'';}['getCapabilityValue'](_0x2065c8){const _0x222c7f=a106_0xd47e7c;try{const _0x264bca=this[_0x222c7f(0x2b2)]?.['options']?.[_0x222c7f(0x119)]||[],_0x4ac541=_0x264bca[_0x222c7f(0x2a6)](_0x1a743b=>_0x1a743b[_0x222c7f(0x2d4)]===_0x2065c8);return _0x4ac541?_0x4ac541[_0x222c7f(0x23a)]:null;}catch(_0x1cf747){return logger[_0x222c7f(0x2f1)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x2065c8+':\x20'+_0x1cf747[_0x222c7f(0xdf)]),null;}}async[a106_0xd47e7c(0x2a7)](_0x4e4c23,_0x18f72b){const _0x1cf0df=a106_0xd47e7c,_0x995d19=_0x4e4c23[_0x1cf0df(0x105)]()[_0x1cf0df(0x208)]();this[_0x1cf0df(0x2ec)](_0x995d19),this['capabilities']=_0x995d19['getCapabilitiesList'](),await this[_0x1cf0df(0xe3)](this[_0x1cf0df(0x214)],_0x18f72b['launchCaps']);}[a106_0xd47e7c(0x2ec)](_0x915d4c){const _0x4df71a=a106_0xd47e7c,_0x40697d={};_0x40697d[_0x4df71a(0x14b)]=function(_0x7efeb0,_0x1da66b){return _0x7efeb0>_0x1da66b;},_0x40697d[_0x4df71a(0x118)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json',_0x40697d[_0x4df71a(0x129)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options';const _0x264b0d=_0x40697d;try{const _0x4bf38e=_0x915d4c['getScriptsList'](),_0x52f0f0=_0x915d4c[_0x4df71a(0x260)]()?.['getCommandsList']();_0x4bf38e&&_0x264b0d[_0x4df71a(0x14b)](_0x4bf38e[_0x4df71a(0x20e)],0x0)?(scripts[_0x4df71a(0x230)](_0x4bf38e,_0x52f0f0),scripts[_0x4df71a(0x13a)](),logger[_0x4df71a(0x2f1)](_0x264b0d['sXEzs'])):logger['debug'](_0x264b0d[_0x4df71a(0x129)]);}catch(_0x419907){logger[_0x4df71a(0x2f1)]('[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20'+_0x419907[_0x4df71a(0xdf)]);}}async['setAccessibilityToken'](_0x4702e9,_0x16bf76={}){const _0x5a0c60=a106_0xd47e7c,_0x52ab1f={'zlEyP':_0x5a0c60(0x113),'MNynz':_0x5a0c60(0x28b),'bGFwR':function(_0x3f2098,_0x11596d){return _0x3f2098===_0x11596d;},'myqhL':_0x5a0c60(0xf6),'eWOWb':function(_0x2e15a3,_0x364353){return _0x2e15a3(_0x364353);},'kaVFm':_0x5a0c60(0x27e),'mhaGV':_0x5a0c60(0x2bf),'lndTc':_0x5a0c60(0x16d),'fjUjT':function(_0x305060,_0x416bc0){return _0x305060||_0x416bc0;},'SXNZx':_0x5a0c60(0x27b),'qgXqw':function(_0x5cf1ec,_0x3a142b){return _0x5cf1ec(_0x3a142b);},'SCdgG':_0x5a0c60(0x127),'INPJx':function(_0x56bca4,_0x2843f2){return _0x56bca4(_0x2843f2);},'Wbezj':_0x5a0c60(0x207),'TiWGj':'wcagVersion','EFZed':_0x5a0c60(0x1c4),'DQrRf':function(_0x5464be,_0x4d8575){return _0x5464be===_0x4d8575;},'lBxsv':_0x5a0c60(0x128),'lMJSy':_0x5a0c60(0x30a),'bvrHR':_0x5a0c60(0x296),'OdTKn':_0x5a0c60(0x257),'mYCUE':function(_0xf9c6ce,_0x1a4dff){return _0xf9c6ce===_0x1a4dff;},'JkacO':'isMobileScanningEnabledForGroup','FQNPU':function(_0x7062b0,_0x509c78){return _0x7062b0(_0x509c78);},'driDw':function(_0x33a1ac,_0x1208aa){return _0x33a1ac===_0x1208aa;},'Czjfn':function(_0x5f21fc,_0x43987e){return _0x5f21fc===_0x43987e;},'RgUYX':_0x5a0c60(0x13e)};global[_0x5a0c60(0x2d2)]=global[_0x5a0c60(0x2d2)]||{};const _0x4fe329=Array[_0x5a0c60(0x2e3)](_0x4702e9)?_0x4702e9[_0x5a0c60(0x20e)]:_0x52ab1f['zlEyP'];logger['debug'](_0x5a0c60(0x145)+_0x4fe329+_0x5a0c60(0x18c)+(process[_0x5a0c60(0x286)]['JEST_WORKER_ID']||_0x52ab1f[_0x5a0c60(0x201)])+_0x5a0c60(0x12f)+process[_0x5a0c60(0x162)]);for(const _0x2ffc8e of _0x4702e9){logger[_0x5a0c60(0x2f1)](_0x5a0c60(0x160)+_0x2ffc8e[_0x5a0c60(0x305)]());if(_0x52ab1f['bGFwR'](_0x2ffc8e['getName'](),_0x52ab1f['myqhL'])){const _0x271cf7=_0x2ffc8e['getValue'](),_0x87ea7b=_0x271cf7?_0x52ab1f['eWOWb'](require,_0x52ab1f[_0x5a0c60(0x227)])[_0x5a0c60(0x2ff)](_0x52ab1f[_0x5a0c60(0x29a)])['update'](_0x271cf7)[_0x5a0c60(0x2a9)](_0x52ab1f['lndTc'])[_0x5a0c60(0x231)](0x0,0x8):'';logger['info'](_0x5a0c60(0x2c2)+_0x52ab1f['fjUjT'](_0x271cf7,'')['length']+'\x20token_fp='+_0x87ea7b+'\x20worker=\x22'+(process[_0x5a0c60(0x286)][_0x5a0c60(0x218)]||_0x52ab1f[_0x5a0c60(0x201)])+_0x5a0c60(0x12f)+process[_0x5a0c60(0x162)]),process[_0x5a0c60(0x286)][_0x5a0c60(0x1d2)]=_0x271cf7,global[_0x5a0c60(0x2d2)][_0x52ab1f[_0x5a0c60(0x268)]]=_0x271cf7;const _0x2bc036=_0x52ab1f[_0x5a0c60(0x1cf)](require,_0x52ab1f[_0x5a0c60(0x1e9)]),{isTrue:_0x2565e5}=_0x52ab1f[_0x5a0c60(0x31d)](require,_0x52ab1f[_0x5a0c60(0xde)]),_0xabdb0a=_0x2bc036[_0x5a0c60(0x101)](_0x271cf7);_0xabdb0a&&_0x52ab1f[_0x5a0c60(0x31d)](_0x2565e5,_0xabdb0a[_0x5a0c60(0xf2)])&&(process['env']['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x52ab1f['bGFwR'](_0x2ffc8e[_0x5a0c60(0x305)](),_0x52ab1f[_0x5a0c60(0x285)]))global['__accessibilityOptions'][_0x52ab1f[_0x5a0c60(0x2b3)]]=_0x2ffc8e[_0x5a0c60(0x243)]();else{if(_0x52ab1f[_0x5a0c60(0x11e)](_0x2ffc8e[_0x5a0c60(0x305)](),_0x52ab1f['lBxsv']))global[_0x5a0c60(0x2d2)][_0x52ab1f[_0x5a0c60(0x24b)]]=_0x2ffc8e[_0x5a0c60(0x243)]();else{if(_0x52ab1f['bGFwR'](_0x2ffc8e[_0x5a0c60(0x305)](),_0x52ab1f[_0x5a0c60(0x29e)]))global[_0x5a0c60(0x2d2)][_0x52ab1f['OdTKn']]=_0x2ffc8e[_0x5a0c60(0x243)]();else{if(_0x52ab1f['mYCUE'](_0x2ffc8e[_0x5a0c60(0x305)](),_0x52ab1f['JkacO'])){const _0xfafb75=_0x2ffc8e['getValue']();process[_0x5a0c60(0x286)][_0x5a0c60(0x165)]=_0x52ab1f['FQNPU'](String,_0x52ab1f[_0x5a0c60(0x13c)](_0xfafb75,!![])||_0x52ab1f[_0x5a0c60(0x10d)](_0xfafb75,_0x52ab1f['RgUYX'])),logger[_0x5a0c60(0x2f1)](_0x5a0c60(0x23e)+_0xfafb75+_0x5a0c60(0x1c2)+process[_0x5a0c60(0x286)][_0x5a0c60(0x165)]);}}}}}}}async[a106_0xd47e7c(0x22e)](_0x155d44){const _0x408497=a106_0xd47e7c,_0x43d822={};_0x43d822[_0x408497(0x28c)]=function(_0x467c0f,_0x3a582d){return _0x467c0f!==_0x3a582d;},_0x43d822[_0x408497(0x2f9)]=_0x408497(0x253),_0x43d822[_0x408497(0x156)]='jest',_0x43d822['AkMtl']=_0x408497(0x1a2),_0x43d822[_0x408497(0x241)]=function(_0x2e72e6,_0x50d6e9){return _0x2e72e6!==_0x50d6e9;},_0x43d822[_0x408497(0x1e7)]=_0x408497(0x1e3);const _0x3d5071=_0x43d822;if(_0x3d5071[_0x408497(0x28c)](_0x155d44[_0x408497(0x166)],_0x3d5071[_0x408497(0x2f9)])&&_0x3d5071[_0x408497(0x28c)](_0x155d44[_0x408497(0x166)],_0x3d5071[_0x408497(0x156)])&&_0x3d5071[_0x408497(0x28c)](_0x155d44[_0x408497(0x166)],_0x3d5071['AkMtl'])&&_0x3d5071[_0x408497(0x241)](_0x155d44['testFramework'],FRAMEWORKS[_0x408497(0x1eb)])){logger[_0x408497(0x2f1)](_0x408497(0xe5)+_0x155d44[_0x408497(0x166)]+')');return;}const _0x93f61b=_0x155d44[_0x408497(0x29c)]?.['testAnalyticsId']||_0x155d44[_0x408497(0x29c)]?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x408497(0x1fc)](_0x408497(0x171)+_0x155d44[_0x408497(0x166)]+',\x20testIdentifier='+_0x93f61b);try{const _0x42da1e=_0x155d44['instance']||AutomationFramework[_0x408497(0x1ec)](),_0x326c75=CLIUtils[_0x408497(0x25e)](),_0x1f354f=this['getCurrentAccessibilityStatus']();logger[_0x408497(0x2f1)](_0x408497(0x2c4)+(_0x42da1e?.['getPlatformIndex']?.()||_0x3d5071['AJFqG'])+_0x408497(0x1f5)+_0x1f354f),_0x1f354f&&await this[_0x408497(0x26b)](_0x42da1e,_0x155d44),this[_0x408497(0x18d)][_0x408497(0x1fe)](_0x326c75),this['LOG_DISABLED_SHOWN']['delete'](_0x326c75);}catch(_0x40a5e2){logger[_0x408497(0x1aa)](_0x408497(0x25f)+(_0x40a5e2['stack']||_0x40a5e2[_0x408497(0xdf)]));}}async[a106_0xd47e7c(0x26b)](_0x8879d9,_0x3c2671){const _0x49d248=a106_0xd47e7c,_0x4ad51a={};_0x4ad51a[_0x49d248(0x2f2)]=function(_0x235bba,_0x5251a8){return _0x235bba===_0x5251a8;},_0x4ad51a[_0x49d248(0x186)]=_0x49d248(0x21e),_0x4ad51a[_0x49d248(0x2dc)]=function(_0x5f3afa,_0x1a7c5a){return _0x5f3afa===_0x1a7c5a;},_0x4ad51a[_0x49d248(0x1a7)]='jest',_0x4ad51a[_0x49d248(0x151)]=_0x49d248(0x253),_0x4ad51a[_0x49d248(0x1df)]=function(_0x56f849,_0xb1fd46){return _0x56f849===_0xb1fd46;},_0x4ad51a[_0x49d248(0x200)]='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x4ad51a['isQoK']='accessibility',_0x4ad51a[_0x49d248(0x224)]=_0x49d248(0x1a4),_0x4ad51a[_0x49d248(0x168)]='unknown',_0x4ad51a[_0x49d248(0x1ef)]=_0x49d248(0x2bc),_0x4ad51a['KstHO']='null',_0x4ad51a[_0x49d248(0x1c9)]=function(_0x56be05,_0x5a9a18){return _0x56be05||_0x5a9a18;},_0x4ad51a[_0x49d248(0x20b)]=_0x49d248(0x1a8),_0x4ad51a[_0x49d248(0x306)]='AUTOMATION_SESSIONS',_0x4ad51a['eJneH']=_0x49d248(0x249);const _0x55d5cb=_0x4ad51a;try{const _0x47e331=_0x3c2671[_0x49d248(0x166)]||(_0x55d5cb[_0x49d248(0x2dc)](this[_0x49d248(0x2cf)]?.[_0x49d248(0x2d4)]?.['toLowerCase'](),_0x55d5cb[_0x49d248(0x1a7)])?_0x55d5cb['MkxwD']:_0x55d5cb[_0x49d248(0x151)]);let _0x5d6c1d='',_0x339f6b=null,_0x24698c=null;if(_0x55d5cb[_0x49d248(0x1df)](_0x47e331,_0x55d5cb[_0x49d248(0x1a7)])){_0x339f6b=_0x3c2671[_0x49d248(0x29c)]?.[_0x49d248(0x2a3)]||_0x3c2671['testInfo']?.['id']||global[_0x49d248(0x2f3)];if(!_0x339f6b){logger[_0x49d248(0x1b7)](_0x55d5cb['VdqUu']);return;}try{const _0xa56129=await GrpcClient['getInstance']()[_0x49d248(0x2aa)](process[_0x49d248(0x286)][_0x49d248(0x20f)],_0x55d5cb[_0x49d248(0x238)],_0x55d5cb['SlEBE'],_0x339f6b),_0x1f7308=AccessibilityModule[_0x49d248(0x1e5)](null,_0xa56129);_0x5d6c1d=_0x1f7308?.[_0x49d248(0xe1)]||'',logger[_0x49d248(0x2f1)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x5d6c1d+_0x49d248(0x234)+_0x339f6b),_0x24698c=_0xa56129;}catch(_0x5ae3c7){logger[_0x49d248(0x1aa)](_0x49d248(0x18e)+_0x5ae3c7['message']);return;}}else{const _0x72e61b=this['getTestId'](_0x3c2671);_0x5d6c1d=TestInfo[_0x49d248(0x10e)](_0x72e61b);}const _0x3110b9=((()=>{const _0x290166=_0x49d248,_0x374094=(this[_0x290166(0x2b2)]?.[_0x290166(0x2af)]?.[_0x290166(0x119)]||[])[_0x290166(0x2a6)](_0x2b9d18=>(typeof _0x2b9d18[_0x290166(0x305)]===_0x290166(0x21e)?_0x2b9d18[_0x290166(0x305)]():_0x2b9d18[_0x290166(0x2d4)])===this['KEY_TESTHUB_BUILD_ID']);return _0x374094?_0x55d5cb[_0x290166(0x2f2)](typeof _0x374094['getValue'],_0x55d5cb[_0x290166(0x186)])?_0x374094['getValue']():_0x374094[_0x290166(0x23a)]:'';})()),_0x230ce4=process[_0x49d248(0x286)]['BROWSERSTACK_TESTHUB_JWT']||'';logger['debug'](_0x49d248(0x2c4)+(_0x8879d9?.[_0x49d248(0x194)]?.()||_0x55d5cb[_0x49d248(0x168)])+']\x20clear\x20'+_0x5d6c1d+'\x20testHubUuid='+_0x3110b9+_0x49d248(0x148)+(_0x230ce4?_0x55d5cb[_0x49d248(0x1ef)]:_0x55d5cb['KstHO']));let _0x48394;if(_0x55d5cb[_0x49d248(0x2f2)](_0x47e331,_0x55d5cb[_0x49d248(0x1a7)]))_0x48394=AccessibilityModule['loadDriverExecuteParams'](_0x5d6c1d,_0x24698c);else{const _0x221200=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x49d248(0x286)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x55d5cb[_0x49d248(0x238)],_0x55d5cb[_0x49d248(0x224)]);_0x48394=AccessibilityModule[_0x49d248(0x1e5)](_0x5d6c1d,_0x221200);}logger[_0x49d248(0x2f1)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON['stringify'](_0x48394));const _0x4f5f2d=Object['assign']({},{'thTestRunUuid':_0x55d5cb[_0x49d248(0x1c9)](_0x5d6c1d,''),'thBuildUuid':_0x55d5cb['yLFfa'](_0x3110b9,''),'thJwtToken':_0x55d5cb[_0x49d248(0x1c9)](_0x230ce4,'')},_0x48394);!this[_0x49d248(0x24c)]&&this['isMobileWebSession']()&&(_0x4f5f2d[_0x49d248(0x1c1)]=!![],logger[_0x49d248(0x2f1)](_0x55d5cb['gNCWs']));logger[_0x49d248(0x2f1)](_0x49d248(0x2fc)+_0x5d6c1d+_0x49d248(0x1a3)+this['isAppAccessibility']);let _0x37d368=global[_0x49d248(0x126)]?.['pwPage']||null;!_0x37d368&&(_0x37d368=AutomationFramework[_0x49d248(0x291)](_0x8879d9,_0x55d5cb[_0x49d248(0x306)],null)),!_0x37d368&&(_0x37d368=AutomationFramework[_0x49d248(0x291)](_0x8879d9,_0x55d5cb[_0x49d248(0x2e4)],null)),await this[_0x49d248(0x159)](this[_0x49d248(0x2da)](),_0x5d6c1d,_0x37d368,_0x4f5f2d,this[_0x49d248(0x24c)]);}catch(_0x5d1853){logger['error']('Error\x20in\x20stopTestCapture:\x20'+(_0x5d1853['stack']||_0x5d1853[_0x49d248(0xdf)]));}}async['finishScanningForCli'](_0xab78d3,_0x16f169,_0x27b28f,_0x4a7620,_0x86c879){const _0xcd93c2=a106_0xd47e7c,_0x421704={};_0x421704[_0xcd93c2(0x21f)]=_0xcd93c2(0x1a4),_0x421704['YWCIA']=function(_0x49dd19,_0x245087){return _0x49dd19&&_0x245087;},_0x421704[_0xcd93c2(0xe8)]=_0xcd93c2(0x31f),_0x421704[_0xcd93c2(0x309)]=function(_0x4a2df1,_0x33a351){return _0x4a2df1===_0x33a351;},_0x421704[_0xcd93c2(0x2e7)]=_0xcd93c2(0x211),_0x421704[_0xcd93c2(0x21b)]=function(_0x180a71,_0x4442ff){return _0x180a71===_0x4442ff;},_0x421704[_0xcd93c2(0x215)]=_0xcd93c2(0x252),_0x421704[_0xcd93c2(0x1f9)]=_0xcd93c2(0xfe),_0x421704[_0xcd93c2(0x272)]=_0xcd93c2(0x1e8),_0x421704[_0xcd93c2(0x2d1)]=_0xcd93c2(0x2ed),_0x421704['NvZFo']=function(_0x1ac4f8,_0x38e788){return _0x1ac4f8&&_0x38e788;},_0x421704['vlYNf']=_0xcd93c2(0x2ee),_0x421704[_0xcd93c2(0xf7)]=_0xcd93c2(0x315),_0x421704[_0xcd93c2(0xfd)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x11ca8b=_0x421704;try{const _0x4bae72=this[_0xcd93c2(0x2b8)](_0x11ca8b[_0xcd93c2(0x21f)]);if(_0x11ca8b['YWCIA'](!_0x86c879,!_0x4bae72)){logger[_0xcd93c2(0x2f1)](_0x11ca8b[_0xcd93c2(0xe8)]);return;}if(!_0x16f169||_0x11ca8b[_0xcd93c2(0x309)](_0x16f169,_0x11ca8b[_0xcd93c2(0x2e7)])||_0x11ca8b[_0xcd93c2(0x21b)](_0x16f169,'')){logger[_0xcd93c2(0x2f1)](_0x11ca8b[_0xcd93c2(0x215)]);return;}logger[_0xcd93c2(0x2f1)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON['stringify'](_0x4a7620)),_0xab78d3&&(logger['debug'](_0x11ca8b['KIgdQ']),await this[_0xcd93c2(0x248)](_0x27b28f,_0x16f169,_0x11ca8b['ShxDR'],_0x4a7620,_0x86c879,_0x11ca8b[_0xcd93c2(0x2d1)]),_0x11ca8b['NvZFo'](!_0x86c879,_0x4bae72)&&(logger[_0xcd93c2(0x2f1)](_0x11ca8b[_0xcd93c2(0x2b6)]),await PerformanceTester[_0xcd93c2(0x30d)](_0x11ca8b[_0xcd93c2(0xf7)],async()=>{const _0x2f8a42=_0xcd93c2;await this[_0x2f8a42(0x248)](_0x27b28f,_0x16f169,_0x11ca8b[_0x2f8a42(0x21f)],_0x4a7620,_0x86c879,_0x11ca8b['ujADD']);})()),logger[_0xcd93c2(0x1fc)](_0x11ca8b[_0xcd93c2(0xfd)]));}catch(_0x54d7a7){logger[_0xcd93c2(0x1aa)](_0xcd93c2(0x1ed)+(_0x54d7a7[_0xcd93c2(0x30f)]||_0x54d7a7[_0xcd93c2(0xdf)]));}}async[a106_0xd47e7c(0x298)](_0xedc23){const _0x2dc796=a106_0xd47e7c,_0x286b70={};_0x286b70[_0x2dc796(0x1de)]=function(_0x2aa797,_0x12c410){return _0x2aa797!==_0x12c410;},_0x286b70[_0x2dc796(0x2e1)]=_0x2dc796(0x253),_0x286b70[_0x2dc796(0x2b0)]=_0x2dc796(0xf0),_0x286b70['zIwKv']='testcafe',_0x286b70['NvtiU']=_0x2dc796(0x1e3),_0x286b70[_0x2dc796(0x195)]='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x286b70['WbFbF']=function(_0x188886,_0x5deeab){return _0x188886&&_0x5deeab;},_0x286b70['ZjFsf']=function(_0x11e343,_0x4fce44){return _0x11e343===_0x4fce44;},_0x286b70[_0x2dc796(0x278)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x286b70[_0x2dc796(0x19a)]='accessibility',_0x286b70['UdirS']=_0x2dc796(0x17e),_0x286b70[_0x2dc796(0x170)]=_0x2dc796(0x2de),_0x286b70['VdxIs']=_0x2dc796(0x174),_0x286b70[_0x2dc796(0x109)]=function(_0x5e36fb,_0x56fbc9){return _0x5e36fb===_0x56fbc9;},_0x286b70[_0x2dc796(0x121)]=_0x2dc796(0x2ed),_0x286b70[_0x2dc796(0x269)]=_0x2dc796(0x211);const _0x35bd00=_0x286b70;if(_0x35bd00[_0x2dc796(0x1de)](_0xedc23[_0x2dc796(0x166)],_0x35bd00[_0x2dc796(0x2e1)])&&_0x35bd00[_0x2dc796(0x1de)](_0xedc23['testFramework'],_0x35bd00[_0x2dc796(0x2b0)])&&_0x35bd00[_0x2dc796(0x1de)](_0xedc23['testFramework'],_0x35bd00[_0x2dc796(0x1fd)])&&_0x35bd00[_0x2dc796(0x1de)](_0xedc23[_0x2dc796(0x166)],FRAMEWORKS[_0x2dc796(0x1eb)])){logger['debug'](_0x2dc796(0x1a0)+_0xedc23['testFramework']+')');return;}logger['debug']('onBeforeExecute:\x20command='+(_0xedc23[_0x2dc796(0xf5)]||_0x35bd00[_0x2dc796(0x10f)])+',\x20framework='+_0xedc23[_0x2dc796(0x166)]);try{const _0x399a62=_0xedc23[_0x2dc796(0x192)]||AutomationFramework[_0x2dc796(0x1ec)](),_0x1089a3=TestFramework[_0x2dc796(0x1ec)](),_0x5d7250=_0xedc23[_0x2dc796(0xf5)]||_0xedc23['command']?.['getName']();if(!_0x5d7250){logger['debug'](_0x35bd00[_0x2dc796(0x195)]);return;}if(!this[_0x2dc796(0x2da)]()){logger[_0x2dc796(0x2f1)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x5d7250);return;}if(!this[_0x2dc796(0x12c)](_0x5d7250)){logger[_0x2dc796(0x2f1)](_0x2dc796(0x115)+_0x5d7250+_0x2dc796(0x11f));return;}const _0x5d87a6=_0xedc23[_0x2dc796(0xdb)]||global[_0x2dc796(0x126)]?.[_0x2dc796(0x144)],_0x2039a2=_0xedc23['driver']||null;if(_0x35bd00['WbFbF'](!_0x5d87a6,!_0x2039a2)){logger[_0x2dc796(0x2f1)](_0x2dc796(0x2dd)+_0x5d7250);return;}let _0x3c9897='',_0x591aee=null;if(_0x35bd00[_0x2dc796(0x143)](_0xedc23[_0x2dc796(0x166)],_0x35bd00[_0x2dc796(0x2b0)])){_0x591aee=_0xedc23['testInfo']?.[_0x2dc796(0x2a3)]||_0xedc23['testInfo']?.['id']||global[_0x2dc796(0x2f3)];if(!_0x591aee){logger[_0x2dc796(0x1b7)](_0x35bd00['mAuaj']);return;}try{const _0x54756b=await GrpcClient['getInstance']()[_0x2dc796(0x2aa)](process[_0x2dc796(0x286)][_0x2dc796(0x20f)],_0x35bd00[_0x2dc796(0x19a)],_0x35bd00[_0x2dc796(0x308)],_0x591aee),_0x34d28b=AccessibilityModule[_0x2dc796(0x1e5)](null,_0x54756b);_0x3c9897=_0x34d28b?.[_0x2dc796(0xe1)]||'',logger['debug']('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x3c9897+'\x20from\x20testIdentifier='+_0x591aee);}catch(_0x52ec8b){logger[_0x2dc796(0x1aa)](_0x2dc796(0x264)+_0x52ec8b[_0x2dc796(0xdf)]);return;}}else _0x35bd00['ZjFsf'](_0xedc23['testFramework'],FRAMEWORKS[_0x2dc796(0x1eb)])?_0x3c9897=_0xedc23[_0x2dc796(0x11c)]||'':(_0x3c9897=this[_0x2dc796(0x1b1)](_0x35bd00[_0x2dc796(0x170)])||'',!_0x3c9897&&this[_0x2dc796(0x122)]()&&(_0x3c9897=accessibilityHelper[_0x2dc796(0x1f6)]()));const _0x28993c=this[_0x2dc796(0x1b1)](_0x35bd00[_0x2dc796(0xf3)])||this['accessibilityConfig'][this[_0x2dc796(0x1be)]]||null,_0x4130de=process[_0x2dc796(0x286)][_0x2dc796(0x237)]||'',_0x352ca1=this['getParamsForScanForCli'](_0x5d7250,_0x3c9897,_0x28993c,_0x4130de),_0xd1956=_0x35bd00[_0x2dc796(0x109)](_0xedc23['testFramework'],_0x35bd00[_0x2dc796(0x2b0)])?await AccessibilityModule[_0x2dc796(0x1b9)](_0x35bd00[_0x2dc796(0x121)],_0x3c9897,_0x591aee):await AccessibilityModule[_0x2dc796(0x1b9)](_0x35bd00['sokVG'],_0x3c9897);logger[_0x2dc796(0x1fc)](_0x2dc796(0x221)+(_0x352ca1?JSON[_0x2dc796(0x293)](_0x352ca1):_0x35bd00[_0x2dc796(0x269)]));let _0x34c602=CLIUtils[_0x2dc796(0x2ae)](_0x352ca1,_0xd1956);if(this[_0x2dc796(0x24c)]){const _0x5ad551=process[_0x2dc796(0x286)][_0x2dc796(0x1d2)]||'';_0x34c602[_0x2dc796(0x161)]&&(_0x34c602['centralAuthHeader']=_0x34c602[_0x2dc796(0x161)],delete _0x34c602['centralAuthToken']),_0x34c602=Object[_0x2dc796(0xec)]({},_0x34c602,{'authHeader':_0x34c602[_0x2dc796(0x2ac)]||_0x5ad551,'method':_0x5d7250,'scanTimestamp':Date[_0x2dc796(0x139)]()[_0x2dc796(0x2ce)]()});}logger[_0x2dc796(0x1fc)]('MergedScanArgs:\x20'+(_0x34c602?JSON[_0x2dc796(0x293)](_0x34c602):_0x35bd00[_0x2dc796(0x269)])),logger[_0x2dc796(0x2f1)](_0x2dc796(0x14e)+_0x5d7250);const _0x566221=this[_0x2dc796(0x24c)]?_0x2039a2:_0x5d87a6,_0x4b8ba9=await this[_0x2dc796(0x248)](_0x566221,_0x3c9897,_0x5d7250,_0x34c602,this['isAppAccessibility']);logger[_0x2dc796(0x2f1)](_0x2dc796(0x27f)+_0x5d7250+_0x2dc796(0x1d6)+JSON[_0x2dc796(0x293)](_0x4b8ba9));}catch(_0x5da129){logger[_0x2dc796(0x1aa)](_0x2dc796(0xe9)+(_0x5da129[_0x2dc796(0x30f)]||_0x5da129[_0x2dc796(0xdf)]));}}[a106_0xd47e7c(0x265)](){const _0x40746f=a106_0xd47e7c;return this[_0x40746f(0x2da)]();}[a106_0xd47e7c(0x2c7)](_0x275b84){const _0x436928=a106_0xd47e7c,_0x156878=CLIUtils[_0x436928(0x25e)]();this[_0x436928(0x18d)][_0x436928(0x2c8)](_0x156878,_0x275b84);}async['initAccessibilityConfig'](_0x52681c){const _0x427f00=a106_0xd47e7c,_0x5d5045={};_0x5d5045[_0x427f00(0x1ea)]='unknown';const _0xf23d8e=_0x5d5045;try{const _0x136f19=_0x52681c[_0x427f00(0x192)]||AutomationFramework[_0x427f00(0x1ec)](),_0xfcf852=_0x136f19?.['getData']?.()?.['get']?.(this[_0x427f00(0x275)])||![];if(_0xfcf852)return;PerformanceTester['start'](EVENTS[_0x427f00(0x1a9)]);const _0x450a90=await GrpcClient[_0x427f00(0x1e4)]()[_0x427f00(0x277)](_0x52681c);_0x450a90&&_0x450a90[_0x427f00(0x105)]&&_0x450a90[_0x427f00(0x105)]()&&_0x450a90[_0x427f00(0x105)]()[_0x427f00(0xff)]()?(await this[_0x427f00(0x2a5)](_0x450a90,_0x52681c),_0x136f19?.[_0x427f00(0x11d)]&&_0x136f19[_0x427f00(0x11d)]()['set'](this[_0x427f00(0x275)],!![]),logger[_0x427f00(0x2f1)](_0x427f00(0x2c4)+(_0x136f19?.[_0x427f00(0x194)]?.()||_0xf23d8e[_0x427f00(0x1ea)])+_0x427f00(0x16b))):logger[_0x427f00(0x2f1)](_0x427f00(0x2c4)+(_0x136f19?.[_0x427f00(0x194)]?.()||_0xf23d8e[_0x427f00(0x1ea)])+_0x427f00(0x1b8)),PerformanceTester['end'](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x1298c4){PerformanceTester['end'](EVENTS[_0x427f00(0x1a9)],![],_0x1298c4[_0x427f00(0xdf)]),logger[_0x427f00(0x1aa)](_0x427f00(0x273)+(_0x1298c4['stack']||_0x1298c4[_0x427f00(0xdf)]));}}async[a106_0xd47e7c(0x2a5)](_0x539a1c,_0x3e53bb){const _0x171103=a106_0xd47e7c;await this['setAccessibilityConfig'](_0x539a1c,_0x3e53bb);const _0xf4b4=_0x539a1c[_0x171103(0x105)]()['getOptions']();if(_0xf4b4){const _0x283329=_0x539a1c[_0x171103(0x229)]&&_0x539a1c['getTesthub']();_0x283329&&(this[_0x171103(0x2b2)][this['KEY_TESTHUB_BUILD_ID']]=_0x283329[_0x171103(0x11a)]&&_0x283329['getBuildId']());}}['shouldScanForCommand'](_0xbba23a){const _0x53d84a=a106_0xd47e7c,_0x1825ef={};_0x1825ef['NJXWM']=function(_0x3df66a,_0x4b964c){return _0x3df66a===_0x4b964c;};const _0x2d1e38=_0x1825ef;try{if(!_0xbba23a)return![];const _0x44c9ab=this[_0x53d84a(0x2b2)]?.[_0x53d84a(0x2af)]?.[_0x53d84a(0x1b4)]?.[_0x53d84a(0x1e6)]||[],_0x119606=_0x44c9ab[_0x53d84a(0xf9)](_0x46200e=>{const _0x554dc8=_0x53d84a;return _0x46200e[_0x554dc8(0x2d4)]&&_0x2d1e38[_0x554dc8(0x23c)](_0x46200e[_0x554dc8(0x2d4)][_0x554dc8(0x2f6)](),_0xbba23a[_0x554dc8(0x2f6)]());});return logger['debug'](_0x53d84a(0x1f4)+_0xbba23a+_0x53d84a(0x1d0)+_0x119606+_0x53d84a(0x1c6)+JSON[_0x53d84a(0x293)](_0x44c9ab[_0x53d84a(0x1cc)](_0x59d25b=>_0x59d25b[_0x53d84a(0x2d4)]))),_0x119606;}catch(_0x839cba){return logger['debug'](_0x53d84a(0x1ac)+_0x839cba['message']),![];}}[a106_0xd47e7c(0x2f7)](_0x418f1a){const _0x590a0e=a106_0xd47e7c,_0x42e89b={};_0x42e89b[_0x590a0e(0x251)]=function(_0x282fe3,_0x135449){return _0x282fe3===_0x135449;},_0x42e89b[_0x590a0e(0x242)]=_0x590a0e(0x2a8),_0x42e89b['PHVdr']=_0x590a0e(0x2eb);const _0x92a861=_0x42e89b,_0x1dd75d=_0x418f1a[_0x590a0e(0x2ca)]&&_0x418f1a[_0x590a0e(0x2ca)]();return _0x1dd75d&&_0x92a861[_0x590a0e(0x251)](typeof _0x1dd75d,_0x92a861[_0x590a0e(0x242)])&&_0x1dd75d[_0x590a0e(0x2df)](_0x92a861['PHVdr']);}['isAccessibilityScriptCommand'](_0x4bd2dd){const _0x59b7df=a106_0xd47e7c,_0x4990ea={};_0x4990ea[_0x59b7df(0x294)]=function(_0x4f4a84,_0x55d92f){return _0x4f4a84!==_0x55d92f;},_0x4990ea['VUPtj']=_0x59b7df(0x2a8),_0x4990ea[_0x59b7df(0x132)]='accessibility',_0x4990ea[_0x59b7df(0x2e8)]=_0x59b7df(0x17e),_0x4990ea['QipFD']='getResults',_0x4990ea['WjWDj']=_0x59b7df(0x307);const _0x5f3462=_0x4990ea,_0x5ac21d=_0x4bd2dd[_0x59b7df(0x2ca)]&&_0x4bd2dd[_0x59b7df(0x2ca)]();if(!_0x5ac21d||_0x5f3462[_0x59b7df(0x294)](typeof _0x5ac21d,_0x5f3462['VUPtj']))return![];return _0x5ac21d[_0x59b7df(0x2df)](_0x5f3462[_0x59b7df(0x132)])||_0x5ac21d[_0x59b7df(0x2df)](_0x5f3462[_0x59b7df(0x2e8)])||_0x5ac21d[_0x59b7df(0x2df)](_0x5f3462[_0x59b7df(0x318)])||_0x5ac21d[_0x59b7df(0x2df)](_0x5f3462[_0x59b7df(0xfa)]);}['isMobileWebSession'](){const _0x101930=a106_0xd47e7c,_0x2d247f={'iqdTf':function(_0x43631b,_0x24faa0){return _0x43631b===_0x24faa0;},'ZkBRI':_0x101930(0x21e),'uQCDS':function(_0x34b074,_0x5274dd){return _0x34b074(_0x5274dd);},'LMOJi':_0x101930(0x1bf),'zzYzm':'browserName','wyKJl':_0x101930(0x314),'agqjp':_0x101930(0x196)};try{const _0x159008=this[_0x101930(0x2b2)]?.['options']?.['capabilitiesList']||[],_0x3e77a4=_0xd05eed=>{const _0xada7fd=_0x101930,_0x6c4d04=_0x159008['find'](_0x42498b=>(typeof _0x42498b[_0xada7fd(0x305)]===_0xada7fd(0x21e)?_0x42498b[_0xada7fd(0x305)]():_0x42498b[_0xada7fd(0x2d4)])===_0xd05eed);return _0x6c4d04?_0x2d247f[_0xada7fd(0xea)](typeof _0x6c4d04[_0xada7fd(0x243)],_0x2d247f[_0xada7fd(0x2b4)])?_0x6c4d04['getValue']():_0x6c4d04[_0xada7fd(0x23a)]:null;},_0x1e0b6f=_0x2d247f[_0x101930(0x210)](_0x3e77a4,_0x2d247f[_0x101930(0x2c9)]),_0xed4385=_0x2d247f[_0x101930(0x210)](_0x3e77a4,_0x2d247f['zzYzm']),_0x27786a=global[_0x101930(0x25a)]||_0x1e0b6f&&_0x2d247f[_0x101930(0xea)](_0x2d247f[_0x101930(0x210)](String,_0x1e0b6f)[_0x101930(0x2f6)](),_0x2d247f[_0x101930(0x2f5)])&&_0xed4385&&_0x2d247f[_0x101930(0x210)](String,_0xed4385)[_0x101930(0x2f6)]()['includes'](_0x2d247f['agqjp']);if(!_0x27786a)return![];if(!accessibilityHelper[_0x101930(0x1cb)]())return!this[_0x101930(0x288)]&&(logger[_0x101930(0x1b7)](accessibilityHelper[_0x101930(0x14a)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x330411){return logger['debug'](_0x101930(0x2c5)+_0x330411[_0x101930(0xdf)]),![];}}[a106_0xd47e7c(0x1d4)](_0x19b083,_0x270c1f,_0xc628fc,_0x6e6b37){const _0x18fc19=a106_0xd47e7c,_0x145ac0={};_0x145ac0['LIOAT']=function(_0x705dad,_0x1b1d8c){return _0x705dad||_0x1b1d8c;},_0x145ac0['qwQFU']=function(_0x3767df,_0x3d9449){return _0x3767df&&_0x3d9449;},_0x145ac0['xwvLH']=function(_0x4d58c5,_0x374b66){return _0x4d58c5||_0x374b66;},_0x145ac0['MKzFs']='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x47e87b=_0x145ac0;let _0x58cfa8=_0x47e87b[_0x18fc19(0x2fa)](_0x270c1f,'');const _0x19a82b=!this[_0x18fc19(0x24c)]&&this[_0x18fc19(0x122)]();_0x47e87b['qwQFU'](_0x19a82b,!_0x58cfa8)&&(_0x58cfa8=accessibilityHelper[_0x18fc19(0x1f6)]());const _0x291f20={'command':_0x19b083,'thTestRunUuid':_0x58cfa8,'thBuildUuid':_0x47e87b[_0x18fc19(0x30b)](_0xc628fc,''),'thJwtToken':_0x47e87b['xwvLH'](_0x6e6b37,''),'timestamp':new Date()[_0x18fc19(0x141)]()};return _0x19a82b&&(_0x291f20['is_mobile_session']=!![],logger[_0x18fc19(0x2f1)](_0x47e87b[_0x18fc19(0x2c6)])),_0x291f20;}[a106_0xd47e7c(0x2b8)](_0x2cdd26){const _0x53d13a=a106_0xd47e7c,_0x2da9d3={};_0x2da9d3[_0x53d13a(0x178)]=function(_0x1e34d3,_0x448b02){return _0x1e34d3||_0x448b02;};const _0x2d1c22=_0x2da9d3;try{const _0x70874b=this[_0x53d13a(0x2b2)]?.[_0x53d13a(0x2af)]?.[_0x53d13a(0x303)]||[],_0xdf6b1f=_0x70874b[_0x53d13a(0x2a6)](_0x542e11=>_0x542e11[_0x53d13a(0x2d4)]===_0x2cdd26);return _0x2d1c22[_0x53d13a(0x178)](_0xdf6b1f,null);}catch(_0x2ec6f2){return logger[_0x53d13a(0x2f1)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x2cdd26+':\x20'+_0x2ec6f2[_0x53d13a(0xdf)]),null;}}async[a106_0xd47e7c(0x142)](_0x242c83,_0x1f66dc,_0x1f4439=null){const _0x5e96af=a106_0xd47e7c,_0xb17eb={'JNivL':function(_0x2ed06e,_0xcdc9b1){return _0x2ed06e(_0xcdc9b1);},'ghQGJ':_0x5e96af(0x131)};try{if(!_0x242c83)return logger[_0x5e96af(0x2f1)](_0x5e96af(0x29b)+_0x1f66dc),null;const _0x37c67b=this['getScriptByName'](_0x1f66dc);if(!_0x37c67b||!_0x37c67b[_0x5e96af(0x287)])return logger[_0x5e96af(0x2f1)](_0x5e96af(0x2c1)+_0x1f66dc+_0x5e96af(0x31b)),null;logger['debug'](_0x5e96af(0x2b9)+_0x1f66dc+_0x5e96af(0x220));const _0x1d69f9=_0xb17eb['JNivL'](require,_0xb17eb[_0x5e96af(0x179)]),_0x2016f7=_0x1f4439?await _0x1d69f9[_0x5e96af(0x255)](_0x242c83,_0x37c67b[_0x5e96af(0x287)],_0x1f4439):await _0x1d69f9[_0x5e96af(0x255)](_0x242c83,_0x37c67b[_0x5e96af(0x287)]);return _0x2016f7;}catch(_0x480a30){return logger[_0x5e96af(0x1aa)](_0x5e96af(0x247)+_0x1f66dc+':\x20'+(_0x480a30['stack']||_0x480a30[_0x5e96af(0xdf)])),null;}}async[a106_0xd47e7c(0x248)](_0x1d300b,_0x55eb1d,_0x1926df,_0x1045af,_0x172141,_0x244de2='scan'){const _0x210962=a106_0xd47e7c,_0xb059e0={'ReOWj':function(_0x4d1529,_0x2ce817){return _0x4d1529===_0x2ce817;},'uUpnG':'scan','YcJpx':function(_0xa37e1f,_0x5241c0){return _0xa37e1f(_0x5241c0);},'OEdnm':_0x210962(0x131)};try{logger[_0x210962(0x2f1)](_0x210962(0x212)+_0x1926df+'\x20using\x20script:\x20'+_0x244de2+_0x210962(0x1a3)+_0x172141);const _0x4f6798=this[_0x210962(0x2b8)](_0x244de2);if(!_0x4f6798||!_0x4f6798['command']){logger[_0x210962(0x2f1)](_0x210962(0x180)+_0x244de2+_0x210962(0x20c));return;}if(_0x172141){if(_0x1d300b[BSTACK_SCAN_IN_PROGRESS]){logger[_0x210962(0x2f1)](_0x210962(0x301)+_0x1926df);return;}return await PerformanceTester[_0x210962(0x30d)](PerformanceA11yEvents[_0x210962(0x2e6)],async()=>{const _0x184e9d=_0x210962;let _0x4a953a=_0x4f6798[_0x184e9d(0x287)];_0x4a953a[_0x184e9d(0x2df)]('%s')&&(_0x4a953a=_0x4a953a[_0x184e9d(0x2b5)]('%s',JSON[_0x184e9d(0x293)](_0x1045af)));logger['debug'](_0x184e9d(0xed)+_0x1926df),_0x1d300b[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x5afa=await _0x1d300b['executeScript'](_0x4a953a);return logger[_0x184e9d(0x1fc)]('[App-A11y]\x20Scan\x20result\x20for\x20'+_0x1926df+':\x20'+util[_0x184e9d(0x172)](_0x5afa)),_0x5afa;}finally{_0x1d300b[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x1926df})();}if(_0xb059e0[_0x210962(0x14d)](_0x244de2,_0xb059e0['uUpnG'])){const _0x57fe2f=_0xb059e0['YcJpx'](require,_0xb059e0['OEdnm']),_0x4e2546={};_0x4e2546[_0x210962(0x287)]=_0x1926df;const _0x448f6c=await PerformanceTester[_0x210962(0x30d)](PerformanceA11yEvents[_0x210962(0x2e6)],async()=>{const _0x23e26f=_0x210962;return await _0x57fe2f[_0x23e26f(0x255)](_0x1d300b,_0x4f6798['command'],_0x1045af);},_0x4e2546)();return logger[_0x210962(0x1fc)](_0x210962(0x2d9)+_0x244de2+_0x210962(0x217)+_0x1926df+':\x20'+util[_0x210962(0x172)](_0x448f6c)),_0x448f6c;}const _0x38087d=_0xb059e0[_0x210962(0x31c)](require,_0xb059e0[_0x210962(0x1ba)]),_0x11bebe=await PerformanceTester[_0x210962(0x30d)](PerformanceA11yEvents[_0x210962(0x283)],async()=>{const _0x288f27=_0x210962;return await _0x38087d[_0x288f27(0x255)](_0x1d300b,_0x4f6798[_0x288f27(0x287)],_0x1045af);})();return logger[_0x210962(0x1fc)](_0x210962(0x2d9)+_0x244de2+'\x20result\x20for\x20'+_0x1926df+':\x20'+util['format'](_0x11bebe)),_0x11bebe;}catch(_0x3b327b){logger[_0x210962(0x1aa)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x244de2+':\x20'+(_0x3b327b[_0x210962(0x30f)]||_0x3b327b[_0x210962(0xdf)]));}}async[a106_0xd47e7c(0x202)](_0x3cf94c){const _0x594fd4=a106_0xd47e7c,_0x4fbff8={'OSKum':function(_0x379779,_0x3a4a39){return _0x379779(_0x3a4a39);},'ECgdh':'../../../helpers/accessibility-automation/helper'};try{const _0x175af2=_0x4fbff8[_0x594fd4(0x24e)](require,_0x4fbff8[_0x594fd4(0x1a1)]);return await _0x175af2[_0x594fd4(0x13f)](_0x3cf94c);}catch(_0x1c29d1){return logger[_0x594fd4(0x1aa)](_0x594fd4(0x2cb)+(_0x1c29d1['stack']||_0x1c29d1[_0x594fd4(0xdf)])),![];}}[a106_0xd47e7c(0x10c)](_0xf620d2,_0x52d951,_0x1e1174){const _0x92a1d=a106_0xd47e7c,_0x50ef9e={'CGWdQ':function(_0x5bec08,_0x516aa2){return _0x5bec08(_0x516aa2);},'EsPlz':_0x92a1d(0x131),'codBD':_0x92a1d(0x125),'UHvPM':_0x92a1d(0x2f4)};try{const _0x18f3f6=_0x50ef9e[_0x92a1d(0x191)](require,_0x50ef9e['EsPlz']);_0x18f3f6['processAccessibilityCaps'](_0xf620d2,_0x52d951,_0x1e1174);const _0x3c3a12=JSON[_0x92a1d(0x293)](_0xf620d2)[_0x92a1d(0x2b5)](/"browserstack\.user":"[^"]*"/g,_0x50ef9e[_0x92a1d(0x300)])[_0x92a1d(0x2b5)](/"browserstack\.key":"[^"]*"/g,_0x50ef9e['UHvPM']);logger[_0x92a1d(0x2f1)](_0x92a1d(0x10a)+global[_0x92a1d(0x30c)]+'\x20'+_0x3c3a12);}catch(_0x436cec){logger[_0x92a1d(0x1aa)](_0x92a1d(0x1b0)+(_0x436cec[_0x92a1d(0x30f)]||_0x436cec[_0x92a1d(0xdf)]));}}async[a106_0xd47e7c(0xe4)]({fetchFn:_0xa1ac86,isNonEmpty:_0x4e9fee,resultDetail:_0x45d46d,totalMs:_0x523da5,intervalMs:_0x5e5150,name:_0x355895}){const _0x42dfb6=a106_0xd47e7c,_0x442597={'QOqYL':function(_0x14bd95,_0x2fe2be){return _0x14bd95+_0x2fe2be;},'xKXqK':function(_0x42540e,_0x4e0cc3){return _0x42540e<_0x4e0cc3;},'fKrnw':function(_0x17ad93){return _0x17ad93();},'pnxyg':function(_0xd5ac3d,_0x116f70){return _0xd5ac3d(_0x116f70);},'QkIjY':function(_0x1df2ce,_0x3108d2){return _0x1df2ce>=_0x3108d2;},'VgVyC':function(_0x97c88e,_0x1c8ca1){return _0x97c88e-_0x1c8ca1;}},_0x454f3d=Date[_0x42dfb6(0x139)](),_0x4d7b3b=_0x442597[_0x42dfb6(0x310)](_0x454f3d,_0x523da5);let _0x4c3c99=0x0,_0x52dd6c=null,_0x2adad7=![];while(_0x442597['xKXqK'](Date['now'](),_0x4d7b3b)){_0x4c3c99++,_0x52dd6c=await _0x442597[_0x42dfb6(0xe0)](_0xa1ac86),_0x2adad7=_0x442597[_0x42dfb6(0x167)](_0x4e9fee,_0x52dd6c),logger[_0x42dfb6(0x2f1)]('['+_0x355895+']\x20poll\x20attempt='+_0x4c3c99+'\x20'+_0x442597[_0x42dfb6(0x167)](_0x45d46d,_0x52dd6c));if(_0x2adad7)break;if(_0x442597[_0x42dfb6(0x17c)](_0x442597[_0x42dfb6(0x310)](Date[_0x42dfb6(0x139)](),_0x5e5150),_0x4d7b3b))break;await new Promise(_0x230191=>setTimeout(_0x230191,_0x5e5150));}return!_0x2adad7&&logger[_0x42dfb6(0x1b7)]('['+_0x355895+']\x20polled\x20'+_0x4c3c99+'x\x20over\x20'+_0x442597[_0x42dfb6(0x304)](Date['now'](),_0x454f3d)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x442597[_0x42dfb6(0x167)](_0x45d46d,_0x52dd6c)+_0x42dfb6(0x228)),_0x52dd6c;}async[a106_0xd47e7c(0x17f)](_0x59d8,_0x2e1ebf){const _0x57121d=a106_0xd47e7c,_0x1cdf21={};_0x1cdf21['EukIC']=_0x57121d(0x1c3),_0x1cdf21[_0x57121d(0x1f1)]=_0x57121d(0x262),_0x1cdf21[_0x57121d(0x26a)]='utf-8',_0x1cdf21[_0x57121d(0x124)]='[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x43c025=_0x1cdf21;try{const _0x3c49a4=process['env'][_0x57121d(0x20f)]||'';logger[_0x57121d(0x1fc)](_0x57121d(0x157)+_0x3c49a4+_0x57121d(0x2ea)+_0x2e1ebf+_0x57121d(0xe6)+_0x59d8);const _0x3a5b3a=await GrpcClient['getInstance']()[_0x57121d(0x1db)](_0x3c49a4,_0x2e1ebf,_0x59d8,_0x43c025[_0x57121d(0x1d5)]);if(!_0x3a5b3a||!_0x3a5b3a[_0x57121d(0x27a)])return logger['warn'](_0x43c025[_0x57121d(0x1f1)]),[];const _0x2448f1=_0x3a5b3a[_0x57121d(0x27a)](),_0x3ed40b=Buffer[_0x57121d(0x29d)](_0x2448f1)[_0x57121d(0x2ce)](_0x43c025[_0x57121d(0x26a)])[_0x57121d(0x185)]();if(!_0x3ed40b)return logger['warn'](_0x43c025[_0x57121d(0x124)]),[];return JSON[_0x57121d(0x30e)](_0x3ed40b);}catch(_0x19eeef){return logger['error']('[App-A11y]\x20getAppAccessibilityResults\x20error:\x20'+(_0x19eeef[_0x57121d(0x30f)]||_0x19eeef['message'])),[];}}async[a106_0xd47e7c(0x29f)](_0x2f5435,_0x522f31){const _0x4e5c41=a106_0xd47e7c,_0x51b438={};_0x51b438[_0x4e5c41(0x28f)]=_0x4e5c41(0x271),_0x51b438[_0x4e5c41(0xdd)]=_0x4e5c41(0x1c0),_0x51b438['xNxaB']='utf-8',_0x51b438[_0x4e5c41(0x1fb)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x51294a=_0x51b438;try{const _0x29eb93=process[_0x4e5c41(0x286)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||'';logger['info'](_0x4e5c41(0xe7)+_0x29eb93+_0x4e5c41(0x2ea)+_0x522f31+_0x4e5c41(0xe6)+_0x2f5435);const _0x512fca=await GrpcClient['getInstance']()[_0x4e5c41(0x1db)](_0x29eb93,_0x522f31,_0x2f5435,_0x51294a[_0x4e5c41(0x28f)]);if(!_0x512fca||!_0x512fca[_0x4e5c41(0x27a)])return logger[_0x4e5c41(0x1b7)](_0x51294a[_0x4e5c41(0xdd)]),{};const _0x122f66=_0x512fca[_0x4e5c41(0x27a)](),_0x245239=Buffer['from'](_0x122f66)['toString'](_0x51294a['xNxaB'])[_0x4e5c41(0x185)]();if(!_0x245239)return logger[_0x4e5c41(0x1b7)](_0x51294a[_0x4e5c41(0x1fb)]),{};return JSON['parse'](_0x245239);}catch(_0x3bf589){return logger[_0x4e5c41(0x1aa)](_0x4e5c41(0x225)+(_0x3bf589[_0x4e5c41(0x30f)]||_0x3bf589[_0x4e5c41(0xdf)])),{};}}async[a106_0xd47e7c(0x190)](_0x55bb1b){const _0x3bc043=a106_0xd47e7c,_0x464d8d={};_0x464d8d[_0x3bc043(0x183)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x464d8d['FfScY']=function(_0xd0b6b8,_0x548e75){return _0xd0b6b8>_0x548e75;},_0x464d8d[_0x3bc043(0x240)]=_0x3bc043(0x1ab);const _0x277fd3=_0x464d8d;try{if(!this[_0x3bc043(0x2da)]())return logger[_0x3bc043(0x1b7)](_0x277fd3[_0x3bc043(0x183)]),[];const _0x42862f=this[_0x3bc043(0x122)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x277fd3['FfScY'](Object[_0x3bc043(0x112)](_0x42862f)['length'],0x0)&&logger[_0x3bc043(0x2f1)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x3bc043(0x293)](_0x42862f));const _0x2d09ef=await this[_0x3bc043(0xe4)]({'fetchFn':()=>Object[_0x3bc043(0x112)](_0x42862f)[_0x3bc043(0x20e)]>0x0?this[_0x3bc043(0x142)](_0x55bb1b,'getResults',_0x42862f):this['executeScriptByName'](_0x55bb1b,_0x3bc043(0x1c3)),'isNonEmpty':_0xf07dc7=>Array['isArray'](_0xf07dc7)&&_0xf07dc7[_0x3bc043(0x20e)]>0x0,'resultDetail':_0x4081da=>_0x3bc043(0x104)+(Array[_0x3bc043(0x2e3)](_0x4081da)?_0x4081da[_0x3bc043(0x20e)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x277fd3[_0x3bc043(0x240)]});return _0x2d09ef||[];}catch(_0x1f322b){return logger[_0x3bc043(0x1aa)](_0x3bc043(0x193)+(_0x1f322b[_0x3bc043(0x30f)]||_0x1f322b[_0x3bc043(0xdf)])),[];}}async[a106_0xd47e7c(0x154)](_0x4f63db){const _0x114873=a106_0xd47e7c,_0x1b2f23={'VictI':function(_0x2f344a,_0xeaa1c5,_0x523ea2){return _0x2f344a(_0xeaa1c5,_0x523ea2);},'byDDp':_0x114873(0x2ed),'vGuST':function(_0x5c58c9,_0x581e64){return _0x5c58c9(_0x581e64);},'mJYZU':_0x114873(0x271),'UwSZY':_0x114873(0x130),'RGWLM':function(_0x2d23eb,_0x1ff4ea){return _0x2d23eb(_0x1ff4ea);},'LMghV':_0x114873(0x2d3),'ygvmO':function(_0x54f7d2,_0x37374d){return _0x54f7d2===_0x37374d;},'zrscn':_0x114873(0xf0),'yxACn':_0x114873(0x312),'pAYvM':_0x114873(0x18d),'zsTDG':_0x114873(0x174),'HBNZe':_0x114873(0x154),'tYJWt':_0x114873(0x2de),'sYGtP':_0x114873(0x13d),'mHEkT':_0x114873(0x18a),'lwXQt':_0x114873(0x23b),'AJuCU':_0x114873(0x12e),'wazdZ':'object'};try{if(!this[_0x114873(0x2da)]())return logger[_0x114873(0x1b7)](_0x1b2f23['UwSZY']),{};const _0x37e564=_0x1b2f23[_0x114873(0x2cd)](require,_0x1b2f23[_0x114873(0x2d7)]),_0x285eb6=_0x37e564[_0x114873(0x25d)](),_0x366157=_0x1b2f23[_0x114873(0x2d0)](_0x285eb6?.[_0x114873(0x2d4)]?.[_0x114873(0x2f6)](),_0x1b2f23[_0x114873(0x2b1)]);let _0x252e81='',_0x43dd23=null,_0x529770=null;if(_0x366157){_0x43dd23=global[_0x114873(0x2f3)]||global[_0x114873(0x126)]?.[_0x114873(0x1b2)]?.[_0x114873(0x2a3)]||global[_0x114873(0x126)]?.[_0x114873(0x1b2)]?.['id'];if(!_0x43dd23)return logger['warn'](_0x1b2f23['yxACn']),{};try{const _0xe740b2=await GrpcClient[_0x114873(0x1e4)]()[_0x114873(0x2aa)](process[_0x114873(0x286)][_0x114873(0x20f)],_0x1b2f23[_0x114873(0xdc)],_0x1b2f23[_0x114873(0x117)],_0x43dd23),_0x553297=AccessibilityModule['loadDriverExecuteParams'](null,_0xe740b2);_0x252e81=_0x553297?.[_0x114873(0xe1)]||'',logger['debug'](_0x114873(0x27d)+_0x252e81+'\x20from\x20testIdentifier='+_0x43dd23);const _0x5414c9=await AccessibilityModule[_0x114873(0x1b9)](_0x1b2f23['mJYZU'],_0x252e81,_0x43dd23),_0x487157=this[_0x114873(0x1b1)](_0x1b2f23[_0x114873(0x1c7)])||this[_0x114873(0x2b2)][this[_0x114873(0x1be)]]||null,_0x30e8d4=process[_0x114873(0x286)][_0x114873(0x237)]||'',_0x2264fb=this[_0x114873(0x1d4)](_0x1b2f23[_0x114873(0x184)],_0x252e81,_0x487157,_0x30e8d4);_0x529770=_0x37e564['mergeObject'](_0x2264fb,_0x5414c9),logger[_0x114873(0x2f1)](_0x114873(0x26c)+JSON[_0x114873(0x293)](_0x529770));}catch(_0x27e5b2){return logger[_0x114873(0x1aa)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x27e5b2[_0x114873(0xdf)]),{};}}else{_0x252e81=this[_0x114873(0x1b1)](_0x1b2f23[_0x114873(0x21a)])||'';!_0x252e81&&this['isMobileWebSession']()&&(_0x252e81=accessibilityHelper[_0x114873(0x1f6)]());const _0x22bff5=this['getCapabilityValue'](_0x1b2f23[_0x114873(0x1c7)])||this[_0x114873(0x2b2)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x39e3ab=process[_0x114873(0x286)][_0x114873(0x237)]||'';_0x529770=this[_0x114873(0x1d4)](_0x1b2f23['HBNZe'],_0x252e81,_0x22bff5,_0x39e3ab);}logger['debug'](_0x1b2f23[_0x114873(0x1f3)]);const _0x386381=0x15f90,_0x398021=0x1388;try{await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xc2943b=_0x114873,_0x2b796d=this['executeScriptByName'](_0x4f63db,_0x1b2f23['byDDp'],_0x529770);let _0x170037;const _0x3665aa=new Promise((_0x46cbaa,_0x4673bf)=>{const _0x29fe2e=a106_0xb3c9;_0x170037=_0x1b2f23[_0x29fe2e(0x110)](setTimeout,()=>_0x4673bf(new Error('performScan\x20capped\x20at\x20'+_0x386381+'ms')),_0x386381);});try{const _0x52ea41=await Promise['race']([_0x2b796d,_0x3665aa]);logger['debug'](_0xc2943b(0x163)+util[_0xc2943b(0x172)](_0x52ea41));}finally{_0x1b2f23['vGuST'](clearTimeout,_0x170037);}},{'command':_0x1b2f23[_0x114873(0x184)]})();}catch(_0x1ee1cd){logger['warn'](_0x114873(0x102)+_0x1ee1cd[_0x114873(0xdf)]+_0x114873(0x2ba)),global[_0x114873(0x21d)]={'reason':_0x1b2f23['mHEkT'],'at':Date[_0x114873(0x139)](),'where':_0x1b2f23[_0x114873(0x23d)]},await new Promise(_0x15c5fa=>setTimeout(_0x15c5fa,_0x398021)),logger['debug'](_0x114873(0xda)+_0x398021+'ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary');}const _0x113111=await this[_0x114873(0xe4)]({'fetchFn':()=>PerformanceTester[_0x114873(0x30d)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x128ddd=_0x114873;return await this[_0x128ddd(0x142)](_0x4f63db,_0x1b2f23[_0x128ddd(0x117)],_0x529770);})(),'isNonEmpty':_0x444bef=>_0x444bef&&typeof _0x444bef[_0x114873(0x177)]===_0x114873(0x282)&&_0x444bef[_0x114873(0x177)]>0x0,'resultDetail':_0xfedd8b=>'totalIssueCount='+(_0xfedd8b&&typeof _0xfedd8b['totalIssueCount']===_0x114873(0x282)?_0xfedd8b[_0x114873(0x177)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x1b2f23[_0x114873(0x23d)]});if(!_0x113111)return logger[_0x114873(0x2f1)](_0x1b2f23[_0x114873(0x297)]),{};return _0x1b2f23[_0x114873(0x2d0)](typeof _0x113111,_0x1b2f23[_0x114873(0xfb)])&&global[_0x114873(0x21d)]&&(_0x113111[_0x114873(0x16e)]=!![],_0x113111[_0x114873(0x28a)]=global['__bstackA11yScanCapHit'][_0x114873(0x17a)]),_0x113111;}catch(_0x1c0775){return logger['error'](_0x114873(0x279)+(_0x1c0775[_0x114873(0x30f)]||_0x1c0775[_0x114873(0xdf)])),{};}}async[a106_0xd47e7c(0x16a)](_0x46180,_0x49f57c,_0x43a5d7=null){const _0x32fe5d=a106_0xd47e7c,_0x1c5241={};_0x1c5241[_0x32fe5d(0x2fe)]=_0x32fe5d(0x11b),_0x1c5241[_0x32fe5d(0x2a1)]=_0x32fe5d(0x1d8),_0x1c5241[_0x32fe5d(0x2f0)]=_0x32fe5d(0x12a);const _0x2eb02a=_0x1c5241;try{if(!_0x46180)return logger[_0x32fe5d(0x2f1)](_0x2eb02a['EqQvW']),null;if(!_0x49f57c)return logger[_0x32fe5d(0x2f1)](_0x2eb02a[_0x32fe5d(0x2a1)]),null;logger[_0x32fe5d(0x2f1)](_0x2eb02a[_0x32fe5d(0x2f0)]);const _0x11228e=_0x43a5d7?await _0x46180[_0x32fe5d(0x2d6)](_0x49f57c,_0x43a5d7):await _0x46180[_0x32fe5d(0x2d6)](_0x49f57c);return _0x11228e;}catch(_0x4dfd7c){return logger['error'](_0x32fe5d(0x152)+(_0x4dfd7c[_0x32fe5d(0x30f)]||_0x4dfd7c[_0x32fe5d(0xdf)])),null;}}static[a106_0xd47e7c(0x1e5)](_0x366926,_0x36befd){const _0x5b2bda=a106_0xd47e7c,_0x5502a3={};_0x5502a3[_0x5b2bda(0x1fa)]='utf-8';const _0x1af7bd=_0x5502a3,_0x5864af={};_0x5864af[_0x5b2bda(0xe1)]=_0x366926;const _0x499cd1=_0x5864af;let _0x3358fe={};if(_0x36befd['getSuccess']()&&_0x36befd[_0x5b2bda(0x176)]())try{_0x3358fe=JSON[_0x5b2bda(0x30e)](Buffer['from'](_0x36befd[_0x5b2bda(0x17d)]())[_0x5b2bda(0x2ce)](_0x1af7bd[_0x5b2bda(0x1fa)]));}catch(_0x545530){logger[_0x5b2bda(0x1aa)](_0x5b2bda(0x19f)+_0x545530[_0x5b2bda(0xdf)]),_0x3358fe={};}return CLIUtils[_0x5b2bda(0x2ae)](_0x499cd1,_0x3358fe);}static async['fetchCentralAuthA11yConfig'](_0x1e96a6,_0x33e984='',_0x2ccf9d=null){const _0x2beb6a=a106_0xd47e7c,_0xfa8eb9={};_0xfa8eb9[_0x2beb6a(0x20a)]=_0x2beb6a(0x222),_0xfa8eb9[_0x2beb6a(0x2ad)]=_0x2beb6a(0x18d);const _0x3fbfb6=_0xfa8eb9;try{if(!_0x2ccf9d&&AccessibilityModule[_0x2beb6a(0x150)])return AccessibilityModule[_0x2beb6a(0x2c3)];if(!process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x2beb6a(0x1aa)](_0x3fbfb6[_0x2beb6a(0x20a)]),{};const _0x351749=await GrpcClient[_0x2beb6a(0x1e4)]()[_0x2beb6a(0x2aa)](process[_0x2beb6a(0x286)][_0x2beb6a(0x20f)],_0x3fbfb6[_0x2beb6a(0x2ad)],_0x1e96a6,_0x2ccf9d),_0x3393f6=_0x2ccf9d?AccessibilityModule[_0x2beb6a(0x1e5)](null,_0x351749)?.[_0x2beb6a(0xe1)]||_0x33e984:_0x33e984,_0x1330e5=AccessibilityModule[_0x2beb6a(0x1e5)](_0x3393f6,_0x351749);return!_0x2ccf9d&&(AccessibilityModule[_0x2beb6a(0x2c3)]=_0x1330e5,AccessibilityModule[_0x2beb6a(0x150)]=!![]),_0x1330e5;}catch(_0x33f5c7){return logger[_0x2beb6a(0x1aa)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x1e96a6+':\x20'+(_0x33f5c7[_0x2beb6a(0x30f)]||_0x33f5c7[_0x2beb6a(0xdf)])),{};}}};module['exports']=AccessibilityModule;
@@ -1 +1 @@
1
- function a107_0x49ec(){const _0x26b696=['../../../helpers/test-observability/constants.js','1526178rLYplj','9132WACSIX','120QjPnrI','object','testInfo','3487740YtZrlW','client','getModuleName','debug','RjehU','hZDpy','RCoAP','xuJUW','version','IzaIM','458492DfDnId','binSessionId','config','testFrameworkData','4EGCAVs','_test','testCaseStartedId',',\x20platformIndex=','CUCUMBER','Missing\x20binSessionId','1595SRZmWY','11502UMTEOD','../../../helpers/logger.js','5gZknlx','qYWNQ','ohyHW','BaseModule','VgxFI','platformIndex','cMUAI','11652VosvCu','testId','getTestId','2|4|0|3|1','configure','JEST','0|5|4|1|3|2','name','testFramework','847fZObcb','\x20with\x20binSessionId=','split','ensureBinSession','307978EMVZrz'];a107_0x49ec=function(){return _0x26b696;};return a107_0x49ec();}const a107_0x59dde0=a107_0x5726;(function(_0x3e2611,_0x3b8274){const _0x534f93=a107_0x5726,_0xf9ce52=_0x3e2611();while(!![]){try{const _0xeee78c=parseInt(_0x534f93(0x176))/0x1*(-parseInt(_0x534f93(0x161))/0x2)+parseInt(_0x534f93(0x163))/0x3+-parseInt(_0x534f93(0x172))/0x4*(-parseInt(_0x534f93(0x17f))/0x5)+-parseInt(_0x534f93(0x164))/0x6*(-parseInt(_0x534f93(0x15d))/0x7)+-parseInt(_0x534f93(0x165))/0x8*(parseInt(_0x534f93(0x17d))/0x9)+parseInt(_0x534f93(0x168))/0xa+-parseInt(_0x534f93(0x17c))/0xb*(parseInt(_0x534f93(0x186))/0xc);if(_0xeee78c===_0x3b8274)break;else _0xf9ce52['push'](_0xf9ce52['shift']());}catch(_0x2abbf6){_0xf9ce52['push'](_0xf9ce52['shift']());}}}(a107_0x49ec,0x5cdcc));function a107_0x5726(_0x44fee8,_0x195885){const _0x49ec38=a107_0x49ec();return a107_0x5726=function(_0x5726f3,_0x27664f){_0x5726f3=_0x5726f3-0x158;let _0x29eac2=_0x49ec38[_0x5726f3];return _0x29eac2;},a107_0x5726(_0x44fee8,_0x195885);}const logger=require(a107_0x59dde0(0x17e))['winstonLogger'],{FRAMEWORKS}=require(a107_0x59dde0(0x162));class BaseModule{constructor(_0x305d9d=null){const _0x33d127=a107_0x59dde0,_0x509af4={};_0x509af4[_0x33d127(0x171)]=_0x33d127(0x15a),_0x509af4[_0x33d127(0x16d)]=_0x33d127(0x182);const _0x1e9d77=_0x509af4,_0x3dc9f3=_0x1e9d77[_0x33d127(0x171)][_0x33d127(0x15f)]('|');let _0x37d100=0x0;while(!![]){switch(_0x3dc9f3[_0x37d100++]){case'0':this['name']=_0x1e9d77['hZDpy'];continue;case'1':this[_0x33d127(0x174)]={};continue;case'2':this[_0x33d127(0x175)]=this['setTestFrameworkData'](_0x305d9d);continue;case'3':this[_0x33d127(0x169)]=null;continue;case'4':this[_0x33d127(0x184)]=0x0;continue;case'5':this[_0x33d127(0x173)]=null;continue;}break;}}[a107_0x59dde0(0x160)](){const _0x1a0346=a107_0x59dde0,_0x2678a9={};_0x2678a9[_0x1a0346(0x16c)]=_0x1a0346(0x17b);const _0x3726c5=_0x2678a9;if(!this[_0x1a0346(0x173)])throw new Error(_0x3726c5['RjehU']);}[a107_0x59dde0(0x16a)](){return this['name'];}[a107_0x59dde0(0x158)](_0x44b9d9,_0x26bf38,_0x2cdfb2,_0x1d7d3b={}){const _0x1adc19=a107_0x59dde0,_0x17221f={};_0x17221f['RCoAP']=_0x1adc19(0x189);const _0x2aac85=_0x17221f,_0x82da8c=_0x2aac85[_0x1adc19(0x16e)][_0x1adc19(0x15f)]('|');let _0x5f175e=0x0;while(!![]){switch(_0x82da8c[_0x5f175e++]){case'0':this['client']=_0x2cdfb2;continue;case'1':logger[_0x1adc19(0x16b)]('Configured\x20module\x20'+this[_0x1adc19(0x16a)]()+_0x1adc19(0x15e)+_0x44b9d9+_0x1adc19(0x179)+_0x26bf38);continue;case'2':this[_0x1adc19(0x173)]=_0x44b9d9;continue;case'3':this[_0x1adc19(0x174)]=_0x1d7d3b;continue;case'4':this[_0x1adc19(0x184)]=_0x26bf38;continue;}break;}}[a107_0x59dde0(0x188)](_0x2eeb73){const _0x515b2a=a107_0x59dde0,_0x5c7af2={};_0x5c7af2[_0x515b2a(0x181)]=function(_0xe110d1,_0x4c46a3){return _0xe110d1===_0x4c46a3;},_0x5c7af2[_0x515b2a(0x183)]=function(_0x53223d,_0x40b5d2){return _0x53223d===_0x40b5d2;},_0x5c7af2[_0x515b2a(0x180)]=function(_0x6db7ce,_0x1a2877){return _0x6db7ce===_0x1a2877;};const _0x442804=_0x5c7af2;let _0x2dba12='';if(_0x442804['ohyHW'](_0x2eeb73[_0x515b2a(0x15c)],FRAMEWORKS['PLAYWRIGHT']))_0x2dba12=_0x2eeb73['testInfo']?.[_0x515b2a(0x177)]?.['id']||_0x2eeb73['testInfo']?.[_0x515b2a(0x187)];else{if(_0x442804['VgxFI'](_0x2eeb73[_0x515b2a(0x15c)],FRAMEWORKS[_0x515b2a(0x17a)]))_0x2dba12=_0x2eeb73[_0x515b2a(0x167)]?.[_0x515b2a(0x178)];else _0x442804[_0x515b2a(0x180)](_0x2eeb73[_0x515b2a(0x15c)],FRAMEWORKS[_0x515b2a(0x159)])&&(_0x2dba12=_0x2eeb73[_0x515b2a(0x167)]?.['id']);}return _0x2dba12;}['setTestFrameworkData'](_0x379db0){const _0x597eb8=a107_0x59dde0,_0x11c79e={};_0x11c79e['cMUAI']=function(_0xa82e92,_0x3a5b02){return _0xa82e92!==_0x3a5b02;},_0x11c79e[_0x597eb8(0x16f)]=_0x597eb8(0x166);const _0xfaafef=_0x11c79e;if(!_0x379db0||_0xfaafef[_0x597eb8(0x185)](typeof _0x379db0,_0xfaafef[_0x597eb8(0x16f)]))return null;const _0x43a66c={};_0x43a66c['name']=_0x379db0[_0x597eb8(0x15b)],_0x43a66c[_0x597eb8(0x170)]=_0x379db0[_0x597eb8(0x170)]&&_0x379db0[_0x597eb8(0x170)][_0x379db0[_0x597eb8(0x15b)]];const _0x6e5fc=_0x43a66c;return _0x6e5fc;}}module['exports']=BaseModule;
1
+ function a107_0x1a29(_0x278021,_0x2791a3){const _0x55cde9=a107_0x55cd();return a107_0x1a29=function(_0x1a297d,_0x4f53da){_0x1a297d=_0x1a297d-0x7e;let _0x3d68b0=_0x55cde9[_0x1a297d];return _0x3d68b0;},a107_0x1a29(_0x278021,_0x2791a3);}const a107_0x5bafc3=a107_0x1a29;(function(_0x340a67,_0x310a01){const _0x2df42a=a107_0x1a29,_0x55b516=_0x340a67();while(!![]){try{const _0x15ff36=parseInt(_0x2df42a(0xa0))/0x1*(-parseInt(_0x2df42a(0x82))/0x2)+parseInt(_0x2df42a(0x7e))/0x3+parseInt(_0x2df42a(0xa4))/0x4*(parseInt(_0x2df42a(0xa9))/0x5)+parseInt(_0x2df42a(0x86))/0x6*(parseInt(_0x2df42a(0x9c))/0x7)+-parseInt(_0x2df42a(0x9a))/0x8+-parseInt(_0x2df42a(0x9e))/0x9*(parseInt(_0x2df42a(0xa3))/0xa)+-parseInt(_0x2df42a(0x9d))/0xb;if(_0x15ff36===_0x310a01)break;else _0x55b516['push'](_0x55b516['shift']());}catch(_0x16a974){_0x55b516['push'](_0x55b516['shift']());}}}(a107_0x55cd,0xc88a7));const logger=require(a107_0x5bafc3(0xa8))['winstonLogger'],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x51d3de=null){const _0x4ced9c=a107_0x5bafc3,_0xee5e94={};_0xee5e94[_0x4ced9c(0xa1)]=_0x4ced9c(0x90),_0xee5e94[_0x4ced9c(0x7f)]='BaseModule';const _0x401abb=_0xee5e94,_0x2e123e=_0x401abb[_0x4ced9c(0xa1)][_0x4ced9c(0x93)]('|');let _0x3d4d9c=0x0;while(!![]){switch(_0x2e123e[_0x3d4d9c++]){case'0':this[_0x4ced9c(0x89)]=this[_0x4ced9c(0x84)](_0x51d3de);continue;case'1':this[_0x4ced9c(0xa7)]=0x0;continue;case'2':this[_0x4ced9c(0x8f)]=null;continue;case'3':this[_0x4ced9c(0x8c)]={};continue;case'4':this[_0x4ced9c(0x85)]=_0x401abb[_0x4ced9c(0x7f)];continue;case'5':this[_0x4ced9c(0x8d)]=null;continue;}break;}}[a107_0x5bafc3(0xa2)](){const _0x4c1427=a107_0x5bafc3,_0x1b95ae={};_0x1b95ae['svkYa']=_0x4c1427(0x87);const _0x2972d8=_0x1b95ae;if(!this[_0x4c1427(0x8f)])throw new Error(_0x2972d8[_0x4c1427(0x94)]);}[a107_0x5bafc3(0x80)](){const _0x3d9f90=a107_0x5bafc3;return this[_0x3d9f90(0x85)];}['configure'](_0x5a775e,_0x53fa66,_0x51564b,_0x1a7506={}){const _0x4af6c1=a107_0x5bafc3,_0x1dbbb6={};_0x1dbbb6[_0x4af6c1(0x99)]=_0x4af6c1(0x96);const _0x1d7120=_0x1dbbb6,_0x5b48b9=_0x1d7120[_0x4af6c1(0x99)][_0x4af6c1(0x93)]('|');let _0x4c5349=0x0;while(!![]){switch(_0x5b48b9[_0x4c5349++]){case'0':this['config']=_0x1a7506;continue;case'1':this[_0x4af6c1(0x8f)]=_0x5a775e;continue;case'2':this[_0x4af6c1(0x8d)]=_0x51564b;continue;case'3':logger['debug'](_0x4af6c1(0x91)+this[_0x4af6c1(0x80)]()+_0x4af6c1(0x97)+_0x5a775e+_0x4af6c1(0x83)+_0x53fa66);continue;case'4':this[_0x4af6c1(0xa7)]=_0x53fa66;continue;}break;}}['getTestId'](_0x160808){const _0x3a2996=a107_0x5bafc3,_0x59f3a9={};_0x59f3a9['vRqyF']=function(_0x437e80,_0x55b7be){return _0x437e80===_0x55b7be;};const _0x4313f7=_0x59f3a9;let _0x42a667='';if(_0x4313f7[_0x3a2996(0x8a)](_0x160808['testFramework'],FRAMEWORKS[_0x3a2996(0x88)]))_0x42a667=_0x160808[_0x3a2996(0x81)]?.[_0x3a2996(0xa5)]?.['id']||_0x160808['testInfo']?.[_0x3a2996(0x9f)];else{if(_0x4313f7['vRqyF'](_0x160808[_0x3a2996(0x9b)],FRAMEWORKS[_0x3a2996(0x98)]))_0x42a667=_0x160808[_0x3a2996(0x81)]?.[_0x3a2996(0x92)];else _0x4313f7[_0x3a2996(0x8a)](_0x160808[_0x3a2996(0x9b)],FRAMEWORKS[_0x3a2996(0x95)])&&(_0x42a667=_0x160808['testInfo']?.['id']);}return _0x42a667;}[a107_0x5bafc3(0x84)](_0x4fffe8){const _0x50d90c=a107_0x5bafc3,_0x8f4cdd={};_0x8f4cdd[_0x50d90c(0x8b)]=function(_0x87847e,_0x466e59){return _0x87847e!==_0x466e59;},_0x8f4cdd['LIpuY']=_0x50d90c(0xa6);const _0x200e75=_0x8f4cdd;if(!_0x4fffe8||_0x200e75[_0x50d90c(0x8b)](typeof _0x4fffe8,_0x200e75['LIpuY']))return null;const _0x1208b9={};_0x1208b9['name']=_0x4fffe8[_0x50d90c(0x85)],_0x1208b9[_0x50d90c(0x8e)]=_0x4fffe8[_0x50d90c(0x8e)]&&_0x4fffe8[_0x50d90c(0x8e)][_0x4fffe8[_0x50d90c(0x85)]];const _0x3f999a=_0x1208b9;return _0x3f999a;}}module['exports']=BaseModule;function a107_0x55cd(){const _0x241329=['4434520ldwyEP','testFramework','2044994bDcshG','10636230ELIOlI','1353186BVjjnL','testId','200pfMOGs','TYSrs','ensureBinSession','30rTgqXO','14728vhyOnx','_test','object','platformIndex','../../../helpers/logger.js','1675OHUqLl','4676478myuOlS','Vulks','getModuleName','testInfo','8750qJEZoL',',\x20platformIndex=','setTestFrameworkData','name','18thxWiR','Missing\x20binSessionId','PLAYWRIGHT','testFrameworkData','vRqyF','XLfjo','config','client','version','binSessionId','4|2|1|3|5|0','Configured\x20module\x20','testCaseStartedId','split','svkYa','JEST','1|4|2|0|3','\x20with\x20binSessionId=','CUCUMBER','ccwRK'];a107_0x55cd=function(){return _0x241329;};return a107_0x55cd();}
@@ -1 +1 @@
1
- function a108_0x2515(){const _0xe6d14f=['398870HiGHvZ','vYNOB','okYsD','RUVBF','toLowerCase','setLTSSessionId\x20error:\x20','3dhLCZg','74600VbUGYZ','browserstackAutomation','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','GnVYV','overrideLoadTesting','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','ZaTWH','sMSFW','Fymap','703748FmvmTv','2092020nLHBLD','AzVHK','pWmtB','252RrjaIE','2759265oZltaO','true','env','toString','LJHEN','nfNwZ','6GFpbER','pTZVm','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','message','658880miIBtZ','LTS','setLTSSessionId','warn','UlENG','YdCgp','../../../helpers/helper.js','4895264jIKOHl','BROWSERSTACK_LTS_SESSION_ID\x20cleared','BROWSERSTACK_LTS_SESSION_ID','2rSXXSj','debug','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','LoadTestModule','exports','string','isLTSSession','wrTTo'];a108_0x2515=function(){return _0xe6d14f;};return a108_0x2515();}function a108_0x3006(_0x383136,_0x4f0e66){const _0x2515e7=a108_0x2515();return a108_0x3006=function(_0x300677,_0x3ad632){_0x300677=_0x300677-0x14d;let _0x1f3703=_0x2515e7[_0x300677];return _0x1f3703;},a108_0x3006(_0x383136,_0x4f0e66);}const a108_0x185390=a108_0x3006;(function(_0x528db8,_0x393b04){const _0x7d2f1f=a108_0x3006,_0x27ce71=_0x528db8();while(!![]){try{const _0x1d2157=parseInt(_0x7d2f1f(0x14f))/0x1*(-parseInt(_0x7d2f1f(0x157))/0x2)+-parseInt(_0x7d2f1f(0x15d))/0x3*(-parseInt(_0x7d2f1f(0x167))/0x4)+parseInt(_0x7d2f1f(0x16c))/0x5*(-parseInt(_0x7d2f1f(0x172))/0x6)+parseInt(_0x7d2f1f(0x168))/0x7+-parseInt(_0x7d2f1f(0x15e))/0x8*(-parseInt(_0x7d2f1f(0x16b))/0x9)+parseInt(_0x7d2f1f(0x176))/0xa+parseInt(_0x7d2f1f(0x17d))/0xb;if(_0x1d2157===_0x393b04)break;else _0x27ce71['push'](_0x27ce71['shift']());}catch(_0x1e92f7){_0x27ce71['push'](_0x27ce71['shift']());}}}(a108_0x2515,0x48496));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a108_0x185390(0x152)),{sendToEDS}=require(a108_0x185390(0x17c)),isLTSSession=(_0x16f3a6=null)=>{const _0x11a818=a108_0x185390,_0x4197aa={};_0x4197aa[_0x11a818(0x161)]=function(_0x4540db,_0x62d6dc){return _0x4540db!==_0x62d6dc;},_0x4197aa[_0x11a818(0x17b)]='undefined',_0x4197aa[_0x11a818(0x16a)]=function(_0x2057cf,_0x1b3ed9){return _0x2057cf===_0x1b3ed9;},_0x4197aa[_0x11a818(0x166)]=_0x11a818(0x154),_0x4197aa[_0x11a818(0x159)]=_0x11a818(0x16d),_0x4197aa['sMSFW']=function(_0x3dd25c,_0x531d24){return _0x3dd25c===_0x531d24;},_0x4197aa[_0x11a818(0x17a)]=function(_0x5a08e0,_0x21955f){return _0x5a08e0===_0x21955f;},_0x4197aa[_0x11a818(0x169)]='false';const _0x324317=_0x4197aa;try{if(_0x324317[_0x11a818(0x161)](typeof process[_0x11a818(0x16e)][_0x11a818(0x162)],_0x324317['YdCgp'])){const _0x223162=process[_0x11a818(0x16e)][_0x11a818(0x162)];return _0x324317[_0x11a818(0x16a)](typeof _0x223162,_0x324317[_0x11a818(0x166)])?_0x324317[_0x11a818(0x16a)](_0x223162[_0x11a818(0x15b)](),_0x324317[_0x11a818(0x159)]):!!_0x223162;}const _0x69ca0a=_0x16f3a6&&_0x16f3a6[_0x11a818(0x162)],_0x30e39d=!!(_0x16f3a6&&(_0x324317[_0x11a818(0x165)](_0x16f3a6['browserstackAutomation'],!![])||_0x324317[_0x11a818(0x16a)](_0x16f3a6[_0x11a818(0x15f)],_0x324317[_0x11a818(0x159)]))),_0x11cec7=!!(_0x69ca0a&&_0x324317[_0x11a818(0x17a)](_0x69ca0a[_0x11a818(0x16f)]()['toLowerCase'](),_0x324317[_0x11a818(0x159)])&&!_0x30e39d);return process[_0x11a818(0x16e)][_0x11a818(0x162)]=_0x11cec7?_0x324317['okYsD']:_0x324317[_0x11a818(0x169)],_0x11cec7;}catch(_0x31ddab){return process['env'][_0x11a818(0x162)]=_0x324317[_0x11a818(0x169)],![];}},getLTSSessionId=()=>{const _0x4620fb=a108_0x185390,_0x47cc92={'RUVBF':function(_0x585c77){return _0x585c77();},'bfkhk':_0x4620fb(0x174),'nfNwZ':_0x4620fb(0x160)};try{if(_0x47cc92[_0x4620fb(0x15a)](isLTSSession))return logger[_0x4620fb(0x150)](_0x47cc92['bfkhk']),process['env'][_0x4620fb(0x14e)]||'';}catch(_0x56db9c){logger['error'](_0x4620fb(0x151)+(_0x56db9c&&_0x56db9c[_0x4620fb(0x175)]));}return logger['debug'](_0x47cc92[_0x4620fb(0x171)]),'';},setLTSSessionId=async(_0x219b86={})=>{const _0x1097a4=a108_0x185390,_0x114b02={'KHasB':function(_0x5930f8){return _0x5930f8();},'ltJKG':'BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','ZaTWH':_0x1097a4(0x14d),'wrTTo':_0x1097a4(0x177),'vYNOB':function(_0x344204,_0x2905dc){return _0x344204(_0x2905dc);},'pTZVm':function(_0x330e88,_0x37abe0,_0x3ae6fc){return _0x330e88(_0x37abe0,_0x3ae6fc);},'LJHEN':function(_0x634ed9,_0x5017a8){return _0x634ed9||_0x5017a8;}};try{const _0x3214ff=_0x114b02['KHasB'](getLTSSessionId);_0x3214ff?(process[_0x1097a4(0x16e)][_0x1097a4(0x14e)]=_0x3214ff,logger['debug'](_0x114b02['ltJKG'])):(delete process[_0x1097a4(0x16e)][_0x1097a4(0x14e)],logger[_0x1097a4(0x150)](_0x114b02[_0x1097a4(0x164)]));try{const _0x2bfa38={'feature':_0x114b02[_0x1097a4(0x156)],'ltsEnabled':_0x114b02[_0x1097a4(0x158)](isLTSSession,_0x219b86),'ltsSessionIdPresent':!!_0x3214ff};await _0x114b02[_0x1097a4(0x173)](sendToEDS,_0x2bfa38,_0x219b86);}catch(_0x4c054f){logger[_0x1097a4(0x179)](_0x1097a4(0x163)+(_0x4c054f&&_0x4c054f['message']));}return _0x114b02[_0x1097a4(0x170)](_0x3214ff,'');}catch(_0x30f73f){return logger['debug'](_0x1097a4(0x15c)+(_0x30f73f&&_0x30f73f[_0x1097a4(0x175)])),'';}},a108_0xd35284={};a108_0xd35284[a108_0x185390(0x155)]=isLTSSession,a108_0xd35284['getLTSSessionId']=getLTSSessionId,a108_0xd35284[a108_0x185390(0x178)]=setLTSSessionId,module[a108_0x185390(0x153)]=a108_0xd35284;
1
+ const a108_0x34c6c6=a108_0x241e;function a108_0x241e(_0x4558a4,_0x26efd2){const _0x29114d=a108_0x2911();return a108_0x241e=function(_0x241ece,_0x5122e0){_0x241ece=_0x241ece-0x168;let _0x5ea4c8=_0x29114d[_0x241ece];return _0x5ea4c8;},a108_0x241e(_0x4558a4,_0x26efd2);}(function(_0xedf1bf,_0x1ab3c3){const _0x5613a2=a108_0x241e,_0x684db0=_0xedf1bf();while(!![]){try{const _0x3e6e84=-parseInt(_0x5613a2(0x173))/0x1+-parseInt(_0x5613a2(0x192))/0x2+-parseInt(_0x5613a2(0x175))/0x3*(parseInt(_0x5613a2(0x17c))/0x4)+-parseInt(_0x5613a2(0x194))/0x5+parseInt(_0x5613a2(0x16a))/0x6+-parseInt(_0x5613a2(0x177))/0x7+parseInt(_0x5613a2(0x16f))/0x8;if(_0x3e6e84===_0x1ab3c3)break;else _0x684db0['push'](_0x684db0['shift']());}catch(_0x2f4f19){_0x684db0['push'](_0x684db0['shift']());}}}(a108_0x2911,0xe83da));function a108_0x2911(){const _0x2b6334=['6905297qDRfap','error','eJcXP','debug','BROWSERSTACK_LTS_SESSION_ID','6184SMjuTs','WReDD','undefined','LTS','lpGhp','BROWSERSTACK_LTS_SESSION_ID\x20cleared','overrideLoadTesting','false','jUicP','toLowerCase','zcOhi','nXefL','NtrKN','LoadTestModule','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','GMeif','env','true','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','setLTSSessionId','browserstackAutomation','antaf','2452992fjGmBn','UjGBL','5626510zIefgE','whUeF','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','message','505938vEFric','exports','QxZBf','warn','../../../helpers/classLogger.js','43162800bqPfVR','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','EaGeO','toString','78572eRgssZ','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','2157DgOWqd','string'];a108_0x2911=function(){return _0x2b6334;};return a108_0x2911();}const {createClassLogger}=require(a108_0x34c6c6(0x16e)),logger=createClassLogger(a108_0x34c6c6(0x189)),{sendToEDS}=require('../../../helpers/helper.js'),isLTSSession=(_0x4c3497=null)=>{const _0x32aa4d=a108_0x34c6c6,_0x4df5d3={};_0x4df5d3['whUeF']=function(_0x396f8e,_0x226782){return _0x396f8e!==_0x226782;},_0x4df5d3['lpGhp']=_0x32aa4d(0x17e),_0x4df5d3[_0x32aa4d(0x193)]=function(_0x59bb5b,_0x4ca22b){return _0x59bb5b===_0x4ca22b;},_0x4df5d3[_0x32aa4d(0x186)]=_0x32aa4d(0x176),_0x4df5d3['antaf']=function(_0xb25fb1,_0x18c8c7){return _0xb25fb1===_0x18c8c7;},_0x4df5d3['QxZBf']=_0x32aa4d(0x18d),_0x4df5d3[_0x32aa4d(0x188)]=function(_0x1ab0c3,_0x3587a3){return _0x1ab0c3===_0x3587a3;},_0x4df5d3[_0x32aa4d(0x179)]=_0x32aa4d(0x183);const _0x1a73e3=_0x4df5d3;try{if(_0x1a73e3[_0x32aa4d(0x195)](typeof process[_0x32aa4d(0x18c)][_0x32aa4d(0x182)],_0x1a73e3[_0x32aa4d(0x180)])){const _0x10bdaf=process[_0x32aa4d(0x18c)][_0x32aa4d(0x182)];return _0x1a73e3['UjGBL'](typeof _0x10bdaf,_0x1a73e3['zcOhi'])?_0x1a73e3[_0x32aa4d(0x191)](_0x10bdaf[_0x32aa4d(0x185)](),_0x1a73e3[_0x32aa4d(0x16c)]):!!_0x10bdaf;}const _0x4cea44=_0x4c3497&&_0x4c3497['overrideLoadTesting'],_0x4b2e23=!!(_0x4c3497&&(_0x1a73e3[_0x32aa4d(0x188)](_0x4c3497['browserstackAutomation'],!![])||_0x1a73e3['UjGBL'](_0x4c3497[_0x32aa4d(0x190)],_0x1a73e3[_0x32aa4d(0x16c)]))),_0x1cc078=!!(_0x4cea44&&_0x1a73e3[_0x32aa4d(0x193)](_0x4cea44[_0x32aa4d(0x172)]()[_0x32aa4d(0x185)](),_0x1a73e3[_0x32aa4d(0x16c)])&&!_0x4b2e23);return process[_0x32aa4d(0x18c)][_0x32aa4d(0x182)]=_0x1cc078?_0x1a73e3[_0x32aa4d(0x16c)]:_0x1a73e3[_0x32aa4d(0x179)],_0x1cc078;}catch(_0x443ce8){return process[_0x32aa4d(0x18c)][_0x32aa4d(0x182)]=_0x1a73e3['eJcXP'],![];}},getLTSSessionId=()=>{const _0x1056a4=a108_0x34c6c6,_0x1d6a4c={'EaGeO':function(_0x44df37){return _0x44df37();},'GMeif':_0x1056a4(0x170),'TTotX':_0x1056a4(0x18a)};try{if(_0x1d6a4c[_0x1056a4(0x171)](isLTSSession))return logger[_0x1056a4(0x17a)](_0x1d6a4c[_0x1056a4(0x18b)]),process[_0x1056a4(0x18c)][_0x1056a4(0x17b)]||'';}catch(_0x1546ea){logger[_0x1056a4(0x178)](_0x1056a4(0x18e)+(_0x1546ea&&_0x1546ea[_0x1056a4(0x169)]));}return logger[_0x1056a4(0x17a)](_0x1d6a4c['TTotX']),'';},setLTSSessionId=async(_0x54894b={})=>{const _0x432d86=a108_0x34c6c6,_0x25a011={'jUicP':function(_0x9b6f62){return _0x9b6f62();},'WReDD':_0x432d86(0x168),'GoSqg':_0x432d86(0x181),'nXefL':_0x432d86(0x17f),'HiLus':function(_0x13a507,_0x4061ad){return _0x13a507(_0x4061ad);},'OlSAT':function(_0xe1fbe1,_0x155a22,_0x5c9b4b){return _0xe1fbe1(_0x155a22,_0x5c9b4b);},'oypJd':function(_0x259e23,_0x54c1aa){return _0x259e23||_0x54c1aa;}};try{const _0x27ca87=_0x25a011[_0x432d86(0x184)](getLTSSessionId);_0x27ca87?(process[_0x432d86(0x18c)][_0x432d86(0x17b)]=_0x27ca87,logger[_0x432d86(0x17a)](_0x25a011[_0x432d86(0x17d)])):(delete process['env'][_0x432d86(0x17b)],logger[_0x432d86(0x17a)](_0x25a011['GoSqg']));try{const _0x5d473f={'feature':_0x25a011[_0x432d86(0x187)],'ltsEnabled':_0x25a011['HiLus'](isLTSSession,_0x54894b),'ltsSessionIdPresent':!!_0x27ca87};await _0x25a011['OlSAT'](sendToEDS,_0x5d473f,_0x54894b);}catch(_0x4e61dc){logger[_0x432d86(0x16d)](_0x432d86(0x174)+(_0x4e61dc&&_0x4e61dc[_0x432d86(0x169)]));}return _0x25a011['oypJd'](_0x27ca87,'');}catch(_0x53168a){return logger[_0x432d86(0x17a)]('setLTSSessionId\x20error:\x20'+(_0x53168a&&_0x53168a[_0x432d86(0x169)])),'';}},a108_0x52ab0e={};a108_0x52ab0e['isLTSSession']=isLTSSession,a108_0x52ab0e['getLTSSessionId']=getLTSSessionId,a108_0x52ab0e[a108_0x34c6c6(0x18f)]=setLTSSessionId,module[a108_0x34c6c6(0x16b)]=a108_0x52ab0e;
@@ -1 +1 @@
1
- const a109_0x283378=a109_0x2a8e;(function(_0xa26e53,_0x59b649){const _0x22b29c=a109_0x2a8e,_0x5e7d18=_0xa26e53();while(!![]){try{const _0x4c27e7=-parseInt(_0x22b29c(0x7f))/0x1*(-parseInt(_0x22b29c(0x7b))/0x2)+-parseInt(_0x22b29c(0x7c))/0x3*(-parseInt(_0x22b29c(0x92))/0x4)+-parseInt(_0x22b29c(0x89))/0x5+-parseInt(_0x22b29c(0x84))/0x6*(parseInt(_0x22b29c(0x99))/0x7)+-parseInt(_0x22b29c(0x73))/0x8+parseInt(_0x22b29c(0x8e))/0x9*(parseInt(_0x22b29c(0x95))/0xa)+parseInt(_0x22b29c(0x90))/0xb*(parseInt(_0x22b29c(0x94))/0xc);if(_0x4c27e7===_0x59b649)break;else _0x5e7d18['push'](_0x5e7d18['shift']());}catch(_0x44b4d4){_0x5e7d18['push'](_0x5e7d18['shift']());}}}(a109_0x41e5,0x892d2));const BaseModule=require(a109_0x283378(0x78)),{createClassLogger}=require(a109_0x283378(0x91)),AutomationFramework=require(a109_0x283378(0x86)),AutomationFrameworkState=require(a109_0x283378(0x8c)),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require(a109_0x283378(0x9a)),PerformanceTester=require(a109_0x283378(0x88)),{O11y_EVENTS}=require(a109_0x283378(0x97)),constants=require(a109_0x283378(0x81));function a109_0x2a8e(_0x398e45,_0x143d04){const _0x41e5b2=a109_0x41e5();return a109_0x2a8e=function(_0x2a8e57,_0x234378){_0x2a8e57=_0x2a8e57-0x72;let _0x43bf27=_0x41e5b2[_0x2a8e57];return _0x43bf27;},a109_0x2a8e(_0x398e45,_0x143d04);}function a109_0x41e5(){const _0x17f3cf=['debug','../../utils/constants.js','\x20sync\x20done','NBwml','1782042ccieqU','onBeforeTest','../framework/automationFramework.js','logger','../../../helpers/performance/performance-tester.js','4567590sKAoLB','info','name','../state/automationFrameworkState.js','CREATE','9HRxuvU','MODULE_NAME','385ufqbCP','../../../helpers/classLogger.js','24ltDzBy','fxtVu','326556FOTFcZ','3286370lLOvCh','exports','../../../helpers/performance/constants.js','KbtlA','14grDvyk','../../../helpers/helper.js','page','4357664LpvDJE','now','SYNC','gEIjD','start','./baseModule','end','getModuleName','1638376GmbxKo','256917mzgIbl','POST','onBeforeTest:\x20page\x20is\x20not\x20defined','1qKZxTz'];a109_0x41e5=function(){return _0x17f3cf;};return a109_0x41e5();}class ObservabilityModule extends BaseModule{[a109_0x283378(0x87)]=createClassLogger('ObservabilityModule');constructor(_0x28fc71){const _0x539bc9=a109_0x283378,_0x111f37={};_0x111f37[_0x539bc9(0x98)]='ObservabilityModule';const _0x2635ec=_0x111f37;super(),this[_0x539bc9(0x8b)]=_0x2635ec[_0x539bc9(0x98)],this['observabilityConfig']=_0x28fc71,AutomationFramework['registerObserver'](AutomationFrameworkState[_0x539bc9(0x8d)],HookState[_0x539bc9(0x7d)],this[_0x539bc9(0x85)]['bind'](this));}[a109_0x283378(0x7a)](){return ObservabilityModule['MODULE_NAME'];}async[a109_0x283378(0x85)](_0x568c3a){const _0x54f2c6=a109_0x283378,_0x3768af={'gEIjD':function(_0x4288b3,_0x5a86be){return _0x4288b3+_0x5a86be;},'fxtVu':'ObservabilitySync:','qabZQ':function(_0x54b08d,_0x1ea628,_0x80e833,_0x5766f2){return _0x54b08d(_0x1ea628,_0x80e833,_0x5766f2);},'JVPTK':_0x54f2c6(0x80),'NBwml':_0x54f2c6(0x7e)};if(_0x568c3a['page']){const _0x4746ef=_0x568c3a[_0x54f2c6(0x72)],_0x5a07e5=Date[_0x54f2c6(0x74)](),_0x232bbb=_0x3768af[_0x54f2c6(0x76)](_0x3768af[_0x54f2c6(0x93)],_0x5a07e5);PerformanceTester[_0x54f2c6(0x77)](O11y_EVENTS[_0x54f2c6(0x75)]),await _0x3768af['qabZQ'](playwrightAnnotate,_0x4746ef,_0x232bbb,_0x3768af['JVPTK']),PerformanceTester[_0x54f2c6(0x79)](O11y_EVENTS['SYNC']),this[_0x54f2c6(0x87)][_0x54f2c6(0x8a)]('onBeforeTest:\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x54f2c6(0x82));}else this[_0x54f2c6(0x87)][_0x54f2c6(0x80)](_0x3768af[_0x54f2c6(0x83)]);}}ObservabilityModule[a109_0x283378(0x8f)]='ObservabilityModule',module[a109_0x283378(0x96)]=ObservabilityModule;
1
+ function a109_0xff22(_0x96744f,_0x58e95c){const _0x328189=a109_0x3281();return a109_0xff22=function(_0xff223d,_0x30dbbe){_0xff223d=_0xff223d-0x11f;let _0xed73d0=_0x328189[_0xff223d];return _0xed73d0;},a109_0xff22(_0x96744f,_0x58e95c);}const a109_0x182c5c=a109_0xff22;(function(_0x55493a,_0x16b809){const _0x68d851=a109_0xff22,_0xb6fa69=_0x55493a();while(!![]){try{const _0x49a668=parseInt(_0x68d851(0x13f))/0x1+parseInt(_0x68d851(0x131))/0x2+parseInt(_0x68d851(0x142))/0x3+-parseInt(_0x68d851(0x12e))/0x4*(-parseInt(_0x68d851(0x126))/0x5)+-parseInt(_0x68d851(0x128))/0x6*(-parseInt(_0x68d851(0x122))/0x7)+-parseInt(_0x68d851(0x123))/0x8+parseInt(_0x68d851(0x148))/0x9*(-parseInt(_0x68d851(0x124))/0xa);if(_0x49a668===_0x16b809)break;else _0xb6fa69['push'](_0xb6fa69['shift']());}catch(_0x32dda2){_0xb6fa69['push'](_0xb6fa69['shift']());}}}(a109_0x3281,0x8f9d4));const BaseModule=require(a109_0x182c5c(0x125)),{createClassLogger}=require(a109_0x182c5c(0x149)),AutomationFramework=require(a109_0x182c5c(0x136)),AutomationFrameworkState=require(a109_0x182c5c(0x134)),HookState=require(a109_0x182c5c(0x13a)),{playwrightAnnotate}=require(a109_0x182c5c(0x13b)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require('../../../helpers/performance/constants.js'),constants=require(a109_0x182c5c(0x133));class ObservabilityModule extends BaseModule{[a109_0x182c5c(0x137)]=createClassLogger(a109_0x182c5c(0x12f));constructor(_0x110413){const _0x456ea7=a109_0x182c5c,_0x2e5043={};_0x2e5043[_0x456ea7(0x127)]=_0x456ea7(0x12f);const _0x935edb=_0x2e5043;super(),this[_0x456ea7(0x146)]=_0x935edb[_0x456ea7(0x127)],this['observabilityConfig']=_0x110413,AutomationFramework[_0x456ea7(0x12d)](AutomationFrameworkState[_0x456ea7(0x143)],HookState[_0x456ea7(0x13c)],this[_0x456ea7(0x13e)][_0x456ea7(0x141)](this));}[a109_0x182c5c(0x12b)](){const _0x58e029=a109_0x182c5c;return ObservabilityModule[_0x58e029(0x138)];}async[a109_0x182c5c(0x13e)](_0x358783){const _0x5816b9=a109_0x182c5c,_0x3d0a8c={'TIIQp':function(_0x48fe5f,_0x48afec){return _0x48fe5f+_0x48afec;},'rWpfd':_0x5816b9(0x147),'VxTxc':function(_0x425db2,_0x4bbc60,_0x88b461,_0x19b9cc){return _0x425db2(_0x4bbc60,_0x88b461,_0x19b9cc);},'XHehA':_0x5816b9(0x129),'PnJEY':_0x5816b9(0x132)};if(_0x358783['page']){const _0x24390a=_0x358783['page'],_0xf956f7=Date[_0x5816b9(0x12c)](),_0x5b3210=_0x3d0a8c[_0x5816b9(0x120)](_0x3d0a8c[_0x5816b9(0x14a)],_0xf956f7);PerformanceTester[_0x5816b9(0x144)](O11y_EVENTS[_0x5816b9(0x135)]),await _0x3d0a8c[_0x5816b9(0x139)](playwrightAnnotate,_0x24390a,_0x5b3210,_0x3d0a8c[_0x5816b9(0x11f)]),PerformanceTester['end'](O11y_EVENTS['SYNC']),this[_0x5816b9(0x137)][_0x5816b9(0x12a)](_0x5816b9(0x121)+constants[_0x5816b9(0x130)]+_0x5816b9(0x140));}else this['logger'][_0x5816b9(0x129)](_0x3d0a8c[_0x5816b9(0x13d)]);}}ObservabilityModule[a109_0x182c5c(0x138)]=a109_0x182c5c(0x12f),module[a109_0x182c5c(0x145)]=ObservabilityModule;function a109_0x3281(){const _0x8a938e=['ObservabilitySync:','7029YDlOGc','../../../helpers/classLogger.js','rWpfd','XHehA','TIIQp','onBeforeTest:\x20','7RfBpvo','5084880obHzPI','9370zJNyux','./baseModule','5URyyrQ','dJFxt','5966754fqszzw','debug','info','getModuleName','now','registerObserver','421612mXGCbj','ObservabilityModule','TEST_REPORTING_ANALYTICS','872064ggwSpI','onBeforeTest:\x20page\x20is\x20not\x20defined','../../utils/constants.js','../state/automationFrameworkState.js','SYNC','../framework/automationFramework.js','logger','MODULE_NAME','VxTxc','../state/hookState.js','../../../helpers/helper.js','POST','PnJEY','onBeforeTest','263164UUTydN','\x20sync\x20done','bind','469779yOsBzS','CREATE','start','exports','name'];a109_0x3281=function(){return _0x8a938e;};return a109_0x3281();}