browserstack-node-sdk 1.65.5 → 1.65.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a105_0x40764e=a105_0x3743;(function(_0x1578f3,_0x14aef4){const _0x4f1d3a=a105_0x3743,_0xa8d4e5=_0x1578f3();while(!![]){try{const _0x3659e1=-parseInt(_0x4f1d3a(0xf3))/0x1*(parseInt(_0x4f1d3a(0x100))/0x2)+parseInt(_0x4f1d3a(0xe6))/0x3*(parseInt(_0x4f1d3a(0xf5))/0x4)+parseInt(_0x4f1d3a(0xf9))/0x5+parseInt(_0x4f1d3a(0xee))/0x6*(-parseInt(_0x4f1d3a(0xf1))/0x7)+-parseInt(_0x4f1d3a(0x106))/0x8*(-parseInt(_0x4f1d3a(0xfc))/0x9)+parseInt(_0x4f1d3a(0xf4))/0xa+-parseInt(_0x4f1d3a(0xe9))/0xb;if(_0x3659e1===_0x14aef4)break;else _0xa8d4e5['push'](_0xa8d4e5['shift']());}catch(_0x31a418){_0xa8d4e5['push'](_0xa8d4e5['shift']());}}}(a105_0x2aba,0x931a3));function a105_0x2aba(){const _0x278030=['crypto','7158NATxlh','updateMultipleEntries','sha256','exports','hex','get','456qeaGwf','entries','DsUXq','IgnZk','getId','digest','context','6ApIegA','getData','pid','10071930qYOBIb','data','worker_threads','getAllData','createHash','3461670UFnXWL','TTHOm','./trackedContext','7VRZzff','set','121grpJLc','10107260jccUKY','628548ggnJVH','addMultipleEntries','updateData','forEach','5283660lghWfG','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','getRef','23121cQmbyW','update','getContext'];a105_0x2aba=function(){return _0x278030;};return a105_0x2aba();}const TrackedContext=require(a105_0x40764e(0xf0)),crypto=require(a105_0x40764e(0xff)),{threadId}=require(a105_0x40764e(0xeb));class TrackedInstance{static [a105_0x40764e(0xfa)]='isBrowserstackAutomationSession';constructor(_0x1cc786){const _0x473cf1=a105_0x40764e;this[_0x473cf1(0xe5)]=_0x1cc786,this[_0x473cf1(0xea)]=new Map();}[a105_0x40764e(0xfb)](){const _0x1168bc=a105_0x40764e;return this[_0x1168bc(0xe5)][_0x1168bc(0xe3)]();}[a105_0x40764e(0xfe)](){const _0x20262f=a105_0x40764e;return this[_0x20262f(0xe5)];}[a105_0x40764e(0xec)](){const _0x45cd4b=a105_0x40764e;return this[_0x45cd4b(0xea)];}[a105_0x40764e(0x101)](_0x3026e8){const _0x26a14d=a105_0x40764e;Object['keys'](_0x3026e8)[_0x26a14d(0xf8)](_0x19ec2a=>{const _0x1c8d37=_0x26a14d;this[_0x1c8d37(0xea)][_0x1c8d37(0xf2)](_0x19ec2a,_0x3026e8[_0x19ec2a]);});}[a105_0x40764e(0xf6)](_0x1cac64){const _0x13caea=a105_0x40764e;Object[_0x13caea(0x107)](_0x1cac64)[_0x13caea(0xf8)](([_0x5e25dc,_0x19997b])=>{const _0x5706c8=_0x13caea,_0xd2a22a=this[_0x5706c8(0xea)][_0x5706c8(0x105)](_0x5e25dc)||{},_0x5799a3={..._0xd2a22a,..._0x19997b},_0x3e3bd0=_0x5799a3;this[_0x5706c8(0xea)]['set'](_0x5e25dc,_0x3e3bd0);});}[a105_0x40764e(0xe7)](_0x5c1471){const _0x49e868=a105_0x40764e;return this['data'][_0x49e868(0x105)](_0x5c1471);}[a105_0x40764e(0xf7)](_0x2ce324,_0x14f805){this['data']['set'](_0x2ce324,_0x14f805);}static['createContext'](_0x26f715){const _0x25f757=a105_0x40764e,_0x25cd68={};_0x25cd68[_0x25f757(0xef)]=_0x25f757(0x102),_0x25cd68[_0x25f757(0x108)]=_0x25f757(0x104),_0x25cd68[_0x25f757(0xe2)]=function(_0x420826,_0x2d18ff){return _0x420826||_0x2d18ff;};const _0x4f54cc=_0x25cd68;return new TrackedContext(crypto[_0x25f757(0xed)](_0x4f54cc[_0x25f757(0xef)])[_0x25f757(0xfd)](_0x26f715)[_0x25f757(0xe4)](_0x4f54cc[_0x25f757(0x108)]),_0x4f54cc[_0x25f757(0xe2)](threadId,0x0),process[_0x25f757(0xe8)],typeof _0x26f715);}}function a105_0x3743(_0x21ab75,_0x3ebf50){const _0x2aba7a=a105_0x2aba();return a105_0x3743=function(_0x3743ff,_0x10138f){_0x3743ff=_0x3743ff-0xe2;let _0x416b81=_0x2aba7a[_0x3743ff];return _0x416b81;},a105_0x3743(_0x21ab75,_0x3ebf50);}module[a105_0x40764e(0x103)]=TrackedInstance;
1
+ const a105_0xe259f1=a105_0x3757;(function(_0x6321ed,_0x9ecfac){const _0x4837c3=a105_0x3757,_0x9b8dbd=_0x6321ed();while(!![]){try{const _0x268a5e=-parseInt(_0x4837c3(0xfa))/0x1+parseInt(_0x4837c3(0x102))/0x2*(-parseInt(_0x4837c3(0xf5))/0x3)+-parseInt(_0x4837c3(0x108))/0x4+-parseInt(_0x4837c3(0x100))/0x5*(parseInt(_0x4837c3(0x10a))/0x6)+parseInt(_0x4837c3(0xfc))/0x7+-parseInt(_0x4837c3(0xf2))/0x8+parseInt(_0x4837c3(0x103))/0x9;if(_0x268a5e===_0x9ecfac)break;else _0x9b8dbd['push'](_0x9b8dbd['shift']());}catch(_0x19a644){_0x9b8dbd['push'](_0x9b8dbd['shift']());}}}(a105_0x3337,0x3f9ce));const TrackedContext=require(a105_0xe259f1(0xfb)),crypto=require('crypto'),{threadId}=require(a105_0xe259f1(0xf6));function a105_0x3757(_0x20980f,_0x2adfc2){const _0x3337e3=a105_0x3337();return a105_0x3757=function(_0x3757ca,_0x3a3829){_0x3757ca=_0x3757ca-0xf0;let _0x5b977f=_0x3337e3[_0x3757ca];return _0x5b977f;},a105_0x3757(_0x20980f,_0x2adfc2);}function a105_0x3337(){const _0x1b30d6=['KwViJ','getData','updateData','12845eqFSNK','get','2aEdlEM','12569049ONapRf','keys','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','mDuig','digest','1017520mNfsqv','forEach','678KqZzhs','context','getId','createHash','AxtxN','exports','createContext','pid','1552224ILYhIv','data','set','1027653bXNVow','worker_threads','hex','addMultipleEntries','getContext','515378OfocFi','./trackedContext','3224417Yaldjk'];a105_0x3337=function(){return _0x1b30d6;};return a105_0x3337();}class TrackedInstance{static [a105_0xe259f1(0x105)]='isBrowserstackAutomationSession';constructor(_0x419a0d){const _0x128f14=a105_0xe259f1;this[_0x128f14(0x10b)]=_0x419a0d,this['data']=new Map();}['getRef'](){const _0x704c7d=a105_0xe259f1;return this[_0x704c7d(0x10b)][_0x704c7d(0x10c)]();}[a105_0xe259f1(0xf9)](){return this['context'];}['getAllData'](){const _0x2af95b=a105_0xe259f1;return this[_0x2af95b(0xf3)];}['updateMultipleEntries'](_0x56ec3c){const _0x2ece2e=a105_0xe259f1;Object[_0x2ece2e(0x104)](_0x56ec3c)[_0x2ece2e(0x109)](_0xaeefc3=>{const _0x37f241=_0x2ece2e;this[_0x37f241(0xf3)]['set'](_0xaeefc3,_0x56ec3c[_0xaeefc3]);});}[a105_0xe259f1(0xf8)](_0x215ef7){const _0x1ef874=a105_0xe259f1;Object['entries'](_0x215ef7)[_0x1ef874(0x109)](([_0x4ccb08,_0x5bdfb7])=>{const _0xdd0542=_0x1ef874,_0x4cfb48=this[_0xdd0542(0xf3)][_0xdd0542(0x101)](_0x4ccb08)||{},_0x48bf24={..._0x4cfb48,..._0x5bdfb7},_0x5e2ade=_0x48bf24;this[_0xdd0542(0xf3)][_0xdd0542(0xf4)](_0x4ccb08,_0x5e2ade);});}[a105_0xe259f1(0xfe)](_0x155d0c){const _0x111dc6=a105_0xe259f1;return this[_0x111dc6(0xf3)][_0x111dc6(0x101)](_0x155d0c);}[a105_0xe259f1(0xff)](_0x4453bb,_0x4cd704){const _0xa3caeb=a105_0xe259f1;this['data'][_0xa3caeb(0xf4)](_0x4453bb,_0x4cd704);}static[a105_0xe259f1(0xf0)](_0x35c9da){const _0x55f800=a105_0xe259f1,_0x36a694={};_0x36a694[_0x55f800(0x10e)]='sha256',_0x36a694[_0x55f800(0xfd)]=_0x55f800(0xf7),_0x36a694[_0x55f800(0x106)]=function(_0x56a95f,_0x576c91){return _0x56a95f||_0x576c91;};const _0x5c4dcc=_0x36a694;return new TrackedContext(crypto[_0x55f800(0x10d)](_0x5c4dcc['AxtxN'])['update'](_0x35c9da)[_0x55f800(0x107)](_0x5c4dcc[_0x55f800(0xfd)]),_0x5c4dcc['mDuig'](threadId,0x0),process[_0x55f800(0xf1)],typeof _0x35c9da);}}module[a105_0xe259f1(0x10f)]=TrackedInstance;
@@ -1 +1 @@
1
- const a106_0x56793f=a106_0x317f;(function(_0x8c26ef,_0xf888c5){const _0x56aeba=a106_0x317f,_0x1fd13c=_0x8c26ef();while(!![]){try{const _0x23c51f=parseInt(_0x56aeba(0x220))/0x1+-parseInt(_0x56aeba(0x39b))/0x2+parseInt(_0x56aeba(0x390))/0x3*(-parseInt(_0x56aeba(0x3f0))/0x4)+-parseInt(_0x56aeba(0x3f4))/0x5*(parseInt(_0x56aeba(0x356))/0x6)+-parseInt(_0x56aeba(0x3cf))/0x7*(-parseInt(_0x56aeba(0x432))/0x8)+parseInt(_0x56aeba(0x310))/0x9*(-parseInt(_0x56aeba(0x383))/0xa)+parseInt(_0x56aeba(0x1f0))/0xb*(parseInt(_0x56aeba(0x25d))/0xc);if(_0x23c51f===_0xf888c5)break;else _0x1fd13c['push'](_0x1fd13c['shift']());}catch(_0xc26e5d){_0x1fd13c['push'](_0x1fd13c['shift']());}}}(a106_0x5e70,0x558ae));function a106_0x317f(_0x5c5b1d,_0x46bcac){const _0x5e70b9=a106_0x5e70();return a106_0x317f=function(_0x317fb3,_0x2046da){_0x317fb3=_0x317fb3-0x1da;let _0x2cab4c=_0x5e70b9[_0x317fb3];return _0x2cab4c;},a106_0x317f(_0x5c5b1d,_0x46bcac);}function a106_0x5e70(){const _0x669485=['info','__accessibilityOptions','QcWlX','BROWSERSTACK_TESTHUB_JWT','zGwis','WfSGc','getCommandsList','testhub_build_uuid','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=',')\x20result=','HCPnC','registerObserver','fkNYQ','utf-8','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','function','skipCDPConnectOverride','soeTA','gEOpv','getAccessibilityExecuteParams','woaCj','on\x20non-BrowserStack\x20infrastructure\x20','blTfV','join','RZdAr','yyRgB','LcqjI','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','initAccessibilityConfig',',\x20\x0a\x20','kyIIf',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','getSuccess','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','XjEoM','getResultResponse','getTrackedInstance','[App-A11y]\x20Scan\x20result\x20for\x20','browser','page','isEnabled','kjLVM','GACdo','NODE_GENERIC','cwcjL','getState','nnpWZ','pnkDT','YwdAQ','saveResults','pCNmO','KEY_INIT','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','totalIssueCount=','accessibility','oDjFt','scannerProcessingTimeout','../../playwright/accessibility-helper','../../../helpers/accessibility-automation/constants','PRE','stopTestCapture','../../../helpers/performance/performance-tester.js','sVNYt','getResultsSummary','is_mobile_session','ZiDsX','sha256',',\x20testCaseEnabled=','mykLl','getValue','toString','QUIT','snBnZ','delete','eNYZd','DzFjl','zoLgP','jIenR','chromeOptions','\x20using\x20script:\x20','hhwCW','goog:chromeOptions','141003ujjjws','crypto','end','arVRn','get','PQRMI','afterTestHook','KEY_TEST_SCOPES','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','isMobileWebSession','LEhwX','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','\x20testHubUuid=','onBeforeExecute:\x20command=','QfUHr','shouldScanCurrentTest','parseA11yJwtPayload',',\x20tags=','scan','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','thTestRunUuid','browserstack.accessibilityOptions.scannerProcessingTimeout','has','yNBvE','Error\x20in\x20getAccessibilityResultsSummary:\x20','cucumber','getScriptsList','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','getResults','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','DXCjh','performScan','browserstack.accessibilityOptions.wcagVersion','nwDUw','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','SAVE_RESULTS','ukUhw','No\x20summaryResults\x20found.','Error\x20in\x20validatePlatformForAccessibility:\x20','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','nNjKk','../TestInfo.js','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','trim','getCapabilityValue','RKzdf','getAccessibilityResults','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','MpLYm','Error\x20executing\x20script\x20','NWvFL','resolveMobileThTestRunUuid','VlYnR','parseFromProto','KCOMD','platformCaps','set','setShouldScan','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','fxCxg','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.',');\x20returning\x20last\x20value','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','DGWuj','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','OFqhr','getCurrentInstanceName','command','kqpQC','MhybE','24OOjcsf','Cnbvm','ZHdqH','commandsToWrap','getPlatformCaps','AccessibilityModule.getResultsSummary','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',',\x20available\x20commands:\x20','../../../helpers/accessibility-automation/scripts','ZfHhY','jedIo','Page\x20','patchSendMessageToServer','message','ajkzF','chrome','onBeforeExecute','onAfterTest','jBJrq','Performing\x20scan\x20before\x20from\x20cli','testInfo','isVersionSupported','DVQMY','BS_A11Y_JWT','not-array','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','[AccessibilityModule.getResultsSummary]\x20waited\x20','DexRJ','getData','gyWGW','slice','Hmvsf','SjYFQ','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','finishScanningForCli','HlFHE','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','debug','IdeaW','setAccessibilityToken','sqriE','Error\x20in\x20stopTestCapture:\x20',']\x20polled\x20','instance','hKzbO','140LJQQIX','--headless','__workerDetails','getContext','HecYL','browserstack.accessibilityOptions.scannerVersion','eHBVp','NjNSl',']\x20onAfterTest\x20should\x20scan=','getIsAppAccessibility','test_tags','CXNdC','ZrGLW','3fqTCKD',',\x20isAppAccessibility=','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','commandName','excludeTagsInTestingScope','uWURJ','HtIQN','loadAccessibilityConfig','wcagVersion','getAccessibilityConfig','NlZgQ','1268070fnpftg','getGoogleChromeOptions','browserstack.accessibilityOptions.authToken','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','dNyRk','toLowerCase','kgTHc','dQpbp','ujwIi','options','KAzVR','\x20env=','pid','../framework/testFramework','xIpYv','iDwzu','PERFORM_SCAN','updateData','../framework/automationFramework','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','Nrhhq','stack','_pollUntilNonEmpty','headless','jIRXD','GRgrC','YsJub','degradedReason','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','getName','getCapabilitiesList','__jestCurrentTestIdentifier','ttTxG','MergedScanArgs:\x20','ScanArgs:\x20','DnASf','snFLM','yMaoX','IfPpj','includes','BROWSERSTACK_TEST_ACCESSIBILITY_YML','SIZjb','JUfhr','czHog',',\x20testName=','joEBi','fMUxh','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','OYThH','CwWRz','getTestId','730037qOdprV','jhZsT','getScript','atHmD','ejBxV','qQtSh','TEST_INIT','ORUaa','[AccessibilityModule]\x20onAfterTest:\x20framework=','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','\x20accessibility\x20script\x20on\x20page','\x20script\x20available','JKnkf','\x22browserstack.key\x22:\x22[REDACTED]\x22','includeTagsInTestingScope','Error\x20in\x20initAccessibilityConfig:\x20','./baseModule','Error\x20checking\x20headless\x20capability:\x20','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','shouldScanForCommand','stringify','BfaGw','from','--headless=','nuZPs','\x20->\x20','assign','accessibilityResult','totalIssueCount','getScriptByName','Error\x20applying\x20sendMessageToServer\x20patch:\x20','Performing\x20scan\x20before\x20getting\x20results\x20summary','env','213492pNjXbz','onBeforeExecute:\x20No\x20command\x20name\x20provided','processAccessibilityCaps','Error\x20in\x20processAccessibilityCaps:\x20','807055jniniS','testAnalyticsId','browserName','fetchCentralAuthA11yConfig','sTACF','mergeObject','dNWeU','getLogDisabledShown','BefPV','Error\x20in\x20shouldScanForCommand:\x20','digest','testData','LOG_DISABLED_SHOWN','null',',\x20excludeTags=','toYLS','getTesthub','ywGwO','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','util','BOMPv','AccessibilityModule.getResults','UGVMa','hzeoG','\x20token_fp=','VbYzw','getAppAccessibilityResults','xzzvs','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','FfByK','toObject','testFramework','bind','appium:platformVersion','number','getTestDetails','android','isPlatformSupported',']\x20poll\x20attempt=','getAppAccessibilityResultsSummary','BmVRg','RkElz','KHrMu','SDK_ACCESSIBILITY_CONFIG','accessibilityToken','MYkfC','present','getBrowserDisplayName','now','\x22browserstack.user\x22:\x22[REDACTED]\x22','Error\x20in\x20getAccessibilityResults:\x20','JrCfH','IdWZh','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','performPageScan','hahhD','POST','browserstack_executor','name','EXECUTE','IxfJg','browser_version','16XPGFdW','test_run_id','getAccessibility','QKHeR','MODULE_NAME','../../utils/constants.js','xoUqB','XYqYj','find','wYkut','toJson','Error\x20getting\x20capability\x20value\x20for\x20','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','tEvfL','zUWXH','accessibilityConfig','jest','map','KEY_TESTHUB_BUILD_ID','requiresChromeOptionsValidation','RmzPK','platformValidation','WVikD','replace','zUKgO',']\x20should\x20run\x20accessibility\x20value=','hkAJv','../../../helpers/classLogger','WIFea','centralAuthToken','afbLC','1164361VGCRfS','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','performPageScan:\x20Script\x20is\x20null','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','xryjg','toISOString','isBrowserSupportedForAccessibility','getInstance','true','accessibilityPlatform','mFMUb','measureWrapper','pwPage','Exception\x20in\x20isPlatformSupported:\x20','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','ZwucB','error','parse','SkScC','format','../framework/constants/testFrameworkConstants.js','HcObq','size','_mobileScanningDisabledLogged','jAMgT','race','lUmZP','Bsfyz','Oddrr','yqUWr','isAccessibilityScriptCommand','Executing\x20','Error\x20in\x20performPageScan:\x20','yruSN','DRIVER_INIT','\x20a11yToken=','_sendMessageServerPatchApplied','executeScriptByName','--headless=new','_centralAuthConfigFetched','\x20from\x20testIdentifier=','iumOI','CedWF','trmny','Error\x20in\x20performScanForCli\x20for\x20script\x20','WSynD','\x20browser\x20version\x20greater\x20than\x20','startsWith','212276FewYfT','MOBILE_SCANNING_DISABLED_WARNING','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','fetchDriverExecuteParamsEvent','performPageScan:\x20Page\x20is\x20null','centralAuthHeader','WNhwh','args','cbspk','KEY_DRIVER_HAS_URL','split','ortyU','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','evaluate','onBeforeExecute:\x20Command\x20','keys','getOptions','EmXEG','rjvPn','zfffp','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','NON_BROWSERSTACK_AUTOMATION_SESSIONS','length','PtQhU','_parseScriptsFromOptions','getMinVersionForBrowser','DRIVER_HAS_URL','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','wRDdG','../cliUtils','nvZuo','_centralAuthA11yConfig','\x20worker=\x22','createHash','performScanForCli','Error\x20getting\x20script\x20by\x20name\x20','brbZY','hqTig','xPzEo','getCurrentAccessibilityStatus',',\x20includeTags=','shouldScanForCommand:\x20','getParamsForScanForCli','zHOLB','string','crjsB','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','CdwyT','performScan\x20capped\x20at\x20','onBeforeTest','vTvaH','hasAccessibilityExecuteParams','mtuSN','concat','titlePath','yTRzl','ACCESSIBILITY_INITIALIZED','Scan\x20result:\x20','DTQqo','applySendMessageToServerPatch','vIeFO','168GYyuKb','tbqHU','[platform\x20-\x20','hHNFu','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','getBuildId','../state/hookState','ZtJvY','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','browserStackEvaluate','isAppAccessibility','platformVersion','saveTestResults','OjYhY','QAiQF','WzqVX','isBrowserstackScriptCommand',',\x20sessionId=','browserVersion','SlWyG','kNsQn','loadDriverExecuteParams','currentTest','hhHuK','ecpSm','getPlatformIndex','irjVs','QDaej','cCZae','setAccessibilityConfig','test-tags-->\x20','yUCvw','capabilitiesList','Huxze','bYYmp','wWbKG','IOPhT','POaRF','count=','unknown','appium:platformName','object','rtCAx','version','isMobilePlatform','../../../helpers/helper','mapAf','iXDRW','zLDvW','\x22\x20pid=','executeScriptByName:\x20No\x20','JEST_WORKER_ID','testcafe','warn','../../../helpers/accessibility-automation/helper','some','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','../../../helpers/performance/constants.js','KEY_TEST_NAME','__bstackA11yScanCapHit','isArray','update','testRunId','VgAta','getAccessibilityResultsSummary','Processed\x20accessibility\x20caps\x20','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','isMobileScanningEnabledForGroup','getCapabilities','Context','PszlJ','lgxCm','faFRN','value','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','platformName','gNSVs','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','getModuleName','capabilities','nYPbZ','mwxAQ','SeCFd','vktzs','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied',']\x20isEnabledTestcase\x20(cucumber)\x20result=','\x20result\x20for\x20','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','getTestFrameworkDetail','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','launchCaps',',\x20testIdentifier=','BROWSERSTACK_CLI_BIN_SESSION_ID','getTestUUID'];a106_0x5e70=function(){return _0x669485;};return a106_0x5e70();}const BaseModule=require(a106_0x56793f(0x3df)),{createClassLogger}=require(a106_0x56793f(0x1ec)),CLIUtils=require(a106_0x56793f(0x23d)),AutomationFramework=require(a106_0x56793f(0x3ae)),TestFramework=require(a106_0x56793f(0x3a9)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a106_0x56793f(0x263)),GrpcClient=require('../grpcClient'),scripts=require(a106_0x56793f(0x35e)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a106_0x56793f(0x2fb)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0x56793f(0x296)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a106_0x56793f(0x2f8)),{nestedKeyValue,isUndefined}=require(a106_0x56793f(0x28a)),util=require(a106_0x56793f(0x407)),TestInfo=require(a106_0x56793f(0x339)),TestFrameworkConstants=require(a106_0x56793f(0x204)),accessibilityHelper=require(a106_0x56793f(0x293)),{FRAMEWORKS}=require(a106_0x56793f(0x437));class AccessibilityModule extends BaseModule{static [a106_0x56793f(0x436)]=AccessibilityModule['name'];static [a106_0x56793f(0x217)]=![];static [a106_0x56793f(0x23f)]={};constructor(_0x54740b){const _0x4692e4=a106_0x56793f,_0xa8b4d0={};_0xa8b4d0['LcqjI']=function(_0x556913,_0x1a4a03){return _0x556913===_0x1a4a03;},_0xa8b4d0[_0x4692e4(0x2f0)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0xa8b4d0['EsXUv']=_0x4692e4(0x258),_0xa8b4d0[_0x4692e4(0x2fc)]=_0x4692e4(0x23a),_0xa8b4d0[_0x4692e4(0x3c2)]=_0x4692e4(0x2c5);const _0x481973=_0xa8b4d0;super(),AutomationFramework[_0x4692e4(0x2c9)](AutomationFrameworkState[_0x4692e4(0x42f)],HookState['PRE'],this[_0x4692e4(0x366)][_0x4692e4(0x414)](this)),AutomationFramework[_0x4692e4(0x2c9)](AutomationFrameworkState['CREATE'],HookState[_0x4692e4(0x42c)],this['onBeforeTest'][_0x4692e4(0x414)](this)),AutomationFramework[_0x4692e4(0x2c9)](AutomationFrameworkState[_0x4692e4(0x305)],HookState[_0x4692e4(0x2f9)],this[_0x4692e4(0x367)][_0x4692e4(0x414)](this)),this[_0x4692e4(0x2e6)]=!![],this[_0x4692e4(0x1e0)]=_0x54740b[_0x4692e4(0x412)](),this[_0x4692e4(0x2f4)]=new Map(),this[_0x4692e4(0x400)]=new Map(),this[_0x4692e4(0x267)]=_0x54740b[_0x4692e4(0x38c)]?.()||![],this['capabilities']=[],this[_0x4692e4(0x214)]=![],this['_mobileScanningDisabledLogged']=![],this[_0x4692e4(0x37d)](_0x54740b[_0x4692e4(0x230)]()[_0x4692e4(0x3ba)]());const _0x1efcb0=CLIUtils[_0x4692e4(0x2b7)]();_0x1efcb0&&_0x481973[_0x4692e4(0x2d8)](_0x1efcb0[_0x4692e4(0x42e)],FRAMEWORKS[_0x4692e4(0x2e9)])&&this[_0x4692e4(0x238)](_0x54740b[_0x4692e4(0x230)]()),logger[_0x4692e4(0x37b)](_0x481973['pCNmO']),this[_0x4692e4(0x2f1)]=_0x481973['EsXUv'],this[_0x4692e4(0x229)]=_0x481973[_0x4692e4(0x2fc)],this[_0x4692e4(0x1e3)]=_0x481973[_0x4692e4(0x3c2)];}[a106_0x56793f(0x2e6)](){const _0xcfaff2=a106_0x56793f;return this[_0xcfaff2(0x2e6)];}[a106_0x56793f(0x2ad)](){const _0x46d953=a106_0x56793f;return AccessibilityModule[_0x46d953(0x436)];}['getCurrentAccessibilityStatus'](){const _0x5aa764=a106_0x56793f;return this['accessibility'][_0x5aa764(0x314)](CLIUtils['getCurrentInstanceName'](),![]);}[a106_0x56793f(0x3fb)](){const _0x5e1d69=a106_0x56793f;return this['LOG_DISABLED_SHOWN'][_0x5e1d69(0x314)](CLIUtils[_0x5e1d69(0x352)](),![]);}['setLogDisabledShown'](_0x49633b){const _0x3d5ca0=a106_0x56793f;this['LOG_DISABLED_SHOWN']['set'](CLIUtils[_0x3d5ca0(0x352)](),_0x49633b);}[a106_0x56793f(0x25b)](){const _0x60f622=a106_0x56793f,_0x2f7ac8={'XBgtR':_0x60f622(0x2b3),'cwcjL':function(_0x1e5920,_0x301bf5){return _0x1e5920(_0x301bf5);},'SkScC':'../../utils/playwright-patcher','mwxAQ':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','NjNSl':_0x60f622(0x32b)};if(this[_0x60f622(0x214)]){logger[_0x60f622(0x37b)](_0x2f7ac8['XBgtR']);return;}try{const _0x582c62=_0x2f7ac8[_0x60f622(0x2ea)](require,_0x2f7ac8[_0x60f622(0x202)]);_0x582c62&&_0x582c62[_0x60f622(0x362)]?(_0x582c62['patchSendMessageToServer'](),this[_0x60f622(0x214)]=!![],logger[_0x60f622(0x37b)](_0x2f7ac8[_0x60f622(0x2b0)])):logger[_0x60f622(0x37b)](_0x2f7ac8[_0x60f622(0x38a)]);}catch(_0x42e66a){logger['debug'](_0x60f622(0x3ed)+util['format'](_0x42e66a));}}[a106_0x56793f(0x419)](_0x137072=null,_0x585a4c=null,_0x4bf0c4=null){const _0x43693e=a106_0x56793f,_0x213095={'ujwIi':function(_0x3f96dd,_0xbc2946){return _0x3f96dd&&_0xbc2946;},'vxQkf':'isPlatformSupported:\x20caps\x20are\x20null','mFMUb':function(_0x4e8105,_0x6179a4){return _0x4e8105(_0x6179a4);},'DVQMY':'../../../helpers/helper','QAiQF':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','ZuImV':_0x43693e(0x285),'SIZjb':function(_0x340f5a,_0x15c446){return _0x340f5a===_0x15c446;},'lxwab':_0x43693e(0x418),'aRdxg':_0x43693e(0x415),'wYkut':function(_0x54b5a1,_0x4ea8e1){return _0x54b5a1!==_0x4ea8e1;},'kNsQn':function(_0x316acf,_0x45d12a,_0xfd47b2){return _0x316acf(_0x45d12a,_0xfd47b2);},'nvZuo':function(_0x492eaf,_0x163668){return _0x492eaf(_0x163668);},'qntff':function(_0x1e27eb,_0xe94003){return _0x1e27eb(_0xe94003);},'xIpYv':function(_0x5e5880,_0x1dfca3){return _0x5e5880<_0x1dfca3;},'HtIQN':_0x43693e(0x34c),'BalSY':function(_0x4c44fb,_0x1d48bf){return _0x4c44fb===_0x1d48bf;},'ZwucB':_0x43693e(0x1f8),'blTfV':function(_0x6f6810,_0x6adf71){return _0x6f6810===_0x6adf71;},'EvinS':_0x43693e(0x24c),'oDjFt':_0x43693e(0x2f2),'IjolH':_0x43693e(0x30f),'PszlJ':function(_0x187c90,_0x466436){return _0x187c90!==_0x466436;},'xzzvs':'latest','iDwzu':function(_0x49fbb4){return _0x49fbb4();},'lgxCm':_0x43693e(0x2d3),'nYPbZ':function(_0x5e7680,_0x3f103d){return _0x5e7680(_0x3f103d);},'wWbKG':function(_0x27c783,_0x2dd551){return _0x27c783-_0x2dd551;},'yMaoX':function(_0x2efbc8,_0x7a88c4){return _0x2efbc8>_0x7a88c4;},'Huxze':_0x43693e(0x36f)};try{if(_0x213095[_0x43693e(0x3a4)](!_0x585a4c,!_0x4bf0c4))return logger[_0x43693e(0x37b)](_0x213095['vxQkf']),![];const {isUndefined:_0x55b4c1,isBrowserstackInfra:_0x136ac1}=_0x213095['mFMUb'](require,_0x213095[_0x43693e(0x36c)]);if(!accessibilityHelper['isAccessibilityAutomationSession']())return logger['debug'](_0x213095[_0x43693e(0x26b)]),![];if(this[_0x43693e(0x267)]){const _0x30e027=(_0x585a4c[_0x43693e(0x2aa)]||_0x585a4c[_0x213095['ZuImV']]||'')[_0x43693e(0x3a1)]();if(_0x213095[_0x43693e(0x3c5)](_0x30e027,_0x213095['lxwab'])){const _0x59947f=_0x585a4c[_0x213095['aRdxg']]||_0x585a4c[_0x43693e(0x268)];if(_0x213095[_0x43693e(0x1da)](_0x59947f,undefined)&&_0x213095[_0x43693e(0x1da)](_0x59947f,null)){const _0x2d0ad5=_0x213095[_0x43693e(0x271)](parseInt,_0x213095[_0x43693e(0x23e)](String,_0x59947f)[_0x43693e(0x22a)]('.')[0x0],0xa);if(!_0x213095['qntff'](isNaN,_0x2d0ad5)&&_0x213095[_0x43693e(0x3aa)](_0x2d0ad5,0xb))return logger[_0x43693e(0x292)]('isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20'+_0x59947f),![];}}return!![];}const _0x273cd5=_0x585a4c[_0x43693e(0x3f6)]||_0x585a4c[_0x43693e(0x2e4)],_0x36aab3=_0x585a4c[_0x43693e(0x26f)]||_0x585a4c[_0x43693e(0x431)];if(!accessibilityHelper[_0x43693e(0x1f6)](_0x273cd5))return logger[_0x43693e(0x292)](_0x213095[_0x43693e(0x396)]),![];if(accessibilityHelper[_0x43693e(0x1e4)](_0x273cd5))try{const _0x3c6240=_0x585a4c[_0x43693e(0x3b3)],_0x3caea3=_0x213095[_0x43693e(0x3c5)](_0x3c6240,!![])||_0x213095['BalSY'](_0x3c6240,_0x213095[_0x43693e(0x1ff)])||_0x213095[_0x43693e(0x2d4)](typeof _0x3c6240,_0x213095['EvinS'])&&_0x213095[_0x43693e(0x2d4)](_0x3c6240['toLowerCase'](),_0x213095['ZwucB']);if(_0x3caea3)return logger['warn'](_0x213095[_0x43693e(0x2f5)]),![];const _0x1a6f11=_0x585a4c?.[_0x43693e(0x30c)]?.[_0x43693e(0x227)]||_0x585a4c?.[_0x213095['IjolH']]?.['args']||[];if(Array[_0x43693e(0x299)](_0x1a6f11)&&_0x1a6f11[_0x43693e(0x294)](_0x11550a=>typeof _0x11550a==='string'&&(_0x11550a===_0x43693e(0x384)||_0x11550a[_0x43693e(0x21f)](_0x43693e(0x3e6))&&_0x11550a!==_0x43693e(0x216))))return logger['warn'](_0x213095[_0x43693e(0x2f5)]),![];}catch(_0x2a7f8e){logger[_0x43693e(0x37b)](_0x43693e(0x3e0)+util['format'](_0x2a7f8e));}if(_0x213095[_0x43693e(0x2a3)](_0x36aab3,_0x213095[_0x43693e(0x40f)])){const _0x3b1254=_0x213095[_0x43693e(0x3ab)](_0x136ac1),_0x1ab94e=accessibilityHelper[_0x43693e(0x239)](_0x273cd5,_0x3b1254),_0x283953=accessibilityHelper[_0x43693e(0x423)](_0x273cd5);if(!accessibilityHelper[_0x43693e(0x36b)](_0x36aab3,_0x1ab94e)){const _0x151db8=_0x3b1254?'':_0x213095[_0x43693e(0x2a4)],_0x4fdbaf=Number['isFinite'](_0x213095[_0x43693e(0x2af)](parseFloat,_0x1ab94e))?_0x213095[_0x43693e(0x280)](_0x213095[_0x43693e(0x23e)](parseFloat,_0x1ab94e),0x1):_0x1ab94e;return logger[_0x43693e(0x292)](_0x43693e(0x2df)+_0x283953+_0x43693e(0x21e)+_0x4fdbaf+'\x20'+_0x151db8+'.'),![];}}else{const _0x3c93e0=_0x585a4c[_0x43693e(0x26f)]||_0x585a4c[_0x43693e(0x431)]||_0x585a4c[_0x43693e(0x288)];if(_0x3c93e0&&_0x213095['wYkut'](_0x3c93e0,_0x213095['xzzvs'])&&!_0x213095[_0x43693e(0x3c1)](_0x213095[_0x43693e(0x1fa)](parseFloat,_0x3c93e0),_0x213095['nYPbZ'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x43693e(0x292)](_0x213095[_0x43693e(0x27e)]),![];}return!![];}catch(_0x13bd86){return logger[_0x43693e(0x37b)](_0x43693e(0x1fd)+_0x13bd86[_0x43693e(0x363)]),![];}}['isEnabledTestcase'](_0x83cb55=[],_0x33c272,_0x2634de='cucumber'){const _0x483ffb=a106_0x56793f,_0x478a90={'Hmvsf':function(_0x2fadd3,_0x1298a6){return _0x2fadd3===_0x1298a6;},'tphDC':_0x483ffb(0x1e1),'FUqmN':function(_0x540386,_0x37b407){return _0x540386||_0x37b407;},'RkElz':function(_0x13b1d7,_0x17406f){return _0x13b1d7===_0x17406f;},'HcObq':function(_0x1ba95b,_0x39ff6f){return _0x1ba95b===_0x39ff6f;},'IxfJg':function(_0x447601,_0x5281f4){return _0x447601&&_0x5281f4;},'kqpQC':_0x483ffb(0x284),'HecYL':function(_0x7741aa,_0x3843ba){return _0x7741aa(_0x3843ba);},'ZHdqH':function(_0xb31877,_0x192998){return _0xb31877>_0x192998;},'WVikD':function(_0x4b84bb,_0x1f826b){return _0x4b84bb&&_0x1f826b;}};try{const _0x47c329=process[_0x483ffb(0x3ef)][_0x483ffb(0x377)]?JSON[_0x483ffb(0x201)](process[_0x483ffb(0x3ef)][_0x483ffb(0x377)]):null;if(!_0x47c329)return!![];const _0x402d28=Array[_0x483ffb(0x299)](_0x47c329[_0x483ffb(0x3dd)])?_0x47c329[_0x483ffb(0x3dd)]:[],_0x32d475=Array['isArray'](_0x47c329[_0x483ffb(0x394)])?_0x47c329[_0x483ffb(0x394)]:[];if(_0x478a90[_0x483ffb(0x375)](_0x2634de,_0x478a90['tphDC'])||_0x478a90['Hmvsf'](_0x2634de,FRAMEWORKS[_0x483ffb(0x2e9)])){let _0x547bb0;Array[_0x483ffb(0x299)](_0x83cb55)?_0x547bb0=_0x83cb55[_0x483ffb(0x2d5)]('\x20'):_0x547bb0=_0x478a90['FUqmN'](_0x83cb55,'');const _0x48d657=_0x351cf5=>_0x2634de===FRAMEWORKS[_0x483ffb(0x2e9)]&&typeof _0x351cf5===_0x483ffb(0x24c)?_0x351cf5['replace'](/^@/,'')[_0x483ffb(0x3a1)]()[_0x483ffb(0x33b)]():_0x351cf5,_0x5a5b09=_0x478a90[_0x483ffb(0x41d)](_0x2634de,FRAMEWORKS[_0x483ffb(0x2e9)])?_0x547bb0[_0x483ffb(0x3a1)]():_0x547bb0,_0x202861=_0x32d475[_0x483ffb(0x294)](_0x354683=>_0x5a5b09['includes'](_0x48d657(_0x354683))),_0x12b48a=_0x478a90[_0x483ffb(0x205)](_0x402d28[_0x483ffb(0x236)],0x0)||_0x402d28[_0x483ffb(0x294)](_0x591514=>_0x5a5b09[_0x483ffb(0x3c3)](_0x48d657(_0x591514))),_0x415c55=_0x478a90[_0x483ffb(0x430)](!_0x202861,_0x12b48a);return logger[_0x483ffb(0x37b)]('[platform\x20-\x20'+(_0x33c272?.['getPlatformIndex']?.()||_0x478a90[_0x483ffb(0x354)])+']\x20isEnabledTestcase\x20('+_0x2634de+_0x483ffb(0x2c7)+_0x415c55+_0x483ffb(0x3c8)+_0x547bb0+_0x483ffb(0x248)+JSON[_0x483ffb(0x3e3)](_0x402d28)+_0x483ffb(0x402)+JSON[_0x483ffb(0x3e3)](_0x32d475)),_0x415c55;}const _0x691bae=Array[_0x483ffb(0x299)](_0x83cb55)?_0x83cb55:[];let _0x18843a=![],_0x28e7c4=_0x478a90[_0x483ffb(0x41d)](_0x402d28[_0x483ffb(0x236)],0x0);const _0x47d907=_0x531b53=>typeof _0x531b53===_0x483ffb(0x24c)?_0x531b53[_0x483ffb(0x1e8)](/^@/,'')[_0x483ffb(0x3a1)]()[_0x483ffb(0x33b)]():_0x531b53,_0x2a2742=new Set(_0x402d28['map'](_0x47d907)),_0x32951d=new Set(_0x32d475['map'](_0x47d907));for(const _0x38b9d3 of _0x691bae){const _0x58a793=_0x478a90[_0x483ffb(0x387)](_0x47d907,_0x38b9d3);_0x32951d['has'](_0x58a793)&&(_0x18843a=!![]),_0x478a90[_0x483ffb(0x358)](_0x2a2742[_0x483ffb(0x206)],0x0)&&_0x2a2742[_0x483ffb(0x326)](_0x58a793)&&(_0x28e7c4=!![]);}const _0x14ee6b=_0x478a90[_0x483ffb(0x1e7)](_0x28e7c4,!_0x18843a);return logger[_0x483ffb(0x37b)](_0x483ffb(0x25f)+(_0x33c272?.['getPlatformIndex']?.()||_0x478a90[_0x483ffb(0x354)])+_0x483ffb(0x2b4)+_0x14ee6b+_0x483ffb(0x321)+JSON['stringify'](_0x691bae)+_0x483ffb(0x248)+JSON[_0x483ffb(0x3e3)](_0x402d28)+_0x483ffb(0x402)+JSON['stringify'](_0x32d475)),_0x14ee6b;}catch(_0x6cdbe){return logger[_0x483ffb(0x37b)](_0x483ffb(0x25f)+(_0x33c272?.[_0x483ffb(0x276)]?.()||_0x478a90[_0x483ffb(0x354)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x6cdbe[_0x483ffb(0x363)]),![];}}async[a106_0x56793f(0x251)](_0x1c52c6){const _0x16a44a=a106_0x56793f,_0x194085={};_0x194085[_0x16a44a(0x40b)]=function(_0xfc38b8,_0x3f91f7){return _0xfc38b8!==_0x3f91f7;},_0x194085['CXNdC']='cucumber',_0x194085[_0x16a44a(0x233)]=function(_0x6e4f11,_0x2375fb){return _0x6e4f11!==_0x2375fb;},_0x194085[_0x16a44a(0x2ff)]=_0x16a44a(0x1e1),_0x194085['cCZae']=_0x16a44a(0x291),_0x194085[_0x16a44a(0x254)]=function(_0x1bf5ec,_0x4bf3c9){return _0x1bf5ec===_0x4bf3c9;},_0x194085[_0x16a44a(0x277)]='true',_0x194085[_0x16a44a(0x389)]=function(_0x40685e,_0x514c57){return _0x40685e&&_0x514c57;},_0x194085[_0x16a44a(0x40a)]=_0x16a44a(0x3d5),_0x194085[_0x16a44a(0x20d)]=_0x16a44a(0x34e),_0x194085[_0x16a44a(0x270)]=_0x16a44a(0x34a),_0x194085['xPzEo']=_0x16a44a(0x212),_0x194085[_0x16a44a(0x21a)]=_0x16a44a(0x1f3),_0x194085[_0x16a44a(0x435)]=function(_0x21ebe0,_0x4da396){return _0x21ebe0===_0x4da396;},_0x194085['FZJNf']='Unknown\x20Test',_0x194085[_0x16a44a(0x2e0)]=function(_0x509d29,_0xccd38c){return _0x509d29>_0xccd38c;},_0x194085['jIRXD']=function(_0x598594,_0x33d75e){return _0x598594===_0x33d75e;},_0x194085[_0x16a44a(0x2a5)]=_0x16a44a(0x2cd),_0x194085[_0x16a44a(0x403)]='test_tags',_0x194085[_0x16a44a(0x438)]=function(_0x39eb77,_0x13097d){return _0x39eb77&&_0x13097d;},_0x194085[_0x16a44a(0x2ca)]=_0x16a44a(0x284);const _0x27a4a5=_0x194085;if(_0x27a4a5[_0x16a44a(0x40b)](_0x1c52c6[_0x16a44a(0x413)],_0x27a4a5[_0x16a44a(0x38e)])&&_0x27a4a5[_0x16a44a(0x233)](_0x1c52c6[_0x16a44a(0x413)],_0x27a4a5[_0x16a44a(0x2ff)])&&_0x27a4a5[_0x16a44a(0x40b)](_0x1c52c6[_0x16a44a(0x413)],_0x27a4a5[_0x16a44a(0x279)])&&_0x27a4a5['zfffp'](_0x1c52c6[_0x16a44a(0x413)],FRAMEWORKS['NODE_GENERIC'])){logger[_0x16a44a(0x37b)](_0x16a44a(0x3cb)+_0x1c52c6[_0x16a44a(0x413)]+')');return;}try{const _0x137955=AutomationFramework[_0x16a44a(0x2e2)](),_0x294999=TestFramework[_0x16a44a(0x2e2)](),_0x1aaee1=_0x1c52c6[_0x16a44a(0x2e5)]||global[_0x16a44a(0x385)]?.[_0x16a44a(0x1fc)]||null;if(_0x27a4a5[_0x16a44a(0x254)](_0x1c52c6['testFramework'],_0x27a4a5[_0x16a44a(0x279)])){const _0x78ddfd=_0x1c52c6[_0x16a44a(0x347)]||_0x137955&&_0x137955[_0x16a44a(0x35a)]&&_0x137955[_0x16a44a(0x35a)]()||_0x137955&&_0x137955[_0x16a44a(0x2a1)]&&_0x137955[_0x16a44a(0x2a1)]()||{},_0xd6d621=_0x1c52c6[_0x16a44a(0x2ba)]||null,_0x56a079=this[_0x16a44a(0x419)](_0x137955,_0x78ddfd,_0xd6d621),_0xd37fdd=CLIUtils[_0x16a44a(0x352)]();this[_0x16a44a(0x2f4)][_0x16a44a(0x348)](_0xd37fdd,_0x56a079);global[_0x16a44a(0x2a2)]?.[_0x16a44a(0x386)]&&global[_0x16a44a(0x2a2)]['getContext']()[_0x16a44a(0x349)](_0x56a079);_0x56a079?(global[_0x16a44a(0x1f9)]=!![],process['env'][_0x16a44a(0x3c4)]=_0x27a4a5[_0x16a44a(0x277)]):global[_0x16a44a(0x1f9)]=![];logger[_0x16a44a(0x37b)]('[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported='+_0x56a079);return;}if(_0x27a4a5[_0x16a44a(0x254)](_0x1c52c6[_0x16a44a(0x413)],FRAMEWORKS[_0x16a44a(0x2e9)])){const _0x4f7cbb=_0x1c52c6[_0x16a44a(0x3ff)]||{},_0x1f86f2=_0x4f7cbb[TestFrameworkConstants[_0x16a44a(0x317)]],_0x366800=_0x4f7cbb[TestFrameworkConstants['KEY_TEST_NAME']]||'',_0x3e1793=(Array[_0x16a44a(0x299)](_0x1f86f2)?_0x1f86f2[_0x16a44a(0x255)](_0x366800)[_0x16a44a(0x2d5)]('\x20'):_0x366800)[_0x16a44a(0x33b)](),_0x135c8a=_0x1c52c6[_0x16a44a(0x347)]||_0x137955&&_0x137955[_0x16a44a(0x35a)]&&_0x137955[_0x16a44a(0x35a)]()||_0x137955&&_0x137955[_0x16a44a(0x2a1)]&&_0x137955[_0x16a44a(0x2a1)]()||{},_0x3597d3=this[_0x16a44a(0x419)](_0x137955,_0x135c8a,_0x1c52c6[_0x16a44a(0x2ba)]||null),_0xd773f9=this['isEnabledTestcase'](_0x3e1793,_0x137955,FRAMEWORKS['NODE_GENERIC']),_0xc45a1a=_0x27a4a5['eHBVp'](_0x3597d3,_0xd773f9),_0x48b372=CLIUtils['getCurrentInstanceName']();this[_0x16a44a(0x2f4)][_0x16a44a(0x348)](_0x48b372,_0xc45a1a);global[_0x16a44a(0x2a2)]?.[_0x16a44a(0x386)]&&global[_0x16a44a(0x2a2)]['getContext']()[_0x16a44a(0x349)](_0xc45a1a);_0xc45a1a?(global[_0x16a44a(0x1f9)]=!![],process[_0x16a44a(0x3ef)][_0x16a44a(0x3c4)]=_0x27a4a5[_0x16a44a(0x277)],this[_0x16a44a(0x25b)]()):global[_0x16a44a(0x1f9)]=![];_0x294999&&_0x294999['updateData'](_0x27a4a5[_0x16a44a(0x40a)],!![]);logger[_0x16a44a(0x37b)](_0x16a44a(0x33a)+_0x3597d3+_0x16a44a(0x301)+_0xd773f9+_0x16a44a(0x3c8)+_0x3e1793);return;}if(!_0x1aaee1){_0x294999&&_0x294999[_0x16a44a(0x3ad)](_0x27a4a5[_0x16a44a(0x40a)],!![]);logger[_0x16a44a(0x37b)](_0x27a4a5[_0x16a44a(0x20d)]);return;}logger[_0x16a44a(0x37b)](_0x27a4a5[_0x16a44a(0x270)]);const _0x482c3d=_0x294999?.[_0x16a44a(0x372)](_0x27a4a5['xPzEo'],![]),_0x34a1d4=_0x294999?.['getData'](_0x27a4a5[_0x16a44a(0x40a)],![]);if(_0x27a4a5[_0x16a44a(0x254)](_0x482c3d,![])&&_0x27a4a5[_0x16a44a(0x254)](_0x34a1d4,![])){_0x294999&&_0x294999[_0x16a44a(0x3ad)](_0x27a4a5[_0x16a44a(0x246)],!![]);logger[_0x16a44a(0x37b)](_0x27a4a5[_0x16a44a(0x21a)]);return;}_0x294999&&_0x294999[_0x16a44a(0x3ad)](_0x27a4a5[_0x16a44a(0x40a)],!![]);let _0x356e1a,_0x4e465d;const _0x4b428a=_0x1c52c6[_0x16a44a(0x413)]||_0x27a4a5[_0x16a44a(0x38e)];if(_0x27a4a5[_0x16a44a(0x435)](_0x4b428a,_0x27a4a5[_0x16a44a(0x2ff)])){_0x4e465d=_0x1c52c6[_0x16a44a(0x36a)]?.[_0x16a44a(0x3f5)]||_0x1c52c6[_0x16a44a(0x36a)]?.['id']||global['__jestCurrentTestIdentifier']||global[_0x16a44a(0x385)]?.[_0x16a44a(0x273)]?.[_0x16a44a(0x3f5)]||global[_0x16a44a(0x385)]?.[_0x16a44a(0x273)]?.['id'];const _0x4f7dca=_0x294999?.['getAllData']()?.[_0x16a44a(0x314)](_0x4e465d);if(_0x4f7dca&&_0x4f7dca[TestFrameworkConstants[_0x16a44a(0x297)]])_0x356e1a=_0x4f7dca[TestFrameworkConstants[_0x16a44a(0x297)]];else{if(_0x1c52c6[_0x16a44a(0x36a)]?.[_0x16a44a(0x256)])_0x356e1a=_0x1c52c6[_0x16a44a(0x36a)][_0x16a44a(0x256)];else global[_0x16a44a(0x385)]?.[_0x16a44a(0x273)]?.[_0x16a44a(0x36a)]?.[_0x16a44a(0x256)]?_0x356e1a=global[_0x16a44a(0x385)][_0x16a44a(0x273)][_0x16a44a(0x36a)]['titlePath']:_0x356e1a=_0x27a4a5['FZJNf'];}logger['debug']('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x4e465d+',\x20testName='+JSON[_0x16a44a(0x3e3)](_0x356e1a));}else{_0x4e465d=this[_0x16a44a(0x3ce)](_0x1c52c6);const _0x1250b1=TestInfo[_0x16a44a(0x417)](_0x4e465d);let _0x33e088=[];if(_0x1250b1&&Array[_0x16a44a(0x299)](_0x1250b1[_0x16a44a(0x38d)])&&_0x27a4a5[_0x16a44a(0x2e0)](_0x1250b1['test_tags'][_0x16a44a(0x236)],0x0))_0x33e088=_0x1250b1[_0x16a44a(0x38d)];else{if(_0x294999){const _0x2a980e=_0x27a4a5[_0x16a44a(0x3b4)](typeof _0x294999[_0x16a44a(0x372)],_0x27a4a5[_0x16a44a(0x2a5)])?_0x294999[_0x16a44a(0x372)](_0x27a4a5[_0x16a44a(0x403)],[]):_0x294999[_0x16a44a(0x38d)]||[];Array[_0x16a44a(0x299)](_0x2a980e)&&(_0x33e088=_0x2a980e);}}_0x356e1a=_0x33e088;}logger[_0x16a44a(0x2be)](_0x16a44a(0x27b)+JSON[_0x16a44a(0x3e3)](_0x356e1a));const _0x1e2e4b=this[_0x16a44a(0x419)](_0x137955,_0x1c52c6[_0x16a44a(0x347)],_0x1c52c6[_0x16a44a(0x2ba)]);logger[_0x16a44a(0x37b)](_0x16a44a(0x2b8)+_0x1e2e4b+_0x16a44a(0x391)+this[_0x16a44a(0x267)]);const _0x1e61d9=this['isEnabledTestcase'](_0x356e1a,_0x137955,_0x4b428a),_0x4d7f10=_0x27a4a5[_0x16a44a(0x438)](_0x1e2e4b,_0x1e61d9),_0x2335d2=CLIUtils[_0x16a44a(0x352)]();this[_0x16a44a(0x2f4)][_0x16a44a(0x348)](_0x2335d2,_0x4d7f10),global[_0x16a44a(0x2a2)]?.['getContext']&&global['Context'][_0x16a44a(0x386)]()[_0x16a44a(0x349)](_0x4d7f10),logger['debug']('[platform\x20-\x20'+(_0x137955?.[_0x16a44a(0x276)]?.()||_0x27a4a5[_0x16a44a(0x2ca)])+_0x16a44a(0x1ea)+_0x4d7f10),_0x4d7f10?(global[_0x16a44a(0x1f9)]=!![],process[_0x16a44a(0x3ef)][_0x16a44a(0x3c4)]=_0x27a4a5[_0x16a44a(0x277)],this[_0x16a44a(0x25b)]()):global[_0x16a44a(0x1f9)]=![];}catch(_0x2172a9){logger[_0x16a44a(0x200)]('Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20'+(_0x2172a9['stack']||_0x2172a9[_0x16a44a(0x363)]));const _0x730ddd=CLIUtils[_0x16a44a(0x352)]();this['accessibility']['set'](_0x730ddd,![]),global['accessibilityPlatform']=![];}}[a106_0x56793f(0x39c)](){const _0x3b02d0=a106_0x56793f;return this['capabilities']['find'](_0x3a0d3b=>_0x3a0d3b[_0x3b02d0(0x3b9)]()===_0x3b02d0(0x30f))?.[_0x3b02d0(0x303)]()||'';}[a106_0x56793f(0x33c)](_0x3e41b9){const _0x38e42f=a106_0x56793f;try{const _0x313dba=this[_0x38e42f(0x1e0)]?.[_0x38e42f(0x3a5)]?.[_0x38e42f(0x27d)]||[],_0x2d3578=_0x313dba[_0x38e42f(0x43a)](_0x33cf9c=>_0x33cf9c['name']===_0x3e41b9);return _0x2d3578?_0x2d3578[_0x38e42f(0x2a6)]:null;}catch(_0x3df3c9){return logger['debug'](_0x38e42f(0x1dc)+_0x3e41b9+':\x20'+_0x3df3c9[_0x38e42f(0x363)]),null;}}async[a106_0x56793f(0x27a)](_0x1fc270,_0x3ae136){const _0x2a59e2=a106_0x56793f,_0x438292=_0x1fc270[_0x2a59e2(0x434)]()[_0x2a59e2(0x230)]();this[_0x2a59e2(0x238)](_0x438292),this[_0x2a59e2(0x2ae)]=_0x438292[_0x2a59e2(0x3ba)](),await this['setAccessibilityToken'](this['capabilities'],_0x3ae136[_0x2a59e2(0x2ba)]);}['_parseScriptsFromOptions'](_0x2124c0){const _0x28d2dd=a106_0x56793f,_0x35ad81={};_0x35ad81[_0x28d2dd(0x35f)]=function(_0x1e77bc,_0x47abac){return _0x1e77bc>_0x47abac;},_0x35ad81[_0x28d2dd(0x327)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json',_0x35ad81[_0x28d2dd(0x342)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options';const _0x145ff7=_0x35ad81;try{const _0x57d3ba=_0x2124c0[_0x28d2dd(0x32a)](),_0x42d15b=_0x2124c0['getCommandsToWrap']()?.[_0x28d2dd(0x2c4)]();_0x57d3ba&&_0x145ff7[_0x28d2dd(0x35f)](_0x57d3ba[_0x28d2dd(0x236)],0x0)?(scripts[_0x28d2dd(0x345)](_0x57d3ba,_0x42d15b),scripts[_0x28d2dd(0x1db)](),logger['debug'](_0x145ff7[_0x28d2dd(0x327)])):logger['debug'](_0x145ff7['NWvFL']);}catch(_0xd822c5){logger[_0x28d2dd(0x37b)]('[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20'+_0xd822c5[_0x28d2dd(0x363)]);}}async[a106_0x56793f(0x37d)](_0x3b3c3a,_0x26d4f1={}){const _0x546e2c=a106_0x56793f,_0x122ff3={'POaRF':_0x546e2c(0x36e),'nnpWZ':'main','hhHuK':function(_0x31e97e,_0x4575a4){return _0x31e97e===_0x4575a4;},'lUmZP':_0x546e2c(0x420),'vIeFO':function(_0x3de740,_0x45aafa){return _0x3de740(_0x45aafa);},'WoUBf':_0x546e2c(0x311),'XPfeh':_0x546e2c(0x300),'ortyU':'hex','sTACF':function(_0x558458,_0x514ba1){return _0x558458||_0x514ba1;},'OjYhY':_0x546e2c(0x39d),'NlZgQ':'../../../helpers/accessibility-automation/helper','gNSVs':_0x546e2c(0x28a),'hlMqB':function(_0x560256,_0x3d0e92){return _0x560256===_0x3d0e92;},'YHjre':_0x546e2c(0x398),'WfSGc':_0x546e2c(0x330),'sFysC':function(_0x1e8812,_0x385408){return _0x1e8812===_0x385408;},'WSynD':'scannerVersion','snFLM':_0x546e2c(0x388),'Koclx':_0x546e2c(0x2f6),'uiDqD':_0x546e2c(0x325),'qegVn':function(_0x57fdc8,_0x17e08d){return _0x57fdc8===_0x17e08d;},'kyIIf':_0x546e2c(0x2a0),'IdWZh':function(_0x3d8eaa,_0x488b0f){return _0x3d8eaa(_0x488b0f);},'gyWGW':function(_0x441ac0,_0x1e681d){return _0x441ac0===_0x1e681d;},'nwDUw':_0x546e2c(0x1f8)};global['__accessibilityOptions']=global[_0x546e2c(0x2bf)]||{};const _0x122d73=Array[_0x546e2c(0x299)](_0x3b3c3a)?_0x3b3c3a[_0x546e2c(0x236)]:_0x122ff3[_0x546e2c(0x282)];logger[_0x546e2c(0x37b)](_0x546e2c(0x2a7)+_0x122d73+_0x546e2c(0x240)+(process[_0x546e2c(0x3ef)][_0x546e2c(0x290)]||_0x122ff3[_0x546e2c(0x2ec)])+'\x22\x20pid='+process[_0x546e2c(0x3a8)]);for(const _0x5a90e1 of _0x3b3c3a){logger['debug'](_0x546e2c(0x2d9)+_0x5a90e1['getName']());if(_0x122ff3[_0x546e2c(0x274)](_0x5a90e1[_0x546e2c(0x3b9)](),_0x122ff3[_0x546e2c(0x20a)])){const _0x1821cb=_0x5a90e1[_0x546e2c(0x303)](),_0x22d949=_0x1821cb?_0x122ff3[_0x546e2c(0x25c)](require,_0x122ff3['WoUBf'])[_0x546e2c(0x241)](_0x122ff3['XPfeh'])[_0x546e2c(0x29a)](_0x1821cb)[_0x546e2c(0x3fe)](_0x122ff3[_0x546e2c(0x22b)])[_0x546e2c(0x374)](0x0,0x8):'';logger[_0x546e2c(0x2be)](_0x546e2c(0x234)+_0x122ff3[_0x546e2c(0x3f8)](_0x1821cb,'')[_0x546e2c(0x236)]+_0x546e2c(0x40c)+_0x22d949+_0x546e2c(0x240)+(process[_0x546e2c(0x3ef)]['JEST_WORKER_ID']||_0x122ff3['nnpWZ'])+_0x546e2c(0x28e)+process[_0x546e2c(0x3a8)]),process[_0x546e2c(0x3ef)]['BS_A11Y_JWT']=_0x1821cb,global[_0x546e2c(0x2bf)][_0x122ff3[_0x546e2c(0x26a)]]=_0x1821cb;const _0x51a9b=_0x122ff3[_0x546e2c(0x25c)](require,_0x122ff3[_0x546e2c(0x39a)]),{isTrue:_0x3c5ee3}=_0x122ff3['vIeFO'](require,_0x122ff3[_0x546e2c(0x2ab)]),_0x3352ab=_0x51a9b[_0x546e2c(0x320)](_0x1821cb);_0x3352ab&&_0x122ff3[_0x546e2c(0x25c)](_0x3c5ee3,_0x3352ab[_0x546e2c(0x2ce)])&&(process[_0x546e2c(0x3ef)][_0x546e2c(0x350)]=!![]);}else{if(_0x122ff3['hlMqB'](_0x5a90e1[_0x546e2c(0x3b9)](),_0x122ff3['YHjre']))global['__accessibilityOptions'][_0x122ff3[_0x546e2c(0x2c3)]]=_0x5a90e1[_0x546e2c(0x303)]();else{if(_0x122ff3['sFysC'](_0x5a90e1[_0x546e2c(0x3b9)](),_0x122ff3[_0x546e2c(0x21d)]))global['__accessibilityOptions'][_0x122ff3[_0x546e2c(0x3c0)]]=_0x5a90e1[_0x546e2c(0x303)]();else{if(_0x122ff3[_0x546e2c(0x274)](_0x5a90e1['getName'](),_0x122ff3['Koclx']))global[_0x546e2c(0x2bf)][_0x122ff3['uiDqD']]=_0x5a90e1[_0x546e2c(0x303)]();else{if(_0x122ff3['qegVn'](_0x5a90e1[_0x546e2c(0x3b9)](),_0x122ff3[_0x546e2c(0x2dc)])){const _0x5a68ad=_0x5a90e1[_0x546e2c(0x303)]();process[_0x546e2c(0x3ef)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x122ff3[_0x546e2c(0x428)](String,_0x122ff3['sFysC'](_0x5a68ad,!![])||_0x122ff3[_0x546e2c(0x373)](_0x5a68ad,_0x122ff3[_0x546e2c(0x331)])),logger[_0x546e2c(0x37b)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x5a68ad+_0x546e2c(0x3a7)+process[_0x546e2c(0x3ef)][_0x546e2c(0x39e)]);}}}}}}}async['onAfterTest'](_0xa8e5b1){const _0x3c8613=a106_0x56793f,_0x4878ad={};_0x4878ad[_0x3c8613(0x37e)]=function(_0x54bdbf,_0x593957){return _0x54bdbf!==_0x593957;},_0x4878ad[_0x3c8613(0x3ca)]=_0x3c8613(0x329),_0x4878ad[_0x3c8613(0x25a)]=_0x3c8613(0x1e1),_0x4878ad['ojDqj']=_0x3c8613(0x291),_0x4878ad['YwdAQ']=_0x3c8613(0x284);const _0x4bb8aa=_0x4878ad;if(_0x4bb8aa['sqriE'](_0xa8e5b1[_0x3c8613(0x413)],_0x4bb8aa['fMUxh'])&&_0x4bb8aa[_0x3c8613(0x37e)](_0xa8e5b1[_0x3c8613(0x413)],_0x4bb8aa[_0x3c8613(0x25a)])&&_0x4bb8aa[_0x3c8613(0x37e)](_0xa8e5b1[_0x3c8613(0x413)],_0x4bb8aa['ojDqj'])&&_0x4bb8aa[_0x3c8613(0x37e)](_0xa8e5b1[_0x3c8613(0x413)],FRAMEWORKS[_0x3c8613(0x2e9)])){logger[_0x3c8613(0x37b)](_0x3c8613(0x261)+_0xa8e5b1[_0x3c8613(0x413)]+')');return;}const _0x495605=_0xa8e5b1[_0x3c8613(0x36a)]?.[_0x3c8613(0x3f5)]||_0xa8e5b1['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x3c8613(0x2be)](_0x3c8613(0x3d7)+_0xa8e5b1[_0x3c8613(0x413)]+_0x3c8613(0x2bb)+_0x495605);try{const _0x89fa0c=_0xa8e5b1[_0x3c8613(0x381)]||AutomationFramework[_0x3c8613(0x2e2)](),_0x2ac8a1=CLIUtils[_0x3c8613(0x352)](),_0x959ec0=this[_0x3c8613(0x247)]();logger[_0x3c8613(0x37b)]('[platform\x20-\x20'+(_0x89fa0c?.[_0x3c8613(0x276)]?.()||_0x4bb8aa[_0x3c8613(0x2ee)])+_0x3c8613(0x38b)+_0x959ec0),_0x959ec0&&await this['stopTestCapture'](_0x89fa0c,_0xa8e5b1),this[_0x3c8613(0x2f4)][_0x3c8613(0x307)](_0x2ac8a1),this['LOG_DISABLED_SHOWN'][_0x3c8613(0x307)](_0x2ac8a1);}catch(_0x42fcfe){logger[_0x3c8613(0x200)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x42fcfe[_0x3c8613(0x3b1)]||_0x42fcfe[_0x3c8613(0x363)]));}}async[a106_0x56793f(0x2fa)](_0x30c6ea,_0x2e5e54){const _0x54b17c=a106_0x56793f,_0x2909c1={};_0x2909c1[_0x54b17c(0x3db)]=function(_0x2f51be,_0x40001c){return _0x2f51be===_0x40001c;},_0x2909c1[_0x54b17c(0x309)]=_0x54b17c(0x2cd),_0x2909c1['eNYZd']=function(_0x10b73a,_0x11244f){return _0x10b73a===_0x11244f;},_0x2909c1[_0x54b17c(0x306)]=_0x54b17c(0x1e1),_0x2909c1[_0x54b17c(0x24f)]=_0x54b17c(0x329),_0x2909c1[_0x54b17c(0x338)]=function(_0x4ff021,_0x281269){return _0x4ff021===_0x281269;},_0x2909c1['zUKgO']='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x2909c1['QDaej']='accessibility',_0x2909c1[_0x54b17c(0x20c)]=_0x54b17c(0x2ef),_0x2909c1[_0x54b17c(0x1de)]=_0x54b17c(0x284),_0x2909c1[_0x54b17c(0x368)]=_0x54b17c(0x422),_0x2909c1[_0x54b17c(0x2b2)]=_0x54b17c(0x401),_0x2909c1[_0x54b17c(0x3d4)]=function(_0x37a5ba,_0x40244d){return _0x37a5ba===_0x40244d;},_0x2909c1[_0x54b17c(0x2e7)]=function(_0x1fc87e,_0x5f3af5){return _0x1fc87e||_0x5f3af5;},_0x2909c1[_0x54b17c(0x1ef)]=function(_0x4aaa6a,_0x148c88){return _0x4aaa6a||_0x148c88;},_0x2909c1[_0x54b17c(0x21b)]='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x2909c1['zTBdq']='AUTOMATION_SESSIONS',_0x2909c1['hHNFu']=_0x54b17c(0x235);const _0x27b3ff=_0x2909c1;try{const _0x42028d=_0x2e5e54[_0x54b17c(0x413)]||(_0x27b3ff[_0x54b17c(0x308)](this['testFrameworkData']?.[_0x54b17c(0x42e)]?.[_0x54b17c(0x3a1)](),_0x27b3ff[_0x54b17c(0x306)])?_0x27b3ff[_0x54b17c(0x306)]:_0x27b3ff[_0x54b17c(0x24f)]);let _0x33aabe='',_0x21e7e6=null,_0x3db39a=null;if(_0x27b3ff[_0x54b17c(0x338)](_0x42028d,_0x27b3ff[_0x54b17c(0x306)])){_0x21e7e6=_0x2e5e54[_0x54b17c(0x36a)]?.[_0x54b17c(0x3f5)]||_0x2e5e54['testInfo']?.['id']||global[_0x54b17c(0x3bb)];if(!_0x21e7e6){logger[_0x54b17c(0x292)](_0x27b3ff[_0x54b17c(0x1e9)]);return;}try{const _0x551e37=await GrpcClient[_0x54b17c(0x1f7)]()[_0x54b17c(0x223)](process[_0x54b17c(0x3ef)][_0x54b17c(0x2bc)],_0x27b3ff[_0x54b17c(0x278)],_0x27b3ff[_0x54b17c(0x20c)],_0x21e7e6),_0x587dac=AccessibilityModule[_0x54b17c(0x272)](null,_0x551e37);_0x33aabe=_0x587dac?.[_0x54b17c(0x324)]||'',logger[_0x54b17c(0x37b)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x33aabe+_0x54b17c(0x218)+_0x21e7e6),_0x3db39a=_0x551e37;}catch(_0x18ad85){logger[_0x54b17c(0x200)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x18ad85[_0x54b17c(0x363)]);return;}}else{const _0x5e8592=this[_0x54b17c(0x3ce)](_0x2e5e54);_0x33aabe=TestInfo[_0x54b17c(0x2bd)](_0x5e8592);}const _0x556d4f=((()=>{const _0x2a8b15=_0x54b17c,_0x367ed8=(this[_0x2a8b15(0x1e0)]?.['options']?.['capabilitiesList']||[])[_0x2a8b15(0x43a)](_0x1679d9=>(typeof _0x1679d9[_0x2a8b15(0x3b9)]==='function'?_0x1679d9[_0x2a8b15(0x3b9)]():_0x1679d9[_0x2a8b15(0x42e)])===this[_0x2a8b15(0x1e3)]);return _0x367ed8?_0x27b3ff[_0x2a8b15(0x3db)](typeof _0x367ed8['getValue'],_0x27b3ff[_0x2a8b15(0x309)])?_0x367ed8[_0x2a8b15(0x303)]():_0x367ed8[_0x2a8b15(0x2a6)]:'';})()),_0x4bcb0a=process['env'][_0x54b17c(0x2c1)]||'';logger['debug'](_0x54b17c(0x25f)+(_0x30c6ea?.['getPlatformIndex']?.()||_0x27b3ff[_0x54b17c(0x1de)])+']\x20clear\x20'+_0x33aabe+_0x54b17c(0x31c)+_0x556d4f+_0x54b17c(0x213)+(_0x4bcb0a?_0x27b3ff[_0x54b17c(0x368)]:_0x27b3ff['vktzs']));let _0x3c6220;if(_0x27b3ff[_0x54b17c(0x3d4)](_0x42028d,_0x27b3ff[_0x54b17c(0x306)]))_0x3c6220=AccessibilityModule[_0x54b17c(0x272)](_0x33aabe,_0x3db39a);else{const _0x549183=await GrpcClient[_0x54b17c(0x1f7)]()['fetchDriverExecuteParamsEvent'](process[_0x54b17c(0x3ef)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x27b3ff[_0x54b17c(0x278)],_0x27b3ff[_0x54b17c(0x20c)]);_0x3c6220=AccessibilityModule[_0x54b17c(0x272)](_0x33aabe,_0x549183);}logger[_0x54b17c(0x37b)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x54b17c(0x3e3)](_0x3c6220));const _0x47d0ba=Object[_0x54b17c(0x3e9)]({},{'thTestRunUuid':_0x27b3ff['kjLVM'](_0x33aabe,''),'thBuildUuid':_0x27b3ff[_0x54b17c(0x2e7)](_0x556d4f,''),'thJwtToken':_0x27b3ff[_0x54b17c(0x1ef)](_0x4bcb0a,'')},_0x3c6220);!this[_0x54b17c(0x267)]&&this[_0x54b17c(0x319)]()&&(_0x47d0ba[_0x54b17c(0x2fe)]=!![],logger['debug'](_0x27b3ff['trmny']));logger[_0x54b17c(0x37b)](_0x54b17c(0x410)+_0x33aabe+_0x54b17c(0x391)+this[_0x54b17c(0x267)]);let _0x354b16=global[_0x54b17c(0x385)]?.[_0x54b17c(0x1fc)]||null;!_0x354b16&&(_0x354b16=AutomationFramework[_0x54b17c(0x2eb)](_0x30c6ea,_0x27b3ff['zTBdq'],null)),!_0x354b16&&(_0x354b16=AutomationFramework['getState'](_0x30c6ea,_0x27b3ff[_0x54b17c(0x260)],null)),await this[_0x54b17c(0x378)](this[_0x54b17c(0x247)](),_0x33aabe,_0x354b16,_0x47d0ba,this[_0x54b17c(0x267)]);}catch(_0x3a2971){logger[_0x54b17c(0x200)](_0x54b17c(0x37f)+(_0x3a2971[_0x54b17c(0x3b1)]||_0x3a2971[_0x54b17c(0x363)]));}}async[a106_0x56793f(0x378)](_0x5a6391,_0x5ed5ae,_0xd8400a,_0x2857d3,_0x2851d7){const _0x52dd9e=a106_0x56793f,_0x2b082b={};_0x2b082b[_0x52dd9e(0x24d)]=_0x52dd9e(0x2ef),_0x2b082b[_0x52dd9e(0x27c)]=function(_0x162c1e,_0xb5b6a5){return _0x162c1e&&_0xb5b6a5;},_0x2b082b['jIenR']=_0x52dd9e(0x2cc),_0x2b082b[_0x52dd9e(0x41c)]=function(_0x5f246f,_0x2010e8){return _0x5f246f===_0x2010e8;},_0x2b082b[_0x52dd9e(0x313)]='null',_0x2b082b[_0x52dd9e(0x232)]=_0x52dd9e(0x23b),_0x2b082b[_0x52dd9e(0x34b)]=_0x52dd9e(0x369),_0x2b082b[_0x52dd9e(0x3b0)]=_0x52dd9e(0x316),_0x2b082b[_0x52dd9e(0x245)]=_0x52dd9e(0x322),_0x2b082b['MYkfC']=_0x52dd9e(0x1fe),_0x2b082b[_0x52dd9e(0x31e)]='a11y:save-results',_0x2b082b[_0x52dd9e(0x27f)]=_0x52dd9e(0x31b);const _0x4efb21=_0x2b082b;try{const _0x30a154=this[_0x52dd9e(0x3ec)](_0x4efb21['crjsB']);if(_0x4efb21[_0x52dd9e(0x27c)](!_0x2851d7,!_0x30a154)){logger[_0x52dd9e(0x37b)](_0x4efb21[_0x52dd9e(0x30b)]);return;}if(!_0x5ed5ae||_0x4efb21[_0x52dd9e(0x41c)](_0x5ed5ae,_0x4efb21[_0x52dd9e(0x313)])||_0x4efb21[_0x52dd9e(0x41c)](_0x5ed5ae,'')){logger[_0x52dd9e(0x37b)](_0x4efb21[_0x52dd9e(0x232)]);return;}logger['debug'](_0x52dd9e(0x222)+JSON[_0x52dd9e(0x3e3)](_0x2857d3)),_0x5a6391&&(logger[_0x52dd9e(0x37b)](_0x4efb21[_0x52dd9e(0x34b)]),await this['performScanForCli'](_0xd8400a,_0x5ed5ae,_0x4efb21[_0x52dd9e(0x3b0)],_0x2857d3,_0x2851d7,_0x4efb21[_0x52dd9e(0x245)]),_0x4efb21[_0x52dd9e(0x27c)](!_0x2851d7,_0x30a154)&&(logger[_0x52dd9e(0x37b)](_0x4efb21[_0x52dd9e(0x421)]),await PerformanceTester[_0x52dd9e(0x1fb)](_0x4efb21[_0x52dd9e(0x31e)],async()=>{const _0x12a936=_0x52dd9e;await this['performScanForCli'](_0xd8400a,_0x5ed5ae,_0x4efb21[_0x12a936(0x24d)],_0x2857d3,_0x2851d7,_0x4efb21[_0x12a936(0x24d)]);})()),logger[_0x52dd9e(0x2be)](_0x4efb21[_0x52dd9e(0x27f)]));}catch(_0x203ccd){logger[_0x52dd9e(0x200)](_0x52dd9e(0x39f)+(_0x203ccd['stack']||_0x203ccd[_0x52dd9e(0x363)]));}}async[a106_0x56793f(0x366)](_0x52c176){const _0x2e3437=a106_0x56793f,_0x26a215={};_0x26a215[_0x2e3437(0x287)]=function(_0x4fbadc,_0x4bc1dc){return _0x4fbadc!==_0x4bc1dc;},_0x26a215['jedIo']=_0x2e3437(0x329),_0x26a215[_0x2e3437(0x3d0)]=function(_0x32768e,_0x2eaf84){return _0x32768e!==_0x2eaf84;},_0x26a215['ORUaa']=_0x2e3437(0x1e1),_0x26a215['CwWRz']=_0x2e3437(0x291),_0x26a215[_0x2e3437(0x3bf)]='unknown',_0x26a215['Bsfyz']=_0x2e3437(0x3f1),_0x26a215[_0x2e3437(0x3e7)]=function(_0x35b24a,_0x24aff2){return _0x35b24a&&_0x24aff2;},_0x26a215[_0x2e3437(0x34f)]=function(_0x32792c,_0x21f8e4){return _0x32792c===_0x21f8e4;},_0x26a215['pnkDT']=_0x2e3437(0x1f1),_0x26a215[_0x2e3437(0x28d)]=_0x2e3437(0x2f4),_0x26a215[_0x2e3437(0x226)]=_0x2e3437(0x32f),_0x26a215[_0x2e3437(0x2d6)]=_0x2e3437(0x433),_0x26a215[_0x2e3437(0x1eb)]=_0x2e3437(0x2c5),_0x26a215[_0x2e3437(0x379)]=function(_0x2b504d,_0xb2d1d4){return _0x2b504d===_0xb2d1d4;},_0x26a215[_0x2e3437(0x31a)]='scan',_0x26a215[_0x2e3437(0x38f)]='null';const _0x209f5b=_0x26a215;if(_0x209f5b['rtCAx'](_0x52c176[_0x2e3437(0x413)],_0x209f5b[_0x2e3437(0x360)])&&_0x209f5b['jhZsT'](_0x52c176[_0x2e3437(0x413)],_0x209f5b[_0x2e3437(0x3d6)])&&_0x209f5b['rtCAx'](_0x52c176[_0x2e3437(0x413)],_0x209f5b[_0x2e3437(0x3cd)])&&_0x209f5b[_0x2e3437(0x3d0)](_0x52c176[_0x2e3437(0x413)],FRAMEWORKS['NODE_GENERIC'])){logger[_0x2e3437(0x37b)](_0x2e3437(0x37a)+_0x52c176[_0x2e3437(0x413)]+')');return;}logger[_0x2e3437(0x37b)](_0x2e3437(0x31d)+(_0x52c176[_0x2e3437(0x393)]||_0x209f5b[_0x2e3437(0x3bf)])+',\x20framework='+_0x52c176[_0x2e3437(0x413)]);try{const _0x53a2d2=_0x52c176[_0x2e3437(0x381)]||AutomationFramework[_0x2e3437(0x2e2)](),_0x1e69cc=TestFramework[_0x2e3437(0x2e2)](),_0x4cf267=_0x52c176[_0x2e3437(0x393)]||_0x52c176[_0x2e3437(0x353)]?.[_0x2e3437(0x3b9)]();if(!_0x4cf267){logger[_0x2e3437(0x37b)](_0x209f5b[_0x2e3437(0x20b)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x2e3437(0x37b)](_0x2e3437(0x22c)+_0x4cf267);return;}if(!this[_0x2e3437(0x3e2)](_0x4cf267)){logger[_0x2e3437(0x37b)](_0x2e3437(0x22e)+_0x4cf267+_0x2e3437(0x265));return;}const _0x5bd194=_0x52c176[_0x2e3437(0x2e5)]||global[_0x2e3437(0x385)]?.[_0x2e3437(0x1fc)],_0x240642=_0x52c176['driver']||null;if(_0x209f5b['nuZPs'](!_0x5bd194,!_0x240642)){logger[_0x2e3437(0x37b)](_0x2e3437(0x33f)+_0x4cf267);return;}let _0x231b68='',_0x6669d4=null;if(_0x209f5b[_0x2e3437(0x34f)](_0x52c176['testFramework'],_0x209f5b[_0x2e3437(0x3d6)])){_0x6669d4=_0x52c176[_0x2e3437(0x36a)]?.[_0x2e3437(0x3f5)]||_0x52c176[_0x2e3437(0x36a)]?.['id']||global[_0x2e3437(0x3bb)];if(!_0x6669d4){logger[_0x2e3437(0x292)](_0x209f5b[_0x2e3437(0x2ed)]);return;}try{const _0x909068=await GrpcClient['getInstance']()[_0x2e3437(0x223)](process['env'][_0x2e3437(0x2bc)],_0x209f5b[_0x2e3437(0x28d)],_0x209f5b[_0x2e3437(0x226)],_0x6669d4),_0x286be1=AccessibilityModule['loadDriverExecuteParams'](null,_0x909068);_0x231b68=_0x286be1?.[_0x2e3437(0x324)]||'',logger[_0x2e3437(0x37b)](_0x2e3437(0x2a8)+_0x231b68+_0x2e3437(0x218)+_0x6669d4);}catch(_0x1bda13){logger[_0x2e3437(0x200)]('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x1bda13[_0x2e3437(0x363)]);return;}}else _0x209f5b['DGWuj'](_0x52c176[_0x2e3437(0x413)],FRAMEWORKS[_0x2e3437(0x2e9)])?_0x231b68=_0x52c176[_0x2e3437(0x29b)]||'':(_0x231b68=this[_0x2e3437(0x33c)](_0x209f5b[_0x2e3437(0x2d6)])||'',!_0x231b68&&this['isMobileWebSession']()&&(_0x231b68=accessibilityHelper[_0x2e3437(0x343)]()));const _0x3e9d05=this[_0x2e3437(0x33c)](_0x209f5b['hkAJv'])||this[_0x2e3437(0x1e0)][this[_0x2e3437(0x1e3)]]||null,_0x529a14=process[_0x2e3437(0x3ef)][_0x2e3437(0x2c1)]||'',_0x2d8505=this[_0x2e3437(0x24a)](_0x4cf267,_0x231b68,_0x3e9d05,_0x529a14),_0x18d511=_0x209f5b[_0x2e3437(0x379)](_0x52c176[_0x2e3437(0x413)],_0x209f5b[_0x2e3437(0x3d6)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x209f5b[_0x2e3437(0x31a)],_0x231b68,_0x6669d4):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x209f5b[_0x2e3437(0x31a)],_0x231b68);logger['info'](_0x2e3437(0x3be)+(_0x2d8505?JSON[_0x2e3437(0x3e3)](_0x2d8505):_0x209f5b[_0x2e3437(0x38f)]));let _0x1c01e6=CLIUtils[_0x2e3437(0x3f9)](_0x2d8505,_0x18d511);if(this['isAppAccessibility']){const _0x43b125=process[_0x2e3437(0x3ef)][_0x2e3437(0x36d)]||'';_0x1c01e6[_0x2e3437(0x1ee)]&&(_0x1c01e6[_0x2e3437(0x225)]=_0x1c01e6[_0x2e3437(0x1ee)],delete _0x1c01e6[_0x2e3437(0x1ee)]),_0x1c01e6=Object[_0x2e3437(0x3e9)]({},_0x1c01e6,{'authHeader':_0x1c01e6['authHeader']||_0x43b125,'method':_0x4cf267,'scanTimestamp':Date[_0x2e3437(0x424)]()[_0x2e3437(0x304)]()});}logger[_0x2e3437(0x2be)](_0x2e3437(0x3bd)+(_0x1c01e6?JSON['stringify'](_0x1c01e6):_0x209f5b[_0x2e3437(0x38f)])),logger['debug'](_0x2e3437(0x24e)+_0x4cf267);const _0x45e0b3=this[_0x2e3437(0x267)]?_0x240642:_0x5bd194,_0x59ed83=await this[_0x2e3437(0x242)](_0x45e0b3,_0x231b68,_0x4cf267,_0x1c01e6,this['isAppAccessibility']);logger[_0x2e3437(0x37b)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x4cf267+_0x2e3437(0x2db)+JSON[_0x2e3437(0x3e3)](_0x59ed83));}catch(_0x4a8b89){logger['error'](_0x2e3437(0x392)+(_0x4a8b89['stack']||_0x4a8b89[_0x2e3437(0x363)]));}}[a106_0x56793f(0x31f)](){return this['getCurrentAccessibilityStatus']();}['setShouldScanCurrentTest'](_0x380534){const _0x237b61=a106_0x56793f,_0x9beb41=CLIUtils[_0x237b61(0x352)]();this['accessibility'][_0x237b61(0x348)](_0x9beb41,_0x380534);}async[a106_0x56793f(0x2da)](_0x2f9400){const _0x43bc1e=a106_0x56793f,_0x5c0b56={};_0x5c0b56[_0x43bc1e(0x355)]=_0x43bc1e(0x284);const _0x738dbe=_0x5c0b56;try{const _0x2fad30=_0x2f9400[_0x43bc1e(0x381)]||AutomationFramework[_0x43bc1e(0x2e2)](),_0x55934d=_0x2fad30?.[_0x43bc1e(0x372)]?.()?.[_0x43bc1e(0x314)]?.(this['KEY_INIT'])||![];if(_0x55934d)return;PerformanceTester['start'](EVENTS[_0x43bc1e(0x41f)]);const _0x4f2925=await GrpcClient[_0x43bc1e(0x1f7)]()[_0x43bc1e(0x399)](_0x2f9400);_0x4f2925&&_0x4f2925[_0x43bc1e(0x434)]&&_0x4f2925[_0x43bc1e(0x434)]()&&_0x4f2925[_0x43bc1e(0x434)]()['getSuccess']()?(await this['loadAccessibilityConfig'](_0x4f2925,_0x2f9400),_0x2fad30?.[_0x43bc1e(0x372)]&&_0x2fad30[_0x43bc1e(0x372)]()[_0x43bc1e(0x348)](this[_0x43bc1e(0x2f1)],!![]),logger['debug'](_0x43bc1e(0x25f)+(_0x2fad30?.['getPlatformIndex']?.()||_0x738dbe[_0x43bc1e(0x355)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x43bc1e(0x37b)]('[platform\x20-\x20'+(_0x2fad30?.[_0x43bc1e(0x276)]?.()||_0x738dbe['MhybE'])+_0x43bc1e(0x2dd)),PerformanceTester['end'](EVENTS[_0x43bc1e(0x41f)]);}catch(_0x915df1){PerformanceTester[_0x43bc1e(0x312)](EVENTS[_0x43bc1e(0x41f)],![],_0x915df1['message']),logger['error'](_0x43bc1e(0x3de)+(_0x915df1[_0x43bc1e(0x3b1)]||_0x915df1[_0x43bc1e(0x363)]));}}async[a106_0x56793f(0x397)](_0x4cef9b,_0x47f45b){const _0xeb2f79=a106_0x56793f;await this[_0xeb2f79(0x27a)](_0x4cef9b,_0x47f45b);const _0x21f0d3=_0x4cef9b['getAccessibility']()[_0xeb2f79(0x230)]();if(_0x21f0d3){const _0x263190=_0x4cef9b[_0xeb2f79(0x404)]&&_0x4cef9b[_0xeb2f79(0x404)]();_0x263190&&(this['accessibilityConfig'][this[_0xeb2f79(0x1e3)]]=_0x263190[_0xeb2f79(0x262)]&&_0x263190[_0xeb2f79(0x262)]());}}[a106_0x56793f(0x3e2)](_0x543e67){const _0x128884=a106_0x56793f,_0x6213e6={};_0x6213e6[_0x128884(0x344)]=function(_0x180768,_0x11e4e2){return _0x180768===_0x11e4e2;};const _0x3fbbe2=_0x6213e6;try{if(!_0x543e67)return![];const _0x462c8e=this[_0x128884(0x1e0)]?.[_0x128884(0x3a5)]?.[_0x128884(0x359)]?.['commandsList']||[],_0x41fa7d=_0x462c8e[_0x128884(0x294)](_0x2037eb=>{const _0x873049=_0x128884;return _0x2037eb[_0x873049(0x42e)]&&_0x3fbbe2['VlYnR'](_0x2037eb['name'][_0x873049(0x3a1)](),_0x543e67[_0x873049(0x3a1)]());});return logger['debug'](_0x128884(0x249)+_0x543e67+_0x128884(0x3e8)+_0x41fa7d+_0x128884(0x35d)+JSON[_0x128884(0x3e3)](_0x462c8e[_0x128884(0x1e2)](_0x1b8efc=>_0x1b8efc[_0x128884(0x42e)]))),_0x41fa7d;}catch(_0x7911ae){return logger[_0x128884(0x37b)](_0x128884(0x3fd)+_0x7911ae[_0x128884(0x363)]),![];}}[a106_0x56793f(0x26d)](_0x2a30a3){const _0x4f07a1=a106_0x56793f,_0x510da1={};_0x510da1['mykLl']=function(_0x140cae,_0x5a9d09){return _0x140cae===_0x5a9d09;},_0x510da1[_0x4f07a1(0x275)]='string',_0x510da1[_0x4f07a1(0x3fc)]=_0x4f07a1(0x42d);const _0x49144d=_0x510da1,_0x273cb4=_0x2a30a3['getScript']&&_0x2a30a3[_0x4f07a1(0x3d1)]();return _0x273cb4&&_0x49144d[_0x4f07a1(0x302)](typeof _0x273cb4,_0x49144d[_0x4f07a1(0x275)])&&_0x273cb4[_0x4f07a1(0x3c3)](_0x49144d[_0x4f07a1(0x3fc)]);}[a106_0x56793f(0x20e)](_0x13c4a5){const _0xe1152e=a106_0x56793f,_0x9ce11b={};_0x9ce11b[_0xe1152e(0x41e)]=function(_0x5f1710,_0x16f0ea){return _0x5f1710!==_0x16f0ea;},_0x9ce11b[_0xe1152e(0x30a)]=_0xe1152e(0x24c),_0x9ce11b[_0xe1152e(0x371)]=_0xe1152e(0x2f4),_0x9ce11b[_0xe1152e(0x395)]='performScan',_0x9ce11b[_0xe1152e(0x3a0)]=_0xe1152e(0x32c),_0x9ce11b[_0xe1152e(0x3cc)]=_0xe1152e(0x269);const _0x126200=_0x9ce11b,_0x30d56c=_0x13c4a5[_0xe1152e(0x3d1)]&&_0x13c4a5[_0xe1152e(0x3d1)]();if(!_0x30d56c||_0x126200[_0xe1152e(0x41e)](typeof _0x30d56c,_0x126200[_0xe1152e(0x30a)]))return![];return _0x30d56c[_0xe1152e(0x3c3)](_0x126200['DexRJ'])||_0x30d56c[_0xe1152e(0x3c3)](_0x126200[_0xe1152e(0x395)])||_0x30d56c[_0xe1152e(0x3c3)](_0x126200[_0xe1152e(0x3a0)])||_0x30d56c[_0xe1152e(0x3c3)](_0x126200[_0xe1152e(0x3cc)]);}[a106_0x56793f(0x319)](){const _0x323e8c=a106_0x56793f,_0x16c988={'yyRgB':function(_0x2b67bb,_0x4fefb){return _0x2b67bb===_0x4fefb;},'SeCFd':_0x323e8c(0x2cd),'iXDRW':function(_0x206970,_0x4ff663){return _0x206970(_0x4ff663);},'tbqHU':_0x323e8c(0x2aa),'RKzdf':function(_0x4dfc8c,_0x1d358c){return _0x4dfc8c(_0x1d358c);},'PtQhU':_0x323e8c(0x3f6),'joEBi':_0x323e8c(0x418),'PQRMI':function(_0x3bda49,_0x3213e8){return _0x3bda49(_0x3213e8);},'IDTNK':_0x323e8c(0x365)};try{const _0xe0d2cb=this['accessibilityConfig']?.[_0x323e8c(0x3a5)]?.[_0x323e8c(0x27d)]||[],_0x1641c3=_0x27571a=>{const _0x316e24=_0x323e8c,_0x50fefc=_0xe0d2cb['find'](_0x3d34ac=>(typeof _0x3d34ac['getName']===_0x316e24(0x2cd)?_0x3d34ac[_0x316e24(0x3b9)]():_0x3d34ac['name'])===_0x27571a);return _0x50fefc?_0x16c988[_0x316e24(0x2d7)](typeof _0x50fefc[_0x316e24(0x303)],_0x16c988[_0x316e24(0x2b1)])?_0x50fefc['getValue']():_0x50fefc[_0x316e24(0x2a6)]:null;},_0xfa56d0=_0x16c988[_0x323e8c(0x28c)](_0x1641c3,_0x16c988[_0x323e8c(0x25e)]),_0x3fde73=_0x16c988[_0x323e8c(0x33d)](_0x1641c3,_0x16c988[_0x323e8c(0x237)]),_0x196515=global[_0x323e8c(0x289)]||_0xfa56d0&&_0x16c988[_0x323e8c(0x2d7)](_0x16c988[_0x323e8c(0x28c)](String,_0xfa56d0)[_0x323e8c(0x3a1)](),_0x16c988[_0x323e8c(0x3c9)])&&_0x3fde73&&_0x16c988[_0x323e8c(0x315)](String,_0x3fde73)[_0x323e8c(0x3a1)]()[_0x323e8c(0x3c3)](_0x16c988['IDTNK']);if(!_0x196515)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x323e8c(0x207)]&&(logger[_0x323e8c(0x292)](accessibilityHelper[_0x323e8c(0x221)]),this[_0x323e8c(0x207)]=!![]),![];return!![];}catch(_0x3fb665){return logger['debug'](_0x323e8c(0x2a9)+_0x3fb665[_0x323e8c(0x363)]),![];}}[a106_0x56793f(0x24a)](_0x31487a,_0x84e574,_0x559e24,_0x492811){const _0x284c3a=a106_0x56793f,_0x5976d1={};_0x5976d1['czHog']=function(_0x2f59d1,_0x51e496){return _0x2f59d1||_0x51e496;},_0x5976d1[_0x284c3a(0x351)]=function(_0x304c39,_0x12231f){return _0x304c39&&_0x12231f;},_0x5976d1[_0x284c3a(0x2e8)]=_0x284c3a(0x3af);const _0x52f16c=_0x5976d1;let _0x17eafa=_0x52f16c[_0x284c3a(0x3c7)](_0x84e574,'');const _0xbfb741=!this[_0x284c3a(0x267)]&&this['isMobileWebSession']();_0x52f16c['OFqhr'](_0xbfb741,!_0x17eafa)&&(_0x17eafa=accessibilityHelper[_0x284c3a(0x343)]());const _0xfb9ddb={'command':_0x31487a,'thTestRunUuid':_0x17eafa,'thBuildUuid':_0x52f16c[_0x284c3a(0x3c7)](_0x559e24,''),'thJwtToken':_0x52f16c[_0x284c3a(0x3c7)](_0x492811,''),'timestamp':new Date()[_0x284c3a(0x1f5)]()};return _0xbfb741&&(_0xfb9ddb['is_mobile_session']=!![],logger[_0x284c3a(0x37b)](_0x52f16c[_0x284c3a(0x2e8)])),_0xfb9ddb;}[a106_0x56793f(0x3ec)](_0xf57d51){const _0x52cbe6=a106_0x56793f,_0xe0744={};_0xe0744[_0x52cbe6(0x3c6)]=function(_0x475688,_0x3b37ee){return _0x475688||_0x3b37ee;};const _0x167543=_0xe0744;try{const _0x506c7c=this[_0x52cbe6(0x1e0)]?.[_0x52cbe6(0x3a5)]?.['scriptsList']||[],_0x36ca60=_0x506c7c[_0x52cbe6(0x43a)](_0x1b77ac=>_0x1b77ac[_0x52cbe6(0x42e)]===_0xf57d51);return _0x167543['JUfhr'](_0x36ca60,null);}catch(_0x4a96ee){return logger['debug'](_0x52cbe6(0x243)+_0xf57d51+':\x20'+_0x4a96ee[_0x52cbe6(0x363)]),null;}}async[a106_0x56793f(0x215)](_0x3baa4f,_0x331225,_0x3b5b2c=null){const _0x346f24=a106_0x56793f,_0x421cda={'nFEdg':function(_0x16bc75,_0x2f17b6){return _0x16bc75(_0x2f17b6);},'MpLYm':'../../playwright/accessibility-helper'};try{if(!_0x3baa4f)return logger[_0x346f24(0x37b)](_0x346f24(0x29f)+_0x331225),null;const _0x6aca42=this[_0x346f24(0x3ec)](_0x331225);if(!_0x6aca42||!_0x6aca42[_0x346f24(0x353)])return logger[_0x346f24(0x37b)](_0x346f24(0x28f)+_0x331225+_0x346f24(0x3da)),null;logger[_0x346f24(0x37b)](_0x346f24(0x20f)+_0x331225+_0x346f24(0x3d9));const _0x17bb57=_0x421cda['nFEdg'](require,_0x421cda[_0x346f24(0x340)]),_0x5daf68=_0x3b5b2c?await _0x17bb57[_0x346f24(0x266)](_0x3baa4f,_0x6aca42[_0x346f24(0x353)],_0x3b5b2c):await _0x17bb57[_0x346f24(0x266)](_0x3baa4f,_0x6aca42[_0x346f24(0x353)]);return _0x5daf68;}catch(_0xb4e541){return logger['error'](_0x346f24(0x341)+_0x331225+':\x20'+(_0xb4e541[_0x346f24(0x3b1)]||_0xb4e541[_0x346f24(0x363)])),null;}}async[a106_0x56793f(0x242)](_0x56636d,_0x41686b,_0x182440,_0x204fd0,_0x12ec29,_0x11abec='scan'){const _0x56949f=a106_0x56793f,_0x1e4ceb={'gEOpv':function(_0x5ea18a,_0x5a4c4f){return _0x5ea18a===_0x5a4c4f;},'brbZY':_0x56949f(0x322),'woaCj':function(_0xab91ae,_0x1e7dbb){return _0xab91ae(_0x1e7dbb);},'EmXEG':'../../playwright/accessibility-helper'};try{logger['debug']('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x182440+_0x56949f(0x30d)+_0x11abec+_0x56949f(0x391)+_0x12ec29);const _0x5f7ac8=this[_0x56949f(0x3ec)](_0x11abec);if(!_0x5f7ac8||!_0x5f7ac8[_0x56949f(0x353)]){logger[_0x56949f(0x37b)]('performScanForCli:\x20No\x20'+_0x11abec+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x12ec29){if(_0x56636d[BSTACK_SCAN_IN_PROGRESS]){logger[_0x56949f(0x37b)]('[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20'+_0x182440);return;}return await PerformanceTester[_0x56949f(0x1fb)](PerformanceA11yEvents[_0x56949f(0x3ac)],async()=>{const _0x573ae7=_0x56949f;let _0x428249=_0x5f7ac8['command'];_0x428249[_0x573ae7(0x3c3)]('%s')&&(_0x428249=_0x428249['replace']('%s',JSON[_0x573ae7(0x3e3)](_0x204fd0)));logger[_0x573ae7(0x37b)](_0x573ae7(0x406)+_0x182440),_0x56636d[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x4ee0e9=await _0x56636d['executeScript'](_0x428249);return logger[_0x573ae7(0x2be)](_0x573ae7(0x2e3)+_0x182440+':\x20'+util['format'](_0x4ee0e9)),_0x4ee0e9;}finally{_0x56636d[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x182440})();}if(_0x1e4ceb[_0x56949f(0x2d0)](_0x11abec,_0x1e4ceb[_0x56949f(0x244)])){const _0x54040f=_0x1e4ceb[_0x56949f(0x2d2)](require,_0x1e4ceb[_0x56949f(0x231)]),_0x2db493={};_0x2db493[_0x56949f(0x353)]=_0x182440;const _0x145040=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x56949f(0x3ac)],async()=>{return await _0x54040f['browserStackEvaluate'](_0x56636d,_0x5f7ac8['command'],_0x204fd0);},_0x2db493)();return logger[_0x56949f(0x2be)](_0x56949f(0x361)+_0x11abec+_0x56949f(0x2b5)+_0x182440+':\x20'+util[_0x56949f(0x203)](_0x145040)),_0x145040;}const _0x4510c8=_0x1e4ceb['woaCj'](require,_0x1e4ceb[_0x56949f(0x231)]),_0x2bc130=await PerformanceTester[_0x56949f(0x1fb)](PerformanceA11yEvents[_0x56949f(0x333)],async()=>{const _0x4286a4=_0x56949f;return await _0x4510c8[_0x4286a4(0x266)](_0x56636d,_0x5f7ac8[_0x4286a4(0x353)],_0x204fd0);})();return logger[_0x56949f(0x2be)](_0x56949f(0x361)+_0x11abec+_0x56949f(0x2b5)+_0x182440+':\x20'+util['format'](_0x2bc130)),_0x2bc130;}catch(_0x3423cf){logger['error'](_0x56949f(0x21c)+_0x11abec+':\x20'+(_0x3423cf[_0x56949f(0x3b1)]||_0x3423cf['message']));}}async['validatePlatformForAccessibility'](_0x4d92c7){const _0x5a74be=a106_0x56793f,_0x248e9e={'kgTHc':function(_0x52fcaa,_0x5e4c6d){return _0x52fcaa(_0x5e4c6d);},'ejBxV':_0x5a74be(0x293)};try{const _0x4357f7=_0x248e9e[_0x5a74be(0x3a2)](require,_0x248e9e[_0x5a74be(0x3d3)]);return await _0x4357f7[_0x5a74be(0x1e6)](_0x4d92c7);}catch(_0x19ceb4){return logger[_0x5a74be(0x200)](_0x5a74be(0x336)+(_0x19ceb4['stack']||_0x19ceb4[_0x5a74be(0x363)])),![];}}[a106_0x56793f(0x3f2)](_0x285a9d,_0x884f72,_0x19e702){const _0x225d8d=a106_0x56793f,_0x486334={'zGwis':function(_0x191eae,_0x4ed735){return _0x191eae(_0x4ed735);},'xryjg':_0x225d8d(0x2f7),'yTRzl':_0x225d8d(0x425),'ywGwO':_0x225d8d(0x3dc)};try{const _0x30c277=_0x486334[_0x225d8d(0x2c2)](require,_0x486334[_0x225d8d(0x1f4)]);_0x30c277[_0x225d8d(0x3f2)](_0x285a9d,_0x884f72,_0x19e702);const _0x13b37c=JSON[_0x225d8d(0x3e3)](_0x285a9d)[_0x225d8d(0x1e8)](/"browserstack\.user":"[^"]*"/g,_0x486334[_0x225d8d(0x257)])[_0x225d8d(0x1e8)](/"browserstack\.key":"[^"]*"/g,_0x486334[_0x225d8d(0x405)]);logger[_0x225d8d(0x37b)](_0x225d8d(0x29e)+global[_0x225d8d(0x1f9)]+'\x20'+_0x13b37c);}catch(_0x356192){logger[_0x225d8d(0x200)](_0x225d8d(0x3f3)+(_0x356192['stack']||_0x356192[_0x225d8d(0x363)]));}}async['_pollUntilNonEmpty']({fetchFn:_0x38b5b1,isNonEmpty:_0x32bc57,resultDetail:_0x1607b9,totalMs:_0x53a8e9,intervalMs:_0x405726,name:_0x411b68}){const _0x358b54=a106_0x56793f,_0x268e4c={'ukUhw':function(_0x5956e5,_0x2dbedc){return _0x5956e5+_0x2dbedc;},'WIFea':function(_0x363996,_0x4dae46){return _0x363996<_0x4dae46;},'zUWXH':function(_0xe67c2e){return _0xe67c2e();},'SjYFQ':function(_0x44efa0,_0x1838aa){return _0x44efa0(_0x1838aa);},'DefGK':function(_0x520331,_0x36e606){return _0x520331(_0x36e606);},'IOPhT':function(_0x47a90b,_0x1cbd74){return _0x47a90b>=_0x1cbd74;},'WDGCC':function(_0x4b2a09,_0x229f26){return _0x4b2a09+_0x229f26;},'gDeVQ':function(_0xdfe491,_0x4aebae){return _0xdfe491-_0x4aebae;}},_0x1746d7=Date[_0x358b54(0x424)](),_0x58c27c=_0x268e4c[_0x358b54(0x334)](_0x1746d7,_0x53a8e9);let _0x2100e6=0x0,_0x39cf9d=null,_0x5a9202=![];while(_0x268e4c[_0x358b54(0x1ed)](Date[_0x358b54(0x424)](),_0x58c27c)){_0x2100e6++,_0x39cf9d=await _0x268e4c[_0x358b54(0x1df)](_0x38b5b1),_0x5a9202=_0x268e4c[_0x358b54(0x376)](_0x32bc57,_0x39cf9d),logger[_0x358b54(0x37b)]('['+_0x411b68+_0x358b54(0x41a)+_0x2100e6+'\x20'+_0x268e4c['DefGK'](_0x1607b9,_0x39cf9d));if(_0x5a9202)break;if(_0x268e4c[_0x358b54(0x281)](_0x268e4c['WDGCC'](Date[_0x358b54(0x424)](),_0x405726),_0x58c27c))break;await new Promise(_0x3321b9=>setTimeout(_0x3321b9,_0x405726));}return!_0x5a9202&&logger[_0x358b54(0x292)]('['+_0x411b68+_0x358b54(0x380)+_0x2100e6+'x\x20over\x20'+_0x268e4c['gDeVQ'](Date[_0x358b54(0x424)](),_0x1746d7)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x268e4c['DefGK'](_0x1607b9,_0x39cf9d)+_0x358b54(0x34d)),_0x39cf9d;}async[a106_0x56793f(0x40e)](_0x3a8665,_0x2e3070){const _0x3c2924=a106_0x56793f,_0x478dd8={};_0x478dd8['RmzPK']='getResults',_0x478dd8[_0x3c2924(0x408)]=_0x3c2924(0x3d8),_0x478dd8[_0x3c2924(0x346)]=_0x3c2924(0x2cb),_0x478dd8['KAzVR']=_0x3c2924(0x318);const _0x2bbbcf=_0x478dd8;try{const _0x1536a7=process['env'][_0x3c2924(0x2bc)]||'';logger[_0x3c2924(0x2be)]('[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId='+_0x1536a7+',\x20testRunId='+_0x2e3070+_0x3c2924(0x26e)+_0x3a8665);const _0x108512=await GrpcClient[_0x3c2924(0x1f7)]()[_0x3c2924(0x3ea)](_0x1536a7,_0x2e3070,_0x3a8665,_0x2bbbcf[_0x3c2924(0x1e5)]);if(!_0x108512||!_0x108512[_0x3c2924(0x2e1)])return logger[_0x3c2924(0x292)](_0x2bbbcf[_0x3c2924(0x408)]),[];const _0x57c315=_0x108512[_0x3c2924(0x2e1)](),_0x55fc27=Buffer[_0x3c2924(0x3e5)](_0x57c315)[_0x3c2924(0x304)](_0x2bbbcf[_0x3c2924(0x346)])[_0x3c2924(0x33b)]();if(!_0x55fc27)return logger[_0x3c2924(0x292)](_0x2bbbcf[_0x3c2924(0x3a6)]),[];return JSON[_0x3c2924(0x201)](_0x55fc27);}catch(_0x2d8886){return logger[_0x3c2924(0x200)](_0x3c2924(0x332)+(_0x2d8886[_0x3c2924(0x3b1)]||_0x2d8886['message'])),[];}}async[a106_0x56793f(0x41b)](_0x365896,_0x265910){const _0xc6fcf0=a106_0x56793f,_0x5436ee={};_0x5436ee[_0xc6fcf0(0x211)]=_0xc6fcf0(0x2fd),_0x5436ee[_0xc6fcf0(0x37c)]=_0xc6fcf0(0x3b8),_0x5436ee['iumOI']=_0xc6fcf0(0x2cb),_0x5436ee[_0xc6fcf0(0x42b)]=_0xc6fcf0(0x2ac);const _0x4bc48f=_0x5436ee;try{const _0x9cd5cf=process[_0xc6fcf0(0x3ef)][_0xc6fcf0(0x2bc)]||'';logger['info'](_0xc6fcf0(0x2c6)+_0x9cd5cf+',\x20testRunId='+_0x265910+_0xc6fcf0(0x26e)+_0x365896);const _0x15b795=await GrpcClient[_0xc6fcf0(0x1f7)]()[_0xc6fcf0(0x3ea)](_0x9cd5cf,_0x265910,_0x365896,_0x4bc48f[_0xc6fcf0(0x211)]);if(!_0x15b795||!_0x15b795[_0xc6fcf0(0x2e1)])return logger[_0xc6fcf0(0x292)](_0x4bc48f[_0xc6fcf0(0x37c)]),{};const _0x506e5e=_0x15b795[_0xc6fcf0(0x2e1)](),_0x472be4=Buffer[_0xc6fcf0(0x3e5)](_0x506e5e)[_0xc6fcf0(0x304)](_0x4bc48f[_0xc6fcf0(0x219)])[_0xc6fcf0(0x33b)]();if(!_0x472be4)return logger[_0xc6fcf0(0x292)](_0x4bc48f['hahhD']),{};return JSON['parse'](_0x472be4);}catch(_0x2e788f){return logger[_0xc6fcf0(0x200)](_0xc6fcf0(0x3e1)+(_0x2e788f[_0xc6fcf0(0x3b1)]||_0x2e788f[_0xc6fcf0(0x363)])),{};}}async[a106_0x56793f(0x33e)](_0x15b5b9){const _0x5b1822=a106_0x56793f,_0x346b08={};_0x346b08['ttTxG']=_0x5b1822(0x35c),_0x346b08[_0x5b1822(0x3b5)]=function(_0xe13d90,_0x4adbc1){return _0xe13d90>_0x4adbc1;},_0x346b08[_0x5b1822(0x382)]=_0x5b1822(0x409);const _0x89eac6=_0x346b08;try{if(!this[_0x5b1822(0x247)]())return logger[_0x5b1822(0x292)](_0x89eac6[_0x5b1822(0x3bc)]),[];const _0x460c29=this[_0x5b1822(0x319)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x5b1822(0x343)]()}:{};_0x89eac6[_0x5b1822(0x3b5)](Object['keys'](_0x460c29)[_0x5b1822(0x236)],0x0)&&logger[_0x5b1822(0x37b)](_0x5b1822(0x323)+JSON[_0x5b1822(0x3e3)](_0x460c29));const _0x26d60c=await this['_pollUntilNonEmpty']({'fetchFn':()=>Object[_0x5b1822(0x22f)](_0x460c29)[_0x5b1822(0x236)]>0x0?this['executeScriptByName'](_0x15b5b9,_0x5b1822(0x32c),_0x460c29):this['executeScriptByName'](_0x15b5b9,_0x5b1822(0x32c)),'isNonEmpty':_0x4dd020=>Array['isArray'](_0x4dd020)&&_0x4dd020[_0x5b1822(0x236)]>0x0,'resultDetail':_0x415813=>_0x5b1822(0x283)+(Array['isArray'](_0x415813)?_0x415813[_0x5b1822(0x236)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x89eac6[_0x5b1822(0x382)]});return _0x26d60c||[];}catch(_0x6db6e4){return logger['error'](_0x5b1822(0x426)+(_0x6db6e4['stack']||_0x6db6e4[_0x5b1822(0x363)])),[];}}async['getAccessibilityResultsSummary'](_0x486a39){const _0x5eb8d3=a106_0x56793f,_0x3eb101={'DXCjh':function(_0x108dc9,_0x5ad43d,_0x57a273){return _0x108dc9(_0x5ad43d,_0x57a273);},'Cnbvm':_0x5eb8d3(0x322),'WzqVX':function(_0x27f684,_0x3f50da){return _0x27f684(_0x3f50da);},'dQpbp':_0x5eb8d3(0x2fd),'vTvaH':_0x5eb8d3(0x2b9),'HCPnC':function(_0x43101f,_0x717ff4){return _0x43101f(_0x717ff4);},'FfByK':_0x5eb8d3(0x23d),'soeTA':function(_0x584dfe,_0x381013){return _0x584dfe===_0x381013;},'cbspk':_0x5eb8d3(0x1e1),'lOkWg':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','wRDdG':_0x5eb8d3(0x2f4),'hhwCW':_0x5eb8d3(0x2c5),'YsJub':_0x5eb8d3(0x29d),'BfaGw':'test_run_id','ajkzF':_0x5eb8d3(0x3ee),'dNWeU':'SCAN_CAP_HIT','atHmD':_0x5eb8d3(0x35b),'zHOLB':_0x5eb8d3(0x335),'mapAf':_0x5eb8d3(0x286)};try{if(!this[_0x5eb8d3(0x247)]())return logger[_0x5eb8d3(0x292)](_0x3eb101[_0x5eb8d3(0x252)]),{};const _0x4f1454=_0x3eb101[_0x5eb8d3(0x2c8)](require,_0x3eb101[_0x5eb8d3(0x411)]),_0x23f82e=_0x4f1454[_0x5eb8d3(0x2b7)](),_0x3c2dbf=_0x3eb101[_0x5eb8d3(0x2cf)](_0x23f82e?.['name']?.[_0x5eb8d3(0x3a1)](),_0x3eb101[_0x5eb8d3(0x228)]);let _0x40c3fe='',_0x3d011d=null,_0x2cb7fc=null;if(_0x3c2dbf){_0x3d011d=global[_0x5eb8d3(0x3bb)]||global[_0x5eb8d3(0x385)]?.[_0x5eb8d3(0x273)]?.[_0x5eb8d3(0x3f5)]||global[_0x5eb8d3(0x385)]?.['currentTest']?.['id'];if(!_0x3d011d)return logger[_0x5eb8d3(0x292)](_0x3eb101['lOkWg']),{};try{const _0xcf8992=await GrpcClient[_0x5eb8d3(0x1f7)]()[_0x5eb8d3(0x223)](process['env'][_0x5eb8d3(0x2bc)],_0x3eb101[_0x5eb8d3(0x23c)],_0x3eb101[_0x5eb8d3(0x3a3)],_0x3d011d),_0x3dbad8=AccessibilityModule['loadDriverExecuteParams'](null,_0xcf8992);_0x40c3fe=_0x3dbad8?.['thTestRunUuid']||'',logger[_0x5eb8d3(0x37b)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x40c3fe+_0x5eb8d3(0x218)+_0x3d011d);const _0x3dedf9=await AccessibilityModule[_0x5eb8d3(0x3f7)](_0x3eb101[_0x5eb8d3(0x3a3)],_0x40c3fe,_0x3d011d),_0x580545=this[_0x5eb8d3(0x33c)](_0x3eb101[_0x5eb8d3(0x30e)])||this[_0x5eb8d3(0x1e0)][this[_0x5eb8d3(0x1e3)]]||null,_0xa19edc=process[_0x5eb8d3(0x3ef)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x39e5ed=this[_0x5eb8d3(0x24a)](_0x3eb101['YsJub'],_0x40c3fe,_0x580545,_0xa19edc);_0x2cb7fc=_0x4f1454['mergeObject'](_0x39e5ed,_0x3dedf9),logger[_0x5eb8d3(0x37b)](_0x5eb8d3(0x2b6)+JSON[_0x5eb8d3(0x3e3)](_0x2cb7fc));}catch(_0x140f53){return logger[_0x5eb8d3(0x200)](_0x5eb8d3(0x295)+_0x140f53[_0x5eb8d3(0x363)]),{};}}else{_0x40c3fe=this[_0x5eb8d3(0x33c)](_0x3eb101[_0x5eb8d3(0x3e4)])||'';!_0x40c3fe&&this[_0x5eb8d3(0x319)]()&&(_0x40c3fe=accessibilityHelper[_0x5eb8d3(0x343)]());const _0x1898bd=this[_0x5eb8d3(0x33c)](_0x3eb101['hhwCW'])||this[_0x5eb8d3(0x1e0)][this[_0x5eb8d3(0x1e3)]]||null,_0x239c46=process[_0x5eb8d3(0x3ef)][_0x5eb8d3(0x2c1)]||'';_0x2cb7fc=this[_0x5eb8d3(0x24a)](_0x3eb101[_0x5eb8d3(0x3b6)],_0x40c3fe,_0x1898bd,_0x239c46);}logger[_0x5eb8d3(0x37b)](_0x3eb101[_0x5eb8d3(0x364)]);const _0x352554=0x15f90,_0x2ca6d4=0x1388;try{await PerformanceTester[_0x5eb8d3(0x1fb)](PerformanceA11yEvents[_0x5eb8d3(0x3ac)],async()=>{const _0x43f5e5=_0x5eb8d3,_0x1a6a75={'VbYzw':function(_0x493abe,_0x4298fd,_0x4a84fd){const _0xf7c916=a106_0x317f;return _0x3eb101[_0xf7c916(0x32e)](_0x493abe,_0x4298fd,_0x4a84fd);}},_0x2fc568=this[_0x43f5e5(0x215)](_0x486a39,_0x3eb101[_0x43f5e5(0x357)],_0x2cb7fc);let _0x199e64;const _0x618081=new Promise((_0x2e7358,_0x29482f)=>{const _0x1741a3=_0x43f5e5;_0x199e64=_0x1a6a75[_0x1741a3(0x40d)](setTimeout,()=>_0x29482f(new Error(_0x1741a3(0x250)+_0x352554+'ms')),_0x352554);});try{const _0x19d9db=await Promise[_0x43f5e5(0x209)]([_0x2fc568,_0x618081]);logger['debug'](_0x43f5e5(0x259)+util[_0x43f5e5(0x203)](_0x19d9db));}finally{_0x3eb101[_0x43f5e5(0x26c)](clearTimeout,_0x199e64);}},{'command':_0x3eb101['YsJub']})();}catch(_0x43cf2e){logger[_0x5eb8d3(0x292)](_0x5eb8d3(0x429)+_0x43cf2e[_0x5eb8d3(0x363)]+_0x5eb8d3(0x32d)),global[_0x5eb8d3(0x298)]={'reason':_0x3eb101[_0x5eb8d3(0x3fa)],'at':Date[_0x5eb8d3(0x424)](),'where':_0x3eb101[_0x5eb8d3(0x3d2)]},await new Promise(_0xb4541a=>setTimeout(_0xb4541a,_0x2ca6d4)),logger[_0x5eb8d3(0x37b)](_0x5eb8d3(0x370)+_0x2ca6d4+_0x5eb8d3(0x337));}const _0x5da110=await this[_0x5eb8d3(0x3b2)]({'fetchFn':()=>PerformanceTester[_0x5eb8d3(0x1fb)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x4b9b21=_0x5eb8d3;return await this[_0x4b9b21(0x215)](_0x486a39,_0x3eb101[_0x4b9b21(0x3a3)],_0x2cb7fc);})(),'isNonEmpty':_0x42e3cb=>_0x42e3cb&&typeof _0x42e3cb['totalIssueCount']===_0x5eb8d3(0x416)&&_0x42e3cb[_0x5eb8d3(0x3eb)]>0x0,'resultDetail':_0x5c738b=>_0x5eb8d3(0x2f3)+(_0x5c738b&&typeof _0x5c738b[_0x5eb8d3(0x3eb)]===_0x5eb8d3(0x416)?_0x5c738b['totalIssueCount']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x3eb101['atHmD']});if(!_0x5da110)return logger[_0x5eb8d3(0x37b)](_0x3eb101[_0x5eb8d3(0x24b)]),{};return _0x3eb101[_0x5eb8d3(0x2cf)](typeof _0x5da110,_0x3eb101[_0x5eb8d3(0x28b)])&&global[_0x5eb8d3(0x298)]&&(_0x5da110['degraded']=!![],_0x5da110[_0x5eb8d3(0x3b7)]=global[_0x5eb8d3(0x298)]['reason']),_0x5da110;}catch(_0x33c36b){return logger[_0x5eb8d3(0x200)](_0x5eb8d3(0x328)+(_0x33c36b[_0x5eb8d3(0x3b1)]||_0x33c36b[_0x5eb8d3(0x363)])),{};}}async[a106_0x56793f(0x42a)](_0x3f45b8,_0x521618,_0x4cf1c8=null){const _0x51c81d=a106_0x56793f,_0x40a3f8={};_0x40a3f8[_0x51c81d(0x29c)]=_0x51c81d(0x224),_0x40a3f8[_0x51c81d(0x2c0)]=_0x51c81d(0x1f2),_0x40a3f8[_0x51c81d(0x439)]='Executing\x20accessibility\x20script\x20on\x20page';const _0x1662e3=_0x40a3f8;try{if(!_0x3f45b8)return logger[_0x51c81d(0x37b)](_0x1662e3['VgAta']),null;if(!_0x521618)return logger[_0x51c81d(0x37b)](_0x1662e3[_0x51c81d(0x2c0)]),null;logger[_0x51c81d(0x37b)](_0x1662e3[_0x51c81d(0x439)]);const _0x25e561=_0x4cf1c8?await _0x3f45b8[_0x51c81d(0x22d)](_0x521618,_0x4cf1c8):await _0x3f45b8[_0x51c81d(0x22d)](_0x521618);return _0x25e561;}catch(_0x1094ce){return logger[_0x51c81d(0x200)](_0x51c81d(0x210)+(_0x1094ce[_0x51c81d(0x3b1)]||_0x1094ce[_0x51c81d(0x363)])),null;}}static['loadDriverExecuteParams'](_0x5e990d,_0x4735d8){const _0x234719=a106_0x56793f,_0x267410={};_0x267410[_0x234719(0x427)]='utf-8';const _0x4deef6=_0x267410,_0x3f0b4e={};_0x3f0b4e[_0x234719(0x324)]=_0x5e990d;const _0x1a87f3=_0x3f0b4e;let _0x5915e4={};if(_0x4735d8[_0x234719(0x2de)]()&&_0x4735d8[_0x234719(0x253)]())try{_0x5915e4=JSON[_0x234719(0x201)](Buffer[_0x234719(0x3e5)](_0x4735d8[_0x234719(0x2d1)]())[_0x234719(0x304)](_0x4deef6['JrCfH']));}catch(_0x517576){logger[_0x234719(0x200)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x517576[_0x234719(0x363)]),_0x5915e4={};}return CLIUtils[_0x234719(0x3f9)](_0x1a87f3,_0x5915e4);}static async[a106_0x56793f(0x3f7)](_0x2bc9df,_0x1ea35f='',_0x4ae3eb=null){const _0x5eef82=a106_0x56793f,_0x5423d3={};_0x5423d3[_0x5eef82(0x264)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x5423d3[_0x5eef82(0x208)]='accessibility';const _0x5bf963=_0x5423d3;try{if(!_0x4ae3eb&&AccessibilityModule[_0x5eef82(0x217)])return AccessibilityModule[_0x5eef82(0x23f)];if(!process[_0x5eef82(0x3ef)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x5eef82(0x200)](_0x5bf963[_0x5eef82(0x264)]),{};const _0x34d6c1=await GrpcClient[_0x5eef82(0x1f7)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x5eef82(0x2bc)],_0x5bf963[_0x5eef82(0x208)],_0x2bc9df,_0x4ae3eb),_0x22d6b5=_0x4ae3eb?AccessibilityModule[_0x5eef82(0x272)](null,_0x34d6c1)?.[_0x5eef82(0x324)]||_0x1ea35f:_0x1ea35f,_0xffc866=AccessibilityModule[_0x5eef82(0x272)](_0x22d6b5,_0x34d6c1);return!_0x4ae3eb&&(AccessibilityModule['_centralAuthA11yConfig']=_0xffc866,AccessibilityModule[_0x5eef82(0x217)]=!![]),_0xffc866;}catch(_0x14a99d){return logger[_0x5eef82(0x200)](_0x5eef82(0x1dd)+_0x2bc9df+':\x20'+(_0x14a99d[_0x5eef82(0x3b1)]||_0x14a99d[_0x5eef82(0x363)])),{};}}};module['exports']=AccessibilityModule;
1
+ const a106_0x55ecea=a106_0x2ea3;(function(_0x4d8af8,_0x36b506){const _0x18749f=a106_0x2ea3,_0x2e860d=_0x4d8af8();while(!![]){try{const _0x544132=parseInt(_0x18749f(0x1cc))/0x1+parseInt(_0x18749f(0x24c))/0x2+-parseInt(_0x18749f(0x293))/0x3*(parseInt(_0x18749f(0x1c5))/0x4)+parseInt(_0x18749f(0x364))/0x5*(parseInt(_0x18749f(0x276))/0x6)+-parseInt(_0x18749f(0x1a6))/0x7*(parseInt(_0x18749f(0x3a8))/0x8)+parseInt(_0x18749f(0x217))/0x9+parseInt(_0x18749f(0x2cc))/0xa*(-parseInt(_0x18749f(0x3bb))/0xb);if(_0x544132===_0x36b506)break;else _0x2e860d['push'](_0x2e860d['shift']());}catch(_0x2e854a){_0x2e860d['push'](_0x2e860d['shift']());}}}(a106_0x1b11,0x6bd4a));const BaseModule=require(a106_0x55ecea(0x2e7)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a106_0x55ecea(0x2a5)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a106_0x55ecea(0x3a9)),AutomationFrameworkState=require(a106_0x55ecea(0x289)),HookState=require('../state/hookState'),GrpcClient=require(a106_0x55ecea(0x387)),scripts=require(a106_0x55ecea(0x22c)),logger=createClassLogger(a106_0x55ecea(0x34c)),PerformanceTester=require(a106_0x55ecea(0x288)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a106_0x55ecea(0x26a)),{nestedKeyValue,isUndefined}=require(a106_0x55ecea(0x322)),util=require(a106_0x55ecea(0x1e2)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a106_0x55ecea(0x20b)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper'),{FRAMEWORKS}=require('../../utils/constants.js');class AccessibilityModule extends BaseModule{static [a106_0x55ecea(0x2c5)]=AccessibilityModule[a106_0x55ecea(0x253)];static [a106_0x55ecea(0x314)]=![];static [a106_0x55ecea(0x34b)]={};constructor(_0x2f223c){const _0x2eddee=a106_0x55ecea,_0x1ae517={};_0x1ae517['qxyyH']=function(_0x3f407f,_0x3b81fa){return _0x3f407f===_0x3b81fa;},_0x1ae517['sFZcg']=_0x2eddee(0x3d1),_0x1ae517[_0x2eddee(0x31d)]=_0x2eddee(0x2a4),_0x1ae517['YtsJj']='DRIVER_HAS_URL',_0x1ae517[_0x2eddee(0x2c9)]='testhub_build_uuid';const _0x4bab3f=_0x1ae517;super(),AutomationFramework['registerObserver'](AutomationFrameworkState[_0x2eddee(0x298)],HookState[_0x2eddee(0x207)],this[_0x2eddee(0x1e7)]['bind'](this)),AutomationFramework[_0x2eddee(0x23f)](AutomationFrameworkState[_0x2eddee(0x38a)],HookState['POST'],this[_0x2eddee(0x1f9)]['bind'](this)),AutomationFramework[_0x2eddee(0x23f)](AutomationFrameworkState[_0x2eddee(0x36f)],HookState[_0x2eddee(0x207)],this[_0x2eddee(0x1d3)][_0x2eddee(0x2da)](this)),this[_0x2eddee(0x3bd)]=!![],this[_0x2eddee(0x3ae)]=_0x2f223c[_0x2eddee(0x318)](),this[_0x2eddee(0x380)]=new Map(),this['LOG_DISABLED_SHOWN']=new Map(),this[_0x2eddee(0x301)]=_0x2f223c[_0x2eddee(0x1c6)]?.()||![],this['capabilities']=[],this[_0x2eddee(0x2ff)]=![],this['_mobileScanningDisabledLogged']=![],this['setAccessibilityToken'](_0x2f223c['getOptions']()[_0x2eddee(0x271)]());const _0x4ebe34=CLIUtils[_0x2eddee(0x36b)]();_0x4ebe34&&_0x4bab3f[_0x2eddee(0x234)](_0x4ebe34[_0x2eddee(0x253)],FRAMEWORKS[_0x2eddee(0x338)])&&this[_0x2eddee(0x31b)](_0x2f223c[_0x2eddee(0x28c)]()),logger['debug'](_0x4bab3f['sFZcg']),this[_0x2eddee(0x279)]=_0x4bab3f['yanno'],this['KEY_DRIVER_HAS_URL']=_0x4bab3f[_0x2eddee(0x337)],this[_0x2eddee(0x2d0)]=_0x4bab3f[_0x2eddee(0x2c9)];}[a106_0x55ecea(0x3bd)](){const _0x57e924=a106_0x55ecea;return this[_0x57e924(0x3bd)];}[a106_0x55ecea(0x3c5)](){const _0x2d2a8c=a106_0x55ecea;return AccessibilityModule[_0x2d2a8c(0x2c5)];}[a106_0x55ecea(0x343)](){const _0x5e1163=a106_0x55ecea;return this[_0x5e1163(0x380)][_0x5e1163(0x3a3)](CLIUtils[_0x5e1163(0x36e)](),![]);}[a106_0x55ecea(0x1cb)](){const _0x2f5fae=a106_0x55ecea;return this['LOG_DISABLED_SHOWN']['get'](CLIUtils[_0x2f5fae(0x36e)](),![]);}[a106_0x55ecea(0x1cf)](_0x5eb771){const _0x5f4ce5=a106_0x55ecea;this[_0x5f4ce5(0x1e3)][_0x5f4ce5(0x21a)](CLIUtils['getCurrentInstanceName'](),_0x5eb771);}[a106_0x55ecea(0x18c)](){const _0x4987ff=a106_0x55ecea,_0x3969ab={'nycbU':_0x4987ff(0x3c0),'pvoho':function(_0x597d86,_0x2e429b){return _0x597d86(_0x2e429b);},'FKLef':_0x4987ff(0x191),'prgYk':_0x4987ff(0x1dd),'PPlxc':_0x4987ff(0x1ab)};if(this[_0x4987ff(0x2ff)]){logger[_0x4987ff(0x354)](_0x3969ab[_0x4987ff(0x260)]);return;}try{const _0x969959=_0x3969ab[_0x4987ff(0x31e)](require,_0x3969ab['FKLef']);_0x969959&&_0x969959[_0x4987ff(0x266)]?(_0x969959[_0x4987ff(0x266)](),this[_0x4987ff(0x2ff)]=!![],logger[_0x4987ff(0x354)](_0x3969ab['prgYk'])):logger[_0x4987ff(0x354)](_0x3969ab['PPlxc']);}catch(_0x266eb4){logger[_0x4987ff(0x354)](_0x4987ff(0x366)+util[_0x4987ff(0x1f6)](_0x266eb4));}}[a106_0x55ecea(0x346)](_0x3bb446=null,_0x2afa5d=null,_0x202551=null){const _0x4cf667=a106_0x55ecea,_0x4c634a={'Tddyb':function(_0x3e8739,_0x42d600){return _0x3e8739&&_0x42d600;},'vCEAR':_0x4cf667(0x352),'ClbPM':function(_0x423e32,_0x197d02){return _0x423e32(_0x197d02);},'nTDFu':_0x4cf667(0x322),'fLgkh':_0x4cf667(0x306),'BgPAK':_0x4cf667(0x2ce),'MVjbi':function(_0xd14225,_0x51586e){return _0xd14225===_0x51586e;},'ZBUGJ':_0x4cf667(0x2b4),'JRHwv':_0x4cf667(0x3d9),'mPjLT':function(_0x51ac13,_0x287f99){return _0x51ac13!==_0x287f99;},'UVqSa':function(_0x4f6673,_0x30ece9,_0x3d7378){return _0x4f6673(_0x30ece9,_0x3d7378);},'kZrdH':function(_0xee2775,_0xd0afb7){return _0xee2775(_0xd0afb7);},'mIxMl':function(_0x45f43f,_0x455e70){return _0x45f43f(_0x455e70);},'klmVR':function(_0x1dfa3f,_0x20d42f){return _0x1dfa3f<_0x20d42f;},'PxZeT':_0x4cf667(0x1df),'iXmGS':function(_0x204b18,_0x5f0d4a){return _0x204b18===_0x5f0d4a;},'GxcNN':_0x4cf667(0x2ab),'lHZHd':'string','yOJtm':_0x4cf667(0x21f),'hOOAB':_0x4cf667(0x3b0),'aXptc':_0x4cf667(0x2cd),'HPyqi':function(_0x2cdc30){return _0x2cdc30();},'zCvoD':_0x4cf667(0x356),'tVYnO':function(_0x5968ca,_0x2d42d2){return _0x5968ca(_0x2d42d2);},'vLpic':function(_0x402ecb,_0x4a2663){return _0x402ecb-_0x4a2663;},'vVISX':function(_0x54374f,_0x1413d5){return _0x54374f>_0x1413d5;},'fcjlS':function(_0xa18d26,_0x2838dc){return _0xa18d26(_0x2838dc);},'TJtix':_0x4cf667(0x23a)};try{if(_0x4c634a[_0x4cf667(0x330)](!_0x2afa5d,!_0x202551))return logger[_0x4cf667(0x354)](_0x4c634a[_0x4cf667(0x335)]),![];const {isUndefined:_0x2df6f3,isBrowserstackInfra:_0x50b070}=_0x4c634a[_0x4cf667(0x309)](require,_0x4c634a[_0x4cf667(0x34f)]);if(!accessibilityHelper[_0x4cf667(0x395)]())return logger[_0x4cf667(0x354)](_0x4c634a[_0x4cf667(0x2ca)]),![];if(this[_0x4cf667(0x301)]){const _0x110601=(_0x2afa5d[_0x4cf667(0x1d0)]||_0x2afa5d[_0x4c634a[_0x4cf667(0x257)]]||'')[_0x4cf667(0x377)]();if(_0x4c634a[_0x4cf667(0x38f)](_0x110601,_0x4c634a['ZBUGJ'])){const _0x4905fd=_0x2afa5d[_0x4c634a['JRHwv']]||_0x2afa5d[_0x4cf667(0x36d)];if(_0x4c634a[_0x4cf667(0x291)](_0x4905fd,undefined)&&_0x4c634a['mPjLT'](_0x4905fd,null)){const _0x22cd41=_0x4c634a[_0x4cf667(0x327)](parseInt,_0x4c634a['kZrdH'](String,_0x4905fd)['split']('.')[0x0],0xa);if(!_0x4c634a[_0x4cf667(0x388)](isNaN,_0x22cd41)&&_0x4c634a[_0x4cf667(0x2a1)](_0x22cd41,0xb))return logger[_0x4cf667(0x230)]('isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20'+_0x4905fd),![];}}return!![];}const _0xa74158=_0x2afa5d[_0x4cf667(0x2bb)]||_0x2afa5d['browser'],_0x86844b=_0x2afa5d[_0x4cf667(0x2ef)]||_0x2afa5d[_0x4cf667(0x3b5)];if(!accessibilityHelper[_0x4cf667(0x1b3)](_0xa74158))return logger[_0x4cf667(0x230)](_0x4c634a[_0x4cf667(0x3a7)]),![];if(accessibilityHelper[_0x4cf667(0x2df)](_0xa74158))try{const _0x3c271b=_0x2afa5d[_0x4cf667(0x32d)],_0x293f4d=_0x4c634a['MVjbi'](_0x3c271b,!![])||_0x4c634a['iXmGS'](_0x3c271b,_0x4c634a['GxcNN'])||_0x4c634a['iXmGS'](typeof _0x3c271b,_0x4c634a['lHZHd'])&&_0x4c634a['iXmGS'](_0x3c271b[_0x4cf667(0x377)](),_0x4c634a[_0x4cf667(0x282)]);if(_0x293f4d)return logger['warn'](_0x4c634a[_0x4cf667(0x1c8)]),![];const _0x30ac5f=_0x2afa5d?.[_0x4cf667(0x334)]?.['args']||_0x2afa5d?.[_0x4c634a[_0x4cf667(0x37f)]]?.[_0x4cf667(0x1f1)]||[];if(Array[_0x4cf667(0x1c4)](_0x30ac5f)&&_0x30ac5f[_0x4cf667(0x3dc)](_0x113904=>typeof _0x113904===_0x4cf667(0x249)&&(_0x113904===_0x4cf667(0x1f3)||_0x113904['startsWith'](_0x4cf667(0x3cd))&&_0x113904!=='--headless=new')))return logger[_0x4cf667(0x230)](_0x4c634a[_0x4cf667(0x1c8)]),![];}catch(_0x2b35d9){logger[_0x4cf667(0x354)](_0x4cf667(0x1d8)+util[_0x4cf667(0x1f6)](_0x2b35d9));}if(_0x4c634a['mPjLT'](_0x86844b,_0x4c634a[_0x4cf667(0x308)])){const _0x4cdcf4=_0x4c634a[_0x4cf667(0x381)](_0x50b070),_0x23dcac=accessibilityHelper['getMinVersionForBrowser'](_0xa74158,_0x4cdcf4),_0x295ef9=accessibilityHelper[_0x4cf667(0x22e)](_0xa74158);if(!accessibilityHelper[_0x4cf667(0x2dd)](_0x86844b,_0x23dcac)){const _0x2b9fdd=_0x4cdcf4?'':_0x4c634a['zCvoD'],_0xcc4246=Number[_0x4cf667(0x229)](_0x4c634a[_0x4cf667(0x190)](parseFloat,_0x23dcac))?_0x4c634a[_0x4cf667(0x39e)](_0x4c634a[_0x4cf667(0x309)](parseFloat,_0x23dcac),0x1):_0x23dcac;return logger[_0x4cf667(0x230)](_0x4cf667(0x1aa)+_0x295ef9+_0x4cf667(0x2ee)+_0xcc4246+'\x20'+_0x2b9fdd+'.'),![];}}else{const _0x6dfedc=_0x2afa5d['browserVersion']||_0x2afa5d[_0x4cf667(0x3b5)]||_0x2afa5d[_0x4cf667(0x280)];if(_0x6dfedc&&_0x4c634a[_0x4cf667(0x291)](_0x6dfedc,_0x4c634a['aXptc'])&&!_0x4c634a[_0x4cf667(0x267)](_0x4c634a[_0x4cf667(0x388)](parseFloat,_0x6dfedc),_0x4c634a[_0x4cf667(0x1fd)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x4cf667(0x230)](_0x4c634a[_0x4cf667(0x390)]),![];}return!![];}catch(_0x72b7ba){return logger[_0x4cf667(0x354)](_0x4cf667(0x3c9)+_0x72b7ba[_0x4cf667(0x374)]),![];}}[a106_0x55ecea(0x350)](_0x8b4633=[],_0x7b9e53,_0x3fc905=a106_0x55ecea(0x3a4)){const _0x28c5bb=a106_0x55ecea,_0x47f5d1={'EyDeZ':function(_0x20bfd1,_0x3c2587){return _0x20bfd1===_0x3c2587;},'DXkvw':'jest','ZPPvO':function(_0x410c5d,_0x1b0b57){return _0x410c5d||_0x1b0b57;},'ObVvv':function(_0x5314dc,_0x4b58ac){return _0x5314dc===_0x4b58ac;},'bRDrn':function(_0x51208e,_0x4e27ba){return _0x51208e&&_0x4e27ba;},'cwCBm':'unknown','wtHRG':function(_0x44aeb6,_0xd70bd7){return _0x44aeb6===_0xd70bd7;},'IfOHT':function(_0x1e58fb,_0x29aa08){return _0x1e58fb(_0x29aa08);},'QJFup':function(_0x4f5485,_0xbdaa0d){return _0x4f5485>_0xbdaa0d;},'dolUc':function(_0x4c6be9,_0x5e57b6){return _0x4c6be9&&_0x5e57b6;}};try{const _0x21df82=process['env'][_0x28c5bb(0x1e8)]?JSON[_0x28c5bb(0x33c)](process[_0x28c5bb(0x1a1)][_0x28c5bb(0x1e8)]):null;if(!_0x21df82)return!![];const _0x45377f=Array[_0x28c5bb(0x1c4)](_0x21df82[_0x28c5bb(0x29e)])?_0x21df82[_0x28c5bb(0x29e)]:[],_0x277595=Array['isArray'](_0x21df82['excludeTagsInTestingScope'])?_0x21df82[_0x28c5bb(0x19d)]:[];if(_0x47f5d1[_0x28c5bb(0x231)](_0x3fc905,_0x47f5d1[_0x28c5bb(0x3ba)])||_0x47f5d1[_0x28c5bb(0x231)](_0x3fc905,FRAMEWORKS['NODE_GENERIC'])){let _0x5d9d00;Array[_0x28c5bb(0x1c4)](_0x8b4633)?_0x5d9d00=_0x8b4633[_0x28c5bb(0x23c)]('\x20'):_0x5d9d00=_0x47f5d1[_0x28c5bb(0x23e)](_0x8b4633,'');const _0x2a2828=_0x3b68c7=>_0x3fc905===FRAMEWORKS[_0x28c5bb(0x338)]&&typeof _0x3b68c7==='string'?_0x3b68c7[_0x28c5bb(0x3a6)](/^@/,'')[_0x28c5bb(0x377)]()[_0x28c5bb(0x2c3)]():_0x3b68c7,_0x44979f=_0x47f5d1[_0x28c5bb(0x1d2)](_0x3fc905,FRAMEWORKS[_0x28c5bb(0x338)])?_0x5d9d00[_0x28c5bb(0x377)]():_0x5d9d00,_0x3ff86e=_0x277595[_0x28c5bb(0x3dc)](_0x1d527d=>_0x44979f[_0x28c5bb(0x2d7)](_0x2a2828(_0x1d527d))),_0x253254=_0x47f5d1[_0x28c5bb(0x231)](_0x45377f['length'],0x0)||_0x45377f[_0x28c5bb(0x3dc)](_0x2e6ff9=>_0x44979f['includes'](_0x2a2828(_0x2e6ff9))),_0x591276=_0x47f5d1[_0x28c5bb(0x319)](!_0x3ff86e,_0x253254);return logger[_0x28c5bb(0x354)]('[platform\x20-\x20'+(_0x7b9e53?.[_0x28c5bb(0x1b9)]?.()||_0x47f5d1[_0x28c5bb(0x1b6)])+_0x28c5bb(0x2bc)+_0x3fc905+_0x28c5bb(0x28e)+_0x591276+_0x28c5bb(0x2b6)+_0x5d9d00+',\x20includeTags='+JSON[_0x28c5bb(0x33e)](_0x45377f)+_0x28c5bb(0x373)+JSON['stringify'](_0x277595)),_0x591276;}const _0x119efb=Array['isArray'](_0x8b4633)?_0x8b4633:[];let _0x53d87b=![],_0x2d66cd=_0x47f5d1[_0x28c5bb(0x361)](_0x45377f[_0x28c5bb(0x1ad)],0x0);const _0x525029=_0x75ed38=>typeof _0x75ed38===_0x28c5bb(0x249)?_0x75ed38[_0x28c5bb(0x3a6)](/^@/,'')[_0x28c5bb(0x377)]()['trim']():_0x75ed38,_0x1d375e=new Set(_0x45377f[_0x28c5bb(0x226)](_0x525029)),_0x261795=new Set(_0x277595[_0x28c5bb(0x226)](_0x525029));for(const _0x1cbb18 of _0x119efb){const _0x2c1486=_0x47f5d1[_0x28c5bb(0x3df)](_0x525029,_0x1cbb18);_0x261795['has'](_0x2c1486)&&(_0x53d87b=!![]),_0x47f5d1['QJFup'](_0x1d375e[_0x28c5bb(0x261)],0x0)&&_0x1d375e['has'](_0x2c1486)&&(_0x2d66cd=!![]);}const _0x4ff031=_0x47f5d1[_0x28c5bb(0x18b)](_0x2d66cd,!_0x53d87b);return logger[_0x28c5bb(0x354)](_0x28c5bb(0x1a9)+(_0x7b9e53?.[_0x28c5bb(0x1b9)]?.()||_0x47f5d1['cwCBm'])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x4ff031+_0x28c5bb(0x244)+JSON[_0x28c5bb(0x33e)](_0x119efb)+_0x28c5bb(0x21c)+JSON[_0x28c5bb(0x33e)](_0x45377f)+',\x20excludeTags='+JSON['stringify'](_0x277595)),_0x4ff031;}catch(_0xf39ae0){return logger[_0x28c5bb(0x354)](_0x28c5bb(0x1a9)+(_0x7b9e53?.['getPlatformIndex']?.()||_0x47f5d1[_0x28c5bb(0x1b6)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0xf39ae0[_0x28c5bb(0x374)]),![];}}async['onBeforeTest'](_0x177935){const _0x324d82=a106_0x55ecea,_0x32a0cb={};_0x32a0cb[_0x324d82(0x1d5)]=function(_0x363aab,_0x3b2160){return _0x363aab!==_0x3b2160;},_0x32a0cb[_0x324d82(0x218)]=_0x324d82(0x3a4),_0x32a0cb[_0x324d82(0x1b1)]='jest',_0x32a0cb[_0x324d82(0x204)]='testcafe',_0x32a0cb[_0x324d82(0x2e1)]=function(_0x181172,_0xcc3e27){return _0x181172!==_0xcc3e27;},_0x32a0cb['XVNdS']=function(_0x55b559,_0x18c8dd){return _0x55b559===_0x18c8dd;},_0x32a0cb[_0x324d82(0x1a4)]=_0x324d82(0x2ab),_0x32a0cb['lHVKH']=function(_0x515cd3,_0x36cc45){return _0x515cd3===_0x36cc45;},_0x32a0cb['EVEsZ']=function(_0x4b9334,_0x194c3f){return _0x4b9334&&_0x194c3f;},_0x32a0cb['YoktC']=_0x324d82(0x2bf),_0x32a0cb[_0x324d82(0x25a)]=_0x324d82(0x227),_0x32a0cb[_0x324d82(0x1bf)]=_0x324d82(0x37c),_0x32a0cb[_0x324d82(0x254)]=_0x324d82(0x26f),_0x32a0cb['Yibop']=function(_0x35c37d,_0x2f90af){return _0x35c37d===_0x2f90af;},_0x32a0cb[_0x324d82(0x2d2)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x32a0cb['dHNTv']=_0x324d82(0x32b),_0x32a0cb[_0x324d82(0x27c)]=function(_0x1604ea,_0x17d807){return _0x1604ea>_0x17d807;},_0x32a0cb['MBCKl']=_0x324d82(0x375),_0x32a0cb[_0x324d82(0x316)]=_0x324d82(0x311),_0x32a0cb['nyrbW']=function(_0x1fcfa1,_0x2b1f2d){return _0x1fcfa1&&_0x2b1f2d;},_0x32a0cb['wtoTl']='unknown';const _0x45d5ad=_0x32a0cb;if(_0x45d5ad[_0x324d82(0x1d5)](_0x177935[_0x324d82(0x250)],_0x45d5ad[_0x324d82(0x218)])&&_0x45d5ad['hNcqJ'](_0x177935[_0x324d82(0x250)],_0x45d5ad['ZQbOP'])&&_0x45d5ad[_0x324d82(0x1d5)](_0x177935[_0x324d82(0x250)],_0x45d5ad[_0x324d82(0x204)])&&_0x45d5ad[_0x324d82(0x2e1)](_0x177935['testFramework'],FRAMEWORKS[_0x324d82(0x338)])){logger[_0x324d82(0x354)](_0x324d82(0x391)+_0x177935['testFramework']+')');return;}try{const _0x314e12=AutomationFramework[_0x324d82(0x24d)](),_0x2e5003=TestFramework[_0x324d82(0x24d)](),_0xc86ec8=_0x177935[_0x324d82(0x341)]||global[_0x324d82(0x368)]?.[_0x324d82(0x3db)]||null;if(_0x45d5ad[_0x324d82(0x303)](_0x177935['testFramework'],_0x45d5ad[_0x324d82(0x204)])){const _0x3c7ca0=_0x177935[_0x324d82(0x2d9)]||_0x314e12&&_0x314e12[_0x324d82(0x186)]&&_0x314e12[_0x324d82(0x186)]()||_0x314e12&&_0x314e12[_0x324d82(0x263)]&&_0x314e12[_0x324d82(0x263)]()||{},_0x24689f=_0x177935[_0x324d82(0x2b3)]||null,_0x34ec62=this[_0x324d82(0x346)](_0x314e12,_0x3c7ca0,_0x24689f),_0x1aabb6=CLIUtils[_0x324d82(0x36e)]();this[_0x324d82(0x380)][_0x324d82(0x21a)](_0x1aabb6,_0x34ec62);global[_0x324d82(0x27f)]?.['getContext']&&global[_0x324d82(0x27f)][_0x324d82(0x1b8)]()['setShouldScan'](_0x34ec62);_0x34ec62?(global['accessibilityPlatform']=!![],process[_0x324d82(0x1a1)][_0x324d82(0x219)]=_0x45d5ad['rLmXb']):global[_0x324d82(0x28b)]=![];logger[_0x324d82(0x354)]('[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported='+_0x34ec62);return;}if(_0x45d5ad[_0x324d82(0x39c)](_0x177935['testFramework'],FRAMEWORKS[_0x324d82(0x338)])){const _0x36a6ff=_0x177935[_0x324d82(0x1ac)]||{},_0x53892b=_0x36a6ff[TestFrameworkConstants[_0x324d82(0x215)]],_0x7f6762=_0x36a6ff[TestFrameworkConstants[_0x324d82(0x2eb)]]||'',_0x4aa2ab=(Array['isArray'](_0x53892b)?_0x53892b[_0x324d82(0x25c)](_0x7f6762)['join']('\x20'):_0x7f6762)['trim'](),_0x5545e2=_0x177935['platformCaps']||_0x314e12&&_0x314e12[_0x324d82(0x186)]&&_0x314e12[_0x324d82(0x186)]()||_0x314e12&&_0x314e12[_0x324d82(0x263)]&&_0x314e12[_0x324d82(0x263)]()||{},_0xec6ca7=this[_0x324d82(0x346)](_0x314e12,_0x5545e2,_0x177935[_0x324d82(0x2b3)]||null),_0x15aadd=this[_0x324d82(0x350)](_0x4aa2ab,_0x314e12,FRAMEWORKS[_0x324d82(0x338)]),_0x35e25d=_0x45d5ad['EVEsZ'](_0xec6ca7,_0x15aadd),_0x5f20d7=CLIUtils[_0x324d82(0x36e)]();this[_0x324d82(0x380)][_0x324d82(0x21a)](_0x5f20d7,_0x35e25d);global[_0x324d82(0x27f)]?.['getContext']&&global['Context'][_0x324d82(0x1b8)]()[_0x324d82(0x1f5)](_0x35e25d);_0x35e25d?(global[_0x324d82(0x28b)]=!![],process[_0x324d82(0x1a1)][_0x324d82(0x219)]=_0x45d5ad[_0x324d82(0x1a4)],this['applySendMessageToServerPatch']()):global[_0x324d82(0x28b)]=![];_0x2e5003&&_0x2e5003['updateData'](_0x45d5ad[_0x324d82(0x333)],!![]);logger['debug'](_0x324d82(0x1c7)+_0xec6ca7+_0x324d82(0x3a1)+_0x15aadd+_0x324d82(0x2b6)+_0x4aa2ab);return;}if(!_0xc86ec8){_0x2e5003&&_0x2e5003[_0x324d82(0x2fb)](_0x45d5ad[_0x324d82(0x333)],!![]);logger[_0x324d82(0x354)](_0x45d5ad['Cthrv']);return;}logger[_0x324d82(0x354)](_0x45d5ad[_0x324d82(0x1bf)]);const _0x4c7117=_0x2e5003?.['getData'](_0x45d5ad[_0x324d82(0x254)],![]),_0x3b00a6=_0x2e5003?.['getData'](_0x45d5ad[_0x324d82(0x333)],![]);if(_0x45d5ad[_0x324d82(0x39c)](_0x4c7117,![])&&_0x45d5ad[_0x324d82(0x2b7)](_0x3b00a6,![])){_0x2e5003&&_0x2e5003['updateData'](_0x45d5ad[_0x324d82(0x254)],!![]);logger['debug'](_0x45d5ad[_0x324d82(0x2d2)]);return;}_0x2e5003&&_0x2e5003[_0x324d82(0x2fb)](_0x45d5ad[_0x324d82(0x333)],!![]);let _0x57d4d0,_0x2d2cad;const _0x93dc15=_0x177935['testFramework']||_0x45d5ad[_0x324d82(0x218)];if(_0x45d5ad[_0x324d82(0x303)](_0x93dc15,_0x45d5ad[_0x324d82(0x1b1)])){_0x2d2cad=_0x177935['testInfo']?.[_0x324d82(0x3b7)]||_0x177935[_0x324d82(0x2b9)]?.['id']||global[_0x324d82(0x1f7)]||global[_0x324d82(0x368)]?.['currentTest']?.[_0x324d82(0x3b7)]||global[_0x324d82(0x368)]?.[_0x324d82(0x1bd)]?.['id'];const _0x5bde8b=_0x2e5003?.[_0x324d82(0x342)]()?.[_0x324d82(0x3a3)](_0x2d2cad);if(_0x5bde8b&&_0x5bde8b[TestFrameworkConstants['KEY_TEST_NAME']])_0x57d4d0=_0x5bde8b[TestFrameworkConstants[_0x324d82(0x2eb)]];else{if(_0x177935[_0x324d82(0x2b9)]?.[_0x324d82(0x386)])_0x57d4d0=_0x177935[_0x324d82(0x2b9)][_0x324d82(0x386)];else global[_0x324d82(0x368)]?.['currentTest']?.[_0x324d82(0x2b9)]?.[_0x324d82(0x386)]?_0x57d4d0=global[_0x324d82(0x368)][_0x324d82(0x1bd)][_0x324d82(0x2b9)][_0x324d82(0x386)]:_0x57d4d0=_0x45d5ad[_0x324d82(0x211)];}logger[_0x324d82(0x354)](_0x324d82(0x1c3)+_0x2d2cad+_0x324d82(0x2b6)+JSON['stringify'](_0x57d4d0));}else{_0x2d2cad=this[_0x324d82(0x18e)](_0x177935);const _0x176456=TestInfo[_0x324d82(0x22d)](_0x2d2cad);let _0x33b1fc=[];if(_0x176456&&Array[_0x324d82(0x1c4)](_0x176456[_0x324d82(0x311)])&&_0x45d5ad[_0x324d82(0x27c)](_0x176456[_0x324d82(0x311)][_0x324d82(0x1ad)],0x0))_0x33b1fc=_0x176456[_0x324d82(0x311)];else{if(_0x2e5003){const _0x4e163c=_0x45d5ad['XVNdS'](typeof _0x2e5003[_0x324d82(0x19a)],_0x45d5ad[_0x324d82(0x332)])?_0x2e5003[_0x324d82(0x19a)](_0x45d5ad[_0x324d82(0x316)],[]):_0x2e5003[_0x324d82(0x311)]||[];Array[_0x324d82(0x1c4)](_0x4e163c)&&(_0x33b1fc=_0x4e163c);}}_0x57d4d0=_0x33b1fc;}logger[_0x324d82(0x224)](_0x324d82(0x3ad)+JSON[_0x324d82(0x33e)](_0x57d4d0));const _0x10523a=this[_0x324d82(0x346)](_0x314e12,_0x177935[_0x324d82(0x2d9)],_0x177935['launchCaps']);logger[_0x324d82(0x354)](_0x324d82(0x2ea)+_0x10523a+_0x324d82(0x26c)+this[_0x324d82(0x301)]);const _0x274be6=this[_0x324d82(0x350)](_0x57d4d0,_0x314e12,_0x93dc15),_0x1f4c34=_0x45d5ad[_0x324d82(0x1bb)](_0x10523a,_0x274be6),_0x5d4bfe=CLIUtils[_0x324d82(0x36e)]();this['accessibility'][_0x324d82(0x21a)](_0x5d4bfe,_0x1f4c34),global[_0x324d82(0x27f)]?.[_0x324d82(0x1b8)]&&global['Context'][_0x324d82(0x1b8)]()[_0x324d82(0x1f5)](_0x1f4c34),logger['debug'](_0x324d82(0x1a9)+(_0x314e12?.[_0x324d82(0x1b9)]?.()||_0x45d5ad[_0x324d82(0x238)])+_0x324d82(0x31a)+_0x1f4c34),_0x1f4c34?(global['accessibilityPlatform']=!![],process[_0x324d82(0x1a1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x45d5ad['rLmXb'],this[_0x324d82(0x18c)]()):global[_0x324d82(0x28b)]=![];}catch(_0x1575b9){logger[_0x324d82(0x19b)](_0x324d82(0x1d6)+(_0x1575b9['stack']||_0x1575b9[_0x324d82(0x374)]));const _0x274159=CLIUtils[_0x324d82(0x36e)]();this['accessibility']['set'](_0x274159,![]),global['accessibilityPlatform']=![];}}['getGoogleChromeOptions'](){const _0x10efe0=a106_0x55ecea;return this['capabilities'][_0x10efe0(0x3a2)](_0x2a6756=>_0x2a6756[_0x10efe0(0x232)]()===_0x10efe0(0x3b0))?.[_0x10efe0(0x3d6)]()||'';}['getCapabilityValue'](_0x2f3c77){const _0x1d5bfe=a106_0x55ecea;try{const _0x1f4eae=this['accessibilityConfig']?.[_0x1d5bfe(0x38c)]?.[_0x1d5bfe(0x245)]||[],_0xb2d94a=_0x1f4eae['find'](_0x3f7025=>_0x3f7025[_0x1d5bfe(0x253)]===_0x2f3c77);return _0xb2d94a?_0xb2d94a['value']:null;}catch(_0x4fdf7a){return logger[_0x1d5bfe(0x354)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x2f3c77+':\x20'+_0x4fdf7a[_0x1d5bfe(0x374)]),null;}}async[a106_0x55ecea(0x270)](_0x49f1d2,_0x28ea1a){const _0x1c1a5c=a106_0x55ecea,_0x4e8408=_0x49f1d2[_0x1c1a5c(0x1fc)]()[_0x1c1a5c(0x28c)]();this[_0x1c1a5c(0x31b)](_0x4e8408),this[_0x1c1a5c(0x237)]=_0x4e8408[_0x1c1a5c(0x271)](),await this[_0x1c1a5c(0x1dc)](this['capabilities'],_0x28ea1a[_0x1c1a5c(0x2b3)]);}[a106_0x55ecea(0x31b)](_0x5f0d1c){const _0x3b1008=a106_0x55ecea,_0x228458={};_0x228458[_0x3b1008(0x358)]=function(_0x33ca9c,_0xd35b67){return _0x33ca9c>_0xd35b67;},_0x228458[_0x3b1008(0x385)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json',_0x228458[_0x3b1008(0x2a2)]=_0x3b1008(0x331);const _0x434eae=_0x228458;try{const _0x5cfe8f=_0x5f0d1c[_0x3b1008(0x360)](),_0x4e7bd5=_0x5f0d1c['getCommandsToWrap']()?.[_0x3b1008(0x192)]();_0x5cfe8f&&_0x434eae[_0x3b1008(0x358)](_0x5cfe8f[_0x3b1008(0x1ad)],0x0)?(scripts['parseFromProto'](_0x5cfe8f,_0x4e7bd5),scripts[_0x3b1008(0x35e)](),logger['debug'](_0x434eae['uiayX'])):logger[_0x3b1008(0x354)](_0x434eae[_0x3b1008(0x2a2)]);}catch(_0x79d217){logger['debug']('[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20'+_0x79d217[_0x3b1008(0x374)]);}}async[a106_0x55ecea(0x1dc)](_0x336741,_0x2599c9={}){const _0x4a18d1=a106_0x55ecea,_0x10d964={'MNsVG':_0x4a18d1(0x2ad),'pDZDn':_0x4a18d1(0x1f0),'bobuq':function(_0x309124,_0x5899d1){return _0x309124===_0x5899d1;},'zhAGm':_0x4a18d1(0x22f),'WWPxN':function(_0x343884,_0x1a8379){return _0x343884(_0x1a8379);},'OhoDX':_0x4a18d1(0x313),'ZfWdr':_0x4a18d1(0x28f),'ZeIMN':'hex','AcJlQ':function(_0x2e20a1,_0x1e4126){return _0x2e20a1||_0x1e4126;},'chBJP':_0x4a18d1(0x247),'VYxWT':function(_0x347514,_0x5061b9){return _0x347514(_0x5061b9);},'QGeqw':_0x4a18d1(0x193),'ENxug':_0x4a18d1(0x322),'PEmRi':function(_0x2544e0,_0x37509b){return _0x2544e0(_0x37509b);},'asJTy':function(_0x755f06,_0x5103da){return _0x755f06===_0x5103da;},'jeMjY':'wcagVersion','pkxin':_0x4a18d1(0x209),'nfDnh':_0x4a18d1(0x35a),'Ycjtj':'browserstack.accessibilityOptions.scannerVersion','rzxsp':'scannerProcessingTimeout','HPjSu':_0x4a18d1(0x3c8),'FfWYz':_0x4a18d1(0x2d1),'snTLB':function(_0xde7915,_0x4cd2c7){return _0xde7915(_0x4cd2c7);},'FNRUi':function(_0x581e87,_0x11018c){return _0x581e87===_0x11018c;},'ZYYIh':function(_0x38b2a7,_0x7238a3){return _0x38b2a7===_0x7238a3;},'rRgzz':_0x4a18d1(0x2ab)};global[_0x4a18d1(0x256)]=global[_0x4a18d1(0x256)]||{};const _0x2ee608=Array[_0x4a18d1(0x1c4)](_0x336741)?_0x336741[_0x4a18d1(0x1ad)]:_0x10d964[_0x4a18d1(0x351)];logger[_0x4a18d1(0x354)](_0x4a18d1(0x1b5)+_0x2ee608+_0x4a18d1(0x3cf)+(process[_0x4a18d1(0x1a1)][_0x4a18d1(0x1fa)]||_0x10d964['pDZDn'])+_0x4a18d1(0x312)+process[_0x4a18d1(0x305)]);for(const _0x1f2a9b of _0x336741){logger['debug'](_0x4a18d1(0x28a)+_0x1f2a9b['getName']());if(_0x10d964[_0x4a18d1(0x3c2)](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964['zhAGm'])){const _0x54c8f8=_0x1f2a9b['getValue'](),_0x4f8911=_0x54c8f8?_0x10d964[_0x4a18d1(0x369)](require,_0x10d964[_0x4a18d1(0x328)])[_0x4a18d1(0x37d)](_0x10d964[_0x4a18d1(0x349)])[_0x4a18d1(0x281)](_0x54c8f8)[_0x4a18d1(0x203)](_0x10d964[_0x4a18d1(0x1a5)])[_0x4a18d1(0x284)](0x0,0x8):'';logger['info']('[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len='+_0x10d964[_0x4a18d1(0x206)](_0x54c8f8,'')[_0x4a18d1(0x1ad)]+_0x4a18d1(0x21e)+_0x4f8911+_0x4a18d1(0x3cf)+(process[_0x4a18d1(0x1a1)][_0x4a18d1(0x1fa)]||_0x10d964[_0x4a18d1(0x389)])+'\x22\x20pid='+process[_0x4a18d1(0x305)]),process[_0x4a18d1(0x1a1)]['BS_A11Y_JWT']=_0x54c8f8,global[_0x4a18d1(0x256)][_0x10d964[_0x4a18d1(0x24a)]]=_0x54c8f8;const _0x43e4f4=_0x10d964[_0x4a18d1(0x2db)](require,_0x10d964['QGeqw']),{isTrue:_0x1682a6}=_0x10d964[_0x4a18d1(0x2db)](require,_0x10d964[_0x4a18d1(0x2f1)]),_0xe8097f=_0x43e4f4[_0x4a18d1(0x2e3)](_0x54c8f8);_0xe8097f&&_0x10d964[_0x4a18d1(0x320)](_0x1682a6,_0xe8097f[_0x4a18d1(0x19f)])&&(process[_0x4a18d1(0x1a1)][_0x4a18d1(0x1ae)]=!![]);}else{if(_0x10d964['asJTy'](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964[_0x4a18d1(0x1bc)]))global[_0x4a18d1(0x256)][_0x10d964[_0x4a18d1(0x3b3)]]=_0x1f2a9b[_0x4a18d1(0x3d6)]();else{if(_0x10d964[_0x4a18d1(0x3c2)](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964[_0x4a18d1(0x19c)]))global[_0x4a18d1(0x256)][_0x10d964[_0x4a18d1(0x39f)]]=_0x1f2a9b[_0x4a18d1(0x3d6)]();else{if(_0x10d964[_0x4a18d1(0x3c2)](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964[_0x4a18d1(0x23b)]))global[_0x4a18d1(0x256)][_0x10d964['HPjSu']]=_0x1f2a9b[_0x4a18d1(0x3d6)]();else{if(_0x10d964[_0x4a18d1(0x290)](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964[_0x4a18d1(0x2af)])){const _0x3f3070=_0x1f2a9b['getValue']();process['env']['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x10d964['snTLB'](String,_0x10d964[_0x4a18d1(0x304)](_0x3f3070,!![])||_0x10d964[_0x4a18d1(0x3cc)](_0x3f3070,_0x10d964[_0x4a18d1(0x1e4)])),logger[_0x4a18d1(0x354)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x3f3070+_0x4a18d1(0x26e)+process[_0x4a18d1(0x1a1)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']);}}}}}}}async[a106_0x55ecea(0x1d3)](_0x5a439a){const _0x19576c=a106_0x55ecea,_0x4e9899={};_0x4e9899[_0x19576c(0x3b1)]=function(_0x1fe0b9,_0x1605f8){return _0x1fe0b9!==_0x1605f8;},_0x4e9899['lFHOd']=_0x19576c(0x3a4),_0x4e9899[_0x19576c(0x382)]=_0x19576c(0x3d8),_0x4e9899[_0x19576c(0x370)]=_0x19576c(0x367),_0x4e9899[_0x19576c(0x326)]=_0x19576c(0x33f);const _0x531c04=_0x4e9899;if(_0x531c04['HMJrV'](_0x5a439a[_0x19576c(0x250)],_0x531c04[_0x19576c(0x2a9)])&&_0x531c04[_0x19576c(0x3b1)](_0x5a439a[_0x19576c(0x250)],_0x531c04[_0x19576c(0x382)])&&_0x531c04[_0x19576c(0x3b1)](_0x5a439a[_0x19576c(0x250)],_0x531c04[_0x19576c(0x370)])&&_0x531c04[_0x19576c(0x3b1)](_0x5a439a['testFramework'],FRAMEWORKS[_0x19576c(0x338)])){logger[_0x19576c(0x354)](_0x19576c(0x1b7)+_0x5a439a['testFramework']+')');return;}const _0x1c91d3=_0x5a439a[_0x19576c(0x2b9)]?.[_0x19576c(0x3b7)]||_0x5a439a[_0x19576c(0x2b9)]?.['id']||global[_0x19576c(0x1f7)];logger[_0x19576c(0x224)](_0x19576c(0x307)+_0x5a439a['testFramework']+_0x19576c(0x1d7)+_0x1c91d3);try{const _0x17964b=_0x5a439a[_0x19576c(0x210)]||AutomationFramework[_0x19576c(0x24d)](),_0x247bfb=CLIUtils[_0x19576c(0x36e)](),_0x579389=this[_0x19576c(0x343)]();logger[_0x19576c(0x354)]('[platform\x20-\x20'+(_0x17964b?.[_0x19576c(0x1b9)]?.()||_0x531c04['JpbAO'])+_0x19576c(0x2fd)+_0x579389),_0x579389&&await this[_0x19576c(0x220)](_0x17964b,_0x5a439a),this['accessibility']['delete'](_0x247bfb),this['LOG_DISABLED_SHOWN'][_0x19576c(0x259)](_0x247bfb);}catch(_0x58a133){logger['error'](_0x19576c(0x2d6)+(_0x58a133['stack']||_0x58a133[_0x19576c(0x374)]));}}async[a106_0x55ecea(0x220)](_0xa5a0c3,_0xf9b0ec){const _0x267d8e=a106_0x55ecea,_0x32f4fc={};_0x32f4fc['jYMZC']=function(_0x275f1c,_0x1fa0f6){return _0x275f1c===_0x1fa0f6;},_0x32f4fc['VqKHw']=_0x267d8e(0x375),_0x32f4fc['wOoZv']=function(_0x4e8ed8,_0x1d797f){return _0x4e8ed8===_0x1d797f;},_0x32f4fc[_0x267d8e(0x3ca)]=_0x267d8e(0x3d8),_0x32f4fc[_0x267d8e(0x2e5)]='cucumber',_0x32f4fc['RlMAE']=function(_0x44caa6,_0x39312c){return _0x44caa6===_0x39312c;},_0x32f4fc[_0x267d8e(0x25e)]='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x32f4fc[_0x267d8e(0x2d8)]=_0x267d8e(0x380),_0x32f4fc['YUpPr']='saveResults',_0x32f4fc['pTnQN']='unknown',_0x32f4fc[_0x267d8e(0x1be)]='present',_0x32f4fc[_0x267d8e(0x274)]='null',_0x32f4fc['gjpuJ']=function(_0x5241d8,_0x2d162a){return _0x5241d8||_0x2d162a;},_0x32f4fc[_0x267d8e(0x3c7)]=_0x267d8e(0x2b5),_0x32f4fc[_0x267d8e(0x233)]=_0x267d8e(0x317),_0x32f4fc[_0x267d8e(0x1d4)]=_0x267d8e(0x1c0);const _0x425dad=_0x32f4fc;try{const _0x21f944=_0xf9b0ec['testFramework']||(_0x425dad[_0x267d8e(0x201)](this[_0x267d8e(0x379)]?.['name']?.[_0x267d8e(0x377)](),_0x425dad[_0x267d8e(0x3ca)])?_0x425dad[_0x267d8e(0x3ca)]:_0x425dad[_0x267d8e(0x2e5)]);let _0x2f9c15='',_0x14eff7=null,_0x3c4ea8=null;if(_0x425dad[_0x267d8e(0x39a)](_0x21f944,_0x425dad[_0x267d8e(0x3ca)])){_0x14eff7=_0xf9b0ec['testInfo']?.[_0x267d8e(0x3b7)]||_0xf9b0ec['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x14eff7){logger['warn'](_0x425dad[_0x267d8e(0x25e)]);return;}try{const _0x4bf086=await GrpcClient[_0x267d8e(0x3d2)]()[_0x267d8e(0x2f9)](process[_0x267d8e(0x1a1)][_0x267d8e(0x26d)],_0x425dad['OTxKL'],_0x425dad[_0x267d8e(0x325)],_0x14eff7),_0x333e85=AccessibilityModule[_0x267d8e(0x269)](null,_0x4bf086);_0x2f9c15=_0x333e85?.[_0x267d8e(0x2c1)]||'',logger['debug']('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x2f9c15+_0x267d8e(0x1a3)+_0x14eff7),_0x3c4ea8=_0x4bf086;}catch(_0x2a85a6){logger[_0x267d8e(0x19b)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x2a85a6[_0x267d8e(0x374)]);return;}}else{const _0x3e97de=this[_0x267d8e(0x18e)](_0xf9b0ec);_0x2f9c15=TestInfo[_0x267d8e(0x208)](_0x3e97de);}const _0x19e99f=((()=>{const _0x51797b=_0x267d8e,_0x486c80=(this[_0x51797b(0x3ae)]?.[_0x51797b(0x38c)]?.['capabilitiesList']||[])[_0x51797b(0x3a2)](_0x511049=>(typeof _0x511049[_0x51797b(0x232)]===_0x51797b(0x375)?_0x511049['getName']():_0x511049['name'])===this[_0x51797b(0x2d0)]);return _0x486c80?_0x425dad['jYMZC'](typeof _0x486c80[_0x51797b(0x3d6)],_0x425dad['VqKHw'])?_0x486c80['getValue']():_0x486c80[_0x51797b(0x310)]:'';})()),_0x38ecef=process[_0x267d8e(0x1a1)][_0x267d8e(0x243)]||'';logger[_0x267d8e(0x354)](_0x267d8e(0x1a9)+(_0xa5a0c3?.[_0x267d8e(0x1b9)]?.()||_0x425dad['pTnQN'])+_0x267d8e(0x25f)+_0x2f9c15+_0x267d8e(0x296)+_0x19e99f+_0x267d8e(0x2e2)+(_0x38ecef?_0x425dad[_0x267d8e(0x1be)]:_0x425dad[_0x267d8e(0x274)]));let _0x2ad41f;if(_0x425dad[_0x267d8e(0x201)](_0x21f944,_0x425dad[_0x267d8e(0x3ca)]))_0x2ad41f=AccessibilityModule['loadDriverExecuteParams'](_0x2f9c15,_0x3c4ea8);else{const _0x2737a3=await GrpcClient[_0x267d8e(0x3d2)]()[_0x267d8e(0x2f9)](process[_0x267d8e(0x1a1)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x425dad[_0x267d8e(0x2d8)],_0x425dad['YUpPr']);_0x2ad41f=AccessibilityModule[_0x267d8e(0x269)](_0x2f9c15,_0x2737a3);}logger[_0x267d8e(0x354)](_0x267d8e(0x2e0)+JSON[_0x267d8e(0x33e)](_0x2ad41f));const _0x5ebf99=Object[_0x267d8e(0x39d)]({},{'thTestRunUuid':_0x425dad[_0x267d8e(0x1a2)](_0x2f9c15,''),'thBuildUuid':_0x425dad[_0x267d8e(0x1a2)](_0x19e99f,''),'thJwtToken':_0x425dad[_0x267d8e(0x1a2)](_0x38ecef,'')},_0x2ad41f);!this[_0x267d8e(0x301)]&&this[_0x267d8e(0x1ec)]()&&(_0x5ebf99['is_mobile_session']=!![],logger[_0x267d8e(0x354)](_0x425dad[_0x267d8e(0x3c7)]));logger[_0x267d8e(0x354)](_0x267d8e(0x24f)+_0x2f9c15+',\x20isAppAccessibility='+this[_0x267d8e(0x301)]);let _0x320896=global[_0x267d8e(0x368)]?.['pwPage']||null;!_0x320896&&(_0x320896=AutomationFramework['getState'](_0xa5a0c3,_0x425dad['uMqBB'],null)),!_0x320896&&(_0x320896=AutomationFramework['getState'](_0xa5a0c3,_0x425dad['zIoUK'],null)),await this[_0x267d8e(0x37e)](this['getCurrentAccessibilityStatus'](),_0x2f9c15,_0x320896,_0x5ebf99,this['isAppAccessibility']);}catch(_0x32fe96){logger[_0x267d8e(0x19b)](_0x267d8e(0x3b9)+(_0x32fe96[_0x267d8e(0x362)]||_0x32fe96[_0x267d8e(0x374)]));}}async[a106_0x55ecea(0x37e)](_0x373f1a,_0x5f14d5,_0x43c061,_0x20bc0b,_0x4adcda){const _0x4ff9a0=a106_0x55ecea,_0x4ec54c={};_0x4ec54c['eamoJ']=_0x4ff9a0(0x299),_0x4ec54c[_0x4ff9a0(0x347)]=function(_0x4da2c4,_0x4eae14){return _0x4da2c4&&_0x4eae14;},_0x4ec54c[_0x4ff9a0(0x3be)]=_0x4ff9a0(0x1e9),_0x4ec54c[_0x4ff9a0(0x2e8)]=function(_0x3cf87b,_0x1f1dda){return _0x3cf87b===_0x1f1dda;},_0x4ec54c[_0x4ff9a0(0x2dc)]=_0x4ff9a0(0x3cb),_0x4ec54c['cCSUw']='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x4ec54c[_0x4ff9a0(0x355)]=_0x4ff9a0(0x225),_0x4ec54c[_0x4ff9a0(0x262)]=_0x4ff9a0(0x1e6),_0x4ec54c[_0x4ff9a0(0x251)]=_0x4ff9a0(0x1f8),_0x4ec54c['AFCDO']=_0x4ff9a0(0x30b),_0x4ec54c[_0x4ff9a0(0x32e)]=_0x4ff9a0(0x3c1),_0x4ec54c[_0x4ff9a0(0x20d)]=_0x4ff9a0(0x255);const _0x2b7d6e=_0x4ec54c;try{const _0x4251f2=this['getScriptByName'](_0x2b7d6e['eamoJ']);if(_0x2b7d6e['CappV'](!_0x4adcda,!_0x4251f2)){logger[_0x4ff9a0(0x354)](_0x2b7d6e['nHTnV']);return;}if(!_0x5f14d5||_0x2b7d6e['SFFwV'](_0x5f14d5,_0x2b7d6e[_0x4ff9a0(0x2dc)])||_0x2b7d6e[_0x4ff9a0(0x2e8)](_0x5f14d5,'')){logger[_0x4ff9a0(0x354)](_0x2b7d6e[_0x4ff9a0(0x197)]);return;}logger[_0x4ff9a0(0x354)](_0x4ff9a0(0x1e5)+JSON['stringify'](_0x20bc0b)),_0x373f1a&&(logger['debug'](_0x2b7d6e[_0x4ff9a0(0x355)]),await this[_0x4ff9a0(0x32c)](_0x43c061,_0x5f14d5,_0x2b7d6e[_0x4ff9a0(0x262)],_0x20bc0b,_0x4adcda,_0x2b7d6e['XAFXw']),_0x2b7d6e['CappV'](!_0x4adcda,_0x4251f2)&&(logger[_0x4ff9a0(0x354)](_0x2b7d6e[_0x4ff9a0(0x189)]),await PerformanceTester[_0x4ff9a0(0x1d1)](_0x2b7d6e[_0x4ff9a0(0x32e)],async()=>{const _0x4b778c=_0x4ff9a0;await this[_0x4b778c(0x32c)](_0x43c061,_0x5f14d5,_0x2b7d6e['eamoJ'],_0x20bc0b,_0x4adcda,_0x2b7d6e[_0x4b778c(0x2bd)]);})()),logger[_0x4ff9a0(0x224)](_0x2b7d6e[_0x4ff9a0(0x20d)]));}catch(_0x5f4ca7){logger[_0x4ff9a0(0x19b)](_0x4ff9a0(0x1a7)+(_0x5f4ca7['stack']||_0x5f4ca7[_0x4ff9a0(0x374)]));}}async['onBeforeExecute'](_0x358db0){const _0x56c985=a106_0x55ecea,_0x4d7704={};_0x4d7704[_0x56c985(0x26b)]=function(_0x4dcb76,_0x127b0d){return _0x4dcb76!==_0x127b0d;},_0x4d7704[_0x56c985(0x2fe)]=_0x56c985(0x3a4),_0x4d7704[_0x56c985(0x29d)]=function(_0x37806b,_0x2c8b86){return _0x37806b!==_0x2c8b86;},_0x4d7704[_0x56c985(0x28d)]=_0x56c985(0x3d8),_0x4d7704[_0x56c985(0x248)]=_0x56c985(0x367),_0x4d7704[_0x56c985(0x345)]=function(_0x147bf0,_0x5c43c5){return _0x147bf0!==_0x5c43c5;},_0x4d7704[_0x56c985(0x278)]=_0x56c985(0x33f),_0x4d7704['PVasL']='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x4d7704['wVhTp']=function(_0x349bd8,_0x337d98){return _0x349bd8&&_0x337d98;},_0x4d7704[_0x56c985(0x38d)]=function(_0x23fe8e,_0x139c41){return _0x23fe8e===_0x139c41;},_0x4d7704[_0x56c985(0x265)]=_0x56c985(0x21b),_0x4d7704[_0x56c985(0x286)]='accessibility',_0x4d7704[_0x56c985(0x1f4)]=_0x56c985(0x31f),_0x4d7704[_0x56c985(0x195)]='test_run_id',_0x4d7704[_0x56c985(0x213)]=_0x56c985(0x3da),_0x4d7704['TogMe']=function(_0x2a80b6,_0x456bc7){return _0x2a80b6===_0x456bc7;},_0x4d7704[_0x56c985(0x18a)]=_0x56c985(0x1f8),_0x4d7704[_0x56c985(0x2ec)]=_0x56c985(0x3cb);const _0x4888c0=_0x4d7704;if(_0x4888c0['psCcP'](_0x358db0[_0x56c985(0x250)],_0x4888c0[_0x56c985(0x2fe)])&&_0x4888c0[_0x56c985(0x29d)](_0x358db0[_0x56c985(0x250)],_0x4888c0[_0x56c985(0x28d)])&&_0x4888c0[_0x56c985(0x26b)](_0x358db0[_0x56c985(0x250)],_0x4888c0['hoNXP'])&&_0x4888c0[_0x56c985(0x345)](_0x358db0[_0x56c985(0x250)],FRAMEWORKS[_0x56c985(0x338)])){logger['debug']('onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x358db0[_0x56c985(0x250)]+')');return;}logger[_0x56c985(0x354)](_0x56c985(0x2c6)+(_0x358db0[_0x56c985(0x19e)]||_0x4888c0['DXFIB'])+_0x56c985(0x302)+_0x358db0[_0x56c985(0x250)]);try{const _0x1a1b87=_0x358db0[_0x56c985(0x210)]||AutomationFramework['getTrackedInstance'](),_0xf49204=TestFramework[_0x56c985(0x24d)](),_0x27784d=_0x358db0['commandName']||_0x358db0['command']?.[_0x56c985(0x232)]();if(!_0x27784d){logger[_0x56c985(0x354)](_0x4888c0[_0x56c985(0x3b2)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x56c985(0x354)](_0x56c985(0x1cd)+_0x27784d);return;}if(!this[_0x56c985(0x1d9)](_0x27784d)){logger[_0x56c985(0x354)](_0x56c985(0x24e)+_0x27784d+_0x56c985(0x283));return;}const _0x37f6c3=_0x358db0[_0x56c985(0x341)]||global[_0x56c985(0x368)]?.[_0x56c985(0x3db)],_0x59f629=_0x358db0[_0x56c985(0x3dd)]||null;if(_0x4888c0[_0x56c985(0x2d3)](!_0x37f6c3,!_0x59f629)){logger['debug'](_0x56c985(0x268)+_0x27784d);return;}let _0x4320b7='',_0x1b09a3=null;if(_0x4888c0[_0x56c985(0x38d)](_0x358db0[_0x56c985(0x250)],_0x4888c0[_0x56c985(0x28d)])){_0x1b09a3=_0x358db0[_0x56c985(0x2b9)]?.[_0x56c985(0x3b7)]||_0x358db0[_0x56c985(0x2b9)]?.['id']||global[_0x56c985(0x1f7)];if(!_0x1b09a3){logger[_0x56c985(0x230)](_0x4888c0[_0x56c985(0x265)]);return;}try{const _0x3c0b05=await GrpcClient['getInstance']()[_0x56c985(0x2f9)](process['env'][_0x56c985(0x26d)],_0x4888c0[_0x56c985(0x286)],_0x4888c0[_0x56c985(0x1f4)],_0x1b09a3),_0x26dee5=AccessibilityModule['loadDriverExecuteParams'](null,_0x3c0b05);_0x4320b7=_0x26dee5?.['thTestRunUuid']||'',logger[_0x56c985(0x354)](_0x56c985(0x2f2)+_0x4320b7+_0x56c985(0x1a3)+_0x1b09a3);}catch(_0x5362d9){logger[_0x56c985(0x19b)](_0x56c985(0x33a)+_0x5362d9[_0x56c985(0x374)]);return;}}else _0x4888c0['LyTXL'](_0x358db0[_0x56c985(0x250)],FRAMEWORKS[_0x56c985(0x338)])?_0x4320b7=_0x358db0[_0x56c985(0x1ea)]||'':(_0x4320b7=this[_0x56c985(0x36a)](_0x4888c0[_0x56c985(0x195)])||'',!_0x4320b7&&this[_0x56c985(0x1ec)]()&&(_0x4320b7=accessibilityHelper[_0x56c985(0x205)]()));const _0x317c19=this[_0x56c985(0x36a)](_0x4888c0[_0x56c985(0x213)])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x4bdb7b=process[_0x56c985(0x1a1)][_0x56c985(0x243)]||'',_0x3d2336=this[_0x56c985(0x3b4)](_0x27784d,_0x4320b7,_0x317c19,_0x4bdb7b),_0x355448=_0x4888c0[_0x56c985(0x2ba)](_0x358db0[_0x56c985(0x250)],_0x4888c0['JDBvT'])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x4888c0['INfRE'],_0x4320b7,_0x1b09a3):await AccessibilityModule[_0x56c985(0x3c3)](_0x4888c0[_0x56c985(0x18a)],_0x4320b7);logger[_0x56c985(0x224)]('ScanArgs:\x20'+(_0x3d2336?JSON[_0x56c985(0x33e)](_0x3d2336):_0x4888c0[_0x56c985(0x2ec)]));let _0x3d346f=CLIUtils[_0x56c985(0x3c6)](_0x3d2336,_0x355448);if(this[_0x56c985(0x301)]){const _0x4bb176=process[_0x56c985(0x1a1)]['BS_A11Y_JWT']||'';_0x3d346f[_0x56c985(0x35b)]&&(_0x3d346f[_0x56c985(0x30f)]=_0x3d346f[_0x56c985(0x35b)],delete _0x3d346f[_0x56c985(0x35b)]),_0x3d346f=Object[_0x56c985(0x39d)]({},_0x3d346f,{'authHeader':_0x3d346f[_0x56c985(0x25b)]||_0x4bb176,'method':_0x27784d,'scanTimestamp':Date['now']()[_0x56c985(0x242)]()});}logger['info'](_0x56c985(0x397)+(_0x3d346f?JSON['stringify'](_0x3d346f):_0x4888c0[_0x56c985(0x2ec)])),logger[_0x56c985(0x354)](_0x56c985(0x1ff)+_0x27784d);const _0x17b186=this[_0x56c985(0x301)]?_0x59f629:_0x37f6c3,_0x44ee90=await this[_0x56c985(0x32c)](_0x17b186,_0x4320b7,_0x27784d,_0x3d346f,this[_0x56c985(0x301)]);logger['debug']('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x27784d+_0x56c985(0x35c)+JSON['stringify'](_0x44ee90));}catch(_0x493bd1){logger['error']('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x493bd1['stack']||_0x493bd1[_0x56c985(0x374)]));}}[a106_0x55ecea(0x27b)](){return this['getCurrentAccessibilityStatus']();}[a106_0x55ecea(0x1ed)](_0x2011be){const _0x41cfa1=a106_0x55ecea,_0x3edcc6=CLIUtils['getCurrentInstanceName']();this[_0x41cfa1(0x380)][_0x41cfa1(0x21a)](_0x3edcc6,_0x2011be);}async[a106_0x55ecea(0x2c4)](_0x49c40f){const _0x33c89b=a106_0x55ecea,_0x4428c2={};_0x4428c2[_0x33c89b(0x2fa)]=_0x33c89b(0x33f);const _0x3cefbf=_0x4428c2;try{const _0x4f1ac1=_0x49c40f[_0x33c89b(0x210)]||AutomationFramework[_0x33c89b(0x24d)](),_0x11aa59=_0x4f1ac1?.[_0x33c89b(0x19a)]?.()?.[_0x33c89b(0x3a3)]?.(this[_0x33c89b(0x279)])||![];if(_0x11aa59)return;PerformanceTester[_0x33c89b(0x3d5)](EVENTS[_0x33c89b(0x32f)]);const _0xb0dd68=await GrpcClient[_0x33c89b(0x3d2)]()['getAccessibilityConfig'](_0x49c40f);_0xb0dd68&&_0xb0dd68[_0x33c89b(0x1fc)]&&_0xb0dd68[_0x33c89b(0x1fc)]()&&_0xb0dd68[_0x33c89b(0x1fc)]()[_0x33c89b(0x371)]()?(await this[_0x33c89b(0x31c)](_0xb0dd68,_0x49c40f),_0x4f1ac1?.[_0x33c89b(0x19a)]&&_0x4f1ac1[_0x33c89b(0x19a)]()[_0x33c89b(0x21a)](this[_0x33c89b(0x279)],!![]),logger[_0x33c89b(0x354)](_0x33c89b(0x1a9)+(_0x4f1ac1?.[_0x33c89b(0x1b9)]?.()||_0x3cefbf['CHPJS'])+_0x33c89b(0x223))):logger['debug']('[platform\x20-\x20'+(_0x4f1ac1?.['getPlatformIndex']?.()||_0x3cefbf[_0x33c89b(0x2fa)])+_0x33c89b(0x2a6)),PerformanceTester[_0x33c89b(0x2f0)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x32ac3f){PerformanceTester[_0x33c89b(0x2f0)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x32ac3f[_0x33c89b(0x374)]),logger[_0x33c89b(0x19b)](_0x33c89b(0x2a0)+(_0x32ac3f['stack']||_0x32ac3f[_0x33c89b(0x374)]));}}async[a106_0x55ecea(0x31c)](_0x18e1af,_0x4171e9){const _0x36b486=a106_0x55ecea;await this[_0x36b486(0x270)](_0x18e1af,_0x4171e9);const _0x2f5c41=_0x18e1af[_0x36b486(0x1fc)]()['getOptions']();if(_0x2f5c41){const _0x4f503d=_0x18e1af[_0x36b486(0x20e)]&&_0x18e1af[_0x36b486(0x20e)]();_0x4f503d&&(this[_0x36b486(0x3ae)][this[_0x36b486(0x2d0)]]=_0x4f503d[_0x36b486(0x2f7)]&&_0x4f503d[_0x36b486(0x2f7)]());}}[a106_0x55ecea(0x1d9)](_0x10e1bc){const _0x1b1f00=a106_0x55ecea,_0x58c682={};_0x58c682['bKaQi']=function(_0x354c7a,_0x45e625){return _0x354c7a===_0x45e625;};const _0x3a66a7=_0x58c682;try{if(!_0x10e1bc)return![];const _0x275f51=this[_0x1b1f00(0x3ae)]?.['options']?.['commandsToWrap']?.[_0x1b1f00(0x3b6)]||[],_0x2bafcd=_0x275f51[_0x1b1f00(0x3dc)](_0x1abc88=>{const _0xab508a=_0x1b1f00;return _0x1abc88[_0xab508a(0x253)]&&_0x3a66a7[_0xab508a(0x2f6)](_0x1abc88['name']['toLowerCase'](),_0x10e1bc[_0xab508a(0x377)]());});return logger[_0x1b1f00(0x354)](_0x1b1f00(0x3d7)+_0x10e1bc+_0x1b1f00(0x3bf)+_0x2bafcd+',\x20available\x20commands:\x20'+JSON['stringify'](_0x275f51['map'](_0x4f7cb2=>_0x4f7cb2[_0x1b1f00(0x253)]))),_0x2bafcd;}catch(_0x315139){return logger[_0x1b1f00(0x354)](_0x1b1f00(0x340)+_0x315139[_0x1b1f00(0x374)]),![];}}['isBrowserstackScriptCommand'](_0xe077c3){const _0x8a87ff=a106_0x55ecea,_0x3c6c85={};_0x3c6c85[_0x8a87ff(0x2cf)]=function(_0x54d85d,_0x57cd7d){return _0x54d85d===_0x57cd7d;},_0x3c6c85['PsERh']=_0x8a87ff(0x249),_0x3c6c85[_0x8a87ff(0x359)]=_0x8a87ff(0x235);const _0x3cd249=_0x3c6c85,_0x5d8483=_0xe077c3[_0x8a87ff(0x398)]&&_0xe077c3[_0x8a87ff(0x398)]();return _0x5d8483&&_0x3cd249[_0x8a87ff(0x2cf)](typeof _0x5d8483,_0x3cd249['PsERh'])&&_0x5d8483['includes'](_0x3cd249[_0x8a87ff(0x359)]);}['isAccessibilityScriptCommand'](_0x5cc64c){const _0x2daa2a=a106_0x55ecea,_0x4dd72e={};_0x4dd72e['MKUif']=function(_0x47d54d,_0xc6cde6){return _0x47d54d!==_0xc6cde6;},_0x4dd72e[_0x2daa2a(0x315)]=_0x2daa2a(0x249),_0x4dd72e[_0x2daa2a(0x18f)]='accessibility',_0x4dd72e[_0x2daa2a(0x324)]='performScan',_0x4dd72e[_0x2daa2a(0x202)]='getResults',_0x4dd72e[_0x2daa2a(0x1ef)]=_0x2daa2a(0x2b2);const _0x28f32a=_0x4dd72e,_0x100b43=_0x5cc64c['getScript']&&_0x5cc64c[_0x2daa2a(0x398)]();if(!_0x100b43||_0x28f32a[_0x2daa2a(0x1da)](typeof _0x100b43,_0x28f32a[_0x2daa2a(0x315)]))return![];return _0x100b43['includes'](_0x28f32a['XPDey'])||_0x100b43[_0x2daa2a(0x2d7)](_0x28f32a[_0x2daa2a(0x324)])||_0x100b43[_0x2daa2a(0x2d7)](_0x28f32a[_0x2daa2a(0x202)])||_0x100b43[_0x2daa2a(0x2d7)](_0x28f32a['FdNxo']);}[a106_0x55ecea(0x1ec)](){const _0x442193=a106_0x55ecea,_0x3cdf61={'RNvTl':function(_0x70a74,_0x49d2b8){return _0x70a74===_0x49d2b8;},'pyFXo':'function','SVfXU':function(_0x547199,_0x44afc2){return _0x547199(_0x44afc2);},'mFtQL':'platformName','IRNuL':_0x442193(0x2bb),'dekrW':_0x442193(0x2b4),'WQuJh':function(_0x33c29d,_0x5a30cc){return _0x33c29d(_0x5a30cc);},'rbnuN':_0x442193(0x27d)};try{const _0x195772=this[_0x442193(0x3ae)]?.[_0x442193(0x38c)]?.[_0x442193(0x245)]||[],_0x239a2b=_0x4b1e1f=>{const _0x435939=_0x442193,_0x419c5b=_0x195772['find'](_0x25c95b=>(typeof _0x25c95b[_0x435939(0x232)]===_0x435939(0x375)?_0x25c95b[_0x435939(0x232)]():_0x25c95b[_0x435939(0x253)])===_0x4b1e1f);return _0x419c5b?_0x3cdf61[_0x435939(0x2f5)](typeof _0x419c5b[_0x435939(0x3d6)],_0x3cdf61[_0x435939(0x1c2)])?_0x419c5b[_0x435939(0x3d6)]():_0x419c5b['value']:null;},_0x51c112=_0x3cdf61['SVfXU'](_0x239a2b,_0x3cdf61['mFtQL']),_0x4dcfac=_0x3cdf61[_0x442193(0x1ba)](_0x239a2b,_0x3cdf61[_0x442193(0x1db)]),_0x192575=global[_0x442193(0x277)]||_0x51c112&&_0x3cdf61['RNvTl'](_0x3cdf61[_0x442193(0x1ba)](String,_0x51c112)['toLowerCase'](),_0x3cdf61[_0x442193(0x246)])&&_0x4dcfac&&_0x3cdf61['WQuJh'](String,_0x4dcfac)[_0x442193(0x377)]()[_0x442193(0x2d7)](_0x3cdf61[_0x442193(0x3ab)]);if(!_0x192575)return![];if(!accessibilityHelper[_0x442193(0x2d1)]())return!this[_0x442193(0x2a3)]&&(logger['warn'](accessibilityHelper[_0x442193(0x3b8)]),this[_0x442193(0x2a3)]=!![]),![];return!![];}catch(_0x111640){return logger[_0x442193(0x354)](_0x442193(0x357)+_0x111640['message']),![];}}[a106_0x55ecea(0x3b4)](_0xb871b7,_0xcbf50f,_0x57743d,_0x4b3285){const _0x1b1ed3=a106_0x55ecea,_0x27af79={};_0x27af79[_0x1b1ed3(0x29f)]=function(_0x49089c,_0x3d29b2){return _0x49089c||_0x3d29b2;},_0x27af79['PedTe']=function(_0x5d75be,_0x3f69dc){return _0x5d75be&&_0x3f69dc;},_0x27af79['XKepe']=function(_0x4c096c,_0x4e8dd6){return _0x4c096c||_0x4e8dd6;},_0x27af79[_0x1b1ed3(0x383)]=_0x1b1ed3(0x2c7);const _0x532c90=_0x27af79;let _0x3491cd=_0x532c90[_0x1b1ed3(0x29f)](_0xcbf50f,'');const _0x222a48=!this[_0x1b1ed3(0x301)]&&this[_0x1b1ed3(0x1ec)]();_0x532c90[_0x1b1ed3(0x393)](_0x222a48,!_0x3491cd)&&(_0x3491cd=accessibilityHelper[_0x1b1ed3(0x205)]());const _0x1aab76={'command':_0xb871b7,'thTestRunUuid':_0x3491cd,'thBuildUuid':_0x532c90[_0x1b1ed3(0x3a5)](_0x57743d,''),'thJwtToken':_0x532c90[_0x1b1ed3(0x29f)](_0x4b3285,''),'timestamp':new Date()[_0x1b1ed3(0x1a8)]()};return _0x222a48&&(_0x1aab76['is_mobile_session']=!![],logger['debug'](_0x532c90[_0x1b1ed3(0x383)])),_0x1aab76;}['getScriptByName'](_0x899e46){const _0x39c0b7=a106_0x55ecea,_0x1531c5={};_0x1531c5['GLIPh']=function(_0x10c793,_0x1177bd){return _0x10c793||_0x1177bd;};const _0x2f97ce=_0x1531c5;try{const _0xfdf160=this[_0x39c0b7(0x3ae)]?.[_0x39c0b7(0x38c)]?.[_0x39c0b7(0x2cb)]||[],_0x8a28ac=_0xfdf160[_0x39c0b7(0x3a2)](_0x3dd32e=>_0x3dd32e[_0x39c0b7(0x253)]===_0x899e46);return _0x2f97ce[_0x39c0b7(0x2d5)](_0x8a28ac,null);}catch(_0xdd8265){return logger['debug'](_0x39c0b7(0x2e9)+_0x899e46+':\x20'+_0xdd8265['message']),null;}}async[a106_0x55ecea(0x336)](_0x1ed964,_0x173a23,_0x370016=null){const _0x23e0a0=a106_0x55ecea,_0x2572ce={'qspqT':function(_0x18e8c8,_0x39ce6b){return _0x18e8c8(_0x39ce6b);},'jwdUQ':_0x23e0a0(0x25d)};try{if(!_0x1ed964)return logger[_0x23e0a0(0x354)]('executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20'+_0x173a23),null;const _0x19296d=this[_0x23e0a0(0x32a)](_0x173a23);if(!_0x19296d||!_0x19296d[_0x23e0a0(0x1fb)])return logger[_0x23e0a0(0x354)](_0x23e0a0(0x1e0)+_0x173a23+_0x23e0a0(0x1ce)),null;logger['debug']('Executing\x20'+_0x173a23+'\x20accessibility\x20script\x20on\x20page');const _0x58de0a=_0x2572ce[_0x23e0a0(0x1de)](require,_0x2572ce[_0x23e0a0(0x372)]),_0x2b37bc=_0x370016?await _0x58de0a[_0x23e0a0(0x273)](_0x1ed964,_0x19296d[_0x23e0a0(0x1fb)],_0x370016):await _0x58de0a[_0x23e0a0(0x273)](_0x1ed964,_0x19296d[_0x23e0a0(0x1fb)]);return _0x2b37bc;}catch(_0x366f12){return logger[_0x23e0a0(0x19b)](_0x23e0a0(0x1c1)+_0x173a23+':\x20'+(_0x366f12[_0x23e0a0(0x362)]||_0x366f12[_0x23e0a0(0x374)])),null;}}async[a106_0x55ecea(0x32c)](_0x318e48,_0xed2b7f,_0xd6ccb2,_0xd27a98,_0x328355,_0x38e1f7=a106_0x55ecea(0x1f8)){const _0x4d8fc1=a106_0x55ecea,_0x1f42b4={'wGGTo':function(_0x39bd9f,_0x19a74a){return _0x39bd9f===_0x19a74a;},'kGgHE':'scan','QVFHW':function(_0x2c53e5,_0x5a6dd2){return _0x2c53e5(_0x5a6dd2);},'nCTtZ':_0x4d8fc1(0x25d),'eWIAQ':function(_0x334211,_0x12a19a){return _0x334211(_0x12a19a);}};try{logger[_0x4d8fc1(0x354)](_0x4d8fc1(0x34d)+_0xd6ccb2+'\x20using\x20script:\x20'+_0x38e1f7+_0x4d8fc1(0x26c)+_0x328355);const _0x383d3c=this['getScriptByName'](_0x38e1f7);if(!_0x383d3c||!_0x383d3c[_0x4d8fc1(0x1fb)]){logger['debug'](_0x4d8fc1(0x378)+_0x38e1f7+_0x4d8fc1(0x2ac));return;}if(_0x328355){if(_0x318e48[BSTACK_SCAN_IN_PROGRESS]){logger[_0x4d8fc1(0x354)]('[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20'+_0xd6ccb2);return;}return await PerformanceTester[_0x4d8fc1(0x1d1)](PerformanceA11yEvents[_0x4d8fc1(0x216)],async()=>{const _0x306bad=_0x4d8fc1;let _0x1f082a=_0x383d3c['command'];_0x1f082a[_0x306bad(0x2d7)]('%s')&&(_0x1f082a=_0x1f082a[_0x306bad(0x3a6)]('%s',JSON[_0x306bad(0x33e)](_0xd27a98)));logger[_0x306bad(0x354)]('[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20'+_0xd6ccb2),_0x318e48[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x4f0171=await _0x318e48[_0x306bad(0x3ac)](_0x1f082a);return logger[_0x306bad(0x224)](_0x306bad(0x1fe)+_0xd6ccb2+':\x20'+util[_0x306bad(0x1f6)](_0x4f0171)),_0x4f0171;}finally{_0x318e48[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0xd6ccb2})();}if(_0x1f42b4[_0x4d8fc1(0x344)](_0x38e1f7,_0x1f42b4[_0x4d8fc1(0x323)])){const _0x51316d=_0x1f42b4[_0x4d8fc1(0x287)](require,_0x1f42b4[_0x4d8fc1(0x27e)]),_0x150f9d={};_0x150f9d['command']=_0xd6ccb2;const _0x3b39d4=await PerformanceTester[_0x4d8fc1(0x1d1)](PerformanceA11yEvents[_0x4d8fc1(0x216)],async()=>{const _0x58fbfb=_0x4d8fc1;return await _0x51316d[_0x58fbfb(0x273)](_0x318e48,_0x383d3c[_0x58fbfb(0x1fb)],_0xd27a98);},_0x150f9d)();return logger['info']('Page\x20'+_0x38e1f7+'\x20result\x20for\x20'+_0xd6ccb2+':\x20'+util['format'](_0x3b39d4)),_0x3b39d4;}const _0x37cb20=_0x1f42b4[_0x4d8fc1(0x2fc)](require,_0x1f42b4['nCTtZ']),_0x1e3245=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x28a412=_0x4d8fc1;return await _0x37cb20[_0x28a412(0x273)](_0x318e48,_0x383d3c[_0x28a412(0x1fb)],_0xd27a98);})();return logger[_0x4d8fc1(0x224)](_0x4d8fc1(0x295)+_0x38e1f7+'\x20result\x20for\x20'+_0xd6ccb2+':\x20'+util[_0x4d8fc1(0x1f6)](_0x1e3245)),_0x1e3245;}catch(_0x25a381){logger[_0x4d8fc1(0x19b)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x38e1f7+':\x20'+(_0x25a381[_0x4d8fc1(0x362)]||_0x25a381[_0x4d8fc1(0x374)]));}}async[a106_0x55ecea(0x3c4)](_0x42fddc){const _0x389f6d=a106_0x55ecea,_0x59ddc0={'ysCeP':function(_0x321c88,_0x5435c0){return _0x321c88(_0x5435c0);},'QGKHB':_0x389f6d(0x193)};try{const _0x4ea558=_0x59ddc0[_0x389f6d(0x3de)](require,_0x59ddc0[_0x389f6d(0x22a)]);return await _0x4ea558['platformValidation'](_0x42fddc);}catch(_0x32c3dd){return logger[_0x389f6d(0x19b)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x32c3dd[_0x389f6d(0x362)]||_0x32c3dd[_0x389f6d(0x374)])),![];}}[a106_0x55ecea(0x194)](_0x29f8ad,_0x2ea20f,_0x249dc0){const _0x4622f6=a106_0x55ecea,_0x1ce33f={'VmqIx':function(_0x433547,_0x364f42){return _0x433547(_0x364f42);},'AgLfD':'../../playwright/accessibility-helper','jXjYK':_0x4622f6(0x21d),'TWGAo':_0x4622f6(0x39b)};try{const _0x40e0f5=_0x1ce33f[_0x4622f6(0x22b)](require,_0x1ce33f[_0x4622f6(0x200)]);_0x40e0f5[_0x4622f6(0x194)](_0x29f8ad,_0x2ea20f,_0x249dc0);const _0x1d7393=JSON[_0x4622f6(0x33e)](_0x29f8ad)['replace'](/"browserstack\.user":"[^"]*"/g,_0x1ce33f[_0x4622f6(0x258)])[_0x4622f6(0x3a6)](/"browserstack\.key":"[^"]*"/g,_0x1ce33f[_0x4622f6(0x297)]);logger[_0x4622f6(0x354)](_0x4622f6(0x1b0)+global[_0x4622f6(0x28b)]+'\x20'+_0x1d7393);}catch(_0x42472a){logger['error']('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x42472a[_0x4622f6(0x362)]||_0x42472a[_0x4622f6(0x374)]));}}async['_pollUntilNonEmpty']({fetchFn:_0x599af2,isNonEmpty:_0x501b9d,resultDetail:_0x3aaa1c,totalMs:_0x1989d4,intervalMs:_0x423a53,name:_0x9b362c}){const _0x261e61=a106_0x55ecea,_0x514e06={'vgkKV':function(_0x35ae98,_0x16aea8){return _0x35ae98+_0x16aea8;},'JbsCy':function(_0xd22c81,_0x9c860a){return _0xd22c81<_0x9c860a;},'AUOgN':function(_0x3e9d69){return _0x3e9d69();},'KkWyh':function(_0x2e6532,_0x42720e){return _0x2e6532(_0x42720e);},'gRrbX':function(_0x16fb52,_0x163f6b){return _0x16fb52>=_0x163f6b;},'XrVyy':function(_0x45a9f4,_0x55c2f5){return _0x45a9f4-_0x55c2f5;},'VaHeG':function(_0x5baaac,_0x529de4){return _0x5baaac(_0x529de4);}},_0x4a2855=Date[_0x261e61(0x2b0)](),_0x3b9569=_0x514e06['vgkKV'](_0x4a2855,_0x1989d4);let _0x44a924=0x0,_0x143d7d=null,_0x47842a=![];while(_0x514e06[_0x261e61(0x3ce)](Date[_0x261e61(0x2b0)](),_0x3b9569)){_0x44a924++,_0x143d7d=await _0x514e06[_0x261e61(0x2ed)](_0x599af2),_0x47842a=_0x514e06[_0x261e61(0x212)](_0x501b9d,_0x143d7d),logger[_0x261e61(0x354)]('['+_0x9b362c+_0x261e61(0x187)+_0x44a924+'\x20'+_0x514e06[_0x261e61(0x212)](_0x3aaa1c,_0x143d7d));if(_0x47842a)break;if(_0x514e06['gRrbX'](_0x514e06[_0x261e61(0x3bc)](Date[_0x261e61(0x2b0)](),_0x423a53),_0x3b9569))break;await new Promise(_0x53272c=>setTimeout(_0x53272c,_0x423a53));}return!_0x47842a&&logger[_0x261e61(0x230)]('['+_0x9b362c+_0x261e61(0x348)+_0x44a924+_0x261e61(0x30a)+_0x514e06[_0x261e61(0x27a)](Date[_0x261e61(0x2b0)](),_0x4a2855)+_0x261e61(0x30c)+_0x514e06['VaHeG'](_0x3aaa1c,_0x143d7d)+_0x261e61(0x29c)),_0x143d7d;}async[a106_0x55ecea(0x24b)](_0x1889e6,_0x59ced9){const _0x3d3dea=a106_0x55ecea,_0xc09fd6={};_0xc09fd6['WVaQf']=_0x3d3dea(0x2f3),_0xc09fd6[_0x3d3dea(0x294)]=_0x3d3dea(0x329),_0xc09fd6[_0x3d3dea(0x2a7)]=_0x3d3dea(0x252),_0xc09fd6['YDUwE']=_0x3d3dea(0x1c9);const _0x236649=_0xc09fd6;try{const _0x44b000=process[_0x3d3dea(0x1a1)][_0x3d3dea(0x26d)]||'';logger[_0x3d3dea(0x224)]('[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId='+_0x44b000+_0x3d3dea(0x37b)+_0x59ced9+_0x3d3dea(0x2b1)+_0x1889e6);const _0x13f815=await GrpcClient[_0x3d3dea(0x3d2)]()['accessibilityResult'](_0x44b000,_0x59ced9,_0x1889e6,_0x236649[_0x3d3dea(0x1a0)]);if(!_0x13f815||!_0x13f815[_0x3d3dea(0x1f2)])return logger[_0x3d3dea(0x230)](_0x236649['mTwuS']),[];const _0x63bcee=_0x13f815[_0x3d3dea(0x1f2)](),_0x1edeef=Buffer[_0x3d3dea(0x3d3)](_0x63bcee)[_0x3d3dea(0x242)](_0x236649[_0x3d3dea(0x2a7)])['trim']();if(!_0x1edeef)return logger['warn'](_0x236649['YDUwE']),[];return JSON[_0x3d3dea(0x33c)](_0x1edeef);}catch(_0x53ccc8){return logger['error']('[App-A11y]\x20getAppAccessibilityResults\x20error:\x20'+(_0x53ccc8[_0x3d3dea(0x362)]||_0x53ccc8[_0x3d3dea(0x374)])),[];}}async[a106_0x55ecea(0x23d)](_0xb9c9d1,_0x1e1a1a){const _0x4a1762=a106_0x55ecea,_0x37b53e={};_0x37b53e['JSOjl']=_0x4a1762(0x38b),_0x37b53e[_0x4a1762(0x2c8)]=_0x4a1762(0x35f),_0x37b53e[_0x4a1762(0x396)]=_0x4a1762(0x252),_0x37b53e[_0x4a1762(0x2aa)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x2520a2=_0x37b53e;try{const _0xa5eea6=process[_0x4a1762(0x1a1)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||'';logger['info'](_0x4a1762(0x214)+_0xa5eea6+_0x4a1762(0x37b)+_0x1e1a1a+_0x4a1762(0x2b1)+_0xb9c9d1);const _0x74a425=await GrpcClient[_0x4a1762(0x3d2)]()[_0x4a1762(0x365)](_0xa5eea6,_0x1e1a1a,_0xb9c9d1,_0x2520a2[_0x4a1762(0x20a)]);if(!_0x74a425||!_0x74a425[_0x4a1762(0x1f2)])return logger[_0x4a1762(0x230)](_0x2520a2[_0x4a1762(0x2c8)]),{};const _0x12b749=_0x74a425['getResultResponse'](),_0x2f1979=Buffer[_0x4a1762(0x3d3)](_0x12b749)[_0x4a1762(0x242)](_0x2520a2[_0x4a1762(0x396)])['trim']();if(!_0x2f1979)return logger[_0x4a1762(0x230)](_0x2520a2['yjngm']),{};return JSON[_0x4a1762(0x33c)](_0x2f1979);}catch(_0x280f3d){return logger[_0x4a1762(0x19b)](_0x4a1762(0x1b4)+(_0x280f3d[_0x4a1762(0x362)]||_0x280f3d['message'])),{};}}async[a106_0x55ecea(0x38e)](_0x52cf98){const _0x86a9fc=a106_0x55ecea,_0x26ff2c={};_0x26ff2c[_0x86a9fc(0x363)]=_0x86a9fc(0x2f8),_0x26ff2c[_0x86a9fc(0x37a)]=function(_0x3026ff,_0x51aa8e){return _0x3026ff>_0x51aa8e;},_0x26ff2c[_0x86a9fc(0x2ae)]=_0x86a9fc(0x33d);const _0x28051b=_0x26ff2c;try{if(!this[_0x86a9fc(0x343)]())return logger[_0x86a9fc(0x230)](_0x28051b[_0x86a9fc(0x363)]),[];const _0x14c5b9=this[_0x86a9fc(0x1ec)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x86a9fc(0x205)]()}:{};_0x28051b['GypVT'](Object[_0x86a9fc(0x196)](_0x14c5b9)['length'],0x0)&&logger[_0x86a9fc(0x354)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x86a9fc(0x33e)](_0x14c5b9));const _0x1a2067=await this[_0x86a9fc(0x240)]({'fetchFn':()=>Object[_0x86a9fc(0x196)](_0x14c5b9)[_0x86a9fc(0x1ad)]>0x0?this['executeScriptByName'](_0x52cf98,_0x86a9fc(0x2f3),_0x14c5b9):this['executeScriptByName'](_0x52cf98,'getResults'),'isNonEmpty':_0x26fd45=>Array['isArray'](_0x26fd45)&&_0x26fd45[_0x86a9fc(0x1ad)]>0x0,'resultDetail':_0x3604cf=>_0x86a9fc(0x239)+(Array[_0x86a9fc(0x1c4)](_0x3604cf)?_0x3604cf[_0x86a9fc(0x1ad)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x28051b[_0x86a9fc(0x2ae)]});return _0x1a2067||[];}catch(_0x26724e){return logger[_0x86a9fc(0x19b)](_0x86a9fc(0x20f)+(_0x26724e[_0x86a9fc(0x362)]||_0x26724e[_0x86a9fc(0x374)])),[];}}async['getAccessibilityResultsSummary'](_0xfd7149){const _0x142e5a=a106_0x55ecea,_0x505fa6={'DgrEs':function(_0x209b13,_0x14dd66,_0x347dcf){return _0x209b13(_0x14dd66,_0x347dcf);},'xNaKF':'scan','usUaR':function(_0x564826,_0x4679e0){return _0x564826(_0x4679e0);},'LVqXn':'getResultsSummary','vybai':_0x142e5a(0x30e),'LlQpN':function(_0x101211,_0x45c6f5){return _0x101211(_0x45c6f5);},'IzXUW':_0x142e5a(0x2a5),'XvGle':function(_0x1af2df,_0x274b2b){return _0x1af2df===_0x274b2b;},'knyse':_0x142e5a(0x3d8),'sREiZ':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','rcpKs':'accessibility','vdLkA':_0x142e5a(0x3da),'kypNW':_0x142e5a(0x18d),'TqWBm':_0x142e5a(0x292),'BZgTQ':_0x142e5a(0x1b2),'DGcok':_0x142e5a(0x392),'gPlLL':_0x142e5a(0x199),'AiUdI':_0x142e5a(0x30d),'wrwxw':_0x142e5a(0x20c)};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x142e5a(0x230)](_0x505fa6[_0x142e5a(0x1ca)]),{};const _0x12a5e6=_0x505fa6[_0x142e5a(0x2be)](require,_0x505fa6[_0x142e5a(0x3d0)]),_0x43f968=_0x12a5e6['getTestFrameworkDetail'](),_0x5f1136=_0x505fa6[_0x142e5a(0x2b8)](_0x43f968?.[_0x142e5a(0x253)]?.[_0x142e5a(0x377)](),_0x505fa6[_0x142e5a(0x222)]);let _0x1969e2='',_0x2fb679=null,_0x5b130a=null;if(_0x5f1136){_0x2fb679=global['__jestCurrentTestIdentifier']||global[_0x142e5a(0x368)]?.[_0x142e5a(0x1bd)]?.['testAnalyticsId']||global[_0x142e5a(0x368)]?.['currentTest']?.['id'];if(!_0x2fb679)return logger[_0x142e5a(0x230)](_0x505fa6[_0x142e5a(0x3aa)]),{};try{const _0x44cc09=await GrpcClient[_0x142e5a(0x3d2)]()['fetchDriverExecuteParamsEvent'](process[_0x142e5a(0x1a1)][_0x142e5a(0x26d)],_0x505fa6[_0x142e5a(0x376)],_0x505fa6[_0x142e5a(0x34e)],_0x2fb679),_0x70c298=AccessibilityModule['loadDriverExecuteParams'](null,_0x44cc09);_0x1969e2=_0x70c298?.[_0x142e5a(0x2c1)]||'',logger[_0x142e5a(0x354)](_0x142e5a(0x188)+_0x1969e2+_0x142e5a(0x1a3)+_0x2fb679);const _0x2b2e9c=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x505fa6[_0x142e5a(0x34e)],_0x1969e2,_0x2fb679),_0x50536e=this['getCapabilityValue'](_0x505fa6[_0x142e5a(0x2de)])||this[_0x142e5a(0x3ae)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x1e9c2f=process[_0x142e5a(0x1a1)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x56e842=this[_0x142e5a(0x3b4)](_0x505fa6['kypNW'],_0x1969e2,_0x50536e,_0x1e9c2f);_0x5b130a=_0x12a5e6[_0x142e5a(0x3c6)](_0x56e842,_0x2b2e9c),logger[_0x142e5a(0x354)](_0x142e5a(0x29b)+JSON['stringify'](_0x5b130a));}catch(_0x17ddbf){return logger['error'](_0x142e5a(0x272)+_0x17ddbf[_0x142e5a(0x374)]),{};}}else{_0x1969e2=this[_0x142e5a(0x36a)](_0x505fa6[_0x142e5a(0x2e4)])||'';!_0x1969e2&&this['isMobileWebSession']()&&(_0x1969e2=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x21763c=this[_0x142e5a(0x36a)](_0x505fa6[_0x142e5a(0x2de)])||this[_0x142e5a(0x3ae)][this[_0x142e5a(0x2d0)]]||null,_0x3f28a=process['env'][_0x142e5a(0x243)]||'';_0x5b130a=this[_0x142e5a(0x3b4)](_0x505fa6['kypNW'],_0x1969e2,_0x21763c,_0x3f28a);}logger[_0x142e5a(0x354)](_0x505fa6[_0x142e5a(0x33b)]);const _0x3a5893=0x15f90,_0x241908=0x1388;try{await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x142e5a(0x216)],async()=>{const _0x413981=_0x142e5a,_0x55b500={'MkKKY':function(_0x6e720f,_0x41c0b5,_0x301541){return _0x505fa6['DgrEs'](_0x6e720f,_0x41c0b5,_0x301541);}},_0x36df77=this[_0x413981(0x336)](_0xfd7149,_0x505fa6[_0x413981(0x1eb)],_0x5b130a);let _0x15e732;const _0x475dfb=new Promise((_0x2384c8,_0x146823)=>{const _0x2958ae=_0x413981;_0x15e732=_0x55b500[_0x2958ae(0x2c2)](setTimeout,()=>_0x146823(new Error(_0x2958ae(0x2c0)+_0x3a5893+'ms')),_0x3a5893);});try{const _0xf0196c=await Promise[_0x413981(0x236)]([_0x36df77,_0x475dfb]);logger['debug'](_0x413981(0x34a)+util['format'](_0xf0196c));}finally{_0x505fa6['usUaR'](clearTimeout,_0x15e732);}},{'command':_0x505fa6['kypNW']})();}catch(_0x470613){logger[_0x142e5a(0x230)](_0x142e5a(0x3af)+_0x470613['message']+'\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary'),global[_0x142e5a(0x399)]={'reason':_0x505fa6['DGcok'],'at':Date[_0x142e5a(0x2b0)](),'where':_0x505fa6[_0x142e5a(0x1af)]},await new Promise(_0x2359b0=>setTimeout(_0x2359b0,_0x241908)),logger['debug'](_0x142e5a(0x285)+_0x241908+_0x142e5a(0x3d4));}const _0x2dffbf=await this[_0x142e5a(0x240)]({'fetchFn':()=>PerformanceTester[_0x142e5a(0x1d1)](PerformanceA11yEvents[_0x142e5a(0x384)],async()=>{const _0x15b35f=_0x142e5a;return await this[_0x15b35f(0x336)](_0xfd7149,_0x505fa6[_0x15b35f(0x34e)],_0x5b130a);})(),'isNonEmpty':_0x26547d=>_0x26547d&&typeof _0x26547d['totalIssueCount']==='number'&&_0x26547d[_0x142e5a(0x198)]>0x0,'resultDetail':_0x52ded7=>_0x142e5a(0x241)+(_0x52ded7&&typeof _0x52ded7['totalIssueCount']===_0x142e5a(0x3a0)?_0x52ded7['totalIssueCount']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x505fa6[_0x142e5a(0x1af)]});if(!_0x2dffbf)return logger['debug'](_0x505fa6['AiUdI']),{};return _0x505fa6[_0x142e5a(0x2b8)](typeof _0x2dffbf,_0x505fa6['wrwxw'])&&global[_0x142e5a(0x399)]&&(_0x2dffbf[_0x142e5a(0x29a)]=!![],_0x2dffbf[_0x142e5a(0x1ee)]=global['__bstackA11yScanCapHit'][_0x142e5a(0x35d)]),_0x2dffbf;}catch(_0x5766ac){return logger[_0x142e5a(0x19b)](_0x142e5a(0x1e1)+(_0x5766ac[_0x142e5a(0x362)]||_0x5766ac[_0x142e5a(0x374)])),{};}}async[a106_0x55ecea(0x228)](_0x5cf3bd,_0x54cb43,_0x5ef8d7=null){const _0x35831d=a106_0x55ecea,_0xf32771={};_0xf32771[_0x35831d(0x2a8)]=_0x35831d(0x2f4),_0xf32771[_0x35831d(0x36c)]=_0x35831d(0x275),_0xf32771[_0x35831d(0x2e6)]=_0x35831d(0x2d4);const _0x349fb5=_0xf32771;try{if(!_0x5cf3bd)return logger[_0x35831d(0x354)](_0x349fb5['dCbXH']),null;if(!_0x54cb43)return logger[_0x35831d(0x354)](_0x349fb5[_0x35831d(0x36c)]),null;logger[_0x35831d(0x354)](_0x349fb5['mjWte']);const _0x2c0afd=_0x5ef8d7?await _0x5cf3bd[_0x35831d(0x353)](_0x54cb43,_0x5ef8d7):await _0x5cf3bd[_0x35831d(0x353)](_0x54cb43);return _0x2c0afd;}catch(_0x5e2d9b){return logger[_0x35831d(0x19b)]('Error\x20in\x20performPageScan:\x20'+(_0x5e2d9b[_0x35831d(0x362)]||_0x5e2d9b[_0x35831d(0x374)])),null;}}static[a106_0x55ecea(0x269)](_0x218e8d,_0x711a5e){const _0x5a9e20=a106_0x55ecea,_0x2b71b5={};_0x2b71b5['xPtju']=_0x5a9e20(0x252);const _0x1784ef=_0x2b71b5,_0x2dfb5a={};_0x2dfb5a[_0x5a9e20(0x2c1)]=_0x218e8d;const _0x49122b=_0x2dfb5a;let _0x1be0d4={};if(_0x711a5e[_0x5a9e20(0x371)]()&&_0x711a5e['hasAccessibilityExecuteParams']())try{_0x1be0d4=JSON['parse'](Buffer[_0x5a9e20(0x3d3)](_0x711a5e[_0x5a9e20(0x394)]())['toString'](_0x1784ef['xPtju']));}catch(_0x5d5a8b){logger[_0x5a9e20(0x19b)](_0x5a9e20(0x221)+_0x5d5a8b[_0x5a9e20(0x374)]),_0x1be0d4={};}return CLIUtils[_0x5a9e20(0x3c6)](_0x49122b,_0x1be0d4);}static async[a106_0x55ecea(0x3c3)](_0x44e5bd,_0x529730='',_0xd7ba06=null){const _0x341de6=a106_0x55ecea,_0x374335={};_0x374335['zesdU']=_0x341de6(0x300),_0x374335[_0x341de6(0x264)]=_0x341de6(0x380);const _0x4d021d=_0x374335;try{if(!_0xd7ba06&&AccessibilityModule[_0x341de6(0x314)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x341de6(0x1a1)][_0x341de6(0x26d)])return logger[_0x341de6(0x19b)](_0x4d021d[_0x341de6(0x339)]),{};const _0x22ed76=await GrpcClient[_0x341de6(0x3d2)]()[_0x341de6(0x2f9)](process[_0x341de6(0x1a1)][_0x341de6(0x26d)],_0x4d021d['oqVOK'],_0x44e5bd,_0xd7ba06),_0x2737f9=_0xd7ba06?AccessibilityModule['loadDriverExecuteParams'](null,_0x22ed76)?.[_0x341de6(0x2c1)]||_0x529730:_0x529730,_0x27ea99=AccessibilityModule[_0x341de6(0x269)](_0x2737f9,_0x22ed76);return!_0xd7ba06&&(AccessibilityModule[_0x341de6(0x34b)]=_0x27ea99,AccessibilityModule[_0x341de6(0x314)]=!![]),_0x27ea99;}catch(_0x353041){return logger[_0x341de6(0x19b)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x44e5bd+':\x20'+(_0x353041[_0x341de6(0x362)]||_0x353041[_0x341de6(0x374)])),{};}}}function a106_0x2ea3(_0x40bf51,_0x4bd8a5){const _0x1b11f6=a106_0x1b11();return a106_0x2ea3=function(_0x2ea3bf,_0x5de18c){_0x2ea3bf=_0x2ea3bf-0x186;let _0x20df35=_0x1b11f6[_0x2ea3bf];return _0x20df35;},a106_0x2ea3(_0x40bf51,_0x4bd8a5);};module[a106_0x55ecea(0x321)]=AccessibilityModule;function a106_0x1b11(){const _0x1177aa=['warn','EyDeZ','getName','uMqBB','qxyyH','browserstack_executor','race','capabilities','wtoTl','count=','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','rzxsp','join','getAppAccessibilityResultsSummary','ZPPvO','registerObserver','_pollUntilNonEmpty','totalIssueCount=','toString','BROWSERSTACK_TESTHUB_JWT',',\x20tags=','capabilitiesList','dekrW','browserstack.accessibilityOptions.authToken','hoNXP','string','chBJP','getAppAccessibilityResults','1738178UzONxG','getTrackedInstance','onBeforeExecute:\x20Command\x20','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','testFramework','XAFXw','utf-8','name','vDdMY','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','__accessibilityOptions','BgPAK','jXjYK','delete','Cthrv','authHeader','concat','../../playwright/accessibility-helper','VzwTG',']\x20clear\x20','nycbU','size','LoFMR','getCapabilities','oqVOK','lFxYI','patchSendMessageToServer','vVISX','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','loadDriverExecuteParams','../../../helpers/accessibility-automation/constants','psCcP',',\x20isAppAccessibility=','BROWSERSTACK_CLI_BIN_SESSION_ID','\x20env=','DRIVER_INIT','setAccessibilityConfig','getCapabilitiesList','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','browserStackEvaluate','oKrlA','performPageScan:\x20Script\x20is\x20null','30MVsTgY','isMobilePlatform','DXFIB','KEY_INIT','XrVyy','shouldScanCurrentTest','aLiRF','chrome','nCTtZ','Context','version','update','GxcNN','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','slice','[AccessibilityModule.getResultsSummary]\x20waited\x20','ZpPWa','QVFHW','../../../helpers/performance/performance-tester.js','../state/automationFrameworkState','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','accessibilityPlatform','getOptions','JDBvT',')\x20result=','sha256','asJTy','mPjLT','test_run_id','2370975pIlpTk','mTwuS','Page\x20','\x20testHubUuid=','TWGAo','EXECUTE','saveResults','degraded','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=',');\x20returning\x20last\x20value','pxnhb','includeTagsInTestingScope','uHceu','Error\x20in\x20initAccessibilityConfig:\x20','klmVR','McxDd','_mobileScanningDisabledLogged','ACCESSIBILITY_INITIALIZED','../cliUtils',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','vAbtG','dCbXH','lFHOd','yjngm','true','\x20script\x20available\x20in\x20scriptsList','not-array','iXoRD','FfWYz','now',',\x20sessionId=','saveTestResults','launchCaps','android','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',',\x20testName=','Yibop','XvGle','testInfo','TogMe','browserName',']\x20isEnabledTestcase\x20(','eamoJ','LlQpN','TEST_INIT','performScan\x20capped\x20at\x20','thTestRunUuid','MkKKY','trim','initAccessibilityConfig','MODULE_NAME','onBeforeExecute:\x20command=','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','oFUKv','LnPqH','fLgkh','scriptsList','1410xOamIP','latest','appium:platformName','mXGjd','KEY_TESTHUB_BUILD_ID','isMobileScanningEnabledForGroup','qrQLI','wVhTp','Executing\x20accessibility\x20script\x20on\x20page','GLIPh','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','includes','OTxKL','platformCaps','bind','VYxWT','TaPyp','isVersionSupported','vdLkA','requiresChromeOptionsValidation','Accessibility\x20data\x20for\x20extension:\x20','TfdJO','\x20a11yToken=','parseA11yJwtPayload','TqWBm','AOzVb','mjWte','./baseModule','SFFwV','Error\x20getting\x20script\x20by\x20name\x20','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','KEY_TEST_NAME','hAwme','AUOgN','\x20browser\x20version\x20greater\x20than\x20','browserVersion','end','ENxug','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','getResults','performPageScan:\x20Page\x20is\x20null','RNvTl','bKaQi','getBuildId','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','fetchDriverExecuteParamsEvent','CHPJS','updateData','eWIAQ',']\x20onAfterTest\x20should\x20scan=','puPHi','_sendMessageServerPatchApplied','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','isAppAccessibility',',\x20framework=','XVNdS','FNRUi','pid','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','[AccessibilityModule]\x20onAfterTest:\x20framework=','aXptc','ClbPM','x\x20over\x20','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','ms\x20—\x20cache\x20never\x20populated\x20(','No\x20summaryResults\x20found.','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','centralAuthHeader','value','test_tags','\x22\x20pid=','crypto','_centralAuthConfigFetched','pRPMW','TEMyO','AUTOMATION_SESSIONS','toObject','bRDrn',']\x20should\x20run\x20accessibility\x20value=','_parseScriptsFromOptions','loadAccessibilityConfig','yanno','pvoho','performScan','PEmRi','exports','../../../helpers/helper','kGgHE','sIzGH','YUpPr','JpbAO','UVqSa','OhoDX','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','getScriptByName','Unknown\x20Test','performScanForCli','headless','HqtRS','SDK_ACCESSIBILITY_CONFIG','Tddyb','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','MBCKl','YoktC','chromeOptions','vCEAR','executeScriptByName','YtsJj','NODE_GENERIC','zesdU','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','BZgTQ','parse','AccessibilityModule.getResults','stringify','unknown','Error\x20in\x20shouldScanForCommand:\x20','page','getAllData','getCurrentAccessibilityStatus','wGGTo','VlsBW','isPlatformSupported','CappV',']\x20polled\x20','ZfWdr','Scan\x20result:\x20','_centralAuthA11yConfig','TrackedInstance','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','LVqXn','nTDFu','isEnabledTestcase','MNsVG','isPlatformSupported:\x20caps\x20are\x20null','evaluate','debug','uRFjk','on\x20non-BrowserStack\x20infrastructure\x20','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','WPJQP','vXUay','scannerVersion','centralAuthToken',',\x20\x0a\x20','reason','toJson','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','getScriptsList','wtHRG','stack','ehqhA','396745GKLWsQ','accessibilityResult','Error\x20applying\x20sendMessageToServer\x20patch:\x20','testcafe','__workerDetails','WWPxN','getCapabilityValue','getTestFrameworkDetail','XOQbG','platformVersion','getCurrentInstanceName','QUIT','rVeSU','getSuccess','jwdUQ',',\x20excludeTags=','message','function','rcpKs','toLowerCase','performScanForCli:\x20No\x20','testFrameworkData','GypVT',',\x20testRunId=','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','createHash','finishScanningForCli','hOOAB','accessibility','HPyqi','CimRw','tBLJT','GET_RESULTS_SUMMARY','uiayX','titlePath','../grpcClient','mIxMl','pDZDn','CREATE','getResultsSummary','options','LyTXL','getAccessibilityResults','MVjbi','TJtix','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','SCAN_CAP_HIT','PedTe','getAccessibilityExecuteParams','isAccessibilityAutomationSession','ETRri','MergedScanArgs:\x20','getScript','__bstackA11yScanCapHit','RlMAE','\x22browserstack.key\x22:\x22[REDACTED]\x22','lHVKH','assign','vLpic','Ycjtj','number',',\x20testCaseEnabled=','find','get','cucumber','XKepe','replace','PxZeT','2297736HImsqb','../framework/testFramework','sREiZ','rbnuN','executeScript','test-tags-->\x20','accessibilityConfig','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','goog:chromeOptions','HMJrV','PVasL','pkxin','getParamsForScanForCli','browser_version','commandsList','testAnalyticsId','MOBILE_SCANNING_DISABLED_WARNING','Error\x20in\x20stopTestCapture:\x20','DXkvw','46277tdaGlS','vgkKV','isEnabled','nHTnV','\x20->\x20','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','a11y:save-results','bobuq','fetchCentralAuthA11yConfig','validatePlatformForAccessibility','getModuleName','mergeObject','mjNsm','browserstack.accessibilityOptions.scannerProcessingTimeout','Exception\x20in\x20isPlatformSupported:\x20','ZIPZh','null','ZYYIh','--headless=','JbsCy','\x20worker=\x22','IzXUW','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','getInstance','from','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','start','getValue','shouldScanForCommand:\x20','jest','appium:platformVersion','testhub_build_uuid','pwPage','some','driver','ysCeP','IfOHT','getPlatformCaps',']\x20poll\x20attempt=','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','AFCDO','INfRE','dolUc','applySendMessageToServerPatch','getAccessibilityResultsSummary','getTestId','XPDey','tVYnO','../../utils/playwright-patcher','getCommandsList','../../../helpers/accessibility-automation/helper','processAccessibilityCaps','KAsOD','keys','cCSUw','totalIssueCount','AccessibilityModule.getResultsSummary','getData','error','nfDnh','excludeTagsInTestingScope','commandName','skipCDPConnectOverride','WVaQf','env','gjpuJ','\x20from\x20testIdentifier=','rLmXb','ZeIMN','7oqEqXb','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','toISOString','[platform\x20-\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','testData','length','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','gPlLL','Processed\x20accessibility\x20caps\x20','ZQbOP','Performing\x20scan\x20before\x20getting\x20results\x20summary','isBrowserSupportedForAccessibility','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','cwCBm','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','getContext','getPlatformIndex','SVfXU','nyrbW','jeMjY','currentTest','kTGMC','TGFWx','NON_BROWSERSTACK_AUTOMATION_SESSIONS','Error\x20executing\x20script\x20','pyFXo','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','isArray','4VsRqke','getIsAppAccessibility','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','yOJtm','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','vybai','getLogDisabledShown','366599QGgBAa','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','\x20script\x20available','setLogDisabledShown','platformName','measureWrapper','ObVvv','onAfterTest','zIoUK','hNcqJ','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20',',\x20testIdentifier=','Error\x20checking\x20headless\x20capability:\x20','shouldScanForCommand','MKUif','IRNuL','setAccessibilityToken','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','qspqT','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','executeScriptByName:\x20No\x20','Error\x20in\x20getAccessibilityResultsSummary:\x20','util','LOG_DISABLED_SHOWN','rRgzz','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','afterTestHook','onBeforeExecute','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','testRunId','xNaKF','isMobileWebSession','setShouldScanCurrentTest','degradedReason','FdNxo','main','args','getResultResponse','--headless','wlrxp','setShouldScan','format','__jestCurrentTestIdentifier','scan','onBeforeTest','JEST_WORKER_ID','command','getAccessibility','fcjlS','[App-A11y]\x20Scan\x20result\x20for\x20','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','AgLfD','wOoZv','xTfef','digest','BAIUV','resolveMobileThTestRunUuid','AcJlQ','PRE','getTestUUID','browserstack.accessibilityOptions.wcagVersion','JSOjl','../framework/constants/testFrameworkConstants.js','object','trmxf','getTesthub','Error\x20in\x20getAccessibilityResults:\x20','instance','dHNTv','KkWyh','FCtKC','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','KEY_TEST_SCOPES','PERFORM_SCAN','4319730cFsjTY','OghsZ','BROWSERSTACK_TEST_ACCESSIBILITY_YML','set','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',',\x20includeTags=','\x22browserstack.user\x22:\x22[REDACTED]\x22','\x20token_fp=','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','stopTestCapture','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','knyse',']\x20Accessibility\x20configuration\x20initialized\x20successfully','info','Performing\x20scan\x20before\x20from\x20cli','map','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','performPageScan','isFinite','QGKHB','VmqIx','../../../helpers/accessibility-automation/scripts','getTestDetails','getBrowserDisplayName','accessibilityToken'];a106_0x1b11=function(){return _0x1177aa;};return a106_0x1b11();}
@@ -1 +1 @@
1
- function a107_0x262f(){const _0x1ca4b7=['version','120XLfdEJ','4BxziGn','testInfo','2075280OdyAyp','Missing\x20binSessionId','4|0|1|2|3','split','WhwvH','1195101LGBQhz','Configured\x20module\x20','winstonLogger','BaseModule','binSessionId','testCaseStartedId','testFramework','CUCUMBER','qytVI','client','setTestFrameworkData','getTestId',',\x20platformIndex=','ATysU','ZUNAe','PLAYWRIGHT','getModuleName','testId','435864uDeYLM','qRVPZ','ikwFZ','13370vgBHlU','wDUPp','4654899WgNkrf','4|3|2|5|1|0','ensureBinSession','object','PUkYX','6974989AErADq','platformIndex','95NOhZXA','8369632mcARsV','_test','testFrameworkData','../../../helpers/test-observability/constants.js','name','../../../helpers/logger.js'];a107_0x262f=function(){return _0x1ca4b7;};return a107_0x262f();}const a107_0x50f1d6=a107_0x1e97;function a107_0x1e97(_0x52df60,_0x142392){const _0x262f8a=a107_0x262f();return a107_0x1e97=function(_0x1e9723,_0xd413a6){_0x1e9723=_0x1e9723-0x18c;let _0x9d4b28=_0x262f8a[_0x1e9723];return _0x9d4b28;},a107_0x1e97(_0x52df60,_0x142392);}(function(_0x3d8a3b,_0x8b218f){const _0x47fc58=a107_0x1e97,_0x542261=_0x3d8a3b();while(!![]){try{const _0x503a0f=parseInt(_0x47fc58(0x1a0))/0x1*(-parseInt(_0x47fc58(0x197))/0x2)+parseInt(_0x47fc58(0x199))/0x3*(parseInt(_0x47fc58(0x1a9))/0x4)+parseInt(_0x47fc58(0x1ab))/0x5+-parseInt(_0x47fc58(0x194))/0x6+-parseInt(_0x47fc58(0x19e))/0x7+-parseInt(_0x47fc58(0x1a1))/0x8+parseInt(_0x47fc58(0x1b0))/0x9*(parseInt(_0x47fc58(0x1a8))/0xa);if(_0x503a0f===_0x8b218f)break;else _0x542261['push'](_0x542261['shift']());}catch(_0x703386){_0x542261['push'](_0x542261['shift']());}}}(a107_0x262f,0xc5b4f));const logger=require(a107_0x50f1d6(0x1a6))[a107_0x50f1d6(0x1b2)],{FRAMEWORKS}=require(a107_0x50f1d6(0x1a4));class BaseModule{constructor(_0x989f9b=null){const _0x55f3a9=a107_0x50f1d6,_0x2828a6={};_0x2828a6['ZUNAe']=_0x55f3a9(0x19a),_0x2828a6[_0x55f3a9(0x1b8)]=_0x55f3a9(0x1b3);const _0x1a2e10=_0x2828a6,_0x278a19=_0x1a2e10[_0x55f3a9(0x190)][_0x55f3a9(0x1ae)]('|');let _0x5997a7=0x0;while(!![]){switch(_0x278a19[_0x5997a7++]){case'0':this[_0x55f3a9(0x1a3)]=this[_0x55f3a9(0x18c)](_0x989f9b);continue;case'1':this[_0x55f3a9(0x1b9)]=null;continue;case'2':this['platformIndex']=0x0;continue;case'3':this['binSessionId']=null;continue;case'4':this[_0x55f3a9(0x1a5)]=_0x1a2e10['qytVI'];continue;case'5':this['config']={};continue;}break;}}[a107_0x50f1d6(0x19b)](){const _0x31310f=a107_0x50f1d6,_0x4f0aeb={};_0x4f0aeb[_0x31310f(0x1af)]=_0x31310f(0x1ac);const _0x44a99c=_0x4f0aeb;if(!this['binSessionId'])throw new Error(_0x44a99c[_0x31310f(0x1af)]);}[a107_0x50f1d6(0x192)](){return this['name'];}['configure'](_0x2a8d5d,_0xdbbb84,_0x236533,_0x4a6921={}){const _0x3b8ed5=a107_0x50f1d6,_0x391a73={};_0x391a73['ATysU']=_0x3b8ed5(0x1ad);const _0x5a7151=_0x391a73,_0x52759c=_0x5a7151[_0x3b8ed5(0x18f)][_0x3b8ed5(0x1ae)]('|');let _0x4ef6e4=0x0;while(!![]){switch(_0x52759c[_0x4ef6e4++]){case'0':this[_0x3b8ed5(0x19f)]=_0xdbbb84;continue;case'1':this['client']=_0x236533;continue;case'2':this['config']=_0x4a6921;continue;case'3':logger['debug'](_0x3b8ed5(0x1b1)+this['getModuleName']()+'\x20with\x20binSessionId='+_0x2a8d5d+_0x3b8ed5(0x18e)+_0xdbbb84);continue;case'4':this[_0x3b8ed5(0x1b4)]=_0x2a8d5d;continue;}break;}}[a107_0x50f1d6(0x18d)](_0x3d244b){const _0x4ef769=a107_0x50f1d6,_0x330b6d={};_0x330b6d['LyzWW']=function(_0x4c41df,_0xeea2a3){return _0x4c41df===_0xeea2a3;},_0x330b6d[_0x4ef769(0x196)]=function(_0x54d4f9,_0x48b8c2){return _0x54d4f9===_0x48b8c2;},_0x330b6d['wDUPp']=function(_0x1fb0e0,_0x551403){return _0x1fb0e0===_0x551403;};const _0x33aa09=_0x330b6d;let _0x28bea3='';if(_0x33aa09['LyzWW'](_0x3d244b['testFramework'],FRAMEWORKS[_0x4ef769(0x191)]))_0x28bea3=_0x3d244b[_0x4ef769(0x1aa)]?.[_0x4ef769(0x1a2)]?.['id']||_0x3d244b[_0x4ef769(0x1aa)]?.[_0x4ef769(0x193)];else{if(_0x33aa09[_0x4ef769(0x196)](_0x3d244b[_0x4ef769(0x1b6)],FRAMEWORKS[_0x4ef769(0x1b7)]))_0x28bea3=_0x3d244b['testInfo']?.[_0x4ef769(0x1b5)];else _0x33aa09[_0x4ef769(0x198)](_0x3d244b[_0x4ef769(0x1b6)],FRAMEWORKS['JEST'])&&(_0x28bea3=_0x3d244b[_0x4ef769(0x1aa)]?.['id']);}return _0x28bea3;}[a107_0x50f1d6(0x18c)](_0x47bf91){const _0xd229d3=a107_0x50f1d6,_0x232c06={};_0x232c06[_0xd229d3(0x19d)]=function(_0x3a6973,_0x5cac5c){return _0x3a6973!==_0x5cac5c;},_0x232c06[_0xd229d3(0x195)]=_0xd229d3(0x19c);const _0xa0fd28=_0x232c06;if(!_0x47bf91||_0xa0fd28[_0xd229d3(0x19d)](typeof _0x47bf91,_0xa0fd28[_0xd229d3(0x195)]))return null;const _0x195c54={};_0x195c54[_0xd229d3(0x1a5)]=_0x47bf91[_0xd229d3(0x1a5)],_0x195c54[_0xd229d3(0x1a7)]=_0x47bf91['version']&&_0x47bf91[_0xd229d3(0x1a7)][_0x47bf91[_0xd229d3(0x1a5)]];const _0x205977=_0x195c54;return _0x205977;}}module['exports']=BaseModule;
1
+ const a107_0x21be25=a107_0x417c;(function(_0x5e5986,_0x3fcc17){const _0x972978=a107_0x417c,_0x3e6017=_0x5e5986();while(!![]){try{const _0x1b2e3f=parseInt(_0x972978(0xe4))/0x1*(-parseInt(_0x972978(0xf2))/0x2)+parseInt(_0x972978(0xdb))/0x3+-parseInt(_0x972978(0xe1))/0x4+-parseInt(_0x972978(0xed))/0x5+parseInt(_0x972978(0xee))/0x6+-parseInt(_0x972978(0xeb))/0x7+parseInt(_0x972978(0xe3))/0x8;if(_0x1b2e3f===_0x3fcc17)break;else _0x3e6017['push'](_0x3e6017['shift']());}catch(_0x320c3b){_0x3e6017['push'](_0x3e6017['shift']());}}}(a107_0x2dd5,0xa80ee));function a107_0x417c(_0x8e24c3,_0x11a1a5){const _0x2dd534=a107_0x2dd5();return a107_0x417c=function(_0x417c13,_0x5ca414){_0x417c13=_0x417c13-0xd4;let _0x55f802=_0x2dd534[_0x417c13];return _0x55f802;},a107_0x417c(_0x8e24c3,_0x11a1a5);}const logger=require(a107_0x21be25(0xdd))['winstonLogger'],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x31be7e=null){const _0x4372d8=a107_0x21be25,_0x3b521b={};_0x3b521b[_0x4372d8(0xd4)]=_0x4372d8(0xfa),_0x3b521b[_0x4372d8(0xdf)]='BaseModule';const _0x587458=_0x3b521b,_0x15e431=_0x587458[_0x4372d8(0xd4)][_0x4372d8(0xf5)]('|');let _0x342394=0x0;while(!![]){switch(_0x15e431[_0x342394++]){case'0':this[_0x4372d8(0xd9)]=0x0;continue;case'1':this[_0x4372d8(0xff)]=null;continue;case'2':this[_0x4372d8(0xfb)]=_0x587458[_0x4372d8(0xdf)];continue;case'3':this['testFrameworkData']=this[_0x4372d8(0xe9)](_0x31be7e);continue;case'4':this['client']=null;continue;case'5':this[_0x4372d8(0xdc)]={};continue;}break;}}[a107_0x21be25(0xe6)](){const _0x2d4f1e=a107_0x21be25,_0x4f394e={};_0x4f394e['cbJZn']=_0x2d4f1e(0xf6);const _0x1a5590=_0x4f394e;if(!this[_0x2d4f1e(0xff)])throw new Error(_0x1a5590[_0x2d4f1e(0xea)]);}[a107_0x21be25(0xe2)](){const _0x3e8c57=a107_0x21be25;return this[_0x3e8c57(0xfb)];}['configure'](_0x11e961,_0x155503,_0x58a0a0,_0x410d47={}){const _0x368889=a107_0x21be25,_0x7bc91f={};_0x7bc91f[_0x368889(0xfc)]=_0x368889(0xf7);const _0x198090=_0x7bc91f,_0x19ca49=_0x198090[_0x368889(0xfc)][_0x368889(0xf5)]('|');let _0x14ceeb=0x0;while(!![]){switch(_0x19ca49[_0x14ceeb++]){case'0':logger[_0x368889(0xda)](_0x368889(0xe7)+this[_0x368889(0xe2)]()+_0x368889(0xf3)+_0x11e961+_0x368889(0xef)+_0x155503);continue;case'1':this[_0x368889(0xdc)]=_0x410d47;continue;case'2':this[_0x368889(0xd7)]=_0x58a0a0;continue;case'3':this[_0x368889(0xd9)]=_0x155503;continue;case'4':this['binSessionId']=_0x11e961;continue;}break;}}[a107_0x21be25(0xde)](_0x76a487){const _0x256987=a107_0x21be25,_0x3d0c29={};_0x3d0c29['lkXeF']=function(_0x3987b5,_0x11840b){return _0x3987b5===_0x11840b;},_0x3d0c29[_0x256987(0xf9)]=function(_0x3b834d,_0x1f7962){return _0x3b834d===_0x1f7962;},_0x3d0c29[_0x256987(0xf0)]=function(_0x17cc46,_0x538542){return _0x17cc46===_0x538542;};const _0x5c0e15=_0x3d0c29;let _0x33599a='';if(_0x5c0e15[_0x256987(0xd5)](_0x76a487[_0x256987(0xfd)],FRAMEWORKS[_0x256987(0xf4)]))_0x33599a=_0x76a487[_0x256987(0xfe)]?.[_0x256987(0xd6)]?.['id']||_0x76a487[_0x256987(0xfe)]?.[_0x256987(0xe5)];else{if(_0x5c0e15[_0x256987(0xf9)](_0x76a487[_0x256987(0xfd)],FRAMEWORKS['CUCUMBER']))_0x33599a=_0x76a487[_0x256987(0xfe)]?.[_0x256987(0xe8)];else _0x5c0e15[_0x256987(0xf0)](_0x76a487[_0x256987(0xfd)],FRAMEWORKS[_0x256987(0xd8)])&&(_0x33599a=_0x76a487['testInfo']?.['id']);}return _0x33599a;}[a107_0x21be25(0xe9)](_0x2e7274){const _0x15397f=a107_0x21be25,_0x2ebbdf={};_0x2ebbdf[_0x15397f(0xf1)]=function(_0x209ef9,_0x129218){return _0x209ef9!==_0x129218;},_0x2ebbdf[_0x15397f(0xf8)]=_0x15397f(0xec);const _0x199877=_0x2ebbdf;if(!_0x2e7274||_0x199877[_0x15397f(0xf1)](typeof _0x2e7274,_0x199877[_0x15397f(0xf8)]))return null;const _0x5591ea={};_0x5591ea[_0x15397f(0xfb)]=_0x2e7274[_0x15397f(0xfb)],_0x5591ea[_0x15397f(0xe0)]=_0x2e7274[_0x15397f(0xe0)]&&_0x2e7274[_0x15397f(0xe0)][_0x2e7274[_0x15397f(0xfb)]];const _0x5f0873=_0x5591ea;return _0x5f0873;}}module['exports']=BaseModule;function a107_0x2dd5(){const _0x41c569=['1057881GhLjOP','config','../../../helpers/logger.js','getTestId','JjAnB','version','5479484ieylTT','getModuleName','22972104GeukmI','4UokEuQ','testId','ensureBinSession','Configured\x20module\x20','testCaseStartedId','setTestFrameworkData','cbJZn','4134249DHyJPh','object','2615635YGYpUL','6290994kuwUiD',',\x20platformIndex=','zlUas','vsDDH','550334YhVNFK','\x20with\x20binSessionId=','PLAYWRIGHT','split','Missing\x20binSessionId','4|3|2|1|0','qjZne','XavMh','2|1|0|5|4|3','name','aQdpG','testFramework','testInfo','binSessionId','mzGZK','lkXeF','_test','client','JEST','platformIndex','debug'];a107_0x2dd5=function(){return _0x41c569;};return a107_0x2dd5();}
@@ -1 +1 @@
1
- const a108_0x536468=a108_0x33f3;function a108_0x33f3(_0x43b8c4,_0x489f42){const _0x3759d0=a108_0x3759();return a108_0x33f3=function(_0x33f356,_0x728c4e){_0x33f356=_0x33f356-0x141;let _0x36a79f=_0x3759d0[_0x33f356];return _0x36a79f;},a108_0x33f3(_0x43b8c4,_0x489f42);}(function(_0x291d99,_0x5c2edd){const _0x472883=a108_0x33f3,_0xf74427=_0x291d99();while(!![]){try{const _0x490c6a=-parseInt(_0x472883(0x161))/0x1*(parseInt(_0x472883(0x166))/0x2)+-parseInt(_0x472883(0x172))/0x3+-parseInt(_0x472883(0x159))/0x4*(parseInt(_0x472883(0x14f))/0x5)+-parseInt(_0x472883(0x15a))/0x6*(-parseInt(_0x472883(0x143))/0x7)+parseInt(_0x472883(0x14c))/0x8+-parseInt(_0x472883(0x15d))/0x9*(-parseInt(_0x472883(0x157))/0xa)+parseInt(_0x472883(0x16b))/0xb*(parseInt(_0x472883(0x155))/0xc);if(_0x490c6a===_0x5c2edd)break;else _0xf74427['push'](_0xf74427['shift']());}catch(_0x44e4b1){_0xf74427['push'](_0xf74427['shift']());}}}(a108_0x3759,0x379db));const {createClassLogger}=require(a108_0x536468(0x147)),logger=createClassLogger(a108_0x536468(0x145)),{sendToEDS}=require('../../../helpers/helper.js'),isLTSSession=(_0x219209=null)=>{const _0x3bd65e=a108_0x536468,_0x24a1ef={};_0x24a1ef['UswSw']=function(_0x420222,_0x10a5f9){return _0x420222!==_0x10a5f9;},_0x24a1ef['fjtqU']=_0x3bd65e(0x156),_0x24a1ef[_0x3bd65e(0x154)]=function(_0x28bbf6,_0x7f4ea0){return _0x28bbf6===_0x7f4ea0;},_0x24a1ef['hAvRi']='string',_0x24a1ef['xZEqI']='true',_0x24a1ef['MherW']=function(_0x3cdf31,_0x32bbe0){return _0x3cdf31===_0x32bbe0;},_0x24a1ef[_0x3bd65e(0x16c)]=_0x3bd65e(0x16e);const _0x277fd7=_0x24a1ef;try{if(_0x277fd7[_0x3bd65e(0x148)](typeof process[_0x3bd65e(0x16f)][_0x3bd65e(0x163)],_0x277fd7[_0x3bd65e(0x160)])){const _0x1c96ca=process[_0x3bd65e(0x16f)]['overrideLoadTesting'];return _0x277fd7[_0x3bd65e(0x154)](typeof _0x1c96ca,_0x277fd7[_0x3bd65e(0x14a)])?_0x277fd7[_0x3bd65e(0x154)](_0x1c96ca[_0x3bd65e(0x158)](),_0x277fd7[_0x3bd65e(0x151)]):!!_0x1c96ca;}const _0x158550=_0x219209&&_0x219209[_0x3bd65e(0x163)],_0xccff0e=!!(_0x219209&&(_0x277fd7[_0x3bd65e(0x154)](_0x219209[_0x3bd65e(0x162)],!![])||_0x277fd7[_0x3bd65e(0x154)](_0x219209[_0x3bd65e(0x162)],_0x277fd7[_0x3bd65e(0x151)]))),_0x5f77ee=!!(_0x158550&&_0x277fd7[_0x3bd65e(0x142)](_0x158550[_0x3bd65e(0x15e)]()[_0x3bd65e(0x158)](),_0x277fd7[_0x3bd65e(0x151)])&&!_0xccff0e);return process[_0x3bd65e(0x16f)][_0x3bd65e(0x163)]=_0x5f77ee?_0x277fd7[_0x3bd65e(0x151)]:_0x277fd7[_0x3bd65e(0x16c)],_0x5f77ee;}catch(_0x42ee71){return process[_0x3bd65e(0x16f)][_0x3bd65e(0x163)]=_0x277fd7['GTjVe'],![];}},getLTSSessionId=()=>{const _0x27a394=a108_0x536468,_0x1a069a={'MwQBR':function(_0x15d65b){return _0x15d65b();},'FGZIv':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','TFSWZ':_0x27a394(0x14d)};try{if(_0x1a069a[_0x27a394(0x164)](isLTSSession))return logger[_0x27a394(0x14b)](_0x1a069a[_0x27a394(0x167)]),process[_0x27a394(0x16f)][_0x27a394(0x165)]||'';}catch(_0x2b5787){logger[_0x27a394(0x168)](_0x27a394(0x153)+(_0x2b5787&&_0x2b5787[_0x27a394(0x15f)]));}return logger['debug'](_0x1a069a[_0x27a394(0x170)]),'';},setLTSSessionId=async(_0x423dd2={})=>{const _0x363be3=a108_0x536468,_0x40f93={'JEDyu':function(_0x4441f5){return _0x4441f5();},'HXjNc':_0x363be3(0x152),'ubBBd':_0x363be3(0x150),'uIkaS':'LTS','sYwaF':function(_0x59b5a5,_0x3872f5){return _0x59b5a5(_0x3872f5);},'IaSgM':function(_0x191245,_0x4fcee3,_0x3d7cfd){return _0x191245(_0x4fcee3,_0x3d7cfd);},'pBRdn':function(_0x5e434d,_0x2dc33a){return _0x5e434d||_0x2dc33a;}};try{const _0x563a57=_0x40f93[_0x363be3(0x16a)](getLTSSessionId);_0x563a57?(process['env'][_0x363be3(0x165)]=_0x563a57,logger['debug'](_0x40f93['HXjNc'])):(delete process[_0x363be3(0x16f)][_0x363be3(0x165)],logger[_0x363be3(0x14b)](_0x40f93[_0x363be3(0x144)]));try{const _0x1cd11e={'feature':_0x40f93[_0x363be3(0x171)],'ltsEnabled':_0x40f93[_0x363be3(0x15c)](isLTSSession,_0x423dd2),'ltsSessionIdPresent':!!_0x563a57};await _0x40f93[_0x363be3(0x15b)](sendToEDS,_0x1cd11e,_0x423dd2);}catch(_0x1c6cdf){logger[_0x363be3(0x16d)](_0x363be3(0x14e)+(_0x1c6cdf&&_0x1c6cdf[_0x363be3(0x15f)]));}return _0x40f93[_0x363be3(0x141)](_0x563a57,'');}catch(_0x133114){return logger[_0x363be3(0x14b)]('setLTSSessionId\x20error:\x20'+(_0x133114&&_0x133114[_0x363be3(0x15f)])),'';}},a108_0x185f4e={};function a108_0x3759(){const _0x355962=['772VBmEPL','688782HqJuQw','IaSgM','sYwaF','176949dorFuS','toString','message','fjtqU','2dotagN','browserstackAutomation','overrideLoadTesting','MwQBR','BROWSERSTACK_LTS_SESSION_ID','377848FNGWmy','FGZIv','error','setLTSSessionId','JEDyu','120439Ecevnt','GTjVe','warn','false','env','TFSWZ','uIkaS','92259MXbuCa','pBRdn','MherW','7CntoaY','ubBBd','LoadTestModule','getLTSSessionId','../../../helpers/classLogger.js','UswSw','exports','hAvRi','debug','1682216EeYFim','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','11540xxSCXy','BROWSERSTACK_LTS_SESSION_ID\x20cleared','xZEqI','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','Hsdvv','420jOStkK','undefined','190hOUbQh','toLowerCase'];a108_0x3759=function(){return _0x355962;};return a108_0x3759();}a108_0x185f4e['isLTSSession']=isLTSSession,a108_0x185f4e[a108_0x536468(0x146)]=getLTSSessionId,a108_0x185f4e[a108_0x536468(0x169)]=setLTSSessionId,module[a108_0x536468(0x149)]=a108_0x185f4e;
1
+ const a108_0x43d077=a108_0xcd1a;(function(_0x4dd362,_0x40212d){const _0x197935=a108_0xcd1a,_0x35c3e9=_0x4dd362();while(!![]){try{const _0x3418ae=parseInt(_0x197935(0x9c))/0x1*(parseInt(_0x197935(0x9e))/0x2)+parseInt(_0x197935(0x92))/0x3+parseInt(_0x197935(0x80))/0x4*(parseInt(_0x197935(0xa2))/0x5)+-parseInt(_0x197935(0xa7))/0x6+-parseInt(_0x197935(0x9b))/0x7*(-parseInt(_0x197935(0x8e))/0x8)+-parseInt(_0x197935(0x7b))/0x9+-parseInt(_0x197935(0xa6))/0xa;if(_0x3418ae===_0x40212d)break;else _0x35c3e9['push'](_0x35c3e9['shift']());}catch(_0x45aba6){_0x35c3e9['push'](_0x35c3e9['shift']());}}}(a108_0x5604,0xe787b));function a108_0xcd1a(_0x3beca1,_0x3fc57b){const _0x5604f8=a108_0x5604();return a108_0xcd1a=function(_0xcd1ac1,_0x5b0782){_0xcd1ac1=_0xcd1ac1-0x7a;let _0x38c83c=_0x5604f8[_0xcd1ac1];return _0x38c83c;},a108_0xcd1a(_0x3beca1,_0x3fc57b);}const {createClassLogger}=require(a108_0x43d077(0xa5)),logger=createClassLogger(a108_0x43d077(0x89)),{sendToEDS}=require(a108_0x43d077(0x7e)),isLTSSession=(_0x2c691f=null)=>{const _0x5351d8=a108_0x43d077,_0x1ba746={};_0x1ba746[_0x5351d8(0x7c)]=function(_0x1b1a1d,_0x5745b7){return _0x1b1a1d!==_0x5745b7;},_0x1ba746['AGgII']=_0x5351d8(0x82),_0x1ba746[_0x5351d8(0x91)]=function(_0x57f411,_0x4b6185){return _0x57f411===_0x4b6185;},_0x1ba746['nlNlk']=_0x5351d8(0x9d),_0x1ba746['HlczQ']='true',_0x1ba746['SLIis']=function(_0x2a7853,_0x39b000){return _0x2a7853===_0x39b000;},_0x1ba746[_0x5351d8(0x9a)]=function(_0x23b1c0,_0xe94950){return _0x23b1c0===_0xe94950;},_0x1ba746['BJwuv']=_0x5351d8(0x81);const _0xca9007=_0x1ba746;try{if(_0xca9007[_0x5351d8(0x7c)](typeof process['env']['overrideLoadTesting'],_0xca9007['AGgII'])){const _0x1b1b72=process[_0x5351d8(0xa4)]['overrideLoadTesting'];return _0xca9007[_0x5351d8(0x91)](typeof _0x1b1b72,_0xca9007[_0x5351d8(0x86)])?_0xca9007[_0x5351d8(0x91)](_0x1b1b72['toLowerCase'](),_0xca9007[_0x5351d8(0x8a)]):!!_0x1b1b72;}const _0x2ea3b9=_0x2c691f&&_0x2c691f[_0x5351d8(0x84)],_0x24078d=!!(_0x2c691f&&(_0xca9007['PbJpF'](_0x2c691f[_0x5351d8(0x96)],!![])||_0xca9007[_0x5351d8(0x7f)](_0x2c691f[_0x5351d8(0x96)],_0xca9007['HlczQ']))),_0x4f5a8f=!!(_0x2ea3b9&&_0xca9007[_0x5351d8(0x9a)](_0x2ea3b9[_0x5351d8(0x8d)]()[_0x5351d8(0x95)](),_0xca9007[_0x5351d8(0x8a)])&&!_0x24078d);return process[_0x5351d8(0xa4)][_0x5351d8(0x84)]=_0x4f5a8f?_0xca9007[_0x5351d8(0x8a)]:_0xca9007[_0x5351d8(0x8f)],_0x4f5a8f;}catch(_0x54ac1d){return process[_0x5351d8(0xa4)][_0x5351d8(0x84)]=_0xca9007[_0x5351d8(0x8f)],![];}},getLTSSessionId=()=>{const _0x1b4683=a108_0x43d077,_0x2cc17a={'gIDyG':function(_0x280deb){return _0x280deb();},'pTWmT':_0x1b4683(0x7d),'dzDlF':_0x1b4683(0x85)};try{if(_0x2cc17a[_0x1b4683(0x8b)](isLTSSession))return logger[_0x1b4683(0x7a)](_0x2cc17a['pTWmT']),process[_0x1b4683(0xa4)][_0x1b4683(0x99)]||'';}catch(_0x3adef8){logger['error'](_0x1b4683(0xa3)+(_0x3adef8&&_0x3adef8['message']));}return logger['debug'](_0x2cc17a[_0x1b4683(0x87)]),'';},setLTSSessionId=async(_0x304364={})=>{const _0x43a743=a108_0x43d077,_0x3f7c31={'pfCek':function(_0x34bd16){return _0x34bd16();},'YdEHQ':_0x43a743(0x98),'QaeRT':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','ZAeCu':_0x43a743(0x94),'jxrHv':function(_0x3958ba,_0x1213cb){return _0x3958ba(_0x1213cb);},'IIesn':function(_0x2caf27,_0x24a2e4,_0x5a07c8){return _0x2caf27(_0x24a2e4,_0x5a07c8);},'HGxLa':function(_0x172c43,_0x898e71){return _0x172c43||_0x898e71;}};try{const _0x38db8a=_0x3f7c31[_0x43a743(0xa1)](getLTSSessionId);_0x38db8a?(process[_0x43a743(0xa4)][_0x43a743(0x99)]=_0x38db8a,logger[_0x43a743(0x7a)](_0x3f7c31[_0x43a743(0x8c)])):(delete process[_0x43a743(0xa4)][_0x43a743(0x99)],logger[_0x43a743(0x7a)](_0x3f7c31[_0x43a743(0x88)]));try{const _0x57bb61={'feature':_0x3f7c31[_0x43a743(0x83)],'ltsEnabled':_0x3f7c31[_0x43a743(0xa9)](isLTSSession,_0x304364),'ltsSessionIdPresent':!!_0x38db8a};await _0x3f7c31[_0x43a743(0x93)](sendToEDS,_0x57bb61,_0x304364);}catch(_0x3e1f23){logger[_0x43a743(0xa8)](_0x43a743(0x90)+(_0x3e1f23&&_0x3e1f23[_0x43a743(0x97)]));}return _0x3f7c31['HGxLa'](_0x38db8a,'');}catch(_0x23f500){return logger[_0x43a743(0x7a)](_0x43a743(0xa0)+(_0x23f500&&_0x23f500[_0x43a743(0x97)])),'';}},a108_0x257e79={};a108_0x257e79['isLTSSession']=isLTSSession,a108_0x257e79['getLTSSessionId']=getLTSSessionId,a108_0x257e79['setLTSSessionId']=setLTSSessionId,module[a108_0x43d077(0x9f)]=a108_0x257e79;function a108_0x5604(){const _0x38cc1b=['5490858vAhHZq','IIesn','LTS','toLowerCase','browserstackAutomation','message','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','BROWSERSTACK_LTS_SESSION_ID','Etsma','56735DDnMtQ','144143IBrIZI','string','14QXoycN','exports','setLTSSessionId\x20error:\x20','pfCek','2855zFgHWD','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','env','../../../helpers/classLogger.js','20155130sjURNf','7415502ubVWfL','warn','jxrHv','debug','15731262NYFoNZ','VNIKB','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','../../../helpers/helper.js','SLIis','11612NbOZug','false','undefined','ZAeCu','overrideLoadTesting','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','nlNlk','dzDlF','QaeRT','LoadTestModule','HlczQ','gIDyG','YdEHQ','toString','1432easetU','BJwuv','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','PbJpF'];a108_0x5604=function(){return _0x38cc1b;};return a108_0x5604();}
@@ -1 +1 @@
1
- const a109_0x4347f8=a109_0x311f;function a109_0x311f(_0x5b9c52,_0x6cf667){const _0x52b59b=a109_0x52b5();return a109_0x311f=function(_0x311ffa,_0x59491f){_0x311ffa=_0x311ffa-0x1d9;let _0x1d16ae=_0x52b59b[_0x311ffa];return _0x1d16ae;},a109_0x311f(_0x5b9c52,_0x6cf667);}(function(_0x181254,_0x48dd81){const _0x28aac2=a109_0x311f,_0x34945f=_0x181254();while(!![]){try{const _0x1a6fcc=parseInt(_0x28aac2(0x1dc))/0x1*(-parseInt(_0x28aac2(0x1dd))/0x2)+-parseInt(_0x28aac2(0x1e2))/0x3+parseInt(_0x28aac2(0x1e0))/0x4+parseInt(_0x28aac2(0x1fd))/0x5*(-parseInt(_0x28aac2(0x201))/0x6)+parseInt(_0x28aac2(0x1ed))/0x7*(-parseInt(_0x28aac2(0x1ef))/0x8)+-parseInt(_0x28aac2(0x1f7))/0x9*(parseInt(_0x28aac2(0x1eb))/0xa)+-parseInt(_0x28aac2(0x200))/0xb*(-parseInt(_0x28aac2(0x1e8))/0xc);if(_0x1a6fcc===_0x48dd81)break;else _0x34945f['push'](_0x34945f['shift']());}catch(_0x235367){_0x34945f['push'](_0x34945f['shift']());}}}(a109_0x52b5,0x60fc3));const BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a109_0x4347f8(0x1d9)),AutomationFrameworkState=require(a109_0x4347f8(0x1ee)),HookState=require(a109_0x4347f8(0x1ea)),{playwrightAnnotate}=require(a109_0x4347f8(0x1fa)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require('../../../helpers/performance/constants.js'),constants=require(a109_0x4347f8(0x1e3));function a109_0x52b5(){const _0x239329=['1341770dXwqzr','page','18662yGGvyz','../state/automationFrameworkState.js','1312cCsTXK','\x20sync\x20done','onBeforeTest','registerObserver','name','ObservabilityModule','PAznm','onBeforeTest:\x20','45EmyNcT','CREATE','info','../../../helpers/helper.js','onBeforeTest:\x20page\x20is\x20not\x20defined','logger','5xEMRif','MODULE_NAME','KXkRl','126489MCajge','3969678KpIxqA','TEST_REPORTING_ANALYTICS','../framework/automationFramework.js','exports','jVWuP','77351eeqmlE','6WVETdJ','UrMhG','observabilityConfig','2300776sHCSpm','ZevRC','1600389doBlba','../../utils/constants.js','debug','end','POST','getModuleName','2460acClFt','SYNC','../state/hookState.js'];a109_0x52b5=function(){return _0x239329;};return a109_0x52b5();}class ObservabilityModule extends BaseModule{['logger']=createClassLogger('ObservabilityModule');constructor(_0x27c6c6){const _0x3f98ed=a109_0x4347f8,_0x5a087f={};_0x5a087f[_0x3f98ed(0x1ff)]=_0x3f98ed(0x1f4);const _0xc35f70=_0x5a087f;super(),this[_0x3f98ed(0x1f3)]=_0xc35f70[_0x3f98ed(0x1ff)],this[_0x3f98ed(0x1df)]=_0x27c6c6,AutomationFramework[_0x3f98ed(0x1f2)](AutomationFrameworkState[_0x3f98ed(0x1f8)],HookState[_0x3f98ed(0x1e6)],this[_0x3f98ed(0x1f1)]['bind'](this));}[a109_0x4347f8(0x1e7)](){const _0x291c1e=a109_0x4347f8;return ObservabilityModule[_0x291c1e(0x1fe)];}async[a109_0x4347f8(0x1f1)](_0x2aeee9){const _0x67de69=a109_0x4347f8,_0x28a6f9={'PAznm':function(_0x5273dd,_0x518196){return _0x5273dd+_0x518196;},'jVWuP':'ObservabilitySync:','UrMhG':function(_0x1f11c6,_0x261254,_0x37d807,_0x4cfa08){return _0x1f11c6(_0x261254,_0x37d807,_0x4cfa08);},'xzsjE':'debug','ZevRC':_0x67de69(0x1fb)};if(_0x2aeee9[_0x67de69(0x1ec)]){const _0x5716e5=_0x2aeee9[_0x67de69(0x1ec)],_0x5ee57f=Date['now'](),_0x11b2bd=_0x28a6f9[_0x67de69(0x1f5)](_0x28a6f9[_0x67de69(0x1db)],_0x5ee57f);PerformanceTester['start'](O11y_EVENTS[_0x67de69(0x1e9)]),await _0x28a6f9[_0x67de69(0x1de)](playwrightAnnotate,_0x5716e5,_0x11b2bd,_0x28a6f9['xzsjE']),PerformanceTester[_0x67de69(0x1e5)](O11y_EVENTS[_0x67de69(0x1e9)]),this[_0x67de69(0x1fc)][_0x67de69(0x1f9)](_0x67de69(0x1f6)+constants[_0x67de69(0x202)]+_0x67de69(0x1f0));}else this['logger'][_0x67de69(0x1e4)](_0x28a6f9[_0x67de69(0x1e1)]);}}ObservabilityModule['MODULE_NAME']=a109_0x4347f8(0x1f4),module[a109_0x4347f8(0x1da)]=ObservabilityModule;
1
+ function a109_0x2546(_0x304464,_0x45f65d){const _0x4aa31b=a109_0x4aa3();return a109_0x2546=function(_0x2546b5,_0x4ac749){_0x2546b5=_0x2546b5-0x118;let _0x2bc21a=_0x4aa31b[_0x2546b5];return _0x2bc21a;},a109_0x2546(_0x304464,_0x45f65d);}const a109_0x3f19fb=a109_0x2546;(function(_0x5ddf12,_0x11b419){const _0x5de495=a109_0x2546,_0xb7dca1=_0x5ddf12();while(!![]){try{const _0x409690=-parseInt(_0x5de495(0x125))/0x1+-parseInt(_0x5de495(0x11e))/0x2*(-parseInt(_0x5de495(0x12c))/0x3)+-parseInt(_0x5de495(0x138))/0x4*(parseInt(_0x5de495(0x135))/0x5)+parseInt(_0x5de495(0x11b))/0x6*(-parseInt(_0x5de495(0x13b))/0x7)+-parseInt(_0x5de495(0x120))/0x8*(-parseInt(_0x5de495(0x11a))/0x9)+parseInt(_0x5de495(0x13f))/0xa*(-parseInt(_0x5de495(0x137))/0xb)+parseInt(_0x5de495(0x12d))/0xc*(parseInt(_0x5de495(0x119))/0xd);if(_0x409690===_0x11b419)break;else _0xb7dca1['push'](_0xb7dca1['shift']());}catch(_0x441c31){_0xb7dca1['push'](_0xb7dca1['shift']());}}}(a109_0x4aa3,0xc91e4));const BaseModule=require(a109_0x3f19fb(0x134)),{createClassLogger}=require(a109_0x3f19fb(0x139)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require(a109_0x3f19fb(0x136)),{O11y_EVENTS}=require(a109_0x3f19fb(0x130)),constants=require(a109_0x3f19fb(0x11c));class ObservabilityModule extends BaseModule{[a109_0x3f19fb(0x12b)]=createClassLogger(a109_0x3f19fb(0x129));constructor(_0x33f420){const _0x1960be=a109_0x3f19fb,_0x356449={};_0x356449[_0x1960be(0x132)]=_0x1960be(0x129);const _0x2a96e8=_0x356449;super(),this['name']=_0x2a96e8[_0x1960be(0x132)],this[_0x1960be(0x122)]=_0x33f420,AutomationFramework[_0x1960be(0x121)](AutomationFrameworkState[_0x1960be(0x11d)],HookState['POST'],this['onBeforeTest'][_0x1960be(0x13c)](this));}[a109_0x3f19fb(0x12a)](){return ObservabilityModule['MODULE_NAME'];}async['onBeforeTest'](_0x5365c9){const _0x345219=a109_0x3f19fb,_0x583912={'kZTfV':function(_0x1c03e0,_0x9b01a9){return _0x1c03e0+_0x9b01a9;},'TfAcN':_0x345219(0x13a),'KLsoM':function(_0x564813,_0x1c3915,_0x2f7c8d,_0x40cb1e){return _0x564813(_0x1c3915,_0x2f7c8d,_0x40cb1e);},'uKtlX':_0x345219(0x126),'uzwMP':_0x345219(0x12e)};if(_0x5365c9['page']){const _0x14c61a=_0x5365c9['page'],_0x1ba00d=Date[_0x345219(0x12f)](),_0x20f4f8=_0x583912[_0x345219(0x131)](_0x583912[_0x345219(0x127)],_0x1ba00d);PerformanceTester[_0x345219(0x13d)](O11y_EVENTS[_0x345219(0x11f)]),await _0x583912[_0x345219(0x133)](playwrightAnnotate,_0x14c61a,_0x20f4f8,_0x583912[_0x345219(0x140)]),PerformanceTester[_0x345219(0x124)](O11y_EVENTS[_0x345219(0x11f)]),this[_0x345219(0x12b)][_0x345219(0x13e)](_0x345219(0x118)+constants['TEST_REPORTING_ANALYTICS']+'\x20sync\x20done');}else this['logger'][_0x345219(0x126)](_0x583912['uzwMP']);}}ObservabilityModule[a109_0x3f19fb(0x123)]=a109_0x3f19fb(0x129),module[a109_0x3f19fb(0x128)]=ObservabilityModule;function a109_0x4aa3(){const _0x2f6a03=['TfAcN','exports','ObservabilityModule','getModuleName','logger','3RXnxND','24zVzKBv','onBeforeTest:\x20page\x20is\x20not\x20defined','now','../../../helpers/performance/constants.js','kZTfV','GNLsi','KLsoM','./baseModule','5csssvL','../../../helpers/performance/performance-tester.js','17039wZtRpw','1052684PJEEWV','../../../helpers/classLogger.js','ObservabilitySync:','7YYzfcA','bind','start','info','3260GZPptS','uKtlX','onBeforeTest:\x20','7986108iEoOVy','369usofpa','2261010qLjdHP','../../utils/constants.js','CREATE','2375812nGmgVk','SYNC','73856lpNGBM','registerObserver','observabilityConfig','MODULE_NAME','end','826290siTCtK','debug'];a109_0x4aa3=function(){return _0x2f6a03;};return a109_0x4aa3();}