browserstack-node-sdk 1.68.0 → 1.68.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a108_0x2460(){const _0x6a2954=['11316NFCtwv','TrackedContext','455126xOQJwp','9iPWnPP','245074fHugZw','getType','processId','80800TUTJYL','getProcessId','909MoEfIR','16bSzBaP','getThreadId','threadId','39092VuaFnB','type','928932lxGFSA','1751665xDMOfy','../../../helpers/classLogger'];a108_0x2460=function(){return _0x6a2954;};return a108_0x2460();}const a108_0x274364=a108_0x3d28;(function(_0x1cb865,_0x2cebb2){const _0x13afe8=a108_0x3d28,_0x2b0272=_0x1cb865();while(!![]){try{const _0x1addb0=parseInt(_0x13afe8(0x1b5))/0x1+parseInt(_0x13afe8(0x1b9))/0x2*(parseInt(_0x13afe8(0x1b8))/0x3)+-parseInt(_0x13afe8(0x1c2))/0x4+parseInt(_0x13afe8(0x1c5))/0x5+parseInt(_0x13afe8(0x1c4))/0x6+parseInt(_0x13afe8(0x1b7))/0x7*(parseInt(_0x13afe8(0x1bf))/0x8)+-parseInt(_0x13afe8(0x1be))/0x9*(parseInt(_0x13afe8(0x1bc))/0xa);if(_0x1addb0===_0x2cebb2)break;else _0x2b0272['push'](_0x2b0272['shift']());}catch(_0x55c7b0){_0x2b0272['push'](_0x2b0272['shift']());}}}(a108_0x2460,0x2df69));function a108_0x3d28(_0x118dc0,_0xfcd7a5){const _0x2460f4=a108_0x2460();return a108_0x3d28=function(_0x3d2843,_0x1aa423){_0x3d2843=_0x3d2843-0x1b5;let _0x161d35=_0x2460f4[_0x3d2843];return _0x161d35;},a108_0x3d28(_0x118dc0,_0xfcd7a5);}const {createClassLogger}=require(a108_0x274364(0x1c6)),logger=createClassLogger(a108_0x274364(0x1b6));class TrackedContext{constructor(_0x2bee75,_0x389d9a,_0x36b766,_0x4c56f1){const _0x3af348=a108_0x274364;this['id']=_0x2bee75,this[_0x3af348(0x1c1)]=_0x389d9a,this['processId']=_0x36b766,this[_0x3af348(0x1c3)]=_0x4c56f1;}[a108_0x274364(0x1c0)](){const _0x4ada77=a108_0x274364;return this[_0x4ada77(0x1c1)];}[a108_0x274364(0x1bd)](){const _0x774067=a108_0x274364;return this[_0x774067(0x1bb)];}['getId'](){return this['id'];}[a108_0x274364(0x1ba)](){const _0x5cc1a2=a108_0x274364;return this[_0x5cc1a2(0x1c3)];}}module['exports']=TrackedContext;
1
+ const a108_0x422bb8=a108_0x420b;(function(_0x5d9c18,_0x5c31bd){const _0x273817=a108_0x420b,_0x95ef23=_0x5d9c18();while(!![]){try{const _0x2343f6=-parseInt(_0x273817(0x96))/0x1+-parseInt(_0x273817(0x8e))/0x2+parseInt(_0x273817(0x92))/0x3*(-parseInt(_0x273817(0x8f))/0x4)+parseInt(_0x273817(0x88))/0x5*(parseInt(_0x273817(0x91))/0x6)+-parseInt(_0x273817(0x94))/0x7+-parseInt(_0x273817(0x8a))/0x8+parseInt(_0x273817(0x97))/0x9;if(_0x2343f6===_0x5c31bd)break;else _0x95ef23['push'](_0x95ef23['shift']());}catch(_0x47d20e){_0x95ef23['push'](_0x95ef23['shift']());}}}(a108_0x435e,0x97628));function a108_0x420b(_0x4aacdd,_0x11368f){const _0x435ece=a108_0x435e();return a108_0x420b=function(_0x420bd6,_0x894d08){_0x420bd6=_0x420bd6-0x86;let _0x2da09c=_0x435ece[_0x420bd6];return _0x2da09c;},a108_0x420b(_0x4aacdd,_0x11368f);}const {createClassLogger}=require('../../../helpers/classLogger'),logger=createClassLogger(a108_0x422bb8(0x8b));class TrackedContext{constructor(_0x2548ef,_0x10f173,_0x1154ed,_0x130fa7){const _0x4d7731=a108_0x422bb8;this['id']=_0x2548ef,this[_0x4d7731(0x95)]=_0x10f173,this[_0x4d7731(0x87)]=_0x1154ed,this['type']=_0x130fa7;}[a108_0x422bb8(0x8d)](){return this['threadId'];}[a108_0x422bb8(0x90)](){const _0x214fe1=a108_0x422bb8;return this[_0x214fe1(0x87)];}[a108_0x422bb8(0x93)](){return this['id'];}[a108_0x422bb8(0x89)](){const _0x237008=a108_0x422bb8;return this[_0x237008(0x8c)];}}function a108_0x435e(){const _0x4923c2=['TrackedContext','type','getThreadId','2224534DlqUPm','12XpxCsT','getProcessId','12bMOAXF','852783bszIaL','getId','7513408kuMCWV','threadId','981228oyrLje','44617869ZamMyD','exports','processId','2293645hvdGQk','getType','9882440aSiypw'];a108_0x435e=function(){return _0x4923c2;};return a108_0x435e();}module[a108_0x422bb8(0x86)]=TrackedContext;
@@ -1 +1 @@
1
- const a109_0x2ad1f1=a109_0x28bb;function a109_0x28bb(_0x5f27b3,_0x3ac109){const _0x4a0d50=a109_0x4a0d();return a109_0x28bb=function(_0x28bbae,_0x28745f){_0x28bbae=_0x28bbae-0x194;let _0x4f192a=_0x4a0d50[_0x28bbae];return _0x4f192a;},a109_0x28bb(_0x5f27b3,_0x3ac109);}(function(_0x109fbd,_0x5967a4){const _0x3a23d3=a109_0x28bb,_0x531595=_0x109fbd();while(!![]){try{const _0x743cb2=-parseInt(_0x3a23d3(0x199))/0x1+-parseInt(_0x3a23d3(0x1b6))/0x2*(-parseInt(_0x3a23d3(0x1b4))/0x3)+-parseInt(_0x3a23d3(0x1b5))/0x4*(parseInt(_0x3a23d3(0x1af))/0x5)+parseInt(_0x3a23d3(0x194))/0x6+parseInt(_0x3a23d3(0x196))/0x7*(parseInt(_0x3a23d3(0x1b2))/0x8)+parseInt(_0x3a23d3(0x1b9))/0x9+parseInt(_0x3a23d3(0x1a0))/0xa*(parseInt(_0x3a23d3(0x1a5))/0xb);if(_0x743cb2===_0x5967a4)break;else _0x531595['push'](_0x531595['shift']());}catch(_0x4c0593){_0x531595['push'](_0x531595['shift']());}}}(a109_0x4a0d,0x8a7ba));function a109_0x4a0d(){const _0x31d39b=['getContext','worker_threads','wqvsM','22OVqrUi','createHash','cAHcU','set','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','updateMultipleEntries','hex','digest','./trackedContext','update','4919725FuXfhH','entries','data','4830464wUksOZ','forEach','1797kWgzId','4oDsxEw','3598SsVJNk','keys','updateData','4401234JkKCCQ','1643622DJivCQ','pid','7vUCwOM','getAllData','sha256','900999AenUpk','context','getRef','addMultipleEntries','get','exports','isBrowserstackAutomationSession','38990UyKswb','oCSvz'];a109_0x4a0d=function(){return _0x31d39b;};return a109_0x4a0d();}const TrackedContext=require(a109_0x2ad1f1(0x1ad)),crypto=require('crypto'),{threadId}=require(a109_0x2ad1f1(0x1a3));class TrackedInstance{static [a109_0x2ad1f1(0x1a9)]=a109_0x2ad1f1(0x19f);constructor(_0x2e11da){const _0x3d0825=a109_0x2ad1f1;this[_0x3d0825(0x19a)]=_0x2e11da,this[_0x3d0825(0x1b1)]=new Map();}[a109_0x2ad1f1(0x19b)](){return this['context']['getId']();}[a109_0x2ad1f1(0x1a2)](){const _0x4445e1=a109_0x2ad1f1;return this[_0x4445e1(0x19a)];}[a109_0x2ad1f1(0x197)](){const _0x50f1bb=a109_0x2ad1f1;return this[_0x50f1bb(0x1b1)];}[a109_0x2ad1f1(0x1aa)](_0xe7165a){const _0x3dab56=a109_0x2ad1f1;Object[_0x3dab56(0x1b7)](_0xe7165a)[_0x3dab56(0x1b3)](_0x528942=>{const _0x29ee4d=_0x3dab56;this['data'][_0x29ee4d(0x1a8)](_0x528942,_0xe7165a[_0x528942]);});}[a109_0x2ad1f1(0x19c)](_0x46feb2){const _0x1520bc=a109_0x2ad1f1;Object[_0x1520bc(0x1b0)](_0x46feb2)[_0x1520bc(0x1b3)](([_0x1af9d3,_0x334e3c])=>{const _0x8cb81b=_0x1520bc,_0x12940b=this[_0x8cb81b(0x1b1)][_0x8cb81b(0x19d)](_0x1af9d3)||{},_0x275bf5={..._0x12940b,..._0x334e3c},_0x3790bc=_0x275bf5;this[_0x8cb81b(0x1b1)][_0x8cb81b(0x1a8)](_0x1af9d3,_0x3790bc);});}['getData'](_0x41c487){const _0x4b8f1a=a109_0x2ad1f1;return this[_0x4b8f1a(0x1b1)][_0x4b8f1a(0x19d)](_0x41c487);}[a109_0x2ad1f1(0x1b8)](_0x47cf21,_0x4ea4c9){const _0xab2301=a109_0x2ad1f1;this[_0xab2301(0x1b1)][_0xab2301(0x1a8)](_0x47cf21,_0x4ea4c9);}static['createContext'](_0x4efad4){const _0xf68b8a=a109_0x2ad1f1,_0x3e117d={};_0x3e117d[_0xf68b8a(0x1a7)]=_0xf68b8a(0x198),_0x3e117d[_0xf68b8a(0x1a4)]=_0xf68b8a(0x1ab),_0x3e117d[_0xf68b8a(0x1a1)]=function(_0x254860,_0x5cd2d7){return _0x254860||_0x5cd2d7;};const _0x4db15c=_0x3e117d;return new TrackedContext(crypto[_0xf68b8a(0x1a6)](_0x4db15c[_0xf68b8a(0x1a7)])[_0xf68b8a(0x1ae)](_0x4efad4)[_0xf68b8a(0x1ac)](_0x4db15c['wqvsM']),_0x4db15c[_0xf68b8a(0x1a1)](threadId,0x0),process[_0xf68b8a(0x195)],typeof _0x4efad4);}}module[a109_0x2ad1f1(0x19e)]=TrackedInstance;
1
+ const a109_0x3fe5c6=a109_0x3cc1;function a109_0x3cc1(_0x46cff3,_0xa9f19a){const _0x263eec=a109_0x263e();return a109_0x3cc1=function(_0x3cc158,_0x358c0d){_0x3cc158=_0x3cc158-0xb7;let _0x18066a=_0x263eec[_0x3cc158];return _0x18066a;},a109_0x3cc1(_0x46cff3,_0xa9f19a);}function a109_0x263e(){const _0x3c20a4=['getRef','39FpDCyA','isBrowserstackAutomationSession','XwXAJ','310292ecXQgr','getData','vuIFH','data','context','update','createContext','1026190ubbmrK','hex','keys','7srizmF','forEach','worker_threads','getId','2547KUJaGa','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','129292GlPpmV','createHash','298845Rvusnz','addMultipleEntries','get','./trackedContext','7740NWlCKz','updateMultipleEntries','pid','1623320umOtPt','crypto','Kjtcu','323526rfjQaN','set'];a109_0x263e=function(){return _0x3c20a4;};return a109_0x263e();}(function(_0x25a382,_0x4f61b0){const _0x51ef26=a109_0x3cc1,_0x3a727c=_0x25a382();while(!![]){try{const _0x217542=parseInt(_0x51ef26(0xc9))/0x1+parseInt(_0x51ef26(0xd0))/0x2+-parseInt(_0x51ef26(0xc6))/0x3*(parseInt(_0x51ef26(0xb7))/0x4)+parseInt(_0x51ef26(0xb9))/0x5+-parseInt(_0x51ef26(0xc3))/0x6+-parseInt(_0x51ef26(0xd3))/0x7*(-parseInt(_0x51ef26(0xc0))/0x8)+parseInt(_0x51ef26(0xd7))/0x9*(-parseInt(_0x51ef26(0xbd))/0xa);if(_0x217542===_0x4f61b0)break;else _0x3a727c['push'](_0x3a727c['shift']());}catch(_0x3fba9b){_0x3a727c['push'](_0x3a727c['shift']());}}}(a109_0x263e,0x5fecd));const TrackedContext=require(a109_0x3fe5c6(0xbc)),crypto=require(a109_0x3fe5c6(0xc1)),{threadId}=require(a109_0x3fe5c6(0xd5));class TrackedInstance{static [a109_0x3fe5c6(0xd8)]=a109_0x3fe5c6(0xc7);constructor(_0x424874){const _0x243ff4=a109_0x3fe5c6;this[_0x243ff4(0xcd)]=_0x424874,this[_0x243ff4(0xcc)]=new Map();}[a109_0x3fe5c6(0xc5)](){const _0x3eb3d6=a109_0x3fe5c6;return this[_0x3eb3d6(0xcd)][_0x3eb3d6(0xd6)]();}['getContext'](){const _0x8da8d4=a109_0x3fe5c6;return this[_0x8da8d4(0xcd)];}['getAllData'](){return this['data'];}[a109_0x3fe5c6(0xbe)](_0x38eb44){const _0x56b906=a109_0x3fe5c6;Object[_0x56b906(0xd2)](_0x38eb44)[_0x56b906(0xd4)](_0x42ec32=>{const _0xe96178=_0x56b906;this[_0xe96178(0xcc)][_0xe96178(0xc4)](_0x42ec32,_0x38eb44[_0x42ec32]);});}[a109_0x3fe5c6(0xba)](_0x17fe51){const _0xfdcbbf=a109_0x3fe5c6;Object['entries'](_0x17fe51)[_0xfdcbbf(0xd4)](([_0x4796b8,_0x3fdc44])=>{const _0x1d25d2=_0xfdcbbf,_0x180c4d=this[_0x1d25d2(0xcc)][_0x1d25d2(0xbb)](_0x4796b8)||{},_0x4742f0={..._0x180c4d,..._0x3fdc44},_0x1f271e=_0x4742f0;this[_0x1d25d2(0xcc)][_0x1d25d2(0xc4)](_0x4796b8,_0x1f271e);});}[a109_0x3fe5c6(0xca)](_0x2b5392){const _0x380efb=a109_0x3fe5c6;return this[_0x380efb(0xcc)]['get'](_0x2b5392);}['updateData'](_0x332069,_0x925c12){const _0x38688b=a109_0x3fe5c6;this[_0x38688b(0xcc)]['set'](_0x332069,_0x925c12);}static[a109_0x3fe5c6(0xcf)](_0x5b0baf){const _0x41776f=a109_0x3fe5c6,_0x3bca52={};_0x3bca52[_0x41776f(0xc2)]='sha256',_0x3bca52[_0x41776f(0xcb)]=_0x41776f(0xd1),_0x3bca52[_0x41776f(0xc8)]=function(_0x3f9347,_0x2877bf){return _0x3f9347||_0x2877bf;};const _0x4ef76d=_0x3bca52;return new TrackedContext(crypto[_0x41776f(0xb8)](_0x4ef76d['Kjtcu'])[_0x41776f(0xce)](_0x5b0baf)['digest'](_0x4ef76d['vuIFH']),_0x4ef76d[_0x41776f(0xc8)](threadId,0x0),process[_0x41776f(0xbf)],typeof _0x5b0baf);}}module['exports']=TrackedInstance;
@@ -1 +1 @@
1
- const a110_0x46e6c5=a110_0x4414;function a110_0x496c(){const _0x1b119c=['BROWSERSTACK_TESTHUB_JWT','evsby','parseFromProto','aoXTe','../../../helpers/performance/constants.js','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','replace','centralAuthToken','keys','browser_version','Aiatd','../../../helpers/accessibility-automation/constants','eQTKQ','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','onBeforeExecute:\x20command=','QwftG',',\x20testRunId=','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','getCurrentInstanceName','rZnAy','getLogDisabledShown','Uwkdb','vlkGq','fetchCentralAuthA11yConfig','is_mobile_session','error','getResultResponse','nMZMd','has','slice','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','getScriptByName','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','isFinite','DWITN','skipCDPConnectOverride','\x20worker=\x22','getScriptsList','performScanForCli','testInfo','QFkGW','PLOQK','page','_centralAuthA11yConfig','Error\x20in\x20performScanForCli\x20for\x20script\x20','start','wNBis','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','getCommandsToWrap','EzmxP','wBokU','isEnabledTestcase',',\x20tags=',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','oexix','NrCrB','DRIVER_HAS_URL','tSMsX','info','some','sha256','IgYUz','CNrnz','aNBQN','mtxYq','OekjD','AuWfi','../../playwright/accessibility-helper','commandName','isArray','env','bIrLh','gkKFs','4205Yxapyq','currentTest','ypptK','Unknown\x20Test','delete','afIKN',',\x20excludeTags=','LHrCI','LOFEH','PERFORM_SCAN','getAccessibility','scannerVersion','wtPgt','NAdbB','../../utils/playwright-patcher','__accessibilityOptions',',\x20\x0a\x20','qldkp','true','[AccessibilityModule.getResultsSummary]\x20waited\x20','muadq','aQZXv','now','hpXJr','measureWrapper','wQkeg','LOG_DISABLED_SHOWN','totalIssueCount','Accessibility\x20data\x20for\x20extension:\x20','applySendMessageToServerPatch','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','NODE_GENERIC','scannerProcessingTimeout','test_run_id','OBEkg','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','getState','AccessibilityModule.getResults','getParamsForScanForCli','onBeforeExecute:\x20No\x20command\x20name\x20provided','\x20script\x20available','getTrackedInstance','pmpDb','stack','jUFeL','../framework/constants/testFrameworkConstants.js','WfGdu','testFrameworkData','end','EOcEq','_parseScriptsFromOptions','llodJ','Error\x20in\x20processAccessibilityCaps:\x20','LgrTD','CWrPu','eRSmP',']\x20poll\x20attempt=','XOaOv','mergeObject','pwPage','qXoDY','cucumber','Error\x20in\x20performPageScan:\x20',',\x20framework=','yjJqO','loadAccessibilityConfig','oLtDm',',\x20isAppAccessibility=','string','Context','from','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','632816SLvgKi','IJYJO','qJQft','testhub_build_uuid','dCmWd','BROWSERSTACK_TEST_ACCESSIBILITY_YML','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','cObmN','pFmZv','jfFmg','DRIVER_INIT','\x22browserstack.key\x22:\x22[REDACTED]\x22','lnfjB','bind','_mobileScanningDisabledLogged','race','mnzJW','function','sXGLQ','format','getBuildId','KEY_TEST_SCOPES','accessibility','\x20from\x20testIdentifier=',']\x20isEnabledTestcase\x20(cucumber)\x20result=','YHgZd','pid','getInstance','kgoIB','launchCaps','getOptions','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','mnIEB','getTestUUID','WpQKE','pAytC','debug','ZkXpw','vNxEZ','degradedReason','ibLPR','setShouldScan','executeScriptByName','getAccessibilityExecuteParams',')\x20result=','KquDZ','onBeforeExecute:\x20Command\x20','JcFCb','processAccessibilityCaps','869jnSVzc','Error\x20in\x20validatePlatformForAccessibility:\x20','find','61227RUXzky','validatePlatformForAccessibility',');\x20returning\x20last\x20value','SHqjs','nrHAZ','FoOHk','gSYsi','main','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','RnHFO','getPlatformIndex','\x22browserstack.user\x22:\x22[REDACTED]\x22','browserstack_executor','totalIssueCount=','afterTestHook','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','\x20env=','QEWdi','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','platformCaps','toLowerCase','hSTuB','test_tags','NON_BROWSERSTACK_AUTOMATION_SESSIONS','52116xbiDMY','uvXpv','LMQrY','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','rvaHg','Executing\x20accessibility\x20script\x20on\x20page','HroGE','util','ulsJe','update','kkUYh','Processed\x20accessibility\x20caps\x20',',\x20testName=','Error\x20in\x20shouldScanForCommand:\x20','CUTKg','rgbkT','isVersionSupported','Caiyn',',\x20available\x20commands:\x20','InXMU','MNdyB','\x20a11yToken=','x\x20over\x20','isAppAccessibility','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','neHkZ','6674129QScdYX','requiresChromeOptionsValidation','sFgtp','tLxfk','rbrbL','isAccessibilityAutomationSession','LyhXz','VCMaA','getSuccess','qqbgD','../../../helpers/helper','6256024XBukwx','ZCRuL','EXECUTE','instance','toObject','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','testcafe','7908YnryeS','isMobilePlatform','accessibilityConfig','\x20result\x20for\x20','AYHZf','ZWGdf','OxEZo','MOBILE_SCANNING_DISABLED_WARNING','QUIT','Page\x20','toJson','kRMDR','Running\x20Save\x20results\x20for\x20Accessibility\x20testing',',\x20sessionId=','__workerDetails','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','eGPcF',']\x20onAfterTest\x20should\x20scan=','present','huGVV','testFramework','AccessibilityModule.getResultsSummary','UAcne','mDAKO','KtPTK','utf-8','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','getAppAccessibilityResultsSummary','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','Error\x20in\x20getAccessibilityResults:\x20','concat','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','headless','TUhwp','updateData','yhYkV','Error\x20in\x20stopTestCapture:\x20','EInTZ','finishScanningForCli','../state/automationFrameworkState','hasAccessibilityExecuteParams','[App-A11y]\x20Scan\x20result\x20for\x20','RGImp','aOqtq','name','RPELa','2237348faPlmQ','nJxae','stringify','../state/hookState','shouldScanCurrentTest','KEY_DRIVER_HAS_URL','registerObserver','shouldScanForCommand','ksfwP','ppYIA','RXnPf','getAccessibilityResults','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','LfqzJ','PuXNf','join','setAccessibilityConfig','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','executeScript','JJYGw','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','MODULE_NAME','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','SCAN_CAP_HIT','dMIjB','ioIFH','FjDAQ','../../../helpers/performance/performance-tester.js','RanLL','Error\x20in\x20getAccessibilityResultsSummary:\x20','ZRmXr','excludeTagsInTestingScope','awjAi','getResultsSummary','startsWith','hcsbC','includes','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','QXDbT','pXjcq','1fYxdHv','resolveMobileThTestRunUuid','EcwLz','sAgul','WsCOR','accessibilityPlatform','No\x20summaryResults\x20found.','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','WfsKx','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','get','WGLIO','getPlatformCaps','saveTestResults','eCmCa','split','KEY_INIT','getAccessibilityResultsSummary','null','count=','options','chrome','jBDJc','performPageScan:\x20Page\x20is\x20null','length','value','exports','lFSvz','SAVE_RESULTS','kOGNE','QdVSB','AvLOg','ljgnH','tKYhc','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','jUyWZ','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','knzbi','Yclyc','getTestId','../../../helpers/accessibility-automation/helper','Performing\x20scan\x20before\x20getting\x20results\x20summary','getCurrentAccessibilityStatus','zsNoc',',\x20testIdentifier=','kZeRx','TrackedInstance','jefal','titlePath','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','getValue','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','\x20browser\x20version\x20greater\x20than\x20','onBeforeExecute','onBeforeTest','Exception\x20in\x20isPlatformSupported:\x20','a11y:save-results','patchSendMessageToServer','\x20->\x20','browser','fetchDriverExecuteParamsEvent','getAppAccessibilityResults','QcPqC','Performing\x20scan\x20before\x20from\x20cli','OeOMx','ZKIPt','aAXEJ','eBLnl','accessibilityToken','Scan\x20result:\x20','JUgOV','xjGjG','JEST_WORKER_ID','stopTestCapture','CTESM','OPqGA','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','MergedScanArgs:\x20','setLogDisabledShown','Error\x20executing\x20script\x20','KEY_TEST_NAME','JgiTo','isMobileScanningEnabledForGroup','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','AbbLn','BQImm','LSkxN','getAccessibilityConfig','map','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.',',\x20testCaseEnabled=','iYOuH','dBqBI','uzrhj','kiAhA','getCapabilityValue','isMobileWebSession','rUEOA','jest','\x20testHubUuid=','--headless=','jOJFm','dAAkX','ortRx','capabilitiesList','zasbC','ScanArgs:\x20','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','thTestRunUuid','getIsAppAccessibility','NTdyI','scriptsList','performScan','on\x20non-BrowserStack\x20infrastructure\x20','testRunId','iaFxX','capabilities','XTOKs','driver','object','KEY_TESTHUB_BUILD_ID','isPlatformSupported','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','warn','LbXjn','KDBWS','__jestCurrentTestIdentifier','IXMkE','shouldScanForCommand:\x20','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','initAccessibilityConfig','kpcpw','commandsList','\x20token_fp=','CREATE','240xwyfIb','browserstack.accessibilityOptions.scannerProcessingTimeout',']\x20clear\x20','ETtWm','platformVersion','Error\x20getting\x20capability\x20value\x20for\x20','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','_sendMessageServerPatchApplied','isEnabled','OqSZt','[platform\x20-\x20','POST','GET_RESULTS_SUMMARY','rtZeQ','number','YeoQq','iomZq','zkDAd','getResults','scan','performPageScan:\x20Script\x20is\x20null','digest','getModuleName','UEnYn','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','QYTwK','Error\x20checking\x20headless\x20capability:\x20','QtVEf','pOhMj','TVaVG','ttYqy','command','not-array','15goLuHb','browserName','appium:platformVersion','KMeKb','reason','trim','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options',',\x20includeTags=','sjjWe','ibtUc','HaNfe','version','[AccessibilityModule]\x20onAfterTest:\x20framework=','browserStackEvaluate','--headless','JjwqG','\x20accessibility\x20script\x20on\x20page','onAfterTest','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','\x22\x20pid=','getCapabilities',']\x20isEnabledTestcase\x20(','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','getScript','getBrowserDisplayName','parse','goog:chromeOptions','BROWSERSTACK_CLI_BIN_SESSION_ID','getMinVersionForBrowser','PHGeG','ykuNQ','getTestDetails','assign','../cliUtils','setAccessibilityToken','browserVersion','PRE','getTesthub','getName','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','mHsva','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','gCQNo','toString','unknown','Stkmp','getData','toISOString','message','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','accessibilityResult','_centralAuthConfigFetched',']\x20should\x20run\x20accessibility\x20value=','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','SDK_ACCESSIBILITY_CONFIG','__bstackA11yScanCapHit','qMfjz','tuniU','JStKm','igLkP','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','hex','isBrowserstackScriptCommand','tVeKV','platformName','getGoogleChromeOptions','getContext','crypto','platformValidation','RBdTm','xpuuD','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','saveResults','szNgD','nixHa','Fvfhg','EDMmJ','_pollUntilNonEmpty','rsajA','performScan\x20capped\x20at\x20','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','../../utils/constants.js','BS_A11Y_JWT','set','testAnalyticsId','zjZVu','android','loadDriverExecuteParams'];a110_0x496c=function(){return _0x1b119c;};return a110_0x496c();}(function(_0x36f830,_0x1d7f71){const _0x9a287c=a110_0x4414,_0x15732d=_0x36f830();while(!![]){try{const _0x3f6183=parseInt(_0x9a287c(0x3be))/0x1*(-parseInt(_0x9a287c(0x394))/0x2)+parseInt(_0x9a287c(0x1fe))/0x3*(-parseInt(_0x9a287c(0x2ec))/0x4)+-parseInt(_0x9a287c(0x2a3))/0x5*(-parseInt(_0x9a287c(0x364))/0x6)+parseInt(_0x9a287c(0x352))/0x7+parseInt(_0x9a287c(0x35d))/0x8+parseInt(_0x9a287c(0x320))/0x9*(parseInt(_0x9a287c(0x1dd))/0xa)+parseInt(_0x9a287c(0x31d))/0xb*(-parseInt(_0x9a287c(0x338))/0xc);if(_0x3f6183===_0x1d7f71)break;else _0x15732d['push'](_0x15732d['shift']());}catch(_0x1b4b30){_0x15732d['push'](_0x15732d['shift']());}}}(a110_0x496c,0xb82c1));const BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a110_0x46e6c5(0x21f)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a110_0x46e6c5(0x38d)),HookState=require(a110_0x46e6c5(0x397)),GrpcClient=require('../grpcClient'),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a110_0x46e6c5(0x3ec)),PerformanceTester=require(a110_0x46e6c5(0x3b1)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a110_0x46e6c5(0x25e)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a110_0x46e6c5(0x265)),{nestedKeyValue,isUndefined}=require(a110_0x46e6c5(0x35c)),util=require(a110_0x46e6c5(0x33f)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a110_0x46e6c5(0x2d1)),accessibilityHelper=require(a110_0x46e6c5(0x3e6)),{FRAMEWORKS}=require(a110_0x46e6c5(0x253));class AccessibilityModule extends BaseModule{static [a110_0x46e6c5(0x3ab)]=AccessibilityModule['name'];static [a110_0x46e6c5(0x233)]=![];static [a110_0x46e6c5(0x285)]={};constructor(_0x40890e){const _0x441ec5=a110_0x46e6c5,_0x319e00={};_0x319e00[_0x441ec5(0x2e4)]=function(_0x4c0069,_0x3b12eb){return _0x4c0069===_0x3b12eb;},_0x319e00['crShI']='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x319e00[_0x441ec5(0x24d)]='ACCESSIBILITY_INITIALIZED',_0x319e00[_0x441ec5(0x319)]=_0x441ec5(0x292),_0x319e00[_0x441ec5(0x2a1)]=_0x441ec5(0x2ef);const _0x1e0461=_0x319e00;super(),AutomationFramework['registerObserver'](AutomationFrameworkState[_0x441ec5(0x35f)],HookState[_0x441ec5(0x222)],this[_0x441ec5(0x3f3)][_0x441ec5(0x2f9)](this)),AutomationFramework[_0x441ec5(0x39a)](AutomationFrameworkState[_0x441ec5(0x1dc)],HookState[_0x441ec5(0x1e8)],this['onBeforeTest'][_0x441ec5(0x2f9)](this)),AutomationFramework[_0x441ec5(0x39a)](AutomationFrameworkState[_0x441ec5(0x36c)],HookState[_0x441ec5(0x222)],this[_0x441ec5(0x20f)][_0x441ec5(0x2f9)](this)),this[_0x441ec5(0x1e5)]=!![],this[_0x441ec5(0x366)]=_0x40890e[_0x441ec5(0x361)](),this[_0x441ec5(0x302)]=new Map(),this[_0x441ec5(0x2bd)]=new Map(),this[_0x441ec5(0x34f)]=_0x40890e[_0x441ec5(0x42b)]?.()||![],this['capabilities']=[],this[_0x441ec5(0x1e4)]=![],this[_0x441ec5(0x2fa)]=![],this['setAccessibilityToken'](_0x40890e[_0x441ec5(0x30a)]()['getCapabilitiesList']());const _0x41b356=CLIUtils['getTestFrameworkDetail']();_0x41b356&&_0x1e0461['yjJqO'](_0x41b356[_0x441ec5(0x392)],FRAMEWORKS[_0x441ec5(0x2c3)])&&this[_0x441ec5(0x2d6)](_0x40890e['getOptions']()),logger['debug'](_0x1e0461['crShI']),this[_0x441ec5(0x3ce)]=_0x1e0461[_0x441ec5(0x24d)],this[_0x441ec5(0x399)]=_0x1e0461[_0x441ec5(0x319)],this[_0x441ec5(0x436)]=_0x1e0461[_0x441ec5(0x2a1)];}['isEnabled'](){const _0x1c667f=a110_0x46e6c5;return this[_0x1c667f(0x1e5)];}[a110_0x46e6c5(0x1f3)](){const _0x1d0e39=a110_0x46e6c5;return AccessibilityModule[_0x1d0e39(0x3ab)];}[a110_0x46e6c5(0x3e8)](){const _0x36d746=a110_0x46e6c5;return this[_0x36d746(0x302)][_0x36d746(0x3c8)](CLIUtils['getCurrentInstanceName'](),![]);}[a110_0x46e6c5(0x26e)](){const _0x2a767d=a110_0x46e6c5;return this[_0x2a767d(0x2bd)][_0x2a767d(0x3c8)](CLIUtils[_0x2a767d(0x26c)](),![]);}[a110_0x46e6c5(0x40c)](_0xc63443){const _0x543a97=a110_0x46e6c5;this[_0x543a97(0x2bd)]['set'](CLIUtils[_0x543a97(0x26c)](),_0xc63443);}[a110_0x46e6c5(0x2c0)](){const _0xb8b0c1=a110_0x46e6c5,_0x40abb1={'HroGE':_0xb8b0c1(0x3a6),'AbbLn':function(_0x40e52e,_0x59a390){return _0x40e52e(_0x59a390);},'PuXNf':_0xb8b0c1(0x2b1),'PHGeG':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','jOJFm':_0xb8b0c1(0x2f2)};if(this['_sendMessageServerPatchApplied']){logger[_0xb8b0c1(0x310)](_0x40abb1[_0xb8b0c1(0x33e)]);return;}try{const _0x37083e=_0x40abb1[_0xb8b0c1(0x412)](require,_0x40abb1[_0xb8b0c1(0x3a2)]);_0x37083e&&_0x37083e[_0xb8b0c1(0x3f7)]?(_0x37083e[_0xb8b0c1(0x3f7)](),this[_0xb8b0c1(0x1e4)]=!![],logger[_0xb8b0c1(0x310)](_0x40abb1[_0xb8b0c1(0x21b)])):logger['debug'](_0x40abb1[_0xb8b0c1(0x423)]);}catch(_0x291b0b){logger[_0xb8b0c1(0x310)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0xb8b0c1(0x2ff)](_0x291b0b));}}[a110_0x46e6c5(0x437)](_0xb3026a=null,_0x25f983=null,_0x2b5cc8=null){const _0x6ad4c9=a110_0x46e6c5,_0x49ddec={'pXjcq':function(_0x46297d,_0x3b6511){return _0x46297d&&_0x3b6511;},'hpXJr':'isPlatformSupported:\x20caps\x20are\x20null','muadq':function(_0x50be82,_0x3f297e){return _0x50be82(_0x3f297e);},'tVeKV':_0x6ad4c9(0x35c),'YHgZd':_0x6ad4c9(0x3a0),'jGcbS':'appium:platformName','aAXEJ':function(_0x2e299e,_0x9e1957){return _0x2e299e===_0x9e1957;},'hCNhl':_0x6ad4c9(0x258),'EOcEq':_0x6ad4c9(0x200),'ZkXpw':function(_0x3020c4,_0x335716){return _0x3020c4!==_0x335716;},'Pxqch':function(_0x1a9643,_0xe77b12,_0x1cab82){return _0x1a9643(_0xe77b12,_0x1cab82);},'jfFmg':function(_0x3260ef,_0x2c8046){return _0x3260ef(_0x2c8046);},'xpuuD':function(_0x4790fd,_0xc1d567){return _0x4790fd<_0xc1d567;},'LOFEH':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','XTOKs':function(_0x2f3022,_0x175452){return _0x2f3022===_0x175452;},'EInTZ':_0x6ad4c9(0x2b5),'neHkZ':function(_0xe10dee,_0xba0e2){return _0xe10dee===_0xba0e2;},'Aiatd':_0x6ad4c9(0x2e8),'huGVV':function(_0x30c2de,_0x3bd47a){return _0x30c2de===_0x3bd47a;},'JjwqG':_0x6ad4c9(0x37f),'FjDAQ':_0x6ad4c9(0x218),'knzbi':'latest','sjjWe':function(_0xfc58fd){return _0xfc58fd();},'pFmZv':_0x6ad4c9(0x42f),'PEMzW':function(_0x423206,_0x37efdf){return _0x423206(_0x37efdf);},'CWrPu':function(_0x3164af,_0x52bba2){return _0x3164af-_0x52bba2;},'ortRx':function(_0x495a8c,_0x368029){return _0x495a8c>_0x368029;},'QFkGW':function(_0x1b6f5f,_0x185689){return _0x1b6f5f(_0x185689);},'sXGLQ':function(_0x16a7ce,_0x3585be){return _0x16a7ce(_0x3585be);},'aNBQN':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x49ddec[_0x6ad4c9(0x3bd)](!_0x25f983,!_0x2b5cc8))return logger[_0x6ad4c9(0x310)](_0x49ddec[_0x6ad4c9(0x2ba)]),![];const {isUndefined:_0x4e9158,isBrowserstackInfra:_0x3103ea}=_0x49ddec[_0x6ad4c9(0x2b7)](require,_0x49ddec[_0x6ad4c9(0x23f)]);if(!accessibilityHelper[_0x6ad4c9(0x357)]())return logger[_0x6ad4c9(0x310)](_0x49ddec[_0x6ad4c9(0x305)]),![];if(this[_0x6ad4c9(0x34f)]){const _0x3d0193=(_0x25f983['platformName']||_0x25f983[_0x49ddec['jGcbS']]||'')[_0x6ad4c9(0x334)]();if(_0x49ddec[_0x6ad4c9(0x400)](_0x3d0193,_0x49ddec['hCNhl'])){const _0x3280ad=_0x25f983[_0x49ddec[_0x6ad4c9(0x2d5)]]||_0x25f983[_0x6ad4c9(0x1e1)];if(_0x49ddec[_0x6ad4c9(0x311)](_0x3280ad,undefined)&&_0x49ddec[_0x6ad4c9(0x311)](_0x3280ad,null)){const _0x445d77=_0x49ddec['Pxqch'](parseInt,_0x49ddec[_0x6ad4c9(0x2b7)](String,_0x3280ad)[_0x6ad4c9(0x3cd)]('.')[0x0],0xa);if(!_0x49ddec['jfFmg'](isNaN,_0x445d77)&&_0x49ddec[_0x6ad4c9(0x246)](_0x445d77,0xb))return logger[_0x6ad4c9(0x439)](_0x6ad4c9(0x227)+_0x3280ad),![];}}return!![];}const _0x1cde39=_0x25f983[_0x6ad4c9(0x1ff)]||_0x25f983[_0x6ad4c9(0x3f9)],_0x5eee64=_0x25f983[_0x6ad4c9(0x221)]||_0x25f983['browser_version'];if(!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x1cde39))return logger[_0x6ad4c9(0x439)](_0x49ddec[_0x6ad4c9(0x2ab)]),![];if(accessibilityHelper[_0x6ad4c9(0x353)](_0x1cde39))try{const _0x43c9c0=_0x25f983[_0x6ad4c9(0x386)],_0x2a6a02=_0x49ddec[_0x6ad4c9(0x400)](_0x43c9c0,!![])||_0x49ddec[_0x6ad4c9(0x433)](_0x43c9c0,_0x49ddec[_0x6ad4c9(0x38b)])||_0x49ddec[_0x6ad4c9(0x351)](typeof _0x43c9c0,_0x49ddec[_0x6ad4c9(0x264)])&&_0x49ddec[_0x6ad4c9(0x377)](_0x43c9c0[_0x6ad4c9(0x334)](),_0x49ddec['EInTZ']);if(_0x2a6a02)return logger['warn'](_0x49ddec['JjwqG']),![];const _0x3e8b05=_0x25f983?.['chromeOptions']?.['args']||_0x25f983?.[_0x49ddec[_0x6ad4c9(0x3b0)]]?.['args']||[];if(Array[_0x6ad4c9(0x29f)](_0x3e8b05)&&_0x3e8b05[_0x6ad4c9(0x295)](_0x216795=>typeof _0x216795==='string'&&(_0x216795===_0x6ad4c9(0x20c)||_0x216795[_0x6ad4c9(0x3b8)](_0x6ad4c9(0x422))&&_0x216795!=='--headless=new')))return logger[_0x6ad4c9(0x439)](_0x49ddec[_0x6ad4c9(0x20d)]),![];}catch(_0x2e0b6b){logger[_0x6ad4c9(0x310)](_0x6ad4c9(0x1f7)+util[_0x6ad4c9(0x2ff)](_0x2e0b6b));}if(_0x49ddec[_0x6ad4c9(0x311)](_0x5eee64,_0x49ddec[_0x6ad4c9(0x3e3)])){const _0x5b1ed5=_0x49ddec[_0x6ad4c9(0x206)](_0x3103ea),_0x442c1c=accessibilityHelper[_0x6ad4c9(0x21a)](_0x1cde39,_0x5b1ed5),_0x1b5c35=accessibilityHelper[_0x6ad4c9(0x216)](_0x1cde39);if(!accessibilityHelper[_0x6ad4c9(0x348)](_0x5eee64,_0x442c1c)){const _0x4b06da=_0x5b1ed5?'':_0x49ddec[_0x6ad4c9(0x2f4)],_0x443268=Number[_0x6ad4c9(0x27b)](_0x49ddec['PEMzW'](parseFloat,_0x442c1c))?_0x49ddec[_0x6ad4c9(0x2da)](_0x49ddec[_0x6ad4c9(0x2f5)](parseFloat,_0x442c1c),0x1):_0x442c1c;return logger[_0x6ad4c9(0x439)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x1b5c35+_0x6ad4c9(0x3f2)+_0x443268+'\x20'+_0x4b06da+'.'),![];}}else{const _0xa217c5=_0x25f983[_0x6ad4c9(0x221)]||_0x25f983[_0x6ad4c9(0x263)]||_0x25f983[_0x6ad4c9(0x209)];if(_0xa217c5&&_0x49ddec['ZkXpw'](_0xa217c5,_0x49ddec[_0x6ad4c9(0x3e3)])&&!_0x49ddec[_0x6ad4c9(0x425)](_0x49ddec[_0x6ad4c9(0x282)](parseFloat,_0xa217c5),_0x49ddec[_0x6ad4c9(0x2fe)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x49ddec[_0x6ad4c9(0x299)]),![];}return!![];}catch(_0x404093){return logger[_0x6ad4c9(0x310)](_0x6ad4c9(0x3f5)+_0x404093[_0x6ad4c9(0x230)]),![];}}['isEnabledTestcase'](_0xc752fa=[],_0x45f5e0,_0x265501='cucumber'){const _0x339b8e=a110_0x46e6c5,_0x54a1ab={'eGPcF':function(_0x472988,_0x24e40e){return _0x472988===_0x24e40e;},'OxEZo':'jest','peqhx':function(_0x3b133e,_0x230a72){return _0x3b133e===_0x230a72;},'phjAX':function(_0x2b7dd4,_0x5f5d1b){return _0x2b7dd4||_0x5f5d1b;},'rZnAy':function(_0x3ef152,_0x19cd9c){return _0x3ef152===_0x19cd9c;},'gkKFs':function(_0x3d953c,_0x39aee4){return _0x3d953c===_0x39aee4;},'vNxEZ':function(_0x1ca061,_0x36836c){return _0x1ca061&&_0x36836c;},'nixHa':_0x339b8e(0x22c),'jefal':function(_0x14a732,_0x20b970){return _0x14a732(_0x20b970);},'iRoQL':function(_0x2c5fad,_0x476e82){return _0x2c5fad>_0x476e82;}};try{const _0x5b74a9=process[_0x339b8e(0x2a0)][_0x339b8e(0x362)]?JSON[_0x339b8e(0x217)](process[_0x339b8e(0x2a0)][_0x339b8e(0x362)]):null;if(!_0x5b74a9)return!![];const _0x4c437e=Array[_0x339b8e(0x29f)](_0x5b74a9['includeTagsInTestingScope'])?_0x5b74a9['includeTagsInTestingScope']:[],_0x29d952=Array[_0x339b8e(0x29f)](_0x5b74a9['excludeTagsInTestingScope'])?_0x5b74a9[_0x339b8e(0x3b5)]:[];if(_0x54a1ab[_0x339b8e(0x374)](_0x265501,_0x54a1ab[_0x339b8e(0x36a)])||_0x54a1ab['peqhx'](_0x265501,FRAMEWORKS[_0x339b8e(0x2c3)])){let _0x5b9de5;Array['isArray'](_0xc752fa)?_0x5b9de5=_0xc752fa[_0x339b8e(0x3a3)]('\x20'):_0x5b9de5=_0x54a1ab['phjAX'](_0xc752fa,'');const _0x17de65=_0x18b6df=>_0x265501===FRAMEWORKS['NODE_GENERIC']&&typeof _0x18b6df===_0x339b8e(0x2e8)?_0x18b6df[_0x339b8e(0x260)](/^@/,'')[_0x339b8e(0x334)]()[_0x339b8e(0x203)]():_0x18b6df,_0x134e9f=_0x54a1ab[_0x339b8e(0x26d)](_0x265501,FRAMEWORKS[_0x339b8e(0x2c3)])?_0x5b9de5['toLowerCase']():_0x5b9de5,_0x4ce56f=_0x29d952[_0x339b8e(0x295)](_0x20f902=>_0x134e9f[_0x339b8e(0x3ba)](_0x17de65(_0x20f902))),_0x238710=_0x54a1ab[_0x339b8e(0x2a2)](_0x4c437e[_0x339b8e(0x3d6)],0x0)||_0x4c437e['some'](_0x2c1f6b=>_0x134e9f[_0x339b8e(0x3ba)](_0x17de65(_0x2c1f6b))),_0x15a7e9=_0x54a1ab[_0x339b8e(0x312)](!_0x4ce56f,_0x238710);return logger[_0x339b8e(0x310)](_0x339b8e(0x1e7)+(_0x45f5e0?.[_0x339b8e(0x32a)]?.()||_0x54a1ab[_0x339b8e(0x24b)])+_0x339b8e(0x213)+_0x265501+_0x339b8e(0x318)+_0x15a7e9+_0x339b8e(0x344)+_0x5b9de5+_0x339b8e(0x205)+JSON[_0x339b8e(0x396)](_0x4c437e)+_0x339b8e(0x2a9)+JSON['stringify'](_0x29d952)),_0x15a7e9;}const _0x10fe65=Array[_0x339b8e(0x29f)](_0xc752fa)?_0xc752fa:[];let _0x3ff129=![],_0x438839=_0x54a1ab['rZnAy'](_0x4c437e[_0x339b8e(0x3d6)],0x0);const _0x137aaf=_0x158032=>typeof _0x158032===_0x339b8e(0x2e8)?_0x158032[_0x339b8e(0x260)](/^@/,'')['toLowerCase']()['trim']():_0x158032,_0x3f429d=new Set(_0x4c437e[_0x339b8e(0x416)](_0x137aaf)),_0xbfbee7=new Set(_0x29d952['map'](_0x137aaf));for(const _0x3c5da7 of _0x10fe65){const _0x272f1f=_0x54a1ab[_0x339b8e(0x3ed)](_0x137aaf,_0x3c5da7);_0xbfbee7['has'](_0x272f1f)&&(_0x3ff129=!![]),_0x54a1ab['iRoQL'](_0x3f429d['size'],0x0)&&_0x3f429d[_0x339b8e(0x276)](_0x272f1f)&&(_0x438839=!![]);}const _0x5b654f=_0x54a1ab[_0x339b8e(0x312)](_0x438839,!_0x3ff129);return logger[_0x339b8e(0x310)](_0x339b8e(0x1e7)+(_0x45f5e0?.['getPlatformIndex']?.()||_0x54a1ab[_0x339b8e(0x24b)])+_0x339b8e(0x304)+_0x5b654f+_0x339b8e(0x28e)+JSON[_0x339b8e(0x396)](_0x10fe65)+_0x339b8e(0x205)+JSON[_0x339b8e(0x396)](_0x4c437e)+_0x339b8e(0x2a9)+JSON['stringify'](_0x29d952)),_0x5b654f;}catch(_0x1ba93b){return logger[_0x339b8e(0x310)](_0x339b8e(0x1e7)+(_0x45f5e0?.[_0x339b8e(0x32a)]?.()||_0x54a1ab[_0x339b8e(0x24b)])+_0x339b8e(0x248)+_0x1ba93b[_0x339b8e(0x230)]),![];}}async[a110_0x46e6c5(0x3f4)](_0xd13d5){const _0x304b34=a110_0x46e6c5,_0x267e7e={};_0x267e7e['KDBWS']=function(_0x33b4fc,_0x305009){return _0x33b4fc!==_0x305009;},_0x267e7e[_0x304b34(0x2db)]='cucumber',_0x267e7e[_0x304b34(0x323)]=function(_0x4564e4,_0x499572){return _0x4564e4!==_0x499572;},_0x267e7e[_0x304b34(0x3c9)]=_0x304b34(0x420),_0x267e7e['wQkeg']=function(_0x335e39,_0x52860d){return _0x335e39!==_0x52860d;},_0x267e7e[_0x304b34(0x342)]='testcafe',_0x267e7e['WsCOR']=function(_0x4a9cb1,_0xfb1ace){return _0x4a9cb1!==_0xfb1ace;},_0x267e7e[_0x304b34(0x24f)]=function(_0x22bd2b,_0x37b9a0){return _0x22bd2b===_0x37b9a0;},_0x267e7e[_0x304b34(0x3d4)]=_0x304b34(0x2b5),_0x267e7e[_0x304b34(0x39d)]=function(_0x2845d8,_0x1f5137){return _0x2845d8===_0x1f5137;},_0x267e7e[_0x304b34(0x29c)]=function(_0x1145b7,_0x21369d){return _0x1145b7&&_0x21369d;},_0x267e7e[_0x304b34(0x3cc)]='TEST_INIT',_0x267e7e[_0x304b34(0x33a)]=_0x304b34(0x328),_0x267e7e[_0x304b34(0x22a)]=_0x304b34(0x226),_0x267e7e[_0x304b34(0x369)]=_0x304b34(0x2f6),_0x267e7e[_0x304b34(0x354)]=function(_0x30f997,_0x25684b){return _0x30f997===_0x25684b;},_0x267e7e['yFNEL']='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x267e7e[_0x304b34(0x1ec)]=_0x304b34(0x2a6),_0x267e7e['gaIjE']=function(_0x3ccd2a,_0xe1fcdd){return _0x3ccd2a>_0xe1fcdd;},_0x267e7e['yeFlh']=_0x304b34(0x2fd),_0x267e7e[_0x304b34(0x1f4)]=_0x304b34(0x336),_0x267e7e[_0x304b34(0x349)]=function(_0x1122ac,_0x996e9b){return _0x1122ac&&_0x996e9b;},_0x267e7e[_0x304b34(0x339)]=_0x304b34(0x22c);const _0x17d2d2=_0x267e7e;if(_0x17d2d2[_0x304b34(0x43b)](_0xd13d5[_0x304b34(0x378)],_0x17d2d2[_0x304b34(0x2db)])&&_0x17d2d2[_0x304b34(0x323)](_0xd13d5[_0x304b34(0x378)],_0x17d2d2['WGLIO'])&&_0x17d2d2[_0x304b34(0x2bc)](_0xd13d5[_0x304b34(0x378)],_0x17d2d2[_0x304b34(0x342)])&&_0x17d2d2[_0x304b34(0x3c2)](_0xd13d5[_0x304b34(0x378)],FRAMEWORKS[_0x304b34(0x2c3)])){logger[_0x304b34(0x310)](_0x304b34(0x25f)+_0xd13d5[_0x304b34(0x378)]+')');return;}try{const _0x3799cc=AutomationFramework['getTrackedInstance'](),_0x407653=TestFramework[_0x304b34(0x2cd)](),_0x51fc64=_0xd13d5[_0x304b34(0x284)]||global[_0x304b34(0x372)]?.['pwPage']||null;if(_0x17d2d2['rsajA'](_0xd13d5[_0x304b34(0x378)],_0x17d2d2[_0x304b34(0x342)])){const _0x52cdfb=_0xd13d5[_0x304b34(0x333)]||_0x3799cc&&_0x3799cc[_0x304b34(0x3ca)]&&_0x3799cc[_0x304b34(0x3ca)]()||_0x3799cc&&_0x3799cc['getCapabilities']&&_0x3799cc[_0x304b34(0x212)]()||{},_0x5bb349=_0xd13d5[_0x304b34(0x309)]||null,_0x4b977c=this[_0x304b34(0x437)](_0x3799cc,_0x52cdfb,_0x5bb349),_0x4b2af4=CLIUtils['getCurrentInstanceName']();this[_0x304b34(0x302)]['set'](_0x4b2af4,_0x4b977c);global['Context']?.[_0x304b34(0x242)]&&global[_0x304b34(0x2e9)][_0x304b34(0x242)]()[_0x304b34(0x315)](_0x4b977c);_0x4b977c?(global['accessibilityPlatform']=!![],process[_0x304b34(0x2a0)][_0x304b34(0x2f1)]=_0x17d2d2['jBDJc']):global[_0x304b34(0x3c3)]=![];logger[_0x304b34(0x310)](_0x304b34(0x229)+_0x4b977c);return;}if(_0x17d2d2[_0x304b34(0x39d)](_0xd13d5[_0x304b34(0x378)],FRAMEWORKS[_0x304b34(0x2c3)])){const _0x42ff4b=_0xd13d5['testData']||{},_0x2cdf08=_0x42ff4b[TestFrameworkConstants[_0x304b34(0x301)]],_0x3d3bc6=_0x42ff4b[TestFrameworkConstants['KEY_TEST_NAME']]||'',_0x275465=(Array[_0x304b34(0x29f)](_0x2cdf08)?_0x2cdf08[_0x304b34(0x384)](_0x3d3bc6)[_0x304b34(0x3a3)]('\x20'):_0x3d3bc6)['trim'](),_0x19a6fd=_0xd13d5[_0x304b34(0x333)]||_0x3799cc&&_0x3799cc[_0x304b34(0x3ca)]&&_0x3799cc[_0x304b34(0x3ca)]()||_0x3799cc&&_0x3799cc[_0x304b34(0x212)]&&_0x3799cc[_0x304b34(0x212)]()||{},_0x311db9=this[_0x304b34(0x437)](_0x3799cc,_0x19a6fd,_0xd13d5['launchCaps']||null),_0x2184f7=this[_0x304b34(0x28d)](_0x275465,_0x3799cc,FRAMEWORKS[_0x304b34(0x2c3)]),_0x4ab547=_0x17d2d2[_0x304b34(0x29c)](_0x311db9,_0x2184f7),_0x393ad1=CLIUtils[_0x304b34(0x26c)]();this[_0x304b34(0x302)][_0x304b34(0x255)](_0x393ad1,_0x4ab547);global['Context']?.[_0x304b34(0x242)]&&global['Context'][_0x304b34(0x242)]()[_0x304b34(0x315)](_0x4ab547);_0x4ab547?(global['accessibilityPlatform']=!![],process[_0x304b34(0x2a0)][_0x304b34(0x2f1)]=_0x17d2d2[_0x304b34(0x3d4)],this[_0x304b34(0x2c0)]()):global[_0x304b34(0x3c3)]=![];_0x407653&&_0x407653[_0x304b34(0x388)](_0x17d2d2['eCmCa'],!![]);logger['debug'](_0x304b34(0x210)+_0x311db9+_0x304b34(0x418)+_0x2184f7+',\x20testName='+_0x275465);return;}if(!_0x51fc64){_0x407653&&_0x407653[_0x304b34(0x388)](_0x17d2d2['eCmCa'],!![]);logger[_0x304b34(0x310)](_0x17d2d2[_0x304b34(0x33a)]);return;}logger[_0x304b34(0x310)](_0x17d2d2['gCQNo']);const _0x52f6ab=_0x407653?.[_0x304b34(0x22e)](_0x17d2d2['ZWGdf'],![]),_0x1f7e59=_0x407653?.[_0x304b34(0x22e)](_0x17d2d2[_0x304b34(0x3cc)],![]);if(_0x17d2d2[_0x304b34(0x354)](_0x52f6ab,![])&&_0x17d2d2['ppYIA'](_0x1f7e59,![])){_0x407653&&_0x407653[_0x304b34(0x388)](_0x17d2d2[_0x304b34(0x369)],!![]);logger[_0x304b34(0x310)](_0x17d2d2['yFNEL']);return;}_0x407653&&_0x407653['updateData'](_0x17d2d2[_0x304b34(0x3cc)],!![]);let _0x1b34a5,_0x26fcb1;const _0x5a7f1c=_0xd13d5[_0x304b34(0x378)]||_0x17d2d2[_0x304b34(0x2db)];if(_0x17d2d2[_0x304b34(0x354)](_0x5a7f1c,_0x17d2d2[_0x304b34(0x3c9)])){_0x26fcb1=_0xd13d5['testInfo']?.[_0x304b34(0x256)]||_0xd13d5[_0x304b34(0x281)]?.['id']||global[_0x304b34(0x43c)]||global[_0x304b34(0x372)]?.['currentTest']?.[_0x304b34(0x256)]||global[_0x304b34(0x372)]?.['currentTest']?.['id'];const _0x4e171a=_0x407653?.['getAllData']()?.[_0x304b34(0x3c8)](_0x26fcb1);if(_0x4e171a&&_0x4e171a[TestFrameworkConstants[_0x304b34(0x40e)]])_0x1b34a5=_0x4e171a[TestFrameworkConstants[_0x304b34(0x40e)]];else{if(_0xd13d5[_0x304b34(0x281)]?.['titlePath'])_0x1b34a5=_0xd13d5[_0x304b34(0x281)][_0x304b34(0x3ee)];else global[_0x304b34(0x372)]?.['currentTest']?.[_0x304b34(0x281)]?.[_0x304b34(0x3ee)]?_0x1b34a5=global[_0x304b34(0x372)]['currentTest'][_0x304b34(0x281)][_0x304b34(0x3ee)]:_0x1b34a5=_0x17d2d2['YeoQq'];}logger[_0x304b34(0x310)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x26fcb1+_0x304b34(0x344)+JSON[_0x304b34(0x396)](_0x1b34a5));}else{_0x26fcb1=this[_0x304b34(0x3e5)](_0xd13d5);const _0x103e6e=TestInfo[_0x304b34(0x21d)](_0x26fcb1);let _0x5d2568=[];if(_0x103e6e&&Array[_0x304b34(0x29f)](_0x103e6e['test_tags'])&&_0x17d2d2['gaIjE'](_0x103e6e[_0x304b34(0x336)][_0x304b34(0x3d6)],0x0))_0x5d2568=_0x103e6e[_0x304b34(0x336)];else{if(_0x407653){const _0x546270=_0x17d2d2['ppYIA'](typeof _0x407653[_0x304b34(0x22e)],_0x17d2d2['yeFlh'])?_0x407653['getData'](_0x17d2d2['UEnYn'],[]):_0x407653[_0x304b34(0x336)]||[];Array[_0x304b34(0x29f)](_0x546270)&&(_0x5d2568=_0x546270);}}_0x1b34a5=_0x5d2568;}logger[_0x304b34(0x294)]('test-tags-->\x20'+JSON[_0x304b34(0x396)](_0x1b34a5));const _0x55a0ae=this['isPlatformSupported'](_0x3799cc,_0xd13d5[_0x304b34(0x333)],_0xd13d5['launchCaps']);logger[_0x304b34(0x310)](_0x304b34(0x30b)+_0x55a0ae+_0x304b34(0x2e7)+this[_0x304b34(0x34f)]);const _0x41ecec=this['isEnabledTestcase'](_0x1b34a5,_0x3799cc,_0x5a7f1c),_0x1fd7d0=_0x17d2d2[_0x304b34(0x349)](_0x55a0ae,_0x41ecec),_0x5d4ed2=CLIUtils[_0x304b34(0x26c)]();this[_0x304b34(0x302)][_0x304b34(0x255)](_0x5d4ed2,_0x1fd7d0),global['Context']?.[_0x304b34(0x242)]&&global[_0x304b34(0x2e9)][_0x304b34(0x242)]()[_0x304b34(0x315)](_0x1fd7d0),logger[_0x304b34(0x310)]('[platform\x20-\x20'+(_0x3799cc?.[_0x304b34(0x32a)]?.()||_0x17d2d2[_0x304b34(0x339)])+_0x304b34(0x234)+_0x1fd7d0),_0x1fd7d0?(global[_0x304b34(0x3c3)]=!![],process[_0x304b34(0x2a0)][_0x304b34(0x2f1)]=_0x17d2d2[_0x304b34(0x3d4)],this[_0x304b34(0x2c0)]()):global[_0x304b34(0x3c3)]=![];}catch(_0x2df1bc){logger['error'](_0x304b34(0x3e2)+(_0x2df1bc[_0x304b34(0x2cf)]||_0x2df1bc['message']));const _0x1b562e=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x304b34(0x255)](_0x1b562e,![]),global[_0x304b34(0x3c3)]=![];}}[a110_0x46e6c5(0x241)](){const _0x4012db=a110_0x46e6c5;return this['capabilities'][_0x4012db(0x31f)](_0x38732d=>_0x38732d['getName']()===_0x4012db(0x218))?.['getValue']()||'';}[a110_0x46e6c5(0x41d)](_0x18da61){const _0xb03230=a110_0x46e6c5;try{const _0x52f99a=this[_0xb03230(0x366)]?.[_0xb03230(0x3d2)]?.[_0xb03230(0x426)]||[],_0x48f600=_0x52f99a[_0xb03230(0x31f)](_0x3520b5=>_0x3520b5['name']===_0x18da61);return _0x48f600?_0x48f600[_0xb03230(0x3d7)]:null;}catch(_0x412a4a){return logger[_0xb03230(0x310)](_0xb03230(0x1e2)+_0x18da61+':\x20'+_0x412a4a['message']),null;}}async['setAccessibilityConfig'](_0x34235a,_0x41765b){const _0x1f3a30=a110_0x46e6c5,_0x34c4c3=_0x34235a[_0x1f3a30(0x2ad)]()[_0x1f3a30(0x30a)]();this[_0x1f3a30(0x2d6)](_0x34c4c3),this[_0x1f3a30(0x432)]=_0x34c4c3['getCapabilitiesList'](),await this[_0x1f3a30(0x220)](this[_0x1f3a30(0x432)],_0x41765b[_0x1f3a30(0x309)]);}['_parseScriptsFromOptions'](_0x2ef10e){const _0x59feac=a110_0x46e6c5,_0x53a81c={};_0x53a81c[_0x59feac(0x40f)]=function(_0x3c6433,_0x3b7a69){return _0x3c6433>_0x3b7a69;},_0x53a81c['rgbkT']=_0x59feac(0x411),_0x53a81c[_0x59feac(0x393)]=_0x59feac(0x204);const _0x26385f=_0x53a81c;try{const _0x4c0779=_0x2ef10e[_0x59feac(0x27f)](),_0x4e8567=_0x2ef10e[_0x59feac(0x28a)]()?.['getCommandsList']();_0x4c0779&&_0x26385f[_0x59feac(0x40f)](_0x4c0779[_0x59feac(0x3d6)],0x0)?(scripts[_0x59feac(0x25c)](_0x4c0779,_0x4e8567),scripts[_0x59feac(0x36e)](),logger[_0x59feac(0x310)](_0x26385f[_0x59feac(0x347)])):logger[_0x59feac(0x310)](_0x26385f[_0x59feac(0x393)]);}catch(_0xd7b14f){logger[_0x59feac(0x310)]('[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20'+_0xd7b14f[_0x59feac(0x230)]);}}async[a110_0x46e6c5(0x220)](_0x21d52a,_0x4b2e40={}){const _0x1eb084=a110_0x46e6c5,_0x5d54c6={'kpcpw':_0x1eb084(0x1fd),'jUFeL':_0x1eb084(0x327),'aoXTe':function(_0x2193b9,_0x5ebdde){return _0x2193b9===_0x5ebdde;},'ykuNQ':_0x1eb084(0x402),'ksfwP':function(_0x348318,_0x36231f){return _0x348318(_0x36231f);},'ufUdl':_0x1eb084(0x243),'ypptK':_0x1eb084(0x296),'HaNfe':_0x1eb084(0x23d),'kpGas':function(_0x2bc6a8,_0x116abf){return _0x2bc6a8||_0x116abf;},'SVeCx':'browserstack.accessibilityOptions.authToken','ioIFH':_0x1eb084(0x3e6),'tKYhc':function(_0xcdc1e0,_0x224142){return _0xcdc1e0(_0x224142);},'ZKIPt':_0x1eb084(0x35c),'sAgul':'wcagVersion','JStKm':'browserstack.accessibilityOptions.wcagVersion','SLfrT':function(_0x4d74ae,_0x3a9010){return _0x4d74ae===_0x3a9010;},'LtjRS':_0x1eb084(0x2ae),'WfsKx':'browserstack.accessibilityOptions.scannerVersion','WpQKE':_0x1eb084(0x2c4),'IXMkE':_0x1eb084(0x1de),'QdVSB':function(_0x53d215,_0x11d940){return _0x53d215===_0x11d940;},'movoc':_0x1eb084(0x410),'PLOQK':function(_0x1442bf,_0x584621){return _0x1442bf===_0x584621;},'KtPTK':'true'};global['__accessibilityOptions']=global[_0x1eb084(0x2b2)]||{};const _0x39f413=Array[_0x1eb084(0x29f)](_0x21d52a)?_0x21d52a['length']:_0x5d54c6[_0x1eb084(0x1d9)];logger[_0x1eb084(0x310)](_0x1eb084(0x40a)+_0x39f413+_0x1eb084(0x27e)+(process[_0x1eb084(0x2a0)][_0x1eb084(0x406)]||_0x5d54c6[_0x1eb084(0x2d0)])+_0x1eb084(0x211)+process[_0x1eb084(0x306)]);for(const _0xd2b01a of _0x21d52a){logger[_0x1eb084(0x310)](_0x1eb084(0x32f)+_0xd2b01a[_0x1eb084(0x224)]());if(_0x5d54c6['aoXTe'](_0xd2b01a[_0x1eb084(0x224)](),_0x5d54c6[_0x1eb084(0x21c)])){const _0x1adc11=_0xd2b01a['getValue'](),_0x52b587=_0x1adc11?_0x5d54c6[_0x1eb084(0x39c)](require,_0x5d54c6['ufUdl'])['createHash'](_0x5d54c6[_0x1eb084(0x2a5)])[_0x1eb084(0x341)](_0x1adc11)[_0x1eb084(0x1f2)](_0x5d54c6[_0x1eb084(0x208)])[_0x1eb084(0x277)](0x0,0x8):'';logger[_0x1eb084(0x294)](_0x1eb084(0x332)+_0x5d54c6['kpGas'](_0x1adc11,'')[_0x1eb084(0x3d6)]+_0x1eb084(0x1db)+_0x52b587+_0x1eb084(0x27e)+(process[_0x1eb084(0x2a0)][_0x1eb084(0x406)]||_0x5d54c6[_0x1eb084(0x2d0)])+'\x22\x20pid='+process[_0x1eb084(0x306)]),process[_0x1eb084(0x2a0)][_0x1eb084(0x254)]=_0x1adc11,global[_0x1eb084(0x2b2)][_0x5d54c6['SVeCx']]=_0x1adc11;const _0xf77878=_0x5d54c6[_0x1eb084(0x39c)](require,_0x5d54c6[_0x1eb084(0x3af)]),{isTrue:_0x997be8}=_0x5d54c6[_0x1eb084(0x3df)](require,_0x5d54c6[_0x1eb084(0x3ff)]),_0x188f30=_0xf77878['parseA11yJwtPayload'](_0x1adc11);_0x188f30&&_0x5d54c6['ksfwP'](_0x997be8,_0x188f30[_0x1eb084(0x27d)])&&(process[_0x1eb084(0x2a0)][_0x1eb084(0x289)]=!![]);}else{if(_0x5d54c6[_0x1eb084(0x25d)](_0xd2b01a[_0x1eb084(0x224)](),_0x5d54c6[_0x1eb084(0x3c1)]))global['__accessibilityOptions'][_0x5d54c6[_0x1eb084(0x23a)]]=_0xd2b01a[_0x1eb084(0x3f0)]();else{if(_0x5d54c6['SLfrT'](_0xd2b01a[_0x1eb084(0x224)](),_0x5d54c6['LtjRS']))global['__accessibilityOptions'][_0x5d54c6[_0x1eb084(0x3c6)]]=_0xd2b01a['getValue']();else{if(_0x5d54c6['SLfrT'](_0xd2b01a['getName'](),_0x5d54c6[_0x1eb084(0x30e)]))global['__accessibilityOptions'][_0x5d54c6[_0x1eb084(0x43d)]]=_0xd2b01a['getValue']();else{if(_0x5d54c6[_0x1eb084(0x3dc)](_0xd2b01a[_0x1eb084(0x224)](),_0x5d54c6['movoc'])){const _0x252249=_0xd2b01a[_0x1eb084(0x3f0)]();process[_0x1eb084(0x2a0)][_0x1eb084(0x3bb)]=_0x5d54c6[_0x1eb084(0x3df)](String,_0x5d54c6[_0x1eb084(0x3dc)](_0x252249,!![])||_0x5d54c6[_0x1eb084(0x283)](_0x252249,_0x5d54c6[_0x1eb084(0x37c)])),logger[_0x1eb084(0x310)](_0x1eb084(0x3e0)+_0x252249+_0x1eb084(0x330)+process['env'][_0x1eb084(0x3bb)]);}}}}}}}async['onAfterTest'](_0x468e9e){const _0x473ea3=a110_0x46e6c5,_0x15a5ae={};_0x15a5ae[_0x473ea3(0x3e4)]=function(_0x57615c,_0x4dadc3){return _0x57615c!==_0x4dadc3;},_0x15a5ae['rbrbL']=_0x473ea3(0x2e1),_0x15a5ae[_0x473ea3(0x26f)]=function(_0x2f0218,_0x3fab22){return _0x2f0218!==_0x3fab22;},_0x15a5ae[_0x473ea3(0x2af)]=_0x473ea3(0x420),_0x15a5ae[_0x473ea3(0x2f0)]=_0x473ea3(0x363),_0x15a5ae[_0x473ea3(0x34c)]='unknown';const _0x37775c=_0x15a5ae;if(_0x37775c[_0x473ea3(0x3e4)](_0x468e9e[_0x473ea3(0x378)],_0x37775c[_0x473ea3(0x356)])&&_0x37775c['Uwkdb'](_0x468e9e[_0x473ea3(0x378)],_0x37775c['wtPgt'])&&_0x37775c[_0x473ea3(0x26f)](_0x468e9e[_0x473ea3(0x378)],_0x37775c[_0x473ea3(0x2f0)])&&_0x37775c['Yclyc'](_0x468e9e[_0x473ea3(0x378)],FRAMEWORKS[_0x473ea3(0x2c3)])){logger[_0x473ea3(0x310)](_0x473ea3(0x2eb)+_0x468e9e[_0x473ea3(0x378)]+')');return;}const _0x5e49a0=_0x468e9e['testInfo']?.['testAnalyticsId']||_0x468e9e[_0x473ea3(0x281)]?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x473ea3(0x294)](_0x473ea3(0x20a)+_0x468e9e[_0x473ea3(0x378)]+_0x473ea3(0x3ea)+_0x5e49a0);try{const _0x27904e=_0x468e9e[_0x473ea3(0x360)]||AutomationFramework[_0x473ea3(0x2cd)](),_0x3fd090=CLIUtils[_0x473ea3(0x26c)](),_0x1a040c=this['getCurrentAccessibilityStatus']();logger['debug'](_0x473ea3(0x1e7)+(_0x27904e?.[_0x473ea3(0x32a)]?.()||_0x37775c[_0x473ea3(0x34c)])+_0x473ea3(0x375)+_0x1a040c),_0x1a040c&&await this['stopTestCapture'](_0x27904e,_0x468e9e),this[_0x473ea3(0x302)][_0x473ea3(0x2a7)](_0x3fd090),this['LOG_DISABLED_SHOWN'][_0x473ea3(0x2a7)](_0x3fd090);}catch(_0x3ded00){logger[_0x473ea3(0x273)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x3ded00['stack']||_0x3ded00[_0x473ea3(0x230)]));}}async[a110_0x46e6c5(0x407)](_0x1877a6,_0x303227){const _0x4de3a2=a110_0x46e6c5,_0x21617d={};_0x21617d[_0x4de3a2(0x266)]=function(_0x21a5f1,_0x257e6a){return _0x21a5f1===_0x257e6a;},_0x21617d[_0x4de3a2(0x30c)]='function',_0x21617d[_0x4de3a2(0x297)]=function(_0x12a8d2,_0x353649){return _0x12a8d2===_0x353649;},_0x21617d[_0x4de3a2(0x298)]=_0x4de3a2(0x420),_0x21617d[_0x4de3a2(0x387)]=_0x4de3a2(0x2e1),_0x21617d['OPqGA']=_0x4de3a2(0x3f1),_0x21617d[_0x4de3a2(0x3de)]=_0x4de3a2(0x302),_0x21617d[_0x4de3a2(0x408)]=_0x4de3a2(0x249),_0x21617d[_0x4de3a2(0x368)]=_0x4de3a2(0x22c),_0x21617d[_0x4de3a2(0x201)]=_0x4de3a2(0x376),_0x21617d[_0x4de3a2(0x290)]=_0x4de3a2(0x3d0),_0x21617d[_0x4de3a2(0x401)]=function(_0x1fbec7,_0x51d324){return _0x1fbec7||_0x51d324;},_0x21617d[_0x4de3a2(0x340)]=function(_0x442132,_0x1b6396){return _0x442132||_0x1b6396;},_0x21617d[_0x4de3a2(0x293)]='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x21617d[_0x4de3a2(0x395)]='AUTOMATION_SESSIONS',_0x21617d[_0x4de3a2(0x36f)]=_0x4de3a2(0x337);const _0x1eb8f0=_0x21617d;try{const _0xf4aae8=_0x303227['testFramework']||(_0x1eb8f0[_0x4de3a2(0x297)](this[_0x4de3a2(0x2d3)]?.[_0x4de3a2(0x392)]?.[_0x4de3a2(0x334)](),_0x1eb8f0[_0x4de3a2(0x298)])?_0x1eb8f0[_0x4de3a2(0x298)]:_0x1eb8f0[_0x4de3a2(0x387)]);let _0x1a837b='',_0x4e6d50=null,_0x541cc7=null;if(_0x1eb8f0[_0x4de3a2(0x297)](_0xf4aae8,_0x1eb8f0['CNrnz'])){_0x4e6d50=_0x303227[_0x4de3a2(0x281)]?.[_0x4de3a2(0x256)]||_0x303227[_0x4de3a2(0x281)]?.['id']||global[_0x4de3a2(0x43c)];if(!_0x4e6d50){logger['warn'](_0x1eb8f0[_0x4de3a2(0x409)]);return;}try{const _0x323556=await GrpcClient[_0x4de3a2(0x307)]()[_0x4de3a2(0x3fa)](process[_0x4de3a2(0x2a0)][_0x4de3a2(0x219)],_0x1eb8f0[_0x4de3a2(0x3de)],_0x1eb8f0[_0x4de3a2(0x408)],_0x4e6d50),_0x5e85ad=AccessibilityModule['loadDriverExecuteParams'](null,_0x323556);_0x1a837b=_0x5e85ad?.['thTestRunUuid']||'',logger[_0x4de3a2(0x310)](_0x4de3a2(0x3a9)+_0x1a837b+_0x4de3a2(0x303)+_0x4e6d50),_0x541cc7=_0x323556;}catch(_0x3d1c16){logger[_0x4de3a2(0x273)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x3d1c16[_0x4de3a2(0x230)]);return;}}else{const _0x3dcfbb=this['getTestId'](_0x303227);_0x1a837b=TestInfo[_0x4de3a2(0x30d)](_0x3dcfbb);}const _0x5c8b52=((()=>{const _0x6a42d2=_0x4de3a2,_0x26b627=(this[_0x6a42d2(0x366)]?.['options']?.['capabilitiesList']||[])['find'](_0x4f2138=>(typeof _0x4f2138[_0x6a42d2(0x224)]===_0x6a42d2(0x2fd)?_0x4f2138[_0x6a42d2(0x224)]():_0x4f2138[_0x6a42d2(0x392)])===this[_0x6a42d2(0x436)]);return _0x26b627?_0x1eb8f0[_0x6a42d2(0x266)](typeof _0x26b627[_0x6a42d2(0x3f0)],_0x1eb8f0[_0x6a42d2(0x30c)])?_0x26b627[_0x6a42d2(0x3f0)]():_0x26b627[_0x6a42d2(0x3d7)]:'';})()),_0x4b2584=process[_0x4de3a2(0x2a0)][_0x4de3a2(0x25a)]||'';logger[_0x4de3a2(0x310)]('[platform\x20-\x20'+(_0x1877a6?.[_0x4de3a2(0x32a)]?.()||_0x1eb8f0['AYHZf'])+_0x4de3a2(0x1df)+_0x1a837b+_0x4de3a2(0x421)+_0x5c8b52+_0x4de3a2(0x34d)+(_0x4b2584?_0x1eb8f0['KMeKb']:_0x1eb8f0[_0x4de3a2(0x290)]));let _0x494e4b;if(_0x1eb8f0[_0x4de3a2(0x297)](_0xf4aae8,_0x1eb8f0['CNrnz']))_0x494e4b=AccessibilityModule[_0x4de3a2(0x259)](_0x1a837b,_0x541cc7);else{const _0x52762b=await GrpcClient[_0x4de3a2(0x307)]()[_0x4de3a2(0x3fa)](process['env'][_0x4de3a2(0x219)],_0x1eb8f0[_0x4de3a2(0x3de)],_0x1eb8f0[_0x4de3a2(0x408)]);_0x494e4b=AccessibilityModule[_0x4de3a2(0x259)](_0x1a837b,_0x52762b);}logger[_0x4de3a2(0x310)](_0x4de3a2(0x2bf)+JSON[_0x4de3a2(0x396)](_0x494e4b));const _0x1711c8=Object['assign']({},{'thTestRunUuid':_0x1eb8f0['eBLnl'](_0x1a837b,''),'thBuildUuid':_0x1eb8f0[_0x4de3a2(0x340)](_0x5c8b52,''),'thJwtToken':_0x1eb8f0[_0x4de3a2(0x401)](_0x4b2584,'')},_0x494e4b);!this[_0x4de3a2(0x34f)]&&this[_0x4de3a2(0x41e)]()&&(_0x1711c8[_0x4de3a2(0x272)]=!![],logger[_0x4de3a2(0x310)](_0x1eb8f0[_0x4de3a2(0x293)]));logger[_0x4de3a2(0x310)](_0x4de3a2(0x252)+_0x1a837b+_0x4de3a2(0x2e7)+this['isAppAccessibility']);let _0x5b27e4=global[_0x4de3a2(0x372)]?.[_0x4de3a2(0x2df)]||null;!_0x5b27e4&&(_0x5b27e4=AutomationFramework[_0x4de3a2(0x2c8)](_0x1877a6,_0x1eb8f0['nJxae'],null)),!_0x5b27e4&&(_0x5b27e4=AutomationFramework[_0x4de3a2(0x2c8)](_0x1877a6,_0x1eb8f0['kRMDR'],null)),await this[_0x4de3a2(0x38c)](this[_0x4de3a2(0x3e8)](),_0x1a837b,_0x5b27e4,_0x1711c8,this[_0x4de3a2(0x34f)]);}catch(_0x497a12){logger[_0x4de3a2(0x273)](_0x4de3a2(0x38a)+(_0x497a12[_0x4de3a2(0x2cf)]||_0x497a12[_0x4de3a2(0x230)]));}}async[a110_0x46e6c5(0x38c)](_0x12b40b,_0x24896d,_0x4c81ed,_0xc6e9ea,_0x3f2ce1){const _0x4b139c=a110_0x46e6c5,_0x1dabb3={};_0x1dabb3[_0x4b139c(0x1fb)]=_0x4b139c(0x249),_0x1dabb3[_0x4b139c(0x3dd)]=function(_0x45b096,_0x3f833d){return _0x45b096&&_0x3f833d;},_0x1dabb3[_0x4b139c(0x2aa)]=_0x4b139c(0x235),_0x1dabb3[_0x4b139c(0x359)]=function(_0x35f78f,_0x1f3c03){return _0x35f78f===_0x1f3c03;},_0x1dabb3[_0x4b139c(0x3c0)]=_0x4b139c(0x3d0),_0x1dabb3[_0x4b139c(0x42c)]=_0x4b139c(0x247),_0x1dabb3[_0x4b139c(0x291)]=_0x4b139c(0x3fd),_0x1dabb3[_0x4b139c(0x2d2)]=_0x4b139c(0x32e),_0x1dabb3[_0x4b139c(0x23b)]=_0x4b139c(0x1f0),_0x1dabb3[_0x4b139c(0x30f)]=function(_0x53a0f0,_0x4e4ab9){return _0x53a0f0&&_0x4e4ab9;},_0x1dabb3[_0x4b139c(0x275)]=_0x4b139c(0x370),_0x1dabb3[_0x4b139c(0x2ee)]=_0x4b139c(0x3f6),_0x1dabb3['dMIjB']=_0x4b139c(0x37e);const _0x2aa429=_0x1dabb3;try{const _0x258dc3=this[_0x4b139c(0x279)](_0x2aa429['ttYqy']);if(_0x2aa429[_0x4b139c(0x3dd)](!_0x3f2ce1,!_0x258dc3)){logger[_0x4b139c(0x310)](_0x2aa429[_0x4b139c(0x2aa)]);return;}if(!_0x24896d||_0x2aa429['VCMaA'](_0x24896d,_0x2aa429['EcwLz'])||_0x2aa429[_0x4b139c(0x359)](_0x24896d,'')){logger[_0x4b139c(0x310)](_0x2aa429[_0x4b139c(0x42c)]);return;}logger[_0x4b139c(0x310)](_0x4b139c(0x278)+JSON['stringify'](_0xc6e9ea)),_0x12b40b&&(logger[_0x4b139c(0x310)](_0x2aa429[_0x4b139c(0x291)]),await this['performScanForCli'](_0x4c81ed,_0x24896d,_0x2aa429[_0x4b139c(0x2d2)],_0xc6e9ea,_0x3f2ce1,_0x2aa429[_0x4b139c(0x23b)]),_0x2aa429[_0x4b139c(0x30f)](!_0x3f2ce1,_0x258dc3)&&(logger[_0x4b139c(0x310)](_0x2aa429['nMZMd']),await PerformanceTester['measureWrapper'](_0x2aa429[_0x4b139c(0x2ee)],async()=>{const _0x20ed89=_0x4b139c;await this[_0x20ed89(0x280)](_0x4c81ed,_0x24896d,_0x2aa429['ttYqy'],_0xc6e9ea,_0x3f2ce1,_0x2aa429[_0x20ed89(0x1fb)]);})()),logger[_0x4b139c(0x294)](_0x2aa429[_0x4b139c(0x3ae)]));}catch(_0x546251){logger['error'](_0x4b139c(0x438)+(_0x546251[_0x4b139c(0x2cf)]||_0x546251[_0x4b139c(0x230)]));}}async[a110_0x46e6c5(0x3f3)](_0x1787b7){const _0x4dd9a5=a110_0x46e6c5,_0x3f4415={};_0x3f4415['qqbgD']=function(_0x9a614e,_0x5adcb5){return _0x9a614e!==_0x5adcb5;},_0x3f4415['Stkmp']=_0x4dd9a5(0x2e1),_0x3f4415[_0x4dd9a5(0x2b4)]=_0x4dd9a5(0x420),_0x3f4415['tuniU']=function(_0x5986f5,_0x1f2321){return _0x5986f5!==_0x1f2321;},_0x3f4415[_0x4dd9a5(0x28b)]=_0x4dd9a5(0x363),_0x3f4415[_0x4dd9a5(0x1e0)]=function(_0x458c72,_0x24f9af){return _0x458c72!==_0x24f9af;},_0x3f4415[_0x4dd9a5(0x269)]=_0x4dd9a5(0x22c),_0x3f4415['zsNoc']=_0x4dd9a5(0x2cb),_0x3f4415[_0x4dd9a5(0x2ed)]=function(_0xbd702a,_0x291223){return _0xbd702a&&_0x291223;},_0x3f4415[_0x4dd9a5(0x431)]=function(_0x47f6eb,_0x1d641f){return _0x47f6eb===_0x1d641f;},_0x3f4415[_0x4dd9a5(0x3db)]=_0x4dd9a5(0x429),_0x3f4415['rvaHg']=_0x4dd9a5(0x302),_0x3f4415['mtxYq']=_0x4dd9a5(0x42e),_0x3f4415[_0x4dd9a5(0x2d7)]=function(_0xa8a736,_0x236192){return _0xa8a736===_0x236192;},_0x3f4415[_0x4dd9a5(0x3b9)]=_0x4dd9a5(0x2c5),_0x3f4415[_0x4dd9a5(0x41b)]='testhub_build_uuid',_0x3f4415[_0x4dd9a5(0x329)]=_0x4dd9a5(0x1f0),_0x3f4415[_0x4dd9a5(0x24c)]='null';const _0x525543=_0x3f4415;if(_0x525543[_0x4dd9a5(0x35b)](_0x1787b7[_0x4dd9a5(0x378)],_0x525543[_0x4dd9a5(0x22d)])&&_0x525543[_0x4dd9a5(0x35b)](_0x1787b7[_0x4dd9a5(0x378)],_0x525543[_0x4dd9a5(0x2b4)])&&_0x525543[_0x4dd9a5(0x239)](_0x1787b7[_0x4dd9a5(0x378)],_0x525543[_0x4dd9a5(0x28b)])&&_0x525543[_0x4dd9a5(0x1e0)](_0x1787b7[_0x4dd9a5(0x378)],FRAMEWORKS[_0x4dd9a5(0x2c3)])){logger[_0x4dd9a5(0x310)](_0x4dd9a5(0x43f)+_0x1787b7[_0x4dd9a5(0x378)]+')');return;}logger[_0x4dd9a5(0x310)](_0x4dd9a5(0x268)+(_0x1787b7[_0x4dd9a5(0x29e)]||_0x525543['QwftG'])+_0x4dd9a5(0x2e3)+_0x1787b7[_0x4dd9a5(0x378)]);try{const _0x2171ae=_0x1787b7[_0x4dd9a5(0x360)]||AutomationFramework[_0x4dd9a5(0x2cd)](),_0x227cd9=TestFramework[_0x4dd9a5(0x2cd)](),_0x3ca5f5=_0x1787b7[_0x4dd9a5(0x29e)]||_0x1787b7[_0x4dd9a5(0x1fc)]?.[_0x4dd9a5(0x224)]();if(!_0x3ca5f5){logger[_0x4dd9a5(0x310)](_0x525543[_0x4dd9a5(0x3e9)]);return;}if(!this[_0x4dd9a5(0x3e8)]()){logger[_0x4dd9a5(0x310)](_0x4dd9a5(0x231)+_0x3ca5f5);return;}if(!this[_0x4dd9a5(0x39b)](_0x3ca5f5)){logger[_0x4dd9a5(0x310)](_0x4dd9a5(0x31a)+_0x3ca5f5+_0x4dd9a5(0x3a5));return;}const _0x1c4fb0=_0x1787b7[_0x4dd9a5(0x284)]||global[_0x4dd9a5(0x372)]?.[_0x4dd9a5(0x2df)],_0x1036d1=_0x1787b7[_0x4dd9a5(0x434)]||null;if(_0x525543['IJYJO'](!_0x1c4fb0,!_0x1036d1)){logger['debug'](_0x4dd9a5(0x381)+_0x3ca5f5);return;}let _0x339091='',_0x24e6cf=null;if(_0x525543[_0x4dd9a5(0x431)](_0x1787b7['testFramework'],_0x525543['qldkp'])){_0x24e6cf=_0x1787b7[_0x4dd9a5(0x281)]?.[_0x4dd9a5(0x256)]||_0x1787b7['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x24e6cf){logger['warn'](_0x525543[_0x4dd9a5(0x3db)]);return;}try{const _0x501f2c=await GrpcClient[_0x4dd9a5(0x307)]()['fetchDriverExecuteParamsEvent'](process[_0x4dd9a5(0x2a0)][_0x4dd9a5(0x219)],_0x525543[_0x4dd9a5(0x33c)],_0x525543[_0x4dd9a5(0x29a)],_0x24e6cf),_0x43882b=AccessibilityModule[_0x4dd9a5(0x259)](null,_0x501f2c);_0x339091=_0x43882b?.[_0x4dd9a5(0x42a)]||'',logger['debug']('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x339091+'\x20from\x20testIdentifier='+_0x24e6cf);}catch(_0x5da1a6){logger[_0x4dd9a5(0x273)]('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x5da1a6['message']);return;}}else _0x525543['llodJ'](_0x1787b7[_0x4dd9a5(0x378)],FRAMEWORKS[_0x4dd9a5(0x2c3)])?_0x339091=_0x1787b7[_0x4dd9a5(0x430)]||'':(_0x339091=this[_0x4dd9a5(0x41d)](_0x525543[_0x4dd9a5(0x3b9)])||'',!_0x339091&&this[_0x4dd9a5(0x41e)]()&&(_0x339091=accessibilityHelper[_0x4dd9a5(0x3bf)]()));const _0x2779b0=this['getCapabilityValue'](_0x525543[_0x4dd9a5(0x41b)])||this['accessibilityConfig'][this[_0x4dd9a5(0x436)]]||null,_0x45f582=process[_0x4dd9a5(0x2a0)][_0x4dd9a5(0x25a)]||'',_0x570448=this[_0x4dd9a5(0x2ca)](_0x3ca5f5,_0x339091,_0x2779b0,_0x45f582),_0x46687c=_0x525543[_0x4dd9a5(0x2d7)](_0x1787b7['testFramework'],_0x525543[_0x4dd9a5(0x2b4)])?await AccessibilityModule[_0x4dd9a5(0x271)](_0x525543[_0x4dd9a5(0x329)],_0x339091,_0x24e6cf):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x525543[_0x4dd9a5(0x329)],_0x339091);logger[_0x4dd9a5(0x294)](_0x4dd9a5(0x428)+(_0x570448?JSON[_0x4dd9a5(0x396)](_0x570448):_0x525543[_0x4dd9a5(0x24c)]));let _0x2fb4c1=CLIUtils[_0x4dd9a5(0x2de)](_0x570448,_0x46687c);if(this[_0x4dd9a5(0x34f)]){const _0x1c129e=process['env'][_0x4dd9a5(0x254)]||'';_0x2fb4c1[_0x4dd9a5(0x261)]&&(_0x2fb4c1['centralAuthHeader']=_0x2fb4c1[_0x4dd9a5(0x261)],delete _0x2fb4c1['centralAuthToken']),_0x2fb4c1=Object[_0x4dd9a5(0x21e)]({},_0x2fb4c1,{'authHeader':_0x2fb4c1['authHeader']||_0x1c129e,'method':_0x3ca5f5,'scanTimestamp':Date[_0x4dd9a5(0x2b9)]()[_0x4dd9a5(0x22b)]()});}logger[_0x4dd9a5(0x294)](_0x4dd9a5(0x40b)+(_0x2fb4c1?JSON[_0x4dd9a5(0x396)](_0x2fb4c1):_0x525543[_0x4dd9a5(0x24c)])),logger['debug'](_0x4dd9a5(0x1e3)+_0x3ca5f5);const _0x326a95=this[_0x4dd9a5(0x34f)]?_0x1036d1:_0x1c4fb0,_0x4adc70=await this[_0x4dd9a5(0x280)](_0x326a95,_0x339091,_0x3ca5f5,_0x2fb4c1,this[_0x4dd9a5(0x34f)]);logger['debug'](_0x4dd9a5(0x2c2)+_0x3ca5f5+_0x4dd9a5(0x2b3)+JSON[_0x4dd9a5(0x396)](_0x4adc70));}catch(_0xc9ad74){logger[_0x4dd9a5(0x273)](_0x4dd9a5(0x382)+(_0xc9ad74[_0x4dd9a5(0x2cf)]||_0xc9ad74[_0x4dd9a5(0x230)]));}}[a110_0x46e6c5(0x398)](){const _0x4c8cf6=a110_0x46e6c5;return this[_0x4c8cf6(0x3e8)]();}['setShouldScanCurrentTest'](_0x54b5f0){const _0x1d5440=a110_0x46e6c5,_0x6254a4=CLIUtils[_0x1d5440(0x26c)]();this[_0x1d5440(0x302)][_0x1d5440(0x255)](_0x6254a4,_0x54b5f0);}async[a110_0x46e6c5(0x1d8)](_0x402664){const _0x5d1ffc=a110_0x46e6c5,_0x4baf97={};_0x4baf97[_0x5d1ffc(0x39e)]=_0x5d1ffc(0x22c);const _0x306f5b=_0x4baf97;try{const _0x203a19=_0x402664[_0x5d1ffc(0x360)]||AutomationFramework[_0x5d1ffc(0x2cd)](),_0x5d9382=_0x203a19?.[_0x5d1ffc(0x22e)]?.()?.[_0x5d1ffc(0x3c8)]?.(this[_0x5d1ffc(0x3ce)])||![];if(_0x5d9382)return;PerformanceTester[_0x5d1ffc(0x287)](EVENTS[_0x5d1ffc(0x236)]);const _0xce9779=await GrpcClient[_0x5d1ffc(0x307)]()[_0x5d1ffc(0x415)](_0x402664);_0xce9779&&_0xce9779[_0x5d1ffc(0x2ad)]&&_0xce9779[_0x5d1ffc(0x2ad)]()&&_0xce9779[_0x5d1ffc(0x2ad)]()[_0x5d1ffc(0x35a)]()?(await this[_0x5d1ffc(0x2e5)](_0xce9779,_0x402664),_0x203a19?.[_0x5d1ffc(0x22e)]&&_0x203a19[_0x5d1ffc(0x22e)]()[_0x5d1ffc(0x255)](this['KEY_INIT'],!![]),logger[_0x5d1ffc(0x310)](_0x5d1ffc(0x1e7)+(_0x203a19?.[_0x5d1ffc(0x32a)]?.()||_0x306f5b[_0x5d1ffc(0x39e)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x5d1ffc(0x310)](_0x5d1ffc(0x1e7)+(_0x203a19?.[_0x5d1ffc(0x32a)]?.()||_0x306f5b[_0x5d1ffc(0x39e)])+_0x5d1ffc(0x28f)),PerformanceTester[_0x5d1ffc(0x2d4)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x52c478){PerformanceTester[_0x5d1ffc(0x2d4)](EVENTS[_0x5d1ffc(0x236)],![],_0x52c478[_0x5d1ffc(0x230)]),logger[_0x5d1ffc(0x273)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x52c478[_0x5d1ffc(0x2cf)]||_0x52c478['message']));}}async[a110_0x46e6c5(0x2e5)](_0x1bc262,_0x2751e3){const _0x101250=a110_0x46e6c5;await this[_0x101250(0x3a4)](_0x1bc262,_0x2751e3);const _0x25ca05=_0x1bc262[_0x101250(0x2ad)]()[_0x101250(0x30a)]();if(_0x25ca05){const _0x42ba90=_0x1bc262['getTesthub']&&_0x1bc262[_0x101250(0x223)]();_0x42ba90&&(this['accessibilityConfig'][this[_0x101250(0x436)]]=_0x42ba90[_0x101250(0x300)]&&_0x42ba90[_0x101250(0x300)]());}}[a110_0x46e6c5(0x39b)](_0x3bd749){const _0x2082ed=a110_0x46e6c5,_0x236353={};_0x236353[_0x2082ed(0x391)]=function(_0x4b488b,_0x45b0db){return _0x4b488b===_0x45b0db;};const _0x3477e5=_0x236353;try{if(!_0x3bd749)return![];const _0x4c8c9a=this['accessibilityConfig']?.['options']?.['commandsToWrap']?.[_0x2082ed(0x1da)]||[],_0x1ba353=_0x4c8c9a[_0x2082ed(0x295)](_0x4c74f3=>{const _0x3c83e1=_0x2082ed;return _0x4c74f3[_0x3c83e1(0x392)]&&_0x3477e5[_0x3c83e1(0x391)](_0x4c74f3[_0x3c83e1(0x392)]['toLowerCase'](),_0x3bd749['toLowerCase']());});return logger['debug'](_0x2082ed(0x43e)+_0x3bd749+_0x2082ed(0x3f8)+_0x1ba353+_0x2082ed(0x34a)+JSON[_0x2082ed(0x396)](_0x4c8c9a['map'](_0x32071f=>_0x32071f['name']))),_0x1ba353;}catch(_0x402eac){return logger['debug'](_0x2082ed(0x345)+_0x402eac[_0x2082ed(0x230)]),![];}}[a110_0x46e6c5(0x23e)](_0x3e3132){const _0x282a75=a110_0x46e6c5,_0x14e8f1={};_0x14e8f1['awjAi']=function(_0x593b85,_0x2c9a88){return _0x593b85===_0x2c9a88;},_0x14e8f1[_0x282a75(0x355)]=_0x282a75(0x2e8),_0x14e8f1[_0x282a75(0x358)]=_0x282a75(0x32c);const _0x25fa6e=_0x14e8f1,_0x155688=_0x3e3132['getScript']&&_0x3e3132[_0x282a75(0x215)]();return _0x155688&&_0x25fa6e[_0x282a75(0x3b6)](typeof _0x155688,_0x25fa6e[_0x282a75(0x355)])&&_0x155688[_0x282a75(0x3ba)](_0x25fa6e[_0x282a75(0x358)]);}['isAccessibilityScriptCommand'](_0x394083){const _0x3b0b7e=a110_0x46e6c5,_0x2bb7c3={};_0x2bb7c3[_0x3b0b7e(0x3a1)]=function(_0x2b2011,_0x4a1d68){return _0x2b2011!==_0x4a1d68;},_0x2bb7c3[_0x3b0b7e(0x390)]=_0x3b0b7e(0x2e8),_0x2bb7c3[_0x3b0b7e(0x2f8)]=_0x3b0b7e(0x302),_0x2bb7c3['pOhMj']=_0x3b0b7e(0x42e),_0x2bb7c3['NAdbB']=_0x3b0b7e(0x1ef),_0x2bb7c3['RCMSH']=_0x3b0b7e(0x3cb);const _0x36e753=_0x2bb7c3,_0x20bb37=_0x394083['getScript']&&_0x394083[_0x3b0b7e(0x215)]();if(!_0x20bb37||_0x36e753[_0x3b0b7e(0x3a1)](typeof _0x20bb37,_0x36e753[_0x3b0b7e(0x390)]))return![];return _0x20bb37[_0x3b0b7e(0x3ba)](_0x36e753[_0x3b0b7e(0x2f8)])||_0x20bb37[_0x3b0b7e(0x3ba)](_0x36e753[_0x3b0b7e(0x1f9)])||_0x20bb37[_0x3b0b7e(0x3ba)](_0x36e753[_0x3b0b7e(0x2b0)])||_0x20bb37[_0x3b0b7e(0x3ba)](_0x36e753['RCMSH']);}['isMobileWebSession'](){const _0x2f6057=a110_0x46e6c5,_0x24638b={'ibLPR':function(_0x2a02fa,_0x35793a){return _0x2a02fa===_0x35793a;},'cObmN':_0x2f6057(0x2fd),'mnzJW':function(_0x2d9ed2,_0x5ec081){return _0x2d9ed2(_0x5ec081);},'RBdTm':_0x2f6057(0x240),'XOaOv':_0x2f6057(0x1ff),'QYTwK':function(_0x45993c,_0x263003){return _0x45993c===_0x263003;},'qinGl':function(_0x57139c,_0x5e869c){return _0x57139c(_0x5e869c);},'DWITN':_0x2f6057(0x258),'afIKN':_0x2f6057(0x3d3)};try{const _0x106355=this[_0x2f6057(0x366)]?.[_0x2f6057(0x3d2)]?.['capabilitiesList']||[],_0x2392ba=_0x249395=>{const _0x2476c1=_0x2f6057,_0x227f89=_0x106355[_0x2476c1(0x31f)](_0x3e399f=>(typeof _0x3e399f['getName']==='function'?_0x3e399f[_0x2476c1(0x224)]():_0x3e399f[_0x2476c1(0x392)])===_0x249395);return _0x227f89?_0x24638b[_0x2476c1(0x314)](typeof _0x227f89[_0x2476c1(0x3f0)],_0x24638b[_0x2476c1(0x2f3)])?_0x227f89[_0x2476c1(0x3f0)]():_0x227f89['value']:null;},_0x1816c6=_0x24638b[_0x2f6057(0x2fc)](_0x2392ba,_0x24638b[_0x2f6057(0x245)]),_0x43dd73=_0x24638b[_0x2f6057(0x2fc)](_0x2392ba,_0x24638b[_0x2f6057(0x2dd)]),_0x25391a=global[_0x2f6057(0x365)]||_0x1816c6&&_0x24638b[_0x2f6057(0x1f6)](_0x24638b['qinGl'](String,_0x1816c6)[_0x2f6057(0x334)](),_0x24638b[_0x2f6057(0x27c)])&&_0x43dd73&&_0x24638b['qinGl'](String,_0x43dd73)[_0x2f6057(0x334)]()[_0x2f6057(0x3ba)](_0x24638b[_0x2f6057(0x2a8)]);if(!_0x25391a)return![];if(!accessibilityHelper[_0x2f6057(0x410)]())return!this['_mobileScanningDisabledLogged']&&(logger[_0x2f6057(0x439)](accessibilityHelper[_0x2f6057(0x36b)]),this[_0x2f6057(0x2fa)]=!![]),![];return!![];}catch(_0x2901b6){return logger[_0x2f6057(0x310)](_0x2f6057(0x3aa)+_0x2901b6[_0x2f6057(0x230)]),![];}}[a110_0x46e6c5(0x2ca)](_0x5ad794,_0x3709dd,_0x338cb5,_0x27d631){const _0x4e12bf=a110_0x46e6c5,_0x5069ca={};_0x5069ca[_0x4e12bf(0x3e1)]=function(_0xa37c9,_0x3f4803){return _0xa37c9||_0x3f4803;},_0x5069ca[_0x4e12bf(0x424)]=function(_0x19b732,_0x345a33){return _0x19b732&&_0x345a33;},_0x5069ca[_0x4e12bf(0x413)]=function(_0x5232d4,_0x53de10){return _0x5232d4||_0x53de10;},_0x5069ca[_0x4e12bf(0x41a)]=function(_0x3d7cf4,_0x5d8283){return _0x3d7cf4||_0x5d8283;},_0x5069ca[_0x4e12bf(0x2e6)]=_0x4e12bf(0x373);const _0x41f35c=_0x5069ca;let _0x53dab5=_0x41f35c['jUyWZ'](_0x3709dd,'');const _0x264173=!this[_0x4e12bf(0x34f)]&&this['isMobileWebSession']();_0x41f35c[_0x4e12bf(0x424)](_0x264173,!_0x53dab5)&&(_0x53dab5=accessibilityHelper[_0x4e12bf(0x3bf)]());const _0x51cca5={'command':_0x5ad794,'thTestRunUuid':_0x53dab5,'thBuildUuid':_0x41f35c['BQImm'](_0x338cb5,''),'thJwtToken':_0x41f35c[_0x4e12bf(0x41a)](_0x27d631,''),'timestamp':new Date()[_0x4e12bf(0x22f)]()};return _0x264173&&(_0x51cca5[_0x4e12bf(0x272)]=!![],logger[_0x4e12bf(0x310)](_0x41f35c['oLtDm'])),_0x51cca5;}[a110_0x46e6c5(0x279)](_0x119eb7){const _0x328d04=a110_0x46e6c5,_0x1fc903={};_0x1fc903[_0x328d04(0x29b)]=function(_0x109daa,_0x2cdaa1){return _0x109daa||_0x2cdaa1;};const _0x40dc50=_0x1fc903;try{const _0x5dd411=this[_0x328d04(0x366)]?.[_0x328d04(0x3d2)]?.[_0x328d04(0x42d)]||[],_0x3c7eeb=_0x5dd411['find'](_0x1f44eb=>_0x1f44eb[_0x328d04(0x392)]===_0x119eb7);return _0x40dc50[_0x328d04(0x29b)](_0x3c7eeb,null);}catch(_0x5e31d3){return logger[_0x328d04(0x310)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x119eb7+':\x20'+_0x5e31d3[_0x328d04(0x230)]),null;}}async['executeScriptByName'](_0x23094c,_0x3305cd,_0x3c4e98=null){const _0x51c864=a110_0x46e6c5,_0x5be562={'ibtUc':function(_0x49c6ad,_0x379057){return _0x49c6ad(_0x379057);},'CUTKg':_0x51c864(0x29d)};try{if(!_0x23094c)return logger[_0x51c864(0x310)](_0x51c864(0x2c1)+_0x3305cd),null;const _0x544b04=this[_0x51c864(0x279)](_0x3305cd);if(!_0x544b04||!_0x544b04[_0x51c864(0x1fc)])return logger[_0x51c864(0x310)]('executeScriptByName:\x20No\x20'+_0x3305cd+_0x51c864(0x2cc)),null;logger['debug']('Executing\x20'+_0x3305cd+_0x51c864(0x20e));const _0x1b7df9=_0x5be562[_0x51c864(0x207)](require,_0x5be562[_0x51c864(0x346)]),_0x565cef=_0x3c4e98?await _0x1b7df9['browserStackEvaluate'](_0x23094c,_0x544b04[_0x51c864(0x1fc)],_0x3c4e98):await _0x1b7df9[_0x51c864(0x20b)](_0x23094c,_0x544b04[_0x51c864(0x1fc)]);return _0x565cef;}catch(_0x2f626a){return logger['error'](_0x51c864(0x40d)+_0x3305cd+':\x20'+(_0x2f626a[_0x51c864(0x2cf)]||_0x2f626a[_0x51c864(0x230)])),null;}}async[a110_0x46e6c5(0x280)](_0x13aa45,_0x5ccd97,_0x4f14a0,_0x30d8dd,_0x558b70,_0x248e21=a110_0x46e6c5(0x1f0)){const _0x59a96d=a110_0x46e6c5,_0x581dff={'qXoDY':function(_0x3ada3e,_0x1e422c){return _0x3ada3e===_0x1e422c;},'lUlRT':_0x59a96d(0x1f0),'vlkGq':function(_0x13e2be,_0x1ee6e0){return _0x13e2be(_0x1ee6e0);},'OqSZt':'../../playwright/accessibility-helper','lFSvz':function(_0x129a5d,_0x37f41d){return _0x129a5d(_0x37f41d);}};try{logger[_0x59a96d(0x310)](_0x59a96d(0x33b)+_0x4f14a0+'\x20using\x20script:\x20'+_0x248e21+_0x59a96d(0x2e7)+_0x558b70);const _0x328eb9=this['getScriptByName'](_0x248e21);if(!_0x328eb9||!_0x328eb9[_0x59a96d(0x1fc)]){logger['debug']('performScanForCli:\x20No\x20'+_0x248e21+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x558b70){if(_0x13aa45[BSTACK_SCAN_IN_PROGRESS]){logger[_0x59a96d(0x310)]('[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20'+_0x4f14a0);return;}return await PerformanceTester[_0x59a96d(0x2bb)](PerformanceA11yEvents[_0x59a96d(0x2ac)],async()=>{const _0x119d3e=_0x59a96d;let _0x199946=_0x328eb9[_0x119d3e(0x1fc)];_0x199946['includes']('%s')&&(_0x199946=_0x199946[_0x119d3e(0x260)]('%s',JSON[_0x119d3e(0x396)](_0x30d8dd)));logger['debug'](_0x119d3e(0x267)+_0x4f14a0),_0x13aa45[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0xc6138f=await _0x13aa45[_0x119d3e(0x3a7)](_0x199946);return logger[_0x119d3e(0x294)](_0x119d3e(0x38f)+_0x4f14a0+':\x20'+util[_0x119d3e(0x2ff)](_0xc6138f)),_0xc6138f;}finally{_0x13aa45[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x4f14a0})();}if(_0x581dff[_0x59a96d(0x2e0)](_0x248e21,_0x581dff['lUlRT'])){const _0x1f87bd=_0x581dff[_0x59a96d(0x270)](require,_0x581dff[_0x59a96d(0x1e6)]),_0x22fbb4={};_0x22fbb4['command']=_0x4f14a0;const _0x2b7ed3=await PerformanceTester[_0x59a96d(0x2bb)](PerformanceA11yEvents[_0x59a96d(0x2ac)],async()=>{const _0xd333d1=_0x59a96d;return await _0x1f87bd[_0xd333d1(0x20b)](_0x13aa45,_0x328eb9['command'],_0x30d8dd);},_0x22fbb4)();return logger[_0x59a96d(0x294)](_0x59a96d(0x36d)+_0x248e21+_0x59a96d(0x367)+_0x4f14a0+':\x20'+util[_0x59a96d(0x2ff)](_0x2b7ed3)),_0x2b7ed3;}const _0x5a2cb2=_0x581dff[_0x59a96d(0x3d9)](require,_0x581dff[_0x59a96d(0x1e6)]),_0x175348=await PerformanceTester[_0x59a96d(0x2bb)](PerformanceA11yEvents[_0x59a96d(0x3da)],async()=>{const _0x723a09=_0x59a96d;return await _0x5a2cb2[_0x723a09(0x20b)](_0x13aa45,_0x328eb9['command'],_0x30d8dd);})();return logger[_0x59a96d(0x294)](_0x59a96d(0x36d)+_0x248e21+'\x20result\x20for\x20'+_0x4f14a0+':\x20'+util[_0x59a96d(0x2ff)](_0x175348)),_0x175348;}catch(_0x1fe9fb){logger[_0x59a96d(0x273)](_0x59a96d(0x286)+_0x248e21+':\x20'+(_0x1fe9fb[_0x59a96d(0x2cf)]||_0x1fe9fb['message']));}}async[a110_0x46e6c5(0x321)](_0x28d3e8){const _0x3430bf=a110_0x46e6c5,_0x4dec4a={'QEWdi':function(_0x5a19af,_0x54372f){return _0x5a19af(_0x54372f);},'rtZeQ':_0x3430bf(0x3e6)};try{const _0x1f05d4=_0x4dec4a[_0x3430bf(0x331)](require,_0x4dec4a[_0x3430bf(0x1ea)]);return await _0x1f05d4[_0x3430bf(0x244)](_0x28d3e8);}catch(_0x941eb7){return logger[_0x3430bf(0x273)](_0x3430bf(0x31e)+(_0x941eb7[_0x3430bf(0x2cf)]||_0x941eb7[_0x3430bf(0x230)])),![];}}[a110_0x46e6c5(0x31c)](_0x3a9d28,_0x1682be,_0x4ddcd6){const _0x15afe8=a110_0x46e6c5,_0x418f69={'CZueh':function(_0x15ca26,_0x11305e){return _0x15ca26(_0x11305e);},'iYOuH':_0x15afe8(0x29d),'PaTXd':_0x15afe8(0x32b),'TVaVG':_0x15afe8(0x2f7)};try{const _0x1681f3=_0x418f69['CZueh'](require,_0x418f69[_0x15afe8(0x419)]);_0x1681f3['processAccessibilityCaps'](_0x3a9d28,_0x1682be,_0x4ddcd6);const _0x44c039=JSON['stringify'](_0x3a9d28)[_0x15afe8(0x260)](/"browserstack\.user":"[^"]*"/g,_0x418f69['PaTXd'])[_0x15afe8(0x260)](/"browserstack\.key":"[^"]*"/g,_0x418f69[_0x15afe8(0x1fa)]);logger['debug'](_0x15afe8(0x343)+global[_0x15afe8(0x3c3)]+'\x20'+_0x44c039);}catch(_0x385904){logger[_0x15afe8(0x273)](_0x15afe8(0x2d8)+(_0x385904[_0x15afe8(0x2cf)]||_0x385904[_0x15afe8(0x230)]));}}async[a110_0x46e6c5(0x24e)]({fetchFn:_0x5bc53e,isNonEmpty:_0x88adc7,resultDetail:_0x1be9e9,totalMs:_0x9de82d,intervalMs:_0x276068,name:_0x446f68}){const _0x491828=a110_0x46e6c5,_0x333349={'rUEOA':function(_0x1aaca1,_0xa0ce94){return _0x1aaca1+_0xa0ce94;},'nrHAZ':function(_0x56ec81,_0xd4819e){return _0x56ec81<_0xd4819e;},'JJYGw':function(_0x479555){return _0x479555();},'LbXjn':function(_0x42d389,_0x305a50){return _0x42d389(_0x305a50);},'gSYsi':function(_0xf2a54b,_0x18b822){return _0xf2a54b(_0x18b822);},'GCcoy':function(_0xca95bd,_0x4ccb7c){return _0xca95bd>=_0x4ccb7c;},'LgrTD':function(_0x5762b7,_0xa32585){return _0x5762b7+_0xa32585;},'QtVEf':function(_0x511c65,_0x4db076){return _0x511c65-_0x4db076;},'ZRmXr':function(_0x594f3e,_0x13e25a){return _0x594f3e(_0x13e25a);}},_0x5c83f7=Date[_0x491828(0x2b9)](),_0x4c3a1d=_0x333349[_0x491828(0x41f)](_0x5c83f7,_0x9de82d);let _0x7c732e=0x0,_0x2d6623=null,_0x1b197f=![];while(_0x333349[_0x491828(0x324)](Date[_0x491828(0x2b9)](),_0x4c3a1d)){_0x7c732e++,_0x2d6623=await _0x333349[_0x491828(0x3a8)](_0x5bc53e),_0x1b197f=_0x333349[_0x491828(0x43a)](_0x88adc7,_0x2d6623),logger[_0x491828(0x310)]('['+_0x446f68+_0x491828(0x2dc)+_0x7c732e+'\x20'+_0x333349[_0x491828(0x326)](_0x1be9e9,_0x2d6623));if(_0x1b197f)break;if(_0x333349['GCcoy'](_0x333349[_0x491828(0x2d9)](Date['now'](),_0x276068),_0x4c3a1d))break;await new Promise(_0x11851c=>setTimeout(_0x11851c,_0x276068));}return!_0x1b197f&&logger[_0x491828(0x439)]('['+_0x446f68+']\x20polled\x20'+_0x7c732e+_0x491828(0x34e)+_0x333349[_0x491828(0x1f8)](Date['now'](),_0x5c83f7)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x333349[_0x491828(0x3b4)](_0x1be9e9,_0x2d6623)+_0x491828(0x322)),_0x2d6623;}async[a110_0x46e6c5(0x3fb)](_0x220b88,_0x5b6749){const _0x207ada=a110_0x46e6c5,_0x303651={};_0x303651[_0x207ada(0x37b)]=_0x207ada(0x1ef),_0x303651[_0x207ada(0x2b8)]=_0x207ada(0x27a),_0x303651[_0x207ada(0x3fc)]=_0x207ada(0x37d),_0x303651[_0x207ada(0x28c)]=_0x207ada(0x3c5);const _0x531347=_0x303651;try{const _0x3e82d6=process[_0x207ada(0x2a0)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||'';logger[_0x207ada(0x294)](_0x207ada(0x1f5)+_0x3e82d6+_0x207ada(0x26a)+_0x5b6749+_0x207ada(0x371)+_0x220b88);const _0x5b0a3c=await GrpcClient[_0x207ada(0x307)]()[_0x207ada(0x232)](_0x3e82d6,_0x5b6749,_0x220b88,_0x531347['mDAKO']);if(!_0x5b0a3c||!_0x5b0a3c[_0x207ada(0x274)])return logger['warn'](_0x531347['aQZXv']),[];const _0x4a083a=_0x5b0a3c[_0x207ada(0x274)](),_0x39095a=Buffer[_0x207ada(0x2ea)](_0x4a083a)['toString'](_0x531347[_0x207ada(0x3fc)])[_0x207ada(0x203)]();if(!_0x39095a)return logger['warn'](_0x531347[_0x207ada(0x28c)]),[];return JSON[_0x207ada(0x217)](_0x39095a);}catch(_0x36798d){return logger[_0x207ada(0x273)](_0x207ada(0x214)+(_0x36798d[_0x207ada(0x2cf)]||_0x36798d[_0x207ada(0x230)])),[];}}async[a110_0x46e6c5(0x380)](_0x218176,_0x567d34){const _0x564396=a110_0x46e6c5,_0xf9e0ec={};_0xf9e0ec[_0x564396(0x405)]=_0x564396(0x3b7),_0xf9e0ec[_0x564396(0x3eb)]=_0x564396(0x3ef),_0xf9e0ec[_0x564396(0x34b)]=_0x564396(0x37d),_0xf9e0ec[_0x564396(0x427)]=_0x564396(0x251);const _0x2f175b=_0xf9e0ec;try{const _0x33d77e=process['env'][_0x564396(0x219)]||'';logger['info']('[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId='+_0x33d77e+_0x564396(0x26a)+_0x567d34+_0x564396(0x371)+_0x218176);const _0x45468e=await GrpcClient[_0x564396(0x307)]()[_0x564396(0x232)](_0x33d77e,_0x567d34,_0x218176,_0x2f175b[_0x564396(0x405)]);if(!_0x45468e||!_0x45468e[_0x564396(0x274)])return logger[_0x564396(0x439)](_0x2f175b['kZeRx']),{};const _0x74a70a=_0x45468e['getResultResponse'](),_0x290a53=Buffer[_0x564396(0x2ea)](_0x74a70a)[_0x564396(0x22b)](_0x2f175b['InXMU'])[_0x564396(0x203)]();if(!_0x290a53)return logger[_0x564396(0x439)](_0x2f175b[_0x564396(0x427)]),{};return JSON[_0x564396(0x217)](_0x290a53);}catch(_0x2dac50){return logger['error']('[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20'+(_0x2dac50[_0x564396(0x2cf)]||_0x2dac50[_0x564396(0x230)])),{};}}async[a110_0x46e6c5(0x39f)](_0x2e0fc2){const _0x3f12fd=a110_0x46e6c5,_0x38495d={};_0x38495d[_0x3f12fd(0x228)]=_0x3f12fd(0x350),_0x38495d[_0x3f12fd(0x37a)]=function(_0xe94096,_0x4f1cb2){return _0xe94096>_0x4f1cb2;},_0x38495d[_0x3f12fd(0x389)]=_0x3f12fd(0x2c9);const _0x14a665=_0x38495d;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x3f12fd(0x439)](_0x14a665[_0x3f12fd(0x228)]),[];const _0x10c56f=this[_0x3f12fd(0x41e)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x3f12fd(0x3bf)]()}:{};_0x14a665[_0x3f12fd(0x37a)](Object[_0x3f12fd(0x262)](_0x10c56f)['length'],0x0)&&logger['debug']('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x3f12fd(0x396)](_0x10c56f));const _0x43c1bd=await this['_pollUntilNonEmpty']({'fetchFn':()=>Object[_0x3f12fd(0x262)](_0x10c56f)[_0x3f12fd(0x3d6)]>0x0?this[_0x3f12fd(0x316)](_0x2e0fc2,_0x3f12fd(0x1ef),_0x10c56f):this[_0x3f12fd(0x316)](_0x2e0fc2,_0x3f12fd(0x1ef)),'isNonEmpty':_0x456d31=>Array[_0x3f12fd(0x29f)](_0x456d31)&&_0x456d31[_0x3f12fd(0x3d6)]>0x0,'resultDetail':_0x2ec0fe=>_0x3f12fd(0x3d1)+(Array[_0x3f12fd(0x29f)](_0x2ec0fe)?_0x2ec0fe[_0x3f12fd(0x3d6)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x14a665[_0x3f12fd(0x389)]});return _0x43c1bd||[];}catch(_0x384975){return logger['error'](_0x3f12fd(0x383)+(_0x384975[_0x3f12fd(0x2cf)]||_0x384975['message'])),[];}}async[a110_0x46e6c5(0x3cf)](_0x26b1bd){const _0x4661cd=a110_0x46e6c5,_0x481a64={'pmpDb':function(_0x547523,_0x4f0a3d,_0x3ddbd6){return _0x547523(_0x4f0a3d,_0x3ddbd6);},'OeOMx':_0x4661cd(0x1f0),'kiAhA':function(_0x3d6600,_0x41c9fa){return _0x3d6600(_0x41c9fa);},'hSTuB':'getResultsSummary','evsby':_0x4661cd(0x3ac),'eguzg':_0x4661cd(0x21f),'XEZva':function(_0x3e6871,_0x2a60fe){return _0x3e6871===_0x2a60fe;},'QTTKx':_0x4661cd(0x420),'lseqH':_0x4661cd(0x417),'zkDAd':_0x4661cd(0x302),'RanLL':_0x4661cd(0x2ef),'iomZq':'getAccessibilityResultsSummary','QXDbT':_0x4661cd(0x2c5),'TWYpr':_0x4661cd(0x3e7),'kgoIB':_0x4661cd(0x3ad),'FoOHk':_0x4661cd(0x379),'wNBis':_0x4661cd(0x3c4),'ZCRuL':_0x4661cd(0x435)};try{if(!this[_0x4661cd(0x3e8)]())return logger[_0x4661cd(0x439)](_0x481a64[_0x4661cd(0x25b)]),{};const _0x5dc611=_0x481a64['kiAhA'](require,_0x481a64['eguzg']),_0x234349=_0x5dc611['getTestFrameworkDetail'](),_0x10abb8=_0x481a64['XEZva'](_0x234349?.[_0x4661cd(0x392)]?.[_0x4661cd(0x334)](),_0x481a64['QTTKx']);let _0x318840='',_0x4ec66e=null,_0x15eacb=null;if(_0x10abb8){_0x4ec66e=global[_0x4661cd(0x43c)]||global[_0x4661cd(0x372)]?.[_0x4661cd(0x2a4)]?.[_0x4661cd(0x256)]||global[_0x4661cd(0x372)]?.[_0x4661cd(0x2a4)]?.['id'];if(!_0x4ec66e)return logger[_0x4661cd(0x439)](_0x481a64['lseqH']),{};try{const _0x3490e9=await GrpcClient['getInstance']()[_0x4661cd(0x3fa)](process[_0x4661cd(0x2a0)][_0x4661cd(0x219)],_0x481a64[_0x4661cd(0x1ee)],_0x481a64[_0x4661cd(0x335)],_0x4ec66e),_0x47ae36=AccessibilityModule[_0x4661cd(0x259)](null,_0x3490e9);_0x318840=_0x47ae36?.[_0x4661cd(0x42a)]||'',logger[_0x4661cd(0x310)](_0x4661cd(0x3c7)+_0x318840+'\x20from\x20testIdentifier='+_0x4ec66e);const _0x5b0f0c=await AccessibilityModule[_0x4661cd(0x271)](_0x481a64[_0x4661cd(0x335)],_0x318840,_0x4ec66e),_0x6385b=this['getCapabilityValue'](_0x481a64['RanLL'])||this[_0x4661cd(0x366)][this[_0x4661cd(0x436)]]||null,_0x1f9b9a=process[_0x4661cd(0x2a0)][_0x4661cd(0x25a)]||'',_0x49d8d0=this[_0x4661cd(0x2ca)](_0x481a64[_0x4661cd(0x1ed)],_0x318840,_0x6385b,_0x1f9b9a);_0x15eacb=_0x5dc611[_0x4661cd(0x2de)](_0x49d8d0,_0x5b0f0c),logger['debug'](_0x4661cd(0x385)+JSON[_0x4661cd(0x396)](_0x15eacb));}catch(_0x4f8eef){return logger[_0x4661cd(0x273)](_0x4661cd(0x26b)+_0x4f8eef[_0x4661cd(0x230)]),{};}}else{_0x318840=this[_0x4661cd(0x41d)](_0x481a64[_0x4661cd(0x3bc)])||'';!_0x318840&&this['isMobileWebSession']()&&(_0x318840=accessibilityHelper[_0x4661cd(0x3bf)]());const _0x2d251f=this[_0x4661cd(0x41d)](_0x481a64[_0x4661cd(0x3b2)])||this[_0x4661cd(0x366)][this[_0x4661cd(0x436)]]||null,_0x187a94=process[_0x4661cd(0x2a0)][_0x4661cd(0x25a)]||'';_0x15eacb=this[_0x4661cd(0x2ca)](_0x481a64[_0x4661cd(0x1ed)],_0x318840,_0x2d251f,_0x187a94);}logger[_0x4661cd(0x310)](_0x481a64['TWYpr']);const _0x30a95b=0x15f90,_0x1d3148=0x1388;try{await PerformanceTester[_0x4661cd(0x2bb)](PerformanceA11yEvents[_0x4661cd(0x2ac)],async()=>{const _0x29db7d=_0x4661cd,_0x47b0aa={'LSkxN':function(_0x41f207,_0x595948,_0x4c1963){const _0x3d46e9=a110_0x4414;return _0x481a64[_0x3d46e9(0x2ce)](_0x41f207,_0x595948,_0x4c1963);}},_0x42d8db=this[_0x29db7d(0x316)](_0x26b1bd,_0x481a64[_0x29db7d(0x3fe)],_0x15eacb);let _0x29c75d;const _0x232088=new Promise((_0x2ef35c,_0x59be43)=>{const _0x3891db=_0x29db7d;_0x29c75d=_0x47b0aa[_0x3891db(0x414)](setTimeout,()=>_0x59be43(new Error(_0x3891db(0x250)+_0x30a95b+'ms')),_0x30a95b);});try{const _0x491e37=await Promise[_0x29db7d(0x2fb)]([_0x42d8db,_0x232088]);logger[_0x29db7d(0x310)](_0x29db7d(0x403)+util[_0x29db7d(0x2ff)](_0x491e37));}finally{_0x481a64[_0x29db7d(0x41c)](clearTimeout,_0x29c75d);}},{'command':_0x481a64['iomZq']})();}catch(_0x345fcd){logger[_0x4661cd(0x439)]('[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20'+_0x345fcd[_0x4661cd(0x230)]+'\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary'),global['__bstackA11yScanCapHit']={'reason':_0x481a64[_0x4661cd(0x308)],'at':Date[_0x4661cd(0x2b9)](),'where':_0x481a64[_0x4661cd(0x325)]},await new Promise(_0x2f380f=>setTimeout(_0x2f380f,_0x1d3148)),logger[_0x4661cd(0x310)](_0x4661cd(0x2b6)+_0x1d3148+'ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary');}const _0x2b1a74=await this[_0x4661cd(0x24e)]({'fetchFn':()=>PerformanceTester[_0x4661cd(0x2bb)](PerformanceA11yEvents[_0x4661cd(0x1e9)],async()=>{const _0x1d2316=_0x4661cd;return await this['executeScriptByName'](_0x26b1bd,_0x481a64[_0x1d2316(0x335)],_0x15eacb);})(),'isNonEmpty':_0x2818a1=>_0x2818a1&&typeof _0x2818a1[_0x4661cd(0x2be)]===_0x4661cd(0x1eb)&&_0x2818a1[_0x4661cd(0x2be)]>0x0,'resultDetail':_0x140a3f=>_0x4661cd(0x32d)+(_0x140a3f&&typeof _0x140a3f[_0x4661cd(0x2be)]===_0x4661cd(0x1eb)?_0x140a3f[_0x4661cd(0x2be)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x481a64['FoOHk']});if(!_0x2b1a74)return logger['debug'](_0x481a64[_0x4661cd(0x288)]),{};return _0x481a64['XEZva'](typeof _0x2b1a74,_0x481a64[_0x4661cd(0x35e)])&&global[_0x4661cd(0x237)]&&(_0x2b1a74['degraded']=!![],_0x2b1a74[_0x4661cd(0x313)]=global[_0x4661cd(0x237)][_0x4661cd(0x202)]),_0x2b1a74;}catch(_0x1cf6c2){return logger[_0x4661cd(0x273)](_0x4661cd(0x3b3)+(_0x1cf6c2[_0x4661cd(0x2cf)]||_0x1cf6c2[_0x4661cd(0x230)])),{};}}async['performPageScan'](_0x52a225,_0x2b2a5a,_0x324ea5=null){const _0x1ec1a3=a110_0x46e6c5,_0x4fc2bc={};_0x4fc2bc[_0x1ec1a3(0x238)]=_0x1ec1a3(0x3d5),_0x4fc2bc[_0x1ec1a3(0x24a)]=_0x1ec1a3(0x1f1),_0x4fc2bc['JcFCb']=_0x1ec1a3(0x33d);const _0x30709c=_0x4fc2bc;try{if(!_0x52a225)return logger[_0x1ec1a3(0x310)](_0x30709c[_0x1ec1a3(0x238)]),null;if(!_0x2b2a5a)return logger[_0x1ec1a3(0x310)](_0x30709c[_0x1ec1a3(0x24a)]),null;logger[_0x1ec1a3(0x310)](_0x30709c[_0x1ec1a3(0x31b)]);const _0x29aeaa=_0x324ea5?await _0x52a225['evaluate'](_0x2b2a5a,_0x324ea5):await _0x52a225['evaluate'](_0x2b2a5a);return _0x29aeaa;}catch(_0x5f51e0){return logger[_0x1ec1a3(0x273)](_0x1ec1a3(0x2e2)+(_0x5f51e0[_0x1ec1a3(0x2cf)]||_0x5f51e0[_0x1ec1a3(0x230)])),null;}}static[a110_0x46e6c5(0x259)](_0x4a4fef,_0x535711){const _0x350770=a110_0x46e6c5,_0x3758de={};_0x3758de[_0x350770(0x404)]=_0x350770(0x37d);const _0x418b77=_0x3758de,_0x37996b={};_0x37996b['thTestRunUuid']=_0x4a4fef;const _0x3d514a=_0x37996b;let _0x12d94c={};if(_0x535711['getSuccess']()&&_0x535711[_0x350770(0x38e)]())try{_0x12d94c=JSON[_0x350770(0x217)](Buffer['from'](_0x535711[_0x350770(0x317)]())[_0x350770(0x22b)](_0x418b77[_0x350770(0x404)]));}catch(_0x146d64){logger[_0x350770(0x273)](_0x350770(0x2c7)+_0x146d64[_0x350770(0x230)]),_0x12d94c={};}return CLIUtils[_0x350770(0x2de)](_0x3d514a,_0x12d94c);}static async['fetchCentralAuthA11yConfig'](_0x27d4bc,_0x117606='',_0x41511a=null){const _0x40c5c2=a110_0x46e6c5,_0x2c0973={};_0x2c0973['OBEkg']=_0x40c5c2(0x23c),_0x2c0973[_0x40c5c2(0x257)]=_0x40c5c2(0x302);const _0xa74735=_0x2c0973;try{if(!_0x41511a&&AccessibilityModule[_0x40c5c2(0x233)])return AccessibilityModule[_0x40c5c2(0x285)];if(!process[_0x40c5c2(0x2a0)][_0x40c5c2(0x219)])return logger['error'](_0xa74735[_0x40c5c2(0x2c6)]),{};const _0x320770=await GrpcClient[_0x40c5c2(0x307)]()['fetchDriverExecuteParamsEvent'](process[_0x40c5c2(0x2a0)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0xa74735[_0x40c5c2(0x257)],_0x27d4bc,_0x41511a),_0x47af06=_0x41511a?AccessibilityModule[_0x40c5c2(0x259)](null,_0x320770)?.['thTestRunUuid']||_0x117606:_0x117606,_0x35ee99=AccessibilityModule[_0x40c5c2(0x259)](_0x47af06,_0x320770);return!_0x41511a&&(AccessibilityModule[_0x40c5c2(0x285)]=_0x35ee99,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x35ee99;}catch(_0x59c039){return logger['error'](_0x40c5c2(0x225)+_0x27d4bc+':\x20'+(_0x59c039[_0x40c5c2(0x2cf)]||_0x59c039[_0x40c5c2(0x230)])),{};}}};function a110_0x4414(_0x5e2db6,_0x5fbcee){const _0x496cb5=a110_0x496c();return a110_0x4414=function(_0x4414f4,_0x2a02f6){_0x4414f4=_0x4414f4-0x1d8;let _0x4f5a03=_0x496cb5[_0x4414f4];return _0x4f5a03;},a110_0x4414(_0x5e2db6,_0x5fbcee);}module[a110_0x46e6c5(0x3d8)]=AccessibilityModule;
1
+ const a110_0x5f9981=a110_0x13d8;(function(_0x215890,_0x16e22b){const _0x3aaf99=a110_0x13d8,_0x4a215a=_0x215890();while(!![]){try{const _0x43639b=-parseInt(_0x3aaf99(0x350))/0x1*(parseInt(_0x3aaf99(0x200))/0x2)+parseInt(_0x3aaf99(0x1ff))/0x3+parseInt(_0x3aaf99(0x341))/0x4+-parseInt(_0x3aaf99(0x424))/0x5+-parseInt(_0x3aaf99(0x2cd))/0x6+parseInt(_0x3aaf99(0x3d6))/0x7+parseInt(_0x3aaf99(0x2fa))/0x8*(parseInt(_0x3aaf99(0x3ee))/0x9);if(_0x43639b===_0x16e22b)break;else _0x4a215a['push'](_0x4a215a['shift']());}catch(_0x2310c1){_0x4a215a['push'](_0x4a215a['shift']());}}}(a110_0x5211,0xaf824));function a110_0x5211(){const _0x5d5244=['\x20a11yToken=',',\x20tags=',',\x20sessionId=','oOetn','isMobilePlatform','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','TrackedInstance','iIDwF','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','testFramework','warn','SDK_ACCESSIBILITY_CONFIG','\x20->\x20','getPlatformCaps','LoYoQ','tZvmv','saveTestResults','ArZOO','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','Zvobu','hDKmo','jhIfk','cucumber','x\x20over\x20','command','onBeforeExecute:\x20No\x20command\x20name\x20provided','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','totalIssueCount=','requiresChromeOptionsValidation','ScJgN','onBeforeTest','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','uXsNi','vofUZ','XNvkU','function','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','oNTBg','PQTkT','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','keys','accessibility','[AccessibilityModule.getResultsSummary]\x20waited\x20',']\x20onAfterTest\x20should\x20scan=','getValue','util','capabilities','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','RqnkO','browserstack.accessibilityOptions.wcagVersion','toObject','has','boJcv','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','iHkke','testcafe','3744744gpxoiV',',\x20isAppAccessibility=','../cliUtils','hqilN','Page\x20','loadDriverExecuteParams','evaluate','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','Okmhj','cJyms',',\x20testName=','length','Accessibility\x20data\x20for\x20extension:\x20','--headless=','48083ojsuee','oJOpY','parse','Error\x20getting\x20script\x20by\x20name\x20','qKhXz','PIhut','PBwBh','getData','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','HUaED','rDbaO','instance','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','onBeforeExecute:\x20Command\x20','TLePV','getCurrentAccessibilityStatus','unknown','LNNAb','MODULE_NAME','fetchCentralAuthA11yConfig','testhub_build_uuid','commandsToWrap','Processed\x20accessibility\x20caps\x20','null','setAccessibilityToken','Context','fEVZK',');\x20returning\x20last\x20value','ZrZxy','cbokF','pBVJF','pNtoX','Error\x20getting\x20capability\x20value\x20for\x20','accessibilityPlatform','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','accessibilityResult','mwtYf','Error\x20checking\x20headless\x20capability:\x20','chromeOptions','\x20worker=\x22','EocUf','createHash','browser','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','updateData','headless','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','scan','XsblK','sshlw','cXAJO','getAccessibilityResultsSummary','getState','hCJdR','currentTest','centralAuthToken','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','join',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','../framework/automationFramework','nhNDw','rMUHY','XwVPj','getGoogleChromeOptions','ywrGN','isMobileScanningEnabledForGroup','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','HwguZ','gyBDv','onBeforeExecute:\x20command=','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','isEnabledTestcase','CLDRV','qZAPG','GET_RESULTS_SUMMARY','GUYyi','latest',',\x20includeTags=','mBEcD','getIsAppAccessibility','saveResults','onBeforeExecute','ZjdNp','../framework/constants/testFrameworkConstants.js','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','oUVvn','iyeyV','ghSsC','includes','\x22browserstack.user\x22:\x22[REDACTED]\x22','name','isArray','performScanForCli','iSxeT','getTestFrameworkDetail','_centralAuthConfigFetched','\x20from\x20testIdentifier=','wiros','IBSUt','ldrvu','WDIqh','\x20testHubUuid=','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','map','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','lJkRg','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','delete','JoWCs','Gzvqy','zHzVp','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','testAnalyticsId','[App-A11y]\x20Scan\x20result\x20for\x20','number','registerObserver',')\x20result=','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','sIWsZ','getAppAccessibilityResults','getTestId','\x22browserstack.key\x22:\x22[REDACTED]\x22','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','debug','NON_BROWSERSTACK_AUTOMATION_SESSIONS','applySendMessageToServerPatch','szZtt','[AccessibilityModule]\x20onAfterTest:\x20framework=','isEnabled','executeScript','GkWLw','stringify','yfknZ','3321346ExJLNb','../TestInfo.js','goog:chromeOptions','_sendMessageServerPatchApplied','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','Performing\x20scan\x20before\x20getting\x20results\x20summary','testInfo','includeTagsInTestingScope','excludeTagsInTestingScope','main','gSuaF','scannerVersion','mergeObject','getAccessibilityResults','uCsex','toJson','MHxJl','GMnfo','getOptions','validatePlatformForAccessibility','BIzem','wqEHZ','bind','188820gJjVOo','ygMVW','../../../helpers/helper','rvdiv','Unknown\x20Test','gGKlc','processAccessibilityCaps','race','exports','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20',',\x20testCaseEnabled=','getInstance','saKpc','platformName','getTestDetails',']\x20clear\x20','getCapabilitiesList','crypto','dRDGG','rBuQm',',\x20framework=','CjDij','initAccessibilityConfig','\x20result\x20for\x20','getResults','platformVersion','__bstackA11yScanCapHit','_parseScriptsFromOptions','NuuTD','getScriptByName','hasAccessibilityExecuteParams','[platform\x20-\x20','version','adkyp','Error\x20in\x20performPageScan:\x20','nevgP','eWOoq','../../../helpers/performance/constants.js','parseFromProto','stopTestCapture','VtdmD','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','dXyZo','../../playwright/accessibility-helper','KEY_INIT','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Error\x20in\x20initAccessibilityConfig:\x20','mPraD','sWCDM','test_tags','YnCkE','setShouldScanCurrentTest',']\x20should\x20run\x20accessibility\x20value=','yezDS','3637090mQEzcl','KEY_TESTHUB_BUILD_ID','platformCaps','OYQhd','gUNPR','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','shouldScanForCommand:\x20','PRE','stack','getContext','browserStackEvaluate','YsNfO','value','fyMfk','tIyKI','nNmhZ','driver','getParamsForScanForCli',']\x20isEnabledTestcase\x20(','getCapabilities','Scan\x20result:\x20','kvNxH','bHWiC','LqJtf','yYkdR','object','not-array','bqEsb','oSoNL','browserstack.accessibilityOptions.authToken','uLiTY','WLSBn','soTwo','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','PBjpv','qLiXt','getAccessibilityExecuteParams','MGXSk','../grpcClient','OYNlE','launchCaps','../../../helpers/accessibility-automation/constants','dazVi','isMobileWebSession','xZPaK','uNmha','Iuphx','loadAccessibilityConfig','from','getBrowserDisplayName','nnGtS','\x20browser\x20version\x20greater\x20than\x20','commandName','\x20using\x20script:\x20','2550093WOYLcq','28BZrrQk','JfbPs','getTrackedInstance','bVisx','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','SCAN_CAP_HIT','jest','capabilitiesList','getSuccess','start','page','authHeader',']\x20poll\x20attempt=','count=','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','Executing\x20accessibility\x20script\x20on\x20page','TBpxx',']\x20isEnabledTestcase\x20(cucumber)\x20result=','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','utf-8','now','lIxGi','LOG_DISABLED_SHOWN','degradedReason','\x22\x20pid=','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','patchSendMessageToServer','getCommandsToWrap','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','BROWSERSTACK_TESTHUB_JWT','resolveMobileThTestRunUuid','aJJMn','naCNR',']\x20Accessibility\x20configuration\x20initialized\x20successfully','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20','kaIzn','AecKw','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','POST','performScan','CVRbC','UrlCl','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','ypQjR','getModuleName','uLCXe','QBQOS','getScript','qrFzZ','__workerDetails','--headless=new','browserstack.accessibilityOptions.scannerProcessingTimeout','CfeTd','shouldScanForCommand','isBrowserstackScriptCommand','Edvlo','onAfterTest','getPlatformIndex','--headless','\x20accessibility\x20script\x20on\x20page','Ftdbf','platformValidation','Error\x20in\x20getAccessibilityResults:\x20','centralAuthHeader',',\x20excludeTags=','setShouldScan','eHMxi','mKcvx','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','DhiBi','TEST_INIT','setLogDisabledShown','wcagVersion','options','Error\x20executing\x20script\x20','FdHRn','neulW','executeScriptByName:\x20No\x20','xpUEm','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','testFrameworkData','xwLAo','isAccessibilityAutomationSession','UzwXs','getAllData','xZzcm','tHRBZ','isBrowserSupportedForAccessibility','bQDSO','ERJnO','pid','Error\x20in\x20stopTestCapture:\x20','QUIT','isPlatformSupported','xBxmP','AcIkH','NIVLV','find','\x20script\x20available','message','srlds','trim','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','getLogDisabledShown','degraded','isAppAccessibility','rEWHs','BOsqf','UpszV','performPageScan','hzjnI','env','Error\x20in\x20shouldScanForCommand:\x20','LmRkb','__jestCurrentTestIdentifier','EXECUTE','Error\x20in\x20processAccessibilityCaps:\x20','getCurrentInstanceName','some','mPvbd','setAccessibilityConfig','YRhDt','whsBS','gQBsO','EDmAj','_pollUntilNonEmpty','UGMeg','../../../helpers/classLogger','Error\x20in\x20validatePlatformForAccessibility:\x20','CwahY','MUtmF','wSsit','__accessibilityOptions','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','accessibilityConfig','NgDIh','_centralAuthA11yConfig','Error\x20in\x20performScanForCli\x20for\x20script\x20','isFinite','ieHXr','set','performPageScan:\x20Page\x20is\x20null','HwAXY','blVPi','../../../helpers/accessibility-automation/helper','NODE_GENERIC','test-tags-->\x20','ms\x20—\x20cache\x20never\x20populated\x20(','ZrIaQ','on\x20non-BrowserStack\x20infrastructure\x20','../../../helpers/accessibility-automation/scripts',',\x20available\x20commands:\x20','YTAEe','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','chrome','KEY_DRIVER_HAS_URL','error','true','../state/hookState','ScanArgs:\x20','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','wxXNf','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','../../utils/constants.js','android','ACCESSIBILITY_INITIALIZED','toString','OVyEi','mqmoM','DifTZ','startsWith','getTestUUID','AUTOMATION_SESSIONS','../framework/testFramework','DRIVER_INIT','replace','_mobileScanningDisabledLogged','BnjwN','browserstack.accessibilityOptions.scannerVersion','bKeXt','AAZlr','FkRjq','getName','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','browserName','fADsZ','KEY_TEST_NAME','toLowerCase','HLdmX','browserVersion','JEST_WORKER_ID','getCapabilityValue','afterTestHook','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','xmmDs','skipCDPConnectOverride','browser_version','executeScriptByName','NoVGd','cRplF','appium:platformName','thTestRunUuid','BROWSERSTACK_CLI_BIN_SESSION_ID','3616746FebeGF','getResultResponse','OpalV','reason','KMbSV','update','PAhhn','getAccessibilityConfig',']\x20polled\x20','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','titlePath','measureWrapper','QrfeT','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','split','AuZqp','scannerProcessingTimeout','PcgGo','VafLe','testData','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','Executing\x20','get','hGITf','shouldScanCurrentTest','a11y:save-results','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','info','BS_A11Y_JWT','getTesthub','SlvVq','toISOString','Performing\x20scan\x20before\x20from\x20cli','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','sha256','format','slice','yUlCP','pwPage','getBuildId','getAccessibility','HjQol','fetchDriverExecuteParamsEvent','jaEBz','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','176rblPUc','string','totalIssueCount','yWCHl','nEaMq','TkIgm','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','isAccessibilityScriptCommand','KHfzx','PERFORM_SCAN','finishScanningForCli','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','GxLLK'];a110_0x5211=function(){return _0x5d5244;};return a110_0x5211();}const BaseModule=require('./baseModule'),{createClassLogger}=require(a110_0x5f9981(0x280)),CLIUtils=require(a110_0x5f9981(0x343)),AutomationFramework=require(a110_0x5f9981(0x38c)),TestFramework=require(a110_0x5f9981(0x2af)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a110_0x5f9981(0x2a0)),GrpcClient=require(a110_0x5f9981(0x44a)),scripts=require(a110_0x5f9981(0x298)),logger=createClassLogger(a110_0x5f9981(0x30e)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a110_0x5f9981(0x413)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a110_0x5f9981(0x44d)),{nestedKeyValue,isUndefined}=require(a110_0x5f9981(0x3f0)),util=require(a110_0x5f9981(0x336)),TestInfo=require(a110_0x5f9981(0x3d7)),TestFrameworkConstants=require(a110_0x5f9981(0x3a4)),accessibilityHelper=require(a110_0x5f9981(0x292)),{FRAMEWORKS}=require(a110_0x5f9981(0x2a5));class AccessibilityModule extends BaseModule{static [a110_0x5f9981(0x362)]=AccessibilityModule['name'];static [a110_0x5f9981(0x3b0)]=![];static [a110_0x5f9981(0x28a)]={};constructor(_0x1dc334){const _0x310350=a110_0x5f9981,_0x333cf3={};_0x333cf3[_0x310350(0x35e)]=function(_0x44ac8b,_0x106e29){return _0x44ac8b===_0x106e29;},_0x333cf3[_0x310350(0x2bb)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x333cf3[_0x310350(0x230)]=_0x310350(0x2a7),_0x333cf3['gGKlc']='DRIVER_HAS_URL',_0x333cf3[_0x310350(0x433)]=_0x310350(0x364);const _0xafaa05=_0x333cf3;super(),AutomationFramework[_0x310350(0x3c4)](AutomationFrameworkState[_0x310350(0x274)],HookState['PRE'],this[_0x310350(0x3a2)][_0x310350(0x3ed)](this)),AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState[_0x310350(0x226)],this['onBeforeTest'][_0x310350(0x3ed)](this)),AutomationFramework[_0x310350(0x3c4)](AutomationFrameworkState[_0x310350(0x25d)],HookState[_0x310350(0x42b)],this[_0x310350(0x238)][_0x310350(0x3ed)](this)),this[_0x310350(0x3d1)]=!![],this[_0x310350(0x288)]=_0x1dc334[_0x310350(0x33b)](),this[_0x310350(0x332)]=new Map(),this[_0x310350(0x216)]=new Map(),this[_0x310350(0x26a)]=_0x1dc334[_0x310350(0x3a0)]?.()||![],this[_0x310350(0x337)]=[],this[_0x310350(0x3d9)]=![],this[_0x310350(0x2b2)]=![],this[_0x310350(0x368)](_0x1dc334[_0x310350(0x3e9)]()[_0x310350(0x3fe)]());const _0xa9a915=CLIUtils[_0x310350(0x3af)]();_0xa9a915&&_0xafaa05[_0x310350(0x35e)](_0xa9a915[_0x310350(0x3ab)],FRAMEWORKS['NODE_GENERIC'])&&this[_0x310350(0x409)](_0x1dc334[_0x310350(0x3e9)]()),logger[_0x310350(0x3cc)](_0xafaa05['fADsZ']),this[_0x310350(0x41a)]=_0xafaa05[_0x310350(0x230)],this[_0x310350(0x29d)]=_0xafaa05[_0x310350(0x3f3)],this['KEY_TESTHUB_BUILD_ID']=_0xafaa05[_0x310350(0x433)];}[a110_0x5f9981(0x3d1)](){const _0x229809=a110_0x5f9981;return this[_0x229809(0x3d1)];}[a110_0x5f9981(0x22c)](){const _0x308c81=a110_0x5f9981;return AccessibilityModule[_0x308c81(0x362)];}[a110_0x5f9981(0x35f)](){const _0x34659b=a110_0x5f9981;return this[_0x34659b(0x332)][_0x34659b(0x2e3)](CLIUtils[_0x34659b(0x276)](),![]);}[a110_0x5f9981(0x268)](){const _0x1795f9=a110_0x5f9981;return this[_0x1795f9(0x216)][_0x1795f9(0x2e3)](CLIUtils['getCurrentInstanceName'](),![]);}[a110_0x5f9981(0x247)](_0x32f434){const _0x3eaf04=a110_0x5f9981;this[_0x3eaf04(0x216)]['set'](CLIUtils[_0x3eaf04(0x276)](),_0x32f434);}[a110_0x5f9981(0x3ce)](){const _0x106356=a110_0x5f9981,_0xfec749={'ANqhI':_0x106356(0x267),'LqJtf':function(_0x1aed18,_0x48c103){return _0x1aed18(_0x48c103);},'qMMTD':'../../utils/playwright-patcher','HiWhr':_0x106356(0x32c),'YRhDt':_0x106356(0x327)};if(this[_0x106356(0x3d9)]){logger[_0x106356(0x3cc)](_0xfec749['ANqhI']);return;}try{const _0x45498f=_0xfec749[_0x106356(0x43b)](require,_0xfec749['qMMTD']);_0x45498f&&_0x45498f[_0x106356(0x21a)]?(_0x45498f[_0x106356(0x21a)](),this[_0x106356(0x3d9)]=!![],logger['debug'](_0xfec749['HiWhr'])):logger[_0x106356(0x3cc)](_0xfec749[_0x106356(0x27a)]);}catch(_0x51b1df){logger['debug']('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x106356(0x2f0)](_0x51b1df));}}[a110_0x5f9981(0x25e)](_0x4f84e4=null,_0x1297d6=null,_0x26ca93=null){const _0x23dbbb=a110_0x5f9981,_0x3c227d={'AcIkH':function(_0x3dbb0b,_0x404b1d){return _0x3dbb0b&&_0x404b1d;},'wxXNf':'isPlatformSupported:\x20caps\x20are\x20null','tHRBZ':function(_0x40d2c4,_0x167f4a){return _0x40d2c4(_0x167f4a);},'Acmhd':_0x23dbbb(0x3f0),'usWWC':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','qLiXt':_0x23dbbb(0x2ca),'tIyKI':function(_0x42b775,_0x475e63){return _0x42b775===_0x475e63;},'YnCkE':_0x23dbbb(0x2a6),'wccCP':'appium:platformVersion','ipWjw':function(_0x5a13c8,_0x27539f){return _0x5a13c8!==_0x27539f;},'QaUfC':function(_0x31ebe0,_0xe6b692){return _0x31ebe0!==_0xe6b692;},'yYkdR':function(_0x402d9d,_0x4d9d15,_0xa8b437){return _0x402d9d(_0x4d9d15,_0xa8b437);},'LHUzc':function(_0x5dad12,_0x5258b4){return _0x5dad12(_0x5258b4);},'gOjHU':function(_0x4b4477,_0x13dcc2){return _0x4b4477<_0x13dcc2;},'yfknZ':_0x23dbbb(0x35c),'blVPi':function(_0x875d9,_0x593cbb){return _0x875d9===_0x593cbb;},'ypQjR':_0x23dbbb(0x29f),'ibhpP':_0x23dbbb(0x2fb),'iHkke':_0x23dbbb(0x2ee),'oOetn':_0x23dbbb(0x3d8),'ArZOO':function(_0x1bbf8b,_0x4280e8){return _0x1bbf8b!==_0x4280e8;},'MGXSk':_0x23dbbb(0x39d),'mPraD':function(_0x57c1c5){return _0x57c1c5();},'rBuQm':_0x23dbbb(0x297),'xmmDs':function(_0x3a6606,_0x154fa5){return _0x3a6606(_0x154fa5);},'VafLe':function(_0x35ce3a,_0x278308){return _0x35ce3a-_0x278308;},'mwtYf':function(_0x50a985,_0x1764d7){return _0x50a985(_0x1764d7);},'ywrGN':function(_0x2358fd,_0x24a2c4){return _0x2358fd>_0x24a2c4;},'wSsit':_0x23dbbb(0x3c0)};try{if(_0x3c227d[_0x23dbbb(0x260)](!_0x1297d6,!_0x26ca93))return logger['debug'](_0x3c227d[_0x23dbbb(0x2a3)]),![];const {isUndefined:_0x4dee08,isBrowserstackInfra:_0x3950e6}=_0x3c227d[_0x23dbbb(0x257)](require,_0x3c227d['Acmhd']);if(!accessibilityHelper[_0x23dbbb(0x253)]())return logger[_0x23dbbb(0x3cc)](_0x3c227d['usWWC']),![];if(this[_0x23dbbb(0x26a)]){const _0x1b617d=(_0x1297d6[_0x23dbbb(0x3fb)]||_0x1297d6[_0x3c227d[_0x23dbbb(0x447)]]||'')[_0x23dbbb(0x2bd)]();if(_0x3c227d[_0x23dbbb(0x432)](_0x1b617d,_0x3c227d[_0x23dbbb(0x420)])){const _0x2ec282=_0x1297d6[_0x3c227d['wccCP']]||_0x1297d6[_0x23dbbb(0x407)];if(_0x3c227d['ipWjw'](_0x2ec282,undefined)&&_0x3c227d['QaUfC'](_0x2ec282,null)){const _0x225c3f=_0x3c227d[_0x23dbbb(0x43c)](parseInt,_0x3c227d['LHUzc'](String,_0x2ec282)[_0x23dbbb(0x2db)]('.')[0x0],0xa);if(!_0x3c227d['tHRBZ'](isNaN,_0x225c3f)&&_0x3c227d['gOjHU'](_0x225c3f,0xb))return logger[_0x23dbbb(0x312)]('isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20'+_0x2ec282),![];}}return!![];}const _0x114f6f=_0x1297d6[_0x23dbbb(0x2ba)]||_0x1297d6[_0x23dbbb(0x37a)],_0x4da0e4=_0x1297d6[_0x23dbbb(0x2bf)]||_0x1297d6[_0x23dbbb(0x2c6)];if(!accessibilityHelper[_0x23dbbb(0x258)](_0x114f6f))return logger['warn'](_0x3c227d[_0x23dbbb(0x3d5)]),![];if(accessibilityHelper[_0x23dbbb(0x324)](_0x114f6f))try{const _0x449c26=_0x1297d6[_0x23dbbb(0x37d)],_0x362a39=_0x3c227d['tIyKI'](_0x449c26,!![])||_0x3c227d[_0x23dbbb(0x291)](_0x449c26,_0x3c227d[_0x23dbbb(0x22b)])||_0x3c227d['tIyKI'](typeof _0x449c26,_0x3c227d['ibhpP'])&&_0x3c227d['tIyKI'](_0x449c26['toLowerCase'](),_0x3c227d[_0x23dbbb(0x22b)]);if(_0x362a39)return logger[_0x23dbbb(0x312)](_0x3c227d[_0x23dbbb(0x33f)]),![];const _0x1550d9=_0x1297d6?.[_0x23dbbb(0x376)]?.['args']||_0x1297d6?.[_0x3c227d[_0x23dbbb(0x30b)]]?.['args']||[];if(Array[_0x23dbbb(0x3ac)](_0x1550d9)&&_0x1550d9[_0x23dbbb(0x277)](_0x56d2be=>typeof _0x56d2be===_0x23dbbb(0x2fb)&&(_0x56d2be===_0x23dbbb(0x23a)||_0x56d2be[_0x23dbbb(0x2ac)](_0x23dbbb(0x34f))&&_0x56d2be!==_0x23dbbb(0x232))))return logger['warn'](_0x3c227d[_0x23dbbb(0x33f)]),![];}catch(_0x32113e){logger[_0x23dbbb(0x3cc)](_0x23dbbb(0x375)+util[_0x23dbbb(0x2f0)](_0x32113e));}if(_0x3c227d['ArZOO'](_0x4da0e4,_0x3c227d['MGXSk'])){const _0x2b8c53=_0x3c227d[_0x23dbbb(0x41d)](_0x3950e6),_0x35ae36=accessibilityHelper['getMinVersionForBrowser'](_0x114f6f,_0x2b8c53),_0x19c399=accessibilityHelper[_0x23dbbb(0x1fa)](_0x114f6f);if(!accessibilityHelper['isVersionSupported'](_0x4da0e4,_0x35ae36)){const _0x4c4271=_0x2b8c53?'':_0x3c227d[_0x23dbbb(0x401)],_0x50d258=Number[_0x23dbbb(0x28c)](_0x3c227d['xmmDs'](parseFloat,_0x35ae36))?_0x3c227d[_0x23dbbb(0x2df)](_0x3c227d[_0x23dbbb(0x374)](parseFloat,_0x35ae36),0x1):_0x35ae36;return logger[_0x23dbbb(0x312)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x19c399+_0x23dbbb(0x1fc)+_0x50d258+'\x20'+_0x4c4271+'.'),![];}}else{const _0x296b48=_0x1297d6[_0x23dbbb(0x2bf)]||_0x1297d6[_0x23dbbb(0x2c6)]||_0x1297d6[_0x23dbbb(0x40e)];if(_0x296b48&&_0x3c227d[_0x23dbbb(0x319)](_0x296b48,_0x3c227d[_0x23dbbb(0x449)])&&!_0x3c227d[_0x23dbbb(0x391)](_0x3c227d[_0x23dbbb(0x2c4)](parseFloat,_0x296b48),_0x3c227d[_0x23dbbb(0x257)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x23dbbb(0x312)](_0x3c227d[_0x23dbbb(0x284)]),![];}return!![];}catch(_0x297d3c){return logger[_0x23dbbb(0x3cc)]('Exception\x20in\x20isPlatformSupported:\x20'+_0x297d3c[_0x23dbbb(0x264)]),![];}}[a110_0x5f9981(0x398)](_0x29a556=[],_0x77227f,_0x536ff8='cucumber'){const _0x433f6d=a110_0x5f9981,_0x58e6c9={'KHfzx':function(_0x187aba,_0x548b1b){return _0x187aba===_0x548b1b;},'wpnLQ':_0x433f6d(0x206),'mybkt':function(_0x1cd8cf,_0x484318){return _0x1cd8cf||_0x484318;},'JoWCs':function(_0x122348,_0x3d84c0){return _0x122348&&_0x3d84c0;},'VtdmD':_0x433f6d(0x360),'AuZqp':function(_0x18f205,_0x268d6c){return _0x18f205===_0x268d6c;},'PQTkT':function(_0x495f64,_0x35fc2e){return _0x495f64(_0x35fc2e);},'uCsex':function(_0x3fa1fa,_0x567b26){return _0x3fa1fa>_0x567b26;},'TBpxx':function(_0x28fd9a,_0x3b6273){return _0x28fd9a&&_0x3b6273;}};try{const _0x2646bd=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON['parse'](process[_0x433f6d(0x270)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x2646bd)return!![];const _0x3d2272=Array['isArray'](_0x2646bd[_0x433f6d(0x3de)])?_0x2646bd['includeTagsInTestingScope']:[],_0x2e3228=Array[_0x433f6d(0x3ac)](_0x2646bd[_0x433f6d(0x3df)])?_0x2646bd[_0x433f6d(0x3df)]:[];if(_0x58e6c9['KHfzx'](_0x536ff8,_0x58e6c9['wpnLQ'])||_0x58e6c9['KHfzx'](_0x536ff8,FRAMEWORKS[_0x433f6d(0x293)])){let _0xbcbdf2;Array[_0x433f6d(0x3ac)](_0x29a556)?_0xbcbdf2=_0x29a556[_0x433f6d(0x389)]('\x20'):_0xbcbdf2=_0x58e6c9['mybkt'](_0x29a556,'');const _0x2a0d61=_0x4e593b=>_0x536ff8===FRAMEWORKS['NODE_GENERIC']&&typeof _0x4e593b===_0x433f6d(0x2fb)?_0x4e593b[_0x433f6d(0x2b1)](/^@/,'')[_0x433f6d(0x2bd)]()[_0x433f6d(0x266)]():_0x4e593b,_0x399ddf=_0x58e6c9[_0x433f6d(0x303)](_0x536ff8,FRAMEWORKS[_0x433f6d(0x293)])?_0xbcbdf2[_0x433f6d(0x2bd)]():_0xbcbdf2,_0x517fce=_0x2e3228[_0x433f6d(0x277)](_0x552f58=>_0x399ddf[_0x433f6d(0x3a9)](_0x2a0d61(_0x552f58))),_0x5c2463=_0x58e6c9[_0x433f6d(0x303)](_0x3d2272['length'],0x0)||_0x3d2272[_0x433f6d(0x277)](_0x416766=>_0x399ddf[_0x433f6d(0x3a9)](_0x2a0d61(_0x416766))),_0x31f602=_0x58e6c9[_0x433f6d(0x3bd)](!_0x517fce,_0x5c2463);return logger[_0x433f6d(0x3cc)](_0x433f6d(0x40d)+(_0x77227f?.[_0x433f6d(0x239)]?.()||_0x58e6c9[_0x433f6d(0x416)])+_0x433f6d(0x436)+_0x536ff8+_0x433f6d(0x3c5)+_0x31f602+_0x433f6d(0x34c)+_0xbcbdf2+_0x433f6d(0x39e)+JSON[_0x433f6d(0x3d4)](_0x3d2272)+_0x433f6d(0x240)+JSON[_0x433f6d(0x3d4)](_0x2e3228)),_0x31f602;}const _0x1cdac5=Array[_0x433f6d(0x3ac)](_0x29a556)?_0x29a556:[];let _0x4568ca=![],_0x2f9840=_0x58e6c9[_0x433f6d(0x2dc)](_0x3d2272['length'],0x0);const _0x460ce4=_0x3a3ba9=>typeof _0x3a3ba9===_0x433f6d(0x2fb)?_0x3a3ba9[_0x433f6d(0x2b1)](/^@/,'')['toLowerCase']()[_0x433f6d(0x266)]():_0x3a3ba9,_0x29c0ec=new Set(_0x3d2272['map'](_0x460ce4)),_0x57c501=new Set(_0x2e3228[_0x433f6d(0x3b8)](_0x460ce4));for(const _0x14a755 of _0x1cdac5){const _0x35a772=_0x58e6c9[_0x433f6d(0x32e)](_0x460ce4,_0x14a755);_0x57c501['has'](_0x35a772)&&(_0x4568ca=!![]),_0x58e6c9[_0x433f6d(0x3e5)](_0x29c0ec['size'],0x0)&&_0x29c0ec[_0x433f6d(0x33c)](_0x35a772)&&(_0x2f9840=!![]);}const _0x51f194=_0x58e6c9[_0x433f6d(0x210)](_0x2f9840,!_0x4568ca);return logger[_0x433f6d(0x3cc)](_0x433f6d(0x40d)+(_0x77227f?.[_0x433f6d(0x239)]?.()||_0x58e6c9[_0x433f6d(0x416)])+_0x433f6d(0x211)+_0x51f194+_0x433f6d(0x309)+JSON[_0x433f6d(0x3d4)](_0x1cdac5)+_0x433f6d(0x39e)+JSON[_0x433f6d(0x3d4)](_0x3d2272)+_0x433f6d(0x240)+JSON['stringify'](_0x2e3228)),_0x51f194;}catch(_0x3d2e03){return logger[_0x433f6d(0x3cc)]('[platform\x20-\x20'+(_0x77227f?.[_0x433f6d(0x239)]?.()||_0x58e6c9[_0x433f6d(0x416)])+_0x433f6d(0x38a)+_0x3d2e03[_0x433f6d(0x264)]),![];}}async[a110_0x5f9981(0x326)](_0x1c1896){const _0x188da6=a110_0x5f9981,_0x48d88a={};_0x48d88a['iIDwF']=function(_0x26683f,_0x1e1a0c){return _0x26683f!==_0x1e1a0c;},_0x48d88a[_0x188da6(0x278)]='cucumber',_0x48d88a[_0x188da6(0x316)]=function(_0x2332a0,_0x4bfcf0){return _0x2332a0!==_0x4bfcf0;},_0x48d88a[_0x188da6(0x27b)]='jest',_0x48d88a[_0x188da6(0x395)]=function(_0x451488,_0x1aa201){return _0x451488!==_0x1aa201;},_0x48d88a[_0x188da6(0x3eb)]=_0x188da6(0x340),_0x48d88a['gQBsO']=function(_0x2b4f1e,_0x5d6b7b){return _0x2b4f1e===_0x5d6b7b;},_0x48d88a[_0x188da6(0x3e1)]=_0x188da6(0x29f),_0x48d88a['xUwds']=function(_0xe3368f,_0x14861d){return _0xe3368f===_0x14861d;},_0x48d88a[_0x188da6(0x328)]=function(_0x59a650,_0x4a37c8){return _0x59a650&&_0x4a37c8;},_0x48d88a[_0x188da6(0x354)]=_0x188da6(0x246),_0x48d88a['PBwBh']=_0x188da6(0x250),_0x48d88a[_0x188da6(0x254)]=_0x188da6(0x286),_0x48d88a[_0x188da6(0x252)]=_0x188da6(0x2b0),_0x48d88a[_0x188da6(0x261)]=function(_0x54a721,_0x518312){return _0x54a721===_0x518312;},_0x48d88a[_0x188da6(0x296)]=function(_0x5cd711,_0x1f1e56){return _0x5cd711===_0x1f1e56;},_0x48d88a[_0x188da6(0x3d3)]=_0x188da6(0x37b),_0x48d88a[_0x188da6(0x38f)]=_0x188da6(0x3f2),_0x48d88a['cRplF']=function(_0x27e701,_0x260a99){return _0x27e701>_0x260a99;},_0x48d88a[_0x188da6(0x344)]=_0x188da6(0x32b),_0x48d88a[_0x188da6(0x2f8)]='test_tags',_0x48d88a['ieHXr']=_0x188da6(0x360);const _0x70fd7=_0x48d88a;if(_0x70fd7['iIDwF'](_0x1c1896[_0x188da6(0x311)],_0x70fd7[_0x188da6(0x278)])&&_0x70fd7[_0x188da6(0x316)](_0x1c1896[_0x188da6(0x311)],_0x70fd7[_0x188da6(0x27b)])&&_0x70fd7[_0x188da6(0x395)](_0x1c1896[_0x188da6(0x311)],_0x70fd7[_0x188da6(0x3eb)])&&_0x70fd7[_0x188da6(0x30f)](_0x1c1896['testFramework'],FRAMEWORKS[_0x188da6(0x293)])){logger[_0x188da6(0x3cc)](_0x188da6(0x2c3)+_0x1c1896[_0x188da6(0x311)]+')');return;}try{const _0x23be7e=AutomationFramework[_0x188da6(0x202)](),_0xbd3252=TestFramework[_0x188da6(0x202)](),_0x44c42d=_0x1c1896[_0x188da6(0x20a)]||global[_0x188da6(0x231)]?.[_0x188da6(0x2f3)]||null;if(_0x70fd7[_0x188da6(0x27c)](_0x1c1896[_0x188da6(0x311)],_0x70fd7[_0x188da6(0x3eb)])){const _0x55edf4=_0x1c1896[_0x188da6(0x426)]||_0x23be7e&&_0x23be7e['getPlatformCaps']&&_0x23be7e[_0x188da6(0x315)]()||_0x23be7e&&_0x23be7e[_0x188da6(0x437)]&&_0x23be7e['getCapabilities']()||{},_0x394f78=_0x1c1896[_0x188da6(0x44c)]||null,_0x936b3e=this[_0x188da6(0x25e)](_0x23be7e,_0x55edf4,_0x394f78),_0x5a0326=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x188da6(0x28e)](_0x5a0326,_0x936b3e);global[_0x188da6(0x369)]?.['getContext']&&global[_0x188da6(0x369)][_0x188da6(0x42d)]()[_0x188da6(0x241)](_0x936b3e);_0x936b3e?(global[_0x188da6(0x371)]=!![],process['env'][_0x188da6(0x41b)]=_0x70fd7[_0x188da6(0x3e1)]):global['accessibilityPlatform']=![];logger[_0x188da6(0x3cc)](_0x188da6(0x2da)+_0x936b3e);return;}if(_0x70fd7['xUwds'](_0x1c1896['testFramework'],FRAMEWORKS[_0x188da6(0x293)])){const _0x1795bc=_0x1c1896[_0x188da6(0x2e0)]||{},_0x14f4e7=_0x1795bc[TestFrameworkConstants['KEY_TEST_SCOPES']],_0x2f388c=_0x1795bc[TestFrameworkConstants[_0x188da6(0x2bc)]]||'',_0x5c96b9=(Array[_0x188da6(0x3ac)](_0x14f4e7)?_0x14f4e7['concat'](_0x2f388c)[_0x188da6(0x389)]('\x20'):_0x2f388c)[_0x188da6(0x266)](),_0x178088=_0x1c1896[_0x188da6(0x426)]||_0x23be7e&&_0x23be7e[_0x188da6(0x315)]&&_0x23be7e[_0x188da6(0x315)]()||_0x23be7e&&_0x23be7e[_0x188da6(0x437)]&&_0x23be7e[_0x188da6(0x437)]()||{},_0x42f8ad=this[_0x188da6(0x25e)](_0x23be7e,_0x178088,_0x1c1896[_0x188da6(0x44c)]||null),_0x21f824=this['isEnabledTestcase'](_0x5c96b9,_0x23be7e,FRAMEWORKS[_0x188da6(0x293)]),_0xfb550f=_0x70fd7[_0x188da6(0x328)](_0x42f8ad,_0x21f824),_0x10113c=CLIUtils[_0x188da6(0x276)]();this[_0x188da6(0x332)][_0x188da6(0x28e)](_0x10113c,_0xfb550f);global[_0x188da6(0x369)]?.[_0x188da6(0x42d)]&&global[_0x188da6(0x369)][_0x188da6(0x42d)]()['setShouldScan'](_0xfb550f);_0xfb550f?(global['accessibilityPlatform']=!![],process[_0x188da6(0x270)][_0x188da6(0x41b)]=_0x70fd7['gSuaF'],this['applySendMessageToServerPatch']()):global[_0x188da6(0x371)]=![];_0xbd3252&&_0xbd3252[_0x188da6(0x37c)](_0x70fd7['qKhXz'],!![]);logger[_0x188da6(0x3cc)](_0x188da6(0x2b9)+_0x42f8ad+_0x188da6(0x3f8)+_0x21f824+_0x188da6(0x34c)+_0x5c96b9);return;}if(!_0x44c42d){_0xbd3252&&_0xbd3252[_0x188da6(0x37c)](_0x70fd7[_0x188da6(0x354)],!![]);logger[_0x188da6(0x3cc)](_0x70fd7[_0x188da6(0x356)]);return;}logger[_0x188da6(0x3cc)](_0x70fd7[_0x188da6(0x254)]);const _0x3a2ee8=_0xbd3252?.[_0x188da6(0x357)](_0x70fd7[_0x188da6(0x252)],![]),_0x4cb50a=_0xbd3252?.[_0x188da6(0x357)](_0x70fd7[_0x188da6(0x354)],![]);if(_0x70fd7[_0x188da6(0x261)](_0x3a2ee8,![])&&_0x70fd7[_0x188da6(0x296)](_0x4cb50a,![])){_0xbd3252&&_0xbd3252[_0x188da6(0x37c)](_0x70fd7[_0x188da6(0x252)],!![]);logger['debug'](_0x70fd7['GkWLw']);return;}_0xbd3252&&_0xbd3252[_0x188da6(0x37c)](_0x70fd7[_0x188da6(0x354)],!![]);let _0xccdf65,_0x25a6c3;const _0x4e0268=_0x1c1896['testFramework']||_0x70fd7[_0x188da6(0x278)];if(_0x70fd7[_0x188da6(0x261)](_0x4e0268,_0x70fd7[_0x188da6(0x27b)])){_0x25a6c3=_0x1c1896[_0x188da6(0x3dd)]?.[_0x188da6(0x3c1)]||_0x1c1896[_0x188da6(0x3dd)]?.['id']||global[_0x188da6(0x273)]||global['__workerDetails']?.[_0x188da6(0x386)]?.[_0x188da6(0x3c1)]||global[_0x188da6(0x231)]?.[_0x188da6(0x386)]?.['id'];const _0x136267=_0xbd3252?.[_0x188da6(0x255)]()?.['get'](_0x25a6c3);if(_0x136267&&_0x136267[TestFrameworkConstants['KEY_TEST_NAME']])_0xccdf65=_0x136267[TestFrameworkConstants[_0x188da6(0x2bc)]];else{if(_0x1c1896['testInfo']?.['titlePath'])_0xccdf65=_0x1c1896[_0x188da6(0x3dd)][_0x188da6(0x2d7)];else global[_0x188da6(0x231)]?.['currentTest']?.['testInfo']?.['titlePath']?_0xccdf65=global[_0x188da6(0x231)][_0x188da6(0x386)]['testInfo'][_0x188da6(0x2d7)]:_0xccdf65=_0x70fd7[_0x188da6(0x38f)];}logger[_0x188da6(0x3cc)](_0x188da6(0x2f9)+_0x25a6c3+_0x188da6(0x34c)+JSON[_0x188da6(0x3d4)](_0xccdf65));}else{_0x25a6c3=this[_0x188da6(0x3c9)](_0x1c1896);const _0x3e4e62=TestInfo[_0x188da6(0x3fc)](_0x25a6c3);let _0x1b550d=[];if(_0x3e4e62&&Array[_0x188da6(0x3ac)](_0x3e4e62[_0x188da6(0x41f)])&&_0x70fd7[_0x188da6(0x2c9)](_0x3e4e62[_0x188da6(0x41f)][_0x188da6(0x34d)],0x0))_0x1b550d=_0x3e4e62[_0x188da6(0x41f)];else{if(_0xbd3252){const _0x59c237=_0x70fd7[_0x188da6(0x261)](typeof _0xbd3252[_0x188da6(0x357)],_0x70fd7[_0x188da6(0x344)])?_0xbd3252['getData'](_0x70fd7['jaEBz'],[]):_0xbd3252[_0x188da6(0x41f)]||[];Array['isArray'](_0x59c237)&&(_0x1b550d=_0x59c237);}}_0xccdf65=_0x1b550d;}logger[_0x188da6(0x2e8)](_0x188da6(0x294)+JSON[_0x188da6(0x3d4)](_0xccdf65));const _0xc1eda8=this[_0x188da6(0x25e)](_0x23be7e,_0x1c1896['platformCaps'],_0x1c1896[_0x188da6(0x44c)]);logger[_0x188da6(0x3cc)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0xc1eda8+',\x20isAppAccessibility='+this[_0x188da6(0x26a)]);const _0xc22ec3=this[_0x188da6(0x398)](_0xccdf65,_0x23be7e,_0x4e0268),_0x4f9b4d=_0x70fd7['uXsNi'](_0xc1eda8,_0xc22ec3),_0x37fa54=CLIUtils[_0x188da6(0x276)]();this[_0x188da6(0x332)]['set'](_0x37fa54,_0x4f9b4d),global['Context']?.['getContext']&&global[_0x188da6(0x369)][_0x188da6(0x42d)]()[_0x188da6(0x241)](_0x4f9b4d),logger[_0x188da6(0x3cc)](_0x188da6(0x40d)+(_0x23be7e?.[_0x188da6(0x239)]?.()||_0x70fd7[_0x188da6(0x28d)])+_0x188da6(0x422)+_0x4f9b4d),_0x4f9b4d?(global[_0x188da6(0x371)]=!![],process['env'][_0x188da6(0x41b)]=_0x70fd7[_0x188da6(0x3e1)],this[_0x188da6(0x3ce)]()):global[_0x188da6(0x371)]=![];}catch(_0xe70572){logger[_0x188da6(0x29e)](_0x188da6(0x2a2)+(_0xe70572['stack']||_0xe70572[_0x188da6(0x264)]));const _0x32adbc=CLIUtils[_0x188da6(0x276)]();this[_0x188da6(0x332)][_0x188da6(0x28e)](_0x32adbc,![]),global[_0x188da6(0x371)]=![];}}[a110_0x5f9981(0x390)](){const _0xbf505e=a110_0x5f9981;return this['capabilities']['find'](_0x16252a=>_0x16252a[_0xbf505e(0x2b8)]()===_0xbf505e(0x3d8))?.[_0xbf505e(0x335)]()||'';}[a110_0x5f9981(0x2c1)](_0x417f36){const _0x51f551=a110_0x5f9981;try{const _0x39f38b=this[_0x51f551(0x288)]?.[_0x51f551(0x249)]?.[_0x51f551(0x207)]||[],_0x30ccc1=_0x39f38b[_0x51f551(0x262)](_0x107190=>_0x107190['name']===_0x417f36);return _0x30ccc1?_0x30ccc1['value']:null;}catch(_0x48533e){return logger[_0x51f551(0x3cc)](_0x51f551(0x370)+_0x417f36+':\x20'+_0x48533e[_0x51f551(0x264)]),null;}}async[a110_0x5f9981(0x279)](_0x349ea6,_0x25b639){const _0x219f9d=a110_0x5f9981,_0x467f1d=_0x349ea6[_0x219f9d(0x2f5)]()[_0x219f9d(0x3e9)]();this[_0x219f9d(0x409)](_0x467f1d),this[_0x219f9d(0x337)]=_0x467f1d[_0x219f9d(0x3fe)](),await this[_0x219f9d(0x368)](this[_0x219f9d(0x337)],_0x25b639[_0x219f9d(0x44c)]);}[a110_0x5f9981(0x409)](_0x196925){const _0x3bac18=a110_0x5f9981,_0x2adea6={};_0x2adea6[_0x3bac18(0x43f)]=function(_0x121d4b,_0x1cd09a){return _0x121d4b>_0x1cd09a;},_0x2adea6['hDKmo']=_0x3bac18(0x372),_0x2adea6['rMUHY']=_0x3bac18(0x287);const _0x3bfcc0=_0x2adea6;try{const _0x1e7ada=_0x196925['getScriptsList'](),_0x1a048a=_0x196925[_0x3bac18(0x21b)]()?.['getCommandsList']();_0x1e7ada&&_0x3bfcc0[_0x3bac18(0x43f)](_0x1e7ada[_0x3bac18(0x34d)],0x0)?(scripts[_0x3bac18(0x414)](_0x1e7ada,_0x1a048a),scripts[_0x3bac18(0x3e6)](),logger['debug'](_0x3bfcc0[_0x3bac18(0x31c)])):logger['debug'](_0x3bfcc0[_0x3bac18(0x38e)]);}catch(_0x2e6b3d){logger[_0x3bac18(0x3cc)](_0x3bac18(0x222)+_0x2e6b3d[_0x3bac18(0x264)]);}}async[a110_0x5f9981(0x368)](_0x4aaa7a,_0x4961ce={}){const _0x1883c5=a110_0x5f9981,_0x32a626={'lJkRg':_0x1883c5(0x43e),'neulW':_0x1883c5(0x3e0),'uNmha':function(_0x2d8edc,_0x28de54){return _0x2d8edc===_0x28de54;},'lIxGi':'accessibilityToken','sWCDM':function(_0x25cc18,_0x412424){return _0x25cc18(_0x412424);},'UGMeg':_0x1883c5(0x3ff),'xxFxZ':_0x1883c5(0x2ef),'ZoDcX':'hex','UpszV':function(_0x3e65bd,_0x432277){return _0x3e65bd||_0x432277;},'Zvobu':_0x1883c5(0x441),'mBEcD':_0x1883c5(0x292),'wGXNU':function(_0xbfaee1,_0x1ddad2){return _0xbfaee1(_0x1ddad2);},'JlqmR':_0x1883c5(0x3f0),'qZAPG':function(_0x15c125,_0x1524d2){return _0x15c125===_0x1524d2;},'EocUf':_0x1883c5(0x248),'fyMfk':_0x1883c5(0x33a),'OYQhd':function(_0x5e84ba,_0x4214b2){return _0x5e84ba===_0x4214b2;},'tZvmv':_0x1883c5(0x3e2),'XNvkU':_0x1883c5(0x2b4),'cbokF':_0x1883c5(0x2dd),'xZzcm':_0x1883c5(0x233),'xBxmP':function(_0x5739e8,_0x2df4fa){return _0x5739e8===_0x2df4fa;},'QBQOS':_0x1883c5(0x392),'HwAXY':function(_0x4d3c21,_0x29d473){return _0x4d3c21(_0x29d473);},'xpUEm':function(_0x4f5991,_0x2c98d2){return _0x4f5991===_0x2c98d2;},'DhiBi':function(_0x519e53,_0xc2f4ae){return _0x519e53===_0xc2f4ae;},'DwCkS':_0x1883c5(0x29f)};global[_0x1883c5(0x285)]=global['__accessibilityOptions']||{};const _0x271da3=Array[_0x1883c5(0x3ac)](_0x4aaa7a)?_0x4aaa7a['length']:_0x32a626[_0x1883c5(0x3ba)];logger['debug'](_0x1883c5(0x22a)+_0x271da3+_0x1883c5(0x377)+(process[_0x1883c5(0x270)][_0x1883c5(0x2c0)]||_0x32a626[_0x1883c5(0x24c)])+_0x1883c5(0x218)+process['pid']);for(const _0xf20290 of _0x4aaa7a){logger[_0x1883c5(0x3cc)](_0x1883c5(0x219)+_0xf20290['getName']());if(_0x32a626[_0x1883c5(0x1f6)](_0xf20290['getName'](),_0x32a626[_0x1883c5(0x215)])){const _0x49335c=_0xf20290[_0x1883c5(0x335)](),_0x58f9df=_0x49335c?_0x32a626[_0x1883c5(0x41e)](require,_0x32a626[_0x1883c5(0x27f)])[_0x1883c5(0x379)](_0x32a626['xxFxZ'])[_0x1883c5(0x2d2)](_0x49335c)['digest'](_0x32a626['ZoDcX'])[_0x1883c5(0x2f1)](0x0,0x8):'';logger['info'](_0x1883c5(0x393)+_0x32a626[_0x1883c5(0x26d)](_0x49335c,'')[_0x1883c5(0x34d)]+'\x20token_fp='+_0x58f9df+'\x20worker=\x22'+(process[_0x1883c5(0x270)][_0x1883c5(0x2c0)]||_0x32a626[_0x1883c5(0x24c)])+_0x1883c5(0x218)+process[_0x1883c5(0x25b)]),process[_0x1883c5(0x270)]['BS_A11Y_JWT']=_0x49335c,global[_0x1883c5(0x285)][_0x32a626[_0x1883c5(0x31b)]]=_0x49335c;const _0x2ca821=_0x32a626[_0x1883c5(0x41e)](require,_0x32a626[_0x1883c5(0x39f)]),{isTrue:_0x526edc}=_0x32a626['wGXNU'](require,_0x32a626['JlqmR']),_0x19dd18=_0x2ca821['parseA11yJwtPayload'](_0x49335c);_0x19dd18&&_0x32a626[_0x1883c5(0x41e)](_0x526edc,_0x19dd18[_0x1883c5(0x2c5)])&&(process['env'][_0x1883c5(0x29b)]=!![]);}else{if(_0x32a626[_0x1883c5(0x39a)](_0xf20290['getName'](),_0x32a626[_0x1883c5(0x378)]))global[_0x1883c5(0x285)][_0x32a626[_0x1883c5(0x431)]]=_0xf20290[_0x1883c5(0x335)]();else{if(_0x32a626[_0x1883c5(0x427)](_0xf20290[_0x1883c5(0x2b8)](),_0x32a626[_0x1883c5(0x317)]))global[_0x1883c5(0x285)][_0x32a626[_0x1883c5(0x32a)]]=_0xf20290[_0x1883c5(0x335)]();else{if(_0x32a626[_0x1883c5(0x39a)](_0xf20290['getName'](),_0x32a626[_0x1883c5(0x36d)]))global[_0x1883c5(0x285)][_0x32a626[_0x1883c5(0x256)]]=_0xf20290[_0x1883c5(0x335)]();else{if(_0x32a626[_0x1883c5(0x25f)](_0xf20290['getName'](),_0x32a626[_0x1883c5(0x22e)])){const _0x4a1990=_0xf20290[_0x1883c5(0x335)]();process[_0x1883c5(0x270)][_0x1883c5(0x2e1)]=_0x32a626[_0x1883c5(0x290)](String,_0x32a626[_0x1883c5(0x24e)](_0x4a1990,!![])||_0x32a626[_0x1883c5(0x245)](_0x4a1990,_0x32a626['DwCkS'])),logger[_0x1883c5(0x3cc)](_0x1883c5(0x348)+_0x4a1990+'\x20env='+process[_0x1883c5(0x270)][_0x1883c5(0x2e1)]);}}}}}}}async[a110_0x5f9981(0x238)](_0x12e6af){const _0x3ec08f=a110_0x5f9981,_0x41d2eb={};_0x41d2eb[_0x3ec08f(0x381)]=function(_0x447092,_0x1929e3){return _0x447092!==_0x1929e3;},_0x41d2eb[_0x3ec08f(0x2a9)]='cucumber',_0x41d2eb[_0x3ec08f(0x359)]=_0x3ec08f(0x206),_0x41d2eb[_0x3ec08f(0x40f)]=function(_0x1dd080,_0xa78988){return _0x1dd080!==_0xa78988;},_0x41d2eb[_0x3ec08f(0x2b6)]=_0x3ec08f(0x340),_0x41d2eb['bKMxT']=_0x3ec08f(0x360);const _0xe2b71d=_0x41d2eb;if(_0xe2b71d[_0x3ec08f(0x381)](_0x12e6af[_0x3ec08f(0x311)],_0xe2b71d[_0x3ec08f(0x2a9)])&&_0xe2b71d[_0x3ec08f(0x381)](_0x12e6af[_0x3ec08f(0x311)],_0xe2b71d[_0x3ec08f(0x359)])&&_0xe2b71d['adkyp'](_0x12e6af[_0x3ec08f(0x311)],_0xe2b71d[_0x3ec08f(0x2b6)])&&_0xe2b71d[_0x3ec08f(0x40f)](_0x12e6af[_0x3ec08f(0x311)],FRAMEWORKS[_0x3ec08f(0x293)])){logger[_0x3ec08f(0x3cc)](_0x3ec08f(0x358)+_0x12e6af[_0x3ec08f(0x311)]+')');return;}const _0x4ffa3d=_0x12e6af[_0x3ec08f(0x3dd)]?.[_0x3ec08f(0x3c1)]||_0x12e6af[_0x3ec08f(0x3dd)]?.['id']||global[_0x3ec08f(0x273)];logger['info'](_0x3ec08f(0x3d0)+_0x12e6af[_0x3ec08f(0x311)]+',\x20testIdentifier='+_0x4ffa3d);try{const _0x40eeba=_0x12e6af[_0x3ec08f(0x35b)]||AutomationFramework['getTrackedInstance'](),_0x53e54e=CLIUtils['getCurrentInstanceName'](),_0x2884f6=this['getCurrentAccessibilityStatus']();logger['debug']('[platform\x20-\x20'+(_0x40eeba?.['getPlatformIndex']?.()||_0xe2b71d['bKMxT'])+_0x3ec08f(0x334)+_0x2884f6),_0x2884f6&&await this[_0x3ec08f(0x415)](_0x40eeba,_0x12e6af),this[_0x3ec08f(0x332)][_0x3ec08f(0x3bc)](_0x53e54e),this['LOG_DISABLED_SHOWN'][_0x3ec08f(0x3bc)](_0x53e54e);}catch(_0x5a695f){logger['error'](_0x3ec08f(0x38b)+(_0x5a695f[_0x3ec08f(0x42c)]||_0x5a695f[_0x3ec08f(0x264)]));}}async[a110_0x5f9981(0x415)](_0x55e5cc,_0x3064ac){const _0x5f2aec=a110_0x5f9981,_0x533757={};_0x533757['PBjpv']=function(_0xeebfeb,_0x1fac39){return _0xeebfeb===_0x1fac39;},_0x533757['ScJgN']=_0x5f2aec(0x32b),_0x533757[_0x5f2aec(0x228)]=_0x5f2aec(0x206),_0x533757['QrfeT']=_0x5f2aec(0x31e),_0x533757[_0x5f2aec(0x38d)]=function(_0x2ff882,_0x4d5770){return _0x2ff882===_0x4d5770;},_0x533757[_0x5f2aec(0x3fa)]=_0x5f2aec(0x3b9),_0x533757[_0x5f2aec(0x201)]=_0x5f2aec(0x332),_0x533757['szZtt']=_0x5f2aec(0x3a1),_0x533757[_0x5f2aec(0x442)]='unknown',_0x533757[_0x5f2aec(0x400)]='present',_0x533757[_0x5f2aec(0x282)]=_0x5f2aec(0x367),_0x533757[_0x5f2aec(0x385)]=function(_0x3983dd,_0x3237d8){return _0x3983dd||_0x3237d8;},_0x533757[_0x5f2aec(0x2d3)]=_0x5f2aec(0x37e),_0x533757['FkRjq']=_0x5f2aec(0x2ae),_0x533757['oaPWa']=_0x5f2aec(0x3cd);const _0x3d2d96=_0x533757;try{const _0x19062b=_0x3064ac[_0x5f2aec(0x311)]||(_0x3d2d96[_0x5f2aec(0x446)](this[_0x5f2aec(0x251)]?.[_0x5f2aec(0x3ab)]?.[_0x5f2aec(0x2bd)](),_0x3d2d96[_0x5f2aec(0x228)])?_0x3d2d96[_0x5f2aec(0x228)]:_0x3d2d96[_0x5f2aec(0x2d9)]);let _0x1cb23b='',_0x1f17fb=null,_0x52e78c=null;if(_0x3d2d96[_0x5f2aec(0x38d)](_0x19062b,_0x3d2d96[_0x5f2aec(0x228)])){_0x1f17fb=_0x3064ac[_0x5f2aec(0x3dd)]?.[_0x5f2aec(0x3c1)]||_0x3064ac['testInfo']?.['id']||global[_0x5f2aec(0x273)];if(!_0x1f17fb){logger[_0x5f2aec(0x312)](_0x3d2d96[_0x5f2aec(0x3fa)]);return;}try{const _0x1371f0=await GrpcClient['getInstance']()[_0x5f2aec(0x2f7)](process['env'][_0x5f2aec(0x2cc)],_0x3d2d96[_0x5f2aec(0x201)],_0x3d2d96[_0x5f2aec(0x3cf)],_0x1f17fb),_0x23f899=AccessibilityModule[_0x5f2aec(0x346)](null,_0x1371f0);_0x1cb23b=_0x23f899?.['thTestRunUuid']||'',logger[_0x5f2aec(0x3cc)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x1cb23b+_0x5f2aec(0x3b1)+_0x1f17fb),_0x52e78c=_0x1371f0;}catch(_0x32ea42){logger[_0x5f2aec(0x29e)](_0x5f2aec(0x306)+_0x32ea42[_0x5f2aec(0x264)]);return;}}else{const _0xb5cfd0=this[_0x5f2aec(0x3c9)](_0x3064ac);_0x1cb23b=TestInfo[_0x5f2aec(0x2ad)](_0xb5cfd0);}const _0x2f45bb=((()=>{const _0xdec49e=_0x5f2aec,_0x20554f=(this[_0xdec49e(0x288)]?.[_0xdec49e(0x249)]?.[_0xdec49e(0x207)]||[])[_0xdec49e(0x262)](_0xecedca=>(typeof _0xecedca[_0xdec49e(0x2b8)]===_0xdec49e(0x32b)?_0xecedca['getName']():_0xecedca[_0xdec49e(0x3ab)])===this[_0xdec49e(0x425)]);return _0x20554f?_0x3d2d96[_0xdec49e(0x446)](typeof _0x20554f['getValue'],_0x3d2d96[_0xdec49e(0x325)])?_0x20554f['getValue']():_0x20554f[_0xdec49e(0x430)]:'';})()),_0x214402=process['env'][_0x5f2aec(0x21d)]||'';logger[_0x5f2aec(0x3cc)](_0x5f2aec(0x40d)+(_0x55e5cc?.[_0x5f2aec(0x239)]?.()||_0x3d2d96[_0x5f2aec(0x442)])+_0x5f2aec(0x3fd)+_0x1cb23b+_0x5f2aec(0x3b6)+_0x2f45bb+_0x5f2aec(0x308)+(_0x214402?_0x3d2d96[_0x5f2aec(0x400)]:_0x3d2d96[_0x5f2aec(0x282)]));let _0x433e67;if(_0x3d2d96[_0x5f2aec(0x38d)](_0x19062b,_0x3d2d96[_0x5f2aec(0x228)]))_0x433e67=AccessibilityModule[_0x5f2aec(0x346)](_0x1cb23b,_0x52e78c);else{const _0xd853a=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x5f2aec(0x270)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x3d2d96['JfbPs'],_0x3d2d96[_0x5f2aec(0x3cf)]);_0x433e67=AccessibilityModule[_0x5f2aec(0x346)](_0x1cb23b,_0xd853a);}logger[_0x5f2aec(0x3cc)](_0x5f2aec(0x34e)+JSON[_0x5f2aec(0x3d4)](_0x433e67));const _0x59b38f=Object['assign']({},{'thTestRunUuid':_0x3d2d96[_0x5f2aec(0x385)](_0x1cb23b,''),'thBuildUuid':_0x3d2d96[_0x5f2aec(0x385)](_0x2f45bb,''),'thJwtToken':_0x3d2d96['hCJdR'](_0x214402,'')},_0x433e67);!this['isAppAccessibility']&&this[_0x5f2aec(0x1f4)]()&&(_0x59b38f['is_mobile_session']=!![],logger['debug'](_0x3d2d96[_0x5f2aec(0x2d3)]));logger['debug'](_0x5f2aec(0x24f)+_0x1cb23b+_0x5f2aec(0x342)+this[_0x5f2aec(0x26a)]);let _0x38f19d=global[_0x5f2aec(0x231)]?.[_0x5f2aec(0x2f3)]||null;!_0x38f19d&&(_0x38f19d=AutomationFramework[_0x5f2aec(0x384)](_0x55e5cc,_0x3d2d96[_0x5f2aec(0x2b7)],null)),!_0x38f19d&&(_0x38f19d=AutomationFramework[_0x5f2aec(0x384)](_0x55e5cc,_0x3d2d96['oaPWa'],null)),await this[_0x5f2aec(0x305)](this[_0x5f2aec(0x35f)](),_0x1cb23b,_0x38f19d,_0x59b38f,this[_0x5f2aec(0x26a)]);}catch(_0x128f64){logger[_0x5f2aec(0x29e)](_0x5f2aec(0x25c)+(_0x128f64[_0x5f2aec(0x42c)]||_0x128f64[_0x5f2aec(0x264)]));}}async[a110_0x5f9981(0x305)](_0x2f2983,_0x41bf55,_0x535d80,_0x48000b,_0xb4b885){const _0x53a1af=a110_0x5f9981,_0x4a4d5e={};_0x4a4d5e['ERJnO']=_0x53a1af(0x3a1),_0x4a4d5e[_0x53a1af(0x3ae)]=function(_0x3187f1,_0x3703bd){return _0x3187f1&&_0x3703bd;},_0x4a4d5e['TkIgm']=_0x53a1af(0x3da),_0x4a4d5e[_0x53a1af(0x283)]=function(_0x1cab88,_0x1f7223){return _0x1cab88===_0x1f7223;},_0x4a4d5e[_0x53a1af(0x440)]=_0x53a1af(0x367),_0x4a4d5e[_0x53a1af(0x2c8)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x4a4d5e[_0x53a1af(0x234)]=_0x53a1af(0x2ed),_0x4a4d5e['WDIqh']=_0x53a1af(0x2c2),_0x4a4d5e['FAeQv']=_0x53a1af(0x37f),_0x4a4d5e[_0x53a1af(0x35a)]=function(_0x4d18d5,_0x552a97){return _0x4d18d5&&_0x552a97;},_0x4a4d5e['kaIzn']=_0x53a1af(0x3a5),_0x4a4d5e[_0x53a1af(0x265)]=_0x53a1af(0x2e6),_0x4a4d5e['nevgP']=_0x53a1af(0x21c);const _0xe41206=_0x4a4d5e;try{const _0x433121=this[_0x53a1af(0x40b)](_0xe41206[_0x53a1af(0x25a)]);if(_0xe41206['iSxeT'](!_0xb4b885,!_0x433121)){logger[_0x53a1af(0x3cc)](_0xe41206[_0x53a1af(0x2ff)]);return;}if(!_0x41bf55||_0xe41206[_0x53a1af(0x283)](_0x41bf55,_0xe41206[_0x53a1af(0x440)])||_0xe41206['MUtmF'](_0x41bf55,'')){logger[_0x53a1af(0x3cc)](_0xe41206[_0x53a1af(0x2c8)]);return;}logger['debug'](_0x53a1af(0x310)+JSON[_0x53a1af(0x3d4)](_0x48000b)),_0x2f2983&&(logger[_0x53a1af(0x3cc)](_0xe41206[_0x53a1af(0x234)]),await this[_0x53a1af(0x3ad)](_0x535d80,_0x41bf55,_0xe41206[_0x53a1af(0x3b5)],_0x48000b,_0xb4b885,_0xe41206['FAeQv']),_0xe41206[_0x53a1af(0x35a)](!_0xb4b885,_0x433121)&&(logger['debug'](_0xe41206[_0x53a1af(0x223)]),await PerformanceTester[_0x53a1af(0x2d8)](_0xe41206[_0x53a1af(0x265)],async()=>{const _0x5ecae0=_0x53a1af;await this['performScanForCli'](_0x535d80,_0x41bf55,_0xe41206[_0x5ecae0(0x25a)],_0x48000b,_0xb4b885,_0xe41206[_0x5ecae0(0x25a)]);})()),logger[_0x53a1af(0x2e8)](_0xe41206[_0x53a1af(0x411)]));}catch(_0x1e8775){logger[_0x53a1af(0x29e)](_0x53a1af(0x20e)+(_0x1e8775[_0x53a1af(0x42c)]||_0x1e8775[_0x53a1af(0x264)]));}}async[a110_0x5f9981(0x3a2)](_0x1befa9){const _0x3392a2=a110_0x5f9981,_0x176a29={};_0x176a29[_0x3392a2(0x1f5)]=function(_0x5b5ea8,_0x3e55be){return _0x5b5ea8!==_0x3e55be;},_0x176a29['BOsqf']=_0x3392a2(0x31e),_0x176a29[_0x3392a2(0x44b)]=function(_0x57c6fc,_0x1ca494){return _0x57c6fc!==_0x1ca494;},_0x176a29[_0x3392a2(0x237)]=_0x3392a2(0x206),_0x176a29[_0x3392a2(0x3a3)]='testcafe',_0x176a29[_0x3392a2(0x34b)]=_0x3392a2(0x360),_0x176a29[_0x3392a2(0x220)]=_0x3392a2(0x321),_0x176a29[_0x3392a2(0x2fd)]=function(_0x39e0da,_0x337a86){return _0x39e0da&&_0x337a86;},_0x176a29['eWOoq']=function(_0x151095,_0x186a5c){return _0x151095===_0x186a5c;},_0x176a29[_0x3392a2(0x1fb)]=_0x3392a2(0x204),_0x176a29[_0x3392a2(0x2e4)]=_0x3392a2(0x332),_0x176a29[_0x3392a2(0x23c)]=_0x3392a2(0x227),_0x176a29[_0x3392a2(0x3bf)]=function(_0x2ad1ff,_0x1f8b09){return _0x2ad1ff===_0x1f8b09;},_0x176a29[_0x3392a2(0x2cf)]='test_run_id',_0x176a29[_0x3392a2(0x3ec)]=_0x3392a2(0x364),_0x176a29[_0x3392a2(0x3a7)]=_0x3392a2(0x37f),_0x176a29[_0x3392a2(0x3c7)]=_0x3392a2(0x367);const _0x19ab91=_0x176a29;if(_0x19ab91[_0x3392a2(0x1f5)](_0x1befa9[_0x3392a2(0x311)],_0x19ab91[_0x3392a2(0x26c)])&&_0x19ab91[_0x3392a2(0x44b)](_0x1befa9[_0x3392a2(0x311)],_0x19ab91[_0x3392a2(0x237)])&&_0x19ab91[_0x3392a2(0x1f5)](_0x1befa9['testFramework'],_0x19ab91[_0x3392a2(0x3a3)])&&_0x19ab91[_0x3392a2(0x1f5)](_0x1befa9[_0x3392a2(0x311)],FRAMEWORKS[_0x3392a2(0x293)])){logger[_0x3392a2(0x3cc)](_0x3392a2(0x3cb)+_0x1befa9['testFramework']+')');return;}logger[_0x3392a2(0x3cc)](_0x3392a2(0x396)+(_0x1befa9[_0x3392a2(0x1fd)]||_0x19ab91[_0x3392a2(0x34b)])+_0x3392a2(0x402)+_0x1befa9['testFramework']);try{const _0x1c7145=_0x1befa9[_0x3392a2(0x35b)]||AutomationFramework['getTrackedInstance'](),_0x3264b8=TestFramework[_0x3392a2(0x202)](),_0x44255d=_0x1befa9[_0x3392a2(0x1fd)]||_0x1befa9[_0x3392a2(0x320)]?.[_0x3392a2(0x2b8)]();if(!_0x44255d){logger['debug'](_0x19ab91['naCNR']);return;}if(!this[_0x3392a2(0x35f)]()){logger[_0x3392a2(0x3cc)](_0x3392a2(0x3f7)+_0x44255d);return;}if(!this[_0x3392a2(0x235)](_0x44255d)){logger[_0x3392a2(0x3cc)](_0x3392a2(0x35d)+_0x44255d+_0x3392a2(0x397));return;}const _0x26f3ac=_0x1befa9[_0x3392a2(0x20a)]||global[_0x3392a2(0x231)]?.[_0x3392a2(0x2f3)],_0xff9fc5=_0x1befa9[_0x3392a2(0x434)]||null;if(_0x19ab91[_0x3392a2(0x2fd)](!_0x26f3ac,!_0xff9fc5)){logger['debug'](_0x3392a2(0x3b7)+_0x44255d);return;}let _0x532097='',_0x54c485=null;if(_0x19ab91[_0x3392a2(0x412)](_0x1befa9['testFramework'],_0x19ab91[_0x3392a2(0x237)])){_0x54c485=_0x1befa9['testInfo']?.[_0x3392a2(0x3c1)]||_0x1befa9[_0x3392a2(0x3dd)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x54c485){logger[_0x3392a2(0x312)](_0x19ab91[_0x3392a2(0x1fb)]);return;}try{const _0x1d7de4=await GrpcClient['getInstance']()[_0x3392a2(0x2f7)](process[_0x3392a2(0x270)][_0x3392a2(0x2cc)],_0x19ab91[_0x3392a2(0x2e4)],_0x19ab91['Ftdbf'],_0x54c485),_0x55bea3=AccessibilityModule[_0x3392a2(0x346)](null,_0x1d7de4);_0x532097=_0x55bea3?.['thTestRunUuid']||'',logger[_0x3392a2(0x3cc)](_0x3392a2(0x2e7)+_0x532097+_0x3392a2(0x3b1)+_0x54c485);}catch(_0x492fa0){logger['error']('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x492fa0['message']);return;}}else _0x19ab91[_0x3392a2(0x3bf)](_0x1befa9[_0x3392a2(0x311)],FRAMEWORKS['NODE_GENERIC'])?_0x532097=_0x1befa9['testRunId']||'':(_0x532097=this[_0x3392a2(0x2c1)](_0x19ab91[_0x3392a2(0x2cf)])||'',!_0x532097&&this[_0x3392a2(0x1f4)]()&&(_0x532097=accessibilityHelper[_0x3392a2(0x21e)]()));const _0x3bbad6=this[_0x3392a2(0x2c1)](_0x19ab91[_0x3392a2(0x3ec)])||this[_0x3392a2(0x288)][this[_0x3392a2(0x425)]]||null,_0x6ecb43=process[_0x3392a2(0x270)][_0x3392a2(0x21d)]||'',_0x5d4e7b=this[_0x3392a2(0x435)](_0x44255d,_0x532097,_0x3bbad6,_0x6ecb43),_0x1d9da1=_0x19ab91[_0x3392a2(0x412)](_0x1befa9[_0x3392a2(0x311)],_0x19ab91[_0x3392a2(0x237)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x19ab91[_0x3392a2(0x3a7)],_0x532097,_0x54c485):await AccessibilityModule[_0x3392a2(0x363)](_0x19ab91['iyeyV'],_0x532097);logger[_0x3392a2(0x2e8)](_0x3392a2(0x2a1)+(_0x5d4e7b?JSON[_0x3392a2(0x3d4)](_0x5d4e7b):_0x19ab91[_0x3392a2(0x3c7)]));let _0x1ba2af=CLIUtils['mergeObject'](_0x5d4e7b,_0x1d9da1);if(this[_0x3392a2(0x26a)]){const _0x118b72=process[_0x3392a2(0x270)][_0x3392a2(0x2e9)]||'';_0x1ba2af['centralAuthToken']&&(_0x1ba2af[_0x3392a2(0x23f)]=_0x1ba2af[_0x3392a2(0x387)],delete _0x1ba2af[_0x3392a2(0x387)]),_0x1ba2af=Object['assign']({},_0x1ba2af,{'authHeader':_0x1ba2af[_0x3392a2(0x20b)]||_0x118b72,'method':_0x44255d,'scanTimestamp':Date[_0x3392a2(0x214)]()['toString']()});}logger[_0x3392a2(0x2e8)]('MergedScanArgs:\x20'+(_0x1ba2af?JSON[_0x3392a2(0x3d4)](_0x1ba2af):_0x19ab91[_0x3392a2(0x3c7)])),logger[_0x3392a2(0x3cc)](_0x3392a2(0x2d6)+_0x44255d);const _0x20e439=this[_0x3392a2(0x26a)]?_0xff9fc5:_0x26f3ac,_0xd5aa64=await this[_0x3392a2(0x3ad)](_0x20e439,_0x532097,_0x44255d,_0x1ba2af,this[_0x3392a2(0x26a)]);logger[_0x3392a2(0x3cc)](_0x3392a2(0x338)+_0x44255d+',\x20\x0a\x20'+JSON[_0x3392a2(0x3d4)](_0xd5aa64));}catch(_0x364bd7){logger[_0x3392a2(0x29e)](_0x3392a2(0x429)+(_0x364bd7[_0x3392a2(0x42c)]||_0x364bd7['message']));}}[a110_0x5f9981(0x2e5)](){const _0xa4a85a=a110_0x5f9981;return this[_0xa4a85a(0x35f)]();}[a110_0x5f9981(0x421)](_0x3ce18f){const _0x201329=a110_0x5f9981,_0x3de21f=CLIUtils[_0x201329(0x276)]();this[_0x201329(0x332)][_0x201329(0x28e)](_0x3de21f,_0x3ce18f);}async[a110_0x5f9981(0x404)](_0x343d95){const _0x4af929=a110_0x5f9981,_0x5f5791={};_0x5f5791['PcgGo']=_0x4af929(0x360);const _0x14eb05=_0x5f5791;try{const _0x21b179=_0x343d95['instance']||AutomationFramework[_0x4af929(0x202)](),_0x326af1=_0x21b179?.[_0x4af929(0x357)]?.()?.[_0x4af929(0x2e3)]?.(this['KEY_INIT'])||![];if(_0x326af1)return;PerformanceTester[_0x4af929(0x209)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x4294b4=await GrpcClient[_0x4af929(0x3f9)]()[_0x4af929(0x2d4)](_0x343d95);_0x4294b4&&_0x4294b4[_0x4af929(0x2f5)]&&_0x4294b4[_0x4af929(0x2f5)]()&&_0x4294b4[_0x4af929(0x2f5)]()[_0x4af929(0x208)]()?(await this[_0x4af929(0x1f8)](_0x4294b4,_0x343d95),_0x21b179?.[_0x4af929(0x357)]&&_0x21b179[_0x4af929(0x357)]()[_0x4af929(0x28e)](this['KEY_INIT'],!![]),logger[_0x4af929(0x3cc)]('[platform\x20-\x20'+(_0x21b179?.['getPlatformIndex']?.()||_0x14eb05['PcgGo'])+_0x4af929(0x221))):logger[_0x4af929(0x3cc)]('[platform\x20-\x20'+(_0x21b179?.[_0x4af929(0x239)]?.()||_0x14eb05[_0x4af929(0x2de)])+_0x4af929(0x3db)),PerformanceTester['end'](EVENTS[_0x4af929(0x313)]);}catch(_0x224b18){PerformanceTester['end'](EVENTS[_0x4af929(0x313)],![],_0x224b18[_0x4af929(0x264)]),logger[_0x4af929(0x29e)](_0x4af929(0x41c)+(_0x224b18[_0x4af929(0x42c)]||_0x224b18[_0x4af929(0x264)]));}}async[a110_0x5f9981(0x1f8)](_0x3d9753,_0x45fe35){const _0x3d0789=a110_0x5f9981;await this['setAccessibilityConfig'](_0x3d9753,_0x45fe35);const _0x378d64=_0x3d9753[_0x3d0789(0x2f5)]()[_0x3d0789(0x3e9)]();if(_0x378d64){const _0x76a4a7=_0x3d9753[_0x3d0789(0x2ea)]&&_0x3d9753[_0x3d0789(0x2ea)]();_0x76a4a7&&(this[_0x3d0789(0x288)][this[_0x3d0789(0x425)]]=_0x76a4a7['getBuildId']&&_0x76a4a7[_0x3d0789(0x2f4)]());}}['shouldScanForCommand'](_0x50fc47){const _0x1b46e3=a110_0x5f9981,_0x1f5365={};_0x1f5365[_0x1b46e3(0x3e7)]=function(_0x2dbf09,_0x378036){return _0x2dbf09===_0x378036;};const _0x25a12f=_0x1f5365;try{if(!_0x50fc47)return![];const _0x3aae62=this[_0x1b46e3(0x288)]?.[_0x1b46e3(0x249)]?.[_0x1b46e3(0x365)]?.['commandsList']||[],_0x2369e9=_0x3aae62[_0x1b46e3(0x277)](_0x441c18=>{const _0x36c2bd=_0x1b46e3;return _0x441c18[_0x36c2bd(0x3ab)]&&_0x25a12f[_0x36c2bd(0x3e7)](_0x441c18[_0x36c2bd(0x3ab)]['toLowerCase'](),_0x50fc47[_0x36c2bd(0x2bd)]());});return logger['debug'](_0x1b46e3(0x42a)+_0x50fc47+_0x1b46e3(0x314)+_0x2369e9+_0x1b46e3(0x299)+JSON[_0x1b46e3(0x3d4)](_0x3aae62[_0x1b46e3(0x3b8)](_0xdee9ef=>_0xdee9ef[_0x1b46e3(0x3ab)]))),_0x2369e9;}catch(_0x3cc7ba){return logger['debug'](_0x1b46e3(0x271)+_0x3cc7ba[_0x1b46e3(0x264)]),![];}}[a110_0x5f9981(0x236)](_0x2c42cb){const _0x895dbd=a110_0x5f9981,_0x53a40c={};_0x53a40c[_0x895dbd(0x339)]=function(_0x4ba815,_0x3cbced){return _0x4ba815===_0x3cbced;},_0x53a40c[_0x895dbd(0x27d)]=_0x895dbd(0x2fb),_0x53a40c[_0x895dbd(0x403)]='browserstack_executor';const _0xa6be35=_0x53a40c,_0x1edaad=_0x2c42cb[_0x895dbd(0x22f)]&&_0x2c42cb[_0x895dbd(0x22f)]();return _0x1edaad&&_0xa6be35[_0x895dbd(0x339)](typeof _0x1edaad,_0xa6be35[_0x895dbd(0x27d)])&&_0x1edaad['includes'](_0xa6be35[_0x895dbd(0x403)]);}[a110_0x5f9981(0x302)](_0x561e7d){const _0x19f5db=a110_0x5f9981,_0x5a6046={};_0x5a6046[_0x19f5db(0x272)]=function(_0x12c7d8,_0x46b7ef){return _0x12c7d8!==_0x46b7ef;},_0x5a6046['jhIfk']=_0x19f5db(0x2fb),_0x5a6046[_0x19f5db(0x351)]='accessibility',_0x5a6046['boJcv']=_0x19f5db(0x227),_0x5a6046[_0x19f5db(0x428)]=_0x19f5db(0x406),_0x5a6046[_0x19f5db(0x259)]=_0x19f5db(0x318);const _0x295b7f=_0x5a6046,_0x2ea1d0=_0x561e7d[_0x19f5db(0x22f)]&&_0x561e7d[_0x19f5db(0x22f)]();if(!_0x2ea1d0||_0x295b7f[_0x19f5db(0x272)](typeof _0x2ea1d0,_0x295b7f[_0x19f5db(0x31d)]))return![];return _0x2ea1d0[_0x19f5db(0x3a9)](_0x295b7f[_0x19f5db(0x351)])||_0x2ea1d0[_0x19f5db(0x3a9)](_0x295b7f[_0x19f5db(0x33d)])||_0x2ea1d0[_0x19f5db(0x3a9)](_0x295b7f[_0x19f5db(0x428)])||_0x2ea1d0[_0x19f5db(0x3a9)](_0x295b7f[_0x19f5db(0x259)]);}[a110_0x5f9981(0x1f4)](){const _0x4eae60=a110_0x5f9981,_0x100f1b={'Iuphx':function(_0x1edda3,_0x29866a){return _0x1edda3===_0x29866a;},'Gzvqy':_0x4eae60(0x32b),'SlvVq':function(_0x1a3276,_0x4ced0f){return _0x1a3276(_0x4ced0f);},'mDFPR':_0x4eae60(0x3fb),'quAsW':_0x4eae60(0x2ba),'pzEUw':function(_0x90440a,_0x50f28e){return _0x90440a===_0x50f28e;},'rEWHs':function(_0x5d8746,_0x3e514e){return _0x5d8746(_0x3e514e);},'BsQLA':_0x4eae60(0x2a6),'FdHRn':function(_0x4f0551,_0x478686){return _0x4f0551(_0x478686);},'VZvgA':_0x4eae60(0x29c)};try{const _0x3cbadb=this[_0x4eae60(0x288)]?.[_0x4eae60(0x249)]?.['capabilitiesList']||[],_0x4e4d81=_0x2d672e=>{const _0x2b284b=_0x4eae60,_0x6f596f=_0x3cbadb[_0x2b284b(0x262)](_0x37394a=>(typeof _0x37394a[_0x2b284b(0x2b8)]===_0x2b284b(0x32b)?_0x37394a['getName']():_0x37394a['name'])===_0x2d672e);return _0x6f596f?_0x100f1b[_0x2b284b(0x1f7)](typeof _0x6f596f['getValue'],_0x100f1b[_0x2b284b(0x3be)])?_0x6f596f[_0x2b284b(0x335)]():_0x6f596f[_0x2b284b(0x430)]:null;},_0x4695aa=_0x100f1b['SlvVq'](_0x4e4d81,_0x100f1b['mDFPR']),_0x571a6c=_0x100f1b[_0x4eae60(0x2eb)](_0x4e4d81,_0x100f1b['quAsW']),_0x24b5a6=global[_0x4eae60(0x30c)]||_0x4695aa&&_0x100f1b['pzEUw'](_0x100f1b[_0x4eae60(0x26b)](String,_0x4695aa)['toLowerCase'](),_0x100f1b['BsQLA'])&&_0x571a6c&&_0x100f1b[_0x4eae60(0x24b)](String,_0x571a6c)[_0x4eae60(0x2bd)]()[_0x4eae60(0x3a9)](_0x100f1b['VZvgA']);if(!_0x24b5a6)return![];if(!accessibilityHelper[_0x4eae60(0x392)]())return!this['_mobileScanningDisabledLogged']&&(logger['warn'](accessibilityHelper['MOBILE_SCANNING_DISABLED_WARNING']),this[_0x4eae60(0x2b2)]=!![]),![];return!![];}catch(_0x1a8e43){return logger['debug']('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x1a8e43[_0x4eae60(0x264)]),![];}}[a110_0x5f9981(0x435)](_0x2622a7,_0x5bf7e6,_0x3eb6f4,_0x2bd129){const _0x405120=a110_0x5f9981,_0x1be32e={};_0x1be32e[_0x405120(0x36e)]=function(_0x2f2769,_0x528552){return _0x2f2769||_0x528552;},_0x1be32e['ldrvu']=function(_0x47b826,_0x2d6af8){return _0x47b826&&_0x2d6af8;},_0x1be32e['loaGA']=function(_0x27b8fd,_0x35e52d){return _0x27b8fd||_0x35e52d;},_0x1be32e[_0x405120(0x361)]=function(_0x330747,_0x4964ff){return _0x330747||_0x4964ff;},_0x1be32e[_0x405120(0x2aa)]=_0x405120(0x388);const _0x50664a=_0x1be32e;let _0x13f2b8=_0x50664a['pBVJF'](_0x5bf7e6,'');const _0x42403b=!this[_0x405120(0x26a)]&&this[_0x405120(0x1f4)]();_0x50664a[_0x405120(0x3b4)](_0x42403b,!_0x13f2b8)&&(_0x13f2b8=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x497ee3={'command':_0x2622a7,'thTestRunUuid':_0x13f2b8,'thBuildUuid':_0x50664a['loaGA'](_0x3eb6f4,''),'thJwtToken':_0x50664a[_0x405120(0x361)](_0x2bd129,''),'timestamp':new Date()[_0x405120(0x2ec)]()};return _0x42403b&&(_0x497ee3['is_mobile_session']=!![],logger['debug'](_0x50664a[_0x405120(0x2aa)])),_0x497ee3;}[a110_0x5f9981(0x40b)](_0xe59811){const _0x1850f6=a110_0x5f9981,_0x5c83bc={};_0x5c83bc[_0x1850f6(0x36c)]=function(_0x5f5155,_0x39a5d1){return _0x5f5155||_0x39a5d1;};const _0x35da90=_0x5c83bc;try{const _0x418ddc=this[_0x1850f6(0x288)]?.[_0x1850f6(0x249)]?.['scriptsList']||[],_0x163985=_0x418ddc[_0x1850f6(0x262)](_0x10b492=>_0x10b492[_0x1850f6(0x3ab)]===_0xe59811);return _0x35da90[_0x1850f6(0x36c)](_0x163985,null);}catch(_0x658a8e){return logger[_0x1850f6(0x3cc)](_0x1850f6(0x353)+_0xe59811+':\x20'+_0x658a8e[_0x1850f6(0x264)]),null;}}async[a110_0x5f9981(0x2c7)](_0x2ac6fa,_0x6f189a,_0x15610e=null){const _0x4c6f89=a110_0x5f9981,_0x4b8cb4={'Okmhj':function(_0x532ef9,_0x512b8b){return _0x532ef9(_0x512b8b);},'PIhut':_0x4c6f89(0x419)};try{if(!_0x2ac6fa)return logger[_0x4c6f89(0x3cc)](_0x4c6f89(0x301)+_0x6f189a),null;const _0x3f6ad9=this[_0x4c6f89(0x40b)](_0x6f189a);if(!_0x3f6ad9||!_0x3f6ad9[_0x4c6f89(0x320)])return logger[_0x4c6f89(0x3cc)](_0x4c6f89(0x24d)+_0x6f189a+_0x4c6f89(0x263)),null;logger[_0x4c6f89(0x3cc)](_0x4c6f89(0x2e2)+_0x6f189a+_0x4c6f89(0x23b));const _0x358350=_0x4b8cb4[_0x4c6f89(0x34a)](require,_0x4b8cb4[_0x4c6f89(0x355)]),_0xd3f54d=_0x15610e?await _0x358350['browserStackEvaluate'](_0x2ac6fa,_0x3f6ad9[_0x4c6f89(0x320)],_0x15610e):await _0x358350[_0x4c6f89(0x42e)](_0x2ac6fa,_0x3f6ad9[_0x4c6f89(0x320)]);return _0xd3f54d;}catch(_0x4ed496){return logger[_0x4c6f89(0x29e)](_0x4c6f89(0x24a)+_0x6f189a+':\x20'+(_0x4ed496['stack']||_0x4ed496[_0x4c6f89(0x264)])),null;}}async[a110_0x5f9981(0x3ad)](_0x10dc89,_0x4edfc5,_0x1650a1,_0x5a12d2,_0x4d3a75,_0x1cd3cc=a110_0x5f9981(0x37f)){const _0x4a918d=a110_0x5f9981,_0x91612e={'soTwo':function(_0x2a4058,_0x249e94){return _0x2a4058===_0x249e94;},'rjSFo':_0x4a918d(0x37f),'WLSBn':function(_0x4c63d5,_0x9e12aa){return _0x4c63d5(_0x9e12aa);},'fEVZK':_0x4a918d(0x419),'rvdiv':function(_0x40d695,_0x2d7934){return _0x40d695(_0x2d7934);}};try{logger[_0x4a918d(0x3cc)](_0x4a918d(0x445)+_0x1650a1+_0x4a918d(0x1fe)+_0x1cd3cc+',\x20isAppAccessibility='+_0x4d3a75);const _0x1719ee=this[_0x4a918d(0x40b)](_0x1cd3cc);if(!_0x1719ee||!_0x1719ee['command']){logger[_0x4a918d(0x3cc)]('performScanForCli:\x20No\x20'+_0x1cd3cc+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x4d3a75){if(_0x10dc89[BSTACK_SCAN_IN_PROGRESS]){logger[_0x4a918d(0x3cc)](_0x4a918d(0x31a)+_0x1650a1);return;}return await PerformanceTester[_0x4a918d(0x2d8)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2f0675=_0x4a918d;let _0x464e55=_0x1719ee[_0x2f0675(0x320)];_0x464e55[_0x2f0675(0x3a9)]('%s')&&(_0x464e55=_0x464e55[_0x2f0675(0x2b1)]('%s',JSON['stringify'](_0x5a12d2)));logger['debug'](_0x2f0675(0x2a4)+_0x1650a1),_0x10dc89[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x23f5dc=await _0x10dc89[_0x2f0675(0x3d2)](_0x464e55);return logger['info'](_0x2f0675(0x3c2)+_0x1650a1+':\x20'+util[_0x2f0675(0x2f0)](_0x23f5dc)),_0x23f5dc;}finally{_0x10dc89[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x1650a1})();}if(_0x91612e[_0x4a918d(0x444)](_0x1cd3cc,_0x91612e['rjSFo'])){const _0xae0ae0=_0x91612e[_0x4a918d(0x443)](require,_0x91612e['fEVZK']),_0x4054e3={};_0x4054e3[_0x4a918d(0x320)]=_0x1650a1;const _0x60d6e8=await PerformanceTester[_0x4a918d(0x2d8)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x51a4e2=_0x4a918d;return await _0xae0ae0['browserStackEvaluate'](_0x10dc89,_0x1719ee[_0x51a4e2(0x320)],_0x5a12d2);},_0x4054e3)();return logger[_0x4a918d(0x2e8)](_0x4a918d(0x345)+_0x1cd3cc+_0x4a918d(0x405)+_0x1650a1+':\x20'+util[_0x4a918d(0x2f0)](_0x60d6e8)),_0x60d6e8;}const _0x16fc69=_0x91612e[_0x4a918d(0x3f1)](require,_0x91612e[_0x4a918d(0x36a)]),_0x14a4e0=await PerformanceTester[_0x4a918d(0x2d8)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x4727bb=_0x4a918d;return await _0x16fc69[_0x4727bb(0x42e)](_0x10dc89,_0x1719ee[_0x4727bb(0x320)],_0x5a12d2);})();return logger[_0x4a918d(0x2e8)]('Page\x20'+_0x1cd3cc+'\x20result\x20for\x20'+_0x1650a1+':\x20'+util[_0x4a918d(0x2f0)](_0x14a4e0)),_0x14a4e0;}catch(_0x57428f){logger['error'](_0x4a918d(0x28b)+_0x1cd3cc+':\x20'+(_0x57428f[_0x4a918d(0x42c)]||_0x57428f[_0x4a918d(0x264)]));}}async[a110_0x5f9981(0x3ea)](_0x1e773d){const _0x32edbe=a110_0x5f9981,_0x38c564={'HjQol':function(_0x47b878,_0x714491){return _0x47b878(_0x714491);},'DifTZ':_0x32edbe(0x292)};try{const _0x4b3e9a=_0x38c564[_0x32edbe(0x2f6)](require,_0x38c564[_0x32edbe(0x2ab)]);return await _0x4b3e9a[_0x32edbe(0x23d)](_0x1e773d);}catch(_0x29591f){return logger[_0x32edbe(0x29e)](_0x32edbe(0x281)+(_0x29591f[_0x32edbe(0x42c)]||_0x29591f[_0x32edbe(0x264)])),![];}}[a110_0x5f9981(0x3f4)](_0x15d321,_0x4a7e22,_0x2fda16){const _0x259c60=a110_0x5f9981,_0xbe0a55={'bHWiC':function(_0x2325e6,_0x5111be){return _0x2325e6(_0x5111be);},'kvNxH':_0x259c60(0x419),'zEseg':_0x259c60(0x3aa),'GUYyi':_0x259c60(0x3ca)};try{const _0x149a40=_0xbe0a55[_0x259c60(0x43a)](require,_0xbe0a55[_0x259c60(0x439)]);_0x149a40[_0x259c60(0x3f4)](_0x15d321,_0x4a7e22,_0x2fda16);const _0x15ed0c=JSON[_0x259c60(0x3d4)](_0x15d321)[_0x259c60(0x2b1)](/"browserstack\.user":"[^"]*"/g,_0xbe0a55['zEseg'])[_0x259c60(0x2b1)](/"browserstack\.key":"[^"]*"/g,_0xbe0a55[_0x259c60(0x39c)]);logger['debug'](_0x259c60(0x366)+global[_0x259c60(0x371)]+'\x20'+_0x15ed0c);}catch(_0x4db64d){logger['error'](_0x259c60(0x275)+(_0x4db64d[_0x259c60(0x42c)]||_0x4db64d[_0x259c60(0x264)]));}}async[a110_0x5f9981(0x27e)]({fetchFn:_0x3455c9,isNonEmpty:_0xe5be7d,resultDetail:_0x57279a,totalMs:_0x271a71,intervalMs:_0x3ff6ef,name:_0x96beab}){const _0x1866eb=a110_0x5f9981,_0x4040ca={'wiros':function(_0x365eb6,_0x2eff51){return _0x365eb6+_0x2eff51;},'HLdmX':function(_0x4119a7,_0x44b806){return _0x4119a7<_0x44b806;},'KOUQp':function(_0x2ef6e1){return _0x2ef6e1();},'hzjnI':function(_0x37637e,_0x3dc858){return _0x37637e(_0x3dc858);},'XsblK':function(_0x38acdd,_0x1a48ba){return _0x38acdd>=_0x1a48ba;},'bKeXt':function(_0x3fca58,_0xfb99e7){return _0x3fca58-_0xfb99e7;}},_0x3c00f4=Date['now'](),_0x42cd89=_0x4040ca['wiros'](_0x3c00f4,_0x271a71);let _0x4e2ddc=0x0,_0x34d3f5=null,_0x3e919f=![];while(_0x4040ca[_0x1866eb(0x2be)](Date['now'](),_0x42cd89)){_0x4e2ddc++,_0x34d3f5=await _0x4040ca['KOUQp'](_0x3455c9),_0x3e919f=_0x4040ca[_0x1866eb(0x26f)](_0xe5be7d,_0x34d3f5),logger['debug']('['+_0x96beab+_0x1866eb(0x20c)+_0x4e2ddc+'\x20'+_0x4040ca['hzjnI'](_0x57279a,_0x34d3f5));if(_0x3e919f)break;if(_0x4040ca[_0x1866eb(0x380)](_0x4040ca[_0x1866eb(0x3b2)](Date[_0x1866eb(0x214)](),_0x3ff6ef),_0x42cd89))break;await new Promise(_0x4e4cdf=>setTimeout(_0x4e4cdf,_0x3ff6ef));}return!_0x3e919f&&logger[_0x1866eb(0x312)]('['+_0x96beab+_0x1866eb(0x2d5)+_0x4e2ddc+_0x1866eb(0x31f)+_0x4040ca[_0x1866eb(0x2b5)](Date['now'](),_0x3c00f4)+_0x1866eb(0x295)+_0x4040ca[_0x1866eb(0x26f)](_0x57279a,_0x34d3f5)+_0x1866eb(0x36b)),_0x34d3f5;}async[a110_0x5f9981(0x3c8)](_0x5a3dda,_0x36211c){const _0x3a2f46=a110_0x5f9981,_0x496cec={};_0x496cec[_0x3a2f46(0x418)]='getResults',_0x496cec[_0x3a2f46(0x399)]='[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary',_0x496cec[_0x3a2f46(0x224)]=_0x3a2f46(0x213),_0x496cec[_0x3a2f46(0x36f)]='[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x1735cc=_0x496cec;try{const _0x597ac8=process[_0x3a2f46(0x270)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||'';logger['info']('[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId='+_0x597ac8+',\x20testRunId='+_0x36211c+_0x3a2f46(0x30a)+_0x5a3dda);const _0x1d6195=await GrpcClient['getInstance']()[_0x3a2f46(0x373)](_0x597ac8,_0x36211c,_0x5a3dda,_0x1735cc[_0x3a2f46(0x418)]);if(!_0x1d6195||!_0x1d6195[_0x3a2f46(0x2ce)])return logger['warn'](_0x1735cc[_0x3a2f46(0x399)]),[];const _0x2f97c6=_0x1d6195[_0x3a2f46(0x2ce)](),_0x2af113=Buffer[_0x3a2f46(0x1f9)](_0x2f97c6)['toString'](_0x1735cc[_0x3a2f46(0x224)])[_0x3a2f46(0x266)]();if(!_0x2af113)return logger[_0x3a2f46(0x312)](_0x1735cc[_0x3a2f46(0x36f)]),[];return JSON[_0x3a2f46(0x352)](_0x2af113);}catch(_0x2edc4f){return logger[_0x3a2f46(0x29e)]('[App-A11y]\x20getAppAccessibilityResults\x20error:\x20'+(_0x2edc4f[_0x3a2f46(0x42c)]||_0x2edc4f[_0x3a2f46(0x264)])),[];}}async['getAppAccessibilityResultsSummary'](_0x4977d0,_0x110b36){const _0x5553ab=a110_0x5f9981,_0xcb1e8c={};_0xcb1e8c[_0x5553ab(0x3e8)]='getResultsSummary',_0xcb1e8c[_0x5553ab(0x2fe)]=_0x5553ab(0x244),_0xcb1e8c[_0x5553ab(0x203)]='utf-8',_0xcb1e8c[_0x5553ab(0x3a6)]=_0x5553ab(0x330);const _0x12b535=_0xcb1e8c;try{const _0x2d9c61=process[_0x5553ab(0x270)][_0x5553ab(0x2cc)]||'';logger[_0x5553ab(0x2e8)]('[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId='+_0x2d9c61+',\x20testRunId='+_0x110b36+_0x5553ab(0x30a)+_0x4977d0);const _0x55c498=await GrpcClient[_0x5553ab(0x3f9)]()[_0x5553ab(0x373)](_0x2d9c61,_0x110b36,_0x4977d0,_0x12b535[_0x5553ab(0x3e8)]);if(!_0x55c498||!_0x55c498[_0x5553ab(0x2ce)])return logger['warn'](_0x12b535[_0x5553ab(0x2fe)]),{};const _0x6cc597=_0x55c498['getResultResponse'](),_0x203cc5=Buffer[_0x5553ab(0x1f9)](_0x6cc597)[_0x5553ab(0x2a8)](_0x12b535[_0x5553ab(0x203)])[_0x5553ab(0x266)]();if(!_0x203cc5)return logger[_0x5553ab(0x312)](_0x12b535['oUVvn']),{};return JSON[_0x5553ab(0x352)](_0x203cc5);}catch(_0x1c0f61){return logger['error'](_0x5553ab(0x349)+(_0x1c0f61['stack']||_0x1c0f61[_0x5553ab(0x264)])),{};}}async[a110_0x5f9981(0x3e4)](_0xbf8d2b){const _0x2e78cf=a110_0x5f9981,_0x4b111f={};_0x4b111f[_0x2e78cf(0x2b3)]=_0x2e78cf(0x3bb),_0x4b111f[_0x2e78cf(0x2d1)]=function(_0x222662,_0x4dec20){return _0x222662>_0x4dec20;},_0x4b111f['vofUZ']='AccessibilityModule.getResults';const _0xa81ed6=_0x4b111f;try{if(!this[_0x2e78cf(0x35f)]())return logger[_0x2e78cf(0x312)](_0xa81ed6[_0x2e78cf(0x2b3)]),[];const _0x4e3719=this[_0x2e78cf(0x1f4)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x2e78cf(0x21e)]()}:{};_0xa81ed6[_0x2e78cf(0x2d1)](Object['keys'](_0x4e3719)['length'],0x0)&&logger[_0x2e78cf(0x3cc)](_0x2e78cf(0x32f)+JSON['stringify'](_0x4e3719));const _0x218549=await this[_0x2e78cf(0x27e)]({'fetchFn':()=>Object[_0x2e78cf(0x331)](_0x4e3719)[_0x2e78cf(0x34d)]>0x0?this[_0x2e78cf(0x2c7)](_0xbf8d2b,_0x2e78cf(0x406),_0x4e3719):this['executeScriptByName'](_0xbf8d2b,_0x2e78cf(0x406)),'isNonEmpty':_0x2454e6=>Array[_0x2e78cf(0x3ac)](_0x2454e6)&&_0x2454e6[_0x2e78cf(0x34d)]>0x0,'resultDetail':_0x4f1b03=>_0x2e78cf(0x20d)+(Array[_0x2e78cf(0x3ac)](_0x4f1b03)?_0x4f1b03[_0x2e78cf(0x34d)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0xa81ed6[_0x2e78cf(0x329)]});return _0x218549||[];}catch(_0x2e0ca0){return logger[_0x2e78cf(0x29e)](_0x2e78cf(0x23e)+(_0x2e0ca0[_0x2e78cf(0x42c)]||_0x2e0ca0[_0x2e78cf(0x264)])),[];}}async[a110_0x5f9981(0x383)](_0x4942e7){const _0x3854b5=a110_0x5f9981,_0x5cbbe0={'ygMVW':function(_0x435233,_0x73e04f,_0x465c85){return _0x435233(_0x73e04f,_0x465c85);},'fFNXj':_0x3854b5(0x37f),'uLCXe':function(_0x995922,_0x232d3f){return _0x995922(_0x232d3f);},'mKcvx':'getResultsSummary','AeYtF':_0x3854b5(0x3c6),'ghSsC':function(_0x526985,_0x110277){return _0x526985(_0x110277);},'yUlCP':_0x3854b5(0x343),'KokaZ':function(_0x2840bb,_0x19cb07){return _0x2840bb===_0x19cb07;},'xrYkS':_0x3854b5(0x206),'PRPIZ':_0x3854b5(0x30d),'IBSUt':_0x3854b5(0x332),'YsNfO':'testhub_build_uuid','dazVi':_0x3854b5(0x383),'NgDIh':'test_run_id','yezDS':_0x3854b5(0x3dc),'UrlCl':_0x3854b5(0x205),'YTAEe':'AccessibilityModule.getResultsSummary','GxLLK':'No\x20summaryResults\x20found.','rZyNg':function(_0x1063a1,_0x46e9e2){return _0x1063a1===_0x46e9e2;},'zxeZx':_0x3854b5(0x43d)};try{if(!this[_0x3854b5(0x35f)]())return logger['warn'](_0x5cbbe0['AeYtF']),{};const _0x432b52=_0x5cbbe0[_0x3854b5(0x3a8)](require,_0x5cbbe0[_0x3854b5(0x2f2)]),_0x1e0d84=_0x432b52['getTestFrameworkDetail'](),_0x42d793=_0x5cbbe0['KokaZ'](_0x1e0d84?.[_0x3854b5(0x3ab)]?.[_0x3854b5(0x2bd)](),_0x5cbbe0['xrYkS']);let _0x599311='',_0x582ea9=null,_0x1376d9=null;if(_0x42d793){_0x582ea9=global[_0x3854b5(0x273)]||global[_0x3854b5(0x231)]?.[_0x3854b5(0x386)]?.['testAnalyticsId']||global['__workerDetails']?.[_0x3854b5(0x386)]?.['id'];if(!_0x582ea9)return logger['warn'](_0x5cbbe0['PRPIZ']),{};try{const _0x1c8de8=await GrpcClient[_0x3854b5(0x3f9)]()[_0x3854b5(0x2f7)](process[_0x3854b5(0x270)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x5cbbe0[_0x3854b5(0x3b3)],_0x5cbbe0[_0x3854b5(0x243)],_0x582ea9),_0xb2575f=AccessibilityModule['loadDriverExecuteParams'](null,_0x1c8de8);_0x599311=_0xb2575f?.[_0x3854b5(0x2cb)]||'',logger['debug'](_0x3854b5(0x300)+_0x599311+_0x3854b5(0x3b1)+_0x582ea9);const _0x3076a0=await AccessibilityModule[_0x3854b5(0x363)](_0x5cbbe0[_0x3854b5(0x243)],_0x599311,_0x582ea9),_0x4cd717=this[_0x3854b5(0x2c1)](_0x5cbbe0[_0x3854b5(0x42f)])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x2babb8=process[_0x3854b5(0x270)][_0x3854b5(0x21d)]||'',_0x59722d=this['getParamsForScanForCli'](_0x5cbbe0['dazVi'],_0x599311,_0x4cd717,_0x2babb8);_0x1376d9=_0x432b52[_0x3854b5(0x3e3)](_0x59722d,_0x3076a0),logger['debug'](_0x3854b5(0x212)+JSON[_0x3854b5(0x3d4)](_0x1376d9));}catch(_0x334666){return logger[_0x3854b5(0x29e)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x334666['message']),{};}}else{_0x599311=this[_0x3854b5(0x2c1)](_0x5cbbe0[_0x3854b5(0x289)])||'';!_0x599311&&this[_0x3854b5(0x1f4)]()&&(_0x599311=accessibilityHelper[_0x3854b5(0x21e)]());const _0x5be307=this[_0x3854b5(0x2c1)](_0x5cbbe0[_0x3854b5(0x42f)])||this[_0x3854b5(0x288)][this[_0x3854b5(0x425)]]||null,_0x3f41a7=process['env'][_0x3854b5(0x21d)]||'';_0x1376d9=this['getParamsForScanForCli'](_0x5cbbe0[_0x3854b5(0x1f3)],_0x599311,_0x5be307,_0x3f41a7);}logger[_0x3854b5(0x3cc)](_0x5cbbe0[_0x3854b5(0x423)]);const _0x5b3e78=0x15f90,_0x4ea24e=0x1388;try{await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3854b5(0x304)],async()=>{const _0x2379d9=_0x3854b5,_0x5c6069={'iaixR':function(_0x51bb37,_0x70756d,_0x588bad){const _0x3a3de1=a110_0x13d8;return _0x5cbbe0[_0x3a3de1(0x3ef)](_0x51bb37,_0x70756d,_0x588bad);}},_0x4120c7=this[_0x2379d9(0x2c7)](_0x4942e7,_0x5cbbe0['fFNXj'],_0x1376d9);let _0x119571;const _0x42570a=new Promise((_0x2b6453,_0x2df8af)=>{_0x119571=_0x5c6069['iaixR'](setTimeout,()=>_0x2df8af(new Error('performScan\x20capped\x20at\x20'+_0x5b3e78+'ms')),_0x5b3e78);});try{const _0xe5e9a4=await Promise[_0x2379d9(0x3f5)]([_0x4120c7,_0x42570a]);logger[_0x2379d9(0x3cc)](_0x2379d9(0x438)+util[_0x2379d9(0x2f0)](_0xe5e9a4));}finally{_0x5cbbe0[_0x2379d9(0x22d)](clearTimeout,_0x119571);}},{'command':_0x5cbbe0[_0x3854b5(0x1f3)]})();}catch(_0x47ce86){logger[_0x3854b5(0x312)](_0x3854b5(0x417)+_0x47ce86[_0x3854b5(0x264)]+_0x3854b5(0x225)),global['__bstackA11yScanCapHit']={'reason':_0x5cbbe0[_0x3854b5(0x229)],'at':Date[_0x3854b5(0x214)](),'where':_0x5cbbe0['YTAEe']},await new Promise(_0x54e147=>setTimeout(_0x54e147,_0x4ea24e)),logger[_0x3854b5(0x3cc)](_0x3854b5(0x333)+_0x4ea24e+_0x3854b5(0x33e));}const _0x4b477b=await this[_0x3854b5(0x27e)]({'fetchFn':()=>PerformanceTester[_0x3854b5(0x2d8)](PerformanceA11yEvents[_0x3854b5(0x39b)],async()=>{const _0x1f0777=_0x3854b5;return await this[_0x1f0777(0x2c7)](_0x4942e7,_0x5cbbe0[_0x1f0777(0x243)],_0x1376d9);})(),'isNonEmpty':_0x2de47e=>_0x2de47e&&typeof _0x2de47e[_0x3854b5(0x2fc)]===_0x3854b5(0x3c3)&&_0x2de47e[_0x3854b5(0x2fc)]>0x0,'resultDetail':_0x4d7fff=>_0x3854b5(0x323)+(_0x4d7fff&&typeof _0x4d7fff['totalIssueCount']===_0x3854b5(0x3c3)?_0x4d7fff[_0x3854b5(0x2fc)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x5cbbe0[_0x3854b5(0x29a)]});if(!_0x4b477b)return logger[_0x3854b5(0x3cc)](_0x5cbbe0[_0x3854b5(0x307)]),{};return _0x5cbbe0['rZyNg'](typeof _0x4b477b,_0x5cbbe0['zxeZx'])&&global[_0x3854b5(0x408)]&&(_0x4b477b[_0x3854b5(0x269)]=!![],_0x4b477b[_0x3854b5(0x217)]=global[_0x3854b5(0x408)][_0x3854b5(0x2d0)]),_0x4b477b;}catch(_0x424827){return logger['error']('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x424827[_0x3854b5(0x42c)]||_0x424827[_0x3854b5(0x264)])),{};}}async[a110_0x5f9981(0x26e)](_0x31cbd0,_0x8a9238,_0x3afe28=null){const _0x3b2437=a110_0x5f9981,_0x57dbdb={};_0x57dbdb[_0x3b2437(0x21f)]=_0x3b2437(0x28f),_0x57dbdb[_0x3b2437(0x32d)]='performPageScan:\x20Script\x20is\x20null',_0x57dbdb['NuuTD']=_0x3b2437(0x20f);const _0x2d0b3e=_0x57dbdb;try{if(!_0x31cbd0)return logger[_0x3b2437(0x3cc)](_0x2d0b3e['aJJMn']),null;if(!_0x8a9238)return logger[_0x3b2437(0x3cc)](_0x2d0b3e[_0x3b2437(0x32d)]),null;logger['debug'](_0x2d0b3e[_0x3b2437(0x40a)]);const _0x16a82f=_0x3afe28?await _0x31cbd0[_0x3b2437(0x347)](_0x8a9238,_0x3afe28):await _0x31cbd0['evaluate'](_0x8a9238);return _0x16a82f;}catch(_0x3976e4){return logger[_0x3b2437(0x29e)](_0x3b2437(0x410)+(_0x3976e4[_0x3b2437(0x42c)]||_0x3976e4[_0x3b2437(0x264)])),null;}}static[a110_0x5f9981(0x346)](_0x567727,_0x2fa002){const _0x4e9433=a110_0x5f9981,_0x32ada9={};_0x32ada9[_0x4e9433(0x242)]=_0x4e9433(0x213);const _0x3e8c1a=_0x32ada9,_0x3e01c7={};_0x3e01c7['thTestRunUuid']=_0x567727;const _0x4ebc84=_0x3e01c7;let _0x247dcc={};if(_0x2fa002[_0x4e9433(0x208)]()&&_0x2fa002[_0x4e9433(0x40c)]())try{_0x247dcc=JSON[_0x4e9433(0x352)](Buffer[_0x4e9433(0x1f9)](_0x2fa002[_0x4e9433(0x448)]())[_0x4e9433(0x2a8)](_0x3e8c1a['eHMxi']));}catch(_0x3ccc96){logger['error'](_0x4e9433(0x322)+_0x3ccc96[_0x4e9433(0x264)]),_0x247dcc={};}return CLIUtils[_0x4e9433(0x3e3)](_0x4ebc84,_0x247dcc);}static async[a110_0x5f9981(0x363)](_0x1dd743,_0x59307c='',_0x583143=null){const _0x1a44c5=a110_0x5f9981,_0x515885={};_0x515885[_0x1a44c5(0x394)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x515885['cXAJO']=_0x1a44c5(0x332);const _0x407500=_0x515885;try{if(!_0x583143&&AccessibilityModule[_0x1a44c5(0x3b0)])return AccessibilityModule[_0x1a44c5(0x28a)];if(!process[_0x1a44c5(0x270)][_0x1a44c5(0x2cc)])return logger[_0x1a44c5(0x29e)](_0x407500[_0x1a44c5(0x394)]),{};const _0x2d3746=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x1a44c5(0x270)][_0x1a44c5(0x2cc)],_0x407500[_0x1a44c5(0x382)],_0x1dd743,_0x583143),_0x152f68=_0x583143?AccessibilityModule[_0x1a44c5(0x346)](null,_0x2d3746)?.[_0x1a44c5(0x2cb)]||_0x59307c:_0x59307c,_0x574ee1=AccessibilityModule[_0x1a44c5(0x346)](_0x152f68,_0x2d3746);return!_0x583143&&(AccessibilityModule[_0x1a44c5(0x28a)]=_0x574ee1,AccessibilityModule[_0x1a44c5(0x3b0)]=!![]),_0x574ee1;}catch(_0x27dc83){return logger[_0x1a44c5(0x29e)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x1dd743+':\x20'+(_0x27dc83[_0x1a44c5(0x42c)]||_0x27dc83['message'])),{};}}}function a110_0x13d8(_0xf2dc9e,_0x2a3135){const _0x521125=a110_0x5211();return a110_0x13d8=function(_0x13d8a8,_0x15f96d){_0x13d8a8=_0x13d8a8-0x1f3;let _0x11048b=_0x521125[_0x13d8a8];return _0x11048b;},a110_0x13d8(_0xf2dc9e,_0x2a3135);};module[a110_0x5f9981(0x3f6)]=AccessibilityModule;
@@ -1 +1 @@
1
- const a111_0x2e425f=a111_0x56a5;(function(_0x16eefd,_0x2b20bd){const _0x114db5=a111_0x56a5,_0x426371=_0x16eefd();while(!![]){try{const _0x278e28=parseInt(_0x114db5(0x1b0))/0x1*(-parseInt(_0x114db5(0x1aa))/0x2)+-parseInt(_0x114db5(0x1b4))/0x3+parseInt(_0x114db5(0x1a2))/0x4*(parseInt(_0x114db5(0x1a8))/0x5)+parseInt(_0x114db5(0x1cb))/0x6*(-parseInt(_0x114db5(0x1bd))/0x7)+parseInt(_0x114db5(0x1bc))/0x8*(-parseInt(_0x114db5(0x1c3))/0x9)+parseInt(_0x114db5(0x1c0))/0xa+parseInt(_0x114db5(0x1c8))/0xb;if(_0x278e28===_0x2b20bd)break;else _0x426371['push'](_0x426371['shift']());}catch(_0x41528a){_0x426371['push'](_0x426371['shift']());}}}(a111_0x131e,0x3ff63));function a111_0x56a5(_0x49afb8,_0x2fb4f4){const _0x131e8d=a111_0x131e();return a111_0x56a5=function(_0x56a5cc,_0x2bf41d){_0x56a5cc=_0x56a5cc-0x1a1;let _0x3c96c1=_0x131e8d[_0x56a5cc];return _0x3c96c1;},a111_0x56a5(_0x49afb8,_0x2fb4f4);}const logger=require('../../../helpers/logger.js')['winstonLogger'],{FRAMEWORKS}=require(a111_0x2e425f(0x1c5));class BaseModule{constructor(_0x33c2ed=null){const _0x5227bb=a111_0x2e425f,_0x2b09b9={};_0x2b09b9[_0x5227bb(0x1cd)]='2|0|3|1|4|5',_0x2b09b9[_0x5227bb(0x1ae)]=_0x5227bb(0x1ac);const _0x114af7=_0x2b09b9,_0x3383cd=_0x114af7['Eimsz'][_0x5227bb(0x1a1)]('|');let _0x4107e0=0x0;while(!![]){switch(_0x3383cd[_0x4107e0++]){case'0':this['binSessionId']=null;continue;case'1':this[_0x5227bb(0x1a4)]={};continue;case'2':this[_0x5227bb(0x1a5)]=_0x114af7[_0x5227bb(0x1ae)];continue;case'3':this[_0x5227bb(0x1af)]=0x0;continue;case'4':this[_0x5227bb(0x1c1)]=null;continue;case'5':this[_0x5227bb(0x1ca)]=this['setTestFrameworkData'](_0x33c2ed);continue;}break;}}[a111_0x2e425f(0x1c6)](){const _0x10be0a=a111_0x2e425f,_0x5aafc1={};_0x5aafc1['uBfEu']=_0x10be0a(0x1b9);const _0x3925c8=_0x5aafc1;if(!this[_0x10be0a(0x1bb)])throw new Error(_0x3925c8[_0x10be0a(0x1b2)]);}['getModuleName'](){return this['name'];}[a111_0x2e425f(0x1ab)](_0x2ca962,_0x271947,_0x2e3df9,_0x43d383={}){const _0x5bbff4=a111_0x2e425f,_0x1d2b59={};_0x1d2b59[_0x5bbff4(0x1c7)]=_0x5bbff4(0x1c2);const _0x2b90ca=_0x1d2b59,_0x20c899=_0x2b90ca[_0x5bbff4(0x1c7)][_0x5bbff4(0x1a1)]('|');let _0x34b062=0x0;while(!![]){switch(_0x20c899[_0x34b062++]){case'0':logger[_0x5bbff4(0x1b8)](_0x5bbff4(0x1b5)+this[_0x5bbff4(0x1a7)]()+_0x5bbff4(0x1a9)+_0x2ca962+',\x20platformIndex='+_0x271947);continue;case'1':this[_0x5bbff4(0x1a4)]=_0x43d383;continue;case'2':this['platformIndex']=_0x271947;continue;case'3':this[_0x5bbff4(0x1c1)]=_0x2e3df9;continue;case'4':this['binSessionId']=_0x2ca962;continue;}break;}}[a111_0x2e425f(0x1b3)](_0x330cbe){const _0x49a836=a111_0x2e425f,_0x4c274b={};_0x4c274b['BULlh']=function(_0x225b7f,_0x5cb542){return _0x225b7f===_0x5cb542;},_0x4c274b[_0x49a836(0x1a3)]=function(_0x5f0530,_0x5bff4d){return _0x5f0530===_0x5bff4d;};const _0x123549=_0x4c274b;let _0x2c3ab9='';if(_0x123549['BULlh'](_0x330cbe[_0x49a836(0x1b7)],FRAMEWORKS[_0x49a836(0x1be)]))_0x2c3ab9=_0x330cbe[_0x49a836(0x1cc)]?.[_0x49a836(0x1b1)]?.['id']||_0x330cbe[_0x49a836(0x1cc)]?.[_0x49a836(0x1b6)];else{if(_0x123549[_0x49a836(0x1ad)](_0x330cbe[_0x49a836(0x1b7)],FRAMEWORKS['CUCUMBER']))_0x2c3ab9=_0x330cbe[_0x49a836(0x1cc)]?.[_0x49a836(0x1c4)];else _0x123549['nCSoX'](_0x330cbe[_0x49a836(0x1b7)],FRAMEWORKS['JEST'])&&(_0x2c3ab9=_0x330cbe[_0x49a836(0x1cc)]?.['id']);}return _0x2c3ab9;}['setTestFrameworkData'](_0x8933a6){const _0xdb6f46=a111_0x2e425f,_0x22fe8f={};_0x22fe8f[_0xdb6f46(0x1ba)]=function(_0x17d1a2,_0x2580fa){return _0x17d1a2!==_0x2580fa;},_0x22fe8f['bpiXN']='object';const _0xc7697e=_0x22fe8f;if(!_0x8933a6||_0xc7697e['NaXWV'](typeof _0x8933a6,_0xc7697e[_0xdb6f46(0x1bf)]))return null;const _0x1e5d53={};_0x1e5d53[_0xdb6f46(0x1a5)]=_0x8933a6[_0xdb6f46(0x1a5)],_0x1e5d53['version']=_0x8933a6[_0xdb6f46(0x1c9)]&&_0x8933a6[_0xdb6f46(0x1c9)][_0x8933a6['name']];const _0x316e3f=_0x1e5d53;return _0x316e3f;}}module[a111_0x2e425f(0x1a6)]=BaseModule;function a111_0x131e(){const _0x395e65=['bpiXN','1227540YqCYin','client','4|2|3|1|0','4640283wgIGpT','testCaseStartedId','../../../helpers/test-observability/constants.js','ensureBinSession','bIFdc','13880515RWvOfR','version','testFrameworkData','2981082TbcIbw','testInfo','Eimsz','split','663408EoexML','nCSoX','config','name','exports','getModuleName','10jDrOob','\x20with\x20binSessionId=','2KQiGBg','configure','BaseModule','BULlh','xNMHO','platformIndex','241793zmklHJ','_test','uBfEu','getTestId','600327XnCnGC','Configured\x20module\x20','testId','testFramework','debug','Missing\x20binSessionId','NaXWV','binSessionId','8FUEKOm','7aFlvKR','PLAYWRIGHT'];a111_0x131e=function(){return _0x395e65;};return a111_0x131e();}
1
+ const a111_0xd69793=a111_0x4c8c;(function(_0x34d328,_0x2e42aa){const _0x383f7b=a111_0x4c8c,_0x5afc86=_0x34d328();while(!![]){try{const _0x5829b2=parseInt(_0x383f7b(0xd9))/0x1*(-parseInt(_0x383f7b(0xc1))/0x2)+-parseInt(_0x383f7b(0xb9))/0x3+-parseInt(_0x383f7b(0xdb))/0x4*(-parseInt(_0x383f7b(0xc0))/0x5)+parseInt(_0x383f7b(0xbb))/0x6*(parseInt(_0x383f7b(0xcb))/0x7)+-parseInt(_0x383f7b(0xbd))/0x8*(parseInt(_0x383f7b(0xce))/0x9)+parseInt(_0x383f7b(0xd2))/0xa+-parseInt(_0x383f7b(0xaf))/0xb*(-parseInt(_0x383f7b(0xca))/0xc);if(_0x5829b2===_0x2e42aa)break;else _0x5afc86['push'](_0x5afc86['shift']());}catch(_0x5564e2){_0x5afc86['push'](_0x5afc86['shift']());}}}(a111_0x2987,0x67132));function a111_0x4c8c(_0x2eaf4a,_0x2e1dc3){const _0x29874d=a111_0x2987();return a111_0x4c8c=function(_0x4c8c7c,_0x1214cd){_0x4c8c7c=_0x4c8c7c-0xaf;let _0x20402e=_0x29874d[_0x4c8c7c];return _0x20402e;},a111_0x4c8c(_0x2eaf4a,_0x2e1dc3);}function a111_0x2987(){const _0x23892e=['Missing\x20binSessionId','40xisjJY','642814pGbQtP','_test','getTestId','debug','JEST','name','jaUjk','0|3|5|2|4|1','../../../helpers/test-observability/constants.js','204XuGGPv','49LKHnRo',',\x20platformIndex=','svyri','5674581EWLXfH','platformIndex','mghDg','\x20with\x20binSessionId=','4342810pIVedr','wdHHD','version','QtxHP','binSessionId','testFramework','jhRRn','1CqnPtW','ensureBinSession','242324sFArjj','config','44858eBwnms','CUCUMBER','zOqvE','Configured\x20module\x20','../../../helpers/logger.js','ifzFE','testInfo','client','split','getModuleName','568614uTxzge','exports','493194wKJJNW','setTestFrameworkData','8dztVXf','winstonLogger'];a111_0x2987=function(){return _0x23892e;};return a111_0x2987();}const logger=require(a111_0xd69793(0xb3))[a111_0xd69793(0xbe)],{FRAMEWORKS}=require(a111_0xd69793(0xc9));class BaseModule{constructor(_0x18e078=null){const _0x3dd27a=a111_0xd69793,_0x4f958f={};_0x4f958f[_0x3dd27a(0xcd)]=_0x3dd27a(0xc8),_0x4f958f[_0x3dd27a(0xd3)]='BaseModule';const _0x579d91=_0x4f958f,_0x166998=_0x579d91[_0x3dd27a(0xcd)][_0x3dd27a(0xb7)]('|');let _0x579b43=0x0;while(!![]){switch(_0x166998[_0x579b43++]){case'0':this[_0x3dd27a(0xc6)]=_0x579d91[_0x3dd27a(0xd3)];continue;case'1':this['testFrameworkData']=this[_0x3dd27a(0xbc)](_0x18e078);continue;case'2':this[_0x3dd27a(0xdc)]={};continue;case'3':this[_0x3dd27a(0xd6)]=null;continue;case'4':this[_0x3dd27a(0xb6)]=null;continue;case'5':this[_0x3dd27a(0xcf)]=0x0;continue;}break;}}[a111_0xd69793(0xda)](){const _0x2ef436=a111_0xd69793,_0x1521f8={};_0x1521f8[_0x2ef436(0xb4)]=_0x2ef436(0xbf);const _0x19296b=_0x1521f8;if(!this[_0x2ef436(0xd6)])throw new Error(_0x19296b['ifzFE']);}['getModuleName'](){const _0x4836fe=a111_0xd69793;return this[_0x4836fe(0xc6)];}['configure'](_0x842194,_0x42ab08,_0x247f4c,_0x4ce696={}){const _0xa9631=a111_0xd69793,_0x111c55={};_0x111c55[_0xa9631(0xd0)]='2|3|0|4|1';const _0x4273fc=_0x111c55,_0x18e85f=_0x4273fc['mghDg'][_0xa9631(0xb7)]('|');let _0x12e34a=0x0;while(!![]){switch(_0x18e85f[_0x12e34a++]){case'0':this[_0xa9631(0xb6)]=_0x247f4c;continue;case'1':logger[_0xa9631(0xc4)](_0xa9631(0xb2)+this[_0xa9631(0xb8)]()+_0xa9631(0xd1)+_0x842194+_0xa9631(0xcc)+_0x42ab08);continue;case'2':this[_0xa9631(0xd6)]=_0x842194;continue;case'3':this[_0xa9631(0xcf)]=_0x42ab08;continue;case'4':this['config']=_0x4ce696;continue;}break;}}[a111_0xd69793(0xc3)](_0x4fd751){const _0x14577c=a111_0xd69793,_0x218c7f={};_0x218c7f[_0x14577c(0xd5)]=function(_0x13c6d9,_0x284757){return _0x13c6d9===_0x284757;},_0x218c7f[_0x14577c(0xd8)]=function(_0x35988d,_0x502e1f){return _0x35988d===_0x502e1f;};const _0x2840a4=_0x218c7f;let _0x4be877='';if(_0x2840a4[_0x14577c(0xd5)](_0x4fd751[_0x14577c(0xd7)],FRAMEWORKS['PLAYWRIGHT']))_0x4be877=_0x4fd751[_0x14577c(0xb5)]?.[_0x14577c(0xc2)]?.['id']||_0x4fd751[_0x14577c(0xb5)]?.['testId'];else{if(_0x2840a4[_0x14577c(0xd5)](_0x4fd751['testFramework'],FRAMEWORKS[_0x14577c(0xb0)]))_0x4be877=_0x4fd751[_0x14577c(0xb5)]?.['testCaseStartedId'];else _0x2840a4[_0x14577c(0xd8)](_0x4fd751['testFramework'],FRAMEWORKS[_0x14577c(0xc5)])&&(_0x4be877=_0x4fd751[_0x14577c(0xb5)]?.['id']);}return _0x4be877;}['setTestFrameworkData'](_0x3517ba){const _0x25dd3e=a111_0xd69793,_0x58b602={};_0x58b602[_0x25dd3e(0xc7)]=function(_0x3568ec,_0x38e183){return _0x3568ec!==_0x38e183;},_0x58b602[_0x25dd3e(0xb1)]='object';const _0x10057b=_0x58b602;if(!_0x3517ba||_0x10057b[_0x25dd3e(0xc7)](typeof _0x3517ba,_0x10057b['zOqvE']))return null;const _0x2e5450={};_0x2e5450[_0x25dd3e(0xc6)]=_0x3517ba[_0x25dd3e(0xc6)],_0x2e5450[_0x25dd3e(0xd4)]=_0x3517ba[_0x25dd3e(0xd4)]&&_0x3517ba[_0x25dd3e(0xd4)][_0x3517ba[_0x25dd3e(0xc6)]];const _0xeeda96=_0x2e5450;return _0xeeda96;}}module[a111_0xd69793(0xba)]=BaseModule;
@@ -1 +1 @@
1
- function a112_0x35d3(_0x28dcdb,_0x4e2443){const _0x3fd2c4=a112_0x3fd2();return a112_0x35d3=function(_0x35d3ae,_0x2cea18){_0x35d3ae=_0x35d3ae-0x156;let _0x443b3d=_0x3fd2c4[_0x35d3ae];return _0x443b3d;},a112_0x35d3(_0x28dcdb,_0x4e2443);}function a112_0x3fd2(){const _0x2a849c=['106492TtVLuV','string','axMGt','BROWSERSTACK_LTS_SESSION_ID','rzQzG','debug','env','18gMpySP','NEuqE','LoadTestModule','GUYxD','overrideLoadTesting','PgDcn','warn','3862104MNlqDH','isLTSSession','cWwaV','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','4lWlvlZ','sCRzg','toString','4140yyysgK','setLTSSessionId','error','975233VBwqMz','LTS','HQkeH','qzDeo','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','ljWIA','vinMX','GAuNq','../../../helpers/helper.js','WlstG','vrtOz','true','message','2139695VyOFBJ','QMqdN','browserstackAutomation','getLTSSessionId','27082TLJcHR','setLTSSessionId\x20error:\x20','5567724ltrgwM','3WTjIPN','1844464vfcziR','Vpchf','kEIvK','exports','BROWSERSTACK_LTS_SESSION_ID\x20cleared'];a112_0x3fd2=function(){return _0x2a849c;};return a112_0x3fd2();}const a112_0x208bf8=a112_0x35d3;(function(_0x1760ef,_0x46a652){const _0x31a138=a112_0x35d3,_0xd30209=_0x1760ef();while(!![]){try{const _0x4ccd4c=-parseInt(_0x31a138(0x156))/0x1*(parseInt(_0x31a138(0x176))/0x2)+parseInt(_0x31a138(0x170))/0x3*(parseInt(_0x31a138(0x171))/0x4)+-parseInt(_0x31a138(0x169))/0x5+-parseInt(_0x31a138(0x17d))/0x6*(-parseInt(_0x31a138(0x15c))/0x7)+parseInt(_0x31a138(0x184))/0x8+parseInt(_0x31a138(0x16f))/0x9+-parseInt(_0x31a138(0x159))/0xa*(parseInt(_0x31a138(0x16d))/0xb);if(_0x4ccd4c===_0x46a652)break;else _0xd30209['push'](_0xd30209['shift']());}catch(_0x4b7cd8){_0xd30209['push'](_0xd30209['shift']());}}}(a112_0x3fd2,0x4e319));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a112_0x208bf8(0x17f)),{sendToEDS}=require(a112_0x208bf8(0x164)),isLTSSession=(_0x2e1ac7=null)=>{const _0x27b0f6=a112_0x208bf8,_0x3e9d44={};_0x3e9d44[_0x27b0f6(0x166)]=function(_0xf11388,_0xcf62d7){return _0xf11388!==_0xcf62d7;},_0x3e9d44[_0x27b0f6(0x173)]='undefined',_0x3e9d44[_0x27b0f6(0x16a)]=function(_0x1c5814,_0x5749ce){return _0x1c5814===_0x5749ce;},_0x3e9d44[_0x27b0f6(0x180)]=_0x27b0f6(0x177),_0x3e9d44['vinMX']=function(_0x251937,_0x1bc8d4){return _0x251937===_0x1bc8d4;},_0x3e9d44['sCRzg']=_0x27b0f6(0x167),_0x3e9d44['Vpchf']=function(_0x2bb04f,_0x14213f){return _0x2bb04f===_0x14213f;},_0x3e9d44[_0x27b0f6(0x163)]=function(_0xb14e6b,_0x3dc48f){return _0xb14e6b===_0x3dc48f;},_0x3e9d44[_0x27b0f6(0x178)]=function(_0x45220e,_0x3413e1){return _0x45220e===_0x3413e1;},_0x3e9d44[_0x27b0f6(0x17e)]='false';const _0xc38796=_0x3e9d44;try{if(_0xc38796[_0x27b0f6(0x166)](typeof process[_0x27b0f6(0x17c)][_0x27b0f6(0x181)],_0xc38796[_0x27b0f6(0x173)])){const _0x780c0c=process[_0x27b0f6(0x17c)][_0x27b0f6(0x181)];return _0xc38796[_0x27b0f6(0x16a)](typeof _0x780c0c,_0xc38796['GUYxD'])?_0xc38796[_0x27b0f6(0x162)](_0x780c0c['toLowerCase'](),_0xc38796[_0x27b0f6(0x157)]):!!_0x780c0c;}const _0x4e2d89=_0x2e1ac7&&_0x2e1ac7[_0x27b0f6(0x181)],_0x250e0c=!!(_0x2e1ac7&&(_0xc38796[_0x27b0f6(0x172)](_0x2e1ac7['browserstackAutomation'],!![])||_0xc38796[_0x27b0f6(0x163)](_0x2e1ac7[_0x27b0f6(0x16b)],_0xc38796[_0x27b0f6(0x157)]))),_0x2beb66=!!(_0x4e2d89&&_0xc38796['axMGt'](_0x4e2d89[_0x27b0f6(0x158)]()['toLowerCase'](),_0xc38796[_0x27b0f6(0x157)])&&!_0x250e0c);return process[_0x27b0f6(0x17c)][_0x27b0f6(0x181)]=_0x2beb66?_0xc38796['sCRzg']:_0xc38796[_0x27b0f6(0x17e)],_0x2beb66;}catch(_0x56c45e){return process['env'][_0x27b0f6(0x181)]=_0xc38796[_0x27b0f6(0x17e)],![];}},getLTSSessionId=()=>{const _0x50ec2a=a112_0x208bf8,_0x53425e={'HQkeH':function(_0x308492){return _0x308492();},'rzQzG':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','qzDeo':'LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id'};try{if(_0x53425e[_0x50ec2a(0x15e)](isLTSSession))return logger[_0x50ec2a(0x17b)](_0x53425e[_0x50ec2a(0x17a)]),process[_0x50ec2a(0x17c)][_0x50ec2a(0x179)]||'';}catch(_0x397657){logger[_0x50ec2a(0x15b)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x397657&&_0x397657[_0x50ec2a(0x168)]));}return logger[_0x50ec2a(0x17b)](_0x53425e[_0x50ec2a(0x15f)]),'';},setLTSSessionId=async(_0x365f9a={})=>{const _0x90f30a=a112_0x208bf8,_0x3da265={'cWwaV':function(_0x11d833){return _0x11d833();},'ljWIA':_0x90f30a(0x187),'dPbzt':_0x90f30a(0x175),'ntRDC':_0x90f30a(0x15d),'cYMKi':function(_0x55f296,_0x2ad680){return _0x55f296(_0x2ad680);},'WlstG':function(_0x1cb943,_0x38efc5,_0x44c10d){return _0x1cb943(_0x38efc5,_0x44c10d);},'PgDcn':function(_0x225cb5,_0x1959dc){return _0x225cb5||_0x1959dc;}};try{const _0x39ddb7=_0x3da265[_0x90f30a(0x186)](getLTSSessionId);_0x39ddb7?(process['env'][_0x90f30a(0x179)]=_0x39ddb7,logger[_0x90f30a(0x17b)](_0x3da265[_0x90f30a(0x161)])):(delete process[_0x90f30a(0x17c)]['BROWSERSTACK_LTS_SESSION_ID'],logger[_0x90f30a(0x17b)](_0x3da265['dPbzt']));try{const _0x38d978={'feature':_0x3da265['ntRDC'],'ltsEnabled':_0x3da265['cYMKi'](isLTSSession,_0x365f9a),'ltsSessionIdPresent':!!_0x39ddb7};await _0x3da265[_0x90f30a(0x165)](sendToEDS,_0x38d978,_0x365f9a);}catch(_0x24b3a5){logger[_0x90f30a(0x183)](_0x90f30a(0x160)+(_0x24b3a5&&_0x24b3a5[_0x90f30a(0x168)]));}return _0x3da265[_0x90f30a(0x182)](_0x39ddb7,'');}catch(_0x394e80){return logger[_0x90f30a(0x17b)](_0x90f30a(0x16e)+(_0x394e80&&_0x394e80['message'])),'';}},a112_0x41aede={};a112_0x41aede[a112_0x208bf8(0x185)]=isLTSSession,a112_0x41aede[a112_0x208bf8(0x16c)]=getLTSSessionId,a112_0x41aede[a112_0x208bf8(0x15a)]=setLTSSessionId,module[a112_0x208bf8(0x174)]=a112_0x41aede;
1
+ const a112_0x42499b=a112_0x3421;(function(_0xf77e48,_0x5a42f1){const _0xdc14f=a112_0x3421,_0x5cd151=_0xf77e48();while(!![]){try{const _0x60550=-parseInt(_0xdc14f(0x15a))/0x1+parseInt(_0xdc14f(0x166))/0x2*(parseInt(_0xdc14f(0x184))/0x3)+parseInt(_0xdc14f(0x162))/0x4*(-parseInt(_0xdc14f(0x182))/0x5)+parseInt(_0xdc14f(0x181))/0x6+-parseInt(_0xdc14f(0x160))/0x7+-parseInt(_0xdc14f(0x15f))/0x8*(parseInt(_0xdc14f(0x189))/0x9)+parseInt(_0xdc14f(0x177))/0xa*(parseInt(_0xdc14f(0x165))/0xb);if(_0x60550===_0x5a42f1)break;else _0x5cd151['push'](_0x5cd151['shift']());}catch(_0x5986d4){_0x5cd151['push'](_0x5cd151['shift']());}}}(a112_0x4fd5,0xc5eb4));function a112_0x4fd5(){const _0x4dbed1=['false','REbGr','2587280wkBWFI','env','BROWSERSTACK_LTS_SESSION_ID','NJxjp','LoadTestModule','miafX','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','BazVu','BROWSERSTACK_LTS_SESSION_ID\x20cleared','guROP','4653156RPnArs','5aCZzOP','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','3XzDJLY','error','toLowerCase','setLTSSessionId','LRsWu','601173FUnXYn','cceSl','VvCkj','GGwzy','RArfS','670303SwrgJG','../../../helpers/helper.js','browserstackAutomation','egbZU','undefined','8VSzSXP','7440902mmkqIY','setLTSSessionId\x20error:\x20','1749928TgRHDq','debug','warn','88qXoDzp','405788pUiGkO','GuMRU','true','message','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','overrideLoadTesting','wMMaL','../../../helpers/classLogger.js','LTS','string','getLTSSessionId','bUfVa','toString','isLTSSession','nyMBz'];a112_0x4fd5=function(){return _0x4dbed1;};return a112_0x4fd5();}const {createClassLogger}=require(a112_0x42499b(0x16d)),logger=createClassLogger(a112_0x42499b(0x17b)),{sendToEDS}=require(a112_0x42499b(0x15b)),isLTSSession=(_0x51afcb=null)=>{const _0x1c078f=a112_0x42499b,_0x2d073f={};_0x2d073f[_0x1c078f(0x17a)]=function(_0x5c8c57,_0x2883cd){return _0x5c8c57!==_0x2883cd;},_0x2d073f[_0x1c078f(0x188)]=_0x1c078f(0x15e),_0x2d073f['GuMRU']=function(_0x5aca8a,_0x3ebc33){return _0x5aca8a===_0x3ebc33;},_0x2d073f[_0x1c078f(0x17c)]=_0x1c078f(0x16f),_0x2d073f[_0x1c078f(0x171)]=_0x1c078f(0x168),_0x2d073f[_0x1c078f(0x15d)]=function(_0x51154a,_0x706fea){return _0x51154a===_0x706fea;},_0x2d073f[_0x1c078f(0x159)]=_0x1c078f(0x175);const _0x157383=_0x2d073f;try{if(_0x157383[_0x1c078f(0x17a)](typeof process['env'][_0x1c078f(0x16b)],_0x157383[_0x1c078f(0x188)])){const _0x30fc8b=process[_0x1c078f(0x178)][_0x1c078f(0x16b)];return _0x157383[_0x1c078f(0x167)](typeof _0x30fc8b,_0x157383[_0x1c078f(0x17c)])?_0x157383['GuMRU'](_0x30fc8b['toLowerCase'](),_0x157383[_0x1c078f(0x171)]):!!_0x30fc8b;}const _0x29ae8f=_0x51afcb&&_0x51afcb[_0x1c078f(0x16b)],_0x3fe8f7=!!(_0x51afcb&&(_0x157383[_0x1c078f(0x167)](_0x51afcb['browserstackAutomation'],!![])||_0x157383['egbZU'](_0x51afcb[_0x1c078f(0x15c)],_0x157383[_0x1c078f(0x171)]))),_0x28dfe7=!!(_0x29ae8f&&_0x157383[_0x1c078f(0x15d)](_0x29ae8f[_0x1c078f(0x172)]()[_0x1c078f(0x186)](),_0x157383['bUfVa'])&&!_0x3fe8f7);return process[_0x1c078f(0x178)][_0x1c078f(0x16b)]=_0x28dfe7?_0x157383[_0x1c078f(0x171)]:_0x157383[_0x1c078f(0x159)],_0x28dfe7;}catch(_0x29ae29){return process[_0x1c078f(0x178)][_0x1c078f(0x16b)]=_0x157383[_0x1c078f(0x159)],![];}},getLTSSessionId=()=>{const _0x35bc0c=a112_0x42499b,_0xaa7e9f={'nyMBz':function(_0x329360){return _0x329360();},'VvCkj':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','Rgsdn':_0x35bc0c(0x183)};try{if(_0xaa7e9f[_0x35bc0c(0x174)](isLTSSession))return logger[_0x35bc0c(0x163)](_0xaa7e9f[_0x35bc0c(0x18b)]),process['env'][_0x35bc0c(0x179)]||'';}catch(_0x44703f){logger[_0x35bc0c(0x185)](_0x35bc0c(0x16a)+(_0x44703f&&_0x44703f[_0x35bc0c(0x169)]));}return logger['debug'](_0xaa7e9f['Rgsdn']),'';},setLTSSessionId=async(_0x165308={})=>{const _0x125fe8=a112_0x42499b,_0x1846bb={'GGwzy':function(_0x2e95b5){return _0x2e95b5();},'BazVu':'BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','REbGr':_0x125fe8(0x17f),'cceSl':_0x125fe8(0x16e),'wMMaL':function(_0xa2b44b,_0x1375f4){return _0xa2b44b(_0x1375f4);},'guROP':function(_0x5efb08,_0xbacf36,_0x12108f){return _0x5efb08(_0xbacf36,_0x12108f);},'BABLJ':function(_0x18d10e,_0x12ff95){return _0x18d10e||_0x12ff95;}};try{const _0x1b7621=_0x1846bb[_0x125fe8(0x158)](getLTSSessionId);_0x1b7621?(process[_0x125fe8(0x178)]['BROWSERSTACK_LTS_SESSION_ID']=_0x1b7621,logger[_0x125fe8(0x163)](_0x1846bb[_0x125fe8(0x17e)])):(delete process['env'][_0x125fe8(0x179)],logger[_0x125fe8(0x163)](_0x1846bb[_0x125fe8(0x176)]));try{const _0x429d79={'feature':_0x1846bb[_0x125fe8(0x18a)],'ltsEnabled':_0x1846bb[_0x125fe8(0x16c)](isLTSSession,_0x165308),'ltsSessionIdPresent':!!_0x1b7621};await _0x1846bb[_0x125fe8(0x180)](sendToEDS,_0x429d79,_0x165308);}catch(_0x2a42de){logger[_0x125fe8(0x164)](_0x125fe8(0x17d)+(_0x2a42de&&_0x2a42de[_0x125fe8(0x169)]));}return _0x1846bb['BABLJ'](_0x1b7621,'');}catch(_0x16f680){return logger[_0x125fe8(0x163)](_0x125fe8(0x161)+(_0x16f680&&_0x16f680[_0x125fe8(0x169)])),'';}},a112_0x1ea197={};function a112_0x3421(_0x19da15,_0x501232){const _0x4fd5d3=a112_0x4fd5();return a112_0x3421=function(_0x34215a,_0x252241){_0x34215a=_0x34215a-0x158;let _0x3d357a=_0x4fd5d3[_0x34215a];return _0x3d357a;},a112_0x3421(_0x19da15,_0x501232);}a112_0x1ea197[a112_0x42499b(0x173)]=isLTSSession,a112_0x1ea197[a112_0x42499b(0x170)]=getLTSSessionId,a112_0x1ea197[a112_0x42499b(0x187)]=setLTSSessionId,module['exports']=a112_0x1ea197;