browserstack-node-sdk 1.49.4 → 1.49.5

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
+ function a80_0x319d(){const _0x1d60de=['PQmlx','testFrameworkData','getCapabilitiesList','DyiOL','loadDriverExecuteParams','debug','LJAsf','DNioL','message','Performing\x20scan\x20before\x20getting\x20results\x20summary','SDK_ACCESSIBILITY_CONFIG','getSuccess','Executing\x20accessibility\x20script\x20on\x20page','warn','isEnabled',']\x20isEnabledTestcase\x20(cucumber)\x20result=','sahDc','getCapabilityValue','CStEs','setLogDisabledShown','string','LPjoJ','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','VCRBG','pDVtu','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','MdcYA','__workerDetails','Avujh','ScanArgs:\x20','includes','17564cBdEWj','eLCVu','nfNvN','UDEgQ','getTesthub','Error\x20getting\x20script\x20by\x20name\x20','DRIVER_INIT','getAccessibilityExecuteParams','Processed\x20accessibility\x20caps\x20',',\x20available\x20commands:\x20','thTestRunUuid','GET_RESULTS_SUMMARY','cJzWC','AchzZ','shouldScanForCommand:\x20','executeScriptByName','updateData','168494yDdJnd',']\x20onAfterTest\x20should\x20scan=','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','zsgcr','testInfo','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','stack','TFNjp','oJAdx','stopTestCapture','../state/automationFrameworkState','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','OnGnO','command','GmHML','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','stringify','performPageScan','SEAvk','patchSendMessageToServer','UPBcv','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','../../../helpers/helper','../TestInfo.js','Ahith','tXeTs','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','gMZEs','performScanForCli','jest','getAllData','\x20accessibility\x20script\x20on\x20page','__accessibilityOptions','onBeforeExecute:\x20No\x20command\x20name\x20provided','accessibilityConfig','MODULE_NAME','setAccessibilityConfig','excludeTagsInTestingScope','map','DRIVER_HAS_URL','ACCESSIBILITY_INITIALIZED','OPzvr','getData','isAppAccessibility','end','QgEVH','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','goog:chromeOptions','Error\x20checking\x20headless\x20capability:\x20','error','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','Vpwvr','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','\x22browserstack.key\x22:\x22[REDACTED]\x22','measureWrapper','dNiQY','TkmTk','unknown','bTgMc','split','RRDCK','UgTjq','kgzdv',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','NaVDu','MergedScanArgs:\x20','fNCmv','setShouldScanCurrentTest','test_tags','Error\x20in\x20shouldScanForCommand:\x20','browserName','LOG_DISABLED_SHOWN','PERFORM_SCAN','onBeforeExecute','browserVersion','accessibility','getValue','jqiFN','name',',\x20isAppAccessibility=','\x20from\x20testIdentifier=','EXECUTE','pWfQI','AugRO','Scan\x20result:\x20','options','mergeObject','GtykL','null','LPfuf','commandName','includeTagsInTestingScope','browserstack.accessibilityOptions.authToken','ckhrU','rHoSy','rvGuX','YdIiU','../../utils/playwright-patcher','nPTES','isAccessibilityScriptCommand','2|12|11|9|15|3|5|4|1|8|6|0|14|7|10|13','NmUMN','iBylY','GvDEh','BiavZ','find','YlLKI','set',',\x20excludeTags=','getModuleName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','getGoogleChromeOptions','onAfterTest','getResults','WdCBT','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','Error\x20in\x20stopTestCapture:\x20','NON_BROWSERSTACK_AUTOMATION_SESSIONS','ccdtu','setAccessibilityToken','getTrackedInstance','brhlo','capabilitiesList','commandsList','testhub_build_uuid','KEY_INIT','uBvSa','headless','getInstance','shouldScanCurrentTest','CREATE','ZLCkh','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','BESOc','RllWv','\x20value=','./baseModule','getName','start','saveResults','toLowerCase','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','7430EnhYbc','Error\x20getting\x20capability\x20value\x20for\x20','275gIwUec','BMqfw','length','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','bind','224148uujVuG','Error\x20in\x20performScanForCli\x20for\x20script\x20','../../playwright/accessibility-helper','aKRNb','isEnabledTestcase','scannerVersion','performPageScan:\x20Page\x20is\x20null','3ywGAsm','DukAc','true','Error\x20in\x20initAccessibilityConfig:\x20','tnPoj',']\x20clear\x20','replace','tebCs','../grpcClient','Izgqn',',\x20includeTags=','rTMsu','heEQR','WzMdY','RZDlN','pfzsq','has','EmKyX','exports','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','launchCaps','POST','JxFXA','HZGjz','fetchDriverExecuteParamsEvent','cucumber','iYSfI','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','\x20testHubUuid=','performScan','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','Exception\x20in\x20isPlatformSupported:\x20','\x22browserstack.user\x22:\x22[REDACTED]\x22','PRE','ZXmLu','browser','getBuildId','saveTestResults','TsoHR','uFUQw','cdMhA','delete','\x20using\x20script:\x20','testFramework','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','_centralAuthConfigFetched','LoOIZ','slMGS','getScriptsList','performScanForCli:\x20No\x20','TrackedInstance','pRbsC','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','pxWdg','uCtCU',',\x20testName=','latest','\x20result\x20for\x20','ffOoX','KEY_TEST_NAME','getParamsForScanForCli','MrNsN','currentTest','getScriptByName','YTMrE','QUIT','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','platformCaps','size','onBeforeExecute:\x20command=','getAccessibility','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','fISqN','191365TaNJcx','../framework/testFramework','_sendMessageServerPatchApplied','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','browserstack_executor','loadAccessibilityConfig','lPHfG','browserStackEvaluate','LfQzJ','zOeTX','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','KIGjy','AXIaF','pHBIg','getState','6dIzRZt','BROWSERSTACK_TESTHUB_JWT','Xvxgu','WKAxV','isPlatformSupported:\x20caps\x20are\x20null','pwPage','bSvvI','test_run_id','BROWSERSTACK_CLI_BIN_SESSION_ID','chrome','getTestFrameworkDetail','lDZvZ','JegXF','bbASq','wdSeF','zzNgu','assign','getTestUUID','YaEXP','mwNso','AUTOMATION_SESSIONS','ZDzOO','function','registerObserver','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','OYaYz','processAccessibilityCaps','KEY_TESTHUB_BUILD_ID','getContext','\x20script\x20available','ascii','__jestCurrentTestIdentifier','[platform\x20-\x20','dfqye','getPlatformIndex','../../../helpers/accessibility-automation/helper','izqkx','qRPlv','Error\x20in\x20performPageScan:\x20','HWNNI','platformValidation','krWhF','getAccessibilityConfig','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','xQajn','nERNV','2744VvjlRL','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','isPlatformSupported','NIMIV','CNPDC','titlePath','applySendMessageToServerPatch','HBMry','capabilities','Error\x20executing\x20script\x20','format','accessibilityPlatform','tUsfw','cdfhT','920BHAjSe',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','TViEp','info','LCAIz','Context','fYQeZ','[AccessibilityModule]\x20onAfterTest:\x20framework=','vOoVv','xuWJY','env','ywTMW','YAIuh','fetchCentralAuthA11yConfig','toString','wcagVersion','cLxyz','kjGYQ','Executing\x20','trim','kIZWM','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','browserstack.accessibilityOptions.scannerVersion','PQAZR','JewYQ','PjeOg','name:\x20','../../../helpers/accessibility-automation/constants','performPageScan:\x20Script\x20is\x20null','present','kThmW','CBcUp','finishScanningForCli','validatePlatformForAccessibility','page','BBTyr','join','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','getTestId','parse','SFftF','onBeforeTest','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','util','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getCurrentInstanceName','getOptions','onBeforeTest:\x20event=','get','setShouldScan','a11y:save-results','../../../helpers/performance/performance-tester.js','../cliUtils','_centralAuthA11yConfig','wSuOk','scannerProcessingTimeout','AsYvo','zZZOR','instance','qXjhy','WXuTs','getCurrentAccessibilityStatus',']\x20isEnabledTestcase\x20(jest)\x20result=','../state/hookState','TPvHZ','some','yCGhU','Performing\x20scan\x20before\x20from\x20cli','84984SAlmgh','BS_A11Y_JWT','BQWSY','browserstack.accessibilityOptions.scannerProcessingTimeout','sBaKe','jrQxB','test-tags-->\x20','isArray','testAnalyticsId','chXHu','scan','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','Tgrhr','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','1080jykfhS','getAccessibilityResultsSummary','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','ByCOe','FCTyZ','getScript','yTsJE'];a80_0x319d=function(){return _0x1d60de;};return a80_0x319d();}const a80_0x517585=a80_0x5b88;(function(_0x3a0485,_0x36cbbf){const _0x3c8801=a80_0x5b88,_0x1e56e1=_0x3a0485();while(!![]){try{const _0x55312b=parseInt(_0x3c8801(0x258))/0x1+-parseInt(_0x3c8801(0x2ed))/0x2*(-parseInt(_0x3c8801(0x2f4))/0x3)+parseInt(_0x3c8801(0x247))/0x4+parseInt(_0x3c8801(0x181))/0x5*(parseInt(_0x3c8801(0x191))/0x6)+parseInt(_0x3c8801(0x1c1))/0x7*(parseInt(_0x3c8801(0x1cf))/0x8)+-parseInt(_0x3c8801(0x221))/0x9*(parseInt(_0x3c8801(0x2e6))/0xa)+parseInt(_0x3c8801(0x2e8))/0xb*(-parseInt(_0x3c8801(0x213))/0xc);if(_0x55312b===_0x36cbbf)break;else _0x1e56e1['push'](_0x1e56e1['shift']());}catch(_0x9c1f36){_0x1e56e1['push'](_0x1e56e1['shift']());}}}(a80_0x319d,0x18ed6));const BaseModule=require(a80_0x517585(0x2e0)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a80_0x517585(0x203)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a80_0x517585(0x182)),AutomationFrameworkState=require(a80_0x517585(0x262)),HookState=require(a80_0x517585(0x20e)),GrpcClient=require(a80_0x517585(0x2fc)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a80_0x517585(0x327)),PerformanceTester=require(a80_0x517585(0x202)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x517585(0x1ea)),{nestedKeyValue,isUndefined}=require(a80_0x517585(0x26e)),util=require(a80_0x517585(0x1fa)),TestInfo=require(a80_0x517585(0x26f)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js');class AccessibilityModule extends BaseModule{static [a80_0x517585(0x27b)]=AccessibilityModule[a80_0x517585(0x2a6)];static [a80_0x517585(0x322)]=![];static [a80_0x517585(0x204)]={};constructor(_0x629296){const _0x1d1267=a80_0x517585,_0x171fa0={};_0x171fa0['Xvxgu']=_0x1d1267(0x2bc),_0x171fa0[_0x1d1267(0x1e6)]=_0x1d1267(0x280),_0x171fa0[_0x1d1267(0x1d7)]=_0x1d1267(0x27f),_0x171fa0['Jrvly']=_0x1d1267(0x2d4),_0x171fa0[_0x1d1267(0x21c)]=_0x1d1267(0x272);const _0x277e06=_0x171fa0,_0x3e45c5=_0x277e06[_0x1d1267(0x193)][_0x1d1267(0x293)]('|');let _0x5988f7=0x0;while(!![]){switch(_0x3e45c5[_0x5988f7++]){case'0':this['setAccessibilityToken'](_0x629296[_0x1d1267(0x1fd)]()[_0x1d1267(0x22a)]());continue;case'1':this[_0x1d1267(0x283)]=![];continue;case'2':super();continue;case'3':this[_0x1d1267(0x27a)]=_0x629296['toObject']();continue;case'4':this['LOG_DISABLED_SHOWN']=new Map();continue;case'5':this[_0x1d1267(0x2a3)]=new Map();continue;case'6':this[_0x1d1267(0x183)]=![];continue;case'7':this['KEY_INIT']=_0x277e06[_0x1d1267(0x1e6)];continue;case'8':this['capabilities']=[];continue;case'9':AutomationFramework[_0x1d1267(0x1a8)](AutomationFrameworkState[_0x1d1267(0x179)],HookState[_0x1d1267(0x316)],this[_0x1d1267(0x2c8)]['bind'](this));continue;case'10':this['KEY_DRIVER_HAS_URL']=_0x277e06['vOoVv'];continue;case'11':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x1d1267(0x2da)],HookState[_0x1d1267(0x30a)],this[_0x1d1267(0x1f8)][_0x1d1267(0x2ec)](this));continue;case'12':AutomationFramework[_0x1d1267(0x1a8)](AutomationFrameworkState[_0x1d1267(0x2a9)],HookState['PRE'],this[_0x1d1267(0x2a1)][_0x1d1267(0x2ec)](this));continue;case'13':this[_0x1d1267(0x1ae)]=_0x277e06['Jrvly'];continue;case'14':logger[_0x1d1267(0x22d)](_0x277e06[_0x1d1267(0x21c)]);continue;case'15':this[_0x1d1267(0x236)]=!![];continue;}break;}}['isEnabled'](){const _0x2a2f24=a80_0x517585;return this[_0x2a2f24(0x236)];}[a80_0x517585(0x2c5)](){return AccessibilityModule['MODULE_NAME'];}[a80_0x517585(0x20c)](){const _0x3d8d56=a80_0x517585;return this[_0x3d8d56(0x2a3)][_0x3d8d56(0x1ff)](CLIUtils[_0x3d8d56(0x1fc)](),![]);}['getLogDisabledShown'](){const _0x5657a4=a80_0x517585;return this['LOG_DISABLED_SHOWN'][_0x5657a4(0x1ff)](CLIUtils[_0x5657a4(0x1fc)](),![]);}[a80_0x517585(0x23b)](_0x151746){const _0x2fa4a6=a80_0x517585;this['LOG_DISABLED_SHOWN'][_0x2fa4a6(0x2c3)](CLIUtils['getCurrentInstanceName'](),_0x151746);}['applySendMessageToServerPatch'](){const _0x11efda=a80_0x517585,_0x3cd309={'ckhrU':_0x11efda(0x28c),'ccdtu':function(_0xef4948,_0x4939b2){return _0xef4948(_0x4939b2);},'qXjhy':_0x11efda(0x2b9),'DNioL':_0x11efda(0x18c),'Izgqn':_0x11efda(0x286)};if(this['_sendMessageServerPatchApplied']){logger['debug'](_0x3cd309[_0x11efda(0x2b5)]);return;}try{const _0x1c3ead=_0x3cd309[_0x11efda(0x2ce)](require,_0x3cd309[_0x11efda(0x20a)]);_0x1c3ead&&_0x1c3ead['patchSendMessageToServer']?(_0x1c3ead[_0x11efda(0x26b)](),this[_0x11efda(0x183)]=!![],logger[_0x11efda(0x22d)](_0x3cd309[_0x11efda(0x22f)])):logger[_0x11efda(0x22d)](_0x3cd309[_0x11efda(0x2fd)]);}catch(_0x3db009){logger[_0x11efda(0x22d)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x11efda(0x1cb)](_0x3db009));}}[a80_0x517585(0x1c3)](_0x177817=null,_0x1b2d20=null,_0x56a671=null){const _0x17f527=a80_0x517585,_0x3b9de1={'vTGns':function(_0x3c7e15,_0x5a3875){return _0x3c7e15&&_0x5a3875;},'Ahith':_0x17f527(0x195),'YlLKI':function(_0x2aac75,_0x309a3f){return _0x2aac75(_0x309a3f);},'LCAIz':'../../../helpers/accessibility-automation/helper','kfIeC':function(_0x1974fa,_0x12d2e9){return _0x1974fa(_0x12d2e9);},'lDRsV':_0x17f527(0x26e),'HWNNI':function(_0x44e23a){return _0x44e23a();},'cdMhA':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','aKRNb':function(_0x2e44fd,_0x4cd9b1){return _0x2e44fd===_0x4cd9b1;},'LoOIZ':_0x17f527(0x19a),'heEQR':function(_0x29670b,_0x183c06){return _0x29670b===_0x183c06;},'zzNgu':'playwright-chromium','TPvHZ':function(_0x4587fa,_0x34eb16){return _0x4587fa===_0x34eb16;},'LPjoJ':function(_0x4b8171,_0x54f045){return _0x4b8171===_0x54f045;},'izqkx':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','BBTyr':function(_0x12e5c3,_0x2f68c9){return _0x12e5c3===_0x2f68c9;},'WdCBT':function(_0x146b81,_0x592882){return _0x146b81===_0x592882;},'GvDEh':_0x17f527(0x2f6),'TFNjp':function(_0x4c0314,_0x5171a6){return _0x4c0314===_0x5171a6;},'XvEOC':_0x17f527(0x23c),'jrQxB':function(_0x553ffb,_0x3780c8){return _0x553ffb===_0x3780c8;},'LJJta':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','tUsfw':function(_0x2858d0){return _0x2858d0();},'yCGhU':function(_0x3a160a,_0x7e6d31){return _0x3a160a>_0x7e6d31;},'BMqfw':function(_0x57b37b,_0x370f0f){return _0x57b37b(_0x370f0f);},'MrNsN':_0x17f527(0x2c6),'AXIaF':function(_0x5a7f09,_0x278985){return _0x5a7f09!==_0x278985;},'NmUMN':_0x17f527(0x170),'LPfuf':function(_0x36e64e,_0x42aa98){return _0x36e64e(_0x42aa98);},'YTMrE':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x3b9de1['vTGns'](!_0x1b2d20,!_0x56a671))return logger['debug'](_0x3b9de1[_0x17f527(0x270)]),![];const {isAccessibilityAutomationSession:_0x2d9f37}=_0x3b9de1[_0x17f527(0x2c2)](require,_0x3b9de1[_0x17f527(0x1d3)]),{isUndefined:_0x3903ca,isBrowserstackInfra:_0x32e65b}=_0x3b9de1['kfIeC'](require,_0x3b9de1['lDRsV']);if(!_0x3b9de1[_0x17f527(0x1ba)](_0x2d9f37))return logger[_0x17f527(0x22d)](_0x3b9de1[_0x17f527(0x31d)]),![];if(!(_0x1b2d20[_0x17f527(0x29e)]&&_0x3b9de1[_0x17f527(0x2f0)](_0x1b2d20[_0x17f527(0x29e)]['toLowerCase'](),_0x3b9de1[_0x17f527(0x323)])||_0x1b2d20[_0x17f527(0x29e)]&&_0x3b9de1[_0x17f527(0x300)](_0x1b2d20[_0x17f527(0x29e)]['toLowerCase'](),_0x3b9de1[_0x17f527(0x1a0)])||_0x1b2d20[_0x17f527(0x318)]&&_0x3b9de1[_0x17f527(0x20f)](_0x1b2d20['browser'][_0x17f527(0x2e4)](),_0x3b9de1[_0x17f527(0x323)])||_0x1b2d20[_0x17f527(0x318)]&&_0x3b9de1[_0x17f527(0x23d)](_0x1b2d20['browser'][_0x17f527(0x2e4)](),_0x3b9de1['zzNgu'])))return logger[_0x17f527(0x235)](_0x3b9de1[_0x17f527(0x1b7)]),![];try{const _0x8a3e30=_0x1b2d20[_0x17f527(0x2d7)],_0x4b55de=_0x3b9de1[_0x17f527(0x1f2)](_0x8a3e30,!![])||_0x3b9de1[_0x17f527(0x2ca)](_0x8a3e30,_0x3b9de1[_0x17f527(0x2bf)])||_0x3b9de1[_0x17f527(0x25f)](typeof _0x8a3e30,_0x3b9de1['XvEOC'])&&_0x3b9de1[_0x17f527(0x218)](_0x8a3e30[_0x17f527(0x2e4)](),_0x3b9de1[_0x17f527(0x2bf)]);if(_0x4b55de)return logger[_0x17f527(0x235)](_0x3b9de1['LJJta']),![];}catch(_0x2e957e){logger[_0x17f527(0x22d)](_0x17f527(0x288)+util['format'](_0x2e957e));}if(!_0x3b9de1[_0x17f527(0x1cd)](_0x32e65b)){if(!_0x3b9de1[_0x17f527(0x211)](_0x3b9de1['kfIeC'](parseFloat,_0x1b2d20[_0x17f527(0x2a2)]),_0x3b9de1[_0x17f527(0x2e9)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger[_0x17f527(0x235)](_0x3b9de1[_0x17f527(0x175)]),![];}else{if(_0x3b9de1[_0x17f527(0x18e)](_0x1b2d20['browserVersion'],_0x3b9de1[_0x17f527(0x2bd)])&&!_0x3b9de1[_0x17f527(0x211)](_0x3b9de1[_0x17f527(0x2b1)](parseFloat,_0x1b2d20[_0x17f527(0x2a2)]),_0x3b9de1['YlLKI'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x17f527(0x235)](_0x3b9de1[_0x17f527(0x178)]),![];}return!![];}catch(_0x4bb612){return logger[_0x17f527(0x22d)](_0x17f527(0x314)+_0x4bb612['message']),![];}}[a80_0x517585(0x2f1)](_0x647b7c=[],_0x113191,_0x159f12=a80_0x517585(0x30e)){const _0x5f0cca=a80_0x517585,_0x1a00e8={'YAIuh':function(_0x395c4a,_0x5104dc){return _0x395c4a===_0x5104dc;},'kIZWM':_0x5f0cca(0x275),'QXvha':function(_0x5268da,_0x4a8fca){return _0x5268da||_0x4a8fca;},'VCRBG':function(_0x45eff2,_0x251a25){return _0x45eff2===_0x251a25;},'fYQeZ':function(_0x622c57,_0x19a74d){return _0x622c57&&_0x19a74d;},'WzMdY':_0x5f0cca(0x291),'pHBIg':function(_0x55e67e,_0x5d1a57){return _0x55e67e===_0x5d1a57;},'PjeOg':function(_0xae7cb,_0x3acc35){return _0xae7cb(_0x3acc35);},'xQajn':function(_0x36d875,_0x4b163e){return _0x36d875>_0x4b163e;}};try{const _0x267c09=process[_0x5f0cca(0x1d9)][_0x5f0cca(0x1ab)]?JSON[_0x5f0cca(0x1f6)](process[_0x5f0cca(0x1d9)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x267c09)return!![];const _0x10726d=Array[_0x5f0cca(0x21a)](_0x267c09['includeTagsInTestingScope'])?_0x267c09[_0x5f0cca(0x2b3)]:[],_0x519528=Array[_0x5f0cca(0x21a)](_0x267c09[_0x5f0cca(0x27d)])?_0x267c09[_0x5f0cca(0x27d)]:[];if(_0x1a00e8[_0x5f0cca(0x1db)](_0x159f12,_0x1a00e8[_0x5f0cca(0x1e3)])){let _0x417b60;Array[_0x5f0cca(0x21a)](_0x647b7c)?_0x417b60=_0x647b7c[_0x5f0cca(0x1f3)]('\x20'):_0x417b60=_0x1a00e8['QXvha'](_0x647b7c,'');const _0x4bd20c=_0x519528[_0x5f0cca(0x210)](_0x59599d=>_0x417b60['includes'](_0x59599d)),_0x5c444e=_0x1a00e8[_0x5f0cca(0x23f)](_0x10726d['length'],0x0)||_0x10726d[_0x5f0cca(0x210)](_0x180bfb=>_0x417b60[_0x5f0cca(0x246)](_0x180bfb)),_0x15e059=_0x1a00e8['fYQeZ'](!_0x4bd20c,_0x5c444e);return logger[_0x5f0cca(0x22d)](_0x5f0cca(0x1b3)+(_0x113191?.[_0x5f0cca(0x1b5)]?.()||_0x1a00e8['WzMdY'])+_0x5f0cca(0x20d)+_0x15e059+',\x20testName='+_0x417b60+',\x20includeTags='+JSON['stringify'](_0x10726d)+_0x5f0cca(0x2c4)+JSON['stringify'](_0x519528)),_0x15e059;}const _0x5100df=Array[_0x5f0cca(0x21a)](_0x647b7c)?_0x647b7c:[];let _0x1f68ca=![],_0xe332da=_0x1a00e8[_0x5f0cca(0x18f)](_0x10726d['length'],0x0);const _0x1b19d7=_0x18f571=>typeof _0x18f571==='string'?_0x18f571[_0x5f0cca(0x2fa)](/^@/,'')[_0x5f0cca(0x2e4)]()[_0x5f0cca(0x1e2)]():_0x18f571,_0x150c4c=new Set(_0x10726d[_0x5f0cca(0x27e)](_0x1b19d7)),_0x4073f9=new Set(_0x519528[_0x5f0cca(0x27e)](_0x1b19d7));for(const _0x5dcfee of _0x5100df){const _0x156373=_0x1a00e8[_0x5f0cca(0x1e8)](_0x1b19d7,_0x5dcfee);_0x4073f9[_0x5f0cca(0x304)](_0x156373)&&(_0x1f68ca=!![]),_0x1a00e8[_0x5f0cca(0x1bf)](_0x150c4c[_0x5f0cca(0x17c)],0x0)&&_0x150c4c[_0x5f0cca(0x304)](_0x156373)&&(_0xe332da=!![]);}const _0x418c5e=_0x1a00e8[_0x5f0cca(0x1d5)](_0xe332da,!_0x1f68ca);return logger['debug']('[platform\x20-\x20'+(_0x113191?.[_0x5f0cca(0x1b5)]?.()||_0x1a00e8[_0x5f0cca(0x301)])+_0x5f0cca(0x237)+_0x418c5e+',\x20tags='+JSON[_0x5f0cca(0x268)](_0x5100df)+_0x5f0cca(0x2fe)+JSON[_0x5f0cca(0x268)](_0x10726d)+_0x5f0cca(0x2c4)+JSON[_0x5f0cca(0x268)](_0x519528)),_0x418c5e;}catch(_0x3381d8){return logger[_0x5f0cca(0x22d)](_0x5f0cca(0x1b3)+(_0x113191?.[_0x5f0cca(0x1b5)]?.()||_0x1a00e8[_0x5f0cca(0x301)])+_0x5f0cca(0x297)+_0x3381d8[_0x5f0cca(0x230)]),![];}}async[a80_0x517585(0x1f8)](_0x2e9170){const _0x4cee41=a80_0x517585,_0x43b833={};_0x43b833[_0x4cee41(0x290)]=function(_0x5961a4,_0x816cb){return _0x5961a4!==_0x816cb;},_0x43b833[_0x4cee41(0x205)]=_0x4cee41(0x30e),_0x43b833[_0x4cee41(0x187)]=_0x4cee41(0x275),_0x43b833[_0x4cee41(0x2db)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x43b833[_0x4cee41(0x19f)]='TEST_INIT',_0x43b833[_0x4cee41(0x248)]=_0x4cee41(0x223),_0x43b833['bCgUg']=_0x4cee41(0x28a),_0x43b833[_0x4cee41(0x197)]=_0x4cee41(0x24d),_0x43b833[_0x4cee41(0x303)]=function(_0x160a17,_0x30ebc1){return _0x160a17===_0x30ebc1;},_0x43b833[_0x4cee41(0x31b)]=_0x4cee41(0x17a),_0x43b833[_0x4cee41(0x21f)]='Unknown\x20Test',_0x43b833[_0x4cee41(0x19d)]=function(_0x2c0c45,_0xaa44aa){return _0x2c0c45>_0xaa44aa;},_0x43b833[_0x4cee41(0x207)]=function(_0x221eb9,_0x450295){return _0x221eb9===_0x450295;},_0x43b833[_0x4cee41(0x294)]=_0x4cee41(0x1a7),_0x43b833[_0x4cee41(0x2aa)]=_0x4cee41(0x29c),_0x43b833['oqHaP']=function(_0x4e1550,_0x214e1f){return _0x4e1550&&_0x214e1f;},_0x43b833['tXeTs']=_0x4cee41(0x291),_0x43b833[_0x4cee41(0x225)]=_0x4cee41(0x2f6);const _0x483674=_0x43b833;if(_0x483674[_0x4cee41(0x290)](_0x2e9170[_0x4cee41(0x320)],_0x483674[_0x4cee41(0x205)])&&_0x483674['TkmTk'](_0x2e9170[_0x4cee41(0x320)],_0x483674[_0x4cee41(0x187)])){logger[_0x4cee41(0x22d)](_0x483674['ZLCkh']);return;}logger[_0x4cee41(0x1d2)](_0x4cee41(0x1fe)+JSON[_0x4cee41(0x268)](_0x2e9170));try{const _0x50c9e3=AutomationFramework[_0x4cee41(0x2d0)](),_0x1b2282=TestFramework['getTrackedInstance'](),_0x596176=_0x2e9170[_0x4cee41(0x1f1)]||global['__workerDetails']?.['pwPage']||null;if(!_0x596176){_0x1b2282&&_0x1b2282[_0x4cee41(0x257)](_0x483674[_0x4cee41(0x19f)],!![]);logger['debug'](_0x483674[_0x4cee41(0x248)]);return;}logger[_0x4cee41(0x22d)](_0x483674['bCgUg']);const _0x14dd4e=_0x1b2282?.['getData'](_0x483674[_0x4cee41(0x197)],![]),_0x508f5f=_0x1b2282?.[_0x4cee41(0x282)](_0x483674[_0x4cee41(0x19f)],![]);if(_0x483674[_0x4cee41(0x303)](_0x14dd4e,![])&&_0x483674[_0x4cee41(0x303)](_0x508f5f,![])){_0x1b2282&&_0x1b2282[_0x4cee41(0x257)](_0x483674[_0x4cee41(0x197)],!![]);logger[_0x4cee41(0x22d)](_0x483674[_0x4cee41(0x31b)]);return;}_0x1b2282&&_0x1b2282['updateData'](_0x483674['wdSeF'],!![]);let _0x55f5f6,_0x1d9355;const _0x4daeea=_0x2e9170[_0x4cee41(0x320)]||_0x483674[_0x4cee41(0x205)];if(_0x483674['pfzsq'](_0x4daeea,_0x483674['lPHfG'])){_0x1d9355=_0x2e9170['testInfo']?.['testAnalyticsId']||_0x2e9170[_0x4cee41(0x25c)]?.['id']||global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x4cee41(0x176)]?.[_0x4cee41(0x21b)]||global[_0x4cee41(0x243)]?.[_0x4cee41(0x176)]?.['id'];const _0x5ae1fe=_0x1b2282?.[_0x4cee41(0x276)]()?.[_0x4cee41(0x1ff)](_0x1d9355);if(_0x5ae1fe&&_0x5ae1fe[TestFrameworkConstants['KEY_TEST_NAME']])_0x55f5f6=_0x5ae1fe[TestFrameworkConstants[_0x4cee41(0x173)]];else{if(_0x2e9170['testInfo']?.[_0x4cee41(0x1c6)])_0x55f5f6=_0x2e9170[_0x4cee41(0x25c)][_0x4cee41(0x1c6)];else global['__workerDetails']?.[_0x4cee41(0x176)]?.[_0x4cee41(0x25c)]?.[_0x4cee41(0x1c6)]?_0x55f5f6=global[_0x4cee41(0x243)][_0x4cee41(0x176)][_0x4cee41(0x25c)]['titlePath']:_0x55f5f6=_0x483674['Tgrhr'];}logger[_0x4cee41(0x22d)](_0x4cee41(0x1f4)+_0x1d9355+_0x4cee41(0x16f)+JSON[_0x4cee41(0x268)](_0x55f5f6));}else{_0x1d9355=this['getTestId'](_0x2e9170);const _0x567965=TestInfo['getTestDetails'](_0x1d9355);let _0x406d4c=[];if(_0x567965&&Array[_0x4cee41(0x21a)](_0x567965['test_tags'])&&_0x483674['JegXF'](_0x567965[_0x4cee41(0x29c)][_0x4cee41(0x2ea)],0x0))_0x406d4c=_0x567965[_0x4cee41(0x29c)];else{if(_0x1b2282){const _0x3844cd=_0x483674[_0x4cee41(0x207)](typeof _0x1b2282['getData'],_0x483674[_0x4cee41(0x294)])?_0x1b2282[_0x4cee41(0x282)](_0x483674['pWfQI'],[]):_0x1b2282[_0x4cee41(0x29c)]||[];Array[_0x4cee41(0x21a)](_0x3844cd)&&(_0x406d4c=_0x3844cd);}}_0x55f5f6=_0x406d4c;}logger['info'](_0x4cee41(0x219)+JSON[_0x4cee41(0x268)](_0x55f5f6));const _0x5c6829=this[_0x4cee41(0x1c3)](_0x50c9e3,_0x2e9170[_0x4cee41(0x17b)],_0x2e9170[_0x4cee41(0x309)]);logger[_0x4cee41(0x22d)](_0x4cee41(0x308)+_0x5c6829+_0x4cee41(0x2a7)+this[_0x4cee41(0x283)]);const _0x49571a=this['isEnabledTestcase'](_0x55f5f6,_0x50c9e3,_0x4daeea),_0x3eab91=_0x483674['oqHaP'](_0x5c6829,_0x49571a),_0x579285=CLIUtils[_0x4cee41(0x1fc)]();this[_0x4cee41(0x2a3)][_0x4cee41(0x2c3)](_0x579285,_0x3eab91),global[_0x4cee41(0x1d4)]?.[_0x4cee41(0x1af)]&&global[_0x4cee41(0x1d4)][_0x4cee41(0x1af)]()[_0x4cee41(0x200)](_0x3eab91),logger[_0x4cee41(0x22d)]('[platform\x20-\x20'+(_0x50c9e3?.['getPlatformIndex']?.()||_0x483674[_0x4cee41(0x271)])+']\x20should\x20run\x20accessibility\x20value='+_0x3eab91),_0x3eab91?(global[_0x4cee41(0x1cc)]=!![],process[_0x4cee41(0x1d9)][_0x4cee41(0x1fb)]=_0x483674[_0x4cee41(0x225)],this[_0x4cee41(0x1c7)]()):global[_0x4cee41(0x1cc)]=![];}catch(_0x4f8d78){logger[_0x4cee41(0x289)](_0x4cee41(0x1a9)+(_0x4f8d78[_0x4cee41(0x25e)]||_0x4f8d78[_0x4cee41(0x230)]));const _0x1764e0=CLIUtils[_0x4cee41(0x1fc)]();this[_0x4cee41(0x2a3)][_0x4cee41(0x2c3)](_0x1764e0,![]),global[_0x4cee41(0x1cc)]=![];}}[a80_0x517585(0x2c7)](){const _0x439ffe=a80_0x517585;return this[_0x439ffe(0x1c9)][_0x439ffe(0x2c1)](_0x169bbd=>_0x169bbd[_0x439ffe(0x2e1)]()===_0x439ffe(0x287))?.[_0x439ffe(0x2a4)]()||'';}['getCapabilityValue'](_0x419fb9){const _0x56f809=a80_0x517585;try{const _0x4abb39=this[_0x56f809(0x27a)]?.[_0x56f809(0x2ad)]?.[_0x56f809(0x2d2)]||[],_0x155aca=_0x4abb39[_0x56f809(0x2c1)](_0x55358a=>_0x55358a[_0x56f809(0x2a6)]===_0x419fb9);return _0x155aca?_0x155aca['value']:null;}catch(_0x2381f0){return logger[_0x56f809(0x22d)](_0x56f809(0x2e7)+_0x419fb9+':\x20'+_0x2381f0[_0x56f809(0x230)]),null;}}async[a80_0x517585(0x27c)](_0x4445c2,_0x25c739){const _0x4b238f=a80_0x517585,_0x1b2721=_0x4445c2[_0x4b238f(0x17e)]()[_0x4b238f(0x1fd)](),_0x11e698=_0x1b2721[_0x4b238f(0x325)](),_0x43f91a=_0x1b2721['getCommandsToWrap']()?.['getCommandsList']();scripts['parseFromProto'](_0x11e698,_0x43f91a),scripts['toJson']();const _0x2adba6=_0x1b2721[_0x4b238f(0x22a)]();this[_0x4b238f(0x1c9)]=_0x1b2721[_0x4b238f(0x22a)](),await this[_0x4b238f(0x2cf)](_0x2adba6,_0x25c739[_0x4b238f(0x309)]);}async[a80_0x517585(0x2cf)](_0x22405c,_0x19d843={}){const _0x367ca0=a80_0x517585,_0x40796d={};_0x40796d['ZXmLu']=function(_0xa89ca7,_0x5c5a63){return _0xa89ca7===_0x5c5a63;},_0x40796d[_0x367ca0(0x18a)]='accessibilityToken',_0x40796d[_0x367ca0(0x19e)]=_0x367ca0(0x2b4),_0x40796d['AchzZ']=_0x367ca0(0x1de),_0x40796d[_0x367ca0(0x26a)]='browserstack.accessibilityOptions.wcagVersion',_0x40796d[_0x367ca0(0x285)]=_0x367ca0(0x2f2),_0x40796d[_0x367ca0(0x273)]=_0x367ca0(0x1e5),_0x40796d['sahDc']=function(_0x4d7304,_0x3d8c63){return _0x4d7304===_0x3d8c63;},_0x40796d[_0x367ca0(0x281)]=_0x367ca0(0x206),_0x40796d[_0x367ca0(0x2b8)]=_0x367ca0(0x216);const _0x27c3af=_0x40796d;global[_0x367ca0(0x278)]=global[_0x367ca0(0x278)]||{};for(const _0x1f3960 of _0x22405c){logger[_0x367ca0(0x1d2)](_0x367ca0(0x1e9)+_0x1f3960[_0x367ca0(0x2e1)]()+_0x367ca0(0x2df)+_0x1f3960['getValue']());if(_0x27c3af[_0x367ca0(0x317)](_0x1f3960[_0x367ca0(0x2e1)](),_0x27c3af[_0x367ca0(0x18a)]))process['env'][_0x367ca0(0x214)]=_0x1f3960['getValue'](),global['__accessibilityOptions'][_0x27c3af['bbASq']]=_0x1f3960[_0x367ca0(0x2a4)]();else{if(_0x27c3af[_0x367ca0(0x317)](_0x1f3960[_0x367ca0(0x2e1)](),_0x27c3af[_0x367ca0(0x254)]))global[_0x367ca0(0x278)][_0x27c3af[_0x367ca0(0x26a)]]=_0x1f3960[_0x367ca0(0x2a4)]();else{if(_0x27c3af[_0x367ca0(0x317)](_0x1f3960[_0x367ca0(0x2e1)](),_0x27c3af['QgEVH']))global[_0x367ca0(0x278)][_0x27c3af[_0x367ca0(0x273)]]=_0x1f3960[_0x367ca0(0x2a4)]();else _0x27c3af[_0x367ca0(0x238)](_0x1f3960[_0x367ca0(0x2e1)](),_0x27c3af['OPzvr'])&&(global['__accessibilityOptions'][_0x27c3af['YdIiU']]=_0x1f3960[_0x367ca0(0x2a4)]());}}}}async[a80_0x517585(0x2c8)](_0x490ae4){const _0x475c1e=a80_0x517585,_0x1f21d0={};_0x1f21d0[_0x475c1e(0x2d1)]=function(_0x4350a1,_0x2dcdbf){return _0x4350a1!==_0x2dcdbf;},_0x1f21d0[_0x475c1e(0x22e)]='cucumber',_0x1f21d0[_0x475c1e(0x2a5)]=function(_0x569b54,_0x5e8f48){return _0x569b54!==_0x5e8f48;},_0x1f21d0[_0x475c1e(0x264)]=_0x475c1e(0x275),_0x1f21d0[_0x475c1e(0x215)]=_0x475c1e(0x1be),_0x1f21d0[_0x475c1e(0x224)]=_0x475c1e(0x291);const _0x547b49=_0x1f21d0;if(_0x547b49[_0x475c1e(0x2d1)](_0x490ae4[_0x475c1e(0x320)],_0x547b49[_0x475c1e(0x22e)])&&_0x547b49[_0x475c1e(0x2a5)](_0x490ae4[_0x475c1e(0x320)],_0x547b49[_0x475c1e(0x264)])){logger[_0x475c1e(0x22d)](_0x547b49[_0x475c1e(0x215)]);return;}const _0x3a5e54=_0x490ae4[_0x475c1e(0x25c)]?.[_0x475c1e(0x21b)]||_0x490ae4['testInfo']?.['id']||global[_0x475c1e(0x1b2)];logger[_0x475c1e(0x1d2)](_0x475c1e(0x1d6)+_0x490ae4['testFramework']+',\x20testIdentifier='+_0x3a5e54);try{const _0x3432f5=_0x490ae4[_0x475c1e(0x209)]||AutomationFramework['getTrackedInstance'](),_0x135d79=CLIUtils['getCurrentInstanceName'](),_0x4a1c09=this['getCurrentAccessibilityStatus']();logger[_0x475c1e(0x22d)]('[platform\x20-\x20'+(_0x3432f5?.[_0x475c1e(0x1b5)]?.()||_0x547b49['ByCOe'])+_0x475c1e(0x259)+_0x4a1c09),_0x4a1c09&&await this[_0x475c1e(0x261)](_0x3432f5,_0x490ae4),this[_0x475c1e(0x2a3)]['delete'](_0x135d79),this[_0x475c1e(0x29f)][_0x475c1e(0x31e)](_0x135d79);}catch(_0x4c3d78){logger[_0x475c1e(0x289)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x4c3d78['stack']||_0x4c3d78[_0x475c1e(0x230)]));}}async[a80_0x517585(0x261)](_0x5ef39b,_0x366a82){const _0x1301a2=a80_0x517585,_0x509e1d={};_0x509e1d[_0x1301a2(0x189)]=function(_0x1c9748,_0x762176){return _0x1c9748===_0x762176;},_0x509e1d[_0x1301a2(0x2ab)]=_0x1301a2(0x1a7),_0x509e1d[_0x1301a2(0x324)]=function(_0x2922be,_0x16b7bb){return _0x2922be===_0x16b7bb;},_0x509e1d[_0x1301a2(0x228)]=_0x1301a2(0x275),_0x509e1d[_0x1301a2(0x18d)]='cucumber',_0x509e1d['BESOc']=function(_0x1c385e,_0x3bc3fd){return _0x1c385e===_0x3bc3fd;},_0x509e1d[_0x1301a2(0x1ee)]=_0x1301a2(0x2cb),_0x509e1d[_0x1301a2(0x31c)]=_0x1301a2(0x2a3),_0x509e1d['YuAiW']=_0x1301a2(0x2e3),_0x509e1d[_0x1301a2(0x1f7)]='unknown',_0x509e1d['UDEgQ']=_0x1301a2(0x1ec),_0x509e1d[_0x1301a2(0x296)]=_0x1301a2(0x2b0),_0x509e1d['nPWeX']=function(_0x57ab70,_0x2141d0){return _0x57ab70||_0x2141d0;},_0x509e1d['wZelP']=function(_0x2153dd,_0xa5460c){return _0x2153dd||_0xa5460c;},_0x509e1d[_0x1301a2(0x22b)]=function(_0x29e7cb,_0x1aecf4){return _0x29e7cb||_0x1aecf4;},_0x509e1d[_0x1301a2(0x292)]=_0x1301a2(0x1a5),_0x509e1d[_0x1301a2(0x266)]=_0x1301a2(0x2cd);const _0x134ba2=_0x509e1d;try{const _0x47741d=_0x366a82['testFramework']||(_0x134ba2[_0x1301a2(0x324)](this[_0x1301a2(0x229)]?.[_0x1301a2(0x2a6)]?.['toLowerCase'](),_0x134ba2[_0x1301a2(0x228)])?_0x134ba2[_0x1301a2(0x228)]:_0x134ba2['KIGjy']);let _0x2b214d='',_0x3cf06a=null,_0x455926=null;if(_0x134ba2[_0x1301a2(0x2dd)](_0x47741d,_0x134ba2[_0x1301a2(0x228)])){_0x3cf06a=_0x366a82[_0x1301a2(0x25c)]?.['testAnalyticsId']||_0x366a82[_0x1301a2(0x25c)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x3cf06a){logger[_0x1301a2(0x235)](_0x134ba2[_0x1301a2(0x1ee)]);return;}try{const _0x587091=await GrpcClient['getInstance']()[_0x1301a2(0x30d)](process[_0x1301a2(0x1d9)][_0x1301a2(0x199)],_0x134ba2[_0x1301a2(0x31c)],_0x134ba2['YuAiW'],_0x3cf06a),_0x90f23d=AccessibilityModule['loadDriverExecuteParams'](null,_0x587091);_0x2b214d=_0x90f23d?.[_0x1301a2(0x251)]||'',logger[_0x1301a2(0x22d)](_0x1301a2(0x1f9)+_0x2b214d+_0x1301a2(0x2a8)+_0x3cf06a),_0x455926=_0x587091;}catch(_0x9d939c){logger[_0x1301a2(0x289)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x9d939c[_0x1301a2(0x230)]);return;}}else{const _0x98f0b2=this[_0x1301a2(0x1f5)](_0x366a82);_0x2b214d=TestInfo[_0x1301a2(0x1a2)](_0x98f0b2);}const _0x4ecbef=((()=>{const _0x4e2876=_0x1301a2,_0x5d4b0e=(this[_0x4e2876(0x27a)]?.['options']?.[_0x4e2876(0x2d2)]||[])[_0x4e2876(0x2c1)](_0x256a8a=>(typeof _0x256a8a[_0x4e2876(0x2e1)]===_0x4e2876(0x1a7)?_0x256a8a['getName']():_0x256a8a[_0x4e2876(0x2a6)])===this['KEY_TESTHUB_BUILD_ID']);return _0x5d4b0e?_0x134ba2[_0x4e2876(0x189)](typeof _0x5d4b0e[_0x4e2876(0x2a4)],_0x134ba2[_0x4e2876(0x2ab)])?_0x5d4b0e[_0x4e2876(0x2a4)]():_0x5d4b0e['value']:'';})()),_0x4c6d93=process['env'][_0x1301a2(0x192)]||'';logger[_0x1301a2(0x22d)](_0x1301a2(0x1b3)+(_0x5ef39b?.[_0x1301a2(0x1b5)]?.()||_0x134ba2['SFftF'])+_0x1301a2(0x2f9)+_0x2b214d+_0x1301a2(0x311)+_0x4ecbef+'\x20a11yToken='+(_0x4c6d93?_0x134ba2[_0x1301a2(0x24a)]:_0x134ba2['kgzdv']));let _0x4ec3dd;if(_0x134ba2[_0x1301a2(0x324)](_0x47741d,_0x134ba2[_0x1301a2(0x228)]))_0x4ec3dd=AccessibilityModule[_0x1301a2(0x22c)](_0x2b214d,_0x455926);else{const _0x2b9994=await GrpcClient[_0x1301a2(0x2d8)]()[_0x1301a2(0x30d)](process[_0x1301a2(0x1d9)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x134ba2[_0x1301a2(0x31c)],_0x134ba2['YuAiW']);_0x4ec3dd=AccessibilityModule[_0x1301a2(0x22c)](_0x2b214d,_0x2b9994);}logger[_0x1301a2(0x22d)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x1301a2(0x268)](_0x4ec3dd));const _0x44d76c=Object[_0x1301a2(0x1a1)]({},{'thTestRunUuid':_0x134ba2['nPWeX'](_0x2b214d,''),'thBuildUuid':_0x134ba2['wZelP'](_0x4ecbef,''),'thJwtToken':_0x134ba2[_0x1301a2(0x22b)](_0x4c6d93,'')},_0x4ec3dd);logger['debug'](_0x1301a2(0x1e4)+_0x2b214d+_0x1301a2(0x2a7)+this[_0x1301a2(0x283)]);let _0x336b71=global[_0x1301a2(0x243)]?.[_0x1301a2(0x196)]||null;!_0x336b71&&(_0x336b71=AutomationFramework[_0x1301a2(0x190)](_0x5ef39b,_0x134ba2['bTgMc'],null)),!_0x336b71&&(_0x336b71=AutomationFramework[_0x1301a2(0x190)](_0x5ef39b,_0x134ba2['GmHML'],null)),await this[_0x1301a2(0x1ef)](this[_0x1301a2(0x20c)](),_0x2b214d,_0x336b71,_0x44d76c,this[_0x1301a2(0x283)]);}catch(_0x173067){logger[_0x1301a2(0x289)](_0x1301a2(0x2cc)+(_0x173067[_0x1301a2(0x25e)]||_0x173067[_0x1301a2(0x230)]));}}async['finishScanningForCli'](_0xc29fa1,_0xf060c5,_0x1200ff,_0x463e33,_0x54b7e4){const _0xea902a=a80_0x517585,_0x572c04={};_0x572c04['rTMsu']=_0xea902a(0x2e3),_0x572c04[_0xea902a(0x2be)]=function(_0xb82ec0,_0x28410b){return _0xb82ec0&&_0x28410b;},_0x572c04[_0xea902a(0x194)]=_0xea902a(0x184),_0x572c04['cJzWC']=function(_0x54dab7,_0x31ccc3){return _0x54dab7===_0x31ccc3;},_0x572c04[_0xea902a(0x2d6)]=_0xea902a(0x2b0),_0x572c04[_0xea902a(0x16d)]=function(_0x515521,_0x5eb1e1){return _0x515521===_0x5eb1e1;},_0x572c04[_0xea902a(0x1df)]=_0xea902a(0x17f),_0x572c04[_0xea902a(0x1c0)]=_0xea902a(0x212),_0x572c04[_0xea902a(0x30b)]='afterTestHook',_0x572c04['qRPlv']='scan',_0x572c04['uCtCU']=function(_0x5b8c88,_0x5908e6){return _0x5b8c88&&_0x5908e6;},_0x572c04['qyyrf']=_0xea902a(0x25a),_0x572c04[_0xea902a(0x2c0)]=_0xea902a(0x201),_0x572c04[_0xea902a(0x240)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x302e6d=_0x572c04;try{const _0x3a894b=this[_0xea902a(0x177)](_0x302e6d[_0xea902a(0x2ff)]);if(_0x302e6d[_0xea902a(0x2be)](!_0x54b7e4,!_0x3a894b)){logger[_0xea902a(0x22d)](_0x302e6d['WKAxV']);return;}if(!_0xf060c5||_0x302e6d[_0xea902a(0x253)](_0xf060c5,_0x302e6d[_0xea902a(0x2d6)])||_0x302e6d[_0xea902a(0x16d)](_0xf060c5,'')){logger[_0xea902a(0x22d)](_0x302e6d[_0xea902a(0x1df)]);return;}logger[_0xea902a(0x22d)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON['stringify'](_0x463e33)),_0xc29fa1&&(logger['debug'](_0x302e6d[_0xea902a(0x1c0)]),await this['performScanForCli'](_0x1200ff,_0xf060c5,_0x302e6d[_0xea902a(0x30b)],_0x463e33,_0x54b7e4,_0x302e6d[_0xea902a(0x1b8)]),_0x302e6d[_0xea902a(0x16e)](!_0x54b7e4,_0x3a894b)&&(logger['debug'](_0x302e6d['qyyrf']),await PerformanceTester['measureWrapper'](_0x302e6d[_0xea902a(0x2c0)],async()=>{const _0x4a9abf=_0xea902a;await this['performScanForCli'](_0x1200ff,_0xf060c5,_0x302e6d[_0x4a9abf(0x2ff)],_0x463e33,_0x54b7e4,_0x302e6d['rTMsu']);})()),logger[_0xea902a(0x1d2)](_0x302e6d[_0xea902a(0x240)]));}catch(_0x2f612b){logger[_0xea902a(0x289)](_0xea902a(0x2dc)+(_0x2f612b[_0xea902a(0x25e)]||_0x2f612b['message']));}}async[a80_0x517585(0x2a1)](_0x5c3103){const _0x37d2f2=a80_0x517585,_0x132116={};_0x132116['lDZvZ']=function(_0x24a462,_0x55c7e7){return _0x24a462!==_0x55c7e7;},_0x132116[_0x37d2f2(0x1da)]=_0x37d2f2(0x30e),_0x132116[_0x37d2f2(0x2f5)]=_0x37d2f2(0x275),_0x132116[_0x37d2f2(0x26c)]=_0x37d2f2(0x241),_0x132116['OYaYz']='unknown',_0x132116['gzJEu']=_0x37d2f2(0x279),_0x132116['njIbU']=function(_0x8dbdca,_0x1d139e){return _0x8dbdca===_0x1d139e;},_0x132116[_0x37d2f2(0x172)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x132116[_0x37d2f2(0x1a4)]='accessibility',_0x132116[_0x37d2f2(0x23a)]=_0x37d2f2(0x312),_0x132116[_0x37d2f2(0x217)]='test_run_id',_0x132116[_0x37d2f2(0x244)]='testhub_build_uuid',_0x132116[_0x37d2f2(0x20b)]=function(_0x5e517e,_0x5c8daa){return _0x5e517e===_0x5c8daa;},_0x132116[_0x37d2f2(0x1d8)]=_0x37d2f2(0x21d),_0x132116['NaVDu']=_0x37d2f2(0x2b0);const _0x5dad4c=_0x132116;if(_0x5dad4c[_0x37d2f2(0x19c)](_0x5c3103[_0x37d2f2(0x320)],_0x5dad4c[_0x37d2f2(0x1da)])&&_0x5dad4c[_0x37d2f2(0x19c)](_0x5c3103['testFramework'],_0x5dad4c['DukAc'])){logger['debug'](_0x5dad4c[_0x37d2f2(0x26c)]);return;}logger[_0x37d2f2(0x22d)](_0x37d2f2(0x17d)+(_0x5c3103[_0x37d2f2(0x2b2)]||_0x5dad4c[_0x37d2f2(0x1ac)])+',\x20framework='+_0x5c3103[_0x37d2f2(0x320)]);try{const _0x18b3a9=_0x5c3103[_0x37d2f2(0x209)]||AutomationFramework[_0x37d2f2(0x2d0)](),_0x4d1387=TestFramework['getTrackedInstance'](),_0x2c0d69=_0x5c3103['commandName']||_0x5c3103['command']?.[_0x37d2f2(0x2e1)]();if(!_0x2c0d69){logger[_0x37d2f2(0x22d)](_0x5dad4c['gzJEu']);return;}if(!this[_0x37d2f2(0x20c)]()){logger[_0x37d2f2(0x22d)](_0x37d2f2(0x1c2)+_0x2c0d69);return;}if(!this['shouldScanForCommand'](_0x2c0d69)){logger[_0x37d2f2(0x22d)]('onBeforeExecute:\x20Command\x20'+_0x2c0d69+_0x37d2f2(0x1aa));return;}const _0xc32229=_0x5c3103['page']||global[_0x37d2f2(0x243)]?.[_0x37d2f2(0x196)];if(!_0xc32229){logger[_0x37d2f2(0x22d)](_0x37d2f2(0x18b)+_0x2c0d69);return;}let _0x11a347='',_0xf3cc62=null;if(_0x5dad4c['njIbU'](_0x5c3103[_0x37d2f2(0x320)],_0x5dad4c[_0x37d2f2(0x2f5)])){_0xf3cc62=_0x5c3103[_0x37d2f2(0x25c)]?.['testAnalyticsId']||_0x5c3103[_0x37d2f2(0x25c)]?.['id']||global[_0x37d2f2(0x1b2)];if(!_0xf3cc62){logger[_0x37d2f2(0x235)](_0x5dad4c['ffOoX']);return;}try{const _0x560c5d=await GrpcClient[_0x37d2f2(0x2d8)]()[_0x37d2f2(0x30d)](process[_0x37d2f2(0x1d9)][_0x37d2f2(0x199)],_0x5dad4c['mwNso'],_0x5dad4c['CStEs'],_0xf3cc62),_0x5abc40=AccessibilityModule[_0x37d2f2(0x22c)](null,_0x560c5d);_0x11a347=_0x5abc40?.[_0x37d2f2(0x251)]||'',logger[_0x37d2f2(0x22d)](_0x37d2f2(0x220)+_0x11a347+_0x37d2f2(0x2a8)+_0xf3cc62);}catch(_0x42a79e){logger[_0x37d2f2(0x289)](_0x37d2f2(0x310)+_0x42a79e[_0x37d2f2(0x230)]);return;}}else _0x11a347=this[_0x37d2f2(0x239)](_0x5dad4c[_0x37d2f2(0x217)])||'';const _0x4f2b86=this[_0x37d2f2(0x239)](_0x5dad4c[_0x37d2f2(0x244)])||this[_0x37d2f2(0x27a)][this[_0x37d2f2(0x1ae)]]||null,_0x3eab1f=process[_0x37d2f2(0x1d9)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x3bb520=this[_0x37d2f2(0x174)](_0x2c0d69,_0x11a347,_0x4f2b86,_0x3eab1f),_0x42c2a3=_0x5dad4c[_0x37d2f2(0x20b)](_0x5c3103[_0x37d2f2(0x320)],_0x5dad4c['DukAc'])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x5dad4c[_0x37d2f2(0x1d8)],_0x11a347,_0xf3cc62):await AccessibilityModule[_0x37d2f2(0x1dc)](_0x5dad4c[_0x37d2f2(0x1d8)],_0x11a347);logger['info'](_0x37d2f2(0x245)+(_0x3bb520?JSON[_0x37d2f2(0x268)](_0x3bb520):_0x5dad4c[_0x37d2f2(0x298)]));const _0x3ed704=CLIUtils[_0x37d2f2(0x2ae)](_0x3bb520,_0x42c2a3);logger['info'](_0x37d2f2(0x299)+(_0x3ed704?JSON[_0x37d2f2(0x268)](_0x3ed704):_0x5dad4c['NaVDu'])),logger[_0x37d2f2(0x22d)](_0x37d2f2(0x26d)+_0x2c0d69);const _0x118ed9=await this[_0x37d2f2(0x274)](_0xc32229,_0x11a347,_0x2c0d69,_0x3ed704,this[_0x37d2f2(0x283)]);logger['debug'](_0x37d2f2(0x263)+_0x2c0d69+',\x20\x0a\x20'+_0x118ed9);}catch(_0x342f8f){logger[_0x37d2f2(0x289)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x342f8f[_0x37d2f2(0x25e)]||_0x342f8f['message']));}}[a80_0x517585(0x2d9)](){const _0x5f1360=a80_0x517585;return this[_0x5f1360(0x20c)]();}[a80_0x517585(0x29b)](_0x11f6b4){const _0x549fdb=a80_0x517585,_0x534f8b=CLIUtils[_0x549fdb(0x1fc)]();this['accessibility']['set'](_0x534f8b,_0x11f6b4);}async['initAccessibilityConfig'](_0x3378a5){const _0x5239fe=a80_0x517585,_0x1d775f={};_0x1d775f[_0x5239fe(0x2ba)]=_0x5239fe(0x291);const _0x3ab38f=_0x1d775f;try{const _0x5ef5b6=_0x3378a5[_0x5239fe(0x209)]||AutomationFramework[_0x5239fe(0x2d0)](),_0x2e90a0=_0x5ef5b6?.[_0x5239fe(0x282)]?.()?.[_0x5239fe(0x1ff)]?.(this[_0x5239fe(0x2d5)])||![];if(_0x2e90a0)return;PerformanceTester[_0x5239fe(0x2e2)](EVENTS[_0x5239fe(0x232)]);const _0x1846b6=await GrpcClient[_0x5239fe(0x2d8)]()[_0x5239fe(0x1bd)](_0x3378a5);_0x1846b6&&_0x1846b6[_0x5239fe(0x17e)]&&_0x1846b6[_0x5239fe(0x17e)]()&&_0x1846b6['getAccessibility']()[_0x5239fe(0x233)]()?(await this[_0x5239fe(0x186)](_0x1846b6,_0x3378a5),_0x5ef5b6?.[_0x5239fe(0x282)]&&_0x5ef5b6[_0x5239fe(0x282)]()[_0x5239fe(0x2c3)](this[_0x5239fe(0x2d5)],!![]),logger['debug'](_0x5239fe(0x1b3)+(_0x5ef5b6?.['getPlatformIndex']?.()||_0x3ab38f[_0x5239fe(0x2ba)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x5239fe(0x22d)]('[platform\x20-\x20'+(_0x5ef5b6?.['getPlatformIndex']?.()||_0x3ab38f[_0x5239fe(0x2ba)])+_0x5239fe(0x1d0)),PerformanceTester['end'](EVENTS[_0x5239fe(0x232)]);}catch(_0x35483a){PerformanceTester[_0x5239fe(0x284)](EVENTS[_0x5239fe(0x232)],![],_0x35483a['message']),logger[_0x5239fe(0x289)](_0x5239fe(0x2f7)+(_0x35483a['stack']||_0x35483a[_0x5239fe(0x230)]));}}async['loadAccessibilityConfig'](_0x29fc80,_0x366070){const _0x29d09b=a80_0x517585;await this['setAccessibilityConfig'](_0x29fc80,_0x366070);const _0x56fb90=_0x29fc80['getAccessibility']()['getOptions']();if(_0x56fb90){const _0x454368=_0x29fc80[_0x29d09b(0x24b)]&&_0x29fc80['getTesthub']();_0x454368&&(this['accessibilityConfig'][this[_0x29d09b(0x1ae)]]=_0x454368[_0x29d09b(0x319)]&&_0x454368[_0x29d09b(0x319)]());}}['shouldScanForCommand'](_0x2fbc88){const _0x4952cd=a80_0x517585,_0x570b2e={};_0x570b2e[_0x4952cd(0x1c5)]=function(_0x41783f,_0x88bc8c){return _0x41783f===_0x88bc8c;};const _0x58a9e3=_0x570b2e;try{if(!_0x2fbc88)return![];const _0xea4483=this['accessibilityConfig']?.[_0x4952cd(0x2ad)]?.['commandsToWrap']?.[_0x4952cd(0x2d3)]||[],_0x533e3a=_0xea4483[_0x4952cd(0x210)](_0x257366=>{const _0x446e5b=_0x4952cd;return _0x257366[_0x446e5b(0x2a6)]&&_0x58a9e3[_0x446e5b(0x1c5)](_0x257366['name'][_0x446e5b(0x2e4)](),_0x2fbc88[_0x446e5b(0x2e4)]());});return logger[_0x4952cd(0x22d)](_0x4952cd(0x255)+_0x2fbc88+'\x20->\x20'+_0x533e3a+_0x4952cd(0x250)+JSON[_0x4952cd(0x268)](_0xea4483[_0x4952cd(0x27e)](_0x2d5b40=>_0x2d5b40[_0x4952cd(0x2a6)]))),_0x533e3a;}catch(_0x3e35c7){return logger[_0x4952cd(0x22d)](_0x4952cd(0x29d)+_0x3e35c7[_0x4952cd(0x230)]),![];}}['isBrowserstackScriptCommand'](_0x1eaa70){const _0x205368=a80_0x517585,_0x53c88f={};_0x53c88f[_0x205368(0x302)]=function(_0x376773,_0x388803){return _0x376773===_0x388803;},_0x53c88f[_0x205368(0x2fb)]=_0x205368(0x23c),_0x53c88f['jWQuH']=_0x205368(0x185);const _0x44d399=_0x53c88f,_0x46d2dd=_0x1eaa70[_0x205368(0x226)]&&_0x1eaa70[_0x205368(0x226)]();return _0x46d2dd&&_0x44d399[_0x205368(0x302)](typeof _0x46d2dd,_0x44d399['tebCs'])&&_0x46d2dd['includes'](_0x44d399['jWQuH']);}[a80_0x517585(0x2bb)](_0x202361){const _0x1c4e6f=a80_0x517585,_0x549a5b={};_0x549a5b[_0x1c4e6f(0x180)]=function(_0x38b660,_0x185b61){return _0x38b660!==_0x185b61;},_0x549a5b['fNCmv']='string',_0x549a5b[_0x1c4e6f(0x30f)]='accessibility',_0x549a5b['cdfhT']='performScan',_0x549a5b[_0x1c4e6f(0x2f8)]=_0x1c4e6f(0x2c9),_0x549a5b['qrGWK']=_0x1c4e6f(0x31a);const _0x5b87ca=_0x549a5b,_0x460eb5=_0x202361[_0x1c4e6f(0x226)]&&_0x202361[_0x1c4e6f(0x226)]();if(!_0x460eb5||_0x5b87ca[_0x1c4e6f(0x180)](typeof _0x460eb5,_0x5b87ca[_0x1c4e6f(0x29a)]))return![];return _0x460eb5[_0x1c4e6f(0x246)](_0x5b87ca[_0x1c4e6f(0x30f)])||_0x460eb5[_0x1c4e6f(0x246)](_0x5b87ca[_0x1c4e6f(0x1ce)])||_0x460eb5[_0x1c4e6f(0x246)](_0x5b87ca[_0x1c4e6f(0x2f8)])||_0x460eb5[_0x1c4e6f(0x246)](_0x5b87ca['qrGWK']);}[a80_0x517585(0x174)](_0x24fdba,_0x2d21bd,_0x3191f6,_0x21832f){const _0x5e5184=a80_0x517585,_0x435c1f={};_0x435c1f[_0x5e5184(0x1a6)]=function(_0x500214,_0x430bf4){return _0x500214||_0x430bf4;},_0x435c1f[_0x5e5184(0x28f)]=function(_0x5c72a5,_0x5b597c){return _0x5c72a5||_0x5b597c;};const _0x1c0445=_0x435c1f;return{'command':_0x24fdba,'thTestRunUuid':_0x1c0445[_0x5e5184(0x1a6)](_0x2d21bd,''),'thBuildUuid':_0x1c0445[_0x5e5184(0x1a6)](_0x3191f6,''),'thJwtToken':_0x1c0445['dNiQY'](_0x21832f,''),'timestamp':new Date()['toISOString']()};}['getScriptByName'](_0xa5ffeb){const _0x4d579d=a80_0x517585,_0x39b0aa={};_0x39b0aa['yTsJE']=function(_0x13ce70,_0x535876){return _0x13ce70||_0x535876;};const _0x1f11f3=_0x39b0aa;try{const _0x2319be=this[_0x4d579d(0x27a)]?.['options']?.['scriptsList']||[],_0x9a0dd6=_0x2319be['find'](_0x2a82a3=>_0x2a82a3[_0x4d579d(0x2a6)]===_0xa5ffeb);return _0x1f11f3[_0x4d579d(0x227)](_0x9a0dd6,null);}catch(_0x231561){return logger[_0x4d579d(0x22d)](_0x4d579d(0x24c)+_0xa5ffeb+':\x20'+_0x231561[_0x4d579d(0x230)]),null;}}async[a80_0x517585(0x256)](_0x71d660,_0x380eb7,_0x5c30fa=null){const _0x500142=a80_0x517585,_0x1520f6={'ztIVi':function(_0x346d5e,_0x7baa39){return _0x346d5e(_0x7baa39);},'oJAdx':_0x500142(0x2ef)};try{if(!_0x71d660)return logger[_0x500142(0x22d)](_0x500142(0x307)+_0x380eb7),null;const _0x38cd5c=this[_0x500142(0x177)](_0x380eb7);if(!_0x38cd5c||!_0x38cd5c[_0x500142(0x265)])return logger[_0x500142(0x22d)]('executeScriptByName:\x20No\x20'+_0x380eb7+_0x500142(0x1b0)),null;logger[_0x500142(0x22d)](_0x500142(0x1e1)+_0x380eb7+_0x500142(0x277));const _0x2a799d=_0x1520f6['ztIVi'](require,_0x1520f6[_0x500142(0x260)]),_0x3ee2ba=_0x5c30fa?await _0x2a799d['browserStackEvaluate'](_0x71d660,_0x38cd5c['command'],_0x5c30fa):await _0x2a799d[_0x500142(0x188)](_0x71d660,_0x38cd5c[_0x500142(0x265)]);return _0x3ee2ba;}catch(_0x2ef831){return logger[_0x500142(0x289)](_0x500142(0x1ca)+_0x380eb7+':\x20'+(_0x2ef831[_0x500142(0x25e)]||_0x2ef831[_0x500142(0x230)])),null;}}async[a80_0x517585(0x274)](_0x115a2f,_0x1a4a24,_0x1a6198,_0x185d20,_0x2303d2,_0x40ab82=a80_0x517585(0x21d)){const _0x5f7330=a80_0x517585,_0x286c11={'pRbsC':function(_0x2073ff,_0x1bc639){return _0x2073ff===_0x1bc639;},'uapPc':_0x5f7330(0x21d),'nJeDk':function(_0x1a2523,_0x11cd41){return _0x1a2523(_0x11cd41);},'dfqye':_0x5f7330(0x2ef),'HZGjz':function(_0x36ac55,_0x3b7372){return _0x36ac55(_0x3b7372);}};try{logger['debug'](_0x5f7330(0x313)+_0x1a6198+_0x5f7330(0x31f)+_0x40ab82);const _0x3233d2=this[_0x5f7330(0x177)](_0x40ab82);if(!_0x3233d2||!_0x3233d2['command']){logger[_0x5f7330(0x22d)](_0x5f7330(0x326)+_0x40ab82+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x286c11[_0x5f7330(0x328)](_0x40ab82,_0x286c11['uapPc'])){const _0x5a5d86=_0x286c11['nJeDk'](require,_0x286c11[_0x5f7330(0x1b4)]),_0x5afad8={};_0x5afad8[_0x5f7330(0x265)]=_0x1a6198;const _0x30cbf9=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5f7330(0x2a0)],async()=>{const _0x2c1aef=_0x5f7330;await _0x5a5d86[_0x2c1aef(0x188)](_0x115a2f,_0x3233d2[_0x2c1aef(0x265)]);},_0x5afad8)();return logger['info']('Page\x20'+_0x40ab82+_0x5f7330(0x171)+_0x1a6198+':\x20'+util[_0x5f7330(0x1cb)](_0x30cbf9)),_0x30cbf9;}const _0x3ab876=_0x286c11[_0x5f7330(0x30c)](require,_0x286c11['dfqye']),_0x11b6ca=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x41aa7d=_0x5f7330;await _0x3ab876['browserStackEvaluate'](_0x115a2f,_0x3233d2[_0x41aa7d(0x265)],_0x185d20);})();return logger['info']('Page\x20'+_0x40ab82+'\x20result\x20for\x20'+_0x1a6198+':\x20'+util['format'](_0x11b6ca)),_0x11b6ca;}catch(_0x39e2c0){logger[_0x5f7330(0x289)](_0x5f7330(0x2ee)+_0x40ab82+':\x20'+(_0x39e2c0[_0x5f7330(0x25e)]||_0x39e2c0[_0x5f7330(0x230)]));}}async[a80_0x517585(0x1f0)](_0x1116e6){const _0x2f0e88=a80_0x517585,_0x4df84e={'QjSUX':function(_0x3ae0de,_0x5b6be2){return _0x3ae0de(_0x5b6be2);},'qSGgI':_0x2f0e88(0x1b6)};try{const _0x3219c3=_0x4df84e['QjSUX'](require,_0x4df84e['qSGgI']);return await _0x3219c3[_0x2f0e88(0x1bb)](_0x1116e6);}catch(_0x7707db){return logger[_0x2f0e88(0x289)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x7707db[_0x2f0e88(0x25e)]||_0x7707db[_0x2f0e88(0x230)])),![];}}[a80_0x517585(0x1ad)](_0x5a4705,_0x2c759c,_0xbce603){const _0x558913=a80_0x517585,_0x20f436={'GZCaC':function(_0x48f5f7,_0x2003bc){return _0x48f5f7(_0x2003bc);},'Vpwvr':'../../playwright/accessibility-helper','TViEp':_0x558913(0x315),'UgTjq':_0x558913(0x28d)};try{const _0x37facb=_0x20f436['GZCaC'](require,_0x20f436[_0x558913(0x28b)]);_0x37facb[_0x558913(0x1ad)](_0x5a4705,_0x2c759c,_0xbce603);const _0x3f8702=JSON[_0x558913(0x268)](_0x5a4705)[_0x558913(0x2fa)](/"browserstack\.user":"[^"]*"/g,_0x20f436[_0x558913(0x1d1)])[_0x558913(0x2fa)](/"browserstack\.key":"[^"]*"/g,_0x20f436[_0x558913(0x295)]);logger[_0x558913(0x22d)](_0x558913(0x24f)+global[_0x558913(0x1cc)]+'\x20'+_0x3f8702);}catch(_0x46327e){logger[_0x558913(0x289)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x46327e[_0x558913(0x25e)]||_0x46327e[_0x558913(0x230)]));}}async['getAccessibilityResults'](_0x20a815){const _0x44d95f=a80_0x517585,_0x2b8f57={};_0x2b8f57[_0x44d95f(0x242)]=_0x44d95f(0x321),_0x2b8f57[_0x44d95f(0x1c4)]=_0x44d95f(0x2c9);const _0x27ef4a=_0x2b8f57;try{if(!this[_0x44d95f(0x20c)]())return logger['warn'](_0x27ef4a[_0x44d95f(0x242)]),[];const _0x3d858e=await this[_0x44d95f(0x256)](_0x20a815,_0x27ef4a[_0x44d95f(0x1c4)]);return _0x3d858e||[];}catch(_0x4d842e){return logger[_0x44d95f(0x289)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x4d842e[_0x44d95f(0x25e)]||_0x4d842e[_0x44d95f(0x230)])),[];}}async[a80_0x517585(0x222)](_0x4bb1ca){const _0x2b9875=a80_0x517585,_0x34f6d6={'tUOSw':_0x2b9875(0x21d),'kjGYQ':'getResultsSummary','zZZOR':_0x2b9875(0x267),'wXTjJ':function(_0x5c4080,_0x529058){return _0x5c4080(_0x529058);},'zsgcr':_0x2b9875(0x203),'luEmA':function(_0x5a8c45,_0x20b694){return _0x5a8c45===_0x20b694;},'HBMry':_0x2b9875(0x275),'QsSbF':_0x2b9875(0x21e),'WcBZz':'accessibility','YaEXP':_0x2b9875(0x2d4),'rHoSy':_0x2b9875(0x222),'RllWv':_0x2b9875(0x198),'nPKZY':_0x2b9875(0x231),'GtykL':'No\x20summaryResults\x20found.'};try{if(!this[_0x2b9875(0x20c)]())return logger[_0x2b9875(0x235)](_0x34f6d6[_0x2b9875(0x208)]),{};const _0xb20354=_0x34f6d6['wXTjJ'](require,_0x34f6d6[_0x2b9875(0x25b)]),_0x2546fc=_0xb20354[_0x2b9875(0x19b)](),_0x1f43b0=_0x34f6d6['luEmA'](_0x2546fc?.['name']?.[_0x2b9875(0x2e4)](),_0x34f6d6[_0x2b9875(0x1c8)]);let _0x3de192='',_0x2c1115=null,_0x267dd8=null;if(_0x1f43b0){_0x2c1115=global[_0x2b9875(0x1b2)]||global[_0x2b9875(0x243)]?.[_0x2b9875(0x176)]?.[_0x2b9875(0x21b)]||global['__workerDetails']?.[_0x2b9875(0x176)]?.['id'];if(!_0x2c1115)return logger[_0x2b9875(0x235)](_0x34f6d6['QsSbF']),{};try{const _0x524516=await GrpcClient[_0x2b9875(0x2d8)]()[_0x2b9875(0x30d)](process['env'][_0x2b9875(0x199)],_0x34f6d6['WcBZz'],_0x34f6d6[_0x2b9875(0x1e0)],_0x2c1115),_0x4d0cc0=AccessibilityModule[_0x2b9875(0x22c)](null,_0x524516);_0x3de192=_0x4d0cc0?.[_0x2b9875(0x251)]||'',logger[_0x2b9875(0x22d)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x3de192+'\x20from\x20testIdentifier='+_0x2c1115);const _0xf2e37d=await AccessibilityModule[_0x2b9875(0x1dc)](_0x34f6d6[_0x2b9875(0x1e0)],_0x3de192,_0x2c1115),_0x573ba1=this[_0x2b9875(0x239)](_0x34f6d6[_0x2b9875(0x1a3)])||this['accessibilityConfig'][this[_0x2b9875(0x1ae)]]||null,_0xa120fa=process[_0x2b9875(0x1d9)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x1682e3=this[_0x2b9875(0x174)](_0x34f6d6[_0x2b9875(0x2b6)],_0x3de192,_0x573ba1,_0xa120fa);_0x267dd8=_0xb20354['mergeObject'](_0x1682e3,_0xf2e37d),logger[_0x2b9875(0x22d)](_0x2b9875(0x23e)+JSON['stringify'](_0x267dd8));}catch(_0x2901ee){return logger[_0x2b9875(0x289)](_0x2b9875(0x2e5)+_0x2901ee[_0x2b9875(0x230)]),{};}}else{_0x3de192=this[_0x2b9875(0x239)](_0x34f6d6[_0x2b9875(0x2de)])||'';const _0x4a9628=this[_0x2b9875(0x239)](_0x34f6d6[_0x2b9875(0x1a3)])||this[_0x2b9875(0x27a)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x5f553a=process[_0x2b9875(0x1d9)][_0x2b9875(0x192)]||'';_0x267dd8=this[_0x2b9875(0x174)](_0x34f6d6[_0x2b9875(0x2b6)],_0x3de192,_0x4a9628,_0x5f553a);}logger[_0x2b9875(0x22d)](_0x34f6d6['nPKZY']),await PerformanceTester[_0x2b9875(0x28e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4e7cb2=_0x2b9875,_0x5cc23c=await this[_0x4e7cb2(0x256)](_0x4bb1ca,_0x34f6d6['tUOSw'],_0x267dd8);logger[_0x4e7cb2(0x22d)](_0x4e7cb2(0x2ac)+util[_0x4e7cb2(0x1cb)](_0x5cc23c));},{'command':_0x34f6d6[_0x2b9875(0x2b6)]})();const _0x825000=await PerformanceTester[_0x2b9875(0x28e)](PerformanceA11yEvents[_0x2b9875(0x252)],async()=>{const _0x5165cd=_0x2b9875;return await this[_0x5165cd(0x256)](_0x4bb1ca,_0x34f6d6['kjGYQ'],_0x267dd8);})();if(!_0x825000)return logger[_0x2b9875(0x22d)](_0x34f6d6[_0x2b9875(0x2af)]),{};return _0x825000;}catch(_0x22e321){return logger[_0x2b9875(0x289)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x22e321[_0x2b9875(0x25e)]||_0x22e321[_0x2b9875(0x230)])),{};}}async[a80_0x517585(0x269)](_0x202e2a,_0xcf667a,_0x55c3=null){const _0x519015=a80_0x517585,_0x1f08e3={};_0x1f08e3[_0x519015(0x249)]=_0x519015(0x2f3),_0x1f08e3[_0x519015(0x2b7)]=_0x519015(0x1eb),_0x1f08e3[_0x519015(0x305)]=_0x519015(0x234);const _0x5e83da=_0x1f08e3;try{if(!_0x202e2a)return logger['debug'](_0x5e83da['nfNvN']),null;if(!_0xcf667a)return logger[_0x519015(0x22d)](_0x5e83da['rvGuX']),null;logger[_0x519015(0x22d)](_0x5e83da[_0x519015(0x305)]);const _0x30fc61=_0x55c3?await _0x202e2a['evaluate'](_0xcf667a,_0x55c3):await _0x202e2a['evaluate'](_0xcf667a);return _0x30fc61;}catch(_0x36fa36){return logger[_0x519015(0x289)](_0x519015(0x1b9)+(_0x36fa36['stack']||_0x36fa36['message'])),null;}}static['loadDriverExecuteParams'](_0xfb6ee6,_0xb6b58c){const _0x416f36=a80_0x517585,_0x5133ba={};_0x5133ba['krWhF']=_0x416f36(0x1b1);const _0x3f5b6e=_0x5133ba,_0x1210a0={};_0x1210a0['thTestRunUuid']=_0xfb6ee6;const _0x4bf115=_0x1210a0;let _0x4b5859={};if(_0xb6b58c[_0x416f36(0x233)]()&&_0xb6b58c['hasAccessibilityExecuteParams']())try{_0x4b5859=JSON[_0x416f36(0x1f6)](new Buffer(_0xb6b58c[_0x416f36(0x24e)]())[_0x416f36(0x1dd)](_0x3f5b6e[_0x416f36(0x1bc)]));}catch(_0x3d75ca){logger[_0x416f36(0x289)](_0x416f36(0x2eb)+_0x3d75ca[_0x416f36(0x230)]),_0x4b5859={};}return CLIUtils[_0x416f36(0x2ae)](_0x4bf115,_0x4b5859);}static async['fetchCentralAuthA11yConfig'](_0x56cce6,_0x1fc21c='',_0x4343e4=null){const _0x3facb8=a80_0x517585,_0x34c526={};_0x34c526[_0x3facb8(0x1ed)]=_0x3facb8(0x25d),_0x34c526['JewYQ']='accessibility';const _0x95792b=_0x34c526;try{if(!_0x4343e4&&AccessibilityModule[_0x3facb8(0x322)])return AccessibilityModule[_0x3facb8(0x204)];if(!process['env'][_0x3facb8(0x199)])return logger[_0x3facb8(0x289)](_0x95792b[_0x3facb8(0x1ed)]),{};const _0x3ea076=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x3facb8(0x1d9)][_0x3facb8(0x199)],_0x95792b[_0x3facb8(0x1e7)],_0x56cce6,_0x4343e4),_0x28110d=_0x4343e4?AccessibilityModule[_0x3facb8(0x22c)](null,_0x3ea076)?.[_0x3facb8(0x251)]||_0x1fc21c:_0x1fc21c,_0x3fdcd7=AccessibilityModule['loadDriverExecuteParams'](_0x28110d,_0x3ea076);return!_0x4343e4&&(AccessibilityModule['_centralAuthA11yConfig']=_0x3fdcd7,AccessibilityModule[_0x3facb8(0x322)]=!![]),_0x3fdcd7;}catch(_0x27b583){return logger[_0x3facb8(0x289)](_0x3facb8(0x329)+_0x56cce6+':\x20'+(_0x27b583['stack']||_0x27b583[_0x3facb8(0x230)])),{};}}}function a80_0x5b88(_0x34b7ff,_0x8380e7){const _0x319d96=a80_0x319d();return a80_0x5b88=function(_0x5b88ee,_0x531592){_0x5b88ee=_0x5b88ee-0x16d;let _0x3d75de=_0x319d96[_0x5b88ee];return _0x3d75de;},a80_0x5b88(_0x34b7ff,_0x8380e7);};module[a80_0x517585(0x306)]=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
+ const a81_0x59102d=a81_0x2a48;function a81_0x2a48(_0x4bc7cd,_0x1caab7){const _0x303f50=a81_0x303f();return a81_0x2a48=function(_0x2a487f,_0x1e0875){_0x2a487f=_0x2a487f-0x191;let _0x1ad6a2=_0x303f50[_0x2a487f];return _0x1ad6a2;},a81_0x2a48(_0x4bc7cd,_0x1caab7);}(function(_0x25f631,_0x4d907d){const _0x154469=a81_0x2a48,_0x1fd415=_0x25f631();while(!![]){try{const _0x45fcda=-parseInt(_0x154469(0x1a6))/0x1+parseInt(_0x154469(0x1ab))/0x2+parseInt(_0x154469(0x1a2))/0x3*(parseInt(_0x154469(0x1a0))/0x4)+parseInt(_0x154469(0x197))/0x5*(-parseInt(_0x154469(0x192))/0x6)+parseInt(_0x154469(0x1b1))/0x7+-parseInt(_0x154469(0x1a5))/0x8+-parseInt(_0x154469(0x194))/0x9;if(_0x45fcda===_0x4d907d)break;else _0x1fd415['push'](_0x1fd415['shift']());}catch(_0x2748ac){_0x1fd415['push'](_0x1fd415['shift']());}}}(a81_0x303f,0x3d75b));const logger=require(a81_0x59102d(0x1a1))[a81_0x59102d(0x195)],{FRAMEWORKS}=require(a81_0x59102d(0x1b7));function a81_0x303f(){const _0xaed070=['debug','CMAbi','DYwzV','159546UwQbYO','NfELY','193284VkXNpF','winstonLogger','PLAYWRIGHT','25pnojIF','BaseModule','getTestId','DSgMj','testFrameworkData','Missing\x20binSessionId','dRcAm','CUCUMBER','testId','716sqOlaE','../../../helpers/logger.js','5649LBDWiw','Configured\x20module\x20','split','3213608YDMUWs','192185ZftLaM','testInfo','object','platformIndex','config','599656JHLOLx','ensureBinSession','binSessionId','name','getModuleName','testFramework','2542197RnxFQC','client','setTestFrameworkData','_test','JEST','testCaseStartedId','../../../helpers/test-observability/constants.js','version','XYkwF','feUTR'];a81_0x303f=function(){return _0xaed070;};return a81_0x303f();}class BaseModule{constructor(_0x18476f=null){const _0x11026d=a81_0x59102d,_0x4025b7={};_0x4025b7[_0x11026d(0x193)]='3|1|4|0|2|5',_0x4025b7[_0x11026d(0x191)]=_0x11026d(0x198);const _0x2d1c01=_0x4025b7,_0x4e23ba=_0x2d1c01[_0x11026d(0x193)]['split']('|');let _0x24ca2e=0x0;while(!![]){switch(_0x4e23ba[_0x24ca2e++]){case'0':this[_0x11026d(0x1aa)]={};continue;case'1':this[_0x11026d(0x1ad)]=null;continue;case'2':this[_0x11026d(0x1b2)]=null;continue;case'3':this[_0x11026d(0x1ae)]=_0x2d1c01[_0x11026d(0x191)];continue;case'4':this[_0x11026d(0x1a9)]=0x0;continue;case'5':this[_0x11026d(0x19b)]=this[_0x11026d(0x1b3)](_0x18476f);continue;}break;}}[a81_0x59102d(0x1ac)](){const _0x388a28=a81_0x59102d,_0x3b799b={};_0x3b799b[_0x388a28(0x1b9)]=_0x388a28(0x19c);const _0x1b3fd1=_0x3b799b;if(!this['binSessionId'])throw new Error(_0x1b3fd1[_0x388a28(0x1b9)]);}[a81_0x59102d(0x1af)](){const _0xf5fa55=a81_0x59102d;return this[_0xf5fa55(0x1ae)];}['configure'](_0x2ba4d0,_0x254fe8,_0x505808,_0x4a702c={}){const _0x3a39b9=a81_0x59102d,_0x5885d5={};_0x5885d5['feUTR']='0|3|4|1|2';const _0x54af61=_0x5885d5,_0x217b4e=_0x54af61[_0x3a39b9(0x1ba)][_0x3a39b9(0x1a4)]('|');let _0x24d8f5=0x0;while(!![]){switch(_0x217b4e[_0x24d8f5++]){case'0':this[_0x3a39b9(0x1ad)]=_0x2ba4d0;continue;case'1':this[_0x3a39b9(0x1aa)]=_0x4a702c;continue;case'2':logger[_0x3a39b9(0x1bb)](_0x3a39b9(0x1a3)+this[_0x3a39b9(0x1af)]()+'\x20with\x20binSessionId='+_0x2ba4d0+',\x20platformIndex='+_0x254fe8);continue;case'3':this[_0x3a39b9(0x1a9)]=_0x254fe8;continue;case'4':this[_0x3a39b9(0x1b2)]=_0x505808;continue;}break;}}[a81_0x59102d(0x199)](_0x10a0e2){const _0x598e2e=a81_0x59102d,_0x1b65a9={};_0x1b65a9[_0x598e2e(0x19d)]=function(_0x4cb490,_0x1ba32a){return _0x4cb490===_0x1ba32a;};const _0x5ed52b=_0x1b65a9;let _0x8e8b40='';if(_0x5ed52b[_0x598e2e(0x19d)](_0x10a0e2['testFramework'],FRAMEWORKS[_0x598e2e(0x196)]))_0x8e8b40=_0x10a0e2['testInfo']?.[_0x598e2e(0x1b4)]?.['id']||_0x10a0e2[_0x598e2e(0x1a7)]?.[_0x598e2e(0x19f)];else{if(_0x5ed52b['dRcAm'](_0x10a0e2[_0x598e2e(0x1b0)],FRAMEWORKS[_0x598e2e(0x19e)]))_0x8e8b40=_0x10a0e2[_0x598e2e(0x1a7)]?.[_0x598e2e(0x1b6)];else _0x5ed52b[_0x598e2e(0x19d)](_0x10a0e2[_0x598e2e(0x1b0)],FRAMEWORKS[_0x598e2e(0x1b5)])&&(_0x8e8b40=_0x10a0e2[_0x598e2e(0x1a7)]?.['id']);}return _0x8e8b40;}[a81_0x59102d(0x1b3)](_0x5a7dfb){const _0x37652b=a81_0x59102d,_0xaa2fe={};_0xaa2fe[_0x37652b(0x19a)]=function(_0x50812d,_0x4075d0){return _0x50812d!==_0x4075d0;},_0xaa2fe[_0x37652b(0x1bc)]=_0x37652b(0x1a8);const _0x5b4185=_0xaa2fe;if(!_0x5a7dfb||_0x5b4185['DSgMj'](typeof _0x5a7dfb,_0x5b4185[_0x37652b(0x1bc)]))return null;const _0x46b6e2={};_0x46b6e2['name']=_0x5a7dfb[_0x37652b(0x1ae)],_0x46b6e2[_0x37652b(0x1b8)]=_0x5a7dfb[_0x37652b(0x1b8)]&&_0x5a7dfb['version'][_0x5a7dfb[_0x37652b(0x1ae)]];const _0x342868=_0x46b6e2;return _0x342868;}}module['exports']=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_0x1d17(){const _0x10084=['dHjOc','setLTSSessionId','ReRXG','LkskD','setLTSSessionId\x20error:\x20','BROWSERSTACK_LTS_SESSION_ID','ywVEF','luRiA','true','2480112AqRQij','LoadTestModule','32762301Opexjq','BROWSERSTACK_LTS_SESSION_ID\x20cleared','toString','ESGJZ','1337PNXDhA','uGMvd','isLTSSession','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','6LNgkSY','sOdhX','2329790hkcHLy','5743107zMjUXm','1jvOyzN','message','overrideLoadTesting','../../../helpers/classLogger.js','debug','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','ntMGQ','36728eqGIHk','browserstackAutomation','toLowerCase','AheHa','QIybd','deJum','exports','string','2684952HAOlWL','FuGbt','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','env','kAvVe','kNrtl','20bOQtzG','../../../helpers/helper.js','LTS','672858YZtDln'];a82_0x1d17=function(){return _0x10084;};return a82_0x1d17();}const a82_0x39dd40=a82_0x2f29;function a82_0x2f29(_0x335aaf,_0x1ffafb){const _0x1d1710=a82_0x1d17();return a82_0x2f29=function(_0x2f29a9,_0x337683){_0x2f29a9=_0x2f29a9-0xfc;let _0x2b609e=_0x1d1710[_0x2f29a9];return _0x2b609e;},a82_0x2f29(_0x335aaf,_0x1ffafb);}(function(_0x3ee7c9,_0x5984ad){const _0x4fa590=a82_0x2f29,_0x41d32a=_0x3ee7c9();while(!![]){try{const _0xfd1724=parseInt(_0x4fa590(0x128))/0x1*(-parseInt(_0x4fa590(0x107))/0x2)+-parseInt(_0x4fa590(0x110))/0x3+-parseInt(_0x4fa590(0x11a))/0x4+-parseInt(_0x4fa590(0x126))/0x5*(parseInt(_0x4fa590(0x124))/0x6)+-parseInt(_0x4fa590(0x120))/0x7*(parseInt(_0x4fa590(0xff))/0x8)+-parseInt(_0x4fa590(0x127))/0x9*(-parseInt(_0x4fa590(0x10d))/0xa)+parseInt(_0x4fa590(0x11c))/0xb;if(_0xfd1724===_0x5984ad)break;else _0x41d32a['push'](_0x41d32a['shift']());}catch(_0x25f90f){_0x41d32a['push'](_0x41d32a['shift']());}}}(a82_0x1d17,0xb1010));const {createClassLogger}=require(a82_0x39dd40(0x12b)),logger=createClassLogger(a82_0x39dd40(0x11b)),{sendSdkEvents}=require(a82_0x39dd40(0x10e)),isLTSSession=(_0x45731d=null)=>{const _0x126a5f=a82_0x39dd40,_0x1b2c86={};_0x1b2c86[_0x126a5f(0x102)]=function(_0x3d1006,_0x5c3bf1){return _0x3d1006!==_0x5c3bf1;},_0x1b2c86[_0x126a5f(0x10b)]='undefined',_0x1b2c86[_0x126a5f(0x103)]=function(_0x2cf011,_0x170ee9){return _0x2cf011===_0x170ee9;},_0x1b2c86[_0x126a5f(0x111)]=_0x126a5f(0x106),_0x1b2c86[_0x126a5f(0x121)]=_0x126a5f(0x119),_0x1b2c86['kNrtl']=function(_0x2ecc2f,_0x582edb){return _0x2ecc2f===_0x582edb;},_0x1b2c86[_0x126a5f(0x114)]='false';const _0x2c1ce4=_0x1b2c86;try{if(_0x2c1ce4['AheHa'](typeof process['env']['overrideLoadTesting'],_0x2c1ce4['kAvVe'])){const _0x1b602e=process[_0x126a5f(0x10a)][_0x126a5f(0x12a)];return _0x2c1ce4[_0x126a5f(0x103)](typeof _0x1b602e,_0x2c1ce4[_0x126a5f(0x111)])?_0x2c1ce4['QIybd'](_0x1b602e[_0x126a5f(0x101)](),_0x2c1ce4[_0x126a5f(0x121)]):!!_0x1b602e;}const _0x30af4d=_0x45731d&&_0x45731d[_0x126a5f(0x12a)],_0x1fc7ed=!!(_0x45731d&&(_0x2c1ce4[_0x126a5f(0x10c)](_0x45731d['browserstackAutomation'],!![])||_0x2c1ce4['QIybd'](_0x45731d[_0x126a5f(0x100)],_0x2c1ce4[_0x126a5f(0x121)]))),_0xf2ea8=!!(_0x30af4d&&_0x2c1ce4[_0x126a5f(0x10c)](_0x30af4d[_0x126a5f(0x11e)]()[_0x126a5f(0x101)](),_0x2c1ce4[_0x126a5f(0x121)])&&!_0x1fc7ed);return process[_0x126a5f(0x10a)][_0x126a5f(0x12a)]=_0xf2ea8?_0x2c1ce4[_0x126a5f(0x121)]:_0x2c1ce4[_0x126a5f(0x114)],_0xf2ea8;}catch(_0x1e8bd9){return process[_0x126a5f(0x10a)][_0x126a5f(0x12a)]=_0x2c1ce4['LkskD'],![];}},getLTSSessionId=()=>{const _0x412811=a82_0x39dd40,_0x442f8c={'ESGJZ':function(_0x241eac){return _0x241eac();},'FuGbt':_0x412811(0x109),'ReRXG':'LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id'};try{if(_0x442f8c[_0x412811(0x11f)](isLTSSession))return logger[_0x412811(0xfc)](_0x442f8c[_0x412811(0x108)]),process[_0x412811(0x10a)][_0x412811(0x116)]||'';}catch(_0x57c291){logger['error']('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x57c291&&_0x57c291[_0x412811(0x129)]));}return logger[_0x412811(0xfc)](_0x442f8c[_0x412811(0x113)]),'';},setLTSSessionId=async(_0x98bc8a={})=>{const _0x46a6d5=a82_0x39dd40,_0x17a7b2={'ywVEF':function(_0x281fd9){return _0x281fd9();},'deJum':_0x46a6d5(0xfd),'sOdhX':_0x46a6d5(0x11d),'luRiA':_0x46a6d5(0x10f),'NzrvU':function(_0x264407,_0x26e925){return _0x264407(_0x26e925);},'ntMGQ':function(_0x531da5,_0x3109f7,_0x1d25b5){return _0x531da5(_0x3109f7,_0x1d25b5);},'kcWev':function(_0x3c587c,_0x440986){return _0x3c587c||_0x440986;}};try{const _0x28f47a=_0x17a7b2[_0x46a6d5(0x117)](getLTSSessionId);_0x28f47a?(process['env'][_0x46a6d5(0x116)]=_0x28f47a,logger[_0x46a6d5(0xfc)](_0x17a7b2[_0x46a6d5(0x104)])):(delete process[_0x46a6d5(0x10a)][_0x46a6d5(0x116)],logger[_0x46a6d5(0xfc)](_0x17a7b2[_0x46a6d5(0x125)]));try{const _0x1a2bb7={'feature':_0x17a7b2[_0x46a6d5(0x118)],'ltsEnabled':_0x17a7b2['NzrvU'](isLTSSession,_0x98bc8a),'ltsSessionIdPresent':!!_0x28f47a};await _0x17a7b2[_0x46a6d5(0xfe)](sendSdkEvents,_0x1a2bb7,_0x98bc8a);}catch(_0x48c773){logger[_0x46a6d5(0xfc)](_0x46a6d5(0x123)+(_0x48c773&&_0x48c773[_0x46a6d5(0x129)]));}return _0x17a7b2['kcWev'](_0x28f47a,'');}catch(_0x5c7343){return logger[_0x46a6d5(0xfc)](_0x46a6d5(0x115)+(_0x5c7343&&_0x5c7343[_0x46a6d5(0x129)])),'';}},a82_0x4719c4={};a82_0x4719c4[a82_0x39dd40(0x122)]=isLTSSession,a82_0x4719c4['getLTSSessionId']=getLTSSessionId,a82_0x4719c4[a82_0x39dd40(0x112)]=setLTSSessionId,module[a82_0x39dd40(0x105)]=a82_0x4719c4;
@@ -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
+ const a83_0x5828bf=a83_0x3312;function a83_0x3312(_0x45d120,_0x2ba5c2){const _0x153263=a83_0x1532();return a83_0x3312=function(_0x331288,_0x1e8402){_0x331288=_0x331288-0x19c;let _0x48290b=_0x153263[_0x331288];return _0x48290b;},a83_0x3312(_0x45d120,_0x2ba5c2);}(function(_0x453e2a,_0x2e4486){const _0x3abf69=a83_0x3312,_0x46dc4c=_0x453e2a();while(!![]){try{const _0x599fdb=-parseInt(_0x3abf69(0x1b5))/0x1+parseInt(_0x3abf69(0x1a6))/0x2*(parseInt(_0x3abf69(0x1a0))/0x3)+-parseInt(_0x3abf69(0x19e))/0x4*(-parseInt(_0x3abf69(0x1b9))/0x5)+parseInt(_0x3abf69(0x1a7))/0x6+parseInt(_0x3abf69(0x1b7))/0x7+parseInt(_0x3abf69(0x1b1))/0x8*(-parseInt(_0x3abf69(0x1a4))/0x9)+-parseInt(_0x3abf69(0x1b0))/0xa;if(_0x599fdb===_0x2e4486)break;else _0x46dc4c['push'](_0x46dc4c['shift']());}catch(_0x342b39){_0x46dc4c['push'](_0x46dc4c['shift']());}}}(a83_0x1532,0x3e98d));const BaseModule=require(a83_0x5828bf(0x1ad)),{createClassLogger}=require(a83_0x5828bf(0x1b6)),AutomationFramework=require(a83_0x5828bf(0x1a1)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a83_0x5828bf(0x1bd)),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require(a83_0x5828bf(0x1bc)),{O11y_EVENTS}=require(a83_0x5828bf(0x1b2)),constants=require(a83_0x5828bf(0x1be));function a83_0x1532(){const _0x3f9695=['hkbRO','980948KoIwoU','ObservabilityModule','1259943byifEw','../framework/automationFramework.js','exports','page','9roSidT','debug','2ecMFNS','1319850vdWnoG','now','gathd','registerObserver','AViNS','POST','./baseModule','onBeforeTest','end','7750200xpPQjn','2379008LqBCKX','../../../helpers/performance/constants.js','info','observabilityConfig','45813PCvCUq','../../../helpers/classLogger.js','3425891vQuMnb','onBeforeTest:\x20page\x20is\x20not\x20defined','5TEFwdE','start','FmGqI','../../../helpers/performance/performance-tester.js','../state/hookState.js','../../utils/constants.js','mfxdw','CeLse','logger','name','onBeforeTest:\x20'];a83_0x1532=function(){return _0x3f9695;};return a83_0x1532();}class ObservabilityModule extends BaseModule{[a83_0x5828bf(0x1c1)]=createClassLogger(a83_0x5828bf(0x19f));constructor(_0x286ed4){const _0x12da0b=a83_0x5828bf,_0x454a8e={};_0x454a8e[_0x12da0b(0x19d)]=_0x12da0b(0x19f);const _0x10ffe5=_0x454a8e;super(),this[_0x12da0b(0x1c2)]=_0x10ffe5[_0x12da0b(0x19d)],this[_0x12da0b(0x1b4)]=_0x286ed4,AutomationFramework[_0x12da0b(0x1aa)](AutomationFrameworkState['CREATE'],HookState[_0x12da0b(0x1ac)],this[_0x12da0b(0x1ae)]['bind'](this));}['getModuleName'](){return ObservabilityModule['MODULE_NAME'];}async[a83_0x5828bf(0x1ae)](_0x421eb6){const _0x53f0ad=a83_0x5828bf,_0x29097e={'mfxdw':function(_0x1864e5,_0x55deb0){return _0x1864e5+_0x55deb0;},'FmGqI':'ObservabilitySync:','AViNS':function(_0xa731de,_0x2c4a64,_0x353455,_0x29e137){return _0xa731de(_0x2c4a64,_0x353455,_0x29e137);},'gathd':_0x53f0ad(0x1a5),'CeLse':_0x53f0ad(0x1b8)};if(_0x421eb6[_0x53f0ad(0x1a3)]){const _0x54e7bd=_0x421eb6[_0x53f0ad(0x1a3)],_0x34e6b8=Date[_0x53f0ad(0x1a8)](),_0x901337=_0x29097e[_0x53f0ad(0x1bf)](_0x29097e[_0x53f0ad(0x1bb)],_0x34e6b8);PerformanceTester[_0x53f0ad(0x1ba)](O11y_EVENTS['SYNC']),await _0x29097e[_0x53f0ad(0x1ab)](playwrightAnnotate,_0x54e7bd,_0x901337,_0x29097e[_0x53f0ad(0x1a9)]),PerformanceTester[_0x53f0ad(0x1af)](O11y_EVENTS['SYNC']),this[_0x53f0ad(0x1c1)][_0x53f0ad(0x1b3)](_0x53f0ad(0x19c)+constants['TEST_REPORTING_ANALYTICS']+'\x20sync\x20done');}else this[_0x53f0ad(0x1c1)][_0x53f0ad(0x1a5)](_0x29097e[_0x53f0ad(0x1c0)]);}}ObservabilityModule['MODULE_NAME']='ObservabilityModule',module[a83_0x5828bf(0x1a2)]=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_0x4b16bf=a84_0x4f1f;(function(_0x517cd5,_0xe98316){const _0x45b114=a84_0x4f1f,_0x232391=_0x517cd5();while(!![]){try{const _0x387a54=-parseInt(_0x45b114(0x166))/0x1+-parseInt(_0x45b114(0x1d4))/0x2*(parseInt(_0x45b114(0x165))/0x3)+parseInt(_0x45b114(0x1ef))/0x4+parseInt(_0x45b114(0x1ce))/0x5+-parseInt(_0x45b114(0x206))/0x6+-parseInt(_0x45b114(0x204))/0x7+parseInt(_0x45b114(0x1cd))/0x8*(parseInt(_0x45b114(0x170))/0x9);if(_0x387a54===_0xe98316)break;else _0x232391['push'](_0x232391['shift']());}catch(_0x3bdb28){_0x232391['push'](_0x232391['shift']());}}}(a84_0xa55b,0xdc789));const util=require(a84_0x4b16bf(0x208)),BaseModule=require(a84_0x4b16bf(0x200)),{createClassLogger}=require(a84_0x4b16bf(0x1a0)),{getFrameworkVersion}=require(a84_0x4b16bf(0x1c4)),helper=require(a84_0x4b16bf(0x147)),{FRAMEWORKS}=require(a84_0x4b16bf(0x1d2)),AutomationFramework=require(a84_0x4b16bf(0x17c)),AutomationFrameworkState=require(a84_0x4b16bf(0x1ed)),HookState=require('../state/hookState.js'),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0x4b16bf(0x1d5)),CLIUtils=require(a84_0x4b16bf(0x19e)),BrowserstackCLI=require(a84_0x4b16bf(0x1a5)),GrpcClient=require(a84_0x4b16bf(0x160)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),PerformanceEvents=require(a84_0x4b16bf(0x14d))[a84_0x4b16bf(0x1df)],TestInfo=require(a84_0x4b16bf(0x167)),{getPlaywrightProvider}=require('../../../helpers/helper.js'),LoadTestModule=require('./loadTestModule.js'),TestFrameworkConstants=require(a84_0x4b16bf(0x1fe)),TestFrameworkState=require(a84_0x4b16bf(0x205)),JestUtils=require(a84_0x4b16bf(0x18c));function a84_0xa55b(){const _0x2581e1=['../browserstackCLI.js','fCcjk','platformDetails','PoGTL','driverInit','testRunId','with\x20','instance','bsParams','Session','exports','recreateIdentifierFromTestInfo','JbXXm','info','isPlaywright','ngvCo','\x20||\x20','passed','markSessionStatus','markSessionStatus:\x20Marking\x20session\x20status','WypYT','bStackParams','HhZFP','rtoSv','PLAYWRIGHT_DISPATCH','retry','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','browser','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','KEY_TEST_FRAMEWORK_VERSION','MIsQX','../../../helpers/test-observability/utils','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','page','parallelIndex','from','getRef','contextObject','jestUtils','mUIRm','72uvdanU','1687160MxqovZ','getProcessId','bind','inspect','../../utils/constants','YgCYx','2IuvOuW','../../../helpers/helper.js','EXECUTE','nUqUv','VFbfl','markSessionName','isLTSSession','Error\x20in\x20onAfterDriverCreate:\x20','AdsUL','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20',',\x20test_identifier:\x20','AUTOMATE_EVENTS','MIKOd','pskEU','setSessionStatus','PLAYWRIGHT','registerObserver','KEY_TEST_ID','jJxVY','HoBnU','KEY_HUB_URL','KEY_PAGE_OBJECT','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','CUCUMBER','YGSTr','../state/automationFrameworkState.js','onAfterTest','6463180yDRFPt','browserObject','Error\x20in\x20onDispatchExecute:\x20','POST','debug','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','YSuNL','toString','sNhQT','split','NSnGy','Playwright','epefl','JxOyN','EaCuH','../framework/constants/testFrameworkConstants.js','KEY_PLATFORM_INDEX','./baseModule','parse','PRE','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','6626858qgPSuS','../state/testFrameworkState','625608jEJXPa','getTestId','util','1.51.0','PlaywrightDriverModule','Qviou','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','error','OoZzf','pickle','testInfo','../../../helpers/helper','QiyHx','gherkinDocument','CREATE','MODULE_NAME','logger','../../../helpers/performance/constants.js','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','start','getModuleName','tZKRU','end','params','onAfterDriverCreate:\x20Setting\x20browser\x20object','shouldSkipSessionStatus','dspxm','getTestUUID','testFrameworkData','getLTSSessionId','status','KEY_BROWSER_OBJECT','\x20failure\x20reason:\x20','QyluB','getContext','getConfig','../grpcClient.js','KDxJD','hubUrl','2|10|3|5|6|4|1|8|0|7|9|11','Error\x20in\x20onBeforeDriverCreate:\x20','3592254hOxABD','1335379uursNn','../TestInfo.js','onPlaywrightDispatch','reason','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','onDispatchExecute:\x20Playwright\x20sessionId:\x20','action','getTestIdentifierFromTestInfo','shouldSkipSessionName','getState','2533581wTMpJO','getThreadId','DNTBi','BJHTA','name','zvFuu','onBeforeDriverCreate','lMjYV','launchcaps','__workerDetails','JEST','arguments','../framework/automationFramework.js','browserVersion','result','onAfterDriverCreate','KEY_CAPABILITIES','isBrowserstackInfra','onAfterDriverCreate:\x20Setting\x20page\x20object','ryQBe','bhSpl','testId:\x20','KEY_SESSION_ID','SESSION_NAME','testData\x20from\x20onAfterTest:\x20','PmCOi','SESSION_STATUS','SyAmn','../utils/jest-utils.js','Automation\x20onAfterTest:\x20Test\x20status:\x20','playwrightVersion','onAfterTest\x20CBTSession\x20payload:\x20','bSdEZ','KEY_CONTEXT_OBJECT','setSessionName','format','getTrackedInstance','message','sessionId','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','markSessionName:\x20Skipping\x20session\x20name\x20marking','RhRys','workerInfo','stringify','kePGy','TEST','../cliUtils.js','setState','../../../helpers/classLogger.js','browserName','getInstance','isFalse','testUuid'];a84_0xa55b=function(){return _0x2581e1;};return a84_0xa55b();}function a84_0x4f1f(_0x35492c,_0x2b71ae){const _0xa55b7d=a84_0xa55b();return a84_0x4f1f=function(_0x4f1f57,_0x3f9c75){_0x4f1f57=_0x4f1f57-0x142;let _0x46849e=_0xa55b7d[_0x4f1f57];return _0x46849e;},a84_0x4f1f(_0x35492c,_0x2b71ae);}class PlaywrightDriverModule extends BaseModule{static [a84_0x4b16bf(0x15b)]=a84_0x4b16bf(0x1f0);static [a84_0x4b16bf(0x191)]=a84_0x4b16bf(0x1ca);static [a84_0x4b16bf(0x1e9)]='pageObject';static [a84_0x4b16bf(0x186)]=a84_0x4b16bf(0x196);static [a84_0x4b16bf(0x1ff)]='platformIndex';static [a84_0x4b16bf(0x180)]='capabilities';static ['KEY_HUB_URL']=a84_0x4b16bf(0x162);static ['KEY_PLATFORM_DETAILS']='platformDetails';static [a84_0x4b16bf(0x1e5)]='testId';[a84_0x4b16bf(0x14c)]=createClassLogger(a84_0x4b16bf(0x20a));constructor(_0x4e9aea=null){const _0x5d9b25=a84_0x4b16bf,_0x3fc2cb={};_0x3fc2cb[_0x5d9b25(0x172)]=_0x5d9b25(0x163),_0x3fc2cb[_0x5d9b25(0x1bc)]=_0x5d9b25(0x20a);const _0x3bc216=_0x3fc2cb,_0x4a2421=_0x3bc216[_0x5d9b25(0x172)][_0x5d9b25(0x1f8)]('|');let _0x4e5cad=0x0;while(!![]){switch(_0x4a2421[_0x4e5cad++]){case'0':AutomationFramework[_0x5d9b25(0x1e4)](AutomationFrameworkState[_0x5d9b25(0x14a)],HookState[_0x5d9b25(0x202)],this[_0x5d9b25(0x176)][_0x5d9b25(0x1d0)](this));continue;case'1':this[_0x5d9b25(0x1aa)]=null;continue;case'2':super(_0x4e9aea);continue;case'3':this[_0x5d9b25(0x18e)]=null;continue;case'4':this['platforms']=[];continue;case'5':this[_0x5d9b25(0x1a1)]=null;continue;case'6':this[_0x5d9b25(0x17d)]=null;continue;case'7':AutomationFramework[_0x5d9b25(0x1e4)](AutomationFrameworkState['CREATE'],HookState[_0x5d9b25(0x1f2)],this[_0x5d9b25(0x17f)]['bind'](this));continue;case'8':this[_0x5d9b25(0x1cb)]=new JestUtils();continue;case'9':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x5d9b25(0x1bd)],HookState[_0x5d9b25(0x1f2)],this[_0x5d9b25(0x168)][_0x5d9b25(0x1d0)](this));continue;case'10':this[_0x5d9b25(0x174)]=_0x3bc216[_0x5d9b25(0x1bc)];continue;case'11':AutomationFramework[_0x5d9b25(0x1e4)](AutomationFrameworkState[_0x5d9b25(0x1d6)],HookState['POST'],this[_0x5d9b25(0x1ee)]['bind'](this));continue;}break;}}[a84_0x4b16bf(0x150)](){const _0xd79883=a84_0x4b16bf;return PlaywrightDriverModule[_0xd79883(0x14b)];}async['onBeforeDriverCreate'](_0x56205b){const _0x45b012=a84_0x4b16bf,_0x2aab16={};_0x2aab16['AdsUL']='onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created';const _0x105e58=_0x2aab16;try{this['logger'][_0x45b012(0x1f3)](_0x105e58[_0x45b012(0x1dc)]);const _0xa0cb7c=_0x56205b[_0x45b012(0x178)],_0x30bfeb=_0x56205b[_0x45b012(0x162)];AutomationFramework['setState'](_0x56205b['instance'],PlaywrightDriverModule[_0x45b012(0x180)],_0xa0cb7c),AutomationFramework[_0x45b012(0x19f)](_0x56205b['instance'],PlaywrightDriverModule[_0x45b012(0x1e8)],_0x30bfeb);}catch(_0x3de461){this[_0x45b012(0x14c)][_0x45b012(0x143)](_0x45b012(0x164)+util[_0x45b012(0x193)](_0x3de461));}}async[a84_0x4b16bf(0x168)](_0x7a797e){const _0x371d17=a84_0x4b16bf,_0x5433c5={};_0x5433c5[_0x371d17(0x151)]=function(_0xee4bd4,_0x6c571f){return _0xee4bd4||_0x6c571f;};const _0x17e5d5=_0x5433c5;try{const _0x1f1bed=_0x7a797e?.[_0x371d17(0x195)]&&_0x7a797e?.['message']?.[_0x371d17(0x153)]&&_0x7a797e?.['message']?.[_0x371d17(0x153)]?.[_0x371d17(0x1ad)],_0x4b1c92=_0x7a797e?.[_0x371d17(0x195)]&&_0x7a797e?.[_0x371d17(0x195)]?.[_0x371d17(0x1ba)];if(_0x17e5d5[_0x371d17(0x151)](_0x1f1bed,_0x4b1c92)){this[_0x371d17(0x14c)][_0x371d17(0x1f3)](_0x371d17(0x1bf)+util[_0x371d17(0x1d1)](_0x1f1bed)+_0x371d17(0x1b5)+util['inspect'](_0x4b1c92));const _0x4df04e=_0x7a797e?.[_0x371d17(0x1ac)],_0xd996d2=global?.[_0x371d17(0x179)]?.[_0x371d17(0x19a)]?.[_0x371d17(0x1c7)],_0x321a12=_0x1f1bed?.[_0x371d17(0x196)]||_0x4b1c92?.[_0x371d17(0x196)],_0x2bf67b=_0x1f1bed?.[_0x371d17(0x1a7)]||_0x4b1c92?.['platformDetails'];_0x321a12&&(this['logger'][_0x371d17(0x1f3)](_0x371d17(0x16b)+_0x321a12),AutomationFramework[_0x371d17(0x19f)](_0x4df04e,PlaywrightDriverModule[_0x371d17(0x186)],_0x321a12)),_0xd996d2&&(this['logger'][_0x371d17(0x1f3)](_0x371d17(0x142)+util[_0x371d17(0x1d1)](_0xd996d2)),AutomationFramework[_0x371d17(0x19f)](_0x4df04e,PlaywrightDriverModule[_0x371d17(0x1ff)],_0xd996d2));}}catch(_0x508461){this['logger'][_0x371d17(0x143)](_0x371d17(0x1f1)+util['format'](_0x508461));}}async['onAfterDriverCreate'](_0x124812){const _0x1776f6=a84_0x4b16bf,_0x109ce9={'MIsQX':'onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','JxOyN':function(_0x2f3918,_0x10079a){return _0x2f3918(_0x10079a);},'pskEU':_0x1776f6(0x182),'HhZFP':_0x1776f6(0x197),'XvJiw':'onAfterDriverCreate:\x20Setting\x20context\x20object','vlLlz':_0x1776f6(0x154),'YGSTr':'base64'};try{this[_0x1776f6(0x14c)][_0x1776f6(0x1f3)](_0x109ce9[_0x1776f6(0x1c3)]);const _0x1acef9=_0x124812[_0x1776f6(0x1ac)];this['playwrightVersion']=_0x109ce9[_0x1776f6(0x1fc)](getFrameworkVersion,FRAMEWORKS[_0x1776f6(0x1e3)]);if(_0x124812[_0x1776f6(0x1c6)]){this[_0x1776f6(0x14c)][_0x1776f6(0x1f3)](_0x109ce9[_0x1776f6(0x1e1)]),AutomationFramework[_0x1776f6(0x19f)](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x1e9)],_0x124812[_0x1776f6(0x1c6)]);if(_0x124812[_0x1776f6(0x146)]){this[_0x1776f6(0x14c)][_0x1776f6(0x1f3)](_0x109ce9[_0x1776f6(0x1bb)]);const _0x2ef4cd=this[_0x1776f6(0x207)](_0x124812);AutomationFramework[_0x1776f6(0x19f)](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x1e5)],_0x2ef4cd),await this[_0x1776f6(0x1d9)](_0x124812[_0x1776f6(0x146)]);}}_0x124812['context']&&(this[_0x1776f6(0x14c)]['debug'](_0x109ce9['XvJiw']),AutomationFramework['setState'](_0x1acef9,PlaywrightDriverModule['KEY_CONTEXT_OBJECT'],_0x124812['context']));if(_0x124812[_0x1776f6(0x1c0)]){this[_0x1776f6(0x14c)][_0x1776f6(0x1f3)](_0x109ce9['vlLlz']);const _0x9e217=global?.['__workerDetails']?.[_0x1776f6(0x19a)]?.[_0x1776f6(0x1c7)];AutomationFramework['setState'](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x15b)],_0x124812[_0x1776f6(0x1c0)]),AutomationFramework[_0x1776f6(0x19f)](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x1ff)],_0x9e217);const _0x115d4b={};_0x115d4b[_0x1776f6(0x1b3)]=!![];const _0x3aba52=Buffer[_0x1776f6(0x1c8)](JSON['stringify'](_0x115d4b)[_0x1776f6(0x1f6)](_0x109ce9['YGSTr'])),_0x179ed4=await GrpcClient['getInstance']()[_0x1776f6(0x1a9)]({'platformIndex':_0x9e217,'ref':_0x1acef9[_0x1776f6(0x1c9)](),'userInputParams':_0x3aba52});helper[_0x1776f6(0x1a3)](helper[_0x1776f6(0x181)]())&&AutomationFramework['setState'](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x180)],JSON[_0x1776f6(0x201)](Buffer['from'](_0x179ed4['getCapabilities'](),_0x109ce9[_0x1776f6(0x1ec)])[_0x1776f6(0x1f6)]()));}}catch(_0x51c601){this['logger'][_0x1776f6(0x143)](_0x1776f6(0x1db)+util['format'](_0x51c601));}}async[a84_0x4b16bf(0x1ee)](_0x52da05){const _0x4ef821=a84_0x4b16bf,_0x4bcf4f={'PmCOi':'Automation\x20onAfterTest:\x20Test\x20completed','sNhQT':_0x4ef821(0x14e),'ryQBe':function(_0x34707b,_0x429c68){return _0x34707b(_0x429c68);},'bSdEZ':function(_0x26fde3,_0x209123,_0x3c65d7){return _0x26fde3(_0x209123,_0x3c65d7);},'kePGy':_0x4ef821(0x17e),'JbXXm':_0x4ef821(0x195),'NSnGy':function(_0x122993,_0x3146c4){return _0x122993(_0x3146c4);},'BJHTA':function(_0x4672f9,_0x1242e3,_0x41774e){return _0x4672f9(_0x1242e3,_0x41774e);},'ngvCo':_0x4ef821(0x143),'bhSpl':'errors','SyAmn':function(_0x488cbc,_0x52686e){return _0x488cbc>_0x52686e;},'PoGTL':function(_0x428ec7,_0x4be01d){return _0x428ec7||_0x4be01d;},'KDxJD':function(_0x5392df,_0x3ad427){return _0x5392df===_0x3ad427;},'OoZzf':function(_0x1c010d,_0x58e8fd){return _0x1c010d+_0x58e8fd;},'YSuNL':_0x4ef821(0x185),'YgCYx':_0x4ef821(0x188),'RhRys':_0x4ef821(0x1fa),'VFbfl':_0x4ef821(0x209),'lMjYV':'base64','WypYT':_0x4ef821(0x1f4)};this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4bcf4f[_0x4ef821(0x189)]);const _0x3306f9=_0x52da05[_0x4ef821(0x1ac)];if(!_0x3306f9){this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4bcf4f[_0x4ef821(0x1f7)]);return;}const _0x45aec9=_0x52da05['testInfo'],_0x3e7597=this[_0x4ef821(0x207)](_0x52da05),_0x6e3db7=_0x45aec9[_0x4ef821(0x15a)];let _0x5bf0a5;const _0x3a67ec=_0x4bcf4f['ryQBe'](getPlaywrightStatus,_0x6e3db7);let _0x47d5bd,_0x3db7cc=null;if(_0x45aec9[_0x4ef821(0x145)]||_0x45aec9[_0x4ef821(0x149)])_0x47d5bd=_0x4bcf4f[_0x4ef821(0x183)](getCucumberSessionName,_0x45aec9),_0x5bf0a5=_0x4bcf4f[_0x4ef821(0x190)](nestedKeyValue,_0x45aec9,[_0x4bcf4f[_0x4ef821(0x19c)],_0x4bcf4f[_0x4ef821(0x1b1)]]);else{_0x47d5bd=_0x4bcf4f[_0x4ef821(0x1f9)](getPlaywrightSessionName,_0x45aec9),_0x5bf0a5=_0x4bcf4f[_0x4ef821(0x173)](nestedKeyValue,_0x45aec9,[_0x4bcf4f[_0x4ef821(0x1b4)],_0x4bcf4f[_0x4ef821(0x1b1)]]);const _0x2d0530=_0x4bcf4f[_0x4ef821(0x173)](nestedKeyValue,_0x45aec9,[_0x4bcf4f[_0x4ef821(0x184)]]);_0x2d0530&&_0x4bcf4f[_0x4ef821(0x18b)](_0x2d0530['length'],0x0)&&(_0x3db7cc=_0x2d0530[0x0][_0x4ef821(0x195)]),_0x5bf0a5=_0x4bcf4f[_0x4ef821(0x1a8)](_0x5bf0a5,_0x3db7cc),this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x18d)+_0x3a67ec+_0x4ef821(0x15c)+_0x5bf0a5);}const _0x46342c=_0x4bcf4f[_0x4ef821(0x1a8)](_0x5bf0a5,_0x3db7cc);this['logger'][_0x4ef821(0x1f3)](_0x4ef821(0x18d)+_0x3a67ec);let _0x27c9f6,_0x4eda00;if(this[_0x4ef821(0x158)]&&_0x4bcf4f['KDxJD'](this[_0x4ef821(0x158)][_0x4ef821(0x174)],FRAMEWORKS[_0x4ef821(0x1eb)]))_0x27c9f6=_0x3e7597,_0x4eda00=TestInfo[_0x4ef821(0x157)](_0x27c9f6);else this[_0x4ef821(0x158)]&&_0x4bcf4f[_0x4ef821(0x161)](this[_0x4ef821(0x158)][_0x4ef821(0x174)],FRAMEWORKS[_0x4ef821(0x17a)])?(_0x27c9f6=this[_0x4ef821(0x1cb)][_0x4ef821(0x1b0)](_0x45aec9),this['logger']['debug'](_0x4ef821(0x1dd)+_0x27c9f6)):(_0x27c9f6=TestInfo[_0x4ef821(0x16d)](_0x45aec9,_0x45aec9[_0x4ef821(0x1be)]),_0x4eda00=TestInfo['getTestUUID'](_0x27c9f6));const _0x43934d=TestInfo['getTestDetails'](_0x27c9f6);this[_0x4ef821(0x14c)][_0x4ef821(0x1b2)](_0x4bcf4f['OoZzf'](_0x4bcf4f[_0x4ef821(0x1f5)],_0x3e7597)),this[_0x4ef821(0x14c)][_0x4ef821(0x1b2)](_0x4bcf4f[_0x4ef821(0x144)](_0x4bcf4f[_0x4ef821(0x1d3)],util['inspect'](_0x43934d)));const _0x16e93c=AutomationFramework[_0x4ef821(0x16f)](_0x3306f9,PlaywrightDriverModule[_0x4ef821(0x1ff)]),_0xb7cad0=_0x43934d?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]||this[_0x4ef821(0x158)]&&this[_0x4ef821(0x158)][_0x4ef821(0x174)],_0x568cff=_0x43934d?.[TestFrameworkConstants[_0x4ef821(0x1c2)]]||this[_0x4ef821(0x158)]&&this['testFrameworkData']['version'],_0x91da24=TestFrameworkState[_0x4ef821(0x19d)]['toString']()['split']('.')[0x1],_0x577b04=HookState[_0x4ef821(0x1f2)][_0x4ef821(0x1f6)]()[_0x4ef821(0x1f8)]('.')[0x1],_0x33bca7=_0x3306f9[_0x4ef821(0x15e)](),_0x42dac2=AutomationFramework[_0x4ef821(0x16f)](_0x3306f9,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x101018={'provider':_0x4bcf4f[_0x4ef821(0x1f9)](getPlaywrightProvider,_0x42dac2),'frameworkName':_0x4bcf4f[_0x4ef821(0x199)],'frameworkVersion':_0x4bcf4f[_0x4ef821(0x1d8)],'frameworkSessionId':LoadTestModule[_0x4ef821(0x1da)]()?LoadTestModule[_0x4ef821(0x159)]():AutomationFramework[_0x4ef821(0x16f)](_0x3306f9,PlaywrightDriverModule[_0x4ef821(0x186)],''),'ref':_0x3306f9['getRef'](),'hubUrl':_0x42dac2};let _0x3fc2e4=AutomationFramework['getState'](_0x3306f9,PlaywrightDriverModule[_0x4ef821(0x180)],{});_0x3fc2e4&&_0x4bcf4f[_0x4ef821(0x18b)](Object['keys'](_0x3fc2e4)['length'],0x0)?_0x3fc2e4=Buffer[_0x4ef821(0x1c8)](JSON[_0x4ef821(0x19b)](_0x3fc2e4))['toString'](_0x4bcf4f[_0x4ef821(0x177)]):_0x3fc2e4=Buffer[_0x4ef821(0x1c8)](JSON[_0x4ef821(0x19b)]({}))[_0x4ef821(0x1f6)](_0x4bcf4f[_0x4ef821(0x177)]);const _0x546045={'hash':_0x33bca7['getId'](),'threadId':_0x33bca7[_0x4ef821(0x171)]()[_0x4ef821(0x1f6)](),'processId':_0x33bca7[_0x4ef821(0x1cf)]()[_0x4ef821(0x1f6)]()},_0x3d7452={};_0x3d7452['test_identifier']=_0x27c9f6;const _0x3901ea={};_0x3901ea[_0x4ef821(0x1a4)]=_0x4eda00;const _0x462da3={'platformIndex':_0x16e93c,'testFrameworkName':_0xb7cad0,'testFrameworkVersion':_0x568cff,'testFrameworkState':_0x91da24,'testHookState':_0x577b04,...this['testFrameworkData']&&_0x4bcf4f['KDxJD'](this['testFrameworkData'][_0x4ef821(0x174)],FRAMEWORKS[_0x4ef821(0x17a)])?_0x3d7452:_0x3901ea,'automationSession':_0x101018,'capabilities':_0x3fc2e4,'executionContext':_0x546045};this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x18f)+util['format'](_0x462da3)),GrpcClient[_0x4ef821(0x1a2)]()['testSessionEvent'](_0x462da3),this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x1c5)+_0x3e7597+(this[_0x4ef821(0x158)]&&_0x4bcf4f[_0x4ef821(0x161)](this[_0x4ef821(0x158)][_0x4ef821(0x174)],FRAMEWORKS[_0x4ef821(0x17a)])?_0x4ef821(0x1de)+_0x27c9f6:''));if(!_0x3a67ec){this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4bcf4f[_0x4ef821(0x1b9)],_0x6e3db7['status']);return;}this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x1ea)+_0x3e7597),_0x45aec9&&(this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x1c1)+_0x47d5bd),await this[_0x4ef821(0x1d9)](_0x45aec9)),await this['markSessionStatus'](_0x3306f9,_0x47d5bd,_0x3a67ec,_0x46342c);}async[a84_0x4b16bf(0x1b7)](_0x1531d2,_0x24eaec,_0x44c440,_0x2e2305){const _0x4b8f69=a84_0x4b16bf,_0x141458={'zvFuu':'markSessionStatus:\x20Skipping\x20session\x20status\x20marking','epefl':_0x4b8f69(0x16a),'dspxm':_0x4b8f69(0x203),'QiyHx':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','HoBnU':_0x4b8f69(0x1e2),'jJxVY':_0x4b8f69(0x169),'MIqTC':_0x4b8f69(0x1ae),'qmUCL':function(_0x17c054,_0x5d7c2e){return _0x17c054===_0x5d7c2e;},'LevAv':_0x4b8f69(0x1b6),'PKOJf':_0x4b8f69(0x1b2),'fCcjk':_0x4b8f69(0x143),'nUqUv':function(_0x1dd4e6,_0x184129,_0x406acc,_0xa5a295){return _0x1dd4e6(_0x184129,_0x406acc,_0xa5a295);},'MIKOd':_0x4b8f69(0x1b8),'yyZcn':function(_0x24f3d3,_0x11cbc2,_0x110342){return _0x24f3d3(_0x11cbc2,_0x110342);}};if(CLIUtils[_0x4b8f69(0x155)](BrowserstackCLI[_0x4b8f69(0x1a2)]()[_0x4b8f69(0x15f)]())){this[_0x4b8f69(0x14c)]['debug'](_0x141458[_0x4b8f69(0x175)]);return;}const _0x138854=_0x1531d2;if(!_0x138854){this[_0x4b8f69(0x14c)]['debug'](_0x141458[_0x4b8f69(0x1fb)]);return;}const _0x2d73fe=AutomationFramework[_0x4b8f69(0x16f)](_0x138854,PlaywrightDriverModule[_0x4b8f69(0x1e9)]);if(!_0x2d73fe){this[_0x4b8f69(0x14c)][_0x4b8f69(0x1f3)](_0x141458[_0x4b8f69(0x156)]);return;}const _0x3ac576=_0x44c440;if(!_0x3ac576){this[_0x4b8f69(0x14c)][_0x4b8f69(0x1f3)](_0x141458[_0x4b8f69(0x148)],_0x3ac576);return;}const _0x5246fa={};_0x5246fa[_0x4b8f69(0x15a)]=_0x3ac576;const _0x5b5185={};_0x5b5185[_0x4b8f69(0x16c)]=_0x141458[_0x4b8f69(0x1e7)],_0x5b5185['arguments']=_0x5246fa;const _0x5def53=_0x5b5185;_0x2e2305&&(_0x5def53[_0x4b8f69(0x17b)][_0x141458[_0x4b8f69(0x1e6)]]=_0x2e2305);const _0xa1da40=(_0x24eaec?_0x24eaec:_0x141458['MIqTC'])+'\x20'+_0x3ac576+'\x20'+(_0x2e2305?_0x4b8f69(0x1ab)+_0x2e2305:''),_0x2d2423=_0x141458['qmUCL'](_0x3ac576,_0x141458['LevAv'])?_0x141458['PKOJf']:_0x141458[_0x4b8f69(0x1a6)];await _0x141458[_0x4b8f69(0x1d7)](playwrightAnnotate,_0x2d73fe,_0xa1da40,_0x2d2423),_0x2e2305&&(_0x5def53['arguments'][_0x141458[_0x4b8f69(0x1e6)]]=_0x2e2305),PerformanceTester[_0x4b8f69(0x14f)](PerformanceEvents[_0x4b8f69(0x18a)]),this[_0x4b8f69(0x14c)]['debug'](_0x141458[_0x4b8f69(0x1e0)]),await _0x141458['yyZcn'](playwrightBstackJsExecutor,_0x2d73fe,_0x5def53),PerformanceTester['end'](PerformanceEvents[_0x4b8f69(0x18a)]);}async[a84_0x4b16bf(0x1d9)](_0x50887d){const _0x5b9087=a84_0x4b16bf,_0x1fd8c7={'mUIRm':_0x5b9087(0x198),'QyluB':function(_0xe574fa,_0x40e155){return _0xe574fa(_0x40e155);},'EaCuH':function(_0x7f7549,_0x1f2276){return _0x7f7549(_0x1f2276);},'RMLfW':_0x5b9087(0x192),'Qviou':function(_0xcf1de8,_0x1fa25f,_0x2fe4b0){return _0xcf1de8(_0x1fa25f,_0x2fe4b0);}};try{if(CLIUtils[_0x5b9087(0x16e)](BrowserstackCLI[_0x5b9087(0x1a2)]()[_0x5b9087(0x15f)]())){this['logger']['debug'](_0x1fd8c7[_0x5b9087(0x1cc)]);return;}const _0x5b0240=AutomationFramework[_0x5b9087(0x16f)](AutomationFramework[_0x5b9087(0x194)](),PlaywrightDriverModule['KEY_PAGE_OBJECT']);let _0x2a011b;_0x50887d['pickle']||_0x50887d[_0x5b9087(0x149)]?_0x2a011b=_0x1fd8c7[_0x5b9087(0x15d)](getCucumberSessionName,_0x50887d):_0x2a011b=_0x1fd8c7[_0x5b9087(0x1fd)](getPlaywrightSessionName,_0x50887d);const _0x3a576c={};_0x3a576c['name']=_0x2a011b;const _0x5d42cf={};_0x5d42cf[_0x5b9087(0x16c)]=_0x1fd8c7['RMLfW'],_0x5d42cf[_0x5b9087(0x17b)]=_0x3a576c;const _0x3e75a9=_0x5d42cf;PerformanceTester[_0x5b9087(0x14f)](PerformanceEvents[_0x5b9087(0x187)]),await _0x1fd8c7[_0x5b9087(0x20b)](playwrightBstackJsExecutor,_0x5b0240,_0x3e75a9),PerformanceTester[_0x5b9087(0x152)](PerformanceEvents['SESSION_NAME']);}catch(_0x319323){PerformanceTester[_0x5b9087(0x152)](PerformanceEvents['SESSION_NAME'],![],util[_0x5b9087(0x193)](_0x319323)),this[_0x5b9087(0x14c)][_0x5b9087(0x143)]('Error\x20in\x20markSessionName:\x20'+util[_0x5b9087(0x193)](_0x319323));}}}PlaywrightDriverModule[a84_0x4b16bf(0x14b)]='PlaywrightDriverModule',module[a84_0x4b16bf(0x1af)]=PlaywrightDriverModule;