browserstack-node-sdk 1.49.4 → 1.49.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) 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/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a80_0x18eba5=a80_0x59fa;function a80_0x59fa(_0x225601,_0xee9cb){const _0x49d040=a80_0x49d0();return a80_0x59fa=function(_0x59fa56,_0x1a45f8){_0x59fa56=_0x59fa56-0x192;let _0x4f710a=_0x49d040[_0x59fa56];return _0x4f710a;},a80_0x59fa(_0x225601,_0xee9cb);}(function(_0x4a655b,_0x48e448){const _0x4823cd=a80_0x59fa,_0x3f3eb3=_0x4a655b();while(!![]){try{const _0x325839=parseInt(_0x4823cd(0x344))/0x1*(-parseInt(_0x4823cd(0x251))/0x2)+-parseInt(_0x4823cd(0x2bc))/0x3+parseInt(_0x4823cd(0x20b))/0x4+parseInt(_0x4823cd(0x34a))/0x5+-parseInt(_0x4823cd(0x224))/0x6*(parseInt(_0x4823cd(0x1ff))/0x7)+-parseInt(_0x4823cd(0x1ed))/0x8*(parseInt(_0x4823cd(0x299))/0x9)+-parseInt(_0x4823cd(0x268))/0xa*(-parseInt(_0x4823cd(0x218))/0xb);if(_0x325839===_0x48e448)break;else _0x3f3eb3['push'](_0x3f3eb3['shift']());}catch(_0x1e0757){_0x3f3eb3['push'](_0x3f3eb3['shift']());}}}(a80_0x49d0,0x570b1));const BaseModule=require(a80_0x18eba5(0x2cd)),{createClassLogger}=require(a80_0x18eba5(0x241)),CLIUtils=require(a80_0x18eba5(0x2ab)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a80_0x18eba5(0x246)),AutomationFrameworkState=require(a80_0x18eba5(0x1c8)),HookState=require(a80_0x18eba5(0x261)),GrpcClient=require(a80_0x18eba5(0x19f)),scripts=require(a80_0x18eba5(0x309)),logger=createClassLogger(a80_0x18eba5(0x2a0)),PerformanceTester=require(a80_0x18eba5(0x214)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a80_0x18eba5(0x239)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x18eba5(0x2e2)),{nestedKeyValue,isUndefined}=require(a80_0x18eba5(0x2d2)),util=require(a80_0x18eba5(0x1eb)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a80_0x18eba5(0x1da));class AccessibilityModule extends BaseModule{static [a80_0x18eba5(0x26d)]=AccessibilityModule['name'];static [a80_0x18eba5(0x265)]=![];static [a80_0x18eba5(0x2ba)]={};constructor(_0x8863c){const _0x1a6e4d=a80_0x18eba5,_0x6204f6={};_0x6204f6[_0x1a6e4d(0x1cb)]=_0x1a6e4d(0x2ec),_0x6204f6[_0x1a6e4d(0x281)]=_0x1a6e4d(0x213),_0x6204f6[_0x1a6e4d(0x270)]='DRIVER_HAS_URL',_0x6204f6[_0x1a6e4d(0x2d0)]=_0x1a6e4d(0x34b),_0x6204f6[_0x1a6e4d(0x26a)]=_0x1a6e4d(0x2a7);const _0x17e300=_0x6204f6,_0x350a9e=_0x17e300[_0x1a6e4d(0x1cb)][_0x1a6e4d(0x1e2)]('|');let _0x195461=0x0;while(!![]){switch(_0x350a9e[_0x195461++]){case'0':this['LOG_DISABLED_SHOWN']=new Map();continue;case'1':this['_sendMessageServerPatchApplied']=![];continue;case'2':this[_0x1a6e4d(0x254)]=_0x17e300['LuPhq'];continue;case'3':this[_0x1a6e4d(0x325)](_0x8863c[_0x1a6e4d(0x22e)]()[_0x1a6e4d(0x2fa)]());continue;case'4':this[_0x1a6e4d(0x326)]=[];continue;case'5':super();continue;case'6':AutomationFramework[_0x1a6e4d(0x2e0)](AutomationFrameworkState[_0x1a6e4d(0x1b4)],HookState[_0x1a6e4d(0x33a)],this[_0x1a6e4d(0x1de)][_0x1a6e4d(0x220)](this));continue;case'7':this[_0x1a6e4d(0x291)]=_0x17e300['ZYZor'];continue;case'8':this[_0x1a6e4d(0x31a)]=![];continue;case'9':this[_0x1a6e4d(0x221)]=new Map();continue;case'10':this[_0x1a6e4d(0x1b7)]=_0x8863c[_0x1a6e4d(0x354)]();continue;case'11':logger[_0x1a6e4d(0x1f5)](_0x17e300[_0x1a6e4d(0x2d0)]);continue;case'12':this['KEY_INIT']=_0x17e300[_0x1a6e4d(0x26a)];continue;case'13':this['isEnabled']=!![];continue;case'14':AutomationFramework[_0x1a6e4d(0x2e0)](AutomationFrameworkState[_0x1a6e4d(0x27f)],HookState['PRE'],this[_0x1a6e4d(0x249)][_0x1a6e4d(0x220)](this));continue;case'15':AutomationFramework[_0x1a6e4d(0x2e0)](AutomationFrameworkState[_0x1a6e4d(0x2b4)],HookState[_0x1a6e4d(0x2c8)],this['onBeforeTest'][_0x1a6e4d(0x220)](this));continue;}break;}}[a80_0x18eba5(0x1dd)](){const _0x3a9ff6=a80_0x18eba5;return this[_0x3a9ff6(0x1dd)];}[a80_0x18eba5(0x247)](){const _0x19277a=a80_0x18eba5;return AccessibilityModule[_0x19277a(0x26d)];}[a80_0x18eba5(0x23f)](){const _0x2ce8b9=a80_0x18eba5;return this[_0x2ce8b9(0x221)][_0x2ce8b9(0x2d7)](CLIUtils['getCurrentInstanceName'](),![]);}[a80_0x18eba5(0x1bd)](){const _0x42bbcc=a80_0x18eba5;return this[_0x42bbcc(0x1d3)][_0x42bbcc(0x2d7)](CLIUtils[_0x42bbcc(0x1c3)](),![]);}[a80_0x18eba5(0x273)](_0x4a5ab5){const _0x155d4d=a80_0x18eba5;this[_0x155d4d(0x1d3)][_0x155d4d(0x2ce)](CLIUtils[_0x155d4d(0x1c3)](),_0x4a5ab5);}[a80_0x18eba5(0x2f3)](){const _0x4c71c7=a80_0x18eba5,_0x1b3c4c={'DPYnw':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','hwqgP':function(_0xe95249,_0x1e332d){return _0xe95249(_0x1e332d);},'zSRvT':_0x4c71c7(0x356),'HzKoW':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','PqZVC':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x4c71c7(0x1ca)]){logger[_0x4c71c7(0x1f5)](_0x1b3c4c[_0x4c71c7(0x341)]);return;}try{const _0x525831=_0x1b3c4c[_0x4c71c7(0x306)](require,_0x1b3c4c['zSRvT']);_0x525831&&_0x525831['patchSendMessageToServer']?(_0x525831[_0x4c71c7(0x24c)](),this[_0x4c71c7(0x1ca)]=!![],logger[_0x4c71c7(0x1f5)](_0x1b3c4c[_0x4c71c7(0x201)])):logger[_0x4c71c7(0x1f5)](_0x1b3c4c[_0x4c71c7(0x34c)]);}catch(_0x3a81fd){logger[_0x4c71c7(0x1f5)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x4c71c7(0x1f4)](_0x3a81fd));}}[a80_0x18eba5(0x27a)](_0x3074a7=null,_0x1a6732=null,_0x396f31=null){const _0x4977a3=a80_0x18eba5,_0x2f3d9c={'eVfQM':function(_0x2305cf,_0x457c64){return _0x2305cf&&_0x457c64;},'BDDoC':_0x4977a3(0x197),'orBdE':function(_0x2a6c68,_0x5bb80c){return _0x2a6c68(_0x5bb80c);},'ScTSe':_0x4977a3(0x287),'tutTm':_0x4977a3(0x2d2),'aUtFu':function(_0x41ac6c){return _0x41ac6c();},'cftdq':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','dYJjl':function(_0x49cfb2,_0x2208cd){return _0x49cfb2===_0x2208cd;},'ymCrb':_0x4977a3(0x2c7),'rmsfc':_0x4977a3(0x22b),'QulIm':_0x4977a3(0x283),'AYUkO':function(_0x11f6f3,_0x104615){return _0x11f6f3===_0x104615;},'vsNUn':_0x4977a3(0x2c2),'TXDhO':_0x4977a3(0x2b9),'kJtzM':_0x4977a3(0x26e),'gYWAx':function(_0x39e979){return _0x39e979();},'EbGdT':function(_0x422434,_0x4adaeb){return _0x422434>_0x4adaeb;},'pyvOO':function(_0x3d8d0f,_0x5d9914){return _0x3d8d0f(_0x5d9914);},'XliuP':_0x4977a3(0x240),'tvzdn':function(_0x54e3a4,_0x24e965){return _0x54e3a4!==_0x24e965;},'moyVf':_0x4977a3(0x2f6),'IgeIN':function(_0x320d51,_0x4a5d03){return _0x320d51>_0x4a5d03;},'TFDOE':function(_0x1e66d4,_0x5be702){return _0x1e66d4(_0x5be702);},'wOJDF':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x2f3d9c['eVfQM'](!_0x1a6732,!_0x396f31))return logger[_0x4977a3(0x1f5)](_0x2f3d9c[_0x4977a3(0x2ca)]),![];const {isAccessibilityAutomationSession:_0x1d6394}=_0x2f3d9c[_0x4977a3(0x23c)](require,_0x2f3d9c[_0x4977a3(0x275)]),{isUndefined:_0x5e5d8c,isBrowserstackInfra:_0xd07d5f}=_0x2f3d9c[_0x4977a3(0x23c)](require,_0x2f3d9c['tutTm']);if(!_0x2f3d9c[_0x4977a3(0x1b1)](_0x1d6394))return logger['debug'](_0x2f3d9c[_0x4977a3(0x1ee)]),![];if(!(_0x1a6732['browserName']&&_0x2f3d9c[_0x4977a3(0x29a)](_0x1a6732[_0x4977a3(0x1aa)][_0x4977a3(0x2db)](),_0x2f3d9c[_0x4977a3(0x1af)])||_0x1a6732[_0x4977a3(0x1aa)]&&_0x2f3d9c[_0x4977a3(0x29a)](_0x1a6732['browserName'][_0x4977a3(0x2db)](),_0x2f3d9c['rmsfc'])||_0x1a6732[_0x4977a3(0x2e4)]&&_0x2f3d9c[_0x4977a3(0x29a)](_0x1a6732['browser'][_0x4977a3(0x2db)](),_0x2f3d9c[_0x4977a3(0x1af)])||_0x1a6732[_0x4977a3(0x2e4)]&&_0x2f3d9c['dYJjl'](_0x1a6732[_0x4977a3(0x2e4)][_0x4977a3(0x2db)](),_0x2f3d9c[_0x4977a3(0x1c7)])))return logger[_0x4977a3(0x1cc)](_0x2f3d9c['QulIm']),![];try{const _0x35d734=_0x1a6732[_0x4977a3(0x1ce)],_0x3bf4d7=_0x2f3d9c[_0x4977a3(0x303)](_0x35d734,!![])||_0x2f3d9c[_0x4977a3(0x303)](_0x35d734,_0x2f3d9c['vsNUn'])||_0x2f3d9c[_0x4977a3(0x303)](typeof _0x35d734,_0x2f3d9c[_0x4977a3(0x2d6)])&&_0x2f3d9c['dYJjl'](_0x35d734[_0x4977a3(0x2db)](),_0x2f3d9c[_0x4977a3(0x32a)]);if(_0x3bf4d7)return logger[_0x4977a3(0x1cc)](_0x2f3d9c['kJtzM']),![];}catch(_0x218be7){logger[_0x4977a3(0x1f5)](_0x4977a3(0x2a5)+util[_0x4977a3(0x1f4)](_0x218be7));}if(!_0x2f3d9c['gYWAx'](_0xd07d5f)){if(!_0x2f3d9c['EbGdT'](_0x2f3d9c[_0x4977a3(0x23c)](parseFloat,_0x1a6732[_0x4977a3(0x2cc)]),_0x2f3d9c[_0x4977a3(0x33c)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger[_0x4977a3(0x1cc)](_0x2f3d9c[_0x4977a3(0x2f7)]),![];}else{if(_0x2f3d9c[_0x4977a3(0x348)](_0x1a6732[_0x4977a3(0x2cc)],_0x2f3d9c['moyVf'])&&!_0x2f3d9c[_0x4977a3(0x2e9)](_0x2f3d9c[_0x4977a3(0x2b3)](parseFloat,_0x1a6732['browserVersion']),_0x2f3d9c[_0x4977a3(0x23c)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x4977a3(0x1cc)](_0x2f3d9c[_0x4977a3(0x272)]),![];}return!![];}catch(_0x5c6a48){return logger[_0x4977a3(0x1f5)]('Exception\x20in\x20isPlatformSupported:\x20'+_0x5c6a48[_0x4977a3(0x33e)]),![];}}[a80_0x18eba5(0x28d)](_0x581560=[],_0x246d7a,_0x2bd63e=a80_0x18eba5(0x192)){const _0x410f59=a80_0x18eba5,_0x5b2816={'SLAGE':function(_0x15c6af,_0x2d2c01){return _0x15c6af===_0x2d2c01;},'aSduu':_0x410f59(0x208),'DWWBI':function(_0x5e92de,_0xa9429a){return _0x5e92de||_0xa9429a;},'gCQDC':function(_0x56ed70,_0x4a4052){return _0x56ed70&&_0x4a4052;},'xIvvJ':_0x410f59(0x211),'WwfgW':function(_0x2a74e9,_0x21dcbe){return _0x2a74e9(_0x21dcbe);},'MOttP':function(_0x2562fb,_0x3bcab5){return _0x2562fb>_0x3bcab5;}};try{const _0x5ef827=process[_0x410f59(0x2ee)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON[_0x410f59(0x324)](process[_0x410f59(0x2ee)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x5ef827)return!![];const _0x219379=Array[_0x410f59(0x30c)](_0x5ef827['includeTagsInTestingScope'])?_0x5ef827[_0x410f59(0x1a6)]:[],_0x4b4599=Array[_0x410f59(0x30c)](_0x5ef827[_0x410f59(0x198)])?_0x5ef827[_0x410f59(0x198)]:[];if(_0x5b2816[_0x410f59(0x2a6)](_0x2bd63e,_0x5b2816['aSduu'])){let _0x45a28c;Array[_0x410f59(0x30c)](_0x581560)?_0x45a28c=_0x581560[_0x410f59(0x2b8)]('\x20'):_0x45a28c=_0x5b2816[_0x410f59(0x19b)](_0x581560,'');const _0x5adb85=_0x4b4599[_0x410f59(0x1b5)](_0x502433=>_0x45a28c[_0x410f59(0x32e)](_0x502433)),_0x175863=_0x5b2816[_0x410f59(0x2a6)](_0x219379['length'],0x0)||_0x219379[_0x410f59(0x1b5)](_0x298915=>_0x45a28c[_0x410f59(0x32e)](_0x298915)),_0x2eae2b=_0x5b2816[_0x410f59(0x2ff)](!_0x5adb85,_0x175863);return logger[_0x410f59(0x1f5)](_0x410f59(0x318)+(_0x246d7a?.['getPlatformIndex']?.()||_0x5b2816[_0x410f59(0x288)])+_0x410f59(0x284)+_0x2eae2b+_0x410f59(0x19e)+_0x45a28c+_0x410f59(0x332)+JSON[_0x410f59(0x20c)](_0x219379)+',\x20excludeTags='+JSON[_0x410f59(0x20c)](_0x4b4599)),_0x2eae2b;}const _0x1900dd=Array[_0x410f59(0x30c)](_0x581560)?_0x581560:[];let _0x5ce349=![],_0x1f6e22=_0x5b2816[_0x410f59(0x2a6)](_0x219379[_0x410f59(0x21f)],0x0);const _0xbb935d=_0x1f2baf=>typeof _0x1f2baf===_0x410f59(0x2b9)?_0x1f2baf[_0x410f59(0x1f3)](/^@/,'')[_0x410f59(0x2db)]()[_0x410f59(0x336)]():_0x1f2baf,_0x95045=new Set(_0x219379[_0x410f59(0x2d8)](_0xbb935d)),_0x40bc00=new Set(_0x4b4599['map'](_0xbb935d));for(const _0xbe3319 of _0x1900dd){const _0x31843c=_0x5b2816[_0x410f59(0x280)](_0xbb935d,_0xbe3319);_0x40bc00[_0x410f59(0x2e5)](_0x31843c)&&(_0x5ce349=!![]),_0x5b2816[_0x410f59(0x199)](_0x95045[_0x410f59(0x1fa)],0x0)&&_0x95045[_0x410f59(0x2e5)](_0x31843c)&&(_0x1f6e22=!![]);}const _0x21bb3e=_0x5b2816[_0x410f59(0x2ff)](_0x1f6e22,!_0x5ce349);return logger[_0x410f59(0x1f5)](_0x410f59(0x318)+(_0x246d7a?.[_0x410f59(0x2fe)]?.()||_0x5b2816[_0x410f59(0x288)])+_0x410f59(0x263)+_0x21bb3e+',\x20tags='+JSON['stringify'](_0x1900dd)+_0x410f59(0x332)+JSON[_0x410f59(0x20c)](_0x219379)+_0x410f59(0x2bf)+JSON[_0x410f59(0x20c)](_0x4b4599)),_0x21bb3e;}catch(_0x3d965e){return logger['debug'](_0x410f59(0x318)+(_0x246d7a?.[_0x410f59(0x2fe)]?.()||_0x5b2816[_0x410f59(0x288)])+_0x410f59(0x2a4)+_0x3d965e['message']),![];}}async[a80_0x18eba5(0x29b)](_0x35a3a3){const _0x5704a9=a80_0x18eba5,_0x4ef2f0={};_0x4ef2f0[_0x5704a9(0x253)]=function(_0x39c72c,_0x1cdfcf){return _0x39c72c!==_0x1cdfcf;},_0x4ef2f0['PUaps']=_0x5704a9(0x192),_0x4ef2f0['NHkDo']=_0x5704a9(0x208),_0x4ef2f0[_0x5704a9(0x229)]=_0x5704a9(0x1e5),_0x4ef2f0['cemMS']=_0x5704a9(0x2aa),_0x4ef2f0[_0x5704a9(0x227)]=_0x5704a9(0x1fb),_0x4ef2f0[_0x5704a9(0x346)]=_0x5704a9(0x1d6),_0x4ef2f0[_0x5704a9(0x1b6)]=_0x5704a9(0x242),_0x4ef2f0[_0x5704a9(0x225)]=function(_0x520e3e,_0x4aa6cb){return _0x520e3e===_0x4aa6cb;},_0x4ef2f0[_0x5704a9(0x333)]=_0x5704a9(0x315),_0x4ef2f0[_0x5704a9(0x32b)]=function(_0x44ec25,_0x2fdcb9){return _0x44ec25===_0x2fdcb9;},_0x4ef2f0[_0x5704a9(0x312)]=_0x5704a9(0x23e),_0x4ef2f0[_0x5704a9(0x322)]=function(_0x540497,_0x1ea4b2){return _0x540497>_0x1ea4b2;},_0x4ef2f0[_0x5704a9(0x342)]=function(_0x219a39,_0x2a6f74){return _0x219a39===_0x2a6f74;},_0x4ef2f0[_0x5704a9(0x195)]=_0x5704a9(0x339),_0x4ef2f0['mcGKt']='test_tags',_0x4ef2f0[_0x5704a9(0x2f4)]=function(_0x54ed1f,_0x4f857c){return _0x54ed1f&&_0x4f857c;},_0x4ef2f0[_0x5704a9(0x2d1)]=_0x5704a9(0x211),_0x4ef2f0[_0x5704a9(0x226)]=_0x5704a9(0x2c2);const _0x46bbd7=_0x4ef2f0;if(_0x46bbd7['nsurK'](_0x35a3a3[_0x5704a9(0x276)],_0x46bbd7[_0x5704a9(0x1b0)])&&_0x46bbd7['nsurK'](_0x35a3a3[_0x5704a9(0x276)],_0x46bbd7[_0x5704a9(0x1b9)])){logger[_0x5704a9(0x1f5)](_0x46bbd7[_0x5704a9(0x229)]);return;}logger[_0x5704a9(0x2b6)](_0x5704a9(0x1e4)+JSON[_0x5704a9(0x20c)](_0x35a3a3));try{const _0x27fd18=AutomationFramework[_0x5704a9(0x248)](),_0x35c5c5=TestFramework['getTrackedInstance'](),_0x122974=_0x35a3a3[_0x5704a9(0x320)]||global[_0x5704a9(0x31e)]?.['pwPage']||null;if(!_0x122974){_0x35c5c5&&_0x35c5c5[_0x5704a9(0x232)](_0x46bbd7[_0x5704a9(0x21b)],!![]);logger[_0x5704a9(0x1f5)](_0x46bbd7[_0x5704a9(0x227)]);return;}logger[_0x5704a9(0x1f5)](_0x46bbd7[_0x5704a9(0x346)]);const _0x10a08d=_0x35c5c5?.[_0x5704a9(0x1e1)](_0x46bbd7[_0x5704a9(0x1b6)],![]),_0x52e3d3=_0x35c5c5?.[_0x5704a9(0x1e1)](_0x46bbd7[_0x5704a9(0x21b)],![]);if(_0x46bbd7[_0x5704a9(0x225)](_0x10a08d,![])&&_0x46bbd7['oEbdR'](_0x52e3d3,![])){_0x35c5c5&&_0x35c5c5[_0x5704a9(0x232)](_0x46bbd7[_0x5704a9(0x1b6)],!![]);logger['debug'](_0x46bbd7[_0x5704a9(0x333)]);return;}_0x35c5c5&&_0x35c5c5[_0x5704a9(0x232)](_0x46bbd7['cemMS'],!![]);let _0x12dbcd,_0xe2d8ab;const _0x8b498b=_0x35a3a3[_0x5704a9(0x276)]||_0x46bbd7[_0x5704a9(0x1b0)];if(_0x46bbd7[_0x5704a9(0x32b)](_0x8b498b,_0x46bbd7[_0x5704a9(0x1b9)])){_0xe2d8ab=_0x35a3a3[_0x5704a9(0x29e)]?.[_0x5704a9(0x1ba)]||_0x35a3a3['testInfo']?.['id']||global['__jestCurrentTestIdentifier']||global[_0x5704a9(0x31e)]?.[_0x5704a9(0x1d9)]?.[_0x5704a9(0x1ba)]||global['__workerDetails']?.[_0x5704a9(0x1d9)]?.['id'];const _0x57b33f=_0x35c5c5?.['getAllData']()?.[_0x5704a9(0x2d7)](_0xe2d8ab);if(_0x57b33f&&_0x57b33f[TestFrameworkConstants[_0x5704a9(0x1be)]])_0x12dbcd=_0x57b33f[TestFrameworkConstants[_0x5704a9(0x1be)]];else{if(_0x35a3a3['testInfo']?.[_0x5704a9(0x2a9)])_0x12dbcd=_0x35a3a3[_0x5704a9(0x29e)][_0x5704a9(0x2a9)];else global[_0x5704a9(0x31e)]?.[_0x5704a9(0x1d9)]?.[_0x5704a9(0x29e)]?.[_0x5704a9(0x2a9)]?_0x12dbcd=global[_0x5704a9(0x31e)][_0x5704a9(0x1d9)]['testInfo'][_0x5704a9(0x2a9)]:_0x12dbcd=_0x46bbd7[_0x5704a9(0x312)];}logger['debug'](_0x5704a9(0x313)+_0xe2d8ab+_0x5704a9(0x19e)+JSON['stringify'](_0x12dbcd));}else{_0xe2d8ab=this[_0x5704a9(0x19c)](_0x35a3a3);const _0x5d19d0=TestInfo[_0x5704a9(0x321)](_0xe2d8ab);let _0xdc2c71=[];if(_0x5d19d0&&Array[_0x5704a9(0x30c)](_0x5d19d0['test_tags'])&&_0x46bbd7['DjZNv'](_0x5d19d0[_0x5704a9(0x351)]['length'],0x0))_0xdc2c71=_0x5d19d0['test_tags'];else{if(_0x35c5c5){const _0xe19152=_0x46bbd7[_0x5704a9(0x342)](typeof _0x35c5c5[_0x5704a9(0x1e1)],_0x46bbd7[_0x5704a9(0x195)])?_0x35c5c5[_0x5704a9(0x1e1)](_0x46bbd7[_0x5704a9(0x19d)],[]):_0x35c5c5[_0x5704a9(0x351)]||[];Array[_0x5704a9(0x30c)](_0xe19152)&&(_0xdc2c71=_0xe19152);}}_0x12dbcd=_0xdc2c71;}logger['info'](_0x5704a9(0x257)+JSON[_0x5704a9(0x20c)](_0x12dbcd));const _0x33aa6b=this[_0x5704a9(0x27a)](_0x27fd18,_0x35a3a3[_0x5704a9(0x1cf)],_0x35a3a3[_0x5704a9(0x21c)]);logger[_0x5704a9(0x1f5)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x33aa6b+_0x5704a9(0x2e7)+this[_0x5704a9(0x31a)]);const _0x10f5cb=this[_0x5704a9(0x28d)](_0x12dbcd,_0x27fd18,_0x8b498b),_0x4e6bed=_0x46bbd7[_0x5704a9(0x2f4)](_0x33aa6b,_0x10f5cb),_0x21c7ec=CLIUtils[_0x5704a9(0x1c3)]();this[_0x5704a9(0x221)][_0x5704a9(0x2ce)](_0x21c7ec,_0x4e6bed),global['Context']?.[_0x5704a9(0x238)]&&global[_0x5704a9(0x26c)][_0x5704a9(0x238)]()[_0x5704a9(0x25e)](_0x4e6bed),logger[_0x5704a9(0x1f5)](_0x5704a9(0x318)+(_0x27fd18?.[_0x5704a9(0x2fe)]?.()||_0x46bbd7[_0x5704a9(0x2d1)])+_0x5704a9(0x2ad)+_0x4e6bed),_0x4e6bed?(global[_0x5704a9(0x1e9)]=!![],process[_0x5704a9(0x2ee)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x46bbd7[_0x5704a9(0x226)],this[_0x5704a9(0x2f3)]()):global['accessibilityPlatform']=![];}catch(_0x5736cc){logger[_0x5704a9(0x1c1)](_0x5704a9(0x236)+(_0x5736cc[_0x5704a9(0x2c1)]||_0x5736cc[_0x5704a9(0x33e)]));const _0x152244=CLIUtils[_0x5704a9(0x1c3)]();this[_0x5704a9(0x221)][_0x5704a9(0x2ce)](_0x152244,![]),global[_0x5704a9(0x1e9)]=![];}}[a80_0x18eba5(0x2c6)](){const _0x27085d=a80_0x18eba5;return this[_0x27085d(0x326)][_0x27085d(0x300)](_0x3fef94=>_0x3fef94[_0x27085d(0x1c0)]()===_0x27085d(0x290))?.[_0x27085d(0x207)]()||'';}[a80_0x18eba5(0x2dc)](_0xefde32){const _0x57ebb8=a80_0x18eba5;try{const _0x1f08d7=this[_0x57ebb8(0x1b7)]?.[_0x57ebb8(0x357)]?.['capabilitiesList']||[],_0x44938e=_0x1f08d7['find'](_0x1d947d=>_0x1d947d[_0x57ebb8(0x1f2)]===_0xefde32);return _0x44938e?_0x44938e[_0x57ebb8(0x2eb)]:null;}catch(_0x10ed42){return logger[_0x57ebb8(0x1f5)](_0x57ebb8(0x329)+_0xefde32+':\x20'+_0x10ed42['message']),null;}}async[a80_0x18eba5(0x30e)](_0x8399c4,_0x3d6c3e){const _0x45397b=a80_0x18eba5,_0x504f2f=_0x8399c4[_0x45397b(0x212)]()['getOptions'](),_0x15c982=_0x504f2f[_0x45397b(0x209)](),_0x442876=_0x504f2f['getCommandsToWrap']()?.[_0x45397b(0x1a7)]();scripts[_0x45397b(0x1e3)](_0x15c982,_0x442876),scripts[_0x45397b(0x269)]();const _0xe2430c=_0x504f2f[_0x45397b(0x2fa)]();this[_0x45397b(0x326)]=_0x504f2f[_0x45397b(0x2fa)](),await this[_0x45397b(0x325)](_0xe2430c,_0x3d6c3e['launchCaps']);}async[a80_0x18eba5(0x325)](_0x4b1f21,_0x4da78f={}){const _0x1b28e1=a80_0x18eba5,_0x2d70f3={};_0x2d70f3[_0x1b28e1(0x235)]=function(_0x55f2ee,_0x265b18){return _0x55f2ee===_0x265b18;},_0x2d70f3[_0x1b28e1(0x1bb)]=_0x1b28e1(0x314),_0x2d70f3['ECMhn']=_0x1b28e1(0x34f),_0x2d70f3[_0x1b28e1(0x2b0)]=function(_0x4b2fd8,_0xc67d2e){return _0x4b2fd8===_0xc67d2e;},_0x2d70f3[_0x1b28e1(0x286)]=_0x1b28e1(0x2ac),_0x2d70f3[_0x1b28e1(0x24e)]=_0x1b28e1(0x243),_0x2d70f3['ScoGY']=_0x1b28e1(0x302),_0x2d70f3[_0x1b28e1(0x2f9)]='browserstack.accessibilityOptions.scannerVersion',_0x2d70f3[_0x1b28e1(0x2f0)]=function(_0x59fb2a,_0x11965f){return _0x59fb2a===_0x11965f;},_0x2d70f3[_0x1b28e1(0x32c)]=_0x1b28e1(0x206),_0x2d70f3[_0x1b28e1(0x22f)]=_0x1b28e1(0x2a1);const _0x5720c3=_0x2d70f3;global[_0x1b28e1(0x334)]=global[_0x1b28e1(0x334)]||{};for(const _0x2efd53 of _0x4b1f21){logger[_0x1b28e1(0x2b6)](_0x1b28e1(0x28f)+_0x2efd53['getName']()+_0x1b28e1(0x338)+_0x2efd53['getValue']());if(_0x5720c3[_0x1b28e1(0x235)](_0x2efd53['getName'](),_0x5720c3[_0x1b28e1(0x1bb)]))process[_0x1b28e1(0x2ee)][_0x1b28e1(0x1a2)]=_0x2efd53[_0x1b28e1(0x207)](),global[_0x1b28e1(0x334)][_0x5720c3[_0x1b28e1(0x1a9)]]=_0x2efd53[_0x1b28e1(0x207)]();else{if(_0x5720c3[_0x1b28e1(0x2b0)](_0x2efd53[_0x1b28e1(0x1c0)](),_0x5720c3[_0x1b28e1(0x286)]))global[_0x1b28e1(0x334)][_0x5720c3['rZBzp']]=_0x2efd53[_0x1b28e1(0x207)]();else{if(_0x5720c3[_0x1b28e1(0x2b0)](_0x2efd53[_0x1b28e1(0x1c0)](),_0x5720c3[_0x1b28e1(0x24f)]))global[_0x1b28e1(0x334)][_0x5720c3[_0x1b28e1(0x2f9)]]=_0x2efd53[_0x1b28e1(0x207)]();else _0x5720c3['McCMp'](_0x2efd53['getName'](),_0x5720c3['zfKcK'])&&(global[_0x1b28e1(0x334)][_0x5720c3[_0x1b28e1(0x22f)]]=_0x2efd53[_0x1b28e1(0x207)]());}}}}async['onAfterTest'](_0x582e78){const _0x14facf=a80_0x18eba5,_0x152f72={};_0x152f72['HDNBF']=function(_0x12d3d1,_0xfaac0d){return _0x12d3d1!==_0xfaac0d;},_0x152f72['VDEed']=_0x14facf(0x192),_0x152f72['DrMZX']=_0x14facf(0x208),_0x152f72[_0x14facf(0x2e1)]=_0x14facf(0x1bf),_0x152f72['EfBBX']='unknown';const _0x159e0a=_0x152f72;if(_0x159e0a[_0x14facf(0x1a4)](_0x582e78[_0x14facf(0x276)],_0x159e0a[_0x14facf(0x32d)])&&_0x159e0a['HDNBF'](_0x582e78[_0x14facf(0x276)],_0x159e0a[_0x14facf(0x27c)])){logger[_0x14facf(0x1f5)](_0x159e0a['bQwrq']);return;}const _0x271078=_0x582e78[_0x14facf(0x29e)]?.[_0x14facf(0x1ba)]||_0x582e78[_0x14facf(0x29e)]?.['id']||global[_0x14facf(0x2be)];logger[_0x14facf(0x2b6)](_0x14facf(0x34d)+_0x582e78['testFramework']+_0x14facf(0x310)+_0x271078);try{const _0x2d0afd=_0x582e78[_0x14facf(0x31b)]||AutomationFramework[_0x14facf(0x248)](),_0x849706=CLIUtils[_0x14facf(0x1c3)](),_0x73253f=this[_0x14facf(0x23f)]();logger['debug'](_0x14facf(0x318)+(_0x2d0afd?.[_0x14facf(0x2fe)]?.()||_0x159e0a[_0x14facf(0x245)])+_0x14facf(0x2b5)+_0x73253f),_0x73253f&&await this[_0x14facf(0x1d0)](_0x2d0afd,_0x582e78),this[_0x14facf(0x221)][_0x14facf(0x2f5)](_0x849706),this[_0x14facf(0x1d3)][_0x14facf(0x2f5)](_0x849706);}catch(_0x43fa81){logger['error'](_0x14facf(0x250)+(_0x43fa81[_0x14facf(0x2c1)]||_0x43fa81[_0x14facf(0x33e)]));}}async[a80_0x18eba5(0x1d0)](_0x1f0a6e,_0xb75dbd){const _0x1295b4=a80_0x18eba5,_0x594546={};_0x594546['WhTfd']=function(_0x3477a3,_0x5ade5e){return _0x3477a3===_0x5ade5e;},_0x594546[_0x1295b4(0x31d)]=_0x1295b4(0x339),_0x594546[_0x1295b4(0x337)]=function(_0x23c2ca,_0x5cf03e){return _0x23c2ca===_0x5cf03e;},_0x594546[_0x1295b4(0x350)]=_0x1295b4(0x208),_0x594546[_0x1295b4(0x260)]=_0x1295b4(0x192),_0x594546[_0x1295b4(0x1ec)]=function(_0x3bd3f1,_0x1af73a){return _0x3bd3f1===_0x1af73a;},_0x594546[_0x1295b4(0x285)]=_0x1295b4(0x1d4),_0x594546[_0x1295b4(0x255)]=_0x1295b4(0x221),_0x594546[_0x1295b4(0x1c9)]=_0x1295b4(0x1bc),_0x594546[_0x1295b4(0x215)]='unknown',_0x594546[_0x1295b4(0x2e3)]=_0x1295b4(0x311),_0x594546['DGpCw']=_0x1295b4(0x1b8),_0x594546['VYIrV']=function(_0x2c0807,_0x4d712e){return _0x2c0807||_0x4d712e;},_0x594546[_0x1295b4(0x2b1)]=function(_0x186bcf,_0x230e1f){return _0x186bcf||_0x230e1f;},_0x594546['UYRjo']=_0x1295b4(0x316),_0x594546[_0x1295b4(0x2c5)]=_0x1295b4(0x216);const _0x30563d=_0x594546;try{const _0x437c1f=_0xb75dbd[_0x1295b4(0x276)]||(_0x30563d['UKCPm'](this[_0x1295b4(0x2ed)]?.[_0x1295b4(0x1f2)]?.[_0x1295b4(0x2db)](),_0x30563d['aKTqc'])?_0x30563d[_0x1295b4(0x350)]:_0x30563d[_0x1295b4(0x260)]);let _0x483d7b='',_0x189ae1=null,_0x30f020=null;if(_0x30563d[_0x1295b4(0x1ec)](_0x437c1f,_0x30563d[_0x1295b4(0x350)])){_0x189ae1=_0xb75dbd[_0x1295b4(0x29e)]?.[_0x1295b4(0x1ba)]||_0xb75dbd['testInfo']?.['id']||global[_0x1295b4(0x2be)];if(!_0x189ae1){logger['warn'](_0x30563d[_0x1295b4(0x285)]);return;}try{const _0x16d1bd=await GrpcClient[_0x1295b4(0x23a)]()[_0x1295b4(0x1b2)](process[_0x1295b4(0x2ee)][_0x1295b4(0x196)],_0x30563d[_0x1295b4(0x255)],_0x30563d[_0x1295b4(0x1c9)],_0x189ae1),_0x587ee7=AccessibilityModule['loadDriverExecuteParams'](null,_0x16d1bd);_0x483d7b=_0x587ee7?.[_0x1295b4(0x33d)]||'',logger[_0x1295b4(0x1f5)](_0x1295b4(0x1ef)+_0x483d7b+'\x20from\x20testIdentifier='+_0x189ae1),_0x30f020=_0x16d1bd;}catch(_0xe2ab1d){logger[_0x1295b4(0x1c1)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0xe2ab1d['message']);return;}}else{const _0x27eb29=this['getTestId'](_0xb75dbd);_0x483d7b=TestInfo['getTestUUID'](_0x27eb29);}const _0x222986=((()=>{const _0x28aba3=_0x1295b4,_0x1a64fb=(this[_0x28aba3(0x1b7)]?.['options']?.[_0x28aba3(0x1fc)]||[])[_0x28aba3(0x300)](_0x21f5a6=>(typeof _0x21f5a6[_0x28aba3(0x1c0)]==='function'?_0x21f5a6[_0x28aba3(0x1c0)]():_0x21f5a6[_0x28aba3(0x1f2)])===this[_0x28aba3(0x254)]);return _0x1a64fb?_0x30563d[_0x28aba3(0x345)](typeof _0x1a64fb[_0x28aba3(0x207)],_0x30563d[_0x28aba3(0x31d)])?_0x1a64fb[_0x28aba3(0x207)]():_0x1a64fb[_0x28aba3(0x2eb)]:'';})()),_0xfe900a=process[_0x1295b4(0x2ee)][_0x1295b4(0x23b)]||'';logger[_0x1295b4(0x1f5)]('[platform\x20-\x20'+(_0x1f0a6e?.[_0x1295b4(0x2fe)]?.()||_0x30563d[_0x1295b4(0x215)])+']\x20clear\x20'+_0x483d7b+'\x20testHubUuid='+_0x222986+_0x1295b4(0x2af)+(_0xfe900a?_0x30563d['BAJSa']:_0x30563d[_0x1295b4(0x1fe)]));let _0x111547;if(_0x30563d[_0x1295b4(0x1ec)](_0x437c1f,_0x30563d[_0x1295b4(0x350)]))_0x111547=AccessibilityModule['loadDriverExecuteParams'](_0x483d7b,_0x30f020);else{const _0x297d58=await GrpcClient[_0x1295b4(0x23a)]()[_0x1295b4(0x1b2)](process[_0x1295b4(0x2ee)][_0x1295b4(0x196)],_0x30563d[_0x1295b4(0x255)],_0x30563d[_0x1295b4(0x1c9)]);_0x111547=AccessibilityModule['loadDriverExecuteParams'](_0x483d7b,_0x297d58);}logger[_0x1295b4(0x1f5)](_0x1295b4(0x289)+JSON[_0x1295b4(0x20c)](_0x111547));const _0x374f66=Object[_0x1295b4(0x277)]({},{'thTestRunUuid':_0x30563d['VYIrV'](_0x483d7b,''),'thBuildUuid':_0x30563d[_0x1295b4(0x2b1)](_0x222986,''),'thJwtToken':_0x30563d[_0x1295b4(0x2b1)](_0xfe900a,'')},_0x111547);logger['debug'](_0x1295b4(0x28e)+_0x483d7b+_0x1295b4(0x2e7)+this[_0x1295b4(0x31a)]);let _0x56023f=global['__workerDetails']?.['pwPage']||null;!_0x56023f&&(_0x56023f=AutomationFramework['getState'](_0x1f0a6e,_0x30563d['UYRjo'],null)),!_0x56023f&&(_0x56023f=AutomationFramework[_0x1295b4(0x323)](_0x1f0a6e,_0x30563d[_0x1295b4(0x2c5)],null)),await this[_0x1295b4(0x2fd)](this[_0x1295b4(0x23f)](),_0x483d7b,_0x56023f,_0x374f66,this[_0x1295b4(0x31a)]);}catch(_0x55d5f5){logger[_0x1295b4(0x1c1)]('Error\x20in\x20stopTestCapture:\x20'+(_0x55d5f5[_0x1295b4(0x2c1)]||_0x55d5f5['message']));}}async['finishScanningForCli'](_0x403bdd,_0x470599,_0x309f6f,_0x290ab7,_0x38afa6){const _0x2c47a9=a80_0x18eba5,_0x120990={};_0x120990[_0x2c47a9(0x234)]=_0x2c47a9(0x1bc),_0x120990['YpjBh']=function(_0x1f2248,_0x1e35bd){return _0x1f2248&&_0x1e35bd;},_0x120990[_0x2c47a9(0x21e)]=_0x2c47a9(0x2d3),_0x120990[_0x2c47a9(0x19a)]=function(_0x3fd551,_0x4cf124){return _0x3fd551===_0x4cf124;},_0x120990[_0x2c47a9(0x1c4)]=_0x2c47a9(0x1b8),_0x120990[_0x2c47a9(0x20f)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x120990[_0x2c47a9(0x2d4)]=_0x2c47a9(0x335),_0x120990[_0x2c47a9(0x31c)]='afterTestHook',_0x120990[_0x2c47a9(0x305)]=_0x2c47a9(0x27e),_0x120990[_0x2c47a9(0x20a)]='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x120990[_0x2c47a9(0x258)]=_0x2c47a9(0x24d),_0x120990['CaHgG']=_0x2c47a9(0x20d);const _0x50e0dc=_0x120990;try{const _0x2bfc1d=this[_0x2c47a9(0x33b)](_0x50e0dc[_0x2c47a9(0x234)]);if(_0x50e0dc['YpjBh'](!_0x38afa6,!_0x2bfc1d)){logger[_0x2c47a9(0x1f5)](_0x50e0dc[_0x2c47a9(0x21e)]);return;}if(!_0x470599||_0x50e0dc['zXyml'](_0x470599,_0x50e0dc[_0x2c47a9(0x1c4)])||_0x50e0dc[_0x2c47a9(0x19a)](_0x470599,'')){logger['debug'](_0x50e0dc[_0x2c47a9(0x20f)]);return;}logger['debug'](_0x2c47a9(0x2f8)+JSON[_0x2c47a9(0x20c)](_0x290ab7)),_0x403bdd&&(logger[_0x2c47a9(0x1f5)](_0x50e0dc[_0x2c47a9(0x2d4)]),await this[_0x2c47a9(0x2e8)](_0x309f6f,_0x470599,_0x50e0dc['jHKtX'],_0x290ab7,_0x38afa6,_0x50e0dc['mPqKO']),_0x50e0dc[_0x2c47a9(0x33f)](!_0x38afa6,_0x2bfc1d)&&(logger[_0x2c47a9(0x1f5)](_0x50e0dc['WrDfF']),await PerformanceTester[_0x2c47a9(0x2dd)](_0x50e0dc[_0x2c47a9(0x258)],async()=>{const _0x47ff03=_0x2c47a9;await this[_0x47ff03(0x2e8)](_0x309f6f,_0x470599,_0x50e0dc[_0x47ff03(0x234)],_0x290ab7,_0x38afa6,_0x50e0dc['djooU']);})()),logger[_0x2c47a9(0x2b6)](_0x50e0dc[_0x2c47a9(0x2c0)]));}catch(_0x49a8bd){logger['error']('Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20'+(_0x49a8bd[_0x2c47a9(0x2c1)]||_0x49a8bd['message']));}}async['onBeforeExecute'](_0x361769){const _0x113bc5=a80_0x18eba5,_0x1c72e3={};_0x1c72e3['HcLYq']=function(_0x49652b,_0x59b564){return _0x49652b!==_0x59b564;},_0x1c72e3['OBNeu']='cucumber',_0x1c72e3['imBWH']=function(_0xe91abd,_0xadd3a5){return _0xe91abd!==_0xadd3a5;},_0x1c72e3['DopjK']=_0x113bc5(0x208),_0x1c72e3['MNsws']=_0x113bc5(0x1ac),_0x1c72e3[_0x113bc5(0x204)]=_0x113bc5(0x211),_0x1c72e3[_0x113bc5(0x264)]=_0x113bc5(0x1ae),_0x1c72e3[_0x113bc5(0x1d7)]=function(_0x373fb7,_0x49f83c){return _0x373fb7===_0x49f83c;},_0x1c72e3[_0x113bc5(0x340)]=_0x113bc5(0x262),_0x1c72e3[_0x113bc5(0x32f)]=_0x113bc5(0x221),_0x1c72e3[_0x113bc5(0x266)]=_0x113bc5(0x1ad),_0x1c72e3[_0x113bc5(0x252)]='test_run_id',_0x1c72e3[_0x113bc5(0x327)]='testhub_build_uuid',_0x1c72e3['SZHsy']=function(_0x484330,_0x3241cd){return _0x484330===_0x3241cd;},_0x1c72e3[_0x113bc5(0x237)]=_0x113bc5(0x27e),_0x1c72e3['pqCaO']='null';const _0x554fec=_0x1c72e3;if(_0x554fec['HcLYq'](_0x361769[_0x113bc5(0x276)],_0x554fec[_0x113bc5(0x1e6)])&&_0x554fec['imBWH'](_0x361769[_0x113bc5(0x276)],_0x554fec[_0x113bc5(0x2f2)])){logger['debug'](_0x554fec[_0x113bc5(0x24a)]);return;}logger['debug'](_0x113bc5(0x1a5)+(_0x361769['commandName']||_0x554fec[_0x113bc5(0x204)])+_0x113bc5(0x228)+_0x361769[_0x113bc5(0x276)]);try{const _0xb3c22=_0x361769[_0x113bc5(0x31b)]||AutomationFramework[_0x113bc5(0x248)](),_0x526b98=TestFramework[_0x113bc5(0x248)](),_0x5542f2=_0x361769[_0x113bc5(0x278)]||_0x361769[_0x113bc5(0x21a)]?.['getName']();if(!_0x5542f2){logger[_0x113bc5(0x1f5)](_0x554fec[_0x113bc5(0x264)]);return;}if(!this[_0x113bc5(0x23f)]()){logger['debug'](_0x113bc5(0x24b)+_0x5542f2);return;}if(!this[_0x113bc5(0x308)](_0x5542f2)){logger['debug'](_0x113bc5(0x2cb)+_0x5542f2+_0x113bc5(0x22c));return;}const _0x1a3658=_0x361769[_0x113bc5(0x320)]||global['__workerDetails']?.[_0x113bc5(0x244)];if(!_0x1a3658){logger[_0x113bc5(0x1f5)](_0x113bc5(0x25c)+_0x5542f2);return;}let _0x2e69c7='',_0x4d829b=null;if(_0x554fec[_0x113bc5(0x1d7)](_0x361769['testFramework'],_0x554fec[_0x113bc5(0x2f2)])){_0x4d829b=_0x361769[_0x113bc5(0x29e)]?.['testAnalyticsId']||_0x361769[_0x113bc5(0x29e)]?.['id']||global[_0x113bc5(0x2be)];if(!_0x4d829b){logger[_0x113bc5(0x1cc)](_0x554fec['xxfKL']);return;}try{const _0x2a70d3=await GrpcClient[_0x113bc5(0x23a)]()[_0x113bc5(0x1b2)](process[_0x113bc5(0x2ee)][_0x113bc5(0x196)],_0x554fec[_0x113bc5(0x32f)],_0x554fec['vTvDl'],_0x4d829b),_0x8f532b=AccessibilityModule[_0x113bc5(0x219)](null,_0x2a70d3);_0x2e69c7=_0x8f532b?.[_0x113bc5(0x33d)]||'',logger['debug'](_0x113bc5(0x1d5)+_0x2e69c7+'\x20from\x20testIdentifier='+_0x4d829b);}catch(_0x448c71){logger[_0x113bc5(0x1c1)](_0x113bc5(0x271)+_0x448c71['message']);return;}}else _0x2e69c7=this[_0x113bc5(0x2dc)](_0x554fec['KcfGg'])||'';const _0x6bb0a3=this[_0x113bc5(0x2dc)](_0x554fec['uastw'])||this[_0x113bc5(0x1b7)][this[_0x113bc5(0x254)]]||null,_0x5396c7=process[_0x113bc5(0x2ee)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x1adc9=this[_0x113bc5(0x1f7)](_0x5542f2,_0x2e69c7,_0x6bb0a3,_0x5396c7),_0x8a551f=_0x554fec['SZHsy'](_0x361769[_0x113bc5(0x276)],_0x554fec[_0x113bc5(0x2f2)])?await AccessibilityModule[_0x113bc5(0x26f)](_0x554fec[_0x113bc5(0x237)],_0x2e69c7,_0x4d829b):await AccessibilityModule[_0x113bc5(0x26f)](_0x554fec[_0x113bc5(0x237)],_0x2e69c7);logger[_0x113bc5(0x2b6)]('ScanArgs:\x20'+(_0x1adc9?JSON[_0x113bc5(0x20c)](_0x1adc9):_0x554fec['pqCaO']));const _0x4787fd=CLIUtils[_0x113bc5(0x1e7)](_0x1adc9,_0x8a551f);logger[_0x113bc5(0x2b6)]('MergedScanArgs:\x20'+(_0x4787fd?JSON[_0x113bc5(0x20c)](_0x4787fd):_0x554fec[_0x113bc5(0x203)])),logger['debug'](_0x113bc5(0x330)+_0x5542f2);const _0x1c97e1=await this[_0x113bc5(0x2e8)](_0x1a3658,_0x2e69c7,_0x5542f2,_0x4787fd,this[_0x113bc5(0x31a)]);logger['debug'](_0x113bc5(0x2fc)+_0x5542f2+_0x113bc5(0x1fd)+_0x1c97e1);}catch(_0x9d0d00){logger['error'](_0x113bc5(0x1f6)+(_0x9d0d00[_0x113bc5(0x2c1)]||_0x9d0d00[_0x113bc5(0x33e)]));}}[a80_0x18eba5(0x30d)](){const _0xfeed42=a80_0x18eba5;return this[_0xfeed42(0x23f)]();}[a80_0x18eba5(0x23d)](_0x50b9a2){const _0x455db6=a80_0x18eba5,_0x521f83=CLIUtils['getCurrentInstanceName']();this[_0x455db6(0x221)][_0x455db6(0x2ce)](_0x521f83,_0x50b9a2);}async[a80_0x18eba5(0x2da)](_0x442097){const _0x30b607=a80_0x18eba5,_0x4cb12e={};_0x4cb12e[_0x30b607(0x2d5)]=_0x30b607(0x211);const _0x3e821e=_0x4cb12e;try{const _0xd325a4=_0x442097[_0x30b607(0x31b)]||AutomationFramework[_0x30b607(0x248)](),_0x11b246=_0xd325a4?.['getData']?.()?.[_0x30b607(0x2d7)]?.(this[_0x30b607(0x25a)])||![];if(_0x11b246)return;PerformanceTester[_0x30b607(0x1a1)](EVENTS[_0x30b607(0x1a8)]);const _0x385f1a=await GrpcClient[_0x30b607(0x23a)]()[_0x30b607(0x22a)](_0x442097);_0x385f1a&&_0x385f1a['getAccessibility']&&_0x385f1a[_0x30b607(0x212)]()&&_0x385f1a['getAccessibility']()[_0x30b607(0x294)]()?(await this['loadAccessibilityConfig'](_0x385f1a,_0x442097),_0xd325a4?.[_0x30b607(0x1e1)]&&_0xd325a4['getData']()[_0x30b607(0x2ce)](this[_0x30b607(0x25a)],!![]),logger[_0x30b607(0x1f5)]('[platform\x20-\x20'+(_0xd325a4?.[_0x30b607(0x2fe)]?.()||_0x3e821e[_0x30b607(0x2d5)])+_0x30b607(0x301))):logger[_0x30b607(0x1f5)](_0x30b607(0x318)+(_0xd325a4?.[_0x30b607(0x2fe)]?.()||_0x3e821e[_0x30b607(0x2d5)])+_0x30b607(0x292)),PerformanceTester[_0x30b607(0x267)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x4af9af){PerformanceTester[_0x30b607(0x267)](EVENTS[_0x30b607(0x1a8)],![],_0x4af9af[_0x30b607(0x33e)]),logger[_0x30b607(0x1c1)](_0x30b607(0x210)+(_0x4af9af[_0x30b607(0x2c1)]||_0x4af9af[_0x30b607(0x33e)]));}}async[a80_0x18eba5(0x355)](_0x5aff57,_0x34635b){const _0x211bc9=a80_0x18eba5;await this[_0x211bc9(0x30e)](_0x5aff57,_0x34635b);const _0x589265=_0x5aff57[_0x211bc9(0x212)]()[_0x211bc9(0x22e)]();if(_0x589265){const _0x25f937=_0x5aff57[_0x211bc9(0x217)]&&_0x5aff57[_0x211bc9(0x217)]();_0x25f937&&(this['accessibilityConfig'][this[_0x211bc9(0x254)]]=_0x25f937['getBuildId']&&_0x25f937[_0x211bc9(0x2a3)]());}}[a80_0x18eba5(0x308)](_0x2ef4df){const _0x108de2=a80_0x18eba5,_0x325e6f={};_0x325e6f[_0x108de2(0x2b2)]=function(_0x2e62d7,_0x3df64e){return _0x2e62d7===_0x3df64e;};const _0x3d43ba=_0x325e6f;try{if(!_0x2ef4df)return![];const _0x34effd=this[_0x108de2(0x1b7)]?.['options']?.[_0x108de2(0x343)]?.[_0x108de2(0x1dc)]||[],_0x143942=_0x34effd[_0x108de2(0x1b5)](_0x4f983d=>{const _0x3961dd=_0x108de2;return _0x4f983d[_0x3961dd(0x1f2)]&&_0x3d43ba[_0x3961dd(0x2b2)](_0x4f983d[_0x3961dd(0x1f2)][_0x3961dd(0x2db)](),_0x2ef4df['toLowerCase']());});return logger['debug']('shouldScanForCommand:\x20'+_0x2ef4df+_0x108de2(0x282)+_0x143942+_0x108de2(0x331)+JSON[_0x108de2(0x20c)](_0x34effd[_0x108de2(0x2d8)](_0x469010=>_0x469010[_0x108de2(0x1f2)]))),_0x143942;}catch(_0x1827b0){return logger[_0x108de2(0x1f5)](_0x108de2(0x26b)+_0x1827b0[_0x108de2(0x33e)]),![];}}[a80_0x18eba5(0x28b)](_0x4b13fb){const _0x4245c9=a80_0x18eba5,_0x27bc7c={};_0x27bc7c[_0x4245c9(0x304)]=function(_0x2715aa,_0x4147e7){return _0x2715aa===_0x4147e7;},_0x27bc7c[_0x4245c9(0x30b)]=_0x4245c9(0x2b9),_0x27bc7c[_0x4245c9(0x293)]=_0x4245c9(0x25d);const _0x548d41=_0x27bc7c,_0x57e6d6=_0x4b13fb[_0x4245c9(0x2a8)]&&_0x4b13fb[_0x4245c9(0x2a8)]();return _0x57e6d6&&_0x548d41[_0x4245c9(0x304)](typeof _0x57e6d6,_0x548d41['cJYmQ'])&&_0x57e6d6[_0x4245c9(0x32e)](_0x548d41[_0x4245c9(0x293)]);}[a80_0x18eba5(0x1f9)](_0xcfb4a4){const _0x2d59a6=a80_0x18eba5,_0x205014={};_0x205014[_0x2d59a6(0x2f1)]=function(_0x55ceaf,_0x16966c){return _0x55ceaf!==_0x16966c;},_0x205014['VHOzT']=_0x2d59a6(0x2b9),_0x205014[_0x2d59a6(0x328)]='accessibility',_0x205014[_0x2d59a6(0x29c)]=_0x2d59a6(0x1ad),_0x205014['DJTkF']=_0x2d59a6(0x25f),_0x205014['dybwn']=_0x2d59a6(0x2ef);const _0x17150e=_0x205014,_0x4fd912=_0xcfb4a4[_0x2d59a6(0x2a8)]&&_0xcfb4a4[_0x2d59a6(0x2a8)]();if(!_0x4fd912||_0x17150e[_0x2d59a6(0x2f1)](typeof _0x4fd912,_0x17150e[_0x2d59a6(0x2fb)]))return![];return _0x4fd912[_0x2d59a6(0x32e)](_0x17150e[_0x2d59a6(0x328)])||_0x4fd912[_0x2d59a6(0x32e)](_0x17150e[_0x2d59a6(0x29c)])||_0x4fd912[_0x2d59a6(0x32e)](_0x17150e['DJTkF'])||_0x4fd912['includes'](_0x17150e[_0x2d59a6(0x2bd)]);}['getParamsForScanForCli'](_0x13ce3e,_0x6d5588,_0x11bdc2,_0x585803){const _0x194c68=a80_0x18eba5,_0x489bf3={};_0x489bf3[_0x194c68(0x2b7)]=function(_0x5712fc,_0x2c18da){return _0x5712fc||_0x2c18da;},_0x489bf3['AXEbO']=function(_0xedd60e,_0x85d67d){return _0xedd60e||_0x85d67d;},_0x489bf3[_0x194c68(0x27d)]=function(_0x2c6d53,_0x3ba80b){return _0x2c6d53||_0x3ba80b;};const _0xccc33d=_0x489bf3;return{'command':_0x13ce3e,'thTestRunUuid':_0xccc33d[_0x194c68(0x2b7)](_0x6d5588,''),'thBuildUuid':_0xccc33d[_0x194c68(0x28c)](_0x11bdc2,''),'thJwtToken':_0xccc33d['awJsn'](_0x585803,''),'timestamp':new Date()['toISOString']()};}[a80_0x18eba5(0x33b)](_0x36563e){const _0x69f844=a80_0x18eba5,_0x4311c0={};_0x4311c0['OFanv']=function(_0x5aff49,_0x5912c6){return _0x5aff49||_0x5912c6;};const _0x292d60=_0x4311c0;try{const _0x1b8a01=this[_0x69f844(0x1b7)]?.[_0x69f844(0x357)]?.['scriptsList']||[],_0x4260d6=_0x1b8a01[_0x69f844(0x300)](_0x356273=>_0x356273[_0x69f844(0x1f2)]===_0x36563e);return _0x292d60[_0x69f844(0x296)](_0x4260d6,null);}catch(_0x4fb551){return logger[_0x69f844(0x1f5)](_0x69f844(0x29d)+_0x36563e+':\x20'+_0x4fb551[_0x69f844(0x33e)]),null;}}async[a80_0x18eba5(0x2c9)](_0x4576c8,_0x3c4755,_0x451ff6=null){const _0x50db1b=a80_0x18eba5,_0x571681={'VvlDg':function(_0x32256b,_0x52fb5b){return _0x32256b(_0x52fb5b);},'xRAzk':'../../playwright/accessibility-helper'};try{if(!_0x4576c8)return logger[_0x50db1b(0x1f5)](_0x50db1b(0x31f)+_0x3c4755),null;const _0x24a992=this['getScriptByName'](_0x3c4755);if(!_0x24a992||!_0x24a992[_0x50db1b(0x21a)])return logger['debug']('executeScriptByName:\x20No\x20'+_0x3c4755+_0x50db1b(0x347)),null;logger[_0x50db1b(0x1f5)]('Executing\x20'+_0x3c4755+_0x50db1b(0x1c2));const _0x384deb=_0x571681[_0x50db1b(0x20e)](require,_0x571681[_0x50db1b(0x1df)]),_0x5abb5f=_0x451ff6?await _0x384deb[_0x50db1b(0x2bb)](_0x4576c8,_0x24a992['command'],_0x451ff6):await _0x384deb[_0x50db1b(0x2bb)](_0x4576c8,_0x24a992['command']);return _0x5abb5f;}catch(_0x133711){return logger[_0x50db1b(0x1c1)](_0x50db1b(0x34e)+_0x3c4755+':\x20'+(_0x133711[_0x50db1b(0x2c1)]||_0x133711[_0x50db1b(0x33e)])),null;}}async['performScanForCli'](_0x1e0164,_0x34b7cc,_0xdbe0ac,_0x49b20a,_0xc416df,_0x1b7f5f=a80_0x18eba5(0x27e)){const _0x18eab3=a80_0x18eba5,_0x47a9c0={'kefED':function(_0x4d411a,_0x2824b0){return _0x4d411a===_0x2824b0;},'lCdei':_0x18eab3(0x27e),'evhCy':function(_0x54b708,_0x5a5eec){return _0x54b708(_0x5a5eec);},'GMaAS':_0x18eab3(0x352)};try{logger[_0x18eab3(0x1f5)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0xdbe0ac+'\x20using\x20script:\x20'+_0x1b7f5f);const _0x5f3e87=this['getScriptByName'](_0x1b7f5f);if(!_0x5f3e87||!_0x5f3e87['command']){logger[_0x18eab3(0x1f5)](_0x18eab3(0x27b)+_0x1b7f5f+_0x18eab3(0x279));return;}if(_0x47a9c0[_0x18eab3(0x230)](_0x1b7f5f,_0x47a9c0['lCdei'])){const _0x25d007=_0x47a9c0['evhCy'](require,_0x47a9c0[_0x18eab3(0x193)]),_0x2a46f4={};_0x2a46f4['command']=_0xdbe0ac;const _0x50689e=await PerformanceTester[_0x18eab3(0x2dd)](PerformanceA11yEvents[_0x18eab3(0x2cf)],async()=>{const _0xc343df=_0x18eab3;await _0x25d007[_0xc343df(0x2bb)](_0x1e0164,_0x5f3e87[_0xc343df(0x21a)]);},_0x2a46f4)();return logger['info'](_0x18eab3(0x1cd)+_0x1b7f5f+'\x20result\x20for\x20'+_0xdbe0ac+':\x20'+util[_0x18eab3(0x1f4)](_0x50689e)),_0x50689e;}const _0x37571c=_0x47a9c0[_0x18eab3(0x2ae)](require,_0x47a9c0[_0x18eab3(0x193)]),_0x3f0969=await PerformanceTester[_0x18eab3(0x2dd)](PerformanceA11yEvents[_0x18eab3(0x1f1)],async()=>{const _0x4495ee=_0x18eab3;await _0x37571c[_0x4495ee(0x2bb)](_0x1e0164,_0x5f3e87[_0x4495ee(0x21a)],_0x49b20a);})();return logger[_0x18eab3(0x2b6)](_0x18eab3(0x1cd)+_0x1b7f5f+_0x18eab3(0x1d8)+_0xdbe0ac+':\x20'+util[_0x18eab3(0x1f4)](_0x3f0969)),_0x3f0969;}catch(_0x4211a0){logger[_0x18eab3(0x1c1)](_0x18eab3(0x1e8)+_0x1b7f5f+':\x20'+(_0x4211a0[_0x18eab3(0x2c1)]||_0x4211a0[_0x18eab3(0x33e)]));}}async['validatePlatformForAccessibility'](_0x44b9a6){const _0x374f48=a80_0x18eba5,_0x126d18={'RXtFK':function(_0x31fb43,_0x3433bd){return _0x31fb43(_0x3433bd);},'emGkY':_0x374f48(0x287)};try{const _0x1b2f34=_0x126d18['RXtFK'](require,_0x126d18['emGkY']);return await _0x1b2f34[_0x374f48(0x233)](_0x44b9a6);}catch(_0x18cc14){return logger[_0x374f48(0x1c1)](_0x374f48(0x2d9)+(_0x18cc14[_0x374f48(0x2c1)]||_0x18cc14[_0x374f48(0x33e)])),![];}}[a80_0x18eba5(0x30a)](_0x4fc533,_0x2d5c7a,_0x2e9c89){const _0x1ae909=a80_0x18eba5,_0x566779={'sQcOb':function(_0x278372,_0x1f8651){return _0x278372(_0x1f8651);},'mGmAH':_0x1ae909(0x352),'wnven':_0x1ae909(0x223),'nLEDc':_0x1ae909(0x1d1)};try{const _0x1a45fe=_0x566779[_0x1ae909(0x2df)](require,_0x566779['mGmAH']);_0x1a45fe[_0x1ae909(0x30a)](_0x4fc533,_0x2d5c7a,_0x2e9c89);const _0xe48447=JSON[_0x1ae909(0x20c)](_0x4fc533)[_0x1ae909(0x1f3)](/"browserstack\.user":"[^"]*"/g,_0x566779[_0x1ae909(0x295)])[_0x1ae909(0x1f3)](/"browserstack\.key":"[^"]*"/g,_0x566779[_0x1ae909(0x2c4)]);logger[_0x1ae909(0x1f5)](_0x1ae909(0x222)+global['accessibilityPlatform']+'\x20'+_0xe48447);}catch(_0x4ccbd9){logger[_0x1ae909(0x1c1)](_0x1ae909(0x1f0)+(_0x4ccbd9[_0x1ae909(0x2c1)]||_0x4ccbd9['message']));}}async[a80_0x18eba5(0x22d)](_0xad20f7){const _0x3a84c1=a80_0x18eba5,_0xe34aba={};_0xe34aba[_0x3a84c1(0x2e6)]=_0x3a84c1(0x1c5),_0xe34aba[_0x3a84c1(0x2ea)]=_0x3a84c1(0x25f);const _0x835bfc=_0xe34aba;try{if(!this[_0x3a84c1(0x23f)]())return logger['warn'](_0x835bfc['ewzhM']),[];const _0x5c51f1=await this[_0x3a84c1(0x2c9)](_0xad20f7,_0x835bfc['FwsBz']);return _0x5c51f1||[];}catch(_0xfe48d){return logger[_0x3a84c1(0x1c1)](_0x3a84c1(0x349)+(_0xfe48d[_0x3a84c1(0x2c1)]||_0xfe48d[_0x3a84c1(0x33e)])),[];}}async[a80_0x18eba5(0x319)](_0x177b91){const _0x5a3a72=a80_0x18eba5,_0x2343f2={'UorrT':_0x5a3a72(0x27e),'AVOnO':'getResultsSummary','dMHsD':_0x5a3a72(0x317),'NUIhr':function(_0x411efc,_0x69a185){return _0x411efc(_0x69a185);},'pMsaH':_0x5a3a72(0x2ab),'oQlQW':function(_0x43630d,_0x1a4ecb){return _0x43630d===_0x1a4ecb;},'dtPYz':_0x5a3a72(0x208),'xODld':_0x5a3a72(0x256),'SSqbU':_0x5a3a72(0x221),'drnUI':'testhub_build_uuid','Lgzku':_0x5a3a72(0x319),'ECDZW':_0x5a3a72(0x1c6),'bulAe':_0x5a3a72(0x1ab),'bkxAz':_0x5a3a72(0x28a)};try{if(!this[_0x5a3a72(0x23f)]())return logger['warn'](_0x2343f2['dMHsD']),{};const _0x3b85e1=_0x2343f2['NUIhr'](require,_0x2343f2[_0x5a3a72(0x1d2)]),_0x39bf25=_0x3b85e1[_0x5a3a72(0x2a2)](),_0x2123b2=_0x2343f2['oQlQW'](_0x39bf25?.[_0x5a3a72(0x1f2)]?.[_0x5a3a72(0x2db)](),_0x2343f2[_0x5a3a72(0x307)]);let _0x397efd='',_0x301ccc=null,_0x418e6a=null;if(_0x2123b2){_0x301ccc=global[_0x5a3a72(0x2be)]||global[_0x5a3a72(0x31e)]?.[_0x5a3a72(0x1d9)]?.['testAnalyticsId']||global[_0x5a3a72(0x31e)]?.['currentTest']?.['id'];if(!_0x301ccc)return logger[_0x5a3a72(0x1cc)](_0x2343f2['xODld']),{};try{const _0x235a1f=await GrpcClient[_0x5a3a72(0x23a)]()[_0x5a3a72(0x1b2)](process[_0x5a3a72(0x2ee)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x2343f2['SSqbU'],_0x2343f2[_0x5a3a72(0x1a0)],_0x301ccc),_0x2d01ce=AccessibilityModule['loadDriverExecuteParams'](null,_0x235a1f);_0x397efd=_0x2d01ce?.['thTestRunUuid']||'',logger['debug'](_0x5a3a72(0x202)+_0x397efd+_0x5a3a72(0x1b3)+_0x301ccc);const _0x56d368=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x2343f2[_0x5a3a72(0x1a0)],_0x397efd,_0x301ccc),_0x24510d=this['getCapabilityValue'](_0x2343f2['drnUI'])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x5646b7=process[_0x5a3a72(0x2ee)][_0x5a3a72(0x23b)]||'',_0x519a68=this[_0x5a3a72(0x1f7)](_0x2343f2[_0x5a3a72(0x274)],_0x397efd,_0x24510d,_0x5646b7);_0x418e6a=_0x3b85e1['mergeObject'](_0x519a68,_0x56d368),logger['debug']('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON['stringify'](_0x418e6a));}catch(_0xf3210c){return logger[_0x5a3a72(0x1c1)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0xf3210c[_0x5a3a72(0x33e)]),{};}}else{_0x397efd=this['getCapabilityValue'](_0x2343f2['ECDZW'])||'';const _0x540838=this[_0x5a3a72(0x2dc)](_0x2343f2[_0x5a3a72(0x1e0)])||this[_0x5a3a72(0x1b7)][this[_0x5a3a72(0x254)]]||null,_0x165e38=process[_0x5a3a72(0x2ee)][_0x5a3a72(0x23b)]||'';_0x418e6a=this['getParamsForScanForCli'](_0x2343f2[_0x5a3a72(0x274)],_0x397efd,_0x540838,_0x165e38);}logger[_0x5a3a72(0x1f5)](_0x2343f2[_0x5a3a72(0x29f)]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5a3a72(0x2cf)],async()=>{const _0x3ca6a6=_0x5a3a72,_0x3d2ad6=await this['executeScriptByName'](_0x177b91,_0x2343f2[_0x3ca6a6(0x21d)],_0x418e6a);logger[_0x3ca6a6(0x1f5)](_0x3ca6a6(0x1a3)+util[_0x3ca6a6(0x1f4)](_0x3d2ad6));},{'command':_0x2343f2['Lgzku']})();const _0x15e80a=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x494fd1=_0x5a3a72;return await this[_0x494fd1(0x2c9)](_0x177b91,_0x2343f2[_0x494fd1(0x1a0)],_0x418e6a);})();if(!_0x15e80a)return logger[_0x5a3a72(0x1f5)](_0x2343f2[_0x5a3a72(0x194)]),{};return _0x15e80a;}catch(_0x557c99){return logger[_0x5a3a72(0x1c1)](_0x5a3a72(0x200)+(_0x557c99[_0x5a3a72(0x2c1)]||_0x557c99[_0x5a3a72(0x33e)])),{};}}async[a80_0x18eba5(0x30f)](_0xf4b317,_0xbefaab,_0xa41bcf=null){const _0x32c678=a80_0x18eba5,_0x46f83e={};_0x46f83e['KUQKM']='performPageScan:\x20Page\x20is\x20null',_0x46f83e[_0x32c678(0x2c3)]=_0x32c678(0x1ea),_0x46f83e['cLvOx']=_0x32c678(0x298);const _0x423c47=_0x46f83e;try{if(!_0xf4b317)return logger[_0x32c678(0x1f5)](_0x423c47['KUQKM']),null;if(!_0xbefaab)return logger[_0x32c678(0x1f5)](_0x423c47['cobWr']),null;logger[_0x32c678(0x1f5)](_0x423c47[_0x32c678(0x205)]);const _0x1e272f=_0xa41bcf?await _0xf4b317['evaluate'](_0xbefaab,_0xa41bcf):await _0xf4b317['evaluate'](_0xbefaab);return _0x1e272f;}catch(_0x1c974d){return logger[_0x32c678(0x1c1)](_0x32c678(0x297)+(_0x1c974d['stack']||_0x1c974d[_0x32c678(0x33e)])),null;}}static['loadDriverExecuteParams'](_0x2bc11e,_0x45b224){const _0x4e3faa=a80_0x18eba5,_0x3192b0={};_0x3192b0[_0x4e3faa(0x2de)]='ascii';const _0x596100=_0x3192b0,_0x39b53e={};_0x39b53e[_0x4e3faa(0x33d)]=_0x2bc11e;const _0x2ea628=_0x39b53e;let _0x9e4fdf={};if(_0x45b224[_0x4e3faa(0x294)]()&&_0x45b224[_0x4e3faa(0x25b)]())try{_0x9e4fdf=JSON[_0x4e3faa(0x324)](new Buffer(_0x45b224[_0x4e3faa(0x1db)]())[_0x4e3faa(0x353)](_0x596100['CNASp']));}catch(_0x347b36){logger[_0x4e3faa(0x1c1)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x347b36[_0x4e3faa(0x33e)]),_0x9e4fdf={};}return CLIUtils[_0x4e3faa(0x1e7)](_0x2ea628,_0x9e4fdf);}static async[a80_0x18eba5(0x26f)](_0x2a3278,_0xea03d8='',_0x176059=null){const _0x4261aa=a80_0x18eba5,_0x23cc9e={};_0x23cc9e[_0x4261aa(0x1f8)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x23cc9e[_0x4261aa(0x259)]=_0x4261aa(0x221);const _0x4e6be6=_0x23cc9e;try{if(!_0x176059&&AccessibilityModule[_0x4261aa(0x265)])return AccessibilityModule[_0x4261aa(0x2ba)];if(!process[_0x4261aa(0x2ee)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger['error'](_0x4e6be6['WHtUu']),{};const _0x3d3152=await GrpcClient[_0x4261aa(0x23a)]()[_0x4261aa(0x1b2)](process[_0x4261aa(0x2ee)][_0x4261aa(0x196)],_0x4e6be6[_0x4261aa(0x259)],_0x2a3278,_0x176059),_0x170bd0=_0x176059?AccessibilityModule[_0x4261aa(0x219)](null,_0x3d3152)?.[_0x4261aa(0x33d)]||_0xea03d8:_0xea03d8,_0xd49f84=AccessibilityModule[_0x4261aa(0x219)](_0x170bd0,_0x3d3152);return!_0x176059&&(AccessibilityModule[_0x4261aa(0x2ba)]=_0xd49f84,AccessibilityModule[_0x4261aa(0x265)]=!![]),_0xd49f84;}catch(_0xf92d9d){return logger[_0x4261aa(0x1c1)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x2a3278+':\x20'+(_0xf92d9d[_0x4261aa(0x2c1)]||_0xf92d9d['message'])),{};}}};function a80_0x49d0(){const _0x17ecdd=['tvzdn','Error\x20in\x20getAccessibilityResults:\x20','2503975ZPGsOV','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','PqZVC','[AccessibilityModule]\x20onAfterTest:\x20framework=','Error\x20executing\x20script\x20','browserstack.accessibilityOptions.authToken','aKTqc','test_tags','../../playwright/accessibility-helper','toString','toObject','loadAccessibilityConfig','../../utils/playwright-patcher','options','cucumber','GMaAS','bkxAz','FJOId','BROWSERSTACK_CLI_BIN_SESSION_ID','isPlatformSupported:\x20caps\x20are\x20null','excludeTagsInTestingScope','MOttP','zXyml','DWWBI','getTestId','mcGKt',',\x20testName=','../grpcClient','AVOnO','start','BS_A11Y_JWT','Scan\x20result:\x20','HDNBF','onBeforeExecute:\x20command=','includeTagsInTestingScope','getCommandsList','SDK_ACCESSIBILITY_CONFIG','ECMhn','browserName','Performing\x20scan\x20before\x20getting\x20results\x20summary','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','performScan','onBeforeExecute:\x20No\x20command\x20name\x20provided','ymCrb','PUaps','aUtFu','fetchDriverExecuteParamsEvent','\x20from\x20testIdentifier=','QUIT','some','zXRfk','accessibilityConfig','null','NHkDo','testAnalyticsId','IjUOV','saveResults','getLogDisabledShown','KEY_TEST_NAME','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','getName','error','\x20accessibility\x20script\x20on\x20page','getCurrentInstanceName','qQkUV','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','test_run_id','rmsfc','../state/automationFrameworkState','PJife','_sendMessageServerPatchApplied','arsxo','warn','Page\x20','headless','platformCaps','stopTestCapture','\x22browserstack.key\x22:\x22[REDACTED]\x22','pMsaH','LOG_DISABLED_SHOWN','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','MUHYL','\x20result\x20for\x20','currentTest','../framework/constants/testFrameworkConstants.js','getAccessibilityExecuteParams','commandsList','isEnabled','onAfterTest','xRAzk','drnUI','getData','split','parseFromProto','onBeforeTest:\x20event=','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','OBNeu','mergeObject','Error\x20in\x20performScanForCli\x20for\x20script\x20','accessibilityPlatform','performPageScan:\x20Script\x20is\x20null','util','hprbl','629064aAPBnW','cftdq','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','Error\x20in\x20processAccessibilityCaps:\x20','SAVE_RESULTS','name','replace','format','debug','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','getParamsForScanForCli','WHtUu','isAccessibilityScriptCommand','size','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','capabilitiesList',',\x20\x0a\x20','DGpCw','200102kfqYWf','Error\x20in\x20getAccessibilityResultsSummary:\x20','HzKoW','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','pqCaO','DnsFM','cLvOx','scannerProcessingTimeout','getValue','jest','getScriptsList','WrDfF','1468288CbcrOn','stringify','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','VvlDg','cbOxj','Error\x20in\x20initAccessibilityConfig:\x20','unknown','getAccessibility','testhub_build_uuid','../../../helpers/performance/performance-tester.js','wfTDX','NON_BROWSERSTACK_AUTOMATION_SESSIONS','getTesthub','11BYXPCi','loadDriverExecuteParams','command','cemMS','launchCaps','UorrT','dqrla','length','bind','accessibility','Processed\x20accessibility\x20caps\x20','\x22browserstack.user\x22:\x22[REDACTED]\x22','48uZvJWv','oEbdR','fAQwm','zNZIC',',\x20framework=','JKVRn','getAccessibilityConfig','playwright-chromium','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','getAccessibilityResults','getOptions','ZXFfA','kefED','exports','updateData','platformValidation','djooU','nXNxH','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','hHmDx','getContext','../../../helpers/performance/constants.js','getInstance','BROWSERSTACK_TESTHUB_JWT','orBdE','setShouldScanCurrentTest','Unknown\x20Test','getCurrentAccessibilityStatus','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','../../../helpers/classLogger','DRIVER_INIT','browserstack.accessibilityOptions.wcagVersion','pwPage','EfBBX','../framework/testFramework','getModuleName','getTrackedInstance','onBeforeExecute','MNsws','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','patchSendMessageToServer','a11y:save-results','rZBzp','ScoGY','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','26EGZscT','KcfGg','nsurK','KEY_TESTHUB_BUILD_ID','nlDFk','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','test-tags-->\x20','uCvYw','fCLfA','KEY_INIT','hasAccessibilityExecuteParams','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','browserstack_executor','setShouldScan','getResults','hoVfd','../state/hookState','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',']\x20isEnabledTestcase\x20(cucumber)\x20result=','bYdom','_centralAuthConfigFetched','vTvDl','end','6687930qcJxQd','toJson','uAjqG','Error\x20in\x20shouldScanForCommand:\x20','Context','MODULE_NAME','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','fetchCentralAuthA11yConfig','ZYZor','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','wOJDF','setLogDisabledShown','Lgzku','ScTSe','testFramework','assign','commandName','\x20script\x20available\x20in\x20scriptsList','isPlatformSupported','performScanForCli:\x20No\x20','DrMZX','awJsn','scan','EXECUTE','WwfgW','LuPhq','\x20->\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',']\x20isEnabledTestcase\x20(jest)\x20result=','XStiw','mKonn','../../../helpers/accessibility-automation/helper','xIvvJ','Accessibility\x20data\x20for\x20extension:\x20','No\x20summaryResults\x20found.','isBrowserstackScriptCommand','AXEbO','isEnabledTestcase','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','name:\x20','goog:chromeOptions','KEY_DRIVER_HAS_URL',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','dDVNk','getSuccess','wnven','OFanv','Error\x20in\x20performPageScan:\x20','Executing\x20accessibility\x20script\x20on\x20page','27nkjUHh','dYJjl','onBeforeTest','tykIo','Error\x20getting\x20script\x20by\x20name\x20','testInfo','bulAe','TrackedInstance','browserstack.accessibilityOptions.scannerProcessingTimeout','getTestFrameworkDetail','getBuildId',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','Error\x20checking\x20headless\x20capability:\x20','SLAGE','ACCESSIBILITY_INITIALIZED','getScript','titlePath','TEST_INIT','../cliUtils','wcagVersion',']\x20should\x20run\x20accessibility\x20value=','evhCy','\x20a11yToken=','fWoFm','MZwds','BQkQt','TFDOE','CREATE',']\x20onAfterTest\x20should\x20scan=','info','cnCJq','join','string','_centralAuthA11yConfig','browserStackEvaluate','1361523WtkUjF','dybwn','__jestCurrentTestIdentifier',',\x20excludeTags=','CaHgG','stack','true','cobWr','nLEDc','ypUKw','getGoogleChromeOptions','chrome','POST','executeScriptByName','BDDoC','onBeforeExecute:\x20Command\x20','browserVersion','./baseModule','set','PERFORM_SCAN','rPBsL','vpwxW','../../../helpers/helper','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','IPEgA','HcBrF','TXDhO','get','map','Error\x20in\x20validatePlatformForAccessibility:\x20','initAccessibilityConfig','toLowerCase','getCapabilityValue','measureWrapper','CNASp','sQcOb','registerObserver','bQwrq','../../../helpers/accessibility-automation/constants','BAJSa','browser','has','ewzhM',',\x20isAppAccessibility=','performScanForCli','IgeIN','FwsBz','value','5|14|15|6|13|10|9|0|8|4|1|3|11|12|7|2','testFrameworkData','env','saveTestResults','McCMp','RUBdG','DopjK','applySendMessageToServerPatch','nCSsP','delete','latest','XliuP','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','FYqGa','getCapabilitiesList','VHOzT','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','finishScanningForCli','getPlatformIndex','gCQDC','find',']\x20Accessibility\x20configuration\x20initialized\x20successfully','scannerVersion','AYUkO','UItjd','mPqKO','hwqgP','dtPYz','shouldScanForCommand','../../../helpers/accessibility-automation/scripts','processAccessibilityCaps','cJYmQ','isArray','shouldScanCurrentTest','setAccessibilityConfig','performPageScan',',\x20testIdentifier=','present','giZcl','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','accessibilityToken','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','AUTOMATION_SESSIONS','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','[platform\x20-\x20','getAccessibilityResultsSummary','isAppAccessibility','instance','jHKtX','DpJOo','__workerDetails','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','page','getTestDetails','DjZNv','getState','parse','setAccessibilityToken','capabilities','uastw','bFvQQ','Error\x20getting\x20capability\x20value\x20for\x20','vsNUn','sLghR','zfKcK','VDEed','includes','AyozX','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20',',\x20available\x20commands:\x20',',\x20includeTags=','ImRJV','__accessibilityOptions','Performing\x20scan\x20before\x20from\x20cli','trim','UKCPm','\x20value=','function','PRE','getScriptByName','pyvOO','thTestRunUuid','message','YpjBh','xxfKL','DPYnw','ibVwN','commandsToWrap','20131rluDuB','WhTfd','EPuad','\x20script\x20available'];a80_0x49d0=function(){return _0x17ecdd;};return a80_0x49d0();}module[a80_0x18eba5(0x231)]=AccessibilityModule;
1
+ const a80_0x2fda79=a80_0x5ee8;function a80_0x5ee8(_0x3f1556,_0x3e0a06){const _0x1d55f1=a80_0x1d55();return a80_0x5ee8=function(_0x5ee806,_0x7a8c8d){_0x5ee806=_0x5ee806-0x114;let _0x12cef4=_0x1d55f1[_0x5ee806];return _0x12cef4;},a80_0x5ee8(_0x3f1556,_0x3e0a06);}(function(_0x5b912c,_0x28649e){const _0x326e33=a80_0x5ee8,_0x473ddd=_0x5b912c();while(!![]){try{const _0x325475=-parseInt(_0x326e33(0x257))/0x1*(-parseInt(_0x326e33(0x275))/0x2)+-parseInt(_0x326e33(0x1e8))/0x3+parseInt(_0x326e33(0x2cd))/0x4+-parseInt(_0x326e33(0x168))/0x5+-parseInt(_0x326e33(0x16c))/0x6+-parseInt(_0x326e33(0x2a6))/0x7+parseInt(_0x326e33(0x1d1))/0x8;if(_0x325475===_0x28649e)break;else _0x473ddd['push'](_0x473ddd['shift']());}catch(_0x34b5f9){_0x473ddd['push'](_0x473ddd['shift']());}}}(a80_0x1d55,0x4ae9f));const BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require('../cliUtils'),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a80_0x2fda79(0x284)),AutomationFrameworkState=require(a80_0x2fda79(0x115)),HookState=require(a80_0x2fda79(0x26e)),GrpcClient=require(a80_0x2fda79(0x28d)),scripts=require(a80_0x2fda79(0x19a)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a80_0x2fda79(0x200)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a80_0x2fda79(0x131)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('../../../helpers/accessibility-automation/constants'),{nestedKeyValue,isUndefined}=require(a80_0x2fda79(0x25a)),util=require(a80_0x2fda79(0x293)),TestInfo=require(a80_0x2fda79(0x212)),TestFrameworkConstants=require(a80_0x2fda79(0x1e7));function a80_0x1d55(){const _0x1dbd94=['WdNmO','RZtLQ',',\x20isAppAccessibility=','228544uFanNt','shouldScanCurrentTest','cLlfa','../../../helpers/helper','getCapabilitiesList','\x20script\x20available','ASgcu','Ckpzh','some','onBeforeExecute','isArray','gjXkQ','accessibility','saveResults','onBeforeExecute:\x20Command\x20','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','../../utils/playwright-patcher','zaArn','performScanForCli:\x20No\x20','afterTestHook','present','FqIpn','unknown','../state/hookState','PRE','ObeUx','Ixbqx','bkeSN','browserVersion','KEY_TESTHUB_BUILD_ID','4lmslIP','IphBq','Error\x20in\x20shouldScanForCommand:\x20','LzVqB','vwIhX','dmkkd','kdlYZ','yRHZO','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','ZxUXu','zfZHH','beMAS','VfTvS','Performing\x20scan\x20before\x20from\x20cli','getSuccess','../framework/testFramework','OMRLX','\x20a11yToken=','BCZFK','DyoRe','14|13|12|15|10|9|6|5|1|7|0|3|2|4|8|11','AdKcj',',\x20testName=','RRlLD','../grpcClient','a11y:save-results','Error\x20in\x20performPageScan:\x20','setAccessibilityToken','\x20from\x20testIdentifier=','getCurrentInstanceName','util','UXGFN','testFrameworkData','isPlatformSupported','setShouldScan','isAccessibilityScriptCommand','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',']\x20isEnabledTestcase\x20(cucumber)\x20result=','qcGiA','TNEzq','eNhGG',',\x20\x0a\x20','setLogDisabledShown','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','KEY_DRIVER_HAS_URL','No\x20summaryResults\x20found.','scannerProcessingTimeout','Scan\x20result:\x20','100961LQoSDv','performPageScan:\x20Page\x20is\x20null','ItqRP','Hircx','xvZMo','launchCaps','performScanForCli','getScript','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','YxPqg','debug','getScriptByName','capabilities','vOoMz','Error\x20in\x20performScanForCli\x20for\x20script\x20','SAVE_RESULTS','QUIT','YCVIy','toJson','LsfqD','map','RKrwP','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','Performing\x20scan\x20before\x20getting\x20results\x20summary',',\x20excludeTags=','mtgJL','getContext','Error\x20in\x20validatePlatformForAccessibility:\x20','chrome','VkpzE','KSTlL','getData','getPlatformIndex','JaTWc',',\x20tags=','getInstance',',\x20includeTags=','executeScriptByName','goog:chromeOptions','427068ncTKiU','__workerDetails','parse','DRCmY','page','size','_centralAuthConfigFetched',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','USUgq','cFDTG','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','\x20accessibility\x20script\x20on\x20page','CREATE','aSFGN',',\x20available\x20commands:\x20','getResultsSummary','ALWDv','lHcPy','../state/automationFrameworkState','cPCCH','ZdoZr','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','replace','getName','qbjlX','PPyEf','getLogDisabledShown',']\x20Accessibility\x20configuration\x20initialized\x20successfully','hcgne','jCRdY','ITZSn','platformValidation','QrcKV','VQIoS','getBuildId','onBeforeTest','LIRCb','JPwOn','sbsnZ','fUIRj','pwPage','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','vKfZd','MODULE_NAME','eNwil','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','../../../helpers/performance/constants.js','lgtyX','accessibilityPlatform','XqTXa','has','onBeforeExecute:\x20No\x20command\x20name\x20provided','jatwo','Context','NCoPj','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','toISOString','getAccessibilityResults','GIvLO','join','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','Error\x20in\x20processAccessibilityCaps:\x20','registerObserver','titlePath','end','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','Executing\x20accessibility\x20script\x20on\x20page','SDK_ACCESSIBILITY_CONFIG','true','loadDriverExecuteParams','jQCRc','getTrackedInstance','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','KEY_TEST_NAME','BROWSERSTACK_TESTHUB_JWT','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','BSZQR','testFramework','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','initAccessibilityConfig','message','BiSXH','DVnzr','WgtgL','TvAnc','dlUjo','getTesthub','KgasA','error','testhub_build_uuid','testInfo','stack','ijpqs','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','oiAIz','Error\x20in\x20initAccessibilityConfig:\x20','find','Error\x20getting\x20script\x20by\x20name\x20','accessibilityToken','pVYsv','2805075yjqtPY','jyfgI','Rcvtn','getTestId','833208KrlXBE','Error\x20in\x20getAccessibilityResults:\x20','rHOjj','hPUml','toString','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','instance','fetchDriverExecuteParamsEvent','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getAllData','isEnabledTestcase','getTestUUID','ascii','NON_BROWSERSTACK_AUTOMATION_SESSIONS','rBiwz','browser','browserStackEvaluate','browserstack.accessibilityOptions.wcagVersion','gPvtV',']\x20isEnabledTestcase\x20(jest)\x20result=','onAfterTest','setAccessibilityConfig','getAccessibility','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','info','browserstack_executor','BS_A11Y_JWT','applySendMessageToServerPatch','XkdFR','\x22browserstack.user\x22:\x22[REDACTED]\x22','PTGoM','trim','commandsToWrap','name','getCurrentAccessibilityStatus','BROWSERSTACK_CLI_BIN_SESSION_ID','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','getOptions','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','currentTest','yZzpV','getTestFrameworkDetail','Error\x20checking\x20headless\x20capability:\x20','getCapabilityValue','Accessibility\x20data\x20for\x20extension:\x20','test_tags','../../../helpers/accessibility-automation/scripts','[AccessibilityModule]\x20onAfterTest:\x20framework=','oOecn','_centralAuthA11yConfig','playwright-chromium','kGUVf','../../../helpers/accessibility-automation/helper','TzrGT','rZtuc','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','KEY_INIT','includes','yfnSD','performPageScan','getAccessibilityResultsSummary','ACCESSIBILITY_INITIALIZED','parseFromProto','PDkcQ','XlnFR','env','getValue','lnUIA','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','format','YnfdM','zLcVc','Page\x20','../cliUtils','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','performScan','test_run_id','JRxju','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','IADfm','getParamsForScanForCli',']\x20onAfterTest\x20should\x20scan=','__accessibilityOptions','[platform\x20-\x20','evaluate',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','processAccessibilityCaps','getGoogleChromeOptions','value','length','scan','getCommandsList','PERFORM_SCAN','IRJhY','xHHCv','urMMd','RPgFp','browserstack.accessibilityOptions.authToken','ipLBQ','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','OdVvt','4203536Slldjn','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','set','OsGRs','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','browserName','oAVrT','_sendMessageServerPatchApplied','testAnalyticsId','name:\x20','tKuLT','xXBse','warn','tNVnz','PPqcS','isEnabled','command',',\x20framework=','excludeTagsInTestingScope','Error\x20getting\x20capability\x20value\x20for\x20','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','scriptsList','../framework/constants/testFrameworkConstants.js','204432fCdLjb','qYsne','UxtcD','capabilitiesList','bgDSV','string','kfSZV','getTestDetails','ggQDs','performPageScan:\x20Script\x20is\x20null','ukYCl','getModuleName','WsqFR','getState',']\x20clear\x20','Error\x20in\x20getAccessibilityResultsSummary:\x20','DRIVER_INIT','YcTBf','measureWrapper','qGAII','eQALf','test-tags-->\x20','isBrowserstackScriptCommand','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','../../../helpers/performance/performance-tester.js','\x20script\x20available\x20in\x20scriptsList','commandName','getScriptsList','__jestCurrentTestIdentifier','Error\x20executing\x20script\x20','Error\x20in\x20stopTestCapture:\x20','stopTestCapture','ecidE','GET_RESULTS_SUMMARY','eRsUN','updateData','bYATd','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','iBObs','jest','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','ZHheW','../TestInfo.js','delete','rxLzB','LOG_DISABLED_SHOWN','fQyhC','ymDnx','zPoKB','bind','DKpgQ','accessibilityConfig','get','getAccessibilityConfig','FZGYc','dhcfh','EDhyo','latest','function','Processed\x20accessibility\x20caps\x20','isAppAccessibility','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','\x20testHubUuid=','\x20using\x20script:\x20','huTyK','getResults','shouldScanForCommand:\x20','qUtKi','TEST_INIT','ScanArgs:\x20','includeTagsInTestingScope','WFTZo','../../playwright/accessibility-helper','stringify','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','thTestRunUuid','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','VTita','shouldScanForCommand','assign','VNcZy','cucumber','mergeObject','oqpsL','scannerVersion','start','toLowerCase','isPlatformSupported:\x20caps\x20are\x20null','finishScanningForCli','mSHLU','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','options','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','hjZYI','JPvyf','zDviO','null','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','taKJD','loadAccessibilityConfig','onBeforeTest:\x20event=','LOUmL','yRvdq','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','fetchCentralAuthA11yConfig','patchSendMessageToServer','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','aHVzt'];a80_0x1d55=function(){return _0x1dbd94;};return a80_0x1d55();}class AccessibilityModule extends BaseModule{static [a80_0x2fda79(0x12e)]=AccessibilityModule['name'];static [a80_0x2fda79(0x2d3)]=![];static ['_centralAuthA11yConfig']={};constructor(_0x23833c){const _0x4e8a88=a80_0x2fda79,_0x44aea4={};_0x44aea4[_0x4e8a88(0x149)]=_0x4e8a88(0x289),_0x44aea4[_0x4e8a88(0x287)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x44aea4[_0x4e8a88(0x20c)]=_0x4e8a88(0x1a9),_0x44aea4[_0x4e8a88(0x1fb)]='DRIVER_HAS_URL',_0x44aea4[_0x4e8a88(0x2d5)]=_0x4e8a88(0x15d);const _0x3dbbb6=_0x44aea4,_0x3a6760=_0x3dbbb6[_0x4e8a88(0x149)]['split']('|');let _0x5905d2=0x0;while(!![]){switch(_0x3a6760[_0x5905d2++]){case'0':this[_0x4e8a88(0x1d8)]=![];continue;case'1':this[_0x4e8a88(0x224)]=![];continue;case'2':logger['debug'](_0x3dbbb6[_0x4e8a88(0x287)]);continue;case'3':this[_0x4e8a88(0x290)](_0x23833c['getOptions']()[_0x4e8a88(0x25b)]());continue;case'4':this[_0x4e8a88(0x1a4)]=_0x3dbbb6['bYATd'];continue;case'5':this[_0x4e8a88(0x215)]=new Map();continue;case'6':this['accessibility']=new Map();continue;case'7':this['capabilities']=[];continue;case'8':this[_0x4e8a88(0x2a2)]=_0x3dbbb6[_0x4e8a88(0x1fb)];continue;case'9':this['accessibilityConfig']=_0x23833c['toObject']();continue;case'10':this[_0x4e8a88(0x1e0)]=!![];continue;case'11':this[_0x4e8a88(0x274)]=_0x3dbbb6[_0x4e8a88(0x2d5)];continue;case'12':AutomationFramework[_0x4e8a88(0x141)](AutomationFrameworkState[_0x4e8a88(0x2d9)],HookState['POST'],this['onBeforeTest'][_0x4e8a88(0x219)](this));continue;case'13':AutomationFramework[_0x4e8a88(0x141)](AutomationFrameworkState['EXECUTE'],HookState[_0x4e8a88(0x26f)],this['onBeforeExecute'][_0x4e8a88(0x219)](this));continue;case'14':super();continue;case'15':AutomationFramework[_0x4e8a88(0x141)](AutomationFrameworkState[_0x4e8a88(0x2b6)],HookState[_0x4e8a88(0x26f)],this['onAfterTest']['bind'](this));continue;}break;}}[a80_0x2fda79(0x1e0)](){const _0x2b6024=a80_0x2fda79;return this[_0x2b6024(0x1e0)];}[a80_0x2fda79(0x1f3)](){const _0x4f97e8=a80_0x2fda79;return AccessibilityModule[_0x4f97e8(0x12e)];}[a80_0x2fda79(0x18e)](){const _0x52a646=a80_0x2fda79;return this['accessibility'][_0x52a646(0x21c)](CLIUtils[_0x52a646(0x292)](),![]);}[a80_0x2fda79(0x11d)](){const _0x48cd9d=a80_0x2fda79;return this['LOG_DISABLED_SHOWN'][_0x48cd9d(0x21c)](CLIUtils[_0x48cd9d(0x292)](),![]);}[a80_0x2fda79(0x2a0)](_0x3a2cd2){const _0x3ddc4e=a80_0x2fda79;this[_0x3ddc4e(0x215)][_0x3ddc4e(0x1d3)](CLIUtils[_0x3ddc4e(0x292)](),_0x3a2cd2);}['applySendMessageToServerPatch'](){const _0x4003c5=a80_0x2fda79,_0x32aa79={'mSHLU':_0x4003c5(0x1ba),'ffazs':function(_0xb60e3e,_0x2ea8b2){return _0xb60e3e(_0x2ea8b2);},'oHMvt':_0x4003c5(0x267),'oQezn':_0x4003c5(0x2a1),'yVDlq':_0x4003c5(0x12c)};if(this[_0x4003c5(0x1d8)]){logger['debug'](_0x32aa79[_0x4003c5(0x241)]);return;}try{const _0x4c5fa1=_0x32aa79['ffazs'](require,_0x32aa79['oHMvt']);_0x4c5fa1&&_0x4c5fa1[_0x4003c5(0x251)]?(_0x4c5fa1[_0x4003c5(0x251)](),this[_0x4003c5(0x1d8)]=!![],logger['debug'](_0x32aa79['oQezn'])):logger[_0x4003c5(0x2b0)](_0x32aa79['yVDlq']);}catch(_0x39dda9){logger[_0x4003c5(0x2b0)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x4003c5(0x1b1)](_0x39dda9));}}[a80_0x2fda79(0x296)](_0x61fa44=null,_0x28cfdb=null,_0x4e13b1=null){const _0x5d7670=a80_0x2fda79,_0x302964={'xvZMo':function(_0x460dbc,_0x143503){return _0x460dbc&&_0x143503;},'ofPrQ':_0x5d7670(0x23f),'eQALf':function(_0x1f5670,_0x893054){return _0x1f5670(_0x893054);},'StOqO':_0x5d7670(0x1a0),'Ixbqx':_0x5d7670(0x25a),'UXGFN':function(_0x2e140d){return _0x2e140d();},'EDhyo':_0x5d7670(0x1e5),'WdNmO':function(_0x48f0dd,_0x239e39){return _0x48f0dd===_0x239e39;},'pVYsv':_0x5d7670(0x2c2),'ZxUXu':function(_0x2defbe,_0x1e28e0){return _0x2defbe===_0x1e28e0;},'WsqFR':_0x5d7670(0x19e),'ecidE':_0x5d7670(0x2ae),'ZdoZr':function(_0x3d73b6,_0x356da9){return _0x3d73b6===_0x356da9;},'ipLBQ':_0x5d7670(0x147),'hPUml':'string','WQbjo':_0x5d7670(0x161),'eRsUN':function(_0xa9a1eb,_0x6a784c){return _0xa9a1eb>_0x6a784c;},'lgtyX':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','yfnSD':function(_0x16e694,_0xedb57d){return _0x16e694!==_0xedb57d;},'YxPqg':_0x5d7670(0x221),'rBiwz':function(_0x45f756,_0x57573){return _0x45f756>_0x57573;},'hcgne':_0x5d7670(0x242)};try{if(_0x302964[_0x5d7670(0x2aa)](!_0x28cfdb,!_0x4e13b1))return logger[_0x5d7670(0x2b0)](_0x302964['ofPrQ']),![];const {isAccessibilityAutomationSession:_0x3d11aa}=_0x302964[_0x5d7670(0x1fc)](require,_0x302964['StOqO']),{isUndefined:_0x134e92,isBrowserstackInfra:_0x73d7b9}=_0x302964[_0x5d7670(0x1fc)](require,_0x302964[_0x5d7670(0x271)]);if(!_0x302964['UXGFN'](_0x3d11aa))return logger[_0x5d7670(0x2b0)](_0x302964[_0x5d7670(0x220)]),![];if(!(_0x28cfdb['browserName']&&_0x302964[_0x5d7670(0x254)](_0x28cfdb[_0x5d7670(0x1d6)][_0x5d7670(0x23e)](),_0x302964[_0x5d7670(0x167)])||_0x28cfdb[_0x5d7670(0x1d6)]&&_0x302964['ZxUXu'](_0x28cfdb[_0x5d7670(0x1d6)][_0x5d7670(0x23e)](),_0x302964[_0x5d7670(0x1f4)])||_0x28cfdb['browser']&&_0x302964[_0x5d7670(0x27e)](_0x28cfdb[_0x5d7670(0x17b)][_0x5d7670(0x23e)](),_0x302964['pVYsv'])||_0x28cfdb[_0x5d7670(0x17b)]&&_0x302964[_0x5d7670(0x254)](_0x28cfdb[_0x5d7670(0x17b)][_0x5d7670(0x23e)](),_0x302964[_0x5d7670(0x1f4)])))return logger['warn'](_0x302964[_0x5d7670(0x208)]),![];try{const _0xdac30a=_0x28cfdb['headless'],_0x539575=_0x302964[_0x5d7670(0x117)](_0xdac30a,!![])||_0x302964['ZdoZr'](_0xdac30a,_0x302964[_0x5d7670(0x1ce)])||_0x302964[_0x5d7670(0x27e)](typeof _0xdac30a,_0x302964[_0x5d7670(0x16f)])&&_0x302964['ZxUXu'](_0xdac30a[_0x5d7670(0x23e)](),_0x302964['ipLBQ']);if(_0x539575)return logger['warn'](_0x302964['WQbjo']),![];}catch(_0xfaee2c){logger[_0x5d7670(0x2b0)](_0x5d7670(0x196)+util['format'](_0xfaee2c));}if(!_0x302964[_0x5d7670(0x294)](_0x73d7b9)){if(!_0x302964[_0x5d7670(0x20a)](_0x302964[_0x5d7670(0x1fc)](parseFloat,_0x28cfdb[_0x5d7670(0x273)]),_0x302964[_0x5d7670(0x1fc)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger['warn'](_0x302964[_0x5d7670(0x132)]),![];}else{if(_0x302964[_0x5d7670(0x1a6)](_0x28cfdb[_0x5d7670(0x273)],_0x302964[_0x5d7670(0x2af)])&&!_0x302964[_0x5d7670(0x17a)](_0x302964['eQALf'](parseFloat,_0x28cfdb[_0x5d7670(0x273)]),_0x302964[_0x5d7670(0x1fc)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x302964[_0x5d7670(0x11f)]),![];}return!![];}catch(_0x2ba4e3){return logger['debug']('Exception\x20in\x20isPlatformSupported:\x20'+_0x2ba4e3[_0x5d7670(0x154)]),![];}}[a80_0x2fda79(0x176)](_0x243c2c=[],_0x3d5cd5,_0x413d82='cucumber'){const _0x4856ba=a80_0x2fda79,_0x5d8b0c={'OsGRs':function(_0x58ff33,_0x46f17c){return _0x58ff33===_0x46f17c;},'ATuCy':_0x4856ba(0x20f),'ALWDv':function(_0x2dc45c,_0x4e65c7){return _0x2dc45c||_0x4e65c7;},'WFTZo':function(_0x308607,_0x37f921){return _0x308607===_0x37f921;},'dlUjo':function(_0x1046d7,_0x1cf7b7){return _0x1046d7&&_0x1cf7b7;},'DVnzr':_0x4856ba(0x26d),'ggQDs':function(_0x4302dc,_0x4517b8){return _0x4302dc(_0x4517b8);},'ASgcu':function(_0x7df7e1,_0x2670dd){return _0x7df7e1>_0x2670dd;},'kdlYZ':function(_0x3daf37,_0x54ce9c){return _0x3daf37&&_0x54ce9c;}};try{const _0x136d11=process['env'][_0x4856ba(0x171)]?JSON['parse'](process[_0x4856ba(0x1ad)][_0x4856ba(0x171)]):null;if(!_0x136d11)return!![];const _0x31c90f=Array[_0x4856ba(0x261)](_0x136d11[_0x4856ba(0x22e)])?_0x136d11[_0x4856ba(0x22e)]:[],_0x95c3fd=Array[_0x4856ba(0x261)](_0x136d11[_0x4856ba(0x1e3)])?_0x136d11[_0x4856ba(0x1e3)]:[];if(_0x5d8b0c[_0x4856ba(0x1d4)](_0x413d82,_0x5d8b0c['ATuCy'])){let _0x1403e8;Array['isArray'](_0x243c2c)?_0x1403e8=_0x243c2c[_0x4856ba(0x13e)]('\x20'):_0x1403e8=_0x5d8b0c[_0x4856ba(0x2dd)](_0x243c2c,'');const _0x4dbd89=_0x95c3fd[_0x4856ba(0x25f)](_0x2883ad=>_0x1403e8[_0x4856ba(0x1a5)](_0x2883ad)),_0x4cd500=_0x5d8b0c[_0x4856ba(0x22f)](_0x31c90f['length'],0x0)||_0x31c90f[_0x4856ba(0x25f)](_0x2115dc=>_0x1403e8[_0x4856ba(0x1a5)](_0x2115dc)),_0x380a3f=_0x5d8b0c[_0x4856ba(0x159)](!_0x4dbd89,_0x4cd500);return logger[_0x4856ba(0x2b0)]('[platform\x20-\x20'+(_0x3d5cd5?.[_0x4856ba(0x2c6)]?.()||_0x5d8b0c[_0x4856ba(0x156)])+_0x4856ba(0x17f)+_0x380a3f+_0x4856ba(0x28b)+_0x1403e8+_0x4856ba(0x2ca)+JSON[_0x4856ba(0x231)](_0x31c90f)+',\x20excludeTags='+JSON[_0x4856ba(0x231)](_0x95c3fd)),_0x380a3f;}const _0x2839f3=Array[_0x4856ba(0x261)](_0x243c2c)?_0x243c2c:[];let _0x5c18f7=![],_0x51c366=_0x5d8b0c[_0x4856ba(0x22f)](_0x31c90f[_0x4856ba(0x1c5)],0x0);const _0x1d80b6=_0x3c7d44=>typeof _0x3c7d44===_0x4856ba(0x1ed)?_0x3c7d44['replace'](/^@/,'')[_0x4856ba(0x23e)]()[_0x4856ba(0x18b)]():_0x3c7d44,_0x25033c=new Set(_0x31c90f[_0x4856ba(0x2ba)](_0x1d80b6)),_0x2c444f=new Set(_0x95c3fd[_0x4856ba(0x2ba)](_0x1d80b6));for(const _0x43c214 of _0x2839f3){const _0x54cd51=_0x5d8b0c[_0x4856ba(0x1f0)](_0x1d80b6,_0x43c214);_0x2c444f[_0x4856ba(0x135)](_0x54cd51)&&(_0x5c18f7=!![]),_0x5d8b0c[_0x4856ba(0x25d)](_0x25033c[_0x4856ba(0x2d2)],0x0)&&_0x25033c['has'](_0x54cd51)&&(_0x51c366=!![]);}const _0x456f5e=_0x5d8b0c[_0x4856ba(0x27b)](_0x51c366,!_0x5c18f7);return logger[_0x4856ba(0x2b0)](_0x4856ba(0x1bf)+(_0x3d5cd5?.[_0x4856ba(0x2c6)]?.()||_0x5d8b0c['DVnzr'])+_0x4856ba(0x29b)+_0x456f5e+_0x4856ba(0x2c8)+JSON[_0x4856ba(0x231)](_0x2839f3)+',\x20includeTags='+JSON['stringify'](_0x31c90f)+_0x4856ba(0x2be)+JSON['stringify'](_0x95c3fd)),_0x456f5e;}catch(_0x56bf67){return logger[_0x4856ba(0x2b0)](_0x4856ba(0x1bf)+(_0x3d5cd5?.['getPlatformIndex']?.()||_0x5d8b0c[_0x4856ba(0x156)])+_0x4856ba(0x2d4)+_0x56bf67[_0x4856ba(0x154)]),![];}}async[a80_0x2fda79(0x126)](_0x4cc9f0){const _0x1d493f=a80_0x2fda79,_0x11a674={};_0x11a674['DRCmY']=function(_0x205ff7,_0x127d48){return _0x205ff7!==_0x127d48;},_0x11a674['rxLzB']=_0x1d493f(0x239),_0x11a674[_0x1d493f(0x128)]=_0x1d493f(0x20f),_0x11a674[_0x1d493f(0x211)]=_0x1d493f(0x252),_0x11a674['LOUmL']=_0x1d493f(0x22c),_0x11a674[_0x1d493f(0x2b9)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x11a674[_0x1d493f(0x1b2)]=_0x1d493f(0x266),_0x11a674[_0x1d493f(0x29d)]=_0x1d493f(0x1f8),_0x11a674[_0x1d493f(0x272)]=function(_0x3daedd,_0x2da6c6){return _0x3daedd===_0x2da6c6;},_0x11a674['tNVnz']=_0x1d493f(0x249),_0x11a674[_0x1d493f(0x2b3)]='Unknown\x20Test',_0x11a674[_0x1d493f(0x139)]=function(_0x4ef8e4,_0x1a501b){return _0x4ef8e4>_0x1a501b;},_0x11a674[_0x1d493f(0x162)]=function(_0x5b4f0f,_0x10fb2d){return _0x5b4f0f===_0x10fb2d;},_0x11a674[_0x1d493f(0x2c4)]=_0x1d493f(0x222),_0x11a674[_0x1d493f(0x288)]=_0x1d493f(0x199),_0x11a674[_0x1d493f(0x24a)]=function(_0x3d950e,_0x56d31c){return _0x3d950e&&_0x56d31c;},_0x11a674[_0x1d493f(0x17e)]=_0x1d493f(0x26d),_0x11a674[_0x1d493f(0x1dc)]=_0x1d493f(0x147);const _0x401f1e=_0x11a674;if(_0x401f1e[_0x1d493f(0x2d0)](_0x4cc9f0[_0x1d493f(0x151)],_0x401f1e[_0x1d493f(0x214)])&&_0x401f1e['DRCmY'](_0x4cc9f0[_0x1d493f(0x151)],_0x401f1e[_0x1d493f(0x128)])){logger[_0x1d493f(0x2b0)](_0x401f1e['ZHheW']);return;}logger[_0x1d493f(0x184)](_0x1d493f(0x24c)+JSON[_0x1d493f(0x231)](_0x4cc9f0));try{const _0x1b95a8=AutomationFramework[_0x1d493f(0x14a)](),_0x5a0495=TestFramework['getTrackedInstance'](),_0xc73ee6=_0x4cc9f0[_0x1d493f(0x2d1)]||global[_0x1d493f(0x2ce)]?.[_0x1d493f(0x12b)]||null;if(!_0xc73ee6){_0x5a0495&&_0x5a0495[_0x1d493f(0x20b)](_0x401f1e['LOUmL'],!![]);logger[_0x1d493f(0x2b0)](_0x401f1e[_0x1d493f(0x2b9)]);return;}logger[_0x1d493f(0x2b0)](_0x401f1e[_0x1d493f(0x1b2)]);const _0x4d88b8=_0x5a0495?.['getData'](_0x401f1e['TNEzq'],![]),_0x51ba80=_0x5a0495?.[_0x1d493f(0x2c5)](_0x401f1e[_0x1d493f(0x24d)],![]);if(_0x401f1e[_0x1d493f(0x272)](_0x4d88b8,![])&&_0x401f1e[_0x1d493f(0x272)](_0x51ba80,![])){_0x5a0495&&_0x5a0495['updateData'](_0x401f1e[_0x1d493f(0x29d)],!![]);logger[_0x1d493f(0x2b0)](_0x401f1e[_0x1d493f(0x1de)]);return;}_0x5a0495&&_0x5a0495['updateData'](_0x401f1e[_0x1d493f(0x24d)],!![]);let _0xb27632,_0x3287ab;const _0x376241=_0x4cc9f0['testFramework']||_0x401f1e[_0x1d493f(0x214)];if(_0x401f1e[_0x1d493f(0x272)](_0x376241,_0x401f1e[_0x1d493f(0x128)])){_0x3287ab=_0x4cc9f0[_0x1d493f(0x15e)]?.[_0x1d493f(0x1d9)]||_0x4cc9f0[_0x1d493f(0x15e)]?.['id']||global['__jestCurrentTestIdentifier']||global[_0x1d493f(0x2ce)]?.[_0x1d493f(0x193)]?.[_0x1d493f(0x1d9)]||global[_0x1d493f(0x2ce)]?.[_0x1d493f(0x193)]?.['id'];const _0x5bdf33=_0x5a0495?.[_0x1d493f(0x175)]()?.[_0x1d493f(0x21c)](_0x3287ab);if(_0x5bdf33&&_0x5bdf33[TestFrameworkConstants[_0x1d493f(0x14c)]])_0xb27632=_0x5bdf33[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x4cc9f0[_0x1d493f(0x15e)]?.[_0x1d493f(0x142)])_0xb27632=_0x4cc9f0[_0x1d493f(0x15e)][_0x1d493f(0x142)];else global[_0x1d493f(0x2ce)]?.[_0x1d493f(0x193)]?.[_0x1d493f(0x15e)]?.[_0x1d493f(0x142)]?_0xb27632=global[_0x1d493f(0x2ce)][_0x1d493f(0x193)][_0x1d493f(0x15e)][_0x1d493f(0x142)]:_0xb27632=_0x401f1e['vOoMz'];}logger['debug'](_0x1d493f(0x1b0)+_0x3287ab+',\x20testName='+JSON[_0x1d493f(0x231)](_0xb27632));}else{_0x3287ab=this[_0x1d493f(0x16b)](_0x4cc9f0);const _0xeeda4f=TestInfo[_0x1d493f(0x1ef)](_0x3287ab);let _0x4e9294=[];if(_0xeeda4f&&Array[_0x1d493f(0x261)](_0xeeda4f[_0x1d493f(0x199)])&&_0x401f1e[_0x1d493f(0x139)](_0xeeda4f[_0x1d493f(0x199)][_0x1d493f(0x1c5)],0x0))_0x4e9294=_0xeeda4f[_0x1d493f(0x199)];else{if(_0x5a0495){const _0x181a30=_0x401f1e[_0x1d493f(0x162)](typeof _0x5a0495[_0x1d493f(0x2c5)],_0x401f1e[_0x1d493f(0x2c4)])?_0x5a0495[_0x1d493f(0x2c5)](_0x401f1e[_0x1d493f(0x288)],[]):_0x5a0495['test_tags']||[];Array[_0x1d493f(0x261)](_0x181a30)&&(_0x4e9294=_0x181a30);}}_0xb27632=_0x4e9294;}logger[_0x1d493f(0x184)](_0x1d493f(0x1fd)+JSON[_0x1d493f(0x231)](_0xb27632));const _0x2aa897=this[_0x1d493f(0x296)](_0x1b95a8,_0x4cc9f0['platformCaps'],_0x4cc9f0[_0x1d493f(0x2ab)]);logger['debug'](_0x1d493f(0x144)+_0x2aa897+_0x1d493f(0x256)+this[_0x1d493f(0x224)]);const _0x4dcb8a=this[_0x1d493f(0x176)](_0xb27632,_0x1b95a8,_0x376241),_0xd681af=_0x401f1e[_0x1d493f(0x24a)](_0x2aa897,_0x4dcb8a),_0xf05262=CLIUtils[_0x1d493f(0x292)]();this[_0x1d493f(0x263)][_0x1d493f(0x1d3)](_0xf05262,_0xd681af),global[_0x1d493f(0x138)]?.[_0x1d493f(0x2c0)]&&global['Context'][_0x1d493f(0x2c0)]()[_0x1d493f(0x297)](_0xd681af),logger['debug']('[platform\x20-\x20'+(_0x1b95a8?.['getPlatformIndex']?.()||_0x401f1e['gPvtV'])+']\x20should\x20run\x20accessibility\x20value='+_0xd681af),_0xd681af?(global[_0x1d493f(0x133)]=!![],process['env'][_0x1d493f(0x174)]=_0x401f1e['xXBse'],this[_0x1d493f(0x187)]()):global[_0x1d493f(0x133)]=![];}catch(_0x51a662){logger['error'](_0x1d493f(0x225)+(_0x51a662[_0x1d493f(0x15f)]||_0x51a662[_0x1d493f(0x154)]));const _0x3a2df0=CLIUtils[_0x1d493f(0x292)]();this['accessibility'][_0x1d493f(0x1d3)](_0x3a2df0,![]),global[_0x1d493f(0x133)]=![];}}[a80_0x2fda79(0x1c3)](){const _0x5ed9f9=a80_0x2fda79;return this[_0x5ed9f9(0x2b2)][_0x5ed9f9(0x164)](_0x36befe=>_0x36befe[_0x5ed9f9(0x11a)]()===_0x5ed9f9(0x2cc))?.[_0x5ed9f9(0x1ae)]()||'';}['getCapabilityValue'](_0x4a39bd){const _0x4928fa=a80_0x2fda79;try{const _0x2642e7=this[_0x4928fa(0x21b)]?.['options']?.[_0x4928fa(0x1eb)]||[],_0x190d61=_0x2642e7['find'](_0x2fcfe6=>_0x2fcfe6[_0x4928fa(0x18d)]===_0x4a39bd);return _0x190d61?_0x190d61[_0x4928fa(0x1c4)]:null;}catch(_0x421453){return logger['debug'](_0x4928fa(0x1e4)+_0x4a39bd+':\x20'+_0x421453[_0x4928fa(0x154)]),null;}}async[a80_0x2fda79(0x181)](_0x4df849,_0x498ae3){const _0x2bf48b=a80_0x2fda79,_0x2d9568=_0x4df849[_0x2bf48b(0x182)]()[_0x2bf48b(0x191)](),_0x3aaec2=_0x2d9568[_0x2bf48b(0x203)](),_0x18e862=_0x2d9568['getCommandsToWrap']()?.[_0x2bf48b(0x1c7)]();scripts[_0x2bf48b(0x1aa)](_0x3aaec2,_0x18e862),scripts[_0x2bf48b(0x2b8)]();const _0xaddf23=_0x2d9568[_0x2bf48b(0x25b)]();this[_0x2bf48b(0x2b2)]=_0x2d9568[_0x2bf48b(0x25b)](),await this[_0x2bf48b(0x290)](_0xaddf23,_0x498ae3['launchCaps']);}async[a80_0x2fda79(0x290)](_0xf7cc09,_0x5cbf20={}){const _0x26e4ed=a80_0x2fda79,_0x4e3bb1={};_0x4e3bb1[_0x26e4ed(0x127)]=function(_0x220ac3,_0x40eea7){return _0x220ac3===_0x40eea7;},_0x4e3bb1[_0x26e4ed(0x276)]=_0x26e4ed(0x166),_0x4e3bb1[_0x26e4ed(0x20e)]=_0x26e4ed(0x1cd),_0x4e3bb1['ukYCl']=function(_0x57f6c6,_0x194fae){return _0x57f6c6===_0x194fae;},_0x4e3bb1[_0x26e4ed(0x259)]='wcagVersion',_0x4e3bb1[_0x26e4ed(0x114)]=_0x26e4ed(0x17d),_0x4e3bb1[_0x26e4ed(0x188)]=_0x26e4ed(0x23c),_0x4e3bb1[_0x26e4ed(0x1cb)]='browserstack.accessibilityOptions.scannerVersion',_0x4e3bb1[_0x26e4ed(0x281)]=function(_0x2ad5ff,_0x150379){return _0x2ad5ff===_0x150379;},_0x4e3bb1['JRxju']=_0x26e4ed(0x2a4),_0x4e3bb1[_0x26e4ed(0x268)]='browserstack.accessibilityOptions.scannerProcessingTimeout';const _0x45a4be=_0x4e3bb1;global[_0x26e4ed(0x1be)]=global[_0x26e4ed(0x1be)]||{};for(const _0x19fbc2 of _0xf7cc09){logger[_0x26e4ed(0x184)](_0x26e4ed(0x1da)+_0x19fbc2[_0x26e4ed(0x11a)]()+'\x20value='+_0x19fbc2['getValue']());if(_0x45a4be['LIRCb'](_0x19fbc2[_0x26e4ed(0x11a)](),_0x45a4be[_0x26e4ed(0x276)]))process[_0x26e4ed(0x1ad)][_0x26e4ed(0x186)]=_0x19fbc2[_0x26e4ed(0x1ae)](),global['__accessibilityOptions'][_0x45a4be[_0x26e4ed(0x20e)]]=_0x19fbc2[_0x26e4ed(0x1ae)]();else{if(_0x45a4be[_0x26e4ed(0x1f2)](_0x19fbc2[_0x26e4ed(0x11a)](),_0x45a4be[_0x26e4ed(0x259)]))global['__accessibilityOptions'][_0x45a4be[_0x26e4ed(0x114)]]=_0x19fbc2[_0x26e4ed(0x1ae)]();else{if(_0x45a4be['ukYCl'](_0x19fbc2[_0x26e4ed(0x11a)](),_0x45a4be['XkdFR']))global[_0x26e4ed(0x1be)][_0x45a4be['urMMd']]=_0x19fbc2['getValue']();else _0x45a4be['VfTvS'](_0x19fbc2[_0x26e4ed(0x11a)](),_0x45a4be[_0x26e4ed(0x1b9)])&&(global['__accessibilityOptions'][_0x45a4be[_0x26e4ed(0x268)]]=_0x19fbc2['getValue']());}}}}async[a80_0x2fda79(0x180)](_0x19235d){const _0x359d64=a80_0x2fda79,_0x4681e2={};_0x4681e2[_0x359d64(0x1af)]=function(_0x5911e9,_0x492e2e){return _0x5911e9!==_0x492e2e;},_0x4681e2[_0x359d64(0x137)]='cucumber',_0x4681e2[_0x359d64(0x278)]=function(_0x15a669,_0x1300ef){return _0x15a669!==_0x1300ef;},_0x4681e2['UrNhN']=_0x359d64(0x20f),_0x4681e2[_0x359d64(0x18a)]=_0x359d64(0x14e),_0x4681e2[_0x359d64(0x1df)]=_0x359d64(0x26d);const _0x3e9b71=_0x4681e2;if(_0x3e9b71['lnUIA'](_0x19235d[_0x359d64(0x151)],_0x3e9b71[_0x359d64(0x137)])&&_0x3e9b71[_0x359d64(0x278)](_0x19235d[_0x359d64(0x151)],_0x3e9b71['UrNhN'])){logger[_0x359d64(0x2b0)](_0x3e9b71[_0x359d64(0x18a)]);return;}const _0x55986f=_0x19235d[_0x359d64(0x15e)]?.[_0x359d64(0x1d9)]||_0x19235d[_0x359d64(0x15e)]?.['id']||global[_0x359d64(0x204)];logger['info'](_0x359d64(0x19b)+_0x19235d[_0x359d64(0x151)]+',\x20testIdentifier='+_0x55986f);try{const _0x452a66=_0x19235d[_0x359d64(0x172)]||AutomationFramework[_0x359d64(0x14a)](),_0x4a6af6=CLIUtils[_0x359d64(0x292)](),_0x92e202=this[_0x359d64(0x18e)]();logger['debug'](_0x359d64(0x1bf)+(_0x452a66?.[_0x359d64(0x2c6)]?.()||_0x3e9b71[_0x359d64(0x1df)])+_0x359d64(0x1bd)+_0x92e202),_0x92e202&&await this[_0x359d64(0x207)](_0x452a66,_0x19235d),this[_0x359d64(0x263)][_0x359d64(0x213)](_0x4a6af6),this['LOG_DISABLED_SHOWN'][_0x359d64(0x213)](_0x4a6af6);}catch(_0x73b417){logger[_0x359d64(0x15c)](_0x359d64(0x152)+(_0x73b417['stack']||_0x73b417[_0x359d64(0x154)]));}}async[a80_0x2fda79(0x207)](_0x151622,_0x3ef7b1){const _0x3813d1=a80_0x2fda79,_0x46b6f6={};_0x46b6f6[_0x3813d1(0x1db)]=function(_0x10043e,_0x43ae4f){return _0x10043e===_0x43ae4f;},_0x46b6f6['KgasA']=_0x3813d1(0x222),_0x46b6f6[_0x3813d1(0x12f)]=function(_0x3c736c,_0x49907f){return _0x3c736c===_0x49907f;},_0x46b6f6[_0x3813d1(0x2a8)]=_0x3813d1(0x20f),_0x46b6f6[_0x3813d1(0x27f)]=_0x3813d1(0x239),_0x46b6f6[_0x3813d1(0x124)]=_0x3813d1(0x2d7),_0x46b6f6[_0x3813d1(0x21e)]=_0x3813d1(0x263),_0x46b6f6[_0x3813d1(0x255)]=_0x3813d1(0x264),_0x46b6f6[_0x3813d1(0x217)]='unknown',_0x46b6f6[_0x3813d1(0x218)]=_0x3813d1(0x26b),_0x46b6f6[_0x3813d1(0x21f)]=_0x3813d1(0x248),_0x46b6f6['DKpgQ']=function(_0x5e9bfc,_0x28746d){return _0x5e9bfc||_0x28746d;},_0x46b6f6['kGUVf']=function(_0x4e4ec7,_0x5ef2dd){return _0x4e4ec7||_0x5ef2dd;},_0x46b6f6[_0x3813d1(0x16e)]='AUTOMATION_SESSIONS',_0x46b6f6[_0x3813d1(0x13d)]=_0x3813d1(0x179);const _0x53e486=_0x46b6f6;try{const _0x1cd203=_0x3ef7b1['testFramework']||(_0x53e486[_0x3813d1(0x12f)](this[_0x3813d1(0x295)]?.['name']?.['toLowerCase'](),_0x53e486[_0x3813d1(0x2a8)])?_0x53e486[_0x3813d1(0x2a8)]:_0x53e486[_0x3813d1(0x27f)]);let _0x1180e2='',_0x525b21=null,_0x1454bd=null;if(_0x53e486[_0x3813d1(0x12f)](_0x1cd203,_0x53e486['ItqRP'])){_0x525b21=_0x3ef7b1[_0x3813d1(0x15e)]?.[_0x3813d1(0x1d9)]||_0x3ef7b1[_0x3813d1(0x15e)]?.['id']||global[_0x3813d1(0x204)];if(!_0x525b21){logger['warn'](_0x53e486[_0x3813d1(0x124)]);return;}try{const _0x36c252=await GrpcClient[_0x3813d1(0x2c9)]()[_0x3813d1(0x173)](process[_0x3813d1(0x1ad)][_0x3813d1(0x18f)],_0x53e486[_0x3813d1(0x21e)],_0x53e486[_0x3813d1(0x255)],_0x525b21),_0x540735=AccessibilityModule[_0x3813d1(0x148)](null,_0x36c252);_0x1180e2=_0x540735?.['thTestRunUuid']||'',logger[_0x3813d1(0x2b0)](_0x3813d1(0x234)+_0x1180e2+'\x20from\x20testIdentifier='+_0x525b21),_0x1454bd=_0x36c252;}catch(_0x3bfc83){logger['error'](_0x3813d1(0x190)+_0x3bfc83[_0x3813d1(0x154)]);return;}}else{const _0x49ac5e=this[_0x3813d1(0x16b)](_0x3ef7b1);_0x1180e2=TestInfo[_0x3813d1(0x177)](_0x49ac5e);}const _0x5c183a=((()=>{const _0x46fbcd=_0x3813d1,_0x341cce=(this[_0x46fbcd(0x21b)]?.[_0x46fbcd(0x243)]?.['capabilitiesList']||[])[_0x46fbcd(0x164)](_0x510d2a=>(typeof _0x510d2a[_0x46fbcd(0x11a)]==='function'?_0x510d2a[_0x46fbcd(0x11a)]():_0x510d2a['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x341cce?_0x53e486[_0x46fbcd(0x1db)](typeof _0x341cce[_0x46fbcd(0x1ae)],_0x53e486[_0x46fbcd(0x15b)])?_0x341cce[_0x46fbcd(0x1ae)]():_0x341cce['value']:'';})()),_0x2a78d1=process['env'][_0x3813d1(0x14d)]||'';logger[_0x3813d1(0x2b0)](_0x3813d1(0x1bf)+(_0x151622?.[_0x3813d1(0x2c6)]?.()||_0x53e486[_0x3813d1(0x217)])+_0x3813d1(0x1f6)+_0x1180e2+_0x3813d1(0x226)+_0x5c183a+_0x3813d1(0x286)+(_0x2a78d1?_0x53e486['zPoKB']:_0x53e486['dhcfh']));let _0x58670e;if(_0x53e486['eNwil'](_0x1cd203,_0x53e486[_0x3813d1(0x2a8)]))_0x58670e=AccessibilityModule['loadDriverExecuteParams'](_0x1180e2,_0x1454bd);else{const _0x527c0d=await GrpcClient[_0x3813d1(0x2c9)]()[_0x3813d1(0x173)](process[_0x3813d1(0x1ad)][_0x3813d1(0x18f)],_0x53e486[_0x3813d1(0x21e)],_0x53e486[_0x3813d1(0x255)]);_0x58670e=AccessibilityModule['loadDriverExecuteParams'](_0x1180e2,_0x527c0d);}logger[_0x3813d1(0x2b0)](_0x3813d1(0x198)+JSON[_0x3813d1(0x231)](_0x58670e));const _0x17880f=Object[_0x3813d1(0x237)]({},{'thTestRunUuid':_0x53e486[_0x3813d1(0x21a)](_0x1180e2,''),'thBuildUuid':_0x53e486[_0x3813d1(0x19f)](_0x5c183a,''),'thJwtToken':_0x53e486[_0x3813d1(0x19f)](_0x2a78d1,'')},_0x58670e);logger['debug'](_0x3813d1(0x299)+_0x1180e2+_0x3813d1(0x256)+this[_0x3813d1(0x224)]);let _0x301769=global['__workerDetails']?.[_0x3813d1(0x12b)]||null;!_0x301769&&(_0x301769=AutomationFramework[_0x3813d1(0x1f5)](_0x151622,_0x53e486[_0x3813d1(0x16e)],null)),!_0x301769&&(_0x301769=AutomationFramework[_0x3813d1(0x1f5)](_0x151622,_0x53e486[_0x3813d1(0x13d)],null)),await this[_0x3813d1(0x240)](this[_0x3813d1(0x18e)](),_0x1180e2,_0x301769,_0x17880f,this[_0x3813d1(0x224)]);}catch(_0x490ee0){logger['error'](_0x3813d1(0x206)+(_0x490ee0[_0x3813d1(0x15f)]||_0x490ee0[_0x3813d1(0x154)]));}}async[a80_0x2fda79(0x240)](_0xf40f89,_0xe4ebe3,_0x53e953,_0x583448,_0x553cef){const _0x5d4283=a80_0x2fda79,_0x31add4={};_0x31add4[_0x5d4283(0x1c9)]=_0x5d4283(0x264),_0x31add4[_0x5d4283(0x160)]=function(_0x5e83f0,_0x8d02a9){return _0x5e83f0&&_0x8d02a9;},_0x31add4[_0x5d4283(0x235)]=_0x5d4283(0x29a),_0x31add4['JPvyf']=function(_0x2f7f29,_0x500d94){return _0x2f7f29===_0x500d94;},_0x31add4[_0x5d4283(0x228)]=_0x5d4283(0x248),_0x31add4['RRlLD']=function(_0x3a74a8,_0x61be22){return _0x3a74a8===_0x61be22;},_0x31add4[_0x5d4283(0x1d7)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x31add4[_0x5d4283(0x2b7)]=_0x5d4283(0x282),_0x31add4[_0x5d4283(0x120)]=_0x5d4283(0x26a),_0x31add4[_0x5d4283(0x150)]=_0x5d4283(0x1c6),_0x31add4[_0x5d4283(0x121)]='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x31add4[_0x5d4283(0x280)]=_0x5d4283(0x28e),_0x31add4[_0x5d4283(0x245)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x368dd7=_0x31add4;try{const _0x242cb4=this[_0x5d4283(0x2b1)](_0x368dd7[_0x5d4283(0x1c9)]);if(_0x368dd7[_0x5d4283(0x160)](!_0x553cef,!_0x242cb4)){logger[_0x5d4283(0x2b0)](_0x368dd7[_0x5d4283(0x235)]);return;}if(!_0xe4ebe3||_0x368dd7[_0x5d4283(0x246)](_0xe4ebe3,_0x368dd7[_0x5d4283(0x228)])||_0x368dd7[_0x5d4283(0x28c)](_0xe4ebe3,'')){logger[_0x5d4283(0x2b0)](_0x368dd7[_0x5d4283(0x1d7)]);return;}logger[_0x5d4283(0x2b0)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON['stringify'](_0x583448)),_0xf40f89&&(logger[_0x5d4283(0x2b0)](_0x368dd7[_0x5d4283(0x2b7)]),await this[_0x5d4283(0x2ac)](_0x53e953,_0xe4ebe3,_0x368dd7['jCRdY'],_0x583448,_0x553cef,_0x368dd7['BSZQR']),_0x368dd7[_0x5d4283(0x160)](!_0x553cef,_0x242cb4)&&(logger[_0x5d4283(0x2b0)](_0x368dd7['ITZSn']),await PerformanceTester[_0x5d4283(0x1fa)](_0x368dd7[_0x5d4283(0x280)],async()=>{const _0x4006a8=_0x5d4283;await this['performScanForCli'](_0x53e953,_0xe4ebe3,_0x368dd7[_0x4006a8(0x1c9)],_0x583448,_0x553cef,_0x368dd7[_0x4006a8(0x1c9)]);})()),logger[_0x5d4283(0x184)](_0x368dd7[_0x5d4283(0x245)]));}catch(_0x59c4d2){logger['error'](_0x5d4283(0x1b6)+(_0x59c4d2[_0x5d4283(0x15f)]||_0x59c4d2[_0x5d4283(0x154)]));}}async[a80_0x2fda79(0x260)](_0x4a4fe6){const _0x384b0a=a80_0x2fda79,_0x248737={};_0x248737[_0x384b0a(0x22b)]=function(_0x56ff4c,_0x57a261){return _0x56ff4c!==_0x57a261;},_0x248737[_0x384b0a(0x279)]='cucumber',_0x248737['TzrGT']=function(_0x316bb3,_0x4ff737){return _0x316bb3!==_0x4ff737;},_0x248737[_0x384b0a(0x27c)]=_0x384b0a(0x20f),_0x248737[_0x384b0a(0x1d0)]=_0x384b0a(0x1d2),_0x248737[_0x384b0a(0x29e)]=_0x384b0a(0x26d),_0x248737['qYsne']=_0x384b0a(0x136),_0x248737['VNcZy']=function(_0x6630b8,_0x1f07d0){return _0x6630b8===_0x1f07d0;},_0x248737[_0x384b0a(0x1f9)]=_0x384b0a(0x210),_0x248737['uzbkV']=_0x384b0a(0x263),_0x248737[_0x384b0a(0x2bf)]=_0x384b0a(0x1b7),_0x248737[_0x384b0a(0x24e)]=_0x384b0a(0x1b8),_0x248737['zLcVc']=_0x384b0a(0x15d),_0x248737[_0x384b0a(0x19c)]=function(_0x2ea66,_0x5d73af){return _0x2ea66===_0x5d73af;},_0x248737['OHnTG']=_0x384b0a(0x1c6),_0x248737[_0x384b0a(0x155)]='null';const _0x43e171=_0x248737;if(_0x43e171[_0x384b0a(0x22b)](_0x4a4fe6[_0x384b0a(0x151)],_0x43e171['vwIhX'])&&_0x43e171[_0x384b0a(0x1a1)](_0x4a4fe6[_0x384b0a(0x151)],_0x43e171['yRHZO'])){logger['debug'](_0x43e171[_0x384b0a(0x1d0)]);return;}logger['debug']('onBeforeExecute:\x20command='+(_0x4a4fe6[_0x384b0a(0x202)]||_0x43e171[_0x384b0a(0x29e)])+_0x384b0a(0x1e2)+_0x4a4fe6[_0x384b0a(0x151)]);try{const _0x54f376=_0x4a4fe6[_0x384b0a(0x172)]||AutomationFramework[_0x384b0a(0x14a)](),_0x556dc3=TestFramework['getTrackedInstance'](),_0x45688f=_0x4a4fe6[_0x384b0a(0x202)]||_0x4a4fe6[_0x384b0a(0x1e1)]?.['getName']();if(!_0x45688f){logger[_0x384b0a(0x2b0)](_0x43e171[_0x384b0a(0x1e9)]);return;}if(!this[_0x384b0a(0x18e)]()){logger[_0x384b0a(0x2b0)](_0x384b0a(0x27d)+_0x45688f);return;}if(!this[_0x384b0a(0x236)](_0x45688f)){logger[_0x384b0a(0x2b0)](_0x384b0a(0x265)+_0x45688f+_0x384b0a(0x14b));return;}const _0x172b78=_0x4a4fe6[_0x384b0a(0x2d1)]||global[_0x384b0a(0x2ce)]?.[_0x384b0a(0x12b)];if(!_0x172b78){logger[_0x384b0a(0x2b0)](_0x384b0a(0x20d)+_0x45688f);return;}let _0x5e9b35='',_0x2431ef=null;if(_0x43e171[_0x384b0a(0x238)](_0x4a4fe6[_0x384b0a(0x151)],_0x43e171['yRHZO'])){_0x2431ef=_0x4a4fe6[_0x384b0a(0x15e)]?.['testAnalyticsId']||_0x4a4fe6['testInfo']?.['id']||global[_0x384b0a(0x204)];if(!_0x2431ef){logger[_0x384b0a(0x1dd)](_0x43e171['YcTBf']);return;}try{const _0x23b61d=await GrpcClient[_0x384b0a(0x2c9)]()['fetchDriverExecuteParamsEvent'](process[_0x384b0a(0x1ad)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x43e171['uzbkV'],_0x43e171['mtgJL'],_0x2431ef),_0x1c306f=AccessibilityModule[_0x384b0a(0x148)](null,_0x23b61d);_0x5e9b35=_0x1c306f?.['thTestRunUuid']||'',logger[_0x384b0a(0x2b0)](_0x384b0a(0x232)+_0x5e9b35+_0x384b0a(0x291)+_0x2431ef);}catch(_0x2f8da9){logger[_0x384b0a(0x15c)](_0x384b0a(0x192)+_0x2f8da9[_0x384b0a(0x154)]);return;}}else _0x5e9b35=this[_0x384b0a(0x197)](_0x43e171[_0x384b0a(0x24e)])||'';const _0x1ac31c=this[_0x384b0a(0x197)](_0x43e171[_0x384b0a(0x1b3)])||this[_0x384b0a(0x21b)][this[_0x384b0a(0x274)]]||null,_0x5769d6=process['env'][_0x384b0a(0x14d)]||'',_0x1ba6af=this['getParamsForScanForCli'](_0x45688f,_0x5e9b35,_0x1ac31c,_0x5769d6),_0x3bf7f9=_0x43e171[_0x384b0a(0x19c)](_0x4a4fe6[_0x384b0a(0x151)],_0x43e171['yRHZO'])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x43e171['OHnTG'],_0x5e9b35,_0x2431ef):await AccessibilityModule[_0x384b0a(0x250)](_0x43e171['OHnTG'],_0x5e9b35);logger[_0x384b0a(0x184)](_0x384b0a(0x22d)+(_0x1ba6af?JSON[_0x384b0a(0x231)](_0x1ba6af):_0x43e171['BiSXH']));const _0xdac188=CLIUtils[_0x384b0a(0x23a)](_0x1ba6af,_0x3bf7f9);logger[_0x384b0a(0x184)]('MergedScanArgs:\x20'+(_0xdac188?JSON[_0x384b0a(0x231)](_0xdac188):_0x43e171[_0x384b0a(0x155)])),logger[_0x384b0a(0x2b0)](_0x384b0a(0x1d5)+_0x45688f);const _0x294884=await this[_0x384b0a(0x2ac)](_0x172b78,_0x5e9b35,_0x45688f,_0xdac188,this[_0x384b0a(0x224)]);logger['debug'](_0x384b0a(0x183)+_0x45688f+_0x384b0a(0x29f)+_0x294884);}catch(_0x5a8648){logger[_0x384b0a(0x15c)](_0x384b0a(0x13a)+(_0x5a8648[_0x384b0a(0x15f)]||_0x5a8648[_0x384b0a(0x154)]));}}[a80_0x2fda79(0x258)](){const _0x519a99=a80_0x2fda79;return this[_0x519a99(0x18e)]();}['setShouldScanCurrentTest'](_0x12d8db){const _0x220af2=a80_0x2fda79,_0x99aecb=CLIUtils[_0x220af2(0x292)]();this[_0x220af2(0x263)][_0x220af2(0x1d3)](_0x99aecb,_0x12d8db);}async[a80_0x2fda79(0x153)](_0x37f613){const _0x11b69d=a80_0x2fda79,_0x1fa69f={};_0x1fa69f[_0x11b69d(0x1bb)]=_0x11b69d(0x26d);const _0x9649c5=_0x1fa69f;try{const _0x38e240=_0x37f613[_0x11b69d(0x172)]||AutomationFramework[_0x11b69d(0x14a)](),_0xcb28b5=_0x38e240?.[_0x11b69d(0x2c5)]?.()?.[_0x11b69d(0x21c)]?.(this[_0x11b69d(0x1a4)])||![];if(_0xcb28b5)return;PerformanceTester[_0x11b69d(0x23d)](EVENTS[_0x11b69d(0x146)]);const _0x5615a5=await GrpcClient[_0x11b69d(0x2c9)]()[_0x11b69d(0x21d)](_0x37f613);_0x5615a5&&_0x5615a5[_0x11b69d(0x182)]&&_0x5615a5['getAccessibility']()&&_0x5615a5['getAccessibility']()[_0x11b69d(0x283)]()?(await this[_0x11b69d(0x24b)](_0x5615a5,_0x37f613),_0x38e240?.[_0x11b69d(0x2c5)]&&_0x38e240[_0x11b69d(0x2c5)]()[_0x11b69d(0x1d3)](this['KEY_INIT'],!![]),logger[_0x11b69d(0x2b0)](_0x11b69d(0x1bf)+(_0x38e240?.['getPlatformIndex']?.()||_0x9649c5[_0x11b69d(0x1bb)])+_0x11b69d(0x11e))):logger[_0x11b69d(0x2b0)](_0x11b69d(0x1bf)+(_0x38e240?.[_0x11b69d(0x2c6)]?.()||_0x9649c5[_0x11b69d(0x1bb)])+_0x11b69d(0x1c1)),PerformanceTester[_0x11b69d(0x143)](EVENTS[_0x11b69d(0x146)]);}catch(_0x592890){PerformanceTester['end'](EVENTS[_0x11b69d(0x146)],![],_0x592890[_0x11b69d(0x154)]),logger[_0x11b69d(0x15c)](_0x11b69d(0x163)+(_0x592890[_0x11b69d(0x15f)]||_0x592890[_0x11b69d(0x154)]));}}async[a80_0x2fda79(0x24b)](_0x45b619,_0x1d5121){const _0x328e1d=a80_0x2fda79;await this[_0x328e1d(0x181)](_0x45b619,_0x1d5121);const _0x365159=_0x45b619[_0x328e1d(0x182)]()[_0x328e1d(0x191)]();if(_0x365159){const _0x955e15=_0x45b619[_0x328e1d(0x15a)]&&_0x45b619[_0x328e1d(0x15a)]();_0x955e15&&(this[_0x328e1d(0x21b)][this[_0x328e1d(0x274)]]=_0x955e15[_0x328e1d(0x125)]&&_0x955e15[_0x328e1d(0x125)]());}}['shouldScanForCommand'](_0x23564c){const _0x51819c=a80_0x2fda79,_0x4dac76={};_0x4dac76[_0x51819c(0x1ec)]=function(_0x54a983,_0x231c7d){return _0x54a983===_0x231c7d;};const _0x5199a7=_0x4dac76;try{if(!_0x23564c)return![];const _0x5399ca=this[_0x51819c(0x21b)]?.['options']?.[_0x51819c(0x18c)]?.['commandsList']||[],_0x2080ca=_0x5399ca[_0x51819c(0x25f)](_0x45af43=>{const _0xe617dd=_0x51819c;return _0x45af43['name']&&_0x5199a7[_0xe617dd(0x1ec)](_0x45af43[_0xe617dd(0x18d)][_0xe617dd(0x23e)](),_0x23564c['toLowerCase']());});return logger[_0x51819c(0x2b0)](_0x51819c(0x22a)+_0x23564c+'\x20->\x20'+_0x2080ca+_0x51819c(0x2db)+JSON[_0x51819c(0x231)](_0x5399ca[_0x51819c(0x2ba)](_0x3b86f6=>_0x3b86f6['name']))),_0x2080ca;}catch(_0x564d7c){return logger['debug'](_0x51819c(0x277)+_0x564d7c[_0x51819c(0x154)]),![];}}[a80_0x2fda79(0x1fe)](_0x1aabcb){const _0x3b83b0=a80_0x2fda79,_0x3a33fc={};_0x3a33fc[_0x3b83b0(0x157)]=function(_0x3984b3,_0x73e335){return _0x3984b3===_0x73e335;},_0x3a33fc[_0x3b83b0(0x2d6)]='string',_0x3a33fc[_0x3b83b0(0x134)]=_0x3b83b0(0x185);const _0x1cae5f=_0x3a33fc,_0x53ec76=_0x1aabcb[_0x3b83b0(0x2ad)]&&_0x1aabcb['getScript']();return _0x53ec76&&_0x1cae5f[_0x3b83b0(0x157)](typeof _0x53ec76,_0x1cae5f['cFDTG'])&&_0x53ec76[_0x3b83b0(0x1a5)](_0x1cae5f['XqTXa']);}[a80_0x2fda79(0x298)](_0x3793a8){const _0x4a153d=a80_0x2fda79,_0x1bbe49={};_0x1bbe49[_0x4a153d(0x16a)]=function(_0x569fb3,_0x3d9c66){return _0x569fb3!==_0x3d9c66;},_0x1bbe49[_0x4a153d(0x129)]=_0x4a153d(0x1ed),_0x1bbe49[_0x4a153d(0x1a2)]=_0x4a153d(0x263),_0x1bbe49['VkpzE']='performScan',_0x1bbe49[_0x4a153d(0x1ee)]='getResults',_0x1bbe49[_0x4a153d(0x169)]='saveTestResults';const _0x2872c1=_0x1bbe49,_0x406154=_0x3793a8[_0x4a153d(0x2ad)]&&_0x3793a8[_0x4a153d(0x2ad)]();if(!_0x406154||_0x2872c1['Rcvtn'](typeof _0x406154,_0x2872c1[_0x4a153d(0x129)]))return![];return _0x406154[_0x4a153d(0x1a5)](_0x2872c1['rZtuc'])||_0x406154['includes'](_0x2872c1[_0x4a153d(0x2c3)])||_0x406154['includes'](_0x2872c1[_0x4a153d(0x1ee)])||_0x406154[_0x4a153d(0x1a5)](_0x2872c1[_0x4a153d(0x169)]);}[a80_0x2fda79(0x1bc)](_0x2768c4,_0x3a942a,_0x4f41e3,_0x3cc7c4){const _0x5d9371=a80_0x2fda79,_0x166493={};_0x166493[_0x5d9371(0x194)]=function(_0x36049c,_0x3d19dc){return _0x36049c||_0x3d19dc;},_0x166493[_0x5d9371(0x1ab)]=function(_0x2cf3bc,_0x171dec){return _0x2cf3bc||_0x171dec;};const _0x32c53e=_0x166493;return{'command':_0x2768c4,'thTestRunUuid':_0x32c53e['yZzpV'](_0x3a942a,''),'thBuildUuid':_0x32c53e['yZzpV'](_0x4f41e3,''),'thJwtToken':_0x32c53e[_0x5d9371(0x1ab)](_0x3cc7c4,''),'timestamp':new Date()[_0x5d9371(0x13b)]()};}[a80_0x2fda79(0x2b1)](_0xc771cd){const _0x1ce6cf=a80_0x2fda79,_0x580346={};_0x580346['mxqxq']=function(_0x272e62,_0x5f51d8){return _0x272e62||_0x5f51d8;};const _0x4522db=_0x580346;try{const _0x4f8fce=this[_0x1ce6cf(0x21b)]?.[_0x1ce6cf(0x243)]?.[_0x1ce6cf(0x1e6)]||[],_0x24f852=_0x4f8fce[_0x1ce6cf(0x164)](_0x57324d=>_0x57324d[_0x1ce6cf(0x18d)]===_0xc771cd);return _0x4522db['mxqxq'](_0x24f852,null);}catch(_0x5c09be){return logger[_0x1ce6cf(0x2b0)](_0x1ce6cf(0x165)+_0xc771cd+':\x20'+_0x5c09be[_0x1ce6cf(0x154)]),null;}}async[a80_0x2fda79(0x2cb)](_0x4f35e5,_0x5bb5e7,_0x15cb11=null){const _0x1ed008=a80_0x2fda79,_0x1d77cb={'Ckpzh':function(_0x40b429,_0x9b4f9d){return _0x40b429(_0x9b4f9d);},'vKfZd':_0x1ed008(0x230)};try{if(!_0x4f35e5)return logger[_0x1ed008(0x2b0)](_0x1ed008(0x24f)+_0x5bb5e7),null;const _0x53262f=this[_0x1ed008(0x2b1)](_0x5bb5e7);if(!_0x53262f||!_0x53262f[_0x1ed008(0x1e1)])return logger[_0x1ed008(0x2b0)]('executeScriptByName:\x20No\x20'+_0x5bb5e7+_0x1ed008(0x25c)),null;logger[_0x1ed008(0x2b0)]('Executing\x20'+_0x5bb5e7+_0x1ed008(0x2d8));const _0x1e4074=_0x1d77cb[_0x1ed008(0x25e)](require,_0x1d77cb[_0x1ed008(0x12d)]),_0x32ecec=_0x15cb11?await _0x1e4074[_0x1ed008(0x17c)](_0x4f35e5,_0x53262f[_0x1ed008(0x1e1)],_0x15cb11):await _0x1e4074[_0x1ed008(0x17c)](_0x4f35e5,_0x53262f[_0x1ed008(0x1e1)]);return _0x32ecec;}catch(_0x36e9f1){return logger[_0x1ed008(0x15c)](_0x1ed008(0x205)+_0x5bb5e7+':\x20'+(_0x36e9f1[_0x1ed008(0x15f)]||_0x36e9f1[_0x1ed008(0x154)])),null;}}async[a80_0x2fda79(0x2ac)](_0x51dc9a,_0x21e988,_0x3e2069,_0x971eff,_0x52abfb,_0x545ba8='scan'){const _0x5eb568=a80_0x2fda79,_0x487289={'FqIpn':function(_0x22d3a5,_0x186f45){return _0x22d3a5===_0x186f45;},'qbjlX':'scan','BJPnW':function(_0x328fd2,_0x57d1c1){return _0x328fd2(_0x57d1c1);},'fUIRj':_0x5eb568(0x230),'cPCCH':function(_0x253577,_0x20f6a7){return _0x253577(_0x20f6a7);}};try{logger[_0x5eb568(0x2b0)](_0x5eb568(0x1cf)+_0x3e2069+_0x5eb568(0x227)+_0x545ba8);const _0x313b4d=this[_0x5eb568(0x2b1)](_0x545ba8);if(!_0x313b4d||!_0x313b4d['command']){logger['debug'](_0x5eb568(0x269)+_0x545ba8+_0x5eb568(0x201));return;}if(_0x487289[_0x5eb568(0x26c)](_0x545ba8,_0x487289[_0x5eb568(0x11b)])){const _0x569317=_0x487289['BJPnW'](require,_0x487289['fUIRj']),_0x4c5d71={};_0x4c5d71[_0x5eb568(0x1e1)]=_0x3e2069;const _0x471e6f=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5eb568(0x1c8)],async()=>{const _0x43dbfc=_0x5eb568;await _0x569317[_0x43dbfc(0x17c)](_0x51dc9a,_0x313b4d[_0x43dbfc(0x1e1)]);},_0x4c5d71)();return logger[_0x5eb568(0x184)](_0x5eb568(0x1b4)+_0x545ba8+'\x20result\x20for\x20'+_0x3e2069+':\x20'+util[_0x5eb568(0x1b1)](_0x471e6f)),_0x471e6f;}const _0xf80ba3=_0x487289[_0x5eb568(0x116)](require,_0x487289[_0x5eb568(0x12a)]),_0x5326ea=await PerformanceTester[_0x5eb568(0x1fa)](PerformanceA11yEvents[_0x5eb568(0x2b5)],async()=>{const _0x5cc07a=_0x5eb568;await _0xf80ba3['browserStackEvaluate'](_0x51dc9a,_0x313b4d[_0x5cc07a(0x1e1)],_0x971eff);})();return logger['info'](_0x5eb568(0x1b4)+_0x545ba8+'\x20result\x20for\x20'+_0x3e2069+':\x20'+util['format'](_0x5326ea)),_0x5326ea;}catch(_0x336dff){logger['error'](_0x5eb568(0x2b4)+_0x545ba8+':\x20'+(_0x336dff['stack']||_0x336dff[_0x5eb568(0x154)]));}}async['validatePlatformForAccessibility'](_0x2edba4){const _0x503a4d=a80_0x2fda79,_0x264991={'bjPKP':function(_0x45db35,_0xcedfe){return _0x45db35(_0xcedfe);},'JPAKT':'../../../helpers/accessibility-automation/helper'};try{const _0x53b3d8=_0x264991['bjPKP'](require,_0x264991['JPAKT']);return await _0x53b3d8[_0x503a4d(0x122)](_0x2edba4);}catch(_0x15ab55){return logger[_0x503a4d(0x15c)](_0x503a4d(0x2c1)+(_0x15ab55[_0x503a4d(0x15f)]||_0x15ab55[_0x503a4d(0x154)])),![];}}[a80_0x2fda79(0x1c2)](_0x30ae24,_0x3f83ca,_0xb6a6f1){const _0x126155=a80_0x2fda79,_0x38751c={'AdKcj':function(_0x200702,_0x1e314b){return _0x200702(_0x1e314b);},'Hircx':_0x126155(0x230),'dmkkd':_0x126155(0x189),'JaTWc':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x415a0a=_0x38751c[_0x126155(0x28a)](require,_0x38751c[_0x126155(0x2a9)]);_0x415a0a[_0x126155(0x1c2)](_0x30ae24,_0x3f83ca,_0xb6a6f1);const _0x41b8b6=JSON[_0x126155(0x231)](_0x30ae24)[_0x126155(0x119)](/"browserstack\.user":"[^"]*"/g,_0x38751c[_0x126155(0x27a)])[_0x126155(0x119)](/"browserstack\.key":"[^"]*"/g,_0x38751c[_0x126155(0x2c7)]);logger[_0x126155(0x2b0)](_0x126155(0x223)+global[_0x126155(0x133)]+'\x20'+_0x41b8b6);}catch(_0x219f48){logger[_0x126155(0x15c)](_0x126155(0x140)+(_0x219f48[_0x126155(0x15f)]||_0x219f48['message']));}}async[a80_0x2fda79(0x13c)](_0x296f5d){const _0x44e000=a80_0x2fda79,_0x3992b7={};_0x3992b7['dweAM']=_0x44e000(0x118),_0x3992b7['PPyEf']=_0x44e000(0x229);const _0x2638fe=_0x3992b7;try{if(!this[_0x44e000(0x18e)]())return logger[_0x44e000(0x1dd)](_0x2638fe['dweAM']),[];const _0x4ee27d=await this[_0x44e000(0x2cb)](_0x296f5d,_0x2638fe[_0x44e000(0x11c)]);return _0x4ee27d||[];}catch(_0x595c4f){return logger['error'](_0x44e000(0x16d)+(_0x595c4f[_0x44e000(0x15f)]||_0x595c4f[_0x44e000(0x154)])),[];}}async[a80_0x2fda79(0x1a8)](_0xa09896){const _0x7b508c=a80_0x2fda79,_0x2d71f7={'qhavX':'scan','zDviO':_0x7b508c(0x2dc),'RPgFp':_0x7b508c(0x244),'UxtcD':function(_0x293c82,_0x8c499){return _0x293c82(_0x8c499);},'qcGiA':_0x7b508c(0x1b5),'XlnFR':function(_0x59c259,_0x4d9913){return _0x59c259===_0x4d9913;},'aHVzt':'jest','doBLJ':_0x7b508c(0x130),'gjXkQ':_0x7b508c(0x263),'aSFGN':_0x7b508c(0x15d),'oqpsL':_0x7b508c(0x1a8),'xHHCv':_0x7b508c(0x1b8),'TvAnc':_0x7b508c(0x2bd),'pbbHh':_0x7b508c(0x2a3)};try{if(!this[_0x7b508c(0x18e)]())return logger[_0x7b508c(0x1dd)](_0x2d71f7[_0x7b508c(0x1cc)]),{};const _0x24968e=_0x2d71f7[_0x7b508c(0x1ea)](require,_0x2d71f7[_0x7b508c(0x29c)]),_0x599c7e=_0x24968e[_0x7b508c(0x195)](),_0x38acfe=_0x2d71f7[_0x7b508c(0x1ac)](_0x599c7e?.['name']?.[_0x7b508c(0x23e)](),_0x2d71f7[_0x7b508c(0x253)]);let _0x567747='',_0x13c5ef=null,_0x4ae5b0=null;if(_0x38acfe){_0x13c5ef=global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x7b508c(0x193)]?.[_0x7b508c(0x1d9)]||global[_0x7b508c(0x2ce)]?.[_0x7b508c(0x193)]?.['id'];if(!_0x13c5ef)return logger[_0x7b508c(0x1dd)](_0x2d71f7['doBLJ']),{};try{const _0x223745=await GrpcClient[_0x7b508c(0x2c9)]()[_0x7b508c(0x173)](process[_0x7b508c(0x1ad)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x2d71f7[_0x7b508c(0x262)],_0x2d71f7[_0x7b508c(0x247)],_0x13c5ef),_0x33ae3e=AccessibilityModule['loadDriverExecuteParams'](null,_0x223745);_0x567747=_0x33ae3e?.[_0x7b508c(0x233)]||'',logger[_0x7b508c(0x2b0)](_0x7b508c(0x1ff)+_0x567747+_0x7b508c(0x291)+_0x13c5ef);const _0x276410=await AccessibilityModule[_0x7b508c(0x250)](_0x2d71f7['zDviO'],_0x567747,_0x13c5ef),_0x52a5bc=this['getCapabilityValue'](_0x2d71f7[_0x7b508c(0x2da)])||this[_0x7b508c(0x21b)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x2a283c=process[_0x7b508c(0x1ad)][_0x7b508c(0x14d)]||'',_0x1aaaf9=this[_0x7b508c(0x1bc)](_0x2d71f7['oqpsL'],_0x567747,_0x52a5bc,_0x2a283c);_0x4ae5b0=_0x24968e[_0x7b508c(0x23a)](_0x1aaaf9,_0x276410),logger['debug'](_0x7b508c(0x13f)+JSON['stringify'](_0x4ae5b0));}catch(_0xf79d60){return logger[_0x7b508c(0x15c)](_0x7b508c(0x14f)+_0xf79d60[_0x7b508c(0x154)]),{};}}else{_0x567747=this['getCapabilityValue'](_0x2d71f7[_0x7b508c(0x1ca)])||'';const _0x7cd889=this['getCapabilityValue'](_0x2d71f7['aSFGN'])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x5dec31=process[_0x7b508c(0x1ad)][_0x7b508c(0x14d)]||'';_0x4ae5b0=this[_0x7b508c(0x1bc)](_0x2d71f7[_0x7b508c(0x23b)],_0x567747,_0x7cd889,_0x5dec31);}logger['debug'](_0x2d71f7[_0x7b508c(0x158)]),await PerformanceTester[_0x7b508c(0x1fa)](PerformanceA11yEvents[_0x7b508c(0x1c8)],async()=>{const _0x11e90c=_0x7b508c,_0x5530e7=await this['executeScriptByName'](_0xa09896,_0x2d71f7['qhavX'],_0x4ae5b0);logger[_0x11e90c(0x2b0)](_0x11e90c(0x2a5)+util[_0x11e90c(0x1b1)](_0x5530e7));},{'command':_0x2d71f7[_0x7b508c(0x23b)]})();const _0x29dabe=await PerformanceTester[_0x7b508c(0x1fa)](PerformanceA11yEvents[_0x7b508c(0x209)],async()=>{const _0xe02580=_0x7b508c;return await this[_0xe02580(0x2cb)](_0xa09896,_0x2d71f7['zDviO'],_0x4ae5b0);})();if(!_0x29dabe)return logger['debug'](_0x2d71f7['pbbHh']),{};return _0x29dabe;}catch(_0x5007d0){return logger[_0x7b508c(0x15c)](_0x7b508c(0x1f7)+(_0x5007d0[_0x7b508c(0x15f)]||_0x5007d0[_0x7b508c(0x154)])),{};}}async[a80_0x2fda79(0x1a7)](_0x1800ea,_0x2754d6,_0x35cf11=null){const _0x5b8a94=a80_0x2fda79,_0xfee3d1={};_0xfee3d1[_0x5b8a94(0x270)]=_0x5b8a94(0x2a7),_0xfee3d1['tPLzK']=_0x5b8a94(0x1f1),_0xfee3d1[_0x5b8a94(0x123)]=_0x5b8a94(0x145);const _0x5b0e8f=_0xfee3d1;try{if(!_0x1800ea)return logger[_0x5b8a94(0x2b0)](_0x5b0e8f[_0x5b8a94(0x270)]),null;if(!_0x2754d6)return logger[_0x5b8a94(0x2b0)](_0x5b0e8f['tPLzK']),null;logger['debug'](_0x5b0e8f[_0x5b8a94(0x123)]);const _0x516fdc=_0x35cf11?await _0x1800ea[_0x5b8a94(0x1c0)](_0x2754d6,_0x35cf11):await _0x1800ea[_0x5b8a94(0x1c0)](_0x2754d6);return _0x516fdc;}catch(_0x207acf){return logger[_0x5b8a94(0x15c)](_0x5b8a94(0x28f)+(_0x207acf[_0x5b8a94(0x15f)]||_0x207acf[_0x5b8a94(0x154)])),null;}}static['loadDriverExecuteParams'](_0x210df9,_0x1b2212){const _0xd9caba=a80_0x2fda79,_0x4fa922={};_0x4fa922[_0xd9caba(0x2bb)]=_0xd9caba(0x178);const _0x360dec=_0x4fa922,_0x8145b6={};_0x8145b6[_0xd9caba(0x233)]=_0x210df9;const _0x3618b2=_0x8145b6;let _0x453aaf={};if(_0x1b2212['getSuccess']()&&_0x1b2212['hasAccessibilityExecuteParams']())try{_0x453aaf=JSON[_0xd9caba(0x2cf)](new Buffer(_0x1b2212['getAccessibilityExecuteParams']())[_0xd9caba(0x170)](_0x360dec[_0xd9caba(0x2bb)]));}catch(_0x218a37){logger[_0xd9caba(0x15c)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x218a37[_0xd9caba(0x154)]),_0x453aaf={};}return CLIUtils[_0xd9caba(0x23a)](_0x3618b2,_0x453aaf);}static async['fetchCentralAuthA11yConfig'](_0x1628a5,_0x37ddd9='',_0xb98b9=null){const _0x240c55=a80_0x2fda79,_0x422b27={};_0x422b27[_0x240c55(0x216)]=_0x240c55(0x2bc),_0x422b27[_0x240c55(0x285)]='accessibility';const _0x50bf52=_0x422b27;try{if(!_0xb98b9&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x240c55(0x19d)];if(!process[_0x240c55(0x1ad)][_0x240c55(0x18f)])return logger['error'](_0x50bf52[_0x240c55(0x216)]),{};const _0x3de109=await GrpcClient[_0x240c55(0x2c9)]()[_0x240c55(0x173)](process[_0x240c55(0x1ad)][_0x240c55(0x18f)],_0x50bf52[_0x240c55(0x285)],_0x1628a5,_0xb98b9),_0x4d8583=_0xb98b9?AccessibilityModule[_0x240c55(0x148)](null,_0x3de109)?.[_0x240c55(0x233)]||_0x37ddd9:_0x37ddd9,_0x3ca359=AccessibilityModule[_0x240c55(0x148)](_0x4d8583,_0x3de109);return!_0xb98b9&&(AccessibilityModule[_0x240c55(0x19d)]=_0x3ca359,AccessibilityModule[_0x240c55(0x2d3)]=!![]),_0x3ca359;}catch(_0x4d9d9a){return logger[_0x240c55(0x15c)](_0x240c55(0x1a3)+_0x1628a5+':\x20'+(_0x4d9d9a[_0x240c55(0x15f)]||_0x4d9d9a['message'])),{};}}};module['exports']=AccessibilityModule;
@@ -1 +1 @@
1
- function a81_0x3619(){const _0x38163e=[',\x20platformIndex=','20ygjham','../../../helpers/test-observability/constants.js','LfMLZ','_test','testFramework','configure','CUCUMBER','testId','mjARW','jUCYx','Configured\x20module\x20','6ZnJbck','oCPvZ','2459288qUitmV','PLAYWRIGHT','2137608oTbCEx','exports','RKepV','platformIndex','debug','testInfo','JEST','glSHv','version','eJkSU','client','object','8ZaRhQJ','10pknZXD','5|3|1|4|0|2','422347dCqXJr','config','3|0|1|4|2','BaseModule','48324wkaVaU','getModuleName','split','\x20with\x20binSessionId=','name','3116905dmQAyn','binSessionId','10698369XKZyYP','vdCWC','Missing\x20binSessionId','setTestFrameworkData','HrrCO','3997511HLBQYf'];a81_0x3619=function(){return _0x38163e;};return a81_0x3619();}const a81_0x418d0f=a81_0x391b;(function(_0x1e527a,_0x9486a9){const _0x4889ac=a81_0x391b,_0x4379e3=_0x1e527a();while(!![]){try{const _0x467853=parseInt(_0x4889ac(0x89))/0x1+parseInt(_0x4889ac(0x87))/0x2*(parseInt(_0x4889ac(0x8d))/0x3)+-parseInt(_0x4889ac(0x78))/0x4+parseInt(_0x4889ac(0x92))/0x5*(-parseInt(_0x4889ac(0x76))/0x6)+-parseInt(_0x4889ac(0x99))/0x7*(parseInt(_0x4889ac(0x86))/0x8)+-parseInt(_0x4889ac(0x7a))/0x9+parseInt(_0x4889ac(0x6b))/0xa*(parseInt(_0x4889ac(0x94))/0xb);if(_0x467853===_0x9486a9)break;else _0x4379e3['push'](_0x4379e3['shift']());}catch(_0xee63e7){_0x4379e3['push'](_0x4379e3['shift']());}}}(a81_0x3619,0x61f69));function a81_0x391b(_0x3e0d79,_0x5063b1){const _0x3619fd=a81_0x3619();return a81_0x391b=function(_0x391b7a,_0x22ce2a){_0x391b7a=_0x391b7a-0x6a;let _0x4f5ab2=_0x3619fd[_0x391b7a];return _0x4f5ab2;},a81_0x391b(_0x3e0d79,_0x5063b1);}const logger=require('../../../helpers/logger.js')['winstonLogger'],{FRAMEWORKS}=require(a81_0x418d0f(0x6c));class BaseModule{constructor(_0x109293=null){const _0x3bbdf6=a81_0x418d0f,_0x507ab4={};_0x507ab4[_0x3bbdf6(0x6d)]=_0x3bbdf6(0x88),_0x507ab4[_0x3bbdf6(0x77)]=_0x3bbdf6(0x8c);const _0x40c6d8=_0x507ab4,_0x368494=_0x40c6d8['LfMLZ'][_0x3bbdf6(0x8f)]('|');let _0x244962=0x0;while(!![]){switch(_0x368494[_0x244962++]){case'0':this[_0x3bbdf6(0x84)]=null;continue;case'1':this[_0x3bbdf6(0x7d)]=0x0;continue;case'2':this['testFrameworkData']=this[_0x3bbdf6(0x97)](_0x109293);continue;case'3':this[_0x3bbdf6(0x93)]=null;continue;case'4':this['config']={};continue;case'5':this[_0x3bbdf6(0x91)]=_0x40c6d8[_0x3bbdf6(0x77)];continue;}break;}}['ensureBinSession'](){const _0x418872=a81_0x418d0f,_0x3d08e7={};_0x3d08e7[_0x418872(0x7c)]=_0x418872(0x96);const _0x411ade=_0x3d08e7;if(!this[_0x418872(0x93)])throw new Error(_0x411ade[_0x418872(0x7c)]);}[a81_0x418d0f(0x8e)](){const _0x469a90=a81_0x418d0f;return this[_0x469a90(0x91)];}[a81_0x418d0f(0x70)](_0x1ce9c6,_0x367245,_0x44984b,_0x5ce58b={}){const _0x44f111=a81_0x418d0f,_0x443068={};_0x443068['mjARW']=_0x44f111(0x8b);const _0x21d951=_0x443068,_0x4cde4f=_0x21d951[_0x44f111(0x73)]['split']('|');let _0x1511c6=0x0;while(!![]){switch(_0x4cde4f[_0x1511c6++]){case'0':this['platformIndex']=_0x367245;continue;case'1':this['client']=_0x44984b;continue;case'2':logger[_0x44f111(0x7e)](_0x44f111(0x75)+this[_0x44f111(0x8e)]()+_0x44f111(0x90)+_0x1ce9c6+_0x44f111(0x6a)+_0x367245);continue;case'3':this[_0x44f111(0x93)]=_0x1ce9c6;continue;case'4':this[_0x44f111(0x8a)]=_0x5ce58b;continue;}break;}}['getTestId'](_0x51da1a){const _0x54ccc4=a81_0x418d0f,_0x216992={};_0x216992[_0x54ccc4(0x81)]=function(_0x40d762,_0x48e7f0){return _0x40d762===_0x48e7f0;},_0x216992[_0x54ccc4(0x95)]=function(_0x2d9628,_0x80a88c){return _0x2d9628===_0x80a88c;},_0x216992[_0x54ccc4(0x74)]=function(_0x543ab9,_0x585522){return _0x543ab9===_0x585522;};const _0x30c411=_0x216992;let _0xdfa40='';if(_0x30c411[_0x54ccc4(0x81)](_0x51da1a[_0x54ccc4(0x6f)],FRAMEWORKS[_0x54ccc4(0x79)]))_0xdfa40=_0x51da1a['testInfo']?.[_0x54ccc4(0x6e)]?.['id']||_0x51da1a['testInfo']?.[_0x54ccc4(0x72)];else{if(_0x30c411[_0x54ccc4(0x95)](_0x51da1a[_0x54ccc4(0x6f)],FRAMEWORKS[_0x54ccc4(0x71)]))_0xdfa40=_0x51da1a[_0x54ccc4(0x7f)]?.['testCaseStartedId'];else _0x30c411['jUCYx'](_0x51da1a[_0x54ccc4(0x6f)],FRAMEWORKS[_0x54ccc4(0x80)])&&(_0xdfa40=_0x51da1a[_0x54ccc4(0x7f)]?.['id']);}return _0xdfa40;}[a81_0x418d0f(0x97)](_0x5aeab0){const _0x2c6840=a81_0x418d0f,_0x1cca9e={};_0x1cca9e['eJkSU']=function(_0x2e98f2,_0x1d5c17){return _0x2e98f2!==_0x1d5c17;},_0x1cca9e[_0x2c6840(0x98)]=_0x2c6840(0x85);const _0x34ac05=_0x1cca9e;if(!_0x5aeab0||_0x34ac05[_0x2c6840(0x83)](typeof _0x5aeab0,_0x34ac05[_0x2c6840(0x98)]))return null;const _0xee3e52={};_0xee3e52[_0x2c6840(0x91)]=_0x5aeab0['name'],_0xee3e52[_0x2c6840(0x82)]=_0x5aeab0[_0x2c6840(0x82)]&&_0x5aeab0['version'][_0x5aeab0[_0x2c6840(0x91)]];const _0x99cf7b=_0xee3e52;return _0x99cf7b;}}module[a81_0x418d0f(0x7b)]=BaseModule;
1
+ function a81_0x1438(_0xf99643,_0x37933e){const _0x339c3e=a81_0x339c();return a81_0x1438=function(_0x143885,_0x51bdc9){_0x143885=_0x143885-0xc9;let _0x1d9b1b=_0x339c3e[_0x143885];return _0x1d9b1b;},a81_0x1438(_0xf99643,_0x37933e);}const a81_0x46af66=a81_0x1438;function a81_0x339c(){const _0x2cd249=['version','2139468nVuQJr','_test','2|3|4|1|5|0','OKTmQ','config','../../../helpers/logger.js','object','winstonLogger','platformIndex','PLAYWRIGHT','WUVfM','3|4|2|1|0','name','10512kdCcwX','GorMD','getModuleName','4RVcYzY','testFrameworkData',',\x20platformIndex=','split','CUCUMBER','JEST','exports','client','856rANYRX','4213622Hoxchh','vvyvt','iruPQ','\x20with\x20binSessionId=','143751MaSSim','getTestId','aFcmW','testCaseStartedId','binSessionId','setTestFrameworkData','testFramework','testInfo','xuWks','8036NyoJnU','3315110HzUTCu','1713562KDFYro'];a81_0x339c=function(){return _0x2cd249;};return a81_0x339c();}(function(_0x380072,_0x513337){const _0x3b69e5=a81_0x1438,_0x57a1a9=_0x380072();while(!![]){try{const _0x3c1341=parseInt(_0x3b69e5(0xe8))/0x1+parseInt(_0x3b69e5(0xea))/0x2+parseInt(_0x3b69e5(0xdf))/0x3+-parseInt(_0x3b69e5(0xd2))/0x4*(-parseInt(_0x3b69e5(0xe9))/0x5)+-parseInt(_0x3b69e5(0xec))/0x6+-parseInt(_0x3b69e5(0xdb))/0x7+-parseInt(_0x3b69e5(0xda))/0x8*(parseInt(_0x3b69e5(0xcf))/0x9);if(_0x3c1341===_0x513337)break;else _0x57a1a9['push'](_0x57a1a9['shift']());}catch(_0x3d53a0){_0x57a1a9['push'](_0x57a1a9['shift']());}}}(a81_0x339c,0x782e0));const logger=require(a81_0x46af66(0xf1))[a81_0x46af66(0xc9)],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x8ed143=null){const _0x3503a1=a81_0x46af66,_0x19845a={};_0x19845a['aFcmW']=_0x3503a1(0xee),_0x19845a[_0x3503a1(0xdd)]='BaseModule';const _0x430c50=_0x19845a,_0x439dac=_0x430c50[_0x3503a1(0xe1)][_0x3503a1(0xd5)]('|');let _0x216a36=0x0;while(!![]){switch(_0x439dac[_0x216a36++]){case'0':this[_0x3503a1(0xd3)]=this['setTestFrameworkData'](_0x8ed143);continue;case'1':this[_0x3503a1(0xf0)]={};continue;case'2':this['name']=_0x430c50[_0x3503a1(0xdd)];continue;case'3':this[_0x3503a1(0xe3)]=null;continue;case'4':this[_0x3503a1(0xca)]=0x0;continue;case'5':this[_0x3503a1(0xd9)]=null;continue;}break;}}['ensureBinSession'](){const _0xb2fd3e=a81_0x46af66,_0x5cab91={};_0x5cab91[_0xb2fd3e(0xd0)]='Missing\x20binSessionId';const _0x539c51=_0x5cab91;if(!this['binSessionId'])throw new Error(_0x539c51[_0xb2fd3e(0xd0)]);}[a81_0x46af66(0xd1)](){const _0xcb63bf=a81_0x46af66;return this[_0xcb63bf(0xce)];}['configure'](_0x29b38,_0x1ee6a9,_0x2afc09,_0x399d22={}){const _0x3cb7b8=a81_0x46af66,_0x13c84e={};_0x13c84e['xuWks']=_0x3cb7b8(0xcd);const _0x50f452=_0x13c84e,_0x4bc7a4=_0x50f452[_0x3cb7b8(0xe7)][_0x3cb7b8(0xd5)]('|');let _0x56c20c=0x0;while(!![]){switch(_0x4bc7a4[_0x56c20c++]){case'0':logger['debug']('Configured\x20module\x20'+this[_0x3cb7b8(0xd1)]()+_0x3cb7b8(0xde)+_0x29b38+_0x3cb7b8(0xd4)+_0x1ee6a9);continue;case'1':this[_0x3cb7b8(0xf0)]=_0x399d22;continue;case'2':this[_0x3cb7b8(0xd9)]=_0x2afc09;continue;case'3':this['binSessionId']=_0x29b38;continue;case'4':this[_0x3cb7b8(0xca)]=_0x1ee6a9;continue;}break;}}[a81_0x46af66(0xe0)](_0x3491a8){const _0x47dfad=a81_0x46af66,_0x33c418={};_0x33c418['vvyvt']=function(_0x5ce75a,_0x198f41){return _0x5ce75a===_0x198f41;};const _0x410c58=_0x33c418;let _0x496bae='';if(_0x410c58[_0x47dfad(0xdc)](_0x3491a8[_0x47dfad(0xe5)],FRAMEWORKS[_0x47dfad(0xcb)]))_0x496bae=_0x3491a8[_0x47dfad(0xe6)]?.[_0x47dfad(0xed)]?.['id']||_0x3491a8['testInfo']?.['testId'];else{if(_0x410c58['vvyvt'](_0x3491a8[_0x47dfad(0xe5)],FRAMEWORKS[_0x47dfad(0xd6)]))_0x496bae=_0x3491a8[_0x47dfad(0xe6)]?.[_0x47dfad(0xe2)];else _0x410c58[_0x47dfad(0xdc)](_0x3491a8[_0x47dfad(0xe5)],FRAMEWORKS[_0x47dfad(0xd7)])&&(_0x496bae=_0x3491a8['testInfo']?.['id']);}return _0x496bae;}[a81_0x46af66(0xe4)](_0x46dc39){const _0x587fc9=a81_0x46af66,_0x19a891={};_0x19a891[_0x587fc9(0xef)]=function(_0x4e6941,_0x2584e9){return _0x4e6941!==_0x2584e9;},_0x19a891[_0x587fc9(0xcc)]=_0x587fc9(0xf2);const _0x278f25=_0x19a891;if(!_0x46dc39||_0x278f25[_0x587fc9(0xef)](typeof _0x46dc39,_0x278f25[_0x587fc9(0xcc)]))return null;const _0x200070={};_0x200070[_0x587fc9(0xce)]=_0x46dc39[_0x587fc9(0xce)],_0x200070[_0x587fc9(0xeb)]=_0x46dc39['version']&&_0x46dc39[_0x587fc9(0xeb)][_0x46dc39['name']];const _0x1b2755=_0x200070;return _0x1b2755;}}module[a81_0x46af66(0xd8)]=BaseModule;
@@ -1 +1 @@
1
- function a82_0xb66b(_0x1b5c35,_0x22ad60){const _0x12a540=a82_0x12a5();return a82_0xb66b=function(_0xb66b7d,_0x45df3c){_0xb66b7d=_0xb66b7d-0xb3;let _0x19a759=_0x12a540[_0xb66b7d];return _0x19a759;},a82_0xb66b(_0x1b5c35,_0x22ad60);}const a82_0x136e08=a82_0xb66b;(function(_0x2a5491,_0x8ace49){const _0x5fa947=a82_0xb66b,_0x200812=_0x2a5491();while(!![]){try{const _0x189998=parseInt(_0x5fa947(0xc1))/0x1+-parseInt(_0x5fa947(0xb8))/0x2*(-parseInt(_0x5fa947(0xd5))/0x3)+-parseInt(_0x5fa947(0xbd))/0x4*(-parseInt(_0x5fa947(0xcd))/0x5)+-parseInt(_0x5fa947(0xe2))/0x6+parseInt(_0x5fa947(0xb5))/0x7+-parseInt(_0x5fa947(0xc0))/0x8+parseInt(_0x5fa947(0xbf))/0x9*(-parseInt(_0x5fa947(0xba))/0xa);if(_0x189998===_0x8ace49)break;else _0x200812['push'](_0x200812['shift']());}catch(_0x2e7a0a){_0x200812['push'](_0x200812['shift']());}}}(a82_0x12a5,0x61a81));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a82_0x136e08(0xc3)),{sendSdkEvents}=require('../../../helpers/helper.js'),isLTSSession=(_0x1dde9a=null)=>{const _0x56d1e1=a82_0x136e08,_0x2ef8c1={};_0x2ef8c1[_0x56d1e1(0xe4)]=function(_0x427474,_0x6f16f9){return _0x427474!==_0x6f16f9;},_0x2ef8c1[_0x56d1e1(0xe1)]=_0x56d1e1(0xd3),_0x2ef8c1[_0x56d1e1(0xbb)]=function(_0x1b9100,_0x367b22){return _0x1b9100===_0x367b22;},_0x2ef8c1['OVToP']=_0x56d1e1(0xb7),_0x2ef8c1[_0x56d1e1(0xd1)]=_0x56d1e1(0xc4),_0x2ef8c1[_0x56d1e1(0xb6)]=function(_0x31f413,_0x19b559){return _0x31f413===_0x19b559;},_0x2ef8c1[_0x56d1e1(0xc9)]=_0x56d1e1(0xcb);const _0x37c6f6=_0x2ef8c1;try{if(_0x37c6f6[_0x56d1e1(0xe4)](typeof process[_0x56d1e1(0xda)][_0x56d1e1(0xcf)],_0x37c6f6[_0x56d1e1(0xe1)])){const _0x5c4834=process[_0x56d1e1(0xda)]['overrideLoadTesting'];return _0x37c6f6[_0x56d1e1(0xbb)](typeof _0x5c4834,_0x37c6f6[_0x56d1e1(0xc8)])?_0x37c6f6[_0x56d1e1(0xbb)](_0x5c4834[_0x56d1e1(0xc7)](),_0x37c6f6[_0x56d1e1(0xd1)]):!!_0x5c4834;}const _0x537a2a=_0x1dde9a&&_0x1dde9a['overrideLoadTesting'],_0x39f554=!!(_0x1dde9a&&(_0x37c6f6[_0x56d1e1(0xb6)](_0x1dde9a[_0x56d1e1(0xd2)],!![])||_0x37c6f6['WaOJy'](_0x1dde9a['browserstackAutomation'],_0x37c6f6[_0x56d1e1(0xd1)]))),_0x52bbaa=!!(_0x537a2a&&_0x37c6f6[_0x56d1e1(0xb6)](_0x537a2a[_0x56d1e1(0xce)]()[_0x56d1e1(0xc7)](),_0x37c6f6['eYiZt'])&&!_0x39f554);return process[_0x56d1e1(0xda)][_0x56d1e1(0xcf)]=_0x52bbaa?_0x37c6f6[_0x56d1e1(0xd1)]:_0x37c6f6['fWwFi'],_0x52bbaa;}catch(_0x564628){return process['env'][_0x56d1e1(0xcf)]=_0x37c6f6[_0x56d1e1(0xc9)],![];}},getLTSSessionId=()=>{const _0x2525fe=a82_0x136e08,_0x471244={'BjDGm':function(_0x50059f){return _0x50059f();},'VsZvQ':_0x2525fe(0xb9),'yTnrW':_0x2525fe(0xbe)};try{if(_0x471244[_0x2525fe(0xd8)](isLTSSession))return logger[_0x2525fe(0xcc)](_0x471244[_0x2525fe(0xdf)]),process[_0x2525fe(0xda)]['BROWSERSTACK_LTS_SESSION_ID']||'';}catch(_0x33120e){logger[_0x2525fe(0xb4)](_0x2525fe(0xdb)+(_0x33120e&&_0x33120e[_0x2525fe(0xd4)]));}return logger[_0x2525fe(0xcc)](_0x471244['yTnrW']),'';},setLTSSessionId=async(_0x34c9f8={})=>{const _0x34040c=a82_0x136e08,_0x3c17fb={'hfnkT':function(_0x15937d){return _0x15937d();},'qSNlN':'BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','DqPSJ':_0x34040c(0xdd),'blEko':_0x34040c(0xd0),'zikzA':function(_0x19375d,_0x19a6bc){return _0x19375d(_0x19a6bc);},'MYnAw':function(_0x3a3051,_0x5443bd,_0x3c62d7){return _0x3a3051(_0x5443bd,_0x3c62d7);},'iyupF':function(_0x2daeac,_0x5ef82a){return _0x2daeac||_0x5ef82a;}};try{const _0x3f5a39=_0x3c17fb[_0x34040c(0xe5)](getLTSSessionId);_0x3f5a39?(process[_0x34040c(0xda)][_0x34040c(0xc2)]=_0x3f5a39,logger[_0x34040c(0xcc)](_0x3c17fb[_0x34040c(0xc6)])):(delete process[_0x34040c(0xda)][_0x34040c(0xc2)],logger[_0x34040c(0xcc)](_0x3c17fb[_0x34040c(0xca)]));try{const _0x5a8802={'feature':_0x3c17fb[_0x34040c(0xd6)],'ltsEnabled':_0x3c17fb[_0x34040c(0xe0)](isLTSSession,_0x34c9f8),'ltsSessionIdPresent':!!_0x3f5a39};await _0x3c17fb[_0x34040c(0xbc)](sendSdkEvents,_0x5a8802,_0x34c9f8);}catch(_0x1eba39){logger[_0x34040c(0xcc)](_0x34040c(0xd7)+(_0x1eba39&&_0x1eba39[_0x34040c(0xd4)]));}return _0x3c17fb[_0x34040c(0xd9)](_0x3f5a39,'');}catch(_0x4f38b4){return logger[_0x34040c(0xcc)](_0x34040c(0xb3)+(_0x4f38b4&&_0x4f38b4[_0x34040c(0xd4)])),'';}},a82_0x262939={};a82_0x262939[a82_0x136e08(0xe3)]=isLTSSession,a82_0x262939[a82_0x136e08(0xdc)]=getLTSSessionId,a82_0x262939[a82_0x136e08(0xc5)]=setLTSSessionId,module[a82_0x136e08(0xde)]=a82_0x262939;function a82_0x12a5(){const _0x4ec3b0=['346151mNqWXY','BROWSERSTACK_LTS_SESSION_ID','LoadTestModule','true','setLTSSessionId','qSNlN','toLowerCase','OVToP','fWwFi','DqPSJ','false','debug','20VTlXyP','toString','overrideLoadTesting','LTS','eYiZt','browserstackAutomation','undefined','message','2529debycJ','blEko','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','BjDGm','iyupF','env','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','getLTSSessionId','BROWSERSTACK_LTS_SESSION_ID\x20cleared','exports','VsZvQ','zikzA','gNUDF','1667784KitaRV','isLTSSession','MaTvL','hfnkT','setLTSSessionId\x20error:\x20','error','133056bxifFL','WaOJy','string','478uPkGTi','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','238440ElRqmI','nfvgM','MYnAw','596308nUmZWT','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','162Uhyueh','446296WlUVQa'];a82_0x12a5=function(){return _0x4ec3b0;};return a82_0x12a5();}
1
+ function a82_0x4e3a(){const _0x56c9d4=['overrideLoadTesting','browserstackAutomation','QyICu','setLTSSessionId\x20error:\x20','false','kfDoW','8KOWsJo','aWpmU','BjqPW','gCsPk','setLTSSessionId','BROWSERSTACK_LTS_SESSION_ID\x20cleared','toLowerCase','20jMWPoC','7849681sdQolC','2772814KHMdhP','toString','8MXZePK','700176lGcMbZ','LuwjF','BROWSERSTACK_LTS_SESSION_ID','ypGSM','36931240rhEQOn','exports','3807792XTASOQ','../../../helpers/helper.js','getLTSSessionId','error','LTS','JRcIQ','gzVea','yKVkO','WPaHr','zMbJx','jghcT','LoadTestModule','env','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','message','131570AWcUNm','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','undefined','string','178533HzqFxi','debug','OgjyG'];a82_0x4e3a=function(){return _0x56c9d4;};return a82_0x4e3a();}const a82_0x4bd443=a82_0x1a1e;(function(_0xf97b8e,_0x393b7c){const _0x3f992f=a82_0x1a1e,_0x116f17=_0xf97b8e();while(!![]){try{const _0x51296f=-parseInt(_0x3f992f(0x129))/0x1+-parseInt(_0x3f992f(0x13f))/0x2+parseInt(_0x3f992f(0x12d))/0x3*(-parseInt(_0x3f992f(0x141))/0x4)+-parseInt(_0x3f992f(0x13d))/0x5*(parseInt(_0x3f992f(0x142))/0x6)+-parseInt(_0x3f992f(0x13e))/0x7*(parseInt(_0x3f992f(0x136))/0x8)+parseInt(_0x3f992f(0x148))/0x9+parseInt(_0x3f992f(0x146))/0xa;if(_0x51296f===_0x393b7c)break;else _0x116f17['push'](_0x116f17['shift']());}catch(_0x233d4d){_0x116f17['push'](_0x116f17['shift']());}}}(a82_0x4e3a,0xd98a6));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a82_0x4bd443(0x125)),{sendSdkEvents}=require(a82_0x4bd443(0x149)),isLTSSession=(_0x2c0271=null)=>{const _0x4ceb57=a82_0x4bd443,_0x5204fa={};_0x5204fa[_0x4ceb57(0x135)]=function(_0x25387f,_0x410e91){return _0x25387f!==_0x410e91;},_0x5204fa[_0x4ceb57(0x122)]=_0x4ceb57(0x12b),_0x5204fa[_0x4ceb57(0x145)]=function(_0x117ff6,_0x50ad6b){return _0x117ff6===_0x50ad6b;},_0x5204fa['QyICu']=_0x4ceb57(0x12c),_0x5204fa[_0x4ceb57(0x123)]=function(_0x568596,_0x3edc31){return _0x568596===_0x3edc31;},_0x5204fa[_0x4ceb57(0x12f)]='true',_0x5204fa[_0x4ceb57(0x137)]=function(_0x3fb820,_0x138c8a){return _0x3fb820===_0x138c8a;},_0x5204fa[_0x4ceb57(0x143)]=function(_0x3571e7,_0x5d7480){return _0x3571e7===_0x5d7480;},_0x5204fa[_0x4ceb57(0x124)]=_0x4ceb57(0x134);const _0x3d5c09=_0x5204fa;try{if(_0x3d5c09[_0x4ceb57(0x135)](typeof process[_0x4ceb57(0x126)][_0x4ceb57(0x130)],_0x3d5c09[_0x4ceb57(0x122)])){const _0x302a12=process[_0x4ceb57(0x126)][_0x4ceb57(0x130)];return _0x3d5c09['ypGSM'](typeof _0x302a12,_0x3d5c09[_0x4ceb57(0x132)])?_0x3d5c09['zMbJx'](_0x302a12[_0x4ceb57(0x13c)](),_0x3d5c09[_0x4ceb57(0x12f)]):!!_0x302a12;}const _0x445bb5=_0x2c0271&&_0x2c0271[_0x4ceb57(0x130)],_0x52582d=!!(_0x2c0271&&(_0x3d5c09[_0x4ceb57(0x137)](_0x2c0271[_0x4ceb57(0x131)],!![])||_0x3d5c09[_0x4ceb57(0x137)](_0x2c0271[_0x4ceb57(0x131)],_0x3d5c09[_0x4ceb57(0x12f)]))),_0x14883b=!!(_0x445bb5&&_0x3d5c09[_0x4ceb57(0x143)](_0x445bb5[_0x4ceb57(0x140)]()['toLowerCase'](),_0x3d5c09[_0x4ceb57(0x12f)])&&!_0x52582d);return process['env']['overrideLoadTesting']=_0x14883b?_0x3d5c09[_0x4ceb57(0x12f)]:_0x3d5c09[_0x4ceb57(0x124)],_0x14883b;}catch(_0x18ea58){return process[_0x4ceb57(0x126)][_0x4ceb57(0x130)]=_0x3d5c09['jghcT'],![];}},getLTSSessionId=()=>{const _0x1a887f=a82_0x4bd443,_0x480a14={'yKVkO':function(_0x2afb84){return _0x2afb84();},'alMjj':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','WRpJO':_0x1a887f(0x127)};try{if(_0x480a14[_0x1a887f(0x121)](isLTSSession))return logger[_0x1a887f(0x12e)](_0x480a14['alMjj']),process['env'][_0x1a887f(0x144)]||'';}catch(_0x4a0dec){logger[_0x1a887f(0x14b)](_0x1a887f(0x12a)+(_0x4a0dec&&_0x4a0dec[_0x1a887f(0x128)]));}return logger[_0x1a887f(0x12e)](_0x480a14['WRpJO']),'';},setLTSSessionId=async(_0x4ba6c7={})=>{const _0x2dfe0e=a82_0x4bd443,_0x301021={'JRcIQ':function(_0x3da2ac){return _0x3da2ac();},'pMhFa':'BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','djuys':_0x2dfe0e(0x13b),'zIWLf':_0x2dfe0e(0x14c),'gCsPk':function(_0x4d8f48,_0x29b829){return _0x4d8f48(_0x29b829);},'gzVea':function(_0x56b896,_0x3d28e5,_0x130d47){return _0x56b896(_0x3d28e5,_0x130d47);},'BjqPW':function(_0x1297dd,_0x4c63b2){return _0x1297dd||_0x4c63b2;}};try{const _0x503b11=_0x301021[_0x2dfe0e(0x14d)](getLTSSessionId);_0x503b11?(process[_0x2dfe0e(0x126)]['BROWSERSTACK_LTS_SESSION_ID']=_0x503b11,logger[_0x2dfe0e(0x12e)](_0x301021['pMhFa'])):(delete process['env'][_0x2dfe0e(0x144)],logger[_0x2dfe0e(0x12e)](_0x301021['djuys']));try{const _0x3d4401={'feature':_0x301021['zIWLf'],'ltsEnabled':_0x301021[_0x2dfe0e(0x139)](isLTSSession,_0x4ba6c7),'ltsSessionIdPresent':!!_0x503b11};await _0x301021[_0x2dfe0e(0x120)](sendSdkEvents,_0x3d4401,_0x4ba6c7);}catch(_0x27f0f4){logger[_0x2dfe0e(0x12e)]('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x27f0f4&&_0x27f0f4[_0x2dfe0e(0x128)]));}return _0x301021[_0x2dfe0e(0x138)](_0x503b11,'');}catch(_0x45d51b){return logger[_0x2dfe0e(0x12e)](_0x2dfe0e(0x133)+(_0x45d51b&&_0x45d51b[_0x2dfe0e(0x128)])),'';}},a82_0x1a17fd={};function a82_0x1a1e(_0x4ff639,_0x39f5aa){const _0x4e3abe=a82_0x4e3a();return a82_0x1a1e=function(_0x1a1ec2,_0x246ed0){_0x1a1ec2=_0x1a1ec2-0x120;let _0x294d65=_0x4e3abe[_0x1a1ec2];return _0x294d65;},a82_0x1a1e(_0x4ff639,_0x39f5aa);}a82_0x1a17fd['isLTSSession']=isLTSSession,a82_0x1a17fd[a82_0x4bd443(0x14a)]=getLTSSessionId,a82_0x1a17fd[a82_0x4bd443(0x13a)]=setLTSSessionId,module[a82_0x4bd443(0x147)]=a82_0x1a17fd;
@@ -1 +1 @@
1
- function a83_0x45c6(){const _0x49d1e5=['name','../../../helpers/performance/constants.js','getModuleName','debug','MODULE_NAME','3735816diWARM','3OGqaAd','fNvDP','PRLfw','6ZeMEvE','../../../helpers/performance/performance-tester.js','now','info','../state/automationFrameworkState.js','page','2108025KsrCFD','logger','1878664OOQoZb','wDZNi','POST','GwFfw','onBeforeTest','ObservabilitySync:','../state/hookState.js','TEST_REPORTING_ANALYTICS','SYNC','start','qVzzG','observabilityConfig','./baseModule','onBeforeTest:\x20page\x20is\x20not\x20defined','../../../helpers/classLogger.js','exports','CREATE','registerObserver','16cGJKIu','963995kEmAqn','onBeforeTest:\x20','ObservabilityModule','882686AXwulJ','TVhtN','188028ZZrBMp','1311160DRanUA','../../utils/constants.js'];a83_0x45c6=function(){return _0x49d1e5;};return a83_0x45c6();}const a83_0x10e9f6=a83_0x27cb;function a83_0x27cb(_0x5e7b64,_0x50ea39){const _0x45c6b6=a83_0x45c6();return a83_0x27cb=function(_0x27cb63,_0x1f6fd5){_0x27cb63=_0x27cb63-0x1e3;let _0x58ac39=_0x45c6b6[_0x27cb63];return _0x58ac39;},a83_0x27cb(_0x5e7b64,_0x50ea39);}(function(_0x53370f,_0x1dc833){const _0x330876=a83_0x27cb,_0x4df65c=_0x53370f();while(!![]){try{const _0x242875=-parseInt(_0x330876(0x1f3))/0x1+-parseInt(_0x330876(0x1f1))/0x2*(-parseInt(_0x330876(0x1fc))/0x3)+parseInt(_0x330876(0x207))/0x4+parseInt(_0x330876(0x1ee))/0x5*(-parseInt(_0x330876(0x1ff))/0x6)+-parseInt(_0x330876(0x1fb))/0x7+-parseInt(_0x330876(0x1ed))/0x8*(-parseInt(_0x330876(0x205))/0x9)+-parseInt(_0x330876(0x1f4))/0xa;if(_0x242875===_0x1dc833)break;else _0x4df65c['push'](_0x4df65c['shift']());}catch(_0x3ff455){_0x4df65c['push'](_0x4df65c['shift']());}}}(a83_0x45c6,0x51804));const BaseModule=require(a83_0x10e9f6(0x1e7)),{createClassLogger}=require(a83_0x10e9f6(0x1e9)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a83_0x10e9f6(0x203)),HookState=require(a83_0x10e9f6(0x20d)),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require(a83_0x10e9f6(0x200)),{O11y_EVENTS}=require(a83_0x10e9f6(0x1f7)),constants=require(a83_0x10e9f6(0x1f5));class ObservabilityModule extends BaseModule{['logger']=createClassLogger(a83_0x10e9f6(0x1f0));constructor(_0x2450cd){const _0x36d2ea=a83_0x10e9f6,_0x45e257={};_0x45e257[_0x36d2ea(0x1fe)]='ObservabilityModule';const _0x59fff1=_0x45e257;super(),this[_0x36d2ea(0x1f6)]=_0x59fff1[_0x36d2ea(0x1fe)],this[_0x36d2ea(0x1e6)]=_0x2450cd,AutomationFramework[_0x36d2ea(0x1ec)](AutomationFrameworkState[_0x36d2ea(0x1eb)],HookState[_0x36d2ea(0x209)],this['onBeforeTest']['bind'](this));}[a83_0x10e9f6(0x1f8)](){const _0x40d12e=a83_0x10e9f6;return ObservabilityModule[_0x40d12e(0x1fa)];}async[a83_0x10e9f6(0x20b)](_0x5c0853){const _0x3d4565=a83_0x10e9f6,_0x1210e6={'TVhtN':function(_0x5853c8,_0x2ee0f3){return _0x5853c8+_0x2ee0f3;},'qVzzG':_0x3d4565(0x20c),'GwFfw':function(_0x781c29,_0x28d0d3,_0x1cb0ba,_0x20c378){return _0x781c29(_0x28d0d3,_0x1cb0ba,_0x20c378);},'wDZNi':'debug','fNvDP':_0x3d4565(0x1e8)};if(_0x5c0853[_0x3d4565(0x204)]){const _0x4c4236=_0x5c0853['page'],_0x156dd9=Date[_0x3d4565(0x201)](),_0x1c98a2=_0x1210e6[_0x3d4565(0x1f2)](_0x1210e6[_0x3d4565(0x1e5)],_0x156dd9);PerformanceTester[_0x3d4565(0x1e4)](O11y_EVENTS[_0x3d4565(0x1e3)]),await _0x1210e6[_0x3d4565(0x20a)](playwrightAnnotate,_0x4c4236,_0x1c98a2,_0x1210e6[_0x3d4565(0x208)]),PerformanceTester['end'](O11y_EVENTS[_0x3d4565(0x1e3)]),this[_0x3d4565(0x206)][_0x3d4565(0x202)](_0x3d4565(0x1ef)+constants[_0x3d4565(0x20e)]+'\x20sync\x20done');}else this[_0x3d4565(0x206)][_0x3d4565(0x1f9)](_0x1210e6[_0x3d4565(0x1fd)]);}}ObservabilityModule[a83_0x10e9f6(0x1fa)]=a83_0x10e9f6(0x1f0),module[a83_0x10e9f6(0x1ea)]=ObservabilityModule;
1
+ function a83_0xe9d5(_0x133c3a,_0x27ed9a){const _0x175227=a83_0x1752();return a83_0xe9d5=function(_0xe9d5fb,_0x31cd18){_0xe9d5fb=_0xe9d5fb-0xc7;let _0x471a8=_0x175227[_0xe9d5fb];return _0x471a8;},a83_0xe9d5(_0x133c3a,_0x27ed9a);}const a83_0x57321c=a83_0xe9d5;(function(_0x465228,_0x3f31f0){const _0x231c5c=a83_0xe9d5,_0x2e17fd=_0x465228();while(!![]){try{const _0x2f5bf3=-parseInt(_0x231c5c(0xe6))/0x1*(-parseInt(_0x231c5c(0xec))/0x2)+-parseInt(_0x231c5c(0xca))/0x3+parseInt(_0x231c5c(0xe9))/0x4+parseInt(_0x231c5c(0xed))/0x5*(parseInt(_0x231c5c(0xdc))/0x6)+-parseInt(_0x231c5c(0xe7))/0x7+parseInt(_0x231c5c(0xd0))/0x8+parseInt(_0x231c5c(0xd1))/0x9*(-parseInt(_0x231c5c(0xdf))/0xa);if(_0x2f5bf3===_0x3f31f0)break;else _0x2e17fd['push'](_0x2e17fd['shift']());}catch(_0x56546d){_0x2e17fd['push'](_0x2e17fd['shift']());}}}(a83_0x1752,0x5b576));const BaseModule=require('./baseModule'),{createClassLogger}=require(a83_0x57321c(0xc7)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a83_0x57321c(0xee)),HookState=require(a83_0x57321c(0xd2)),{playwrightAnnotate}=require(a83_0x57321c(0xeb)),PerformanceTester=require(a83_0x57321c(0xea)),{O11y_EVENTS}=require('../../../helpers/performance/constants.js'),constants=require(a83_0x57321c(0xce));function a83_0x1752(){const _0x358b8a=['TEST_REPORTING_ANALYTICS','logger','VuLZg','../../utils/constants.js','observabilityConfig','4237296bOUwEH','13793562dxHwwR','../state/hookState.js','CREATE','BpIxa','MODULE_NAME','end','exports','MKeMv','getModuleName','onBeforeTest:\x20','\x20sync\x20done','228JajQmu','ObservabilityModule','start','10mNFIjK','fPLOB','debug','page','ObservabilitySync:','dCqKI','SYNC','149GFStNX','217273dOamuy','onBeforeTest','926176WnKMoY','../../../helpers/performance/performance-tester.js','../../../helpers/helper.js','9902BgNlvr','82190LvhFhh','../state/automationFrameworkState.js','../../../helpers/classLogger.js','onBeforeTest:\x20page\x20is\x20not\x20defined','bind','557274SCwCIU'];a83_0x1752=function(){return _0x358b8a;};return a83_0x1752();}class ObservabilityModule extends BaseModule{[a83_0x57321c(0xcc)]=createClassLogger(a83_0x57321c(0xdd));constructor(_0x499032){const _0x5aaffe=a83_0x57321c,_0x3b0e5b={};_0x3b0e5b['dCqKI']=_0x5aaffe(0xdd);const _0x539dc0=_0x3b0e5b;super(),this['name']=_0x539dc0[_0x5aaffe(0xe4)],this[_0x5aaffe(0xcf)]=_0x499032,AutomationFramework['registerObserver'](AutomationFrameworkState[_0x5aaffe(0xd3)],HookState['POST'],this[_0x5aaffe(0xe8)][_0x5aaffe(0xc9)](this));}[a83_0x57321c(0xd9)](){const _0x26753b=a83_0x57321c;return ObservabilityModule[_0x26753b(0xd5)];}async[a83_0x57321c(0xe8)](_0x4f1b83){const _0x224767=a83_0x57321c,_0x2e091a={'fPLOB':function(_0x30c4d0,_0x98d5cb){return _0x30c4d0+_0x98d5cb;},'BpIxa':_0x224767(0xe3),'VuLZg':function(_0x229398,_0x24f939,_0x127887,_0x2857ec){return _0x229398(_0x24f939,_0x127887,_0x2857ec);},'MKeMv':_0x224767(0xe1),'nvNzF':_0x224767(0xc8)};if(_0x4f1b83['page']){const _0x11f8f1=_0x4f1b83[_0x224767(0xe2)],_0x57d53f=Date['now'](),_0x31730a=_0x2e091a[_0x224767(0xe0)](_0x2e091a[_0x224767(0xd4)],_0x57d53f);PerformanceTester[_0x224767(0xde)](O11y_EVENTS[_0x224767(0xe5)]),await _0x2e091a[_0x224767(0xcd)](playwrightAnnotate,_0x11f8f1,_0x31730a,_0x2e091a[_0x224767(0xd8)]),PerformanceTester[_0x224767(0xd6)](O11y_EVENTS[_0x224767(0xe5)]),this['logger']['info'](_0x224767(0xda)+constants[_0x224767(0xcb)]+_0x224767(0xdb));}else this['logger'][_0x224767(0xe1)](_0x2e091a['nvNzF']);}}ObservabilityModule[a83_0x57321c(0xd5)]=a83_0x57321c(0xdd),module[a83_0x57321c(0xd7)]=ObservabilityModule;
@@ -1 +1 @@
1
- const a84_0x220a2a=a84_0x2e54;function a84_0x2e54(_0x319c48,_0x203465){const _0x55e7bb=a84_0x55e7();return a84_0x2e54=function(_0x2e5472,_0x3d4b93){_0x2e5472=_0x2e5472-0xde;let _0x487ca1=_0x55e7bb[_0x2e5472];return _0x487ca1;},a84_0x2e54(_0x319c48,_0x203465);}function a84_0x55e7(){const _0x2c4785=['TNEhS','22309173lXqYBX','OeVaV','DXYPI','gherkinDocument','tsnnG','launchcaps','SESSION_NAME','registerObserver','onAfterDriverCreate:\x20Setting\x20browser\x20object','instance','doiHz','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','testUuid','testInfo','kUUez','Automation\x20onAfterTest:\x20Test\x20status:\x20','base64','message','params','849DCKWsV','getCapabilities','iWQyU','version','platformDetails','getTestIdentifierFromTestInfo','error','2909956JWwXgC','driverInit','../../../helpers/helper','jestUtils','capabilities','SESSION_STATUS','contextObject','KEY_TEST_ID','recreateIdentifierFromTestInfo','MODULE_NAME','KEY_PLATFORM_INDEX','markSessionStatus','bsParams','onAfterDriverCreate','isBrowserstackInfra','with\x20','platformIndex','getModuleName','6aJPRkz','onBeforeDriverCreate','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','arguments','workerInfo','14938vBTKTl','name','bStackParams','5484048jPbTLv','AUTOMATE_EVENTS','browser','cWEaE','shouldSkipSessionName','pickle','LFviE','../state/testFrameworkState','testData\x20from\x20onAfterTest:\x20','Error\x20in\x20onAfterDriverCreate:\x20','DeDxw','uJbZj','KEY_PLATFORM_DETAILS','getInstance','5737315YKTSDG','start','action','keys','kEhlC','../../../helpers/performance/performance-tester.js','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','setSessionName','../state/automationFrameworkState.js','cauzb','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','CREATE','BSJMk','PLAYWRIGHT','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','AKcHt','DSQMe','ClzlT','../grpcClient.js','util','JEST','Automation\x20onAfterTest:\x20Test\x20completed','XxIiA','PRE','result','getProcessId','xJQPa','xlFnm','passed','__workerDetails','markSessionStatus:\x20Marking\x20session\x20status','onDispatchExecute:\x20Playwright\x20sessionId:\x20','stringify','getState','getThreadId','toString','kcoaE','PLAYWRIGHT_DISPATCH','status','getContext','KEY_BROWSER_OBJECT','bind','testFrameworkData','PlaywrightDriverModule','Oszin','testId','hubUrl','Playwright','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','getTestUUID','inspect','hksDk','KEY_TEST_FRAMEWORK_VERSION','KEY_HUB_URL','Error\x20in\x20onDispatchExecute:\x20','7570ekDINd','parallelIndex','../utils/jest-utils.js','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','logger','POST','DDJPI','getTestId','frjrD','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','setState','info','Session','browserObject','reason','getId','EXECUTE','exports','../../../helpers/helper.js','vKTNP','YwAYV','onPlaywrightDispatch','Error\x20in\x20onBeforeDriverCreate:\x20','\x20||\x20','./loadTestModule.js','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','setSessionStatus','playwrightVersion','TEST','from','KEY_CONTEXT_OBJECT','NTxcc','CUCUMBER','RaWyR','AzIzj','split','onAfterTest\x20CBTSession\x20payload:\x20','page','JYVoY','BNpUj','format','RnHql','shouldSkipSessionStatus','rNqwa','testSessionEvent','sessionId','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','yukcv','QYcNw','WQhvP','onAfterTest','markSessionName','isPlaywright','YwWiv','debug','../TestInfo.js','getTrackedInstance','onAfterDriverCreate:\x20Setting\x20page\x20object',',\x20test_identifier:\x20','NmhSc','KEY_PAGE_OBJECT','getRef','../cliUtils.js','BLUZQ','SoWVr','10968512zmjpBn','browserVersion','../browserstackCLI.js','KEY_CAPABILITIES','../framework/automationFramework.js','end','platforms','KEY_SESSION_ID','markSessionName:\x20Skipping\x20session\x20name\x20marking','getLTSSessionId','length'];a84_0x55e7=function(){return _0x2c4785;};return a84_0x55e7();}(function(_0x1d0ac8,_0x3a5519){const _0x278781=a84_0x2e54,_0x4dcc55=_0x1d0ac8();while(!![]){try{const _0x1a8649=parseInt(_0x278781(0x16e))/0x1+parseInt(_0x278781(0xf0))/0x2*(-parseInt(_0x278781(0x150))/0x3)+-parseInt(_0x278781(0x171))/0x4+-parseInt(_0x278781(0x17f))/0x5*(parseInt(_0x278781(0x169))/0x6)+parseInt(_0x278781(0x157))/0x7+parseInt(_0x278781(0x131))/0x8+parseInt(_0x278781(0x13d))/0x9;if(_0x1a8649===_0x3a5519)break;else _0x4dcc55['push'](_0x4dcc55['shift']());}catch(_0x298674){_0x4dcc55['push'](_0x4dcc55['shift']());}}}(a84_0x55e7,0xa8abd));const util=require(a84_0x220a2a(0x192)),BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger.js'),{getFrameworkVersion}=require('../../../helpers/test-observability/utils'),helper=require(a84_0x220a2a(0x159)),{FRAMEWORKS}=require('../../utils/constants'),AutomationFramework=require(a84_0x220a2a(0x135)),AutomationFrameworkState=require(a84_0x220a2a(0x187)),HookState=require('../state/hookState.js'),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0x220a2a(0x102)),CLIUtils=require(a84_0x220a2a(0x12e)),BrowserstackCLI=require(a84_0x220a2a(0x133)),GrpcClient=require(a84_0x220a2a(0x191)),PerformanceTester=require(a84_0x220a2a(0x184)),PerformanceEvents=require('../../../helpers/performance/constants.js')[a84_0x220a2a(0x172)],TestInfo=require(a84_0x220a2a(0x127)),{getPlaywrightProvider}=require('../../../helpers/helper.js'),LoadTestModule=require(a84_0x220a2a(0x108)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),TestFrameworkState=require(a84_0x220a2a(0x178)),JestUtils=require(a84_0x220a2a(0xf2));class PlaywrightDriverModule extends BaseModule{static ['KEY_BROWSER_OBJECT']=a84_0x220a2a(0xfd);static [a84_0x220a2a(0x10e)]=a84_0x220a2a(0x15d);static [a84_0x220a2a(0x12c)]='pageObject';static ['KEY_SESSION_ID']=a84_0x220a2a(0x11d);static [a84_0x220a2a(0x161)]=a84_0x220a2a(0x167);static [a84_0x220a2a(0x134)]=a84_0x220a2a(0x15b);static [a84_0x220a2a(0xee)]=a84_0x220a2a(0xe7);static [a84_0x220a2a(0x17d)]=a84_0x220a2a(0x154);static [a84_0x220a2a(0x15e)]=a84_0x220a2a(0xe6);['logger']=createClassLogger(a84_0x220a2a(0xe4));constructor(_0x3045c9=null){const _0x51e61a=a84_0x220a2a,_0x2ec6e9={};_0x2ec6e9[_0x51e61a(0x174)]='4|10|9|5|2|1|6|8|0|11|7|3',_0x2ec6e9[_0x51e61a(0x11f)]=_0x51e61a(0xe4);const _0x17ef3e=_0x2ec6e9,_0x13569f=_0x17ef3e['cWEaE'][_0x51e61a(0x113)]('|');let _0x202b31=0x0;while(!![]){switch(_0x13569f[_0x202b31++]){case'0':AutomationFramework[_0x51e61a(0x144)](AutomationFrameworkState[_0x51e61a(0x18a)],HookState[_0x51e61a(0x196)],this[_0x51e61a(0x16a)][_0x51e61a(0xe2)](this));continue;case'1':this[_0x51e61a(0x137)]=[];continue;case'2':this[_0x51e61a(0x132)]=null;continue;case'3':AutomationFramework[_0x51e61a(0x144)](AutomationFrameworkState[_0x51e61a(0x100)],HookState['POST'],this['onAfterTest'][_0x51e61a(0xe2)](this));continue;case'4':super(_0x3045c9);continue;case'5':this['browserName']=null;continue;case'6':this['testRunId']=null;continue;case'7':AutomationFramework[_0x51e61a(0x144)](AutomationFrameworkState[_0x51e61a(0xde)],HookState[_0x51e61a(0xf5)],this[_0x51e61a(0x105)][_0x51e61a(0xe2)](this));continue;case'8':this['jestUtils']=new JestUtils();continue;case'9':this[_0x51e61a(0x10b)]=null;continue;case'10':this['name']=_0x17ef3e[_0x51e61a(0x11f)];continue;case'11':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x51e61a(0x18a)],HookState['POST'],this['onAfterDriverCreate'][_0x51e61a(0xe2)](this));continue;}break;}}[a84_0x220a2a(0x168)](){const _0x1744e5=a84_0x220a2a;return PlaywrightDriverModule[_0x1744e5(0x160)];}async[a84_0x220a2a(0x16a)](_0x37f20b){const _0x30fbbe=a84_0x220a2a,_0x486b10={};_0x486b10[_0x30fbbe(0x103)]='onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created';const _0xaee3e5=_0x486b10;try{this[_0x30fbbe(0xf4)][_0x30fbbe(0x126)](_0xaee3e5['vKTNP']);const _0xeda01e=_0x37f20b[_0x30fbbe(0x142)],_0x295cd4=_0x37f20b['hubUrl'];AutomationFramework[_0x30fbbe(0xfa)](_0x37f20b['instance'],PlaywrightDriverModule[_0x30fbbe(0x134)],_0xeda01e),AutomationFramework[_0x30fbbe(0xfa)](_0x37f20b['instance'],PlaywrightDriverModule[_0x30fbbe(0xee)],_0x295cd4);}catch(_0xf0c5e){this['logger'][_0x30fbbe(0x156)](_0x30fbbe(0x106)+util['format'](_0xf0c5e));}}async[a84_0x220a2a(0x105)](_0x4224cd){const _0x151b59=a84_0x220a2a,_0x292725={};_0x292725['iWQyU']=function(_0x287fca,_0x241009){return _0x287fca||_0x241009;};const _0x369a09=_0x292725;try{const _0x1d3ee8=_0x4224cd?.['message']&&_0x4224cd?.[_0x151b59(0x14e)]?.[_0x151b59(0x14f)]&&_0x4224cd?.[_0x151b59(0x14e)]?.['params']?.[_0x151b59(0x163)],_0x1039fa=_0x4224cd?.['message']&&_0x4224cd?.['message']?.[_0x151b59(0x170)];if(_0x369a09[_0x151b59(0x152)](_0x1d3ee8,_0x1039fa)){this['logger'][_0x151b59(0x126)](_0x151b59(0xe9)+util[_0x151b59(0xeb)](_0x1d3ee8)+_0x151b59(0x107)+util[_0x151b59(0xeb)](_0x1039fa));const _0x252d98=_0x4224cd?.[_0x151b59(0x146)],_0x352234=global?.[_0x151b59(0x19c)]?.[_0x151b59(0x16d)]?.[_0x151b59(0xf1)],_0x38e3eb=_0x1d3ee8?.[_0x151b59(0x11d)]||_0x1039fa?.[_0x151b59(0x11d)],_0xf3ab1e=_0x1d3ee8?.[_0x151b59(0x154)]||_0x1039fa?.[_0x151b59(0x154)];_0x38e3eb&&(this['logger']['debug'](_0x151b59(0x19e)+_0x38e3eb),AutomationFramework[_0x151b59(0xfa)](_0x252d98,PlaywrightDriverModule[_0x151b59(0x138)],_0x38e3eb)),_0x352234&&(this['logger'][_0x151b59(0x126)]('onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20'+util[_0x151b59(0xeb)](_0x352234)),AutomationFramework[_0x151b59(0xfa)](_0x252d98,PlaywrightDriverModule[_0x151b59(0x161)],_0x352234));}}catch(_0x4f9128){this[_0x151b59(0xf4)][_0x151b59(0x156)](_0x151b59(0xef)+util['format'](_0x4f9128));}}async[a84_0x220a2a(0x164)](_0x2becb7){const _0x16fa55=a84_0x220a2a,_0x31bcff={'YwAYV':'onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','DXYPI':function(_0x9ca046,_0x5e0c95){return _0x9ca046(_0x5e0c95);},'DDJPI':_0x16fa55(0x129),'NmhSc':_0x16fa55(0x18d),'kbgsA':'onAfterDriverCreate:\x20Setting\x20context\x20object','YwWiv':_0x16fa55(0x145),'DeDxw':_0x16fa55(0x14d)};try{this[_0x16fa55(0xf4)][_0x16fa55(0x126)](_0x31bcff[_0x16fa55(0x104)]);const _0x5da982=_0x2becb7['instance'];this[_0x16fa55(0x10b)]=_0x31bcff[_0x16fa55(0x13f)](getFrameworkVersion,FRAMEWORKS[_0x16fa55(0x18c)]);if(_0x2becb7[_0x16fa55(0x115)]){this[_0x16fa55(0xf4)][_0x16fa55(0x126)](_0x31bcff[_0x16fa55(0xf6)]),AutomationFramework[_0x16fa55(0xfa)](_0x5da982,PlaywrightDriverModule[_0x16fa55(0x12c)],_0x2becb7['page']);if(_0x2becb7[_0x16fa55(0x14a)]){this[_0x16fa55(0xf4)][_0x16fa55(0x126)](_0x31bcff[_0x16fa55(0x12b)]);const _0x47ba8e=this['getTestId'](_0x2becb7);AutomationFramework[_0x16fa55(0xfa)](_0x5da982,PlaywrightDriverModule[_0x16fa55(0x15e)],_0x47ba8e),await this[_0x16fa55(0x123)](_0x2becb7['testInfo']);}}_0x2becb7['context']&&(this['logger'][_0x16fa55(0x126)](_0x31bcff['kbgsA']),AutomationFramework[_0x16fa55(0xfa)](_0x5da982,PlaywrightDriverModule[_0x16fa55(0x10e)],_0x2becb7['context']));if(_0x2becb7[_0x16fa55(0x173)]){this[_0x16fa55(0xf4)][_0x16fa55(0x126)](_0x31bcff[_0x16fa55(0x125)]);const _0x5ed66c=global?.[_0x16fa55(0x19c)]?.[_0x16fa55(0x16d)]?.[_0x16fa55(0xf1)];AutomationFramework['setState'](_0x5da982,PlaywrightDriverModule[_0x16fa55(0xe1)],_0x2becb7[_0x16fa55(0x173)]),AutomationFramework['setState'](_0x5da982,PlaywrightDriverModule[_0x16fa55(0x161)],_0x5ed66c);const _0x4f1400={};_0x4f1400[_0x16fa55(0x124)]=!![];const _0x4ae3f6=Buffer[_0x16fa55(0x10d)](JSON[_0x16fa55(0x19f)](_0x4f1400)[_0x16fa55(0x1a2)](_0x31bcff[_0x16fa55(0x17b)])),_0x2126b0=await GrpcClient['getInstance']()[_0x16fa55(0x158)]({'platformIndex':_0x5ed66c,'ref':_0x5da982[_0x16fa55(0x12d)](),'userInputParams':_0x4ae3f6});helper['isFalse'](helper[_0x16fa55(0x165)]())&&AutomationFramework[_0x16fa55(0xfa)](_0x5da982,PlaywrightDriverModule[_0x16fa55(0x134)],JSON['parse'](Buffer['from'](_0x2126b0[_0x16fa55(0x151)](),_0x31bcff[_0x16fa55(0x17b)])['toString']()));}}catch(_0x175716){this[_0x16fa55(0xf4)][_0x16fa55(0x156)](_0x16fa55(0x17a)+util[_0x16fa55(0x118)](_0x175716));}}async[a84_0x220a2a(0x122)](_0x32a7b9){const _0xf30f83=a84_0x220a2a,_0x1336fb={'hksDk':_0xf30f83(0x194),'OeVaV':_0xf30f83(0x185),'ClzlT':function(_0x91cbc6,_0x5ab854){return _0x91cbc6(_0x5ab854);},'LFviE':function(_0x5e76ee,_0x595098,_0x37cb7b){return _0x5e76ee(_0x595098,_0x37cb7b);},'BSJMk':_0xf30f83(0x197),'NTxcc':_0xf30f83(0x14e),'bGIwN':function(_0x5d3822,_0x893711){return _0x5d3822(_0x893711);},'xJQPa':function(_0xf6446f,_0x523899,_0x86d14e){return _0xf6446f(_0x523899,_0x86d14e);},'kEhlC':_0xf30f83(0x156),'RaWyR':'errors','JYVoY':function(_0x2e641a,_0x2836e9){return _0x2e641a>_0x2836e9;},'kcoaE':function(_0x10ce1c,_0x12bef9){return _0x10ce1c||_0x12bef9;},'cauzb':function(_0x4c30ce,_0x3dee1e){return _0x4c30ce===_0x3dee1e;},'AzIzj':function(_0x36e59f,_0x366a71){return _0x36e59f===_0x366a71;},'BTbNN':function(_0x1e71d6,_0x25a10c){return _0x1e71d6+_0x25a10c;},'fqiHR':'testId:\x20','kUUez':function(_0x28e4b0,_0x4cef11){return _0x28e4b0+_0x4cef11;},'xlFnm':_0xf30f83(0x179),'BNpUj':function(_0x3cfb5e,_0x2fa89e){return _0x3cfb5e(_0x2fa89e);},'RaIQj':_0xf30f83(0xe8),'ALvbi':'1.51.0','XxIiA':_0xf30f83(0x14d),'OQZVo':function(_0x3344ca,_0x269c83){return _0x3344ca===_0x269c83;},'TNEhS':_0xf30f83(0xf3)};this[_0xf30f83(0xf4)][_0xf30f83(0x126)](_0x1336fb[_0xf30f83(0xec)]);const _0x12b8d9=_0x32a7b9[_0xf30f83(0x146)];if(!_0x12b8d9){this[_0xf30f83(0xf4)]['debug'](_0x1336fb[_0xf30f83(0x13e)]);return;}const _0x19f521=_0x32a7b9[_0xf30f83(0x14a)],_0x4ceff2=this[_0xf30f83(0xf7)](_0x32a7b9),_0x326db4=_0x19f521['status'];let _0x23cd47;const _0x570655=_0x1336fb[_0xf30f83(0x190)](getPlaywrightStatus,_0x326db4);let _0x52e317,_0x7cac53=null;if(_0x19f521[_0xf30f83(0x176)]||_0x19f521['gherkinDocument'])_0x52e317=_0x1336fb[_0xf30f83(0x190)](getCucumberSessionName,_0x19f521),_0x23cd47=_0x1336fb[_0xf30f83(0x177)](nestedKeyValue,_0x19f521,[_0x1336fb[_0xf30f83(0x18b)],_0x1336fb[_0xf30f83(0x10f)]]);else{_0x52e317=_0x1336fb['bGIwN'](getPlaywrightSessionName,_0x19f521),_0x23cd47=_0x1336fb[_0xf30f83(0x199)](nestedKeyValue,_0x19f521,[_0x1336fb[_0xf30f83(0x183)],_0x1336fb['NTxcc']]);const _0x27ca7b=_0x1336fb[_0xf30f83(0x199)](nestedKeyValue,_0x19f521,[_0x1336fb[_0xf30f83(0x111)]]);_0x27ca7b&&_0x1336fb[_0xf30f83(0x116)](_0x27ca7b[_0xf30f83(0x13b)],0x0)&&(_0x7cac53=_0x27ca7b[0x0][_0xf30f83(0x14e)]),_0x23cd47=_0x1336fb[_0xf30f83(0x1a3)](_0x23cd47,_0x7cac53),this[_0xf30f83(0xf4)][_0xf30f83(0x126)](_0xf30f83(0x14c)+_0x570655+'\x20failure\x20reason:\x20'+_0x23cd47);}const _0xd37070=_0x1336fb[_0xf30f83(0x1a3)](_0x23cd47,_0x7cac53);this['logger'][_0xf30f83(0x126)]('Automation\x20onAfterTest:\x20Test\x20status:\x20'+_0x570655);let _0x4a4fe9,_0x2563bd;if(this['testFrameworkData']&&_0x1336fb[_0xf30f83(0x188)](this[_0xf30f83(0xe3)][_0xf30f83(0x16f)],FRAMEWORKS[_0xf30f83(0x110)]))_0x4a4fe9=_0x4ceff2,_0x2563bd=TestInfo[_0xf30f83(0xea)](_0x4a4fe9);else this['testFrameworkData']&&_0x1336fb[_0xf30f83(0x112)](this[_0xf30f83(0xe3)][_0xf30f83(0x16f)],FRAMEWORKS[_0xf30f83(0x193)])?(_0x4a4fe9=this[_0xf30f83(0x15a)][_0xf30f83(0x15f)](_0x19f521),this[_0xf30f83(0xf4)][_0xf30f83(0x126)](_0xf30f83(0x16b)+_0x4a4fe9)):(_0x4a4fe9=TestInfo[_0xf30f83(0x155)](_0x19f521,_0x19f521['retry']),_0x2563bd=TestInfo[_0xf30f83(0xea)](_0x4a4fe9));const _0x5c3e15=TestInfo['getTestDetails'](_0x4a4fe9);this['logger'][_0xf30f83(0xfb)](_0x1336fb['BTbNN'](_0x1336fb['fqiHR'],_0x4ceff2)),this[_0xf30f83(0xf4)]['info'](_0x1336fb[_0xf30f83(0x14b)](_0x1336fb[_0xf30f83(0x19a)],util['inspect'](_0x5c3e15)));const _0x459aa5=AutomationFramework[_0xf30f83(0x1a0)](_0x12b8d9,PlaywrightDriverModule[_0xf30f83(0x161)]),_0x3295ea=_0x5c3e15?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]||this['testFrameworkData']&&this[_0xf30f83(0xe3)][_0xf30f83(0x16f)],_0x2a6a7b=_0x5c3e15?.[TestFrameworkConstants[_0xf30f83(0xed)]]||this[_0xf30f83(0xe3)]&&this[_0xf30f83(0xe3)][_0xf30f83(0x153)],_0x2c6e17=TestFrameworkState[_0xf30f83(0x10c)][_0xf30f83(0x1a2)]()[_0xf30f83(0x113)]('.')[0x1],_0x5c07b6=HookState[_0xf30f83(0xf5)][_0xf30f83(0x1a2)]()[_0xf30f83(0x113)]('.')[0x1],_0x1ff3b2=_0x12b8d9[_0xf30f83(0xe0)](),_0x36563a=AutomationFramework[_0xf30f83(0x1a0)](_0x12b8d9,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x163529={'provider':_0x1336fb[_0xf30f83(0x117)](getPlaywrightProvider,_0x36563a),'frameworkName':_0x1336fb['RaIQj'],'frameworkVersion':_0x1336fb['ALvbi'],'frameworkSessionId':LoadTestModule['isLTSSession']()?LoadTestModule[_0xf30f83(0x13a)]():AutomationFramework[_0xf30f83(0x1a0)](_0x12b8d9,PlaywrightDriverModule[_0xf30f83(0x138)],''),'ref':_0x12b8d9['getRef'](),'hubUrl':_0x36563a};let _0x5c7ed6=AutomationFramework[_0xf30f83(0x1a0)](_0x12b8d9,PlaywrightDriverModule[_0xf30f83(0x134)],{});_0x5c7ed6&&_0x1336fb[_0xf30f83(0x116)](Object[_0xf30f83(0x182)](_0x5c7ed6)[_0xf30f83(0x13b)],0x0)?_0x5c7ed6=Buffer[_0xf30f83(0x10d)](JSON[_0xf30f83(0x19f)](_0x5c7ed6))[_0xf30f83(0x1a2)](_0x1336fb[_0xf30f83(0x195)]):_0x5c7ed6=Buffer[_0xf30f83(0x10d)](JSON[_0xf30f83(0x19f)]({}))[_0xf30f83(0x1a2)](_0x1336fb[_0xf30f83(0x195)]);const _0x412af5={'hash':_0x1ff3b2[_0xf30f83(0xff)](),'threadId':_0x1ff3b2[_0xf30f83(0x1a1)]()['toString'](),'processId':_0x1ff3b2[_0xf30f83(0x198)]()[_0xf30f83(0x1a2)]()},_0xad62f6={};_0xad62f6['test_identifier']=_0x4a4fe9;const _0x422aca={};_0x422aca[_0xf30f83(0x149)]=_0x2563bd;const _0x1f7b7e={'platformIndex':_0x459aa5,'testFrameworkName':_0x3295ea,'testFrameworkVersion':_0x2a6a7b,'testFrameworkState':_0x2c6e17,'testHookState':_0x5c07b6,...this[_0xf30f83(0xe3)]&&_0x1336fb[_0xf30f83(0x188)](this['testFrameworkData'][_0xf30f83(0x16f)],FRAMEWORKS['JEST'])?_0xad62f6:_0x422aca,'automationSession':_0x163529,'capabilities':_0x5c7ed6,'executionContext':_0x412af5};this[_0xf30f83(0xf4)]['debug'](_0xf30f83(0x114)+util['format'](_0x1f7b7e)),GrpcClient[_0xf30f83(0x17e)]()[_0xf30f83(0x11c)](_0x1f7b7e),this['logger'][_0xf30f83(0x126)](_0xf30f83(0xf9)+_0x4ceff2+(this['testFrameworkData']&&_0x1336fb['OQZVo'](this[_0xf30f83(0xe3)][_0xf30f83(0x16f)],FRAMEWORKS[_0xf30f83(0x193)])?_0xf30f83(0x12a)+_0x4a4fe9:''));if(!_0x570655){this['logger'][_0xf30f83(0x126)](_0x1336fb[_0xf30f83(0x13c)],_0x326db4['status']);return;}this['logger'][_0xf30f83(0x126)]('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20'+_0x4ceff2),_0x19f521&&(this['logger'][_0xf30f83(0x126)](_0xf30f83(0x189)+_0x52e317),await this['markSessionName'](_0x19f521)),await this[_0xf30f83(0x162)](_0x12b8d9,_0x52e317,_0x570655,_0xd37070);}async[a84_0x220a2a(0x162)](_0x39b906,_0x1f1948,_0x346c9b,_0x54877e){const _0xc21ae2=a84_0x220a2a,_0x28fdd6={'QYcNw':_0xc21ae2(0x148),'AKcHt':_0xc21ae2(0x109),'uddXL':_0xc21ae2(0x11e),'SoWVr':_0xc21ae2(0xf3),'tqvep':_0xc21ae2(0x10a),'frjrD':_0xc21ae2(0xfe),'DSQMe':_0xc21ae2(0xfc),'tsnnG':function(_0x4d0907,_0x28490e){return _0x4d0907===_0x28490e;},'uJbZj':_0xc21ae2(0x19b),'WQhvP':'info','sHKVS':_0xc21ae2(0x156),'Oszin':function(_0xda07a5,_0x3e3450,_0x11b661,_0x5c5e4c){return _0xda07a5(_0x3e3450,_0x11b661,_0x5c5e4c);},'sstHx':_0xc21ae2(0x19d),'sJMXm':function(_0x23d43d,_0x288eda,_0x574f85){return _0x23d43d(_0x288eda,_0x574f85);}};if(CLIUtils[_0xc21ae2(0x11a)](BrowserstackCLI[_0xc21ae2(0x17e)]()['getConfig']())){this[_0xc21ae2(0xf4)][_0xc21ae2(0x126)](_0x28fdd6[_0xc21ae2(0x120)]);return;}const _0x4ef94e=_0x39b906;if(!_0x4ef94e){this['logger'][_0xc21ae2(0x126)](_0x28fdd6[_0xc21ae2(0x18e)]);return;}const _0x1a0f82=AutomationFramework['getState'](_0x4ef94e,PlaywrightDriverModule[_0xc21ae2(0x12c)]);if(!_0x1a0f82){this[_0xc21ae2(0xf4)][_0xc21ae2(0x126)](_0x28fdd6['uddXL']);return;}const _0x51b87b=_0x346c9b;if(!_0x51b87b){this[_0xc21ae2(0xf4)][_0xc21ae2(0x126)](_0x28fdd6[_0xc21ae2(0x130)],_0x51b87b);return;}const _0x2db0bb={};_0x2db0bb[_0xc21ae2(0xdf)]=_0x51b87b;const _0x4e8165={};_0x4e8165[_0xc21ae2(0x181)]=_0x28fdd6['tqvep'],_0x4e8165[_0xc21ae2(0x16c)]=_0x2db0bb;const _0x3b048a=_0x4e8165;_0x54877e&&(_0x3b048a[_0xc21ae2(0x16c)][_0x28fdd6['frjrD']]=_0x54877e);const _0x44e0e4=(_0x1f1948?_0x1f1948:_0x28fdd6[_0xc21ae2(0x18f)])+'\x20'+_0x51b87b+'\x20'+(_0x54877e?_0xc21ae2(0x166)+_0x54877e:''),_0x478466=_0x28fdd6[_0xc21ae2(0x141)](_0x51b87b,_0x28fdd6[_0xc21ae2(0x17c)])?_0x28fdd6[_0xc21ae2(0x121)]:_0x28fdd6['sHKVS'];await _0x28fdd6[_0xc21ae2(0xe5)](playwrightAnnotate,_0x1a0f82,_0x44e0e4,_0x478466),_0x54877e&&(_0x3b048a[_0xc21ae2(0x16c)][_0x28fdd6[_0xc21ae2(0xf8)]]=_0x54877e),PerformanceTester['start'](PerformanceEvents['SESSION_STATUS']),this[_0xc21ae2(0xf4)][_0xc21ae2(0x126)](_0x28fdd6['sstHx']),await _0x28fdd6['sJMXm'](playwrightBstackJsExecutor,_0x1a0f82,_0x3b048a),PerformanceTester[_0xc21ae2(0x136)](PerformanceEvents[_0xc21ae2(0x15c)]);}async[a84_0x220a2a(0x123)](_0x2bdd77){const _0x3ee45d=a84_0x220a2a,_0x58f82c={'doiHz':_0x3ee45d(0x139),'RnHql':function(_0x5951c2,_0x4675ac){return _0x5951c2(_0x4675ac);},'BLUZQ':_0x3ee45d(0x186),'rNqwa':function(_0x2a40c7,_0xd3be89,_0xdce17e){return _0x2a40c7(_0xd3be89,_0xdce17e);}};try{if(CLIUtils[_0x3ee45d(0x175)](BrowserstackCLI[_0x3ee45d(0x17e)]()['getConfig']())){this[_0x3ee45d(0xf4)][_0x3ee45d(0x126)](_0x58f82c[_0x3ee45d(0x147)]);return;}const _0x24b802=AutomationFramework[_0x3ee45d(0x1a0)](AutomationFramework[_0x3ee45d(0x128)](),PlaywrightDriverModule[_0x3ee45d(0x12c)]);let _0x3d8686;_0x2bdd77[_0x3ee45d(0x176)]||_0x2bdd77[_0x3ee45d(0x140)]?_0x3d8686=_0x58f82c['RnHql'](getCucumberSessionName,_0x2bdd77):_0x3d8686=_0x58f82c[_0x3ee45d(0x119)](getPlaywrightSessionName,_0x2bdd77);const _0x538a57={};_0x538a57[_0x3ee45d(0x16f)]=_0x3d8686;const _0x35df6b={};_0x35df6b[_0x3ee45d(0x181)]=_0x58f82c[_0x3ee45d(0x12f)],_0x35df6b[_0x3ee45d(0x16c)]=_0x538a57;const _0x1bde67=_0x35df6b;PerformanceTester[_0x3ee45d(0x180)](PerformanceEvents[_0x3ee45d(0x143)]),await _0x58f82c[_0x3ee45d(0x11b)](playwrightBstackJsExecutor,_0x24b802,_0x1bde67),PerformanceTester[_0x3ee45d(0x136)](PerformanceEvents['SESSION_NAME']);}catch(_0x10747f){PerformanceTester[_0x3ee45d(0x136)](PerformanceEvents[_0x3ee45d(0x143)],![],util[_0x3ee45d(0x118)](_0x10747f)),this[_0x3ee45d(0xf4)]['error']('Error\x20in\x20markSessionName:\x20'+util['format'](_0x10747f));}}}PlaywrightDriverModule['MODULE_NAME']='PlaywrightDriverModule',module[a84_0x220a2a(0x101)]=PlaywrightDriverModule;
1
+ const a84_0x2b56c2=a84_0x2428;function a84_0x2129(){const _0x535dea=['onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','5CqLSBd','onAfterTest\x20CBTSession\x20payload:\x20','JRCSb','../framework/automationFramework.js','reason','browserName','KEY_TEST_FRAMEWORK_NAME','test_identifier','Automation\x20onAfterTest:\x20Test\x20status:\x20','bsParams','1022ieIHgl','KEY_SESSION_ID','uizdN','testRunId','getContext','../../utils/constants','ZbZLI','CUCUMBER','14960kEYIJm','onAfterDriverCreate','onAfterDriverCreate:\x20Setting\x20browser\x20object','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','name','7|5|8|11|3|0|4|10|6|9|2|1','dmfUS','EXECUTE','result','playwrightVersion','getRef','../../../helpers/helper','KEY_PAGE_OBJECT','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','getProcessId','dOCdK','inspect','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','split','2827116AZiEqi','../../../helpers/helper.js','KEY_CAPABILITIES','KLvPK','isPlaywright','UZlvE','saBdI','IkbJu','JlEZj','capabilities','PUqKW','testData\x20from\x20onAfterTest:\x20','XaBSZ','getTestId','uHJQS','format','error','onBeforeDriverCreate','nuVzu','Error\x20in\x20onAfterDriverCreate:\x20','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','35256Qtebgd','zSjKD','workerInfo','version','../state/automationFrameworkState.js','testUuid','6608GTGDKG','KEY_BROWSER_OBJECT','hZefD','pwyHt','9BHlcRD','146148AzVgIG','PgLrA','end','iWkPy','bTQJD','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','PLAYWRIGHT_DISPATCH','browserVersion','Playwright','errors','getThreadId','PLAYWRIGHT','getId','PlaywrightDriverModule','platforms','getTestUUID','getInstance','JEST','mBPIL','bStackParams','instance','isLTSSession','../browserstackCLI.js','bind','getTestIdentifierFromTestInfo','markSessionStatus:\x20Marking\x20session\x20status','setSessionName','contextObject','message','OrIFg','AuTeO','hubUrl','BRYKq','2qpArOe','../grpcClient.js','testInfo','length','TnkeA','passed','markSessionStatus','MODULE_NAME','AUTOMATE_EVENTS','../../../helpers/performance/constants.js','platformIndex','logger','KEY_TEST_ID','gRGpg','../cliUtils.js','stringify','EeTdn','KEY_TEST_FRAMEWORK_VERSION','with\x20','shouldSkipSessionStatus','parallelIndex','getTrackedInstance',',\x20test_identifier:\x20','context','ZKHVm','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','onPlaywrightDispatch','registerObserver','HBMQY','getConfig','3086611pPmfsA','testFrameworkData','jestUtils','info','PRE','onDispatchExecute:\x20Playwright\x20sessionId:\x20','platformDetails','getLTSSessionId','POST','../framework/constants/testFrameworkConstants.js','KEY_PLATFORM_DETAILS','SQVVc','hwMtU','arguments','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','exports','page','setState','CREATE','../state/hookState.js','Session','DMigH','1.51.0','parse','isFalse','from','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','../utils/jest-utils.js','../state/testFrameworkState','KEY_CONTEXT_OBJECT','oggTJ','start','hISwo','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','sessionId','getModuleName','browser','kLUDn','onAfterDriverCreate:\x20Setting\x20context\x20object','retry','611358SRlFyU','action','../TestInfo.js','toString','TEST','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','shouldSkipSessionName','noaza','CDfnc','pickle','__workerDetails','onAfterTest','markSessionName','Error\x20in\x20markSessionName:\x20','UCmXL','testSessionEvent','FpoGb','launchcaps','getState','BLYOZ','gherkinDocument','debug','./baseModule','tnrXM','params','status','./loadTestModule.js','KEY_PLATFORM_INDEX'];a84_0x2129=function(){return _0x535dea;};return a84_0x2129();}(function(_0x45ee83,_0x217ad4){const _0x4ab960=a84_0x2428,_0x5252ef=_0x45ee83();while(!![]){try{const _0x4091ee=-parseInt(_0x4ab960(0x9b))/0x1*(-parseInt(_0x4ab960(0x144))/0x2)+parseInt(_0x4ab960(0x143))/0x3*(parseInt(_0x4ab960(0x139))/0x4)+-parseInt(_0x4ab960(0xfe))/0x5*(-parseInt(_0x4ab960(0xe1))/0x6)+parseInt(_0x4ab960(0x108))/0x7*(-parseInt(_0x4ab960(0x13f))/0x8)+parseInt(_0x4ab960(0x123))/0x9+-parseInt(_0x4ab960(0x110))/0xa+-parseInt(_0x4ab960(0xb9))/0xb;if(_0x4091ee===_0x217ad4)break;else _0x5252ef['push'](_0x5252ef['shift']());}catch(_0x220c57){_0x5252ef['push'](_0x5252ef['shift']());}}}(a84_0x2129,0x2d63a));const util=require('util'),BaseModule=require(a84_0x2b56c2(0xf7)),{createClassLogger}=require('../../../helpers/classLogger.js'),{getFrameworkVersion}=require('../../../helpers/test-observability/utils'),helper=require(a84_0x2b56c2(0x11b)),{FRAMEWORKS}=require(a84_0x2b56c2(0x10d)),AutomationFramework=require(a84_0x2b56c2(0x101)),AutomationFrameworkState=require(a84_0x2b56c2(0x13d)),HookState=require(a84_0x2b56c2(0xcc)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0x2b56c2(0x124)),CLIUtils=require(a84_0x2b56c2(0xa9)),BrowserstackCLI=require(a84_0x2b56c2(0x90)),GrpcClient=require(a84_0x2b56c2(0x9c)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),PerformanceEvents=require(a84_0x2b56c2(0xa4))[a84_0x2b56c2(0xa3)],TestInfo=require(a84_0x2b56c2(0xe3)),{getPlaywrightProvider}=require('../../../helpers/helper.js'),LoadTestModule=require(a84_0x2b56c2(0xfb)),TestFrameworkConstants=require(a84_0x2b56c2(0xc2)),TestFrameworkState=require(a84_0x2b56c2(0xd5)),JestUtils=require(a84_0x2b56c2(0xd4));class PlaywrightDriverModule extends BaseModule{static [a84_0x2b56c2(0x140)]='browserObject';static ['KEY_CONTEXT_OBJECT']=a84_0x2b56c2(0x95);static [a84_0x2b56c2(0x11c)]='pageObject';static [a84_0x2b56c2(0x109)]=a84_0x2b56c2(0xdb);static [a84_0x2b56c2(0xfc)]=a84_0x2b56c2(0xa5);static [a84_0x2b56c2(0x125)]=a84_0x2b56c2(0x12c);static ['KEY_HUB_URL']=a84_0x2b56c2(0x99);static [a84_0x2b56c2(0xc3)]=a84_0x2b56c2(0xbf);static [a84_0x2b56c2(0xa7)]='testId';[a84_0x2b56c2(0xa6)]=createClassLogger(a84_0x2b56c2(0x151));constructor(_0x1fdbd0=null){const _0x54700c=a84_0x2b56c2,_0x33e3f5={};_0x33e3f5[_0x54700c(0x13a)]=_0x54700c(0x115),_0x33e3f5['FpoGb']='PlaywrightDriverModule';const _0x13595d=_0x33e3f5,_0x4f4e22=_0x13595d[_0x54700c(0x13a)]['split']('|');let _0x4d5495=0x0;while(!![]){switch(_0x4f4e22[_0x4d5495++]){case'0':this[_0x54700c(0x152)]=[];continue;case'1':AutomationFramework[_0x54700c(0xb6)](AutomationFrameworkState[_0x54700c(0x117)],HookState[_0x54700c(0xc1)],this[_0x54700c(0xec)][_0x54700c(0x91)](this));continue;case'2':AutomationFramework[_0x54700c(0xb6)](AutomationFrameworkState[_0x54700c(0x14a)],HookState['POST'],this[_0x54700c(0xb5)][_0x54700c(0x91)](this));continue;case'3':this[_0x54700c(0x14b)]=null;continue;case'4':this[_0x54700c(0x10b)]=null;continue;case'5':this[_0x54700c(0x114)]=_0x13595d[_0x54700c(0xf1)];continue;case'6':AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState[_0x54700c(0xbd)],this[_0x54700c(0x134)][_0x54700c(0x91)](this));continue;case'7':super(_0x1fdbd0);continue;case'8':this[_0x54700c(0x119)]=null;continue;case'9':AutomationFramework[_0x54700c(0xb6)](AutomationFrameworkState[_0x54700c(0xcb)],HookState['POST'],this[_0x54700c(0x111)]['bind'](this));continue;case'10':this[_0x54700c(0xbb)]=new JestUtils();continue;case'11':this[_0x54700c(0x103)]=null;continue;}break;}}[a84_0x2b56c2(0xdc)](){const _0x310125=a84_0x2b56c2;return PlaywrightDriverModule[_0x310125(0xa2)];}async[a84_0x2b56c2(0x134)](_0x547f03){const _0x3bca67=a84_0x2b56c2,_0x20e3e9={};_0x20e3e9['VxtJK']='onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created';const _0x50db72=_0x20e3e9;try{this[_0x3bca67(0xa6)][_0x3bca67(0xf6)](_0x50db72['VxtJK']);const _0x2fc4f3=_0x547f03[_0x3bca67(0xf2)],_0xb1b042=_0x547f03[_0x3bca67(0x99)];AutomationFramework[_0x3bca67(0xca)](_0x547f03['instance'],PlaywrightDriverModule['KEY_CAPABILITIES'],_0x2fc4f3),AutomationFramework[_0x3bca67(0xca)](_0x547f03[_0x3bca67(0x8e)],PlaywrightDriverModule['KEY_HUB_URL'],_0xb1b042);}catch(_0x1d79ff){this[_0x3bca67(0xa6)][_0x3bca67(0x133)]('Error\x20in\x20onBeforeDriverCreate:\x20'+util[_0x3bca67(0x132)](_0x1d79ff));}}async[a84_0x2b56c2(0xb5)](_0x10bda0){const _0x680de8=a84_0x2b56c2,_0x448056={};_0x448056[_0x680de8(0x116)]=function(_0x1b0bac,_0x776a7a){return _0x1b0bac||_0x776a7a;};const _0x22c1b0=_0x448056;try{const _0x2cede3=_0x10bda0?.['message']&&_0x10bda0?.[_0x680de8(0x96)]?.[_0x680de8(0xf9)]&&_0x10bda0?.[_0x680de8(0x96)]?.[_0x680de8(0xf9)]?.[_0x680de8(0x107)],_0x49f1eb=_0x10bda0?.[_0x680de8(0x96)]&&_0x10bda0?.[_0x680de8(0x96)]?.[_0x680de8(0x8d)];if(_0x22c1b0[_0x680de8(0x116)](_0x2cede3,_0x49f1eb)){this[_0x680de8(0xa6)]['debug'](_0x680de8(0xc7)+util['inspect'](_0x2cede3)+'\x20||\x20'+util[_0x680de8(0x120)](_0x49f1eb));const _0x20b23c=_0x10bda0?.[_0x680de8(0x8e)],_0x538cd7=global?.[_0x680de8(0xeb)]?.[_0x680de8(0x13b)]?.['parallelIndex'],_0x2edca6=_0x2cede3?.[_0x680de8(0xdb)]||_0x49f1eb?.['sessionId'],_0x548d55=_0x2cede3?.[_0x680de8(0xbf)]||_0x49f1eb?.[_0x680de8(0xbf)];_0x2edca6&&(this[_0x680de8(0xa6)][_0x680de8(0xf6)](_0x680de8(0xbe)+_0x2edca6),AutomationFramework['setState'](_0x20b23c,PlaywrightDriverModule['KEY_SESSION_ID'],_0x2edca6)),_0x538cd7&&(this[_0x680de8(0xa6)][_0x680de8(0xf6)](_0x680de8(0xfd)+util[_0x680de8(0x120)](_0x538cd7)),AutomationFramework['setState'](_0x20b23c,PlaywrightDriverModule[_0x680de8(0xfc)],_0x538cd7));}}catch(_0x31f47d){this[_0x680de8(0xa6)]['error']('Error\x20in\x20onDispatchExecute:\x20'+util[_0x680de8(0x132)](_0x31f47d));}}async['onAfterDriverCreate'](_0x260dae){const _0x544d2f=a84_0x2b56c2,_0x5d250e={'oggTJ':_0x544d2f(0xda),'nuVzu':function(_0x3b3812,_0xbaad0f){return _0x3b3812(_0xbaad0f);},'JNfEf':'onAfterDriverCreate:\x20Setting\x20page\x20object','dDsXa':_0x544d2f(0x149),'kLUDn':_0x544d2f(0xdf),'QPlvG':_0x544d2f(0x112),'ZKHVm':'base64'};try{this[_0x544d2f(0xa6)]['debug'](_0x5d250e[_0x544d2f(0xd7)]);const _0x3b2e42=_0x260dae[_0x544d2f(0x8e)];this['playwrightVersion']=_0x5d250e[_0x544d2f(0x135)](getFrameworkVersion,FRAMEWORKS[_0x544d2f(0x14f)]);if(_0x260dae[_0x544d2f(0xc9)]){this[_0x544d2f(0xa6)][_0x544d2f(0xf6)](_0x5d250e['JNfEf']),AutomationFramework[_0x544d2f(0xca)](_0x3b2e42,PlaywrightDriverModule['KEY_PAGE_OBJECT'],_0x260dae['page']);if(_0x260dae['testInfo']){this[_0x544d2f(0xa6)]['debug'](_0x5d250e['dDsXa']);const _0x2d1a2a=this[_0x544d2f(0x130)](_0x260dae);AutomationFramework[_0x544d2f(0xca)](_0x3b2e42,PlaywrightDriverModule[_0x544d2f(0xa7)],_0x2d1a2a),await this['markSessionName'](_0x260dae[_0x544d2f(0x9d)]);}}_0x260dae[_0x544d2f(0xb2)]&&(this[_0x544d2f(0xa6)][_0x544d2f(0xf6)](_0x5d250e[_0x544d2f(0xde)]),AutomationFramework[_0x544d2f(0xca)](_0x3b2e42,PlaywrightDriverModule[_0x544d2f(0xd6)],_0x260dae['context']));if(_0x260dae[_0x544d2f(0xdd)]){this['logger'][_0x544d2f(0xf6)](_0x5d250e['QPlvG']);const _0x4b6000=global?.[_0x544d2f(0xeb)]?.[_0x544d2f(0x13b)]?.[_0x544d2f(0xaf)];AutomationFramework[_0x544d2f(0xca)](_0x3b2e42,PlaywrightDriverModule[_0x544d2f(0x140)],_0x260dae[_0x544d2f(0xdd)]),AutomationFramework[_0x544d2f(0xca)](_0x3b2e42,PlaywrightDriverModule['KEY_PLATFORM_INDEX'],_0x4b6000);const _0x560ef2={};_0x560ef2[_0x544d2f(0x127)]=!![];const _0x2e8605=Buffer['from'](JSON[_0x544d2f(0xaa)](_0x560ef2)[_0x544d2f(0xe4)](_0x5d250e[_0x544d2f(0xb3)])),_0x436a10=await GrpcClient[_0x544d2f(0x154)]()['driverInit']({'platformIndex':_0x4b6000,'ref':_0x3b2e42['getRef'](),'userInputParams':_0x2e8605});helper[_0x544d2f(0xd1)](helper['isBrowserstackInfra']())&&AutomationFramework[_0x544d2f(0xca)](_0x3b2e42,PlaywrightDriverModule[_0x544d2f(0x125)],JSON[_0x544d2f(0xd0)](Buffer[_0x544d2f(0xd2)](_0x436a10['getCapabilities'](),_0x5d250e[_0x544d2f(0xb3)])[_0x544d2f(0xe4)]()));}}catch(_0x390062){this[_0x544d2f(0xa6)][_0x544d2f(0x133)](_0x544d2f(0x136)+util['format'](_0x390062));}}async[a84_0x2b56c2(0xec)](_0x2c546e){const _0x241949=a84_0x2b56c2,_0x193d84={'SQVVc':'Automation\x20onAfterTest:\x20Test\x20completed','hZefD':_0x241949(0x113),'TnkeA':function(_0x178330,_0x250271){return _0x178330(_0x250271);},'oxXVG':function(_0x303d37,_0x538a17,_0x394f7d){return _0x303d37(_0x538a17,_0x394f7d);},'pwyHt':_0x241949(0x118),'hISwo':_0x241949(0x96),'EeTdn':'error','XaBSZ':function(_0x211f2a,_0x186ffb,_0x45cbcd){return _0x211f2a(_0x186ffb,_0x45cbcd);},'HBMQY':_0x241949(0x14d),'saBdI':function(_0x524f63,_0x20676b){return _0x524f63>_0x20676b;},'UCmXL':function(_0xe15d04,_0x5c593d){return _0xe15d04||_0x5c593d;},'CDfnc':function(_0x3e4262,_0x417cb3){return _0x3e4262||_0x417cb3;},'JlEZj':function(_0x265824,_0x28d57b){return _0x265824===_0x28d57b;},'uizdN':function(_0x424c0b,_0x28f7b3){return _0x424c0b+_0x28f7b3;},'ZbZLI':'testId:\x20','PUqKW':function(_0x54d539,_0x55e310){return _0x54d539+_0x55e310;},'gRGpg':_0x241949(0x12e),'UZlvE':_0x241949(0x14c),'JRCSb':_0x241949(0xcf),'hwMtU':function(_0x4244f6,_0x4a0933){return _0x4244f6>_0x4a0933;},'uHJQS':'base64','dOCdK':function(_0xd1c985,_0x909479){return _0xd1c985===_0x909479;},'mBPIL':_0x241949(0xd3)};this[_0x241949(0xa6)]['debug'](_0x193d84[_0x241949(0xc4)]);const _0x2cbbf2=_0x2c546e[_0x241949(0x8e)];if(!_0x2cbbf2){this[_0x241949(0xa6)][_0x241949(0xf6)](_0x193d84[_0x241949(0x141)]);return;}const _0x2fda81=_0x2c546e[_0x241949(0x9d)],_0x11b571=this[_0x241949(0x130)](_0x2c546e),_0x448a0b=_0x2fda81['status'];let _0x113916;const _0xe13194=_0x193d84[_0x241949(0x9f)](getPlaywrightStatus,_0x448a0b);let _0x2c0070,_0x1de64c=null;if(_0x2fda81[_0x241949(0xea)]||_0x2fda81['gherkinDocument'])_0x2c0070=_0x193d84[_0x241949(0x9f)](getCucumberSessionName,_0x2fda81),_0x113916=_0x193d84['oxXVG'](nestedKeyValue,_0x2fda81,[_0x193d84[_0x241949(0x142)],_0x193d84[_0x241949(0xd9)]]);else{_0x2c0070=_0x193d84[_0x241949(0x9f)](getPlaywrightSessionName,_0x2fda81),_0x113916=_0x193d84['oxXVG'](nestedKeyValue,_0x2fda81,[_0x193d84[_0x241949(0xab)],_0x193d84[_0x241949(0xd9)]]);const _0x5bab1a=_0x193d84[_0x241949(0x12f)](nestedKeyValue,_0x2fda81,[_0x193d84[_0x241949(0xb7)]]);_0x5bab1a&&_0x193d84[_0x241949(0x129)](_0x5bab1a[_0x241949(0x9e)],0x0)&&(_0x1de64c=_0x5bab1a[0x0][_0x241949(0x96)]),_0x113916=_0x193d84[_0x241949(0xef)](_0x113916,_0x1de64c),this[_0x241949(0xa6)]['debug']('Automation\x20onAfterTest:\x20Test\x20status:\x20'+_0xe13194+'\x20failure\x20reason:\x20'+_0x113916);}const _0x2bea4a=_0x193d84[_0x241949(0xe9)](_0x113916,_0x1de64c);this[_0x241949(0xa6)][_0x241949(0xf6)](_0x241949(0x106)+_0xe13194);let _0x4acf72,_0x3f9f51;if(this[_0x241949(0xba)]&&_0x193d84[_0x241949(0x12b)](this[_0x241949(0xba)][_0x241949(0x114)],FRAMEWORKS[_0x241949(0x10f)]))_0x4acf72=_0x11b571,_0x3f9f51=TestInfo[_0x241949(0x153)](_0x4acf72);else this[_0x241949(0xba)]&&_0x193d84[_0x241949(0x12b)](this[_0x241949(0xba)][_0x241949(0x114)],FRAMEWORKS[_0x241949(0x155)])?(_0x4acf72=this[_0x241949(0xbb)]['recreateIdentifierFromTestInfo'](_0x2fda81),this['logger'][_0x241949(0xf6)](_0x241949(0xb4)+_0x4acf72)):(_0x4acf72=TestInfo[_0x241949(0x92)](_0x2fda81,_0x2fda81[_0x241949(0xe0)]),_0x3f9f51=TestInfo[_0x241949(0x153)](_0x4acf72));const _0x56761e=TestInfo['getTestDetails'](_0x4acf72);this['logger']['info'](_0x193d84[_0x241949(0x10a)](_0x193d84[_0x241949(0x10e)],_0x11b571)),this[_0x241949(0xa6)]['info'](_0x193d84[_0x241949(0x12d)](_0x193d84[_0x241949(0xa8)],util['inspect'](_0x56761e)));const _0x34613b=AutomationFramework[_0x241949(0xf3)](_0x2cbbf2,PlaywrightDriverModule['KEY_PLATFORM_INDEX']),_0x306081=_0x56761e?.[TestFrameworkConstants[_0x241949(0x104)]]||this[_0x241949(0xba)]&&this['testFrameworkData'][_0x241949(0x114)],_0x2f4a2a=_0x56761e?.[TestFrameworkConstants[_0x241949(0xac)]]||this[_0x241949(0xba)]&&this[_0x241949(0xba)][_0x241949(0x13c)],_0x4a3cb1=TestFrameworkState[_0x241949(0xe5)][_0x241949(0xe4)]()['split']('.')[0x1],_0x485459=HookState['POST'][_0x241949(0xe4)]()[_0x241949(0x122)]('.')[0x1],_0x5def4f=_0x2cbbf2[_0x241949(0x10c)](),_0x2122ae=AutomationFramework[_0x241949(0xf3)](_0x2cbbf2,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x3724e5={'provider':_0x193d84[_0x241949(0x9f)](getPlaywrightProvider,_0x2122ae),'frameworkName':_0x193d84[_0x241949(0x128)],'frameworkVersion':_0x193d84[_0x241949(0x100)],'frameworkSessionId':LoadTestModule[_0x241949(0x8f)]()?LoadTestModule[_0x241949(0xc0)]():AutomationFramework[_0x241949(0xf3)](_0x2cbbf2,PlaywrightDriverModule[_0x241949(0x109)],''),'ref':_0x2cbbf2[_0x241949(0x11a)](),'hubUrl':_0x2122ae};let _0x452aba=AutomationFramework[_0x241949(0xf3)](_0x2cbbf2,PlaywrightDriverModule[_0x241949(0x125)],{});_0x452aba&&_0x193d84[_0x241949(0xc5)](Object['keys'](_0x452aba)[_0x241949(0x9e)],0x0)?_0x452aba=Buffer['from'](JSON[_0x241949(0xaa)](_0x452aba))[_0x241949(0xe4)](_0x193d84[_0x241949(0x131)]):_0x452aba=Buffer[_0x241949(0xd2)](JSON[_0x241949(0xaa)]({}))[_0x241949(0xe4)](_0x193d84[_0x241949(0x131)]);const _0x520938={'hash':_0x5def4f[_0x241949(0x150)](),'threadId':_0x5def4f[_0x241949(0x14e)]()[_0x241949(0xe4)](),'processId':_0x5def4f[_0x241949(0x11e)]()[_0x241949(0xe4)]()},_0x1729ed={};_0x1729ed[_0x241949(0x105)]=_0x4acf72;const _0x2b6cd1={};_0x2b6cd1[_0x241949(0x13e)]=_0x3f9f51;const _0x3d3dd6={'platformIndex':_0x34613b,'testFrameworkName':_0x306081,'testFrameworkVersion':_0x2f4a2a,'testFrameworkState':_0x4a3cb1,'testHookState':_0x485459,...this[_0x241949(0xba)]&&_0x193d84['JlEZj'](this[_0x241949(0xba)][_0x241949(0x114)],FRAMEWORKS['JEST'])?_0x1729ed:_0x2b6cd1,'automationSession':_0x3724e5,'capabilities':_0x452aba,'executionContext':_0x520938};this[_0x241949(0xa6)]['debug'](_0x241949(0xff)+util['format'](_0x3d3dd6)),GrpcClient[_0x241949(0x154)]()[_0x241949(0xf0)](_0x3d3dd6),this[_0x241949(0xa6)]['debug'](_0x241949(0x121)+_0x11b571+(this[_0x241949(0xba)]&&_0x193d84[_0x241949(0x11f)](this[_0x241949(0xba)][_0x241949(0x114)],FRAMEWORKS[_0x241949(0x155)])?_0x241949(0xb1)+_0x4acf72:''));if(!_0xe13194){this[_0x241949(0xa6)]['debug'](_0x193d84[_0x241949(0x156)],_0x448a0b['status']);return;}this[_0x241949(0xa6)][_0x241949(0xf6)]('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20'+_0x11b571),_0x2fda81&&(this[_0x241949(0xa6)][_0x241949(0xf6)](_0x241949(0x11d)+_0x2c0070),await this[_0x241949(0xed)](_0x2fda81)),await this[_0x241949(0xa1)](_0x2cbbf2,_0x2c0070,_0xe13194,_0x2bea4a);}async['markSessionStatus'](_0xd87a26,_0x535d65,_0x13027c,_0x532b66){const _0x5bb1d9=a84_0x2b56c2,_0x3c4092={'iWkPy':_0x5bb1d9(0x137),'BRYKq':_0x5bb1d9(0x138),'ryyJc':_0x5bb1d9(0xe6),'KLvPK':_0x5bb1d9(0xd3),'IQuvj':'setSessionStatus','PgLrA':_0x5bb1d9(0x102),'OrIFg':_0x5bb1d9(0xcd),'SoKoE':function(_0x4f6ebc,_0x5c0a1c){return _0x4f6ebc===_0x5c0a1c;},'xSfAu':_0x5bb1d9(0xa0),'AuTeO':_0x5bb1d9(0xbc),'IkbJu':_0x5bb1d9(0x133),'tnrXM':function(_0x27f238,_0x587652,_0x1e3bfa,_0x13255e){return _0x27f238(_0x587652,_0x1e3bfa,_0x13255e);},'bTQJD':_0x5bb1d9(0x93),'noaza':function(_0x36063a,_0xc94d28,_0x1bf6f7){return _0x36063a(_0xc94d28,_0x1bf6f7);}};if(CLIUtils[_0x5bb1d9(0xae)](BrowserstackCLI[_0x5bb1d9(0x154)]()[_0x5bb1d9(0xb8)]())){this['logger'][_0x5bb1d9(0xf6)](_0x3c4092[_0x5bb1d9(0x147)]);return;}const _0x4dfd16=_0xd87a26;if(!_0x4dfd16){this['logger'][_0x5bb1d9(0xf6)](_0x3c4092[_0x5bb1d9(0x9a)]);return;}const _0x26ad2c=AutomationFramework[_0x5bb1d9(0xf3)](_0x4dfd16,PlaywrightDriverModule['KEY_PAGE_OBJECT']);if(!_0x26ad2c){this[_0x5bb1d9(0xa6)]['debug'](_0x3c4092['ryyJc']);return;}const _0x5904f6=_0x13027c;if(!_0x5904f6){this['logger'][_0x5bb1d9(0xf6)](_0x3c4092[_0x5bb1d9(0x126)],_0x5904f6);return;}const _0x836263={};_0x836263[_0x5bb1d9(0xfa)]=_0x5904f6;const _0x1a6beb={};_0x1a6beb[_0x5bb1d9(0xe2)]=_0x3c4092['IQuvj'],_0x1a6beb['arguments']=_0x836263;const _0x2c07b1=_0x1a6beb;_0x532b66&&(_0x2c07b1[_0x5bb1d9(0xc6)][_0x3c4092['PgLrA']]=_0x532b66);const _0x2144a2=(_0x535d65?_0x535d65:_0x3c4092[_0x5bb1d9(0x97)])+'\x20'+_0x5904f6+'\x20'+(_0x532b66?_0x5bb1d9(0xad)+_0x532b66:''),_0x4218a5=_0x3c4092['SoKoE'](_0x5904f6,_0x3c4092['xSfAu'])?_0x3c4092[_0x5bb1d9(0x98)]:_0x3c4092[_0x5bb1d9(0x12a)];await _0x3c4092[_0x5bb1d9(0xf8)](playwrightAnnotate,_0x26ad2c,_0x2144a2,_0x4218a5),_0x532b66&&(_0x2c07b1[_0x5bb1d9(0xc6)][_0x3c4092[_0x5bb1d9(0x145)]]=_0x532b66),PerformanceTester[_0x5bb1d9(0xd8)](PerformanceEvents['SESSION_STATUS']),this[_0x5bb1d9(0xa6)][_0x5bb1d9(0xf6)](_0x3c4092[_0x5bb1d9(0x148)]),await _0x3c4092[_0x5bb1d9(0xe8)](playwrightBstackJsExecutor,_0x26ad2c,_0x2c07b1),PerformanceTester['end'](PerformanceEvents['SESSION_STATUS']);}async[a84_0x2b56c2(0xed)](_0x2b9935){const _0x309c70=a84_0x2b56c2,_0x1f7d6d={'DMigH':'markSessionName:\x20Skipping\x20session\x20name\x20marking','BLYOZ':function(_0x5d43a0,_0x2c24b3){return _0x5d43a0(_0x2c24b3);},'KNmIx':function(_0x48bb5a,_0x4676eb){return _0x48bb5a(_0x4676eb);},'uclpZ':_0x309c70(0x94),'PdEOf':function(_0x2295da,_0x1d562c,_0x4a21c9){return _0x2295da(_0x1d562c,_0x4a21c9);}};try{if(CLIUtils[_0x309c70(0xe7)](BrowserstackCLI[_0x309c70(0x154)]()[_0x309c70(0xb8)]())){this[_0x309c70(0xa6)]['debug'](_0x1f7d6d[_0x309c70(0xce)]);return;}const _0x253ce8=AutomationFramework[_0x309c70(0xf3)](AutomationFramework[_0x309c70(0xb0)](),PlaywrightDriverModule[_0x309c70(0x11c)]);let _0x466061;_0x2b9935[_0x309c70(0xea)]||_0x2b9935[_0x309c70(0xf5)]?_0x466061=_0x1f7d6d[_0x309c70(0xf4)](getCucumberSessionName,_0x2b9935):_0x466061=_0x1f7d6d['KNmIx'](getPlaywrightSessionName,_0x2b9935);const _0x4dc61a={};_0x4dc61a['name']=_0x466061;const _0x5b3649={};_0x5b3649['action']=_0x1f7d6d['uclpZ'],_0x5b3649[_0x309c70(0xc6)]=_0x4dc61a;const _0x1cadc8=_0x5b3649;PerformanceTester[_0x309c70(0xd8)](PerformanceEvents['SESSION_NAME']),await _0x1f7d6d['PdEOf'](playwrightBstackJsExecutor,_0x253ce8,_0x1cadc8),PerformanceTester[_0x309c70(0x146)](PerformanceEvents['SESSION_NAME']);}catch(_0x43e8f1){PerformanceTester['end'](PerformanceEvents['SESSION_NAME'],![],util['format'](_0x43e8f1)),this[_0x309c70(0xa6)]['error'](_0x309c70(0xee)+util[_0x309c70(0x132)](_0x43e8f1));}}}function a84_0x2428(_0x481b17,_0x2cf93f){const _0x212977=a84_0x2129();return a84_0x2428=function(_0x2428f7,_0x260083){_0x2428f7=_0x2428f7-0x8d;let _0x121dac=_0x212977[_0x2428f7];return _0x121dac;},a84_0x2428(_0x481b17,_0x2cf93f);}PlaywrightDriverModule[a84_0x2b56c2(0xa2)]=a84_0x2b56c2(0x151),module[a84_0x2b56c2(0xc8)]=PlaywrightDriverModule;