browserstack-node-sdk 1.63.4 → 1.63.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a104_0x346144=a104_0x9e2e;(function(_0xc12984,_0x575d86){const _0xcdba45=a104_0x9e2e,_0x128863=_0xc12984();while(!![]){try{const _0x1ce7b7=-parseInt(_0xcdba45(0x150))/0x1+-parseInt(_0xcdba45(0x15b))/0x2*(parseInt(_0xcdba45(0x173))/0x3)+parseInt(_0xcdba45(0x167))/0x4+-parseInt(_0xcdba45(0x154))/0x5+-parseInt(_0xcdba45(0x15c))/0x6*(parseInt(_0xcdba45(0x16a))/0x7)+-parseInt(_0xcdba45(0x15a))/0x8*(-parseInt(_0xcdba45(0x15f))/0x9)+parseInt(_0xcdba45(0x15e))/0xa*(parseInt(_0xcdba45(0x172))/0xb);if(_0x1ce7b7===_0x575d86)break;else _0x128863['push'](_0x128863['shift']());}catch(_0x31c352){_0x128863['push'](_0x128863['shift']());}}}(a104_0x1f94,0xb84c6));function a104_0x1f94(){const _0x246309=['set','addMultipleEntries','context','entries','hex','1927864QBBIOe','164446BCQOAo','701334vykUEk','worker_threads','10lIiqtX','36qvuDtN','Ovneo','mbMJL','isBrowserstackAutomationSession','data','./trackedContext','pid','HPbIl','4121268gExtep','getData','forEach','70HmiMze','createHash','crypto','updateMultipleEntries','getId','getRef','keys','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','25191221wYaPhH','51dNWmLm','get','136227BpRgbM','update','getContext','sha256','4132830fpdZpv'];a104_0x1f94=function(){return _0x246309;};return a104_0x1f94();}function a104_0x9e2e(_0x28fa87,_0x135e63){const _0x1f94c8=a104_0x1f94();return a104_0x9e2e=function(_0x9e2e2b,_0x447025){_0x9e2e2b=_0x9e2e2b-0x14f;let _0x144578=_0x1f94c8[_0x9e2e2b];return _0x144578;},a104_0x9e2e(_0x28fa87,_0x135e63);}const TrackedContext=require(a104_0x346144(0x164)),crypto=require(a104_0x346144(0x16c)),{threadId}=require(a104_0x346144(0x15d));class TrackedInstance{static [a104_0x346144(0x171)]=a104_0x346144(0x162);constructor(_0x39e939){const _0x4e974a=a104_0x346144;this[_0x4e974a(0x157)]=_0x39e939,this[_0x4e974a(0x163)]=new Map();}[a104_0x346144(0x16f)](){const _0x1517eb=a104_0x346144;return this[_0x1517eb(0x157)][_0x1517eb(0x16e)]();}[a104_0x346144(0x152)](){const _0x51a427=a104_0x346144;return this[_0x51a427(0x157)];}['getAllData'](){const _0x4b683c=a104_0x346144;return this[_0x4b683c(0x163)];}[a104_0x346144(0x16d)](_0x32109e){const _0x2547d9=a104_0x346144;Object[_0x2547d9(0x170)](_0x32109e)[_0x2547d9(0x169)](_0x1f9ecb=>{const _0x566ec4=_0x2547d9;this['data'][_0x566ec4(0x155)](_0x1f9ecb,_0x32109e[_0x1f9ecb]);});}[a104_0x346144(0x156)](_0x4cfb77){const _0x346814=a104_0x346144;Object[_0x346814(0x158)](_0x4cfb77)[_0x346814(0x169)](([_0x11feff,_0x5cd577])=>{const _0x4d7e0d=_0x346814,_0x29b7e1=this[_0x4d7e0d(0x163)]['get'](_0x11feff)||{},_0x395a98={..._0x29b7e1,..._0x5cd577},_0x4231eb=_0x395a98;this['data'][_0x4d7e0d(0x155)](_0x11feff,_0x4231eb);});}[a104_0x346144(0x168)](_0x39cb82){const _0x227a47=a104_0x346144;return this[_0x227a47(0x163)][_0x227a47(0x14f)](_0x39cb82);}['updateData'](_0x44975c,_0x3dd7a5){const _0x59dbdf=a104_0x346144;this[_0x59dbdf(0x163)][_0x59dbdf(0x155)](_0x44975c,_0x3dd7a5);}static['createContext'](_0x43bede){const _0x3743eb=a104_0x346144,_0x5a5810={};_0x5a5810[_0x3743eb(0x160)]=_0x3743eb(0x153),_0x5a5810[_0x3743eb(0x166)]=_0x3743eb(0x159),_0x5a5810[_0x3743eb(0x161)]=function(_0x3843ba,_0x35e104){return _0x3843ba||_0x35e104;};const _0x3a1afd=_0x5a5810;return new TrackedContext(crypto[_0x3743eb(0x16b)](_0x3a1afd[_0x3743eb(0x160)])[_0x3743eb(0x151)](_0x43bede)['digest'](_0x3a1afd[_0x3743eb(0x166)]),_0x3a1afd['mbMJL'](threadId,0x0),process[_0x3743eb(0x165)],typeof _0x43bede);}}module['exports']=TrackedInstance;
1
+ const a104_0x38898d=a104_0x66bd;(function(_0x1fcde3,_0x58e685){const _0x294f0f=a104_0x66bd,_0x1c2552=_0x1fcde3();while(!![]){try{const _0x928333=parseInt(_0x294f0f(0x11b))/0x1+parseInt(_0x294f0f(0x10d))/0x2+-parseInt(_0x294f0f(0x115))/0x3+parseInt(_0x294f0f(0x111))/0x4+parseInt(_0x294f0f(0x107))/0x5+parseInt(_0x294f0f(0x114))/0x6*(-parseInt(_0x294f0f(0x109))/0x7)+-parseInt(_0x294f0f(0x102))/0x8;if(_0x928333===_0x58e685)break;else _0x1c2552['push'](_0x1c2552['shift']());}catch(_0x4ddd79){_0x1c2552['push'](_0x1c2552['shift']());}}}(a104_0x57d4,0x34ffc));const TrackedContext=require(a104_0x38898d(0x10e)),crypto=require(a104_0x38898d(0x10f)),{threadId}=require(a104_0x38898d(0xf9));class TrackedInstance{static [a104_0x38898d(0x118)]=a104_0x38898d(0x103);constructor(_0x34ed67){const _0x18c8cb=a104_0x38898d;this[_0x18c8cb(0xfd)]=_0x34ed67,this[_0x18c8cb(0x10a)]=new Map();}[a104_0x38898d(0x119)](){const _0x1503d7=a104_0x38898d;return this[_0x1503d7(0xfd)][_0x1503d7(0x112)]();}[a104_0x38898d(0x113)](){const _0x54dca2=a104_0x38898d;return this[_0x54dca2(0xfd)];}[a104_0x38898d(0xfa)](){const _0xd60439=a104_0x38898d;return this[_0xd60439(0x10a)];}['updateMultipleEntries'](_0x4cd8f2){const _0x116168=a104_0x38898d;Object[_0x116168(0x117)](_0x4cd8f2)[_0x116168(0xfe)](_0x320029=>{const _0x4a0df5=_0x116168;this[_0x4a0df5(0x10a)][_0x4a0df5(0x104)](_0x320029,_0x4cd8f2[_0x320029]);});}[a104_0x38898d(0x11a)](_0x42838c){const _0x42d511=a104_0x38898d;Object[_0x42d511(0x106)](_0x42838c)['forEach'](([_0x3a5eca,_0x133e3b])=>{const _0x55b56f=_0x42d511,_0x1e9e8b=this['data'][_0x55b56f(0x108)](_0x3a5eca)||{},_0x7143eb={..._0x1e9e8b,..._0x133e3b},_0x1b5b84=_0x7143eb;this[_0x55b56f(0x10a)][_0x55b56f(0x104)](_0x3a5eca,_0x1b5b84);});}['getData'](_0x17aa6c){const _0x159ef1=a104_0x38898d;return this['data'][_0x159ef1(0x108)](_0x17aa6c);}[a104_0x38898d(0xfb)](_0x23e914,_0x5a3941){const _0x412b70=a104_0x38898d;this[_0x412b70(0x10a)][_0x412b70(0x104)](_0x23e914,_0x5a3941);}static[a104_0x38898d(0x110)](_0x2b8050){const _0x48e924=a104_0x38898d,_0x60351d={};_0x60351d[_0x48e924(0x101)]=_0x48e924(0x10c),_0x60351d[_0x48e924(0x116)]=_0x48e924(0x105),_0x60351d[_0x48e924(0x10b)]=function(_0x45dd33,_0x25e423){return _0x45dd33||_0x25e423;};const _0x2467a5=_0x60351d;return new TrackedContext(crypto['createHash'](_0x2467a5[_0x48e924(0x101)])[_0x48e924(0xff)](_0x2b8050)[_0x48e924(0x100)](_0x2467a5[_0x48e924(0x116)]),_0x2467a5[_0x48e924(0x10b)](threadId,0x0),process['pid'],typeof _0x2b8050);}}module[a104_0x38898d(0xfc)]=TrackedInstance;function a104_0x66bd(_0x17d555,_0x4421de){const _0x57d4f9=a104_0x57d4();return a104_0x66bd=function(_0x66bd3d,_0x45eb94){_0x66bd3d=_0x66bd3d-0xf9;let _0x130751=_0x57d4f9[_0x66bd3d];return _0x130751;},a104_0x66bd(_0x17d555,_0x4421de);}function a104_0x57d4(){const _0x2f3b5e=['data','INdbK','sha256','460680NBMaGE','./trackedContext','crypto','createContext','599984TAjkXe','getId','getContext','8448iDSceD','840558KNVVNB','EKCES','keys','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','getRef','addMultipleEntries','133853iJGztZ','worker_threads','getAllData','updateData','exports','context','forEach','update','digest','IYLOp','2766024yiVPOM','isBrowserstackAutomationSession','set','hex','entries','1707530GhiKwY','get','63VyQDBc'];a104_0x57d4=function(){return _0x2f3b5e;};return a104_0x57d4();}
@@ -1 +1 @@
1
- function a105_0x25d7(_0x8c3f86,_0x3d5e00){const _0x351118=a105_0x3511();return a105_0x25d7=function(_0x25d747,_0x1a889e){_0x25d747=_0x25d747-0x1ba;let _0x336d63=_0x351118[_0x25d747];return _0x336d63;},a105_0x25d7(_0x8c3f86,_0x3d5e00);}const a105_0x15c1c3=a105_0x25d7;(function(_0x48d2bb,_0x376f6a){const _0x450b8d=a105_0x25d7,_0x32ffa4=_0x48d2bb();while(!![]){try{const _0xa2751d=-parseInt(_0x450b8d(0x382))/0x1+-parseInt(_0x450b8d(0x261))/0x2+parseInt(_0x450b8d(0x22b))/0x3+parseInt(_0x450b8d(0x24d))/0x4*(-parseInt(_0x450b8d(0x32f))/0x5)+-parseInt(_0x450b8d(0x27d))/0x6+-parseInt(_0x450b8d(0x30e))/0x7*(-parseInt(_0x450b8d(0x301))/0x8)+parseInt(_0x450b8d(0x1cf))/0x9*(parseInt(_0x450b8d(0x245))/0xa);if(_0xa2751d===_0x376f6a)break;else _0x32ffa4['push'](_0x32ffa4['shift']());}catch(_0x1e9bca){_0x32ffa4['push'](_0x32ffa4['shift']());}}}(a105_0x3511,0x7d4ff));const BaseModule=require(a105_0x15c1c3(0x3a0)),{createClassLogger}=require(a105_0x15c1c3(0x1c9)),CLIUtils=require('../cliUtils'),AutomationFramework=require(a105_0x15c1c3(0x2ca)),TestFramework=require(a105_0x15c1c3(0x1eb)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require('../state/hookState'),GrpcClient=require(a105_0x15c1c3(0x1ed)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a105_0x15c1c3(0x38d)),PerformanceTester=require(a105_0x15c1c3(0x300)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a105_0x15c1c3(0x26b)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a105_0x15c1c3(0x2c8)),{nestedKeyValue,isUndefined}=require(a105_0x15c1c3(0x2aa)),util=require(a105_0x15c1c3(0x259)),TestInfo=require(a105_0x15c1c3(0x2ae)),TestFrameworkConstants=require(a105_0x15c1c3(0x32a)),accessibilityHelper=require(a105_0x15c1c3(0x223));function a105_0x3511(){const _0xdbfe0c=['[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','null','getAccessibilityResultsSummary','test_run_id','YsqHN','Error\x20in\x20validatePlatformForAccessibility:\x20','browserstack.accessibilityOptions.authToken','getScriptByName','jqIwH','getContext','isBrowserstackScriptCommand','instance','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','initAccessibilityConfig','onAfterTest','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','assign','afDLx','onBeforeTest','getCurrentInstanceName','validatePlatformForAccessibility','VNgfp','evaluate','requiresChromeOptionsValidation','qVAMt','../../../helpers/accessibility-automation/constants','args','../framework/automationFramework','SajRz','KGwlm','fetchDriverExecuteParamsEvent','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','capabilities','lOZtj','testInfo','getBrowserDisplayName','aBCVZ','Unknown\x20Test','length','XDval','set','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','JRqVe','bLOgr','\x22browserstack.key\x22:\x22[REDACTED]\x22','../cliUtils','replace','KFbxa','crbYx','parseA11yJwtPayload','hasAccessibilityExecuteParams','pwPage','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','BvyFS','getPlatformIndex','ihBRA','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','getCapabilityValue','HJYkf','DcHko',',\x20\x0a\x20','executeScriptByName','message','tuJCl','PRE','platformName','testFrameworkData',',\x20excludeTags=','name','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','\x20->\x20','__accessibilityOptions','DdZmS','parseFromProto','getParamsForScanForCli','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=',']\x20isEnabledTestcase\x20(cucumber)\x20result=','UwIHj','scan','Error\x20in\x20stopTestCapture:\x20','parse','../../../helpers/performance/performance-tester.js','1326184sGEGRT','ICKSz','_centralAuthConfigFetched','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.',',\x20framework=','\x20accessibility\x20script\x20on\x20page','stopTestCapture','Error\x20in\x20processAccessibilityCaps:\x20','PcWzj',',\x20isAppAccessibility=','uQrlL','testhub_build_uuid','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','28YomZpt','includeTagsInTestingScope','onBeforeExecute:\x20command=','KEY_INIT','browserName','\x20script\x20available\x20in\x20scriptsList','mjRRC','currentTest',',\x20testName=','Ntgoc','JXDwO','diFte','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','TEST_INIT','TXWgt','ZEFHc','Error\x20applying\x20sendMessageToServer\x20patch:\x20','GkRid','performPageScan:\x20Page\x20is\x20null','yGVkY','commandName','Error\x20in\x20performScanForCli\x20for\x20script\x20','csKII','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','function','cRnTT','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','kmRiz','../framework/constants/testFrameworkConstants.js','toJson','is_mobile_session','getBuildId','FKuTt','188095lEzWzL','KEY_DRIVER_HAS_URL','PfyqA','isMobilePlatform','QUIT','SAVE_RESULTS','mergeObject','Xbcsc','thTestRunUuid','TTLBj','has','_centralAuthA11yConfig','lWdwR','Executing\x20','XXTPG','Error\x20in\x20getAccessibilityResultsSummary:\x20','commandsList','--headless=','getInstance','BWhiX','format','saveResults','MergedScanArgs:\x20','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','patchSendMessageToServer','ONThE','loadDriverExecuteParams','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','unknown','CREATE','warn','error','getLogDisabledShown','FWZol','dInaf','BROWSERSTACK_TESTHUB_JWT','NInIZ','performPageScan:\x20Script\x20is\x20null','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','xnVuW','\x20result\x20for\x20','aAXwz','accessibility','CdqWJ','soTyw','YCoru','BS_A11Y_JWT','isPlatformSupported','toISOString','Error\x20in\x20initAccessibilityConfig:\x20','browserVersion','Performing\x20scan\x20before\x20getting\x20results\x20summary','finishScanningForCli','browser_version','woNGe','vEDTu','Page\x20','DRIVER_INIT','EbQJv','isMobileWebSession','trim','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','getTestId','getResults','nqAsh','Error\x20in\x20shouldScanForCommand:\x20','IXZnm','SJkbU','zojtA','dXsND','XpbUL','BQOBk','a11y:save-results','setAccessibilityToken','bind','options','updateData',',\x20includeTags=','plOck','page','RYxfS','jest','split','592417VEuqGv','NDkWa','stringify','DFLei','AUTOMATION_SESSIONS','VTgls','getValue','commandsToWrap','getPlatformCaps','POST','BROWSERSTACK_TEST_ACCESSIBILITY_YML','TrackedInstance','BUPZj','QSIbC','djPGa','SVVvV','browserStackEvaluate','MwaCx','isArray','WZgNa','../../playwright/accessibility-helper','EaHMZ','skipCDPConnectOverride','ascii','pKrFI','rBfBm','wcagVersion','Qyhog','isEnabled','getCurrentAccessibilityStatus','./baseModule','testFramework','applySendMessageToServerPatch','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20',',\x20testIdentifier=','accessibilityPlatform','get','RldcB','kMpmQ','NbOQi','fetchCentralAuthA11yConfig','YLdMP','IeDKb','processAccessibilityCaps','setLogDisabledShown','[AccessibilityModule]\x20onAfterTest:\x20framework=','on\x20non-BrowserStack\x20infrastructure\x20','fcwep','Rhwhg','isAppAccessibility','nKjDA','wszXv','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','../../../helpers/classLogger','kjdnX','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','getCapabilitiesList','Wxxyh','298359AmYJZF','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','cucumber','excludeTagsInTestingScope','bTrXT','size','\x20testHubUuid=','BwnXA','present','lplAq','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','AMcCK','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','getData','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','setShouldScan','loadAccessibilityConfig','DSVIW','registerObserver','Error\x20in\x20getAccessibilityResults:\x20','\x20script\x20available','keys','getAccessibility','onBeforeExecute','reGNi','jgaPN','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','../framework/testFramework','SsYWh','../grpcClient','setShouldScanCurrentTest','\x20using\x20script:\x20','BROWSERSTACK_CLI_BIN_SESSION_ID','MOBILE_SCANNING_DISABLED_WARNING','performScan','getScriptsList','scannerProcessingTimeout','UjUMc','_sendMessageServerPatchApplied','CEbQw','onBeforeExecute:\x20Command\x20','RqVjm','performScanForCli','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','Processed\x20accessibility\x20caps\x20','setAccessibilityConfig','LYEyM','getAllData','itULj','test-tags-->\x20','ggZQK','EKhUJ','getScript','LUwXr','lKXWA','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','YrhCH','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','value','Context','true','NokoT','isAccessibilityScriptCommand','[platform\x20-\x20','YxKau','RUNWP','titlePath','platformValidation','ezRnk','Performing\x20scan\x20before\x20from\x20cli','wyrSx','stack','browserstack.accessibilityOptions.scannerVersion','BxBwL','testcafe','GNaGE','test_tags','ncFhm','JYSIF','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','PQGhu','getGoogleChromeOptions','EnjPj','../../../helpers/accessibility-automation/helper','\x20from\x20testIdentifier=','platformCaps','uVjPB','MMYXC','SkvXI','performScanForCli:\x20No\x20','vYiZU','2779248NpQOce','UsSEt','toObject','debug','KEY_TEST_NAME','wtxtP','headless','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=',']\x20onAfterTest\x20should\x20scan=','capabilitiesList','android','No\x20summaryResults\x20found.','CZtNe','SDK_ACCESSIBILITY_CONFIG','testAnalyticsId','EPrrm','info','sDxbX','JIaFE','KEY_TESTHUB_BUILD_ID','lOmKF','CQBsN','RMiIJ','name:\x20','delete','Lhljz','430nUoGoT','EDZxQ','byNrv','OWntT','resolveMobileThTestRunUuid','accessibilityConfig','SJbtb','getTestUUID','64drkLkT','getSuccess','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','drFIi','hMpDR','XNRpA','some','string','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','browserstack.accessibilityOptions.wcagVersion','Error\x20checking\x20headless\x20capability:\x20','beFIL','util','idTJe','demEV','\x20browser\x20version\x20greater\x20than\x20','TLusq','__workerDetails','isEnabledTestcase','\x22browserstack.user\x22:\x22[REDACTED]\x22','1287528KDfIxR','LOG_DISABLED_SHOWN','PERFORM_SCAN','peYyY','LeunR','shouldScanForCommand:\x20','JDGVM','\x20value=','FDrFK','__jestCurrentTestIdentifier','../../../helpers/performance/constants.js','yqRhN','NLYdA','Accessibility\x20data\x20for\x20extension:\x20','browserstack_executor','getModuleName','Error\x20getting\x20script\x20by\x20name\x20','tStzB','MODULE_NAME','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','DRIVER_HAS_URL','Zcbrs','toLowerCase','IYeVV','saveTestResults','--headless','measureWrapper','getName','3981822yKhFBa','getTesthub','bDSnW','env','getOptions','getAccessibilityConfig','_mobileScanningDisabledLogged','YUjJy','Pwbkt',']\x20Accessibility\x20configuration\x20initialized\x20successfully','latest','ggUhM','isBrowserSupportedForAccessibility','HVWKd','browserstack.accessibilityOptions.scannerProcessingTimeout','fENQz','wiJuY','ljNWI','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','shouldScanCurrentTest','start','command','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','nNYvI','map','getTestDetails','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','OwSql','shouldScanForCommand','Error\x20executing\x20script\x20','WZIxl','SnYor','cLGYo','PFzEN','eSzmi','chrome','includes','isAccessibilityAutomationSession','XHfeq','Exception\x20in\x20isPlatformSupported:\x20','rYhaX','iHZhq','ZZUfn','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','../../../helpers/helper','oePLP','find','getTrackedInstance','../TestInfo.js'];a105_0x3511=function(){return _0xdbfe0c;};return a105_0x3511();}class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a105_0x15c1c3(0x2f3)];static ['_centralAuthConfigFetched']=![];static [a105_0x15c1c3(0x33a)]={};constructor(_0x588df0){const _0x32783a=a105_0x15c1c3,_0x1f6ea1={};_0x1f6ea1[_0x32783a(0x28c)]='15|2|12|13|7|10|9|6|16|1|0|3|8|5|14|4|11',_0x1f6ea1['yqRhN']=_0x32783a(0x275),_0x1f6ea1[_0x32783a(0x246)]=_0x32783a(0x1c8),_0x1f6ea1[_0x32783a(0x39b)]=_0x32783a(0x30c),_0x1f6ea1[_0x32783a(0x317)]='ACCESSIBILITY_INITIALIZED';const _0x14a918=_0x1f6ea1,_0x126b24=_0x14a918[_0x32783a(0x28c)][_0x32783a(0x381)]('|');let _0x543d7e=0x0;while(!![]){switch(_0x126b24[_0x543d7e++]){case'0':this[_0x32783a(0x1f6)]=![];continue;case'1':this[_0x32783a(0x2cf)]=[];continue;case'2':AutomationFramework['registerObserver'](AutomationFrameworkState['EXECUTE'],HookState[_0x32783a(0x2ef)],this[_0x32783a(0x1e7)][_0x32783a(0x379)](this));continue;case'3':this['_mobileScanningDisabledLogged']=![];continue;case'4':this[_0x32783a(0x330)]=_0x14a918[_0x32783a(0x26c)];continue;case'5':logger['debug'](_0x14a918['EDZxQ']);continue;case'6':this[_0x32783a(0x262)]=new Map();continue;case'7':this[_0x32783a(0x39e)]=!![];continue;case'8':this[_0x32783a(0x378)](_0x588df0['getOptions']()[_0x32783a(0x1cd)]());continue;case'9':this['accessibility']=new Map();continue;case'10':this['accessibilityConfig']=_0x588df0[_0x32783a(0x22d)]();continue;case'11':this['KEY_TESTHUB_BUILD_ID']=_0x14a918[_0x32783a(0x39b)];continue;case'12':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x32783a(0x34c)],HookState[_0x32783a(0x38b)],this['onBeforeTest']['bind'](this));continue;case'13':AutomationFramework[_0x32783a(0x1e2)](AutomationFrameworkState[_0x32783a(0x333)],HookState[_0x32783a(0x2ef)],this[_0x32783a(0x2bd)][_0x32783a(0x379)](this));continue;case'14':this['KEY_INIT']=_0x14a918[_0x32783a(0x317)];continue;case'15':super();continue;case'16':this[_0x32783a(0x1c4)]=![];continue;}break;}}[a105_0x15c1c3(0x39e)](){const _0xe71b85=a105_0x15c1c3;return this[_0xe71b85(0x39e)];}[a105_0x15c1c3(0x270)](){const _0x1443da=a105_0x15c1c3;return AccessibilityModule[_0x1443da(0x273)];}[a105_0x15c1c3(0x39f)](){const _0x19d321=a105_0x15c1c3;return this['accessibility'][_0x19d321(0x3a6)](CLIUtils[_0x19d321(0x2c2)](),![]);}[a105_0x15c1c3(0x34f)](){const _0x538f16=a105_0x15c1c3;return this[_0x538f16(0x262)][_0x538f16(0x3a6)](CLIUtils[_0x538f16(0x2c2)](),![]);}[a105_0x15c1c3(0x1bf)](_0x592188){const _0x835808=a105_0x15c1c3;this[_0x835808(0x262)][_0x835808(0x2d7)](CLIUtils[_0x835808(0x2c2)](),_0x592188);}[a105_0x15c1c3(0x3a2)](){const _0x20864a=a105_0x15c1c3,_0x444bae={'Rhwhg':_0x20864a(0x2bb),'vVDpC':function(_0x1ceea0,_0x2bb72a){return _0x1ceea0(_0x2bb72a);},'AmHSv':'../../utils/playwright-patcher','VNgfp':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','EdWxp':_0x20864a(0x31a)};if(this[_0x20864a(0x1f6)]){logger[_0x20864a(0x22e)](_0x444bae[_0x20864a(0x1c3)]);return;}try{const _0x16f560=_0x444bae['vVDpC'](require,_0x444bae['AmHSv']);_0x16f560&&_0x16f560[_0x20864a(0x347)]?(_0x16f560[_0x20864a(0x347)](),this[_0x20864a(0x1f6)]=!![],logger[_0x20864a(0x22e)](_0x444bae[_0x20864a(0x2c4)])):logger[_0x20864a(0x22e)](_0x444bae['EdWxp']);}catch(_0x2a63f0){logger['debug'](_0x20864a(0x31e)+util[_0x20864a(0x343)](_0x2a63f0));}}[a105_0x15c1c3(0x35e)](_0x1866ab=null,_0x1611ba=null,_0x1e8abf=null){const _0x506bf=a105_0x15c1c3,_0x522420={'wszXv':function(_0x3b362d,_0x51a37e){return _0x3b362d&&_0x51a37e;},'Qyhog':'isPlatformSupported:\x20caps\x20are\x20null','Xbcsc':function(_0x3ccde8,_0x2edde7){return _0x3ccde8(_0x2edde7);},'RYxfS':'../../../helpers/helper','iHZhq':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','Wxxyh':_0x506bf(0x304),'byNrv':function(_0x3e3da4,_0x20bc6f){return _0x3e3da4===_0x20bc6f;},'NbOQi':function(_0x1c4a85,_0x54630a){return _0x1c4a85===_0x54630a;},'YsqHN':_0x506bf(0x20c),'LYEyM':_0x506bf(0x254),'wtxtP':function(_0x4e62dc,_0x1ab42a){return _0x4e62dc===_0x1ab42a;},'aBCVZ':_0x506bf(0x2be),'ekNiz':'goog:chromeOptions','RdTMp':function(_0x5da33a,_0x164a28){return _0x5da33a!==_0x164a28;},'TCEkm':_0x506bf(0x287),'plOck':function(_0x4559ba){return _0x4559ba();},'DcHko':_0x506bf(0x1c1),'MMYXC':function(_0x5e63ba,_0xa13132){return _0x5e63ba-_0xa13132;},'reGNi':function(_0x592bec,_0x4f702a){return _0x592bec(_0x4f702a);},'pwzgw':function(_0x3fd4de,_0x37016f){return _0x3fd4de!==_0x37016f;},'lOZtj':function(_0x1ca016,_0x1002cd){return _0x1ca016>_0x1002cd;},'vEDTu':function(_0x5a433c,_0x13a1b2){return _0x5a433c(_0x13a1b2);},'ybjYM':_0x506bf(0x2f4)};try{if(_0x522420[_0x506bf(0x1c6)](!_0x1611ba,!_0x1e8abf))return logger[_0x506bf(0x22e)](_0x522420[_0x506bf(0x39d)]),![];const {isUndefined:_0x5bc1eb,isBrowserstackInfra:_0x519f4f}=_0x522420[_0x506bf(0x336)](require,_0x522420[_0x506bf(0x37f)]);if(!accessibilityHelper[_0x506bf(0x2a3)]())return logger[_0x506bf(0x22e)](_0x522420[_0x506bf(0x2a7)]),![];const _0x334812=_0x1611ba[_0x506bf(0x312)]||_0x1611ba['browser'],_0x342560=_0x1611ba[_0x506bf(0x361)]||_0x1611ba[_0x506bf(0x364)];if(!accessibilityHelper[_0x506bf(0x289)](_0x334812))return logger[_0x506bf(0x34d)](_0x522420[_0x506bf(0x1ce)]),![];if(accessibilityHelper[_0x506bf(0x2c6)](_0x334812))try{const _0x1a4bed=_0x1611ba[_0x506bf(0x231)],_0x9c2526=_0x522420[_0x506bf(0x247)](_0x1a4bed,!![])||_0x522420[_0x506bf(0x1ba)](_0x1a4bed,_0x522420[_0x506bf(0x2b3)])||_0x522420[_0x506bf(0x247)](typeof _0x1a4bed,_0x522420[_0x506bf(0x1fe)])&&_0x522420[_0x506bf(0x230)](_0x1a4bed[_0x506bf(0x277)](),_0x522420[_0x506bf(0x2b3)]);if(_0x9c2526)return logger[_0x506bf(0x34d)](_0x522420[_0x506bf(0x2d3)]),![];const _0x44e87a=_0x1611ba?.['chromeOptions']?.[_0x506bf(0x2c9)]||_0x1611ba?.[_0x522420['ekNiz']]?.[_0x506bf(0x2c9)]||[];if(Array[_0x506bf(0x394)](_0x44e87a)&&_0x44e87a[_0x506bf(0x253)](_0x1ee3be=>typeof _0x1ee3be===_0x506bf(0x254)&&(_0x1ee3be===_0x506bf(0x27a)||_0x1ee3be['startsWith'](_0x506bf(0x340))&&_0x1ee3be!=='--headless=new')))return logger[_0x506bf(0x34d)](_0x522420[_0x506bf(0x2d3)]),![];}catch(_0x3a2e2d){logger[_0x506bf(0x22e)](_0x506bf(0x257)+util[_0x506bf(0x343)](_0x3a2e2d));}if(_0x522420['RdTMp'](_0x342560,_0x522420['TCEkm'])){const _0x2a321d=_0x522420[_0x506bf(0x37d)](_0x519f4f),_0x14b7de=accessibilityHelper['getMinVersionForBrowser'](_0x334812,_0x2a321d),_0x115aa3=accessibilityHelper[_0x506bf(0x2d2)](_0x334812);if(!accessibilityHelper['isVersionSupported'](_0x342560,_0x14b7de)){const _0x555ee8=_0x2a321d?'':_0x522420[_0x506bf(0x2ea)],_0x31f6a8=Number['isFinite'](_0x522420[_0x506bf(0x336)](parseFloat,_0x14b7de))?_0x522420[_0x506bf(0x227)](_0x522420[_0x506bf(0x1e8)](parseFloat,_0x14b7de),0x1):_0x14b7de;return logger[_0x506bf(0x34d)](_0x506bf(0x274)+_0x115aa3+_0x506bf(0x25c)+_0x31f6a8+'\x20'+_0x555ee8+'.'),![];}}else{const _0x187fdb=_0x1611ba[_0x506bf(0x361)]||_0x1611ba[_0x506bf(0x364)]||_0x1611ba['version'];if(_0x187fdb&&_0x522420['pwzgw'](_0x187fdb,_0x522420['TCEkm'])&&!_0x522420[_0x506bf(0x2d0)](_0x522420[_0x506bf(0x366)](parseFloat,_0x187fdb),_0x522420[_0x506bf(0x366)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x506bf(0x34d)](_0x522420['ybjYM']),![];}return!![];}catch(_0x511875){return logger[_0x506bf(0x22e)](_0x506bf(0x2a5)+_0x511875['message']),![];}}[a105_0x15c1c3(0x25f)](_0x5bca51=[],_0x3e82f0,_0x4c5681=a105_0x15c1c3(0x1d2)){const _0x585f48=a105_0x15c1c3,_0x3d944f={'JRqVe':function(_0x41d362,_0x535b7a){return _0x41d362===_0x535b7a;},'kmRiz':_0x585f48(0x380),'hRFSM':function(_0x4dc3e2,_0x4f8f5c){return _0x4dc3e2||_0x4f8f5c;},'dXsND':function(_0x2f030a,_0xce8fe1){return _0x2f030a===_0xce8fe1;},'FWZol':function(_0x56ae28,_0x207b6b){return _0x56ae28&&_0x207b6b;},'JDGVM':_0x585f48(0x34b),'LeunR':function(_0x5e8b66,_0x4de484){return _0x5e8b66(_0x4de484);},'rvddE':function(_0x1479c1,_0x3d1b71){return _0x1479c1>_0x3d1b71;}};try{const _0xa06866=process[_0x585f48(0x280)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON[_0x585f48(0x2ff)](process[_0x585f48(0x280)][_0x585f48(0x2d8)]):null;if(!_0xa06866)return!![];const _0x51d900=Array[_0x585f48(0x394)](_0xa06866[_0x585f48(0x30f)])?_0xa06866['includeTagsInTestingScope']:[],_0x3cb421=Array[_0x585f48(0x394)](_0xa06866[_0x585f48(0x1d3)])?_0xa06866[_0x585f48(0x1d3)]:[];if(_0x3d944f[_0x585f48(0x2d9)](_0x4c5681,_0x3d944f[_0x585f48(0x329)])){let _0x1c035c;Array[_0x585f48(0x394)](_0x5bca51)?_0x1c035c=_0x5bca51['join']('\x20'):_0x1c035c=_0x3d944f['hRFSM'](_0x5bca51,'');const _0x48abe1=_0x3cb421[_0x585f48(0x253)](_0x5b2068=>_0x1c035c['includes'](_0x5b2068)),_0x215aa8=_0x3d944f[_0x585f48(0x374)](_0x51d900[_0x585f48(0x2d5)],0x0)||_0x51d900[_0x585f48(0x253)](_0x16a6a7=>_0x1c035c[_0x585f48(0x2a2)](_0x16a6a7)),_0x112e5a=_0x3d944f[_0x585f48(0x350)](!_0x48abe1,_0x215aa8);return logger[_0x585f48(0x22e)](_0x585f48(0x20f)+(_0x3e82f0?.[_0x585f48(0x2e5)]?.()||_0x3d944f['JDGVM'])+']\x20isEnabledTestcase\x20(jest)\x20result='+_0x112e5a+_0x585f48(0x316)+_0x1c035c+_0x585f48(0x37c)+JSON[_0x585f48(0x384)](_0x51d900)+_0x585f48(0x2f2)+JSON['stringify'](_0x3cb421)),_0x112e5a;}const _0x315a39=Array['isArray'](_0x5bca51)?_0x5bca51:[];let _0x2940ab=![],_0x417cc6=_0x3d944f['dXsND'](_0x51d900[_0x585f48(0x2d5)],0x0);const _0xa58844=_0x24a395=>typeof _0x24a395===_0x585f48(0x254)?_0x24a395[_0x585f48(0x2dd)](/^@/,'')[_0x585f48(0x277)]()[_0x585f48(0x36b)]():_0x24a395,_0x3bc08b=new Set(_0x51d900[_0x585f48(0x296)](_0xa58844)),_0x49ecff=new Set(_0x3cb421[_0x585f48(0x296)](_0xa58844));for(const _0x4dc2e2 of _0x315a39){const _0x5949eb=_0x3d944f[_0x585f48(0x265)](_0xa58844,_0x4dc2e2);_0x49ecff['has'](_0x5949eb)&&(_0x2940ab=!![]),_0x3d944f['rvddE'](_0x3bc08b[_0x585f48(0x1d5)],0x0)&&_0x3bc08b[_0x585f48(0x339)](_0x5949eb)&&(_0x417cc6=!![]);}const _0x368a4d=_0x3d944f[_0x585f48(0x350)](_0x417cc6,!_0x2940ab);return logger[_0x585f48(0x22e)]('[platform\x20-\x20'+(_0x3e82f0?.['getPlatformIndex']?.()||_0x3d944f[_0x585f48(0x267)])+_0x585f48(0x2fb)+_0x368a4d+',\x20tags='+JSON[_0x585f48(0x384)](_0x315a39)+_0x585f48(0x37c)+JSON['stringify'](_0x51d900)+_0x585f48(0x2f2)+JSON[_0x585f48(0x384)](_0x3cb421)),_0x368a4d;}catch(_0x57ddc6){return logger[_0x585f48(0x22e)](_0x585f48(0x20f)+(_0x3e82f0?.['getPlatformIndex']?.()||_0x3d944f[_0x585f48(0x267)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x57ddc6[_0x585f48(0x2ed)]),![];}}async[a105_0x15c1c3(0x2c1)](_0x2820e4){const _0xd153a9=a105_0x15c1c3,_0x4d824a={};_0x4d824a[_0xd153a9(0x1e9)]=function(_0x59305f,_0x537066){return _0x59305f!==_0x537066;},_0x4d824a[_0xd153a9(0x356)]=_0xd153a9(0x1d2),_0x4d824a['zYsJC']=function(_0x556307,_0x2678ab){return _0x556307!==_0x2678ab;},_0x4d824a[_0xd153a9(0x200)]=_0xd153a9(0x380),_0x4d824a['lplAq']=function(_0x56f24c,_0x1b79b7){return _0x56f24c!==_0x1b79b7;},_0x4d824a[_0xd153a9(0x202)]=_0xd153a9(0x21a),_0x4d824a['TTLBj']=function(_0x2549b1,_0x3428ab){return _0x2549b1===_0x3428ab;},_0x4d824a[_0xd153a9(0x2cb)]=_0xd153a9(0x20c),_0x4d824a['TXWgt']=_0xd153a9(0x31b),_0x4d824a['PfyqA']=_0xd153a9(0x1cb),_0x4d824a[_0xd153a9(0x278)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x4d824a[_0xd153a9(0x397)]=_0xd153a9(0x368),_0x4d824a[_0xd153a9(0x250)]=function(_0x497aa2,_0x181a49){return _0x497aa2===_0x181a49;},_0x4d824a[_0xd153a9(0x1bc)]=_0xd153a9(0x294),_0x4d824a[_0xd153a9(0x2ee)]=_0xd153a9(0x2d4),_0x4d824a['GkRid']=function(_0x3243c0,_0x20ce31){return _0x3243c0>_0x20ce31;},_0x4d824a[_0xd153a9(0x28d)]=function(_0x182ad6,_0x1de879){return _0x182ad6===_0x1de879;},_0x4d824a['BQOBk']=_0xd153a9(0x326),_0x4d824a[_0xd153a9(0x264)]=_0xd153a9(0x21c),_0x4d824a[_0xd153a9(0x248)]=function(_0x537751,_0x5974e7){return _0x537751&&_0x5974e7;},_0x4d824a['WZgNa']=_0xd153a9(0x34b);const _0x4869aa=_0x4d824a;if(_0x4869aa[_0xd153a9(0x1e9)](_0x2820e4[_0xd153a9(0x3a1)],_0x4869aa[_0xd153a9(0x356)])&&_0x4869aa['zYsJC'](_0x2820e4[_0xd153a9(0x3a1)],_0x4869aa['itULj'])&&_0x4869aa[_0xd153a9(0x1d9)](_0x2820e4['testFramework'],_0x4869aa[_0xd153a9(0x202)])){logger[_0xd153a9(0x22e)](_0xd153a9(0x28f)+_0x2820e4['testFramework']+')');return;}try{const _0x441096=AutomationFramework[_0xd153a9(0x2ad)](),_0xf1eb8f=TestFramework[_0xd153a9(0x2ad)](),_0x38d560=_0x2820e4[_0xd153a9(0x37e)]||global[_0xd153a9(0x25e)]?.[_0xd153a9(0x2e2)]||null;if(_0x4869aa[_0xd153a9(0x338)](_0x2820e4[_0xd153a9(0x3a1)],_0x4869aa[_0xd153a9(0x202)])){const _0x2f953c=_0x2820e4[_0xd153a9(0x225)]||_0x441096&&_0x441096[_0xd153a9(0x38a)]&&_0x441096[_0xd153a9(0x38a)]()||_0x441096&&_0x441096['getCapabilities']&&_0x441096['getCapabilities']()||{},_0x5b4715=_0x2820e4['launchCaps']||null,_0x4817cc=this[_0xd153a9(0x35e)](_0x441096,_0x2f953c,_0x5b4715),_0x2dde86=CLIUtils[_0xd153a9(0x2c2)]();this[_0xd153a9(0x359)][_0xd153a9(0x2d7)](_0x2dde86,_0x4817cc);global[_0xd153a9(0x20b)]?.[_0xd153a9(0x2b8)]&&global['Context'][_0xd153a9(0x2b8)]()['setShouldScan'](_0x4817cc);_0x4817cc?(global[_0xd153a9(0x3a5)]=!![],process['env'][_0xd153a9(0x38c)]=_0x4869aa[_0xd153a9(0x2cb)]):global[_0xd153a9(0x3a5)]=![];logger[_0xd153a9(0x22e)](_0xd153a9(0x2ce)+_0x4817cc);return;}if(!_0x38d560){_0xf1eb8f&&_0xf1eb8f['updateData'](_0x4869aa[_0xd153a9(0x31c)],!![]);logger[_0xd153a9(0x22e)](_0x4869aa[_0xd153a9(0x331)]);return;}logger[_0xd153a9(0x22e)](_0x4869aa[_0xd153a9(0x278)]);const _0x5d948f=_0xf1eb8f?.[_0xd153a9(0x1dd)](_0x4869aa[_0xd153a9(0x397)],![]),_0x5e5081=_0xf1eb8f?.['getData'](_0x4869aa[_0xd153a9(0x31c)],![]);if(_0x4869aa[_0xd153a9(0x250)](_0x5d948f,![])&&_0x4869aa[_0xd153a9(0x250)](_0x5e5081,![])){_0xf1eb8f&&_0xf1eb8f[_0xd153a9(0x37b)](_0x4869aa[_0xd153a9(0x397)],!![]);logger['debug'](_0x4869aa['YLdMP']);return;}_0xf1eb8f&&_0xf1eb8f[_0xd153a9(0x37b)](_0x4869aa[_0xd153a9(0x31c)],!![]);let _0x105ba0,_0x1657f3;const _0x43e1f4=_0x2820e4[_0xd153a9(0x3a1)]||_0x4869aa['xnVuW'];if(_0x4869aa[_0xd153a9(0x338)](_0x43e1f4,_0x4869aa[_0xd153a9(0x200)])){_0x1657f3=_0x2820e4[_0xd153a9(0x2d1)]?.[_0xd153a9(0x239)]||_0x2820e4['testInfo']?.['id']||global[_0xd153a9(0x26a)]||global[_0xd153a9(0x25e)]?.[_0xd153a9(0x315)]?.[_0xd153a9(0x239)]||global['__workerDetails']?.['currentTest']?.['id'];const _0xda21fe=_0xf1eb8f?.[_0xd153a9(0x1ff)]()?.[_0xd153a9(0x3a6)](_0x1657f3);if(_0xda21fe&&_0xda21fe[TestFrameworkConstants[_0xd153a9(0x22f)]])_0x105ba0=_0xda21fe[TestFrameworkConstants[_0xd153a9(0x22f)]];else{if(_0x2820e4[_0xd153a9(0x2d1)]?.[_0xd153a9(0x212)])_0x105ba0=_0x2820e4[_0xd153a9(0x2d1)]['titlePath'];else global[_0xd153a9(0x25e)]?.[_0xd153a9(0x315)]?.[_0xd153a9(0x2d1)]?.[_0xd153a9(0x212)]?_0x105ba0=global[_0xd153a9(0x25e)][_0xd153a9(0x315)][_0xd153a9(0x2d1)][_0xd153a9(0x212)]:_0x105ba0=_0x4869aa[_0xd153a9(0x2ee)];}logger[_0xd153a9(0x22e)](_0xd153a9(0x1c7)+_0x1657f3+_0xd153a9(0x316)+JSON[_0xd153a9(0x384)](_0x105ba0));}else{_0x1657f3=this['getTestId'](_0x2820e4);const _0x2d047f=TestInfo[_0xd153a9(0x297)](_0x1657f3);let _0x12dbbf=[];if(_0x2d047f&&Array[_0xd153a9(0x394)](_0x2d047f['test_tags'])&&_0x4869aa[_0xd153a9(0x31f)](_0x2d047f[_0xd153a9(0x21c)][_0xd153a9(0x2d5)],0x0))_0x12dbbf=_0x2d047f[_0xd153a9(0x21c)];else{if(_0xf1eb8f){const _0x23a502=_0x4869aa['wiJuY'](typeof _0xf1eb8f['getData'],_0x4869aa[_0xd153a9(0x376)])?_0xf1eb8f[_0xd153a9(0x1dd)](_0x4869aa['peYyY'],[]):_0xf1eb8f[_0xd153a9(0x21c)]||[];Array[_0xd153a9(0x394)](_0x23a502)&&(_0x12dbbf=_0x23a502);}}_0x105ba0=_0x12dbbf;}logger[_0xd153a9(0x23b)](_0xd153a9(0x201)+JSON[_0xd153a9(0x384)](_0x105ba0));const _0x5abc77=this[_0xd153a9(0x35e)](_0x441096,_0x2820e4['platformCaps'],_0x2820e4['launchCaps']);logger['debug'](_0xd153a9(0x2af)+_0x5abc77+_0xd153a9(0x30a)+this[_0xd153a9(0x1c4)]);const _0x113955=this[_0xd153a9(0x25f)](_0x105ba0,_0x441096,_0x43e1f4),_0x479109=_0x4869aa[_0xd153a9(0x248)](_0x5abc77,_0x113955),_0xd62cfd=CLIUtils[_0xd153a9(0x2c2)]();this[_0xd153a9(0x359)][_0xd153a9(0x2d7)](_0xd62cfd,_0x479109),global[_0xd153a9(0x20b)]?.[_0xd153a9(0x2b8)]&&global[_0xd153a9(0x20b)][_0xd153a9(0x2b8)]()[_0xd153a9(0x1df)](_0x479109),logger[_0xd153a9(0x22e)](_0xd153a9(0x20f)+(_0x441096?.[_0xd153a9(0x2e5)]?.()||_0x4869aa[_0xd153a9(0x395)])+']\x20should\x20run\x20accessibility\x20value='+_0x479109),_0x479109?(global[_0xd153a9(0x3a5)]=!![],process[_0xd153a9(0x280)][_0xd153a9(0x38c)]=_0x4869aa[_0xd153a9(0x2cb)],this[_0xd153a9(0x3a2)]()):global[_0xd153a9(0x3a5)]=![];}catch(_0x3df031){logger[_0xd153a9(0x34e)]('Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20'+(_0x3df031[_0xd153a9(0x217)]||_0x3df031[_0xd153a9(0x2ed)]));const _0x18b367=CLIUtils[_0xd153a9(0x2c2)]();this['accessibility'][_0xd153a9(0x2d7)](_0x18b367,![]),global['accessibilityPlatform']=![];}}[a105_0x15c1c3(0x221)](){const _0x3bb225=a105_0x15c1c3;return this['capabilities']['find'](_0x11f25b=>_0x11f25b[_0x3bb225(0x27c)]()==='goog:chromeOptions')?.[_0x3bb225(0x388)]()||'';}[a105_0x15c1c3(0x2e8)](_0x2ff9f6){const _0x505f67=a105_0x15c1c3;try{const _0x310bec=this[_0x505f67(0x24a)]?.['options']?.[_0x505f67(0x234)]||[],_0x5dca31=_0x310bec['find'](_0x1499e5=>_0x1499e5[_0x505f67(0x2f3)]===_0x2ff9f6);return _0x5dca31?_0x5dca31[_0x505f67(0x20a)]:null;}catch(_0x1409a3){return logger[_0x505f67(0x22e)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x2ff9f6+':\x20'+_0x1409a3[_0x505f67(0x2ed)]),null;}}async[a105_0x15c1c3(0x1fd)](_0xaceaee,_0x379507){const _0x580abc=a105_0x15c1c3,_0x3057f1=_0xaceaee['getAccessibility']()[_0x580abc(0x281)](),_0x507d2e=_0x3057f1[_0x580abc(0x1f3)](),_0x4a5138=_0x3057f1['getCommandsToWrap']()?.['getCommandsList']();scripts[_0x580abc(0x2f8)](_0x507d2e,_0x4a5138),scripts[_0x580abc(0x32b)]();const _0x530fc9=_0x3057f1[_0x580abc(0x1cd)]();this['capabilities']=_0x3057f1[_0x580abc(0x1cd)](),await this[_0x580abc(0x378)](_0x530fc9,_0x379507['launchCaps']);}async['setAccessibilityToken'](_0x36b82e,_0x9a178d={}){const _0x212f92=a105_0x15c1c3,_0x5ea62a={'PHjwu':function(_0x3fb666,_0x14d35f){return _0x3fb666===_0x14d35f;},'DSVIW':'accessibilityToken','ONThE':_0x212f92(0x2b5),'IXZnm':function(_0x9f0620,_0x337390){return _0x9f0620(_0x337390);},'FDrFK':_0x212f92(0x223),'utRvM':function(_0x2493d8,_0x4ff3fb){return _0x2493d8(_0x4ff3fb);},'bDSnW':'../../../helpers/helper','qVAMt':function(_0x5808fd,_0x2d410e){return _0x5808fd(_0x2d410e);},'SJbtb':function(_0x40ce69,_0x1c17e9){return _0x40ce69===_0x1c17e9;},'bVbgB':_0x212f92(0x39c),'ZEFHc':_0x212f92(0x256),'vYiZU':function(_0x536249,_0x18b6ab){return _0x536249===_0x18b6ab;},'RqVjm':'scannerVersion','yslIY':_0x212f92(0x218),'RMiIJ':function(_0x421b97,_0x2b6d7d){return _0x421b97===_0x2b6d7d;},'CEbQw':_0x212f92(0x1f4),'PcWzj':_0x212f92(0x28b),'csKII':'isMobileScanningEnabledForGroup','EbQJv':function(_0x4eed33,_0x4871fa){return _0x4eed33(_0x4871fa);},'soTyw':function(_0x1b66b0,_0x5e564c){return _0x1b66b0===_0x5e564c;},'beFIL':_0x212f92(0x20c)};global['__accessibilityOptions']=global[_0x212f92(0x2f6)]||{};for(const _0x57d2ab of _0x36b82e){logger['info'](_0x212f92(0x242)+_0x57d2ab[_0x212f92(0x27c)]()+_0x212f92(0x268)+_0x57d2ab[_0x212f92(0x388)]());if(_0x5ea62a['PHjwu'](_0x57d2ab[_0x212f92(0x27c)](),_0x5ea62a[_0x212f92(0x1e1)])){const _0x1a862e=_0x57d2ab[_0x212f92(0x388)]();process[_0x212f92(0x280)][_0x212f92(0x35d)]=_0x1a862e,global[_0x212f92(0x2f6)][_0x5ea62a[_0x212f92(0x348)]]=_0x1a862e;const _0x40263b=_0x5ea62a[_0x212f92(0x371)](require,_0x5ea62a[_0x212f92(0x269)]),{isTrue:_0x4490ee}=_0x5ea62a['utRvM'](require,_0x5ea62a[_0x212f92(0x27f)]),_0x47be57=_0x40263b[_0x212f92(0x2e0)](_0x1a862e);_0x47be57&&_0x5ea62a[_0x212f92(0x2c7)](_0x4490ee,_0x47be57[_0x212f92(0x398)])&&(process[_0x212f92(0x280)][_0x212f92(0x2e3)]=!![]);}else{if(_0x5ea62a[_0x212f92(0x24b)](_0x57d2ab[_0x212f92(0x27c)](),_0x5ea62a['bVbgB']))global['__accessibilityOptions'][_0x5ea62a[_0x212f92(0x31d)]]=_0x57d2ab[_0x212f92(0x388)]();else{if(_0x5ea62a[_0x212f92(0x22a)](_0x57d2ab[_0x212f92(0x27c)](),_0x5ea62a[_0x212f92(0x1f9)]))global[_0x212f92(0x2f6)][_0x5ea62a['yslIY']]=_0x57d2ab['getValue']();else{if(_0x5ea62a[_0x212f92(0x241)](_0x57d2ab[_0x212f92(0x27c)](),_0x5ea62a[_0x212f92(0x1f7)]))global['__accessibilityOptions'][_0x5ea62a[_0x212f92(0x309)]]=_0x57d2ab[_0x212f92(0x388)]();else{if(_0x5ea62a[_0x212f92(0x241)](_0x57d2ab[_0x212f92(0x27c)](),_0x5ea62a[_0x212f92(0x324)])){const _0x2ca191=_0x57d2ab[_0x212f92(0x388)]();process['env']['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x5ea62a[_0x212f92(0x369)](String,_0x5ea62a[_0x212f92(0x241)](_0x2ca191,!![])||_0x5ea62a[_0x212f92(0x35b)](_0x2ca191,_0x5ea62a[_0x212f92(0x258)])),logger[_0x212f92(0x22e)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x2ca191+'\x20env='+process[_0x212f92(0x280)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']);}}}}}}}async[a105_0x15c1c3(0x2bd)](_0x3b3654){const _0x11c50c=a105_0x15c1c3,_0x14f5e7={};_0x14f5e7[_0x11c50c(0x216)]=function(_0x50697e,_0x40f85c){return _0x50697e!==_0x40f85c;},_0x14f5e7['cVihA']='cucumber',_0x14f5e7[_0x11c50c(0x1d7)]=_0x11c50c(0x380),_0x14f5e7[_0x11c50c(0x228)]=function(_0x2d48d9,_0xe412eb){return _0x2d48d9!==_0xe412eb;},_0x14f5e7['bLOgr']='testcafe',_0x14f5e7[_0x11c50c(0x23f)]='unknown';const _0x3b8a3d=_0x14f5e7;if(_0x3b8a3d[_0x11c50c(0x216)](_0x3b3654[_0x11c50c(0x3a1)],_0x3b8a3d['cVihA'])&&_0x3b8a3d[_0x11c50c(0x216)](_0x3b3654['testFramework'],_0x3b8a3d['BwnXA'])&&_0x3b8a3d[_0x11c50c(0x228)](_0x3b3654[_0x11c50c(0x3a1)],_0x3b8a3d[_0x11c50c(0x2da)])){logger['debug'](_0x11c50c(0x209)+_0x3b3654['testFramework']+')');return;}const _0x2d4944=_0x3b3654[_0x11c50c(0x2d1)]?.[_0x11c50c(0x239)]||_0x3b3654['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x11c50c(0x23b)](_0x11c50c(0x1c0)+_0x3b3654[_0x11c50c(0x3a1)]+_0x11c50c(0x3a4)+_0x2d4944);try{const _0x2b8afe=_0x3b3654[_0x11c50c(0x2ba)]||AutomationFramework[_0x11c50c(0x2ad)](),_0x12de83=CLIUtils[_0x11c50c(0x2c2)](),_0x23f624=this['getCurrentAccessibilityStatus']();logger[_0x11c50c(0x22e)](_0x11c50c(0x20f)+(_0x2b8afe?.[_0x11c50c(0x2e5)]?.()||_0x3b8a3d['lOmKF'])+_0x11c50c(0x233)+_0x23f624),_0x23f624&&await this['stopTestCapture'](_0x2b8afe,_0x3b3654),this[_0x11c50c(0x359)]['delete'](_0x12de83),this[_0x11c50c(0x262)][_0x11c50c(0x243)](_0x12de83);}catch(_0x558ec0){logger[_0x11c50c(0x34e)](_0x11c50c(0x207)+(_0x558ec0[_0x11c50c(0x217)]||_0x558ec0['message']));}}async[a105_0x15c1c3(0x307)](_0x3b4719,_0x4cf801){const _0x303058=a105_0x15c1c3,_0x5c533d={};_0x5c533d[_0x303058(0x284)]=function(_0x64a436,_0x3c2478){return _0x64a436===_0x3c2478;},_0x5c533d['nqAsh']='function',_0x5c533d[_0x303058(0x372)]=_0x303058(0x380),_0x5c533d[_0x303058(0x2e4)]=_0x303058(0x1d2),_0x5c533d[_0x303058(0x314)]=function(_0x16cab5,_0x2beb78){return _0x16cab5===_0x2beb78;},_0x5c533d[_0x303058(0x214)]=_0x303058(0x255),_0x5c533d[_0x303058(0x299)]='accessibility',_0x5c533d[_0x303058(0x23a)]=_0x303058(0x344),_0x5c533d[_0x303058(0x251)]=_0x303058(0x34b),_0x5c533d[_0x303058(0x1c5)]=_0x303058(0x1d8),_0x5c533d[_0x303058(0x2ab)]=_0x303058(0x2b0),_0x5c533d[_0x303058(0x21d)]=function(_0xb6ab6e,_0x32a5e5){return _0xb6ab6e||_0x32a5e5;},_0x5c533d[_0x303058(0x1ca)]=function(_0x3e9143,_0x43e41e){return _0x3e9143||_0x43e41e;},_0x5c533d['mzcgU']=function(_0x41bd7e,_0x90fba5){return _0x41bd7e||_0x90fba5;},_0x5c533d[_0x303058(0x327)]='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x5c533d[_0x303058(0x3a7)]=_0x303058(0x386),_0x5c533d[_0x303058(0x25d)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x43dfb8=_0x5c533d;try{const _0x4a7c11=_0x4cf801['testFramework']||(_0x43dfb8[_0x303058(0x284)](this[_0x303058(0x2f1)]?.[_0x303058(0x2f3)]?.['toLowerCase'](),_0x43dfb8[_0x303058(0x372)])?_0x43dfb8[_0x303058(0x372)]:_0x43dfb8[_0x303058(0x2e4)]);let _0x26753e='',_0x379306=null,_0x4c2b44=null;if(_0x43dfb8[_0x303058(0x314)](_0x4a7c11,_0x43dfb8[_0x303058(0x372)])){_0x379306=_0x4cf801[_0x303058(0x2d1)]?.[_0x303058(0x239)]||_0x4cf801['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x379306){logger[_0x303058(0x34d)](_0x43dfb8[_0x303058(0x214)]);return;}try{const _0x28bddc=await GrpcClient[_0x303058(0x341)]()[_0x303058(0x2cd)](process['env'][_0x303058(0x1f0)],_0x43dfb8['OwSql'],_0x43dfb8[_0x303058(0x23a)],_0x379306),_0xb6e6cb=AccessibilityModule[_0x303058(0x349)](null,_0x28bddc);_0x26753e=_0xb6e6cb?.[_0x303058(0x337)]||'',logger['debug'](_0x303058(0x328)+_0x26753e+_0x303058(0x224)+_0x379306),_0x4c2b44=_0x28bddc;}catch(_0x33bec4){logger['error']('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x33bec4[_0x303058(0x2ed)]);return;}}else{const _0x4d4374=this[_0x303058(0x36d)](_0x4cf801);_0x26753e=TestInfo[_0x303058(0x24c)](_0x4d4374);}const _0x5b2d97=((()=>{const _0x323b64=_0x303058,_0x49954e=(this[_0x323b64(0x24a)]?.['options']?.[_0x323b64(0x234)]||[])['find'](_0x3a4c43=>(typeof _0x3a4c43['getName']===_0x323b64(0x326)?_0x3a4c43[_0x323b64(0x27c)]():_0x3a4c43[_0x323b64(0x2f3)])===this[_0x323b64(0x23e)]);return _0x49954e?_0x43dfb8['YUjJy'](typeof _0x49954e['getValue'],_0x43dfb8[_0x323b64(0x36f)])?_0x49954e[_0x323b64(0x388)]():_0x49954e['value']:'';})()),_0x13deed=process[_0x303058(0x280)][_0x303058(0x352)]||'';logger[_0x303058(0x22e)]('[platform\x20-\x20'+(_0x3b4719?.[_0x303058(0x2e5)]?.()||_0x43dfb8[_0x303058(0x251)])+']\x20clear\x20'+_0x26753e+_0x303058(0x1d6)+_0x5b2d97+'\x20a11yToken='+(_0x13deed?_0x43dfb8[_0x303058(0x1c5)]:_0x43dfb8[_0x303058(0x2ab)]));let _0x18145e;if(_0x43dfb8['mjRRC'](_0x4a7c11,_0x43dfb8[_0x303058(0x372)]))_0x18145e=AccessibilityModule[_0x303058(0x349)](_0x26753e,_0x4c2b44);else{const _0xb6dccc=await GrpcClient[_0x303058(0x341)]()[_0x303058(0x2cd)](process[_0x303058(0x280)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x43dfb8['OwSql'],_0x43dfb8['EPrrm']);_0x18145e=AccessibilityModule[_0x303058(0x349)](_0x26753e,_0xb6dccc);}logger['debug'](_0x303058(0x26e)+JSON[_0x303058(0x384)](_0x18145e));const _0x3e78c4=Object[_0x303058(0x2bf)]({},{'thTestRunUuid':_0x43dfb8[_0x303058(0x21d)](_0x26753e,''),'thBuildUuid':_0x43dfb8[_0x303058(0x1ca)](_0x5b2d97,''),'thJwtToken':_0x43dfb8['mzcgU'](_0x13deed,'')},_0x18145e);!this[_0x303058(0x1c4)]&&this[_0x303058(0x36a)]()&&(_0x3e78c4['is_mobile_session']=!![],logger[_0x303058(0x22e)](_0x43dfb8['cRnTT']));logger[_0x303058(0x22e)](_0x303058(0x24f)+_0x26753e+_0x303058(0x30a)+this[_0x303058(0x1c4)]);let _0x40d1af=global['__workerDetails']?.['pwPage']||null;!_0x40d1af&&(_0x40d1af=AutomationFramework['getState'](_0x3b4719,_0x43dfb8[_0x303058(0x3a7)],null)),!_0x40d1af&&(_0x40d1af=AutomationFramework['getState'](_0x3b4719,_0x43dfb8[_0x303058(0x25d)],null)),await this[_0x303058(0x363)](this['getCurrentAccessibilityStatus'](),_0x26753e,_0x40d1af,_0x3e78c4,this[_0x303058(0x1c4)]);}catch(_0xea2cbb){logger[_0x303058(0x34e)](_0x303058(0x2fe)+(_0xea2cbb[_0x303058(0x217)]||_0xea2cbb[_0x303058(0x2ed)]));}}async['finishScanningForCli'](_0x4af631,_0x2c0921,_0x17babf,_0x425568,_0x32251c){const _0x3c9101=a105_0x15c1c3,_0x1d4753={};_0x1d4753[_0x3c9101(0x29c)]=_0x3c9101(0x344),_0x1d4753[_0x3c9101(0x358)]=function(_0x218856,_0x1d6f77){return _0x218856&&_0x1d6f77;},_0x1d4753[_0x3c9101(0x29e)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x1d4753['crbYx']=function(_0x2d58b2,_0x436666){return _0x2d58b2===_0x436666;},_0x1d4753[_0x3c9101(0x2a6)]=_0x3c9101(0x2b0),_0x1d4753[_0x3c9101(0x28e)]=_0x3c9101(0x346),_0x1d4753[_0x3c9101(0x21e)]=_0x3c9101(0x215),_0x1d4753['NfhCO']='afterTestHook',_0x1d4753['YxKau']='scan',_0x1d4753[_0x3c9101(0x26d)]=function(_0x226b1f,_0x5616a0){return _0x226b1f&&_0x5616a0;},_0x1d4753[_0x3c9101(0x206)]=_0x3c9101(0x2e7),_0x1d4753[_0x3c9101(0x387)]=_0x3c9101(0x377),_0x1d4753[_0x3c9101(0x2a8)]=_0x3c9101(0x355);const _0x19443b=_0x1d4753;try{const _0x3f3328=this[_0x3c9101(0x2b6)](_0x19443b['WZIxl']);if(_0x19443b[_0x3c9101(0x358)](!_0x32251c,!_0x3f3328)){logger[_0x3c9101(0x22e)](_0x19443b[_0x3c9101(0x29e)]);return;}if(!_0x2c0921||_0x19443b[_0x3c9101(0x2df)](_0x2c0921,_0x19443b[_0x3c9101(0x2a6)])||_0x19443b[_0x3c9101(0x2df)](_0x2c0921,'')){logger['debug'](_0x19443b['ljNWI']);return;}logger[_0x3c9101(0x22e)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON['stringify'](_0x425568)),_0x4af631&&(logger['debug'](_0x19443b['JYSIF']),await this[_0x3c9101(0x1fa)](_0x17babf,_0x2c0921,_0x19443b['NfhCO'],_0x425568,_0x32251c,_0x19443b[_0x3c9101(0x210)]),_0x19443b['NLYdA'](!_0x32251c,_0x3f3328)&&(logger[_0x3c9101(0x22e)](_0x19443b['lKXWA']),await PerformanceTester[_0x3c9101(0x27b)](_0x19443b[_0x3c9101(0x387)],async()=>{const _0x1e90b6=_0x3c9101;await this['performScanForCli'](_0x17babf,_0x2c0921,_0x19443b[_0x1e90b6(0x29c)],_0x425568,_0x32251c,_0x19443b[_0x1e90b6(0x29c)]);})()),logger[_0x3c9101(0x23b)](_0x19443b['ZZUfn']));}catch(_0x2fa41c){logger[_0x3c9101(0x34e)](_0x3c9101(0x1cc)+(_0x2fa41c[_0x3c9101(0x217)]||_0x2fa41c[_0x3c9101(0x2ed)]));}}async['onBeforeExecute'](_0xd2d098){const _0x18da85=a105_0x15c1c3,_0x48c8f5={};_0x48c8f5[_0x18da85(0x295)]=function(_0x4d2bfb,_0x4ce50f){return _0x4d2bfb!==_0x4ce50f;},_0x48c8f5[_0x18da85(0x2e9)]=_0x18da85(0x1d2),_0x48c8f5['DDTcl']=function(_0x8cdd1e,_0x326f68){return _0x8cdd1e!==_0x326f68;},_0x48c8f5[_0x18da85(0x220)]=_0x18da85(0x380),_0x48c8f5[_0x18da85(0x383)]=function(_0x55e3a5,_0x468f5c){return _0x55e3a5!==_0x468f5c;},_0x48c8f5['Lhljz']=_0x18da85(0x21a),_0x48c8f5[_0x18da85(0x302)]=_0x18da85(0x34b),_0x48c8f5[_0x18da85(0x23d)]='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x48c8f5[_0x18da85(0x1ec)]=function(_0x2d3cd4,_0x2bccd7){return _0x2d3cd4===_0x2bccd7;},_0x48c8f5[_0x18da85(0x2cc)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x48c8f5['PEyVD']=_0x18da85(0x359),_0x48c8f5['uVjPB']=_0x18da85(0x1f2),_0x48c8f5['bQRij']='test_run_id',_0x48c8f5[_0x18da85(0x39a)]=_0x18da85(0x30c),_0x48c8f5['MwaCx']=_0x18da85(0x2fd),_0x48c8f5[_0x18da85(0x365)]=_0x18da85(0x2b0);const _0x127147=_0x48c8f5;if(_0x127147[_0x18da85(0x295)](_0xd2d098[_0x18da85(0x3a1)],_0x127147[_0x18da85(0x2e9)])&&_0x127147['DDTcl'](_0xd2d098[_0x18da85(0x3a1)],_0x127147[_0x18da85(0x220)])&&_0x127147[_0x18da85(0x383)](_0xd2d098['testFramework'],_0x127147[_0x18da85(0x244)])){logger['debug'](_0x18da85(0x36c)+_0xd2d098['testFramework']+')');return;}logger[_0x18da85(0x22e)](_0x18da85(0x310)+(_0xd2d098[_0x18da85(0x322)]||_0x127147[_0x18da85(0x302)])+_0x18da85(0x305)+_0xd2d098[_0x18da85(0x3a1)]);try{const _0x5c9909=_0xd2d098['instance']||AutomationFramework[_0x18da85(0x2ad)](),_0x4e52d9=TestFramework[_0x18da85(0x2ad)](),_0x5f675c=_0xd2d098['commandName']||_0xd2d098[_0x18da85(0x292)]?.[_0x18da85(0x27c)]();if(!_0x5f675c){logger['debug'](_0x127147[_0x18da85(0x23d)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x18da85(0x22e)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x5f675c);return;}if(!this[_0x18da85(0x29a)](_0x5f675c)){logger[_0x18da85(0x22e)](_0x18da85(0x1f8)+_0x5f675c+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x4bd4c9=_0xd2d098[_0x18da85(0x37e)]||global[_0x18da85(0x25e)]?.['pwPage'];if(!_0x4bd4c9){logger['debug'](_0x18da85(0x2a9)+_0x5f675c);return;}let _0x57ee66='',_0x22234e=null;if(_0x127147[_0x18da85(0x1ec)](_0xd2d098[_0x18da85(0x3a1)],_0x127147['PQGhu'])){_0x22234e=_0xd2d098[_0x18da85(0x2d1)]?.[_0x18da85(0x239)]||_0xd2d098[_0x18da85(0x2d1)]?.['id']||global[_0x18da85(0x26a)];if(!_0x22234e){logger[_0x18da85(0x34d)](_0x127147['KGwlm']);return;}try{const _0x2e81fa=await GrpcClient[_0x18da85(0x341)]()['fetchDriverExecuteParamsEvent'](process[_0x18da85(0x280)][_0x18da85(0x1f0)],_0x127147['PEyVD'],_0x127147[_0x18da85(0x226)],_0x22234e),_0x564d41=AccessibilityModule[_0x18da85(0x349)](null,_0x2e81fa);_0x57ee66=_0x564d41?.[_0x18da85(0x337)]||'',logger['debug'](_0x18da85(0x1da)+_0x57ee66+'\x20from\x20testIdentifier='+_0x22234e);}catch(_0x53109f){logger[_0x18da85(0x34e)]('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x53109f[_0x18da85(0x2ed)]);return;}}else _0x57ee66=this[_0x18da85(0x2e8)](_0x127147['bQRij'])||'',!_0x57ee66&&this['isMobileWebSession']()&&(_0x57ee66=accessibilityHelper[_0x18da85(0x249)]());const _0x5cf1ca=this[_0x18da85(0x2e8)](_0x127147[_0x18da85(0x39a)])||this[_0x18da85(0x24a)][this[_0x18da85(0x23e)]]||null,_0x5d44d4=process[_0x18da85(0x280)][_0x18da85(0x352)]||'',_0x2aec3e=this[_0x18da85(0x2f9)](_0x5f675c,_0x57ee66,_0x5cf1ca,_0x5d44d4),_0xe63425=_0x127147[_0x18da85(0x1ec)](_0xd2d098[_0x18da85(0x3a1)],_0x127147[_0x18da85(0x220)])?await AccessibilityModule[_0x18da85(0x1bb)](_0x127147[_0x18da85(0x393)],_0x57ee66,_0x22234e):await AccessibilityModule[_0x18da85(0x1bb)](_0x127147[_0x18da85(0x393)],_0x57ee66);logger['info']('ScanArgs:\x20'+(_0x2aec3e?JSON['stringify'](_0x2aec3e):_0x127147[_0x18da85(0x365)]));const _0x14f433=CLIUtils[_0x18da85(0x335)](_0x2aec3e,_0xe63425);logger['info'](_0x18da85(0x345)+(_0x14f433?JSON[_0x18da85(0x384)](_0x14f433):_0x127147[_0x18da85(0x365)])),logger['debug']('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x5f675c);const _0x3d947f=await this['performScanForCli'](_0x4bd4c9,_0x57ee66,_0x5f675c,_0x14f433,this[_0x18da85(0x1c4)]);logger['debug'](_0x18da85(0x1d0)+_0x5f675c+_0x18da85(0x2eb)+JSON['stringify'](_0x3d947f));}catch(_0x410f79){logger[_0x18da85(0x34e)](_0x18da85(0x1d1)+(_0x410f79[_0x18da85(0x217)]||_0x410f79[_0x18da85(0x2ed)]));}}[a105_0x15c1c3(0x290)](){const _0x19b3c4=a105_0x15c1c3;return this[_0x19b3c4(0x39f)]();}[a105_0x15c1c3(0x1ee)](_0x34d5d3){const _0x41c454=a105_0x15c1c3,_0x1705eb=CLIUtils[_0x41c454(0x2c2)]();this[_0x41c454(0x359)]['set'](_0x1705eb,_0x34d5d3);}async[a105_0x15c1c3(0x2bc)](_0x196132){const _0x1b9c45=a105_0x15c1c3,_0x4c1cca={};_0x4c1cca[_0x1b9c45(0x385)]=_0x1b9c45(0x34b);const _0x208766=_0x4c1cca;try{const _0x594c03=_0x196132[_0x1b9c45(0x2ba)]||AutomationFramework[_0x1b9c45(0x2ad)](),_0x5039c4=_0x594c03?.[_0x1b9c45(0x1dd)]?.()?.[_0x1b9c45(0x3a6)]?.(this[_0x1b9c45(0x311)])||![];if(_0x5039c4)return;PerformanceTester[_0x1b9c45(0x291)](EVENTS[_0x1b9c45(0x238)]);const _0x57fb22=await GrpcClient[_0x1b9c45(0x341)]()[_0x1b9c45(0x282)](_0x196132);_0x57fb22&&_0x57fb22['getAccessibility']&&_0x57fb22[_0x1b9c45(0x1e6)]()&&_0x57fb22[_0x1b9c45(0x1e6)]()['getSuccess']()?(await this[_0x1b9c45(0x1e0)](_0x57fb22,_0x196132),_0x594c03?.[_0x1b9c45(0x1dd)]&&_0x594c03[_0x1b9c45(0x1dd)]()[_0x1b9c45(0x2d7)](this[_0x1b9c45(0x311)],!![]),logger['debug']('[platform\x20-\x20'+(_0x594c03?.[_0x1b9c45(0x2e5)]?.()||_0x208766[_0x1b9c45(0x385)])+_0x1b9c45(0x286))):logger[_0x1b9c45(0x22e)](_0x1b9c45(0x20f)+(_0x594c03?.[_0x1b9c45(0x2e5)]?.()||_0x208766[_0x1b9c45(0x385)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester['end'](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x417934){PerformanceTester['end'](EVENTS[_0x1b9c45(0x238)],![],_0x417934[_0x1b9c45(0x2ed)]),logger['error'](_0x1b9c45(0x360)+(_0x417934[_0x1b9c45(0x217)]||_0x417934[_0x1b9c45(0x2ed)]));}}async[a105_0x15c1c3(0x1e0)](_0x3f7d01,_0x4b38fe){const _0x16f534=a105_0x15c1c3;await this[_0x16f534(0x1fd)](_0x3f7d01,_0x4b38fe);const _0xe1de0e=_0x3f7d01[_0x16f534(0x1e6)]()[_0x16f534(0x281)]();if(_0xe1de0e){const _0x4bec6b=_0x3f7d01[_0x16f534(0x27e)]&&_0x3f7d01[_0x16f534(0x27e)]();_0x4bec6b&&(this[_0x16f534(0x24a)][this['KEY_TESTHUB_BUILD_ID']]=_0x4bec6b['getBuildId']&&_0x4bec6b[_0x16f534(0x32d)]());}}[a105_0x15c1c3(0x29a)](_0xb6df63){const _0x5242c1=a105_0x15c1c3,_0x5c1080={};_0x5c1080[_0x5242c1(0x33b)]=function(_0x32cd74,_0x419f8a){return _0x32cd74===_0x419f8a;};const _0x2166ed=_0x5c1080;try{if(!_0xb6df63)return![];const _0x50bea1=this['accessibilityConfig']?.[_0x5242c1(0x37a)]?.[_0x5242c1(0x389)]?.[_0x5242c1(0x33f)]||[],_0x2307d0=_0x50bea1['some'](_0x460d3d=>{const _0x4c3b6d=_0x5242c1;return _0x460d3d[_0x4c3b6d(0x2f3)]&&_0x2166ed[_0x4c3b6d(0x33b)](_0x460d3d[_0x4c3b6d(0x2f3)][_0x4c3b6d(0x277)](),_0xb6df63[_0x4c3b6d(0x277)]());});return logger['debug'](_0x5242c1(0x266)+_0xb6df63+_0x5242c1(0x2f5)+_0x2307d0+',\x20available\x20commands:\x20'+JSON[_0x5242c1(0x384)](_0x50bea1[_0x5242c1(0x296)](_0xfd79cc=>_0xfd79cc['name']))),_0x2307d0;}catch(_0x5c9f8a){return logger[_0x5242c1(0x22e)](_0x5242c1(0x370)+_0x5c9f8a['message']),![];}}[a105_0x15c1c3(0x2b9)](_0x4bffba){const _0x31789d=a105_0x15c1c3,_0x42d78a={};_0x42d78a[_0x31789d(0x1bd)]=function(_0xcd80fb,_0x915564){return _0xcd80fb===_0x915564;},_0x42d78a[_0x31789d(0x288)]=_0x31789d(0x254),_0x42d78a[_0x31789d(0x240)]=_0x31789d(0x26f);const _0x165393=_0x42d78a,_0xcc6e4b=_0x4bffba['getScript']&&_0x4bffba[_0x31789d(0x204)]();return _0xcc6e4b&&_0x165393[_0x31789d(0x1bd)](typeof _0xcc6e4b,_0x165393['ggUhM'])&&_0xcc6e4b['includes'](_0x165393['CQBsN']);}[a105_0x15c1c3(0x20e)](_0x3a9ff6){const _0x4886d8=a105_0x15c1c3,_0x5ad96e={};_0x5ad96e[_0x4886d8(0x1c2)]=function(_0x43b66a,_0x15dbed){return _0x43b66a!==_0x15dbed;},_0x5ad96e[_0x4886d8(0x30b)]='string',_0x5ad96e[_0x4886d8(0x276)]='accessibility',_0x5ad96e[_0x4886d8(0x35c)]=_0x4886d8(0x1f2),_0x5ad96e[_0x4886d8(0x28a)]=_0x4886d8(0x36e),_0x5ad96e[_0x4886d8(0x23c)]=_0x4886d8(0x279);const _0x19f859=_0x5ad96e,_0x4997b9=_0x3a9ff6[_0x4886d8(0x204)]&&_0x3a9ff6[_0x4886d8(0x204)]();if(!_0x4997b9||_0x19f859[_0x4886d8(0x1c2)](typeof _0x4997b9,_0x19f859[_0x4886d8(0x30b)]))return![];return _0x4997b9[_0x4886d8(0x2a2)](_0x19f859['Zcbrs'])||_0x4997b9[_0x4886d8(0x2a2)](_0x19f859[_0x4886d8(0x35c)])||_0x4997b9[_0x4886d8(0x2a2)](_0x19f859[_0x4886d8(0x28a)])||_0x4997b9['includes'](_0x19f859[_0x4886d8(0x23c)]);}['isMobileWebSession'](){const _0xbb6730=a105_0x15c1c3,_0x37808d={'FKuTt':function(_0x4d31bc,_0x520b8e){return _0x4d31bc===_0x520b8e;},'UsSEt':_0xbb6730(0x326),'XHfeq':function(_0x8e8dc9,_0x28009c){return _0x8e8dc9(_0x28009c);},'uVdcG':_0xbb6730(0x2f0),'XNRpA':function(_0x345823,_0x28ccd4){return _0x345823(_0x28ccd4);},'TkQDT':_0xbb6730(0x312),'idTJe':_0xbb6730(0x235),'RUNWP':function(_0x3f2902,_0x8f3720){return _0x3f2902(_0x8f3720);},'BWhiX':_0xbb6730(0x2a1)};try{const _0xf19799=this['accessibilityConfig']?.['options']?.[_0xbb6730(0x234)]||[],_0x2e746d=_0x127986=>{const _0x404a98=_0xbb6730,_0x8eb530=_0xf19799[_0x404a98(0x2ac)](_0x1b811a=>(typeof _0x1b811a['getName']===_0x404a98(0x326)?_0x1b811a['getName']():_0x1b811a[_0x404a98(0x2f3)])===_0x127986);return _0x8eb530?_0x37808d[_0x404a98(0x32e)](typeof _0x8eb530['getValue'],_0x37808d[_0x404a98(0x22c)])?_0x8eb530[_0x404a98(0x388)]():_0x8eb530[_0x404a98(0x20a)]:null;},_0x3f7c6c=_0x37808d[_0xbb6730(0x2a4)](_0x2e746d,_0x37808d['uVdcG']),_0x63fe84=_0x37808d[_0xbb6730(0x252)](_0x2e746d,_0x37808d['TkQDT']),_0x48cc9b=global[_0xbb6730(0x332)]||_0x3f7c6c&&_0x37808d[_0xbb6730(0x32e)](_0x37808d[_0xbb6730(0x2a4)](String,_0x3f7c6c)['toLowerCase'](),_0x37808d[_0xbb6730(0x25a)])&&_0x63fe84&&_0x37808d[_0xbb6730(0x211)](String,_0x63fe84)['toLowerCase']()[_0xbb6730(0x2a2)](_0x37808d[_0xbb6730(0x342)]);if(!_0x48cc9b)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0xbb6730(0x283)]&&(logger[_0xbb6730(0x34d)](accessibilityHelper[_0xbb6730(0x1f1)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x2bf4a5){return logger[_0xbb6730(0x22e)](_0xbb6730(0x1fb)+_0x2bf4a5[_0xbb6730(0x2ed)]),![];}}[a105_0x15c1c3(0x2f9)](_0x412c00,_0x1755f9,_0x25bc75,_0x390325){const _0xf3d387=a105_0x15c1c3,_0x14eff1={};_0x14eff1[_0xf3d387(0x237)]=function(_0x17f172,_0x489a3d){return _0x17f172||_0x489a3d;},_0x14eff1[_0xf3d387(0x222)]=function(_0x312cfe,_0x1a3512){return _0x312cfe&&_0x1a3512;},_0x14eff1[_0xf3d387(0x318)]=function(_0x6210c0,_0x20d1a2){return _0x6210c0||_0x20d1a2;},_0x14eff1[_0xf3d387(0x375)]=function(_0x4337c6,_0x2ebc92){return _0x4337c6||_0x2ebc92;},_0x14eff1[_0xf3d387(0x203)]=_0xf3d387(0x1ea);const _0x2f191a=_0x14eff1;let _0x2ef40c=_0x2f191a[_0xf3d387(0x237)](_0x1755f9,'');const _0x38cf90=!this[_0xf3d387(0x1c4)]&&this[_0xf3d387(0x36a)]();_0x2f191a[_0xf3d387(0x222)](_0x38cf90,!_0x2ef40c)&&(_0x2ef40c=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x1f83b9={'command':_0x412c00,'thTestRunUuid':_0x2ef40c,'thBuildUuid':_0x2f191a[_0xf3d387(0x318)](_0x25bc75,''),'thJwtToken':_0x2f191a[_0xf3d387(0x375)](_0x390325,''),'timestamp':new Date()[_0xf3d387(0x35f)]()};return _0x38cf90&&(_0x1f83b9[_0xf3d387(0x32c)]=!![],logger[_0xf3d387(0x22e)](_0x2f191a[_0xf3d387(0x203)])),_0x1f83b9;}[a105_0x15c1c3(0x2b6)](_0x5f1b1e){const _0x4c8724=a105_0x15c1c3,_0x317390={};_0x317390[_0x4c8724(0x29d)]=function(_0x5f01e8,_0x16ea23){return _0x5f01e8||_0x16ea23;};const _0x20edff=_0x317390;try{const _0x4fd3aa=this[_0x4c8724(0x24a)]?.['options']?.['scriptsList']||[],_0x3690a9=_0x4fd3aa[_0x4c8724(0x2ac)](_0x1188a5=>_0x1188a5[_0x4c8724(0x2f3)]===_0x5f1b1e);return _0x20edff[_0x4c8724(0x29d)](_0x3690a9,null);}catch(_0x1fcdc3){return logger[_0x4c8724(0x22e)](_0x4c8724(0x271)+_0x5f1b1e+':\x20'+_0x1fcdc3[_0x4c8724(0x2ed)]),null;}}async[a105_0x15c1c3(0x2ec)](_0x1ab659,_0x58058a,_0x56d93f=null){const _0x509423=a105_0x15c1c3,_0x29833e={'PFzEN':function(_0xbd71dd,_0xe77d66){return _0xbd71dd(_0xe77d66);},'kMpmQ':_0x509423(0x396)};try{if(!_0x1ab659)return logger['debug'](_0x509423(0x298)+_0x58058a),null;const _0x70301e=this['getScriptByName'](_0x58058a);if(!_0x70301e||!_0x70301e['command'])return logger[_0x509423(0x22e)]('executeScriptByName:\x20No\x20'+_0x58058a+_0x509423(0x1e4)),null;logger[_0x509423(0x22e)](_0x509423(0x33c)+_0x58058a+_0x509423(0x306));const _0x2b8746=_0x29833e[_0x509423(0x29f)](require,_0x29833e[_0x509423(0x3a8)]),_0x391829=_0x56d93f?await _0x2b8746[_0x509423(0x392)](_0x1ab659,_0x70301e['command'],_0x56d93f):await _0x2b8746[_0x509423(0x392)](_0x1ab659,_0x70301e[_0x509423(0x292)]);return _0x391829;}catch(_0x5a240a){return logger[_0x509423(0x34e)](_0x509423(0x29b)+_0x58058a+':\x20'+(_0x5a240a[_0x509423(0x217)]||_0x5a240a['message'])),null;}}async['performScanForCli'](_0xae23f7,_0x3a26c8,_0x594b60,_0x1d4ab8,_0x4ea6c3,_0x16782d=a105_0x15c1c3(0x2fd)){const _0x4d9347=a105_0x15c1c3,_0x1df075={'XDval':function(_0x399d1c,_0x27864d){return _0x399d1c===_0x27864d;},'dInaf':_0x4d9347(0x2fd),'Pwbkt':function(_0x66180b,_0x426d22){return _0x66180b(_0x426d22);},'NokoT':_0x4d9347(0x396)};try{logger['debug'](_0x4d9347(0x3a3)+_0x594b60+_0x4d9347(0x1ef)+_0x16782d);const _0x33c979=this[_0x4d9347(0x2b6)](_0x16782d);if(!_0x33c979||!_0x33c979[_0x4d9347(0x292)]){logger[_0x4d9347(0x22e)](_0x4d9347(0x229)+_0x16782d+_0x4d9347(0x313));return;}if(_0x1df075[_0x4d9347(0x2d6)](_0x16782d,_0x1df075[_0x4d9347(0x351)])){const _0x8839f7=_0x1df075[_0x4d9347(0x285)](require,_0x1df075[_0x4d9347(0x20d)]),_0x40e708={};_0x40e708['command']=_0x594b60;const _0x5eb1e8=await PerformanceTester[_0x4d9347(0x27b)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3537f2=_0x4d9347;return await _0x8839f7['browserStackEvaluate'](_0xae23f7,_0x33c979[_0x3537f2(0x292)],_0x1d4ab8);},_0x40e708)();return logger['info']('Page\x20'+_0x16782d+_0x4d9347(0x357)+_0x594b60+':\x20'+util[_0x4d9347(0x343)](_0x5eb1e8)),_0x5eb1e8;}const _0xa57e56=_0x1df075['Pwbkt'](require,_0x1df075['NokoT']),_0x11811b=await PerformanceTester[_0x4d9347(0x27b)](PerformanceA11yEvents[_0x4d9347(0x334)],async()=>{const _0x22dd35=_0x4d9347;return await _0xa57e56[_0x22dd35(0x392)](_0xae23f7,_0x33c979['command'],_0x1d4ab8);})();return logger['info'](_0x4d9347(0x367)+_0x16782d+_0x4d9347(0x357)+_0x594b60+':\x20'+util[_0x4d9347(0x343)](_0x11811b)),_0x11811b;}catch(_0x484605){logger[_0x4d9347(0x34e)](_0x4d9347(0x323)+_0x16782d+':\x20'+(_0x484605[_0x4d9347(0x217)]||_0x484605[_0x4d9347(0x2ed)]));}}async[a105_0x15c1c3(0x2c3)](_0x11de39){const _0x4eba31=a105_0x15c1c3,_0x27be02={'LUwXr':function(_0x4fd6bc,_0x51e451){return _0x4fd6bc(_0x51e451);},'prHhl':_0x4eba31(0x223)};try{const _0x599fba=_0x27be02[_0x4eba31(0x205)](require,_0x27be02['prHhl']);return await _0x599fba[_0x4eba31(0x213)](_0x11de39);}catch(_0x101d4){return logger[_0x4eba31(0x34e)](_0x4eba31(0x2b4)+(_0x101d4[_0x4eba31(0x217)]||_0x101d4[_0x4eba31(0x2ed)])),![];}}['processAccessibilityCaps'](_0x501afc,_0x4453cb,_0x166bc9){const _0x5e6394=a105_0x15c1c3,_0x3397a9={'afDLx':function(_0x5b895d,_0x22b538){return _0x5b895d(_0x22b538);},'KFbxa':_0x5e6394(0x396),'fRWNl':_0x5e6394(0x260),'zojtA':_0x5e6394(0x2db)};try{const _0x5275c5=_0x3397a9[_0x5e6394(0x2c0)](require,_0x3397a9[_0x5e6394(0x2de)]);_0x5275c5[_0x5e6394(0x1be)](_0x501afc,_0x4453cb,_0x166bc9);const _0x3b16a2=JSON[_0x5e6394(0x384)](_0x501afc)['replace'](/"browserstack\.user":"[^"]*"/g,_0x3397a9['fRWNl'])['replace'](/"browserstack\.key":"[^"]*"/g,_0x3397a9[_0x5e6394(0x373)]);logger[_0x5e6394(0x22e)](_0x5e6394(0x1fc)+global[_0x5e6394(0x3a5)]+'\x20'+_0x3b16a2);}catch(_0x1b9106){logger[_0x5e6394(0x34e)](_0x5e6394(0x308)+(_0x1b9106[_0x5e6394(0x217)]||_0x1b9106[_0x5e6394(0x2ed)]));}}async['getAccessibilityResults'](_0x49ce39){const _0x1b0cf9=a105_0x15c1c3,_0x37d4f7={};_0x37d4f7[_0x1b0cf9(0x272)]=_0x1b0cf9(0x30d),_0x37d4f7[_0x1b0cf9(0x2f7)]=function(_0x32a54d,_0x1eabfc){return _0x32a54d>_0x1eabfc;},_0x37d4f7[_0x1b0cf9(0x219)]=_0x1b0cf9(0x36e);const _0x388222=_0x37d4f7;try{if(!this[_0x1b0cf9(0x39f)]())return logger['warn'](_0x388222['tStzB']),[];const _0x14ed06=this[_0x1b0cf9(0x36a)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x1b0cf9(0x249)]()}:{};_0x388222[_0x1b0cf9(0x2f7)](Object[_0x1b0cf9(0x1e5)](_0x14ed06)[_0x1b0cf9(0x2d5)],0x0)&&logger['debug'](_0x1b0cf9(0x1dc)+JSON['stringify'](_0x14ed06));const _0x359905=_0x388222[_0x1b0cf9(0x2f7)](Object[_0x1b0cf9(0x1e5)](_0x14ed06)[_0x1b0cf9(0x2d5)],0x0)?await this['executeScriptByName'](_0x49ce39,_0x388222[_0x1b0cf9(0x219)],_0x14ed06):await this[_0x1b0cf9(0x2ec)](_0x49ce39,_0x388222[_0x1b0cf9(0x219)]);return _0x359905||[];}catch(_0x5e6b50){return logger['error'](_0x1b0cf9(0x1e3)+(_0x5e6b50[_0x1b0cf9(0x217)]||_0x5e6b50[_0x1b0cf9(0x2ed)])),[];}}async[a105_0x15c1c3(0x2b1)](_0x4de523){const _0x41c7a8=a105_0x15c1c3,_0x5c98ea={'yGVkY':_0x41c7a8(0x2fd),'NInIZ':'getResultsSummary','GNaGE':_0x41c7a8(0x1de),'BUPZj':function(_0x1d8c71,_0x1690a0){return _0x1d8c71(_0x1690a0);},'ihBRA':_0x41c7a8(0x2dc),'UjUMc':function(_0x2009f3,_0x5ad915){return _0x2009f3===_0x5ad915;},'XXTPG':_0x41c7a8(0x380),'YrhCH':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','IYVHs':_0x41c7a8(0x359),'QSIbC':'testhub_build_uuid','jqIwH':'getAccessibilityResultsSummary','SVVvV':_0x41c7a8(0x2b2),'eSzmi':_0x41c7a8(0x362),'CdqWJ':_0x41c7a8(0x236)};try{if(!this['getCurrentAccessibilityStatus']())return logger['warn'](_0x5c98ea[_0x41c7a8(0x21b)]),{};const _0x2705f8=_0x5c98ea[_0x41c7a8(0x38e)](require,_0x5c98ea[_0x41c7a8(0x2e6)]),_0x1a88d1=_0x2705f8['getTestFrameworkDetail'](),_0x4c94fc=_0x5c98ea[_0x41c7a8(0x1f5)](_0x1a88d1?.['name']?.['toLowerCase'](),_0x5c98ea[_0x41c7a8(0x33d)]);let _0x347809='',_0x1ba0f9=null,_0x1aac4f=null;if(_0x4c94fc){_0x1ba0f9=global[_0x41c7a8(0x26a)]||global[_0x41c7a8(0x25e)]?.[_0x41c7a8(0x315)]?.[_0x41c7a8(0x239)]||global[_0x41c7a8(0x25e)]?.[_0x41c7a8(0x315)]?.['id'];if(!_0x1ba0f9)return logger['warn'](_0x5c98ea[_0x41c7a8(0x208)]),{};try{const _0x1794ab=await GrpcClient[_0x41c7a8(0x341)]()[_0x41c7a8(0x2cd)](process[_0x41c7a8(0x280)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x5c98ea['IYVHs'],_0x5c98ea[_0x41c7a8(0x353)],_0x1ba0f9),_0x32bdd2=AccessibilityModule['loadDriverExecuteParams'](null,_0x1794ab);_0x347809=_0x32bdd2?.[_0x41c7a8(0x337)]||'',logger[_0x41c7a8(0x22e)](_0x41c7a8(0x232)+_0x347809+_0x41c7a8(0x224)+_0x1ba0f9);const _0x2e7bcd=await AccessibilityModule[_0x41c7a8(0x1bb)](_0x5c98ea[_0x41c7a8(0x353)],_0x347809,_0x1ba0f9),_0xfcc6e8=this[_0x41c7a8(0x2e8)](_0x5c98ea['QSIbC'])||this[_0x41c7a8(0x24a)][this[_0x41c7a8(0x23e)]]||null,_0x20860c=process['env']['BROWSERSTACK_TESTHUB_JWT']||'',_0xcd315f=this[_0x41c7a8(0x2f9)](_0x5c98ea['jqIwH'],_0x347809,_0xfcc6e8,_0x20860c);_0x1aac4f=_0x2705f8[_0x41c7a8(0x335)](_0xcd315f,_0x2e7bcd),logger['debug'](_0x41c7a8(0x2fa)+JSON['stringify'](_0x1aac4f));}catch(_0x328c51){return logger[_0x41c7a8(0x34e)](_0x41c7a8(0x21f)+_0x328c51['message']),{};}}else{_0x347809=this[_0x41c7a8(0x2e8)](_0x5c98ea[_0x41c7a8(0x391)])||'';!_0x347809&&this[_0x41c7a8(0x36a)]()&&(_0x347809=accessibilityHelper[_0x41c7a8(0x249)]());const _0xec965d=this[_0x41c7a8(0x2e8)](_0x5c98ea[_0x41c7a8(0x38f)])||this[_0x41c7a8(0x24a)][this[_0x41c7a8(0x23e)]]||null,_0x46ce50=process[_0x41c7a8(0x280)][_0x41c7a8(0x352)]||'';_0x1aac4f=this[_0x41c7a8(0x2f9)](_0x5c98ea[_0x41c7a8(0x2b7)],_0x347809,_0xec965d,_0x46ce50);}logger['debug'](_0x5c98ea[_0x41c7a8(0x2a0)]),await PerformanceTester[_0x41c7a8(0x27b)](PerformanceA11yEvents[_0x41c7a8(0x263)],async()=>{const _0x1a172e=_0x41c7a8,_0x49505e=await this[_0x1a172e(0x2ec)](_0x4de523,_0x5c98ea[_0x1a172e(0x321)],_0x1aac4f);logger[_0x1a172e(0x22e)]('Scan\x20result:\x20'+util[_0x1a172e(0x343)](_0x49505e));},{'command':_0x5c98ea[_0x41c7a8(0x2b7)]})();const _0x3b83e2=await PerformanceTester[_0x41c7a8(0x27b)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x3c9379=_0x41c7a8;return await this[_0x3c9379(0x2ec)](_0x4de523,_0x5c98ea['NInIZ'],_0x1aac4f);})();if(!_0x3b83e2)return logger[_0x41c7a8(0x22e)](_0x5c98ea[_0x41c7a8(0x35a)]),{};return _0x3b83e2;}catch(_0x5a5940){return logger[_0x41c7a8(0x34e)](_0x41c7a8(0x33e)+(_0x5a5940[_0x41c7a8(0x217)]||_0x5a5940[_0x41c7a8(0x2ed)])),{};}}async['performPageScan'](_0x202bce,_0x1a1448,_0x3e4d7e=null){const _0x3f3c92=a105_0x15c1c3,_0x148bbc={};_0x148bbc[_0x3f3c92(0x390)]=_0x3f3c92(0x320),_0x148bbc[_0x3f3c92(0x1d4)]=_0x3f3c92(0x354),_0x148bbc[_0x3f3c92(0x1db)]='Executing\x20accessibility\x20script\x20on\x20page';const _0x118b6b=_0x148bbc;try{if(!_0x202bce)return logger[_0x3f3c92(0x22e)](_0x118b6b[_0x3f3c92(0x390)]),null;if(!_0x1a1448)return logger[_0x3f3c92(0x22e)](_0x118b6b['bTrXT']),null;logger[_0x3f3c92(0x22e)](_0x118b6b[_0x3f3c92(0x1db)]);const _0x5a6965=_0x3e4d7e?await _0x202bce[_0x3f3c92(0x2c5)](_0x1a1448,_0x3e4d7e):await _0x202bce[_0x3f3c92(0x2c5)](_0x1a1448);return _0x5a6965;}catch(_0x1a6777){return logger[_0x3f3c92(0x34e)]('Error\x20in\x20performPageScan:\x20'+(_0x1a6777[_0x3f3c92(0x217)]||_0x1a6777['message'])),null;}}static[a105_0x15c1c3(0x349)](_0x17c9be,_0x38ce7c){const _0x82837f=a105_0x15c1c3,_0x4a0c5e={};_0x4a0c5e[_0x82837f(0x25b)]=_0x82837f(0x399);const _0x1ad5b7=_0x4a0c5e,_0x4a1f12={};_0x4a1f12['thTestRunUuid']=_0x17c9be;const _0x9be1d1=_0x4a1f12;let _0x37c7c2={};if(_0x38ce7c[_0x82837f(0x24e)]()&&_0x38ce7c[_0x82837f(0x2e1)]())try{_0x37c7c2=JSON[_0x82837f(0x2ff)](new Buffer(_0x38ce7c['getAccessibilityExecuteParams']())['toString'](_0x1ad5b7[_0x82837f(0x25b)]));}catch(_0x2d6c9e){logger['error'](_0x82837f(0x34a)+_0x2d6c9e[_0x82837f(0x2ed)]),_0x37c7c2={};}return CLIUtils[_0x82837f(0x335)](_0x9be1d1,_0x37c7c2);}static async[a105_0x15c1c3(0x1bb)](_0x3691a8,_0x300d44='',_0x30d779=null){const _0x248802=a105_0x15c1c3,_0x336753={};_0x336753[_0x248802(0x2fc)]=_0x248802(0x293),_0x336753['diFte']=_0x248802(0x359);const _0x18cf84=_0x336753;try{if(!_0x30d779&&AccessibilityModule[_0x248802(0x303)])return AccessibilityModule[_0x248802(0x33a)];if(!process[_0x248802(0x280)][_0x248802(0x1f0)])return logger[_0x248802(0x34e)](_0x18cf84[_0x248802(0x2fc)]),{};const _0x5cdd8b=await GrpcClient[_0x248802(0x341)]()[_0x248802(0x2cd)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x18cf84[_0x248802(0x319)],_0x3691a8,_0x30d779),_0x2027f5=_0x30d779?AccessibilityModule[_0x248802(0x349)](null,_0x5cdd8b)?.[_0x248802(0x337)]||_0x300d44:_0x300d44,_0x2d5453=AccessibilityModule[_0x248802(0x349)](_0x2027f5,_0x5cdd8b);return!_0x30d779&&(AccessibilityModule[_0x248802(0x33a)]=_0x2d5453,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x2d5453;}catch(_0x2a19a7){return logger['error'](_0x248802(0x325)+_0x3691a8+':\x20'+(_0x2a19a7['stack']||_0x2a19a7['message'])),{};}}};module['exports']=AccessibilityModule;
1
+ const a105_0x2dde0e=a105_0x10f1;(function(_0x3ce3c2,_0xf412c1){const _0x47c534=a105_0x10f1,_0x9b0272=_0x3ce3c2();while(!![]){try{const _0x4e87bd=parseInt(_0x47c534(0x212))/0x1+parseInt(_0x47c534(0x32b))/0x2+parseInt(_0x47c534(0x1b7))/0x3*(-parseInt(_0x47c534(0x328))/0x4)+parseInt(_0x47c534(0x233))/0x5+parseInt(_0x47c534(0x16e))/0x6*(-parseInt(_0x47c534(0x2bb))/0x7)+parseInt(_0x47c534(0x220))/0x8*(parseInt(_0x47c534(0x1cb))/0x9)+-parseInt(_0x47c534(0x1d6))/0xa*(parseInt(_0x47c534(0x1c6))/0xb);if(_0x4e87bd===_0xf412c1)break;else _0x9b0272['push'](_0x9b0272['shift']());}catch(_0x4b2e9f){_0x9b0272['push'](_0x9b0272['shift']());}}}(a105_0x3722,0xad546));const BaseModule=require(a105_0x2dde0e(0x230)),{createClassLogger}=require(a105_0x2dde0e(0x184)),CLIUtils=require(a105_0x2dde0e(0x197)),AutomationFramework=require(a105_0x2dde0e(0x277)),TestFramework=require(a105_0x2dde0e(0x25b)),AutomationFrameworkState=require(a105_0x2dde0e(0x2fb)),HookState=require('../state/hookState'),GrpcClient=require(a105_0x2dde0e(0x21e)),scripts=require(a105_0x2dde0e(0x319)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a105_0x2dde0e(0x19e)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a105_0x2dde0e(0x23e)),{nestedKeyValue,isUndefined}=require(a105_0x2dde0e(0x17c)),util=require(a105_0x2dde0e(0x181)),TestInfo=require(a105_0x2dde0e(0x240)),TestFrameworkConstants=require(a105_0x2dde0e(0x2af)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');function a105_0x3722(){const _0x500485=['Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','on\x20non-BrowserStack\x20infrastructure\x20','options','titlePath','fvnDD','toString','VCBpl','__accessibilityOptions','DRwLk','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','bapui',',\x20tags=','command','getAccessibilityResults','shouldScanForCommand','function','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','114ATSdVR','gZITJ','startsWith','format','xFNUT',']\x20Accessibility\x20configuration\x20initialized\x20successfully','patchSendMessageToServer','DlDZz','LBcFN','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20',',\x20isAppAccessibility=','vrIhm','hwoCy','pyXXT','../../../helpers/helper','xvlbm','setShouldScanCurrentTest','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','fetchCentralAuthA11yConfig','util','AUTOMATION_SESSIONS','Accessibility\x20data\x20for\x20extension:\x20','../../../helpers/classLogger','prcWB','QMskp','__workerDetails','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','Dgefr','JjAlP','resolveMobileThTestRunUuid','getTesthub','isPlatformSupported','KEY_TESTHUB_BUILD_ID','capabilities','WpBrd','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','MOBILE_SCANNING_DISABLED_WARNING','\x20result\x20for\x20','EngLt','\x20a11yToken=','cQdUA','../cliUtils','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','includes','Context','XSkys','getCapabilityValue','isimk','../../../helpers/performance/performance-tester.js','vksTQ',',\x20testName=','test-tags-->\x20','kEGSx','get','split','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','saveResults','jhtew','_centralAuthConfigFetched','browserstack.accessibilityOptions.authToken','finishScanningForCli','mUtdc','SDK_ACCESSIBILITY_CONFIG','replace','XtyJk','assign','getAccessibility','KEY_TEST_NAME','toLowerCase','Error\x20getting\x20script\x20by\x20name\x20','toObject','scannerProcessingTimeout','--headless=new','78258LDQaTe','flRUe','onBeforeTest','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','dzUBa','jXJqf','isAccessibilityScriptCommand','CUfNz','\x20env=','Executing\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','info','_centralAuthA11yConfig','pkoph','\x20script\x20available','10158467OnbrAF','shouldScanForCommand:\x20','lsFGl','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','kEXaB','9XYfLvv','end','oqHqw','getTestDetails','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','android','IOTcV','stack','browserstack.accessibilityOptions.wcagVersion','PBdOa','SjSud','10ndpKLG','currentTest','KEY_DRIVER_HAS_URL','debug','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','../../../helpers/accessibility-automation/helper','loadAccessibilityConfig','getInstance','Error\x20executing\x20script\x20','\x20accessibility\x20script\x20on\x20page','evaluate','VEiyP','getPlatformIndex','trim','executeScriptByName','getPlatformCaps','setAccessibilityConfig','commandName','stringify','ScanArgs:\x20','iEXdQ','jfAGO','capabilitiesList','chromeOptions','getName','getAccessibilityResultsSummary','accessibilityPlatform','FgnhJ','ascii','iyjMz','warn','latest','Error\x20in\x20shouldScanForCommand:\x20','Mypnm','rkhzV','SAVE_RESULTS','__jestCurrentTestIdentifier','MODULE_NAME','eWwcj','YhzUh','getTestUUID','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','platformValidation','updateData','QUIT','NKxLZ','\x20using\x20script:\x20','launchCaps','kxqhs',',\x20excludeTags=','ICWOG','map','toJson','EjzbS','sKyaN','accessibilityToken','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','Error\x20in\x20validatePlatformForAccessibility:\x20','size','isBrowserstackScriptCommand','810034NpzMnW','args','eFbkA','BcIzQ','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','getContext','isEnabled','gevPq','CaMya','Exception\x20in\x20isPlatformSupported:\x20','isFinite','Scan\x20result:\x20','../grpcClient','CzBqD','4019072ohDBsS','Error\x20in\x20performPageScan:\x20','browserstack_executor','wMReN','BROWSERSTACK_TEST_ACCESSIBILITY_YML','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','DjtpC','dMMSs','uzZKA','JkQGm','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','YjSuK','Exxmr','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','./baseModule','NCvky','uwkel','6281485XsKquc','mfAnM','xDeuT','getScript','VFcrj','getOptions','excludeTagsInTestingScope','getTestId','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','upyZw','OlVRP','../../../helpers/accessibility-automation/constants','HOcET','../TestInfo.js','getResults','_sendMessageServerPatchApplied','value','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','EYlSd','nyRth','BUOcv','isPlatformSupported:\x20caps\x20are\x20null','eOcEi','OMURS','testFramework','Error\x20in\x20initAccessibilityConfig:\x20','yNxnc','QlTYe','loadDriverExecuteParams','PRE','getValue','gFsVm','getMinVersionForBrowser','ksELv','mHHoK','present','pwPage','getModuleName','onBeforeExecute','FRyGe','../framework/testFramework','onBeforeExecute:\x20command=','usvdY','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','find','string','toISOString','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','commandsToWrap','onAfterTest',',\x20includeTags=','\x22browserstack.key\x22:\x22[REDACTED]\x22','_mobileScanningDisabledLogged','test_run_id','xvObU','../../utils/playwright-patcher','SrHxU','platformName','BROWSERSTACK_TESTHUB_JWT','yyFgz','8|4|2|12|1|0|16|10|11|13|9|3|15|5|7|14|6','getCurrentInstanceName','PERFORM_SCAN','gIgsd','accessibilityConfig','FvwoY','CHVcb','setShouldScan','../framework/automationFramework','performScan','eJLqf','OIlSN','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','test_tags','onBeforeExecute:\x20Command\x20','getAllData','thTestRunUuid','LOG_DISABLED_SHOWN','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','testInfo','qHcpM','toeXF','keys','UVPdm','getScriptByName','awsGb','OlDrF','getAccessibilityConfig','RczpP','true','testhub_build_uuid','testcafe','bGClY','\x22browserstack.user\x22:\x22[REDACTED]\x22','accessibility','browser_version','Error\x20getting\x20capability\x20value\x20for\x20','../../playwright/accessibility-helper','cHScJ','is_mobile_session','error','plKtR','performPageScan','EKgyP','isMobileWebSession','pWVcR','performPageScan:\x20Script\x20is\x20null','delete','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','FBhEg','getCommandsList','saveTestResults','start','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','setAccessibilityToken','getSuccess','getParamsForScanForCli','YxCPN','shouldScanCurrentTest','headless','parse','\x20from\x20testIdentifier=','HMDan','scannerVersion','../framework/constants/testFrameworkConstants.js','getTestFrameworkDetail','performScanForCli','TWagZ','setLogDisabledShown','scan','CYDEY','QExTN','DEhBC','IuVJv','isAppAccessibility','performPageScan:\x20Page\x20is\x20null','316267zxofSI','\x20testHubUuid=','validatePlatformForAccessibility','skipCDPConnectOverride','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','YfrXP','TFCEc','Lbbee','processAccessibilityCaps','length','performScanForCli:\x20No\x20','mjLTt','getLogDisabledShown','FfpjJ','vzjcs','DRIVER_HAS_URL','PdKti','Performing\x20scan\x20before\x20getting\x20results\x20summary','fPluq','message','miqQo','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','platformCaps',']\x20isEnabledTestcase\x20(jest)\x20result=','XvYhq','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','whqyD','Error\x20applying\x20sendMessageToServer\x20patch:\x20','AicWA','BROWSERSTACK_CLI_BIN_SESSION_ID','page','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','HVqqQ','GET_RESULTS_SUMMARY','cucumber','instance',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','oplSE','GIhrh','KEY_INIT','cQCpS','scriptsList','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','MergedScanArgs:\x20','itTgS','ZvsPU','getData','CWIbw','env','DRnhz','dBzyR','cZOKY',']\x20onAfterTest\x20should\x20scan=','applySendMessageToServerPatch','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','onBeforeExecute:\x20No\x20command\x20name\x20provided','BS_A11Y_JWT','getCapabilities','getGoogleChromeOptions',',\x20framework=',',\x20available\x20commands:\x20','Joqry','isArray','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','../state/automationFrameworkState','DMGJf','chrome','Ipook','browserstack.accessibilityOptions.scannerProcessingTimeout','vwzik','ACCESSIBILITY_INITIALIZED','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','sNsIe','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','\x20->\x20',']\x20should\x20run\x20accessibility\x20value=','browserStackEvaluate','arsiZ','ZyYxn','executeScriptByName:\x20No\x20','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','getResultsSummary','dlbLG','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','SsRSK','set','VpEhd','DuDEl','bind','some','qdeMJ','Performing\x20scan\x20before\x20from\x20cli','sHZRA','bufLi','../../../helpers/accessibility-automation/scripts','HXADD','VPZiJ','goog:chromeOptions','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=',',\x20\x0a\x20','JRSUT','null','nfKrK','OPGNF','dQpjk','parseA11yJwtPayload','testAnalyticsId','browserVersion','unknown','16NbFMtq','getState','requiresChromeOptionsValidation','55046DpbqUk','getCapabilitiesList','TEST_INIT','Begrl','QYGjp','XQsUB','xbgzX','mergeObject','\x20script\x20available\x20in\x20scriptsList','rWUEH','DRIVER_INIT','has','[platform\x20-\x20','jest','ONNWr',',\x20testIdentifier=','No\x20summaryResults\x20found.','getCurrentAccessibilityStatus','isMobilePlatform','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','registerObserver','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','sHJmV','name','ViVbM','HOZNy','getTrackedInstance','vlaNx','getBrowserDisplayName','NNsvr','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','Processed\x20accessibility\x20caps\x20','ybVpY','rymqM','AfxbB','measureWrapper','isEnabledTestcase','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','VFCaS','BRzZY','ZRpWq','stopTestCapture','Error\x20in\x20stopTestCapture:\x20','fetchDriverExecuteParamsEvent'];a105_0x3722=function(){return _0x500485;};return a105_0x3722();}class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule['name'];static [a105_0x2dde0e(0x1a8)]=![];static ['_centralAuthA11yConfig']={};constructor(_0x21f188){const _0x54219b=a105_0x2dde0e,_0x315da2={};_0x315da2[_0x54219b(0x2d3)]=_0x54219b(0x26f),_0x315da2[_0x54219b(0x308)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x315da2['aWICs']=_0x54219b(0x28d),_0x315da2[_0x54219b(0x2c0)]=_0x54219b(0x301),_0x315da2[_0x54219b(0x303)]=_0x54219b(0x2ca);const _0x50367d=_0x315da2,_0x1b1748=_0x50367d[_0x54219b(0x2d3)][_0x54219b(0x1a4)]('|');let _0x2bbfe4=0x0;while(!![]){switch(_0x1b1748[_0x2bbfe4++]){case'0':this[_0x54219b(0x273)]=_0x21f188[_0x54219b(0x1b4)]();continue;case'1':this[_0x54219b(0x218)]=!![];continue;case'2':AutomationFramework[_0x54219b(0x33f)](AutomationFrameworkState['CREATE'],HookState['POST'],this[_0x54219b(0x1b9)][_0x54219b(0x313)](this));continue;case'3':this[_0x54219b(0x267)]=![];continue;case'4':AutomationFramework[_0x54219b(0x33f)](AutomationFrameworkState['EXECUTE'],HookState[_0x54219b(0x250)],this['onBeforeExecute'][_0x54219b(0x313)](this));continue;case'5':logger['debug'](_0x50367d[_0x54219b(0x308)]);continue;case'6':this['KEY_TESTHUB_BUILD_ID']=_0x50367d['aWICs'];continue;case'7':this[_0x54219b(0x2e2)]=_0x50367d[_0x54219b(0x2c0)];continue;case'8':super();continue;case'9':this['_sendMessageServerPatchApplied']=![];continue;case'10':this['LOG_DISABLED_SHOWN']=new Map();continue;case'11':this[_0x54219b(0x2b9)]=![];continue;case'12':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x54219b(0x202)],HookState[_0x54219b(0x250)],this[_0x54219b(0x264)][_0x54219b(0x313)](this));continue;case'13':this[_0x54219b(0x18f)]=[];continue;case'14':this[_0x54219b(0x1d8)]=_0x50367d['sNsIe'];continue;case'15':this[_0x54219b(0x2a5)](_0x21f188['getOptions']()[_0x54219b(0x32c)]());continue;case'16':this['accessibility']=new Map();continue;}break;}}[a105_0x2dde0e(0x218)](){const _0x5946fc=a105_0x2dde0e;return this[_0x5946fc(0x218)];}[a105_0x2dde0e(0x258)](){const _0x508198=a105_0x2dde0e;return AccessibilityModule[_0x508198(0x1fb)];}['getCurrentAccessibilityStatus'](){const _0x2199c0=a105_0x2dde0e;return this[_0x2199c0(0x291)][_0x2199c0(0x1a3)](CLIUtils[_0x2199c0(0x270)](),![]);}[a105_0x2dde0e(0x2c7)](){const _0xac36a3=a105_0x2dde0e;return this[_0xac36a3(0x280)][_0xac36a3(0x1a3)](CLIUtils['getCurrentInstanceName'](),![]);}[a105_0x2dde0e(0x2b3)](_0xee6f84){const _0x2b69aa=a105_0x2dde0e;this[_0x2b69aa(0x280)][_0x2b69aa(0x310)](CLIUtils['getCurrentInstanceName'](),_0xee6f84);}[a105_0x2dde0e(0x2f0)](){const _0x30d9bd=a105_0x2dde0e,_0x58c389={'upyZw':_0x30d9bd(0x23b),'sUqNI':function(_0x427e0f,_0x50d117){return _0x427e0f(_0x50d117);},'hwoCy':_0x30d9bd(0x26a),'toeXF':_0x30d9bd(0x156),'VCBpl':_0x30d9bd(0x17f)};if(this[_0x30d9bd(0x242)]){logger['debug'](_0x58c389[_0x30d9bd(0x23c)]);return;}try{const _0x53780c=_0x58c389['sUqNI'](require,_0x58c389[_0x30d9bd(0x17a)]);_0x53780c&&_0x53780c['patchSendMessageToServer']?(_0x53780c[_0x30d9bd(0x174)](),this[_0x30d9bd(0x242)]=!![],logger[_0x30d9bd(0x1d9)](_0x58c389[_0x30d9bd(0x284)])):logger[_0x30d9bd(0x1d9)](_0x58c389[_0x30d9bd(0x163)]);}catch(_0x567ff0){logger['debug'](_0x30d9bd(0x2d6)+util['format'](_0x567ff0));}}[a105_0x2dde0e(0x18d)](_0x329f70=null,_0x52c242=null,_0x17aa7c=null){const _0x12d7ad=a105_0x2dde0e,_0x1f6413={'isimk':function(_0x1fc825,_0x4dece3){return _0x1fc825&&_0x4dece3;},'ONNWr':_0x12d7ad(0x248),'YxCPN':function(_0x28392f,_0x5b75fa){return _0x28392f(_0x5b75fa);},'HmPSO':_0x12d7ad(0x17c),'YjSuK':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','mfAnM':_0x12d7ad(0x1ff),'jhtew':function(_0xc9ea05,_0xd539ca){return _0xc9ea05===_0xd539ca;},'DjtpC':function(_0x19c3a2,_0x5eb2f7){return _0x19c3a2===_0x5eb2f7;},'mjLTt':_0x12d7ad(0x28c),'ZvsPU':_0x12d7ad(0x260),'DRwLk':function(_0x53934b,_0x2f9125){return _0x53934b===_0x2f9125;},'SrHxU':_0x12d7ad(0x341),'eJLqf':_0x12d7ad(0x31c),'CYDEY':function(_0x3a090f,_0x3d4a80){return _0x3a090f!==_0x3d4a80;},'DRnhz':_0x12d7ad(0x1f5),'iyjMz':function(_0xd695dd){return _0xd695dd();},'plKtR':_0x12d7ad(0x15e),'miqQo':function(_0x1f52a6,_0x209672){return _0x1f52a6(_0x209672);},'UVPdm':function(_0x561cad,_0xa34711){return _0x561cad-_0xa34711;},'fvnDD':function(_0x310780,_0x1b1fe8){return _0x310780>_0x1b1fe8;},'JRSUT':function(_0x1e5f8b,_0x43ef11){return _0x1e5f8b(_0x43ef11);},'Exxmr':function(_0x3816a1,_0x4cf2ce){return _0x3816a1(_0x4cf2ce);},'kxqhs':_0x12d7ad(0x1cf)};try{if(_0x1f6413[_0x12d7ad(0x19d)](!_0x52c242,!_0x17aa7c))return logger[_0x12d7ad(0x1d9)](_0x1f6413[_0x12d7ad(0x339)]),![];const {isUndefined:_0x18e3a5,isBrowserstackInfra:_0x41cdb4}=_0x1f6413[_0x12d7ad(0x2a8)](require,_0x1f6413['HmPSO']);if(!accessibilityHelper['isAccessibilityAutomationSession']())return logger['debug'](_0x1f6413[_0x12d7ad(0x22d)]),![];const _0x342cb5=_0x52c242['browserName']||_0x52c242['browser'],_0x2d47d9=_0x52c242[_0x12d7ad(0x326)]||_0x52c242['browser_version'];if(!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x342cb5))return logger['warn'](_0x1f6413[_0x12d7ad(0x234)]),![];if(accessibilityHelper[_0x12d7ad(0x32a)](_0x342cb5))try{const _0x5e1ab0=_0x52c242[_0x12d7ad(0x2aa)],_0x37a018=_0x1f6413['jhtew'](_0x5e1ab0,!![])||_0x1f6413[_0x12d7ad(0x226)](_0x5e1ab0,_0x1f6413[_0x12d7ad(0x2c6)])||_0x1f6413[_0x12d7ad(0x1a7)](typeof _0x5e1ab0,_0x1f6413[_0x12d7ad(0x2e8)])&&_0x1f6413[_0x12d7ad(0x165)](_0x5e1ab0[_0x12d7ad(0x1b2)](),_0x1f6413[_0x12d7ad(0x2c6)]);if(_0x37a018)return logger[_0x12d7ad(0x1f4)](_0x1f6413[_0x12d7ad(0x26b)]),![];const _0x55917f=_0x52c242?.[_0x12d7ad(0x1ed)]?.[_0x12d7ad(0x213)]||_0x52c242?.[_0x1f6413[_0x12d7ad(0x279)]]?.[_0x12d7ad(0x213)]||[];if(Array['isArray'](_0x55917f)&&_0x55917f[_0x12d7ad(0x314)](_0x51bfbb=>typeof _0x51bfbb==='string'&&(_0x51bfbb==='--headless'||_0x51bfbb[_0x12d7ad(0x170)]('--headless=')&&_0x51bfbb!==_0x12d7ad(0x1b6))))return logger[_0x12d7ad(0x1f4)](_0x1f6413[_0x12d7ad(0x26b)]),![];}catch(_0x14c20f){logger[_0x12d7ad(0x1d9)]('Error\x20checking\x20headless\x20capability:\x20'+util['format'](_0x14c20f));}if(_0x1f6413[_0x12d7ad(0x2b5)](_0x2d47d9,_0x1f6413['DRnhz'])){const _0x80d9a9=_0x1f6413[_0x12d7ad(0x1f3)](_0x41cdb4),_0x2b447a=accessibilityHelper[_0x12d7ad(0x253)](_0x342cb5,_0x80d9a9),_0x183c19=accessibilityHelper[_0x12d7ad(0x348)](_0x342cb5);if(!accessibilityHelper['isVersionSupported'](_0x2d47d9,_0x2b447a)){const _0x1d6987=_0x80d9a9?'':_0x1f6413[_0x12d7ad(0x298)],_0x498e26=Number[_0x12d7ad(0x21c)](_0x1f6413['miqQo'](parseFloat,_0x2b447a))?_0x1f6413[_0x12d7ad(0x286)](_0x1f6413[_0x12d7ad(0x2cf)](parseFloat,_0x2b447a),0x1):_0x2b447a;return logger[_0x12d7ad(0x1f4)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x183c19+'\x20browser\x20version\x20greater\x20than\x20'+_0x498e26+'\x20'+_0x1d6987+'.'),![];}}else{const _0x5e850c=_0x52c242['browserVersion']||_0x52c242[_0x12d7ad(0x292)]||_0x52c242['version'];if(_0x5e850c&&_0x1f6413[_0x12d7ad(0x2b5)](_0x5e850c,_0x1f6413[_0x12d7ad(0x2ec)])&&!_0x1f6413[_0x12d7ad(0x161)](_0x1f6413[_0x12d7ad(0x31f)](parseFloat,_0x5e850c),_0x1f6413[_0x12d7ad(0x22e)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x12d7ad(0x1f4)](_0x1f6413[_0x12d7ad(0x206)]),![];}return!![];}catch(_0x158106){return logger[_0x12d7ad(0x1d9)](_0x12d7ad(0x21b)+_0x158106[_0x12d7ad(0x2ce)]),![];}}[a105_0x2dde0e(0x155)](_0x4a0d76=[],_0x525b3e,_0x59801b=a105_0x2dde0e(0x2dd)){const _0xc3e165=a105_0x2dde0e,_0x375c22={'rkhzV':function(_0x5d8387,_0x541560){return _0x5d8387===_0x541560;},'LecoR':'jest','jXJqf':function(_0x46bb5d,_0x4c480e){return _0x46bb5d||_0x4c480e;},'YhzUh':function(_0x515f65,_0x1e3b5d){return _0x515f65&&_0x1e3b5d;},'cZOKY':'unknown','NCvky':function(_0x577f42,_0x1e2661){return _0x577f42(_0x1e2661);},'mHHoK':function(_0x2583fb,_0x100244){return _0x2583fb>_0x100244;}};try{const _0x18572a=process[_0xc3e165(0x2eb)][_0xc3e165(0x1a5)]?JSON[_0xc3e165(0x2ab)](process['env'][_0xc3e165(0x1a5)]):null;if(!_0x18572a)return!![];const _0x2ca97f=Array[_0xc3e165(0x2f9)](_0x18572a['includeTagsInTestingScope'])?_0x18572a['includeTagsInTestingScope']:[],_0x3ac759=Array[_0xc3e165(0x2f9)](_0x18572a[_0xc3e165(0x239)])?_0x18572a[_0xc3e165(0x239)]:[];if(_0x375c22[_0xc3e165(0x1f8)](_0x59801b,_0x375c22['LecoR'])){let _0x1f2f8e;Array[_0xc3e165(0x2f9)](_0x4a0d76)?_0x1f2f8e=_0x4a0d76['join']('\x20'):_0x1f2f8e=_0x375c22[_0xc3e165(0x1bc)](_0x4a0d76,'');const _0x49b96c=_0x3ac759[_0xc3e165(0x314)](_0x55d38a=>_0x1f2f8e['includes'](_0x55d38a)),_0x25aa06=_0x375c22[_0xc3e165(0x1f8)](_0x2ca97f['length'],0x0)||_0x2ca97f[_0xc3e165(0x314)](_0x4b55e9=>_0x1f2f8e['includes'](_0x4b55e9)),_0x441e06=_0x375c22[_0xc3e165(0x1fd)](!_0x49b96c,_0x25aa06);return logger[_0xc3e165(0x1d9)](_0xc3e165(0x337)+(_0x525b3e?.[_0xc3e165(0x1e2)]?.()||_0x375c22['cZOKY'])+_0xc3e165(0x2d2)+_0x441e06+_0xc3e165(0x1a0)+_0x1f2f8e+_0xc3e165(0x265)+JSON[_0xc3e165(0x1e8)](_0x2ca97f)+_0xc3e165(0x207)+JSON[_0xc3e165(0x1e8)](_0x3ac759)),_0x441e06;}const _0x414399=Array['isArray'](_0x4a0d76)?_0x4a0d76:[];let _0x484f0d=![],_0x34eabb=_0x375c22[_0xc3e165(0x1f8)](_0x2ca97f[_0xc3e165(0x2c4)],0x0);const _0xdd3478=_0x5da212=>typeof _0x5da212==='string'?_0x5da212['replace'](/^@/,'')[_0xc3e165(0x1b2)]()[_0xc3e165(0x1e3)]():_0x5da212,_0x39cdd9=new Set(_0x2ca97f['map'](_0xdd3478)),_0x419cbb=new Set(_0x3ac759[_0xc3e165(0x209)](_0xdd3478));for(const _0x595c5e of _0x414399){const _0xdf6f3f=_0x375c22[_0xc3e165(0x231)](_0xdd3478,_0x595c5e);_0x419cbb['has'](_0xdf6f3f)&&(_0x484f0d=!![]),_0x375c22[_0xc3e165(0x255)](_0x39cdd9[_0xc3e165(0x210)],0x0)&&_0x39cdd9[_0xc3e165(0x336)](_0xdf6f3f)&&(_0x34eabb=!![]);}const _0x1b17be=_0x375c22[_0xc3e165(0x1fd)](_0x34eabb,!_0x484f0d);return logger[_0xc3e165(0x1d9)]('[platform\x20-\x20'+(_0x525b3e?.[_0xc3e165(0x1e2)]?.()||_0x375c22['cZOKY'])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x1b17be+_0xc3e165(0x168)+JSON[_0xc3e165(0x1e8)](_0x414399)+_0xc3e165(0x265)+JSON[_0xc3e165(0x1e8)](_0x2ca97f)+_0xc3e165(0x207)+JSON[_0xc3e165(0x1e8)](_0x3ac759)),_0x1b17be;}catch(_0x323830){return logger[_0xc3e165(0x1d9)](_0xc3e165(0x337)+(_0x525b3e?.[_0xc3e165(0x1e2)]?.()||_0x375c22[_0xc3e165(0x2ee)])+_0xc3e165(0x2df)+_0x323830[_0xc3e165(0x2ce)]),![];}}async[a105_0x2dde0e(0x1b9)](_0x591c8c){const _0x2c89df=a105_0x2dde0e,_0x51071a={};_0x51071a[_0x2c89df(0x2b6)]=function(_0x9af9bc,_0x4edbe){return _0x9af9bc!==_0x4edbe;},_0x51071a[_0x2c89df(0x2ed)]='cucumber',_0x51071a[_0x2c89df(0x20c)]=_0x2c89df(0x338),_0x51071a[_0x2c89df(0x25d)]=_0x2c89df(0x28e),_0x51071a['NKxLZ']=function(_0x5b2e15,_0x2702c5){return _0x5b2e15===_0x2702c5;},_0x51071a[_0x2c89df(0x27a)]=_0x2c89df(0x28c),_0x51071a[_0x2c89df(0x2e7)]=_0x2c89df(0x32d),_0x51071a[_0x2c89df(0x28b)]=_0x2c89df(0x2a4),_0x51071a['qHcpM']=_0x2c89df(0x225),_0x51071a['DEhBC']=_0x2c89df(0x335),_0x51071a[_0x2c89df(0x219)]=function(_0x3eb5d3,_0x438b81){return _0x3eb5d3===_0x438b81;},_0x51071a['eWwcj']=function(_0x1136b7,_0x4e26a3){return _0x1136b7===_0x4e26a3;},_0x51071a['quOyL']=_0x2c89df(0x22f),_0x51071a[_0x2c89df(0x17d)]='Unknown\x20Test',_0x51071a[_0x2c89df(0x31b)]=function(_0x2710a7,_0x467532){return _0x2710a7>_0x467532;},_0x51071a[_0x2c89df(0x2d7)]=function(_0x377292,_0x18fb1f){return _0x377292===_0x18fb1f;},_0x51071a[_0x2c89df(0x274)]='function',_0x51071a['HMDan']=_0x2c89df(0x27c),_0x51071a['VpEhd']=function(_0x532886,_0x337417){return _0x532886&&_0x337417;},_0x51071a[_0x2c89df(0x2d5)]='unknown';const _0xb1c35d=_0x51071a;if(_0xb1c35d[_0x2c89df(0x2b6)](_0x591c8c[_0x2c89df(0x24b)],_0xb1c35d['dBzyR'])&&_0xb1c35d[_0x2c89df(0x2b6)](_0x591c8c[_0x2c89df(0x24b)],_0xb1c35d[_0x2c89df(0x20c)])&&_0xb1c35d[_0x2c89df(0x2b6)](_0x591c8c['testFramework'],_0xb1c35d[_0x2c89df(0x25d)])){logger[_0x2c89df(0x1d9)](_0x2c89df(0x1da)+_0x591c8c[_0x2c89df(0x24b)]+')');return;}try{const _0x4d8846=AutomationFramework[_0x2c89df(0x346)](),_0x1915a7=TestFramework[_0x2c89df(0x346)](),_0x28a98d=_0x591c8c[_0x2c89df(0x2d9)]||global[_0x2c89df(0x187)]?.[_0x2c89df(0x257)]||null;if(_0xb1c35d[_0x2c89df(0x203)](_0x591c8c[_0x2c89df(0x24b)],_0xb1c35d[_0x2c89df(0x25d)])){const _0x5cb0cf=_0x591c8c[_0x2c89df(0x2d1)]||_0x4d8846&&_0x4d8846[_0x2c89df(0x1e5)]&&_0x4d8846['getPlatformCaps']()||_0x4d8846&&_0x4d8846[_0x2c89df(0x2f4)]&&_0x4d8846['getCapabilities']()||{},_0x247103=_0x591c8c[_0x2c89df(0x205)]||null,_0xe45647=this[_0x2c89df(0x18d)](_0x4d8846,_0x5cb0cf,_0x247103),_0x2df55a=CLIUtils[_0x2c89df(0x270)]();this[_0x2c89df(0x291)][_0x2c89df(0x310)](_0x2df55a,_0xe45647);global[_0x2c89df(0x19a)]?.[_0x2c89df(0x217)]&&global[_0x2c89df(0x19a)][_0x2c89df(0x217)]()[_0x2c89df(0x276)](_0xe45647);_0xe45647?(global['accessibilityPlatform']=!![],process[_0x2c89df(0x2eb)][_0x2c89df(0x224)]=_0xb1c35d[_0x2c89df(0x27a)]):global[_0x2c89df(0x1f0)]=![];logger[_0x2c89df(0x1d9)](_0x2c89df(0x33e)+_0xe45647);return;}if(!_0x28a98d){_0x1915a7&&_0x1915a7[_0x2c89df(0x201)](_0xb1c35d[_0x2c89df(0x2e7)],!![]);logger[_0x2c89df(0x1d9)](_0xb1c35d['RczpP']);return;}logger[_0x2c89df(0x1d9)](_0xb1c35d[_0x2c89df(0x283)]);const _0x35e737=_0x1915a7?.[_0x2c89df(0x2e9)](_0xb1c35d[_0x2c89df(0x2b7)],![]),_0x2055c1=_0x1915a7?.[_0x2c89df(0x2e9)](_0xb1c35d[_0x2c89df(0x2e7)],![]);if(_0xb1c35d[_0x2c89df(0x219)](_0x35e737,![])&&_0xb1c35d[_0x2c89df(0x1fc)](_0x2055c1,![])){_0x1915a7&&_0x1915a7['updateData'](_0xb1c35d['DEhBC'],!![]);logger[_0x2c89df(0x1d9)](_0xb1c35d['quOyL']);return;}_0x1915a7&&_0x1915a7[_0x2c89df(0x201)](_0xb1c35d[_0x2c89df(0x2e7)],!![]);let _0x15c01a,_0x4cdc1c;const _0x4c8f33=_0x591c8c[_0x2c89df(0x24b)]||_0xb1c35d[_0x2c89df(0x2ed)];if(_0xb1c35d['gevPq'](_0x4c8f33,_0xb1c35d[_0x2c89df(0x20c)])){_0x4cdc1c=_0x591c8c[_0x2c89df(0x282)]?.[_0x2c89df(0x325)]||_0x591c8c[_0x2c89df(0x282)]?.['id']||global[_0x2c89df(0x1fa)]||global['__workerDetails']?.[_0x2c89df(0x1d7)]?.['testAnalyticsId']||global[_0x2c89df(0x187)]?.[_0x2c89df(0x1d7)]?.['id'];const _0x43e76b=_0x1915a7?.[_0x2c89df(0x27e)]()?.[_0x2c89df(0x1a3)](_0x4cdc1c);if(_0x43e76b&&_0x43e76b[TestFrameworkConstants[_0x2c89df(0x1b1)]])_0x15c01a=_0x43e76b[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x591c8c[_0x2c89df(0x282)]?.[_0x2c89df(0x160)])_0x15c01a=_0x591c8c[_0x2c89df(0x282)][_0x2c89df(0x160)];else global[_0x2c89df(0x187)]?.[_0x2c89df(0x1d7)]?.['testInfo']?.[_0x2c89df(0x160)]?_0x15c01a=global[_0x2c89df(0x187)][_0x2c89df(0x1d7)]['testInfo'][_0x2c89df(0x160)]:_0x15c01a=_0xb1c35d['xvlbm'];}logger[_0x2c89df(0x1d9)](_0x2c89df(0x302)+_0x4cdc1c+',\x20testName='+JSON['stringify'](_0x15c01a));}else{_0x4cdc1c=this[_0x2c89df(0x23a)](_0x591c8c);const _0x435413=TestInfo[_0x2c89df(0x1ce)](_0x4cdc1c);let _0x3cd3f9=[];if(_0x435413&&Array[_0x2c89df(0x2f9)](_0x435413[_0x2c89df(0x27c)])&&_0xb1c35d[_0x2c89df(0x31b)](_0x435413[_0x2c89df(0x27c)][_0x2c89df(0x2c4)],0x0))_0x3cd3f9=_0x435413[_0x2c89df(0x27c)];else{if(_0x1915a7){const _0x563707=_0xb1c35d[_0x2c89df(0x2d7)](typeof _0x1915a7[_0x2c89df(0x2e9)],_0xb1c35d[_0x2c89df(0x274)])?_0x1915a7[_0x2c89df(0x2e9)](_0xb1c35d[_0x2c89df(0x2ad)],[]):_0x1915a7[_0x2c89df(0x27c)]||[];Array['isArray'](_0x563707)&&(_0x3cd3f9=_0x563707);}}_0x15c01a=_0x3cd3f9;}logger[_0x2c89df(0x1c2)](_0x2c89df(0x1a1)+JSON['stringify'](_0x15c01a));const _0x26a986=this[_0x2c89df(0x18d)](_0x4d8846,_0x591c8c[_0x2c89df(0x2d1)],_0x591c8c['launchCaps']);logger['debug']('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x26a986+_0x2c89df(0x178)+this[_0x2c89df(0x2b9)]);const _0x16143d=this[_0x2c89df(0x155)](_0x15c01a,_0x4d8846,_0x4c8f33),_0x23a82d=_0xb1c35d[_0x2c89df(0x311)](_0x26a986,_0x16143d),_0x5dd20c=CLIUtils[_0x2c89df(0x270)]();this[_0x2c89df(0x291)][_0x2c89df(0x310)](_0x5dd20c,_0x23a82d),global[_0x2c89df(0x19a)]?.[_0x2c89df(0x217)]&&global[_0x2c89df(0x19a)]['getContext']()[_0x2c89df(0x276)](_0x23a82d),logger[_0x2c89df(0x1d9)](_0x2c89df(0x337)+(_0x4d8846?.[_0x2c89df(0x1e2)]?.()||_0xb1c35d[_0x2c89df(0x2d5)])+_0x2c89df(0x306)+_0x23a82d),_0x23a82d?(global[_0x2c89df(0x1f0)]=!![],process[_0x2c89df(0x2eb)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0xb1c35d[_0x2c89df(0x27a)],this[_0x2c89df(0x2f0)]()):global['accessibilityPlatform']=![];}catch(_0x4cae9f){logger['error'](_0x2c89df(0x30b)+(_0x4cae9f[_0x2c89df(0x1d2)]||_0x4cae9f[_0x2c89df(0x2ce)]));const _0x92a033=CLIUtils['getCurrentInstanceName']();this[_0x2c89df(0x291)][_0x2c89df(0x310)](_0x92a033,![]),global[_0x2c89df(0x1f0)]=![];}}[a105_0x2dde0e(0x2f5)](){const _0x234491=a105_0x2dde0e;return this['capabilities'][_0x234491(0x25f)](_0x4905e9=>_0x4905e9[_0x234491(0x1ee)]()===_0x234491(0x31c))?.[_0x234491(0x251)]()||'';}[a105_0x2dde0e(0x19c)](_0x3ac16e){const _0x437d6c=a105_0x2dde0e;try{const _0x928868=this[_0x437d6c(0x273)]?.['options']?.[_0x437d6c(0x1ec)]||[],_0x11b1ec=_0x928868['find'](_0x999a67=>_0x999a67[_0x437d6c(0x343)]===_0x3ac16e);return _0x11b1ec?_0x11b1ec['value']:null;}catch(_0x539086){return logger[_0x437d6c(0x1d9)](_0x437d6c(0x293)+_0x3ac16e+':\x20'+_0x539086[_0x437d6c(0x2ce)]),null;}}async[a105_0x2dde0e(0x1e6)](_0x13feb2,_0x3f5432){const _0x391589=a105_0x2dde0e,_0x265271=_0x13feb2[_0x391589(0x1b0)]()[_0x391589(0x238)](),_0x5276b4=_0x265271['getScriptsList'](),_0xc3bda3=_0x265271['getCommandsToWrap']()?.[_0x391589(0x2a1)]();scripts['parseFromProto'](_0x5276b4,_0xc3bda3),scripts[_0x391589(0x20a)]();const _0x56a451=_0x265271[_0x391589(0x32c)]();this['capabilities']=_0x265271[_0x391589(0x32c)](),await this[_0x391589(0x2a5)](_0x56a451,_0x3f5432['launchCaps']);}async[a105_0x2dde0e(0x2a5)](_0x55eae1,_0x517807={}){const _0x4c7a5b=a105_0x2dde0e,_0x53bb1f={'rWUEH':function(_0x2e210d,_0x2ed8ed){return _0x2e210d===_0x2ed8ed;},'MqJKF':_0x4c7a5b(0x20d),'WFzZX':_0x4c7a5b(0x1a9),'TFCEc':function(_0x3dc848,_0xed8342){return _0x3dc848(_0xed8342);},'oqHqw':'../../../helpers/accessibility-automation/helper','xbgzX':_0x4c7a5b(0x17c),'VFcrj':'wcagVersion','dMMSs':_0x4c7a5b(0x1d3),'PBdOa':function(_0x5e7188,_0x2de214){return _0x5e7188===_0x2de214;},'ybVpY':_0x4c7a5b(0x2ae),'XQsUB':'browserstack.accessibilityOptions.scannerVersion','NNsvr':_0x4c7a5b(0x1b5),'OlVRP':_0x4c7a5b(0x2ff),'prcWB':'isMobileScanningEnabledForGroup','rymqM':function(_0x22c82b,_0x2619ea){return _0x22c82b(_0x2619ea);},'QMskp':function(_0x52fc6c,_0x714e5d){return _0x52fc6c===_0x714e5d;},'oKZYn':_0x4c7a5b(0x28c)};global[_0x4c7a5b(0x164)]=global[_0x4c7a5b(0x164)]||{};for(const _0x554a08 of _0x55eae1){logger['info']('name:\x20'+_0x554a08['getName']()+'\x20value='+_0x554a08[_0x4c7a5b(0x251)]());if(_0x53bb1f['rWUEH'](_0x554a08[_0x4c7a5b(0x1ee)](),_0x53bb1f['MqJKF'])){const _0x13fa6b=_0x554a08[_0x4c7a5b(0x251)]();process[_0x4c7a5b(0x2eb)][_0x4c7a5b(0x2f3)]=_0x13fa6b,global[_0x4c7a5b(0x164)][_0x53bb1f['WFzZX']]=_0x13fa6b;const _0x409493=_0x53bb1f['TFCEc'](require,_0x53bb1f[_0x4c7a5b(0x1cd)]),{isTrue:_0x2c21f0}=_0x53bb1f[_0x4c7a5b(0x2c1)](require,_0x53bb1f[_0x4c7a5b(0x331)]),_0x16cc35=_0x409493[_0x4c7a5b(0x324)](_0x13fa6b);_0x16cc35&&_0x53bb1f[_0x4c7a5b(0x2c1)](_0x2c21f0,_0x16cc35[_0x4c7a5b(0x2be)])&&(process[_0x4c7a5b(0x2eb)][_0x4c7a5b(0x340)]=!![]);}else{if(_0x53bb1f[_0x4c7a5b(0x334)](_0x554a08[_0x4c7a5b(0x1ee)](),_0x53bb1f[_0x4c7a5b(0x237)]))global[_0x4c7a5b(0x164)][_0x53bb1f[_0x4c7a5b(0x227)]]=_0x554a08[_0x4c7a5b(0x251)]();else{if(_0x53bb1f['PBdOa'](_0x554a08['getName'](),_0x53bb1f[_0x4c7a5b(0x151)]))global[_0x4c7a5b(0x164)][_0x53bb1f[_0x4c7a5b(0x330)]]=_0x554a08[_0x4c7a5b(0x251)]();else{if(_0x53bb1f[_0x4c7a5b(0x1d4)](_0x554a08[_0x4c7a5b(0x1ee)](),_0x53bb1f[_0x4c7a5b(0x349)]))global[_0x4c7a5b(0x164)][_0x53bb1f[_0x4c7a5b(0x23d)]]=_0x554a08['getValue']();else{if(_0x53bb1f['PBdOa'](_0x554a08[_0x4c7a5b(0x1ee)](),_0x53bb1f[_0x4c7a5b(0x185)])){const _0x441786=_0x554a08[_0x4c7a5b(0x251)]();process['env'][_0x4c7a5b(0x34a)]=_0x53bb1f[_0x4c7a5b(0x152)](String,_0x53bb1f[_0x4c7a5b(0x1d4)](_0x441786,!![])||_0x53bb1f[_0x4c7a5b(0x186)](_0x441786,_0x53bb1f['oKZYn'])),logger['debug'](_0x4c7a5b(0x188)+_0x441786+_0x4c7a5b(0x1bf)+process[_0x4c7a5b(0x2eb)][_0x4c7a5b(0x34a)]);}}}}}}}async[a105_0x2dde0e(0x264)](_0x5411f5){const _0x541391=a105_0x2dde0e,_0x4f5a31={};_0x4f5a31[_0x541391(0x28f)]=function(_0x5125e2,_0x4162d3){return _0x5125e2!==_0x4162d3;},_0x4f5a31[_0x541391(0x223)]='cucumber',_0x4f5a31[_0x541391(0x2c9)]=_0x541391(0x338),_0x4f5a31[_0x541391(0x1f1)]=function(_0x28f2e2,_0x3b17c2){return _0x28f2e2!==_0x3b17c2;},_0x4f5a31[_0x541391(0x208)]=_0x541391(0x28e),_0x4f5a31[_0x541391(0x26e)]='unknown';const _0x177153=_0x4f5a31;if(_0x177153['bGClY'](_0x5411f5[_0x541391(0x24b)],_0x177153[_0x541391(0x223)])&&_0x177153[_0x541391(0x28f)](_0x5411f5[_0x541391(0x24b)],_0x177153[_0x541391(0x2c9)])&&_0x177153[_0x541391(0x1f1)](_0x5411f5[_0x541391(0x24b)],_0x177153[_0x541391(0x208)])){logger[_0x541391(0x1d9)]('onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x5411f5[_0x541391(0x24b)]+')');return;}const _0x1bbf17=_0x5411f5[_0x541391(0x282)]?.[_0x541391(0x325)]||_0x5411f5[_0x541391(0x282)]?.['id']||global[_0x541391(0x1fa)];logger[_0x541391(0x1c2)]('[AccessibilityModule]\x20onAfterTest:\x20framework='+_0x5411f5[_0x541391(0x24b)]+_0x541391(0x33a)+_0x1bbf17);try{const _0x3a34a6=_0x5411f5['instance']||AutomationFramework['getTrackedInstance'](),_0xffcce9=CLIUtils[_0x541391(0x270)](),_0x17f479=this[_0x541391(0x33c)]();logger[_0x541391(0x1d9)](_0x541391(0x337)+(_0x3a34a6?.[_0x541391(0x1e2)]?.()||_0x177153[_0x541391(0x26e)])+_0x541391(0x2ef)+_0x17f479),_0x17f479&&await this[_0x541391(0x15a)](_0x3a34a6,_0x5411f5),this[_0x541391(0x291)][_0x541391(0x29e)](_0xffcce9),this[_0x541391(0x280)]['delete'](_0xffcce9);}catch(_0x2b484b){logger[_0x541391(0x297)](_0x541391(0x2e5)+(_0x2b484b[_0x541391(0x1d2)]||_0x2b484b[_0x541391(0x2ce)]));}}async[a105_0x2dde0e(0x15a)](_0x3466b3,_0x199b15){const _0x4635b3=a105_0x2dde0e,_0x157e18={};_0x157e18[_0x4635b3(0x252)]=function(_0x52246e,_0x2e443f){return _0x52246e===_0x2e443f;},_0x157e18[_0x4635b3(0x228)]=_0x4635b3(0x16c),_0x157e18[_0x4635b3(0x196)]=_0x4635b3(0x338),_0x157e18[_0x4635b3(0x1be)]=_0x4635b3(0x2dd),_0x157e18[_0x4635b3(0x176)]=function(_0x49289a,_0x7abad8){return _0x49289a===_0x7abad8;},_0x157e18['Joqry']=_0x4635b3(0x1ba),_0x157e18[_0x4635b3(0x21a)]=_0x4635b3(0x291),_0x157e18[_0x4635b3(0x2e0)]=_0x4635b3(0x1a6),_0x157e18[_0x4635b3(0x24a)]='unknown',_0x157e18[_0x4635b3(0x172)]=_0x4635b3(0x256),_0x157e18[_0x4635b3(0x2ea)]=_0x4635b3(0x320),_0x157e18[_0x4635b3(0x275)]=function(_0x1a8b42,_0x5d9950){return _0x1a8b42===_0x5d9950;},_0x157e18['rgjBe']=function(_0x118647,_0x557545){return _0x118647||_0x557545;},_0x157e18['dlbLG']=function(_0x3704f7,_0x118375){return _0x3704f7||_0x118375;},_0x157e18[_0x4635b3(0x1d1)]=function(_0x3d87f4,_0x93edfe){return _0x3d87f4||_0x93edfe;},_0x157e18['EKgyP']=_0x4635b3(0x262),_0x157e18[_0x4635b3(0x19f)]=_0x4635b3(0x182),_0x157e18[_0x4635b3(0x309)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x5b1d5d=_0x157e18;try{const _0x242193=_0x199b15[_0x4635b3(0x24b)]||(_0x5b1d5d[_0x4635b3(0x252)](this['testFrameworkData']?.[_0x4635b3(0x343)]?.['toLowerCase'](),_0x5b1d5d['cQdUA'])?_0x5b1d5d[_0x4635b3(0x196)]:_0x5b1d5d[_0x4635b3(0x1be)]);let _0x3511be='',_0x2fc7d8=null,_0x32cfba=null;if(_0x5b1d5d[_0x4635b3(0x176)](_0x242193,_0x5b1d5d[_0x4635b3(0x196)])){_0x2fc7d8=_0x199b15[_0x4635b3(0x282)]?.[_0x4635b3(0x325)]||_0x199b15['testInfo']?.['id']||global[_0x4635b3(0x1fa)];if(!_0x2fc7d8){logger[_0x4635b3(0x1f4)](_0x5b1d5d[_0x4635b3(0x2f8)]);return;}try{const _0x1aff41=await GrpcClient[_0x4635b3(0x1dd)]()[_0x4635b3(0x15c)](process['env'][_0x4635b3(0x2d8)],_0x5b1d5d[_0x4635b3(0x21a)],_0x5b1d5d[_0x4635b3(0x2e0)],_0x2fc7d8),_0x5e1926=AccessibilityModule[_0x4635b3(0x24f)](null,_0x1aff41);_0x3511be=_0x5e1926?.[_0x4635b3(0x27f)]||'',logger[_0x4635b3(0x1d9)](_0x4635b3(0x166)+_0x3511be+_0x4635b3(0x2ac)+_0x2fc7d8),_0x32cfba=_0x1aff41;}catch(_0x1b0fe0){logger[_0x4635b3(0x297)](_0x4635b3(0x29f)+_0x1b0fe0[_0x4635b3(0x2ce)]);return;}}else{const _0x3f7e4d=this[_0x4635b3(0x23a)](_0x199b15);_0x3511be=TestInfo[_0x4635b3(0x1fe)](_0x3f7e4d);}const _0x63c7a3=((()=>{const _0xac58ba=_0x4635b3,_0x3f179b=(this['accessibilityConfig']?.['options']?.[_0xac58ba(0x1ec)]||[])[_0xac58ba(0x25f)](_0x438f00=>(typeof _0x438f00[_0xac58ba(0x1ee)]===_0xac58ba(0x16c)?_0x438f00[_0xac58ba(0x1ee)]():_0x438f00[_0xac58ba(0x343)])===this[_0xac58ba(0x18e)]);return _0x3f179b?_0x5b1d5d[_0xac58ba(0x252)](typeof _0x3f179b[_0xac58ba(0x251)],_0x5b1d5d[_0xac58ba(0x228)])?_0x3f179b[_0xac58ba(0x251)]():_0x3f179b[_0xac58ba(0x243)]:'';})()),_0x1b57ff=process[_0x4635b3(0x2eb)][_0x4635b3(0x26d)]||'';logger[_0x4635b3(0x1d9)]('[platform\x20-\x20'+(_0x3466b3?.[_0x4635b3(0x1e2)]?.()||_0x5b1d5d[_0x4635b3(0x24a)])+']\x20clear\x20'+_0x3511be+_0x4635b3(0x2bc)+_0x63c7a3+_0x4635b3(0x195)+(_0x1b57ff?_0x5b1d5d[_0x4635b3(0x172)]:_0x5b1d5d[_0x4635b3(0x2ea)]));let _0x32b9db;if(_0x5b1d5d[_0x4635b3(0x275)](_0x242193,_0x5b1d5d['cQdUA']))_0x32b9db=AccessibilityModule[_0x4635b3(0x24f)](_0x3511be,_0x32cfba);else{const _0x1b6bd1=await GrpcClient['getInstance']()[_0x4635b3(0x15c)](process[_0x4635b3(0x2eb)][_0x4635b3(0x2d8)],_0x5b1d5d[_0x4635b3(0x21a)],_0x5b1d5d[_0x4635b3(0x2e0)]);_0x32b9db=AccessibilityModule[_0x4635b3(0x24f)](_0x3511be,_0x1b6bd1);}logger['debug'](_0x4635b3(0x183)+JSON['stringify'](_0x32b9db));const _0x397ead=Object[_0x4635b3(0x1af)]({},{'thTestRunUuid':_0x5b1d5d['rgjBe'](_0x3511be,''),'thBuildUuid':_0x5b1d5d[_0x4635b3(0x30d)](_0x63c7a3,''),'thJwtToken':_0x5b1d5d[_0x4635b3(0x1d1)](_0x1b57ff,'')},_0x32b9db);!this[_0x4635b3(0x2b9)]&&this[_0x4635b3(0x29b)]()&&(_0x397ead[_0x4635b3(0x296)]=!![],logger[_0x4635b3(0x1d9)](_0x5b1d5d[_0x4635b3(0x29a)]));logger[_0x4635b3(0x1d9)](_0x4635b3(0x281)+_0x3511be+_0x4635b3(0x178)+this['isAppAccessibility']);let _0x13ac5f=global[_0x4635b3(0x187)]?.[_0x4635b3(0x257)]||null;!_0x13ac5f&&(_0x13ac5f=AutomationFramework[_0x4635b3(0x329)](_0x3466b3,_0x5b1d5d[_0x4635b3(0x19f)],null)),!_0x13ac5f&&(_0x13ac5f=AutomationFramework['getState'](_0x3466b3,_0x5b1d5d[_0x4635b3(0x309)],null)),await this[_0x4635b3(0x1aa)](this['getCurrentAccessibilityStatus'](),_0x3511be,_0x13ac5f,_0x397ead,this[_0x4635b3(0x2b9)]);}catch(_0x2530c3){logger[_0x4635b3(0x297)](_0x4635b3(0x15b)+(_0x2530c3[_0x4635b3(0x1d2)]||_0x2530c3[_0x4635b3(0x2ce)]));}}async[a105_0x2dde0e(0x1aa)](_0x322be8,_0x240d91,_0x7409e1,_0xabe5e6,_0x5b40ab){const _0x3037b9=a105_0x2dde0e,_0x361f21={};_0x361f21[_0x3037b9(0x321)]='saveResults',_0x361f21[_0x3037b9(0x315)]=function(_0x15544d,_0x72628c){return _0x15544d&&_0x72628c;},_0x361f21['iEXdQ']=_0x3037b9(0x1c9),_0x361f21['IuVJv']=function(_0x83f72f,_0x4bc554){return _0x83f72f===_0x4bc554;},_0x361f21[_0x3037b9(0x25a)]=_0x3037b9(0x320),_0x361f21[_0x3037b9(0x158)]=function(_0x27046d,_0x478cd9){return _0x27046d===_0x478cd9;},_0x361f21[_0x3037b9(0x254)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x361f21[_0x3037b9(0x347)]=_0x3037b9(0x316),_0x361f21['UUIOo']='afterTestHook',_0x361f21[_0x3037b9(0x32e)]=_0x3037b9(0x2b4),_0x361f21['DrkpO']=_0x3037b9(0x16d),_0x361f21[_0x3037b9(0x1d5)]='a11y:save-results',_0x361f21[_0x3037b9(0x2cd)]=_0x3037b9(0x1c1);const _0x5cc73e=_0x361f21;try{const _0x58bfd1=this['getScriptByName'](_0x5cc73e[_0x3037b9(0x321)]);if(_0x5cc73e[_0x3037b9(0x315)](!_0x5b40ab,!_0x58bfd1)){logger[_0x3037b9(0x1d9)](_0x5cc73e[_0x3037b9(0x1ea)]);return;}if(!_0x240d91||_0x5cc73e[_0x3037b9(0x2b8)](_0x240d91,_0x5cc73e[_0x3037b9(0x25a)])||_0x5cc73e[_0x3037b9(0x158)](_0x240d91,'')){logger[_0x3037b9(0x1d9)](_0x5cc73e[_0x3037b9(0x254)]);return;}logger['debug'](_0x3037b9(0x177)+JSON[_0x3037b9(0x1e8)](_0xabe5e6)),_0x322be8&&(logger[_0x3037b9(0x1d9)](_0x5cc73e[_0x3037b9(0x347)]),await this[_0x3037b9(0x2b1)](_0x7409e1,_0x240d91,_0x5cc73e['UUIOo'],_0xabe5e6,_0x5b40ab,_0x5cc73e[_0x3037b9(0x32e)]),_0x5cc73e[_0x3037b9(0x315)](!_0x5b40ab,_0x58bfd1)&&(logger[_0x3037b9(0x1d9)](_0x5cc73e['DrkpO']),await PerformanceTester['measureWrapper'](_0x5cc73e['SjSud'],async()=>{const _0x537605=_0x3037b9;await this[_0x537605(0x2b1)](_0x7409e1,_0x240d91,_0x5cc73e[_0x537605(0x321)],_0xabe5e6,_0x5b40ab,_0x5cc73e[_0x537605(0x321)]);})()),logger[_0x3037b9(0x1c2)](_0x5cc73e[_0x3037b9(0x2cd)]));}catch(_0xa01e55){logger['error'](_0x3037b9(0x244)+(_0xa01e55[_0x3037b9(0x1d2)]||_0xa01e55[_0x3037b9(0x2ce)]));}}async[a105_0x2dde0e(0x259)](_0x13b499){const _0x4e5fd7=a105_0x2dde0e,_0x57577a={};_0x57577a[_0x4e5fd7(0x247)]=function(_0x3a4835,_0x3ffc30){return _0x3a4835!==_0x3ffc30;},_0x57577a['yxDIH']='cucumber',_0x57577a['dQpjk']='jest',_0x57577a[_0x4e5fd7(0x17b)]=function(_0x182033,_0x4f8f76){return _0x182033!==_0x4f8f76;},_0x57577a['ZRpWq']='testcafe',_0x57577a[_0x4e5fd7(0x153)]=_0x4e5fd7(0x327),_0x57577a[_0x4e5fd7(0x190)]=_0x4e5fd7(0x2f2),_0x57577a['SsRSK']=function(_0x38da51,_0x34e562){return _0x38da51===_0x34e562;},_0x57577a[_0x4e5fd7(0x312)]=_0x4e5fd7(0x216),_0x57577a[_0x4e5fd7(0x1ae)]=_0x4e5fd7(0x291),_0x57577a[_0x4e5fd7(0x189)]=_0x4e5fd7(0x278),_0x57577a[_0x4e5fd7(0x288)]=_0x4e5fd7(0x268),_0x57577a[_0x4e5fd7(0x214)]=_0x4e5fd7(0x28d),_0x57577a['vwzik']=_0x4e5fd7(0x2b4),_0x57577a[_0x4e5fd7(0x2fe)]='null';const _0x62eb05=_0x57577a;if(_0x62eb05['BUOcv'](_0x13b499[_0x4e5fd7(0x24b)],_0x62eb05['yxDIH'])&&_0x62eb05[_0x4e5fd7(0x247)](_0x13b499[_0x4e5fd7(0x24b)],_0x62eb05['dQpjk'])&&_0x62eb05[_0x4e5fd7(0x17b)](_0x13b499[_0x4e5fd7(0x24b)],_0x62eb05[_0x4e5fd7(0x159)])){logger['debug'](_0x4e5fd7(0x22b)+_0x13b499[_0x4e5fd7(0x24b)]+')');return;}logger[_0x4e5fd7(0x1d9)](_0x4e5fd7(0x25c)+(_0x13b499[_0x4e5fd7(0x1e7)]||_0x62eb05[_0x4e5fd7(0x153)])+_0x4e5fd7(0x2f6)+_0x13b499['testFramework']);try{const _0x170f78=_0x13b499[_0x4e5fd7(0x2de)]||AutomationFramework[_0x4e5fd7(0x346)](),_0x424221=TestFramework[_0x4e5fd7(0x346)](),_0x518fd6=_0x13b499['commandName']||_0x13b499[_0x4e5fd7(0x169)]?.[_0x4e5fd7(0x1ee)]();if(!_0x518fd6){logger[_0x4e5fd7(0x1d9)](_0x62eb05[_0x4e5fd7(0x190)]);return;}if(!this[_0x4e5fd7(0x33c)]()){logger[_0x4e5fd7(0x1d9)](_0x4e5fd7(0x2d4)+_0x518fd6);return;}if(!this[_0x4e5fd7(0x16b)](_0x518fd6)){logger[_0x4e5fd7(0x1d9)](_0x4e5fd7(0x27d)+_0x518fd6+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x29273a=_0x13b499[_0x4e5fd7(0x2d9)]||global['__workerDetails']?.[_0x4e5fd7(0x257)];if(!_0x29273a){logger[_0x4e5fd7(0x1d9)](_0x4e5fd7(0x198)+_0x518fd6);return;}let _0xf9223f='',_0x1f5a19=null;if(_0x62eb05[_0x4e5fd7(0x30f)](_0x13b499[_0x4e5fd7(0x24b)],_0x62eb05[_0x4e5fd7(0x323)])){_0x1f5a19=_0x13b499[_0x4e5fd7(0x282)]?.[_0x4e5fd7(0x325)]||_0x13b499[_0x4e5fd7(0x282)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x1f5a19){logger[_0x4e5fd7(0x1f4)](_0x62eb05['DuDEl']);return;}try{const _0x394aa4=await GrpcClient[_0x4e5fd7(0x1dd)]()[_0x4e5fd7(0x15c)](process['env'][_0x4e5fd7(0x2d8)],_0x62eb05[_0x4e5fd7(0x1ae)],_0x62eb05[_0x4e5fd7(0x189)],_0x1f5a19),_0x434daa=AccessibilityModule[_0x4e5fd7(0x24f)](null,_0x394aa4);_0xf9223f=_0x434daa?.[_0x4e5fd7(0x27f)]||'',logger[_0x4e5fd7(0x1d9)](_0x4e5fd7(0x31d)+_0xf9223f+_0x4e5fd7(0x2ac)+_0x1f5a19);}catch(_0x173a6e){logger[_0x4e5fd7(0x297)](_0x4e5fd7(0x22a)+_0x173a6e[_0x4e5fd7(0x2ce)]);return;}}else _0xf9223f=this[_0x4e5fd7(0x19c)](_0x62eb05[_0x4e5fd7(0x288)])||'',!_0xf9223f&&this[_0x4e5fd7(0x29b)]()&&(_0xf9223f=accessibilityHelper[_0x4e5fd7(0x18b)]());const _0xac091a=this[_0x4e5fd7(0x19c)](_0x62eb05[_0x4e5fd7(0x214)])||this[_0x4e5fd7(0x273)][this[_0x4e5fd7(0x18e)]]||null,_0x50987b=process['env'][_0x4e5fd7(0x26d)]||'',_0x5c88f6=this[_0x4e5fd7(0x2a7)](_0x518fd6,_0xf9223f,_0xac091a,_0x50987b),_0xc0dbb2=_0x62eb05[_0x4e5fd7(0x30f)](_0x13b499[_0x4e5fd7(0x24b)],_0x62eb05[_0x4e5fd7(0x323)])?await AccessibilityModule[_0x4e5fd7(0x180)](_0x62eb05[_0x4e5fd7(0x300)],_0xf9223f,_0x1f5a19):await AccessibilityModule[_0x4e5fd7(0x180)](_0x62eb05[_0x4e5fd7(0x300)],_0xf9223f);logger[_0x4e5fd7(0x1c2)](_0x4e5fd7(0x1e9)+(_0x5c88f6?JSON[_0x4e5fd7(0x1e8)](_0x5c88f6):_0x62eb05[_0x4e5fd7(0x2fe)]));const _0x13c963=CLIUtils[_0x4e5fd7(0x332)](_0x5c88f6,_0xc0dbb2);logger[_0x4e5fd7(0x1c2)](_0x4e5fd7(0x2e6)+(_0x13c963?JSON[_0x4e5fd7(0x1e8)](_0x13c963):_0x62eb05['Ipook'])),logger[_0x4e5fd7(0x1d9)](_0x4e5fd7(0x25e)+_0x518fd6);const _0x30a943=await this['performScanForCli'](_0x29273a,_0xf9223f,_0x518fd6,_0x13c963,this[_0x4e5fd7(0x2b9)]);logger[_0x4e5fd7(0x1d9)](_0x4e5fd7(0x2fa)+_0x518fd6+_0x4e5fd7(0x31e)+JSON['stringify'](_0x30a943));}catch(_0x10b6fd){logger[_0x4e5fd7(0x297)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x10b6fd[_0x4e5fd7(0x1d2)]||_0x10b6fd[_0x4e5fd7(0x2ce)]));}}[a105_0x2dde0e(0x2a9)](){const _0x54c67e=a105_0x2dde0e;return this[_0x54c67e(0x33c)]();}[a105_0x2dde0e(0x17e)](_0x2499be){const _0x2e9da7=a105_0x2dde0e,_0xcda4e3=CLIUtils['getCurrentInstanceName']();this[_0x2e9da7(0x291)]['set'](_0xcda4e3,_0x2499be);}async['initAccessibilityConfig'](_0x3676a1){const _0xeaba3e=a105_0x2dde0e,_0x385087={};_0x385087[_0xeaba3e(0x2e1)]=_0xeaba3e(0x327);const _0x242fc9=_0x385087;try{const _0x5d897b=_0x3676a1['instance']||AutomationFramework[_0xeaba3e(0x346)](),_0x38125f=_0x5d897b?.[_0xeaba3e(0x2e9)]?.()?.[_0xeaba3e(0x1a3)]?.(this[_0xeaba3e(0x2e2)])||![];if(_0x38125f)return;PerformanceTester[_0xeaba3e(0x2a3)](EVENTS[_0xeaba3e(0x1ac)]);const _0x4943e9=await GrpcClient[_0xeaba3e(0x1dd)]()[_0xeaba3e(0x28a)](_0x3676a1);_0x4943e9&&_0x4943e9[_0xeaba3e(0x1b0)]&&_0x4943e9[_0xeaba3e(0x1b0)]()&&_0x4943e9[_0xeaba3e(0x1b0)]()['getSuccess']()?(await this[_0xeaba3e(0x1dc)](_0x4943e9,_0x3676a1),_0x5d897b?.['getData']&&_0x5d897b['getData']()[_0xeaba3e(0x310)](this['KEY_INIT'],!![]),logger[_0xeaba3e(0x1d9)](_0xeaba3e(0x337)+(_0x5d897b?.[_0xeaba3e(0x1e2)]?.()||_0x242fc9[_0xeaba3e(0x2e1)])+_0xeaba3e(0x173))):logger[_0xeaba3e(0x1d9)]('[platform\x20-\x20'+(_0x5d897b?.[_0xeaba3e(0x1e2)]?.()||_0x242fc9[_0xeaba3e(0x2e1)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester['end'](EVENTS[_0xeaba3e(0x1ac)]);}catch(_0x1fdca7){PerformanceTester[_0xeaba3e(0x1cc)](EVENTS[_0xeaba3e(0x1ac)],![],_0x1fdca7[_0xeaba3e(0x2ce)]),logger[_0xeaba3e(0x297)](_0xeaba3e(0x24c)+(_0x1fdca7[_0xeaba3e(0x1d2)]||_0x1fdca7['message']));}}async[a105_0x2dde0e(0x1dc)](_0x3c1e55,_0x374342){const _0x2c7814=a105_0x2dde0e;await this[_0x2c7814(0x1e6)](_0x3c1e55,_0x374342);const _0x134005=_0x3c1e55[_0x2c7814(0x1b0)]()[_0x2c7814(0x238)]();if(_0x134005){const _0x428da4=_0x3c1e55[_0x2c7814(0x18c)]&&_0x3c1e55['getTesthub']();_0x428da4&&(this[_0x2c7814(0x273)][this['KEY_TESTHUB_BUILD_ID']]=_0x428da4['getBuildId']&&_0x428da4['getBuildId']());}}['shouldScanForCommand'](_0x5c9f8a){const _0x50fe90=a105_0x2dde0e,_0x5453fc={};_0x5453fc['QuReN']=function(_0x3e05d0,_0x394803){return _0x3e05d0===_0x394803;};const _0x4204b3=_0x5453fc;try{if(!_0x5c9f8a)return![];const _0x18cd8d=this[_0x50fe90(0x273)]?.[_0x50fe90(0x15f)]?.[_0x50fe90(0x263)]?.['commandsList']||[],_0x352604=_0x18cd8d[_0x50fe90(0x314)](_0x8b4535=>{const _0x242f9b=_0x50fe90;return _0x8b4535[_0x242f9b(0x343)]&&_0x4204b3['QuReN'](_0x8b4535[_0x242f9b(0x343)][_0x242f9b(0x1b2)](),_0x5c9f8a[_0x242f9b(0x1b2)]());});return logger[_0x50fe90(0x1d9)](_0x50fe90(0x1c7)+_0x5c9f8a+_0x50fe90(0x305)+_0x352604+_0x50fe90(0x2f7)+JSON['stringify'](_0x18cd8d[_0x50fe90(0x209)](_0x524cc3=>_0x524cc3[_0x50fe90(0x343)]))),_0x352604;}catch(_0x119b32){return logger['debug'](_0x50fe90(0x1f6)+_0x119b32['message']),![];}}[a105_0x2dde0e(0x211)](_0x3ea950){const _0x5034f4=a105_0x2dde0e,_0x13e264={};_0x13e264[_0x5034f4(0x232)]=function(_0x2ad66a,_0x525d56){return _0x2ad66a===_0x525d56;},_0x13e264['sHZRA']=_0x5034f4(0x260),_0x13e264[_0x5034f4(0x229)]=_0x5034f4(0x222);const _0x3cf64f=_0x13e264,_0x26e91b=_0x3ea950[_0x5034f4(0x236)]&&_0x3ea950[_0x5034f4(0x236)]();return _0x26e91b&&_0x3cf64f['uwkel'](typeof _0x26e91b,_0x3cf64f[_0x5034f4(0x317)])&&_0x26e91b[_0x5034f4(0x199)](_0x3cf64f['JkQGm']);}[a105_0x2dde0e(0x1bd)](_0x4e52e6){const _0x4cdc84=a105_0x2dde0e,_0x62c4db={};_0x62c4db[_0x4cdc84(0x18a)]=function(_0x5831da,_0x44f217){return _0x5831da!==_0x44f217;},_0x62c4db[_0x4cdc84(0x2c8)]=_0x4cdc84(0x260),_0x62c4db['HOZNy']=_0x4cdc84(0x291),_0x62c4db[_0x4cdc84(0x23f)]=_0x4cdc84(0x278),_0x62c4db[_0x4cdc84(0x175)]=_0x4cdc84(0x241),_0x62c4db[_0x4cdc84(0x245)]=_0x4cdc84(0x2a2);const _0x2dcb5d=_0x62c4db,_0x13224c=_0x4e52e6['getScript']&&_0x4e52e6[_0x4cdc84(0x236)]();if(!_0x13224c||_0x2dcb5d['JjAlP'](typeof _0x13224c,_0x2dcb5d[_0x4cdc84(0x2c8)]))return![];return _0x13224c[_0x4cdc84(0x199)](_0x2dcb5d[_0x4cdc84(0x345)])||_0x13224c['includes'](_0x2dcb5d[_0x4cdc84(0x23f)])||_0x13224c[_0x4cdc84(0x199)](_0x2dcb5d['DlDZz'])||_0x13224c[_0x4cdc84(0x199)](_0x2dcb5d[_0x4cdc84(0x245)]);}[a105_0x2dde0e(0x29b)](){const _0x2140a2=a105_0x2dde0e,_0x43cbee={'QlTYe':function(_0x5eb4b8,_0x268422){return _0x5eb4b8===_0x268422;},'cQCpS':_0x2140a2(0x16c),'OlDrF':function(_0x237363,_0x16c278){return _0x237363(_0x16c278);},'sWsCO':_0x2140a2(0x26c),'DMGJf':function(_0x3a1ab8,_0x2b9de4){return _0x3a1ab8(_0x2b9de4);},'gIgsd':'browserName','FBhEg':_0x2140a2(0x1d0),'kEXaB':function(_0x1d6932,_0x2e178e){return _0x1d6932(_0x2e178e);},'lsFGl':_0x2140a2(0x2fd)};try{const _0x56f77d=this['accessibilityConfig']?.['options']?.['capabilitiesList']||[],_0x199a67=_0x3a10ba=>{const _0x4bb7bb=_0x2140a2,_0x2d1402=_0x56f77d[_0x4bb7bb(0x25f)](_0x25050d=>(typeof _0x25050d[_0x4bb7bb(0x1ee)]===_0x4bb7bb(0x16c)?_0x25050d['getName']():_0x25050d[_0x4bb7bb(0x343)])===_0x3a10ba);return _0x2d1402?_0x43cbee['QlTYe'](typeof _0x2d1402['getValue'],_0x43cbee[_0x4bb7bb(0x2e3)])?_0x2d1402[_0x4bb7bb(0x251)]():_0x2d1402['value']:null;},_0x562e44=_0x43cbee[_0x2140a2(0x289)](_0x199a67,_0x43cbee['sWsCO']),_0x1f323b=_0x43cbee[_0x2140a2(0x2fc)](_0x199a67,_0x43cbee[_0x2140a2(0x272)]),_0x28c6f0=global[_0x2140a2(0x33d)]||_0x562e44&&_0x43cbee[_0x2140a2(0x24e)](_0x43cbee['DMGJf'](String,_0x562e44)[_0x2140a2(0x1b2)](),_0x43cbee[_0x2140a2(0x2a0)])&&_0x1f323b&&_0x43cbee[_0x2140a2(0x1ca)](String,_0x1f323b)[_0x2140a2(0x1b2)]()[_0x2140a2(0x199)](_0x43cbee[_0x2140a2(0x1c8)]);if(!_0x28c6f0)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x2140a2(0x267)]&&(logger[_0x2140a2(0x1f4)](accessibilityHelper[_0x2140a2(0x192)]),this[_0x2140a2(0x267)]=!![]),![];return!![];}catch(_0x133c2d){return logger['debug'](_0x2140a2(0x20e)+_0x133c2d['message']),![];}}['getParamsForScanForCli'](_0x4d014d,_0x118b9a,_0xebe726,_0x11e43f){const _0x5a294f=a105_0x2dde0e,_0x219f16={};_0x219f16[_0x5a294f(0x179)]=function(_0x425e0a,_0x38d9db){return _0x425e0a||_0x38d9db;},_0x219f16[_0x5a294f(0x322)]=function(_0x44039e,_0x374765){return _0x44039e&&_0x374765;},_0x219f16[_0x5a294f(0x344)]=function(_0x2961c8,_0x32710e){return _0x2961c8||_0x32710e;},_0x219f16[_0x5a294f(0x235)]='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x410178=_0x219f16;let _0x1ab84c=_0x410178[_0x5a294f(0x179)](_0x118b9a,'');const _0x38f3da=!this['isAppAccessibility']&&this[_0x5a294f(0x29b)]();_0x410178[_0x5a294f(0x322)](_0x38f3da,!_0x1ab84c)&&(_0x1ab84c=accessibilityHelper[_0x5a294f(0x18b)]());const _0x19c9d3={'command':_0x4d014d,'thTestRunUuid':_0x1ab84c,'thBuildUuid':_0x410178['vrIhm'](_0xebe726,''),'thJwtToken':_0x410178[_0x5a294f(0x344)](_0x11e43f,''),'timestamp':new Date()[_0x5a294f(0x261)]()};return _0x38f3da&&(_0x19c9d3[_0x5a294f(0x296)]=!![],logger[_0x5a294f(0x1d9)](_0x410178['xDeuT'])),_0x19c9d3;}[a105_0x2dde0e(0x287)](_0x27a14c){const _0x1d594c=a105_0x2dde0e,_0x3ae3bc={};_0x3ae3bc[_0x1d594c(0x194)]=function(_0x50a71f,_0xb43f2){return _0x50a71f||_0xb43f2;};const _0x1b9124=_0x3ae3bc;try{const _0x539775=this[_0x1d594c(0x273)]?.[_0x1d594c(0x15f)]?.[_0x1d594c(0x2e4)]||[],_0x383580=_0x539775[_0x1d594c(0x25f)](_0x4e16f2=>_0x4e16f2[_0x1d594c(0x343)]===_0x27a14c);return _0x1b9124[_0x1d594c(0x194)](_0x383580,null);}catch(_0x1d0884){return logger[_0x1d594c(0x1d9)](_0x1d594c(0x1b3)+_0x27a14c+':\x20'+_0x1d0884['message']),null;}}async[a105_0x2dde0e(0x1e4)](_0x2510dc,_0x50119f,_0x1814b9=null){const _0x2c8906=a105_0x2dde0e,_0x2b61ca={'cHScJ':function(_0x3ca83b,_0xfd72d5){return _0x3ca83b(_0xfd72d5);},'bufLi':'../../playwright/accessibility-helper'};try{if(!_0x2510dc)return logger[_0x2c8906(0x1d9)](_0x2c8906(0x30e)+_0x50119f),null;const _0x31a57c=this['getScriptByName'](_0x50119f);if(!_0x31a57c||!_0x31a57c[_0x2c8906(0x169)])return logger[_0x2c8906(0x1d9)](_0x2c8906(0x30a)+_0x50119f+_0x2c8906(0x1c5)),null;logger[_0x2c8906(0x1d9)](_0x2c8906(0x1c0)+_0x50119f+_0x2c8906(0x1df));const _0x35f975=_0x2b61ca[_0x2c8906(0x295)](require,_0x2b61ca[_0x2c8906(0x318)]),_0x35aead=_0x1814b9?await _0x35f975[_0x2c8906(0x307)](_0x2510dc,_0x31a57c[_0x2c8906(0x169)],_0x1814b9):await _0x35f975[_0x2c8906(0x307)](_0x2510dc,_0x31a57c[_0x2c8906(0x169)]);return _0x35aead;}catch(_0x29fabc){return logger[_0x2c8906(0x297)](_0x2c8906(0x1de)+_0x50119f+':\x20'+(_0x29fabc[_0x2c8906(0x1d2)]||_0x29fabc[_0x2c8906(0x2ce)])),null;}}async[a105_0x2dde0e(0x2b1)](_0x838aca,_0x11eb62,_0x3186ab,_0x3ef719,_0x2643f7,_0x2f32d0='scan'){const _0x21eb1f=a105_0x2dde0e,_0x4df7d4={'kptHM':function(_0x3c056a,_0x285f86){return _0x3c056a===_0x285f86;},'VFCaS':'scan','Mypnm':function(_0x589922,_0x10854e){return _0x589922(_0x10854e);},'BcIzQ':_0x21eb1f(0x294)};try{logger['debug'](_0x21eb1f(0x191)+_0x3186ab+_0x21eb1f(0x204)+_0x2f32d0);const _0x4346ac=this[_0x21eb1f(0x287)](_0x2f32d0);if(!_0x4346ac||!_0x4346ac[_0x21eb1f(0x169)]){logger[_0x21eb1f(0x1d9)](_0x21eb1f(0x2c5)+_0x2f32d0+_0x21eb1f(0x333));return;}if(_0x4df7d4['kptHM'](_0x2f32d0,_0x4df7d4[_0x21eb1f(0x157)])){const _0x2fc592=_0x4df7d4['Mypnm'](require,_0x4df7d4[_0x21eb1f(0x215)]),_0x1fed19={};_0x1fed19[_0x21eb1f(0x169)]=_0x3186ab;const _0x371006=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x21eb1f(0x271)],async()=>{const _0x6a2315=_0x21eb1f;return await _0x2fc592[_0x6a2315(0x307)](_0x838aca,_0x4346ac[_0x6a2315(0x169)],_0x3ef719);},_0x1fed19)();return logger[_0x21eb1f(0x1c2)]('Page\x20'+_0x2f32d0+'\x20result\x20for\x20'+_0x3186ab+':\x20'+util[_0x21eb1f(0x171)](_0x371006)),_0x371006;}const _0x14b511=_0x4df7d4[_0x21eb1f(0x1f7)](require,_0x4df7d4[_0x21eb1f(0x215)]),_0x2db717=await PerformanceTester[_0x21eb1f(0x154)](PerformanceA11yEvents[_0x21eb1f(0x1f9)],async()=>{const _0x5b70e7=_0x21eb1f;return await _0x14b511['browserStackEvaluate'](_0x838aca,_0x4346ac[_0x5b70e7(0x169)],_0x3ef719);})();return logger[_0x21eb1f(0x1c2)]('Page\x20'+_0x2f32d0+_0x21eb1f(0x193)+_0x3186ab+':\x20'+util['format'](_0x2db717)),_0x2db717;}catch(_0x59e0a3){logger['error']('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x2f32d0+':\x20'+(_0x59e0a3[_0x21eb1f(0x1d2)]||_0x59e0a3[_0x21eb1f(0x2ce)]));}}async[a105_0x2dde0e(0x2bd)](_0x510580){const _0x437434=a105_0x2dde0e,_0x37a12f={'QYGjp':function(_0x4694b2,_0x389a06){return _0x4694b2(_0x389a06);},'VEiyP':_0x437434(0x1db)};try{const _0x489a9b=_0x37a12f[_0x437434(0x32f)](require,_0x37a12f[_0x437434(0x1e1)]);return await _0x489a9b[_0x437434(0x200)](_0x510580);}catch(_0x382c82){return logger[_0x437434(0x297)](_0x437434(0x20f)+(_0x382c82['stack']||_0x382c82[_0x437434(0x2ce)])),![];}}[a105_0x2dde0e(0x2c3)](_0x357974,_0x17a5ee,_0x2fcd21){const _0x5b3302=a105_0x2dde0e,_0x5bd3f2={'yNxnc':function(_0x459c78,_0x30f3a2){return _0x459c78(_0x30f3a2);},'bapui':_0x5b3302(0x294),'HXADD':_0x5b3302(0x290),'pkoph':_0x5b3302(0x266)};try{const _0x5d4ef5=_0x5bd3f2[_0x5b3302(0x24d)](require,_0x5bd3f2[_0x5b3302(0x167)]);_0x5d4ef5[_0x5b3302(0x2c3)](_0x357974,_0x17a5ee,_0x2fcd21);const _0x40c480=JSON['stringify'](_0x357974)['replace'](/"browserstack\.user":"[^"]*"/g,_0x5bd3f2[_0x5b3302(0x31a)])[_0x5b3302(0x1ad)](/"browserstack\.key":"[^"]*"/g,_0x5bd3f2[_0x5b3302(0x1c4)]);logger['debug'](_0x5b3302(0x34b)+global[_0x5b3302(0x1f0)]+'\x20'+_0x40c480);}catch(_0x2442a4){logger[_0x5b3302(0x297)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x2442a4[_0x5b3302(0x1d2)]||_0x2442a4[_0x5b3302(0x2ce)]));}}async[a105_0x2dde0e(0x16a)](_0x1217a0){const _0x39ac6e=a105_0x2dde0e,_0x116fbe={};_0x116fbe[_0x39ac6e(0x21f)]=_0x39ac6e(0x15d),_0x116fbe[_0x39ac6e(0x16f)]=function(_0x1d1316,_0xefc1e7){return _0x1d1316>_0xefc1e7;},_0x116fbe[_0x39ac6e(0x342)]=_0x39ac6e(0x241);const _0x264c6f=_0x116fbe;try{if(!this[_0x39ac6e(0x33c)]())return logger[_0x39ac6e(0x1f4)](_0x264c6f['CzBqD']),[];const _0xf878bd=this[_0x39ac6e(0x29b)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x264c6f['gZITJ'](Object[_0x39ac6e(0x285)](_0xf878bd)[_0x39ac6e(0x2c4)],0x0)&&logger['debug']('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON['stringify'](_0xf878bd));const _0x8058d8=_0x264c6f[_0x39ac6e(0x16f)](Object['keys'](_0xf878bd)[_0x39ac6e(0x2c4)],0x0)?await this[_0x39ac6e(0x1e4)](_0x1217a0,_0x264c6f[_0x39ac6e(0x342)],_0xf878bd):await this[_0x39ac6e(0x1e4)](_0x1217a0,_0x264c6f[_0x39ac6e(0x342)]);return _0x8058d8||[];}catch(_0x21bafd){return logger[_0x39ac6e(0x297)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x21bafd[_0x39ac6e(0x1d2)]||_0x21bafd[_0x39ac6e(0x2ce)])),[];}}async[a105_0x2dde0e(0x1ef)](_0x4b4685){const _0x2e4120=a105_0x2dde0e,_0x531218={'baVcX':'scan','Lbbee':_0x2e4120(0x30c),'fjXlG':_0x2e4120(0x304),'mUtdc':function(_0x3996d4,_0x1a02fe){return _0x3996d4(_0x1a02fe);},'flRUe':_0x2e4120(0x197),'kyVix':function(_0x199682,_0x226c0c){return _0x199682===_0x226c0c;},'VEVsP':_0x2e4120(0x338),'xvObU':_0x2e4120(0x27b),'Daikl':'accessibility','HVqqQ':_0x2e4120(0x28d),'eOcEi':'getAccessibilityResultsSummary','pWVcR':_0x2e4120(0x268),'XSkys':_0x2e4120(0x2cc),'jfAGO':_0x2e4120(0x33b)};try{if(!this[_0x2e4120(0x33c)]())return logger[_0x2e4120(0x1f4)](_0x531218['fjXlG']),{};const _0xa06935=_0x531218[_0x2e4120(0x1ab)](require,_0x531218[_0x2e4120(0x1b8)]),_0x4af902=_0xa06935[_0x2e4120(0x2b0)](),_0x32f688=_0x531218['kyVix'](_0x4af902?.[_0x2e4120(0x343)]?.[_0x2e4120(0x1b2)](),_0x531218['VEVsP']);let _0x281f9b='',_0x2d57e8=null,_0x335ebd=null;if(_0x32f688){_0x2d57e8=global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x2e4120(0x1d7)]?.['testAnalyticsId']||global['__workerDetails']?.[_0x2e4120(0x1d7)]?.['id'];if(!_0x2d57e8)return logger[_0x2e4120(0x1f4)](_0x531218[_0x2e4120(0x269)]),{};try{const _0x3c145d=await GrpcClient['getInstance']()[_0x2e4120(0x15c)](process[_0x2e4120(0x2eb)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x531218['Daikl'],_0x531218['Lbbee'],_0x2d57e8),_0x1113ec=AccessibilityModule[_0x2e4120(0x24f)](null,_0x3c145d);_0x281f9b=_0x1113ec?.[_0x2e4120(0x27f)]||'',logger[_0x2e4120(0x1d9)](_0x2e4120(0x22c)+_0x281f9b+'\x20from\x20testIdentifier='+_0x2d57e8);const _0x1ac4cb=await AccessibilityModule[_0x2e4120(0x180)](_0x531218[_0x2e4120(0x2c2)],_0x281f9b,_0x2d57e8),_0x4e03cf=this[_0x2e4120(0x19c)](_0x531218[_0x2e4120(0x2db)])||this[_0x2e4120(0x273)][this[_0x2e4120(0x18e)]]||null,_0x449ec5=process[_0x2e4120(0x2eb)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x5698b7=this[_0x2e4120(0x2a7)](_0x531218['eOcEi'],_0x281f9b,_0x4e03cf,_0x449ec5);_0x335ebd=_0xa06935[_0x2e4120(0x332)](_0x5698b7,_0x1ac4cb),logger[_0x2e4120(0x1d9)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON[_0x2e4120(0x1e8)](_0x335ebd));}catch(_0x2a0ff5){return logger[_0x2e4120(0x297)](_0x2e4120(0x2d0)+_0x2a0ff5[_0x2e4120(0x2ce)]),{};}}else{_0x281f9b=this[_0x2e4120(0x19c)](_0x531218[_0x2e4120(0x29c)])||'';!_0x281f9b&&this['isMobileWebSession']()&&(_0x281f9b=accessibilityHelper[_0x2e4120(0x18b)]());const _0x21dbf3=this[_0x2e4120(0x19c)](_0x531218[_0x2e4120(0x2db)])||this[_0x2e4120(0x273)][this[_0x2e4120(0x18e)]]||null,_0x25df62=process[_0x2e4120(0x2eb)][_0x2e4120(0x26d)]||'';_0x335ebd=this[_0x2e4120(0x2a7)](_0x531218[_0x2e4120(0x249)],_0x281f9b,_0x21dbf3,_0x25df62);}logger['debug'](_0x531218[_0x2e4120(0x19b)]),await PerformanceTester[_0x2e4120(0x154)](PerformanceA11yEvents[_0x2e4120(0x271)],async()=>{const _0x36b5f0=_0x2e4120,_0x2e6ad4=await this[_0x36b5f0(0x1e4)](_0x4b4685,_0x531218['baVcX'],_0x335ebd);logger['debug'](_0x36b5f0(0x21d)+util[_0x36b5f0(0x171)](_0x2e6ad4));},{'command':_0x531218[_0x2e4120(0x249)]})();const _0x3a6aa8=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2e4120(0x2dc)],async()=>{const _0x76cbe5=_0x2e4120;return await this[_0x76cbe5(0x1e4)](_0x4b4685,_0x531218[_0x76cbe5(0x2c2)],_0x335ebd);})();if(!_0x3a6aa8)return logger['debug'](_0x531218[_0x2e4120(0x1eb)]),{};return _0x3a6aa8;}catch(_0x32c67d){return logger[_0x2e4120(0x297)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x32c67d[_0x2e4120(0x1d2)]||_0x32c67d[_0x2e4120(0x2ce)])),{};}}async[a105_0x2dde0e(0x299)](_0x24f8a1,_0x484fbb,_0x16955c=null){const _0x28f440=a105_0x2dde0e,_0x47c0fb={};_0x47c0fb[_0x28f440(0x2b2)]=_0x28f440(0x2ba),_0x47c0fb[_0x28f440(0x1bb)]=_0x28f440(0x29d),_0x47c0fb[_0x28f440(0x246)]='Executing\x20accessibility\x20script\x20on\x20page';const _0x39bb91=_0x47c0fb;try{if(!_0x24f8a1)return logger[_0x28f440(0x1d9)](_0x39bb91[_0x28f440(0x2b2)]),null;if(!_0x484fbb)return logger[_0x28f440(0x1d9)](_0x39bb91[_0x28f440(0x1bb)]),null;logger[_0x28f440(0x1d9)](_0x39bb91[_0x28f440(0x246)]);const _0x441a74=_0x16955c?await _0x24f8a1[_0x28f440(0x1e0)](_0x484fbb,_0x16955c):await _0x24f8a1[_0x28f440(0x1e0)](_0x484fbb);return _0x441a74;}catch(_0x3dee24){return logger[_0x28f440(0x297)](_0x28f440(0x221)+(_0x3dee24[_0x28f440(0x1d2)]||_0x3dee24['message'])),null;}}static['loadDriverExecuteParams'](_0x1911fd,_0x2c52d6){const _0x51a249=a105_0x2dde0e,_0x12f65b={};_0x12f65b['EjzbS']=_0x51a249(0x1f2);const _0xafb56b=_0x12f65b,_0x5ebf58={};_0x5ebf58['thTestRunUuid']=_0x1911fd;const _0x142be1=_0x5ebf58;let _0x5ed29a={};if(_0x2c52d6[_0x51a249(0x2a6)]()&&_0x2c52d6['hasAccessibilityExecuteParams']())try{_0x5ed29a=JSON[_0x51a249(0x2ab)](new Buffer(_0x2c52d6['getAccessibilityExecuteParams']())[_0x51a249(0x162)](_0xafb56b[_0x51a249(0x20b)]));}catch(_0x46d42a){logger[_0x51a249(0x297)](_0x51a249(0x2bf)+_0x46d42a['message']),_0x5ed29a={};}return CLIUtils[_0x51a249(0x332)](_0x142be1,_0x5ed29a);}static async[a105_0x2dde0e(0x180)](_0x29ab4c,_0x1063eb='',_0x26d59f=null){const _0x37da74=a105_0x2dde0e,_0x3b226d={};_0x3b226d[_0x37da74(0x2cb)]=_0x37da74(0x2da),_0x3b226d['kEGSx']='accessibility';const _0x2f47f0=_0x3b226d;try{if(!_0x26d59f&&AccessibilityModule[_0x37da74(0x1a8)])return AccessibilityModule[_0x37da74(0x1c3)];if(!process[_0x37da74(0x2eb)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger['error'](_0x2f47f0[_0x37da74(0x2cb)]),{};const _0x557bf7=await GrpcClient['getInstance']()[_0x37da74(0x15c)](process['env'][_0x37da74(0x2d8)],_0x2f47f0[_0x37da74(0x1a2)],_0x29ab4c,_0x26d59f),_0x2c42b8=_0x26d59f?AccessibilityModule[_0x37da74(0x24f)](null,_0x557bf7)?.[_0x37da74(0x27f)]||_0x1063eb:_0x1063eb,_0x4d0513=AccessibilityModule[_0x37da74(0x24f)](_0x2c42b8,_0x557bf7);return!_0x26d59f&&(AccessibilityModule[_0x37da74(0x1c3)]=_0x4d0513,AccessibilityModule[_0x37da74(0x1a8)]=!![]),_0x4d0513;}catch(_0x5a9e70){return logger[_0x37da74(0x297)](_0x37da74(0x2f1)+_0x29ab4c+':\x20'+(_0x5a9e70[_0x37da74(0x1d2)]||_0x5a9e70[_0x37da74(0x2ce)])),{};}}}function a105_0x10f1(_0x3534fa,_0x666f7a){const _0x37229c=a105_0x3722();return a105_0x10f1=function(_0x10f138,_0x20667a){_0x10f138=_0x10f138-0x151;let _0x447ce1=_0x37229c[_0x10f138];return _0x447ce1;},a105_0x10f1(_0x3534fa,_0x666f7a);};module['exports']=AccessibilityModule;
@@ -1 +1 @@
1
- function a106_0x3cf2(_0x28263f,_0x27e761){const _0x280061=a106_0x2800();return a106_0x3cf2=function(_0x3cf2ab,_0x110659){_0x3cf2ab=_0x3cf2ab-0x14a;let _0x74f0cf=_0x280061[_0x3cf2ab];return _0x74f0cf;},a106_0x3cf2(_0x28263f,_0x27e761);}const a106_0x36c668=a106_0x3cf2;(function(_0x526ce3,_0x43934e){const _0x18cd9e=a106_0x3cf2,_0x48acb1=_0x526ce3();while(!![]){try{const _0x3ab09f=-parseInt(_0x18cd9e(0x157))/0x1+parseInt(_0x18cd9e(0x160))/0x2*(-parseInt(_0x18cd9e(0x154))/0x3)+-parseInt(_0x18cd9e(0x153))/0x4+-parseInt(_0x18cd9e(0x171))/0x5+-parseInt(_0x18cd9e(0x14f))/0x6*(-parseInt(_0x18cd9e(0x151))/0x7)+parseInt(_0x18cd9e(0x14b))/0x8+parseInt(_0x18cd9e(0x174))/0x9;if(_0x3ab09f===_0x43934e)break;else _0x48acb1['push'](_0x48acb1['shift']());}catch(_0x67e4f8){_0x48acb1['push'](_0x48acb1['shift']());}}}(a106_0x2800,0xb571a));const logger=require(a106_0x36c668(0x162))[a106_0x36c668(0x172)],{FRAMEWORKS}=require(a106_0x36c668(0x15b));class BaseModule{constructor(_0x547d4c=null){const _0x8afa71=a106_0x36c668,_0x4b4a98={};_0x4b4a98[_0x8afa71(0x15d)]=_0x8afa71(0x163),_0x4b4a98['LSOmT']=_0x8afa71(0x16f);const _0x322503=_0x4b4a98,_0x497497=_0x322503[_0x8afa71(0x15d)][_0x8afa71(0x14e)]('|');let _0x24fc68=0x0;while(!![]){switch(_0x497497[_0x24fc68++]){case'0':this['testFrameworkData']=this[_0x8afa71(0x15f)](_0x547d4c);continue;case'1':this[_0x8afa71(0x158)]={};continue;case'2':this[_0x8afa71(0x166)]=null;continue;case'3':this[_0x8afa71(0x150)]=0x0;continue;case'4':this[_0x8afa71(0x16a)]=_0x322503[_0x8afa71(0x16d)];continue;case'5':this[_0x8afa71(0x16c)]=null;continue;}break;}}[a106_0x36c668(0x156)](){const _0x4ec748=a106_0x36c668,_0x5ca8c8={};_0x5ca8c8[_0x4ec748(0x16b)]='Missing\x20binSessionId';const _0x349276=_0x5ca8c8;if(!this[_0x4ec748(0x166)])throw new Error(_0x349276[_0x4ec748(0x16b)]);}[a106_0x36c668(0x155)](){const _0x19075c=a106_0x36c668;return this[_0x19075c(0x16a)];}[a106_0x36c668(0x167)](_0x4bb03c,_0x1d5f69,_0x34ed26,_0x375d4e={}){const _0x1faf89=a106_0x36c668,_0x354d85={};_0x354d85[_0x1faf89(0x168)]=_0x1faf89(0x14a);const _0x2b7053=_0x354d85,_0x53c7ab=_0x2b7053['UzHOD'][_0x1faf89(0x14e)]('|');let _0x566a6f=0x0;while(!![]){switch(_0x53c7ab[_0x566a6f++]){case'0':this[_0x1faf89(0x150)]=_0x1d5f69;continue;case'1':this[_0x1faf89(0x158)]=_0x375d4e;continue;case'2':this[_0x1faf89(0x166)]=_0x4bb03c;continue;case'3':logger['debug'](_0x1faf89(0x164)+this[_0x1faf89(0x155)]()+_0x1faf89(0x161)+_0x4bb03c+_0x1faf89(0x14d)+_0x1d5f69);continue;case'4':this[_0x1faf89(0x16c)]=_0x34ed26;continue;}break;}}['getTestId'](_0x1a2d33){const _0x2c0f45=a106_0x36c668,_0x1aa76f={};_0x1aa76f[_0x2c0f45(0x170)]=function(_0x40e21a,_0x3af240){return _0x40e21a===_0x3af240;},_0x1aa76f[_0x2c0f45(0x159)]=function(_0x114554,_0x513840){return _0x114554===_0x513840;};const _0x539933=_0x1aa76f;let _0x43b95b='';if(_0x539933['aLyRj'](_0x1a2d33['testFramework'],FRAMEWORKS[_0x2c0f45(0x169)]))_0x43b95b=_0x1a2d33[_0x2c0f45(0x165)]?.['_test']?.['id']||_0x1a2d33['testInfo']?.[_0x2c0f45(0x15c)];else{if(_0x539933[_0x2c0f45(0x159)](_0x1a2d33[_0x2c0f45(0x14c)],FRAMEWORKS[_0x2c0f45(0x15a)]))_0x43b95b=_0x1a2d33[_0x2c0f45(0x165)]?.['testCaseStartedId'];else _0x539933[_0x2c0f45(0x170)](_0x1a2d33[_0x2c0f45(0x14c)],FRAMEWORKS[_0x2c0f45(0x15e)])&&(_0x43b95b=_0x1a2d33[_0x2c0f45(0x165)]?.['id']);}return _0x43b95b;}['setTestFrameworkData'](_0x37e285){const _0x12bf5e=a106_0x36c668,_0x3f0f23={};_0x3f0f23[_0x12bf5e(0x16e)]=function(_0x4ac2a4,_0x2bb403){return _0x4ac2a4!==_0x2bb403;},_0x3f0f23[_0x12bf5e(0x173)]='object';const _0x20cdcf=_0x3f0f23;if(!_0x37e285||_0x20cdcf['hOTqi'](typeof _0x37e285,_0x20cdcf[_0x12bf5e(0x173)]))return null;const _0x3ba940={};_0x3ba940[_0x12bf5e(0x16a)]=_0x37e285['name'],_0x3ba940[_0x12bf5e(0x152)]=_0x37e285['version']&&_0x37e285[_0x12bf5e(0x152)][_0x37e285['name']];const _0x1721e7=_0x3ba940;return _0x1721e7;}}function a106_0x2800(){const _0x31caa6=['3JozYQb','getModuleName','ensureBinSession','177599tLQiwB','config','ovblD','CUCUMBER','../../../helpers/test-observability/constants.js','testId','xjLfQ','JEST','setTestFrameworkData','515362bEShtu','\x20with\x20binSessionId=','../../../helpers/logger.js','4|2|3|1|5|0','Configured\x20module\x20','testInfo','binSessionId','configure','UzHOD','PLAYWRIGHT','name','baDnK','client','LSOmT','hOTqi','BaseModule','aLyRj','3627140UATrrx','winstonLogger','SipHT','11255697GywuPF','2|0|4|1|3','6290240KCMhDb','testFramework',',\x20platformIndex=','split','207738KqCrry','platformIndex','161PpaUCh','version','3717360FiLmhB'];a106_0x2800=function(){return _0x31caa6;};return a106_0x2800();}module['exports']=BaseModule;
1
+ const a106_0x4dc49e=a106_0xd5eb;(function(_0x2bfaf5,_0x190d86){const _0x3f484e=a106_0xd5eb,_0x379734=_0x2bfaf5();while(!![]){try{const _0x9d6e51=parseInt(_0x3f484e(0x141))/0x1*(-parseInt(_0x3f484e(0x128))/0x2)+-parseInt(_0x3f484e(0x147))/0x3+parseInt(_0x3f484e(0x135))/0x4+parseInt(_0x3f484e(0x14f))/0x5+-parseInt(_0x3f484e(0x12c))/0x6*(parseInt(_0x3f484e(0x14b))/0x7)+-parseInt(_0x3f484e(0x154))/0x8*(parseInt(_0x3f484e(0x14a))/0x9)+parseInt(_0x3f484e(0x13e))/0xa*(parseInt(_0x3f484e(0x129))/0xb);if(_0x9d6e51===_0x190d86)break;else _0x379734['push'](_0x379734['shift']());}catch(_0x5b11a9){_0x379734['push'](_0x379734['shift']());}}}(a106_0x15d2,0xbfc89));const logger=require(a106_0x4dc49e(0x153))[a106_0x4dc49e(0x13f)],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');function a106_0x15d2(){const _0x2aef83=['2743288ndZvhC','testCaseStartedId','apMXR','getModuleName',',\x20platformIndex=','mLYIf','fuPYK','ensureBinSession','upHaZ','40IUsFoU','winstonLogger','BaseModule','36241lybekx','PLAYWRIGHT','\x20with\x20binSessionId=','object','Configured\x20module\x20','exports','1086729eSjvqE','platformIndex','setTestFrameworkData','7270434JyPahC','196tFKEGB','version','testFrameworkData','JEST','2673785YYvSdv','config','_test','name','../../../helpers/logger.js','8yKSHBG','client','vzrja','testFramework','getTestId','configure','2ghqfjs','5279087dTCEnr','Missing\x20binSessionId','debug','246084UuGoMS','NzkgC','ONLSP','testInfo','binSessionId','eSxjG','split','1|0|2|4|3','1|0|4|2|5|3'];a106_0x15d2=function(){return _0x2aef83;};return a106_0x15d2();}function a106_0xd5eb(_0x587899,_0x5326c7){const _0x15d247=a106_0x15d2();return a106_0xd5eb=function(_0xd5eb1f,_0x43e792){_0xd5eb1f=_0xd5eb1f-0x125;let _0x439114=_0x15d247[_0xd5eb1f];return _0x439114;},a106_0xd5eb(_0x587899,_0x5326c7);}class BaseModule{constructor(_0x20cae3=null){const _0x5bae98=a106_0x4dc49e,_0x45adf4={};_0x45adf4[_0x5bae98(0x12d)]=_0x5bae98(0x134),_0x45adf4['fuPYK']=_0x5bae98(0x140);const _0x362306=_0x45adf4,_0x538e39=_0x362306['NzkgC'][_0x5bae98(0x132)]('|');let _0x35161c=0x0;while(!![]){switch(_0x538e39[_0x35161c++]){case'0':this[_0x5bae98(0x130)]=null;continue;case'1':this[_0x5bae98(0x152)]=_0x362306[_0x5bae98(0x13b)];continue;case'2':this[_0x5bae98(0x150)]={};continue;case'3':this[_0x5bae98(0x14d)]=this[_0x5bae98(0x149)](_0x20cae3);continue;case'4':this[_0x5bae98(0x148)]=0x0;continue;case'5':this[_0x5bae98(0x155)]=null;continue;}break;}}[a106_0x4dc49e(0x13c)](){const _0x4ce95d=a106_0x4dc49e,_0x2e09a9={};_0x2e09a9[_0x4ce95d(0x13d)]=_0x4ce95d(0x12a);const _0x4bff63=_0x2e09a9;if(!this[_0x4ce95d(0x130)])throw new Error(_0x4bff63[_0x4ce95d(0x13d)]);}['getModuleName'](){const _0x4d0e94=a106_0x4dc49e;return this[_0x4d0e94(0x152)];}[a106_0x4dc49e(0x127)](_0x4f1bde,_0x31bb90,_0x9f6cec,_0x14bfc8={}){const _0x5bc7fc=a106_0x4dc49e,_0x4560cf={};_0x4560cf[_0x5bc7fc(0x12e)]=_0x5bc7fc(0x133);const _0x1e0276=_0x4560cf,_0xff10e9=_0x1e0276[_0x5bc7fc(0x12e)][_0x5bc7fc(0x132)]('|');let _0x60f439=0x0;while(!![]){switch(_0xff10e9[_0x60f439++]){case'0':this[_0x5bc7fc(0x148)]=_0x31bb90;continue;case'1':this[_0x5bc7fc(0x130)]=_0x4f1bde;continue;case'2':this[_0x5bc7fc(0x155)]=_0x9f6cec;continue;case'3':logger[_0x5bc7fc(0x12b)](_0x5bc7fc(0x145)+this[_0x5bc7fc(0x138)]()+_0x5bc7fc(0x143)+_0x4f1bde+_0x5bc7fc(0x139)+_0x31bb90);continue;case'4':this['config']=_0x14bfc8;continue;}break;}}[a106_0x4dc49e(0x126)](_0x272d98){const _0x433853=a106_0x4dc49e,_0x28e83a={};_0x28e83a['mLYIf']=function(_0x534747,_0x24a647){return _0x534747===_0x24a647;},_0x28e83a[_0x433853(0x156)]=function(_0x505d3f,_0x4a329f){return _0x505d3f===_0x4a329f;};const _0x40e854=_0x28e83a;let _0x285ed1='';if(_0x40e854[_0x433853(0x13a)](_0x272d98[_0x433853(0x125)],FRAMEWORKS[_0x433853(0x142)]))_0x285ed1=_0x272d98[_0x433853(0x12f)]?.[_0x433853(0x151)]?.['id']||_0x272d98[_0x433853(0x12f)]?.['testId'];else{if(_0x40e854['mLYIf'](_0x272d98[_0x433853(0x125)],FRAMEWORKS['CUCUMBER']))_0x285ed1=_0x272d98[_0x433853(0x12f)]?.[_0x433853(0x136)];else _0x40e854[_0x433853(0x156)](_0x272d98[_0x433853(0x125)],FRAMEWORKS[_0x433853(0x14e)])&&(_0x285ed1=_0x272d98[_0x433853(0x12f)]?.['id']);}return _0x285ed1;}[a106_0x4dc49e(0x149)](_0x35dddc){const _0x35f513=a106_0x4dc49e,_0x2205d5={};_0x2205d5[_0x35f513(0x137)]=function(_0x5114ec,_0x266930){return _0x5114ec!==_0x266930;},_0x2205d5[_0x35f513(0x131)]=_0x35f513(0x144);const _0x2692f2=_0x2205d5;if(!_0x35dddc||_0x2692f2[_0x35f513(0x137)](typeof _0x35dddc,_0x2692f2[_0x35f513(0x131)]))return null;const _0x544c36={};_0x544c36[_0x35f513(0x152)]=_0x35dddc[_0x35f513(0x152)],_0x544c36[_0x35f513(0x14c)]=_0x35dddc[_0x35f513(0x14c)]&&_0x35dddc['version'][_0x35dddc['name']];const _0x210604=_0x544c36;return _0x210604;}}module[a106_0x4dc49e(0x146)]=BaseModule;
@@ -1 +1 @@
1
- const a107_0x533a5e=a107_0x3779;(function(_0x4f42ae,_0x307d6b){const _0x415c39=a107_0x3779,_0x1b4df0=_0x4f42ae();while(!![]){try{const _0x1aafae=parseInt(_0x415c39(0x18b))/0x1+-parseInt(_0x415c39(0x18d))/0x2*(parseInt(_0x415c39(0x182))/0x3)+-parseInt(_0x415c39(0x17d))/0x4+-parseInt(_0x415c39(0x195))/0x5*(-parseInt(_0x415c39(0x178))/0x6)+-parseInt(_0x415c39(0x186))/0x7*(-parseInt(_0x415c39(0x199))/0x8)+parseInt(_0x415c39(0x192))/0x9+parseInt(_0x415c39(0x17a))/0xa;if(_0x1aafae===_0x307d6b)break;else _0x1b4df0['push'](_0x1b4df0['shift']());}catch(_0x451e52){_0x1b4df0['push'](_0x1b4df0['shift']());}}}(a107_0x4f61,0x26b9d));const {createClassLogger}=require(a107_0x533a5e(0x194)),logger=createClassLogger(a107_0x533a5e(0x175)),{sendToEDS}=require('../../../helpers/helper.js'),isLTSSession=(_0x1464a5=null)=>{const _0x337a70=a107_0x533a5e,_0x1856d5={};_0x1856d5['xxTmt']=function(_0x529ef0,_0x58e039){return _0x529ef0!==_0x58e039;},_0x1856d5['vzIxY']=_0x337a70(0x19c),_0x1856d5[_0x337a70(0x183)]=function(_0x244d03,_0xd461d4){return _0x244d03===_0xd461d4;},_0x1856d5['IgbUi']=_0x337a70(0x196),_0x1856d5[_0x337a70(0x18f)]='true',_0x1856d5[_0x337a70(0x18a)]=function(_0x6abfae,_0x2d218e){return _0x6abfae===_0x2d218e;},_0x1856d5[_0x337a70(0x188)]=function(_0x5c6e62,_0x1a0b62){return _0x5c6e62===_0x1a0b62;},_0x1856d5[_0x337a70(0x197)]='false';const _0x4ad6ac=_0x1856d5;try{if(_0x4ad6ac['xxTmt'](typeof process['env'][_0x337a70(0x19b)],_0x4ad6ac[_0x337a70(0x198)])){const _0x4b15cc=process[_0x337a70(0x189)][_0x337a70(0x19b)];return _0x4ad6ac[_0x337a70(0x183)](typeof _0x4b15cc,_0x4ad6ac['IgbUi'])?_0x4ad6ac[_0x337a70(0x183)](_0x4b15cc[_0x337a70(0x19d)](),_0x4ad6ac[_0x337a70(0x18f)]):!!_0x4b15cc;}const _0x16aee6=_0x1464a5&&_0x1464a5[_0x337a70(0x19b)],_0x47af09=!!(_0x1464a5&&(_0x4ad6ac['ucCEZ'](_0x1464a5['browserstackAutomation'],!![])||_0x4ad6ac['KTzyi'](_0x1464a5[_0x337a70(0x180)],_0x4ad6ac['yWiFp']))),_0x4dd580=!!(_0x16aee6&&_0x4ad6ac[_0x337a70(0x188)](_0x16aee6['toString']()[_0x337a70(0x19d)](),_0x4ad6ac['yWiFp'])&&!_0x47af09);return process['env'][_0x337a70(0x19b)]=_0x4dd580?_0x4ad6ac[_0x337a70(0x18f)]:_0x4ad6ac[_0x337a70(0x197)],_0x4dd580;}catch(_0x30f9a4){return process[_0x337a70(0x189)]['overrideLoadTesting']=_0x4ad6ac[_0x337a70(0x197)],![];}},getLTSSessionId=()=>{const _0x33c7dc=a107_0x533a5e,_0x2a2e81={'cbzqE':function(_0x36410f){return _0x36410f();},'ljBFP':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','TEfVB':_0x33c7dc(0x181)};try{if(_0x2a2e81[_0x33c7dc(0x18c)](isLTSSession))return logger[_0x33c7dc(0x184)](_0x2a2e81[_0x33c7dc(0x185)]),process['env'][_0x33c7dc(0x17b)]||'';}catch(_0x176f63){logger[_0x33c7dc(0x177)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x176f63&&_0x176f63[_0x33c7dc(0x191)]));}return logger[_0x33c7dc(0x184)](_0x2a2e81[_0x33c7dc(0x190)]),'';},setLTSSessionId=async(_0x5a80ca={})=>{const _0x42a69c=a107_0x533a5e,_0x3a8177={'atFCj':function(_0x3f5320){return _0x3f5320();},'eMBSd':_0x42a69c(0x187),'iIrts':_0x42a69c(0x179),'Ygjjg':_0x42a69c(0x174),'rHNqk':function(_0x48a5cd,_0x323ab7){return _0x48a5cd(_0x323ab7);},'LBMCW':function(_0x20a656,_0x23424c,_0x154a25){return _0x20a656(_0x23424c,_0x154a25);},'lwyxe':function(_0x2bebf7,_0x4f1ea5){return _0x2bebf7||_0x4f1ea5;}};try{const _0x381262=_0x3a8177[_0x42a69c(0x17f)](getLTSSessionId);_0x381262?(process['env']['BROWSERSTACK_LTS_SESSION_ID']=_0x381262,logger[_0x42a69c(0x184)](_0x3a8177['eMBSd'])):(delete process[_0x42a69c(0x189)][_0x42a69c(0x17b)],logger[_0x42a69c(0x184)](_0x3a8177['iIrts']));try{const _0x26eccf={'feature':_0x3a8177['Ygjjg'],'ltsEnabled':_0x3a8177[_0x42a69c(0x193)](isLTSSession,_0x5a80ca),'ltsSessionIdPresent':!!_0x381262};await _0x3a8177[_0x42a69c(0x17e)](sendToEDS,_0x26eccf,_0x5a80ca);}catch(_0x398d01){logger[_0x42a69c(0x18e)]('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x398d01&&_0x398d01[_0x42a69c(0x191)]));}return _0x3a8177['lwyxe'](_0x381262,'');}catch(_0x537871){return logger[_0x42a69c(0x184)](_0x42a69c(0x19a)+(_0x537871&&_0x537871[_0x42a69c(0x191)])),'';}},a107_0x14b7a2={};function a107_0x4f61(){const _0x5b42a1=['129451mIDCKB','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','fbWJo','env','KTzyi','111904xHdAsh','cbzqE','82RTKgIQ','warn','yWiFp','TEfVB','message','1344429XUsarI','rHNqk','../../../helpers/classLogger.js','20LzVrxB','string','RQafE','vzIxY','56GjCdca','setLTSSessionId\x20error:\x20','overrideLoadTesting','undefined','toLowerCase','LTS','LoadTestModule','getLTSSessionId','error','85524qNIXWX','BROWSERSTACK_LTS_SESSION_ID\x20cleared','259910uNGFUI','BROWSERSTACK_LTS_SESSION_ID','exports','565456UPWDXk','LBMCW','atFCj','browserstackAutomation','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','12714YGzDdM','ucCEZ','debug','ljBFP'];a107_0x4f61=function(){return _0x5b42a1;};return a107_0x4f61();}function a107_0x3779(_0x1dea96,_0x216205){const _0x4f6176=a107_0x4f61();return a107_0x3779=function(_0x377970,_0x52c369){_0x377970=_0x377970-0x174;let _0x138a23=_0x4f6176[_0x377970];return _0x138a23;},a107_0x3779(_0x1dea96,_0x216205);}a107_0x14b7a2['isLTSSession']=isLTSSession,a107_0x14b7a2[a107_0x533a5e(0x176)]=getLTSSessionId,a107_0x14b7a2['setLTSSessionId']=setLTSSessionId,module[a107_0x533a5e(0x17c)]=a107_0x14b7a2;
1
+ function a107_0x24d7(){const _0x5dc0c6=['5791311XhHwwV','hGGIW','../../../helpers/classLogger.js','string','env','14921040OsoYid','54UvUYVy','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','warn','khgBC','660qSEssp','11350MOoLke','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','false','1nyqLnn','toString','zUXrq','ualMl','gmRjQ','53928agJCrF','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','error','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','KoRfp','browserstackAutomation','819066oGPrHd','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','qNjou','isLTSSession','GDdUv','2446328TkBeNV','setLTSSessionId\x20error:\x20','undefined','jHLAS','lgJWU','FDJdI','debug','IyeOX','WTosY','toLowerCase','yDYKx','VaBpt','21eUvIYV','LTS','message','BROWSERSTACK_LTS_SESSION_ID\x20cleared','setLTSSessionId','PpXSG','overrideLoadTesting','120885OzLABe','BROWSERSTACK_LTS_SESSION_ID','exports','7IXsQlv','getLTSSessionId','JNgpY','JDmbo','HklWr'];a107_0x24d7=function(){return _0x5dc0c6;};return a107_0x24d7();}const a107_0x291d09=a107_0x55e2;(function(_0x25b7d7,_0x4f579b){const _0x2f870f=a107_0x55e2,_0x4d158e=_0x25b7d7();while(!![]){try{const _0x3b6dd9=-parseInt(_0x2f870f(0xaf))/0x1*(-parseInt(_0x2f870f(0xba))/0x2)+-parseInt(_0x2f870f(0xcb))/0x3*(-parseInt(_0x2f870f(0xb4))/0x4)+parseInt(_0x2f870f(0xd2))/0x5*(-parseInt(_0x2f870f(0xa7))/0x6)+parseInt(_0x2f870f(0xd5))/0x7*(-parseInt(_0x2f870f(0xbf))/0x8)+-parseInt(_0x2f870f(0xa1))/0x9+parseInt(_0x2f870f(0xac))/0xa*(parseInt(_0x2f870f(0xab))/0xb)+parseInt(_0x2f870f(0xa6))/0xc;if(_0x3b6dd9===_0x4f579b)break;else _0x4d158e['push'](_0x4d158e['shift']());}catch(_0x54bfee){_0x4d158e['push'](_0x4d158e['shift']());}}}(a107_0x24d7,0x9e574));function a107_0x55e2(_0x38cc3c,_0x1f0146){const _0x24d7df=a107_0x24d7();return a107_0x55e2=function(_0x55e276,_0x116913){_0x55e276=_0x55e276-0xa1;let _0x2f7c07=_0x24d7df[_0x55e276];return _0x2f7c07;},a107_0x55e2(_0x38cc3c,_0x1f0146);}const {createClassLogger}=require(a107_0x291d09(0xa3)),logger=createClassLogger('LoadTestModule'),{sendToEDS}=require('../../../helpers/helper.js'),isLTSSession=(_0x48a2cd=null)=>{const _0x2bba67=a107_0x291d09,_0x578e6a={};_0x578e6a['FDJdI']=function(_0x1caca9,_0x2ef5e2){return _0x1caca9!==_0x2ef5e2;},_0x578e6a[_0x2bba67(0xbe)]=_0x2bba67(0xc1),_0x578e6a[_0x2bba67(0xd0)]=function(_0xc69c35,_0x439e76){return _0xc69c35===_0x439e76;},_0x578e6a[_0x2bba67(0xbc)]=_0x2bba67(0xa4),_0x578e6a['KoRfp']=function(_0x346efa,_0xff9312){return _0x346efa===_0xff9312;},_0x578e6a[_0x2bba67(0xaa)]='true',_0x578e6a[_0x2bba67(0xca)]=function(_0x51a36c,_0x4272aa){return _0x51a36c===_0x4272aa;},_0x578e6a[_0x2bba67(0xc6)]=function(_0x4270ad,_0x37209d){return _0x4270ad===_0x37209d;},_0x578e6a[_0x2bba67(0xd7)]=_0x2bba67(0xae);const _0x3ca4c7=_0x578e6a;try{if(_0x3ca4c7[_0x2bba67(0xc4)](typeof process[_0x2bba67(0xa5)][_0x2bba67(0xd1)],_0x3ca4c7[_0x2bba67(0xbe)])){const _0xf0b537=process[_0x2bba67(0xa5)][_0x2bba67(0xd1)];return _0x3ca4c7[_0x2bba67(0xd0)](typeof _0xf0b537,_0x3ca4c7[_0x2bba67(0xbc)])?_0x3ca4c7[_0x2bba67(0xb8)](_0xf0b537[_0x2bba67(0xc8)](),_0x3ca4c7[_0x2bba67(0xaa)]):!!_0xf0b537;}const _0x467971=_0x48a2cd&&_0x48a2cd[_0x2bba67(0xd1)],_0x5a1836=!!(_0x48a2cd&&(_0x3ca4c7[_0x2bba67(0xd0)](_0x48a2cd['browserstackAutomation'],!![])||_0x3ca4c7['VaBpt'](_0x48a2cd[_0x2bba67(0xb9)],_0x3ca4c7[_0x2bba67(0xaa)]))),_0x322179=!!(_0x467971&&_0x3ca4c7['IyeOX'](_0x467971[_0x2bba67(0xb0)]()[_0x2bba67(0xc8)](),_0x3ca4c7['khgBC'])&&!_0x5a1836);return process['env']['overrideLoadTesting']=_0x322179?_0x3ca4c7[_0x2bba67(0xaa)]:_0x3ca4c7[_0x2bba67(0xd7)],_0x322179;}catch(_0x26bda5){return process[_0x2bba67(0xa5)]['overrideLoadTesting']=_0x3ca4c7[_0x2bba67(0xd7)],![];}},getLTSSessionId=()=>{const _0x34147c=a107_0x291d09,_0x5681c6={'gmRjQ':function(_0x5be3f4){return _0x5be3f4();},'HklWr':_0x34147c(0xad),'zUXrq':_0x34147c(0xb7)};try{if(_0x5681c6[_0x34147c(0xb3)](isLTSSession))return logger['debug'](_0x5681c6[_0x34147c(0xd9)]),process[_0x34147c(0xa5)]['BROWSERSTACK_LTS_SESSION_ID']||'';}catch(_0x322933){logger[_0x34147c(0xb6)](_0x34147c(0xb5)+(_0x322933&&_0x322933[_0x34147c(0xcd)]));}return logger[_0x34147c(0xc5)](_0x5681c6[_0x34147c(0xb1)]),'';},setLTSSessionId=async(_0x8e732={})=>{const _0xa79e0a=a107_0x291d09,_0x1469bc={'WTosY':function(_0x1e5abd){return _0x1e5abd();},'JDmbo':_0xa79e0a(0xa8),'hGGIW':_0xa79e0a(0xce),'lgJWU':_0xa79e0a(0xcc),'yDYKx':function(_0x369e82,_0x1aeb79){return _0x369e82(_0x1aeb79);},'jHLAS':function(_0x500e94,_0x4997be,_0x5b112b){return _0x500e94(_0x4997be,_0x5b112b);},'ualMl':function(_0x169fba,_0x2ff745){return _0x169fba||_0x2ff745;}};try{const _0x5b8bda=_0x1469bc[_0xa79e0a(0xc7)](getLTSSessionId);_0x5b8bda?(process[_0xa79e0a(0xa5)][_0xa79e0a(0xd3)]=_0x5b8bda,logger['debug'](_0x1469bc[_0xa79e0a(0xd8)])):(delete process['env'][_0xa79e0a(0xd3)],logger[_0xa79e0a(0xc5)](_0x1469bc[_0xa79e0a(0xa2)]));try{const _0xe54809={'feature':_0x1469bc[_0xa79e0a(0xc3)],'ltsEnabled':_0x1469bc[_0xa79e0a(0xc9)](isLTSSession,_0x8e732),'ltsSessionIdPresent':!!_0x5b8bda};await _0x1469bc[_0xa79e0a(0xc2)](sendToEDS,_0xe54809,_0x8e732);}catch(_0xccf0e6){logger[_0xa79e0a(0xa9)](_0xa79e0a(0xbb)+(_0xccf0e6&&_0xccf0e6['message']));}return _0x1469bc[_0xa79e0a(0xb2)](_0x5b8bda,'');}catch(_0x1a495d){return logger[_0xa79e0a(0xc5)](_0xa79e0a(0xc0)+(_0x1a495d&&_0x1a495d[_0xa79e0a(0xcd)])),'';}},a107_0x447669={};a107_0x447669[a107_0x291d09(0xbd)]=isLTSSession,a107_0x447669[a107_0x291d09(0xd6)]=getLTSSessionId,a107_0x447669[a107_0x291d09(0xcf)]=setLTSSessionId,module[a107_0x291d09(0xd4)]=a107_0x447669;
@@ -1 +1 @@
1
- const a108_0x13f847=a108_0x1729;(function(_0x5255b2,_0x2b4161){const _0x27a87=a108_0x1729,_0x229de1=_0x5255b2();while(!![]){try{const _0xd5b204=-parseInt(_0x27a87(0x177))/0x1+parseInt(_0x27a87(0x17e))/0x2*(parseInt(_0x27a87(0x16d))/0x3)+-parseInt(_0x27a87(0x185))/0x4*(parseInt(_0x27a87(0x179))/0x5)+parseInt(_0x27a87(0x187))/0x6*(-parseInt(_0x27a87(0x18e))/0x7)+-parseInt(_0x27a87(0x17a))/0x8*(-parseInt(_0x27a87(0x169))/0x9)+-parseInt(_0x27a87(0x17c))/0xa*(parseInt(_0x27a87(0x167))/0xb)+parseInt(_0x27a87(0x168))/0xc;if(_0xd5b204===_0x2b4161)break;else _0x229de1['push'](_0x229de1['shift']());}catch(_0x1fe558){_0x229de1['push'](_0x229de1['shift']());}}}(a108_0x3681,0xbb759));function a108_0x1729(_0x1484c3,_0xaac75a){const _0x3681b7=a108_0x3681();return a108_0x1729=function(_0x172915,_0x3f81c8){_0x172915=_0x172915-0x167;let _0x7a0de3=_0x3681b7[_0x172915];return _0x7a0de3;},a108_0x1729(_0x1484c3,_0xaac75a);}function a108_0x3681(){const _0x132e65=['76910QqjGoq','./baseModule','634rPVpAj','end','ObservabilityModule','logger','observabilityConfig','onBeforeTest','CREATE','2529404IyBuTx','POST','2226iZosvn','MODULE_NAME','name','../state/automationFrameworkState.js','SQjkk','\x20sync\x20done','../../utils/constants.js','24787ZfFWCg','onBeforeTest:\x20page\x20is\x20not\x20defined','exports','737HwOPaP','23882400ciUDox','36dZiWHi','debug','TEST_REPORTING_ANALYTICS','../../../helpers/performance/constants.js','12645ankWSz','registerObserver','../../../helpers/performance/performance-tester.js','now','GIDbv','bind','SYNC','rypxo','HQlyy','page','1518803TjYlip','getModuleName','5CMUYue','2843280hBilBH','../state/hookState.js'];a108_0x3681=function(){return _0x132e65;};return a108_0x3681();}const BaseModule=require(a108_0x13f847(0x17d)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a108_0x13f847(0x18a)),HookState=require(a108_0x13f847(0x17b)),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require(a108_0x13f847(0x16f)),{O11y_EVENTS}=require(a108_0x13f847(0x16c)),constants=require(a108_0x13f847(0x18d));class ObservabilityModule extends BaseModule{['logger']=createClassLogger('ObservabilityModule');constructor(_0x21461f){const _0x606ea3=a108_0x13f847,_0x353955={};_0x353955[_0x606ea3(0x171)]=_0x606ea3(0x180);const _0x33d719=_0x353955;super(),this[_0x606ea3(0x189)]=_0x33d719[_0x606ea3(0x171)],this[_0x606ea3(0x182)]=_0x21461f,AutomationFramework[_0x606ea3(0x16e)](AutomationFrameworkState[_0x606ea3(0x184)],HookState[_0x606ea3(0x186)],this[_0x606ea3(0x183)][_0x606ea3(0x172)](this));}[a108_0x13f847(0x178)](){return ObservabilityModule['MODULE_NAME'];}async[a108_0x13f847(0x183)](_0x39790b){const _0x29e6bb=a108_0x13f847,_0x758e09={'SQjkk':function(_0x1f25ae,_0x41b294){return _0x1f25ae+_0x41b294;},'XEqbe':'ObservabilitySync:','MAMgp':function(_0x132d6b,_0x148b2f,_0x19b1c0,_0x560088){return _0x132d6b(_0x148b2f,_0x19b1c0,_0x560088);},'rypxo':_0x29e6bb(0x16a),'HQlyy':_0x29e6bb(0x18f)};if(_0x39790b[_0x29e6bb(0x176)]){const _0x386956=_0x39790b[_0x29e6bb(0x176)],_0xaf6727=Date[_0x29e6bb(0x170)](),_0x2ac074=_0x758e09[_0x29e6bb(0x18b)](_0x758e09['XEqbe'],_0xaf6727);PerformanceTester['start'](O11y_EVENTS['SYNC']),await _0x758e09['MAMgp'](playwrightAnnotate,_0x386956,_0x2ac074,_0x758e09[_0x29e6bb(0x174)]),PerformanceTester[_0x29e6bb(0x17f)](O11y_EVENTS[_0x29e6bb(0x173)]),this[_0x29e6bb(0x181)]['info']('onBeforeTest:\x20'+constants[_0x29e6bb(0x16b)]+_0x29e6bb(0x18c));}else this[_0x29e6bb(0x181)][_0x29e6bb(0x16a)](_0x758e09[_0x29e6bb(0x175)]);}}ObservabilityModule[a108_0x13f847(0x188)]='ObservabilityModule',module[a108_0x13f847(0x190)]=ObservabilityModule;
1
+ const a108_0x448bd0=a108_0x13ba;(function(_0xcb6c07,_0x1019b2){const _0x36672f=a108_0x13ba,_0x1380ad=_0xcb6c07();while(!![]){try{const _0x3755ad=parseInt(_0x36672f(0x195))/0x1+parseInt(_0x36672f(0x188))/0x2*(parseInt(_0x36672f(0x192))/0x3)+parseInt(_0x36672f(0x18f))/0x4*(-parseInt(_0x36672f(0x181))/0x5)+parseInt(_0x36672f(0x198))/0x6+parseInt(_0x36672f(0x184))/0x7+-parseInt(_0x36672f(0x19e))/0x8*(-parseInt(_0x36672f(0x18b))/0x9)+-parseInt(_0x36672f(0x186))/0xa*(parseInt(_0x36672f(0x17f))/0xb);if(_0x3755ad===_0x1019b2)break;else _0x1380ad['push'](_0x1380ad['shift']());}catch(_0x28a3b0){_0x1380ad['push'](_0x1380ad['shift']());}}}(a108_0xe80a,0xe412c));const BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a108_0x448bd0(0x19f)),AutomationFrameworkState=require(a108_0x448bd0(0x199)),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require(a108_0x448bd0(0x180)),constants=require(a108_0x448bd0(0x1a1));class ObservabilityModule extends BaseModule{[a108_0x448bd0(0x183)]=createClassLogger('ObservabilityModule');constructor(_0x2f6baa){const _0xcdeff6=a108_0x448bd0,_0xb66418={};_0xb66418['SYJhh']=_0xcdeff6(0x194);const _0x75f91=_0xb66418;super(),this[_0xcdeff6(0x190)]=_0x75f91[_0xcdeff6(0x196)],this['observabilityConfig']=_0x2f6baa,AutomationFramework[_0xcdeff6(0x19b)](AutomationFrameworkState[_0xcdeff6(0x197)],HookState[_0xcdeff6(0x185)],this['onBeforeTest'][_0xcdeff6(0x187)](this));}['getModuleName'](){return ObservabilityModule['MODULE_NAME'];}async[a108_0x448bd0(0x19c)](_0x4397e8){const _0x2d42fd=a108_0x448bd0,_0x2f685b={'NAuHo':function(_0x276f08,_0x21e586){return _0x276f08+_0x21e586;},'DtNCa':'ObservabilitySync:','FVgKG':function(_0x554597,_0x4aa400,_0x279f0c,_0x2fe904){return _0x554597(_0x4aa400,_0x279f0c,_0x2fe904);},'PdMzg':_0x2d42fd(0x182),'IeYGw':_0x2d42fd(0x1a0)};if(_0x4397e8[_0x2d42fd(0x19a)]){const _0x57755b=_0x4397e8[_0x2d42fd(0x19a)],_0x17e3be=Date['now'](),_0x2f4c09=_0x2f685b[_0x2d42fd(0x18a)](_0x2f685b['DtNCa'],_0x17e3be);PerformanceTester[_0x2d42fd(0x18e)](O11y_EVENTS[_0x2d42fd(0x18c)]),await _0x2f685b['FVgKG'](playwrightAnnotate,_0x57755b,_0x2f4c09,_0x2f685b['PdMzg']),PerformanceTester['end'](O11y_EVENTS[_0x2d42fd(0x18c)]),this[_0x2d42fd(0x183)][_0x2d42fd(0x193)](_0x2d42fd(0x191)+constants[_0x2d42fd(0x189)]+'\x20sync\x20done');}else this[_0x2d42fd(0x183)][_0x2d42fd(0x182)](_0x2f685b['IeYGw']);}}function a108_0x13ba(_0x396cc3,_0x28655a){const _0xe80a11=a108_0xe80a();return a108_0x13ba=function(_0x13ba63,_0x629e3a){_0x13ba63=_0x13ba63-0x17f;let _0x5a5871=_0xe80a11[_0x13ba63];return _0x5a5871;},a108_0x13ba(_0x396cc3,_0x28655a);}ObservabilityModule[a108_0x448bd0(0x19d)]=a108_0x448bd0(0x194),module[a108_0x448bd0(0x18d)]=ObservabilityModule;function a108_0xe80a(){const _0x201676=['POST','50QjtvsR','bind','522642pdeVsU','TEST_REPORTING_ANALYTICS','NAuHo','1402965ZMVdzd','SYNC','exports','start','838988qqWvOI','name','onBeforeTest:\x20','3HHkETb','info','ObservabilityModule','796482rAhRMd','SYJhh','CREATE','9099342pSvQiM','../state/automationFrameworkState.js','page','registerObserver','onBeforeTest','MODULE_NAME','8wARVpn','../framework/automationFramework.js','onBeforeTest:\x20page\x20is\x20not\x20defined','../../utils/constants.js','4036054rkUGxP','../../../helpers/performance/constants.js','35ofAlzA','debug','logger','10547194xDeWtN'];a108_0xe80a=function(){return _0x201676;};return a108_0xe80a();}