browserstack-node-sdk 1.66.1 → 1.66.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
- const a108_0x289919=a108_0x4d16;function a108_0xd074(){const _0x2d9cdc=['120aJINFm','exports','../../../helpers/classLogger','3566730fpsvVM','TrackedContext','getProcessId','9LlRRKN','5461464Kusmsf','getType','getThreadId','950913dPqFFK','5959232Dtgsln','285275ITbFng','getId','processId','1UhVmrW','threadId','992582UMHcZw','417368fFSDlb'];a108_0xd074=function(){return _0x2d9cdc;};return a108_0xd074();}(function(_0x11ac2e,_0x575eb2){const _0x42d615=a108_0x4d16,_0xa09ea3=_0x11ac2e();while(!![]){try{const _0x54195a=-parseInt(_0x42d615(0x1d3))/0x1*(-parseInt(_0x42d615(0x1d5))/0x2)+-parseInt(_0x42d615(0x1e1))/0x3+parseInt(_0x42d615(0x1de))/0x4+parseInt(_0x42d615(0x1d0))/0x5*(-parseInt(_0x42d615(0x1d7))/0x6)+-parseInt(_0x42d615(0x1d6))/0x7+parseInt(_0x42d615(0x1e2))/0x8+-parseInt(_0x42d615(0x1dd))/0x9*(parseInt(_0x42d615(0x1da))/0xa);if(_0x54195a===_0x575eb2)break;else _0xa09ea3['push'](_0xa09ea3['shift']());}catch(_0x224a48){_0xa09ea3['push'](_0xa09ea3['shift']());}}}(a108_0xd074,0xb2c21));const {createClassLogger}=require(a108_0x289919(0x1d9)),logger=createClassLogger(a108_0x289919(0x1db));function a108_0x4d16(_0x3bcb30,_0x497b41){const _0xd07482=a108_0xd074();return a108_0x4d16=function(_0x4d167d,_0x38fe91){_0x4d167d=_0x4d167d-0x1d0;let _0x584a08=_0xd07482[_0x4d167d];return _0x584a08;},a108_0x4d16(_0x3bcb30,_0x497b41);}class TrackedContext{constructor(_0x7cd278,_0x32298b,_0x57fc5a,_0x18b141){const _0x42d4d8=a108_0x289919;this['id']=_0x7cd278,this['threadId']=_0x32298b,this[_0x42d4d8(0x1d2)]=_0x57fc5a,this['type']=_0x18b141;}[a108_0x289919(0x1e0)](){const _0x3f3c54=a108_0x289919;return this[_0x3f3c54(0x1d4)];}[a108_0x289919(0x1dc)](){const _0x3adf04=a108_0x289919;return this[_0x3adf04(0x1d2)];}[a108_0x289919(0x1d1)](){return this['id'];}[a108_0x289919(0x1df)](){return this['type'];}}module[a108_0x289919(0x1d8)]=TrackedContext;
1
+ const a108_0x433bd9=a108_0x1b9b;function a108_0x1b9b(_0xd562b1,_0xc8d021){const _0xe292be=a108_0xe292();return a108_0x1b9b=function(_0x1b9b30,_0x39ee75){_0x1b9b30=_0x1b9b30-0xe4;let _0x29843a=_0xe292be[_0x1b9b30];return _0x29843a;},a108_0x1b9b(_0xd562b1,_0xc8d021);}(function(_0x1503b4,_0x3f0c3a){const _0x71a5f5=a108_0x1b9b,_0x1f68ee=_0x1503b4();while(!![]){try{const _0x1ab952=-parseInt(_0x71a5f5(0xed))/0x1*(-parseInt(_0x71a5f5(0xf2))/0x2)+parseInt(_0x71a5f5(0xe7))/0x3+parseInt(_0x71a5f5(0xe4))/0x4+-parseInt(_0x71a5f5(0xea))/0x5+-parseInt(_0x71a5f5(0xec))/0x6*(parseInt(_0x71a5f5(0xf0))/0x7)+parseInt(_0x71a5f5(0xe9))/0x8+parseInt(_0x71a5f5(0xe6))/0x9*(-parseInt(_0x71a5f5(0xef))/0xa);if(_0x1ab952===_0x3f0c3a)break;else _0x1f68ee['push'](_0x1f68ee['shift']());}catch(_0x484e43){_0x1f68ee['push'](_0x1f68ee['shift']());}}}(a108_0xe292,0xa015c));function a108_0xe292(){const _0x1b8791=['651294XZhJrR','18322FvZdRc','processId','23540PyWuVk','35chldXX','exports','26MiShAT','TrackedContext','../../../helpers/classLogger','1994040HUkhkH','type','1197GpVPSv','2098917VQmVgv','getThreadId','9441016IVqXap','5524635eJwoPv','getProcessId'];a108_0xe292=function(){return _0x1b8791;};return a108_0xe292();}const {createClassLogger}=require(a108_0x433bd9(0xf4)),logger=createClassLogger(a108_0x433bd9(0xf3));class TrackedContext{constructor(_0x51a4e9,_0x43ed81,_0x44fbbb,_0x571bf9){const _0x2fe9ff=a108_0x433bd9;this['id']=_0x51a4e9,this['threadId']=_0x43ed81,this['processId']=_0x44fbbb,this[_0x2fe9ff(0xe5)]=_0x571bf9;}[a108_0x433bd9(0xe8)](){return this['threadId'];}[a108_0x433bd9(0xeb)](){const _0x2e94d9=a108_0x433bd9;return this[_0x2e94d9(0xee)];}['getId'](){return this['id'];}['getType'](){return this['type'];}}module[a108_0x433bd9(0xf1)]=TrackedContext;
@@ -1 +1 @@
1
- const a109_0x3c7db4=a109_0x181d;(function(_0x11bf44,_0x49f97f){const _0x59e606=a109_0x181d,_0x38e879=_0x11bf44();while(!![]){try{const _0x4cd0b2=parseInt(_0x59e606(0x131))/0x1+-parseInt(_0x59e606(0x12a))/0x2+-parseInt(_0x59e606(0x137))/0x3*(-parseInt(_0x59e606(0x12b))/0x4)+parseInt(_0x59e606(0x125))/0x5+-parseInt(_0x59e606(0x127))/0x6+parseInt(_0x59e606(0x13f))/0x7+-parseInt(_0x59e606(0x135))/0x8;if(_0x4cd0b2===_0x49f97f)break;else _0x38e879['push'](_0x38e879['shift']());}catch(_0x52ad42){_0x38e879['push'](_0x38e879['shift']());}}}(a109_0x4cd5,0x379e4));const TrackedContext=require('./trackedContext'),crypto=require(a109_0x3c7db4(0x13b)),{threadId}=require(a109_0x3c7db4(0x140));class TrackedInstance{static [a109_0x3c7db4(0x13e)]=a109_0x3c7db4(0x12e);constructor(_0x269a92){const _0x1fbfbd=a109_0x3c7db4;this['context']=_0x269a92,this[_0x1fbfbd(0x136)]=new Map();}[a109_0x3c7db4(0x132)](){const _0x176c3d=a109_0x3c7db4;return this[_0x176c3d(0x13a)][_0x176c3d(0x133)]();}['getContext'](){const _0x50ce80=a109_0x3c7db4;return this[_0x50ce80(0x13a)];}[a109_0x3c7db4(0x12f)](){const _0x1a7d96=a109_0x3c7db4;return this[_0x1a7d96(0x136)];}[a109_0x3c7db4(0x129)](_0x28ac8c){Object['keys'](_0x28ac8c)['forEach'](_0x114ec9=>{const _0x5e6b89=a109_0x181d;this[_0x5e6b89(0x136)][_0x5e6b89(0x128)](_0x114ec9,_0x28ac8c[_0x114ec9]);});}['addMultipleEntries'](_0x1e9d42){const _0x1a91e4=a109_0x3c7db4;Object['entries'](_0x1e9d42)[_0x1a91e4(0x12c)](([_0x454c50,_0x22e347])=>{const _0xdca955=_0x1a91e4,_0x5f566d=this[_0xdca955(0x136)][_0xdca955(0x139)](_0x454c50)||{},_0x1afe66={..._0x5f566d,..._0x22e347},_0x305431=_0x1afe66;this['data']['set'](_0x454c50,_0x305431);});}[a109_0x3c7db4(0x141)](_0x1933ba){const _0x34daa9=a109_0x3c7db4;return this[_0x34daa9(0x136)][_0x34daa9(0x139)](_0x1933ba);}['updateData'](_0x3302d8,_0xcc00a4){const _0x1d7ac3=a109_0x3c7db4;this[_0x1d7ac3(0x136)]['set'](_0x3302d8,_0xcc00a4);}static[a109_0x3c7db4(0x138)](_0x3005d5){const _0x72f56f=a109_0x3c7db4,_0x17bd12={};_0x17bd12['ekCyC']=_0x72f56f(0x142),_0x17bd12[_0x72f56f(0x13d)]='hex',_0x17bd12[_0x72f56f(0x13c)]=function(_0x330075,_0x1f9204){return _0x330075||_0x1f9204;};const _0x421261=_0x17bd12;return new TrackedContext(crypto[_0x72f56f(0x134)](_0x421261['ekCyC'])[_0x72f56f(0x12d)](_0x3005d5)[_0x72f56f(0x126)](_0x421261['vbSKk']),_0x421261[_0x72f56f(0x13c)](threadId,0x0),process[_0x72f56f(0x130)],typeof _0x3005d5);}}function a109_0x181d(_0x183edb,_0x1b19e1){const _0x4cd591=a109_0x4cd5();return a109_0x181d=function(_0x181d84,_0x56514e){_0x181d84=_0x181d84-0x125;let _0xb75dc5=_0x4cd591[_0x181d84];return _0xb75dc5;},a109_0x181d(_0x183edb,_0x1b19e1);}module['exports']=TrackedInstance;function a109_0x4cd5(){const _0x5cfed8=['pid','141934SbxtzQ','getRef','getId','createHash','1670896oRHuVn','data','6ytUaEg','createContext','get','context','crypto','VrOFi','vbSKk','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','1465296rIhyrZ','worker_threads','getData','sha256','1626820xuAEHG','digest','538230uPIqWC','set','updateMultipleEntries','705746mvnSht','405252WWekIY','forEach','update','isBrowserstackAutomationSession','getAllData'];a109_0x4cd5=function(){return _0x5cfed8;};return a109_0x4cd5();}
1
+ const a109_0x1c91d5=a109_0x5bf0;(function(_0x34ba6c,_0x21bd1b){const _0x221a44=a109_0x5bf0,_0x169c17=_0x34ba6c();while(!![]){try{const _0x13f1ee=parseInt(_0x221a44(0x20a))/0x1*(-parseInt(_0x221a44(0x211))/0x2)+-parseInt(_0x221a44(0x1f3))/0x3+-parseInt(_0x221a44(0x200))/0x4*(-parseInt(_0x221a44(0x1f5))/0x5)+-parseInt(_0x221a44(0x20b))/0x6+-parseInt(_0x221a44(0x1fb))/0x7*(-parseInt(_0x221a44(0x20f))/0x8)+-parseInt(_0x221a44(0x207))/0x9*(-parseInt(_0x221a44(0x1f1))/0xa)+-parseInt(_0x221a44(0x1f8))/0xb*(-parseInt(_0x221a44(0x202))/0xc);if(_0x13f1ee===_0x21bd1b)break;else _0x169c17['push'](_0x169c17['shift']());}catch(_0x32c5a8){_0x169c17['push'](_0x169c17['shift']());}}}(a109_0xc8b2,0x69cd9));const TrackedContext=require(a109_0x1c91d5(0x20d)),crypto=require(a109_0x1c91d5(0x206)),{threadId}=require('worker_threads');class TrackedInstance{static ['KEY_IS_BROWSERSTACK_AUTOMATION_SESSION']=a109_0x1c91d5(0x209);constructor(_0x2263b9){const _0x4798a3=a109_0x1c91d5;this[_0x4798a3(0x1f4)]=_0x2263b9,this['data']=new Map();}[a109_0x1c91d5(0x1f7)](){const _0x3a39d1=a109_0x1c91d5;return this[_0x3a39d1(0x1f4)][_0x3a39d1(0x1fe)]();}[a109_0x1c91d5(0x208)](){const _0x20bd04=a109_0x1c91d5;return this[_0x20bd04(0x1f4)];}['getAllData'](){const _0x221ed4=a109_0x1c91d5;return this[_0x221ed4(0x1fa)];}['updateMultipleEntries'](_0x541cb3){const _0x19a1df=a109_0x1c91d5;Object[_0x19a1df(0x1f9)](_0x541cb3)[_0x19a1df(0x20c)](_0x5b99cb=>{const _0x449438=_0x19a1df;this[_0x449438(0x1fa)][_0x449438(0x1ef)](_0x5b99cb,_0x541cb3[_0x5b99cb]);});}[a109_0x1c91d5(0x1fd)](_0x37a3d4){const _0x8eee79=a109_0x1c91d5;Object['entries'](_0x37a3d4)[_0x8eee79(0x20c)](([_0x485185,_0x56df32])=>{const _0x39fb8e=_0x8eee79,_0x1c36bf=this[_0x39fb8e(0x1fa)]['get'](_0x485185)||{},_0x4cb3d2={..._0x1c36bf,..._0x56df32},_0x101cbf=_0x4cb3d2;this[_0x39fb8e(0x1fa)][_0x39fb8e(0x1ef)](_0x485185,_0x101cbf);});}[a109_0x1c91d5(0x1ff)](_0x345784){const _0x549376=a109_0x1c91d5;return this[_0x549376(0x1fa)][_0x549376(0x1f0)](_0x345784);}[a109_0x1c91d5(0x1f2)](_0x49a6b0,_0x58b605){const _0x486d83=a109_0x1c91d5;this[_0x486d83(0x1fa)][_0x486d83(0x1ef)](_0x49a6b0,_0x58b605);}static[a109_0x1c91d5(0x201)](_0x103c99){const _0x429ab0=a109_0x1c91d5,_0x205f30={};_0x205f30[_0x429ab0(0x20e)]=_0x429ab0(0x203),_0x205f30[_0x429ab0(0x1fc)]='hex',_0x205f30[_0x429ab0(0x1f6)]=function(_0x12e0d3,_0x21e894){return _0x12e0d3||_0x21e894;};const _0x47a28c=_0x205f30;return new TrackedContext(crypto[_0x429ab0(0x210)](_0x47a28c['BrCxY'])['update'](_0x103c99)[_0x429ab0(0x205)](_0x47a28c['tkvOn']),_0x47a28c[_0x429ab0(0x1f6)](threadId,0x0),process[_0x429ab0(0x204)],typeof _0x103c99);}}function a109_0x5bf0(_0x66bd20,_0x1c708f){const _0xc8b211=a109_0xc8b2();return a109_0x5bf0=function(_0x5bf028,_0x128288){_0x5bf028=_0x5bf028-0x1ef;let _0x3effe1=_0xc8b211[_0x5bf028];return _0x3effe1;},a109_0x5bf0(_0x66bd20,_0x1c708f);}module['exports']=TrackedInstance;function a109_0xc8b2(){const _0x4b5203=['pid','digest','crypto','1368cszUPd','getContext','isBrowserstackAutomationSession','1feqRzb','504780vYXFjP','forEach','./trackedContext','BrCxY','63664JpcpbL','createHash','1663018mDDgqr','set','get','29860ZCQngX','updateData','2247681BPgRQx','context','560015EDgvTv','Ldzxv','getRef','454168NGzEjM','keys','data','518rDhMQp','tkvOn','addMultipleEntries','getId','getData','20kJOvQG','createContext','144FHDZWT','sha256'];a109_0xc8b2=function(){return _0x4b5203;};return a109_0xc8b2();}
@@ -1 +1 @@
1
- const a110_0x48e7f9=a110_0x4946;function a110_0x5802(){const _0x2124c0=['IrPeI','test_run_id','latest','nAuNz','QvmpD','getAccessibility','hiLnG','loadDriverExecuteParams','includes','\x20worker=\x22','TgaWa','getData','browserVersion','hex','finishScanningForCli','reason','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','name','getParamsForScanForCli','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','browserstack.accessibilityOptions.wcagVersion',',\x20available\x20commands:\x20','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','getAppAccessibilityResultsSummary','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','_pollUntilNonEmpty','getOptions','Error\x20in\x20shouldScanForCommand:\x20','RiEPc','ABGFr',',\x20excludeTags=','isPlatformSupported:\x20caps\x20are\x20null','Error\x20in\x20getAccessibilityResults:\x20','Error\x20executing\x20script\x20','CWzTy','args','JpZVK','lYxRL','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','\x20from\x20testIdentifier=','../../../helpers/accessibility-automation/constants','accessibilityConfig','main','KEY_DRIVER_HAS_URL','../../../helpers/classLogger','fetchCentralAuthA11yConfig','kyuLc','HPGRF','KiACQ','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','TEST_INIT','version','toISOString','browserstack_executor','dcTim','EMcQj','accessibilityResult','sCqCo','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','cclpi','kctTb','kqqnE','LxuBf','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','euAQh','getCurrentInstanceName','null','hgKGf','../TestInfo.js','NgbYf','has','../../playwright/accessibility-helper','wcagVersion','browserName','set','__bstackA11yScanCapHit','getContext','__accessibilityOptions','stringify','nwhbV','browserstack.accessibilityOptions.scannerVersion','excludeTagsInTestingScope','toJson','getTestUUID','Error\x20applying\x20sendMessageToServer\x20patch:\x20','bUhmW','PBWNx','centralAuthToken','qiOka','string',')\x20result=','browser_version','vgasU','xImOb','fEoAY','AzRVD','resolveMobileThTestRunUuid','lLZeo','getValue','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','GaSWP','getName','bUQjK','4310gQTisC','\x20browser\x20version\x20greater\x20than\x20','getAccessibilityResultsSummary','function','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','_centralAuthA11yConfig','start','from','is_mobile_session','hasAccessibilityExecuteParams','length','JEST_WORKER_ID','onAfterTest','AVPfA','testAnalyticsId','vheXV','getCurrentAccessibilityStatus','scan','a11y:save-results','isEnabledTestcase','bdcqJ','isAccessibilityAutomationSession','keys','executeScriptByName:\x20No\x20','cucumber',']\x20polled\x20','qeeUk','3661608DmjSJC','ACCESSIBILITY_INITIALIZED','\x22browserstack.key\x22:\x22[REDACTED]\x22','QUIT','LKppW','platformCaps','some','EjzHF','pEcsd','wMiZb','getCommandsList','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','DRIVER_HAS_URL','YMEZm','ksLxe','KEY_TEST_SCOPES','kgXla','getAllData','cnZZn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','IMlJh','YnElc','Executing\x20accessibility\x20script\x20on\x20page','error','iNyFF','isAppAccessibility','jasmG','appium:platformName','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','titlePath','getResultResponse','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',']\x20should\x20run\x20accessibility\x20value=','No\x20summaryResults\x20found.','AGoLY','TJVoE','7021364DLLVSW','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','OUJGR','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','kuiHM','browserStackEvaluate','[platform\x20-\x20','OsOta','YOBUR','RJpxY','eZOAE','../../../helpers/accessibility-automation/helper','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','\x22\x20pid=','test-tags-->\x20','commandName','DRfNo','OJYkV','atWHo','GOvYu','KEY_TESTHUB_BUILD_ID','now','nuKZj','nlXgM','EkVoR','testhub_build_uuid','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','requiresChromeOptionsValidation','Error\x20in\x20initAccessibilityConfig:\x20','SAVE_RESULTS','dGPvE','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','env','utf-8','HLnKJ',');\x20returning\x20last\x20value','accessibilityToken','onBeforeTest','../../../helpers/helper','shouldScanCurrentTest','message','CcDcB','warn','getInstance','lNhNu','NODE_GENERIC','GliRV','performPageScan','isMobileWebSession','JKdrJ','SJtLG','SCAN_CAP_HIT','--headless=new','accessibility','getAccessibilityConfig','registerObserver','YNhLm','currentTest','getTesthub','yodkX','HSaep','digest','BQpcR','yWPLn',']\x20poll\x20attempt=','getCapabilities','KEY_INIT','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','find','isEnabled','getResultsSummary','./baseModule','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','xbBEj','testFramework','IhFSF','ms\x20—\x20cache\x20never\x20populated\x20(','setShouldScan','GSpPd','testInfo','processAccessibilityCaps','qSWaG','TKOzK','launchCaps','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','bind','delete','shouldScanForCommand','isAccessibilityScriptCommand','SmUdU','stopTestCapture','true','getPlatformCaps',']\x20isEnabledTestcase\x20(cucumber)\x20result=','[App-A11y]\x20Scan\x20result\x20for\x20','headless','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','1ainsMf','isBrowserSupportedForAccessibility','getTestFrameworkDetail','PGAYc','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','__jestCurrentTestIdentifier',',\x20\x0a\x20','hHnUt','OmkNA','commandsToWrap','appium:platformVersion','test_tags','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','count=','RWSaD','_mobileScanningDisabledLogged','SDK_ACCESSIBILITY_CONFIG','android','AFxAS','../state/automationFrameworkState','uWedL','EZZkP',']\x20Accessibility\x20configuration\x20initialized\x20successfully','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','getGoogleChromeOptions','--headless',',\x20testCaseEnabled=','MergedScanArgs:\x20','isPlatformSupported','shouldScanForCommand:\x20','XUFzS','__workerDetails','DRIVER_INIT','getScriptByName','toString','IXsGo','oozrq','CkzmM','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','totalIssueCount','accessibilityPlatform','QcYNH','crypto','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','BROWSERSTACK_TEST_ACCESSIBILITY_YML','onBeforeExecute','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','luQtF','isVersionSupported','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','saveResults','toObject','chromeOptions','_parseScriptsFromOptions','ANMsP','xmpgE','TNQNN','pafuE','Executing\x20','skipCDPConnectOverride','vRmCX','cxTcO','driver','YhEWO','EYvHy','rhCaX','Performing\x20scan\x20before\x20from\x20cli','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20','platformName','IDYrI','dvKdy','Hbhix','util','KEY_TEST_NAME','4590fiqtyr','Sbmhz','capabilitiesList','YkUiy','vfGCF','performScanForCli','\x20using\x20script:\x20','getLogDisabledShown','testFrameworkData','ZNlpA','Scan\x20result:\x20','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','jInUg','AccessibilityModule.getResults','MODULE_NAME','CUecm','stack','POST','oubQJ','goog:chromeOptions','ZrxQL','isBrowserstackScriptCommand','cCDzB','present','oOZkt','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','getAccessibilityExecuteParams',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','debug','5UfGkNV','map','setAccessibilityToken','browser','fLcFo','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','degraded',']\x20isEnabledTestcase\x20(','AJPWY','PRE','KxeHF','Context','testData','vKzRM','../framework/constants/testFrameworkConstants.js','../state/hookState','PfWZf','AccessibilityModule.getResultsSummary','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','getScriptsList','replace','whjWY','Page\x20','171993gqVvtC','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','setLogDisabledShown','2935308SrDkiA','HkfYe','TrackedInstance','WOqPY','_centralAuthConfigFetched','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','BS_A11Y_JWT','xZYGM','number','TKeGe','toXle','BROWSERSTACK_TESTHUB_JWT','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','tJeeJ','tJpla','Error\x20in\x20processAccessibilityCaps:\x20','TqGJr','performScanForCli:\x20No\x20','executeScriptByName','../../../helpers/performance/constants.js','CijHT','isMobilePlatform','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','arTxW','\x20result\x20for\x20','Exception\x20in\x20isPlatformSupported:\x20','2473336ReIIuN','getCommandsToWrap','setAccessibilityConfig','commandsList','Error\x20in\x20validatePlatformForAccessibility:\x20','PyAwL','../../../helpers/performance/performance-tester.js','zwdZL','oKCKC','wnJVv','PnhRm','end','DYcRE','format','lhwVI','instance','UHCAy','startsWith','includeTagsInTestingScope',',\x20testRunId=','CREATE','cIZCE','performScan','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','info','../cliUtils','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','GubaY','CfaJl','scannerVersion','browserstack.accessibilityOptions.authToken','patchSendMessageToServer','DQuLR','LOG_DISABLED_SHOWN','totalIssueCount=','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','PERFORM_SCAN','authHeader','ceaPK','GET_RESULTS_SUMMARY','thTestRunUuid',',\x20testIdentifier=','onBeforeExecute:\x20No\x20command\x20name\x20provided','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','\x20accessibility\x20script\x20on\x20page','size',',\x20isAppAccessibility=','toLowerCase','wJCdG','opskb','hlUCV','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','[AccessibilityModule]\x20onAfterTest:\x20framework=','exports','afterTestHook','XWFuE','pwPage','getPlatformIndex','getAccessibilityResults','BROWSERSTACK_CLI_BIN_SESSION_ID','jkdrc','platformVersion','getBuildId','\x20->\x20','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','\x20a11yToken=','MTSxB','BjFhP','mFjTK','loadAccessibilityConfig','jest','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','createHash','qWbql','\x20script\x20available','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','trim','getModuleName','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','applySendMessageToServerPatch','yhuTi','Error\x20getting\x20script\x20by\x20name\x20','executeScript','getSuccess','Error\x20getting\x20capability\x20value\x20for\x20','IAzMO','EXECUTE','rUgnx','xddLB','measureWrapper','xpZfU','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','options','fxSjW','parse','UgiJE','QxqhO','kbkSa','dzNcT','\x20env=','\x20testHubUuid=','JmhNr','iWBEC','race','coCAz','Error\x20in\x20getAccessibilityResultsSummary:\x20','1145150pmIkYK','hpykM','platformValidation','nkkCA','validatePlatformForAccessibility','KVvWh','command','diRNh','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','page',',\x20sessionId=','unknown','join','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',',\x20testName=','saveTestResults','KMpYw','fetchDriverExecuteParamsEvent','updateData','getScript','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','Processed\x20accessibility\x20caps\x20','uqQxk','split','isArray','initAccessibilityConfig','Accessibility\x20data\x20for\x20extension:\x20','get','htmxP',']\x20clear\x20','PHdiA','SOhlT','testcafe','UmpeQ','iEsCt','Ainjd','_sendMessageServerPatchApplied','zpstC','getTrackedInstance','Sjwsc','capabilities','tpwZh','testRunId','KLktp','getResults','lllOE','gRJBi','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','IOIcA','Error\x20in\x20stopTestCapture:\x20','tKtdO','evaluate','sha256','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','on\x20non-BrowserStack\x20infrastructure\x20','oddwt','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','VnNUT','DXBrP','LzZSk','xuqst','dPVWz','yrhPH','mergeObject','getCapabilityValue'];a110_0x5802=function(){return _0x2124c0;};return a110_0x5802();}(function(_0x1a3090,_0x5b957b){const _0x29cb64=a110_0x4946,_0xd2cf52=_0x1a3090();while(!![]){try{const _0x144d4e=parseInt(_0x29cb64(0x229))/0x1*(parseInt(_0x29cb64(0x32f))/0x2)+parseInt(_0x29cb64(0x2a7))/0x3+parseInt(_0x29cb64(0x3f3))/0x4+parseInt(_0x29cb64(0x290))/0x5*(parseInt(_0x29cb64(0x2aa))/0x6)+-parseInt(_0x29cb64(0x1c7))/0x7+-parseInt(_0x29cb64(0x2c4))/0x8+parseInt(_0x29cb64(0x273))/0x9*(-parseInt(_0x29cb64(0x3d8))/0xa);if(_0x144d4e===_0x5b957b)break;else _0xd2cf52['push'](_0xd2cf52['shift']());}catch(_0x5d2247){_0xd2cf52['push'](_0xd2cf52['shift']());}}}(a110_0x5802,0x7aae1));const BaseModule=require(a110_0x48e7f9(0x20e)),{createClassLogger}=require(a110_0x48e7f9(0x39c)),CLIUtils=require('../cliUtils'),AutomationFramework=require('../framework/automationFramework'),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a110_0x48e7f9(0x23c)),HookState=require(a110_0x48e7f9(0x29f)),GrpcClient=require('../grpcClient'),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a110_0x48e7f9(0x2ac)),PerformanceTester=require(a110_0x48e7f9(0x2ca)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a110_0x48e7f9(0x2bd)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a110_0x48e7f9(0x398)),{nestedKeyValue,isUndefined}=require(a110_0x48e7f9(0x1ed)),util=require(a110_0x48e7f9(0x271)),TestInfo=require(a110_0x48e7f9(0x3b5)),TestFrameworkConstants=require(a110_0x48e7f9(0x29e)),accessibilityHelper=require(a110_0x48e7f9(0x1d2)),{FRAMEWORKS}=require('../../utils/constants.js');function a110_0x4946(_0x33da04,_0x2c795c){const _0x58023d=a110_0x5802();return a110_0x4946=function(_0x494689,_0x4164b8){_0x494689=_0x494689-0x1c1;let _0x142676=_0x58023d[_0x494689];return _0x142676;},a110_0x4946(_0x33da04,_0x2c795c);}class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule['name'];static [a110_0x48e7f9(0x2ae)]=![];static [a110_0x48e7f9(0x3dd)]={};constructor(_0x16e91a){const _0x4efaa2=a110_0x48e7f9,_0x28d095={};_0x28d095[_0x4efaa2(0x401)]=function(_0xb126e8,_0xf0a571){return _0xb126e8===_0xf0a571;},_0x28d095['lNhNu']=_0x4efaa2(0x364),_0x28d095['whjWY']=_0x4efaa2(0x3f4),_0x28d095[_0x4efaa2(0x36a)]=_0x4efaa2(0x3ff),_0x28d095['ynWyU']=_0x4efaa2(0x1e0);const _0x43d9b6=_0x28d095;super(),AutomationFramework['registerObserver'](AutomationFrameworkState[_0x4efaa2(0x31b)],HookState[_0x4efaa2(0x299)],this[_0x4efaa2(0x256)][_0x4efaa2(0x21c)](this)),AutomationFramework[_0x4efaa2(0x1fe)](AutomationFrameworkState[_0x4efaa2(0x2d8)],HookState[_0x4efaa2(0x284)],this['onBeforeTest'][_0x4efaa2(0x21c)](this)),AutomationFramework[_0x4efaa2(0x1fe)](AutomationFrameworkState[_0x4efaa2(0x3f6)],HookState[_0x4efaa2(0x299)],this[_0x4efaa2(0x3e4)]['bind'](this)),this['isEnabled']=!![],this['accessibilityConfig']=_0x16e91a[_0x4efaa2(0x25c)](),this[_0x4efaa2(0x1fc)]=new Map(),this[_0x4efaa2(0x2e5)]=new Map(),this['isAppAccessibility']=_0x16e91a['getIsAppAccessibility']?.()||![],this['capabilities']=[],this['_sendMessageServerPatchApplied']=![],this[_0x4efaa2(0x238)]=![],this['setAccessibilityToken'](_0x16e91a[_0x4efaa2(0x38a)]()['getCapabilitiesList']());const _0x540bd6=CLIUtils[_0x4efaa2(0x22b)]();_0x540bd6&&_0x43d9b6['ksLxe'](_0x540bd6[_0x4efaa2(0x381)],FRAMEWORKS[_0x4efaa2(0x1f4)])&&this[_0x4efaa2(0x25e)](_0x16e91a[_0x4efaa2(0x38a)]()),logger[_0x4efaa2(0x28f)](_0x43d9b6[_0x4efaa2(0x1f3)]),this[_0x4efaa2(0x209)]=_0x43d9b6[_0x4efaa2(0x2a5)],this[_0x4efaa2(0x39b)]=_0x43d9b6[_0x4efaa2(0x36a)],this['KEY_TESTHUB_BUILD_ID']=_0x43d9b6['ynWyU'];}[a110_0x48e7f9(0x20c)](){const _0xdac37e=a110_0x48e7f9;return this[_0xdac37e(0x20c)];}[a110_0x48e7f9(0x312)](){const _0x4aefcc=a110_0x48e7f9;return AccessibilityModule[_0x4aefcc(0x281)];}[a110_0x48e7f9(0x3e8)](){const _0x1580ef=a110_0x48e7f9;return this[_0x1580ef(0x1fc)]['get'](CLIUtils[_0x1580ef(0x3b2)](),![]);}[a110_0x48e7f9(0x27a)](){const _0x42aa65=a110_0x48e7f9;return this['LOG_DISABLED_SHOWN'][_0x42aa65(0x34a)](CLIUtils[_0x42aa65(0x3b2)](),![]);}[a110_0x48e7f9(0x2a9)](_0x56ba46){const _0x11042c=a110_0x48e7f9;this['LOG_DISABLED_SHOWN'][_0x11042c(0x3bb)](CLIUtils[_0x11042c(0x3b2)](),_0x56ba46);}[a110_0x48e7f9(0x314)](){const _0x4964a3=a110_0x48e7f9,_0x1488a5={'oddwt':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','eamqB':function(_0x20facd,_0x55d4e8){return _0x20facd(_0x55d4e8);},'wnJVv':'../../utils/playwright-patcher','TKOzK':_0x4964a3(0x3fe),'LxuBf':_0x4964a3(0x2f8)};if(this['_sendMessageServerPatchApplied']){logger[_0x4964a3(0x28f)](_0x1488a5[_0x4964a3(0x366)]);return;}try{const _0x2e6f32=_0x1488a5['eamqB'](require,_0x1488a5[_0x4964a3(0x2cd)]);_0x2e6f32&&_0x2e6f32[_0x4964a3(0x2e3)]?(_0x2e6f32['patchSendMessageToServer'](),this[_0x4964a3(0x353)]=!![],logger[_0x4964a3(0x28f)](_0x1488a5[_0x4964a3(0x219)])):logger['debug'](_0x1488a5[_0x4964a3(0x3af)]);}catch(_0x3db747){logger['debug'](_0x4964a3(0x3c5)+util[_0x4964a3(0x2d1)](_0x3db747));}}[a110_0x48e7f9(0x245)](_0x349bdf=null,_0x26b0af=null,_0x1e0544=null){const _0x50e8fe=a110_0x48e7f9,_0x487aa0={'xZYGM':function(_0x1bf97e,_0x327dc2){return _0x1bf97e&&_0x327dc2;},'MwXyK':_0x50e8fe(0x38f),'xbBEj':function(_0x4b2446,_0x2bbb6e){return _0x4b2446(_0x2bbb6e);},'JpZVK':_0x50e8fe(0x1ed),'QbFLa':_0x50e8fe(0x2af),'cnZZn':_0x50e8fe(0x40e),'qSWaG':function(_0x35ca4b,_0x7400ef){return _0x35ca4b===_0x7400ef;},'vgasU':_0x50e8fe(0x23a),'DXKNV':_0x50e8fe(0x233),'EVPIY':function(_0x2aa38a,_0x238e1e){return _0x2aa38a!==_0x238e1e;},'Hbhix':function(_0xc4e50a,_0x1a5873,_0x44bc94){return _0xc4e50a(_0x1a5873,_0x44bc94);},'opskb':function(_0x3ffd09,_0x48406e){return _0x3ffd09(_0x48406e);},'DXBrP':function(_0xb89bbc,_0x3a86a4){return _0xb89bbc<_0x3a86a4;},'GOvYu':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','mFjTK':_0x50e8fe(0x222),'xImOb':function(_0x313a3e,_0x522a9a){return _0x313a3e===_0x522a9a;},'vheXV':_0x50e8fe(0x3ca),'kuiHM':_0x50e8fe(0x3ab),'iXieo':_0x50e8fe(0x286),'dPVWz':_0x50e8fe(0x372),'ABGFr':function(_0x1a301d){return _0x1a301d();},'xpZfU':_0x50e8fe(0x365),'YXGFG':function(_0xa6ddae,_0x57d9e5){return _0xa6ddae-_0x57d9e5;},'VnNUT':function(_0xbed2a9,_0x3bc285){return _0xbed2a9(_0x3bc285);},'TtLXD':function(_0x3a9cb2,_0x9d01b6){return _0x3a9cb2!==_0x9d01b6;},'jInUg':function(_0x423f77,_0xdb1e55){return _0x423f77>_0xdb1e55;},'TuoWf':function(_0xe69dfb,_0xd49e2d){return _0xe69dfb(_0xd49e2d);},'VFIta':_0x50e8fe(0x406)};try{if(_0x487aa0[_0x50e8fe(0x2b1)](!_0x26b0af,!_0x1e0544))return logger['debug'](_0x487aa0['MwXyK']),![];const {isUndefined:_0x29e23f,isBrowserstackInfra:_0x243471}=_0x487aa0[_0x50e8fe(0x210)](require,_0x487aa0[_0x50e8fe(0x394)]);if(!accessibilityHelper[_0x50e8fe(0x3ed)]())return logger[_0x50e8fe(0x28f)](_0x487aa0['QbFLa']),![];if(this[_0x50e8fe(0x40c)]){const _0x53ba00=(_0x26b0af[_0x50e8fe(0x26d)]||_0x26b0af[_0x487aa0[_0x50e8fe(0x405)]]||'')[_0x50e8fe(0x2f3)]();if(_0x487aa0[_0x50e8fe(0x218)](_0x53ba00,_0x487aa0[_0x50e8fe(0x3cd)])){const _0x78c9c2=_0x26b0af[_0x487aa0['DXKNV']]||_0x26b0af[_0x50e8fe(0x302)];if(_0x487aa0['EVPIY'](_0x78c9c2,undefined)&&_0x487aa0['EVPIY'](_0x78c9c2,null)){const _0x556941=_0x487aa0[_0x50e8fe(0x270)](parseInt,_0x487aa0['xbBEj'](String,_0x78c9c2)[_0x50e8fe(0x346)]('.')[0x0],0xa);if(!_0x487aa0[_0x50e8fe(0x2f5)](isNaN,_0x556941)&&_0x487aa0[_0x50e8fe(0x369)](_0x556941,0xb))return logger['warn']('isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20'+_0x78c9c2),![];}}return!![];}const _0x573adf=_0x26b0af[_0x50e8fe(0x3ba)]||_0x26b0af[_0x50e8fe(0x293)],_0x2a217a=_0x26b0af[_0x50e8fe(0x37c)]||_0x26b0af[_0x50e8fe(0x3cc)];if(!accessibilityHelper[_0x50e8fe(0x22a)](_0x573adf))return logger[_0x50e8fe(0x1f1)](_0x487aa0[_0x50e8fe(0x1da)]),![];if(accessibilityHelper[_0x50e8fe(0x1e2)](_0x573adf))try{const _0x17f623=_0x26b0af[_0x50e8fe(0x226)],_0x3c94a4=_0x487aa0[_0x50e8fe(0x218)](_0x17f623,!![])||_0x487aa0['qSWaG'](_0x17f623,_0x487aa0[_0x50e8fe(0x309)])||_0x487aa0[_0x50e8fe(0x3ce)](typeof _0x17f623,_0x487aa0[_0x50e8fe(0x3e7)])&&_0x487aa0[_0x50e8fe(0x3ce)](_0x17f623[_0x50e8fe(0x2f3)](),_0x487aa0['mFjTK']);if(_0x3c94a4)return logger[_0x50e8fe(0x1f1)](_0x487aa0[_0x50e8fe(0x1cb)]),![];const _0x52503f=_0x26b0af?.[_0x50e8fe(0x25d)]?.[_0x50e8fe(0x393)]||_0x26b0af?.[_0x487aa0['iXieo']]?.[_0x50e8fe(0x393)]||[];if(Array['isArray'](_0x52503f)&&_0x52503f[_0x50e8fe(0x3f9)](_0x5dcf73=>typeof _0x5dcf73===_0x50e8fe(0x3ca)&&(_0x5dcf73===_0x50e8fe(0x242)||_0x5dcf73[_0x50e8fe(0x2d5)]('--headless=')&&_0x5dcf73!==_0x50e8fe(0x1fb))))return logger[_0x50e8fe(0x1f1)](_0x487aa0[_0x50e8fe(0x1cb)]),![];}catch(_0x44e8c0){logger[_0x50e8fe(0x28f)]('Error\x20checking\x20headless\x20capability:\x20'+util[_0x50e8fe(0x2d1)](_0x44e8c0));}if(_0x487aa0['EVPIY'](_0x2a217a,_0x487aa0[_0x50e8fe(0x36c)])){const _0x3cfa84=_0x487aa0[_0x50e8fe(0x38d)](_0x243471),_0x4e4a7b=accessibilityHelper['getMinVersionForBrowser'](_0x573adf,_0x3cfa84),_0x50aeed=accessibilityHelper['getBrowserDisplayName'](_0x573adf);if(!accessibilityHelper[_0x50e8fe(0x259)](_0x2a217a,_0x4e4a7b)){const _0x3c21de=_0x3cfa84?'':_0x487aa0[_0x50e8fe(0x31f)],_0x2a66ce=Number['isFinite'](_0x487aa0['opskb'](parseFloat,_0x4e4a7b))?_0x487aa0['YXGFG'](_0x487aa0[_0x50e8fe(0x368)](parseFloat,_0x4e4a7b),0x1):_0x4e4a7b;return logger['warn']('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x50aeed+_0x50e8fe(0x3d9)+_0x2a66ce+'\x20'+_0x3c21de+'.'),![];}}else{const _0x3c321c=_0x26b0af['browserVersion']||_0x26b0af[_0x50e8fe(0x3cc)]||_0x26b0af[_0x50e8fe(0x3a3)];if(_0x3c321c&&_0x487aa0['TtLXD'](_0x3c321c,_0x487aa0[_0x50e8fe(0x36c)])&&!_0x487aa0[_0x50e8fe(0x27f)](_0x487aa0[_0x50e8fe(0x2f5)](parseFloat,_0x3c321c),_0x487aa0['TuoWf'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x50e8fe(0x1f1)](_0x487aa0['VFIta']),![];}return!![];}catch(_0x5b9bd7){return logger[_0x50e8fe(0x28f)](_0x50e8fe(0x2c3)+_0x5b9bd7['message']),![];}}[a110_0x48e7f9(0x3eb)](_0x1103af=[],_0x2259bb,_0x5b272f=a110_0x48e7f9(0x3f0)){const _0x8ed2a6=a110_0x48e7f9,_0x58bfd6={'TKeGe':function(_0x596240,_0x2b6560){return _0x596240===_0x2b6560;},'xddLB':_0x8ed2a6(0x30b),'KVvWh':function(_0x3ed472,_0x185006){return _0x3ed472===_0x185006;},'OJYkV':function(_0x59b5de,_0x3ec00e){return _0x59b5de||_0x3ec00e;},'PnhRm':function(_0x1747f5,_0x4ce843){return _0x1747f5&&_0x4ce843;},'sCqCo':_0x8ed2a6(0x33a),'hFugf':function(_0x292287,_0x677b4e){return _0x292287(_0x677b4e);},'AFxAS':function(_0x53092b,_0x1ff446){return _0x53092b>_0x1ff446;}};try{const _0x570ebf=process['env'][_0x8ed2a6(0x380)]?JSON[_0x8ed2a6(0x323)](process[_0x8ed2a6(0x1e7)][_0x8ed2a6(0x380)]):null;if(!_0x570ebf)return!![];const _0x504f51=Array[_0x8ed2a6(0x347)](_0x570ebf[_0x8ed2a6(0x2d6)])?_0x570ebf['includeTagsInTestingScope']:[],_0x11926e=Array[_0x8ed2a6(0x347)](_0x570ebf[_0x8ed2a6(0x3c2)])?_0x570ebf['excludeTagsInTestingScope']:[];if(_0x58bfd6['TKeGe'](_0x5b272f,_0x58bfd6[_0x8ed2a6(0x31d)])||_0x58bfd6['KVvWh'](_0x5b272f,FRAMEWORKS['NODE_GENERIC'])){let _0x5ccd8b;Array[_0x8ed2a6(0x347)](_0x1103af)?_0x5ccd8b=_0x1103af[_0x8ed2a6(0x33b)]('\x20'):_0x5ccd8b=_0x58bfd6[_0x8ed2a6(0x1d8)](_0x1103af,'');const _0x4e9851=_0x66cf8d=>_0x5b272f===FRAMEWORKS[_0x8ed2a6(0x1f4)]&&typeof _0x66cf8d==='string'?_0x66cf8d[_0x8ed2a6(0x2a4)](/^@/,'')[_0x8ed2a6(0x2f3)]()[_0x8ed2a6(0x311)]():_0x66cf8d,_0x589519=_0x58bfd6[_0x8ed2a6(0x334)](_0x5b272f,FRAMEWORKS[_0x8ed2a6(0x1f4)])?_0x5ccd8b[_0x8ed2a6(0x2f3)]():_0x5ccd8b,_0x39db72=_0x11926e[_0x8ed2a6(0x3f9)](_0x509228=>_0x589519['includes'](_0x4e9851(_0x509228))),_0x484f2d=_0x58bfd6[_0x8ed2a6(0x334)](_0x504f51[_0x8ed2a6(0x3e2)],0x0)||_0x504f51[_0x8ed2a6(0x3f9)](_0x7d0c79=>_0x589519[_0x8ed2a6(0x378)](_0x4e9851(_0x7d0c79))),_0x2ab1de=_0x58bfd6[_0x8ed2a6(0x2ce)](!_0x39db72,_0x484f2d);return logger[_0x8ed2a6(0x28f)](_0x8ed2a6(0x1cd)+(_0x2259bb?.[_0x8ed2a6(0x2fe)]?.()||_0x58bfd6['sCqCo'])+_0x8ed2a6(0x297)+_0x5b272f+_0x8ed2a6(0x3cb)+_0x2ab1de+_0x8ed2a6(0x33d)+_0x5ccd8b+',\x20includeTags='+JSON[_0x8ed2a6(0x3bf)](_0x504f51)+_0x8ed2a6(0x38e)+JSON[_0x8ed2a6(0x3bf)](_0x11926e)),_0x2ab1de;}const _0x4f01dd=Array['isArray'](_0x1103af)?_0x1103af:[];let _0x3b484b=![],_0x589a50=_0x58bfd6[_0x8ed2a6(0x2b3)](_0x504f51[_0x8ed2a6(0x3e2)],0x0);const _0x4bdb30=_0x210e32=>typeof _0x210e32===_0x8ed2a6(0x3ca)?_0x210e32[_0x8ed2a6(0x2a4)](/^@/,'')['toLowerCase']()[_0x8ed2a6(0x311)]():_0x210e32,_0x406fd1=new Set(_0x504f51[_0x8ed2a6(0x291)](_0x4bdb30)),_0x107ee0=new Set(_0x11926e[_0x8ed2a6(0x291)](_0x4bdb30));for(const _0x1579d1 of _0x4f01dd){const _0x42db27=_0x58bfd6['hFugf'](_0x4bdb30,_0x1579d1);_0x107ee0[_0x8ed2a6(0x3b7)](_0x42db27)&&(_0x3b484b=!![]),_0x58bfd6[_0x8ed2a6(0x23b)](_0x406fd1[_0x8ed2a6(0x2f1)],0x0)&&_0x406fd1['has'](_0x42db27)&&(_0x589a50=!![]);}const _0x16e59b=_0x58bfd6[_0x8ed2a6(0x2ce)](_0x589a50,!_0x3b484b);return logger[_0x8ed2a6(0x28f)](_0x8ed2a6(0x1cd)+(_0x2259bb?.[_0x8ed2a6(0x2fe)]?.()||_0x58bfd6[_0x8ed2a6(0x3a9)])+_0x8ed2a6(0x224)+_0x16e59b+',\x20tags='+JSON[_0x8ed2a6(0x3bf)](_0x4f01dd)+',\x20includeTags='+JSON[_0x8ed2a6(0x3bf)](_0x504f51)+_0x8ed2a6(0x38e)+JSON[_0x8ed2a6(0x3bf)](_0x11926e)),_0x16e59b;}catch(_0x1da050){return logger[_0x8ed2a6(0x28f)](_0x8ed2a6(0x1cd)+(_0x2259bb?.['getPlatformIndex']?.()||_0x58bfd6['sCqCo'])+_0x8ed2a6(0x28e)+_0x1da050['message']),![];}}async[a110_0x48e7f9(0x1ec)](_0x1e51d1){const _0x43fdd2=a110_0x48e7f9,_0x561496={};_0x561496['htmxP']=function(_0x1fe322,_0x15aa99){return _0x1fe322!==_0x15aa99;},_0x561496[_0x43fdd2(0x400)]=_0x43fdd2(0x3f0),_0x561496['fEoAY']='jest',_0x561496[_0x43fdd2(0x3ec)]=_0x43fdd2(0x34f),_0x561496[_0x43fdd2(0x1d1)]=function(_0x1b7690,_0x215912){return _0x1b7690!==_0x215912;},_0x561496[_0x43fdd2(0x237)]=function(_0x3509ae,_0x26ab29){return _0x3509ae===_0x26ab29;},_0x561496[_0x43fdd2(0x2cb)]=_0x43fdd2(0x222),_0x561496[_0x43fdd2(0x361)]=function(_0x59a68e,_0x445126){return _0x59a68e===_0x445126;},_0x561496[_0x43fdd2(0x40d)]=function(_0x530636,_0x276e9b){return _0x530636&&_0x276e9b;},_0x561496[_0x43fdd2(0x3d0)]=_0x43fdd2(0x3a2),_0x561496[_0x43fdd2(0x215)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x561496[_0x43fdd2(0x1e5)]=_0x43fdd2(0x1c2),_0x561496['GubaY']=_0x43fdd2(0x249),_0x561496[_0x43fdd2(0x28b)]=function(_0xfa5377,_0x4d4a8e){return _0xfa5377===_0x4d4a8e;},_0x561496[_0x43fdd2(0x294)]=_0x43fdd2(0x386),_0x561496[_0x43fdd2(0x3ad)]='Unknown\x20Test',_0x561496[_0x43fdd2(0x301)]=function(_0x9fda49,_0x464f01){return _0x9fda49>_0x464f01;},_0x561496[_0x43fdd2(0x3fc)]=_0x43fdd2(0x3db),_0x561496[_0x43fdd2(0x289)]=_0x43fdd2(0x234),_0x561496[_0x43fdd2(0x203)]=function(_0x5eafb2,_0x5ca92a){return _0x5eafb2&&_0x5ca92a;},_0x561496[_0x43fdd2(0x1e9)]='unknown';const _0xc4c4ae=_0x561496;if(_0xc4c4ae['htmxP'](_0x1e51d1['testFramework'],_0xc4c4ae['YMEZm'])&&_0xc4c4ae['htmxP'](_0x1e51d1[_0x43fdd2(0x211)],_0xc4c4ae['fEoAY'])&&_0xc4c4ae[_0x43fdd2(0x34b)](_0x1e51d1['testFramework'],_0xc4c4ae['bdcqJ'])&&_0xc4c4ae[_0x43fdd2(0x1d1)](_0x1e51d1[_0x43fdd2(0x211)],FRAMEWORKS[_0x43fdd2(0x1f4)])){logger[_0x43fdd2(0x28f)](_0x43fdd2(0x383)+_0x1e51d1[_0x43fdd2(0x211)]+')');return;}try{const _0x3204c8=AutomationFramework[_0x43fdd2(0x355)](),_0x18dcea=TestFramework[_0x43fdd2(0x355)](),_0x214de9=_0x1e51d1[_0x43fdd2(0x338)]||global['__workerDetails']?.[_0x43fdd2(0x2fd)]||null;if(_0xc4c4ae['RWSaD'](_0x1e51d1[_0x43fdd2(0x211)],_0xc4c4ae[_0x43fdd2(0x3ec)])){const _0xccc11=_0x1e51d1[_0x43fdd2(0x3f8)]||_0x3204c8&&_0x3204c8['getPlatformCaps']&&_0x3204c8[_0x43fdd2(0x223)]()||_0x3204c8&&_0x3204c8[_0x43fdd2(0x208)]&&_0x3204c8['getCapabilities']()||{},_0x4f3c8c=_0x1e51d1[_0x43fdd2(0x21a)]||null,_0x19c31d=this[_0x43fdd2(0x245)](_0x3204c8,_0xccc11,_0x4f3c8c),_0x368217=CLIUtils['getCurrentInstanceName']();this[_0x43fdd2(0x1fc)][_0x43fdd2(0x3bb)](_0x368217,_0x19c31d);global[_0x43fdd2(0x29b)]?.[_0x43fdd2(0x3bd)]&&global[_0x43fdd2(0x29b)][_0x43fdd2(0x3bd)]()[_0x43fdd2(0x214)](_0x19c31d);_0x19c31d?(global[_0x43fdd2(0x251)]=!![],process[_0x43fdd2(0x1e7)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0xc4c4ae[_0x43fdd2(0x2cb)]):global[_0x43fdd2(0x251)]=![];logger[_0x43fdd2(0x28f)](_0x43fdd2(0x3b0)+_0x19c31d);return;}if(_0xc4c4ae[_0x43fdd2(0x361)](_0x1e51d1[_0x43fdd2(0x211)],FRAMEWORKS['NODE_GENERIC'])){const _0x2e6a46=_0x1e51d1[_0x43fdd2(0x29c)]||{},_0x4214df=_0x2e6a46[TestFrameworkConstants[_0x43fdd2(0x402)]],_0xc01fd5=_0x2e6a46[TestFrameworkConstants[_0x43fdd2(0x272)]]||'',_0x28c774=(Array[_0x43fdd2(0x347)](_0x4214df)?_0x4214df['concat'](_0xc01fd5)['join']('\x20'):_0xc01fd5)[_0x43fdd2(0x311)](),_0x1391da=_0x1e51d1[_0x43fdd2(0x3f8)]||_0x3204c8&&_0x3204c8[_0x43fdd2(0x223)]&&_0x3204c8[_0x43fdd2(0x223)]()||_0x3204c8&&_0x3204c8[_0x43fdd2(0x208)]&&_0x3204c8[_0x43fdd2(0x208)]()||{},_0x21f73d=this[_0x43fdd2(0x245)](_0x3204c8,_0x1391da,_0x1e51d1[_0x43fdd2(0x21a)]||null),_0x5f3888=this['isEnabledTestcase'](_0x28c774,_0x3204c8,FRAMEWORKS[_0x43fdd2(0x1f4)]),_0x360be8=_0xc4c4ae[_0x43fdd2(0x40d)](_0x21f73d,_0x5f3888),_0x3fbe82=CLIUtils[_0x43fdd2(0x3b2)]();this['accessibility'][_0x43fdd2(0x3bb)](_0x3fbe82,_0x360be8);global[_0x43fdd2(0x29b)]?.['getContext']&&global[_0x43fdd2(0x29b)][_0x43fdd2(0x3bd)]()[_0x43fdd2(0x214)](_0x360be8);_0x360be8?(global[_0x43fdd2(0x251)]=!![],process[_0x43fdd2(0x1e7)][_0x43fdd2(0x255)]=_0xc4c4ae[_0x43fdd2(0x2cb)],this[_0x43fdd2(0x314)]()):global['accessibilityPlatform']=![];_0x18dcea&&_0x18dcea[_0x43fdd2(0x341)](_0xc4c4ae[_0x43fdd2(0x3d0)],!![]);logger[_0x43fdd2(0x28f)]('[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported='+_0x21f73d+_0x43fdd2(0x243)+_0x5f3888+',\x20testName='+_0x28c774);return;}if(!_0x214de9){_0x18dcea&&_0x18dcea[_0x43fdd2(0x341)](_0xc4c4ae[_0x43fdd2(0x3d0)],!![]);logger[_0x43fdd2(0x28f)](_0xc4c4ae[_0x43fdd2(0x215)]);return;}logger['debug'](_0xc4c4ae[_0x43fdd2(0x1e5)]);const _0x58193a=_0x18dcea?.[_0x43fdd2(0x37b)](_0xc4c4ae[_0x43fdd2(0x2df)],![]),_0x539905=_0x18dcea?.[_0x43fdd2(0x37b)](_0xc4c4ae[_0x43fdd2(0x3d0)],![]);if(_0xc4c4ae[_0x43fdd2(0x28b)](_0x58193a,![])&&_0xc4c4ae[_0x43fdd2(0x237)](_0x539905,![])){_0x18dcea&&_0x18dcea[_0x43fdd2(0x341)](_0xc4c4ae[_0x43fdd2(0x2df)],!![]);logger[_0x43fdd2(0x28f)](_0xc4c4ae[_0x43fdd2(0x294)]);return;}_0x18dcea&&_0x18dcea['updateData'](_0xc4c4ae[_0x43fdd2(0x3d0)],!![]);let _0x50fe92,_0x479cde;const _0x210b2a=_0x1e51d1[_0x43fdd2(0x211)]||_0xc4c4ae[_0x43fdd2(0x400)];if(_0xc4c4ae[_0x43fdd2(0x28b)](_0x210b2a,_0xc4c4ae[_0x43fdd2(0x3cf)])){_0x479cde=_0x1e51d1[_0x43fdd2(0x216)]?.['testAnalyticsId']||_0x1e51d1[_0x43fdd2(0x216)]?.['id']||global[_0x43fdd2(0x22e)]||global[_0x43fdd2(0x248)]?.['currentTest']?.['testAnalyticsId']||global['__workerDetails']?.[_0x43fdd2(0x200)]?.['id'];const _0x46dc66=_0x18dcea?.[_0x43fdd2(0x404)]()?.[_0x43fdd2(0x34a)](_0x479cde);if(_0x46dc66&&_0x46dc66[TestFrameworkConstants[_0x43fdd2(0x272)]])_0x50fe92=_0x46dc66[TestFrameworkConstants[_0x43fdd2(0x272)]];else{if(_0x1e51d1[_0x43fdd2(0x216)]?.[_0x43fdd2(0x410)])_0x50fe92=_0x1e51d1['testInfo']['titlePath'];else global[_0x43fdd2(0x248)]?.['currentTest']?.[_0x43fdd2(0x216)]?.[_0x43fdd2(0x410)]?_0x50fe92=global[_0x43fdd2(0x248)][_0x43fdd2(0x200)][_0x43fdd2(0x216)]['titlePath']:_0x50fe92=_0xc4c4ae['kctTb'];}logger[_0x43fdd2(0x28f)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x479cde+_0x43fdd2(0x33d)+JSON[_0x43fdd2(0x3bf)](_0x50fe92));}else{_0x479cde=this['getTestId'](_0x1e51d1);const _0x176468=TestInfo['getTestDetails'](_0x479cde);let _0x27b5fa=[];if(_0x176468&&Array[_0x43fdd2(0x347)](_0x176468['test_tags'])&&_0xc4c4ae[_0x43fdd2(0x301)](_0x176468[_0x43fdd2(0x234)][_0x43fdd2(0x3e2)],0x0))_0x27b5fa=_0x176468['test_tags'];else{if(_0x18dcea){const _0x3dd117=_0xc4c4ae[_0x43fdd2(0x237)](typeof _0x18dcea[_0x43fdd2(0x37b)],_0xc4c4ae['wMiZb'])?_0x18dcea[_0x43fdd2(0x37b)](_0xc4c4ae[_0x43fdd2(0x289)],[]):_0x18dcea[_0x43fdd2(0x234)]||[];Array[_0x43fdd2(0x347)](_0x3dd117)&&(_0x27b5fa=_0x3dd117);}}_0x50fe92=_0x27b5fa;}logger[_0x43fdd2(0x2dc)](_0x43fdd2(0x1d5)+JSON[_0x43fdd2(0x3bf)](_0x50fe92));const _0x48eb03=this[_0x43fdd2(0x245)](_0x3204c8,_0x1e51d1[_0x43fdd2(0x3f8)],_0x1e51d1[_0x43fdd2(0x21a)]);logger[_0x43fdd2(0x28f)](_0x43fdd2(0x40f)+_0x48eb03+',\x20isAppAccessibility='+this[_0x43fdd2(0x40c)]);const _0x1d1917=this[_0x43fdd2(0x3eb)](_0x50fe92,_0x3204c8,_0x210b2a),_0x1d55f6=_0xc4c4ae[_0x43fdd2(0x203)](_0x48eb03,_0x1d1917),_0x4b00c5=CLIUtils[_0x43fdd2(0x3b2)]();this['accessibility'][_0x43fdd2(0x3bb)](_0x4b00c5,_0x1d55f6),global[_0x43fdd2(0x29b)]?.[_0x43fdd2(0x3bd)]&&global[_0x43fdd2(0x29b)][_0x43fdd2(0x3bd)]()[_0x43fdd2(0x214)](_0x1d55f6),logger[_0x43fdd2(0x28f)]('[platform\x20-\x20'+(_0x3204c8?.[_0x43fdd2(0x2fe)]?.()||_0xc4c4ae[_0x43fdd2(0x1e9)])+_0x43fdd2(0x1c3)+_0x1d55f6),_0x1d55f6?(global[_0x43fdd2(0x251)]=!![],process[_0x43fdd2(0x1e7)][_0x43fdd2(0x255)]=_0xc4c4ae[_0x43fdd2(0x2cb)],this['applySendMessageToServerPatch']()):global[_0x43fdd2(0x251)]=![];}catch(_0x38fea1){logger['error'](_0x43fdd2(0x388)+(_0x38fea1['stack']||_0x38fea1['message']));const _0x4c6e0f=CLIUtils[_0x43fdd2(0x3b2)]();this['accessibility'][_0x43fdd2(0x3bb)](_0x4c6e0f,![]),global[_0x43fdd2(0x251)]=![];}}[a110_0x48e7f9(0x241)](){const _0x393b5b=a110_0x48e7f9;return this[_0x393b5b(0x357)][_0x393b5b(0x20b)](_0xd23a56=>_0xd23a56['getName']()==='goog:chromeOptions')?.[_0x393b5b(0x3d3)]()||'';}['getCapabilityValue'](_0x36a107){const _0x107381=a110_0x48e7f9;try{const _0x4b2173=this[_0x107381(0x399)]?.[_0x107381(0x321)]?.[_0x107381(0x275)]||[],_0x152bae=_0x4b2173['find'](_0xda5cbe=>_0xda5cbe[_0x107381(0x381)]===_0x36a107);return _0x152bae?_0x152bae['value']:null;}catch(_0x2c6ebb){return logger[_0x107381(0x28f)](_0x107381(0x319)+_0x36a107+':\x20'+_0x2c6ebb[_0x107381(0x1ef)]),null;}}async['setAccessibilityConfig'](_0x4c7cbe,_0xcbea81){const _0x167199=a110_0x48e7f9,_0x1921c3=_0x4c7cbe[_0x167199(0x375)]()[_0x167199(0x38a)]();this['_parseScriptsFromOptions'](_0x1921c3),this[_0x167199(0x357)]=_0x1921c3['getCapabilitiesList'](),await this[_0x167199(0x292)](this[_0x167199(0x357)],_0xcbea81[_0x167199(0x21a)]);}[a110_0x48e7f9(0x25e)](_0x9d1424){const _0x1ee15a=a110_0x48e7f9,_0x40c552={};_0x40c552['oKCKC']=function(_0x3717d2,_0x5786a9){return _0x3717d2>_0x5786a9;},_0x40c552[_0x1ee15a(0x212)]=_0x1ee15a(0x20a),_0x40c552[_0x1ee15a(0x408)]=_0x1ee15a(0x2ef);const _0x361009=_0x40c552;try{const _0x184f34=_0x9d1424[_0x1ee15a(0x2a3)](),_0x47f96a=_0x9d1424[_0x1ee15a(0x2c5)]()?.[_0x1ee15a(0x3fd)]();_0x184f34&&_0x361009[_0x1ee15a(0x2cc)](_0x184f34['length'],0x0)?(scripts['parseFromProto'](_0x184f34,_0x47f96a),scripts[_0x1ee15a(0x3c3)](),logger['debug'](_0x361009[_0x1ee15a(0x212)])):logger[_0x1ee15a(0x28f)](_0x361009['YnElc']);}catch(_0x38551a){logger['debug'](_0x1ee15a(0x26c)+_0x38551a[_0x1ee15a(0x1ef)]);}}async[a110_0x48e7f9(0x292)](_0x267d8c,_0x388147={}){const _0x2c4ce2=a110_0x48e7f9,_0x3a5bc1={'tJpla':'not-array','UmpeQ':_0x2c4ce2(0x39a),'AVPfA':function(_0x1fd857,_0x11a4fb){return _0x1fd857===_0x11a4fb;},'HPGRF':_0x2c4ce2(0x1eb),'YhEWO':function(_0x44d6dd,_0x17c507){return _0x44d6dd(_0x17c507);},'IDYrI':_0x2c4ce2(0x253),'fxSjW':_0x2c4ce2(0x363),'yodkX':_0x2c4ce2(0x37d),'QxqhO':function(_0x4d06e1,_0x1b0171){return _0x4d06e1||_0x1b0171;},'ANMsP':_0x2c4ce2(0x2e2),'DDBar':function(_0x55956d,_0x407a6d){return _0x55956d(_0x407a6d);},'IAzMO':_0x2c4ce2(0x1d2),'DRfNo':_0x2c4ce2(0x1ed),'IMlJh':function(_0x4b3dac,_0x2ddbfd){return _0x4b3dac===_0x2ddbfd;},'HkfYe':_0x2c4ce2(0x3b9),'yhuTi':_0x2c4ce2(0x384),'iWBEC':function(_0x58e79f,_0xb41219){return _0x58e79f===_0xb41219;},'cxTcO':_0x2c4ce2(0x2e1),'UHCAy':_0x2c4ce2(0x3c1),'zcoEk':'scannerProcessingTimeout','LvPaM':'browserstack.accessibilityOptions.scannerProcessingTimeout','pvIUl':function(_0x132aea,_0x43ebb3){return _0x132aea===_0x43ebb3;},'mVHpl':'isMobileScanningEnabledForGroup','cIZCE':function(_0xb0257a,_0x4cd31d){return _0xb0257a===_0x4cd31d;},'KiACQ':function(_0x5d51ad,_0x5ceebf){return _0x5d51ad===_0x5ceebf;},'ZNwEA':_0x2c4ce2(0x222)};global['__accessibilityOptions']=global[_0x2c4ce2(0x3be)]||{};const _0x2627de=Array[_0x2c4ce2(0x347)](_0x267d8c)?_0x267d8c[_0x2c4ce2(0x3e2)]:_0x3a5bc1[_0x2c4ce2(0x2b8)];logger['debug']('[AccessibilityModule.setAccessibilityToken]\x20caps_count='+_0x2627de+'\x20worker=\x22'+(process[_0x2c4ce2(0x1e7)][_0x2c4ce2(0x3e3)]||_0x3a5bc1[_0x2c4ce2(0x350)])+'\x22\x20pid='+process['pid']);for(const _0x1f786f of _0x267d8c){logger[_0x2c4ce2(0x28f)]('[AccessibilityModule.setAccessibilityToken]\x20cap\x20name='+_0x1f786f['getName']());if(_0x3a5bc1[_0x2c4ce2(0x3e5)](_0x1f786f[_0x2c4ce2(0x3d6)](),_0x3a5bc1[_0x2c4ce2(0x39f)])){const _0xcc21e0=_0x1f786f[_0x2c4ce2(0x3d3)](),_0x568667=_0xcc21e0?_0x3a5bc1[_0x2c4ce2(0x268)](require,_0x3a5bc1[_0x2c4ce2(0x26e)])[_0x2c4ce2(0x30d)](_0x3a5bc1[_0x2c4ce2(0x322)])['update'](_0xcc21e0)[_0x2c4ce2(0x204)](_0x3a5bc1[_0x2c4ce2(0x202)])['slice'](0x0,0x8):'';logger['info']('[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len='+_0x3a5bc1[_0x2c4ce2(0x325)](_0xcc21e0,'')[_0x2c4ce2(0x3e2)]+'\x20token_fp='+_0x568667+_0x2c4ce2(0x379)+(process['env'][_0x2c4ce2(0x3e3)]||_0x3a5bc1['UmpeQ'])+_0x2c4ce2(0x1d4)+process['pid']),process[_0x2c4ce2(0x1e7)][_0x2c4ce2(0x2b0)]=_0xcc21e0,global[_0x2c4ce2(0x3be)][_0x3a5bc1[_0x2c4ce2(0x25f)]]=_0xcc21e0;const _0x4ab4f4=_0x3a5bc1['DDBar'](require,_0x3a5bc1[_0x2c4ce2(0x31a)]),{isTrue:_0x2cd402}=_0x3a5bc1['YhEWO'](require,_0x3a5bc1[_0x2c4ce2(0x1d7)]),_0x174b70=_0x4ab4f4['parseA11yJwtPayload'](_0xcc21e0);_0x174b70&&_0x3a5bc1['DDBar'](_0x2cd402,_0x174b70[_0x2c4ce2(0x264)])&&(process[_0x2c4ce2(0x1e7)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x3a5bc1[_0x2c4ce2(0x407)](_0x1f786f[_0x2c4ce2(0x3d6)](),_0x3a5bc1[_0x2c4ce2(0x2ab)]))global[_0x2c4ce2(0x3be)][_0x3a5bc1[_0x2c4ce2(0x315)]]=_0x1f786f[_0x2c4ce2(0x3d3)]();else{if(_0x3a5bc1['iWBEC'](_0x1f786f[_0x2c4ce2(0x3d6)](),_0x3a5bc1[_0x2c4ce2(0x266)]))global['__accessibilityOptions'][_0x3a5bc1[_0x2c4ce2(0x2d4)]]=_0x1f786f['getValue']();else{if(_0x3a5bc1[_0x2c4ce2(0x32b)](_0x1f786f[_0x2c4ce2(0x3d6)](),_0x3a5bc1['zcoEk']))global[_0x2c4ce2(0x3be)][_0x3a5bc1['LvPaM']]=_0x1f786f['getValue']();else{if(_0x3a5bc1['pvIUl'](_0x1f786f['getName'](),_0x3a5bc1['mVHpl'])){const _0x4f8a3e=_0x1f786f[_0x2c4ce2(0x3d3)]();process['env'][_0x2c4ce2(0x227)]=_0x3a5bc1['YhEWO'](String,_0x3a5bc1[_0x2c4ce2(0x2d9)](_0x4f8a3e,!![])||_0x3a5bc1[_0x2c4ce2(0x3a0)](_0x4f8a3e,_0x3a5bc1['ZNwEA'])),logger[_0x2c4ce2(0x28f)](_0x2c4ce2(0x21b)+_0x4f8a3e+_0x2c4ce2(0x328)+process['env'][_0x2c4ce2(0x227)]);}}}}}}}async['onAfterTest'](_0x13b02e){const _0x4c7408=a110_0x48e7f9,_0x3ca2eb={};_0x3ca2eb['oubQJ']=function(_0x25cdb4,_0x2c4c3c){return _0x25cdb4!==_0x2c4c3c;},_0x3ca2eb['NVKDh']=_0x4c7408(0x3f0),_0x3ca2eb[_0x4c7408(0x220)]=_0x4c7408(0x30b),_0x3ca2eb['KLktp']=function(_0x5741d2,_0x27ec21){return _0x5741d2!==_0x27ec21;},_0x3ca2eb[_0x4c7408(0x358)]=_0x4c7408(0x34f),_0x3ca2eb[_0x4c7408(0x38c)]=function(_0x297144,_0x1cf27e){return _0x297144!==_0x1cf27e;},_0x3ca2eb[_0x4c7408(0x3d5)]=_0x4c7408(0x33a);const _0x7e615e=_0x3ca2eb;if(_0x7e615e[_0x4c7408(0x285)](_0x13b02e['testFramework'],_0x7e615e['NVKDh'])&&_0x7e615e[_0x4c7408(0x285)](_0x13b02e['testFramework'],_0x7e615e[_0x4c7408(0x220)])&&_0x7e615e[_0x4c7408(0x35a)](_0x13b02e[_0x4c7408(0x211)],_0x7e615e[_0x4c7408(0x358)])&&_0x7e615e[_0x4c7408(0x38c)](_0x13b02e[_0x4c7408(0x211)],FRAMEWORKS['NODE_GENERIC'])){logger[_0x4c7408(0x28f)](_0x4c7408(0x25a)+_0x13b02e[_0x4c7408(0x211)]+')');return;}const _0x4cab01=_0x13b02e[_0x4c7408(0x216)]?.[_0x4c7408(0x3e6)]||_0x13b02e[_0x4c7408(0x216)]?.['id']||global[_0x4c7408(0x22e)];logger['info'](_0x4c7408(0x2f9)+_0x13b02e[_0x4c7408(0x211)]+_0x4c7408(0x2ed)+_0x4cab01);try{const _0x2d31d1=_0x13b02e['instance']||AutomationFramework[_0x4c7408(0x355)](),_0x21f843=CLIUtils[_0x4c7408(0x3b2)](),_0x3a4aec=this[_0x4c7408(0x3e8)]();logger[_0x4c7408(0x28f)](_0x4c7408(0x1cd)+(_0x2d31d1?.[_0x4c7408(0x2fe)]?.()||_0x7e615e[_0x4c7408(0x3d5)])+']\x20onAfterTest\x20should\x20scan='+_0x3a4aec),_0x3a4aec&&await this[_0x4c7408(0x221)](_0x2d31d1,_0x13b02e),this[_0x4c7408(0x1fc)]['delete'](_0x21f843),this[_0x4c7408(0x2e5)][_0x4c7408(0x21d)](_0x21f843);}catch(_0x2e3dfd){logger[_0x4c7408(0x40a)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x2e3dfd[_0x4c7408(0x283)]||_0x2e3dfd[_0x4c7408(0x1ef)]));}}async[a110_0x48e7f9(0x221)](_0x1c5862,_0x4ac40a){const _0x380baa=a110_0x48e7f9,_0x56d67a={};_0x56d67a[_0x380baa(0x265)]=function(_0xd5c01c,_0x4e4dd2){return _0xd5c01c===_0x4e4dd2;},_0x56d67a[_0x380baa(0x252)]='function',_0x56d67a[_0x380baa(0x3a6)]=function(_0x3f1899,_0x3e2d8d){return _0x3f1899===_0x3e2d8d;},_0x56d67a[_0x380baa(0x403)]=_0x380baa(0x30b),_0x56d67a[_0x380baa(0x370)]=_0x380baa(0x3f0),_0x56d67a[_0x380baa(0x206)]='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x56d67a[_0x380baa(0x3ae)]='accessibility',_0x56d67a['OUJGR']=_0x380baa(0x25b),_0x56d67a[_0x380baa(0x3f7)]=_0x380baa(0x33a),_0x56d67a[_0x380baa(0x40b)]=_0x380baa(0x28a),_0x56d67a[_0x380baa(0x307)]='null',_0x56d67a['AGoLY']=function(_0x24c021,_0x12c42c){return _0x24c021===_0x12c42c;},_0x56d67a['EkVoR']=function(_0x17cd99,_0x3f4f6d){return _0x17cd99||_0x3f4f6d;},_0x56d67a[_0x380baa(0x30e)]=function(_0x247449,_0x23d3bc){return _0x247449||_0x23d3bc;},_0x56d67a[_0x380baa(0x2c1)]=_0x380baa(0x367),_0x56d67a[_0x380baa(0x308)]='AUTOMATION_SESSIONS',_0x56d67a[_0x380baa(0x205)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x1188dd=_0x56d67a;try{const _0x4fa94b=_0x4ac40a[_0x380baa(0x211)]||(_0x1188dd['dcTim'](this[_0x380baa(0x27b)]?.['name']?.['toLowerCase'](),_0x1188dd[_0x380baa(0x403)])?_0x1188dd[_0x380baa(0x403)]:_0x1188dd[_0x380baa(0x370)]);let _0x157966='',_0x144fa8=null,_0x20365c=null;if(_0x1188dd[_0x380baa(0x265)](_0x4fa94b,_0x1188dd['kgXla'])){_0x144fa8=_0x4ac40a[_0x380baa(0x216)]?.[_0x380baa(0x3e6)]||_0x4ac40a[_0x380baa(0x216)]?.['id']||global[_0x380baa(0x22e)];if(!_0x144fa8){logger[_0x380baa(0x1f1)](_0x1188dd[_0x380baa(0x206)]);return;}try{const _0x3d3536=await GrpcClient['getInstance']()[_0x380baa(0x340)](process[_0x380baa(0x1e7)][_0x380baa(0x300)],_0x1188dd[_0x380baa(0x3ae)],_0x1188dd[_0x380baa(0x1c9)],_0x144fa8),_0x52b34f=AccessibilityModule[_0x380baa(0x377)](null,_0x3d3536);_0x157966=_0x52b34f?.[_0x380baa(0x2ec)]||'',logger[_0x380baa(0x28f)](_0x380baa(0x295)+_0x157966+'\x20from\x20testIdentifier='+_0x144fa8),_0x20365c=_0x3d3536;}catch(_0x17e8ce){logger[_0x380baa(0x40a)](_0x380baa(0x1e6)+_0x17e8ce[_0x380baa(0x1ef)]);return;}}else{const _0x38d7e0=this['getTestId'](_0x4ac40a);_0x157966=TestInfo[_0x380baa(0x3c4)](_0x38d7e0);}const _0x2bf32a=((()=>{const _0x1f5ba9=_0x380baa,_0x400a93=(this[_0x1f5ba9(0x399)]?.[_0x1f5ba9(0x321)]?.[_0x1f5ba9(0x275)]||[])[_0x1f5ba9(0x20b)](_0x178a55=>(typeof _0x178a55[_0x1f5ba9(0x3d6)]===_0x1f5ba9(0x3db)?_0x178a55[_0x1f5ba9(0x3d6)]():_0x178a55[_0x1f5ba9(0x381)])===this[_0x1f5ba9(0x1db)]);return _0x400a93?_0x1188dd[_0x1f5ba9(0x265)](typeof _0x400a93[_0x1f5ba9(0x3d3)],_0x1188dd['QcYNH'])?_0x400a93[_0x1f5ba9(0x3d3)]():_0x400a93['value']:'';})()),_0x1818b8=process['env']['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x380baa(0x28f)](_0x380baa(0x1cd)+(_0x1c5862?.[_0x380baa(0x2fe)]?.()||_0x1188dd['LKppW'])+_0x380baa(0x34c)+_0x157966+_0x380baa(0x329)+_0x2bf32a+_0x380baa(0x306)+(_0x1818b8?_0x1188dd[_0x380baa(0x40b)]:_0x1188dd[_0x380baa(0x307)]));let _0x2c08f5;if(_0x1188dd[_0x380baa(0x1c5)](_0x4fa94b,_0x1188dd[_0x380baa(0x403)]))_0x2c08f5=AccessibilityModule[_0x380baa(0x377)](_0x157966,_0x20365c);else{const _0x3c9568=await GrpcClient[_0x380baa(0x1f2)]()[_0x380baa(0x340)](process[_0x380baa(0x1e7)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x1188dd['kqqnE'],_0x1188dd[_0x380baa(0x1c9)]);_0x2c08f5=AccessibilityModule['loadDriverExecuteParams'](_0x157966,_0x3c9568);}logger[_0x380baa(0x28f)](_0x380baa(0x349)+JSON[_0x380baa(0x3bf)](_0x2c08f5));const _0x56d3da=Object['assign']({},{'thTestRunUuid':_0x1188dd['EkVoR'](_0x157966,''),'thBuildUuid':_0x1188dd[_0x380baa(0x30e)](_0x2bf32a,''),'thJwtToken':_0x1188dd[_0x380baa(0x1df)](_0x1818b8,'')},_0x2c08f5);!this[_0x380baa(0x40c)]&&this[_0x380baa(0x1f7)]()&&(_0x56d3da[_0x380baa(0x3e0)]=!![],logger[_0x380baa(0x28f)](_0x1188dd[_0x380baa(0x2c1)]));logger[_0x380baa(0x28f)](_0x380baa(0x20f)+_0x157966+_0x380baa(0x2f2)+this['isAppAccessibility']);let _0x49ff5a=global['__workerDetails']?.['pwPage']||null;!_0x49ff5a&&(_0x49ff5a=AutomationFramework['getState'](_0x1c5862,_0x1188dd[_0x380baa(0x308)],null)),!_0x49ff5a&&(_0x49ff5a=AutomationFramework['getState'](_0x1c5862,_0x1188dd[_0x380baa(0x205)],null)),await this[_0x380baa(0x37e)](this[_0x380baa(0x3e8)](),_0x157966,_0x49ff5a,_0x56d3da,this['isAppAccessibility']);}catch(_0x99b932){logger[_0x380baa(0x40a)](_0x380baa(0x360)+(_0x99b932[_0x380baa(0x283)]||_0x99b932[_0x380baa(0x1ef)]));}}async[a110_0x48e7f9(0x37e)](_0x166df2,_0x21f3cc,_0x1fbd76,_0x5be45a,_0x4dbb08){const _0x3319d0=a110_0x48e7f9,_0x44ee57={};_0x44ee57['XWFuE']=_0x3319d0(0x25b),_0x44ee57['EZZkP']=function(_0x2b876e,_0x1d15a7){return _0x2b876e&&_0x1d15a7;},_0x44ee57['vKzRM']='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x44ee57[_0x3319d0(0x3fb)]=function(_0x41c3db,_0xad90db){return _0x41c3db===_0xad90db;},_0x44ee57[_0x3319d0(0x374)]=_0x3319d0(0x3b3),_0x44ee57['Ainjd']=_0x3319d0(0x33c),_0x44ee57[_0x3319d0(0x3fa)]=_0x3319d0(0x26b),_0x44ee57['zpstC']=_0x3319d0(0x2fb),_0x44ee57[_0x3319d0(0x2f4)]=_0x3319d0(0x3e9),_0x44ee57[_0x3319d0(0x33f)]=_0x3319d0(0x22d),_0x44ee57[_0x3319d0(0x3b4)]=_0x3319d0(0x3ea),_0x44ee57['OsOta']=_0x3319d0(0x254);const _0x5d56ec=_0x44ee57;try{const _0x20a41a=this['getScriptByName'](_0x5d56ec[_0x3319d0(0x2fc)]);if(_0x5d56ec[_0x3319d0(0x23e)](!_0x4dbb08,!_0x20a41a)){logger[_0x3319d0(0x28f)](_0x5d56ec[_0x3319d0(0x29d)]);return;}if(!_0x21f3cc||_0x5d56ec[_0x3319d0(0x3fb)](_0x21f3cc,_0x5d56ec[_0x3319d0(0x374)])||_0x5d56ec[_0x3319d0(0x3fb)](_0x21f3cc,'')){logger[_0x3319d0(0x28f)](_0x5d56ec[_0x3319d0(0x352)]);return;}logger[_0x3319d0(0x28f)](_0x3319d0(0x396)+JSON[_0x3319d0(0x3bf)](_0x5be45a)),_0x166df2&&(logger[_0x3319d0(0x28f)](_0x5d56ec[_0x3319d0(0x3fa)]),await this['performScanForCli'](_0x1fbd76,_0x21f3cc,_0x5d56ec[_0x3319d0(0x354)],_0x5be45a,_0x4dbb08,_0x5d56ec[_0x3319d0(0x2f4)]),_0x5d56ec[_0x3319d0(0x23e)](!_0x4dbb08,_0x20a41a)&&(logger[_0x3319d0(0x28f)](_0x5d56ec['KMpYw']),await PerformanceTester['measureWrapper'](_0x5d56ec['hgKGf'],async()=>{const _0x45c2d1=_0x3319d0;await this[_0x45c2d1(0x278)](_0x1fbd76,_0x21f3cc,_0x5d56ec[_0x45c2d1(0x2fc)],_0x5be45a,_0x4dbb08,_0x5d56ec[_0x45c2d1(0x2fc)]);})()),logger[_0x3319d0(0x2dc)](_0x5d56ec[_0x3319d0(0x1ce)]));}catch(_0x9cde25){logger[_0x3319d0(0x40a)](_0x3319d0(0x343)+(_0x9cde25[_0x3319d0(0x283)]||_0x9cde25[_0x3319d0(0x1ef)]));}}async[a110_0x48e7f9(0x256)](_0x5529fd){const _0x2be900=a110_0x48e7f9,_0x2d27d9={};_0x2d27d9[_0x2be900(0x2e0)]=function(_0x4aaebf,_0x3a3939){return _0x4aaebf!==_0x3a3939;},_0x2d27d9['DQuLR']=_0x2be900(0x3f0),_0x2d27d9[_0x2be900(0x1f0)]=function(_0xaad64e,_0x23db63){return _0xaad64e!==_0x23db63;},_0x2d27d9[_0x2be900(0x261)]=_0x2be900(0x30b),_0x2d27d9['YkUiy']=_0x2be900(0x34f),_0x2d27d9[_0x2be900(0x1f5)]=_0x2be900(0x33a),_0x2d27d9['Gutdm']=_0x2be900(0x2ee),_0x2d27d9[_0x2be900(0x2ea)]=function(_0x2d3bcd,_0x47b286){return _0x2d3bcd&&_0x47b286;},_0x2d27d9['iEsCt']=function(_0x3ab099,_0x29cc6a){return _0x3ab099===_0x29cc6a;},_0x2d27d9[_0x2be900(0x2d0)]=_0x2be900(0x3d4),_0x2d27d9['XIINi']=_0x2be900(0x1fc),_0x2d27d9['gRJBi']='performScan',_0x2d27d9[_0x2be900(0x2be)]=_0x2be900(0x371),_0x2d27d9['coCAz']=_0x2be900(0x1e0),_0x2d27d9[_0x2be900(0x327)]=function(_0x3b1d43,_0x4ac8e4){return _0x3b1d43===_0x4ac8e4;},_0x2d27d9[_0x2be900(0x3a7)]=_0x2be900(0x3e9),_0x2d27d9['kRfXo']=_0x2be900(0x3b3);const _0x590229=_0x2d27d9;if(_0x590229[_0x2be900(0x2e0)](_0x5529fd[_0x2be900(0x211)],_0x590229[_0x2be900(0x2e4)])&&_0x590229['CcDcB'](_0x5529fd[_0x2be900(0x211)],_0x590229[_0x2be900(0x261)])&&_0x590229['CfaJl'](_0x5529fd['testFramework'],_0x590229[_0x2be900(0x276)])&&_0x590229['CcDcB'](_0x5529fd[_0x2be900(0x211)],FRAMEWORKS[_0x2be900(0x1f4)])){logger[_0x2be900(0x28f)](_0x2be900(0x1c8)+_0x5529fd[_0x2be900(0x211)]+')');return;}logger[_0x2be900(0x28f)]('onBeforeExecute:\x20command='+(_0x5529fd[_0x2be900(0x1d6)]||_0x590229[_0x2be900(0x1f5)])+',\x20framework='+_0x5529fd[_0x2be900(0x211)]);try{const _0x5ed77f=_0x5529fd[_0x2be900(0x2d3)]||AutomationFramework[_0x2be900(0x355)](),_0x2dc55d=TestFramework['getTrackedInstance'](),_0x240118=_0x5529fd['commandName']||_0x5529fd[_0x2be900(0x335)]?.[_0x2be900(0x3d6)]();if(!_0x240118){logger['debug'](_0x590229['Gutdm']);return;}if(!this[_0x2be900(0x3e8)]()){logger[_0x2be900(0x28f)](_0x2be900(0x240)+_0x240118);return;}if(!this[_0x2be900(0x21e)](_0x240118)){logger[_0x2be900(0x28f)]('onBeforeExecute:\x20Command\x20'+_0x240118+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x5228f4=_0x5529fd[_0x2be900(0x338)]||global['__workerDetails']?.[_0x2be900(0x2fd)],_0x20c15b=_0x5529fd[_0x2be900(0x267)]||null;if(_0x590229['ceaPK'](!_0x5228f4,!_0x20c15b)){logger['debug'](_0x2be900(0x2a2)+_0x240118);return;}let _0x491126='',_0x205b78=null;if(_0x590229['iEsCt'](_0x5529fd['testFramework'],_0x590229[_0x2be900(0x261)])){_0x205b78=_0x5529fd[_0x2be900(0x216)]?.[_0x2be900(0x3e6)]||_0x5529fd['testInfo']?.['id']||global[_0x2be900(0x22e)];if(!_0x205b78){logger[_0x2be900(0x1f1)](_0x590229[_0x2be900(0x2d0)]);return;}try{const _0x5565db=await GrpcClient[_0x2be900(0x1f2)]()['fetchDriverExecuteParamsEvent'](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x590229['XIINi'],_0x590229[_0x2be900(0x35d)],_0x205b78),_0x211d1c=AccessibilityModule[_0x2be900(0x377)](null,_0x5565db);_0x491126=_0x211d1c?.['thTestRunUuid']||'',logger[_0x2be900(0x28f)](_0x2be900(0x27e)+_0x491126+_0x2be900(0x397)+_0x205b78);}catch(_0x354608){logger[_0x2be900(0x40a)](_0x2be900(0x310)+_0x354608['message']);return;}}else _0x590229[_0x2be900(0x351)](_0x5529fd['testFramework'],FRAMEWORKS[_0x2be900(0x1f4)])?_0x491126=_0x5529fd[_0x2be900(0x359)]||'':(_0x491126=this[_0x2be900(0x36f)](_0x590229['CijHT'])||'',!_0x491126&&this[_0x2be900(0x1f7)]()&&(_0x491126=accessibilityHelper[_0x2be900(0x3d1)]()));const _0x2ae1df=this['getCapabilityValue'](_0x590229[_0x2be900(0x32d)])||this[_0x2be900(0x399)][this[_0x2be900(0x1db)]]||null,_0x3582ad=process['env'][_0x2be900(0x2b5)]||'',_0x14ad30=this[_0x2be900(0x382)](_0x240118,_0x491126,_0x2ae1df,_0x3582ad),_0x46e3fd=_0x590229[_0x2be900(0x327)](_0x5529fd['testFramework'],_0x590229[_0x2be900(0x261)])?await AccessibilityModule[_0x2be900(0x39d)](_0x590229[_0x2be900(0x3a7)],_0x491126,_0x205b78):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x590229[_0x2be900(0x3a7)],_0x491126);logger[_0x2be900(0x2dc)]('ScanArgs:\x20'+(_0x14ad30?JSON[_0x2be900(0x3bf)](_0x14ad30):_0x590229['kRfXo']));let _0x123a7b=CLIUtils['mergeObject'](_0x14ad30,_0x46e3fd);if(this[_0x2be900(0x40c)]){const _0x2160ba=process['env'][_0x2be900(0x2b0)]||'';_0x123a7b[_0x2be900(0x3c8)]&&(_0x123a7b['centralAuthHeader']=_0x123a7b['centralAuthToken'],delete _0x123a7b[_0x2be900(0x3c8)]),_0x123a7b=Object['assign']({},_0x123a7b,{'authHeader':_0x123a7b[_0x2be900(0x2e9)]||_0x2160ba,'method':_0x240118,'scanTimestamp':Date[_0x2be900(0x1dc)]()[_0x2be900(0x24b)]()});}logger[_0x2be900(0x2dc)](_0x2be900(0x244)+(_0x123a7b?JSON[_0x2be900(0x3bf)](_0x123a7b):_0x590229['kRfXo'])),logger[_0x2be900(0x28f)](_0x2be900(0x35e)+_0x240118);const _0x2146a7=this[_0x2be900(0x40c)]?_0x20c15b:_0x5228f4,_0x35e16a=await this['performScanForCli'](_0x2146a7,_0x491126,_0x240118,_0x123a7b,this[_0x2be900(0x40c)]);logger['debug'](_0x2be900(0x3dc)+_0x240118+_0x2be900(0x22f)+JSON[_0x2be900(0x3bf)](_0x35e16a));}catch(_0x4845ed){logger[_0x2be900(0x40a)](_0x2be900(0x320)+(_0x4845ed[_0x2be900(0x283)]||_0x4845ed[_0x2be900(0x1ef)]));}}[a110_0x48e7f9(0x1ee)](){const _0x4ef048=a110_0x48e7f9;return this[_0x4ef048(0x3e8)]();}['setShouldScanCurrentTest'](_0x483b0d){const _0x43acd3=a110_0x48e7f9,_0x3238ac=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x43acd3(0x3bb)](_0x3238ac,_0x483b0d);}async[a110_0x48e7f9(0x348)](_0x4f398a){const _0x284323=a110_0x48e7f9,_0x299227={};_0x299227[_0x284323(0x2ba)]=_0x284323(0x33a);const _0x60d074=_0x299227;try{const _0x1315d3=_0x4f398a[_0x284323(0x2d3)]||AutomationFramework[_0x284323(0x355)](),_0xdb158c=_0x1315d3?.[_0x284323(0x37b)]?.()?.[_0x284323(0x34a)]?.(this['KEY_INIT'])||![];if(_0xdb158c)return;PerformanceTester[_0x284323(0x3de)](EVENTS[_0x284323(0x239)]);const _0x2f2f43=await GrpcClient[_0x284323(0x1f2)]()[_0x284323(0x1fd)](_0x4f398a);_0x2f2f43&&_0x2f2f43['getAccessibility']&&_0x2f2f43[_0x284323(0x375)]()&&_0x2f2f43[_0x284323(0x375)]()['getSuccess']()?(await this['loadAccessibilityConfig'](_0x2f2f43,_0x4f398a),_0x1315d3?.['getData']&&_0x1315d3[_0x284323(0x37b)]()['set'](this[_0x284323(0x209)],!![]),logger[_0x284323(0x28f)]('[platform\x20-\x20'+(_0x1315d3?.[_0x284323(0x2fe)]?.()||_0x60d074['TqGJr'])+_0x284323(0x23f))):logger[_0x284323(0x28f)](_0x284323(0x1cd)+(_0x1315d3?.[_0x284323(0x2fe)]?.()||_0x60d074['TqGJr'])+_0x284323(0x228)),PerformanceTester[_0x284323(0x2cf)](EVENTS[_0x284323(0x239)]);}catch(_0x45a421){PerformanceTester[_0x284323(0x2cf)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x45a421['message']),logger['error'](_0x284323(0x1e3)+(_0x45a421[_0x284323(0x283)]||_0x45a421[_0x284323(0x1ef)]));}}async[a110_0x48e7f9(0x30a)](_0x476671,_0x1bfa31){const _0x5c74e3=a110_0x48e7f9;await this[_0x5c74e3(0x2c6)](_0x476671,_0x1bfa31);const _0x249a4c=_0x476671[_0x5c74e3(0x375)]()[_0x5c74e3(0x38a)]();if(_0x249a4c){const _0x597e57=_0x476671['getTesthub']&&_0x476671[_0x5c74e3(0x201)]();_0x597e57&&(this['accessibilityConfig'][this[_0x5c74e3(0x1db)]]=_0x597e57[_0x5c74e3(0x303)]&&_0x597e57[_0x5c74e3(0x303)]());}}[a110_0x48e7f9(0x21e)](_0xa24aa7){const _0x3017a6=a110_0x48e7f9,_0x5b2d64={};_0x5b2d64[_0x3017a6(0x247)]=function(_0x2ca870,_0x2ba96e){return _0x2ca870===_0x2ba96e;};const _0x525c06=_0x5b2d64;try{if(!_0xa24aa7)return![];const _0x3f326c=this[_0x3017a6(0x399)]?.[_0x3017a6(0x321)]?.[_0x3017a6(0x232)]?.[_0x3017a6(0x2c7)]||[],_0x35281d=_0x3f326c['some'](_0x5bf5df=>{const _0xfdf203=_0x3017a6;return _0x5bf5df[_0xfdf203(0x381)]&&_0x525c06[_0xfdf203(0x247)](_0x5bf5df[_0xfdf203(0x381)][_0xfdf203(0x2f3)](),_0xa24aa7[_0xfdf203(0x2f3)]());});return logger['debug'](_0x3017a6(0x246)+_0xa24aa7+_0x3017a6(0x304)+_0x35281d+_0x3017a6(0x385)+JSON['stringify'](_0x3f326c[_0x3017a6(0x291)](_0x4fa7d6=>_0x4fa7d6['name']))),_0x35281d;}catch(_0x240301){return logger[_0x3017a6(0x28f)](_0x3017a6(0x38b)+_0x240301[_0x3017a6(0x1ef)]),![];}}[a110_0x48e7f9(0x288)](_0x9ec55b){const _0x4b660c=a110_0x48e7f9,_0x384d0f={};_0x384d0f[_0x4b660c(0x23d)]=function(_0x1ab859,_0x5078b2){return _0x1ab859===_0x5078b2;},_0x384d0f['sPcRy']=_0x4b660c(0x3ca),_0x384d0f[_0x4b660c(0x1cf)]=_0x4b660c(0x3a5);const _0x3cb791=_0x384d0f,_0x3d3c28=_0x9ec55b[_0x4b660c(0x342)]&&_0x9ec55b['getScript']();return _0x3d3c28&&_0x3cb791['uWedL'](typeof _0x3d3c28,_0x3cb791['sPcRy'])&&_0x3d3c28[_0x4b660c(0x378)](_0x3cb791[_0x4b660c(0x1cf)]);}[a110_0x48e7f9(0x21f)](_0x565538){const _0x549688=a110_0x48e7f9,_0x27ee82={};_0x27ee82['AJPWY']=function(_0x1f1454,_0x2f4305){return _0x1f1454!==_0x2f4305;},_0x27ee82[_0x549688(0x24c)]=_0x549688(0x3ca),_0x27ee82[_0x549688(0x34e)]=_0x549688(0x1fc),_0x27ee82['CUecm']=_0x549688(0x2da),_0x27ee82['OfDXM']=_0x549688(0x35b),_0x27ee82[_0x549688(0x39e)]=_0x549688(0x33e);const _0x41893c=_0x27ee82,_0x3f6654=_0x565538[_0x549688(0x342)]&&_0x565538[_0x549688(0x342)]();if(!_0x3f6654||_0x41893c[_0x549688(0x298)](typeof _0x3f6654,_0x41893c['IXsGo']))return![];return _0x3f6654[_0x549688(0x378)](_0x41893c[_0x549688(0x34e)])||_0x3f6654[_0x549688(0x378)](_0x41893c[_0x549688(0x282)])||_0x3f6654['includes'](_0x41893c['OfDXM'])||_0x3f6654[_0x549688(0x378)](_0x41893c[_0x549688(0x39e)]);}[a110_0x48e7f9(0x1f7)](){const _0x47b833=a110_0x48e7f9,_0x1519fa={'pafuE':function(_0x12b2db,_0x2a3e3c){return _0x12b2db===_0x2a3e3c;},'ZNlpA':_0x47b833(0x3db),'bUhmW':function(_0x24c4b0,_0x349a86){return _0x24c4b0(_0x349a86);},'qdBFK':_0x47b833(0x26d),'TJVoE':function(_0x54f249,_0x17dd9f){return _0x54f249(_0x17dd9f);},'VkhiI':'browserName','KxeHF':function(_0x44243e,_0x1eda0d){return _0x44243e===_0x1eda0d;},'hlUCV':_0x47b833(0x23a),'nuKZj':function(_0x578ab1,_0xd8cdea){return _0x578ab1(_0xd8cdea);},'QJnPB':'chrome'};try{const _0x38a706=this[_0x47b833(0x399)]?.[_0x47b833(0x321)]?.['capabilitiesList']||[],_0x54f510=_0x2cc95e=>{const _0x26a1ae=_0x47b833,_0xd9659a=_0x38a706[_0x26a1ae(0x20b)](_0xadd724=>(typeof _0xadd724[_0x26a1ae(0x3d6)]===_0x26a1ae(0x3db)?_0xadd724['getName']():_0xadd724['name'])===_0x2cc95e);return _0xd9659a?_0x1519fa[_0x26a1ae(0x262)](typeof _0xd9659a[_0x26a1ae(0x3d3)],_0x1519fa[_0x26a1ae(0x27c)])?_0xd9659a[_0x26a1ae(0x3d3)]():_0xd9659a['value']:null;},_0x2a32e6=_0x1519fa[_0x47b833(0x3c6)](_0x54f510,_0x1519fa['qdBFK']),_0x4d73da=_0x1519fa[_0x47b833(0x1c6)](_0x54f510,_0x1519fa['VkhiI']),_0x5633b4=global[_0x47b833(0x2bf)]||_0x2a32e6&&_0x1519fa[_0x47b833(0x29a)](_0x1519fa[_0x47b833(0x1c6)](String,_0x2a32e6)[_0x47b833(0x2f3)](),_0x1519fa[_0x47b833(0x2f6)])&&_0x4d73da&&_0x1519fa[_0x47b833(0x1dd)](String,_0x4d73da)[_0x47b833(0x2f3)]()['includes'](_0x1519fa['QJnPB']);if(!_0x5633b4)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this['_mobileScanningDisabledLogged']&&(logger[_0x47b833(0x1f1)](accessibilityHelper['MOBILE_SCANNING_DISABLED_WARNING']),this[_0x47b833(0x238)]=!![]),![];return!![];}catch(_0x180010){return logger[_0x47b833(0x28f)](_0x47b833(0x2de)+_0x180010[_0x47b833(0x1ef)]),![];}}[a110_0x48e7f9(0x382)](_0x317c36,_0x3c2653,_0x37f48b,_0x35b79c){const _0x402b9a=a110_0x48e7f9,_0xed4a76={};_0xed4a76[_0x402b9a(0x35c)]=function(_0x40587e,_0x24b611){return _0x40587e||_0x24b611;},_0xed4a76[_0x402b9a(0x2c9)]=function(_0x329435,_0x3a82fd){return _0x329435&&_0x3a82fd;},_0xed4a76['hiLnG']=_0x402b9a(0x3a1);const _0x275cc8=_0xed4a76;let _0x268f42=_0x275cc8['lllOE'](_0x3c2653,'');const _0x4c92c1=!this['isAppAccessibility']&&this[_0x402b9a(0x1f7)]();_0x275cc8[_0x402b9a(0x2c9)](_0x4c92c1,!_0x268f42)&&(_0x268f42=accessibilityHelper[_0x402b9a(0x3d1)]());const _0x4b9df2={'command':_0x317c36,'thTestRunUuid':_0x268f42,'thBuildUuid':_0x275cc8['lllOE'](_0x37f48b,''),'thJwtToken':_0x275cc8[_0x402b9a(0x35c)](_0x35b79c,''),'timestamp':new Date()[_0x402b9a(0x3a4)]()};return _0x4c92c1&&(_0x4b9df2[_0x402b9a(0x3e0)]=!![],logger['debug'](_0x275cc8[_0x402b9a(0x376)])),_0x4b9df2;}[a110_0x48e7f9(0x24a)](_0x2e08a5){const _0x2d96cc=a110_0x48e7f9,_0x1362e0={};_0x1362e0[_0x2d96cc(0x356)]=function(_0x4685f7,_0x1915d6){return _0x4685f7||_0x1915d6;};const _0x312709=_0x1362e0;try{const _0x561cb1=this['accessibilityConfig']?.[_0x2d96cc(0x321)]?.['scriptsList']||[],_0x5046d3=_0x561cb1['find'](_0x87a318=>_0x87a318[_0x2d96cc(0x381)]===_0x2e08a5);return _0x312709[_0x2d96cc(0x356)](_0x5046d3,null);}catch(_0x901e8e){return logger['debug'](_0x2d96cc(0x316)+_0x2e08a5+':\x20'+_0x901e8e[_0x2d96cc(0x1ef)]),null;}}async['executeScriptByName'](_0x4b60b3,_0x59abe3,_0x5f0cef=null){const _0x1cc69f=a110_0x48e7f9,_0x351ccc={'diRNh':function(_0x1ce649,_0x36fb38){return _0x1ce649(_0x36fb38);},'uiWrq':'../../playwright/accessibility-helper'};try{if(!_0x4b60b3)return logger['debug'](_0x1cc69f(0x1ca)+_0x59abe3),null;const _0x2ed830=this[_0x1cc69f(0x24a)](_0x59abe3);if(!_0x2ed830||!_0x2ed830['command'])return logger['debug'](_0x1cc69f(0x3ef)+_0x59abe3+_0x1cc69f(0x30f)),null;logger[_0x1cc69f(0x28f)](_0x1cc69f(0x263)+_0x59abe3+_0x1cc69f(0x2f0));const _0x4f515a=_0x351ccc[_0x1cc69f(0x336)](require,_0x351ccc['uiWrq']),_0x4aab0f=_0x5f0cef?await _0x4f515a[_0x1cc69f(0x1cc)](_0x4b60b3,_0x2ed830[_0x1cc69f(0x335)],_0x5f0cef):await _0x4f515a[_0x1cc69f(0x1cc)](_0x4b60b3,_0x2ed830[_0x1cc69f(0x335)]);return _0x4aab0f;}catch(_0x2e08e3){return logger['error'](_0x1cc69f(0x391)+_0x59abe3+':\x20'+(_0x2e08e3[_0x1cc69f(0x283)]||_0x2e08e3[_0x1cc69f(0x1ef)])),null;}}async[a110_0x48e7f9(0x278)](_0x1b60c9,_0x1cb1a4,_0x11077d,_0x381d32,_0x105be6,_0x20d3ba=a110_0x48e7f9(0x3e9)){const _0x35f61f=a110_0x48e7f9,_0x59fab0={'XsklK':function(_0x4516b6,_0x56b039){return _0x4516b6===_0x56b039;},'xuqst':'scan','nkkCA':function(_0x538f06,_0x54c8ec){return _0x538f06(_0x54c8ec);},'RJpxY':_0x35f61f(0x3b8)};try{logger['debug'](_0x35f61f(0x28c)+_0x11077d+_0x35f61f(0x279)+_0x20d3ba+',\x20isAppAccessibility='+_0x105be6);const _0x1cee2f=this['getScriptByName'](_0x20d3ba);if(!_0x1cee2f||!_0x1cee2f[_0x35f61f(0x335)]){logger[_0x35f61f(0x28f)](_0x35f61f(0x2bb)+_0x20d3ba+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x105be6){if(_0x1b60c9[BSTACK_SCAN_IN_PROGRESS]){logger['debug'](_0x35f61f(0x2e7)+_0x11077d);return;}return await PerformanceTester[_0x35f61f(0x31e)](PerformanceA11yEvents[_0x35f61f(0x2e8)],async()=>{const _0x1151d6=_0x35f61f;let _0x18a676=_0x1cee2f[_0x1151d6(0x335)];_0x18a676[_0x1151d6(0x378)]('%s')&&(_0x18a676=_0x18a676[_0x1151d6(0x2a4)]('%s',JSON[_0x1151d6(0x3bf)](_0x381d32)));logger['debug'](_0x1151d6(0x3aa)+_0x11077d),_0x1b60c9[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x1f839b=await _0x1b60c9[_0x1151d6(0x317)](_0x18a676);return logger[_0x1151d6(0x2dc)](_0x1151d6(0x225)+_0x11077d+':\x20'+util[_0x1151d6(0x2d1)](_0x1f839b)),_0x1f839b;}finally{_0x1b60c9[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x11077d})();}if(_0x59fab0['XsklK'](_0x20d3ba,_0x59fab0[_0x35f61f(0x36b)])){const _0x43beed=_0x59fab0[_0x35f61f(0x332)](require,_0x59fab0['RJpxY']),_0x54f6a9={};_0x54f6a9[_0x35f61f(0x335)]=_0x11077d;const _0x205256=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x35f61f(0x2e8)],async()=>{const _0x3ca229=_0x35f61f;return await _0x43beed['browserStackEvaluate'](_0x1b60c9,_0x1cee2f[_0x3ca229(0x335)],_0x381d32);},_0x54f6a9)();return logger[_0x35f61f(0x2dc)](_0x35f61f(0x2a6)+_0x20d3ba+_0x35f61f(0x2c2)+_0x11077d+':\x20'+util[_0x35f61f(0x2d1)](_0x205256)),_0x205256;}const _0x1cbef6=_0x59fab0[_0x35f61f(0x332)](require,_0x59fab0[_0x35f61f(0x1d0)]),_0x5b7214=await PerformanceTester[_0x35f61f(0x31e)](PerformanceA11yEvents[_0x35f61f(0x1e4)],async()=>{const _0x2cd49f=_0x35f61f;return await _0x1cbef6[_0x2cd49f(0x1cc)](_0x1b60c9,_0x1cee2f['command'],_0x381d32);})();return logger[_0x35f61f(0x2dc)](_0x35f61f(0x2a6)+_0x20d3ba+'\x20result\x20for\x20'+_0x11077d+':\x20'+util[_0x35f61f(0x2d1)](_0x5b7214)),_0x5b7214;}catch(_0x3e95a7){logger[_0x35f61f(0x40a)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x20d3ba+':\x20'+(_0x3e95a7['stack']||_0x3e95a7[_0x35f61f(0x1ef)]));}}async[a110_0x48e7f9(0x333)](_0x1a37a1){const _0x4b3121=a110_0x48e7f9,_0x146fd6={'toXle':function(_0x16ab78,_0x19a766){return _0x16ab78(_0x19a766);},'khEWv':_0x4b3121(0x1d2)};try{const _0x77d8f1=_0x146fd6[_0x4b3121(0x2b4)](require,_0x146fd6['khEWv']);return await _0x77d8f1[_0x4b3121(0x331)](_0x1a37a1);}catch(_0x8a304e){return logger[_0x4b3121(0x40a)](_0x4b3121(0x2c8)+(_0x8a304e[_0x4b3121(0x283)]||_0x8a304e[_0x4b3121(0x1ef)])),![];}}[a110_0x48e7f9(0x217)](_0x42c266,_0x1bc9bd,_0x3d1be4){const _0x40dddf=a110_0x48e7f9,_0x27b550={'kbkSa':function(_0x521a28,_0x4808e7){return _0x521a28(_0x4808e7);},'IJtme':_0x40dddf(0x3b8),'UgiJE':'\x22browserstack.user\x22:\x22[REDACTED]\x22','JKdrJ':_0x40dddf(0x3f5)};try{const _0x3ef964=_0x27b550[_0x40dddf(0x326)](require,_0x27b550['IJtme']);_0x3ef964[_0x40dddf(0x217)](_0x42c266,_0x1bc9bd,_0x3d1be4);const _0x2ff707=JSON[_0x40dddf(0x3bf)](_0x42c266)[_0x40dddf(0x2a4)](/"browserstack\.user":"[^"]*"/g,_0x27b550[_0x40dddf(0x324)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x27b550[_0x40dddf(0x1f8)]);logger[_0x40dddf(0x28f)](_0x40dddf(0x344)+global[_0x40dddf(0x251)]+'\x20'+_0x2ff707);}catch(_0x3c8d13){logger[_0x40dddf(0x40a)](_0x40dddf(0x2b9)+(_0x3c8d13['stack']||_0x3c8d13['message']));}}async['_pollUntilNonEmpty']({fetchFn:_0x48b928,isNonEmpty:_0x1447e0,resultDetail:_0x22e667,totalMs:_0x2f3288,intervalMs:_0x3fcf43,name:_0x454fe8}){const _0x5c8ad7=a110_0x48e7f9,_0x5a4bbb={'yrhPH':function(_0x1c7495,_0x373603){return _0x1c7495+_0x373603;},'NgbYf':function(_0x453f2d,_0x57692f){return _0x453f2d<_0x57692f;},'hHnUt':function(_0x29ce81){return _0x29ce81();},'qeeUk':function(_0x30b607,_0x37e9c2){return _0x30b607(_0x37e9c2);},'nwhbV':function(_0x4e1d1e,_0x5d2694){return _0x4e1d1e(_0x5d2694);},'TgaWa':function(_0xb96383,_0x422229){return _0xb96383>=_0x422229;},'deeiq':function(_0xe01cb0,_0xe0d067){return _0xe01cb0+_0xe0d067;},'cclpi':function(_0x3a52a7,_0x1b944f){return _0x3a52a7-_0x1b944f;},'bUQjK':function(_0x510b1f,_0x1c41a0){return _0x510b1f(_0x1c41a0);}},_0x1439c3=Date['now'](),_0x3f2a81=_0x5a4bbb[_0x5c8ad7(0x36d)](_0x1439c3,_0x2f3288);let _0xbddd86=0x0,_0x2e0e61=null,_0x235208=![];while(_0x5a4bbb[_0x5c8ad7(0x3b6)](Date['now'](),_0x3f2a81)){_0xbddd86++,_0x2e0e61=await _0x5a4bbb[_0x5c8ad7(0x230)](_0x48b928),_0x235208=_0x5a4bbb[_0x5c8ad7(0x3f2)](_0x1447e0,_0x2e0e61),logger['debug']('['+_0x454fe8+_0x5c8ad7(0x207)+_0xbddd86+'\x20'+_0x5a4bbb[_0x5c8ad7(0x3c0)](_0x22e667,_0x2e0e61));if(_0x235208)break;if(_0x5a4bbb[_0x5c8ad7(0x37a)](_0x5a4bbb['deeiq'](Date[_0x5c8ad7(0x1dc)](),_0x3fcf43),_0x3f2a81))break;await new Promise(_0xccf6a9=>setTimeout(_0xccf6a9,_0x3fcf43));}return!_0x235208&&logger[_0x5c8ad7(0x1f1)]('['+_0x454fe8+_0x5c8ad7(0x3f1)+_0xbddd86+'x\x20over\x20'+_0x5a4bbb[_0x5c8ad7(0x3ac)](Date[_0x5c8ad7(0x1dc)](),_0x1439c3)+_0x5c8ad7(0x213)+_0x5a4bbb[_0x5c8ad7(0x3d7)](_0x22e667,_0x2e0e61)+_0x5c8ad7(0x1ea)),_0x2e0e61;}async['getAppAccessibilityResults'](_0x1f60c0,_0x9ce52b){const _0x411cba=a110_0x48e7f9,_0x320351={};_0x320351[_0x411cba(0x32a)]='getResults',_0x320351[_0x411cba(0x269)]='[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary',_0x320351[_0x411cba(0x1f9)]=_0x411cba(0x1e8),_0x320351[_0x411cba(0x35f)]='[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x46a51a=_0x320351;try{const _0xe31681=process['env'][_0x411cba(0x300)]||'';logger[_0x411cba(0x2dc)](_0x411cba(0x2a8)+_0xe31681+_0x411cba(0x2d7)+_0x9ce52b+_0x411cba(0x339)+_0x1f60c0);const _0x44e3e9=await GrpcClient[_0x411cba(0x1f2)]()[_0x411cba(0x3a8)](_0xe31681,_0x9ce52b,_0x1f60c0,_0x46a51a[_0x411cba(0x32a)]);if(!_0x44e3e9||!_0x44e3e9[_0x411cba(0x1c1)])return logger[_0x411cba(0x1f1)](_0x46a51a[_0x411cba(0x269)]),[];const _0x22fae7=_0x44e3e9[_0x411cba(0x1c1)](),_0x51c3ad=Buffer[_0x411cba(0x3df)](_0x22fae7)[_0x411cba(0x24b)](_0x46a51a[_0x411cba(0x1f9)])['trim']();if(!_0x51c3ad)return logger[_0x411cba(0x1f1)](_0x46a51a[_0x411cba(0x35f)]),[];return JSON[_0x411cba(0x323)](_0x51c3ad);}catch(_0xf5c18e){return logger[_0x411cba(0x40a)](_0x411cba(0x313)+(_0xf5c18e[_0x411cba(0x283)]||_0xf5c18e[_0x411cba(0x1ef)])),[];}}async[a110_0x48e7f9(0x387)](_0x52bccd,_0x2e9a3e){const _0x57a3d1=a110_0x48e7f9,_0xf706d2={};_0xf706d2[_0x57a3d1(0x2d2)]=_0x57a3d1(0x20d),_0xf706d2[_0x57a3d1(0x24e)]=_0x57a3d1(0x24f),_0xf706d2['hpykM']=_0x57a3d1(0x1e8),_0xf706d2['tJeeJ']=_0x57a3d1(0x305);const _0x9eeb95=_0xf706d2;try{const _0x512e9c=process[_0x57a3d1(0x1e7)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||'';logger[_0x57a3d1(0x2dc)]('[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId='+_0x512e9c+_0x57a3d1(0x2d7)+_0x2e9a3e+_0x57a3d1(0x339)+_0x52bccd);const _0x46bce2=await GrpcClient[_0x57a3d1(0x1f2)]()[_0x57a3d1(0x3a8)](_0x512e9c,_0x2e9a3e,_0x52bccd,_0x9eeb95[_0x57a3d1(0x2d2)]);if(!_0x46bce2||!_0x46bce2[_0x57a3d1(0x1c1)])return logger['warn'](_0x9eeb95[_0x57a3d1(0x24e)]),{};const _0x10bff7=_0x46bce2[_0x57a3d1(0x1c1)](),_0x53e6c4=Buffer[_0x57a3d1(0x3df)](_0x10bff7)[_0x57a3d1(0x24b)](_0x9eeb95[_0x57a3d1(0x330)])['trim']();if(!_0x53e6c4)return logger[_0x57a3d1(0x1f1)](_0x9eeb95[_0x57a3d1(0x2b7)]),{};return JSON[_0x57a3d1(0x323)](_0x53e6c4);}catch(_0x2a5bbd){return logger['error'](_0x57a3d1(0x337)+(_0x2a5bbd[_0x57a3d1(0x283)]||_0x2a5bbd[_0x57a3d1(0x1ef)])),{};}}async[a110_0x48e7f9(0x2ff)](_0x51acf4){const _0x17d581=a110_0x48e7f9,_0x2b8495={};_0x2b8495['PGAYc']='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x2b8495[_0x17d581(0x345)]=function(_0x12311b,_0x20b72c){return _0x12311b>_0x20b72c;},_0x2b8495[_0x17d581(0x1de)]=_0x17d581(0x280);const _0x1b64e0=_0x2b8495;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x17d581(0x1f1)](_0x1b64e0[_0x17d581(0x22c)]),[];const _0xa30b5d=this[_0x17d581(0x1f7)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x17d581(0x3d1)]()}:{};_0x1b64e0[_0x17d581(0x345)](Object[_0x17d581(0x3ee)](_0xa30b5d)[_0x17d581(0x3e2)],0x0)&&logger[_0x17d581(0x28f)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x17d581(0x3bf)](_0xa30b5d));const _0x4c74c1=await this[_0x17d581(0x389)]({'fetchFn':()=>Object[_0x17d581(0x3ee)](_0xa30b5d)[_0x17d581(0x3e2)]>0x0?this['executeScriptByName'](_0x51acf4,_0x17d581(0x35b),_0xa30b5d):this[_0x17d581(0x2bc)](_0x51acf4,_0x17d581(0x35b)),'isNonEmpty':_0x23e789=>Array['isArray'](_0x23e789)&&_0x23e789['length']>0x0,'resultDetail':_0x869696=>_0x17d581(0x236)+(Array[_0x17d581(0x347)](_0x869696)?_0x869696[_0x17d581(0x3e2)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x1b64e0[_0x17d581(0x1de)]});return _0x4c74c1||[];}catch(_0x4f7927){return logger[_0x17d581(0x40a)](_0x17d581(0x390)+(_0x4f7927[_0x17d581(0x283)]||_0x4f7927[_0x17d581(0x1ef)])),[];}}async[a110_0x48e7f9(0x3da)](_0x27f908){const _0x32e042=a110_0x48e7f9,_0x4075de={'YNhLm':function(_0x3bd999,_0x31953e,_0x5c17f0){return _0x3bd999(_0x31953e,_0x5c17f0);},'baKkP':_0x32e042(0x3e9),'QMwiL':function(_0x2c8e1f,_0x423118){return _0x2c8e1f(_0x423118);},'atWHo':_0x32e042(0x20d),'qiOka':_0x32e042(0x2b6),'eQBkE':function(_0x4cabb0,_0x9ea490){return _0x4cabb0(_0x9ea490);},'rhCaX':_0x32e042(0x2dd),'OmkNA':function(_0x7ca7c0,_0x3be080){return _0x7ca7c0===_0x3be080;},'ZrxQL':_0x32e042(0x30b),'xmpgE':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','CWzTy':_0x32e042(0x1fc),'oozrq':_0x32e042(0x1e0),'rUgnx':_0x32e042(0x3da),'WOqPY':_0x32e042(0x371),'vfGCF':'Performing\x20scan\x20before\x20getting\x20results\x20summary','euAQh':_0x32e042(0x1fa),'lLZeo':_0x32e042(0x2a1),'dNcof':_0x32e042(0x1c4),'PBWNx':'object'};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x32e042(0x1f1)](_0x4075de[_0x32e042(0x3c9)]),{};const _0x14d575=_0x4075de['eQBkE'](require,_0x4075de[_0x32e042(0x26a)]),_0x172222=_0x14d575[_0x32e042(0x22b)](),_0x24cd16=_0x4075de['OmkNA'](_0x172222?.[_0x32e042(0x381)]?.[_0x32e042(0x2f3)](),_0x4075de[_0x32e042(0x287)]);let _0x42901b='',_0x2caa03=null,_0x62cbde=null;if(_0x24cd16){_0x2caa03=global[_0x32e042(0x22e)]||global[_0x32e042(0x248)]?.[_0x32e042(0x200)]?.[_0x32e042(0x3e6)]||global[_0x32e042(0x248)]?.[_0x32e042(0x200)]?.['id'];if(!_0x2caa03)return logger['warn'](_0x4075de[_0x32e042(0x260)]),{};try{const _0x32e19e=await GrpcClient[_0x32e042(0x1f2)]()[_0x32e042(0x340)](process['env'][_0x32e042(0x300)],_0x4075de[_0x32e042(0x392)],_0x4075de['atWHo'],_0x2caa03),_0x27508d=AccessibilityModule['loadDriverExecuteParams'](null,_0x32e19e);_0x42901b=_0x27508d?.[_0x32e042(0x2ec)]||'',logger[_0x32e042(0x28f)](_0x32e042(0x2f7)+_0x42901b+_0x32e042(0x397)+_0x2caa03);const _0x4055af=await AccessibilityModule[_0x32e042(0x39d)](_0x4075de[_0x32e042(0x1d9)],_0x42901b,_0x2caa03),_0x168173=this['getCapabilityValue'](_0x4075de[_0x32e042(0x24d)])||this['accessibilityConfig'][this[_0x32e042(0x1db)]]||null,_0x177409=process['env'][_0x32e042(0x2b5)]||'',_0x510a55=this[_0x32e042(0x382)](_0x4075de[_0x32e042(0x31c)],_0x42901b,_0x168173,_0x177409);_0x62cbde=_0x14d575[_0x32e042(0x36e)](_0x510a55,_0x4055af),logger[_0x32e042(0x28f)](_0x32e042(0x235)+JSON[_0x32e042(0x3bf)](_0x62cbde));}catch(_0x2a0163){return logger[_0x32e042(0x40a)](_0x32e042(0x1d3)+_0x2a0163['message']),{};}}else{_0x42901b=this[_0x32e042(0x36f)](_0x4075de[_0x32e042(0x2ad)])||'';!_0x42901b&&this['isMobileWebSession']()&&(_0x42901b=accessibilityHelper[_0x32e042(0x3d1)]());const _0x5eb52b=this[_0x32e042(0x36f)](_0x4075de[_0x32e042(0x24d)])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x101c0b=process['env'][_0x32e042(0x2b5)]||'';_0x62cbde=this[_0x32e042(0x382)](_0x4075de['rUgnx'],_0x42901b,_0x5eb52b,_0x101c0b);}logger[_0x32e042(0x28f)](_0x4075de[_0x32e042(0x277)]);const _0xd39ea4=0x15f90,_0x2181c5=0x1388;try{await PerformanceTester[_0x32e042(0x31e)](PerformanceA11yEvents[_0x32e042(0x2e8)],async()=>{const _0x5ecbbb=_0x32e042,_0x53006c={'luQtF':function(_0x234b6f,_0x50491a,_0x3ba235){const _0x5e133e=a110_0x4946;return _0x4075de[_0x5e133e(0x1ff)](_0x234b6f,_0x50491a,_0x3ba235);}},_0x2cfa54=this['executeScriptByName'](_0x27f908,_0x4075de['baKkP'],_0x62cbde);let _0x3e9072;const _0x13f5d2=new Promise((_0x117149,_0x4aca24)=>{const _0x296ffb=a110_0x4946;_0x3e9072=_0x53006c[_0x296ffb(0x258)](setTimeout,()=>_0x4aca24(new Error('performScan\x20capped\x20at\x20'+_0xd39ea4+'ms')),_0xd39ea4);});try{const _0x6b74de=await Promise[_0x5ecbbb(0x32c)]([_0x2cfa54,_0x13f5d2]);logger[_0x5ecbbb(0x28f)](_0x5ecbbb(0x27d)+util[_0x5ecbbb(0x2d1)](_0x6b74de));}finally{_0x4075de['QMwiL'](clearTimeout,_0x3e9072);}},{'command':_0x4075de[_0x32e042(0x31c)]})();}catch(_0x4f29b5){logger[_0x32e042(0x1f1)](_0x32e042(0x257)+_0x4f29b5[_0x32e042(0x1ef)]+'\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary'),global['__bstackA11yScanCapHit']={'reason':_0x4075de[_0x32e042(0x3b1)],'at':Date['now'](),'where':_0x4075de[_0x32e042(0x3d2)]},await new Promise(_0x3ca0d4=>setTimeout(_0x3ca0d4,_0x2181c5)),logger[_0x32e042(0x28f)]('[AccessibilityModule.getResultsSummary]\x20waited\x20'+_0x2181c5+_0x32e042(0x2c0));}const _0x35296a=await this[_0x32e042(0x389)]({'fetchFn':()=>PerformanceTester[_0x32e042(0x31e)](PerformanceA11yEvents[_0x32e042(0x2eb)],async()=>{const _0x32cd4d=_0x32e042;return await this['executeScriptByName'](_0x27f908,_0x4075de[_0x32cd4d(0x1d9)],_0x62cbde);})(),'isNonEmpty':_0x23317f=>_0x23317f&&typeof _0x23317f[_0x32e042(0x250)]==='number'&&_0x23317f['totalIssueCount']>0x0,'resultDetail':_0x4954ef=>_0x32e042(0x2e6)+(_0x4954ef&&typeof _0x4954ef[_0x32e042(0x250)]===_0x32e042(0x2b2)?_0x4954ef[_0x32e042(0x250)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x4075de['lLZeo']});if(!_0x35296a)return logger[_0x32e042(0x28f)](_0x4075de['dNcof']),{};return _0x4075de[_0x32e042(0x231)](typeof _0x35296a,_0x4075de[_0x32e042(0x3c7)])&&global['__bstackA11yScanCapHit']&&(_0x35296a[_0x32e042(0x296)]=!![],_0x35296a['degradedReason']=global[_0x32e042(0x3bc)][_0x32e042(0x37f)]),_0x35296a;}catch(_0x390054){return logger[_0x32e042(0x40a)](_0x32e042(0x32e)+(_0x390054[_0x32e042(0x283)]||_0x390054[_0x32e042(0x1ef)])),{};}}async[a110_0x48e7f9(0x1f6)](_0x38e8db,_0x126610,_0x547361=null){const _0x4af5f7=a110_0x48e7f9,_0x3d1b14={};_0x3d1b14[_0x4af5f7(0x274)]='performPageScan:\x20Page\x20is\x20null',_0x3d1b14[_0x4af5f7(0x26f)]='performPageScan:\x20Script\x20is\x20null',_0x3d1b14[_0x4af5f7(0x2a0)]=_0x4af5f7(0x409);const _0x121272=_0x3d1b14;try{if(!_0x38e8db)return logger[_0x4af5f7(0x28f)](_0x121272[_0x4af5f7(0x274)]),null;if(!_0x126610)return logger[_0x4af5f7(0x28f)](_0x121272[_0x4af5f7(0x26f)]),null;logger[_0x4af5f7(0x28f)](_0x121272[_0x4af5f7(0x2a0)]);const _0x56ff00=_0x547361?await _0x38e8db['evaluate'](_0x126610,_0x547361):await _0x38e8db[_0x4af5f7(0x362)](_0x126610);return _0x56ff00;}catch(_0x4cadf9){return logger[_0x4af5f7(0x40a)]('Error\x20in\x20performPageScan:\x20'+(_0x4cadf9[_0x4af5f7(0x283)]||_0x4cadf9['message'])),null;}}static['loadDriverExecuteParams'](_0x5052d5,_0x228d37){const _0x47d1f8=a110_0x48e7f9,_0x16e758={};_0x16e758['nAuNz']=_0x47d1f8(0x1e8);const _0x5c64ec=_0x16e758,_0x5b0e5a={};_0x5b0e5a[_0x47d1f8(0x2ec)]=_0x5052d5;const _0x466598=_0x5b0e5a;let _0x319374={};if(_0x228d37[_0x47d1f8(0x318)]()&&_0x228d37[_0x47d1f8(0x3e1)]())try{_0x319374=JSON[_0x47d1f8(0x323)](Buffer[_0x47d1f8(0x3df)](_0x228d37[_0x47d1f8(0x28d)]())[_0x47d1f8(0x24b)](_0x5c64ec[_0x47d1f8(0x373)]));}catch(_0x435dac){logger[_0x47d1f8(0x40a)](_0x47d1f8(0x1e1)+_0x435dac[_0x47d1f8(0x1ef)]),_0x319374={};}return CLIUtils[_0x47d1f8(0x36e)](_0x466598,_0x319374);}static async[a110_0x48e7f9(0x39d)](_0x55c1b2,_0x378226='',_0x4de401=null){const _0x277f34=a110_0x48e7f9,_0xfa61c1={};_0xfa61c1['lYxRL']=_0x277f34(0x30c),_0xfa61c1['PHdiA']='accessibility';const _0x4f837f=_0xfa61c1;try{if(!_0x4de401&&AccessibilityModule[_0x277f34(0x2ae)])return AccessibilityModule[_0x277f34(0x3dd)];if(!process[_0x277f34(0x1e7)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger['error'](_0x4f837f[_0x277f34(0x395)]),{};const _0x66dc01=await GrpcClient[_0x277f34(0x1f2)]()['fetchDriverExecuteParamsEvent'](process[_0x277f34(0x1e7)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x4f837f[_0x277f34(0x34d)],_0x55c1b2,_0x4de401),_0x3994e8=_0x4de401?AccessibilityModule[_0x277f34(0x377)](null,_0x66dc01)?.[_0x277f34(0x2ec)]||_0x378226:_0x378226,_0x279698=AccessibilityModule[_0x277f34(0x377)](_0x3994e8,_0x66dc01);return!_0x4de401&&(AccessibilityModule[_0x277f34(0x3dd)]=_0x279698,AccessibilityModule[_0x277f34(0x2ae)]=!![]),_0x279698;}catch(_0x503980){return logger['error'](_0x277f34(0x2db)+_0x55c1b2+':\x20'+(_0x503980[_0x277f34(0x283)]||_0x503980[_0x277f34(0x1ef)])),{};}}};module[a110_0x48e7f9(0x2fa)]=AccessibilityModule;
1
+ const a110_0xc523e5=a110_0x58ba;(function(_0x2b0458,_0x3c0ed7){const _0x571fa7=a110_0x58ba,_0x3b51c2=_0x2b0458();while(!![]){try{const _0x43cef6=parseInt(_0x571fa7(0x215))/0x1*(-parseInt(_0x571fa7(0x1fe))/0x2)+parseInt(_0x571fa7(0x177))/0x3*(-parseInt(_0x571fa7(0xd7))/0x4)+parseInt(_0x571fa7(0x2e1))/0x5+-parseInt(_0x571fa7(0x18d))/0x6*(parseInt(_0x571fa7(0x29e))/0x7)+-parseInt(_0x571fa7(0x267))/0x8*(parseInt(_0x571fa7(0x23e))/0x9)+parseInt(_0x571fa7(0x165))/0xa+parseInt(_0x571fa7(0x1fd))/0xb*(parseInt(_0x571fa7(0x1d7))/0xc);if(_0x43cef6===_0x3c0ed7)break;else _0x3b51c2['push'](_0x3b51c2['shift']());}catch(_0x4c72ac){_0x3b51c2['push'](_0x3b51c2['shift']());}}}(a110_0x3410,0x8e740));function a110_0x58ba(_0x1f8641,_0x39eba7){const _0x3410b1=a110_0x3410();return a110_0x58ba=function(_0x58ba14,_0x29184f){_0x58ba14=_0x58ba14-0xb8;let _0xc106be=_0x3410b1[_0x58ba14];return _0xc106be;},a110_0x58ba(_0x1f8641,_0x39eba7);}const BaseModule=require(a110_0xc523e5(0x2c8)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require('../cliUtils'),AutomationFramework=require(a110_0xc523e5(0x2fc)),TestFramework=require(a110_0xc523e5(0x174)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a110_0xc523e5(0x254)),GrpcClient=require('../grpcClient'),scripts=require(a110_0xc523e5(0x16d)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a110_0xc523e5(0x247)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a110_0xc523e5(0x126)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a110_0xc523e5(0x309)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a110_0xc523e5(0x1d4)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a110_0xc523e5(0x2e5)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper'),{FRAMEWORKS}=require('../../utils/constants.js');function a110_0x3410(){const _0x17be12=['oreHT','MYyMQ','REbjY','getResultResponse','Ehtgp','VvnbV','AccessibilityModule.getResults','cmGAX','bGtNq','hdAxR','MOBILE_SCANNING_DISABLED_WARNING','performPageScan','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.',',\x20tags=','\x22browserstack.key\x22:\x22[REDACTED]\x22','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','Vzwhn','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','edVRu','loadDriverExecuteParams','SSQzW','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','warn','aewpG','isVersionSupported','fetchCentralAuthA11yConfig','validatePlatformForAccessibility','SGwTE','wMcvp','launchCaps','TEST_INIT','kiePs','commandsList','accessibilityResult','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','getParamsForScanForCli','xkvPv','VNIiA','browserVersion','\x20testHubUuid=','titlePath','./baseModule','testFrameworkData','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','uAuWk','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','nNlZB','isPlatformSupported','lBMGf','xGwFc','assign','MPzVr','pid','trim','headless','parseFromProto','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','getValue','SAVE_RESULTS','DTvFt','spzrc','QQHKd','onBeforeExecute:\x20Command\x20','KEY_INIT','capabilitiesList','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','2525980CZLjxu','JrhHe','qWDcz','--headless=','../framework/constants/testFrameworkConstants.js','get','currentTest','testData','Scan\x20result:\x20','stopTestCapture','getResultsSummary','cwGLl','commandsToWrap','ohvHt','BROWSERSTACK_TEST_ACCESSIBILITY_YML','performScan\x20capped\x20at\x20','platformVersion','hCPxN','qJGUd','true','name','CaxPY',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','pHQrR','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','../framework/automationFramework','getCurrentAccessibilityStatus','browserstack.accessibilityOptions.scannerProcessingTimeout','cNHAC','GtcrD','ZbaIz','[AccessibilityModule]\x20onAfterTest:\x20framework=','utrsq','OTeZC','getTestDetails','_centralAuthA11yConfig','digest','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','../../../helpers/accessibility-automation/constants','uYGMv','luSvx',',\x20available\x20commands:\x20','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','mGuuq','lzIVL','pgqLK','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','kpBiP','ICwAf','capabilities','map','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','wrZGf','__jestCurrentTestIdentifier','KEY_TEST_NAME','PaYpv','getContext','delete','getPlatformCaps','measureWrapper','skipCDPConnectOverride','LKKsC','has','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','rNabF','GzZhj','getGoogleChromeOptions','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','ZvlaD','fEiGs','getAccessibilityConfig','_centralAuthConfigFetched','Running\x20Save\x20results\x20for\x20Accessibility\x20testing',']\x20poll\x20attempt=','includes','YRelf','YPlKF','gLpME','fhzhS','GPmSq','--headless=new','string','centralAuthHeader','DpuXD','jest','shouldScanCurrentTest','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','DnNsX','PbhSV','1144cIddjW','set','bind','chromeOptions','rBaoz','\x20worker=\x22','onBeforeExecute:\x20command=','OuQcl','SIHpq','uGLZS','ROHKZ','\x20env=','setAccessibilityToken','YVGHf',',\x20\x0a\x20','\x20result\x20for\x20','bAZcv','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','count=','keys','KRXWU',']\x20isEnabledTestcase\x20(cucumber)\x20result=',']\x20onAfterTest\x20should\x20scan=','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','_parseScriptsFromOptions','QdSUi',',\x20testCaseEnabled=','__bstackA11yScanCapHit','Page\x20','ILQlJ','getResults',']\x20should\x20run\x20accessibility\x20value=','Processed\x20accessibility\x20caps\x20','getCommandsList','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','Executing\x20','BtHrc','isMobileScanningEnabledForGroup','accessibility','MrFYe','length','SCAN_CAP_HIT','browserstack.accessibilityOptions.scannerVersion','ztzbv','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','fetchDriverExecuteParamsEvent','info','args','getIsAppAccessibility','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','QbOtn','wcagVersion','XxsSS','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','getTestFrameworkDetail','test_run_id','suLHU','bZVuO','Performing\x20scan\x20before\x20from\x20cli','format','debug','KEY_TEST_SCOPES',']\x20isEnabledTestcase\x20(','eBLVu','executeScript','onlFp','thTestRunUuid','koyGI','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20','Error\x20in\x20shouldScanForCommand:\x20','Error\x20in\x20performScanForCli\x20for\x20script\x20','../../../helpers/helper','testFramework',']\x20Accessibility\x20configuration\x20initialized\x20successfully','cucumber','hiZCb','UvDlM','QjCPx','mJwnI','../../../helpers/performance/constants.js','includeTagsInTestingScope','accessibilityToken','dPuaR','unknown','vermG','on\x20non-BrowserStack\x20infrastructure\x20','WoEBQ','ms\x20—\x20cache\x20never\x20populated\x20(','CIhTp','vtdMs','fwsld','concat','env','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','yHgfE','update','bGDiV','YDKnx','shouldScanForCommand:\x20','getScript','createHash','initAccessibilityConfig','qlBFJ','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','hEmWj',',\x20testName=','finishScanningForCli','puQMx','loadAccessibilityConfig','testInfo','qOdDY','split','null','NON_BROWSERSTACK_AUTOMATION_SESSIONS','version','kVyDo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','toJson','platformCaps','uEucq','getData','KkmJs','TBISB','EiLQm','browserStackEvaluate','itPlV','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','WgyoH','aFEcY','jVFXr','testAnalyticsId','\x20->\x20','cGipI',')\x20result=','zJWKz','utf-8','isAccessibilityScriptCommand','cevIe','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','HXhpG','SEPcu','7068400lMyLpt','RoUCJ','end','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','accessibilityPlatform','\x20token_fp=','platformName','WMrAx','../../../helpers/accessibility-automation/scripts','getSuccess','HXTPc',',\x20sessionId=','qvVvY','sha256','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','../framework/testFramework','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','6123hTOnXY','exports','PERFORM_SCAN','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','Error\x20in\x20getAccessibilityResults:\x20','nuuCJ','VNxWe','DGdgN','JEST_WORKER_ID','testRunId','ScanArgs:\x20','dMUfO','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','testhub_build_uuid','MkKEG','XLKBl','parseA11yJwtPayload','mlKqc','getCapabilities','number','roloV','onBeforeExecute','6ldboMI','driver','CQKct','nhLMM','getTesthub','PTDBo','getAccessibilityResults','centralAuthToken','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','aHBnM',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','setShouldScanCurrentTest','degraded','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','_pollUntilNonEmpty','ACCESSIBILITY_INITIALIZED','gwaJb','applySendMessageToServerPatch','[App-A11y]\x20Scan\x20result\x20for\x20','isBrowserstackScriptCommand','iFsiu','options','getCurrentInstanceName','adrfv','MergedScanArgs:\x20','scan','isEnabled',',\x20includeTags=','RYHCa','iExho','_mobileScanningDisabledLogged','PlJsv','getCommandsToWrap','LoeNX','ocfxO','lqRVz','getInstance','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','EbUpR','function','qmnFw','eSxPb','browser_version','\x20from\x20testIdentifier=','yTVvA','getCapabilityValue','degradedReason','getLogDisabledShown','../cliUtils','[AccessibilityModule.getResultsSummary]\x20waited\x20','BROWSERSTACK_TESTHUB_JWT','some','uohFW','isEnabledTestcase','[platform\x20-\x20','iHqDF','ghPnd','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','../../playwright/accessibility-helper','totalIssueCount','WkbYa','eRIao','WDwfw','Context','now','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','chrome','evaluate','getBrowserDisplayName','getAccessibility','MODULE_NAME','util','getScriptsList','pwPage','1572oUkAxL','LEOKK','afterTestHook','EmbNf','wZcYA','message','NODE_GENERIC','XRRED','fPlKq','isPlatformSupported:\x20caps\x20are\x20null','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','ewSWS','FFoOm','uZpRV','getPlatformIndex','find','mergeObject','jNTUu','authHeader','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','\x20script\x20available\x20in\x20scriptsList','dlERz','platformValidation','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','patchSendMessageToServer','IDdfW','uqtFp','dgtER',',\x20testRunId=','aEEzi','CnDsA','onBeforeTest','main','LOG_DISABLED_SHOWN','KYxJw','gHNig','getScriptByName','getBuildId','83347eguzWc','2esBkfg','test-tags-->\x20','requiresChromeOptionsValidation','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','onAfterTest','PUAJL','instance','KQQNq','parse','lVdPO','dKYkB','hex','_sendMessageServerPatchApplied','OPMKA','\x20script\x20available','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','isArray','Error\x20executing\x20script\x20','resolveMobileThTestRunUuid','GtOAh','from','not-array','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','95131TLYQIr','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','replace','startsWith','slice','Error\x20getting\x20script\x20by\x20name\x20','getTrackedInstance',',\x20isAppAccessibility=','toString','getAccessibilityResultsSummary','BpMQc','cjBKP','DRIVER_INIT','TVczV','DwzhW','hrCeY','__accessibilityOptions','SyWHn','AaWrJ','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','browser',',\x20excludeTags=','getTestId','executeScriptByName','command','setShouldScan','bktbD','AXUsA','android','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','isAppAccessibility','Error\x20in\x20stopTestCapture:\x20','error',']\x20polled\x20','toLowerCase','performPageScan:\x20Page\x20is\x20null','excludeTagsInTestingScope','DRIVER_HAS_URL','getOptions','20817MRGsQt','BYSND','fgjUG','reason','stringify','performScanForCli','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','goog:chromeOptions','testcafe','../../../helpers/performance/performance-tester.js','browserName','imJXi','isFinite','sYXeZ','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','../../utils/playwright-patcher','KEY_TESTHUB_BUILD_ID','jpgsN','getName','page','flQrr','getAppAccessibilityResults','../state/hookState','No\x20summaryResults\x20found.','value','ptHBY','saveResults','gjWgk','KZOSu','stack','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','../../../helpers/accessibility-automation/helper','\x22browserstack.user\x22:\x22[REDACTED]\x22','isMobileWebSession','SpcHC','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','totalIssueCount=','POST','\x22\x20pid=','meqip','test_tags','1064kqXjAT','isAccessibilityAutomationSession','getState','vxWQx','BROWSERSTACK_CLI_BIN_SESSION_ID','kbtlL','IalIw','Error\x20in\x20initAccessibilityConfig:\x20','--headless','executeScriptByName:\x20No\x20','__workerDetails','join','uqenE','a11y:save-results','kfXVW','TPaCW','performScan','MmoLu','FwYce','onBeforeExecute:\x20No\x20command\x20name\x20provided','browserstack.accessibilityOptions.authToken','performScanForCli:\x20No\x20','processAccessibilityCaps','rbMte','uMAVb','CzcbT','accessibilityConfig','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','jMiOE','azEjr','FauIk','is_mobile_session','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','QTWVf','SDK_ACCESSIBILITY_CONFIG','registerObserver','commandName','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','isBrowserSupportedForAccessibility','x\x20over\x20','FRJpW','browserstack_executor','EXECUTE','LopdU','\x20using\x20script:\x20','toObject','xoFrh','scannerVersion','VrFpI','Performing\x20scan\x20before\x20getting\x20results\x20summary','mlMHK','updateData','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','setAccessibilityConfig','4442543vSQwhg'];a110_0x3410=function(){return _0x17be12;};return a110_0x3410();}class AccessibilityModule extends BaseModule{static [a110_0xc523e5(0x1d3)]=AccessibilityModule['name'];static [a110_0xc523e5(0xc5)]=![];static [a110_0xc523e5(0x306)]={};constructor(_0x66b414){const _0x440310=a110_0xc523e5,_0x53f9cb={};_0x53f9cb['rIjlj']=function(_0x4351e8,_0x6434c5){return _0x4351e8===_0x6434c5;},_0x53f9cb[_0x440310(0x288)]=_0x440310(0x316),_0x53f9cb[_0x440310(0x26d)]=_0x440310(0x19c),_0x53f9cb[_0x440310(0x2a1)]=_0x440310(0x23c),_0x53f9cb[_0x440310(0x2a8)]=_0x440310(0x184);const _0x130eab=_0x53f9cb;super(),AutomationFramework[_0x440310(0x28a)](AutomationFrameworkState[_0x440310(0x292)],HookState['PRE'],this[_0x440310(0x18c)][_0x440310(0xd9)](this)),AutomationFramework[_0x440310(0x28a)](AutomationFrameworkState['CREATE'],HookState[_0x440310(0x263)],this['onBeforeTest'][_0x440310(0xd9)](this)),AutomationFramework[_0x440310(0x28a)](AutomationFrameworkState['QUIT'],HookState['PRE'],this['onAfterTest']['bind'](this)),this['isEnabled']=!![],this[_0x440310(0x281)]=_0x66b414[_0x440310(0x295)](),this['accessibility']=new Map(),this[_0x440310(0x1f8)]=new Map(),this[_0x440310(0x235)]=_0x66b414[_0x440310(0x107)]?.()||![],this[_0x440310(0x314)]=[],this[_0x440310(0x20a)]=![],this[_0x440310(0x1ab)]=![],this['setAccessibilityToken'](_0x66b414[_0x440310(0x23d)]()['getCapabilitiesList']());const _0x318577=CLIUtils[_0x440310(0x10d)]();_0x318577&&_0x130eab['rIjlj'](_0x318577[_0x440310(0x2f5)],FRAMEWORKS[_0x440310(0x1dd)])&&this[_0x440310(0xef)](_0x66b414[_0x440310(0x23d)]()),logger[_0x440310(0x113)](_0x130eab[_0x440310(0x288)]),this[_0x440310(0x2de)]=_0x130eab[_0x440310(0x26d)],this['KEY_DRIVER_HAS_URL']=_0x130eab[_0x440310(0x2a1)],this[_0x440310(0x24e)]=_0x130eab['hdAxR'];}[a110_0xc523e5(0x1a7)](){const _0x388c3a=a110_0xc523e5;return this[_0x388c3a(0x1a7)];}['getModuleName'](){const _0x28b382=a110_0xc523e5;return AccessibilityModule[_0x28b382(0x1d3)];}[a110_0xc523e5(0x2fd)](){const _0x5350b7=a110_0xc523e5;return this[_0x5350b7(0xfd)][_0x5350b7(0x2e6)](CLIUtils[_0x5350b7(0x1a3)](),![]);}[a110_0xc523e5(0x1bc)](){const _0x580db0=a110_0xc523e5;return this[_0x580db0(0x1f8)][_0x580db0(0x2e6)](CLIUtils['getCurrentInstanceName'](),![]);}['setLogDisabledShown'](_0x4a3498){const _0xf69c8f=a110_0xc523e5;this['LOG_DISABLED_SHOWN'][_0xf69c8f(0xd8)](CLIUtils[_0xf69c8f(0x1a3)](),_0x4a3498);}[a110_0xc523e5(0x19e)](){const _0x4e2b71=a110_0xc523e5,_0x3eedbd={'pgqLK':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','wZcYA':function(_0x2032e8,_0x545b0f){return _0x2032e8(_0x545b0f);},'eSxPb':_0x4e2b71(0x24d),'SIHpq':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','eBLVu':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x4e2b71(0x20a)]){logger[_0x4e2b71(0x113)](_0x3eedbd[_0x4e2b71(0x310)]);return;}try{const _0x55acc6=_0x3eedbd[_0x4e2b71(0x1db)](require,_0x3eedbd[_0x4e2b71(0x1b6)]);_0x55acc6&&_0x55acc6[_0x4e2b71(0x1ef)]?(_0x55acc6[_0x4e2b71(0x1ef)](),this[_0x4e2b71(0x20a)]=!![],logger[_0x4e2b71(0x113)](_0x3eedbd[_0x4e2b71(0xdf)])):logger[_0x4e2b71(0x113)](_0x3eedbd[_0x4e2b71(0x116)]);}catch(_0x20e865){logger[_0x4e2b71(0x113)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util['format'](_0x20e865));}}[a110_0xc523e5(0x2ce)](_0x461cc1=null,_0x19d223=null,_0x2bb205=null){const _0xaf8c52=a110_0xc523e5,_0x3d09f6={'xoFrh':function(_0x4281ff,_0xe3b05a){return _0x4281ff&&_0xe3b05a;},'BYSND':_0xaf8c52(0x1e0),'YDKnx':function(_0x378333,_0x3c55a9){return _0x378333(_0x3c55a9);},'gyyEb':_0xaf8c52(0x11e),'AXUsA':_0xaf8c52(0x10c),'SwxBS':'appium:platformName','GPmSq':function(_0x316a78,_0x582d86){return _0x316a78===_0x582d86;},'wMcvp':'android','kbtlL':'appium:platformVersion','fhzhS':function(_0xff55dc,_0xf3160b){return _0xff55dc!==_0xf3160b;},'rlfIj':function(_0x2217f2,_0x2e955a){return _0x2217f2!==_0x2e955a;},'OraHf':function(_0x321435,_0x57e43d,_0x3eab44){return _0x321435(_0x57e43d,_0x3eab44);},'SpcHC':function(_0x4a42c6,_0x7626ee){return _0x4a42c6(_0x7626ee);},'mlKqc':function(_0x410bc4,_0x1805b8){return _0x410bc4(_0x1805b8);},'OuQcl':function(_0xdb7ba3,_0x57f408){return _0xdb7ba3<_0x57f408;},'zJWKz':_0xaf8c52(0x14c),'xkvPv':function(_0x347715,_0x459812){return _0x347715===_0x459812;},'CnDsA':_0xaf8c52(0x2f4),'PlJsv':function(_0x5b723e,_0x2a1ba6){return _0x5b723e===_0x2a1ba6;},'CIhTp':_0xaf8c52(0xcf),'cevIe':_0xaf8c52(0xbc),'ocfxO':_0xaf8c52(0x245),'VNIiA':function(_0x26c0d9,_0x58d2b7){return _0x26c0d9!==_0x58d2b7;},'KZOSu':'latest','MmoLu':function(_0x48705d){return _0x48705d();},'LKKsC':_0xaf8c52(0x12c),'KRXWU':function(_0x743c38,_0xfd3377){return _0x743c38-_0xfd3377;},'FwYce':function(_0x38a283,_0x1229b9){return _0x38a283(_0x1229b9);},'aEEzi':function(_0x3f0925,_0x18dac0){return _0x3f0925!==_0x18dac0;},'riFbq':function(_0xb20bff,_0x5c4b5d){return _0xb20bff>_0x5c4b5d;},'WgyoH':function(_0x302459,_0x86ee3d){return _0x302459(_0x86ee3d);},'dlERz':function(_0x165040,_0x12da50){return _0x165040(_0x12da50);},'OOFAH':_0xaf8c52(0x135)};try{if(_0x3d09f6[_0xaf8c52(0x296)](!_0x19d223,!_0x2bb205))return logger[_0xaf8c52(0x113)](_0x3d09f6[_0xaf8c52(0x23f)]),![];const {isUndefined:_0x332b3d,isBrowserstackInfra:_0x56ab02}=_0x3d09f6[_0xaf8c52(0x139)](require,_0x3d09f6['gyyEb']);if(!accessibilityHelper[_0xaf8c52(0x268)]())return logger[_0xaf8c52(0x113)](_0x3d09f6[_0xaf8c52(0x231)]),![];if(this[_0xaf8c52(0x235)]){const _0x59ae95=(_0x19d223[_0xaf8c52(0x16b)]||_0x19d223[_0x3d09f6['SwxBS']]||'')[_0xaf8c52(0x239)]();if(_0x3d09f6['GPmSq'](_0x59ae95,_0x3d09f6[_0xaf8c52(0x2bb)])){const _0x24a699=_0x19d223[_0x3d09f6[_0xaf8c52(0x26c)]]||_0x19d223[_0xaf8c52(0x2f1)];if(_0x3d09f6[_0xaf8c52(0xcc)](_0x24a699,undefined)&&_0x3d09f6['rlfIj'](_0x24a699,null)){const _0x12571b=_0x3d09f6['OraHf'](parseInt,_0x3d09f6[_0xaf8c52(0x260)](String,_0x24a699)[_0xaf8c52(0x147)]('.')[0x0],0xa);if(!_0x3d09f6[_0xaf8c52(0x188)](isNaN,_0x12571b)&&_0x3d09f6[_0xaf8c52(0xde)](_0x12571b,0xb))return logger['warn'](_0xaf8c52(0x2fb)+_0x24a699),![];}}return!![];}const _0x4f87df=_0x19d223[_0xaf8c52(0x248)]||_0x19d223[_0xaf8c52(0x22a)],_0x7d8d44=_0x19d223['browserVersion']||_0x19d223[_0xaf8c52(0x1b7)];if(!accessibilityHelper[_0xaf8c52(0x28e)](_0x4f87df))return logger[_0xaf8c52(0x2b5)](_0x3d09f6[_0xaf8c52(0x15e)]),![];if(accessibilityHelper[_0xaf8c52(0x200)](_0x4f87df))try{const _0x368703=_0x19d223[_0xaf8c52(0x2d5)],_0xa2af0d=_0x3d09f6[_0xaf8c52(0xcd)](_0x368703,!![])||_0x3d09f6[_0xaf8c52(0x2c3)](_0x368703,_0x3d09f6[_0xaf8c52(0x1f5)])||_0x3d09f6[_0xaf8c52(0x1ac)](typeof _0x368703,_0x3d09f6[_0xaf8c52(0x12f)])&&_0x3d09f6[_0xaf8c52(0x1ac)](_0x368703['toLowerCase'](),_0x3d09f6[_0xaf8c52(0x1f5)]);if(_0xa2af0d)return logger['warn'](_0x3d09f6['cevIe']),![];const _0x3ce5f7=_0x19d223?.[_0xaf8c52(0xda)]?.['args']||_0x19d223?.[_0x3d09f6[_0xaf8c52(0x1af)]]?.[_0xaf8c52(0x106)]||[];if(Array['isArray'](_0x3ce5f7)&&_0x3ce5f7[_0xaf8c52(0x1c0)](_0x1201a3=>typeof _0x1201a3==='string'&&(_0x1201a3===_0xaf8c52(0x26f)||_0x1201a3[_0xaf8c52(0x219)](_0xaf8c52(0x2e4))&&_0x1201a3!==_0xaf8c52(0xce))))return logger['warn'](_0x3d09f6[_0xaf8c52(0x161)]),![];}catch(_0x23cba6){logger['debug']('Error\x20checking\x20headless\x20capability:\x20'+util[_0xaf8c52(0x112)](_0x23cba6));}if(_0x3d09f6[_0xaf8c52(0x2c4)](_0x7d8d44,_0x3d09f6[_0xaf8c52(0x25a)])){const _0x14b748=_0x3d09f6[_0xaf8c52(0x278)](_0x56ab02),_0x5b5af7=accessibilityHelper['getMinVersionForBrowser'](_0x4f87df,_0x14b748),_0x34b364=accessibilityHelper[_0xaf8c52(0x1d1)](_0x4f87df);if(!accessibilityHelper[_0xaf8c52(0x2b7)](_0x7d8d44,_0x5b5af7)){const _0x38478f=_0x14b748?'':_0x3d09f6[_0xaf8c52(0xba)],_0x849352=Number[_0xaf8c52(0x24a)](_0x3d09f6[_0xaf8c52(0x188)](parseFloat,_0x5b5af7))?_0x3d09f6[_0xaf8c52(0xeb)](_0x3d09f6[_0xaf8c52(0x279)](parseFloat,_0x5b5af7),0x1):_0x5b5af7;return logger[_0xaf8c52(0x2b5)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x34b364+'\x20browser\x20version\x20greater\x20than\x20'+_0x849352+'\x20'+_0x38478f+'.'),![];}}else{const _0x38426d=_0x19d223[_0xaf8c52(0x2c5)]||_0x19d223[_0xaf8c52(0x1b7)]||_0x19d223[_0xaf8c52(0x14a)];if(_0x38426d&&_0x3d09f6[_0xaf8c52(0x1f4)](_0x38426d,_0x3d09f6[_0xaf8c52(0x25a)])&&!_0x3d09f6['riFbq'](_0x3d09f6[_0xaf8c52(0x157)](parseFloat,_0x38426d),_0x3d09f6[_0xaf8c52(0x1ec)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0xaf8c52(0x2b5)](_0x3d09f6['OOFAH']),![];}return!![];}catch(_0x13c856){return logger[_0xaf8c52(0x113)]('Exception\x20in\x20isPlatformSupported:\x20'+_0x13c856['message']),![];}}['isEnabledTestcase'](_0x495e13=[],_0x5241d9,_0x536881=a110_0xc523e5(0x121)){const _0xcf601e=a110_0xc523e5,_0x2b9f34={'azEjr':function(_0x2430eb,_0x32abde){return _0x2430eb===_0x32abde;},'edVRu':_0xcf601e(0xd2),'vxWQx':function(_0x51c209,_0x20eaf7){return _0x51c209||_0x20eaf7;},'WDwfw':function(_0x39ad72,_0x425e7a){return _0x39ad72===_0x425e7a;},'fiHgr':function(_0x25b491,_0x486a18){return _0x25b491&&_0x486a18;},'AaWrJ':_0xcf601e(0x12a),'ImpmN':function(_0x2ac072,_0x32bf2e){return _0x2ac072(_0x32bf2e);},'flQrr':function(_0x22641d,_0x3bd392){return _0x22641d>_0x3bd392;},'puQMx':function(_0x253e35,_0x2e5b32){return _0x253e35&&_0x2e5b32;}};try{const _0x291221=process[_0xcf601e(0x133)][_0xcf601e(0x19a)]?JSON[_0xcf601e(0x206)](process[_0xcf601e(0x133)][_0xcf601e(0x19a)]):null;if(!_0x291221)return!![];const _0xe00099=Array['isArray'](_0x291221[_0xcf601e(0x127)])?_0x291221['includeTagsInTestingScope']:[],_0x54de4a=Array['isArray'](_0x291221['excludeTagsInTestingScope'])?_0x291221[_0xcf601e(0x23b)]:[];if(_0x2b9f34[_0xcf601e(0x284)](_0x536881,_0x2b9f34[_0xcf601e(0x2b1)])||_0x2b9f34[_0xcf601e(0x284)](_0x536881,FRAMEWORKS[_0xcf601e(0x1dd)])){let _0x22a2af;Array[_0xcf601e(0x20e)](_0x495e13)?_0x22a2af=_0x495e13[_0xcf601e(0x272)]('\x20'):_0x22a2af=_0x2b9f34[_0xcf601e(0x26a)](_0x495e13,'');const _0x3a8f18=_0x1a34c6=>_0x536881===FRAMEWORKS[_0xcf601e(0x1dd)]&&typeof _0x1a34c6===_0xcf601e(0xcf)?_0x1a34c6[_0xcf601e(0x218)](/^@/,'')[_0xcf601e(0x239)]()['trim']():_0x1a34c6,_0x24c887=_0x2b9f34[_0xcf601e(0x284)](_0x536881,FRAMEWORKS[_0xcf601e(0x1dd)])?_0x22a2af[_0xcf601e(0x239)]():_0x22a2af,_0x5de1ef=_0x54de4a[_0xcf601e(0x1c0)](_0x574229=>_0x24c887[_0xcf601e(0xc8)](_0x3a8f18(_0x574229))),_0xc09e2f=_0x2b9f34['WDwfw'](_0xe00099[_0xcf601e(0xff)],0x0)||_0xe00099['some'](_0x51c13f=>_0x24c887[_0xcf601e(0xc8)](_0x3a8f18(_0x51c13f))),_0x3eea36=_0x2b9f34['fiHgr'](!_0x5de1ef,_0xc09e2f);return logger[_0xcf601e(0x113)]('[platform\x20-\x20'+(_0x5241d9?.[_0xcf601e(0x1e5)]?.()||_0x2b9f34[_0xcf601e(0x228)])+_0xcf601e(0x115)+_0x536881+_0xcf601e(0x15d)+_0x3eea36+_0xcf601e(0x141)+_0x22a2af+_0xcf601e(0x1a8)+JSON[_0xcf601e(0x242)](_0xe00099)+_0xcf601e(0x22b)+JSON[_0xcf601e(0x242)](_0x54de4a)),_0x3eea36;}const _0xe7cf69=Array[_0xcf601e(0x20e)](_0x495e13)?_0x495e13:[];let _0x3275a7=![],_0x28a841=_0x2b9f34[_0xcf601e(0x1cb)](_0xe00099['length'],0x0);const _0x5b974a=_0x233d73=>typeof _0x233d73===_0xcf601e(0xcf)?_0x233d73['replace'](/^@/,'')['toLowerCase']()[_0xcf601e(0x2d4)]():_0x233d73,_0x142e2e=new Set(_0xe00099['map'](_0x5b974a)),_0x18910b=new Set(_0x54de4a[_0xcf601e(0x315)](_0x5b974a));for(const _0x547d85 of _0xe7cf69){const _0x4f457c=_0x2b9f34['ImpmN'](_0x5b974a,_0x547d85);_0x18910b[_0xcf601e(0xbb)](_0x4f457c)&&(_0x3275a7=!![]),_0x2b9f34[_0xcf601e(0x252)](_0x142e2e['size'],0x0)&&_0x142e2e[_0xcf601e(0xbb)](_0x4f457c)&&(_0x28a841=!![]);}const _0x5a44b6=_0x2b9f34[_0xcf601e(0x143)](_0x28a841,!_0x3275a7);return logger['debug'](_0xcf601e(0x1c3)+(_0x5241d9?.[_0xcf601e(0x1e5)]?.()||_0x2b9f34[_0xcf601e(0x228)])+_0xcf601e(0xec)+_0x5a44b6+_0xcf601e(0x2ac)+JSON[_0xcf601e(0x242)](_0xe7cf69)+_0xcf601e(0x1a8)+JSON[_0xcf601e(0x242)](_0xe00099)+_0xcf601e(0x22b)+JSON[_0xcf601e(0x242)](_0x54de4a)),_0x5a44b6;}catch(_0x346ec4){return logger[_0xcf601e(0x113)](_0xcf601e(0x1c3)+(_0x5241d9?.['getPlatformIndex']?.()||_0x2b9f34['AaWrJ'])+_0xcf601e(0x2f7)+_0x346ec4[_0xcf601e(0x1dc)]),![];}}async[a110_0xc523e5(0x1f6)](_0x4726eb){const _0x25247b=a110_0xc523e5,_0x18f226={};_0x18f226[_0x25247b(0x14b)]=function(_0x1021f1,_0x3f900c){return _0x1021f1!==_0x3f900c;},_0x18f226[_0x25247b(0x18f)]=_0x25247b(0x121),_0x18f226[_0x25247b(0x312)]=function(_0x4612b6,_0x46ce29){return _0x4612b6!==_0x46ce29;},_0x18f226['gwaJb']=_0x25247b(0xd2),_0x18f226[_0x25247b(0x1b5)]=_0x25247b(0x246),_0x18f226['kfXVW']=function(_0x1df494,_0x1df233){return _0x1df494===_0x1df233;},_0x18f226[_0x25247b(0x182)]='true',_0x18f226['aewpG']=function(_0x39f723,_0x59c806){return _0x39f723&&_0x59c806;},_0x18f226['DGdgN']=_0x25247b(0x2bd),_0x18f226['suLHU']=_0x25247b(0xe8),_0x18f226[_0x25247b(0x102)]=_0x25247b(0x282),_0x18f226[_0x25247b(0x1c5)]=_0x25247b(0x222),_0x18f226[_0x25247b(0xe4)]=function(_0x46ccab,_0x371875){return _0x46ccab===_0x371875;},_0x18f226[_0x25247b(0x249)]=_0x25247b(0x28c),_0x18f226[_0x25247b(0x1e4)]=function(_0x133619,_0x5c8c38){return _0x133619===_0x5c8c38;},_0x18f226[_0x25247b(0x17d)]='Unknown\x20Test',_0x18f226[_0x25247b(0x27e)]=function(_0x353028,_0x31db59){return _0x353028>_0x31db59;},_0x18f226['dPuaR']=function(_0x16bf16,_0x170d19){return _0x16bf16===_0x170d19;},_0x18f226[_0x25247b(0x257)]=_0x25247b(0x1b4),_0x18f226[_0x25247b(0x2dc)]=_0x25247b(0x266),_0x18f226[_0x25247b(0x16f)]=_0x25247b(0x12a);const _0x3e8d2e=_0x18f226;if(_0x3e8d2e[_0x25247b(0x14b)](_0x4726eb['testFramework'],_0x3e8d2e[_0x25247b(0x18f)])&&_0x3e8d2e[_0x25247b(0x312)](_0x4726eb[_0x25247b(0x11f)],_0x3e8d2e[_0x25247b(0x19d)])&&_0x3e8d2e[_0x25247b(0x14b)](_0x4726eb[_0x25247b(0x11f)],_0x3e8d2e[_0x25247b(0x1b5)])&&_0x3e8d2e[_0x25247b(0x14b)](_0x4726eb['testFramework'],FRAMEWORKS[_0x25247b(0x1dd)])){logger[_0x25247b(0x113)](_0x25247b(0x2cc)+_0x4726eb[_0x25247b(0x11f)]+')');return;}try{const _0x1898b1=AutomationFramework[_0x25247b(0x21c)](),_0x374d50=TestFramework[_0x25247b(0x21c)](),_0x4242b8=_0x4726eb[_0x25247b(0x251)]||global[_0x25247b(0x271)]?.[_0x25247b(0x1d6)]||null;if(_0x3e8d2e[_0x25247b(0x275)](_0x4726eb[_0x25247b(0x11f)],_0x3e8d2e[_0x25247b(0x1b5)])){const _0x5c9e02=_0x4726eb[_0x25247b(0x14e)]||_0x1898b1&&_0x1898b1[_0x25247b(0x31d)]&&_0x1898b1[_0x25247b(0x31d)]()||_0x1898b1&&_0x1898b1[_0x25247b(0x189)]&&_0x1898b1[_0x25247b(0x189)]()||{},_0x18ca40=_0x4726eb[_0x25247b(0x2bc)]||null,_0x137a2d=this[_0x25247b(0x2ce)](_0x1898b1,_0x5c9e02,_0x18ca40),_0x3cfab0=CLIUtils[_0x25247b(0x1a3)]();this[_0x25247b(0xfd)][_0x25247b(0xd8)](_0x3cfab0,_0x137a2d);global[_0x25247b(0x1cc)]?.[_0x25247b(0x31b)]&&global[_0x25247b(0x1cc)][_0x25247b(0x31b)]()['setShouldScan'](_0x137a2d);_0x137a2d?(global[_0x25247b(0x169)]=!![],process[_0x25247b(0x133)][_0x25247b(0x2ef)]=_0x3e8d2e[_0x25247b(0x182)]):global['accessibilityPlatform']=![];logger[_0x25247b(0x113)](_0x25247b(0x175)+_0x137a2d);return;}if(_0x3e8d2e[_0x25247b(0x275)](_0x4726eb['testFramework'],FRAMEWORKS[_0x25247b(0x1dd)])){const _0x2b14f7=_0x4726eb[_0x25247b(0x2e8)]||{},_0x49c076=_0x2b14f7[TestFrameworkConstants[_0x25247b(0x114)]],_0x2bd9ed=_0x2b14f7[TestFrameworkConstants[_0x25247b(0x319)]]||'',_0x780834=(Array['isArray'](_0x49c076)?_0x49c076[_0x25247b(0x132)](_0x2bd9ed)[_0x25247b(0x272)]('\x20'):_0x2bd9ed)[_0x25247b(0x2d4)](),_0x1d1500=_0x4726eb[_0x25247b(0x14e)]||_0x1898b1&&_0x1898b1[_0x25247b(0x31d)]&&_0x1898b1['getPlatformCaps']()||_0x1898b1&&_0x1898b1[_0x25247b(0x189)]&&_0x1898b1[_0x25247b(0x189)]()||{},_0xb42aaf=this[_0x25247b(0x2ce)](_0x1898b1,_0x1d1500,_0x4726eb['launchCaps']||null),_0x4b50fc=this[_0x25247b(0x1c2)](_0x780834,_0x1898b1,FRAMEWORKS[_0x25247b(0x1dd)]),_0x7e5d55=_0x3e8d2e['aewpG'](_0xb42aaf,_0x4b50fc),_0x3824c4=CLIUtils[_0x25247b(0x1a3)]();this[_0x25247b(0xfd)][_0x25247b(0xd8)](_0x3824c4,_0x7e5d55);global[_0x25247b(0x1cc)]?.[_0x25247b(0x31b)]&&global[_0x25247b(0x1cc)][_0x25247b(0x31b)]()[_0x25247b(0x22f)](_0x7e5d55);_0x7e5d55?(global[_0x25247b(0x169)]=!![],process[_0x25247b(0x133)][_0x25247b(0x2ef)]=_0x3e8d2e[_0x25247b(0x182)],this['applySendMessageToServerPatch']()):global[_0x25247b(0x169)]=![];_0x374d50&&_0x374d50[_0x25247b(0x29b)](_0x3e8d2e[_0x25247b(0x17e)],!![]);logger[_0x25247b(0x113)](_0x25247b(0x308)+_0xb42aaf+_0x25247b(0xf1)+_0x4b50fc+_0x25247b(0x141)+_0x780834);return;}if(!_0x4242b8){_0x374d50&&_0x374d50[_0x25247b(0x29b)](_0x3e8d2e[_0x25247b(0x17e)],!![]);logger[_0x25247b(0x113)](_0x3e8d2e[_0x25247b(0x10f)]);return;}logger['debug'](_0x3e8d2e[_0x25247b(0x102)]);const _0x48e209=_0x374d50?.['getData'](_0x3e8d2e['ghPnd'],![]),_0x4455bc=_0x374d50?.[_0x25247b(0x150)](_0x3e8d2e[_0x25247b(0x17e)],![]);if(_0x3e8d2e[_0x25247b(0x275)](_0x48e209,![])&&_0x3e8d2e[_0x25247b(0xe4)](_0x4455bc,![])){_0x374d50&&_0x374d50[_0x25247b(0x29b)](_0x3e8d2e[_0x25247b(0x1c5)],!![]);logger[_0x25247b(0x113)](_0x3e8d2e['imJXi']);return;}_0x374d50&&_0x374d50[_0x25247b(0x29b)](_0x3e8d2e[_0x25247b(0x17e)],!![]);let _0x39d688,_0x3feb94;const _0x21c84d=_0x4726eb['testFramework']||_0x3e8d2e[_0x25247b(0x18f)];if(_0x3e8d2e[_0x25247b(0x1e4)](_0x21c84d,_0x3e8d2e[_0x25247b(0x19d)])){_0x3feb94=_0x4726eb[_0x25247b(0x145)]?.[_0x25247b(0x15a)]||_0x4726eb['testInfo']?.['id']||global[_0x25247b(0x318)]||global['__workerDetails']?.[_0x25247b(0x2e7)]?.[_0x25247b(0x15a)]||global[_0x25247b(0x271)]?.[_0x25247b(0x2e7)]?.['id'];const _0x2b5ff3=_0x374d50?.['getAllData']()?.['get'](_0x3feb94);if(_0x2b5ff3&&_0x2b5ff3[TestFrameworkConstants[_0x25247b(0x319)]])_0x39d688=_0x2b5ff3[TestFrameworkConstants[_0x25247b(0x319)]];else{if(_0x4726eb[_0x25247b(0x145)]?.['titlePath'])_0x39d688=_0x4726eb['testInfo'][_0x25247b(0x2c7)];else global[_0x25247b(0x271)]?.['currentTest']?.['testInfo']?.[_0x25247b(0x2c7)]?_0x39d688=global[_0x25247b(0x271)][_0x25247b(0x2e7)][_0x25247b(0x145)][_0x25247b(0x2c7)]:_0x39d688=_0x3e8d2e[_0x25247b(0x17d)];}logger['debug'](_0x25247b(0xbd)+_0x3feb94+_0x25247b(0x141)+JSON['stringify'](_0x39d688));}else{_0x3feb94=this[_0x25247b(0x22c)](_0x4726eb);const _0x51ad27=TestInfo[_0x25247b(0x305)](_0x3feb94);let _0x1161e0=[];if(_0x51ad27&&Array[_0x25247b(0x20e)](_0x51ad27['test_tags'])&&_0x3e8d2e[_0x25247b(0x27e)](_0x51ad27['test_tags']['length'],0x0))_0x1161e0=_0x51ad27[_0x25247b(0x266)];else{if(_0x374d50){const _0x52e716=_0x3e8d2e[_0x25247b(0x129)](typeof _0x374d50[_0x25247b(0x150)],_0x3e8d2e[_0x25247b(0x257)])?_0x374d50['getData'](_0x3e8d2e[_0x25247b(0x2dc)],[]):_0x374d50[_0x25247b(0x266)]||[];Array[_0x25247b(0x20e)](_0x52e716)&&(_0x1161e0=_0x52e716);}}_0x39d688=_0x1161e0;}logger['info'](_0x25247b(0x1ff)+JSON[_0x25247b(0x242)](_0x39d688));const _0x43e60a=this['isPlatformSupported'](_0x1898b1,_0x4726eb['platformCaps'],_0x4726eb['launchCaps']);logger[_0x25247b(0x113)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x43e60a+_0x25247b(0x21d)+this['isAppAccessibility']);const _0x492de0=this[_0x25247b(0x1c2)](_0x39d688,_0x1898b1,_0x21c84d),_0x937acd=_0x3e8d2e[_0x25247b(0x2b6)](_0x43e60a,_0x492de0),_0x136bec=CLIUtils['getCurrentInstanceName']();this[_0x25247b(0xfd)]['set'](_0x136bec,_0x937acd),global[_0x25247b(0x1cc)]?.['getContext']&&global[_0x25247b(0x1cc)][_0x25247b(0x31b)]()[_0x25247b(0x22f)](_0x937acd),logger[_0x25247b(0x113)](_0x25247b(0x1c3)+(_0x1898b1?.[_0x25247b(0x1e5)]?.()||_0x3e8d2e['HXTPc'])+_0x25247b(0xf6)+_0x937acd),_0x937acd?(global[_0x25247b(0x169)]=!![],process['env'][_0x25247b(0x2ef)]=_0x3e8d2e['dMUfO'],this[_0x25247b(0x19e)]()):global[_0x25247b(0x169)]=![];}catch(_0x478d5f){logger[_0x25247b(0x237)](_0x25247b(0x25c)+(_0x478d5f[_0x25247b(0x25b)]||_0x478d5f[_0x25247b(0x1dc)]));const _0x10de3b=CLIUtils[_0x25247b(0x1a3)]();this[_0x25247b(0xfd)][_0x25247b(0xd8)](_0x10de3b,![]),global['accessibilityPlatform']=![];}}[a110_0xc523e5(0xc0)](){const _0x2006ab=a110_0xc523e5;return this[_0x2006ab(0x314)][_0x2006ab(0x1e6)](_0x48062d=>_0x48062d[_0x2006ab(0x250)]()===_0x2006ab(0x245))?.[_0x2006ab(0x2d8)]()||'';}[a110_0xc523e5(0x1ba)](_0x1cd2fe){const _0x294f78=a110_0xc523e5;try{const _0x4aa848=this[_0x294f78(0x281)]?.[_0x294f78(0x1a2)]?.['capabilitiesList']||[],_0x40a980=_0x4aa848[_0x294f78(0x1e6)](_0x585398=>_0x585398['name']===_0x1cd2fe);return _0x40a980?_0x40a980[_0x294f78(0x256)]:null;}catch(_0x27af8f){return logger[_0x294f78(0x113)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x1cd2fe+':\x20'+_0x27af8f[_0x294f78(0x1dc)]),null;}}async[a110_0xc523e5(0x29d)](_0x20c526,_0x47edac){const _0x5cb496=a110_0xc523e5,_0x5939f2=_0x20c526[_0x5cb496(0x1d2)]()[_0x5cb496(0x23d)]();this[_0x5cb496(0xef)](_0x5939f2),this['capabilities']=_0x5939f2['getCapabilitiesList'](),await this[_0x5cb496(0xe3)](this[_0x5cb496(0x314)],_0x47edac['launchCaps']);}[a110_0xc523e5(0xef)](_0x26b465){const _0x14bcd8=a110_0xc523e5,_0x4286ac={};_0x4286ac[_0x14bcd8(0x24b)]=function(_0x5f580c,_0x71b1a3){return _0x5f580c>_0x71b1a3;},_0x4286ac[_0x14bcd8(0xd5)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json',_0x4286ac[_0x14bcd8(0x1de)]=_0x14bcd8(0x214);const _0x5202ac=_0x4286ac;try{const _0x163c0f=_0x26b465[_0x14bcd8(0x1d5)](),_0x4803be=_0x26b465[_0x14bcd8(0x1ad)]()?.[_0x14bcd8(0xf8)]();_0x163c0f&&_0x5202ac[_0x14bcd8(0x24b)](_0x163c0f[_0x14bcd8(0xff)],0x0)?(scripts[_0x14bcd8(0x2d6)](_0x163c0f,_0x4803be),scripts[_0x14bcd8(0x14d)](),logger[_0x14bcd8(0x113)](_0x5202ac[_0x14bcd8(0xd5)])):logger[_0x14bcd8(0x113)](_0x5202ac[_0x14bcd8(0x1de)]);}catch(_0x15f1f9){logger[_0x14bcd8(0x113)](_0x14bcd8(0x11b)+_0x15f1f9[_0x14bcd8(0x1dc)]);}}async[a110_0xc523e5(0xe3)](_0x1cf52c,_0x39a5ea={}){const _0x13dac6=a110_0xc523e5,_0x234b8a={'KkmJs':_0x13dac6(0x213),'VvnbV':_0x13dac6(0x1f7),'EmbNf':function(_0x3e0feb,_0x3ebcab){return _0x3e0feb===_0x3ebcab;},'TPaCW':_0x13dac6(0x128),'mGuuq':function(_0x495a1d,_0x26ab42){return _0x495a1d(_0x26ab42);},'MkKEG':'crypto','YPlKF':_0x13dac6(0x172),'EiLQm':_0x13dac6(0x209),'itPlV':function(_0x1af15b,_0x4a6ee3){return _0x1af15b||_0x4a6ee3;},'tvjmA':_0x13dac6(0x27b),'QbOtn':'../../../helpers/accessibility-automation/helper','iHqDF':function(_0x2dbf92,_0x4a4cb8){return _0x2dbf92(_0x4a4cb8);},'DpuXD':'../../../helpers/helper','fPlKq':function(_0xb47781,_0x43d4b8){return _0xb47781(_0x43d4b8);},'BpMQc':_0x13dac6(0x10a),'gNTPw':'browserstack.accessibilityOptions.wcagVersion','eRIao':_0x13dac6(0x297),'fIXDQ':_0x13dac6(0x101),'XxsSS':function(_0x2dbba4,_0x275ead){return _0x2dbba4===_0x275ead;},'dwQFz':'scannerProcessingTimeout','gHNig':_0x13dac6(0x2fe),'Ehtgp':_0x13dac6(0xfc),'GMHQI':function(_0x179e27,_0x4b59e1){return _0x179e27===_0x4b59e1;},'RYHCa':'true'};global[_0x13dac6(0x226)]=global[_0x13dac6(0x226)]||{};const _0x58c27e=Array['isArray'](_0x1cf52c)?_0x1cf52c['length']:_0x234b8a[_0x13dac6(0x151)];logger[_0x13dac6(0x113)]('[AccessibilityModule.setAccessibilityToken]\x20caps_count='+_0x58c27e+_0x13dac6(0xdc)+(process[_0x13dac6(0x133)][_0x13dac6(0x17f)]||_0x234b8a[_0x13dac6(0x2a4)])+_0x13dac6(0x264)+process[_0x13dac6(0x2d3)]);for(const _0xcf2da1 of _0x1cf52c){logger[_0x13dac6(0x113)](_0x13dac6(0x1e1)+_0xcf2da1[_0x13dac6(0x250)]());if(_0x234b8a[_0x13dac6(0x1da)](_0xcf2da1['getName'](),_0x234b8a[_0x13dac6(0x276)])){const _0x2fc007=_0xcf2da1[_0x13dac6(0x2d8)](),_0x175701=_0x2fc007?_0x234b8a[_0x13dac6(0x30e)](require,_0x234b8a[_0x13dac6(0x185)])[_0x13dac6(0x13c)](_0x234b8a[_0x13dac6(0xca)])[_0x13dac6(0x137)](_0x2fc007)[_0x13dac6(0x307)](_0x234b8a[_0x13dac6(0x153)])[_0x13dac6(0x21a)](0x0,0x8):'';logger[_0x13dac6(0x105)](_0x13dac6(0x2b4)+_0x234b8a[_0x13dac6(0x155)](_0x2fc007,'')[_0x13dac6(0xff)]+_0x13dac6(0x16a)+_0x175701+'\x20worker=\x22'+(process[_0x13dac6(0x133)]['JEST_WORKER_ID']||_0x234b8a[_0x13dac6(0x2a4)])+_0x13dac6(0x264)+process[_0x13dac6(0x2d3)]),process[_0x13dac6(0x133)]['BS_A11Y_JWT']=_0x2fc007,global[_0x13dac6(0x226)][_0x234b8a['tvjmA']]=_0x2fc007;const _0x274e89=_0x234b8a['mGuuq'](require,_0x234b8a[_0x13dac6(0x109)]),{isTrue:_0x2b0cb2}=_0x234b8a['iHqDF'](require,_0x234b8a[_0x13dac6(0xd1)]),_0x505d71=_0x274e89[_0x13dac6(0x187)](_0x2fc007);_0x505d71&&_0x234b8a[_0x13dac6(0x1df)](_0x2b0cb2,_0x505d71[_0x13dac6(0xb9)])&&(process[_0x13dac6(0x133)][_0x13dac6(0x24c)]=!![]);}else{if(_0x234b8a[_0x13dac6(0x1da)](_0xcf2da1[_0x13dac6(0x250)](),_0x234b8a[_0x13dac6(0x220)]))global[_0x13dac6(0x226)][_0x234b8a['gNTPw']]=_0xcf2da1[_0x13dac6(0x2d8)]();else{if(_0x234b8a[_0x13dac6(0x1da)](_0xcf2da1[_0x13dac6(0x250)](),_0x234b8a[_0x13dac6(0x1ca)]))global[_0x13dac6(0x226)][_0x234b8a['fIXDQ']]=_0xcf2da1[_0x13dac6(0x2d8)]();else{if(_0x234b8a[_0x13dac6(0x10b)](_0xcf2da1[_0x13dac6(0x250)](),_0x234b8a['dwQFz']))global['__accessibilityOptions'][_0x234b8a[_0x13dac6(0x1fa)]]=_0xcf2da1[_0x13dac6(0x2d8)]();else{if(_0x234b8a[_0x13dac6(0x10b)](_0xcf2da1[_0x13dac6(0x250)](),_0x234b8a[_0x13dac6(0x2a3)])){const _0x353db5=_0xcf2da1[_0x13dac6(0x2d8)]();process[_0x13dac6(0x133)][_0x13dac6(0x28d)]=_0x234b8a[_0x13dac6(0x1c4)](String,_0x234b8a['GMHQI'](_0x353db5,!![])||_0x234b8a['GMHQI'](_0x353db5,_0x234b8a[_0x13dac6(0x1a9)])),logger[_0x13dac6(0x113)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x353db5+_0x13dac6(0xe2)+process[_0x13dac6(0x133)][_0x13dac6(0x28d)]);}}}}}}}async[a110_0xc523e5(0x202)](_0x28b793){const _0x4f4755=a110_0xc523e5,_0x73b223={};_0x73b223[_0x4f4755(0x208)]=function(_0x4de246,_0x654f6){return _0x4de246!==_0x654f6;},_0x73b223['rBaoz']=_0x4f4755(0x121),_0x73b223[_0x4f4755(0xf4)]=function(_0x5d8708,_0x2de8c4){return _0x5d8708!==_0x2de8c4;},_0x73b223[_0x4f4755(0x16c)]=_0x4f4755(0xd2),_0x73b223[_0x4f4755(0x20b)]=_0x4f4755(0x246),_0x73b223[_0x4f4755(0x29f)]=function(_0x377afb,_0x27fa13){return _0x377afb!==_0x27fa13;},_0x73b223[_0x4f4755(0x164)]=_0x4f4755(0x12a);const _0x18e840=_0x73b223;if(_0x18e840[_0x4f4755(0x208)](_0x28b793[_0x4f4755(0x11f)],_0x18e840[_0x4f4755(0xdb)])&&_0x18e840[_0x4f4755(0xf4)](_0x28b793[_0x4f4755(0x11f)],_0x18e840[_0x4f4755(0x16c)])&&_0x18e840[_0x4f4755(0xf4)](_0x28b793['testFramework'],_0x18e840[_0x4f4755(0x20b)])&&_0x18e840[_0x4f4755(0x29f)](_0x28b793[_0x4f4755(0x11f)],FRAMEWORKS[_0x4f4755(0x1dd)])){logger[_0x4f4755(0x113)](_0x4f4755(0x2ae)+_0x28b793['testFramework']+')');return;}const _0x4198ff=_0x28b793[_0x4f4755(0x145)]?.['testAnalyticsId']||_0x28b793[_0x4f4755(0x145)]?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x4f4755(0x105)](_0x4f4755(0x302)+_0x28b793['testFramework']+',\x20testIdentifier='+_0x4198ff);try{const _0x25fcfa=_0x28b793['instance']||AutomationFramework[_0x4f4755(0x21c)](),_0x23983f=CLIUtils[_0x4f4755(0x1a3)](),_0x80e728=this[_0x4f4755(0x2fd)]();logger['debug'](_0x4f4755(0x1c3)+(_0x25fcfa?.[_0x4f4755(0x1e5)]?.()||_0x18e840[_0x4f4755(0x164)])+_0x4f4755(0xed)+_0x80e728),_0x80e728&&await this['stopTestCapture'](_0x25fcfa,_0x28b793),this[_0x4f4755(0xfd)][_0x4f4755(0x31c)](_0x23983f),this[_0x4f4755(0x1f8)]['delete'](_0x23983f);}catch(_0x264daa){logger['error']('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x264daa['stack']||_0x264daa[_0x4f4755(0x1dc)]));}}async[a110_0xc523e5(0x2ea)](_0x5b393e,_0x26267d){const _0x44a747=a110_0xc523e5,_0x1e0c24={};_0x1e0c24['CzcbT']=function(_0x542039,_0x1f0554){return _0x542039===_0x1f0554;},_0x1e0c24['gjWgk']='function',_0x1e0c24[_0x44a747(0x1b0)]=function(_0x1cffe7,_0x245456){return _0x1cffe7===_0x245456;},_0x1e0c24[_0x44a747(0x146)]=_0x44a747(0xd2),_0x1e0c24['aHBnM']=_0x44a747(0x121),_0x1e0c24[_0x44a747(0xfb)]=function(_0x13f3df,_0x2098ef){return _0x13f3df===_0x2098ef;},_0x1e0c24[_0x44a747(0x2ba)]=_0x44a747(0xc1),_0x1e0c24[_0x44a747(0x240)]=_0x44a747(0xfd),_0x1e0c24[_0x44a747(0x223)]=_0x44a747(0x258),_0x1e0c24[_0x44a747(0x283)]=_0x44a747(0x12a),_0x1e0c24[_0x44a747(0x1e8)]='present',_0x1e0c24['IvGpU']=_0x44a747(0x148),_0x1e0c24[_0x44a747(0xcb)]=function(_0x4dbcd7,_0xe092df){return _0x4dbcd7===_0xe092df;},_0x1e0c24['uqtFp']=function(_0x593a13,_0xdfed46){return _0x593a13||_0xdfed46;},_0x1e0c24[_0x44a747(0x290)]=function(_0x17022e,_0x56c92e){return _0x17022e||_0x56c92e;},_0x1e0c24[_0x44a747(0x1f9)]=_0x44a747(0x234),_0x1e0c24[_0x44a747(0x293)]='AUTOMATION_SESSIONS',_0x1e0c24[_0x44a747(0x123)]=_0x44a747(0x149);const _0x5d0346=_0x1e0c24;try{const _0x71291d=_0x26267d[_0x44a747(0x11f)]||(_0x5d0346[_0x44a747(0x1b0)](this[_0x44a747(0x2c9)]?.[_0x44a747(0x2f5)]?.[_0x44a747(0x239)](),_0x5d0346[_0x44a747(0x146)])?_0x5d0346[_0x44a747(0x146)]:_0x5d0346[_0x44a747(0x196)]);let _0x211d8f='',_0x1b684b=null,_0xd50b7a=null;if(_0x5d0346['BtHrc'](_0x71291d,_0x5d0346['qOdDY'])){_0x1b684b=_0x26267d[_0x44a747(0x145)]?.[_0x44a747(0x15a)]||_0x26267d[_0x44a747(0x145)]?.['id']||global[_0x44a747(0x318)];if(!_0x1b684b){logger[_0x44a747(0x2b5)](_0x5d0346[_0x44a747(0x2ba)]);return;}try{const _0x4661b2=await GrpcClient['getInstance']()[_0x44a747(0x104)](process[_0x44a747(0x133)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x5d0346[_0x44a747(0x240)],_0x5d0346[_0x44a747(0x223)],_0x1b684b),_0x6b9359=AccessibilityModule[_0x44a747(0x2b2)](null,_0x4661b2);_0x211d8f=_0x6b9359?.[_0x44a747(0x119)]||'',logger['debug'](_0x44a747(0x229)+_0x211d8f+_0x44a747(0x1b8)+_0x1b684b),_0xd50b7a=_0x4661b2;}catch(_0x78388f){logger[_0x44a747(0x237)](_0x44a747(0x217)+_0x78388f[_0x44a747(0x1dc)]);return;}}else{const _0x73f983=this[_0x44a747(0x22c)](_0x26267d);_0x211d8f=TestInfo['getTestUUID'](_0x73f983);}const _0x14cf8c=((()=>{const _0x21854a=_0x44a747,_0x326445=(this[_0x21854a(0x281)]?.[_0x21854a(0x1a2)]?.['capabilitiesList']||[])['find'](_0x4e9425=>(typeof _0x4e9425[_0x21854a(0x250)]===_0x21854a(0x1b4)?_0x4e9425[_0x21854a(0x250)]():_0x4e9425['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x326445?_0x5d0346[_0x21854a(0x280)](typeof _0x326445[_0x21854a(0x2d8)],_0x5d0346[_0x21854a(0x259)])?_0x326445['getValue']():_0x326445[_0x21854a(0x256)]:'';})()),_0x15be2a=process['env'][_0x44a747(0x1bf)]||'';logger['debug'](_0x44a747(0x1c3)+(_0x5b393e?.[_0x44a747(0x1e5)]?.()||_0x5d0346[_0x44a747(0x283)])+']\x20clear\x20'+_0x211d8f+_0x44a747(0x2c6)+_0x14cf8c+'\x20a11yToken='+(_0x15be2a?_0x5d0346['jNTUu']:_0x5d0346['IvGpU']));let _0x4f3bd;if(_0x5d0346[_0x44a747(0xcb)](_0x71291d,_0x5d0346[_0x44a747(0x146)]))_0x4f3bd=AccessibilityModule[_0x44a747(0x2b2)](_0x211d8f,_0xd50b7a);else{const _0x4dd9d8=await GrpcClient['getInstance']()[_0x44a747(0x104)](process[_0x44a747(0x133)][_0x44a747(0x26b)],_0x5d0346[_0x44a747(0x240)],_0x5d0346[_0x44a747(0x223)]);_0x4f3bd=AccessibilityModule[_0x44a747(0x2b2)](_0x211d8f,_0x4dd9d8);}logger['debug']('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x44a747(0x242)](_0x4f3bd));const _0x4b869c=Object[_0x44a747(0x2d1)]({},{'thTestRunUuid':_0x5d0346[_0x44a747(0x1f1)](_0x211d8f,''),'thBuildUuid':_0x5d0346[_0x44a747(0x1f1)](_0x14cf8c,''),'thJwtToken':_0x5d0346[_0x44a747(0x290)](_0x15be2a,'')},_0x4f3bd);!this['isAppAccessibility']&&this[_0x44a747(0x25f)]()&&(_0x4b869c[_0x44a747(0x286)]=!![],logger[_0x44a747(0x113)](_0x5d0346[_0x44a747(0x1f9)]));logger['debug'](_0x44a747(0x2b0)+_0x211d8f+_0x44a747(0x21d)+this[_0x44a747(0x235)]);let _0x1f1278=global[_0x44a747(0x271)]?.[_0x44a747(0x1d6)]||null;!_0x1f1278&&(_0x1f1278=AutomationFramework[_0x44a747(0x269)](_0x5b393e,_0x5d0346[_0x44a747(0x293)],null)),!_0x1f1278&&(_0x1f1278=AutomationFramework[_0x44a747(0x269)](_0x5b393e,_0x5d0346[_0x44a747(0x123)],null)),await this[_0x44a747(0x142)](this[_0x44a747(0x2fd)](),_0x211d8f,_0x1f1278,_0x4b869c,this[_0x44a747(0x235)]);}catch(_0x5314c0){logger[_0x44a747(0x237)](_0x44a747(0x236)+(_0x5314c0[_0x44a747(0x25b)]||_0x5314c0['message']));}}async[a110_0xc523e5(0x142)](_0x4912cf,_0x1c3797,_0x277b64,_0xf55d7f,_0x2d9612){const _0x3a58fb=a110_0xc523e5,_0x594b00={};_0x594b00[_0x3a58fb(0x2b3)]=_0x3a58fb(0x258),_0x594b00[_0x3a58fb(0x273)]=function(_0x6dd354,_0xb537b3){return _0x6dd354&&_0xb537b3;},_0x594b00[_0x3a58fb(0x2d2)]=_0x3a58fb(0xf9),_0x594b00[_0x3a58fb(0x285)]=function(_0x51de8b,_0xf6af49){return _0x51de8b===_0xf6af49;},_0x594b00[_0x3a58fb(0x1b3)]=_0x3a58fb(0x148),_0x594b00[_0x3a58fb(0x186)]=_0x3a58fb(0x183),_0x594b00[_0x3a58fb(0x2af)]=_0x3a58fb(0x111),_0x594b00[_0x3a58fb(0x298)]=_0x3a58fb(0x1d9),_0x594b00['utrsq']=_0x3a58fb(0x1a6),_0x594b00[_0x3a58fb(0x2d0)]=function(_0x55f7f3,_0x125494){return _0x55f7f3&&_0x125494;},_0x594b00['gyyHc']=_0x3a58fb(0xc6),_0x594b00[_0x3a58fb(0x30f)]=_0x3a58fb(0x274),_0x594b00[_0x3a58fb(0x14f)]=_0x3a58fb(0x2ab);const _0x46f6b4=_0x594b00;try{const _0x34d1d7=this[_0x3a58fb(0x1fb)](_0x46f6b4[_0x3a58fb(0x2b3)]);if(_0x46f6b4[_0x3a58fb(0x273)](!_0x2d9612,!_0x34d1d7)){logger['debug'](_0x46f6b4[_0x3a58fb(0x2d2)]);return;}if(!_0x1c3797||_0x46f6b4[_0x3a58fb(0x285)](_0x1c3797,_0x46f6b4[_0x3a58fb(0x1b3)])||_0x46f6b4[_0x3a58fb(0x285)](_0x1c3797,'')){logger[_0x3a58fb(0x113)](_0x46f6b4[_0x3a58fb(0x186)]);return;}logger[_0x3a58fb(0x113)](_0x3a58fb(0x173)+JSON[_0x3a58fb(0x242)](_0xf55d7f)),_0x4912cf&&(logger[_0x3a58fb(0x113)](_0x46f6b4[_0x3a58fb(0x2af)]),await this[_0x3a58fb(0x243)](_0x277b64,_0x1c3797,_0x46f6b4[_0x3a58fb(0x298)],_0xf55d7f,_0x2d9612,_0x46f6b4[_0x3a58fb(0x303)]),_0x46f6b4[_0x3a58fb(0x2d0)](!_0x2d9612,_0x34d1d7)&&(logger[_0x3a58fb(0x113)](_0x46f6b4['gyyHc']),await PerformanceTester['measureWrapper'](_0x46f6b4[_0x3a58fb(0x30f)],async()=>{const _0x9c940e=_0x3a58fb;await this[_0x9c940e(0x243)](_0x277b64,_0x1c3797,_0x46f6b4[_0x9c940e(0x2b3)],_0xf55d7f,_0x2d9612,_0x46f6b4[_0x9c940e(0x2b3)]);})()),logger[_0x3a58fb(0x105)](_0x46f6b4[_0x3a58fb(0x14f)]));}catch(_0x469bd7){logger[_0x3a58fb(0x237)](_0x3a58fb(0x2e0)+(_0x469bd7[_0x3a58fb(0x25b)]||_0x469bd7[_0x3a58fb(0x1dc)]));}}async[a110_0xc523e5(0x18c)](_0x59da33){const _0x1c283f=a110_0xc523e5,_0x23b1bf={};_0x23b1bf[_0x1c283f(0x1f2)]=function(_0x46c3bb,_0x1c6e97){return _0x46c3bb!==_0x1c6e97;},_0x23b1bf[_0x1c283f(0x110)]=_0x1c283f(0x121),_0x23b1bf['DwzhW']=_0x1c283f(0xd2),_0x23b1bf['yTVvA']=function(_0x31a5c6,_0x2c77f3){return _0x31a5c6!==_0x2c77f3;},_0x23b1bf[_0x1c283f(0x18b)]=_0x1c283f(0x246),_0x23b1bf[_0x1c283f(0x1ae)]=function(_0x1a3bfc,_0x1d7587){return _0x1a3bfc!==_0x1d7587;},_0x23b1bf['wrZGf']=_0x1c283f(0x12a),_0x23b1bf[_0x1c283f(0x30a)]=_0x1c283f(0x27a),_0x23b1bf[_0x1c283f(0x2a0)]=function(_0x472a60,_0x5652f0){return _0x472a60&&_0x5652f0;},_0x23b1bf['nNlZB']=function(_0x2128f9,_0x4a78e6){return _0x2128f9===_0x4a78e6;},_0x23b1bf['uohFW']='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x23b1bf[_0x1c283f(0x31a)]='accessibility',_0x23b1bf[_0x1c283f(0x24f)]=_0x1c283f(0x277),_0x23b1bf[_0x1c283f(0x11a)]=function(_0x3e54ec,_0x55bc0a){return _0x3e54ec===_0x55bc0a;},_0x23b1bf[_0x1c283f(0x203)]=_0x1c283f(0x10e),_0x23b1bf[_0x1c283f(0x1e2)]=_0x1c283f(0x184),_0x23b1bf[_0x1c283f(0x225)]=function(_0x31c984,_0x4dd4a9){return _0x31c984===_0x4dd4a9;},_0x23b1bf[_0x1c283f(0x17c)]=_0x1c283f(0x1a6),_0x23b1bf['IDdfW']=_0x1c283f(0x148);const _0x4d50c9=_0x23b1bf;if(_0x4d50c9[_0x1c283f(0x1f2)](_0x59da33[_0x1c283f(0x11f)],_0x4d50c9[_0x1c283f(0x110)])&&_0x4d50c9[_0x1c283f(0x1f2)](_0x59da33[_0x1c283f(0x11f)],_0x4d50c9[_0x1c283f(0x224)])&&_0x4d50c9[_0x1c283f(0x1b9)](_0x59da33[_0x1c283f(0x11f)],_0x4d50c9[_0x1c283f(0x18b)])&&_0x4d50c9[_0x1c283f(0x1ae)](_0x59da33[_0x1c283f(0x11f)],FRAMEWORKS[_0x1c283f(0x1dd)])){logger[_0x1c283f(0x113)](_0x1c283f(0x1ce)+_0x59da33[_0x1c283f(0x11f)]+')');return;}logger[_0x1c283f(0x113)](_0x1c283f(0xdd)+(_0x59da33[_0x1c283f(0x28b)]||_0x4d50c9[_0x1c283f(0x317)])+',\x20framework='+_0x59da33[_0x1c283f(0x11f)]);try{const _0x2ba581=_0x59da33[_0x1c283f(0x204)]||AutomationFramework[_0x1c283f(0x21c)](),_0x3535c2=TestFramework[_0x1c283f(0x21c)](),_0x26af7a=_0x59da33[_0x1c283f(0x28b)]||_0x59da33[_0x1c283f(0x22e)]?.[_0x1c283f(0x250)]();if(!_0x26af7a){logger[_0x1c283f(0x113)](_0x4d50c9[_0x1c283f(0x30a)]);return;}if(!this[_0x1c283f(0x2fd)]()){logger[_0x1c283f(0x113)](_0x1c283f(0x168)+_0x26af7a);return;}if(!this['shouldScanForCommand'](_0x26af7a)){logger[_0x1c283f(0x113)](_0x1c283f(0x2dd)+_0x26af7a+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x45e88f=_0x59da33[_0x1c283f(0x251)]||global[_0x1c283f(0x271)]?.[_0x1c283f(0x1d6)],_0x345624=_0x59da33[_0x1c283f(0x18e)]||null;if(_0x4d50c9['MYyMQ'](!_0x45e88f,!_0x345624)){logger[_0x1c283f(0x113)](_0x1c283f(0xd4)+_0x26af7a);return;}let _0x52d167='',_0x3bf0bf=null;if(_0x4d50c9[_0x1c283f(0x2cd)](_0x59da33[_0x1c283f(0x11f)],_0x4d50c9['DwzhW'])){_0x3bf0bf=_0x59da33[_0x1c283f(0x145)]?.['testAnalyticsId']||_0x59da33[_0x1c283f(0x145)]?.['id']||global[_0x1c283f(0x318)];if(!_0x3bf0bf){logger[_0x1c283f(0x2b5)](_0x4d50c9[_0x1c283f(0x1c1)]);return;}try{const _0x5bb246=await GrpcClient['getInstance']()[_0x1c283f(0x104)](process[_0x1c283f(0x133)][_0x1c283f(0x26b)],_0x4d50c9[_0x1c283f(0x31a)],_0x4d50c9[_0x1c283f(0x24f)],_0x3bf0bf),_0x19419e=AccessibilityModule[_0x1c283f(0x2b2)](null,_0x5bb246);_0x52d167=_0x19419e?.[_0x1c283f(0x119)]||'',logger[_0x1c283f(0x113)](_0x1c283f(0x1c6)+_0x52d167+_0x1c283f(0x1b8)+_0x3bf0bf);}catch(_0x5ea752){logger[_0x1c283f(0x237)]('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x5ea752[_0x1c283f(0x1dc)]);return;}}else _0x4d50c9[_0x1c283f(0x11a)](_0x59da33[_0x1c283f(0x11f)],FRAMEWORKS[_0x1c283f(0x1dd)])?_0x52d167=_0x59da33[_0x1c283f(0x180)]||'':(_0x52d167=this[_0x1c283f(0x1ba)](_0x4d50c9[_0x1c283f(0x203)])||'',!_0x52d167&&this[_0x1c283f(0x25f)]()&&(_0x52d167=accessibilityHelper['resolveMobileThTestRunUuid']()));const _0x34964e=this[_0x1c283f(0x1ba)](_0x4d50c9[_0x1c283f(0x1e2)])||this[_0x1c283f(0x281)][this[_0x1c283f(0x24e)]]||null,_0x387776=process['env'][_0x1c283f(0x1bf)]||'',_0x4b4a4e=this[_0x1c283f(0x2c2)](_0x26af7a,_0x52d167,_0x34964e,_0x387776),_0xfd00d5=_0x4d50c9[_0x1c283f(0x225)](_0x59da33[_0x1c283f(0x11f)],_0x4d50c9[_0x1c283f(0x224)])?await AccessibilityModule[_0x1c283f(0x2b8)](_0x4d50c9[_0x1c283f(0x17c)],_0x52d167,_0x3bf0bf):await AccessibilityModule[_0x1c283f(0x2b8)](_0x4d50c9['nuuCJ'],_0x52d167);logger[_0x1c283f(0x105)](_0x1c283f(0x181)+(_0x4b4a4e?JSON[_0x1c283f(0x242)](_0x4b4a4e):_0x4d50c9[_0x1c283f(0x1f0)]));let _0x4ebecd=CLIUtils[_0x1c283f(0x1e7)](_0x4b4a4e,_0xfd00d5);if(this['isAppAccessibility']){const _0xfae214=process[_0x1c283f(0x133)]['BS_A11Y_JWT']||'';_0x4ebecd['centralAuthToken']&&(_0x4ebecd[_0x1c283f(0xd0)]=_0x4ebecd[_0x1c283f(0x194)],delete _0x4ebecd[_0x1c283f(0x194)]),_0x4ebecd=Object[_0x1c283f(0x2d1)]({},_0x4ebecd,{'authHeader':_0x4ebecd[_0x1c283f(0x1e9)]||_0xfae214,'method':_0x26af7a,'scanTimestamp':Date['now']()[_0x1c283f(0x21e)]()});}logger['info'](_0x1c283f(0x1a5)+(_0x4ebecd?JSON[_0x1c283f(0x242)](_0x4ebecd):_0x4d50c9[_0x1c283f(0x1f0)])),logger[_0x1c283f(0x113)](_0x1c283f(0x17a)+_0x26af7a);const _0x18333a=this['isAppAccessibility']?_0x345624:_0x45e88f,_0x232e66=await this[_0x1c283f(0x243)](_0x18333a,_0x52d167,_0x26af7a,_0x4ebecd,this[_0x1c283f(0x235)]);logger[_0x1c283f(0x113)](_0x1c283f(0x1ea)+_0x26af7a+_0x1c283f(0xe5)+JSON[_0x1c283f(0x242)](_0x232e66));}catch(_0x8154d0){logger[_0x1c283f(0x237)](_0x1c283f(0x2fa)+(_0x8154d0['stack']||_0x8154d0[_0x1c283f(0x1dc)]));}}[a110_0xc523e5(0xd3)](){const _0x4d35b7=a110_0xc523e5;return this[_0x4d35b7(0x2fd)]();}[a110_0xc523e5(0x198)](_0x501476){const _0x2ff623=a110_0xc523e5,_0x592641=CLIUtils['getCurrentInstanceName']();this[_0x2ff623(0xfd)][_0x2ff623(0xd8)](_0x592641,_0x501476);}async[a110_0xc523e5(0x13d)](_0x1de708){const _0x2789b2=a110_0xc523e5,_0x21d304={};_0x21d304[_0x2789b2(0x205)]='unknown';const _0x666916=_0x21d304;try{const _0x31fd45=_0x1de708[_0x2789b2(0x204)]||AutomationFramework['getTrackedInstance'](),_0x465388=_0x31fd45?.[_0x2789b2(0x150)]?.()?.['get']?.(this['KEY_INIT'])||![];if(_0x465388)return;PerformanceTester['start'](EVENTS[_0x2789b2(0x289)]);const _0x12add2=await GrpcClient[_0x2789b2(0x1b1)]()[_0x2789b2(0xc4)](_0x1de708);_0x12add2&&_0x12add2[_0x2789b2(0x1d2)]&&_0x12add2[_0x2789b2(0x1d2)]()&&_0x12add2[_0x2789b2(0x1d2)]()[_0x2789b2(0x16e)]()?(await this[_0x2789b2(0x144)](_0x12add2,_0x1de708),_0x31fd45?.[_0x2789b2(0x150)]&&_0x31fd45[_0x2789b2(0x150)]()['set'](this['KEY_INIT'],!![]),logger[_0x2789b2(0x113)](_0x2789b2(0x1c3)+(_0x31fd45?.['getPlatformIndex']?.()||_0x666916[_0x2789b2(0x205)])+_0x2789b2(0x120))):logger[_0x2789b2(0x113)]('[platform\x20-\x20'+(_0x31fd45?.['getPlatformIndex']?.()||_0x666916[_0x2789b2(0x205)])+_0x2789b2(0x197)),PerformanceTester[_0x2789b2(0x167)](EVENTS[_0x2789b2(0x289)]);}catch(_0x56ae73){PerformanceTester['end'](EVENTS[_0x2789b2(0x289)],![],_0x56ae73[_0x2789b2(0x1dc)]),logger['error'](_0x2789b2(0x26e)+(_0x56ae73['stack']||_0x56ae73['message']));}}async['loadAccessibilityConfig'](_0x3a3582,_0x96a4a1){const _0x30c9bd=a110_0xc523e5;await this[_0x30c9bd(0x29d)](_0x3a3582,_0x96a4a1);const _0x54e7a9=_0x3a3582[_0x30c9bd(0x1d2)]()[_0x30c9bd(0x23d)]();if(_0x54e7a9){const _0x2a4347=_0x3a3582['getTesthub']&&_0x3a3582[_0x30c9bd(0x191)]();_0x2a4347&&(this[_0x30c9bd(0x281)][this[_0x30c9bd(0x24e)]]=_0x2a4347[_0x30c9bd(0x1fc)]&&_0x2a4347[_0x30c9bd(0x1fc)]());}}['shouldScanForCommand'](_0x47a6cf){const _0xb288b9=a110_0xc523e5,_0x452316={};_0x452316[_0xb288b9(0x158)]=function(_0x362b1c,_0xa2e95){return _0x362b1c===_0xa2e95;};const _0x3a2035=_0x452316;try{if(!_0x47a6cf)return![];const _0x362c5d=this['accessibilityConfig']?.[_0xb288b9(0x1a2)]?.[_0xb288b9(0x2ed)]?.[_0xb288b9(0x2bf)]||[],_0x1ed3b7=_0x362c5d[_0xb288b9(0x1c0)](_0x5de554=>{const _0x3b30d0=_0xb288b9;return _0x5de554[_0x3b30d0(0x2f5)]&&_0x3a2035[_0x3b30d0(0x158)](_0x5de554['name'][_0x3b30d0(0x239)](),_0x47a6cf[_0x3b30d0(0x239)]());});return logger[_0xb288b9(0x113)](_0xb288b9(0x13a)+_0x47a6cf+_0xb288b9(0x15b)+_0x1ed3b7+_0xb288b9(0x30c)+JSON[_0xb288b9(0x242)](_0x362c5d[_0xb288b9(0x315)](_0x263cb0=>_0x263cb0[_0xb288b9(0x2f5)]))),_0x1ed3b7;}catch(_0x49b1be){return logger[_0xb288b9(0x113)](_0xb288b9(0x11c)+_0x49b1be[_0xb288b9(0x1dc)]),![];}}[a110_0xc523e5(0x1a0)](_0x3399d2){const _0x327764=a110_0xc523e5,_0x1fd0ff={};_0x1fd0ff['PbhSV']=function(_0x4c1c44,_0x523d54){return _0x4c1c44===_0x523d54;},_0x1fd0ff[_0x327764(0x2ee)]=_0x327764(0xcf),_0x1fd0ff[_0x327764(0x15c)]=_0x327764(0x291);const _0x41c531=_0x1fd0ff,_0x364fdc=_0x3399d2[_0x327764(0x13b)]&&_0x3399d2[_0x327764(0x13b)]();return _0x364fdc&&_0x41c531[_0x327764(0xd6)](typeof _0x364fdc,_0x41c531['ohvHt'])&&_0x364fdc[_0x327764(0xc8)](_0x41c531[_0x327764(0x15c)]);}[a110_0xc523e5(0x160)](_0x12ec6c){const _0x33d6bc=a110_0xc523e5,_0x4977ea={};_0x4977ea[_0x33d6bc(0x2be)]=function(_0x1cfe08,_0x27e01d){return _0x1cfe08!==_0x27e01d;},_0x4977ea[_0x33d6bc(0x2db)]=_0x33d6bc(0xcf),_0x4977ea[_0x33d6bc(0xc9)]=_0x33d6bc(0xfd),_0x4977ea[_0x33d6bc(0x1aa)]=_0x33d6bc(0x277),_0x4977ea[_0x33d6bc(0x2f6)]=_0x33d6bc(0xf5),_0x4977ea[_0x33d6bc(0x207)]='saveTestResults';const _0x4b32bb=_0x4977ea,_0x4051da=_0x12ec6c[_0x33d6bc(0x13b)]&&_0x12ec6c[_0x33d6bc(0x13b)]();if(!_0x4051da||_0x4b32bb['kiePs'](typeof _0x4051da,_0x4b32bb['spzrc']))return![];return _0x4051da[_0x33d6bc(0xc8)](_0x4b32bb[_0x33d6bc(0xc9)])||_0x4051da[_0x33d6bc(0xc8)](_0x4b32bb['iExho'])||_0x4051da[_0x33d6bc(0xc8)](_0x4b32bb[_0x33d6bc(0x2f6)])||_0x4051da[_0x33d6bc(0xc8)](_0x4b32bb['lVdPO']);}[a110_0xc523e5(0x25f)](){const _0x83f95f=a110_0xc523e5,_0x2f2853={'JrhHe':function(_0xf78302,_0x2f7cdc){return _0xf78302===_0x2f7cdc;},'hCPxN':'function','iFsiu':function(_0x3e7aae,_0xa3ac2){return _0x3e7aae(_0xa3ac2);},'GtcrD':'platformName','mJwnI':_0x83f95f(0x248),'ssszb':function(_0x3bb0b9,_0x28aa21){return _0x3bb0b9===_0x28aa21;},'bktbD':_0x83f95f(0x232),'vtdMs':_0x83f95f(0x1cf)};try{const _0x4f9865=this['accessibilityConfig']?.[_0x83f95f(0x1a2)]?.[_0x83f95f(0x2df)]||[],_0x5d1bfb=_0x37af36=>{const _0x429e94=_0x83f95f,_0x5c2e4c=_0x4f9865[_0x429e94(0x1e6)](_0x1fb83b=>(typeof _0x1fb83b[_0x429e94(0x250)]===_0x429e94(0x1b4)?_0x1fb83b[_0x429e94(0x250)]():_0x1fb83b[_0x429e94(0x2f5)])===_0x37af36);return _0x5c2e4c?_0x2f2853[_0x429e94(0x2e2)](typeof _0x5c2e4c[_0x429e94(0x2d8)],_0x2f2853[_0x429e94(0x2f2)])?_0x5c2e4c[_0x429e94(0x2d8)]():_0x5c2e4c['value']:null;},_0x24f195=_0x2f2853[_0x83f95f(0x1a1)](_0x5d1bfb,_0x2f2853[_0x83f95f(0x300)]),_0x473d49=_0x2f2853[_0x83f95f(0x1a1)](_0x5d1bfb,_0x2f2853[_0x83f95f(0x125)]),_0x587110=global['isMobilePlatform']||_0x24f195&&_0x2f2853['ssszb'](_0x2f2853[_0x83f95f(0x1a1)](String,_0x24f195)[_0x83f95f(0x239)](),_0x2f2853[_0x83f95f(0x230)])&&_0x473d49&&_0x2f2853[_0x83f95f(0x1a1)](String,_0x473d49)[_0x83f95f(0x239)]()[_0x83f95f(0xc8)](_0x2f2853[_0x83f95f(0x130)]);if(!_0x587110)return![];if(!accessibilityHelper[_0x83f95f(0xfc)]())return!this[_0x83f95f(0x1ab)]&&(logger[_0x83f95f(0x2b5)](accessibilityHelper[_0x83f95f(0x2a9)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x584ef0){return logger[_0x83f95f(0x113)](_0x83f95f(0x103)+_0x584ef0[_0x83f95f(0x1dc)]),![];}}[a110_0xc523e5(0x2c2)](_0x12bd5d,_0x50b677,_0x1cfe94,_0xd54474){const _0x20badb=a110_0xc523e5,_0x343f7e={};_0x343f7e[_0x20badb(0x2cb)]=function(_0x364d8f,_0x1bbf0d){return _0x364d8f||_0x1bbf0d;},_0x343f7e[_0x20badb(0x2a6)]=function(_0x248948,_0x20799a){return _0x248948&&_0x20799a;},_0x343f7e[_0x20badb(0xe1)]=function(_0x3f1c7c,_0x34d9a8){return _0x3f1c7c||_0x34d9a8;},_0x343f7e[_0x20badb(0x2ff)]=function(_0x1498cf,_0x7d531c){return _0x1498cf||_0x7d531c;},_0x343f7e[_0x20badb(0x163)]=_0x20badb(0x216);const _0x39711b=_0x343f7e;let _0xbcd266=_0x39711b[_0x20badb(0x2cb)](_0x50b677,'');const _0x3ede9f=!this[_0x20badb(0x235)]&&this[_0x20badb(0x25f)]();_0x39711b['cmGAX'](_0x3ede9f,!_0xbcd266)&&(_0xbcd266=accessibilityHelper[_0x20badb(0x210)]());const _0x21369b={'command':_0x12bd5d,'thTestRunUuid':_0xbcd266,'thBuildUuid':_0x39711b[_0x20badb(0xe1)](_0x1cfe94,''),'thJwtToken':_0x39711b[_0x20badb(0x2ff)](_0xd54474,''),'timestamp':new Date()['toISOString']()};return _0x3ede9f&&(_0x21369b[_0x20badb(0x286)]=!![],logger[_0x20badb(0x113)](_0x39711b['HXhpG'])),_0x21369b;}['getScriptByName'](_0x13a240){const _0x47f497=a110_0xc523e5,_0x53d1f7={};_0x53d1f7[_0x47f497(0x27f)]=function(_0x385405,_0x17bb35){return _0x385405||_0x17bb35;};const _0x1febbe=_0x53d1f7;try{const _0x1313fa=this['accessibilityConfig']?.[_0x47f497(0x1a2)]?.['scriptsList']||[],_0x1646bb=_0x1313fa[_0x47f497(0x1e6)](_0x87b300=>_0x87b300[_0x47f497(0x2f5)]===_0x13a240);return _0x1febbe[_0x47f497(0x27f)](_0x1646bb,null);}catch(_0x541acb){return logger[_0x47f497(0x113)](_0x47f497(0x21b)+_0x13a240+':\x20'+_0x541acb[_0x47f497(0x1dc)]),null;}}async[a110_0xc523e5(0x22d)](_0x4f0705,_0x5c9e4a,_0x294fb2=null){const _0x2deaf5=a110_0xc523e5,_0x206554={'TOWHn':function(_0xd6a352,_0x2810fb){return _0xd6a352(_0x2810fb);},'meqip':_0x2deaf5(0x1c7)};try{if(!_0x4f0705)return logger[_0x2deaf5(0x113)](_0x2deaf5(0x176)+_0x5c9e4a),null;const _0x2d1819=this[_0x2deaf5(0x1fb)](_0x5c9e4a);if(!_0x2d1819||!_0x2d1819[_0x2deaf5(0x22e)])return logger[_0x2deaf5(0x113)](_0x2deaf5(0x270)+_0x5c9e4a+_0x2deaf5(0x20c)),null;logger[_0x2deaf5(0x113)](_0x2deaf5(0xfa)+_0x5c9e4a+'\x20accessibility\x20script\x20on\x20page');const _0x130ae4=_0x206554['TOWHn'](require,_0x206554[_0x2deaf5(0x265)]),_0x33113d=_0x294fb2?await _0x130ae4[_0x2deaf5(0x154)](_0x4f0705,_0x2d1819[_0x2deaf5(0x22e)],_0x294fb2):await _0x130ae4['browserStackEvaluate'](_0x4f0705,_0x2d1819[_0x2deaf5(0x22e)]);return _0x33113d;}catch(_0x3f8a34){return logger[_0x2deaf5(0x237)](_0x2deaf5(0x20f)+_0x5c9e4a+':\x20'+(_0x3f8a34[_0x2deaf5(0x25b)]||_0x3f8a34[_0x2deaf5(0x1dc)])),null;}}async[a110_0xc523e5(0x243)](_0x478421,_0x1ee7a3,_0x322e34,_0x8f6ff7,_0x7c9f8b,_0x2a7339='scan'){const _0x3a61dd=a110_0xc523e5,_0x204aee={'lFxqD':function(_0xe6bde8,_0xdf8bc){return _0xe6bde8===_0xdf8bc;},'YxNQP':_0x3a61dd(0x1a6),'rNabF':function(_0x325296,_0x5386e8){return _0x325296(_0x5386e8);},'GtOAh':_0x3a61dd(0x1c7)};try{logger[_0x3a61dd(0x113)](_0x3a61dd(0x2d7)+_0x322e34+_0x3a61dd(0x294)+_0x2a7339+_0x3a61dd(0x21d)+_0x7c9f8b);const _0x22b166=this['getScriptByName'](_0x2a7339);if(!_0x22b166||!_0x22b166[_0x3a61dd(0x22e)]){logger[_0x3a61dd(0x113)](_0x3a61dd(0x27c)+_0x2a7339+_0x3a61dd(0x1eb));return;}if(_0x7c9f8b){if(_0x478421[BSTACK_SCAN_IN_PROGRESS]){logger['debug'](_0x3a61dd(0x2ca)+_0x322e34);return;}return await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3a61dd(0x179)],async()=>{const _0x447049=_0x3a61dd;let _0x14897d=_0x22b166[_0x447049(0x22e)];_0x14897d[_0x447049(0xc8)]('%s')&&(_0x14897d=_0x14897d[_0x447049(0x218)]('%s',JSON[_0x447049(0x242)](_0x8f6ff7)));logger[_0x447049(0x113)]('[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20'+_0x322e34),_0x478421[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x470e38=await _0x478421[_0x447049(0x117)](_0x14897d);return logger[_0x447049(0x105)](_0x447049(0x19f)+_0x322e34+':\x20'+util[_0x447049(0x112)](_0x470e38)),_0x470e38;}finally{_0x478421[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x322e34})();}if(_0x204aee['lFxqD'](_0x2a7339,_0x204aee['YxNQP'])){const _0x23edcc=_0x204aee[_0x3a61dd(0xbe)](require,_0x204aee[_0x3a61dd(0x211)]),_0x5ba805={};_0x5ba805[_0x3a61dd(0x22e)]=_0x322e34;const _0x432702=await PerformanceTester[_0x3a61dd(0xb8)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x1f6902=_0x3a61dd;return await _0x23edcc['browserStackEvaluate'](_0x478421,_0x22b166[_0x1f6902(0x22e)],_0x8f6ff7);},_0x5ba805)();return logger[_0x3a61dd(0x105)](_0x3a61dd(0xf3)+_0x2a7339+_0x3a61dd(0xe6)+_0x322e34+':\x20'+util[_0x3a61dd(0x112)](_0x432702)),_0x432702;}const _0x479fd6=_0x204aee[_0x3a61dd(0xbe)](require,_0x204aee[_0x3a61dd(0x211)]),_0xbf8e0b=await PerformanceTester[_0x3a61dd(0xb8)](PerformanceA11yEvents[_0x3a61dd(0x2d9)],async()=>{const _0x21cc41=_0x3a61dd;return await _0x479fd6[_0x21cc41(0x154)](_0x478421,_0x22b166[_0x21cc41(0x22e)],_0x8f6ff7);})();return logger['info'](_0x3a61dd(0xf3)+_0x2a7339+_0x3a61dd(0xe6)+_0x322e34+':\x20'+util['format'](_0xbf8e0b)),_0xbf8e0b;}catch(_0x20bf10){logger[_0x3a61dd(0x237)](_0x3a61dd(0x11d)+_0x2a7339+':\x20'+(_0x20bf10[_0x3a61dd(0x25b)]||_0x20bf10[_0x3a61dd(0x1dc)]));}}async[a110_0xc523e5(0x2b9)](_0xb2e9f2){const _0x39683d=a110_0xc523e5,_0x4d15d1={'uGLZS':function(_0x21536e,_0x481c24){return _0x21536e(_0x481c24);},'DTvFt':_0x39683d(0x25d)};try{const _0x4204ce=_0x4d15d1[_0x39683d(0xe0)](require,_0x4d15d1[_0x39683d(0x2da)]);return await _0x4204ce[_0x39683d(0x1ed)](_0xb2e9f2);}catch(_0x27683a){return logger[_0x39683d(0x237)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x27683a[_0x39683d(0x25b)]||_0x27683a[_0x39683d(0x1dc)])),![];}}['processAccessibilityCaps'](_0xfb7def,_0x4573d9,_0x5bb879){const _0x46d427=a110_0xc523e5,_0x6bd249={'pHQrR':function(_0x204fba,_0x584c8f){return _0x204fba(_0x584c8f);},'qWDcz':_0x46d427(0x1c7),'jVFXr':_0x46d427(0x25e),'cjBKP':_0x46d427(0x2ad)};try{const _0x455263=_0x6bd249[_0x46d427(0x2f8)](require,_0x6bd249[_0x46d427(0x2e3)]);_0x455263[_0x46d427(0x27d)](_0xfb7def,_0x4573d9,_0x5bb879);const _0x2a8093=JSON[_0x46d427(0x242)](_0xfb7def)[_0x46d427(0x218)](/"browserstack\.user":"[^"]*"/g,_0x6bd249[_0x46d427(0x159)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x6bd249[_0x46d427(0x221)]);logger[_0x46d427(0x113)](_0x46d427(0xf7)+global[_0x46d427(0x169)]+'\x20'+_0x2a8093);}catch(_0x552c4a){logger[_0x46d427(0x237)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x552c4a['stack']||_0x552c4a[_0x46d427(0x1dc)]));}}async[a110_0xc523e5(0x19b)]({fetchFn:_0x25b94d,isNonEmpty:_0x497058,resultDetail:_0x1efbfc,totalMs:_0x17dbf3,intervalMs:_0x52bec4,name:_0x250975}){const _0x5b3edd=a110_0xc523e5,_0x3f9818={'YxiDt':function(_0x1c3a74,_0x47f438){return _0x1c3a74+_0x47f438;},'ZjvDB':function(_0x170674,_0x36e198){return _0x170674<_0x36e198;},'QjCPx':function(_0x4a5fbf){return _0x4a5fbf();},'qJGUd':function(_0x116877,_0x4cfef9){return _0x116877(_0x4cfef9);},'hiZCb':function(_0x1ad9a7,_0x8e5c0c){return _0x1ad9a7(_0x8e5c0c);},'FFoOm':function(_0x576307,_0x1659f1){return _0x576307>=_0x1659f1;},'KtBdK':function(_0x1c2a73,_0x3d77ed){return _0x1c2a73+_0x3d77ed;},'YmAGO':function(_0x1e2ab0,_0x37a9cf){return _0x1e2ab0-_0x37a9cf;}},_0x1d8c7c=Date[_0x5b3edd(0x1cd)](),_0x54e7cb=_0x3f9818['YxiDt'](_0x1d8c7c,_0x17dbf3);let _0x51f301=0x0,_0x16de3c=null,_0x346da4=![];while(_0x3f9818['ZjvDB'](Date['now'](),_0x54e7cb)){_0x51f301++,_0x16de3c=await _0x3f9818[_0x5b3edd(0x124)](_0x25b94d),_0x346da4=_0x3f9818[_0x5b3edd(0x2f3)](_0x497058,_0x16de3c),logger[_0x5b3edd(0x113)]('['+_0x250975+_0x5b3edd(0xc7)+_0x51f301+'\x20'+_0x3f9818[_0x5b3edd(0x122)](_0x1efbfc,_0x16de3c));if(_0x346da4)break;if(_0x3f9818[_0x5b3edd(0x1e3)](_0x3f9818['KtBdK'](Date[_0x5b3edd(0x1cd)](),_0x52bec4),_0x54e7cb))break;await new Promise(_0x39be3d=>setTimeout(_0x39be3d,_0x52bec4));}return!_0x346da4&&logger['warn']('['+_0x250975+_0x5b3edd(0x238)+_0x51f301+_0x5b3edd(0x28f)+_0x3f9818['YmAGO'](Date['now'](),_0x1d8c7c)+_0x5b3edd(0x12e)+_0x3f9818[_0x5b3edd(0x2f3)](_0x1efbfc,_0x16de3c)+');\x20returning\x20last\x20value'),_0x16de3c;}async[a110_0xc523e5(0x253)](_0x4c1d71,_0x327208){const _0x7a342b=a110_0xc523e5,_0x3ddee0={};_0x3ddee0[_0x7a342b(0x131)]='getResults',_0x3ddee0[_0x7a342b(0x313)]=_0x7a342b(0x1ee),_0x3ddee0['adrfv']=_0x7a342b(0x15f),_0x3ddee0['ZbaIz']=_0x7a342b(0x244);const _0x4ccbbe=_0x3ddee0;try{const _0x5d44cd=process['env'][_0x7a342b(0x26b)]||'';logger[_0x7a342b(0x105)](_0x7a342b(0x311)+_0x5d44cd+_0x7a342b(0x1f3)+_0x327208+',\x20sessionId='+_0x4c1d71);const _0x150975=await GrpcClient[_0x7a342b(0x1b1)]()['accessibilityResult'](_0x5d44cd,_0x327208,_0x4c1d71,_0x4ccbbe[_0x7a342b(0x131)]);if(!_0x150975||!_0x150975[_0x7a342b(0x2a2)])return logger[_0x7a342b(0x2b5)](_0x4ccbbe['ICwAf']),[];const _0x534453=_0x150975[_0x7a342b(0x2a2)](),_0x5b3d64=Buffer[_0x7a342b(0x212)](_0x534453)[_0x7a342b(0x21e)](_0x4ccbbe[_0x7a342b(0x1a4)])['trim']();if(!_0x5b3d64)return logger[_0x7a342b(0x2b5)](_0x4ccbbe[_0x7a342b(0x301)]),[];return JSON[_0x7a342b(0x206)](_0x5b3d64);}catch(_0x13e910){return logger['error'](_0x7a342b(0x13f)+(_0x13e910[_0x7a342b(0x25b)]||_0x13e910[_0x7a342b(0x1dc)])),[];}}async['getAppAccessibilityResultsSummary'](_0x5329ad,_0x2bdaba){const _0xb21dec=a110_0xc523e5,_0x497fa4={};_0x497fa4['PTDBo']=_0xb21dec(0x2eb),_0x497fa4[_0xb21dec(0x29a)]=_0xb21dec(0x195),_0x497fa4[_0xb21dec(0xc2)]=_0xb21dec(0x15f),_0x497fa4[_0xb21dec(0xbf)]=_0xb21dec(0x2c1);const _0x44cb35=_0x497fa4;try{const _0x14e657=process[_0xb21dec(0x133)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||'';logger['info'](_0xb21dec(0x1b2)+_0x14e657+_0xb21dec(0x1f3)+_0x2bdaba+_0xb21dec(0x170)+_0x5329ad);const _0x4aecee=await GrpcClient[_0xb21dec(0x1b1)]()[_0xb21dec(0x2c0)](_0x14e657,_0x2bdaba,_0x5329ad,_0x44cb35[_0xb21dec(0x192)]);if(!_0x4aecee||!_0x4aecee[_0xb21dec(0x2a2)])return logger[_0xb21dec(0x2b5)](_0x44cb35['mlMHK']),{};const _0x2a5c21=_0x4aecee['getResultResponse'](),_0x4684a8=Buffer[_0xb21dec(0x212)](_0x2a5c21)[_0xb21dec(0x21e)](_0x44cb35['ZvlaD'])[_0xb21dec(0x2d4)]();if(!_0x4684a8)return logger['warn'](_0x44cb35[_0xb21dec(0xbf)]),{};return JSON['parse'](_0x4684a8);}catch(_0xa1c733){return logger[_0xb21dec(0x237)](_0xb21dec(0x108)+(_0xa1c733['stack']||_0xa1c733['message'])),{};}}async[a110_0xc523e5(0x193)](_0x59af6d){const _0x5b00d8=a110_0xc523e5,_0x3ad409={};_0x3ad409['bGtNq']=_0x5b00d8(0xee),_0x3ad409[_0x5b00d8(0xe7)]=function(_0x1c287b,_0x4e6213){return _0x1c287b>_0x4e6213;},_0x3ad409[_0x5b00d8(0x140)]=_0x5b00d8(0x2a5);const _0x1df371=_0x3ad409;try{if(!this[_0x5b00d8(0x2fd)]())return logger[_0x5b00d8(0x2b5)](_0x1df371[_0x5b00d8(0x2a7)]),[];const _0x395d3b=this['isMobileWebSession']()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x1df371[_0x5b00d8(0xe7)](Object[_0x5b00d8(0xea)](_0x395d3b)[_0x5b00d8(0xff)],0x0)&&logger[_0x5b00d8(0x113)](_0x5b00d8(0x261)+JSON[_0x5b00d8(0x242)](_0x395d3b));const _0x6ba6ae=await this['_pollUntilNonEmpty']({'fetchFn':()=>Object[_0x5b00d8(0xea)](_0x395d3b)['length']>0x0?this['executeScriptByName'](_0x59af6d,'getResults',_0x395d3b):this['executeScriptByName'](_0x59af6d,_0x5b00d8(0xf5)),'isNonEmpty':_0x7b0066=>Array[_0x5b00d8(0x20e)](_0x7b0066)&&_0x7b0066['length']>0x0,'resultDetail':_0x414f89=>_0x5b00d8(0xe9)+(Array[_0x5b00d8(0x20e)](_0x414f89)?_0x414f89['length']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x1df371['hEmWj']});return _0x6ba6ae||[];}catch(_0x4780e6){return logger[_0x5b00d8(0x237)](_0x5b00d8(0x17b)+(_0x4780e6['stack']||_0x4780e6['message'])),[];}}async[a110_0xc523e5(0x21f)](_0x287af3){const _0x520840=a110_0xc523e5,_0xe65eef={'onlFp':function(_0xc01bac,_0x2b3dbd,_0x3199db){return _0xc01bac(_0x2b3dbd,_0x3199db);},'qvVvY':_0x520840(0x1a6),'SyWHn':function(_0x507d57,_0x557786){return _0x507d57(_0x557786);},'WoEBQ':'getResultsSummary','TBISB':_0x520840(0x2f9),'qlBFJ':function(_0x4cb999,_0x22e732){return _0x4cb999(_0x22e732);},'vermG':_0x520840(0x1bd),'RoUCJ':function(_0xd7ab05,_0x29df5c){return _0xd7ab05===_0x29df5c;},'WkbYa':'jest','xcNlp':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','YivQh':_0x520840(0xfd),'fEiGs':_0x520840(0x184),'cwGLl':_0x520840(0x21f),'AlcVb':_0x520840(0x10e),'UEQyq':_0x520840(0x299),'OTeZC':_0x520840(0x100),'QdSUi':'AccessibilityModule.getResultsSummary','qdsOD':_0x520840(0x255),'nuidZ':'object'};try{if(!this[_0x520840(0x2fd)]())return logger[_0x520840(0x2b5)](_0xe65eef[_0x520840(0x152)]),{};const _0x1a9d00=_0xe65eef[_0x520840(0x13e)](require,_0xe65eef[_0x520840(0x12b)]),_0x411469=_0x1a9d00[_0x520840(0x10d)](),_0x36e7b0=_0xe65eef[_0x520840(0x166)](_0x411469?.[_0x520840(0x2f5)]?.[_0x520840(0x239)](),_0xe65eef[_0x520840(0x1c9)]);let _0x1a7364='',_0x255ed5=null,_0x413ae6=null;if(_0x36e7b0){_0x255ed5=global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x520840(0x2e7)]?.['testAnalyticsId']||global[_0x520840(0x271)]?.[_0x520840(0x2e7)]?.['id'];if(!_0x255ed5)return logger[_0x520840(0x2b5)](_0xe65eef['xcNlp']),{};try{const _0x5d91ca=await GrpcClient[_0x520840(0x1b1)]()[_0x520840(0x104)](process['env'][_0x520840(0x26b)],_0xe65eef['YivQh'],_0xe65eef[_0x520840(0x12d)],_0x255ed5),_0x3936c3=AccessibilityModule[_0x520840(0x2b2)](null,_0x5d91ca);_0x1a7364=_0x3936c3?.['thTestRunUuid']||'',logger[_0x520840(0x113)](_0x520840(0x233)+_0x1a7364+'\x20from\x20testIdentifier='+_0x255ed5);const _0x196675=await AccessibilityModule[_0x520840(0x2b8)](_0xe65eef[_0x520840(0x12d)],_0x1a7364,_0x255ed5),_0x5f0988=this[_0x520840(0x1ba)](_0xe65eef[_0x520840(0xc3)])||this[_0x520840(0x281)][this[_0x520840(0x24e)]]||null,_0x47d613=process['env'][_0x520840(0x1bf)]||'',_0x295e4a=this[_0x520840(0x2c2)](_0xe65eef[_0x520840(0x2ec)],_0x1a7364,_0x5f0988,_0x47d613);_0x413ae6=_0x1a9d00['mergeObject'](_0x295e4a,_0x196675),logger['debug'](_0x520840(0x29c)+JSON[_0x520840(0x242)](_0x413ae6));}catch(_0x25d360){return logger[_0x520840(0x237)](_0x520840(0x20d)+_0x25d360['message']),{};}}else{_0x1a7364=this[_0x520840(0x1ba)](_0xe65eef['AlcVb'])||'';!_0x1a7364&&this['isMobileWebSession']()&&(_0x1a7364=accessibilityHelper[_0x520840(0x210)]());const _0x445cf6=this[_0x520840(0x1ba)](_0xe65eef[_0x520840(0xc3)])||this[_0x520840(0x281)][this[_0x520840(0x24e)]]||null,_0x4f39e7=process['env'][_0x520840(0x1bf)]||'';_0x413ae6=this[_0x520840(0x2c2)](_0xe65eef['cwGLl'],_0x1a7364,_0x445cf6,_0x4f39e7);}logger[_0x520840(0x113)](_0xe65eef['UEQyq']);const _0x30c961=0x15f90,_0x4c630e=0x1388;try{await PerformanceTester[_0x520840(0xb8)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x53d128=_0x520840,_0x1be0b4={'lBMGf':function(_0xe00615,_0x3d8dc8,_0xcf6032){const _0x5a263f=a110_0x58ba;return _0xe65eef[_0x5a263f(0x118)](_0xe00615,_0x3d8dc8,_0xcf6032);}},_0x206183=this[_0x53d128(0x22d)](_0x287af3,_0xe65eef[_0x53d128(0x171)],_0x413ae6);let _0x5754da;const _0x4b9b2d=new Promise((_0x46ce23,_0x345294)=>{const _0x1829ad=_0x53d128;_0x5754da=_0x1be0b4[_0x1829ad(0x2cf)](setTimeout,()=>_0x345294(new Error(_0x1829ad(0x2f0)+_0x30c961+'ms')),_0x30c961);});try{const _0x3ad713=await Promise['race']([_0x206183,_0x4b9b2d]);logger[_0x53d128(0x113)](_0x53d128(0x2e9)+util[_0x53d128(0x112)](_0x3ad713));}finally{_0xe65eef[_0x53d128(0x227)](clearTimeout,_0x5754da);}},{'command':_0xe65eef[_0x520840(0x2ec)]})();}catch(_0x530b8f){logger[_0x520840(0x2b5)](_0x520840(0x162)+_0x530b8f['message']+_0x520840(0x287)),global[_0x520840(0xf2)]={'reason':_0xe65eef[_0x520840(0x304)],'at':Date[_0x520840(0x1cd)](),'where':_0xe65eef['QdSUi']},await new Promise(_0x19ff61=>setTimeout(_0x19ff61,_0x4c630e)),logger[_0x520840(0x113)](_0x520840(0x1be)+_0x4c630e+_0x520840(0x134));}const _0xc6b755=await this['_pollUntilNonEmpty']({'fetchFn':()=>PerformanceTester[_0x520840(0xb8)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x29c0fa=_0x520840;return await this[_0x29c0fa(0x22d)](_0x287af3,_0xe65eef[_0x29c0fa(0x12d)],_0x413ae6);})(),'isNonEmpty':_0x20fbcc=>_0x20fbcc&&typeof _0x20fbcc[_0x520840(0x1c8)]==='number'&&_0x20fbcc[_0x520840(0x1c8)]>0x0,'resultDetail':_0x1927fe=>_0x520840(0x262)+(_0x1927fe&&typeof _0x1927fe[_0x520840(0x1c8)]===_0x520840(0x18a)?_0x1927fe[_0x520840(0x1c8)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0xe65eef[_0x520840(0xf0)]});if(!_0xc6b755)return logger[_0x520840(0x113)](_0xe65eef['qdsOD']),{};return _0xe65eef[_0x520840(0x166)](typeof _0xc6b755,_0xe65eef['nuidZ'])&&global[_0x520840(0xf2)]&&(_0xc6b755[_0x520840(0x199)]=!![],_0xc6b755[_0x520840(0x1bb)]=global[_0x520840(0xf2)][_0x520840(0x241)]),_0xc6b755;}catch(_0x1e25e5){return logger[_0x520840(0x237)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x1e25e5[_0x520840(0x25b)]||_0x1e25e5[_0x520840(0x1dc)])),{};}}async[a110_0xc523e5(0x2aa)](_0x49695b,_0x353233,_0x2af9dd=null){const _0x19425e=a110_0xc523e5,_0x595d75={};_0x595d75[_0x19425e(0x30b)]=_0x19425e(0x23a),_0x595d75[_0x19425e(0x1d8)]='performPageScan:\x20Script\x20is\x20null',_0x595d75[_0x19425e(0x136)]='Executing\x20accessibility\x20script\x20on\x20page';const _0x5b36b9=_0x595d75;try{if(!_0x49695b)return logger['debug'](_0x5b36b9[_0x19425e(0x30b)]),null;if(!_0x353233)return logger[_0x19425e(0x113)](_0x5b36b9[_0x19425e(0x1d8)]),null;logger['debug'](_0x5b36b9[_0x19425e(0x136)]);const _0xcbe1c0=_0x2af9dd?await _0x49695b[_0x19425e(0x1d0)](_0x353233,_0x2af9dd):await _0x49695b[_0x19425e(0x1d0)](_0x353233);return _0xcbe1c0;}catch(_0x49f277){return logger[_0x19425e(0x237)]('Error\x20in\x20performPageScan:\x20'+(_0x49f277[_0x19425e(0x25b)]||_0x49f277[_0x19425e(0x1dc)])),null;}}static[a110_0xc523e5(0x2b2)](_0x3e360b,_0x1d3a58){const _0x1fcc7d=a110_0xc523e5,_0x5055f7={};_0x5055f7['MrFYe']=_0x1fcc7d(0x15f);const _0x33ac57=_0x5055f7,_0x2d3ea3={};_0x2d3ea3[_0x1fcc7d(0x119)]=_0x3e360b;const _0x333a00=_0x2d3ea3;let _0x400c66={};if(_0x1d3a58[_0x1fcc7d(0x16e)]()&&_0x1d3a58['hasAccessibilityExecuteParams']())try{_0x400c66=JSON[_0x1fcc7d(0x206)](Buffer[_0x1fcc7d(0x212)](_0x1d3a58['getAccessibilityExecuteParams']())[_0x1fcc7d(0x21e)](_0x33ac57[_0x1fcc7d(0xfe)]));}catch(_0x5a1f2d){logger['error'](_0x1fcc7d(0x156)+_0x5a1f2d[_0x1fcc7d(0x1dc)]),_0x400c66={};}return CLIUtils[_0x1fcc7d(0x1e7)](_0x333a00,_0x400c66);}static async[a110_0xc523e5(0x2b8)](_0x3a0ffb,_0x7831fa='',_0x3a377c=null){const _0x116b65=a110_0xc523e5,_0x31a50f={};_0x31a50f['nhLMM']=_0x116b65(0x201),_0x31a50f[_0x116b65(0x138)]=_0x116b65(0xfd);const _0x3db9ff=_0x31a50f;try{if(!_0x3a377c&&AccessibilityModule[_0x116b65(0xc5)])return AccessibilityModule[_0x116b65(0x306)];if(!process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x116b65(0x237)](_0x3db9ff[_0x116b65(0x190)]),{};const _0x57fcdb=await GrpcClient[_0x116b65(0x1b1)]()[_0x116b65(0x104)](process[_0x116b65(0x133)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x3db9ff[_0x116b65(0x138)],_0x3a0ffb,_0x3a377c),_0x447f41=_0x3a377c?AccessibilityModule[_0x116b65(0x2b2)](null,_0x57fcdb)?.[_0x116b65(0x119)]||_0x7831fa:_0x7831fa,_0x30f59c=AccessibilityModule[_0x116b65(0x2b2)](_0x447f41,_0x57fcdb);return!_0x3a377c&&(AccessibilityModule[_0x116b65(0x306)]=_0x30f59c,AccessibilityModule[_0x116b65(0xc5)]=!![]),_0x30f59c;}catch(_0x454213){return logger[_0x116b65(0x237)](_0x116b65(0x30d)+_0x3a0ffb+':\x20'+(_0x454213[_0x116b65(0x25b)]||_0x454213['message'])),{};}}};module[a110_0xc523e5(0x178)]=AccessibilityModule;
@@ -1 +1 @@
1
- const a111_0x1f6bf0=a111_0x4b05;(function(_0x4d8dd9,_0x29fee9){const _0x19d65c=a111_0x4b05,_0x38aba4=_0x4d8dd9();while(!![]){try{const _0x4e4196=parseInt(_0x19d65c(0x1a7))/0x1*(parseInt(_0x19d65c(0x196))/0x2)+parseInt(_0x19d65c(0x1af))/0x3*(parseInt(_0x19d65c(0x19f))/0x4)+-parseInt(_0x19d65c(0x1a5))/0x5+parseInt(_0x19d65c(0x195))/0x6+-parseInt(_0x19d65c(0x19a))/0x7*(parseInt(_0x19d65c(0x1a3))/0x8)+-parseInt(_0x19d65c(0x1b1))/0x9*(-parseInt(_0x19d65c(0x1c4))/0xa)+-parseInt(_0x19d65c(0x1a0))/0xb;if(_0x4e4196===_0x29fee9)break;else _0x38aba4['push'](_0x38aba4['shift']());}catch(_0x38c60e){_0x38aba4['push'](_0x38aba4['shift']());}}}(a111_0x2b4e,0x90258));const logger=require(a111_0x1f6bf0(0x19c))[a111_0x1f6bf0(0x1b0)],{FRAMEWORKS}=require(a111_0x1f6bf0(0x19b));function a111_0x4b05(_0xae781d,_0x5ae1d2){const _0x2b4e3b=a111_0x2b4e();return a111_0x4b05=function(_0x4b05b8,_0x5dceed){_0x4b05b8=_0x4b05b8-0x193;let _0x1a837c=_0x2b4e3b[_0x4b05b8];return _0x1a837c;},a111_0x4b05(_0xae781d,_0x5ae1d2);}class BaseModule{constructor(_0x2876b2=null){const _0x2389c5=a111_0x1f6bf0,_0xb66cd1={};_0xb66cd1[_0x2389c5(0x1c3)]='0|5|4|1|2|3',_0xb66cd1[_0x2389c5(0x1a8)]='BaseModule';const _0x120e2f=_0xb66cd1,_0x8064c3=_0x120e2f['berPc']['split']('|');let _0x3eaf36=0x0;while(!![]){switch(_0x8064c3[_0x3eaf36++]){case'0':this[_0x2389c5(0x1a1)]=_0x120e2f[_0x2389c5(0x1a8)];continue;case'1':this[_0x2389c5(0x1c1)]={};continue;case'2':this[_0x2389c5(0x19d)]=null;continue;case'3':this[_0x2389c5(0x1b5)]=this['setTestFrameworkData'](_0x2876b2);continue;case'4':this[_0x2389c5(0x1bc)]=0x0;continue;case'5':this[_0x2389c5(0x1a6)]=null;continue;}break;}}[a111_0x1f6bf0(0x199)](){const _0x382687=a111_0x1f6bf0,_0x2e0ced={};_0x2e0ced[_0x382687(0x194)]=_0x382687(0x1ad);const _0x3b761c=_0x2e0ced;if(!this[_0x382687(0x1a6)])throw new Error(_0x3b761c[_0x382687(0x194)]);}[a111_0x1f6bf0(0x19e)](){const _0xdc9748=a111_0x1f6bf0;return this[_0xdc9748(0x1a1)];}['configure'](_0x869dec,_0x56c063,_0x299f87,_0x5af44c={}){const _0x404876=a111_0x1f6bf0,_0x29ba7f={};_0x29ba7f[_0x404876(0x1b8)]=_0x404876(0x1a9);const _0x25666e=_0x29ba7f,_0x300d42=_0x25666e[_0x404876(0x1b8)][_0x404876(0x1c2)]('|');let _0x232907=0x0;while(!![]){switch(_0x300d42[_0x232907++]){case'0':logger[_0x404876(0x1be)](_0x404876(0x1b9)+this[_0x404876(0x19e)]()+_0x404876(0x1aa)+_0x869dec+_0x404876(0x1a2)+_0x56c063);continue;case'1':this[_0x404876(0x1c1)]=_0x5af44c;continue;case'2':this[_0x404876(0x19d)]=_0x299f87;continue;case'3':this[_0x404876(0x1a6)]=_0x869dec;continue;case'4':this[_0x404876(0x1bc)]=_0x56c063;continue;}break;}}[a111_0x1f6bf0(0x1ae)](_0x62e7b9){const _0x514220=a111_0x1f6bf0,_0x39d2b9={};_0x39d2b9['oKgZV']=function(_0x2341f6,_0x1ef628){return _0x2341f6===_0x1ef628;},_0x39d2b9['ZuBCe']=function(_0x442ce9,_0x21d82e){return _0x442ce9===_0x21d82e;};const _0xc072e0=_0x39d2b9;let _0x46fc91='';if(_0xc072e0[_0x514220(0x1c0)](_0x62e7b9['testFramework'],FRAMEWORKS[_0x514220(0x1b7)]))_0x46fc91=_0x62e7b9[_0x514220(0x1bf)]?.[_0x514220(0x1b4)]?.['id']||_0x62e7b9['testInfo']?.[_0x514220(0x1b2)];else{if(_0xc072e0['oKgZV'](_0x62e7b9[_0x514220(0x198)],FRAMEWORKS[_0x514220(0x1ba)]))_0x46fc91=_0x62e7b9[_0x514220(0x1bf)]?.[_0x514220(0x1ab)];else _0xc072e0[_0x514220(0x1b3)](_0x62e7b9[_0x514220(0x198)],FRAMEWORKS[_0x514220(0x1a4)])&&(_0x46fc91=_0x62e7b9['testInfo']?.['id']);}return _0x46fc91;}[a111_0x1f6bf0(0x1ac)](_0x406a08){const _0x878fce=a111_0x1f6bf0,_0x52daac={};_0x52daac[_0x878fce(0x197)]=function(_0x15b9a8,_0x5174f3){return _0x15b9a8!==_0x5174f3;},_0x52daac[_0x878fce(0x1b6)]=_0x878fce(0x1bb);const _0x387fdf=_0x52daac;if(!_0x406a08||_0x387fdf['yFFyH'](typeof _0x406a08,_0x387fdf['goPWD']))return null;const _0x2adb38={};_0x2adb38['name']=_0x406a08[_0x878fce(0x1a1)],_0x2adb38[_0x878fce(0x193)]=_0x406a08['version']&&_0x406a08[_0x878fce(0x193)][_0x406a08[_0x878fce(0x1a1)]];const _0x16ceb1=_0x2adb38;return _0x16ceb1;}}function a111_0x2b4e(){const _0x49f1bf=['954655pRByFw','binSessionId','37jDnUOp','IdUBW','3|4|2|1|0','\x20with\x20binSessionId=','testCaseStartedId','setTestFrameworkData','Missing\x20binSessionId','getTestId','6BkAntu','winstonLogger','191277TQrsyd','testId','ZuBCe','_test','testFrameworkData','goPWD','PLAYWRIGHT','SHsyA','Configured\x20module\x20','CUCUMBER','object','platformIndex','exports','debug','testInfo','oKgZV','config','split','berPc','120amwQcm','version','wyhpq','1048350MWbLqT','42210UmaiGc','yFFyH','testFramework','ensureBinSession','83811cXWDXN','../../../helpers/test-observability/constants.js','../../../helpers/logger.js','client','getModuleName','715900TPGzkp','6288997OqzjRr','name',',\x20platformIndex=','144OmcExo','JEST'];a111_0x2b4e=function(){return _0x49f1bf;};return a111_0x2b4e();}module[a111_0x1f6bf0(0x1bd)]=BaseModule;
1
+ const a111_0x1a664b=a111_0x39e6;(function(_0x135ed1,_0x188f74){const _0xa4fa0b=a111_0x39e6,_0x2fc05e=_0x135ed1();while(!![]){try{const _0x192880=parseInt(_0xa4fa0b(0xb0))/0x1+parseInt(_0xa4fa0b(0xda))/0x2*(parseInt(_0xa4fa0b(0xd2))/0x3)+-parseInt(_0xa4fa0b(0xae))/0x4+parseInt(_0xa4fa0b(0xcb))/0x5*(parseInt(_0xa4fa0b(0xbf))/0x6)+-parseInt(_0xa4fa0b(0xcc))/0x7*(-parseInt(_0xa4fa0b(0xc5))/0x8)+-parseInt(_0xa4fa0b(0xdc))/0x9*(parseInt(_0xa4fa0b(0xbd))/0xa)+-parseInt(_0xa4fa0b(0xbe))/0xb;if(_0x192880===_0x188f74)break;else _0x2fc05e['push'](_0x2fc05e['shift']());}catch(_0x9a7497){_0x2fc05e['push'](_0x2fc05e['shift']());}}}(a111_0x1d64,0xd6148));function a111_0x39e6(_0xfdbe97,_0x4d2b7b){const _0x1d6467=a111_0x1d64();return a111_0x39e6=function(_0x39e6df,_0x40bd5f){_0x39e6df=_0x39e6df-0xae;let _0x310f7b=_0x1d6467[_0x39e6df];return _0x310f7b;},a111_0x39e6(_0xfdbe97,_0x4d2b7b);}const logger=require(a111_0x1a664b(0xd6))[a111_0x1a664b(0xce)],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x4b12f4=null){const _0xb8aae=a111_0x1a664b,_0x3bf93e={};_0x3bf93e[_0xb8aae(0xd7)]=_0xb8aae(0xc2),_0x3bf93e['bhHoX']='BaseModule';const _0x5946fb=_0x3bf93e,_0x2fa848=_0x5946fb[_0xb8aae(0xd7)][_0xb8aae(0xcf)]('|');let _0x5ccf8d=0x0;while(!![]){switch(_0x2fa848[_0x5ccf8d++]){case'0':this['platformIndex']=0x0;continue;case'1':this[_0xb8aae(0xdb)]={};continue;case'2':this['name']=_0x5946fb[_0xb8aae(0xb6)];continue;case'3':this['binSessionId']=null;continue;case'4':this[_0xb8aae(0xc4)]=this[_0xb8aae(0xbc)](_0x4b12f4);continue;case'5':this[_0xb8aae(0xb4)]=null;continue;}break;}}[a111_0x1a664b(0xbb)](){const _0x1d69a3=a111_0x1a664b,_0x19716f={};_0x19716f[_0x1d69a3(0xc9)]=_0x1d69a3(0xd5);const _0x5dfd2e=_0x19716f;if(!this[_0x1d69a3(0xd0)])throw new Error(_0x5dfd2e[_0x1d69a3(0xc9)]);}[a111_0x1a664b(0xd3)](){return this['name'];}[a111_0x1a664b(0xb3)](_0x104661,_0x3014a1,_0x24772f,_0xa0f39c={}){const _0x5c3fbd=a111_0x1a664b,_0x2e2291={};_0x2e2291[_0x5c3fbd(0xd8)]=_0x5c3fbd(0xb2);const _0x35dace=_0x2e2291,_0x51aeb6=_0x35dace[_0x5c3fbd(0xd8)][_0x5c3fbd(0xcf)]('|');let _0x3b8d82=0x0;while(!![]){switch(_0x51aeb6[_0x3b8d82++]){case'0':this[_0x5c3fbd(0xb4)]=_0x24772f;continue;case'1':this[_0x5c3fbd(0xdb)]=_0xa0f39c;continue;case'2':this['binSessionId']=_0x104661;continue;case'3':this[_0x5c3fbd(0xb9)]=_0x3014a1;continue;case'4':logger[_0x5c3fbd(0xc0)](_0x5c3fbd(0xb8)+this[_0x5c3fbd(0xd3)]()+_0x5c3fbd(0xc7)+_0x104661+_0x5c3fbd(0xdd)+_0x3014a1);continue;}break;}}[a111_0x1a664b(0xde)](_0x1c2fef){const _0x1da4f8=a111_0x1a664b,_0x3834a5={};_0x3834a5[_0x1da4f8(0xc8)]=function(_0x34f196,_0x4f0b22){return _0x34f196===_0x4f0b22;},_0x3834a5[_0x1da4f8(0xba)]=function(_0x5d401a,_0xe66e54){return _0x5d401a===_0xe66e54;},_0x3834a5[_0x1da4f8(0xd9)]=function(_0x437498,_0x4fb4b3){return _0x437498===_0x4fb4b3;};const _0x47ec63=_0x3834a5;let _0x4ccddf='';if(_0x47ec63[_0x1da4f8(0xc8)](_0x1c2fef['testFramework'],FRAMEWORKS['PLAYWRIGHT']))_0x4ccddf=_0x1c2fef[_0x1da4f8(0xb5)]?.[_0x1da4f8(0xaf)]?.['id']||_0x1c2fef['testInfo']?.['testId'];else{if(_0x47ec63[_0x1da4f8(0xba)](_0x1c2fef['testFramework'],FRAMEWORKS['CUCUMBER']))_0x4ccddf=_0x1c2fef[_0x1da4f8(0xb5)]?.[_0x1da4f8(0xb7)];else _0x47ec63[_0x1da4f8(0xd9)](_0x1c2fef[_0x1da4f8(0xc1)],FRAMEWORKS[_0x1da4f8(0xb1)])&&(_0x4ccddf=_0x1c2fef['testInfo']?.['id']);}return _0x4ccddf;}['setTestFrameworkData'](_0x215abd){const _0x34af61=a111_0x1a664b,_0x2af1f1={};_0x2af1f1[_0x34af61(0xd4)]=function(_0x11a29d,_0x3fed8a){return _0x11a29d!==_0x3fed8a;},_0x2af1f1[_0x34af61(0xca)]=_0x34af61(0xc6);const _0x595979=_0x2af1f1;if(!_0x215abd||_0x595979[_0x34af61(0xd4)](typeof _0x215abd,_0x595979['kSpBV']))return null;const _0x138688={};_0x138688['name']=_0x215abd[_0x34af61(0xd1)],_0x138688[_0x34af61(0xc3)]=_0x215abd[_0x34af61(0xc3)]&&_0x215abd[_0x34af61(0xc3)][_0x215abd[_0x34af61(0xd1)]];const _0x5e408c=_0x138688;return _0x5e408c;}}module[a111_0x1a664b(0xcd)]=BaseModule;function a111_0x1d64(){const _0x34ed9d=['platformIndex','wzUWD','ensureBinSession','setTestFrameworkData','49090OssILB','2445443pRNPqX','396ZdztyY','debug','testFramework','2|3|0|1|5|4','version','testFrameworkData','3376YZVWDp','object','\x20with\x20binSessionId=','kmQQW','nFhjM','kSpBV','124430REiXOR','13573OMHIhG','exports','winstonLogger','split','binSessionId','name','3RUcCoa','getModuleName','yihua','Missing\x20binSessionId','../../../helpers/logger.js','IVBTN','KqYtw','mhHaJ','112510NRjJVu','config','2853RSXzyP',',\x20platformIndex=','getTestId','479356HchqGO','_test','258188MLLFAw','JEST','2|3|0|1|4','configure','client','testInfo','bhHoX','testCaseStartedId','Configured\x20module\x20'];a111_0x1d64=function(){return _0x34ed9d;};return a111_0x1d64();}
@@ -1 +1 @@
1
- function a112_0x12d4(_0x409b57,_0x2e3338){const _0x2b3ab6=a112_0x2b3a();return a112_0x12d4=function(_0x12d423,_0x39f882){_0x12d423=_0x12d423-0x1f2;let _0x55d171=_0x2b3ab6[_0x12d423];return _0x55d171;},a112_0x12d4(_0x409b57,_0x2e3338);}const a112_0x597336=a112_0x12d4;(function(_0x5b2261,_0x2d60f5){const _0x3d02e3=a112_0x12d4,_0x5dd816=_0x5b2261();while(!![]){try{const _0x4bcf62=-parseInt(_0x3d02e3(0x1fb))/0x1*(-parseInt(_0x3d02e3(0x223))/0x2)+-parseInt(_0x3d02e3(0x21d))/0x3+-parseInt(_0x3d02e3(0x220))/0x4+parseInt(_0x3d02e3(0x1f9))/0x5+-parseInt(_0x3d02e3(0x202))/0x6*(-parseInt(_0x3d02e3(0x211))/0x7)+-parseInt(_0x3d02e3(0x214))/0x8*(parseInt(_0x3d02e3(0x1f6))/0x9)+-parseInt(_0x3d02e3(0x1f2))/0xa;if(_0x4bcf62===_0x2d60f5)break;else _0x5dd816['push'](_0x5dd816['shift']());}catch(_0x17c158){_0x5dd816['push'](_0x5dd816['shift']());}}}(a112_0x2b3a,0x2934e));const {createClassLogger}=require(a112_0x597336(0x1fc)),logger=createClassLogger(a112_0x597336(0x207)),{sendToEDS}=require(a112_0x597336(0x1fe)),isLTSSession=(_0x1d1dea=null)=>{const _0x39bf8a=a112_0x597336,_0x16246a={};_0x16246a[_0x39bf8a(0x219)]=function(_0x327fba,_0x37a6a0){return _0x327fba!==_0x37a6a0;},_0x16246a[_0x39bf8a(0x216)]=_0x39bf8a(0x205),_0x16246a[_0x39bf8a(0x1fa)]=function(_0x30f2bd,_0x1f874d){return _0x30f2bd===_0x1f874d;},_0x16246a[_0x39bf8a(0x20f)]='string',_0x16246a['EIOtE']=function(_0x403248,_0x2c31c9){return _0x403248===_0x2c31c9;},_0x16246a[_0x39bf8a(0x21f)]=_0x39bf8a(0x20d),_0x16246a[_0x39bf8a(0x206)]=function(_0xdfe68e,_0x5a7a48){return _0xdfe68e===_0x5a7a48;},_0x16246a[_0x39bf8a(0x218)]=function(_0x11e7fa,_0x2689af){return _0x11e7fa===_0x2689af;},_0x16246a['ZKHSB']=_0x39bf8a(0x1f5);const _0x50505e=_0x16246a;try{if(_0x50505e[_0x39bf8a(0x219)](typeof process['env'][_0x39bf8a(0x204)],_0x50505e[_0x39bf8a(0x216)])){const _0x9dfc80=process[_0x39bf8a(0x209)][_0x39bf8a(0x204)];return _0x50505e[_0x39bf8a(0x1fa)](typeof _0x9dfc80,_0x50505e[_0x39bf8a(0x20f)])?_0x50505e[_0x39bf8a(0x21b)](_0x9dfc80[_0x39bf8a(0x1f4)](),_0x50505e['XbfYg']):!!_0x9dfc80;}const _0x458d03=_0x1d1dea&&_0x1d1dea[_0x39bf8a(0x204)],_0x54aacf=!!(_0x1d1dea&&(_0x50505e['dWqnA'](_0x1d1dea[_0x39bf8a(0x1ff)],!![])||_0x50505e[_0x39bf8a(0x218)](_0x1d1dea[_0x39bf8a(0x1ff)],_0x50505e['XbfYg']))),_0x1f7bbd=!!(_0x458d03&&_0x50505e[_0x39bf8a(0x218)](_0x458d03[_0x39bf8a(0x212)]()[_0x39bf8a(0x1f4)](),_0x50505e['XbfYg'])&&!_0x54aacf);return process[_0x39bf8a(0x209)]['overrideLoadTesting']=_0x1f7bbd?_0x50505e['XbfYg']:_0x50505e[_0x39bf8a(0x201)],_0x1f7bbd;}catch(_0x5900be){return process[_0x39bf8a(0x209)][_0x39bf8a(0x204)]=_0x50505e[_0x39bf8a(0x201)],![];}},getLTSSessionId=()=>{const _0x22bf67=a112_0x597336,_0x120e8a={'RJMwJ':function(_0x4d1475){return _0x4d1475();},'zUAxp':_0x22bf67(0x20c),'rBjUi':'LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id'};try{if(_0x120e8a[_0x22bf67(0x221)](isLTSSession))return logger[_0x22bf67(0x21c)](_0x120e8a[_0x22bf67(0x210)]),process[_0x22bf67(0x209)][_0x22bf67(0x200)]||'';}catch(_0x29b9ea){logger[_0x22bf67(0x21e)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x29b9ea&&_0x29b9ea[_0x22bf67(0x208)]));}return logger[_0x22bf67(0x21c)](_0x120e8a['rBjUi']),'';},setLTSSessionId=async(_0x58413a={})=>{const _0x120124=a112_0x597336,_0x2eed73={'wddPT':function(_0x528885){return _0x528885();},'HPbbP':'BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','mfYjq':_0x120124(0x20b),'qUYej':'LTS','qFlyC':function(_0x40397f,_0x238ded){return _0x40397f(_0x238ded);},'VBVby':function(_0x57ca10,_0x5b8237,_0x514201){return _0x57ca10(_0x5b8237,_0x514201);},'jWuMY':function(_0xf93d62,_0x39e720){return _0xf93d62||_0x39e720;}};try{const _0x29fe05=_0x2eed73[_0x120124(0x21a)](getLTSSessionId);_0x29fe05?(process[_0x120124(0x209)][_0x120124(0x200)]=_0x29fe05,logger[_0x120124(0x21c)](_0x2eed73[_0x120124(0x222)])):(delete process['env']['BROWSERSTACK_LTS_SESSION_ID'],logger[_0x120124(0x21c)](_0x2eed73[_0x120124(0x213)]));try{const _0x31ad71={'feature':_0x2eed73[_0x120124(0x20e)],'ltsEnabled':_0x2eed73[_0x120124(0x20a)](isLTSSession,_0x58413a),'ltsSessionIdPresent':!!_0x29fe05};await _0x2eed73[_0x120124(0x1f3)](sendToEDS,_0x31ad71,_0x58413a);}catch(_0x27865f){logger[_0x120124(0x1fd)](_0x120124(0x217)+(_0x27865f&&_0x27865f[_0x120124(0x208)]));}return _0x2eed73['jWuMY'](_0x29fe05,'');}catch(_0x3ef506){return logger[_0x120124(0x21c)](_0x120124(0x215)+(_0x3ef506&&_0x3ef506['message'])),'';}},a112_0x3619a1={};a112_0x3619a1[a112_0x597336(0x1f7)]=isLTSSession,a112_0x3619a1[a112_0x597336(0x203)]=getLTSSessionId,a112_0x3619a1['setLTSSessionId']=setLTSSessionId,module[a112_0x597336(0x1f8)]=a112_0x3619a1;function a112_0x2b3a(){const _0x59535d=['wddPT','EIOtE','debug','287559XmZcRq','error','XbfYg','1112044NeGViu','RJMwJ','HPbbP','625954fDVnrt','2015260RgDSmr','VBVby','toLowerCase','false','207xOOMPm','isLTSSession','exports','1418340tvJlXj','TdHMW','1njBfSt','../../../helpers/classLogger.js','warn','../../../helpers/helper.js','browserstackAutomation','BROWSERSTACK_LTS_SESSION_ID','ZKHSB','6yzfrwH','getLTSSessionId','overrideLoadTesting','undefined','dWqnA','LoadTestModule','message','env','qFlyC','BROWSERSTACK_LTS_SESSION_ID\x20cleared','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','true','qUYej','SqREG','zUAxp','1675723TNvLDU','toString','mfYjq','31952bzFDWC','setLTSSessionId\x20error:\x20','EbXHt','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','rMyCa','nHmDe'];a112_0x2b3a=function(){return _0x59535d;};return a112_0x2b3a();}
1
+ const a112_0x1c79bd=a112_0x6d62;function a112_0x6d62(_0x53fc15,_0x15d6e9){const _0x469f48=a112_0x469f();return a112_0x6d62=function(_0x6d62ef,_0x26e963){_0x6d62ef=_0x6d62ef-0x108;let _0x4702ee=_0x469f48[_0x6d62ef];return _0x4702ee;},a112_0x6d62(_0x53fc15,_0x15d6e9);}(function(_0x3e439e,_0x4a6dc4){const _0x1df91f=a112_0x6d62,_0x11e315=_0x3e439e();while(!![]){try{const _0x2bde22=parseInt(_0x1df91f(0x112))/0x1+parseInt(_0x1df91f(0x12d))/0x2+-parseInt(_0x1df91f(0x10f))/0x3+parseInt(_0x1df91f(0x12a))/0x4*(parseInt(_0x1df91f(0x133))/0x5)+parseInt(_0x1df91f(0x122))/0x6+parseInt(_0x1df91f(0x126))/0x7+-parseInt(_0x1df91f(0x125))/0x8;if(_0x2bde22===_0x4a6dc4)break;else _0x11e315['push'](_0x11e315['shift']());}catch(_0x51632b){_0x11e315['push'](_0x11e315['shift']());}}}(a112_0x469f,0x3ebcf));const {createClassLogger}=require(a112_0x1c79bd(0x117)),logger=createClassLogger(a112_0x1c79bd(0x118)),{sendToEDS}=require(a112_0x1c79bd(0x109)),isLTSSession=(_0x5c80a6=null)=>{const _0x181c01=a112_0x1c79bd,_0x428ab1={};_0x428ab1[_0x181c01(0x10b)]=function(_0x1eec83,_0x2bd757){return _0x1eec83!==_0x2bd757;},_0x428ab1[_0x181c01(0x108)]='undefined',_0x428ab1[_0x181c01(0x132)]=function(_0x226d6a,_0x10f379){return _0x226d6a===_0x10f379;},_0x428ab1[_0x181c01(0x119)]=_0x181c01(0x134),_0x428ab1['GtnXk']=_0x181c01(0x110),_0x428ab1[_0x181c01(0x129)]=function(_0x3fa3e1,_0x59dc48){return _0x3fa3e1===_0x59dc48;},_0x428ab1[_0x181c01(0x120)]=function(_0x52750e,_0x149b35){return _0x52750e===_0x149b35;},_0x428ab1[_0x181c01(0x127)]=_0x181c01(0x12c);const _0xb21178=_0x428ab1;try{if(_0xb21178[_0x181c01(0x10b)](typeof process['env'][_0x181c01(0x10a)],_0xb21178[_0x181c01(0x108)])){const _0x502a5e=process[_0x181c01(0x137)]['overrideLoadTesting'];return _0xb21178[_0x181c01(0x132)](typeof _0x502a5e,_0xb21178['avpuj'])?_0xb21178[_0x181c01(0x132)](_0x502a5e[_0x181c01(0x121)](),_0xb21178['GtnXk']):!!_0x502a5e;}const _0x2c00a5=_0x5c80a6&&_0x5c80a6[_0x181c01(0x10a)],_0x2d562c=!!(_0x5c80a6&&(_0xb21178['KJSxc'](_0x5c80a6[_0x181c01(0x11d)],!![])||_0xb21178[_0x181c01(0x120)](_0x5c80a6['browserstackAutomation'],_0xb21178[_0x181c01(0x10c)]))),_0x4e9c30=!!(_0x2c00a5&&_0xb21178[_0x181c01(0x132)](_0x2c00a5[_0x181c01(0x135)]()[_0x181c01(0x121)](),_0xb21178['GtnXk'])&&!_0x2d562c);return process[_0x181c01(0x137)]['overrideLoadTesting']=_0x4e9c30?_0xb21178[_0x181c01(0x10c)]:_0xb21178[_0x181c01(0x127)],_0x4e9c30;}catch(_0x3c108c){return process['env'][_0x181c01(0x10a)]=_0xb21178[_0x181c01(0x127)],![];}},getLTSSessionId=()=>{const _0x5652c2=a112_0x1c79bd,_0x47c90e={'iBqiE':function(_0x34c78f){return _0x34c78f();},'XyeVa':_0x5652c2(0x11b),'pBZYz':_0x5652c2(0x12b)};try{if(_0x47c90e['iBqiE'](isLTSSession))return logger[_0x5652c2(0x10e)](_0x47c90e[_0x5652c2(0x11c)]),process[_0x5652c2(0x137)][_0x5652c2(0x130)]||'';}catch(_0x355af0){logger[_0x5652c2(0x113)](_0x5652c2(0x12e)+(_0x355af0&&_0x355af0['message']));}return logger[_0x5652c2(0x10e)](_0x47c90e[_0x5652c2(0x116)]),'';},setLTSSessionId=async(_0x48cc48={})=>{const _0x4bd55d=a112_0x1c79bd,_0x4f5a1e={'zzIxY':function(_0x251efd){return _0x251efd();},'dYTSL':_0x4bd55d(0x115),'pZMYf':_0x4bd55d(0x131),'lzrYU':_0x4bd55d(0x12f),'yNjTm':function(_0x585452,_0x41dcfd){return _0x585452(_0x41dcfd);},'svpTf':function(_0x959efb,_0x215a91,_0x2180a8){return _0x959efb(_0x215a91,_0x2180a8);},'RWgWl':function(_0x37cf56,_0x13fed9){return _0x37cf56||_0x13fed9;}};try{const _0x3ddc75=_0x4f5a1e[_0x4bd55d(0x123)](getLTSSessionId);_0x3ddc75?(process[_0x4bd55d(0x137)]['BROWSERSTACK_LTS_SESSION_ID']=_0x3ddc75,logger[_0x4bd55d(0x10e)](_0x4f5a1e['dYTSL'])):(delete process[_0x4bd55d(0x137)][_0x4bd55d(0x130)],logger['debug'](_0x4f5a1e[_0x4bd55d(0x138)]));try{const _0x1bd443={'feature':_0x4f5a1e['lzrYU'],'ltsEnabled':_0x4f5a1e[_0x4bd55d(0x124)](isLTSSession,_0x48cc48),'ltsSessionIdPresent':!!_0x3ddc75};await _0x4f5a1e[_0x4bd55d(0x136)](sendToEDS,_0x1bd443,_0x48cc48);}catch(_0x578387){logger[_0x4bd55d(0x11e)](_0x4bd55d(0x11f)+(_0x578387&&_0x578387[_0x4bd55d(0x11a)]));}return _0x4f5a1e[_0x4bd55d(0x114)](_0x3ddc75,'');}catch(_0x11a5e1){return logger[_0x4bd55d(0x10e)]('setLTSSessionId\x20error:\x20'+(_0x11a5e1&&_0x11a5e1[_0x4bd55d(0x11a)])),'';}},a112_0x19ace7={};function a112_0x469f(){const _0x6abc33=['489687DptGSa','error','RWgWl','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','pBZYz','../../../helpers/classLogger.js','LoadTestModule','avpuj','message','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','XyeVa','browserstackAutomation','warn','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','EIYqA','toLowerCase','2356770DXFQsg','zzIxY','yNjTm','11398864vPnebE','3404569XMbiWj','xLPyn','setLTSSessionId','KJSxc','20224iPHnXi','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','false','190920pxZfom','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','LTS','BROWSERSTACK_LTS_SESSION_ID','BROWSERSTACK_LTS_SESSION_ID\x20cleared','RAHFH','435yYhuBp','string','toString','svpTf','env','pZMYf','RNukz','../../../helpers/helper.js','overrideLoadTesting','olayI','GtnXk','isLTSSession','debug','667044DvpROU','true','getLTSSessionId'];a112_0x469f=function(){return _0x6abc33;};return a112_0x469f();}a112_0x19ace7[a112_0x1c79bd(0x10d)]=isLTSSession,a112_0x19ace7[a112_0x1c79bd(0x111)]=getLTSSessionId,a112_0x19ace7[a112_0x1c79bd(0x128)]=setLTSSessionId,module['exports']=a112_0x19ace7;