browserstack-node-sdk 1.53.0 → 1.53.1

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 (193) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/puppeteer/patches.js +1 -1
  90. package/src/bin/puppeteer/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/test.setup.js +1 -1
  92. package/src/bin/runner.js +1 -1
  93. package/src/bin/setup.js +1 -1
  94. package/src/bin/test-runner/index.js +1 -1
  95. package/src/bin/test-runner/runTest.js +1 -1
  96. package/src/bin/test-runner/testWorker.js +1 -1
  97. package/src/bin/utils/apiUtilityMethods.js +1 -1
  98. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  99. package/src/bin/utils/constants.js +1 -1
  100. package/src/bin/utils/log4jsAppender.js +1 -1
  101. package/src/bin/utils/logPatcher.js +1 -1
  102. package/src/bin/utils/logReportingAPI.js +1 -1
  103. package/src/bin/utils/playwright-patcher.js +1 -1
  104. package/src/bin/utils/puppeteer-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/testFramework.js +1 -1
  121. package/src/bin/v2/grpcClient.js +1 -1
  122. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  124. package/src/bin/v2/instances/trackedContext.js +1 -1
  125. package/src/bin/v2/instances/trackedInstance.js +1 -1
  126. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  127. package/src/bin/v2/modules/baseModule.js +1 -1
  128. package/src/bin/v2/modules/loadTestModule.js +1 -1
  129. package/src/bin/v2/modules/observabilityModule.js +1 -1
  130. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  131. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  132. package/src/bin/v2/modules/testhubModule.js +1 -1
  133. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  134. package/src/bin/v2/state/hookState.js +1 -1
  135. package/src/bin/v2/state/testFrameworkState.js +1 -1
  136. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  137. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  138. package/src/bin/v2/utils/jest-utils.js +1 -1
  139. package/src/bin/vanilla-js/command.js +1 -1
  140. package/src/browserStackSdk.js +1 -1
  141. package/src/helpers/BrowserStackSetup.js +1 -1
  142. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  143. package/src/helpers/accessibility-automation/constants.js +1 -1
  144. package/src/helpers/accessibility-automation/helper.js +1 -1
  145. package/src/helpers/accessibility-automation/scripts.js +1 -1
  146. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  147. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  148. package/src/helpers/ats/constants.js +1 -1
  149. package/src/helpers/ats/helper.js +1 -1
  150. package/src/helpers/capsMapping.js +1 -1
  151. package/src/helpers/central-scanner/constants.js +1 -1
  152. package/src/helpers/central-scanner/helpers.js +1 -1
  153. package/src/helpers/classLogger.js +1 -1
  154. package/src/helpers/globals.js +1 -1
  155. package/src/helpers/helper.js +1 -1
  156. package/src/helpers/logger.js +1 -1
  157. package/src/helpers/metadata.js +1 -1
  158. package/src/helpers/patchHelper.js +1 -1
  159. package/src/helpers/patchHelpers.js +1 -1
  160. package/src/helpers/percy/Percy.js +1 -1
  161. package/src/helpers/percy/PercyBinary.js +1 -1
  162. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  163. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  164. package/src/helpers/percy/PercySDK.js +1 -1
  165. package/src/helpers/percy/index.js +1 -1
  166. package/src/helpers/percy/utils.js +1 -1
  167. package/src/helpers/performance/constants.js +1 -1
  168. package/src/helpers/performance/performance-tester.js +1 -1
  169. package/src/helpers/playwright-helper.js +1 -1
  170. package/src/helpers/processHelper.js +1 -1
  171. package/src/helpers/puppeteer-helper.js +1 -1
  172. package/src/helpers/request-spy.js +1 -1
  173. package/src/helpers/setKeepAlive.js +1 -1
  174. package/src/helpers/test-observability/constants.js +1 -1
  175. package/src/helpers/test-observability/error-handler.js +1 -1
  176. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  177. package/src/helpers/test-observability/sessionHandler.js +1 -1
  178. package/src/helpers/test-observability/utils.js +1 -1
  179. package/src/helpers/test-orchestration/constants.js +1 -1
  180. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  181. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  182. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  183. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  184. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  185. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  186. package/src/helpers/testhub/constants.js +1 -1
  187. package/src/helpers/testhub/testhubHandler.js +1 -1
  188. package/src/helpers/testhub/utils.js +1 -1
  189. package/src/helpers/timeoutPromise.js +1 -1
  190. package/src/helpers/utilities.js +1 -1
  191. package/src/helpers/w3cMapping.js +1 -1
  192. package/src/hubAllocationMethods.js +1 -1
  193. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a85_0x3375a0=a85_0x5772;(function(_0x383b20,_0x2e195b){const _0x438398=a85_0x5772,_0x23c512=_0x383b20();while(!![]){try{const _0x5ad03a=parseInt(_0x438398(0x17f))/0x1*(-parseInt(_0x438398(0x1ef))/0x2)+parseInt(_0x438398(0x17a))/0x3*(parseInt(_0x438398(0xcc))/0x4)+-parseInt(_0x438398(0xa5))/0x5+-parseInt(_0x438398(0x23f))/0x6+-parseInt(_0x438398(0x18a))/0x7+-parseInt(_0x438398(0x9f))/0x8+parseInt(_0x438398(0x1c8))/0x9;if(_0x5ad03a===_0x2e195b)break;else _0x23c512['push'](_0x23c512['shift']());}catch(_0x2b4c92){_0x23c512['push'](_0x23c512['shift']());}}}(a85_0x290a,0x51458));const BaseModule=require(a85_0x3375a0(0xe4)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a85_0x3375a0(0xe1)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a85_0x3375a0(0x237)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a85_0x3375a0(0x166)),GrpcClient=require(a85_0x3375a0(0x1ac)),scripts=require(a85_0x3375a0(0x13a)),logger=createClassLogger(a85_0x3375a0(0x95)),PerformanceTester=require(a85_0x3375a0(0x22e)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a85_0x3375a0(0xaa)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a85_0x3375a0(0x135)),{nestedKeyValue,isUndefined}=require(a85_0x3375a0(0x215)),util=require(a85_0x3375a0(0x153)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a85_0x3375a0(0x19a)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');class AccessibilityModule extends BaseModule{static [a85_0x3375a0(0x1c2)]=AccessibilityModule['name'];static [a85_0x3375a0(0x176)]=![];static ['_centralAuthA11yConfig']={};constructor(_0xed9743){const _0x4e75ff=a85_0x3375a0,_0x3a0e2a={};_0x3a0e2a[_0x4e75ff(0x8a)]=_0x4e75ff(0xa9),_0x3a0e2a[_0x4e75ff(0x1d8)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x3a0e2a[_0x4e75ff(0xe3)]='testhub_build_uuid',_0x3a0e2a['WjIWT']=_0x4e75ff(0x75),_0x3a0e2a[_0x4e75ff(0x8f)]=_0x4e75ff(0x104);const _0x16c84b=_0x3a0e2a,_0x1bbb19=_0x16c84b[_0x4e75ff(0x8a)][_0x4e75ff(0x149)]('|');let _0x1f7a2f=0x0;while(!![]){switch(_0x1bbb19[_0x1f7a2f++]){case'0':logger[_0x4e75ff(0x1a0)](_0x16c84b[_0x4e75ff(0x1d8)]);continue;case'1':super();continue;case'2':this[_0x4e75ff(0x171)]=!![];continue;case'3':this[_0x4e75ff(0xb0)]=![];continue;case'4':this['isAppAccessibility']=![];continue;case'5':this[_0x4e75ff(0x1f1)]=_0x16c84b['UvyIX'];continue;case'6':this[_0x4e75ff(0x15d)](_0xed9743['getOptions']()[_0x4e75ff(0x256)]());continue;case'7':this[_0x4e75ff(0xe6)]=new Map();continue;case'8':this[_0x4e75ff(0x6f)]=new Map();continue;case'9':this[_0x4e75ff(0x81)]=_0x16c84b[_0x4e75ff(0xc9)];continue;case'10':this[_0x4e75ff(0x1be)]=![];continue;case'11':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x4e75ff(0x1c5)],HookState[_0x4e75ff(0x1e3)],this[_0x4e75ff(0x121)]['bind'](this));continue;case'12':AutomationFramework[_0x4e75ff(0x1cf)](AutomationFrameworkState[_0x4e75ff(0xbc)],HookState[_0x4e75ff(0xd1)],this['onAfterTest'][_0x4e75ff(0xfc)](this));continue;case'13':this[_0x4e75ff(0x156)]=_0xed9743['toObject']();continue;case'14':this[_0x4e75ff(0x16d)]=[];continue;case'15':this['KEY_DRIVER_HAS_URL']=_0x16c84b[_0x4e75ff(0x8f)];continue;case'16':AutomationFramework['registerObserver'](AutomationFrameworkState['EXECUTE'],HookState[_0x4e75ff(0xd1)],this['onBeforeExecute']['bind'](this));continue;}break;}}[a85_0x3375a0(0x171)](){const _0x1e2d7d=a85_0x3375a0;return this[_0x1e2d7d(0x171)];}[a85_0x3375a0(0x93)](){return AccessibilityModule['MODULE_NAME'];}[a85_0x3375a0(0x126)](){const _0x1cb62b=a85_0x3375a0;return this[_0x1cb62b(0xe6)][_0x1cb62b(0x1fc)](CLIUtils[_0x1cb62b(0xfa)](),![]);}[a85_0x3375a0(0x134)](){const _0x312029=a85_0x3375a0;return this[_0x312029(0x6f)][_0x312029(0x1fc)](CLIUtils[_0x312029(0xfa)](),![]);}[a85_0x3375a0(0x11e)](_0x127e66){const _0x143ebe=a85_0x3375a0;this[_0x143ebe(0x6f)][_0x143ebe(0x13b)](CLIUtils[_0x143ebe(0xfa)](),_0x127e66);}[a85_0x3375a0(0x78)](){const _0xd48a07=a85_0x3375a0,_0x2558a5={'uFmVt':_0xd48a07(0xab),'KApKE':function(_0x3e6c4b,_0x178362){return _0x3e6c4b(_0x178362);},'hMKUv':_0xd48a07(0x10f),'SSkee':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','HxTKj':_0xd48a07(0xb9)};if(this[_0xd48a07(0x1be)]){logger['debug'](_0x2558a5['uFmVt']);return;}try{const _0x4d1f1d=_0x2558a5[_0xd48a07(0x1c3)](require,_0x2558a5['hMKUv']);_0x4d1f1d&&_0x4d1f1d[_0xd48a07(0x226)]?(_0x4d1f1d[_0xd48a07(0x226)](),this[_0xd48a07(0x1be)]=!![],logger[_0xd48a07(0x1a0)](_0x2558a5[_0xd48a07(0x246)])):logger['debug'](_0x2558a5['HxTKj']);}catch(_0x261039){logger[_0xd48a07(0x1a0)](_0xd48a07(0x1ea)+util['format'](_0x261039));}}[a85_0x3375a0(0x169)](_0x2a10f9=null,_0x30bef9=null,_0x14b2ed=null){const _0x3b2e49=a85_0x3375a0,_0x459100={'nxtJo':function(_0x1f7e85,_0x2d65db){return _0x1f7e85&&_0x2d65db;},'YTikM':_0x3b2e49(0x13f),'sfshz':function(_0x3112db,_0xb4af5){return _0x3112db(_0xb4af5);},'EKTqf':_0x3b2e49(0x215),'hhTpK':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','fZlzk':_0x3b2e49(0x172),'XsoHe':function(_0x22d445,_0x214195){return _0x22d445===_0x214195;},'ZjVlo':_0x3b2e49(0x1bd),'aomnt':function(_0x48dcf2,_0x4db2f3){return _0x48dcf2===_0x4db2f3;},'qvMux':_0x3b2e49(0x1a4),'YgjgL':function(_0x5a8e4d,_0x121102){return _0x5a8e4d===_0x121102;},'ydWul':_0x3b2e49(0x187),'gSVGw':'goog:chromeOptions','Rpduo':function(_0x45c69f,_0x26d420){return _0x45c69f!==_0x26d420;},'lkWiP':_0x3b2e49(0xcb),'SJunD':function(_0x553086){return _0x553086();},'egCsp':'on\x20non-BrowserStack\x20infrastructure\x20','LZIeD':function(_0x51f09c,_0x353163){return _0x51f09c!==_0x353163;},'MkmoW':function(_0x126e7f,_0x34fefe){return _0x126e7f>_0x34fefe;},'dftcc':_0x3b2e49(0x13c)};try{if(_0x459100[_0x3b2e49(0x1b9)](!_0x30bef9,!_0x14b2ed))return logger['debug'](_0x459100[_0x3b2e49(0x21d)]),![];const {isUndefined:_0xd013ec,isBrowserstackInfra:_0x122e26}=_0x459100[_0x3b2e49(0x1b2)](require,_0x459100[_0x3b2e49(0xca)]);if(!accessibilityHelper[_0x3b2e49(0x140)]())return logger[_0x3b2e49(0x1a0)](_0x459100[_0x3b2e49(0x184)]),![];const _0x13ef1b=_0x30bef9[_0x3b2e49(0xfe)]||_0x30bef9[_0x3b2e49(0x231)],_0x5752b4=_0x30bef9[_0x3b2e49(0x161)]||_0x30bef9[_0x3b2e49(0x24f)];if(!accessibilityHelper[_0x3b2e49(0x259)](_0x13ef1b))return logger[_0x3b2e49(0x1a6)](_0x459100[_0x3b2e49(0x1bf)]),![];if(accessibilityHelper[_0x3b2e49(0xd3)](_0x13ef1b))try{const _0x346edf=_0x30bef9[_0x3b2e49(0xb6)],_0x3ae4ca=_0x459100[_0x3b2e49(0x12e)](_0x346edf,!![])||_0x459100['XsoHe'](_0x346edf,_0x459100['ZjVlo'])||_0x459100[_0x3b2e49(0x9a)](typeof _0x346edf,_0x459100[_0x3b2e49(0x6b)])&&_0x459100[_0x3b2e49(0x160)](_0x346edf[_0x3b2e49(0x148)](),_0x459100[_0x3b2e49(0x158)]);if(_0x3ae4ca)return logger[_0x3b2e49(0x1a6)](_0x459100[_0x3b2e49(0x178)]),![];const _0x56d110=_0x30bef9?.[_0x3b2e49(0x22a)]?.[_0x3b2e49(0x116)]||_0x30bef9?.[_0x459100[_0x3b2e49(0x11b)]]?.[_0x3b2e49(0x116)]||[];if(Array[_0x3b2e49(0x181)](_0x56d110)&&_0x56d110[_0x3b2e49(0x11d)](_0x2c9621=>typeof _0x2c9621===_0x3b2e49(0x1a4)&&(_0x2c9621===_0x3b2e49(0x1c0)||_0x2c9621[_0x3b2e49(0x24d)]('--headless=')&&_0x2c9621!==_0x3b2e49(0x1da))))return logger[_0x3b2e49(0x1a6)](_0x459100[_0x3b2e49(0x178)]),![];}catch(_0x353c98){logger['debug'](_0x3b2e49(0x10b)+util[_0x3b2e49(0x1df)](_0x353c98));}if(_0x459100[_0x3b2e49(0x1b8)](_0x5752b4,_0x459100[_0x3b2e49(0x1c9)])){const _0x571ab8=_0x459100[_0x3b2e49(0x9e)](_0x122e26),_0x3a7e11=accessibilityHelper[_0x3b2e49(0x221)](_0x13ef1b,_0x571ab8),_0x182fa9=accessibilityHelper[_0x3b2e49(0xf6)](_0x13ef1b);if(!accessibilityHelper[_0x3b2e49(0x1af)](_0x5752b4,_0x3a7e11)){const _0x70c1f1=_0x571ab8?'':_0x459100['egCsp'];return logger['warn']('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x182fa9+_0x3b2e49(0x157)+_0x3a7e11+_0x3b2e49(0x12b)+_0x70c1f1+'.'),![];}}else{const _0x243a72=_0x30bef9['browserVersion']||_0x30bef9[_0x3b2e49(0x24f)]||_0x30bef9[_0x3b2e49(0x141)];if(_0x243a72&&_0x459100[_0x3b2e49(0x1e1)](_0x243a72,_0x459100['lkWiP'])&&!_0x459100[_0x3b2e49(0x192)](_0x459100[_0x3b2e49(0x1b2)](parseFloat,_0x243a72),_0x459100[_0x3b2e49(0x1b2)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x459100[_0x3b2e49(0x24e)]),![];}return!![];}catch(_0xbd679d){return logger[_0x3b2e49(0x1a0)](_0x3b2e49(0x1b0)+_0xbd679d[_0x3b2e49(0x258)]),![];}}['isEnabledTestcase'](_0x3f3b1a=[],_0x56353f,_0x3b9631=a85_0x3375a0(0x76)){const _0x1af468=a85_0x3375a0,_0x24318a={'IvZBD':function(_0xbc7ea4,_0x53de47){return _0xbc7ea4===_0x53de47;},'jEHHy':_0x1af468(0xef),'oNftg':function(_0x28b754,_0x1fe2d6){return _0x28b754||_0x1fe2d6;},'WTMzD':function(_0x4992f4,_0x3bd4a1){return _0x4992f4&&_0x3bd4a1;},'mamrm':_0x1af468(0x1e7),'JUZLV':function(_0x1e0344,_0x234ad8){return _0x1e0344===_0x234ad8;},'ssVXl':function(_0x36a6f8,_0x1cc0cd){return _0x36a6f8(_0x1cc0cd);},'CKDce':function(_0x23ec0a,_0x2e323c){return _0x23ec0a>_0x2e323c;},'jtAPm':function(_0x456956,_0x3ffbea){return _0x456956&&_0x3ffbea;}};try{const _0x97add6=process[_0x1af468(0x235)][_0x1af468(0x1b4)]?JSON[_0x1af468(0x175)](process[_0x1af468(0x235)][_0x1af468(0x1b4)]):null;if(!_0x97add6)return!![];const _0x2976d2=Array['isArray'](_0x97add6[_0x1af468(0x106)])?_0x97add6[_0x1af468(0x106)]:[],_0x548db5=Array['isArray'](_0x97add6['excludeTagsInTestingScope'])?_0x97add6[_0x1af468(0xfd)]:[];if(_0x24318a[_0x1af468(0x1ae)](_0x3b9631,_0x24318a[_0x1af468(0x74)])){let _0x135c89;Array[_0x1af468(0x181)](_0x3f3b1a)?_0x135c89=_0x3f3b1a[_0x1af468(0xfb)]('\x20'):_0x135c89=_0x24318a[_0x1af468(0x6c)](_0x3f3b1a,'');const _0x43d64e=_0x548db5[_0x1af468(0x11d)](_0x2c4250=>_0x135c89[_0x1af468(0x12a)](_0x2c4250)),_0x4110b6=_0x24318a[_0x1af468(0x1ae)](_0x2976d2[_0x1af468(0xf8)],0x0)||_0x2976d2['some'](_0x11d640=>_0x135c89['includes'](_0x11d640)),_0x58466c=_0x24318a[_0x1af468(0x213)](!_0x43d64e,_0x4110b6);return logger['debug'](_0x1af468(0x6a)+(_0x56353f?.[_0x1af468(0x123)]?.()||_0x24318a[_0x1af468(0x193)])+_0x1af468(0x70)+_0x58466c+_0x1af468(0x1db)+_0x135c89+',\x20includeTags='+JSON['stringify'](_0x2976d2)+',\x20excludeTags='+JSON[_0x1af468(0x146)](_0x548db5)),_0x58466c;}const _0x58112=Array['isArray'](_0x3f3b1a)?_0x3f3b1a:[];let _0x2e38cf=![],_0x328a23=_0x24318a['JUZLV'](_0x2976d2[_0x1af468(0xf8)],0x0);const _0x3529d6=_0x3468d4=>typeof _0x3468d4===_0x1af468(0x1a4)?_0x3468d4[_0x1af468(0x21c)](/^@/,'')[_0x1af468(0x148)]()['trim']():_0x3468d4,_0x1a37a2=new Set(_0x2976d2[_0x1af468(0x19b)](_0x3529d6)),_0x4f91ad=new Set(_0x548db5[_0x1af468(0x19b)](_0x3529d6));for(const _0x2a98e4 of _0x58112){const _0x3d6695=_0x24318a[_0x1af468(0x1f7)](_0x3529d6,_0x2a98e4);_0x4f91ad[_0x1af468(0xdf)](_0x3d6695)&&(_0x2e38cf=!![]),_0x24318a[_0x1af468(0x86)](_0x1a37a2[_0x1af468(0x1e6)],0x0)&&_0x1a37a2[_0x1af468(0xdf)](_0x3d6695)&&(_0x328a23=!![]);}const _0x1a3a83=_0x24318a[_0x1af468(0x13e)](_0x328a23,!_0x2e38cf);return logger[_0x1af468(0x1a0)](_0x1af468(0x6a)+(_0x56353f?.[_0x1af468(0x123)]?.()||_0x24318a[_0x1af468(0x193)])+_0x1af468(0x21a)+_0x1a3a83+_0x1af468(0x208)+JSON['stringify'](_0x58112)+_0x1af468(0x79)+JSON[_0x1af468(0x146)](_0x2976d2)+_0x1af468(0x19d)+JSON[_0x1af468(0x146)](_0x548db5)),_0x1a3a83;}catch(_0x4eddda){return logger['debug']('[platform\x20-\x20'+(_0x56353f?.[_0x1af468(0x123)]?.()||_0x24318a[_0x1af468(0x193)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x4eddda[_0x1af468(0x258)]),![];}}async[a85_0x3375a0(0x121)](_0x1bf642){const _0x5249bb=a85_0x3375a0,_0x2ef49f={};_0x2ef49f['cHWvM']=function(_0x37f23c,_0x277a16){return _0x37f23c!==_0x277a16;},_0x2ef49f[_0x5249bb(0x1bc)]=_0x5249bb(0x76),_0x2ef49f[_0x5249bb(0x14d)]=_0x5249bb(0xef),_0x2ef49f[_0x5249bb(0xbe)]=_0x5249bb(0x82),_0x2ef49f[_0x5249bb(0x24c)]=_0x5249bb(0x15f),_0x2ef49f[_0x5249bb(0x14b)]=_0x5249bb(0x150),_0x2ef49f['ONyjB']=_0x5249bb(0x119),_0x2ef49f['WwjNX']=_0x5249bb(0x197),_0x2ef49f[_0x5249bb(0xc6)]=function(_0x1dfd6a,_0x21c865){return _0x1dfd6a===_0x21c865;},_0x2ef49f['zhaQR']=_0x5249bb(0xa8),_0x2ef49f['qQEqC']=_0x5249bb(0xcf),_0x2ef49f[_0x5249bb(0xeb)]=function(_0x13fecb,_0x5dabe4){return _0x13fecb>_0x5dabe4;},_0x2ef49f[_0x5249bb(0xf3)]=function(_0x47a03a,_0x4526bc){return _0x47a03a===_0x4526bc;},_0x2ef49f[_0x5249bb(0x89)]=_0x5249bb(0x147),_0x2ef49f[_0x5249bb(0xee)]=_0x5249bb(0x23b),_0x2ef49f['Scmyi']=function(_0x5f145b,_0x1fd1d5){return _0x5f145b&&_0x1fd1d5;},_0x2ef49f[_0x5249bb(0x92)]=_0x5249bb(0x1e7),_0x2ef49f[_0x5249bb(0x117)]=_0x5249bb(0x1bd);const _0xcfbd39=_0x2ef49f;if(_0xcfbd39[_0x5249bb(0xbd)](_0x1bf642['testFramework'],_0xcfbd39[_0x5249bb(0x1bc)])&&_0xcfbd39[_0x5249bb(0xbd)](_0x1bf642[_0x5249bb(0x7f)],_0xcfbd39['HNmKB'])){logger['debug'](_0xcfbd39[_0x5249bb(0xbe)]);return;}try{const _0x541b06=AutomationFramework[_0x5249bb(0xa1)](),_0xa473d9=TestFramework['getTrackedInstance'](),_0x4cb159=_0x1bf642['page']||global['__workerDetails']?.['pwPage']||null;if(!_0x4cb159){_0xa473d9&&_0xa473d9[_0x5249bb(0x222)](_0xcfbd39['bckpv'],!![]);logger['debug'](_0xcfbd39[_0x5249bb(0x14b)]);return;}logger[_0x5249bb(0x1a0)](_0xcfbd39[_0x5249bb(0x16e)]);const _0x18770b=_0xa473d9?.[_0x5249bb(0xff)](_0xcfbd39[_0x5249bb(0x1a8)],![]),_0x232e76=_0xa473d9?.['getData'](_0xcfbd39['bckpv'],![]);if(_0xcfbd39[_0x5249bb(0xc6)](_0x18770b,![])&&_0xcfbd39[_0x5249bb(0xc6)](_0x232e76,![])){_0xa473d9&&_0xa473d9['updateData'](_0xcfbd39[_0x5249bb(0x1a8)],!![]);logger[_0x5249bb(0x1a0)](_0xcfbd39[_0x5249bb(0xf7)]);return;}_0xa473d9&&_0xa473d9[_0x5249bb(0x222)](_0xcfbd39[_0x5249bb(0x24c)],!![]);let _0x543c61,_0x41c521;const _0x5e1286=_0x1bf642['testFramework']||_0xcfbd39[_0x5249bb(0x1bc)];if(_0xcfbd39[_0x5249bb(0xc6)](_0x5e1286,_0xcfbd39['HNmKB'])){_0x41c521=_0x1bf642[_0x5249bb(0xc2)]?.['testAnalyticsId']||_0x1bf642[_0x5249bb(0xc2)]?.['id']||global[_0x5249bb(0x1b7)]||global['__workerDetails']?.[_0x5249bb(0x25a)]?.[_0x5249bb(0x186)]||global[_0x5249bb(0x225)]?.[_0x5249bb(0x25a)]?.['id'];const _0x5598d6=_0xa473d9?.[_0x5249bb(0x18d)]()?.[_0x5249bb(0x1fc)](_0x41c521);if(_0x5598d6&&_0x5598d6[TestFrameworkConstants['KEY_TEST_NAME']])_0x543c61=_0x5598d6[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x1bf642[_0x5249bb(0xc2)]?.[_0x5249bb(0x9d)])_0x543c61=_0x1bf642[_0x5249bb(0xc2)][_0x5249bb(0x9d)];else global['__workerDetails']?.[_0x5249bb(0x25a)]?.[_0x5249bb(0xc2)]?.[_0x5249bb(0x9d)]?_0x543c61=global[_0x5249bb(0x225)][_0x5249bb(0x25a)]['testInfo'][_0x5249bb(0x9d)]:_0x543c61=_0xcfbd39[_0x5249bb(0xc5)];}logger[_0x5249bb(0x1a0)](_0x5249bb(0x188)+_0x41c521+',\x20testName='+JSON['stringify'](_0x543c61));}else{_0x41c521=this[_0x5249bb(0x20e)](_0x1bf642);const _0xe16ec5=TestInfo['getTestDetails'](_0x41c521);let _0x3473a4=[];if(_0xe16ec5&&Array['isArray'](_0xe16ec5[_0x5249bb(0x23b)])&&_0xcfbd39[_0x5249bb(0xeb)](_0xe16ec5[_0x5249bb(0x23b)][_0x5249bb(0xf8)],0x0))_0x3473a4=_0xe16ec5[_0x5249bb(0x23b)];else{if(_0xa473d9){const _0x2123d5=_0xcfbd39[_0x5249bb(0xf3)](typeof _0xa473d9['getData'],_0xcfbd39[_0x5249bb(0x89)])?_0xa473d9[_0x5249bb(0xff)](_0xcfbd39[_0x5249bb(0xee)],[]):_0xa473d9[_0x5249bb(0x23b)]||[];Array[_0x5249bb(0x181)](_0x2123d5)&&(_0x3473a4=_0x2123d5);}}_0x543c61=_0x3473a4;}logger[_0x5249bb(0x68)]('test-tags-->\x20'+JSON[_0x5249bb(0x146)](_0x543c61));const _0x156ef7=this[_0x5249bb(0x169)](_0x541b06,_0x1bf642[_0x5249bb(0xde)],_0x1bf642[_0x5249bb(0x1c6)]);logger[_0x5249bb(0x1a0)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x156ef7+_0x5249bb(0x230)+this['isAppAccessibility']);const _0x4a17d5=this[_0x5249bb(0x115)](_0x543c61,_0x541b06,_0x5e1286),_0x79731a=_0xcfbd39[_0x5249bb(0x1d3)](_0x156ef7,_0x4a17d5),_0x5f0d2c=CLIUtils[_0x5249bb(0xfa)]();this[_0x5249bb(0xe6)][_0x5249bb(0x13b)](_0x5f0d2c,_0x79731a),global[_0x5249bb(0x24b)]?.[_0x5249bb(0x21f)]&&global['Context'][_0x5249bb(0x21f)]()[_0x5249bb(0x200)](_0x79731a),logger[_0x5249bb(0x1a0)]('[platform\x20-\x20'+(_0x541b06?.[_0x5249bb(0x123)]?.()||_0xcfbd39['oENQT'])+_0x5249bb(0x219)+_0x79731a),_0x79731a?(global[_0x5249bb(0xf5)]=!![],process[_0x5249bb(0x235)][_0x5249bb(0xac)]=_0xcfbd39[_0x5249bb(0x117)],this['applySendMessageToServerPatch']()):global[_0x5249bb(0xf5)]=![];}catch(_0x319bc8){logger[_0x5249bb(0x7a)](_0x5249bb(0x1f5)+(_0x319bc8['stack']||_0x319bc8[_0x5249bb(0x258)]));const _0x18578d=CLIUtils[_0x5249bb(0xfa)]();this[_0x5249bb(0xe6)][_0x5249bb(0x13b)](_0x18578d,![]),global['accessibilityPlatform']=![];}}[a85_0x3375a0(0x1a3)](){const _0x6f97cf=a85_0x3375a0;return this[_0x6f97cf(0x16d)][_0x6f97cf(0xb7)](_0x217e54=>_0x217e54[_0x6f97cf(0x22c)]()===_0x6f97cf(0x1d2))?.[_0x6f97cf(0x10d)]()||'';}[a85_0x3375a0(0x19e)](_0x42a5d9){const _0x5d0171=a85_0x3375a0;try{const _0x552a43=this[_0x5d0171(0x156)]?.[_0x5d0171(0x1dc)]?.[_0x5d0171(0x240)]||[],_0x3d28b1=_0x552a43[_0x5d0171(0xb7)](_0x5c4229=>_0x5c4229[_0x5d0171(0xd0)]===_0x42a5d9);return _0x3d28b1?_0x3d28b1['value']:null;}catch(_0xf4d89d){return logger[_0x5d0171(0x1a0)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x42a5d9+':\x20'+_0xf4d89d[_0x5d0171(0x258)]),null;}}async['setAccessibilityConfig'](_0x12070a,_0x4f15d1){const _0x264905=a85_0x3375a0,_0x52fc02=_0x12070a[_0x264905(0x202)]()[_0x264905(0x122)](),_0x5c8b20=_0x52fc02[_0x264905(0x1ec)](),_0x40cf32=_0x52fc02['getCommandsToWrap']()?.['getCommandsList']();scripts['parseFromProto'](_0x5c8b20,_0x40cf32),scripts[_0x264905(0x163)]();const _0x2545ed=_0x52fc02['getCapabilitiesList']();this['capabilities']=_0x52fc02['getCapabilitiesList'](),await this[_0x264905(0x15d)](_0x2545ed,_0x4f15d1[_0x264905(0x1c6)]);}async[a85_0x3375a0(0x15d)](_0x37985b,_0x43aca3={}){const _0x32b283=a85_0x3375a0,_0x439f5d={'fkPZb':function(_0x1dec2c,_0x571424){return _0x1dec2c===_0x571424;},'DYLkL':_0x32b283(0x15c),'MSgKv':'browserstack.accessibilityOptions.authToken','KjsRg':function(_0x2d0442,_0x410233){return _0x2d0442(_0x410233);},'sNDFo':_0x32b283(0x257),'rwIHq':function(_0x59bfa0,_0x52bf5c){return _0x59bfa0(_0x52bf5c);},'Yjrhw':_0x32b283(0x215),'DnrZa':_0x32b283(0x105),'Uprtx':_0x32b283(0x152),'zEukI':'scannerVersion','vWRDa':_0x32b283(0x1d5),'BcZZJ':_0x32b283(0x8c),'hkhYr':'browserstack.accessibilityOptions.scannerProcessingTimeout','Snalf':_0x32b283(0x98),'zqsUl':function(_0x501b39,_0x4b9108){return _0x501b39(_0x4b9108);},'tFVRx':function(_0x27541b,_0xb57ed9){return _0x27541b===_0xb57ed9;},'VRgKd':_0x32b283(0x1bd)};global['__accessibilityOptions']=global[_0x32b283(0x87)]||{};for(const _0x5938ba of _0x37985b){logger[_0x32b283(0x68)](_0x32b283(0xbb)+_0x5938ba['getName']()+_0x32b283(0x162)+_0x5938ba[_0x32b283(0x10d)]());if(_0x439f5d['fkPZb'](_0x5938ba['getName'](),_0x439f5d[_0x32b283(0x218)])){const _0x3073f1=_0x5938ba[_0x32b283(0x10d)]();process[_0x32b283(0x235)][_0x32b283(0x247)]=_0x3073f1,global[_0x32b283(0x87)][_0x439f5d[_0x32b283(0x245)]]=_0x3073f1;const _0x5442d4=_0x439f5d['KjsRg'](require,_0x439f5d[_0x32b283(0x151)]),{isTrue:_0x3ef596}=_0x439f5d['rwIHq'](require,_0x439f5d[_0x32b283(0x118)]),_0x271801=_0x5442d4[_0x32b283(0x1f6)](_0x3073f1);_0x271801&&_0x439f5d[_0x32b283(0x8b)](_0x3ef596,_0x271801[_0x32b283(0x22b)])&&(process[_0x32b283(0x235)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x439f5d[_0x32b283(0xf1)](_0x5938ba[_0x32b283(0x22c)](),_0x439f5d[_0x32b283(0x183)]))global[_0x32b283(0x87)][_0x439f5d[_0x32b283(0x9b)]]=_0x5938ba[_0x32b283(0x10d)]();else{if(_0x439f5d[_0x32b283(0xf1)](_0x5938ba[_0x32b283(0x22c)](),_0x439f5d[_0x32b283(0x1f3)]))global[_0x32b283(0x87)][_0x439f5d[_0x32b283(0x224)]]=_0x5938ba['getValue']();else{if(_0x439f5d[_0x32b283(0xf1)](_0x5938ba['getName'](),_0x439f5d[_0x32b283(0x167)]))global[_0x32b283(0x87)][_0x439f5d[_0x32b283(0x8e)]]=_0x5938ba[_0x32b283(0x10d)]();else{if(_0x439f5d[_0x32b283(0xf1)](_0x5938ba[_0x32b283(0x22c)](),_0x439f5d[_0x32b283(0xec)])){const _0x34dc0c=_0x5938ba[_0x32b283(0x10d)]();process['env']['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x439f5d[_0x32b283(0x227)](String,_0x439f5d[_0x32b283(0x244)](_0x34dc0c,!![])||_0x439f5d[_0x32b283(0x244)](_0x34dc0c,_0x439f5d[_0x32b283(0x16b)])),logger[_0x32b283(0x1a0)](_0x32b283(0x248)+_0x34dc0c+_0x32b283(0x254)+process[_0x32b283(0x235)][_0x32b283(0x11f)]);}}}}}}}async[a85_0x3375a0(0x66)](_0x13f0e8){const _0x50429f=a85_0x3375a0,_0x2f22ea={};_0x2f22ea['KDSpv']=function(_0x5f1beb,_0x1beb75){return _0x5f1beb!==_0x1beb75;},_0x2f22ea[_0x50429f(0x72)]='cucumber',_0x2f22ea[_0x50429f(0x196)]=_0x50429f(0xef),_0x2f22ea[_0x50429f(0x12c)]=_0x50429f(0x1ee),_0x2f22ea[_0x50429f(0x111)]='unknown';const _0x4a950d=_0x2f22ea;if(_0x4a950d['KDSpv'](_0x13f0e8[_0x50429f(0x7f)],_0x4a950d[_0x50429f(0x72)])&&_0x4a950d[_0x50429f(0x88)](_0x13f0e8['testFramework'],_0x4a950d['TroWE'])){logger[_0x50429f(0x1a0)](_0x4a950d[_0x50429f(0x12c)]);return;}const _0x4d2696=_0x13f0e8[_0x50429f(0xc2)]?.[_0x50429f(0x186)]||_0x13f0e8[_0x50429f(0xc2)]?.['id']||global['__jestCurrentTestIdentifier'];logger['info'](_0x50429f(0x7c)+_0x13f0e8['testFramework']+_0x50429f(0x1cb)+_0x4d2696);try{const _0x32bbd1=_0x13f0e8[_0x50429f(0x12f)]||AutomationFramework['getTrackedInstance'](),_0x54a896=CLIUtils[_0x50429f(0xfa)](),_0x4a3113=this[_0x50429f(0x126)]();logger[_0x50429f(0x1a0)](_0x50429f(0x6a)+(_0x32bbd1?.['getPlatformIndex']?.()||_0x4a950d[_0x50429f(0x111)])+_0x50429f(0xb5)+_0x4a3113),_0x4a3113&&await this[_0x50429f(0xf4)](_0x32bbd1,_0x13f0e8),this[_0x50429f(0xe6)][_0x50429f(0x17e)](_0x54a896),this['LOG_DISABLED_SHOWN'][_0x50429f(0x17e)](_0x54a896);}catch(_0x134729){logger[_0x50429f(0x7a)](_0x50429f(0x1ad)+(_0x134729[_0x50429f(0xb3)]||_0x134729[_0x50429f(0x258)]));}}async['stopTestCapture'](_0x32b934,_0xf0319){const _0x1df6bb=a85_0x3375a0,_0x439823={};_0x439823[_0x1df6bb(0x209)]=function(_0x5115e,_0x31e264){return _0x5115e===_0x31e264;},_0x439823[_0x1df6bb(0x241)]=_0x1df6bb(0x147),_0x439823[_0x1df6bb(0x1d4)]=function(_0x2083a5,_0x786a9e){return _0x2083a5===_0x786a9e;},_0x439823[_0x1df6bb(0x1a1)]='jest',_0x439823[_0x1df6bb(0x15a)]=_0x1df6bb(0x76),_0x439823[_0x1df6bb(0xe2)]=function(_0x3a5401,_0x299fea){return _0x3a5401===_0x299fea;},_0x439823['pbDFe']=_0x1df6bb(0x100),_0x439823['bnzuB']='accessibility',_0x439823['uJFED']=_0x1df6bb(0x1a5),_0x439823[_0x1df6bb(0xce)]=_0x1df6bb(0x1e7),_0x439823[_0x1df6bb(0x19c)]='present',_0x439823[_0x1df6bb(0x20f)]=_0x1df6bb(0x18e),_0x439823['khZQc']=function(_0x34ccce,_0xfa247d){return _0x34ccce||_0xfa247d;},_0x439823[_0x1df6bb(0x10e)]=function(_0x1b66f2,_0x15aafd){return _0x1b66f2||_0x15aafd;},_0x439823[_0x1df6bb(0x139)]=_0x1df6bb(0xdc),_0x439823[_0x1df6bb(0x6e)]=_0x1df6bb(0x23c),_0x439823['WkZDc']=_0x1df6bb(0x179);const _0x27b7af=_0x439823;try{const _0x4ed3f1=_0xf0319[_0x1df6bb(0x7f)]||(_0x27b7af[_0x1df6bb(0x1d4)](this[_0x1df6bb(0x1d1)]?.[_0x1df6bb(0xd0)]?.[_0x1df6bb(0x148)](),_0x27b7af['SqdQS'])?_0x27b7af['SqdQS']:_0x27b7af[_0x1df6bb(0x15a)]);let _0x2a1305='',_0x5ac8ad=null,_0x4bd625=null;if(_0x27b7af[_0x1df6bb(0xe2)](_0x4ed3f1,_0x27b7af[_0x1df6bb(0x1a1)])){_0x5ac8ad=_0xf0319[_0x1df6bb(0xc2)]?.['testAnalyticsId']||_0xf0319[_0x1df6bb(0xc2)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x5ac8ad){logger[_0x1df6bb(0x1a6)](_0x27b7af['pbDFe']);return;}try{const _0x3472c4=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x1df6bb(0x235)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x27b7af[_0x1df6bb(0x73)],_0x27b7af[_0x1df6bb(0x177)],_0x5ac8ad),_0x1119c1=AccessibilityModule[_0x1df6bb(0x21e)](null,_0x3472c4);_0x2a1305=_0x1119c1?.[_0x1df6bb(0x1a9)]||'',logger[_0x1df6bb(0x1a0)](_0x1df6bb(0x14e)+_0x2a1305+_0x1df6bb(0x164)+_0x5ac8ad),_0x4bd625=_0x3472c4;}catch(_0x20c06f){logger[_0x1df6bb(0x7a)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x20c06f[_0x1df6bb(0x258)]);return;}}else{const _0x4d0a29=this[_0x1df6bb(0x20e)](_0xf0319);_0x2a1305=TestInfo[_0x1df6bb(0x223)](_0x4d0a29);}const _0x2ff409=((()=>{const _0x38c346=_0x1df6bb,_0x199648=(this[_0x38c346(0x156)]?.['options']?.['capabilitiesList']||[])[_0x38c346(0xb7)](_0x3f8b73=>(typeof _0x3f8b73[_0x38c346(0x22c)]==='function'?_0x3f8b73[_0x38c346(0x22c)]():_0x3f8b73[_0x38c346(0xd0)])===this['KEY_TESTHUB_BUILD_ID']);return _0x199648?_0x27b7af[_0x38c346(0x209)](typeof _0x199648[_0x38c346(0x10d)],_0x27b7af[_0x38c346(0x241)])?_0x199648['getValue']():_0x199648[_0x38c346(0xd2)]:'';})()),_0x5aff0c=process[_0x1df6bb(0x235)][_0x1df6bb(0xb4)]||'';logger[_0x1df6bb(0x1a0)](_0x1df6bb(0x6a)+(_0x32b934?.[_0x1df6bb(0x123)]?.()||_0x27b7af['LKFcT'])+_0x1df6bb(0xae)+_0x2a1305+_0x1df6bb(0x132)+_0x2ff409+'\x20a11yToken='+(_0x5aff0c?_0x27b7af[_0x1df6bb(0x19c)]:_0x27b7af[_0x1df6bb(0x20f)]));let _0x459a9c;if(_0x27b7af[_0x1df6bb(0xe2)](_0x4ed3f1,_0x27b7af['SqdQS']))_0x459a9c=AccessibilityModule['loadDriverExecuteParams'](_0x2a1305,_0x4bd625);else{const _0x7d5284=await GrpcClient[_0x1df6bb(0xad)]()['fetchDriverExecuteParamsEvent'](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x27b7af[_0x1df6bb(0x73)],_0x27b7af['uJFED']);_0x459a9c=AccessibilityModule[_0x1df6bb(0x21e)](_0x2a1305,_0x7d5284);}logger[_0x1df6bb(0x1a0)](_0x1df6bb(0x180)+JSON[_0x1df6bb(0x146)](_0x459a9c));const _0x1974c2=Object[_0x1df6bb(0x203)]({},{'thTestRunUuid':_0x27b7af[_0x1df6bb(0x23e)](_0x2a1305,''),'thBuildUuid':_0x27b7af[_0x1df6bb(0x10e)](_0x2ff409,''),'thJwtToken':_0x27b7af[_0x1df6bb(0x10e)](_0x5aff0c,'')},_0x459a9c);!this[_0x1df6bb(0xb8)]&&this[_0x1df6bb(0x243)]()&&(_0x1974c2['is_mobile_session']=!![],logger[_0x1df6bb(0x1a0)](_0x27b7af[_0x1df6bb(0x139)]));logger['debug'](_0x1df6bb(0xa2)+_0x2a1305+_0x1df6bb(0x230)+this[_0x1df6bb(0xb8)]);let _0x16f2b6=global[_0x1df6bb(0x225)]?.[_0x1df6bb(0x207)]||null;!_0x16f2b6&&(_0x16f2b6=AutomationFramework[_0x1df6bb(0x120)](_0x32b934,_0x27b7af[_0x1df6bb(0x6e)],null)),!_0x16f2b6&&(_0x16f2b6=AutomationFramework['getState'](_0x32b934,_0x27b7af[_0x1df6bb(0x1d9)],null)),await this[_0x1df6bb(0x210)](this[_0x1df6bb(0x126)](),_0x2a1305,_0x16f2b6,_0x1974c2,this[_0x1df6bb(0xb8)]);}catch(_0x592e1c){logger[_0x1df6bb(0x7a)](_0x1df6bb(0x1ba)+(_0x592e1c[_0x1df6bb(0xb3)]||_0x592e1c[_0x1df6bb(0x258)]));}}async[a85_0x3375a0(0x210)](_0x4f57ea,_0x430d42,_0x24d864,_0x1bd97a,_0xdcd365){const _0x41c55f=a85_0x3375a0,_0x3b085b={};_0x3b085b[_0x41c55f(0xed)]=_0x41c55f(0x1a5),_0x3b085b['pccxK']=function(_0x286a4d,_0x2c6b9d){return _0x286a4d&&_0x2c6b9d;},_0x3b085b[_0x41c55f(0x212)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x3b085b['kifUX']=function(_0x4bee57,_0x54eea4){return _0x4bee57===_0x54eea4;},_0x3b085b[_0x41c55f(0x1b1)]=_0x41c55f(0x18e),_0x3b085b[_0x41c55f(0x233)]=function(_0x4b5e69,_0x192b95){return _0x4b5e69===_0x192b95;},_0x3b085b[_0x41c55f(0x124)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x3b085b[_0x41c55f(0xd6)]=_0x41c55f(0x1e4),_0x3b085b[_0x41c55f(0x1eb)]=_0x41c55f(0x1e8),_0x3b085b[_0x41c55f(0x145)]=_0x41c55f(0x112),_0x3b085b[_0x41c55f(0x101)]=_0x41c55f(0x185),_0x3b085b['fdYtw']=_0x41c55f(0x174),_0x3b085b['msbkI']=_0x41c55f(0x1c1);const _0x4c8642=_0x3b085b;try{const _0x33fb9e=this[_0x41c55f(0x1c4)](_0x4c8642[_0x41c55f(0xed)]);if(_0x4c8642[_0x41c55f(0x65)](!_0xdcd365,!_0x33fb9e)){logger[_0x41c55f(0x1a0)](_0x4c8642[_0x41c55f(0x212)]);return;}if(!_0x430d42||_0x4c8642[_0x41c55f(0x67)](_0x430d42,_0x4c8642[_0x41c55f(0x1b1)])||_0x4c8642[_0x41c55f(0x233)](_0x430d42,'')){logger[_0x41c55f(0x1a0)](_0x4c8642[_0x41c55f(0x124)]);return;}logger[_0x41c55f(0x1a0)](_0x41c55f(0xe8)+JSON[_0x41c55f(0x146)](_0x1bd97a)),_0x4f57ea&&(logger['debug'](_0x4c8642['rpQxK']),await this[_0x41c55f(0x1cc)](_0x24d864,_0x430d42,_0x4c8642[_0x41c55f(0x1eb)],_0x1bd97a,_0xdcd365,_0x4c8642[_0x41c55f(0x145)]),_0x4c8642[_0x41c55f(0x65)](!_0xdcd365,_0x33fb9e)&&(logger[_0x41c55f(0x1a0)](_0x4c8642[_0x41c55f(0x101)]),await PerformanceTester[_0x41c55f(0x137)](_0x4c8642[_0x41c55f(0x11a)],async()=>{const _0x2c59f9=_0x41c55f;await this[_0x2c59f9(0x1cc)](_0x24d864,_0x430d42,_0x4c8642['Lnkrm'],_0x1bd97a,_0xdcd365,_0x4c8642[_0x2c59f9(0xed)]);})()),logger['info'](_0x4c8642[_0x41c55f(0x130)]));}catch(_0x2464cc){logger[_0x41c55f(0x7a)](_0x41c55f(0x1d6)+(_0x2464cc[_0x41c55f(0xb3)]||_0x2464cc['message']));}}async['onBeforeExecute'](_0x59435e){const _0x4bfb0=a85_0x3375a0,_0x5f161f={};_0x5f161f[_0x4bfb0(0x113)]=function(_0x5aee3c,_0x12a870){return _0x5aee3c!==_0x12a870;},_0x5f161f[_0x4bfb0(0xc3)]=_0x4bfb0(0x76),_0x5f161f[_0x4bfb0(0x242)]=_0x4bfb0(0xef),_0x5f161f[_0x4bfb0(0xcd)]='onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x5f161f[_0x4bfb0(0x1cd)]=_0x4bfb0(0x1e7),_0x5f161f[_0x4bfb0(0xf0)]='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x5f161f[_0x4bfb0(0x155)]=function(_0x247e81,_0xeda5b4){return _0x247e81===_0xeda5b4;},_0x5f161f[_0x4bfb0(0x11c)]=_0x4bfb0(0x1f8),_0x5f161f['tWxIJ']=_0x4bfb0(0xe6),_0x5f161f[_0x4bfb0(0x84)]=_0x4bfb0(0x1fa),_0x5f161f[_0x4bfb0(0x90)]=_0x4bfb0(0x22d),_0x5f161f['UBGTI']='testhub_build_uuid',_0x5f161f[_0x4bfb0(0x1f4)]=_0x4bfb0(0x112),_0x5f161f[_0x4bfb0(0xbf)]=_0x4bfb0(0x18e);const _0x43a524=_0x5f161f;if(_0x43a524[_0x4bfb0(0x113)](_0x59435e['testFramework'],_0x43a524['ShrQs'])&&_0x43a524['uvRob'](_0x59435e[_0x4bfb0(0x7f)],_0x43a524[_0x4bfb0(0x242)])){logger[_0x4bfb0(0x1a0)](_0x43a524[_0x4bfb0(0xcd)]);return;}logger[_0x4bfb0(0x1a0)](_0x4bfb0(0xa6)+(_0x59435e[_0x4bfb0(0x249)]||_0x43a524[_0x4bfb0(0x1cd)])+_0x4bfb0(0x23a)+_0x59435e['testFramework']);try{const _0x51023b=_0x59435e[_0x4bfb0(0x12f)]||AutomationFramework[_0x4bfb0(0xa1)](),_0x5778cb=TestFramework[_0x4bfb0(0xa1)](),_0x2c3290=_0x59435e[_0x4bfb0(0x249)]||_0x59435e[_0x4bfb0(0xb1)]?.['getName']();if(!_0x2c3290){logger[_0x4bfb0(0x1a0)](_0x43a524[_0x4bfb0(0xf0)]);return;}if(!this[_0x4bfb0(0x126)]()){logger['debug'](_0x4bfb0(0x7e)+_0x2c3290);return;}if(!this[_0x4bfb0(0xe7)](_0x2c3290)){logger[_0x4bfb0(0x1a0)](_0x4bfb0(0xd9)+_0x2c3290+_0x4bfb0(0x20a));return;}const _0x211859=_0x59435e[_0x4bfb0(0x206)]||global[_0x4bfb0(0x225)]?.[_0x4bfb0(0x207)];if(!_0x211859){logger['debug']('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x2c3290);return;}let _0x1ce092='',_0x51accc=null;if(_0x43a524['tSaFo'](_0x59435e[_0x4bfb0(0x7f)],_0x43a524[_0x4bfb0(0x242)])){_0x51accc=_0x59435e['testInfo']?.[_0x4bfb0(0x186)]||_0x59435e['testInfo']?.['id']||global[_0x4bfb0(0x1b7)];if(!_0x51accc){logger[_0x4bfb0(0x1a6)](_0x43a524[_0x4bfb0(0x11c)]);return;}try{const _0x54abb4=await GrpcClient[_0x4bfb0(0xad)]()[_0x4bfb0(0x165)](process[_0x4bfb0(0x235)][_0x4bfb0(0x1e0)],_0x43a524['tWxIJ'],_0x43a524[_0x4bfb0(0x84)],_0x51accc),_0x4ed202=AccessibilityModule[_0x4bfb0(0x21e)](null,_0x54abb4);_0x1ce092=_0x4ed202?.[_0x4bfb0(0x1a9)]||'',logger[_0x4bfb0(0x1a0)](_0x4bfb0(0x96)+_0x1ce092+_0x4bfb0(0x164)+_0x51accc);}catch(_0x5c8eda){logger[_0x4bfb0(0x7a)](_0x4bfb0(0x23d)+_0x5c8eda[_0x4bfb0(0x258)]);return;}}else _0x1ce092=this[_0x4bfb0(0x19e)](_0x43a524[_0x4bfb0(0x90)])||'',!_0x1ce092&&this['isMobileWebSession']()&&(_0x1ce092=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x8a623a=this['getCapabilityValue'](_0x43a524[_0x4bfb0(0xdd)])||this[_0x4bfb0(0x156)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x49afeb=process[_0x4bfb0(0x235)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x2bae3e=this['getParamsForScanForCli'](_0x2c3290,_0x1ce092,_0x8a623a,_0x49afeb),_0x51860f=_0x43a524[_0x4bfb0(0x155)](_0x59435e[_0x4bfb0(0x7f)],_0x43a524['evAGR'])?await AccessibilityModule[_0x4bfb0(0x97)](_0x43a524['vYPly'],_0x1ce092,_0x51accc):await AccessibilityModule[_0x4bfb0(0x97)](_0x43a524[_0x4bfb0(0x1f4)],_0x1ce092);logger[_0x4bfb0(0x68)](_0x4bfb0(0xc7)+(_0x2bae3e?JSON[_0x4bfb0(0x146)](_0x2bae3e):_0x43a524[_0x4bfb0(0xbf)]));const _0x5497a4=CLIUtils['mergeObject'](_0x2bae3e,_0x51860f);logger[_0x4bfb0(0x68)](_0x4bfb0(0xb2)+(_0x5497a4?JSON[_0x4bfb0(0x146)](_0x5497a4):_0x43a524[_0x4bfb0(0xbf)])),logger[_0x4bfb0(0x1a0)](_0x4bfb0(0xe9)+_0x2c3290);const _0x1fce6f=await this[_0x4bfb0(0x1cc)](_0x211859,_0x1ce092,_0x2c3290,_0x5497a4,this['isAppAccessibility']);logger['debug'](_0x4bfb0(0x77)+_0x2c3290+_0x4bfb0(0x15e)+JSON[_0x4bfb0(0x146)](_0x1fce6f));}catch(_0x5669a7){logger[_0x4bfb0(0x7a)](_0x4bfb0(0x20d)+(_0x5669a7[_0x4bfb0(0xb3)]||_0x5669a7[_0x4bfb0(0x258)]));}}[a85_0x3375a0(0x1f2)](){const _0x5327f3=a85_0x3375a0;return this[_0x5327f3(0x126)]();}[a85_0x3375a0(0x102)](_0x5ce616){const _0x49f92a=a85_0x3375a0,_0x43b6d1=CLIUtils['getCurrentInstanceName']();this[_0x49f92a(0xe6)][_0x49f92a(0x13b)](_0x43b6d1,_0x5ce616);}async[a85_0x3375a0(0x10a)](_0x2a4413){const _0x54ec05=a85_0x3375a0,_0x1b5421={};_0x1b5421[_0x54ec05(0x69)]=_0x54ec05(0x1e7);const _0x360b7f=_0x1b5421;try{const _0x3c4299=_0x2a4413[_0x54ec05(0x12f)]||AutomationFramework[_0x54ec05(0xa1)](),_0x4cc0a4=_0x3c4299?.[_0x54ec05(0xff)]?.()?.[_0x54ec05(0x1fc)]?.(this['KEY_INIT'])||![];if(_0x4cc0a4)return;PerformanceTester[_0x54ec05(0x1e2)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x55782f=await GrpcClient[_0x54ec05(0xad)]()['getAccessibilityConfig'](_0x2a4413);_0x55782f&&_0x55782f[_0x54ec05(0x202)]&&_0x55782f[_0x54ec05(0x202)]()&&_0x55782f['getAccessibility']()[_0x54ec05(0x1ff)]()?(await this[_0x54ec05(0xa4)](_0x55782f,_0x2a4413),_0x3c4299?.[_0x54ec05(0xff)]&&_0x3c4299[_0x54ec05(0xff)]()['set'](this[_0x54ec05(0x81)],!![]),logger[_0x54ec05(0x1a0)](_0x54ec05(0x6a)+(_0x3c4299?.[_0x54ec05(0x123)]?.()||_0x360b7f[_0x54ec05(0x69)])+_0x54ec05(0x17c))):logger['debug'](_0x54ec05(0x6a)+(_0x3c4299?.[_0x54ec05(0x123)]?.()||_0x360b7f[_0x54ec05(0x69)])+_0x54ec05(0x138)),PerformanceTester['end'](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x5afac2){PerformanceTester[_0x54ec05(0x1e5)](EVENTS[_0x54ec05(0xc8)],![],_0x5afac2[_0x54ec05(0x258)]),logger[_0x54ec05(0x7a)](_0x54ec05(0x17d)+(_0x5afac2[_0x54ec05(0xb3)]||_0x5afac2['message']));}}async[a85_0x3375a0(0xa4)](_0x56ecb1,_0x380ea2){const _0x15373a=a85_0x3375a0;await this[_0x15373a(0x1fb)](_0x56ecb1,_0x380ea2);const _0x49580f=_0x56ecb1[_0x15373a(0x202)]()[_0x15373a(0x122)]();if(_0x49580f){const _0x152fc6=_0x56ecb1[_0x15373a(0xf9)]&&_0x56ecb1[_0x15373a(0xf9)]();_0x152fc6&&(this['accessibilityConfig'][this[_0x15373a(0x1f1)]]=_0x152fc6['getBuildId']&&_0x152fc6[_0x15373a(0xf2)]());}}['shouldScanForCommand'](_0x459b5c){const _0x448fbe=a85_0x3375a0,_0x5a03f4={};_0x5a03f4[_0x448fbe(0x14f)]=function(_0x3b1d35,_0x33b58b){return _0x3b1d35===_0x33b58b;};const _0x1420cb=_0x5a03f4;try{if(!_0x459b5c)return![];const _0x545311=this[_0x448fbe(0x156)]?.['options']?.[_0x448fbe(0x6d)]?.[_0x448fbe(0x250)]||[],_0x44edb0=_0x545311[_0x448fbe(0x11d)](_0x3f0344=>{const _0x2ff2ad=_0x448fbe;return _0x3f0344[_0x2ff2ad(0xd0)]&&_0x1420cb[_0x2ff2ad(0x14f)](_0x3f0344[_0x2ff2ad(0xd0)][_0x2ff2ad(0x148)](),_0x459b5c[_0x2ff2ad(0x148)]());});return logger[_0x448fbe(0x1a0)]('shouldScanForCommand:\x20'+_0x459b5c+_0x448fbe(0x8d)+_0x44edb0+_0x448fbe(0x16c)+JSON[_0x448fbe(0x146)](_0x545311[_0x448fbe(0x19b)](_0x3d9f83=>_0x3d9f83['name']))),_0x44edb0;}catch(_0x178305){return logger['debug']('Error\x20in\x20shouldScanForCommand:\x20'+_0x178305[_0x448fbe(0x258)]),![];}}[a85_0x3375a0(0xd5)](_0xac6357){const _0x1a4805=a85_0x3375a0,_0x1efbaf={};_0x1efbaf['jLfTf']=function(_0x5be240,_0x2a3326){return _0x5be240===_0x2a3326;},_0x1efbaf[_0x1a4805(0x17b)]='string',_0x1efbaf['ZBTtb']=_0x1a4805(0x173);const _0x11e7ff=_0x1efbaf,_0x4ff9a7=_0xac6357['getScript']&&_0xac6357[_0x1a4805(0x1ca)]();return _0x4ff9a7&&_0x11e7ff['jLfTf'](typeof _0x4ff9a7,_0x11e7ff[_0x1a4805(0x17b)])&&_0x4ff9a7[_0x1a4805(0x12a)](_0x11e7ff[_0x1a4805(0x129)]);}[a85_0x3375a0(0x16f)](_0x56ff1a){const _0x320b81=a85_0x3375a0,_0x4f084f={};_0x4f084f[_0x320b81(0x1a2)]=function(_0x40e830,_0x3712a9){return _0x40e830!==_0x3712a9;},_0x4f084f[_0x320b81(0x1b3)]='string',_0x4f084f['wDbVU']=_0x320b81(0xe6),_0x4f084f['VonJT']=_0x320b81(0x1fa),_0x4f084f['ttsac']=_0x320b81(0x216),_0x4f084f[_0x320b81(0x136)]='saveTestResults';const _0xcc4415=_0x4f084f,_0x1edf75=_0x56ff1a[_0x320b81(0x1ca)]&&_0x56ff1a[_0x320b81(0x1ca)]();if(!_0x1edf75||_0xcc4415['eSogC'](typeof _0x1edf75,_0xcc4415[_0x320b81(0x1b3)]))return![];return _0x1edf75[_0x320b81(0x12a)](_0xcc4415['wDbVU'])||_0x1edf75[_0x320b81(0x12a)](_0xcc4415[_0x320b81(0x7d)])||_0x1edf75[_0x320b81(0x12a)](_0xcc4415['ttsac'])||_0x1edf75[_0x320b81(0x12a)](_0xcc4415['FcpYT']);}[a85_0x3375a0(0x243)](){const _0x5b593f=a85_0x3375a0,_0x1bf77e={'UrBIu':function(_0x45543b,_0x22f49e){return _0x45543b===_0x22f49e;},'QtGgw':_0x5b593f(0x147),'LQMGX':function(_0x264423,_0x1aa66c){return _0x264423(_0x1aa66c);},'fXhiR':_0x5b593f(0x1a7),'fdVki':_0x5b593f(0xfe),'bdxjA':'android','igHzi':function(_0xa3bfd0,_0x53c2ce){return _0xa3bfd0(_0x53c2ce);},'MfADy':'chrome'};try{const _0x3edcf7=this[_0x5b593f(0x156)]?.[_0x5b593f(0x1dc)]?.[_0x5b593f(0x240)]||[],_0x2ead70=_0x1b6299=>{const _0x53046d=_0x5b593f,_0x4483f4=_0x3edcf7['find'](_0x5f1c25=>(typeof _0x5f1c25['getName']===_0x53046d(0x147)?_0x5f1c25[_0x53046d(0x22c)]():_0x5f1c25[_0x53046d(0xd0)])===_0x1b6299);return _0x4483f4?_0x1bf77e[_0x53046d(0xd4)](typeof _0x4483f4[_0x53046d(0x10d)],_0x1bf77e[_0x53046d(0x109)])?_0x4483f4[_0x53046d(0x10d)]():_0x4483f4[_0x53046d(0xd2)]:null;},_0x275ae1=_0x1bf77e['LQMGX'](_0x2ead70,_0x1bf77e[_0x5b593f(0x18f)]),_0x56c7e8=_0x1bf77e[_0x5b593f(0x14c)](_0x2ead70,_0x1bf77e[_0x5b593f(0x71)]),_0x4752f7=global[_0x5b593f(0x190)]||_0x275ae1&&_0x1bf77e[_0x5b593f(0xd4)](_0x1bf77e[_0x5b593f(0x14c)](String,_0x275ae1)[_0x5b593f(0x148)](),_0x1bf77e[_0x5b593f(0x252)])&&_0x56c7e8&&_0x1bf77e[_0x5b593f(0x255)](String,_0x56c7e8)[_0x5b593f(0x148)]()[_0x5b593f(0x12a)](_0x1bf77e[_0x5b593f(0x1d7)]);if(!_0x4752f7)return![];if(!accessibilityHelper[_0x5b593f(0x98)]())return!this[_0x5b593f(0xb0)]&&(logger[_0x5b593f(0x1a6)](accessibilityHelper[_0x5b593f(0x143)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x2fd845){return logger[_0x5b593f(0x1a0)]('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x2fd845['message']),![];}}[a85_0x3375a0(0xd8)](_0x47764d,_0x3d9188,_0x912106,_0x167525){const _0x535508=a85_0x3375a0,_0x32f5a4={};_0x32f5a4[_0x535508(0x24a)]=function(_0x2529b9,_0xac3f8b){return _0x2529b9||_0xac3f8b;},_0x32f5a4['dkBFe']=function(_0x520d5f,_0x208663){return _0x520d5f&&_0x208663;},_0x32f5a4[_0x535508(0x214)]=function(_0xc52b47,_0x1938a2){return _0xc52b47||_0x1938a2;},_0x32f5a4[_0x535508(0x168)]=function(_0x316436,_0x41dc8c){return _0x316436||_0x41dc8c;},_0x32f5a4[_0x535508(0x1c7)]=_0x535508(0x1ce);const _0xcff3d2=_0x32f5a4;let _0x180df7=_0xcff3d2[_0x535508(0x24a)](_0x3d9188,'');const _0x73baff=!this[_0x535508(0xb8)]&&this[_0x535508(0x243)]();_0xcff3d2[_0x535508(0xc4)](_0x73baff,!_0x180df7)&&(_0x180df7=accessibilityHelper[_0x535508(0x1ab)]());const _0x3dd85c={'command':_0x47764d,'thTestRunUuid':_0x180df7,'thBuildUuid':_0xcff3d2[_0x535508(0x214)](_0x912106,''),'thJwtToken':_0xcff3d2[_0x535508(0x168)](_0x167525,''),'timestamp':new Date()[_0x535508(0xa0)]()};return _0x73baff&&(_0x3dd85c[_0x535508(0x1f9)]=!![],logger[_0x535508(0x1a0)](_0xcff3d2[_0x535508(0x1c7)])),_0x3dd85c;}['getScriptByName'](_0x1f7197){const _0x3a22af=a85_0x3375a0,_0x5637be={};_0x5637be[_0x3a22af(0x20b)]=function(_0x48fb31,_0x41006a){return _0x48fb31||_0x41006a;};const _0x4a92e1=_0x5637be;try{const _0x33b1aa=this[_0x3a22af(0x156)]?.[_0x3a22af(0x1dc)]?.[_0x3a22af(0x253)]||[],_0x4899a5=_0x33b1aa[_0x3a22af(0xb7)](_0x5f2b2e=>_0x5f2b2e[_0x3a22af(0xd0)]===_0x1f7197);return _0x4a92e1[_0x3a22af(0x20b)](_0x4899a5,null);}catch(_0x40e60d){return logger[_0x3a22af(0x1a0)](_0x3a22af(0x198)+_0x1f7197+':\x20'+_0x40e60d[_0x3a22af(0x258)]),null;}}async[a85_0x3375a0(0x220)](_0x2014c0,_0xb3d6e0,_0x36cfc0=null){const _0x269055=a85_0x3375a0,_0x39bc34={'QNqqE':function(_0x29b261,_0x418e9b){return _0x29b261(_0x418e9b);},'AqTGw':_0x269055(0x189)};try{if(!_0x2014c0)return logger[_0x269055(0x1a0)](_0x269055(0x1fd)+_0xb3d6e0),null;const _0x522246=this[_0x269055(0x1c4)](_0xb3d6e0);if(!_0x522246||!_0x522246[_0x269055(0xb1)])return logger[_0x269055(0x1a0)](_0x269055(0x131)+_0xb3d6e0+_0x269055(0x114)),null;logger['debug'](_0x269055(0x83)+_0xb3d6e0+_0x269055(0x15b));const _0x417b2a=_0x39bc34[_0x269055(0x194)](require,_0x39bc34[_0x269055(0x103)]),_0x2584d1=_0x36cfc0?await _0x417b2a[_0x269055(0xaf)](_0x2014c0,_0x522246[_0x269055(0xb1)],_0x36cfc0):await _0x417b2a[_0x269055(0xaf)](_0x2014c0,_0x522246[_0x269055(0xb1)]);return _0x2584d1;}catch(_0x1cb335){return logger[_0x269055(0x7a)](_0x269055(0xea)+_0xb3d6e0+':\x20'+(_0x1cb335[_0x269055(0xb3)]||_0x1cb335[_0x269055(0x258)])),null;}}async['performScanForCli'](_0x10f309,_0x4a2e47,_0x3fccb2,_0x8a6c69,_0x4c13b0,_0x284d6a=a85_0x3375a0(0x112)){const _0x12e32d=a85_0x3375a0,_0x45ed5f={'FngHQ':function(_0x50dfaa,_0x1fd84a){return _0x50dfaa===_0x1fd84a;},'oHnKb':_0x12e32d(0x112),'bQvoA':function(_0x37b0db,_0xabd83f){return _0x37b0db(_0xabd83f);},'htZcm':_0x12e32d(0x189),'TcnuD':function(_0x35880c,_0x516563){return _0x35880c(_0x516563);}};try{logger[_0x12e32d(0x1a0)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x3fccb2+_0x12e32d(0x228)+_0x284d6a);const _0x3b3cef=this[_0x12e32d(0x1c4)](_0x284d6a);if(!_0x3b3cef||!_0x3b3cef['command']){logger[_0x12e32d(0x1a0)](_0x12e32d(0xba)+_0x284d6a+_0x12e32d(0x12d));return;}if(_0x45ed5f['FngHQ'](_0x284d6a,_0x45ed5f['oHnKb'])){const _0x2be774=_0x45ed5f[_0x12e32d(0x144)](require,_0x45ed5f[_0x12e32d(0x22f)]),_0x240d3c={};_0x240d3c[_0x12e32d(0xb1)]=_0x3fccb2;const _0x2048cd=await PerformanceTester[_0x12e32d(0x137)](PerformanceA11yEvents[_0x12e32d(0x125)],async()=>{const _0x5bea36=_0x12e32d;return await _0x2be774[_0x5bea36(0xaf)](_0x10f309,_0x3b3cef[_0x5bea36(0xb1)],_0x8a6c69);},_0x240d3c)();return logger[_0x12e32d(0x68)](_0x12e32d(0x80)+_0x284d6a+_0x12e32d(0x1fe)+_0x3fccb2+':\x20'+util['format'](_0x2048cd)),_0x2048cd;}const _0x5ea053=_0x45ed5f['TcnuD'](require,_0x45ed5f['htZcm']),_0x23209f=await PerformanceTester[_0x12e32d(0x137)](PerformanceA11yEvents[_0x12e32d(0x1de)],async()=>{const _0x5d4d83=_0x12e32d;return await _0x5ea053[_0x5d4d83(0xaf)](_0x10f309,_0x3b3cef[_0x5d4d83(0xb1)],_0x8a6c69);})();return logger[_0x12e32d(0x68)](_0x12e32d(0x80)+_0x284d6a+'\x20result\x20for\x20'+_0x3fccb2+':\x20'+util[_0x12e32d(0x1df)](_0x23209f)),_0x23209f;}catch(_0x4db3f0){logger['error']('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x284d6a+':\x20'+(_0x4db3f0[_0x12e32d(0xb3)]||_0x4db3f0['message']));}}async[a85_0x3375a0(0x14a)](_0x2eaf03){const _0x55b7eb=a85_0x3375a0,_0x528f5e={'gJuSY':function(_0x38e773,_0x51c977){return _0x38e773(_0x51c977);},'Izqth':_0x55b7eb(0x257)};try{const _0x14df72=_0x528f5e[_0x55b7eb(0xc0)](require,_0x528f5e['Izqth']);return await _0x14df72[_0x55b7eb(0xe5)](_0x2eaf03);}catch(_0x236a7e){return logger[_0x55b7eb(0x7a)](_0x55b7eb(0x133)+(_0x236a7e[_0x55b7eb(0xb3)]||_0x236a7e[_0x55b7eb(0x258)])),![];}}[a85_0x3375a0(0x19f)](_0x23e54e,_0x5d21e4,_0x5f476d){const _0x1d90c5=a85_0x3375a0,_0x435295={'fahDW':function(_0x254736,_0x52f88a){return _0x254736(_0x52f88a);},'yRors':_0x1d90c5(0x189),'iwzHN':'\x22browserstack.user\x22:\x22[REDACTED]\x22','SROmv':_0x1d90c5(0x1f0)};try{const _0x22dde0=_0x435295[_0x1d90c5(0x107)](require,_0x435295[_0x1d90c5(0x1dd)]);_0x22dde0[_0x1d90c5(0x19f)](_0x23e54e,_0x5d21e4,_0x5f476d);const _0x2ced01=JSON[_0x1d90c5(0x146)](_0x23e54e)['replace'](/"browserstack\.user":"[^"]*"/g,_0x435295[_0x1d90c5(0x234)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x435295[_0x1d90c5(0x205)]);logger[_0x1d90c5(0x1a0)]('Processed\x20accessibility\x20caps\x20'+global[_0x1d90c5(0xf5)]+'\x20'+_0x2ced01);}catch(_0x3a2642){logger[_0x1d90c5(0x7a)](_0x1d90c5(0x236)+(_0x3a2642['stack']||_0x3a2642[_0x1d90c5(0x258)]));}}async[a85_0x3375a0(0x182)](_0x71715d){const _0x177c57=a85_0x3375a0,_0x5030f2={};_0x5030f2[_0x177c57(0x191)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x5030f2[_0x177c57(0x195)]=function(_0x500dea,_0x56e94d){return _0x500dea>_0x56e94d;},_0x5030f2[_0x177c57(0xd7)]=_0x177c57(0x216);const _0x11dc6a=_0x5030f2;try{if(!this[_0x177c57(0x126)]())return logger['warn'](_0x11dc6a[_0x177c57(0x191)]),[];const _0x1ab861=this[_0x177c57(0x243)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x11dc6a[_0x177c57(0x195)](Object[_0x177c57(0x13d)](_0x1ab861)['length'],0x0)&&logger[_0x177c57(0x1a0)](_0x177c57(0xa7)+JSON[_0x177c57(0x146)](_0x1ab861));const _0x154850=_0x11dc6a[_0x177c57(0x195)](Object[_0x177c57(0x13d)](_0x1ab861)[_0x177c57(0xf8)],0x0)?await this[_0x177c57(0x220)](_0x71715d,_0x11dc6a[_0x177c57(0xd7)],_0x1ab861):await this[_0x177c57(0x220)](_0x71715d,_0x11dc6a['SEaWx']);return _0x154850||[];}catch(_0x3962ec){return logger[_0x177c57(0x7a)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x3962ec[_0x177c57(0xb3)]||_0x3962ec['message'])),[];}}async[a85_0x3375a0(0x199)](_0x3dad77){const _0x50d636=a85_0x3375a0,_0x5cb2c8={'knCwq':'scan','UJzrI':_0x50d636(0x1b5),'FPuab':_0x50d636(0x9c),'IjQXN':function(_0x251034,_0x328f25){return _0x251034(_0x328f25);},'abRVd':_0x50d636(0xe1),'KvJud':function(_0x21305f,_0x2d8129){return _0x21305f===_0x2d8129;},'CeljM':'jest','yKPQb':_0x50d636(0x94),'cONVD':'accessibility','WGiQU':_0x50d636(0x1b6),'RWTph':'getAccessibilityResultsSummary','uxcVO':_0x50d636(0x22d),'ciYei':_0x50d636(0x159),'KFLTK':'No\x20summaryResults\x20found.'};try{if(!this[_0x50d636(0x126)]())return logger[_0x50d636(0x1a6)](_0x5cb2c8['FPuab']),{};const _0x517cf8=_0x5cb2c8[_0x50d636(0xda)](require,_0x5cb2c8[_0x50d636(0x21b)]),_0x14bbca=_0x517cf8[_0x50d636(0x128)](),_0x31d0f5=_0x5cb2c8[_0x50d636(0x1aa)](_0x14bbca?.[_0x50d636(0xd0)]?.[_0x50d636(0x148)](),_0x5cb2c8[_0x50d636(0x110)]);let _0x1f1b49='',_0x630d78=null,_0x437ea4=null;if(_0x31d0f5){_0x630d78=global[_0x50d636(0x1b7)]||global[_0x50d636(0x225)]?.['currentTest']?.[_0x50d636(0x186)]||global[_0x50d636(0x225)]?.[_0x50d636(0x25a)]?.['id'];if(!_0x630d78)return logger[_0x50d636(0x1a6)](_0x5cb2c8[_0x50d636(0x1ed)]),{};try{const _0x81667=await GrpcClient[_0x50d636(0xad)]()[_0x50d636(0x165)](process[_0x50d636(0x235)][_0x50d636(0x1e0)],_0x5cb2c8[_0x50d636(0xc1)],_0x5cb2c8[_0x50d636(0xdb)],_0x630d78),_0x464a1c=AccessibilityModule['loadDriverExecuteParams'](null,_0x81667);_0x1f1b49=_0x464a1c?.[_0x50d636(0x1a9)]||'',logger['debug'](_0x50d636(0x20c)+_0x1f1b49+'\x20from\x20testIdentifier='+_0x630d78);const _0xa64189=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x5cb2c8[_0x50d636(0xdb)],_0x1f1b49,_0x630d78),_0x34e253=this[_0x50d636(0x19e)](_0x5cb2c8[_0x50d636(0x1e9)])||this[_0x50d636(0x156)][this[_0x50d636(0x1f1)]]||null,_0x30f483=process[_0x50d636(0x235)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x2acbcc=this[_0x50d636(0xd8)](_0x5cb2c8[_0x50d636(0x238)],_0x1f1b49,_0x34e253,_0x30f483);_0x437ea4=_0x517cf8['mergeObject'](_0x2acbcc,_0xa64189),logger[_0x50d636(0x1a0)](_0x50d636(0xa3)+JSON['stringify'](_0x437ea4));}catch(_0x40e692){return logger[_0x50d636(0x7a)](_0x50d636(0x232)+_0x40e692['message']),{};}}else{_0x1f1b49=this[_0x50d636(0x19e)](_0x5cb2c8['uxcVO'])||'';!_0x1f1b49&&this['isMobileWebSession']()&&(_0x1f1b49=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x2cfcd=this[_0x50d636(0x19e)](_0x5cb2c8[_0x50d636(0x1e9)])||this['accessibilityConfig'][this[_0x50d636(0x1f1)]]||null,_0x4e707b=process[_0x50d636(0x235)][_0x50d636(0xb4)]||'';_0x437ea4=this['getParamsForScanForCli'](_0x5cb2c8[_0x50d636(0x238)],_0x1f1b49,_0x2cfcd,_0x4e707b);}logger[_0x50d636(0x1a0)](_0x5cb2c8[_0x50d636(0x91)]),await PerformanceTester[_0x50d636(0x137)](PerformanceA11yEvents[_0x50d636(0x125)],async()=>{const _0x2a32f3=_0x50d636,_0x1b755d=await this[_0x2a32f3(0x220)](_0x3dad77,_0x5cb2c8['knCwq'],_0x437ea4);logger[_0x2a32f3(0x1a0)](_0x2a32f3(0x211)+util[_0x2a32f3(0x1df)](_0x1b755d));},{'command':_0x5cb2c8[_0x50d636(0x238)]})();const _0x303652=await PerformanceTester[_0x50d636(0x137)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0xd887e3=_0x50d636;return await this[_0xd887e3(0x220)](_0x3dad77,_0x5cb2c8['UJzrI'],_0x437ea4);})();if(!_0x303652)return logger[_0x50d636(0x1a0)](_0x5cb2c8[_0x50d636(0x85)]),{};return _0x303652;}catch(_0x1cec57){return logger[_0x50d636(0x7a)](_0x50d636(0x142)+(_0x1cec57['stack']||_0x1cec57[_0x50d636(0x258)])),{};}}async[a85_0x3375a0(0x99)](_0x5974e4,_0x691224,_0x9e9c3d=null){const _0x4096b0=a85_0x3375a0,_0x4880ca={};_0x4880ca[_0x4096b0(0x1bb)]=_0x4096b0(0x204),_0x4880ca['lFpKB']=_0x4096b0(0xe0),_0x4880ca['auiyX']='Executing\x20accessibility\x20script\x20on\x20page';const _0x5cef05=_0x4880ca;try{if(!_0x5974e4)return logger[_0x4096b0(0x1a0)](_0x5cef05[_0x4096b0(0x1bb)]),null;if(!_0x691224)return logger[_0x4096b0(0x1a0)](_0x5cef05[_0x4096b0(0x201)]),null;logger[_0x4096b0(0x1a0)](_0x5cef05['auiyX']);const _0x34a82b=_0x9e9c3d?await _0x5974e4[_0x4096b0(0x239)](_0x691224,_0x9e9c3d):await _0x5974e4[_0x4096b0(0x239)](_0x691224);return _0x34a82b;}catch(_0x5444cc){return logger[_0x4096b0(0x7a)](_0x4096b0(0x1d0)+(_0x5444cc[_0x4096b0(0xb3)]||_0x5444cc[_0x4096b0(0x258)])),null;}}static[a85_0x3375a0(0x21e)](_0x4e32bc,_0x5da5fe){const _0x949858=a85_0x3375a0,_0x4c9de1={};_0x4c9de1[_0x949858(0x7b)]=_0x949858(0x10c);const _0x3c8c15=_0x4c9de1,_0x21ee77={};_0x21ee77[_0x949858(0x1a9)]=_0x4e32bc;const _0x472334=_0x21ee77;let _0x2c0720={};if(_0x5da5fe[_0x949858(0x1ff)]()&&_0x5da5fe[_0x949858(0x154)]())try{_0x2c0720=JSON[_0x949858(0x175)](new Buffer(_0x5da5fe[_0x949858(0x108)]())['toString'](_0x3c8c15[_0x949858(0x7b)]));}catch(_0x223114){logger[_0x949858(0x7a)](_0x949858(0x229)+_0x223114[_0x949858(0x258)]),_0x2c0720={};}return CLIUtils[_0x949858(0x16a)](_0x472334,_0x2c0720);}static async[a85_0x3375a0(0x97)](_0x2ccf87,_0x144b2e='',_0x457fd9=null){const _0xa094fc=a85_0x3375a0,_0x204394={};_0x204394[_0xa094fc(0x251)]=_0xa094fc(0x127),_0x204394['KzkPs']='accessibility';const _0x195ba3=_0x204394;try{if(!_0x457fd9&&AccessibilityModule[_0xa094fc(0x176)])return AccessibilityModule[_0xa094fc(0x18b)];if(!process['env'][_0xa094fc(0x1e0)])return logger[_0xa094fc(0x7a)](_0x195ba3[_0xa094fc(0x251)]),{};const _0x5af97f=await GrpcClient[_0xa094fc(0xad)]()['fetchDriverExecuteParamsEvent'](process[_0xa094fc(0x235)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x195ba3[_0xa094fc(0x170)],_0x2ccf87,_0x457fd9),_0x494800=_0x457fd9?AccessibilityModule[_0xa094fc(0x21e)](null,_0x5af97f)?.[_0xa094fc(0x1a9)]||_0x144b2e:_0x144b2e,_0x5b5a39=AccessibilityModule[_0xa094fc(0x21e)](_0x494800,_0x5af97f);return!_0x457fd9&&(AccessibilityModule[_0xa094fc(0x18b)]=_0x5b5a39,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x5b5a39;}catch(_0x2d39ef){return logger[_0xa094fc(0x7a)](_0xa094fc(0x18c)+_0x2ccf87+':\x20'+(_0x2d39ef[_0xa094fc(0xb3)]||_0x2d39ef['message'])),{};}}};module[a85_0x3375a0(0x217)]=AccessibilityModule;function a85_0x5772(_0x41c0fa,_0x4b54d9){const _0x290a93=a85_0x290a();return a85_0x5772=function(_0x5772a7,_0x2b35cc){_0x5772a7=_0x5772a7-0x65;let _0x4d2576=_0x290a93[_0x5772a7];return _0x4d2576;},a85_0x5772(_0x41c0fa,_0x4b54d9);}function a85_0x290a(){const _0x51d295=['latest','8WIwzOM','thquf','LKFcT','Unknown\x20Test','name','PRE','value','requiresChromeOptionsValidation','UrBIu','isBrowserstackScriptCommand','rpQxK','SEaWx','getParamsForScanForCli','onBeforeExecute:\x20Command\x20','IjQXN','UJzrI','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','UBGTI','platformCaps','has','performPageScan:\x20Script\x20is\x20null','../cliUtils','RTiUd','UvyIX','./baseModule','platformValidation','accessibility','shouldScanForCommand','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','Error\x20executing\x20script\x20','VpRUf','Snalf','Lnkrm','TcfwM','jest','enTZh','fkPZb','getBuildId','RTJEl','stopTestCapture','accessibilityPlatform','getBrowserDisplayName','zhaQR','length','getTesthub','getCurrentInstanceName','join','bind','excludeTagsInTestingScope','browserName','getData','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','YAPqK','setShouldScanCurrentTest','AqTGw','DRIVER_HAS_URL','wcagVersion','includeTagsInTestingScope','fahDW','getAccessibilityExecuteParams','QtGgw','initAccessibilityConfig','Error\x20checking\x20headless\x20capability:\x20','ascii','getValue','lwDII','../../utils/playwright-patcher','CeljM','XmZTB','scan','uvRob','\x20script\x20available','isEnabledTestcase','args','XaMKG','Yjrhw','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','fdYtw','gSVGw','sbeIM','some','setLogDisabledShown','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','getState','onBeforeTest','getOptions','getPlatformIndex','AYpjA','PERFORM_SCAN','getCurrentAccessibilityStatus','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','getTestFrameworkDetail','ZBTtb','includes','\x20or\x20higher\x20','LmSmc','\x20script\x20available\x20in\x20scriptsList','XsoHe','instance','msbkI','executeScriptByName:\x20No\x20','\x20testHubUuid=','Error\x20in\x20validatePlatformForAccessibility:\x20','getLogDisabledShown','../../../helpers/accessibility-automation/constants','FcpYT','measureWrapper',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','liBKw','../../../helpers/accessibility-automation/scripts','set','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','keys','jtAPm','isPlatformSupported:\x20caps\x20are\x20null','isAccessibilityAutomationSession','version','Error\x20in\x20getAccessibilityResultsSummary:\x20','MOBILE_SCANNING_DISABLED_WARNING','bQvoA','kkkIm','stringify','function','toLowerCase','split','validatePlatformForAccessibility','QAEnt','LQMGX','HNmKB','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','hUPYC','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','sNDFo','browserstack.accessibilityOptions.wcagVersion','util','hasAccessibilityExecuteParams','tSaFo','accessibilityConfig','\x20browser\x20version\x20','ZjVlo','Performing\x20scan\x20before\x20getting\x20results\x20summary','lfzVm','\x20accessibility\x20script\x20on\x20page','accessibilityToken','setAccessibilityToken',',\x20\x0a\x20','TEST_INIT','YgjgL','browserVersion','\x20value=','toJson','\x20from\x20testIdentifier=','fetchDriverExecuteParamsEvent','../state/hookState','BcZZJ','pCulR','isPlatformSupported','mergeObject','VRgKd',',\x20available\x20commands:\x20','capabilities','ONyjB','isAccessibilityScriptCommand','KzkPs','isEnabled','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','browserstack_executor','a11y:save-results','parse','_centralAuthConfigFetched','uJFED','ydWul','NON_BROWSERSTACK_AUTOMATION_SESSIONS','588186yrVCxG','UksDi',']\x20Accessibility\x20configuration\x20initialized\x20successfully','Error\x20in\x20initAccessibilityConfig:\x20','delete','31477xlCNTj','Accessibility\x20data\x20for\x20extension:\x20','isArray','getAccessibilityResults','DnrZa','hhTpK','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','testAnalyticsId','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','../../playwright/accessibility-helper','1340262ROMSwL','_centralAuthA11yConfig','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','getAllData','null','fXhiR','isMobilePlatform','DLxeN','MkmoW','mamrm','QNqqE','UiNHj','TroWE','DRIVER_INIT','Error\x20getting\x20script\x20by\x20name\x20','getAccessibilityResultsSummary','../framework/constants/testFrameworkConstants.js','map','aiVyl',',\x20excludeTags=','getCapabilityValue','processAccessibilityCaps','debug','SqdQS','eSogC','getGoogleChromeOptions','string','saveResults','warn','platformName','WwjNX','thTestRunUuid','KvJud','resolveMobileThTestRunUuid','../grpcClient','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','IvZBD','isVersionSupported','Exception\x20in\x20isPlatformSupported:\x20','TsXND','sfshz','qdgfc','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getResultsSummary','testhub_build_uuid','__jestCurrentTestIdentifier','Rpduo','nxtJo','Error\x20in\x20stopTestCapture:\x20','MXjvn','FPNKK','true','_sendMessageServerPatchApplied','fZlzk','--headless','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','MODULE_NAME','KApKE','getScriptByName','CREATE','launchCaps','qIMUA','8734383bQWKUo','lkWiP','getScript',',\x20testIdentifier=','performScanForCli','GQZbl','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','registerObserver','Error\x20in\x20performPageScan:\x20','testFrameworkData','goog:chromeOptions','Scmyi','oxcPV','browserstack.accessibilityOptions.scannerVersion','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','MfADy','JFPeT','WkZDc','--headless=new',',\x20testName=','options','yRors','SAVE_RESULTS','format','BROWSERSTACK_CLI_BIN_SESSION_ID','LZIeD','start','POST','Performing\x20scan\x20before\x20from\x20cli','end','size','unknown','afterTestHook','WGiQU','Error\x20applying\x20sendMessageToServer\x20patch:\x20','LmAHz','getScriptsList','yKPQb','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','26egdJft','\x22browserstack.key\x22:\x22[REDACTED]\x22','KEY_TESTHUB_BUILD_ID','shouldScanCurrentTest','zEukI','vYPly','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','parseA11yJwtPayload','ssVXl','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','is_mobile_session','performScan','setAccessibilityConfig','get','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','\x20result\x20for\x20','getSuccess','setShouldScan','lFpKB','getAccessibility','assign','performPageScan:\x20Page\x20is\x20null','SROmv','page','pwPage',',\x20tags=','krBrt','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','SYGkn','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','getTestId','dsUqw','finishScanningForCli','Scan\x20result:\x20','cRSHZ','WTMzD','NziWH','../../../helpers/helper','getResults','exports','DYLkL',']\x20should\x20run\x20accessibility\x20value=',']\x20isEnabledTestcase\x20(cucumber)\x20result=','abRVd','replace','YTikM','loadDriverExecuteParams','getContext','executeScriptByName','getMinVersionForBrowser','updateData','getTestUUID','vWRDa','__workerDetails','patchSendMessageToServer','zqsUl','\x20using\x20script:\x20','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','chromeOptions','skipCDPConnectOverride','getName','test_run_id','../../../helpers/performance/performance-tester.js','htZcm',',\x20isAppAccessibility=','browser','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','NKOXu','iwzHN','env','Error\x20in\x20processAccessibilityCaps:\x20','../framework/testFramework','RWTph','evaluate',',\x20framework=','test_tags','AUTOMATION_SESSIONS','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','khZQc','695508yxhebE','capabilitiesList','CBJYy','evAGR','isMobileWebSession','tFVRx','MSgKv','SSkee','BS_A11Y_JWT','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','commandName','nbgRG','Context','bckpv','startsWith','dftcc','browser_version','commandsList','bpcGO','bdxjA','scriptsList','\x20env=','igHzi','getCapabilitiesList','../../../helpers/accessibility-automation/helper','message','isBrowserSupportedForAccessibility','currentTest','pccxK','onAfterTest','kifUX','info','sguyj','[platform\x20-\x20','qvMux','oNftg','commandsToWrap','imAMv','LOG_DISABLED_SHOWN',']\x20isEnabledTestcase\x20(jest)\x20result=','fdVki','hxDeu','bnzuB','jEHHy','ACCESSIBILITY_INITIALIZED','cucumber','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','applySendMessageToServerPatch',',\x20includeTags=','error','AgVEv','[AccessibilityModule]\x20onAfterTest:\x20framework=','VonJT','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','testFramework','Page\x20','KEY_INIT','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','Executing\x20','hJfZn','KFLTK','CKDce','__accessibilityOptions','KDSpv','aFWLq','aCIoO','rwIHq','scannerProcessingTimeout','\x20->\x20','hkhYr','iqFbn','kzXxl','ciYei','oENQT','getModuleName','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','TrackedInstance','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','fetchCentralAuthA11yConfig','isMobileScanningEnabledForGroup','performPageScan','aomnt','Uprtx','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','titlePath','SJunD','958432kaRXoE','toISOString','getTrackedInstance','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','loadAccessibilityConfig','966670HPuoRc','onBeforeExecute:\x20command=','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','1|16|11|12|2|13|7|8|4|14|10|3|6|0|9|15|5','../../../helpers/performance/constants.js','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getInstance',']\x20clear\x20','browserStackEvaluate','_mobileScanningDisabledLogged','command','MergedScanArgs:\x20','stack','BROWSERSTACK_TESTHUB_JWT',']\x20onAfterTest\x20should\x20scan=','headless','find','isAppAccessibility','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','performScanForCli:\x20No\x20','name:\x20','QUIT','cHWvM','aXrXX','NESLp','gJuSY','cONVD','testInfo','ShrQs','dkBFe','qQEqC','Euxbp','ScanArgs:\x20','SDK_ACCESSIBILITY_CONFIG','WjIWT','EKTqf'];a85_0x290a=function(){return _0x51d295;};return a85_0x290a();}
1
+ const a85_0x2a6aed=a85_0x7ac3;(function(_0x6b9d6b,_0x5e4cc8){const _0x21289f=a85_0x7ac3,_0x21d472=_0x6b9d6b();while(!![]){try{const _0x3e58f0=parseInt(_0x21289f(0x27a))/0x1*(-parseInt(_0x21289f(0x1f0))/0x2)+parseInt(_0x21289f(0x26c))/0x3+parseInt(_0x21289f(0x1b4))/0x4*(parseInt(_0x21289f(0x226))/0x5)+-parseInt(_0x21289f(0x215))/0x6*(parseInt(_0x21289f(0x278))/0x7)+parseInt(_0x21289f(0x10d))/0x8*(parseInt(_0x21289f(0x25f))/0x9)+-parseInt(_0x21289f(0x2d3))/0xa+parseInt(_0x21289f(0x24f))/0xb;if(_0x3e58f0===_0x5e4cc8)break;else _0x21d472['push'](_0x21d472['shift']());}catch(_0x15157b){_0x21d472['push'](_0x21d472['shift']());}}}(a85_0xa492,0xa87ab));function a85_0xa492(){const _0xb6afb8=['VPLHA','test_tags','NON_BROWSERSTACK_AUTOMATION_SESSIONS','Executing\x20','page','cQjfL','\x20from\x20testIdentifier=','eQspl','EiBDF','env','latest','Error\x20in\x20validatePlatformForAccessibility:\x20',',\x20isAppAccessibility=','lTdtI','rCGWB','BROWSERSTACK_TEST_ACCESSIBILITY_YML','titlePath','get','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','oqyoa','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','QfHkS','onBeforeExecute:\x20Command\x20','iwxDv','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','onBeforeExecute:\x20command=','BycDy','_mobileScanningDisabledLogged','getCapabilitiesList','executeScriptByName:\x20No\x20','LOG_DISABLED_SHOWN','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','gjitl','scan','bind','browserstack.accessibilityOptions.authToken','BROWSERSTACK_TESTHUB_JWT','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','hadhI','trim','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','currentTest','ESWfU','getCommandsList','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',']\x20isEnabledTestcase\x20(jest)\x20result=','./baseModule','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','../cliUtils','end','getTrackedInstance','ZRCeJ','updateData','elWwa','skipCDPConnectOverride','cmtUg','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','IQiOg','browserStackEvaluate','dyvEt','toLowerCase','some','LCBUT','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','options','includes','opNNM','ndhfF','sBcmn','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','qOkIp','EOkSj','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','format','ISRsQ','delete','on\x20non-BrowserStack\x20infrastructure\x20','getAccessibilityResultsSummary','getParamsForScanForCli','wjNJB','mbcrj','cucumber','PRE','stopTestCapture','DRIVER_HAS_URL','UInCs','fspRO','testAnalyticsId','pwIGJ','mOBXq','test_run_id','command','zMxpK','wUeMQ','CMiyZ','nMBXv','\x20result\x20for\x20','replace','shouldScanForCommand','../framework/testFramework','stringify','SvedX','YwZhp','saveTestResults','browser_version','ilUKe','saveResults','isBrowserstackScriptCommand','tBOiJ','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','../../../helpers/accessibility-automation/scripts','getBuildId','unknown','540EOqPmF','performPageScan:\x20Page\x20is\x20null','__accessibilityOptions','qcErw','TrackedInstance','AUTOMATION_SESSIONS','map','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','../../../helpers/accessibility-automation/helper','getTestDetails','cskdy','FgqSc','parse','PVanh','assign','fetchCentralAuthA11yConfig','DwPmu','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','bJXWR','aTeQI','onBeforeExecute',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','getSuccess','RArNj','stack','isAccessibilityAutomationSession','Error\x20checking\x20headless\x20capability:\x20','getName','../../../helpers/helper','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','split','value','GoSsX','parseA11yJwtPayload','SDK_ACCESSIBILITY_CONFIG','getPlatformIndex','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','VnSFs','--headless=new','TMywW','XEgsH','gLwwK','getAllData','DVQim','set',',\x20excludeTags=',',\x20testName=','\x20testHubUuid=','loadAccessibilityConfig','getAccessibilityResults','accessibilityConfig','getValue','bvbqZ','gAqqJ','isPlatformSupported','function','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','OBGmZ','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','patchSendMessageToServer','298wZvPQN','\x20or\x20higher\x20','Error\x20getting\x20script\x20by\x20name\x20',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','headless','OyCYk','parseFromProto','isEnabledTestcase','getCurrentAccessibilityStatus','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','iOndC','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','length','EQeNJ','getTesthub','KEY_INIT','getOptions','aRlYx','commandsToWrap','a11y:save-results','performScanForCli:\x20No\x20','../../../helpers/classLogger','getCapabilityValue','capabilities','QmaIs','cZcVy','Exception\x20in\x20isPlatformSupported:\x20','mQTLh','MODULE_NAME',',\x20testIdentifier=','excludeTagsInTestingScope','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','uCXTa','fUrZs','__jestCurrentTestIdentifier','MWuMm','string','1489236uMoJib','nyeEu','usalM','tLKVH','TEST_INIT','PReSx','accessibility','GET_RESULTS_SUMMARY','jYQrS','irucq','MOBILE_SCANNING_DISABLED_WARNING','join','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','gFinF','getModuleName','getCommandsToWrap','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','20665ewldbH','yHEXP','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','browserName','saGsl','getLogDisabledShown','testhub_build_uuid','start','XazsP','Page\x20','JFPLP','isEnabled','XpDbI','jyvoR','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','loadDriverExecuteParams','_centralAuthConfigFetched','Error\x20in\x20getAccessibilityResultsSummary:\x20','getResults','[platform\x20-\x20','iHKHt','wdWsy','fetchDriverExecuteParamsEvent','KZtqS','getScript','qhsml','getGoogleChromeOptions','stkSE','platformValidation','XKmCi','HAxBg','tggwJ','initAccessibilityConfig','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','QfFuI','getTestUUID',',\x20\x0a\x20','isPlatformSupported:\x20caps\x20are\x20null','pBMee','zpbJh','info','12173084suwYJb','browserVersion','error','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','../../playwright/accessibility-helper','measureWrapper','pwPage','testInfo','NTDEv','esdJm','getAccessibility','platformName','lQTrq','ooJWj','szPmc','setLogDisabledShown','18cuJDwo','Scan\x20result:\x20','Error\x20in\x20performScanForCli\x20for\x20script\x20','lZsQR','PERFORM_SCAN','name','platformCaps','BROWSERSTACK_CLI_BIN_SESSION_ID','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','rvokU','performPageScan','HrVSj','kgWij','275331fXLFfP','tucZA','lzFPZ','Context','thTestRunUuid','ODLJN','nARaI','../state/automationFrameworkState','../state/hookState','CcMMi','jest','Error\x20in\x20processAccessibilityCaps:\x20','7ZysTws','GSgbx','5393RouFlb','../TestInfo.js','CREATE','IbxHU','test-tags-->\x20','nTIvM','kOWav','getData','evaluate','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','SvHlp','finishScanningForCli','JIWhK','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','setShouldScanCurrentTest','Error\x20in\x20getAccessibilityResults:\x20','shouldScanForCommand:\x20','OwefG','getBrowserDisplayName','mHMvs','has','onBeforeExecute:\x20No\x20command\x20name\x20provided','size','tRveW','name:\x20','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','../../../helpers/accessibility-automation/constants','HJuCz','ScanArgs:\x20',',\x20tags=','lwLGf','cMFQm','capabilitiesList','POST','onBeforeTest','performPageScan:\x20Script\x20is\x20null','aBVOc','is_mobile_session','Error\x20executing\x20script\x20','fBVJq','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','android','nVEGc','afterTestHook','cPzkK','accessibilityPlatform','SAVE_RESULTS','find','version','oTeku','\x20script\x20available\x20in\x20scriptsList','--headless','FglJn','isArray','isMobileWebSession','../../utils/playwright-patcher','setAccessibilityConfig','chromeOptions','yBVVT','yohlg','Processed\x20accessibility\x20caps\x20','accessibilityToken','cRANe','args','lOGSz','shouldScanCurrentTest','setAccessibilityToken','testFrameworkData',']\x20should\x20run\x20accessibility\x20value=','\x22browserstack.user\x22:\x22[REDACTED]\x22',',\x20includeTags=','resolveMobileThTestRunUuid','scannerProcessingTimeout','\x22browserstack.key\x22:\x22[REDACTED]\x22','getContext','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','getTestFrameworkDetail','OcXuj','BS_A11Y_JWT','MwiAa','testFramework','iWZcP','performScan','nhdRD','WLAtn','includeTagsInTestingScope','Error\x20getting\x20capability\x20value\x20for\x20','_sendMessageServerPatchApplied','ZuzHj','2411020JzhKKo','JWqSr','RxScn','GJYSF','true','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','getAccessibilityExecuteParams','isMobileScanningEnabledForGroup','isBrowserSupportedForAccessibility','scannerVersion','jZHxo','cGiLs','hluWY','aWoWV','YhwSj','isAppAccessibility','FIDEq','getScriptsList','wcagVersion','NPsJD','KUMzA','isVersionSupported','KEY_TESTHUB_BUILD_ID','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','yTMRL','message','Error\x20in\x20performPageScan:\x20','Accessibility\x20data\x20for\x20extension:\x20','null','KEY_DRIVER_HAS_URL','executeScriptByName','setShouldScan','Error\x20in\x20stopTestCapture:\x20','906320CNlbTs','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','ZqshX',',\x20framework=','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','SnIUl','Executing\x20accessibility\x20script\x20on\x20page','flPxm','registerObserver','vmlhZ','browserstack_executor','puKUf','OaIib','goog:chromeOptions','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','IQLPh','../framework/constants/testFrameworkConstants.js','__workerDetails','getInstance','WbusF','warn','EtLze','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','dDvuv','processAccessibilityCaps','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','keys','mergeObject','../../../helpers/performance/performance-tester.js','performScanForCli','3|2|0|6|14|11|16|10|12|5|1|9|4|7|15|8|13','OOwXK','DRIVER_INIT','validatePlatformForAccessibility','YCvoE','_centralAuthA11yConfig','WlKAQ','getMinVersionForBrowser','instance','getCurrentInstanceName','getScriptByName','launchCaps','Error\x20in\x20initAccessibilityConfig:\x20','KEY_TEST_NAME','getAccessibilityConfig','fEgTv','nUNDb','browserstack.accessibilityOptions.scannerVersion','debug','CosYw','yyKXX'];a85_0xa492=function(){return _0xb6afb8;};return a85_0xa492();}const BaseModule=require(a85_0x2a6aed(0x170)),{createClassLogger}=require(a85_0x2a6aed(0x205)),CLIUtils=require('../cliUtils'),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a85_0x2a6aed(0x1a6)),AutomationFrameworkState=require(a85_0x2a6aed(0x273)),HookState=require(a85_0x2a6aed(0x274)),GrpcClient=require('../grpcClient'),scripts=require(a85_0x2a6aed(0x1b1)),logger=createClassLogger(a85_0x2a6aed(0x1b8)),PerformanceTester=require(a85_0x2a6aed(0x129)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a85_0x2a6aed(0x294)),{nestedKeyValue,isUndefined}=require(a85_0x2a6aed(0x1d0)),util=require('util'),TestInfo=require(a85_0x2a6aed(0x27b)),TestFrameworkConstants=require(a85_0x2a6aed(0x11d)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');function a85_0x7ac3(_0x3b9097,_0x33408f){const _0xa49265=a85_0xa492();return a85_0x7ac3=function(_0x7ac3d3,_0x41afdc){_0x7ac3d3=_0x7ac3d3-0xfb;let _0x4f6c08=_0xa49265[_0x7ac3d3];return _0x4f6c08;},a85_0x7ac3(_0x3b9097,_0x33408f);}class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a85_0x2a6aed(0x264)];static [a85_0x2a6aed(0x236)]=![];static [a85_0x2a6aed(0x130)]={};constructor(_0x2adf9b){const _0x44ea16=a85_0x2a6aed,_0x36e1b2={};_0x36e1b2[_0x44ea16(0x12f)]=_0x44ea16(0x12b),_0x36e1b2[_0x44ea16(0x16c)]=_0x44ea16(0x20f),_0x36e1b2[_0x44ea16(0x175)]=_0x44ea16(0x197),_0x36e1b2['DVQim']='testhub_build_uuid',_0x36e1b2[_0x44ea16(0x120)]='ACCESSIBILITY_INITIALIZED';const _0x16ae1a=_0x36e1b2,_0x37628a=_0x16ae1a[_0x44ea16(0x12f)][_0x44ea16(0x1d2)]('|');let _0x34e6ea=0x0;while(!![]){switch(_0x37628a[_0x34e6ea++]){case'0':AutomationFramework[_0x44ea16(0x115)](AutomationFrameworkState[_0x44ea16(0x27c)],HookState[_0x44ea16(0x29b)],this[_0x44ea16(0x29c)][_0x44ea16(0x162)](this));continue;case'1':this[_0x44ea16(0x2d1)]=![];continue;case'2':AutomationFramework[_0x44ea16(0x115)](AutomationFrameworkState['EXECUTE'],HookState['PRE'],this[_0x44ea16(0x1c8)][_0x44ea16(0x162)](this));continue;case'3':super();continue;case'4':this['setAccessibilityToken'](_0x2adf9b[_0x44ea16(0x200)]()[_0x44ea16(0x15c)]());continue;case'5':this[_0x44ea16(0x207)]=[];continue;case'6':AutomationFramework[_0x44ea16(0x115)](AutomationFrameworkState['QUIT'],HookState[_0x44ea16(0x195)],this['onAfterTest'][_0x44ea16(0x162)](this));continue;case'7':logger[_0x44ea16(0x13d)](_0x16ae1a['ESWfU']);continue;case'8':this[_0x44ea16(0x109)]=_0x16ae1a['ZRCeJ'];continue;case'9':this['_mobileScanningDisabledLogged']=![];continue;case'10':this[_0x44ea16(0x15e)]=new Map();continue;case'11':this['accessibilityConfig']=_0x2adf9b['toObject']();continue;case'12':this[_0x44ea16(0xfb)]=![];continue;case'13':this[_0x44ea16(0x102)]=_0x16ae1a[_0x44ea16(0x1df)];continue;case'14':this[_0x44ea16(0x231)]=!![];continue;case'15':this[_0x44ea16(0x1ff)]=_0x16ae1a['WbusF'];continue;case'16':this[_0x44ea16(0x21b)]=new Map();continue;}break;}}[a85_0x2a6aed(0x231)](){return this['isEnabled'];}[a85_0x2a6aed(0x223)](){const _0x47c554=a85_0x2a6aed;return AccessibilityModule[_0x47c554(0x20c)];}[a85_0x2a6aed(0x1f8)](){const _0x99c6f1=a85_0x2a6aed;return this[_0x99c6f1(0x21b)]['get'](CLIUtils['getCurrentInstanceName'](),![]);}[a85_0x2a6aed(0x22b)](){const _0x22ec8b=a85_0x2a6aed;return this[_0x22ec8b(0x15e)][_0x22ec8b(0x151)](CLIUtils['getCurrentInstanceName'](),![]);}[a85_0x2a6aed(0x25e)](_0x262b3c){const _0x38e38c=a85_0x2a6aed;this[_0x38e38c(0x15e)][_0x38e38c(0x1e0)](CLIUtils[_0x38e38c(0x134)](),_0x262b3c);}['applySendMessageToServerPatch'](){const _0x12dff2=a85_0x2a6aed,_0xc06f9a={'GoSsX':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','IQiOg':function(_0x4cc629,_0x7a06d){return _0x4cc629(_0x7a06d);},'oqyoa':_0x12dff2(0x2b1),'mbcrj':_0x12dff2(0x283),'NPsJD':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this['_sendMessageServerPatchApplied']){logger['debug'](_0xc06f9a[_0x12dff2(0x1d4)]);return;}try{const _0x4d86d9=_0xc06f9a[_0x12dff2(0x17b)](require,_0xc06f9a[_0x12dff2(0x153)]);_0x4d86d9&&_0x4d86d9[_0x12dff2(0x1ef)]?(_0x4d86d9[_0x12dff2(0x1ef)](),this[_0x12dff2(0x2d1)]=!![],logger['debug'](_0xc06f9a[_0x12dff2(0x193)])):logger['debug'](_0xc06f9a[_0x12dff2(0xff)]);}catch(_0x47546a){logger['debug']('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x12dff2(0x18c)](_0x47546a));}}['isPlatformSupported'](_0x18deff=null,_0x842f84=null,_0x4de58a=null){const _0x347d49=a85_0x2a6aed,_0xdb5c86={'stkSE':function(_0x10c923,_0x54f9be){return _0x10c923&&_0x54f9be;},'yTMRL':_0x347d49(0x24b),'tBOiJ':function(_0x249500,_0xff14d){return _0x249500(_0xff14d);},'cGiLs':_0x347d49(0x1d0),'QfFuI':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','kgWij':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','MWuMm':function(_0x101096,_0x1cdf4d){return _0x101096===_0x1cdf4d;},'XEgsH':function(_0x590cdd,_0x1472e5){return _0x590cdd===_0x1472e5;},'RxScn':_0x347d49(0x2d7),'EiBDF':function(_0x5b7088,_0x1be0b1){return _0x5b7088===_0x1be0b1;},'CcAhO':_0x347d49(0x214),'cZcVy':_0x347d49(0x221),'jZHxo':_0x347d49(0x11a),'OyCYk':function(_0x141077,_0x244c49){return _0x141077!==_0x244c49;},'eQspl':_0x347d49(0x14a),'mQTLh':function(_0xa0a560){return _0xa0a560();},'yyKXX':_0x347d49(0x18f),'QmaIs':function(_0x22ef2e,_0x405705){return _0x22ef2e>_0x405705;},'CcMMi':_0x347d49(0x152)};try{if(_0xdb5c86[_0x347d49(0x241)](!_0x842f84,!_0x4de58a))return logger[_0x347d49(0x13d)](_0xdb5c86[_0x347d49(0x104)]),![];const {isUndefined:_0x23b4e2,isBrowserstackInfra:_0x223b53}=_0xdb5c86['tBOiJ'](require,_0xdb5c86[_0x347d49(0x2de)]);if(!accessibilityHelper[_0x347d49(0x1cd)]())return logger[_0x347d49(0x13d)](_0xdb5c86[_0x347d49(0x248)]),![];const _0x3fffe6=_0x842f84[_0x347d49(0x229)]||_0x842f84['browser'],_0x2b86a7=_0x842f84[_0x347d49(0x250)]||_0x842f84[_0x347d49(0x1ab)];if(!accessibilityHelper[_0x347d49(0x2db)](_0x3fffe6))return logger[_0x347d49(0x121)](_0xdb5c86[_0x347d49(0x26b)]),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x3fffe6))try{const _0x223d0e=_0x842f84[_0x347d49(0x1f4)],_0x10033e=_0xdb5c86[_0x347d49(0x213)](_0x223d0e,!![])||_0xdb5c86['XEgsH'](_0x223d0e,_0xdb5c86['RxScn'])||_0xdb5c86[_0x347d49(0x148)](typeof _0x223d0e,_0xdb5c86['CcAhO'])&&_0xdb5c86[_0x347d49(0x1dc)](_0x223d0e[_0x347d49(0x17e)](),_0xdb5c86[_0x347d49(0x2d5)]);if(_0x10033e)return logger[_0x347d49(0x121)](_0xdb5c86[_0x347d49(0x209)]),![];const _0x2a8458=_0x842f84?.[_0x347d49(0x2b3)]?.[_0x347d49(0x2b9)]||_0x842f84?.[_0xdb5c86[_0x347d49(0x2dd)]]?.[_0x347d49(0x2b9)]||[];if(Array['isArray'](_0x2a8458)&&_0x2a8458[_0x347d49(0x17f)](_0x560704=>typeof _0x560704===_0x347d49(0x214)&&(_0x560704===_0x347d49(0x2ad)||_0x560704['startsWith']('--headless=')&&_0x560704!==_0x347d49(0x1da))))return logger[_0x347d49(0x121)](_0xdb5c86['cZcVy']),![];}catch(_0x1ca391){logger[_0x347d49(0x13d)](_0x347d49(0x1ce)+util[_0x347d49(0x18c)](_0x1ca391));}if(_0xdb5c86[_0x347d49(0x1f5)](_0x2b86a7,_0xdb5c86[_0x347d49(0x147)])){const _0x1d5ef7=_0xdb5c86[_0x347d49(0x20b)](_0x223b53),_0x368044=accessibilityHelper[_0x347d49(0x132)](_0x3fffe6,_0x1d5ef7),_0x4afd0e=accessibilityHelper[_0x347d49(0x28c)](_0x3fffe6);if(!accessibilityHelper[_0x347d49(0x101)](_0x2b86a7,_0x368044)){const _0x2f1cd4=_0x1d5ef7?'':_0xdb5c86[_0x347d49(0x13f)];return logger[_0x347d49(0x121)](_0x347d49(0x1bb)+_0x4afd0e+'\x20browser\x20version\x20'+_0x368044+_0x347d49(0x1f1)+_0x2f1cd4+'.'),![];}}else{const _0x2e0f7e=_0x842f84[_0x347d49(0x250)]||_0x842f84[_0x347d49(0x1ab)]||_0x842f84[_0x347d49(0x2aa)];if(_0x2e0f7e&&_0xdb5c86[_0x347d49(0x1f5)](_0x2e0f7e,_0xdb5c86[_0x347d49(0x147)])&&!_0xdb5c86[_0x347d49(0x208)](_0xdb5c86['tBOiJ'](parseFloat,_0x2e0f7e),_0xdb5c86[_0x347d49(0x1af)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0xdb5c86[_0x347d49(0x275)]),![];}return!![];}catch(_0x220966){return logger[_0x347d49(0x13d)](_0x347d49(0x20a)+_0x220966[_0x347d49(0x105)]),![];}}[a85_0x2a6aed(0x1f7)](_0x4f1a49=[],_0x4ef024,_0x3117e9=a85_0x2a6aed(0x194)){const _0x1409f7=a85_0x2a6aed,_0xca5059={'ZqshX':function(_0xcd4ee8,_0x23967e){return _0xcd4ee8===_0x23967e;},'ovhvv':_0x1409f7(0x276),'YTRbO':function(_0x336c42,_0x27da99){return _0x336c42||_0x27da99;},'tggwJ':function(_0x3a8b39,_0x54c487){return _0x3a8b39&&_0x54c487;},'iOndC':_0x1409f7(0x1b3),'SnIUl':function(_0x189dca,_0x4755fb){return _0x189dca(_0x4755fb);},'pBMee':function(_0x17cc1f,_0x32f48f){return _0x17cc1f>_0x32f48f;},'fEgTv':function(_0x239f85,_0x3047f7){return _0x239f85&&_0x3047f7;}};try{const _0x37e6cb=process[_0x1409f7(0x149)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON[_0x1409f7(0x1c0)](process[_0x1409f7(0x149)][_0x1409f7(0x154)]):null;if(!_0x37e6cb)return!![];const _0x576b68=Array[_0x1409f7(0x2af)](_0x37e6cb['includeTagsInTestingScope'])?_0x37e6cb[_0x1409f7(0x2cf)]:[],_0x3282ea=Array[_0x1409f7(0x2af)](_0x37e6cb[_0x1409f7(0x20e)])?_0x37e6cb[_0x1409f7(0x20e)]:[];if(_0xca5059[_0x1409f7(0x10f)](_0x3117e9,_0xca5059['ovhvv'])){let _0xbce952;Array[_0x1409f7(0x2af)](_0x4f1a49)?_0xbce952=_0x4f1a49[_0x1409f7(0x220)]('\x20'):_0xbce952=_0xca5059['YTRbO'](_0x4f1a49,'');const _0x2b42c9=_0x3282ea[_0x1409f7(0x17f)](_0x98e8a9=>_0xbce952[_0x1409f7(0x184)](_0x98e8a9)),_0x108401=_0xca5059[_0x1409f7(0x10f)](_0x576b68[_0x1409f7(0x1fc)],0x0)||_0x576b68[_0x1409f7(0x17f)](_0x2adddd=>_0xbce952[_0x1409f7(0x184)](_0x2adddd)),_0x270597=_0xca5059[_0x1409f7(0x245)](!_0x2b42c9,_0x108401);return logger['debug'](_0x1409f7(0x239)+(_0x4ef024?.[_0x1409f7(0x1d7)]?.()||_0xca5059[_0x1409f7(0x1fa)])+_0x1409f7(0x16f)+_0x270597+_0x1409f7(0x1e2)+_0xbce952+',\x20includeTags='+JSON[_0x1409f7(0x1a7)](_0x576b68)+_0x1409f7(0x1e1)+JSON[_0x1409f7(0x1a7)](_0x3282ea)),_0x270597;}const _0x1a9f8b=Array[_0x1409f7(0x2af)](_0x4f1a49)?_0x4f1a49:[];let _0x498e67=![],_0x57f534=_0xca5059[_0x1409f7(0x10f)](_0x576b68[_0x1409f7(0x1fc)],0x0);const _0x34adb4=_0x3fbcb3=>typeof _0x3fbcb3==='string'?_0x3fbcb3[_0x1409f7(0x1a4)](/^@/,'')['toLowerCase']()[_0x1409f7(0x168)]():_0x3fbcb3,_0x8c7b98=new Set(_0x576b68[_0x1409f7(0x1ba)](_0x34adb4)),_0x22bb47=new Set(_0x3282ea[_0x1409f7(0x1ba)](_0x34adb4));for(const _0x2a1454 of _0x1a9f8b){const _0x36e9e1=_0xca5059[_0x1409f7(0x112)](_0x34adb4,_0x2a1454);_0x22bb47['has'](_0x36e9e1)&&(_0x498e67=!![]),_0xca5059[_0x1409f7(0x24c)](_0x8c7b98[_0x1409f7(0x290)],0x0)&&_0x8c7b98[_0x1409f7(0x28e)](_0x36e9e1)&&(_0x57f534=!![]);}const _0x3b2bef=_0xca5059[_0x1409f7(0x13a)](_0x57f534,!_0x498e67);return logger[_0x1409f7(0x13d)](_0x1409f7(0x239)+(_0x4ef024?.[_0x1409f7(0x1d7)]?.()||_0xca5059[_0x1409f7(0x1fa)])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x3b2bef+_0x1409f7(0x297)+JSON['stringify'](_0x1a9f8b)+_0x1409f7(0x2c0)+JSON[_0x1409f7(0x1a7)](_0x576b68)+',\x20excludeTags='+JSON[_0x1409f7(0x1a7)](_0x3282ea)),_0x3b2bef;}catch(_0x30fc53){return logger[_0x1409f7(0x13d)](_0x1409f7(0x239)+(_0x4ef024?.[_0x1409f7(0x1d7)]?.()||_0xca5059[_0x1409f7(0x1fa)])+_0x1409f7(0x1f3)+_0x30fc53[_0x1409f7(0x105)]),![];}}async[a85_0x2a6aed(0x29c)](_0x2a92c7){const _0x12112e=a85_0x2a6aed,_0x5bf462={};_0x5bf462[_0x12112e(0x187)]=function(_0x571930,_0x14eba2){return _0x571930!==_0x14eba2;},_0x5bf462[_0x12112e(0x27d)]=_0x12112e(0x194),_0x5bf462['gEytz']=function(_0x326cec,_0x2f6e8c){return _0x326cec!==_0x2f6e8c;},_0x5bf462[_0x12112e(0x140)]=_0x12112e(0x276),_0x5bf462[_0x12112e(0x2a1)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x5bf462[_0x12112e(0x19b)]=_0x12112e(0x219),_0x5bf462[_0x12112e(0x1dd)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x5bf462['uCXTa']=_0x12112e(0x10e),_0x5bf462[_0x12112e(0x279)]=_0x12112e(0x12d),_0x5bf462[_0x12112e(0x14d)]=function(_0x3bd731,_0x1473fe){return _0x3bd731===_0x1473fe;},_0x5bf462[_0x12112e(0x14e)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x5bf462[_0x12112e(0x26a)]='Unknown\x20Test',_0x5bf462[_0x12112e(0x185)]=function(_0x4af3a8,_0x1c084c){return _0x4af3a8>_0x1c084c;},_0x5bf462[_0x12112e(0x1b7)]=function(_0x4d6fc6,_0x50a71e){return _0x4d6fc6===_0x50a71e;},_0x5bf462[_0x12112e(0x2ba)]='function',_0x5bf462[_0x12112e(0x244)]=_0x12112e(0x141),_0x5bf462[_0x12112e(0x28b)]=function(_0x48d64e,_0x499516){return _0x48d64e&&_0x499516;},_0x5bf462['KZtqS']=_0x12112e(0x1b3),_0x5bf462[_0x12112e(0x280)]=_0x12112e(0x2d7);const _0x5f1359=_0x5bf462;if(_0x5f1359[_0x12112e(0x187)](_0x2a92c7[_0x12112e(0x2ca)],_0x5f1359[_0x12112e(0x27d)])&&_0x5f1359['gEytz'](_0x2a92c7['testFramework'],_0x5f1359[_0x12112e(0x140)])){logger[_0x12112e(0x13d)](_0x5f1359['fBVJq']);return;}try{const _0xfe90c0=AutomationFramework['getTrackedInstance'](),_0x4f4b91=TestFramework[_0x12112e(0x174)](),_0x3a9095=_0x2a92c7[_0x12112e(0x144)]||global['__workerDetails']?.['pwPage']||null;if(!_0x3a9095){_0x4f4b91&&_0x4f4b91['updateData'](_0x5f1359['pwIGJ'],!![]);logger[_0x12112e(0x13d)](_0x5f1359[_0x12112e(0x1dd)]);return;}logger[_0x12112e(0x13d)](_0x5f1359[_0x12112e(0x210)]);const _0x459329=_0x4f4b91?.['getData'](_0x5f1359[_0x12112e(0x279)],![]),_0x20e29d=_0x4f4b91?.['getData'](_0x5f1359['pwIGJ'],![]);if(_0x5f1359[_0x12112e(0x14d)](_0x459329,![])&&_0x5f1359['lTdtI'](_0x20e29d,![])){_0x4f4b91&&_0x4f4b91[_0x12112e(0x176)](_0x5f1359[_0x12112e(0x279)],!![]);logger['debug'](_0x5f1359['rCGWB']);return;}_0x4f4b91&&_0x4f4b91[_0x12112e(0x176)](_0x5f1359[_0x12112e(0x19b)],!![]);let _0x4c8d67,_0x2a5cf2;const _0x17b5d3=_0x2a92c7[_0x12112e(0x2ca)]||_0x5f1359['IbxHU'];if(_0x5f1359[_0x12112e(0x14d)](_0x17b5d3,_0x5f1359[_0x12112e(0x140)])){_0x2a5cf2=_0x2a92c7[_0x12112e(0x256)]?.['testAnalyticsId']||_0x2a92c7['testInfo']?.['id']||global[_0x12112e(0x212)]||global[_0x12112e(0x11e)]?.['currentTest']?.[_0x12112e(0x19a)]||global[_0x12112e(0x11e)]?.[_0x12112e(0x16b)]?.['id'];const _0x4d31cd=_0x4f4b91?.[_0x12112e(0x1de)]()?.[_0x12112e(0x151)](_0x2a5cf2);if(_0x4d31cd&&_0x4d31cd[TestFrameworkConstants[_0x12112e(0x138)]])_0x4c8d67=_0x4d31cd[TestFrameworkConstants[_0x12112e(0x138)]];else{if(_0x2a92c7[_0x12112e(0x256)]?.[_0x12112e(0x150)])_0x4c8d67=_0x2a92c7[_0x12112e(0x256)][_0x12112e(0x150)];else global[_0x12112e(0x11e)]?.['currentTest']?.[_0x12112e(0x256)]?.[_0x12112e(0x150)]?_0x4c8d67=global[_0x12112e(0x11e)][_0x12112e(0x16b)][_0x12112e(0x256)][_0x12112e(0x150)]:_0x4c8d67=_0x5f1359['HrVSj'];}logger[_0x12112e(0x13d)](_0x12112e(0x1c5)+_0x2a5cf2+',\x20testName='+JSON[_0x12112e(0x1a7)](_0x4c8d67));}else{_0x2a5cf2=this['getTestId'](_0x2a92c7);const _0x4c5ecc=TestInfo[_0x12112e(0x1bd)](_0x2a5cf2);let _0x48e390=[];if(_0x4c5ecc&&Array[_0x12112e(0x2af)](_0x4c5ecc[_0x12112e(0x141)])&&_0x5f1359[_0x12112e(0x185)](_0x4c5ecc[_0x12112e(0x141)]['length'],0x0))_0x48e390=_0x4c5ecc[_0x12112e(0x141)];else{if(_0x4f4b91){const _0x4c4b72=_0x5f1359[_0x12112e(0x1b7)](typeof _0x4f4b91['getData'],_0x5f1359[_0x12112e(0x2ba)])?_0x4f4b91['getData'](_0x5f1359[_0x12112e(0x244)],[]):_0x4f4b91['test_tags']||[];Array['isArray'](_0x4c4b72)&&(_0x48e390=_0x4c4b72);}}_0x4c8d67=_0x48e390;}logger['info'](_0x12112e(0x27e)+JSON[_0x12112e(0x1a7)](_0x4c8d67));const _0x1206d4=this[_0x12112e(0x1ea)](_0xfe90c0,_0x2a92c7[_0x12112e(0x265)],_0x2a92c7['launchCaps']);logger[_0x12112e(0x13d)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x1206d4+_0x12112e(0x14c)+this['isAppAccessibility']);const _0x124fba=this[_0x12112e(0x1f7)](_0x4c8d67,_0xfe90c0,_0x17b5d3),_0x48730b=_0x5f1359[_0x12112e(0x28b)](_0x1206d4,_0x124fba),_0x33bac7=CLIUtils[_0x12112e(0x134)]();this[_0x12112e(0x21b)][_0x12112e(0x1e0)](_0x33bac7,_0x48730b),global[_0x12112e(0x26f)]?.[_0x12112e(0x2c4)]&&global[_0x12112e(0x26f)][_0x12112e(0x2c4)]()[_0x12112e(0x10b)](_0x48730b),logger[_0x12112e(0x13d)](_0x12112e(0x239)+(_0xfe90c0?.[_0x12112e(0x1d7)]?.()||_0x5f1359[_0x12112e(0x23d)])+_0x12112e(0x2be)+_0x48730b),_0x48730b?(global[_0x12112e(0x2a7)]=!![],process[_0x12112e(0x149)][_0x12112e(0x14f)]=_0x5f1359[_0x12112e(0x280)],this['applySendMessageToServerPatch']()):global[_0x12112e(0x2a7)]=![];}catch(_0x51fae1){logger[_0x12112e(0x251)](_0x12112e(0x126)+(_0x51fae1[_0x12112e(0x1cc)]||_0x51fae1['message']));const _0x5cdae8=CLIUtils[_0x12112e(0x134)]();this[_0x12112e(0x21b)]['set'](_0x5cdae8,![]),global[_0x12112e(0x2a7)]=![];}}[a85_0x2a6aed(0x240)](){const _0x5e2eb9=a85_0x2a6aed;return this['capabilities']['find'](_0x10444b=>_0x10444b[_0x5e2eb9(0x1cf)]()===_0x5e2eb9(0x11a))?.[_0x5e2eb9(0x1e7)]()||'';}[a85_0x2a6aed(0x206)](_0x474936){const _0xc8f840=a85_0x2a6aed;try{const _0x372f3c=this['accessibilityConfig']?.[_0xc8f840(0x183)]?.[_0xc8f840(0x29a)]||[],_0x43248e=_0x372f3c['find'](_0x95c5ca=>_0x95c5ca['name']===_0x474936);return _0x43248e?_0x43248e[_0xc8f840(0x1d3)]:null;}catch(_0x137ce7){return logger[_0xc8f840(0x13d)](_0xc8f840(0x2d0)+_0x474936+':\x20'+_0x137ce7['message']),null;}}async[a85_0x2a6aed(0x2b2)](_0x1fe66d,_0x5616b6){const _0x56555d=a85_0x2a6aed,_0x2f2c59=_0x1fe66d['getAccessibility']()[_0x56555d(0x200)](),_0x5f08b7=_0x2f2c59[_0x56555d(0xfd)](),_0x49fa96=_0x2f2c59[_0x56555d(0x224)]()?.[_0x56555d(0x16d)]();scripts[_0x56555d(0x1f6)](_0x5f08b7,_0x49fa96),scripts['toJson']();const _0x1e16cc=_0x2f2c59['getCapabilitiesList']();this[_0x56555d(0x207)]=_0x2f2c59['getCapabilitiesList'](),await this[_0x56555d(0x2bc)](_0x1e16cc,_0x5616b6[_0x56555d(0x136)]);}async[a85_0x2a6aed(0x2bc)](_0x26b098,_0x649c09={}){const _0x590a0f=a85_0x2a6aed,_0x596ca4={'JbcPT':function(_0x123adf,_0x2d079b){return _0x123adf===_0x2d079b;},'gFinF':_0x590a0f(0x2b7),'OcXuj':_0x590a0f(0x163),'vPSPx':function(_0x2ad746,_0x3d1b9d){return _0x2ad746(_0x3d1b9d);},'lzFPZ':_0x590a0f(0x1bc),'cChwl':function(_0x4f45d0,_0x44963f){return _0x4f45d0(_0x44963f);},'nyeEu':_0x590a0f(0x1d0),'YKEuR':function(_0x4477eb,_0x13f3c3){return _0x4477eb(_0x13f3c3);},'aWoWV':function(_0x16bf6c,_0x421ba0){return _0x16bf6c===_0x421ba0;},'WlKAQ':_0x590a0f(0xfe),'BycDy':'browserstack.accessibilityOptions.wcagVersion','puKUf':_0x590a0f(0x2dc),'rvokU':_0x590a0f(0x13c),'KUMzA':function(_0x49ccc3,_0x2cc5d0){return _0x49ccc3===_0x2cc5d0;},'MwiAa':_0x590a0f(0x2c2),'JIWhK':'browserstack.accessibilityOptions.scannerProcessingTimeout','EQeNJ':function(_0x4197f7,_0x2dc7f9){return _0x4197f7===_0x2dc7f9;},'ODLJN':_0x590a0f(0x2da),'DwPmu':function(_0x7aab0a,_0x198192){return _0x7aab0a(_0x198192);},'sYrJp':function(_0x2e11a8,_0x1c0316){return _0x2e11a8===_0x1c0316;},'ndhfF':function(_0x4f271a,_0x3ba036){return _0x4f271a===_0x3ba036;},'gAqqJ':'true'};global['__accessibilityOptions']=global[_0x590a0f(0x1b6)]||{};for(const _0x2f22b8 of _0x26b098){logger['info'](_0x590a0f(0x292)+_0x2f22b8[_0x590a0f(0x1cf)]()+'\x20value='+_0x2f22b8['getValue']());if(_0x596ca4['JbcPT'](_0x2f22b8[_0x590a0f(0x1cf)](),_0x596ca4[_0x590a0f(0x222)])){const _0x16d013=_0x2f22b8[_0x590a0f(0x1e7)]();process[_0x590a0f(0x149)][_0x590a0f(0x2c8)]=_0x16d013,global['__accessibilityOptions'][_0x596ca4[_0x590a0f(0x2c7)]]=_0x16d013;const _0x53a6ef=_0x596ca4['vPSPx'](require,_0x596ca4[_0x590a0f(0x26e)]),{isTrue:_0x1c3d29}=_0x596ca4['cChwl'](require,_0x596ca4[_0x590a0f(0x216)]),_0x580102=_0x53a6ef[_0x590a0f(0x1d5)](_0x16d013);_0x580102&&_0x596ca4['YKEuR'](_0x1c3d29,_0x580102[_0x590a0f(0x178)])&&(process[_0x590a0f(0x149)][_0x590a0f(0x252)]=!![]);}else{if(_0x596ca4[_0x590a0f(0x2e0)](_0x2f22b8[_0x590a0f(0x1cf)](),_0x596ca4[_0x590a0f(0x131)]))global['__accessibilityOptions'][_0x596ca4[_0x590a0f(0x15a)]]=_0x2f22b8[_0x590a0f(0x1e7)]();else{if(_0x596ca4['JbcPT'](_0x2f22b8[_0x590a0f(0x1cf)](),_0x596ca4[_0x590a0f(0x118)]))global[_0x590a0f(0x1b6)][_0x596ca4[_0x590a0f(0x268)]]=_0x2f22b8[_0x590a0f(0x1e7)]();else{if(_0x596ca4[_0x590a0f(0x100)](_0x2f22b8[_0x590a0f(0x1cf)](),_0x596ca4[_0x590a0f(0x2c9)]))global[_0x590a0f(0x1b6)][_0x596ca4[_0x590a0f(0x286)]]=_0x2f22b8[_0x590a0f(0x1e7)]();else{if(_0x596ca4[_0x590a0f(0x1fd)](_0x2f22b8[_0x590a0f(0x1cf)](),_0x596ca4[_0x590a0f(0x271)])){const _0x2c6ff8=_0x2f22b8[_0x590a0f(0x1e7)]();process[_0x590a0f(0x149)][_0x590a0f(0x228)]=_0x596ca4[_0x590a0f(0x1c4)](String,_0x596ca4['sYrJp'](_0x2c6ff8,!![])||_0x596ca4[_0x590a0f(0x186)](_0x2c6ff8,_0x596ca4[_0x590a0f(0x1e9)])),logger[_0x590a0f(0x13d)](_0x590a0f(0x17a)+_0x2c6ff8+'\x20env='+process[_0x590a0f(0x149)][_0x590a0f(0x228)]);}}}}}}}async['onAfterTest'](_0x142b91){const _0x487892=a85_0x2a6aed,_0x56788f={};_0x56788f[_0x487892(0x180)]=function(_0x3eb8fe,_0x127533){return _0x3eb8fe!==_0x127533;},_0x56788f['apKOu']='cucumber',_0x56788f[_0x487892(0x21e)]=function(_0x5305da,_0xa8edc9){return _0x5305da!==_0xa8edc9;},_0x56788f['mOBXq']='jest',_0x56788f[_0x487892(0x122)]=_0x487892(0x267),_0x56788f[_0x487892(0x262)]=_0x487892(0x1b3);const _0x2ae1f8=_0x56788f;if(_0x2ae1f8[_0x487892(0x180)](_0x142b91[_0x487892(0x2ca)],_0x2ae1f8['apKOu'])&&_0x2ae1f8['irucq'](_0x142b91['testFramework'],_0x2ae1f8[_0x487892(0x19c)])){logger[_0x487892(0x13d)](_0x2ae1f8['EtLze']);return;}const _0x487a3a=_0x142b91[_0x487892(0x256)]?.[_0x487892(0x19a)]||_0x142b91[_0x487892(0x256)]?.['id']||global[_0x487892(0x212)];logger['info']('[AccessibilityModule]\x20onAfterTest:\x20framework='+_0x142b91[_0x487892(0x2ca)]+_0x487892(0x20d)+_0x487a3a);try{const _0x4e616b=_0x142b91['instance']||AutomationFramework[_0x487892(0x174)](),_0x48e486=CLIUtils['getCurrentInstanceName'](),_0x1b8d73=this[_0x487892(0x1f8)]();logger[_0x487892(0x13d)](_0x487892(0x239)+(_0x4e616b?.[_0x487892(0x1d7)]?.()||_0x2ae1f8['lZsQR'])+']\x20onAfterTest\x20should\x20scan='+_0x1b8d73),_0x1b8d73&&await this[_0x487892(0x196)](_0x4e616b,_0x142b91),this[_0x487892(0x21b)]['delete'](_0x48e486),this[_0x487892(0x15e)][_0x487892(0x18e)](_0x48e486);}catch(_0x25be31){logger[_0x487892(0x251)](_0x487892(0x2c5)+(_0x25be31[_0x487892(0x1cc)]||_0x25be31['message']));}}async['stopTestCapture'](_0x247edf,_0x1cfa65){const _0x54e1c5=a85_0x2a6aed,_0x14c1d9={};_0x14c1d9[_0x54e1c5(0x167)]=function(_0x246814,_0x2a6f6a){return _0x246814===_0x2a6f6a;},_0x14c1d9[_0x54e1c5(0x2b5)]='function',_0x14c1d9[_0x54e1c5(0x124)]=function(_0x107f41,_0x15d74b){return _0x107f41===_0x15d74b;},_0x14c1d9[_0x54e1c5(0x1c1)]=_0x54e1c5(0x276),_0x14c1d9[_0x54e1c5(0x2cb)]='cucumber',_0x14c1d9[_0x54e1c5(0x243)]=_0x54e1c5(0x293),_0x14c1d9[_0x54e1c5(0x116)]=_0x54e1c5(0x21b),_0x14c1d9['NTDEv']=_0x54e1c5(0x1ad),_0x14c1d9['cMFQm']=_0x54e1c5(0x1b3),_0x14c1d9[_0x54e1c5(0x2ab)]='present',_0x14c1d9[_0x54e1c5(0x25c)]=_0x54e1c5(0x108),_0x14c1d9['RArNj']=function(_0x357230,_0x44ccca){return _0x357230||_0x44ccca;},_0x14c1d9[_0x54e1c5(0x26d)]=_0x54e1c5(0x111),_0x14c1d9['aRlYx']=_0x54e1c5(0x1b9),_0x14c1d9[_0x54e1c5(0x24d)]=_0x54e1c5(0x142);const _0x5ec991=_0x14c1d9;try{const _0x36f865=_0x1cfa65['testFramework']||(_0x5ec991[_0x54e1c5(0x124)](this[_0x54e1c5(0x2bd)]?.[_0x54e1c5(0x264)]?.[_0x54e1c5(0x17e)](),_0x5ec991['PVanh'])?_0x5ec991[_0x54e1c5(0x1c1)]:_0x5ec991['iWZcP']);let _0x315d97='',_0x42b226=null,_0x3a0f60=null;if(_0x5ec991['dDvuv'](_0x36f865,_0x5ec991[_0x54e1c5(0x1c1)])){_0x42b226=_0x1cfa65[_0x54e1c5(0x256)]?.['testAnalyticsId']||_0x1cfa65[_0x54e1c5(0x256)]?.['id']||global[_0x54e1c5(0x212)];if(!_0x42b226){logger[_0x54e1c5(0x121)](_0x5ec991[_0x54e1c5(0x243)]);return;}try{const _0x49a662=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process['env'][_0x54e1c5(0x266)],_0x5ec991[_0x54e1c5(0x116)],_0x5ec991[_0x54e1c5(0x257)],_0x42b226),_0x559e94=AccessibilityModule['loadDriverExecuteParams'](null,_0x49a662);_0x315d97=_0x559e94?.[_0x54e1c5(0x270)]||'',logger['debug'](_0x54e1c5(0x247)+_0x315d97+_0x54e1c5(0x146)+_0x42b226),_0x3a0f60=_0x49a662;}catch(_0x5b17c3){logger[_0x54e1c5(0x251)](_0x54e1c5(0x1f9)+_0x5b17c3[_0x54e1c5(0x105)]);return;}}else{const _0x51b3d9=this['getTestId'](_0x1cfa65);_0x315d97=TestInfo[_0x54e1c5(0x249)](_0x51b3d9);}const _0x344faa=((()=>{const _0x468acd=_0x54e1c5,_0x4c8415=(this[_0x468acd(0x1e6)]?.['options']?.['capabilitiesList']||[])[_0x468acd(0x2a9)](_0x451dc4=>(typeof _0x451dc4['getName']===_0x468acd(0x1eb)?_0x451dc4[_0x468acd(0x1cf)]():_0x451dc4[_0x468acd(0x264)])===this['KEY_TESTHUB_BUILD_ID']);return _0x4c8415?_0x5ec991['hadhI'](typeof _0x4c8415[_0x468acd(0x1e7)],_0x5ec991['yohlg'])?_0x4c8415['getValue']():_0x4c8415['value']:'';})()),_0x2f74d3=process['env'][_0x54e1c5(0x164)]||'';logger['debug']('[platform\x20-\x20'+(_0x247edf?.['getPlatformIndex']?.()||_0x5ec991[_0x54e1c5(0x299)])+']\x20clear\x20'+_0x315d97+_0x54e1c5(0x1e3)+_0x344faa+'\x20a11yToken='+(_0x2f74d3?_0x5ec991[_0x54e1c5(0x2ab)]:_0x5ec991['ooJWj']));let _0x1339fc;if(_0x5ec991['hadhI'](_0x36f865,_0x5ec991[_0x54e1c5(0x1c1)]))_0x1339fc=AccessibilityModule[_0x54e1c5(0x235)](_0x315d97,_0x3a0f60);else{const _0x39ecef=await GrpcClient[_0x54e1c5(0x11f)]()['fetchDriverExecuteParamsEvent'](process[_0x54e1c5(0x149)][_0x54e1c5(0x266)],_0x5ec991[_0x54e1c5(0x116)],_0x5ec991[_0x54e1c5(0x257)]);_0x1339fc=AccessibilityModule[_0x54e1c5(0x235)](_0x315d97,_0x39ecef);}logger['debug'](_0x54e1c5(0x107)+JSON[_0x54e1c5(0x1a7)](_0x1339fc));const _0x14c2f2=Object[_0x54e1c5(0x1c2)]({},{'thTestRunUuid':_0x5ec991[_0x54e1c5(0x1cb)](_0x315d97,''),'thBuildUuid':_0x5ec991[_0x54e1c5(0x1cb)](_0x344faa,''),'thJwtToken':_0x5ec991[_0x54e1c5(0x1cb)](_0x2f74d3,'')},_0x1339fc);!this[_0x54e1c5(0xfb)]&&this[_0x54e1c5(0x2b0)]()&&(_0x14c2f2[_0x54e1c5(0x29f)]=!![],logger[_0x54e1c5(0x13d)](_0x5ec991['tucZA']));logger[_0x54e1c5(0x13d)](_0x54e1c5(0x1ec)+_0x315d97+',\x20isAppAccessibility='+this[_0x54e1c5(0xfb)]);let _0x155699=global[_0x54e1c5(0x11e)]?.['pwPage']||null;!_0x155699&&(_0x155699=AutomationFramework['getState'](_0x247edf,_0x5ec991[_0x54e1c5(0x201)],null)),!_0x155699&&(_0x155699=AutomationFramework['getState'](_0x247edf,_0x5ec991[_0x54e1c5(0x24d)],null)),await this[_0x54e1c5(0x285)](this[_0x54e1c5(0x1f8)](),_0x315d97,_0x155699,_0x14c2f2,this[_0x54e1c5(0xfb)]);}catch(_0x5604a0){logger[_0x54e1c5(0x251)](_0x54e1c5(0x10c)+(_0x5604a0[_0x54e1c5(0x1cc)]||_0x5604a0['message']));}}async[a85_0x2a6aed(0x285)](_0x36ea22,_0x2e5c38,_0x2a7832,_0x172712,_0x10baf6){const _0x3d27d2=a85_0x2a6aed,_0x44b870={};_0x44b870['iwxDv']=_0x3d27d2(0x1ad),_0x44b870[_0x3d27d2(0x2ce)]=function(_0x597ec5,_0x31fe18){return _0x597ec5&&_0x31fe18;},_0x44b870[_0x3d27d2(0x232)]=_0x3d27d2(0x182),_0x44b870[_0x3d27d2(0x1a2)]=function(_0x249aea,_0x20124a){return _0x249aea===_0x20124a;},_0x44b870[_0x3d27d2(0x1c6)]='null',_0x44b870['zMxpK']='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x44b870[_0x3d27d2(0x23b)]='Performing\x20scan\x20before\x20from\x20cli',_0x44b870[_0x3d27d2(0x1ac)]=_0x3d27d2(0x2a5),_0x44b870[_0x3d27d2(0x1a8)]=_0x3d27d2(0x161),_0x44b870[_0x3d27d2(0x1e8)]=_0x3d27d2(0x188),_0x44b870[_0x3d27d2(0x155)]=_0x3d27d2(0x203),_0x44b870[_0x3d27d2(0x160)]=_0x3d27d2(0x165);const _0x32267d=_0x44b870;try{const _0x2811ae=this[_0x3d27d2(0x135)](_0x32267d[_0x3d27d2(0x157)]);if(_0x32267d[_0x3d27d2(0x2ce)](!_0x10baf6,!_0x2811ae)){logger[_0x3d27d2(0x13d)](_0x32267d[_0x3d27d2(0x232)]);return;}if(!_0x2e5c38||_0x32267d[_0x3d27d2(0x1a2)](_0x2e5c38,_0x32267d[_0x3d27d2(0x1c6)])||_0x32267d['nMBXv'](_0x2e5c38,'')){logger['debug'](_0x32267d[_0x3d27d2(0x19f)]);return;}logger['debug'](_0x3d27d2(0x2a2)+JSON[_0x3d27d2(0x1a7)](_0x172712)),_0x36ea22&&(logger[_0x3d27d2(0x13d)](_0x32267d[_0x3d27d2(0x23b)]),await this[_0x3d27d2(0x12a)](_0x2a7832,_0x2e5c38,_0x32267d[_0x3d27d2(0x1ac)],_0x172712,_0x10baf6,_0x32267d['SvedX']),_0x32267d[_0x3d27d2(0x2ce)](!_0x10baf6,_0x2811ae)&&(logger[_0x3d27d2(0x13d)](_0x32267d[_0x3d27d2(0x1e8)]),await PerformanceTester[_0x3d27d2(0x254)](_0x32267d[_0x3d27d2(0x155)],async()=>{const _0x3c5907=_0x3d27d2;await this['performScanForCli'](_0x2a7832,_0x2e5c38,_0x32267d['iwxDv'],_0x172712,_0x10baf6,_0x32267d[_0x3c5907(0x157)]);})()),logger['info'](_0x32267d[_0x3d27d2(0x160)]));}catch(_0x2bf6d1){logger[_0x3d27d2(0x251)](_0x3d27d2(0x11b)+(_0x2bf6d1['stack']||_0x2bf6d1['message']));}}async[a85_0x2a6aed(0x1c8)](_0x526fe9){const _0x260ebf=a85_0x2a6aed,_0x274a29={};_0x274a29[_0x260ebf(0x13e)]=function(_0x49a16d,_0x483943){return _0x49a16d!==_0x483943;},_0x274a29[_0x260ebf(0x291)]=_0x260ebf(0x194),_0x274a29['YhwSj']=_0x260ebf(0x276),_0x274a29[_0x260ebf(0x23a)]=_0x260ebf(0x171),_0x274a29[_0x260ebf(0x2d4)]='unknown',_0x274a29[_0x260ebf(0x21a)]=_0x260ebf(0x28f),_0x274a29[_0x260ebf(0x2d6)]=function(_0x39aae5,_0x491cd2){return _0x39aae5===_0x491cd2;},_0x274a29['flPxm']=_0x260ebf(0x1d1),_0x274a29[_0x260ebf(0x1ed)]='accessibility',_0x274a29['kZsGv']=_0x260ebf(0x2cc),_0x274a29[_0x260ebf(0x23f)]=_0x260ebf(0x19d),_0x274a29[_0x260ebf(0x1db)]=_0x260ebf(0x22c),_0x274a29[_0x260ebf(0x177)]=_0x260ebf(0x161),_0x274a29[_0x260ebf(0x2a6)]=_0x260ebf(0x108);const _0x303c5a=_0x274a29;if(_0x303c5a[_0x260ebf(0x13e)](_0x526fe9[_0x260ebf(0x2ca)],_0x303c5a['tRveW'])&&_0x303c5a['CosYw'](_0x526fe9[_0x260ebf(0x2ca)],_0x303c5a['YhwSj'])){logger[_0x260ebf(0x13d)](_0x303c5a[_0x260ebf(0x23a)]);return;}logger[_0x260ebf(0x13d)](_0x260ebf(0x159)+(_0x526fe9['commandName']||_0x303c5a[_0x260ebf(0x2d4)])+_0x260ebf(0x110)+_0x526fe9['testFramework']);try{const _0x4a102f=_0x526fe9['instance']||AutomationFramework['getTrackedInstance'](),_0x4696db=TestFramework[_0x260ebf(0x174)](),_0x29fafa=_0x526fe9['commandName']||_0x526fe9[_0x260ebf(0x19e)]?.['getName']();if(!_0x29fafa){logger[_0x260ebf(0x13d)](_0x303c5a[_0x260ebf(0x21a)]);return;}if(!this[_0x260ebf(0x1f8)]()){logger[_0x260ebf(0x13d)](_0x260ebf(0x18b)+_0x29fafa);return;}if(!this[_0x260ebf(0x1a5)](_0x29fafa)){logger[_0x260ebf(0x13d)](_0x260ebf(0x156)+_0x29fafa+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x1aee77=_0x526fe9[_0x260ebf(0x144)]||global['__workerDetails']?.[_0x260ebf(0x255)];if(!_0x1aee77){logger[_0x260ebf(0x13d)](_0x260ebf(0x1b0)+_0x29fafa);return;}let _0x2e7e26='',_0x33c035=null;if(_0x303c5a[_0x260ebf(0x2d6)](_0x526fe9[_0x260ebf(0x2ca)],_0x303c5a[_0x260ebf(0x2e1)])){_0x33c035=_0x526fe9[_0x260ebf(0x256)]?.[_0x260ebf(0x19a)]||_0x526fe9[_0x260ebf(0x256)]?.['id']||global[_0x260ebf(0x212)];if(!_0x33c035){logger[_0x260ebf(0x121)](_0x303c5a[_0x260ebf(0x114)]);return;}try{const _0x28fd52=await GrpcClient[_0x260ebf(0x11f)]()['fetchDriverExecuteParamsEvent'](process[_0x260ebf(0x149)][_0x260ebf(0x266)],_0x303c5a[_0x260ebf(0x1ed)],_0x303c5a['kZsGv'],_0x33c035),_0x4a9f81=AccessibilityModule[_0x260ebf(0x235)](null,_0x28fd52);_0x2e7e26=_0x4a9f81?.[_0x260ebf(0x270)]||'',logger['debug'](_0x260ebf(0x166)+_0x2e7e26+_0x260ebf(0x146)+_0x33c035);}catch(_0x2bb52d){logger['error'](_0x260ebf(0x287)+_0x2bb52d[_0x260ebf(0x105)]);return;}}else _0x2e7e26=this['getCapabilityValue'](_0x303c5a[_0x260ebf(0x23f)])||'',!_0x2e7e26&&this[_0x260ebf(0x2b0)]()&&(_0x2e7e26=accessibilityHelper['resolveMobileThTestRunUuid']());const _0xc364e8=this[_0x260ebf(0x206)](_0x303c5a['TMywW'])||this[_0x260ebf(0x1e6)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x213d4b=process[_0x260ebf(0x149)][_0x260ebf(0x164)]||'',_0x5baf82=this['getParamsForScanForCli'](_0x29fafa,_0x2e7e26,_0xc364e8,_0x213d4b),_0x37536a=_0x303c5a[_0x260ebf(0x2d6)](_0x526fe9[_0x260ebf(0x2ca)],_0x303c5a['YhwSj'])?await AccessibilityModule[_0x260ebf(0x1c3)](_0x303c5a['elWwa'],_0x2e7e26,_0x33c035):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x303c5a[_0x260ebf(0x177)],_0x2e7e26);logger[_0x260ebf(0x24e)](_0x260ebf(0x296)+(_0x5baf82?JSON[_0x260ebf(0x1a7)](_0x5baf82):_0x303c5a[_0x260ebf(0x2a6)]));const _0x49b463=CLIUtils[_0x260ebf(0x128)](_0x5baf82,_0x37536a);logger[_0x260ebf(0x24e)]('MergedScanArgs:\x20'+(_0x49b463?JSON['stringify'](_0x49b463):_0x303c5a[_0x260ebf(0x2a6)])),logger[_0x260ebf(0x13d)](_0x260ebf(0x169)+_0x29fafa);const _0x4d8913=await this[_0x260ebf(0x12a)](_0x1aee77,_0x2e7e26,_0x29fafa,_0x49b463,this['isAppAccessibility']);logger[_0x260ebf(0x13d)](_0x260ebf(0x225)+_0x29fafa+_0x260ebf(0x24a)+JSON['stringify'](_0x4d8913));}catch(_0x472f7f){logger['error']('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x472f7f[_0x260ebf(0x1cc)]||_0x472f7f[_0x260ebf(0x105)]));}}[a85_0x2a6aed(0x2bb)](){const _0x3035bc=a85_0x2a6aed;return this[_0x3035bc(0x1f8)]();}[a85_0x2a6aed(0x288)](_0x2626be){const _0x56445b=a85_0x2a6aed,_0x3bcfca=CLIUtils['getCurrentInstanceName']();this[_0x56445b(0x21b)]['set'](_0x3bcfca,_0x2626be);}async[a85_0x2a6aed(0x246)](_0xfd0e93){const _0x217be4=a85_0x2a6aed,_0x5c8009={};_0x5c8009[_0x217be4(0x2ae)]='unknown';const _0x2f9bf6=_0x5c8009;try{const _0x464149=_0xfd0e93[_0x217be4(0x133)]||AutomationFramework['getTrackedInstance'](),_0x10f4dd=_0x464149?.['getData']?.()?.[_0x217be4(0x151)]?.(this[_0x217be4(0x1ff)])||![];if(_0x10f4dd)return;PerformanceTester[_0x217be4(0x22d)](EVENTS[_0x217be4(0x1d6)]);const _0x349302=await GrpcClient[_0x217be4(0x11f)]()[_0x217be4(0x139)](_0xfd0e93);_0x349302&&_0x349302[_0x217be4(0x259)]&&_0x349302[_0x217be4(0x259)]()&&_0x349302[_0x217be4(0x259)]()[_0x217be4(0x1ca)]()?(await this[_0x217be4(0x1e4)](_0x349302,_0xfd0e93),_0x464149?.[_0x217be4(0x281)]&&_0x464149[_0x217be4(0x281)]()[_0x217be4(0x1e0)](this[_0x217be4(0x1ff)],!![]),logger[_0x217be4(0x13d)]('[platform\x20-\x20'+(_0x464149?.[_0x217be4(0x1d7)]?.()||_0x2f9bf6[_0x217be4(0x2ae)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger['debug'](_0x217be4(0x239)+(_0x464149?.[_0x217be4(0x1d7)]?.()||_0x2f9bf6[_0x217be4(0x2ae)])+_0x217be4(0x1c9)),PerformanceTester[_0x217be4(0x173)](EVENTS[_0x217be4(0x1d6)]);}catch(_0x4c65ec){PerformanceTester[_0x217be4(0x173)](EVENTS[_0x217be4(0x1d6)],![],_0x4c65ec[_0x217be4(0x105)]),logger[_0x217be4(0x251)](_0x217be4(0x137)+(_0x4c65ec[_0x217be4(0x1cc)]||_0x4c65ec[_0x217be4(0x105)]));}}async[a85_0x2a6aed(0x1e4)](_0x483a21,_0x34eb13){const _0x375e8a=a85_0x2a6aed;await this[_0x375e8a(0x2b2)](_0x483a21,_0x34eb13);const _0xef53b6=_0x483a21['getAccessibility']()[_0x375e8a(0x200)]();if(_0xef53b6){const _0xc97311=_0x483a21['getTesthub']&&_0x483a21[_0x375e8a(0x1fe)]();_0xc97311&&(this[_0x375e8a(0x1e6)][this[_0x375e8a(0x102)]]=_0xc97311[_0x375e8a(0x1b2)]&&_0xc97311[_0x375e8a(0x1b2)]());}}[a85_0x2a6aed(0x1a5)](_0xfc4223){const _0x1f39fd=a85_0x2a6aed,_0x1b337a={};_0x1b337a[_0x1f39fd(0x295)]=function(_0x80425b,_0x34815e){return _0x80425b===_0x34815e;};const _0x5e7c8e=_0x1b337a;try{if(!_0xfc4223)return![];const _0x3a40f8=this[_0x1f39fd(0x1e6)]?.[_0x1f39fd(0x183)]?.[_0x1f39fd(0x202)]?.['commandsList']||[],_0x4a8d47=_0x3a40f8[_0x1f39fd(0x17f)](_0x287325=>{const _0x414ce5=_0x1f39fd;return _0x287325[_0x414ce5(0x264)]&&_0x5e7c8e['HJuCz'](_0x287325[_0x414ce5(0x264)]['toLowerCase'](),_0xfc4223['toLowerCase']());});return logger[_0x1f39fd(0x13d)](_0x1f39fd(0x28a)+_0xfc4223+'\x20->\x20'+_0x4a8d47+',\x20available\x20commands:\x20'+JSON[_0x1f39fd(0x1a7)](_0x3a40f8[_0x1f39fd(0x1ba)](_0x308823=>_0x308823['name']))),_0x4a8d47;}catch(_0x48bce5){return logger[_0x1f39fd(0x13d)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x48bce5[_0x1f39fd(0x105)]),![];}}[a85_0x2a6aed(0x1ae)](_0x702398){const _0x18d369=a85_0x2a6aed,_0x302706={};_0x302706['YwZhp']=function(_0x1f9683,_0x1c94c5){return _0x1f9683===_0x1c94c5;},_0x302706[_0x18d369(0x2cd)]=_0x18d369(0x214),_0x302706[_0x18d369(0x11c)]=_0x18d369(0x117);const _0x36d880=_0x302706,_0x456ee5=_0x702398[_0x18d369(0x23e)]&&_0x702398[_0x18d369(0x23e)]();return _0x456ee5&&_0x36d880[_0x18d369(0x1a9)](typeof _0x456ee5,_0x36d880[_0x18d369(0x2cd)])&&_0x456ee5[_0x18d369(0x184)](_0x36d880[_0x18d369(0x11c)]);}['isAccessibilityScriptCommand'](_0x6cc57f){const _0x2372c3=a85_0x2a6aed,_0x16b64f={};_0x16b64f['usalM']=function(_0x38b3e5,_0x2fe697){return _0x38b3e5!==_0x2fe697;},_0x16b64f[_0x2372c3(0x230)]=_0x2372c3(0x214),_0x16b64f[_0x2372c3(0x27f)]=_0x2372c3(0x21b),_0x16b64f['naQFx']='performScan',_0x16b64f[_0x2372c3(0x12c)]=_0x2372c3(0x238),_0x16b64f['fBCRO']=_0x2372c3(0x1aa);const _0x165bb4=_0x16b64f,_0x102f9a=_0x6cc57f[_0x2372c3(0x23e)]&&_0x6cc57f[_0x2372c3(0x23e)]();if(!_0x102f9a||_0x165bb4[_0x2372c3(0x217)](typeof _0x102f9a,_0x165bb4[_0x2372c3(0x230)]))return![];return _0x102f9a[_0x2372c3(0x184)](_0x165bb4[_0x2372c3(0x27f)])||_0x102f9a['includes'](_0x165bb4['naQFx'])||_0x102f9a[_0x2372c3(0x184)](_0x165bb4['OOwXK'])||_0x102f9a[_0x2372c3(0x184)](_0x165bb4['fBCRO']);}['isMobileWebSession'](){const _0x298c51=a85_0x2a6aed,_0x421ee2={'UInCs':function(_0x2fffa7,_0x770a5e){return _0x2fffa7===_0x770a5e;},'VnSFs':'function','cQjfL':function(_0x3fda9a,_0x8df882){return _0x3fda9a(_0x8df882);},'ZuzHj':_0x298c51(0x25a),'lwLGf':_0x298c51(0x229),'agmxT':function(_0x6d0d9f,_0x5be9fc){return _0x6d0d9f===_0x5be9fc;},'yHEXP':_0x298c51(0x2a3),'FIDEq':'chrome'};try{const _0x12de3d=this[_0x298c51(0x1e6)]?.[_0x298c51(0x183)]?.[_0x298c51(0x29a)]||[],_0x46bdc3=_0x2d89c3=>{const _0xa34e64=_0x298c51,_0xb92d7e=_0x12de3d['find'](_0x19151d=>(typeof _0x19151d[_0xa34e64(0x1cf)]===_0xa34e64(0x1eb)?_0x19151d[_0xa34e64(0x1cf)]():_0x19151d[_0xa34e64(0x264)])===_0x2d89c3);return _0xb92d7e?_0x421ee2[_0xa34e64(0x198)](typeof _0xb92d7e[_0xa34e64(0x1e7)],_0x421ee2[_0xa34e64(0x1d9)])?_0xb92d7e[_0xa34e64(0x1e7)]():_0xb92d7e['value']:null;},_0x4832fc=_0x421ee2['cQjfL'](_0x46bdc3,_0x421ee2[_0x298c51(0x2d2)]),_0x4703e3=_0x421ee2[_0x298c51(0x145)](_0x46bdc3,_0x421ee2[_0x298c51(0x298)]),_0x238d2b=global['isMobilePlatform']||_0x4832fc&&_0x421ee2['agmxT'](_0x421ee2[_0x298c51(0x145)](String,_0x4832fc)['toLowerCase'](),_0x421ee2[_0x298c51(0x227)])&&_0x4703e3&&_0x421ee2[_0x298c51(0x145)](String,_0x4703e3)[_0x298c51(0x17e)]()[_0x298c51(0x184)](_0x421ee2[_0x298c51(0xfc)]);if(!_0x238d2b)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x298c51(0x15b)]&&(logger[_0x298c51(0x121)](accessibilityHelper[_0x298c51(0x21f)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0xfeb18f){return logger[_0x298c51(0x13d)]('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0xfeb18f[_0x298c51(0x105)]),![];}}[a85_0x2a6aed(0x191)](_0x26425d,_0x979c6d,_0x289d45,_0x4ef1c6){const _0x43f84a=a85_0x2a6aed,_0x8f329f={};_0x8f329f[_0x43f84a(0x272)]=function(_0x1e33a9,_0xbf034c){return _0x1e33a9||_0xbf034c;},_0x8f329f[_0x43f84a(0x25b)]=function(_0x2fb768,_0x59e450){return _0x2fb768&&_0x59e450;},_0x8f329f[_0x43f84a(0x17d)]=_0x43f84a(0x158);const _0x32e234=_0x8f329f;let _0x33a153=_0x32e234[_0x43f84a(0x272)](_0x979c6d,'');const _0x508d70=!this[_0x43f84a(0xfb)]&&this[_0x43f84a(0x2b0)]();_0x32e234['lQTrq'](_0x508d70,!_0x33a153)&&(_0x33a153=accessibilityHelper[_0x43f84a(0x2c1)]());const _0x4d2600={'command':_0x26425d,'thTestRunUuid':_0x33a153,'thBuildUuid':_0x32e234[_0x43f84a(0x272)](_0x289d45,''),'thJwtToken':_0x32e234[_0x43f84a(0x272)](_0x4ef1c6,''),'timestamp':new Date()['toISOString']()};return _0x508d70&&(_0x4d2600[_0x43f84a(0x29f)]=!![],logger['debug'](_0x32e234[_0x43f84a(0x17d)])),_0x4d2600;}[a85_0x2a6aed(0x135)](_0x529f2f){const _0x419fa5=a85_0x2a6aed,_0x24c8ad={};_0x24c8ad[_0x419fa5(0x199)]=function(_0x259ddb,_0x561586){return _0x259ddb||_0x561586;};const _0x1e976e=_0x24c8ad;try{const _0x44232c=this[_0x419fa5(0x1e6)]?.[_0x419fa5(0x183)]?.['scriptsList']||[],_0x1ae228=_0x44232c['find'](_0x252504=>_0x252504[_0x419fa5(0x264)]===_0x529f2f);return _0x1e976e[_0x419fa5(0x199)](_0x1ae228,null);}catch(_0x52cfb9){return logger[_0x419fa5(0x13d)](_0x419fa5(0x1f2)+_0x529f2f+':\x20'+_0x52cfb9[_0x419fa5(0x105)]),null;}}async[a85_0x2a6aed(0x10a)](_0x4d7597,_0x97988d,_0x371db5=null){const _0x3972ef=a85_0x2a6aed,_0xd0a502={'xtwIV':function(_0x18cf90,_0x311330){return _0x18cf90(_0x311330);},'FgqSc':'../../playwright/accessibility-helper'};try{if(!_0x4d7597)return logger['debug'](_0x3972ef(0x103)+_0x97988d),null;const _0x4cc666=this[_0x3972ef(0x135)](_0x97988d);if(!_0x4cc666||!_0x4cc666[_0x3972ef(0x19e)])return logger[_0x3972ef(0x13d)](_0x3972ef(0x15d)+_0x97988d+'\x20script\x20available'),null;logger['debug'](_0x3972ef(0x143)+_0x97988d+'\x20accessibility\x20script\x20on\x20page');const _0x3a7116=_0xd0a502['xtwIV'](require,_0xd0a502[_0x3972ef(0x1bf)]),_0x3938c3=_0x371db5?await _0x3a7116[_0x3972ef(0x17c)](_0x4d7597,_0x4cc666['command'],_0x371db5):await _0x3a7116[_0x3972ef(0x17c)](_0x4d7597,_0x4cc666[_0x3972ef(0x19e)]);return _0x3938c3;}catch(_0x373c57){return logger[_0x3972ef(0x251)](_0x3972ef(0x2a0)+_0x97988d+':\x20'+(_0x373c57[_0x3972ef(0x1cc)]||_0x373c57[_0x3972ef(0x105)])),null;}}async[a85_0x2a6aed(0x12a)](_0x1a3839,_0x15c14a,_0x429efe,_0x57babb,_0x195b90,_0x471751='scan'){const _0x47c621=a85_0x2a6aed,_0x3d912c={'hwqeA':function(_0x3a57a9,_0xcf6399){return _0x3a57a9===_0xcf6399;},'aBVOc':_0x47c621(0x161),'xhJrW':function(_0xdb0438,_0x22c4ad){return _0xdb0438(_0x22c4ad);},'qOkIp':_0x47c621(0x253),'SvHlp':function(_0x15fa5e,_0x5163b3){return _0x15fa5e(_0x5163b3);}};try{logger[_0x47c621(0x13d)](_0x47c621(0x1fb)+_0x429efe+'\x20using\x20script:\x20'+_0x471751);const _0x320968=this[_0x47c621(0x135)](_0x471751);if(!_0x320968||!_0x320968[_0x47c621(0x19e)]){logger['debug'](_0x47c621(0x204)+_0x471751+_0x47c621(0x2ac));return;}if(_0x3d912c['hwqeA'](_0x471751,_0x3d912c[_0x47c621(0x29e)])){const _0x1f6126=_0x3d912c['xhJrW'](require,_0x3d912c[_0x47c621(0x189)]),_0x5404e1={};_0x5404e1['command']=_0x429efe;const _0x5e4998=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x47c621(0x263)],async()=>{const _0x19fe46=_0x47c621;return await _0x1f6126[_0x19fe46(0x17c)](_0x1a3839,_0x320968[_0x19fe46(0x19e)],_0x57babb);},_0x5404e1)();return logger[_0x47c621(0x24e)](_0x47c621(0x22f)+_0x471751+'\x20result\x20for\x20'+_0x429efe+':\x20'+util['format'](_0x5e4998)),_0x5e4998;}const _0x2568ee=_0x3d912c[_0x47c621(0x284)](require,_0x3d912c[_0x47c621(0x189)]),_0x332e9c=await PerformanceTester[_0x47c621(0x254)](PerformanceA11yEvents[_0x47c621(0x2a8)],async()=>{const _0x2a7e6d=_0x47c621;return await _0x2568ee[_0x2a7e6d(0x17c)](_0x1a3839,_0x320968[_0x2a7e6d(0x19e)],_0x57babb);})();return logger[_0x47c621(0x24e)](_0x47c621(0x22f)+_0x471751+_0x47c621(0x1a3)+_0x429efe+':\x20'+util[_0x47c621(0x18c)](_0x332e9c)),_0x332e9c;}catch(_0x358fc3){logger[_0x47c621(0x251)](_0x47c621(0x261)+_0x471751+':\x20'+(_0x358fc3[_0x47c621(0x1cc)]||_0x358fc3[_0x47c621(0x105)]));}}async[a85_0x2a6aed(0x12e)](_0x565af3){const _0x149387=a85_0x2a6aed,_0x4f121a={'vGCBB':function(_0x28550d,_0x493672){return _0x28550d(_0x493672);},'esdJm':_0x149387(0x1bc)};try{const _0x486c45=_0x4f121a['vGCBB'](require,_0x4f121a[_0x149387(0x258)]);return await _0x486c45[_0x149387(0x242)](_0x565af3);}catch(_0x5e420d){return logger['error'](_0x149387(0x14b)+(_0x5e420d[_0x149387(0x1cc)]||_0x5e420d['message'])),![];}}[a85_0x2a6aed(0x125)](_0x14fdd2,_0x1cb445,_0x9b2fd7){const _0x47716e=a85_0x2a6aed,_0x3d2937={'XazsP':function(_0x5ed9be,_0x9ccbe3){return _0x5ed9be(_0x9ccbe3);},'yBVVT':_0x47716e(0x253),'cRANe':_0x47716e(0x2bf),'EOkSj':_0x47716e(0x2c3)};try{const _0x32d5f8=_0x3d2937[_0x47716e(0x22e)](require,_0x3d2937[_0x47716e(0x2b4)]);_0x32d5f8[_0x47716e(0x125)](_0x14fdd2,_0x1cb445,_0x9b2fd7);const _0x3cfd4c=JSON[_0x47716e(0x1a7)](_0x14fdd2)[_0x47716e(0x1a4)](/"browserstack\.user":"[^"]*"/g,_0x3d2937[_0x47716e(0x2b8)])[_0x47716e(0x1a4)](/"browserstack\.key":"[^"]*"/g,_0x3d2937[_0x47716e(0x18a)]);logger[_0x47716e(0x13d)](_0x47716e(0x2b6)+global['accessibilityPlatform']+'\x20'+_0x3cfd4c);}catch(_0x2036b8){logger[_0x47716e(0x251)](_0x47716e(0x277)+(_0x2036b8['stack']||_0x2036b8['message']));}}async[a85_0x2a6aed(0x1e5)](_0x1fa3c0){const _0x50161c=a85_0x2a6aed,_0x2eb004={};_0x2eb004[_0x50161c(0x25d)]=_0x50161c(0x16e),_0x2eb004[_0x50161c(0x211)]=function(_0x75cc6d,_0x1f782f){return _0x75cc6d>_0x1f782f;},_0x2eb004[_0x50161c(0x218)]=function(_0x179b48,_0x49461e){return _0x179b48>_0x49461e;},_0x2eb004[_0x50161c(0x1be)]=_0x50161c(0x238);const _0x2bb57b=_0x2eb004;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x50161c(0x121)](_0x2bb57b['szPmc']),[];const _0x4f6907=this['isMobileWebSession']()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x2bb57b[_0x50161c(0x211)](Object[_0x50161c(0x127)](_0x4f6907)[_0x50161c(0x1fc)],0x0)&&logger['debug']('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x50161c(0x1a7)](_0x4f6907));const _0x3a199e=_0x2bb57b[_0x50161c(0x218)](Object[_0x50161c(0x127)](_0x4f6907)[_0x50161c(0x1fc)],0x0)?await this[_0x50161c(0x10a)](_0x1fa3c0,_0x2bb57b[_0x50161c(0x1be)],_0x4f6907):await this[_0x50161c(0x10a)](_0x1fa3c0,_0x2bb57b[_0x50161c(0x1be)]);return _0x3a199e||[];}catch(_0x85dd4c){return logger[_0x50161c(0x251)](_0x50161c(0x289)+(_0x85dd4c[_0x50161c(0x1cc)]||_0x85dd4c[_0x50161c(0x105)])),[];}}async[a85_0x2a6aed(0x190)](_0xb71371){const _0x28640b=a85_0x2a6aed,_0xb60853={'nVEGc':_0x28640b(0x161),'aTeQI':'getResultsSummary','NOPkg':_0x28640b(0x15f),'RXwhZ':function(_0x4c669d,_0x11577c){return _0x4c669d(_0x11577c);},'QdUvb':_0x28640b(0x172),'wjNJB':function(_0x3fd5db,_0x1bcec7){return _0x3fd5db===_0x1bcec7;},'nVWRg':_0x28640b(0x276),'saGsl':_0x28640b(0x1ee),'CMiyZ':_0x28640b(0x21b),'hluWY':_0x28640b(0x22c),'nUNDb':'getAccessibilityResultsSummary','mHMvs':_0x28640b(0x19d),'pefdk':'Performing\x20scan\x20before\x20getting\x20results\x20summary','wUeMQ':'No\x20summaryResults\x20found.'};try{if(!this[_0x28640b(0x1f8)]())return logger[_0x28640b(0x121)](_0xb60853['NOPkg']),{};const _0x56ffa0=_0xb60853['RXwhZ'](require,_0xb60853['QdUvb']),_0x473c43=_0x56ffa0[_0x28640b(0x2c6)](),_0x1aaf7f=_0xb60853[_0x28640b(0x192)](_0x473c43?.[_0x28640b(0x264)]?.[_0x28640b(0x17e)](),_0xb60853['nVWRg']);let _0x2a120e='',_0x20d537=null,_0x249686=null;if(_0x1aaf7f){_0x20d537=global[_0x28640b(0x212)]||global['__workerDetails']?.[_0x28640b(0x16b)]?.[_0x28640b(0x19a)]||global[_0x28640b(0x11e)]?.[_0x28640b(0x16b)]?.['id'];if(!_0x20d537)return logger[_0x28640b(0x121)](_0xb60853[_0x28640b(0x22a)]),{};try{const _0x342154=await GrpcClient['getInstance']()[_0x28640b(0x23c)](process[_0x28640b(0x149)][_0x28640b(0x266)],_0xb60853[_0x28640b(0x1a1)],_0xb60853[_0x28640b(0x1c7)],_0x20d537),_0x892c5c=AccessibilityModule[_0x28640b(0x235)](null,_0x342154);_0x2a120e=_0x892c5c?.['thTestRunUuid']||'',logger['debug'](_0x28640b(0x2d8)+_0x2a120e+_0x28640b(0x146)+_0x20d537);const _0x3abaaf=await AccessibilityModule[_0x28640b(0x1c3)](_0xb60853[_0x28640b(0x1c7)],_0x2a120e,_0x20d537),_0x32b590=this[_0x28640b(0x206)](_0xb60853[_0x28640b(0x2df)])||this['accessibilityConfig'][this[_0x28640b(0x102)]]||null,_0x59d843=process[_0x28640b(0x149)][_0x28640b(0x164)]||'',_0x5f5b14=this['getParamsForScanForCli'](_0xb60853[_0x28640b(0x13b)],_0x2a120e,_0x32b590,_0x59d843);_0x249686=_0x56ffa0[_0x28640b(0x128)](_0x5f5b14,_0x3abaaf),logger[_0x28640b(0x13d)](_0x28640b(0x234)+JSON[_0x28640b(0x1a7)](_0x249686));}catch(_0x49178f){return logger[_0x28640b(0x251)](_0x28640b(0x1d8)+_0x49178f[_0x28640b(0x105)]),{};}}else{_0x2a120e=this[_0x28640b(0x206)](_0xb60853[_0x28640b(0x28d)])||'';!_0x2a120e&&this['isMobileWebSession']()&&(_0x2a120e=accessibilityHelper[_0x28640b(0x2c1)]());const _0x315669=this[_0x28640b(0x206)](_0xb60853[_0x28640b(0x2df)])||this[_0x28640b(0x1e6)][this[_0x28640b(0x102)]]||null,_0x163f15=process[_0x28640b(0x149)][_0x28640b(0x164)]||'';_0x249686=this[_0x28640b(0x191)](_0xb60853['nUNDb'],_0x2a120e,_0x315669,_0x163f15);}logger[_0x28640b(0x13d)](_0xb60853['pefdk']),await PerformanceTester[_0x28640b(0x254)](PerformanceA11yEvents[_0x28640b(0x263)],async()=>{const _0x469dfa=_0x28640b,_0x5cae5a=await this[_0x469dfa(0x10a)](_0xb71371,_0xb60853[_0x469dfa(0x2a4)],_0x249686);logger['debug'](_0x469dfa(0x260)+util[_0x469dfa(0x18c)](_0x5cae5a));},{'command':_0xb60853[_0x28640b(0x13b)]})();const _0x1b1dd9=await PerformanceTester[_0x28640b(0x254)](PerformanceA11yEvents[_0x28640b(0x21c)],async()=>{const _0x3cfd37=_0x28640b;return await this[_0x3cfd37(0x10a)](_0xb71371,_0xb60853[_0x3cfd37(0x1c7)],_0x249686);})();if(!_0x1b1dd9)return logger[_0x28640b(0x13d)](_0xb60853[_0x28640b(0x1a0)]),{};return _0x1b1dd9;}catch(_0x3d4a1e){return logger['error'](_0x28640b(0x237)+(_0x3d4a1e[_0x28640b(0x1cc)]||_0x3d4a1e[_0x28640b(0x105)])),{};}}async[a85_0x2a6aed(0x269)](_0x489e65,_0x295afc,_0x3a351d=null){const _0x5e3a0e=a85_0x2a6aed,_0x15a6c3={};_0x15a6c3[_0x5e3a0e(0x18d)]=_0x5e3a0e(0x1b5),_0x15a6c3[_0x5e3a0e(0x119)]=_0x5e3a0e(0x29d),_0x15a6c3['jYQrS']=_0x5e3a0e(0x113);const _0x1fdc9d=_0x15a6c3;try{if(!_0x489e65)return logger[_0x5e3a0e(0x13d)](_0x1fdc9d[_0x5e3a0e(0x18d)]),null;if(!_0x295afc)return logger['debug'](_0x1fdc9d['OaIib']),null;logger[_0x5e3a0e(0x13d)](_0x1fdc9d[_0x5e3a0e(0x21d)]);const _0x246b23=_0x3a351d?await _0x489e65['evaluate'](_0x295afc,_0x3a351d):await _0x489e65[_0x5e3a0e(0x282)](_0x295afc);return _0x246b23;}catch(_0x25b135){return logger[_0x5e3a0e(0x251)](_0x5e3a0e(0x106)+(_0x25b135[_0x5e3a0e(0x1cc)]||_0x25b135[_0x5e3a0e(0x105)])),null;}}static[a85_0x2a6aed(0x235)](_0x303f3e,_0x3e380c){const _0x5c6c7f=a85_0x2a6aed,_0x3a2106={};_0x3a2106['Mulyc']='ascii';const _0x559131=_0x3a2106,_0x2e7432={};_0x2e7432[_0x5c6c7f(0x270)]=_0x303f3e;const _0x41f0e5=_0x2e7432;let _0x14f4d8={};if(_0x3e380c[_0x5c6c7f(0x1ca)]()&&_0x3e380c['hasAccessibilityExecuteParams']())try{_0x14f4d8=JSON[_0x5c6c7f(0x1c0)](new Buffer(_0x3e380c[_0x5c6c7f(0x2d9)]())['toString'](_0x559131['Mulyc']));}catch(_0x5e40a8){logger[_0x5c6c7f(0x251)](_0x5c6c7f(0x16a)+_0x5e40a8[_0x5c6c7f(0x105)]),_0x14f4d8={};}return CLIUtils[_0x5c6c7f(0x128)](_0x41f0e5,_0x14f4d8);}static async[a85_0x2a6aed(0x1c3)](_0x29a7b6,_0x88a337='',_0x258090=null){const _0x4be689=a85_0x2a6aed,_0x7e79b0={};_0x7e79b0[_0x4be689(0x233)]=_0x4be689(0x181),_0x7e79b0[_0x4be689(0x179)]=_0x4be689(0x21b);const _0x240736=_0x7e79b0;try{if(!_0x258090&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x4be689(0x130)];if(!process[_0x4be689(0x149)][_0x4be689(0x266)])return logger[_0x4be689(0x251)](_0x240736['jyvoR']),{};const _0x3cbc2c=await GrpcClient[_0x4be689(0x11f)]()[_0x4be689(0x23c)](process[_0x4be689(0x149)][_0x4be689(0x266)],_0x240736[_0x4be689(0x179)],_0x29a7b6,_0x258090),_0x1b302c=_0x258090?AccessibilityModule[_0x4be689(0x235)](null,_0x3cbc2c)?.[_0x4be689(0x270)]||_0x88a337:_0x88a337,_0x4b7fe2=AccessibilityModule[_0x4be689(0x235)](_0x1b302c,_0x3cbc2c);return!_0x258090&&(AccessibilityModule[_0x4be689(0x130)]=_0x4b7fe2,AccessibilityModule[_0x4be689(0x236)]=!![]),_0x4b7fe2;}catch(_0x3888e0){return logger[_0x4be689(0x251)](_0x4be689(0x123)+_0x29a7b6+':\x20'+(_0x3888e0[_0x4be689(0x1cc)]||_0x3888e0[_0x4be689(0x105)])),{};}}};module['exports']=AccessibilityModule;
@@ -1 +1 @@
1
- const a86_0x323b71=a86_0x2008;function a86_0x2008(_0x51c7f1,_0x3491be){const _0x2a02ab=a86_0x2a02();return a86_0x2008=function(_0x20083a,_0x5ca9b6){_0x20083a=_0x20083a-0x1d3;let _0x4007ce=_0x2a02ab[_0x20083a];return _0x4007ce;},a86_0x2008(_0x51c7f1,_0x3491be);}(function(_0x5a782b,_0x4f752b){const _0x585746=a86_0x2008,_0xd59272=_0x5a782b();while(!![]){try{const _0x58c746=parseInt(_0x585746(0x1f8))/0x1*(-parseInt(_0x585746(0x1e0))/0x2)+parseInt(_0x585746(0x1fc))/0x3*(parseInt(_0x585746(0x1f9))/0x4)+parseInt(_0x585746(0x1df))/0x5*(parseInt(_0x585746(0x1eb))/0x6)+parseInt(_0x585746(0x1e4))/0x7+-parseInt(_0x585746(0x1de))/0x8+parseInt(_0x585746(0x1f1))/0x9+parseInt(_0x585746(0x1d5))/0xa*(-parseInt(_0x585746(0x1e8))/0xb);if(_0x58c746===_0x4f752b)break;else _0xd59272['push'](_0xd59272['shift']());}catch(_0x35c9fe){_0xd59272['push'](_0xd59272['shift']());}}}(a86_0x2a02,0xa7848));const logger=require(a86_0x323b71(0x1d7))[a86_0x323b71(0x1e3)],{FRAMEWORKS}=require(a86_0x323b71(0x1f3));class BaseModule{constructor(_0x577ca0=null){const _0x424b75=a86_0x323b71,_0x330548={};_0x330548['Mapmt']=_0x424b75(0x1fe),_0x330548[_0x424b75(0x1f7)]=_0x424b75(0x1ed);const _0x4b1b27=_0x330548,_0x2556ca=_0x4b1b27['Mapmt'][_0x424b75(0x1e5)]('|');let _0x335ab4=0x0;while(!![]){switch(_0x2556ca[_0x335ab4++]){case'0':this[_0x424b75(0x1d3)]=null;continue;case'1':this[_0x424b75(0x1ff)]=0x0;continue;case'2':this[_0x424b75(0x1e2)]={};continue;case'3':this[_0x424b75(0x1e9)]=this[_0x424b75(0x1dd)](_0x577ca0);continue;case'4':this['binSessionId']=null;continue;case'5':this[_0x424b75(0x1fb)]=_0x4b1b27['dlfGb'];continue;}break;}}[a86_0x323b71(0x1fa)](){const _0x376352=a86_0x323b71,_0x2edef4={};_0x2edef4[_0x376352(0x1f5)]=_0x376352(0x1fd);const _0x3fc9d9=_0x2edef4;if(!this['binSessionId'])throw new Error(_0x3fc9d9[_0x376352(0x1f5)]);}[a86_0x323b71(0x1dc)](){const _0xf79824=a86_0x323b71;return this[_0xf79824(0x1fb)];}[a86_0x323b71(0x1ea)](_0x2395f8,_0x25c717,_0x10169a,_0x3b5bdd={}){const _0x44d216=a86_0x323b71,_0x20ec2e={};_0x20ec2e[_0x44d216(0x200)]='3|2|0|4|1';const _0x1f36c0=_0x20ec2e,_0x2af333=_0x1f36c0[_0x44d216(0x200)]['split']('|');let _0x2b09a0=0x0;while(!![]){switch(_0x2af333[_0x2b09a0++]){case'0':this[_0x44d216(0x1d3)]=_0x10169a;continue;case'1':logger[_0x44d216(0x1f2)](_0x44d216(0x1e1)+this['getModuleName']()+_0x44d216(0x201)+_0x2395f8+',\x20platformIndex='+_0x25c717);continue;case'2':this[_0x44d216(0x1ff)]=_0x25c717;continue;case'3':this[_0x44d216(0x1d9)]=_0x2395f8;continue;case'4':this['config']=_0x3b5bdd;continue;}break;}}[a86_0x323b71(0x1ec)](_0x502e4e){const _0x2479ac=a86_0x323b71,_0x5be770={};_0x5be770[_0x2479ac(0x1da)]=function(_0x16cdcc,_0x5c4be5){return _0x16cdcc===_0x5c4be5;},_0x5be770[_0x2479ac(0x1f4)]=function(_0x102253,_0x51302c){return _0x102253===_0x51302c;};const _0x496500=_0x5be770;let _0x20fe29='';if(_0x496500[_0x2479ac(0x1da)](_0x502e4e[_0x2479ac(0x1d8)],FRAMEWORKS[_0x2479ac(0x202)]))_0x20fe29=_0x502e4e[_0x2479ac(0x1ef)]?.[_0x2479ac(0x1f0)]?.['id']||_0x502e4e[_0x2479ac(0x1ef)]?.[_0x2479ac(0x1ee)];else{if(_0x496500[_0x2479ac(0x1da)](_0x502e4e[_0x2479ac(0x1d8)],FRAMEWORKS[_0x2479ac(0x1d6)]))_0x20fe29=_0x502e4e['testInfo']?.[_0x2479ac(0x1f6)];else _0x496500[_0x2479ac(0x1f4)](_0x502e4e[_0x2479ac(0x1d8)],FRAMEWORKS['JEST'])&&(_0x20fe29=_0x502e4e[_0x2479ac(0x1ef)]?.['id']);}return _0x20fe29;}[a86_0x323b71(0x1dd)](_0x163832){const _0x37d926=a86_0x323b71,_0x3b8e71={};_0x3b8e71[_0x37d926(0x1db)]=function(_0x2d0b38,_0x140b08){return _0x2d0b38!==_0x140b08;},_0x3b8e71[_0x37d926(0x1e6)]='object';const _0x1b9c7d=_0x3b8e71;if(!_0x163832||_0x1b9c7d[_0x37d926(0x1db)](typeof _0x163832,_0x1b9c7d['hngsn']))return null;const _0x42e7b1={};_0x42e7b1[_0x37d926(0x1fb)]=_0x163832[_0x37d926(0x1fb)],_0x42e7b1[_0x37d926(0x1e7)]=_0x163832[_0x37d926(0x1e7)]&&_0x163832['version'][_0x163832['name']];const _0x22aab0=_0x42e7b1;return _0x22aab0;}}function a86_0x2a02(){const _0x4c87df=['hngsn','version','116380dcMzjL','testFrameworkData','configure','42bYChmW','getTestId','BaseModule','testId','testInfo','_test','3990492yQDwXt','debug','../../../helpers/test-observability/constants.js','SdryP','qUkFS','testCaseStartedId','dlfGb','314cVSwmU','68xUKRqS','ensureBinSession','name','129279EBsfmJ','Missing\x20binSessionId','5|4|1|2|0|3','platformIndex','LFGBj','\x20with\x20binSessionId=','PLAYWRIGHT','client','exports','1070AFRPpO','CUCUMBER','../../../helpers/logger.js','testFramework','binSessionId','wRiCu','AzrAz','getModuleName','setTestFrameworkData','2807176xHHmRF','119575csfBsZ','2858cvsFKF','Configured\x20module\x20','config','winstonLogger','8921087ZdNMLg','split'];a86_0x2a02=function(){return _0x4c87df;};return a86_0x2a02();}module[a86_0x323b71(0x1d4)]=BaseModule;
1
+ function a86_0x5782(){const _0x406318=['testFramework','name','46667900IXZgNY','591gpZdsS','debug','CUCUMBER','testInfo','\x20with\x20binSessionId=','604JjszEC','../../../helpers/logger.js','18190MfkHLY','qNXmz','4|5|2|3|0|1','config','split','winstonLogger','70290nJgpoe','ekjbT','nbOqr','8220486AudZSr','binSessionId','Missing\x20binSessionId','testCaseStartedId','0|1|3|2|4','setTestFrameworkData','platformIndex','xdHUR','getModuleName','376lGgKzE','testId','object','../../../helpers/test-observability/constants.js','NwyJQ','version','getTestId',',\x20platformIndex=','dfiuE','9238DOyTan','254128DHyByS','oPAsz','8880237dxZKDR','JEST'];a86_0x5782=function(){return _0x406318;};return a86_0x5782();}const a86_0x54fe56=a86_0xedc5;function a86_0xedc5(_0x349a87,_0x2925b5){const _0x57822b=a86_0x5782();return a86_0xedc5=function(_0xedc5a4,_0x5b98c7){_0xedc5a4=_0xedc5a4-0x100;let _0x23550d=_0x57822b[_0xedc5a4];return _0x23550d;},a86_0xedc5(_0x349a87,_0x2925b5);}(function(_0xf877c6,_0x9df119){const _0x35daf=a86_0xedc5,_0x39d47e=_0xf877c6();while(!![]){try{const _0x22e7df=parseInt(_0x35daf(0x105))/0x1+-parseInt(_0x35daf(0x11a))/0x2*(-parseInt(_0x35daf(0x122))/0x3)+parseInt(_0x35daf(0x127))/0x4*(parseInt(_0x35daf(0x129))/0x5)+parseInt(_0x35daf(0x108))/0x6+-parseInt(_0x35daf(0x11b))/0x7*(-parseInt(_0x35daf(0x111))/0x8)+parseInt(_0x35daf(0x11d))/0x9+-parseInt(_0x35daf(0x121))/0xa;if(_0x22e7df===_0x9df119)break;else _0x39d47e['push'](_0x39d47e['shift']());}catch(_0x2b95d2){_0x39d47e['push'](_0x39d47e['shift']());}}}(a86_0x5782,0xe2093));const logger=require(a86_0x54fe56(0x128))[a86_0x54fe56(0x104)],{FRAMEWORKS}=require(a86_0x54fe56(0x114));class BaseModule{constructor(_0x4d63d9=null){const _0x3136ec=a86_0x54fe56,_0x2d7fa6={};_0x2d7fa6['dfiuE']=_0x3136ec(0x101),_0x2d7fa6[_0x3136ec(0x106)]='BaseModule';const _0x5d9900=_0x2d7fa6,_0x4e1b88=_0x5d9900[_0x3136ec(0x119)][_0x3136ec(0x103)]('|');let _0x2b13d2=0x0;while(!![]){switch(_0x4e1b88[_0x2b13d2++]){case'0':this['client']=null;continue;case'1':this['testFrameworkData']=this[_0x3136ec(0x10d)](_0x4d63d9);continue;case'2':this[_0x3136ec(0x10e)]=0x0;continue;case'3':this[_0x3136ec(0x102)]={};continue;case'4':this[_0x3136ec(0x120)]=_0x5d9900[_0x3136ec(0x106)];continue;case'5':this['binSessionId']=null;continue;}break;}}['ensureBinSession'](){const _0xc7a343=a86_0x54fe56,_0x1d14f3={};_0x1d14f3['NwyJQ']=_0xc7a343(0x10a);const _0x4a0518=_0x1d14f3;if(!this['binSessionId'])throw new Error(_0x4a0518[_0xc7a343(0x115)]);}[a86_0x54fe56(0x110)](){const _0x31c82c=a86_0x54fe56;return this[_0x31c82c(0x120)];}['configure'](_0x2dddef,_0xcc12d3,_0x399145,_0x5e6bc1={}){const _0x377f5c=a86_0x54fe56,_0xa64122={};_0xa64122[_0x377f5c(0x100)]=_0x377f5c(0x10c);const _0x182ee4=_0xa64122,_0x12df6c=_0x182ee4['qNXmz'][_0x377f5c(0x103)]('|');let _0x1f4297=0x0;while(!![]){switch(_0x12df6c[_0x1f4297++]){case'0':this[_0x377f5c(0x109)]=_0x2dddef;continue;case'1':this[_0x377f5c(0x10e)]=_0xcc12d3;continue;case'2':this[_0x377f5c(0x102)]=_0x5e6bc1;continue;case'3':this['client']=_0x399145;continue;case'4':logger[_0x377f5c(0x123)]('Configured\x20module\x20'+this['getModuleName']()+_0x377f5c(0x126)+_0x2dddef+_0x377f5c(0x118)+_0xcc12d3);continue;}break;}}[a86_0x54fe56(0x117)](_0x2d980c){const _0x4bce0e=a86_0x54fe56,_0x22a5b1={};_0x22a5b1[_0x4bce0e(0x107)]=function(_0x5b314d,_0x3a5021){return _0x5b314d===_0x3a5021;};const _0x1bbbff=_0x22a5b1;let _0x1d10d2='';if(_0x1bbbff[_0x4bce0e(0x107)](_0x2d980c[_0x4bce0e(0x11f)],FRAMEWORKS['PLAYWRIGHT']))_0x1d10d2=_0x2d980c[_0x4bce0e(0x125)]?.['_test']?.['id']||_0x2d980c['testInfo']?.[_0x4bce0e(0x112)];else{if(_0x1bbbff[_0x4bce0e(0x107)](_0x2d980c[_0x4bce0e(0x11f)],FRAMEWORKS[_0x4bce0e(0x124)]))_0x1d10d2=_0x2d980c[_0x4bce0e(0x125)]?.[_0x4bce0e(0x10b)];else _0x1bbbff['nbOqr'](_0x2d980c[_0x4bce0e(0x11f)],FRAMEWORKS[_0x4bce0e(0x11e)])&&(_0x1d10d2=_0x2d980c[_0x4bce0e(0x125)]?.['id']);}return _0x1d10d2;}[a86_0x54fe56(0x10d)](_0x12dbe3){const _0x1b0d5c=a86_0x54fe56,_0x2cc357={};_0x2cc357['xdHUR']=function(_0x6316fe,_0x1d4ab1){return _0x6316fe!==_0x1d4ab1;},_0x2cc357[_0x1b0d5c(0x11c)]=_0x1b0d5c(0x113);const _0x4b92fe=_0x2cc357;if(!_0x12dbe3||_0x4b92fe[_0x1b0d5c(0x10f)](typeof _0x12dbe3,_0x4b92fe[_0x1b0d5c(0x11c)]))return null;const _0x3fefb1={};_0x3fefb1['name']=_0x12dbe3[_0x1b0d5c(0x120)],_0x3fefb1[_0x1b0d5c(0x116)]=_0x12dbe3['version']&&_0x12dbe3['version'][_0x12dbe3[_0x1b0d5c(0x120)]];const _0x383f05=_0x3fefb1;return _0x383f05;}}module['exports']=BaseModule;
@@ -1 +1 @@
1
- function a87_0x2866(){const _0x1f66fc=['152OvRJST','toLowerCase','error','126931pBpmBH','okeDe','buUXH','ubBWV','56638GPAGRM','867264QIohsy','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','toString','overrideLoadTesting','ZwMMB','KbIAB','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','23472QryZEg','EGMxD','3pdKOmF','2319075YCvDBg','424656dlVbNa','exports','643210ljpdlS','undefined','debug','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','setLTSSessionId\x20error:\x20','../../../helpers/helper.js','message','10nsFghW','byedM','LoadTestModule','jGAYg','VgiUw','16FfHkMe','INrEC','setLTSSessionId','WjuPm','xROBy','../../../helpers/classLogger.js','string','BROWSERSTACK_LTS_SESSION_ID','browserstackAutomation','iqdgq','682FJVorm','env','false','OQFNw'];a87_0x2866=function(){return _0x1f66fc;};return a87_0x2866();}function a87_0x194f(_0x255934,_0x46d08b){const _0x286643=a87_0x2866();return a87_0x194f=function(_0x194f2c,_0x29982d){_0x194f2c=_0x194f2c-0xf2;let _0x19934d=_0x286643[_0x194f2c];return _0x19934d;},a87_0x194f(_0x255934,_0x46d08b);}const a87_0x170e43=a87_0x194f;(function(_0xebb1ed,_0x2de4fe){const _0x3c5047=a87_0x194f,_0x26b8e9=_0xebb1ed();while(!![]){try{const _0x42d4c1=parseInt(_0x3c5047(0x111))/0x1*(-parseInt(_0x3c5047(0x107))/0x2)+-parseInt(_0x3c5047(0x108))/0x3+parseInt(_0x3c5047(0xf2))/0x4*(parseInt(_0x3c5047(0x115))/0x5)+-parseInt(_0x3c5047(0x113))/0x6+-parseInt(_0x3c5047(0x103))/0x7*(-parseInt(_0x3c5047(0x100))/0x8)+-parseInt(_0x3c5047(0x112))/0x9*(parseInt(_0x3c5047(0x11c))/0xa)+parseInt(_0x3c5047(0xfc))/0xb*(parseInt(_0x3c5047(0x10f))/0xc);if(_0x42d4c1===_0x2de4fe)break;else _0x26b8e9['push'](_0x26b8e9['shift']());}catch(_0x1b716c){_0x26b8e9['push'](_0x26b8e9['shift']());}}}(a87_0x2866,0x43d6f));const {createClassLogger}=require(a87_0x170e43(0xf7)),logger=createClassLogger(a87_0x170e43(0x11e)),{sendSdkEvents}=require(a87_0x170e43(0x11a)),isLTSSession=(_0x18dacd=null)=>{const _0x56cf44=a87_0x170e43,_0x41c752={};_0x41c752[_0x56cf44(0x105)]=function(_0x44d276,_0x2d7cbe){return _0x44d276!==_0x2d7cbe;},_0x41c752[_0x56cf44(0x11d)]=_0x56cf44(0x116),_0x41c752['iqdgq']=function(_0x2ec385,_0x54fa01){return _0x2ec385===_0x54fa01;},_0x41c752[_0x56cf44(0x10d)]=_0x56cf44(0xf8),_0x41c752[_0x56cf44(0xf3)]='true',_0x41c752['EGMxD']=function(_0x4eb852,_0x4d01c1){return _0x4eb852===_0x4d01c1;},_0x41c752[_0x56cf44(0x11f)]=_0x56cf44(0xfe);const _0x34d097=_0x41c752;try{if(_0x34d097[_0x56cf44(0x105)](typeof process[_0x56cf44(0xfd)][_0x56cf44(0x10b)],_0x34d097[_0x56cf44(0x11d)])){const _0x4e2a72=process[_0x56cf44(0xfd)]['overrideLoadTesting'];return _0x34d097[_0x56cf44(0xfb)](typeof _0x4e2a72,_0x34d097[_0x56cf44(0x10d)])?_0x34d097[_0x56cf44(0xfb)](_0x4e2a72[_0x56cf44(0x101)](),_0x34d097['INrEC']):!!_0x4e2a72;}const _0x18e906=_0x18dacd&&_0x18dacd[_0x56cf44(0x10b)],_0x418e4b=!!(_0x18dacd&&(_0x34d097[_0x56cf44(0xfb)](_0x18dacd[_0x56cf44(0xfa)],!![])||_0x34d097[_0x56cf44(0x110)](_0x18dacd[_0x56cf44(0xfa)],_0x34d097[_0x56cf44(0xf3)]))),_0x1af03d=!!(_0x18e906&&_0x34d097['EGMxD'](_0x18e906[_0x56cf44(0x10a)]()['toLowerCase'](),_0x34d097[_0x56cf44(0xf3)])&&!_0x418e4b);return process[_0x56cf44(0xfd)]['overrideLoadTesting']=_0x1af03d?_0x34d097[_0x56cf44(0xf3)]:_0x34d097['jGAYg'],_0x1af03d;}catch(_0x3e080f){return process[_0x56cf44(0xfd)]['overrideLoadTesting']=_0x34d097[_0x56cf44(0x11f)],![];}},getLTSSessionId=()=>{const _0x19c90e=a87_0x170e43,_0xa12075={'WjuPm':function(_0x19bc8d){return _0x19bc8d();},'xROBy':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','ZwMMB':_0x19c90e(0x10e)};try{if(_0xa12075[_0x19c90e(0xf5)](isLTSSession))return logger[_0x19c90e(0x117)](_0xa12075[_0x19c90e(0xf6)]),process[_0x19c90e(0xfd)][_0x19c90e(0xf9)]||'';}catch(_0x265af6){logger[_0x19c90e(0x102)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x265af6&&_0x265af6[_0x19c90e(0x11b)]));}return logger[_0x19c90e(0x117)](_0xa12075[_0x19c90e(0x10c)]),'';},setLTSSessionId=async(_0x4c3779={})=>{const _0x25d335=a87_0x170e43,_0x50fed9={'lZgCn':function(_0x2dbbf6){return _0x2dbbf6();},'ubBWV':_0x25d335(0x118),'jUGdR':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','VgiUw':'LTS','HnBPE':function(_0x41a2c8,_0x41473c){return _0x41a2c8(_0x41473c);},'OQFNw':function(_0x4d2aae,_0x1acef2,_0x3f9cbd){return _0x4d2aae(_0x1acef2,_0x3f9cbd);},'okeDe':function(_0x4ea22b,_0x11e18c){return _0x4ea22b||_0x11e18c;}};try{const _0x11a5b3=_0x50fed9['lZgCn'](getLTSSessionId);_0x11a5b3?(process['env'][_0x25d335(0xf9)]=_0x11a5b3,logger[_0x25d335(0x117)](_0x50fed9[_0x25d335(0x106)])):(delete process[_0x25d335(0xfd)][_0x25d335(0xf9)],logger['debug'](_0x50fed9['jUGdR']));try{const _0x4c70c1={'feature':_0x50fed9[_0x25d335(0x120)],'ltsEnabled':_0x50fed9['HnBPE'](isLTSSession,_0x4c3779),'ltsSessionIdPresent':!!_0x11a5b3};await _0x50fed9[_0x25d335(0xff)](sendSdkEvents,_0x4c70c1,_0x4c3779);}catch(_0x327c75){logger['debug'](_0x25d335(0x109)+(_0x327c75&&_0x327c75[_0x25d335(0x11b)]));}return _0x50fed9[_0x25d335(0x104)](_0x11a5b3,'');}catch(_0x33179e){return logger[_0x25d335(0x117)](_0x25d335(0x119)+(_0x33179e&&_0x33179e['message'])),'';}},a87_0x32fb89={};a87_0x32fb89['isLTSSession']=isLTSSession,a87_0x32fb89['getLTSSessionId']=getLTSSessionId,a87_0x32fb89[a87_0x170e43(0xf4)]=setLTSSessionId,module[a87_0x170e43(0x114)]=a87_0x32fb89;
1
+ const a87_0x5ac736=a87_0x55df;(function(_0xf6f586,_0x586ad7){const _0x194870=a87_0x55df,_0x4764a9=_0xf6f586();while(!![]){try{const _0x4b80b7=parseInt(_0x194870(0x124))/0x1*(parseInt(_0x194870(0x126))/0x2)+parseInt(_0x194870(0x138))/0x3*(parseInt(_0x194870(0x122))/0x4)+-parseInt(_0x194870(0x123))/0x5+-parseInt(_0x194870(0x13f))/0x6+parseInt(_0x194870(0x125))/0x7+-parseInt(_0x194870(0x128))/0x8*(-parseInt(_0x194870(0x13e))/0x9)+-parseInt(_0x194870(0x131))/0xa;if(_0x4b80b7===_0x586ad7)break;else _0x4764a9['push'](_0x4764a9['shift']());}catch(_0x3c891b){_0x4764a9['push'](_0x4764a9['shift']());}}}(a87_0x2b3d,0xc2247));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a87_0x5ac736(0x12e)),{sendSdkEvents}=require(a87_0x5ac736(0x12b)),isLTSSession=(_0x46daa1=null)=>{const _0x448599=a87_0x5ac736,_0x18d317={};_0x18d317['tjzkP']=function(_0x45b43a,_0x2fbb62){return _0x45b43a!==_0x2fbb62;},_0x18d317[_0x448599(0x12f)]=_0x448599(0x145),_0x18d317[_0x448599(0x141)]=function(_0x3d2fc8,_0x25a591){return _0x3d2fc8===_0x25a591;},_0x18d317[_0x448599(0x12c)]='string',_0x18d317['QxLhg']=_0x448599(0x140),_0x18d317[_0x448599(0x13c)]=function(_0xf2a50e,_0x3b6d34){return _0xf2a50e===_0x3b6d34;},_0x18d317['MzurP']=_0x448599(0x130);const _0x1117bb=_0x18d317;try{if(_0x1117bb['tjzkP'](typeof process[_0x448599(0x12d)][_0x448599(0x144)],_0x1117bb[_0x448599(0x12f)])){const _0x4155dc=process[_0x448599(0x12d)]['overrideLoadTesting'];return _0x1117bb[_0x448599(0x141)](typeof _0x4155dc,_0x1117bb[_0x448599(0x12c)])?_0x1117bb[_0x448599(0x141)](_0x4155dc[_0x448599(0x143)](),_0x1117bb[_0x448599(0x13b)]):!!_0x4155dc;}const _0x204f73=_0x46daa1&&_0x46daa1['overrideLoadTesting'],_0x3c149b=!!(_0x46daa1&&(_0x1117bb[_0x448599(0x13c)](_0x46daa1['browserstackAutomation'],!![])||_0x1117bb[_0x448599(0x141)](_0x46daa1[_0x448599(0x11a)],_0x1117bb[_0x448599(0x13b)]))),_0x1cdec4=!!(_0x204f73&&_0x1117bb['FrJkW'](_0x204f73[_0x448599(0x120)]()[_0x448599(0x143)](),_0x1117bb[_0x448599(0x13b)])&&!_0x3c149b);return process[_0x448599(0x12d)][_0x448599(0x144)]=_0x1cdec4?_0x1117bb[_0x448599(0x13b)]:_0x1117bb[_0x448599(0x118)],_0x1cdec4;}catch(_0x1b72b9){return process[_0x448599(0x12d)]['overrideLoadTesting']=_0x1117bb['MzurP'],![];}},getLTSSessionId=()=>{const _0x130f16=a87_0x5ac736,_0x1748e6={'gkMGs':function(_0x507e93){return _0x507e93();},'FplVe':_0x130f16(0x13d),'XnsEw':_0x130f16(0x116)};try{if(_0x1748e6[_0x130f16(0x136)](isLTSSession))return logger[_0x130f16(0x11f)](_0x1748e6[_0x130f16(0x139)]),process['env'][_0x130f16(0x121)]||'';}catch(_0x55cf01){logger[_0x130f16(0x137)](_0x130f16(0x135)+(_0x55cf01&&_0x55cf01['message']));}return logger[_0x130f16(0x11f)](_0x1748e6[_0x130f16(0x129)]),'';},setLTSSessionId=async(_0x58df4d={})=>{const _0x452e01=a87_0x5ac736,_0x557d4d={'iBPlg':function(_0xb2d533){return _0xb2d533();},'yCDia':'BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','bclWB':_0x452e01(0x11c),'VFSik':_0x452e01(0x11e),'ZRalU':function(_0x2e885d,_0x5f4937){return _0x2e885d(_0x5f4937);},'giDnk':function(_0x21c79e,_0x4c9027,_0x530621){return _0x21c79e(_0x4c9027,_0x530621);},'LgzZs':function(_0x305162,_0x1068d8){return _0x305162||_0x1068d8;}};try{const _0x64bfb8=_0x557d4d['iBPlg'](getLTSSessionId);_0x64bfb8?(process[_0x452e01(0x12d)][_0x452e01(0x121)]=_0x64bfb8,logger['debug'](_0x557d4d[_0x452e01(0x134)])):(delete process[_0x452e01(0x12d)]['BROWSERSTACK_LTS_SESSION_ID'],logger['debug'](_0x557d4d[_0x452e01(0x11d)]));try{const _0x53e2bd={'feature':_0x557d4d[_0x452e01(0x133)],'ltsEnabled':_0x557d4d[_0x452e01(0x11b)](isLTSSession,_0x58df4d),'ltsSessionIdPresent':!!_0x64bfb8};await _0x557d4d[_0x452e01(0x13a)](sendSdkEvents,_0x53e2bd,_0x58df4d);}catch(_0x2905c8){logger['debug'](_0x452e01(0x117)+(_0x2905c8&&_0x2905c8[_0x452e01(0x142)]));}return _0x557d4d[_0x452e01(0x119)](_0x64bfb8,'');}catch(_0x1821d9){return logger[_0x452e01(0x11f)](_0x452e01(0x132)+(_0x1821d9&&_0x1821d9[_0x452e01(0x142)])),'';}},a87_0xcd4c7a={};function a87_0x55df(_0x147087,_0x41e4c3){const _0x2b3d06=a87_0x2b3d();return a87_0x55df=function(_0x55dfd4,_0x355998){_0x55dfd4=_0x55dfd4-0x116;let _0x3477f5=_0x2b3d06[_0x55dfd4];return _0x3477f5;},a87_0x55df(_0x147087,_0x41e4c3);}function a87_0x2b3d(){const _0x54c6e2=['error','9NLupMr','FplVe','giDnk','QxLhg','loriL','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','78129LgvzEo','6089784YpvAEt','true','FrJkW','message','toLowerCase','overrideLoadTesting','undefined','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','MzurP','LgzZs','browserstackAutomation','ZRalU','BROWSERSTACK_LTS_SESSION_ID\x20cleared','bclWB','LTS','debug','toString','BROWSERSTACK_LTS_SESSION_ID','958372LblcZS','112845YAKOAE','181084ftbQFu','10133305OzOLMc','8omrNvC','getLTSSessionId','632aeGTgT','XnsEw','exports','../../../helpers/helper.js','SqNxl','env','LoadTestModule','LiBCM','false','17437890hnPTFt','setLTSSessionId\x20error:\x20','VFSik','yCDia','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','gkMGs'];a87_0x2b3d=function(){return _0x54c6e2;};return a87_0x2b3d();}a87_0xcd4c7a['isLTSSession']=isLTSSession,a87_0xcd4c7a[a87_0x5ac736(0x127)]=getLTSSessionId,a87_0xcd4c7a['setLTSSessionId']=setLTSSessionId,module[a87_0x5ac736(0x12a)]=a87_0xcd4c7a;
@@ -1 +1 @@
1
- const a88_0x31a597=a88_0x4317;function a88_0x4fa2(){const _0xc94fa2=['SYNC','3342444tDaIGQ','page','414204vusehk','RrQKr','318525DPepdz','ObservabilitySync:','MODULE_NAME','observabilityConfig','../../../helpers/performance/performance-tester.js','38457fIQViu','debug','./baseModule','99vnJYHA','logger','VZGbt','TEST_REPORTING_ANALYTICS','../../../helpers/classLogger.js','1092MXtTIB','1523670xyfpQI','CREATE','start','11rEjghE','ObservabilityModule','POST','4944pAVXqF','../framework/automationFramework.js','../../../helpers/performance/constants.js','\x20sync\x20done','onBeforeTest','3yhJOXg','../../utils/constants.js','info','qDPbT','bind','INJwW','getModuleName','../../../helpers/helper.js','NgSAz','4cOArFu','name','4417QkGLcZ','now','../state/automationFrameworkState.js'];a88_0x4fa2=function(){return _0xc94fa2;};return a88_0x4fa2();}(function(_0x5f284c,_0x52a118){const _0x5e6b67=a88_0x4317,_0x1b33b4=_0x5f284c();while(!![]){try{const _0xa6fd3e=-parseInt(_0x5e6b67(0x9c))/0x1+-parseInt(_0x5e6b67(0xc1))/0x2*(parseInt(_0x5e6b67(0xb0))/0x3)+-parseInt(_0x5e6b67(0xb9))/0x4*(-parseInt(_0x5e6b67(0xc3))/0x5)+-parseInt(_0x5e6b67(0xa4))/0x6*(parseInt(_0x5e6b67(0xbb))/0x7)+-parseInt(_0x5e6b67(0xab))/0x8*(-parseInt(_0x5e6b67(0x9f))/0x9)+-parseInt(_0x5e6b67(0xa5))/0xa*(-parseInt(_0x5e6b67(0xa8))/0xb)+parseInt(_0x5e6b67(0xbf))/0xc;if(_0xa6fd3e===_0x52a118)break;else _0x1b33b4['push'](_0x1b33b4['shift']());}catch(_0x2693b9){_0x1b33b4['push'](_0x1b33b4['shift']());}}}(a88_0x4fa2,0x226ce));const BaseModule=require(a88_0x31a597(0x9e)),{createClassLogger}=require(a88_0x31a597(0xa3)),AutomationFramework=require(a88_0x31a597(0xac)),AutomationFrameworkState=require(a88_0x31a597(0xbd)),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require(a88_0x31a597(0xb7)),PerformanceTester=require(a88_0x31a597(0xc7)),{O11y_EVENTS}=require(a88_0x31a597(0xad)),constants=require(a88_0x31a597(0xb1));class ObservabilityModule extends BaseModule{[a88_0x31a597(0xa0)]=createClassLogger(a88_0x31a597(0xa9));constructor(_0x15d501){const _0x52dcac=a88_0x31a597,_0x571208={};_0x571208[_0x52dcac(0xc2)]=_0x52dcac(0xa9);const _0x284f80=_0x571208;super(),this[_0x52dcac(0xba)]=_0x284f80[_0x52dcac(0xc2)],this[_0x52dcac(0xc6)]=_0x15d501,AutomationFramework['registerObserver'](AutomationFrameworkState[_0x52dcac(0xa6)],HookState[_0x52dcac(0xaa)],this['onBeforeTest'][_0x52dcac(0xb4)](this));}[a88_0x31a597(0xb6)](){const _0x1e16fb=a88_0x31a597;return ObservabilityModule[_0x1e16fb(0xc5)];}async[a88_0x31a597(0xaf)](_0x42539a){const _0x5d47f3=a88_0x31a597,_0x5bd402={'VZGbt':function(_0x11f740,_0x39c1f5){return _0x11f740+_0x39c1f5;},'NgSAz':_0x5d47f3(0xc4),'qDPbT':function(_0x2e0adf,_0x1a72f6,_0x24e5a3,_0x2562ec){return _0x2e0adf(_0x1a72f6,_0x24e5a3,_0x2562ec);},'INJwW':_0x5d47f3(0x9d),'krwrb':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x42539a['page']){const _0x57ab81=_0x42539a[_0x5d47f3(0xc0)],_0x208616=Date[_0x5d47f3(0xbc)](),_0x5132a6=_0x5bd402[_0x5d47f3(0xa1)](_0x5bd402[_0x5d47f3(0xb8)],_0x208616);PerformanceTester[_0x5d47f3(0xa7)](O11y_EVENTS[_0x5d47f3(0xbe)]),await _0x5bd402[_0x5d47f3(0xb3)](playwrightAnnotate,_0x57ab81,_0x5132a6,_0x5bd402[_0x5d47f3(0xb5)]),PerformanceTester['end'](O11y_EVENTS[_0x5d47f3(0xbe)]),this['logger'][_0x5d47f3(0xb2)]('onBeforeTest:\x20'+constants[_0x5d47f3(0xa2)]+_0x5d47f3(0xae));}else this[_0x5d47f3(0xa0)]['debug'](_0x5bd402['krwrb']);}}function a88_0x4317(_0x318995,_0x3692b8){const _0x4fa286=a88_0x4fa2();return a88_0x4317=function(_0x431706,_0x472f9f){_0x431706=_0x431706-0x9c;let _0x474dca=_0x4fa286[_0x431706];return _0x474dca;},a88_0x4317(_0x318995,_0x3692b8);}ObservabilityModule[a88_0x31a597(0xc5)]=a88_0x31a597(0xa9),module['exports']=ObservabilityModule;
1
+ const a88_0x2e11d1=a88_0x3efe;(function(_0x53721f,_0x4a1c79){const _0xa6a61b=a88_0x3efe,_0x248940=_0x53721f();while(!![]){try{const _0x39300c=-parseInt(_0xa6a61b(0x15a))/0x1*(-parseInt(_0xa6a61b(0x159))/0x2)+parseInt(_0xa6a61b(0x15d))/0x3+parseInt(_0xa6a61b(0x142))/0x4*(parseInt(_0xa6a61b(0x150))/0x5)+parseInt(_0xa6a61b(0x151))/0x6+parseInt(_0xa6a61b(0x13f))/0x7*(parseInt(_0xa6a61b(0x153))/0x8)+-parseInt(_0xa6a61b(0x15e))/0x9+parseInt(_0xa6a61b(0x149))/0xa*(-parseInt(_0xa6a61b(0x14e))/0xb);if(_0x39300c===_0x4a1c79)break;else _0x248940['push'](_0x248940['shift']());}catch(_0x42fb42){_0x248940['push'](_0x248940['shift']());}}}(a88_0xf1c7,0x3acab));const BaseModule=require(a88_0x2e11d1(0x165)),{createClassLogger}=require(a88_0x2e11d1(0x13e)),AutomationFramework=require(a88_0x2e11d1(0x155)),AutomationFrameworkState=require(a88_0x2e11d1(0x140)),HookState=require(a88_0x2e11d1(0x158)),{playwrightAnnotate}=require(a88_0x2e11d1(0x15b)),PerformanceTester=require(a88_0x2e11d1(0x14f)),{O11y_EVENTS}=require('../../../helpers/performance/constants.js'),constants=require(a88_0x2e11d1(0x156));function a88_0x3efe(_0x5b295b,_0x53b7ef){const _0xf1c766=a88_0xf1c7();return a88_0x3efe=function(_0x3efec4,_0x9acfd9){_0x3efec4=_0x3efec4-0x13e;let _0x186c8f=_0xf1c766[_0x3efec4];return _0x186c8f;},a88_0x3efe(_0x5b295b,_0x53b7ef);}function a88_0xf1c7(){const _0x43a225=['aaDtD','../state/hookState.js','2748IejejP','105RvhKxb','../../../helpers/helper.js','registerObserver','1305540yTFTuQ','392490IlHwLI','start','onBeforeTest','logger','POST','ObservabilitySync:','now','./baseModule','hrJGC','CREATE','page','NSmLX','getModuleName','../../../helpers/classLogger.js','213745YWCPfw','../state/automationFrameworkState.js','\x20sync\x20done','66380QuvsbJ','MODULE_NAME','cWThB','exports','SYNC','ObservabilityModule','end','10UliGCt','name','info','debug','observabilityConfig','13666268SmdsAz','../../../helpers/performance/performance-tester.js','50fMhTht','2123514qeXUmv','bind','112UUsbiB','onBeforeTest:\x20','../framework/automationFramework.js','../../utils/constants.js'];a88_0xf1c7=function(){return _0x43a225;};return a88_0xf1c7();}class ObservabilityModule extends BaseModule{['logger']=createClassLogger(a88_0x2e11d1(0x147));constructor(_0x452afd){const _0x56709d=a88_0x2e11d1,_0x4e315b={};_0x4e315b[_0x56709d(0x166)]=_0x56709d(0x147);const _0x505b78=_0x4e315b;super(),this[_0x56709d(0x14a)]=_0x505b78[_0x56709d(0x166)],this[_0x56709d(0x14d)]=_0x452afd,AutomationFramework[_0x56709d(0x15c)](AutomationFrameworkState[_0x56709d(0x167)],HookState[_0x56709d(0x162)],this[_0x56709d(0x160)][_0x56709d(0x152)](this));}[a88_0x2e11d1(0x16a)](){const _0x4d9c9c=a88_0x2e11d1;return ObservabilityModule[_0x4d9c9c(0x143)];}async[a88_0x2e11d1(0x160)](_0x378742){const _0x1de8a3=a88_0x2e11d1,_0x4d01c5={'aaDtD':function(_0x1167f7,_0x47ac4a){return _0x1167f7+_0x47ac4a;},'znQrM':_0x1de8a3(0x163),'NSmLX':function(_0x34d105,_0x3f0034,_0x120dd7,_0x276d49){return _0x34d105(_0x3f0034,_0x120dd7,_0x276d49);},'cWThB':_0x1de8a3(0x14c),'QtObD':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x378742[_0x1de8a3(0x168)]){const _0xd3a88b=_0x378742['page'],_0xb884fe=Date[_0x1de8a3(0x164)](),_0x44ed24=_0x4d01c5[_0x1de8a3(0x157)](_0x4d01c5['znQrM'],_0xb884fe);PerformanceTester[_0x1de8a3(0x15f)](O11y_EVENTS[_0x1de8a3(0x146)]),await _0x4d01c5[_0x1de8a3(0x169)](playwrightAnnotate,_0xd3a88b,_0x44ed24,_0x4d01c5[_0x1de8a3(0x144)]),PerformanceTester[_0x1de8a3(0x148)](O11y_EVENTS[_0x1de8a3(0x146)]),this[_0x1de8a3(0x161)][_0x1de8a3(0x14b)](_0x1de8a3(0x154)+constants['TEST_REPORTING_ANALYTICS']+_0x1de8a3(0x141));}else this['logger']['debug'](_0x4d01c5['QtObD']);}}ObservabilityModule[a88_0x2e11d1(0x143)]=a88_0x2e11d1(0x147),module[a88_0x2e11d1(0x145)]=ObservabilityModule;
@@ -1 +1 @@
1
- function a89_0x25b0(_0x3cb25f,_0x44c8cc){const _0x1d0fcd=a89_0x1d0f();return a89_0x25b0=function(_0x25b0e4,_0x30aa8f){_0x25b0e4=_0x25b0e4-0x72;let _0x12e6a7=_0x1d0fcd[_0x25b0e4];return _0x12e6a7;},a89_0x25b0(_0x3cb25f,_0x44c8cc);}const a89_0x2438cc=a89_0x25b0;(function(_0x576e24,_0x229a91){const _0x3022d0=a89_0x25b0,_0x21f6db=_0x576e24();while(!![]){try{const _0x29504a=parseInt(_0x3022d0(0xe0))/0x1+parseInt(_0x3022d0(0xf3))/0x2+parseInt(_0x3022d0(0xa4))/0x3+parseInt(_0x3022d0(0x82))/0x4*(-parseInt(_0x3022d0(0xcc))/0x5)+-parseInt(_0x3022d0(0xfc))/0x6*(-parseInt(_0x3022d0(0xc1))/0x7)+parseInt(_0x3022d0(0x119))/0x8*(parseInt(_0x3022d0(0xba))/0x9)+parseInt(_0x3022d0(0x8c))/0xa*(-parseInt(_0x3022d0(0xcf))/0xb);if(_0x29504a===_0x229a91)break;else _0x21f6db['push'](_0x21f6db['shift']());}catch(_0x27ecaa){_0x21f6db['push'](_0x21f6db['shift']());}}}(a89_0x1d0f,0x18990));const util=require(a89_0x2438cc(0x88)),BaseModule=require(a89_0x2438cc(0x12c)),{createClassLogger}=require(a89_0x2438cc(0xd1)),{getFrameworkVersion}=require(a89_0x2438cc(0xd6)),helper=require(a89_0x2438cc(0xbb)),{FRAMEWORKS}=require(a89_0x2438cc(0xa1)),AutomationFramework=require(a89_0x2438cc(0xb5)),AutomationFrameworkState=require(a89_0x2438cc(0x133)),HookState=require(a89_0x2438cc(0x138)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a89_0x2438cc(0x9d)),CLIUtils=require(a89_0x2438cc(0x109)),BrowserstackCLI=require('../browserstackCLI.js'),GrpcClient=require(a89_0x2438cc(0x8e)),PerformanceTester=require(a89_0x2438cc(0x126)),PerformanceEvents=require(a89_0x2438cc(0x78))['AUTOMATE_EVENTS'],TestInfo=require(a89_0x2438cc(0xf1)),{getPlaywrightProvider,getProductForSession}=require(a89_0x2438cc(0x9d)),LoadTestModule=require(a89_0x2438cc(0x74)),TestFrameworkConstants=require(a89_0x2438cc(0xd5)),TestFrameworkState=require(a89_0x2438cc(0xa9)),JestUtils=require('../utils/jest-utils.js'),PlaywrightSessionDetails=require(a89_0x2438cc(0x13e));function a89_0x1d0f(){const _0xfb3b9a=['setSessionStatus','KEY_HUB_URL','JEST','sxjfV','getTestIdentifierFromTestInfo','qUphx','browserObject','getInstance','../cliUtils.js','PlaywrightDriverModule','yEjIl','getTestId','1.51.0','retry','PRE','markSessionStatus:\x20Marking\x20session\x20status','ruqAt','4|0|8|1|10|5|2|9|7|3|11|6','Error\x20in\x20onBeforeDriverCreate:\x20','testInfo','Playwright','\x20failure\x20reason:\x20','name','SESSION_STATUS','304312lwfVsu','KEY_SESSION_ID','debug','YPbMs','context','errors','onBeforeDriverCreate','MnJwF','getTestUUID','BTXmF','stringify','markSessionName:\x20Skipping\x20session\x20name\x20marking','Hshsi','../../../helpers/performance/performance-tester.js','logger','setState','shouldSkipSessionStatus','shouldSkipSessionName','GLnDL','./baseModule','split','parallelIndex','nwmeF','YlpFf','getConfig','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','../state/automationFrameworkState.js','isFalse','testUuid','exports','iZSJP','../state/hookState.js','passed','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','arguments','vbakb','ESlJO','../../playwright/sessionDetails','Error\x20in\x20markSessionName:\x20','from','browserName','keys','onPlaywrightDispatch','gBmcd','POST','sessionId','browserVersion','KEY_PAGE_OBJECT','version','./loadTestModule.js','driverInit','browser','getThreadId','../../../helpers/performance/constants.js','__workerDetails','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','isLTSSession','KEY_TEST_FRAMEWORK_VERSION','page','end','test_identifier','16048mUzFUC','MODULE_NAME','setSessionName','platformDetails','Abvcm','bStackParams','util','KEY_TEST_ID','Error\x20in\x20onAfterDriverCreate:\x20','KEY_PLATFORM_DETAILS','33710sIxmEA','markSessionName','../grpcClient.js','testData\x20from\x20onAfterTest:\x20','getTrackedInstance','CREATE','message','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','onAfterDriverCreate','fmFBx','testId','instance','iySbh','Automation\x20onAfterTest:\x20Test\x20status:\x20','ZYpNV','getState','cOlZh','../../../helpers/helper.js','bsParams','length','PLAYWRIGHT','../../utils/constants','YYCCh','info','293604MFtJim','XPiXv','KEY_CAPABILITIES','KEY_TEST_FRAMEWORK_NAME','Session','../state/testFrameworkState','getDetails','markSessionStatus','error','dVYKh','onDispatchExecute:\x20Playwright\x20sessionId:\x20','FqRNX','olQma','XKttc','pickle','tFhYj','bind','../framework/automationFramework.js','playwrightVersion','onAfterDriverCreate:\x20Setting\x20page\x20object','workerInfo','Error\x20in\x20onDispatchExecute:\x20','36GqJmoX','../../../helpers/helper','ZdgHq','getLTSSessionId','fSRVS','isTrue','toString','6944bTigax','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','GGjhy','format','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','hwyCQ','reason','base64','isBrowserstackInfra','testId:\x20','KEY_CONTEXT_OBJECT','5EAXBxZ','cozqq','inspect','1243zlPVaj','VkhSw','../../../helpers/classLogger.js','platformIndex','soPvz','getTestDetails','../framework/constants/testFrameworkConstants.js','../../../helpers/test-observability/utils',',\x20test_identifier:\x20','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','SESSION_NAME','CEHZP','registerObserver','KSaqn','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','KEY_PLATFORM_INDEX','getId','69663PmmdTj','action','hubUrl','capabilities','gherkinDocument','getRef','CUCUMBER','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','platforms','contextObject','recreateIdentifierFromTestInfo','jestUtils','vVeML','PxBcN','dExHb','wAecb','HijJT','../TestInfo.js','start','282400TfnEbG','vpOnT','getProcessId','testFrameworkData','Automation\x20onAfterTest:\x20Test\x20completed','RnKCH','onAfterDriverCreate:\x20Setting\x20context\x20object','getContext','pageObject','150MgVLtk','status','testRunId','result','KEY_BROWSER_OBJECT'];a89_0x1d0f=function(){return _0xfb3b9a;};return a89_0x1d0f();}class PlaywrightDriverModule extends BaseModule{static [a89_0x2438cc(0x100)]=a89_0x2438cc(0x107);static [a89_0x2438cc(0xcb)]=a89_0x2438cc(0xe9);static [a89_0x2438cc(0x72)]=a89_0x2438cc(0xfb);static [a89_0x2438cc(0x11a)]=a89_0x2438cc(0x146);static [a89_0x2438cc(0xde)]=a89_0x2438cc(0xd2);static ['KEY_CAPABILITIES']=a89_0x2438cc(0xe3);static [a89_0x2438cc(0x102)]=a89_0x2438cc(0xe2);static [a89_0x2438cc(0x8b)]=a89_0x2438cc(0x85);static [a89_0x2438cc(0x89)]=a89_0x2438cc(0x96);['logger']=createClassLogger(a89_0x2438cc(0x10a));constructor(_0x569f68=null){const _0x75bd71=a89_0x2438cc,_0x247c0e={};_0x247c0e[_0x75bd71(0x130)]=_0x75bd71(0x112),_0x247c0e['YYCCh']=_0x75bd71(0x10a);const _0x5915c7=_0x247c0e,_0x3a38bb=_0x5915c7['YlpFf'][_0x75bd71(0x12d)]('|');let _0x3dff01=0x0;while(!![]){switch(_0x3a38bb[_0x3dff01++]){case'0':this[_0x75bd71(0x117)]=_0x5915c7[_0x75bd71(0xa2)];continue;case'1':this[_0x75bd71(0x141)]=null;continue;case'2':this[_0x75bd71(0xfe)]=null;continue;case'3':AutomationFramework[_0x75bd71(0xdb)](AutomationFrameworkState[_0x75bd71(0x91)],HookState[_0x75bd71(0x145)],this[_0x75bd71(0x94)][_0x75bd71(0xb4)](this));continue;case'4':super(_0x569f68);continue;case'5':this[_0x75bd71(0xe8)]=[];continue;case'6':AutomationFramework[_0x75bd71(0xdb)](AutomationFrameworkState['EXECUTE'],HookState[_0x75bd71(0x145)],this['onAfterTest'][_0x75bd71(0xb4)](this));continue;case'7':AutomationFramework[_0x75bd71(0xdb)](AutomationFrameworkState[_0x75bd71(0x91)],HookState[_0x75bd71(0x10f)],this[_0x75bd71(0x11f)][_0x75bd71(0xb4)](this));continue;case'8':this[_0x75bd71(0xb6)]=null;continue;case'9':this[_0x75bd71(0xeb)]=new JestUtils();continue;case'10':this[_0x75bd71(0x147)]=null;continue;case'11':AutomationFramework[_0x75bd71(0xdb)](AutomationFrameworkState['PLAYWRIGHT_DISPATCH'],HookState[_0x75bd71(0x145)],this[_0x75bd71(0x143)][_0x75bd71(0xb4)](this));continue;}break;}}['getModuleName'](){const _0x45ef97=a89_0x2438cc;return PlaywrightDriverModule[_0x45ef97(0x83)];}async[a89_0x2438cc(0x11f)](_0x4dc866){const _0x55698d=a89_0x2438cc,_0x169b65={};_0x169b65['cOlZh']=_0x55698d(0xe7);const _0x180320=_0x169b65;try{this['logger']['debug'](_0x180320[_0x55698d(0x9c)]);const _0x3a4fd1=_0x4dc866['launchcaps'],_0x9d3455=_0x4dc866[_0x55698d(0xe2)];AutomationFramework[_0x55698d(0x128)](_0x4dc866['instance'],PlaywrightDriverModule['KEY_CAPABILITIES'],_0x3a4fd1),AutomationFramework[_0x55698d(0x128)](_0x4dc866[_0x55698d(0x97)],PlaywrightDriverModule[_0x55698d(0x102)],_0x9d3455);}catch(_0x5c8e3a){this[_0x55698d(0x127)]['error'](_0x55698d(0x113)+util[_0x55698d(0xc4)](_0x5c8e3a));}}async[a89_0x2438cc(0x143)](_0x2fcfcf){const _0x3a3992=a89_0x2438cc,_0x370535={};_0x370535[_0x3a3992(0xec)]=function(_0x1a9c06,_0x14655b){return _0x1a9c06||_0x14655b;};const _0x59c88b=_0x370535;try{const _0xd6abd=_0x2fcfcf?.['message']&&_0x2fcfcf?.[_0x3a3992(0x92)]?.['params']&&_0x2fcfcf?.[_0x3a3992(0x92)]?.['params']?.[_0x3a3992(0x9e)],_0x3fe58c=_0x2fcfcf?.['message']&&_0x2fcfcf?.[_0x3a3992(0x92)]?.[_0x3a3992(0x87)];if(_0x59c88b[_0x3a3992(0xec)](_0xd6abd,_0x3fe58c)){this['logger'][_0x3a3992(0x11b)](_0x3a3992(0x93)+util[_0x3a3992(0xce)](_0xd6abd)+'\x20||\x20'+util[_0x3a3992(0xce)](_0x3fe58c));const _0x4d053c=_0x2fcfcf?.[_0x3a3992(0x97)],_0x4c6a4b=global?.[_0x3a3992(0x79)]?.[_0x3a3992(0xb8)]?.[_0x3a3992(0x12e)],_0x32a9e8=_0xd6abd?.[_0x3a3992(0x146)]||_0x3fe58c?.[_0x3a3992(0x146)],_0x548c7e=_0xd6abd?.[_0x3a3992(0x85)]||_0x3fe58c?.[_0x3a3992(0x85)];_0x32a9e8&&(this[_0x3a3992(0x127)][_0x3a3992(0x11b)](_0x3a3992(0xae)+_0x32a9e8),AutomationFramework[_0x3a3992(0x128)](_0x4d053c,PlaywrightDriverModule['KEY_SESSION_ID'],_0x32a9e8)),_0x4c6a4b&&(this[_0x3a3992(0x127)][_0x3a3992(0x11b)](_0x3a3992(0x132)+util['inspect'](_0x4c6a4b)),AutomationFramework[_0x3a3992(0x128)](_0x4d053c,PlaywrightDriverModule[_0x3a3992(0xde)],_0x4c6a4b));}}catch(_0x19bc05){this[_0x3a3992(0x127)]['error'](_0x3a3992(0xb9)+util[_0x3a3992(0xc4)](_0x19bc05));}}async[a89_0x2438cc(0x94)](_0x801e32){const _0x1284b5=a89_0x2438cc,_0x4acfca={'ZdgHq':_0x1284b5(0x7a),'ovOMx':function(_0x2fa4d1,_0x106c22){return _0x2fa4d1(_0x106c22);},'nwmeF':_0x1284b5(0xb7),'iZSJP':_0x1284b5(0xd8),'HijJT':_0x1284b5(0xf9),'XPiXv':'onAfterDriverCreate:\x20Setting\x20browser\x20object','ksjwU':_0x1284b5(0xc8),'qUphx':function(_0xbe3f2c,_0x34d624){return _0xbe3f2c===_0x34d624;}};try{this['logger'][_0x1284b5(0x11b)](_0x4acfca[_0x1284b5(0xbc)]);const _0x1d6a72=_0x801e32[_0x1284b5(0x97)];this['playwrightVersion']=_0x4acfca['ovOMx'](getFrameworkVersion,FRAMEWORKS[_0x1284b5(0xa0)]);if(_0x801e32[_0x1284b5(0x7f)]){this['logger'][_0x1284b5(0x11b)](_0x4acfca[_0x1284b5(0x12f)]),AutomationFramework['setState'](_0x1d6a72,PlaywrightDriverModule[_0x1284b5(0x72)],_0x801e32[_0x1284b5(0x7f)]);if(_0x801e32[_0x1284b5(0x114)]){this[_0x1284b5(0x127)][_0x1284b5(0x11b)](_0x4acfca[_0x1284b5(0x137)]);const _0x36020a=this[_0x1284b5(0x10c)](_0x801e32);AutomationFramework[_0x1284b5(0x128)](_0x1d6a72,PlaywrightDriverModule[_0x1284b5(0x89)],_0x36020a),await this[_0x1284b5(0x8d)](_0x801e32['testInfo']);}}_0x801e32[_0x1284b5(0x11d)]&&(this[_0x1284b5(0x127)][_0x1284b5(0x11b)](_0x4acfca[_0x1284b5(0xf0)]),AutomationFramework[_0x1284b5(0x128)](_0x1d6a72,PlaywrightDriverModule[_0x1284b5(0xcb)],_0x801e32[_0x1284b5(0x11d)]));if(_0x801e32['browser']){this['logger']['debug'](_0x4acfca[_0x1284b5(0xa5)]);const _0x35a974=global?.[_0x1284b5(0x79)]?.[_0x1284b5(0xb8)]?.[_0x1284b5(0x12e)];AutomationFramework[_0x1284b5(0x128)](_0x1d6a72,PlaywrightDriverModule[_0x1284b5(0x100)],_0x801e32[_0x1284b5(0x76)]),AutomationFramework['setState'](_0x1d6a72,PlaywrightDriverModule[_0x1284b5(0xde)],_0x35a974);const _0x1b03a3={};_0x1b03a3['isPlaywright']=!![];const _0x5abb82=Buffer[_0x1284b5(0x140)](JSON[_0x1284b5(0x123)](_0x1b03a3)['toString'](_0x4acfca['ksjwU'])),_0x7bbc7a=await GrpcClient[_0x1284b5(0x108)]()[_0x1284b5(0x75)]({'platformIndex':_0x35a974,'ref':_0x1d6a72[_0x1284b5(0xe5)](),'userInputParams':_0x5abb82});(helper[_0x1284b5(0x134)](helper[_0x1284b5(0xc9)]())||helper[_0x1284b5(0xbf)](helper[_0x1284b5(0xc9)]()&&BrowserstackCLI[_0x1284b5(0x108)]()[_0x1284b5(0x131)]()[_0x1284b5(0xe8)]&&_0x4acfca[_0x1284b5(0x106)](BrowserstackCLI[_0x1284b5(0x108)]()[_0x1284b5(0x131)]()['platforms'][_0x1284b5(0x9f)],0x0)))&&AutomationFramework[_0x1284b5(0x128)](_0x1d6a72,PlaywrightDriverModule[_0x1284b5(0xa6)],PlaywrightSessionDetails[_0x1284b5(0xaa)]());}}catch(_0x16be9f){this[_0x1284b5(0x127)][_0x1284b5(0xac)](_0x1284b5(0x8a)+util[_0x1284b5(0xc4)](_0x16be9f));}}async['onAfterTest'](_0x369457){const _0x23c4dc=a89_0x2438cc,_0x3cfe0b={'KWSkV':_0x23c4dc(0xf7),'ESlJO':'Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','YPbMs':function(_0x19f8c1,_0xd4f578){return _0x19f8c1(_0xd4f578);},'RtUON':function(_0x3a02d2,_0x3788cb){return _0x3a02d2(_0x3788cb);},'sxjfV':function(_0x62f866,_0x5c34f2,_0x46f79d){return _0x62f866(_0x5c34f2,_0x46f79d);},'XKttc':_0x23c4dc(0xff),'tFhYj':_0x23c4dc(0x92),'FqRNX':function(_0x2769c0,_0x6b2bfb,_0x3d238e){return _0x2769c0(_0x6b2bfb,_0x3d238e);},'PxBcN':_0x23c4dc(0xac),'RnKCH':function(_0x1a31c4,_0x5de201,_0xc32934){return _0x1a31c4(_0x5de201,_0xc32934);},'daLQy':_0x23c4dc(0x11e),'JHCXO':function(_0x1086d0,_0x21a724){return _0x1086d0>_0x21a724;},'Hshsi':function(_0x39efcb,_0x55e727){return _0x39efcb||_0x55e727;},'BTXmF':function(_0x251910,_0x23c8da){return _0x251910===_0x23c8da;},'vpOnT':function(_0x427ac4,_0x1de998){return _0x427ac4===_0x1de998;},'hwyCQ':function(_0x260b33,_0x162bbf){return _0x260b33+_0x162bbf;},'CEHZP':_0x23c4dc(0xca),'fmFBx':function(_0x4f1645,_0x5a2152){return _0x4f1645+_0x5a2152;},'BkRFs':_0x23c4dc(0x8f),'jsQxk':_0x23c4dc(0x115),'gBmcd':_0x23c4dc(0x10d),'VkhSw':function(_0xdbf62e){return _0xdbf62e();},'dwSQv':function(_0x3886e0,_0x11c972){return _0x3886e0>_0x11c972;},'soPvz':_0x23c4dc(0xc8),'YnKXG':function(_0x2e1d21,_0x19d810){return _0x2e1d21===_0x19d810;},'vbakb':function(_0x174972,_0x538389){return _0x174972===_0x538389;},'LlCzW':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20'};this[_0x23c4dc(0x127)][_0x23c4dc(0x11b)](_0x3cfe0b['KWSkV']);const _0x331837=_0x369457[_0x23c4dc(0x97)];if(!_0x331837){this[_0x23c4dc(0x127)][_0x23c4dc(0x11b)](_0x3cfe0b[_0x23c4dc(0x13d)]);return;}const _0x5eefda=_0x369457[_0x23c4dc(0x114)],_0x9bfd14=this[_0x23c4dc(0x10c)](_0x369457),_0x7df7bd=_0x5eefda[_0x23c4dc(0xfd)];let _0x247218;const _0x25294e=_0x3cfe0b[_0x23c4dc(0x11c)](getPlaywrightStatus,_0x7df7bd);let _0x3b38c6,_0x56db00=null;if(_0x5eefda[_0x23c4dc(0xb2)]||_0x5eefda[_0x23c4dc(0xe4)])_0x3b38c6=_0x3cfe0b['RtUON'](getCucumberSessionName,_0x5eefda),_0x247218=_0x3cfe0b[_0x23c4dc(0x104)](nestedKeyValue,_0x5eefda,[_0x3cfe0b[_0x23c4dc(0xb1)],_0x3cfe0b['tFhYj']]);else{_0x3b38c6=_0x3cfe0b[_0x23c4dc(0x11c)](getPlaywrightSessionName,_0x5eefda),_0x247218=_0x3cfe0b[_0x23c4dc(0xaf)](nestedKeyValue,_0x5eefda,[_0x3cfe0b[_0x23c4dc(0xed)],_0x3cfe0b[_0x23c4dc(0xb3)]]);const _0x1f1ba1=_0x3cfe0b[_0x23c4dc(0xf8)](nestedKeyValue,_0x5eefda,[_0x3cfe0b['daLQy']]);_0x1f1ba1&&_0x3cfe0b['JHCXO'](_0x1f1ba1['length'],0x0)&&(_0x56db00=_0x1f1ba1[0x0]['message']),_0x247218=_0x3cfe0b['Hshsi'](_0x247218,_0x56db00),this['logger']['debug'](_0x23c4dc(0x99)+_0x25294e+_0x23c4dc(0x116)+_0x247218);}const _0x2448a9=_0x3cfe0b[_0x23c4dc(0x125)](_0x247218,_0x56db00);this[_0x23c4dc(0x127)]['debug'](_0x23c4dc(0x99)+_0x25294e);let _0x1fd9b6,_0x43a501;if(this[_0x23c4dc(0xf6)]&&_0x3cfe0b[_0x23c4dc(0x122)](this[_0x23c4dc(0xf6)]['name'],FRAMEWORKS[_0x23c4dc(0xe6)]))_0x1fd9b6=_0x9bfd14,_0x43a501=TestInfo[_0x23c4dc(0x121)](_0x1fd9b6);else this[_0x23c4dc(0xf6)]&&_0x3cfe0b[_0x23c4dc(0xf4)](this[_0x23c4dc(0xf6)][_0x23c4dc(0x117)],FRAMEWORKS[_0x23c4dc(0x103)])?(_0x1fd9b6=this[_0x23c4dc(0xeb)][_0x23c4dc(0xea)](_0x5eefda),this['logger']['debug'](_0x23c4dc(0x13a)+_0x1fd9b6)):(_0x1fd9b6=TestInfo[_0x23c4dc(0x105)](_0x5eefda,_0x5eefda[_0x23c4dc(0x10e)]),_0x43a501=TestInfo[_0x23c4dc(0x121)](_0x1fd9b6));const _0x3829f5=TestInfo[_0x23c4dc(0xd4)](_0x1fd9b6);this[_0x23c4dc(0x127)][_0x23c4dc(0xa3)](_0x3cfe0b[_0x23c4dc(0xc6)](_0x3cfe0b[_0x23c4dc(0xda)],_0x9bfd14)),this[_0x23c4dc(0x127)][_0x23c4dc(0xa3)](_0x3cfe0b[_0x23c4dc(0x95)](_0x3cfe0b['BkRFs'],util[_0x23c4dc(0xce)](_0x3829f5)));const _0x442f1b=AutomationFramework[_0x23c4dc(0x9b)](_0x331837,PlaywrightDriverModule['KEY_PLATFORM_INDEX']),_0xe4635b=_0x3829f5?.[TestFrameworkConstants[_0x23c4dc(0xa7)]]||this['testFrameworkData']&&this[_0x23c4dc(0xf6)]['name'],_0x5d0201=_0x3829f5?.[TestFrameworkConstants[_0x23c4dc(0x7e)]]||this[_0x23c4dc(0xf6)]&&this['testFrameworkData'][_0x23c4dc(0x73)],_0x46474f=TestFrameworkState['TEST'][_0x23c4dc(0xc0)]()[_0x23c4dc(0x12d)]('.')[0x1],_0xe2746=HookState[_0x23c4dc(0x145)]['toString']()[_0x23c4dc(0x12d)]('.')[0x1],_0x3d2969=_0x331837[_0x23c4dc(0xfa)](),_0x36f45e=AutomationFramework['getState'](_0x331837,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x18e29b={'provider':_0x3cfe0b['YPbMs'](getPlaywrightProvider,_0x36f45e),'frameworkName':_0x3cfe0b['jsQxk'],'frameworkVersion':_0x3cfe0b[_0x23c4dc(0x144)],'frameworkSessionId':LoadTestModule[_0x23c4dc(0x7d)]()?LoadTestModule[_0x23c4dc(0xbd)]():AutomationFramework['getState'](_0x331837,PlaywrightDriverModule[_0x23c4dc(0x11a)],''),'ref':_0x331837[_0x23c4dc(0xe5)](),'hubUrl':_0x36f45e,'product':_0x3cfe0b[_0x23c4dc(0xd0)](getProductForSession)};let _0x2b9cec=AutomationFramework[_0x23c4dc(0x9b)](_0x331837,PlaywrightDriverModule[_0x23c4dc(0xa6)],{});_0x2b9cec&&_0x3cfe0b['dwSQv'](Object[_0x23c4dc(0x142)](_0x2b9cec)[_0x23c4dc(0x9f)],0x0)?_0x2b9cec=Buffer['from'](JSON['stringify'](_0x2b9cec))[_0x23c4dc(0xc0)](_0x3cfe0b['soPvz']):_0x2b9cec=Buffer['from'](JSON[_0x23c4dc(0x123)]({}))[_0x23c4dc(0xc0)](_0x3cfe0b[_0x23c4dc(0xd3)]);const _0x2a92af={'hash':_0x3d2969[_0x23c4dc(0xdf)](),'threadId':_0x3d2969[_0x23c4dc(0x77)]()[_0x23c4dc(0xc0)](),'processId':_0x3d2969[_0x23c4dc(0xf5)]()[_0x23c4dc(0xc0)]()},_0x4fdcfa={};_0x4fdcfa[_0x23c4dc(0x81)]=_0x1fd9b6;const _0x25f070={};_0x25f070[_0x23c4dc(0x135)]=_0x43a501;const _0x4b6a8e={'platformIndex':_0x442f1b,'testFrameworkName':_0xe4635b,'testFrameworkVersion':_0x5d0201,'testFrameworkState':_0x46474f,'testHookState':_0xe2746,...this[_0x23c4dc(0xf6)]&&_0x3cfe0b['YnKXG'](this[_0x23c4dc(0xf6)][_0x23c4dc(0x117)],FRAMEWORKS[_0x23c4dc(0x103)])?_0x4fdcfa:_0x25f070,'automationSession':_0x18e29b,'capabilities':_0x2b9cec,'executionContext':_0x2a92af};this['logger']['debug']('onAfterTest\x20CBTSession\x20payload:\x20'+util[_0x23c4dc(0xc4)](_0x4b6a8e)),GrpcClient['getInstance']()['testSessionEvent'](_0x4b6a8e),this[_0x23c4dc(0x127)][_0x23c4dc(0x11b)]('onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20'+_0x9bfd14+(this[_0x23c4dc(0xf6)]&&_0x3cfe0b[_0x23c4dc(0x13c)](this['testFrameworkData'][_0x23c4dc(0x117)],FRAMEWORKS[_0x23c4dc(0x103)])?_0x23c4dc(0xd7)+_0x1fd9b6:''));if(!_0x25294e){this[_0x23c4dc(0x127)]['debug'](_0x3cfe0b['LlCzW'],_0x7df7bd[_0x23c4dc(0xfd)]);return;}this[_0x23c4dc(0x127)][_0x23c4dc(0x11b)](_0x23c4dc(0xc2)+_0x9bfd14),_0x5eefda&&(this['logger'][_0x23c4dc(0x11b)](_0x23c4dc(0xc5)+_0x3b38c6),await this[_0x23c4dc(0x8d)](_0x5eefda)),await this[_0x23c4dc(0xab)](_0x331837,_0x3b38c6,_0x25294e,_0x2448a9);}async[a89_0x2438cc(0xab)](_0x3ff617,_0x484dcc,_0xd588a0,_0x53cb54){const _0x411df1=a89_0x2438cc,_0x455e80={'cozqq':_0x411df1(0x7b),'ruqAt':_0x411df1(0x7c),'ZYpNV':'markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','fSRVS':_0x411df1(0xdd),'GGjhy':_0x411df1(0x101),'MnJwF':_0x411df1(0xc7),'dVYKh':_0x411df1(0xa8),'GLnDL':function(_0x4db13c,_0x1f425b){return _0x4db13c===_0x1f425b;},'Abvcm':_0x411df1(0x139),'yEjIl':_0x411df1(0xa3),'iySbh':_0x411df1(0xac),'olQma':function(_0x45b8d3,_0x32fe98,_0x1a5992,_0x2196a9){return _0x45b8d3(_0x32fe98,_0x1a5992,_0x2196a9);},'QLaQD':_0x411df1(0x110),'dzcXN':function(_0x459c49,_0x13dd3f,_0x5a0d69){return _0x459c49(_0x13dd3f,_0x5a0d69);}};if(CLIUtils[_0x411df1(0x129)](BrowserstackCLI[_0x411df1(0x108)]()[_0x411df1(0x131)]())){this[_0x411df1(0x127)]['debug'](_0x455e80[_0x411df1(0xcd)]);return;}const _0x19fd8d=_0x3ff617;if(!_0x19fd8d){this[_0x411df1(0x127)][_0x411df1(0x11b)](_0x455e80[_0x411df1(0x111)]);return;}const _0x486b93=AutomationFramework[_0x411df1(0x9b)](_0x19fd8d,PlaywrightDriverModule[_0x411df1(0x72)]);if(!_0x486b93){this[_0x411df1(0x127)][_0x411df1(0x11b)](_0x455e80[_0x411df1(0x9a)]);return;}const _0x4ae253=_0xd588a0;if(!_0x4ae253){this[_0x411df1(0x127)]['debug'](_0x455e80[_0x411df1(0xbe)],_0x4ae253);return;}const _0x2cc0a8={};_0x2cc0a8[_0x411df1(0xfd)]=_0x4ae253;const _0x242a34={};_0x242a34['action']=_0x455e80[_0x411df1(0xc3)],_0x242a34[_0x411df1(0x13b)]=_0x2cc0a8;const _0x46449d=_0x242a34;_0x53cb54&&(_0x46449d[_0x411df1(0x13b)][_0x455e80[_0x411df1(0x120)]]=_0x53cb54);const _0x5caa97=(_0x484dcc?_0x484dcc:_0x455e80[_0x411df1(0xad)])+'\x20'+_0x4ae253+'\x20'+(_0x53cb54?'with\x20'+_0x53cb54:''),_0x1c3857=_0x455e80[_0x411df1(0x12b)](_0x4ae253,_0x455e80[_0x411df1(0x86)])?_0x455e80[_0x411df1(0x10b)]:_0x455e80[_0x411df1(0x98)];await _0x455e80[_0x411df1(0xb0)](playwrightAnnotate,_0x486b93,_0x5caa97,_0x1c3857),_0x53cb54&&(_0x46449d[_0x411df1(0x13b)][_0x455e80[_0x411df1(0x120)]]=_0x53cb54),PerformanceTester[_0x411df1(0xf2)](PerformanceEvents['SESSION_STATUS']),this[_0x411df1(0x127)][_0x411df1(0x11b)](_0x455e80['QLaQD']),await _0x455e80['dzcXN'](playwrightBstackJsExecutor,_0x486b93,_0x46449d),PerformanceTester[_0x411df1(0x80)](PerformanceEvents[_0x411df1(0x118)]);}async[a89_0x2438cc(0x8d)](_0x29e47e){const _0x408c14=a89_0x2438cc,_0x285863={'wAecb':_0x408c14(0x124),'VkLQE':function(_0x410d34,_0x46945f){return _0x410d34(_0x46945f);},'dExHb':function(_0x435a24,_0x4948f5){return _0x435a24(_0x4948f5);},'KSaqn':_0x408c14(0x84),'NkUxH':function(_0x2a903a,_0x17189b,_0x35e855){return _0x2a903a(_0x17189b,_0x35e855);}};try{if(CLIUtils[_0x408c14(0x12a)](BrowserstackCLI[_0x408c14(0x108)]()['getConfig']())){this[_0x408c14(0x127)][_0x408c14(0x11b)](_0x285863[_0x408c14(0xef)]);return;}const _0xd939cb=AutomationFramework['getState'](AutomationFramework[_0x408c14(0x90)](),PlaywrightDriverModule[_0x408c14(0x72)]);let _0x5997b4;_0x29e47e['pickle']||_0x29e47e['gherkinDocument']?_0x5997b4=_0x285863['VkLQE'](getCucumberSessionName,_0x29e47e):_0x5997b4=_0x285863[_0x408c14(0xee)](getPlaywrightSessionName,_0x29e47e);const _0x368c32={};_0x368c32['name']=_0x5997b4;const _0x278c42={};_0x278c42[_0x408c14(0xe1)]=_0x285863[_0x408c14(0xdc)],_0x278c42[_0x408c14(0x13b)]=_0x368c32;const _0x1d0ec0=_0x278c42;PerformanceTester[_0x408c14(0xf2)](PerformanceEvents[_0x408c14(0xd9)]),await _0x285863['NkUxH'](playwrightBstackJsExecutor,_0xd939cb,_0x1d0ec0),PerformanceTester[_0x408c14(0x80)](PerformanceEvents[_0x408c14(0xd9)]);}catch(_0x1e5eca){PerformanceTester['end'](PerformanceEvents['SESSION_NAME'],![],util[_0x408c14(0xc4)](_0x1e5eca)),this[_0x408c14(0x127)][_0x408c14(0xac)](_0x408c14(0x13f)+util[_0x408c14(0xc4)](_0x1e5eca));}}}PlaywrightDriverModule['MODULE_NAME']=a89_0x2438cc(0x10a),module[a89_0x2438cc(0x136)]=PlaywrightDriverModule;
1
+ const a89_0x9bf622=a89_0x3080;(function(_0x4e7332,_0x541e25){const _0x4c11f6=a89_0x3080,_0x330aaf=_0x4e7332();while(!![]){try{const _0x2a0b0c=-parseInt(_0x4c11f6(0x14f))/0x1*(-parseInt(_0x4c11f6(0x15c))/0x2)+-parseInt(_0x4c11f6(0xfb))/0x3+-parseInt(_0x4c11f6(0x120))/0x4+parseInt(_0x4c11f6(0xca))/0x5+parseInt(_0x4c11f6(0x166))/0x6+parseInt(_0x4c11f6(0xa3))/0x7+-parseInt(_0x4c11f6(0xc2))/0x8*(parseInt(_0x4c11f6(0x160))/0x9);if(_0x2a0b0c===_0x541e25)break;else _0x330aaf['push'](_0x330aaf['shift']());}catch(_0x4c10bc){_0x330aaf['push'](_0x330aaf['shift']());}}}(a89_0x2b7c,0xe3db1));function a89_0x3080(_0x1e279a,_0x3a9621){const _0x2b7c1b=a89_0x2b7c();return a89_0x3080=function(_0x30804d,_0x2ee417){_0x30804d=_0x30804d-0xa0;let _0x36d342=_0x2b7c1b[_0x30804d];return _0x36d342;},a89_0x3080(_0x1e279a,_0x3a9621);}function a89_0x2b7c(){const _0x21bdb6=['SJjXp','getRef','kNuWx','../framework/automationFramework.js','setState','vIZLt','testData\x20from\x20onAfterTest:\x20','version','from','arguments','name','GWQbc','markSessionStatus:\x20Marking\x20session\x20status','errors','passed','NmlWv','Automation\x20onAfterTest:\x20Test\x20status:\x20','../../../helpers/helper.js','PTYXM','KEY_HUB_URL','SESSION_STATUS','PlaywrightDriverModule','contextObject','21207mbwuxo','retry','../utils/jest-utils.js','format','oeoIo','browser','getInstance','../../../helpers/performance/performance-tester.js','Error\x20in\x20onBeforeDriverCreate:\x20','rgQvO','getTestId','KEY_PAGE_OBJECT','markSessionName:\x20Skipping\x20session\x20name\x20marking','122RWLZXv','getProcessId','KEY_TEST_FRAMEWORK_NAME','isBrowserstackInfra','942993jchHyf','aNuuG','JkOJX','gherkinDocument','veAvc','jZPeg','1207710Ofnkoh','getState','onAfterDriverCreate:\x20Setting\x20browser\x20object','./loadTestModule.js','start','4862872TJtEry','onAfterDriverCreate','platformIndex','KEY_TEST_ID','status','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','keys','ViEag','TrBvj','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','isPlaywright','end','KEY_CONTEXT_OBJECT','getId','KEY_SESSION_ID','info','platformDetails','params','KEY_TEST_FRAMEWORK_VERSION','diARl','test_identifier','__workerDetails','getTestUUID','browserVersion','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','Verog','\x20||\x20','action','Automation\x20onAfterTest:\x20Test\x20completed','testFrameworkData','getModuleName','32tvaMyp','CUCUMBER','SESSION_NAME','MODULE_NAME','onBeforeDriverCreate','bind','ncjZu','sFHmU','6286115AilSSS','../state/automationFrameworkState.js','dwuDy','testInfo','../cliUtils.js','length','inspect','toString','error','xTRfy','SQOUy','onAfterDriverCreate:\x20Setting\x20context\x20object','AkLEp','fuodf','onAfterTest','../TestInfo.js','../framework/constants/testFrameworkConstants.js','../../../helpers/classLogger.js','zjLME','Error\x20in\x20markSessionName:\x20','ZJcJo','util','getTestDetails','getTestIdentifierFromTestInfo','message','../state/testFrameworkState',',\x20test_identifier:\x20','sUVOP','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','markSessionName','wgsJH','launchcaps','nLDJI','context','uLxEn','KEY_CAPABILITIES','../grpcClient.js','debug','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','getContext','getConfig','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','shouldSkipSessionStatus','Error\x20in\x20onAfterDriverCreate:\x20','STUbY','workerInfo','./baseModule','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','getTrackedInstance','2997960gvKMJH','isFalse','lDOdj','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','../../playwright/sessionDetails','browserName','PRE','../../utils/constants','base64','MlbcF','sessionId','reason','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','POST','logger','XTGmQ','tIoXi','../../../helpers/test-observability/utils','TEST','platforms','GLtfA','PLAYWRIGHT_DISPATCH','YHIPR','playwrightVersion','getThreadId','testRunId','nBhHw','instance','parallelIndex','bsParams','bStackParams','KEY_BROWSER_OBJECT','getDetails','testUuid','KEY_PLATFORM_INDEX','../browserstackCLI.js','jestUtils','4380424XGWYit','page','onAfterDriverCreate:\x20Setting\x20page\x20object','XODuS','split','\x20failure\x20reason:\x20','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','hubUrl','registerObserver','isTrue','sUDIy','capabilities','VYjNH','pageObject','result','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','../../../helpers/helper','JEST','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','EXECUTE','wScyB','ooOEz','onPlaywrightDispatch'];a89_0x2b7c=function(){return _0x21bdb6;};return a89_0x2b7c();}const util=require(a89_0x9bf622(0xdf)),BaseModule=require(a89_0x9bf622(0xf8)),{createClassLogger}=require(a89_0x9bf622(0xdb)),{getFrameworkVersion}=require(a89_0x9bf622(0x10c)),helper=require(a89_0x9bf622(0x131)),{FRAMEWORKS}=require(a89_0x9bf622(0x102)),AutomationFramework=require(a89_0x9bf622(0x13b)),AutomationFrameworkState=require(a89_0x9bf622(0xcb)),HookState=require('../state/hookState.js'),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a89_0x9bf622(0x149)),CLIUtils=require(a89_0x9bf622(0xce)),BrowserstackCLI=require(a89_0x9bf622(0x11e)),GrpcClient=require(a89_0x9bf622(0xee)),PerformanceTester=require(a89_0x9bf622(0x156)),PerformanceEvents=require('../../../helpers/performance/constants.js')['AUTOMATE_EVENTS'],TestInfo=require(a89_0x9bf622(0xd9)),{getPlaywrightProvider,getProductForSession}=require(a89_0x9bf622(0x149)),LoadTestModule=require(a89_0x9bf622(0xa1)),TestFrameworkConstants=require(a89_0x9bf622(0xda)),TestFrameworkState=require(a89_0x9bf622(0xe3)),JestUtils=require(a89_0x9bf622(0x151)),PlaywrightSessionDetails=require(a89_0x9bf622(0xff));class PlaywrightDriverModule extends BaseModule{static [a89_0x9bf622(0x11a)]='browserObject';static ['KEY_CONTEXT_OBJECT']=a89_0x9bf622(0x14e);static [a89_0x9bf622(0x15a)]=a89_0x9bf622(0x12d);static ['KEY_SESSION_ID']=a89_0x9bf622(0x105);static ['KEY_PLATFORM_INDEX']=a89_0x9bf622(0xa5);static [a89_0x9bf622(0xed)]=a89_0x9bf622(0x12b);static ['KEY_HUB_URL']=a89_0x9bf622(0x127);static ['KEY_PLATFORM_DETAILS']=a89_0x9bf622(0xb3);static [a89_0x9bf622(0xa6)]='testId';['logger']=createClassLogger(a89_0x9bf622(0x14d));constructor(_0x429ada=null){const _0x26d03e=a89_0x9bf622,_0x571974={};_0x571974[_0x26d03e(0xf6)]='11|0|2|6|1|8|9|7|3|5|10|4',_0x571974[_0x26d03e(0x164)]=_0x26d03e(0x14d);const _0xaf7a23=_0x571974,_0xf20a3=_0xaf7a23[_0x26d03e(0xf6)][_0x26d03e(0x124)]('|');let _0x45f45b=0x0;while(!![]){switch(_0xf20a3[_0x45f45b++]){case'0':this[_0x26d03e(0x142)]=_0xaf7a23['veAvc'];continue;case'1':this[_0x26d03e(0xba)]=null;continue;case'2':this[_0x26d03e(0x112)]=null;continue;case'3':AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState[_0x26d03e(0x101)],this['onBeforeDriverCreate']['bind'](this));continue;case'4':AutomationFramework[_0x26d03e(0x128)](AutomationFrameworkState[_0x26d03e(0x134)],HookState[_0x26d03e(0x108)],this['onAfterTest'][_0x26d03e(0xc7)](this));continue;case'5':AutomationFramework[_0x26d03e(0x128)](AutomationFrameworkState['CREATE'],HookState[_0x26d03e(0x108)],this[_0x26d03e(0xa4)]['bind'](this));continue;case'6':this[_0x26d03e(0x100)]=null;continue;case'7':this['jestUtils']=new JestUtils();continue;case'8':this['platforms']=[];continue;case'9':this[_0x26d03e(0x114)]=null;continue;case'10':AutomationFramework[_0x26d03e(0x128)](AutomationFrameworkState[_0x26d03e(0x110)],HookState[_0x26d03e(0x108)],this[_0x26d03e(0x137)]['bind'](this));continue;case'11':super(_0x429ada);continue;}break;}}[a89_0x9bf622(0xc1)](){const _0x2b30ff=a89_0x9bf622;return PlaywrightDriverModule[_0x2b30ff(0xc5)];}async[a89_0x9bf622(0xc6)](_0x2b14cf){const _0x2e37b0=a89_0x9bf622,_0x1fa85c={};_0x1fa85c['KILQD']=_0x2e37b0(0x107);const _0x10d498=_0x1fa85c;try{this[_0x2e37b0(0x109)][_0x2e37b0(0xef)](_0x10d498['KILQD']);const _0xcbe3fb=_0x2b14cf[_0x2e37b0(0xe9)],_0x55257c=_0x2b14cf[_0x2e37b0(0x127)];AutomationFramework[_0x2e37b0(0x13c)](_0x2b14cf['instance'],PlaywrightDriverModule[_0x2e37b0(0xed)],_0xcbe3fb),AutomationFramework[_0x2e37b0(0x13c)](_0x2b14cf[_0x2e37b0(0x116)],PlaywrightDriverModule[_0x2e37b0(0x14b)],_0x55257c);}catch(_0x51fc41){this['logger'][_0x2e37b0(0xd2)](_0x2e37b0(0x157)+util['format'](_0x51fc41));}}async['onPlaywrightDispatch'](_0x57debd){const _0x1099af=a89_0x9bf622,_0x59d1a6={};_0x59d1a6[_0x1099af(0x12a)]=function(_0xb51e65,_0x4a579f){return _0xb51e65||_0x4a579f;};const _0x5860e6=_0x59d1a6;try{const _0x10bdf8=_0x57debd?.[_0x1099af(0xe2)]&&_0x57debd?.['message']?.[_0x1099af(0xb4)]&&_0x57debd?.[_0x1099af(0xe2)]?.['params']?.[_0x1099af(0x118)],_0x3ef90b=_0x57debd?.[_0x1099af(0xe2)]&&_0x57debd?.[_0x1099af(0xe2)]?.[_0x1099af(0x119)];if(_0x5860e6[_0x1099af(0x12a)](_0x10bdf8,_0x3ef90b)){this[_0x1099af(0x109)]['debug'](_0x1099af(0xac)+util['inspect'](_0x10bdf8)+_0x1099af(0xbd)+util[_0x1099af(0xd0)](_0x3ef90b));const _0x4a7d95=_0x57debd?.[_0x1099af(0x116)],_0x200197=global?.[_0x1099af(0xb8)]?.[_0x1099af(0xf7)]?.[_0x1099af(0x117)],_0x1faf87=_0x10bdf8?.[_0x1099af(0x105)]||_0x3ef90b?.[_0x1099af(0x105)],_0x5aab79=_0x10bdf8?.['platformDetails']||_0x3ef90b?.[_0x1099af(0xb3)];_0x1faf87&&(this[_0x1099af(0x109)][_0x1099af(0xef)]('onDispatchExecute:\x20Playwright\x20sessionId:\x20'+_0x1faf87),AutomationFramework['setState'](_0x4a7d95,PlaywrightDriverModule[_0x1099af(0xb1)],_0x1faf87)),_0x200197&&(this[_0x1099af(0x109)][_0x1099af(0xef)]('onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20'+util[_0x1099af(0xd0)](_0x200197)),AutomationFramework['setState'](_0x4a7d95,PlaywrightDriverModule[_0x1099af(0x11d)],_0x200197));}}catch(_0x4604c3){this[_0x1099af(0x109)][_0x1099af(0xd2)]('Error\x20in\x20onDispatchExecute:\x20'+util[_0x1099af(0x152)](_0x4604c3));}}async[a89_0x9bf622(0xa4)](_0x5032f8){const _0x219afb=a89_0x9bf622,_0x54c61b={'MlbcF':_0x219afb(0xf0),'vIZLt':function(_0x11a966,_0x3a0523){return _0x11a966(_0x3a0523);},'lDOdj':_0x219afb(0x122),'YFthy':_0x219afb(0x130),'ViEag':_0x219afb(0xd5),'wgsJH':_0x219afb(0xa0),'nBhHw':_0x219afb(0x103),'ZJcJo':function(_0x5894d7,_0x4b09bc){return _0x5894d7===_0x4b09bc;}};try{this[_0x219afb(0x109)][_0x219afb(0xef)](_0x54c61b[_0x219afb(0x104)]);const _0x35ffdb=_0x5032f8['instance'];this[_0x219afb(0x112)]=_0x54c61b[_0x219afb(0x13d)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x5032f8['page']){this['logger']['debug'](_0x54c61b[_0x219afb(0xfd)]),AutomationFramework[_0x219afb(0x13c)](_0x35ffdb,PlaywrightDriverModule['KEY_PAGE_OBJECT'],_0x5032f8[_0x219afb(0x121)]);if(_0x5032f8[_0x219afb(0xcd)]){this[_0x219afb(0x109)]['debug'](_0x54c61b['YFthy']);const _0x570f5c=this['getTestId'](_0x5032f8);AutomationFramework[_0x219afb(0x13c)](_0x35ffdb,PlaywrightDriverModule['KEY_TEST_ID'],_0x570f5c),await this[_0x219afb(0xe7)](_0x5032f8[_0x219afb(0xcd)]);}}_0x5032f8[_0x219afb(0xeb)]&&(this[_0x219afb(0x109)]['debug'](_0x54c61b[_0x219afb(0xaa)]),AutomationFramework[_0x219afb(0x13c)](_0x35ffdb,PlaywrightDriverModule[_0x219afb(0xaf)],_0x5032f8['context']));if(_0x5032f8['browser']){this[_0x219afb(0x109)][_0x219afb(0xef)](_0x54c61b[_0x219afb(0xe8)]);const _0xae2f3e=global?.[_0x219afb(0xb8)]?.[_0x219afb(0xf7)]?.[_0x219afb(0x117)];AutomationFramework[_0x219afb(0x13c)](_0x35ffdb,PlaywrightDriverModule['KEY_BROWSER_OBJECT'],_0x5032f8[_0x219afb(0x154)]),AutomationFramework[_0x219afb(0x13c)](_0x35ffdb,PlaywrightDriverModule[_0x219afb(0x11d)],_0xae2f3e);const _0x3d3f6b={};_0x3d3f6b[_0x219afb(0xad)]=!![];const _0x12d20e=Buffer[_0x219afb(0x140)](JSON['stringify'](_0x3d3f6b)[_0x219afb(0xd1)](_0x54c61b[_0x219afb(0x115)])),_0xc67d0d=await GrpcClient['getInstance']()['driverInit']({'platformIndex':_0xae2f3e,'ref':_0x35ffdb[_0x219afb(0x139)](),'userInputParams':_0x12d20e});(helper[_0x219afb(0xfc)](helper[_0x219afb(0x15f)]())||helper[_0x219afb(0x129)](helper[_0x219afb(0x15f)]()&&BrowserstackCLI[_0x219afb(0x155)]()[_0x219afb(0xf2)]()[_0x219afb(0x10e)]&&_0x54c61b[_0x219afb(0xde)](BrowserstackCLI['getInstance']()[_0x219afb(0xf2)]()[_0x219afb(0x10e)][_0x219afb(0xcf)],0x0)))&&AutomationFramework[_0x219afb(0x13c)](_0x35ffdb,PlaywrightDriverModule[_0x219afb(0xed)],PlaywrightSessionDetails[_0x219afb(0x11b)]());}}catch(_0x455552){this[_0x219afb(0x109)][_0x219afb(0xd2)](_0x219afb(0xf5)+util['format'](_0x455552));}}async[a89_0x9bf622(0xd8)](_0x23ebd6){const _0x553eaa=a89_0x9bf622,_0x45c201={'VYjNH':_0x553eaa(0xbf),'aNuuG':_0x553eaa(0xf9),'mjfax':function(_0x4d35ac,_0x12171e){return _0x4d35ac(_0x12171e);},'ncjZu':function(_0x170884,_0x4c887d){return _0x170884(_0x4c887d);},'fuodf':function(_0x3d843c,_0xea6ac0,_0x1d73d8){return _0x3d843c(_0xea6ac0,_0x1d73d8);},'APctA':_0x553eaa(0x12e),'XTGmQ':'message','hEXMs':function(_0x36344a,_0x9d8ad0){return _0x36344a(_0x9d8ad0);},'SJjXp':function(_0x467dc5,_0x380a5e,_0x1d80d2){return _0x467dc5(_0x380a5e,_0x1d80d2);},'JkOJX':_0x553eaa(0xd2),'diARl':_0x553eaa(0x145),'oeoIo':function(_0x522cf6,_0x399533){return _0x522cf6>_0x399533;},'kNuWx':function(_0x3268a6,_0x537ae4){return _0x3268a6||_0x537ae4;},'XODuS':function(_0x377d5b,_0x198de6){return _0x377d5b===_0x198de6;},'YHIPR':function(_0xe366e6,_0x442c3a){return _0xe366e6+_0x442c3a;},'rgQvO':'testId:\x20','AkLEp':_0x553eaa(0x13e),'rsYHS':function(_0xfade8f,_0x5eafd7){return _0xfade8f(_0x5eafd7);},'tIoXi':'Playwright','zjLME':'1.51.0','dwuDy':function(_0x489a3e){return _0x489a3e();},'wScyB':function(_0x91ffea,_0x44ea1f){return _0x91ffea>_0x44ea1f;},'EcART':_0x553eaa(0x103),'iDvim':function(_0x4b05c3,_0x283317){return _0x4b05c3===_0x283317;},'GWQbc':function(_0x1c5f34,_0x3b353e){return _0x1c5f34===_0x3b353e;},'Verog':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20'};this['logger']['debug'](_0x45c201[_0x553eaa(0x12c)]);const _0x3c2080=_0x23ebd6[_0x553eaa(0x116)];if(!_0x3c2080){this[_0x553eaa(0x109)][_0x553eaa(0xef)](_0x45c201[_0x553eaa(0x161)]);return;}const _0x548a85=_0x23ebd6[_0x553eaa(0xcd)],_0x3e2b90=this[_0x553eaa(0x159)](_0x23ebd6),_0x2ad503=_0x548a85[_0x553eaa(0xa7)];let _0x172d90;const _0x3d4002=_0x45c201['mjfax'](getPlaywrightStatus,_0x2ad503);let _0x42f8e8,_0x294a1f=null;if(_0x548a85['pickle']||_0x548a85[_0x553eaa(0x163)])_0x42f8e8=_0x45c201[_0x553eaa(0xc8)](getCucumberSessionName,_0x548a85),_0x172d90=_0x45c201['fuodf'](nestedKeyValue,_0x548a85,[_0x45c201['APctA'],_0x45c201[_0x553eaa(0x10a)]]);else{_0x42f8e8=_0x45c201['hEXMs'](getPlaywrightSessionName,_0x548a85),_0x172d90=_0x45c201[_0x553eaa(0x138)](nestedKeyValue,_0x548a85,[_0x45c201[_0x553eaa(0x162)],_0x45c201[_0x553eaa(0x10a)]]);const _0x7b1dce=_0x45c201[_0x553eaa(0xd7)](nestedKeyValue,_0x548a85,[_0x45c201[_0x553eaa(0xb6)]]);_0x7b1dce&&_0x45c201[_0x553eaa(0x153)](_0x7b1dce[_0x553eaa(0xcf)],0x0)&&(_0x294a1f=_0x7b1dce[0x0][_0x553eaa(0xe2)]),_0x172d90=_0x45c201[_0x553eaa(0x13a)](_0x172d90,_0x294a1f),this[_0x553eaa(0x109)]['debug'](_0x553eaa(0x148)+_0x3d4002+_0x553eaa(0x125)+_0x172d90);}const _0x57ba08=_0x45c201[_0x553eaa(0x13a)](_0x172d90,_0x294a1f);this[_0x553eaa(0x109)][_0x553eaa(0xef)]('Automation\x20onAfterTest:\x20Test\x20status:\x20'+_0x3d4002);let _0x58a56e,_0x5e984b;if(this[_0x553eaa(0xc0)]&&_0x45c201['XODuS'](this[_0x553eaa(0xc0)]['name'],FRAMEWORKS[_0x553eaa(0xc3)]))_0x58a56e=_0x3e2b90,_0x5e984b=TestInfo[_0x553eaa(0xb9)](_0x58a56e);else this[_0x553eaa(0xc0)]&&_0x45c201[_0x553eaa(0x123)](this['testFrameworkData'][_0x553eaa(0x142)],FRAMEWORKS['JEST'])?(_0x58a56e=this[_0x553eaa(0x11f)]['recreateIdentifierFromTestInfo'](_0x548a85),this[_0x553eaa(0x109)][_0x553eaa(0xef)](_0x553eaa(0x12f)+_0x58a56e)):(_0x58a56e=TestInfo[_0x553eaa(0xe1)](_0x548a85,_0x548a85[_0x553eaa(0x150)]),_0x5e984b=TestInfo['getTestUUID'](_0x58a56e));const _0x460209=TestInfo[_0x553eaa(0xe0)](_0x58a56e);this[_0x553eaa(0x109)][_0x553eaa(0xb2)](_0x45c201[_0x553eaa(0x111)](_0x45c201[_0x553eaa(0x158)],_0x3e2b90)),this[_0x553eaa(0x109)][_0x553eaa(0xb2)](_0x45c201[_0x553eaa(0x111)](_0x45c201[_0x553eaa(0xd6)],util[_0x553eaa(0xd0)](_0x460209)));const _0x3cd60e=AutomationFramework['getState'](_0x3c2080,PlaywrightDriverModule[_0x553eaa(0x11d)]),_0x4f9141=_0x460209?.[TestFrameworkConstants[_0x553eaa(0x15e)]]||this[_0x553eaa(0xc0)]&&this['testFrameworkData'][_0x553eaa(0x142)],_0x496e86=_0x460209?.[TestFrameworkConstants[_0x553eaa(0xb5)]]||this[_0x553eaa(0xc0)]&&this[_0x553eaa(0xc0)][_0x553eaa(0x13f)],_0x4e5412=TestFrameworkState[_0x553eaa(0x10d)][_0x553eaa(0xd1)]()[_0x553eaa(0x124)]('.')[0x1],_0xbb18d4=HookState[_0x553eaa(0x108)][_0x553eaa(0xd1)]()[_0x553eaa(0x124)]('.')[0x1],_0x180353=_0x3c2080[_0x553eaa(0xf1)](),_0x4b41cf=AutomationFramework[_0x553eaa(0x167)](_0x3c2080,PlaywrightDriverModule[_0x553eaa(0x14b)],''),_0x4378f2={'provider':_0x45c201['rsYHS'](getPlaywrightProvider,_0x4b41cf),'frameworkName':_0x45c201[_0x553eaa(0x10b)],'frameworkVersion':_0x45c201[_0x553eaa(0xdc)],'frameworkSessionId':LoadTestModule['isLTSSession']()?LoadTestModule['getLTSSessionId']():AutomationFramework[_0x553eaa(0x167)](_0x3c2080,PlaywrightDriverModule['KEY_SESSION_ID'],''),'ref':_0x3c2080[_0x553eaa(0x139)](),'hubUrl':_0x4b41cf,'product':_0x45c201[_0x553eaa(0xcc)](getProductForSession)};let _0x4a05c6=AutomationFramework['getState'](_0x3c2080,PlaywrightDriverModule['KEY_CAPABILITIES'],{});_0x4a05c6&&_0x45c201[_0x553eaa(0x135)](Object[_0x553eaa(0xa9)](_0x4a05c6)[_0x553eaa(0xcf)],0x0)?_0x4a05c6=Buffer[_0x553eaa(0x140)](JSON['stringify'](_0x4a05c6))['toString'](_0x45c201['EcART']):_0x4a05c6=Buffer[_0x553eaa(0x140)](JSON['stringify']({}))['toString'](_0x45c201['EcART']);const _0x383216={'hash':_0x180353[_0x553eaa(0xb0)](),'threadId':_0x180353[_0x553eaa(0x113)]()[_0x553eaa(0xd1)](),'processId':_0x180353[_0x553eaa(0x15d)]()['toString']()},_0x4e6a01={};_0x4e6a01[_0x553eaa(0xb7)]=_0x58a56e;const _0x20fb32={};_0x20fb32[_0x553eaa(0x11c)]=_0x5e984b;const _0x4ab8ba={'platformIndex':_0x3cd60e,'testFrameworkName':_0x4f9141,'testFrameworkVersion':_0x496e86,'testFrameworkState':_0x4e5412,'testHookState':_0xbb18d4,...this[_0x553eaa(0xc0)]&&_0x45c201['iDvim'](this[_0x553eaa(0xc0)][_0x553eaa(0x142)],FRAMEWORKS['JEST'])?_0x4e6a01:_0x20fb32,'automationSession':_0x4378f2,'capabilities':_0x4a05c6,'executionContext':_0x383216};this[_0x553eaa(0x109)][_0x553eaa(0xef)]('onAfterTest\x20CBTSession\x20payload:\x20'+util[_0x553eaa(0x152)](_0x4ab8ba)),GrpcClient[_0x553eaa(0x155)]()['testSessionEvent'](_0x4ab8ba),this[_0x553eaa(0x109)][_0x553eaa(0xef)](_0x553eaa(0xf3)+_0x3e2b90+(this['testFrameworkData']&&_0x45c201[_0x553eaa(0x143)](this[_0x553eaa(0xc0)][_0x553eaa(0x142)],FRAMEWORKS[_0x553eaa(0x132)])?_0x553eaa(0xe4)+_0x58a56e:''));if(!_0x3d4002){this[_0x553eaa(0x109)][_0x553eaa(0xef)](_0x45c201[_0x553eaa(0xbc)],_0x2ad503[_0x553eaa(0xa7)]);return;}this[_0x553eaa(0x109)]['debug'](_0x553eaa(0xe6)+_0x3e2b90),_0x548a85&&(this[_0x553eaa(0x109)][_0x553eaa(0xef)](_0x553eaa(0x126)+_0x42f8e8),await this['markSessionName'](_0x548a85)),await this['markSessionStatus'](_0x3c2080,_0x42f8e8,_0x3d4002,_0x57ba08);}async['markSessionStatus'](_0x6283fa,_0x4d4f67,_0x34f284,_0x3c4527){const _0x6dedd4=a89_0x9bf622,_0x1d4e3b={'MsPeD':_0x6dedd4(0x133),'TrBvj':_0x6dedd4(0xfe),'wNQar':_0x6dedd4(0xbb),'SQOUy':_0x6dedd4(0xa8),'PTYXM':'setSessionStatus','uLxEn':_0x6dedd4(0x106),'xTRfy':'Session','sUVOP':function(_0x28a4ae,_0x491839){return _0x28a4ae===_0x491839;},'AdUGX':_0x6dedd4(0x146),'jZPeg':_0x6dedd4(0xb2),'sFHmU':_0x6dedd4(0xd2),'NmlWv':function(_0x2b7733,_0x1cedd9,_0x4c1182,_0x50886c){return _0x2b7733(_0x1cedd9,_0x4c1182,_0x50886c);},'GLtfA':_0x6dedd4(0x144),'VubZO':function(_0x21b8ab,_0x573a1d,_0x59d137){return _0x21b8ab(_0x573a1d,_0x59d137);}};if(CLIUtils[_0x6dedd4(0xf4)](BrowserstackCLI[_0x6dedd4(0x155)]()[_0x6dedd4(0xf2)]())){this[_0x6dedd4(0x109)][_0x6dedd4(0xef)](_0x1d4e3b['MsPeD']);return;}const _0x221f12=_0x6283fa;if(!_0x221f12){this['logger'][_0x6dedd4(0xef)](_0x1d4e3b[_0x6dedd4(0xab)]);return;}const _0x218f3d=AutomationFramework[_0x6dedd4(0x167)](_0x221f12,PlaywrightDriverModule['KEY_PAGE_OBJECT']);if(!_0x218f3d){this[_0x6dedd4(0x109)]['debug'](_0x1d4e3b['wNQar']);return;}const _0x271c62=_0x34f284;if(!_0x271c62){this[_0x6dedd4(0x109)][_0x6dedd4(0xef)](_0x1d4e3b[_0x6dedd4(0xd4)],_0x271c62);return;}const _0x53d9c3={};_0x53d9c3[_0x6dedd4(0xa7)]=_0x271c62;const _0x3b84bb={};_0x3b84bb[_0x6dedd4(0xbe)]=_0x1d4e3b[_0x6dedd4(0x14a)],_0x3b84bb['arguments']=_0x53d9c3;const _0x4cbe5c=_0x3b84bb;_0x3c4527&&(_0x4cbe5c[_0x6dedd4(0x141)][_0x1d4e3b[_0x6dedd4(0xec)]]=_0x3c4527);const _0x40702a=(_0x4d4f67?_0x4d4f67:_0x1d4e3b[_0x6dedd4(0xd3)])+'\x20'+_0x271c62+'\x20'+(_0x3c4527?'with\x20'+_0x3c4527:''),_0xbb83a5=_0x1d4e3b[_0x6dedd4(0xe5)](_0x271c62,_0x1d4e3b['AdUGX'])?_0x1d4e3b[_0x6dedd4(0x165)]:_0x1d4e3b[_0x6dedd4(0xc9)];await _0x1d4e3b[_0x6dedd4(0x147)](playwrightAnnotate,_0x218f3d,_0x40702a,_0xbb83a5),_0x3c4527&&(_0x4cbe5c['arguments'][_0x1d4e3b[_0x6dedd4(0xec)]]=_0x3c4527),PerformanceTester[_0x6dedd4(0xa2)](PerformanceEvents[_0x6dedd4(0x14c)]),this[_0x6dedd4(0x109)][_0x6dedd4(0xef)](_0x1d4e3b[_0x6dedd4(0x10f)]),await _0x1d4e3b['VubZO'](playwrightBstackJsExecutor,_0x218f3d,_0x4cbe5c),PerformanceTester[_0x6dedd4(0xae)](PerformanceEvents[_0x6dedd4(0x14c)]);}async[a89_0x9bf622(0xe7)](_0x1db041){const _0x5128bb=a89_0x9bf622,_0x2eaf3d={'nLDJI':_0x5128bb(0x15b),'ooOEz':function(_0x2149d4,_0x16b06b){return _0x2149d4(_0x16b06b);},'OhHzf':'setSessionName','jOwQm':function(_0x1c2d58,_0x5371ad,_0x296578){return _0x1c2d58(_0x5371ad,_0x296578);}};try{if(CLIUtils['shouldSkipSessionName'](BrowserstackCLI[_0x5128bb(0x155)]()[_0x5128bb(0xf2)]())){this[_0x5128bb(0x109)][_0x5128bb(0xef)](_0x2eaf3d[_0x5128bb(0xea)]);return;}const _0x2f0fd4=AutomationFramework['getState'](AutomationFramework[_0x5128bb(0xfa)](),PlaywrightDriverModule[_0x5128bb(0x15a)]);let _0x20c240;_0x1db041['pickle']||_0x1db041[_0x5128bb(0x163)]?_0x20c240=_0x2eaf3d[_0x5128bb(0x136)](getCucumberSessionName,_0x1db041):_0x20c240=_0x2eaf3d[_0x5128bb(0x136)](getPlaywrightSessionName,_0x1db041);const _0x126050={};_0x126050['name']=_0x20c240;const _0x2fcaa9={};_0x2fcaa9['action']=_0x2eaf3d['OhHzf'],_0x2fcaa9[_0x5128bb(0x141)]=_0x126050;const _0x21121b=_0x2fcaa9;PerformanceTester['start'](PerformanceEvents[_0x5128bb(0xc4)]),await _0x2eaf3d['jOwQm'](playwrightBstackJsExecutor,_0x2f0fd4,_0x21121b),PerformanceTester[_0x5128bb(0xae)](PerformanceEvents[_0x5128bb(0xc4)]);}catch(_0x134125){PerformanceTester[_0x5128bb(0xae)](PerformanceEvents[_0x5128bb(0xc4)],![],util[_0x5128bb(0x152)](_0x134125)),this[_0x5128bb(0x109)][_0x5128bb(0xd2)](_0x5128bb(0xdd)+util[_0x5128bb(0x152)](_0x134125));}}}PlaywrightDriverModule['MODULE_NAME']=a89_0x9bf622(0x14d),module['exports']=PlaywrightDriverModule;