browserstack-node-sdk 1.49.9 → 1.49.10

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 +5 -2
  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_0x1cee18=a80_0x3107;(function(_0x45594e,_0x1d305a){const _0x2aa165=a80_0x3107,_0x1e1a02=_0x45594e();while(!![]){try{const _0x36ee28=-parseInt(_0x2aa165(0x337))/0x1+parseInt(_0x2aa165(0x326))/0x2+-parseInt(_0x2aa165(0x353))/0x3*(parseInt(_0x2aa165(0x296))/0x4)+parseInt(_0x2aa165(0x267))/0x5*(-parseInt(_0x2aa165(0x34c))/0x6)+parseInt(_0x2aa165(0x2a3))/0x7+parseInt(_0x2aa165(0x351))/0x8*(-parseInt(_0x2aa165(0x195))/0x9)+parseInt(_0x2aa165(0x274))/0xa;if(_0x36ee28===_0x1d305a)break;else _0x1e1a02['push'](_0x1e1a02['shift']());}catch(_0x5b1492){_0x1e1a02['push'](_0x1e1a02['shift']());}}}(a80_0x539c,0xd605c));const BaseModule=require(a80_0x1cee18(0x277)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a80_0x1cee18(0x306)),AutomationFramework=require(a80_0x1cee18(0x1f8)),TestFramework=require(a80_0x1cee18(0x2b9)),AutomationFrameworkState=require(a80_0x1cee18(0x2eb)),HookState=require(a80_0x1cee18(0x21a)),GrpcClient=require(a80_0x1cee18(0x318)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a80_0x1cee18(0x2a0)),PerformanceTester=require(a80_0x1cee18(0x2b4)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x1cee18(0x1c0)),{nestedKeyValue,isUndefined}=require(a80_0x1cee18(0x2ea)),util=require(a80_0x1cee18(0x283)),TestInfo=require(a80_0x1cee18(0x29b)),TestFrameworkConstants=require(a80_0x1cee18(0x2e8));class AccessibilityModule extends BaseModule{static [a80_0x1cee18(0x298)]=AccessibilityModule[a80_0x1cee18(0x22d)];static [a80_0x1cee18(0x212)]=![];static [a80_0x1cee18(0x33c)]={};constructor(_0x2bef23){const _0x7da3b1=a80_0x1cee18,_0xe6d8c0={};_0xe6d8c0['nZgCH']='13|12|14|2|4|1|15|7|8|10|3|5|11|6|0|9',_0xe6d8c0[_0x7da3b1(0x1e7)]=_0x7da3b1(0x2a5),_0xe6d8c0['ipSBn']=_0x7da3b1(0x303),_0xe6d8c0[_0x7da3b1(0x1ef)]='testhub_build_uuid',_0xe6d8c0[_0x7da3b1(0x252)]=_0x7da3b1(0x257);const _0x45b862=_0xe6d8c0,_0x250c38=_0x45b862[_0x7da3b1(0x313)][_0x7da3b1(0x300)]('|');let _0x43a0a4=0x0;while(!![]){switch(_0x250c38[_0x43a0a4++]){case'0':this[_0x7da3b1(0x2d5)]=_0x45b862[_0x7da3b1(0x1e7)];continue;case'1':this[_0x7da3b1(0x2ad)]=_0x2bef23[_0x7da3b1(0x22b)]();continue;case'2':AutomationFramework[_0x7da3b1(0x23c)](AutomationFrameworkState[_0x7da3b1(0x2d8)],HookState[_0x7da3b1(0x27a)],this['onAfterTest'][_0x7da3b1(0x2d3)](this));continue;case'3':this[_0x7da3b1(0x302)]=![];continue;case'4':this[_0x7da3b1(0x288)]=!![];continue;case'5':this['setAccessibilityToken'](_0x2bef23[_0x7da3b1(0x34d)]()[_0x7da3b1(0x2bd)]());continue;case'6':this['KEY_INIT']=_0x45b862[_0x7da3b1(0x338)];continue;case'7':this[_0x7da3b1(0x2dd)]=new Map();continue;case'8':this[_0x7da3b1(0x325)]=![];continue;case'9':this[_0x7da3b1(0x2ff)]=_0x45b862[_0x7da3b1(0x1ef)];continue;case'10':this[_0x7da3b1(0x2ba)]=[];continue;case'11':logger[_0x7da3b1(0x1db)](_0x45b862['irUbu']);continue;case'12':AutomationFramework[_0x7da3b1(0x23c)](AutomationFrameworkState['EXECUTE'],HookState['PRE'],this[_0x7da3b1(0x2e7)][_0x7da3b1(0x2d3)](this));continue;case'13':super();continue;case'14':AutomationFramework[_0x7da3b1(0x23c)](AutomationFrameworkState[_0x7da3b1(0x342)],HookState[_0x7da3b1(0x1d0)],this[_0x7da3b1(0x2d1)]['bind'](this));continue;case'15':this[_0x7da3b1(0x211)]=new Map();continue;}break;}}[a80_0x1cee18(0x288)](){const _0x2f8ab7=a80_0x1cee18;return this[_0x2f8ab7(0x288)];}[a80_0x1cee18(0x203)](){const _0xc819bd=a80_0x1cee18;return AccessibilityModule[_0xc819bd(0x298)];}['getCurrentAccessibilityStatus'](){const _0x55816d=a80_0x1cee18;return this[_0x55816d(0x211)][_0x55816d(0x194)](CLIUtils[_0x55816d(0x20d)](),![]);}[a80_0x1cee18(0x1f1)](){const _0x571ba0=a80_0x1cee18;return this[_0x571ba0(0x2dd)][_0x571ba0(0x194)](CLIUtils[_0x571ba0(0x20d)](),![]);}[a80_0x1cee18(0x348)](_0x2bcde0){const _0x35ecce=a80_0x1cee18;this[_0x35ecce(0x2dd)][_0x35ecce(0x2e4)](CLIUtils[_0x35ecce(0x20d)](),_0x2bcde0);}[a80_0x1cee18(0x293)](){const _0x197a3a=a80_0x1cee18,_0x3bf359={'qmfxg':_0x197a3a(0x221),'RUxcy':function(_0x30c88e,_0x26d70c){return _0x30c88e(_0x26d70c);},'nPAyN':_0x197a3a(0x321),'ySZhD':_0x197a3a(0x250),'grjin':_0x197a3a(0x2ce)};if(this[_0x197a3a(0x302)]){logger['debug'](_0x3bf359[_0x197a3a(0x193)]);return;}try{const _0x16aa80=_0x3bf359[_0x197a3a(0x307)](require,_0x3bf359[_0x197a3a(0x1d1)]);_0x16aa80&&_0x16aa80[_0x197a3a(0x330)]?(_0x16aa80[_0x197a3a(0x330)](),this[_0x197a3a(0x302)]=!![],logger[_0x197a3a(0x1db)](_0x3bf359[_0x197a3a(0x245)])):logger['debug'](_0x3bf359['grjin']);}catch(_0x12e104){logger['debug'](_0x197a3a(0x2a4)+util[_0x197a3a(0x2f4)](_0x12e104));}}[a80_0x1cee18(0x1bb)](_0x41aa76=null,_0x1c403f=null,_0x77657=null){const _0x25fe81=a80_0x1cee18,_0xfe744a={'pPSgH':function(_0x66aa7f,_0x20f83f){return _0x66aa7f&&_0x20f83f;},'bBZrC':'isPlatformSupported:\x20caps\x20are\x20null','brGHo':function(_0x3f28b1,_0x419c51){return _0x3f28b1(_0x419c51);},'ciLGH':_0x25fe81(0x340),'YEeOn':_0x25fe81(0x2ea),'kUIVB':function(_0x2b31d){return _0x2b31d();},'ZloeD':_0x25fe81(0x28e),'JpZXG':function(_0xf5b538,_0x5ab6b3){return _0xf5b538===_0x5ab6b3;},'DFPrD':_0x25fe81(0x1ca),'LJxgn':function(_0x2aba43,_0x402d99){return _0x2aba43===_0x402d99;},'QsRyB':_0x25fe81(0x1ec),'upnfc':function(_0x4db836,_0x22a433){return _0x4db836===_0x22a433;},'uccon':function(_0x5e46e5,_0x2f9abb){return _0x5e46e5===_0x2f9abb;},'JGVxS':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','tSmui':function(_0x433855,_0x46f4dd){return _0x433855===_0x46f4dd;},'vjauW':_0x25fe81(0x25a),'RxOIt':_0x25fe81(0x1a9),'CVowW':function(_0x378965,_0x5f594a){return _0x378965===_0x5f594a;},'rKNYt':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','ETbiF':function(_0x543124){return _0x543124();},'jdXbA':function(_0x253869,_0x565183){return _0x253869>_0x565183;},'AgiDr':_0x25fe81(0x320),'PXIId':function(_0x53336f,_0x393579){return _0x53336f!==_0x393579;},'KrxDY':'latest','dmUqQ':function(_0x5d8c80,_0x32f6cc){return _0x5d8c80>_0x32f6cc;},'IhWXO':function(_0x4cadb9,_0x219663){return _0x4cadb9(_0x219663);},'VBDkK':function(_0x1e8263,_0x59220a){return _0x1e8263(_0x59220a);},'tzKDD':_0x25fe81(0x279)};try{if(_0xfe744a[_0x25fe81(0x1e1)](!_0x1c403f,!_0x77657))return logger[_0x25fe81(0x1db)](_0xfe744a[_0x25fe81(0x1a4)]),![];const {isAccessibilityAutomationSession:_0x259bbc}=_0xfe744a[_0x25fe81(0x2ac)](require,_0xfe744a[_0x25fe81(0x25f)]),{isUndefined:_0x3cfa3b,isBrowserstackInfra:_0x1e3cd2}=_0xfe744a[_0x25fe81(0x2ac)](require,_0xfe744a[_0x25fe81(0x358)]);if(!_0xfe744a['kUIVB'](_0x259bbc))return logger[_0x25fe81(0x1db)](_0xfe744a[_0x25fe81(0x311)]),![];if(!(_0x1c403f[_0x25fe81(0x29d)]&&_0xfe744a[_0x25fe81(0x30d)](_0x1c403f[_0x25fe81(0x29d)][_0x25fe81(0x299)](),_0xfe744a[_0x25fe81(0x2fb)])||_0x1c403f[_0x25fe81(0x29d)]&&_0xfe744a[_0x25fe81(0x217)](_0x1c403f[_0x25fe81(0x29d)][_0x25fe81(0x299)](),_0xfe744a['QsRyB'])||_0x1c403f[_0x25fe81(0x26b)]&&_0xfe744a[_0x25fe81(0x201)](_0x1c403f[_0x25fe81(0x26b)][_0x25fe81(0x299)](),_0xfe744a['DFPrD'])||_0x1c403f[_0x25fe81(0x26b)]&&_0xfe744a['uccon'](_0x1c403f[_0x25fe81(0x26b)][_0x25fe81(0x299)](),_0xfe744a[_0x25fe81(0x2cb)])))return logger[_0x25fe81(0x1fa)](_0xfe744a[_0x25fe81(0x30f)]),![];try{const _0x17fe07=_0x1c403f[_0x25fe81(0x21c)],_0x324f7a=_0xfe744a[_0x25fe81(0x19b)](_0x17fe07,!![])||_0xfe744a['LJxgn'](_0x17fe07,_0xfe744a[_0x25fe81(0x1c5)])||_0xfe744a[_0x25fe81(0x30d)](typeof _0x17fe07,_0xfe744a['RxOIt'])&&_0xfe744a[_0x25fe81(0x224)](_0x17fe07['toLowerCase'](),_0xfe744a[_0x25fe81(0x1c5)]);if(_0x324f7a)return logger[_0x25fe81(0x1fa)](_0xfe744a[_0x25fe81(0x33e)]),![];}catch(_0x243b67){logger[_0x25fe81(0x1db)](_0x25fe81(0x26d)+util[_0x25fe81(0x2f4)](_0x243b67));}if(!_0xfe744a['ETbiF'](_0x1e3cd2)){if(!_0xfe744a[_0x25fe81(0x2ec)](_0xfe744a[_0x25fe81(0x2ac)](parseFloat,_0x1c403f['browserVersion']),_0xfe744a[_0x25fe81(0x2ac)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger['warn'](_0xfe744a['AgiDr']),![];}else{if(_0xfe744a[_0x25fe81(0x1fb)](_0x1c403f[_0x25fe81(0x1f6)],_0xfe744a[_0x25fe81(0x31e)])&&!_0xfe744a[_0x25fe81(0x251)](_0xfe744a[_0x25fe81(0x339)](parseFloat,_0x1c403f[_0x25fe81(0x1f6)]),_0xfe744a[_0x25fe81(0x222)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x25fe81(0x1fa)](_0xfe744a[_0x25fe81(0x1d8)]),![];}return!![];}catch(_0x2e66bf){return logger[_0x25fe81(0x1db)](_0x25fe81(0x31f)+_0x2e66bf[_0x25fe81(0x305)]),![];}}['isEnabledTestcase'](_0x35c674=[],_0xa97633,_0x5488ce=a80_0x1cee18(0x1d3)){const _0x23b60c=a80_0x1cee18,_0xf4e132={'sOKLY':function(_0xd656c1,_0x5d340b){return _0xd656c1===_0x5d340b;},'GAQaz':_0x23b60c(0x2e2),'dkoqv':function(_0x112195,_0x1fccfe){return _0x112195||_0x1fccfe;},'KoEmH':function(_0x4baa05,_0x3c217c){return _0x4baa05===_0x3c217c;},'wUSLk':function(_0x3f13be,_0xc34ccc){return _0x3f13be&&_0xc34ccc;},'VEkEt':'unknown','fvWUz':function(_0x43a369,_0x110eba){return _0x43a369(_0x110eba);},'iRbxS':function(_0x239e0a,_0x2c1586){return _0x239e0a>_0x2c1586;}};try{const _0x2adaf5=process[_0x23b60c(0x1f7)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON[_0x23b60c(0x254)](process['env'][_0x23b60c(0x1e5)]):null;if(!_0x2adaf5)return!![];const _0x5b2a7b=Array[_0x23b60c(0x35a)](_0x2adaf5[_0x23b60c(0x2af)])?_0x2adaf5['includeTagsInTestingScope']:[],_0x5ba6a4=Array[_0x23b60c(0x35a)](_0x2adaf5['excludeTagsInTestingScope'])?_0x2adaf5['excludeTagsInTestingScope']:[];if(_0xf4e132[_0x23b60c(0x27f)](_0x5488ce,_0xf4e132['GAQaz'])){let _0x2e062c;Array[_0x23b60c(0x35a)](_0x35c674)?_0x2e062c=_0x35c674[_0x23b60c(0x1b3)]('\x20'):_0x2e062c=_0xf4e132[_0x23b60c(0x1b1)](_0x35c674,'');const _0x1af605=_0x5ba6a4['some'](_0x570aae=>_0x2e062c[_0x23b60c(0x234)](_0x570aae)),_0x44f5ed=_0xf4e132['KoEmH'](_0x5b2a7b[_0x23b60c(0x1c9)],0x0)||_0x5b2a7b[_0x23b60c(0x2e3)](_0x34bdce=>_0x2e062c[_0x23b60c(0x234)](_0x34bdce)),_0x269be2=_0xf4e132[_0x23b60c(0x2b7)](!_0x1af605,_0x44f5ed);return logger[_0x23b60c(0x1db)]('[platform\x20-\x20'+(_0xa97633?.[_0x23b60c(0x1ab)]?.()||_0xf4e132[_0x23b60c(0x2c1)])+_0x23b60c(0x1ee)+_0x269be2+_0x23b60c(0x23f)+_0x2e062c+',\x20includeTags='+JSON['stringify'](_0x5b2a7b)+',\x20excludeTags='+JSON[_0x23b60c(0x235)](_0x5ba6a4)),_0x269be2;}const _0x3530c3=Array['isArray'](_0x35c674)?_0x35c674:[];let _0xaa9865=![],_0x1ad22e=_0xf4e132[_0x23b60c(0x33a)](_0x5b2a7b['length'],0x0);const _0x10a60d=_0x1e2beb=>typeof _0x1e2beb===_0x23b60c(0x1a9)?_0x1e2beb[_0x23b60c(0x1cf)](/^@/,'')[_0x23b60c(0x299)]()[_0x23b60c(0x209)]():_0x1e2beb,_0x580e62=new Set(_0x5b2a7b[_0x23b60c(0x2a8)](_0x10a60d)),_0x48f051=new Set(_0x5ba6a4[_0x23b60c(0x2a8)](_0x10a60d));for(const _0x3e5823 of _0x3530c3){const _0x39b220=_0xf4e132['fvWUz'](_0x10a60d,_0x3e5823);_0x48f051[_0x23b60c(0x1f9)](_0x39b220)&&(_0xaa9865=!![]),_0xf4e132[_0x23b60c(0x268)](_0x580e62[_0x23b60c(0x243)],0x0)&&_0x580e62[_0x23b60c(0x1f9)](_0x39b220)&&(_0x1ad22e=!![]);}const _0x3ca4e1=_0xf4e132['wUSLk'](_0x1ad22e,!_0xaa9865);return logger[_0x23b60c(0x1db)](_0x23b60c(0x225)+(_0xa97633?.['getPlatformIndex']?.()||_0xf4e132[_0x23b60c(0x2c1)])+_0x23b60c(0x1b5)+_0x3ca4e1+_0x23b60c(0x1a7)+JSON[_0x23b60c(0x235)](_0x3530c3)+_0x23b60c(0x1e4)+JSON['stringify'](_0x5b2a7b)+_0x23b60c(0x278)+JSON[_0x23b60c(0x235)](_0x5ba6a4)),_0x3ca4e1;}catch(_0x3edac3){return logger[_0x23b60c(0x1db)](_0x23b60c(0x225)+(_0xa97633?.['getPlatformIndex']?.()||_0xf4e132['VEkEt'])+_0x23b60c(0x26f)+_0x3edac3[_0x23b60c(0x305)]),![];}}async[a80_0x1cee18(0x2d1)](_0x8f01e9){const _0x5b5782=a80_0x1cee18,_0x4bf870={};_0x4bf870['Hssny']=function(_0x56da3d,_0x29efc1){return _0x56da3d!==_0x29efc1;},_0x4bf870[_0x5b5782(0x295)]=_0x5b5782(0x1d3),_0x4bf870['RePNh']=function(_0x40fda4,_0x197316){return _0x40fda4!==_0x197316;},_0x4bf870[_0x5b5782(0x28c)]=_0x5b5782(0x2e2),_0x4bf870[_0x5b5782(0x227)]=_0x5b5782(0x33b),_0x4bf870[_0x5b5782(0x2ee)]='TEST_INIT',_0x4bf870['KuXAT']='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x4bf870[_0x5b5782(0x23a)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x4bf870[_0x5b5782(0x1ba)]=_0x5b5782(0x218),_0x4bf870[_0x5b5782(0x248)]=function(_0x337695,_0x188c57){return _0x337695===_0x188c57;},_0x4bf870[_0x5b5782(0x32a)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x4bf870['EeVkd']=function(_0x87f7ea,_0x42226e){return _0x87f7ea===_0x42226e;},_0x4bf870[_0x5b5782(0x210)]=_0x5b5782(0x1cb),_0x4bf870[_0x5b5782(0x304)]=function(_0x47f3ef,_0x130855){return _0x47f3ef>_0x130855;},_0x4bf870['ytsvl']=function(_0x1564bd,_0xbf7dad){return _0x1564bd===_0xbf7dad;},_0x4bf870[_0x5b5782(0x292)]=_0x5b5782(0x255),_0x4bf870[_0x5b5782(0x213)]=_0x5b5782(0x2de),_0x4bf870[_0x5b5782(0x2b3)]=function(_0x16d6f2,_0x13df04){return _0x16d6f2&&_0x13df04;},_0x4bf870['WQdRh']=_0x5b5782(0x27b),_0x4bf870[_0x5b5782(0x26a)]=_0x5b5782(0x25a);const _0x5d903c=_0x4bf870;if(_0x5d903c[_0x5b5782(0x319)](_0x8f01e9[_0x5b5782(0x271)],_0x5d903c['OOiXb'])&&_0x5d903c[_0x5b5782(0x1e3)](_0x8f01e9[_0x5b5782(0x271)],_0x5d903c[_0x5b5782(0x28c)])){logger[_0x5b5782(0x1db)](_0x5d903c[_0x5b5782(0x227)]);return;}logger['info']('onBeforeTest:\x20event='+JSON['stringify'](_0x8f01e9));try{const _0x5eace7=AutomationFramework['getTrackedInstance'](),_0x367b60=TestFramework[_0x5b5782(0x24a)](),_0x37c1bf=_0x8f01e9[_0x5b5782(0x1e0)]||global[_0x5b5782(0x280)]?.[_0x5b5782(0x1ac)]||null;if(!_0x37c1bf){_0x367b60&&_0x367b60[_0x5b5782(0x2cc)](_0x5d903c[_0x5b5782(0x2ee)],!![]);logger[_0x5b5782(0x1db)](_0x5d903c[_0x5b5782(0x21b)]);return;}logger[_0x5b5782(0x1db)](_0x5d903c[_0x5b5782(0x23a)]);const _0x149066=_0x367b60?.[_0x5b5782(0x2c5)](_0x5d903c[_0x5b5782(0x1ba)],![]),_0xc2ff9=_0x367b60?.[_0x5b5782(0x2c5)](_0x5d903c[_0x5b5782(0x2ee)],![]);if(_0x5d903c[_0x5b5782(0x248)](_0x149066,![])&&_0x5d903c[_0x5b5782(0x248)](_0xc2ff9,![])){_0x367b60&&_0x367b60['updateData'](_0x5d903c[_0x5b5782(0x1ba)],!![]);logger[_0x5b5782(0x1db)](_0x5d903c[_0x5b5782(0x32a)]);return;}_0x367b60&&_0x367b60[_0x5b5782(0x2cc)](_0x5d903c[_0x5b5782(0x2ee)],!![]);let _0x18b836,_0x308730;const _0x27d36d=_0x8f01e9[_0x5b5782(0x271)]||_0x5d903c[_0x5b5782(0x295)];if(_0x5d903c[_0x5b5782(0x2b1)](_0x27d36d,_0x5d903c['JujUB'])){_0x308730=_0x8f01e9[_0x5b5782(0x357)]?.[_0x5b5782(0x35b)]||_0x8f01e9[_0x5b5782(0x357)]?.['id']||global[_0x5b5782(0x284)]||global['__workerDetails']?.[_0x5b5782(0x1cc)]?.[_0x5b5782(0x35b)]||global[_0x5b5782(0x280)]?.[_0x5b5782(0x1cc)]?.['id'];const _0x39e513=_0x367b60?.[_0x5b5782(0x22e)]()?.['get'](_0x308730);if(_0x39e513&&_0x39e513[TestFrameworkConstants[_0x5b5782(0x27e)]])_0x18b836=_0x39e513[TestFrameworkConstants[_0x5b5782(0x27e)]];else{if(_0x8f01e9['testInfo']?.[_0x5b5782(0x34f)])_0x18b836=_0x8f01e9['testInfo'][_0x5b5782(0x34f)];else global[_0x5b5782(0x280)]?.[_0x5b5782(0x1cc)]?.[_0x5b5782(0x357)]?.[_0x5b5782(0x34f)]?_0x18b836=global['__workerDetails'][_0x5b5782(0x1cc)]['testInfo']['titlePath']:_0x18b836=_0x5d903c[_0x5b5782(0x210)];}logger[_0x5b5782(0x1db)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x308730+_0x5b5782(0x23f)+JSON[_0x5b5782(0x235)](_0x18b836));}else{_0x308730=this[_0x5b5782(0x265)](_0x8f01e9);const _0x13925a=TestInfo[_0x5b5782(0x22f)](_0x308730);let _0x5493a7=[];if(_0x13925a&&Array[_0x5b5782(0x35a)](_0x13925a[_0x5b5782(0x2de)])&&_0x5d903c[_0x5b5782(0x304)](_0x13925a[_0x5b5782(0x2de)][_0x5b5782(0x1c9)],0x0))_0x5493a7=_0x13925a['test_tags'];else{if(_0x367b60){const _0x151a44=_0x5d903c[_0x5b5782(0x238)](typeof _0x367b60[_0x5b5782(0x2c5)],_0x5d903c[_0x5b5782(0x292)])?_0x367b60[_0x5b5782(0x2c5)](_0x5d903c[_0x5b5782(0x213)],[]):_0x367b60[_0x5b5782(0x2de)]||[];Array[_0x5b5782(0x35a)](_0x151a44)&&(_0x5493a7=_0x151a44);}}_0x18b836=_0x5493a7;}logger[_0x5b5782(0x2e5)](_0x5b5782(0x2f2)+JSON[_0x5b5782(0x235)](_0x18b836));const _0xfa72a4=this[_0x5b5782(0x1bb)](_0x5eace7,_0x8f01e9[_0x5b5782(0x1b7)],_0x8f01e9['launchCaps']);logger[_0x5b5782(0x1db)](_0x5b5782(0x240)+_0xfa72a4+_0x5b5782(0x204)+this[_0x5b5782(0x325)]);const _0x15f072=this[_0x5b5782(0x343)](_0x18b836,_0x5eace7,_0x27d36d),_0x2d22a8=_0x5d903c[_0x5b5782(0x2b3)](_0xfa72a4,_0x15f072),_0x495153=CLIUtils[_0x5b5782(0x20d)]();this[_0x5b5782(0x211)]['set'](_0x495153,_0x2d22a8),global[_0x5b5782(0x230)]?.['getContext']&&global[_0x5b5782(0x230)][_0x5b5782(0x2db)]()[_0x5b5782(0x27c)](_0x2d22a8),logger[_0x5b5782(0x1db)](_0x5b5782(0x225)+(_0x5eace7?.[_0x5b5782(0x1ab)]?.()||_0x5d903c['WQdRh'])+_0x5b5782(0x208)+_0x2d22a8),_0x2d22a8?(global['accessibilityPlatform']=!![],process['env'][_0x5b5782(0x1d5)]=_0x5d903c['ivJXE'],this[_0x5b5782(0x293)]()):global[_0x5b5782(0x2c2)]=![];}catch(_0x753f3){logger[_0x5b5782(0x24e)](_0x5b5782(0x1d7)+(_0x753f3[_0x5b5782(0x196)]||_0x753f3[_0x5b5782(0x305)]));const _0x11cac1=CLIUtils['getCurrentInstanceName']();this[_0x5b5782(0x211)]['set'](_0x11cac1,![]),global[_0x5b5782(0x2c2)]=![];}}[a80_0x1cee18(0x2d9)](){const _0x54d0ae=a80_0x1cee18;return this[_0x54d0ae(0x2ba)][_0x54d0ae(0x331)](_0x582d36=>_0x582d36['getName']()===_0x54d0ae(0x2f9))?.[_0x54d0ae(0x30c)]()||'';}[a80_0x1cee18(0x24b)](_0x3ee8f6){const _0x55e4dc=a80_0x1cee18;try{const _0x112a23=this[_0x55e4dc(0x2ad)]?.[_0x55e4dc(0x333)]?.['capabilitiesList']||[],_0x38c0ff=_0x112a23['find'](_0x1f9f28=>_0x1f9f28[_0x55e4dc(0x22d)]===_0x3ee8f6);return _0x38c0ff?_0x38c0ff['value']:null;}catch(_0x200e07){return logger[_0x55e4dc(0x1db)](_0x55e4dc(0x282)+_0x3ee8f6+':\x20'+_0x200e07['message']),null;}}async[a80_0x1cee18(0x19a)](_0x17a517,_0x275fe7){const _0xf276f7=a80_0x1cee18,_0x1ae6b7=_0x17a517[_0xf276f7(0x354)]()[_0xf276f7(0x34d)](),_0x4a8e82=_0x1ae6b7[_0xf276f7(0x2c7)](),_0x4ceb87=_0x1ae6b7[_0xf276f7(0x344)]()?.['getCommandsList']();scripts[_0xf276f7(0x309)](_0x4a8e82,_0x4ceb87),scripts[_0xf276f7(0x328)]();const _0xf7e56c=_0x1ae6b7[_0xf276f7(0x2bd)]();this['capabilities']=_0x1ae6b7['getCapabilitiesList'](),await this[_0xf276f7(0x28a)](_0xf7e56c,_0x275fe7[_0xf276f7(0x1aa)]);}async[a80_0x1cee18(0x28a)](_0xe04cea,_0x50562e={}){const _0x15282f=a80_0x1cee18,_0x3103e6={};_0x3103e6[_0x15282f(0x21f)]=function(_0x49dbd4,_0xbd56ee){return _0x49dbd4===_0xbd56ee;},_0x3103e6[_0x15282f(0x347)]=_0x15282f(0x355),_0x3103e6[_0x15282f(0x19f)]='browserstack.accessibilityOptions.authToken',_0x3103e6['rirtD']='wcagVersion',_0x3103e6['jmXdD']=_0x15282f(0x2cd),_0x3103e6[_0x15282f(0x1f0)]=function(_0x2020ea,_0xcd7784){return _0x2020ea===_0xcd7784;},_0x3103e6['vqfUN']='scannerVersion',_0x3103e6[_0x15282f(0x356)]='browserstack.accessibilityOptions.scannerVersion',_0x3103e6[_0x15282f(0x262)]=_0x15282f(0x281),_0x3103e6[_0x15282f(0x34e)]=_0x15282f(0x2a1);const _0xf00c9d=_0x3103e6;global[_0x15282f(0x236)]=global[_0x15282f(0x236)]||{};for(const _0x5e6507 of _0xe04cea){logger[_0x15282f(0x2e5)](_0x15282f(0x2bf)+_0x5e6507[_0x15282f(0x1f5)]()+_0x15282f(0x349)+_0x5e6507[_0x15282f(0x30c)]());if(_0xf00c9d['Buvtz'](_0x5e6507['getName'](),_0xf00c9d['YNIUt']))process['env'][_0x15282f(0x2a7)]=_0x5e6507[_0x15282f(0x30c)](),global[_0x15282f(0x236)][_0xf00c9d[_0x15282f(0x19f)]]=_0x5e6507['getValue']();else{if(_0xf00c9d[_0x15282f(0x21f)](_0x5e6507[_0x15282f(0x1f5)](),_0xf00c9d['rirtD']))global[_0x15282f(0x236)][_0xf00c9d[_0x15282f(0x1c2)]]=_0x5e6507[_0x15282f(0x30c)]();else{if(_0xf00c9d[_0x15282f(0x1f0)](_0x5e6507['getName'](),_0xf00c9d[_0x15282f(0x2f5)]))global[_0x15282f(0x236)][_0xf00c9d[_0x15282f(0x356)]]=_0x5e6507[_0x15282f(0x30c)]();else _0xf00c9d[_0x15282f(0x21f)](_0x5e6507[_0x15282f(0x1f5)](),_0xf00c9d[_0x15282f(0x262)])&&(global[_0x15282f(0x236)][_0xf00c9d[_0x15282f(0x34e)]]=_0x5e6507[_0x15282f(0x30c)]());}}}}async[a80_0x1cee18(0x1e9)](_0x1daa0e){const _0x529f26=a80_0x1cee18,_0x44ca66={};_0x44ca66['hDdPb']=function(_0x228c3a,_0x55279d){return _0x228c3a!==_0x55279d;},_0x44ca66['ACdIU']=_0x529f26(0x1d3),_0x44ca66[_0x529f26(0x29c)]=_0x529f26(0x2e2),_0x44ca66[_0x529f26(0x192)]=_0x529f26(0x2b6),_0x44ca66[_0x529f26(0x2f1)]=_0x529f26(0x27b);const _0xedf93a=_0x44ca66;if(_0xedf93a[_0x529f26(0x207)](_0x1daa0e[_0x529f26(0x271)],_0xedf93a['ACdIU'])&&_0xedf93a[_0x529f26(0x207)](_0x1daa0e[_0x529f26(0x271)],_0xedf93a[_0x529f26(0x29c)])){logger[_0x529f26(0x1db)](_0xedf93a[_0x529f26(0x192)]);return;}const _0x4404b0=_0x1daa0e[_0x529f26(0x357)]?.[_0x529f26(0x35b)]||_0x1daa0e['testInfo']?.['id']||global[_0x529f26(0x284)];logger[_0x529f26(0x2e5)](_0x529f26(0x32b)+_0x1daa0e[_0x529f26(0x271)]+_0x529f26(0x272)+_0x4404b0);try{const _0x216696=_0x1daa0e[_0x529f26(0x2fd)]||AutomationFramework[_0x529f26(0x24a)](),_0x5f0728=CLIUtils['getCurrentInstanceName'](),_0x4b4a70=this[_0x529f26(0x1b9)]();logger[_0x529f26(0x1db)]('[platform\x20-\x20'+(_0x216696?.['getPlatformIndex']?.()||_0xedf93a[_0x529f26(0x2f1)])+']\x20onAfterTest\x20should\x20scan='+_0x4b4a70),_0x4b4a70&&await this[_0x529f26(0x231)](_0x216696,_0x1daa0e),this['accessibility']['delete'](_0x5f0728),this['LOG_DISABLED_SHOWN'][_0x529f26(0x24d)](_0x5f0728);}catch(_0x30ff45){logger[_0x529f26(0x24e)](_0x529f26(0x1d9)+(_0x30ff45[_0x529f26(0x196)]||_0x30ff45['message']));}}async[a80_0x1cee18(0x231)](_0x5898f4,_0x45f86d){const _0x1bdb0a=a80_0x1cee18,_0x48648a={};_0x48648a['dasCG']=function(_0x456e34,_0x11ed31){return _0x456e34===_0x11ed31;},_0x48648a[_0x1bdb0a(0x25b)]='function',_0x48648a[_0x1bdb0a(0x23b)]=_0x1bdb0a(0x2e2),_0x48648a[_0x1bdb0a(0x2c9)]=_0x1bdb0a(0x1d3),_0x48648a[_0x1bdb0a(0x1a5)]=function(_0x2a0dee,_0x32f412){return _0x2a0dee===_0x32f412;},_0x48648a[_0x1bdb0a(0x2b8)]=_0x1bdb0a(0x335),_0x48648a[_0x1bdb0a(0x334)]=_0x1bdb0a(0x211),_0x48648a[_0x1bdb0a(0x1c3)]='saveResults',_0x48648a[_0x1bdb0a(0x1de)]=_0x1bdb0a(0x27b),_0x48648a[_0x1bdb0a(0x1a8)]=_0x1bdb0a(0x28f),_0x48648a[_0x1bdb0a(0x226)]=_0x1bdb0a(0x1af),_0x48648a[_0x1bdb0a(0x2ed)]=function(_0x34a160,_0x154383){return _0x34a160===_0x154383;},_0x48648a[_0x1bdb0a(0x350)]=function(_0x59d102,_0xad0fb8){return _0x59d102||_0xad0fb8;},_0x48648a[_0x1bdb0a(0x2d2)]=_0x1bdb0a(0x20b),_0x48648a[_0x1bdb0a(0x31c)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x51ea2c=_0x48648a;try{const _0xdc1e90=_0x45f86d[_0x1bdb0a(0x271)]||(_0x51ea2c[_0x1bdb0a(0x287)](this['testFrameworkData']?.[_0x1bdb0a(0x22d)]?.[_0x1bdb0a(0x299)](),_0x51ea2c[_0x1bdb0a(0x23b)])?_0x51ea2c[_0x1bdb0a(0x23b)]:_0x51ea2c[_0x1bdb0a(0x2c9)]);let _0x4625ea='',_0x277b4e=null,_0x38c943=null;if(_0x51ea2c['YIvWc'](_0xdc1e90,_0x51ea2c['uMgCU'])){_0x277b4e=_0x45f86d[_0x1bdb0a(0x357)]?.['testAnalyticsId']||_0x45f86d[_0x1bdb0a(0x357)]?.['id']||global[_0x1bdb0a(0x284)];if(!_0x277b4e){logger['warn'](_0x51ea2c[_0x1bdb0a(0x2b8)]);return;}try{const _0x81525f=await GrpcClient[_0x1bdb0a(0x261)]()['fetchDriverExecuteParamsEvent'](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x51ea2c[_0x1bdb0a(0x334)],_0x51ea2c[_0x1bdb0a(0x1c3)],_0x277b4e),_0x42bfa8=AccessibilityModule[_0x1bdb0a(0x1f3)](null,_0x81525f);_0x4625ea=_0x42bfa8?.[_0x1bdb0a(0x1dc)]||'',logger['debug'](_0x1bdb0a(0x1bc)+_0x4625ea+_0x1bdb0a(0x323)+_0x277b4e),_0x38c943=_0x81525f;}catch(_0x4aa3a2){logger[_0x1bdb0a(0x24e)](_0x1bdb0a(0x2f3)+_0x4aa3a2['message']);return;}}else{const _0xc60b7b=this[_0x1bdb0a(0x265)](_0x45f86d);_0x4625ea=TestInfo[_0x1bdb0a(0x25c)](_0xc60b7b);}const _0x125762=((()=>{const _0x2f694b=_0x1bdb0a,_0x23182e=(this[_0x2f694b(0x2ad)]?.[_0x2f694b(0x333)]?.[_0x2f694b(0x25e)]||[])[_0x2f694b(0x331)](_0x37e84b=>(typeof _0x37e84b['getName']===_0x2f694b(0x255)?_0x37e84b[_0x2f694b(0x1f5)]():_0x37e84b[_0x2f694b(0x22d)])===this['KEY_TESTHUB_BUILD_ID']);return _0x23182e?_0x51ea2c[_0x2f694b(0x287)](typeof _0x23182e[_0x2f694b(0x30c)],_0x51ea2c[_0x2f694b(0x25b)])?_0x23182e[_0x2f694b(0x30c)]():_0x23182e[_0x2f694b(0x346)]:'';})()),_0x32a89c=process['env']['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x1bdb0a(0x1db)](_0x1bdb0a(0x225)+(_0x5898f4?.['getPlatformIndex']?.()||_0x51ea2c[_0x1bdb0a(0x1de)])+_0x1bdb0a(0x316)+_0x4625ea+_0x1bdb0a(0x1ea)+_0x125762+'\x20a11yToken='+(_0x32a89c?_0x51ea2c['GQtnL']:_0x51ea2c['epmGR']));let _0x5efe86;if(_0x51ea2c[_0x1bdb0a(0x2ed)](_0xdc1e90,_0x51ea2c['uMgCU']))_0x5efe86=AccessibilityModule[_0x1bdb0a(0x1f3)](_0x4625ea,_0x38c943);else{const _0x5bd9ab=await GrpcClient[_0x1bdb0a(0x261)]()[_0x1bdb0a(0x1a6)](process[_0x1bdb0a(0x1f7)][_0x1bdb0a(0x21e)],_0x51ea2c[_0x1bdb0a(0x334)],_0x51ea2c['dcjzm']);_0x5efe86=AccessibilityModule[_0x1bdb0a(0x1f3)](_0x4625ea,_0x5bd9ab);}logger[_0x1bdb0a(0x1db)](_0x1bdb0a(0x200)+JSON[_0x1bdb0a(0x235)](_0x5efe86));const _0x4da4b5=Object[_0x1bdb0a(0x2c8)]({},{'thTestRunUuid':_0x51ea2c[_0x1bdb0a(0x350)](_0x4625ea,''),'thBuildUuid':_0x51ea2c['faSKb'](_0x125762,''),'thJwtToken':_0x51ea2c[_0x1bdb0a(0x350)](_0x32a89c,'')},_0x5efe86);logger[_0x1bdb0a(0x1db)](_0x1bdb0a(0x198)+_0x4625ea+_0x1bdb0a(0x204)+this['isAppAccessibility']);let _0x4e8fd0=global[_0x1bdb0a(0x280)]?.[_0x1bdb0a(0x1ac)]||null;!_0x4e8fd0&&(_0x4e8fd0=AutomationFramework[_0x1bdb0a(0x289)](_0x5898f4,_0x51ea2c[_0x1bdb0a(0x2d2)],null)),!_0x4e8fd0&&(_0x4e8fd0=AutomationFramework[_0x1bdb0a(0x289)](_0x5898f4,_0x51ea2c['lInOF'],null)),await this[_0x1bdb0a(0x229)](this[_0x1bdb0a(0x1b9)](),_0x4625ea,_0x4e8fd0,_0x4da4b5,this[_0x1bdb0a(0x325)]);}catch(_0x346716){logger[_0x1bdb0a(0x24e)]('Error\x20in\x20stopTestCapture:\x20'+(_0x346716[_0x1bdb0a(0x196)]||_0x346716['message']));}}async[a80_0x1cee18(0x229)](_0x254ca4,_0x3cb8b5,_0x11aad2,_0x37a7d6,_0x487a9a){const _0x1d6d3e=a80_0x1cee18,_0x3481fb={};_0x3481fb[_0x1d6d3e(0x26c)]=_0x1d6d3e(0x1a0),_0x3481fb['qbuTP']=function(_0x377eae,_0x33ca02){return _0x377eae&&_0x33ca02;},_0x3481fb[_0x1d6d3e(0x1b6)]=_0x1d6d3e(0x1eb),_0x3481fb[_0x1d6d3e(0x21d)]=function(_0x3287fe,_0x5569c4){return _0x3287fe===_0x5569c4;},_0x3481fb['HtNrs']=_0x1d6d3e(0x1af),_0x3481fb[_0x1d6d3e(0x19c)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x3481fb[_0x1d6d3e(0x216)]=_0x1d6d3e(0x1a1),_0x3481fb[_0x1d6d3e(0x32e)]=_0x1d6d3e(0x23d),_0x3481fb[_0x1d6d3e(0x2be)]='scan',_0x3481fb['MghKC']=_0x1d6d3e(0x199),_0x3481fb[_0x1d6d3e(0x2c6)]=_0x1d6d3e(0x34a),_0x3481fb[_0x1d6d3e(0x1a2)]=_0x1d6d3e(0x2fc);const _0x286a24=_0x3481fb;try{const _0x47cf04=this[_0x1d6d3e(0x228)](_0x286a24[_0x1d6d3e(0x26c)]);if(_0x286a24[_0x1d6d3e(0x2ab)](!_0x487a9a,!_0x47cf04)){logger[_0x1d6d3e(0x1db)](_0x286a24[_0x1d6d3e(0x1b6)]);return;}if(!_0x3cb8b5||_0x286a24[_0x1d6d3e(0x21d)](_0x3cb8b5,_0x286a24['HtNrs'])||_0x286a24[_0x1d6d3e(0x21d)](_0x3cb8b5,'')){logger['debug'](_0x286a24[_0x1d6d3e(0x19c)]);return;}logger['debug'](_0x1d6d3e(0x1c7)+JSON[_0x1d6d3e(0x235)](_0x37a7d6)),_0x254ca4&&(logger[_0x1d6d3e(0x1db)](_0x286a24[_0x1d6d3e(0x216)]),await this[_0x1d6d3e(0x322)](_0x11aad2,_0x3cb8b5,_0x286a24[_0x1d6d3e(0x32e)],_0x37a7d6,_0x487a9a,_0x286a24[_0x1d6d3e(0x2be)]),_0x286a24['qbuTP'](!_0x487a9a,_0x47cf04)&&(logger['debug'](_0x286a24[_0x1d6d3e(0x214)]),await PerformanceTester[_0x1d6d3e(0x20e)](_0x286a24[_0x1d6d3e(0x2c6)],async()=>{const _0x7bfae8=_0x1d6d3e;await this[_0x7bfae8(0x322)](_0x11aad2,_0x3cb8b5,_0x286a24[_0x7bfae8(0x26c)],_0x37a7d6,_0x487a9a,_0x286a24['mUURh']);})()),logger[_0x1d6d3e(0x2e5)](_0x286a24['aUpAX']));}catch(_0x4f930f){logger['error'](_0x1d6d3e(0x1b8)+(_0x4f930f[_0x1d6d3e(0x196)]||_0x4f930f['message']));}}async[a80_0x1cee18(0x2e7)](_0x477804){const _0x5ba435=a80_0x1cee18,_0x3b85b5={};_0x3b85b5[_0x5ba435(0x1f4)]=function(_0x342283,_0x3bcbc3){return _0x342283!==_0x3bcbc3;},_0x3b85b5['KKeby']='cucumber',_0x3b85b5[_0x5ba435(0x2bc)]=function(_0x57f43d,_0x1925ad){return _0x57f43d!==_0x1925ad;},_0x3b85b5[_0x5ba435(0x1e2)]='jest',_0x3b85b5[_0x5ba435(0x32d)]=_0x5ba435(0x2f0),_0x3b85b5['RuGtC']=_0x5ba435(0x27b),_0x3b85b5['lnueC']=_0x5ba435(0x24c),_0x3b85b5['dbKEO']=function(_0x30ba8f,_0x11047a){return _0x30ba8f===_0x11047a;},_0x3b85b5[_0x5ba435(0x1e6)]=_0x5ba435(0x324),_0x3b85b5[_0x5ba435(0x31b)]=_0x5ba435(0x211),_0x3b85b5[_0x5ba435(0x205)]=_0x5ba435(0x1c8),_0x3b85b5[_0x5ba435(0x2b0)]=_0x5ba435(0x30b),_0x3b85b5['vnCaa']=_0x5ba435(0x32f),_0x3b85b5['EgMlm']=function(_0x334a2a,_0x4a4d0d){return _0x334a2a===_0x4a4d0d;},_0x3b85b5[_0x5ba435(0x327)]='scan',_0x3b85b5[_0x5ba435(0x28b)]=_0x5ba435(0x1af);const _0x107467=_0x3b85b5;if(_0x107467['raKGp'](_0x477804[_0x5ba435(0x271)],_0x107467['KKeby'])&&_0x107467[_0x5ba435(0x2bc)](_0x477804[_0x5ba435(0x271)],_0x107467[_0x5ba435(0x1e2)])){logger['debug'](_0x107467['TIzMI']);return;}logger[_0x5ba435(0x1db)](_0x5ba435(0x2b5)+(_0x477804['commandName']||_0x107467['RuGtC'])+_0x5ba435(0x2ef)+_0x477804['testFramework']);try{const _0x137686=_0x477804[_0x5ba435(0x2fd)]||AutomationFramework[_0x5ba435(0x24a)](),_0x100065=TestFramework[_0x5ba435(0x24a)](),_0x570d04=_0x477804[_0x5ba435(0x1fe)]||_0x477804[_0x5ba435(0x2d0)]?.[_0x5ba435(0x1f5)]();if(!_0x570d04){logger['debug'](_0x107467['lnueC']);return;}if(!this[_0x5ba435(0x1b9)]()){logger[_0x5ba435(0x1db)](_0x5ba435(0x285)+_0x570d04);return;}if(!this[_0x5ba435(0x332)](_0x570d04)){logger[_0x5ba435(0x1db)](_0x5ba435(0x1d6)+_0x570d04+_0x5ba435(0x291));return;}const _0x4e76d4=_0x477804['page']||global[_0x5ba435(0x280)]?.[_0x5ba435(0x1ac)];if(!_0x4e76d4){logger[_0x5ba435(0x1db)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x570d04);return;}let _0xf09c22='',_0x2147f4=null;if(_0x107467[_0x5ba435(0x312)](_0x477804['testFramework'],_0x107467[_0x5ba435(0x1e2)])){_0x2147f4=_0x477804['testInfo']?.[_0x5ba435(0x35b)]||_0x477804['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x2147f4){logger['warn'](_0x107467[_0x5ba435(0x1e6)]);return;}try{const _0x47c682=await GrpcClient[_0x5ba435(0x261)]()['fetchDriverExecuteParamsEvent'](process[_0x5ba435(0x1f7)][_0x5ba435(0x21e)],_0x107467[_0x5ba435(0x31b)],_0x107467['ObLPu'],_0x2147f4),_0x18e77d=AccessibilityModule[_0x5ba435(0x1f3)](null,_0x47c682);_0xf09c22=_0x18e77d?.[_0x5ba435(0x1dc)]||'',logger[_0x5ba435(0x1db)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0xf09c22+_0x5ba435(0x323)+_0x2147f4);}catch(_0x2f6c1d){logger[_0x5ba435(0x24e)](_0x5ba435(0x2e9)+_0x2f6c1d['message']);return;}}else _0xf09c22=this[_0x5ba435(0x24b)](_0x107467[_0x5ba435(0x2b0)])||'';const _0x34c916=this[_0x5ba435(0x24b)](_0x107467[_0x5ba435(0x2bb)])||this[_0x5ba435(0x2ad)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x5ed8f9=process[_0x5ba435(0x1f7)][_0x5ba435(0x329)]||'',_0x2124ba=this['getParamsForScanForCli'](_0x570d04,_0xf09c22,_0x34c916,_0x5ed8f9),_0x261d06=_0x107467[_0x5ba435(0x1b0)](_0x477804[_0x5ba435(0x271)],_0x107467['gHQnQ'])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x107467[_0x5ba435(0x327)],_0xf09c22,_0x2147f4):await AccessibilityModule[_0x5ba435(0x33d)](_0x107467[_0x5ba435(0x327)],_0xf09c22);logger['info']('ScanArgs:\x20'+(_0x2124ba?JSON['stringify'](_0x2124ba):_0x107467[_0x5ba435(0x28b)]));const _0x404c17=CLIUtils[_0x5ba435(0x297)](_0x2124ba,_0x261d06);logger['info'](_0x5ba435(0x315)+(_0x404c17?JSON[_0x5ba435(0x235)](_0x404c17):_0x107467['KcHvB'])),logger[_0x5ba435(0x1db)](_0x5ba435(0x29f)+_0x570d04);const _0x3b4932=await this[_0x5ba435(0x322)](_0x4e76d4,_0xf09c22,_0x570d04,_0x404c17,this[_0x5ba435(0x325)]);logger[_0x5ba435(0x1db)](_0x5ba435(0x2d6)+_0x570d04+',\x20\x0a\x20'+_0x3b4932);}catch(_0x2958d5){logger[_0x5ba435(0x24e)](_0x5ba435(0x1ce)+(_0x2958d5['stack']||_0x2958d5[_0x5ba435(0x305)]));}}[a80_0x1cee18(0x30e)](){const _0x1921b0=a80_0x1cee18;return this[_0x1921b0(0x1b9)]();}[a80_0x1cee18(0x29e)](_0x34a903){const _0x4fa722=CLIUtils['getCurrentInstanceName']();this['accessibility']['set'](_0x4fa722,_0x34a903);}async[a80_0x1cee18(0x336)](_0x3a2001){const _0x104b96=a80_0x1cee18,_0x46eb1e={};_0x46eb1e[_0x104b96(0x249)]='unknown';const _0x5615a9=_0x46eb1e;try{const _0x158f4c=_0x3a2001[_0x104b96(0x2fd)]||AutomationFramework[_0x104b96(0x24a)](),_0xc595f4=_0x158f4c?.['getData']?.()?.[_0x104b96(0x194)]?.(this[_0x104b96(0x2f8)])||![];if(_0xc595f4)return;PerformanceTester[_0x104b96(0x233)](EVENTS[_0x104b96(0x359)]);const _0x3ff838=await GrpcClient[_0x104b96(0x261)]()[_0x104b96(0x1ff)](_0x3a2001);_0x3ff838&&_0x3ff838['getAccessibility']&&_0x3ff838[_0x104b96(0x354)]()&&_0x3ff838[_0x104b96(0x354)]()[_0x104b96(0x239)]()?(await this[_0x104b96(0x197)](_0x3ff838,_0x3a2001),_0x158f4c?.[_0x104b96(0x2c5)]&&_0x158f4c['getData']()[_0x104b96(0x2e4)](this[_0x104b96(0x2f8)],!![]),logger['debug'](_0x104b96(0x225)+(_0x158f4c?.[_0x104b96(0x1ab)]?.()||_0x5615a9[_0x104b96(0x249)])+_0x104b96(0x202))):logger[_0x104b96(0x1db)](_0x104b96(0x225)+(_0x158f4c?.['getPlatformIndex']?.()||_0x5615a9[_0x104b96(0x249)])+_0x104b96(0x276)),PerformanceTester['end'](EVENTS[_0x104b96(0x359)]);}catch(_0x26e8e7){PerformanceTester[_0x104b96(0x20a)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x26e8e7['message']),logger['error'](_0x104b96(0x345)+(_0x26e8e7[_0x104b96(0x196)]||_0x26e8e7['message']));}}async[a80_0x1cee18(0x197)](_0x323340,_0x5bfbb5){const _0x34ced5=a80_0x1cee18;await this[_0x34ced5(0x19a)](_0x323340,_0x5bfbb5);const _0x59b76e=_0x323340[_0x34ced5(0x354)]()[_0x34ced5(0x34d)]();if(_0x59b76e){const _0x1e15de=_0x323340[_0x34ced5(0x1bd)]&&_0x323340[_0x34ced5(0x1bd)]();_0x1e15de&&(this[_0x34ced5(0x2ad)][this[_0x34ced5(0x2ff)]]=_0x1e15de['getBuildId']&&_0x1e15de['getBuildId']());}}['shouldScanForCommand'](_0x12bd05){const _0x3a254a=a80_0x1cee18,_0xeb8af6={};_0xeb8af6['fEzdI']=function(_0x547b6f,_0x543799){return _0x547b6f===_0x543799;};const _0x2a1632=_0xeb8af6;try{if(!_0x12bd05)return![];const _0x190498=this[_0x3a254a(0x2ad)]?.['options']?.['commandsToWrap']?.[_0x3a254a(0x294)]||[],_0x42fd49=_0x190498[_0x3a254a(0x2e3)](_0x8d3052=>{const _0x225f6b=_0x3a254a;return _0x8d3052[_0x225f6b(0x22d)]&&_0x2a1632['fEzdI'](_0x8d3052['name']['toLowerCase'](),_0x12bd05['toLowerCase']());});return logger[_0x3a254a(0x1db)]('shouldScanForCommand:\x20'+_0x12bd05+'\x20->\x20'+_0x42fd49+_0x3a254a(0x1c4)+JSON[_0x3a254a(0x235)](_0x190498[_0x3a254a(0x2a8)](_0x21a94b=>_0x21a94b['name']))),_0x42fd49;}catch(_0x28f380){return logger['debug'](_0x3a254a(0x2e1)+_0x28f380[_0x3a254a(0x305)]),![];}}[a80_0x1cee18(0x1b2)](_0x156845){const _0x3d1a66=a80_0x1cee18,_0x50d976={};_0x50d976[_0x3d1a66(0x206)]=function(_0x5ee39a,_0x37bd36){return _0x5ee39a===_0x37bd36;},_0x50d976[_0x3d1a66(0x215)]=_0x3d1a66(0x1a9),_0x50d976[_0x3d1a66(0x2fa)]=_0x3d1a66(0x2e0);const _0x558d7b=_0x50d976,_0x651ec0=_0x156845[_0x3d1a66(0x29a)]&&_0x156845[_0x3d1a66(0x29a)]();return _0x651ec0&&_0x558d7b['cmSam'](typeof _0x651ec0,_0x558d7b[_0x3d1a66(0x215)])&&_0x651ec0[_0x3d1a66(0x234)](_0x558d7b['OTXrc']);}[a80_0x1cee18(0x244)](_0x156baf){const _0x2e80ff=a80_0x1cee18,_0x3f536a={};_0x3f536a[_0x2e80ff(0x223)]=function(_0x365443,_0x48a089){return _0x365443!==_0x48a089;},_0x3f536a[_0x2e80ff(0x1cd)]=_0x2e80ff(0x1a9),_0x3f536a[_0x2e80ff(0x2f7)]=_0x2e80ff(0x211),_0x3f536a['yppXl']=_0x2e80ff(0x1c8),_0x3f536a[_0x2e80ff(0x32c)]='getResults',_0x3f536a[_0x2e80ff(0x290)]='saveTestResults';const _0x540ddc=_0x3f536a,_0x249702=_0x156baf[_0x2e80ff(0x29a)]&&_0x156baf[_0x2e80ff(0x29a)]();if(!_0x249702||_0x540ddc['hkWIM'](typeof _0x249702,_0x540ddc[_0x2e80ff(0x1cd)]))return![];return _0x249702[_0x2e80ff(0x234)](_0x540ddc['bNbTI'])||_0x249702[_0x2e80ff(0x234)](_0x540ddc[_0x2e80ff(0x2c3)])||_0x249702['includes'](_0x540ddc[_0x2e80ff(0x32c)])||_0x249702['includes'](_0x540ddc['SeMll']);}[a80_0x1cee18(0x275)](_0x53b70f,_0x5b53e1,_0x526c67,_0x58b702){const _0x559f91=a80_0x1cee18,_0x124c3b={};_0x124c3b['hAjDb']=function(_0x596f71,_0x527ec3){return _0x596f71||_0x527ec3;};const _0xf97e3=_0x124c3b;return{'command':_0x53b70f,'thTestRunUuid':_0xf97e3[_0x559f91(0x2a9)](_0x5b53e1,''),'thBuildUuid':_0xf97e3[_0x559f91(0x2a9)](_0x526c67,''),'thJwtToken':_0xf97e3[_0x559f91(0x2a9)](_0x58b702,''),'timestamp':new Date()[_0x559f91(0x2a6)]()};}[a80_0x1cee18(0x228)](_0x5a16c5){const _0x429f61=a80_0x1cee18,_0x3b84b0={};_0x3b84b0[_0x429f61(0x1ed)]=function(_0x2f05cc,_0x2c689d){return _0x2f05cc||_0x2c689d;};const _0x301334=_0x3b84b0;try{const _0x456941=this[_0x429f61(0x2ad)]?.[_0x429f61(0x333)]?.[_0x429f61(0x314)]||[],_0x1212d0=_0x456941['find'](_0x394170=>_0x394170['name']===_0x5a16c5);return _0x301334[_0x429f61(0x1ed)](_0x1212d0,null);}catch(_0x455832){return logger[_0x429f61(0x1db)](_0x429f61(0x341)+_0x5a16c5+':\x20'+_0x455832[_0x429f61(0x305)]),null;}}async[a80_0x1cee18(0x2cf)](_0x41a7ca,_0x26ca94,_0x43becc=null){const _0x4019d8=a80_0x1cee18,_0x5aae67={'dfurk':function(_0xd887c2,_0x29392b){return _0xd887c2(_0x29392b);},'BgWlX':_0x4019d8(0x31d)};try{if(!_0x41a7ca)return logger[_0x4019d8(0x1db)](_0x4019d8(0x2ae)+_0x26ca94),null;const _0xaacd67=this[_0x4019d8(0x228)](_0x26ca94);if(!_0xaacd67||!_0xaacd67[_0x4019d8(0x2d0)])return logger[_0x4019d8(0x1db)](_0x4019d8(0x1da)+_0x26ca94+_0x4019d8(0x301)),null;logger[_0x4019d8(0x1db)](_0x4019d8(0x33f)+_0x26ca94+_0x4019d8(0x1b4));const _0x1750a7=_0x5aae67[_0x4019d8(0x352)](require,_0x5aae67[_0x4019d8(0x247)]),_0xa9c680=_0x43becc?await _0x1750a7[_0x4019d8(0x2dc)](_0x41a7ca,_0xaacd67[_0x4019d8(0x2d0)],_0x43becc):await _0x1750a7['browserStackEvaluate'](_0x41a7ca,_0xaacd67[_0x4019d8(0x2d0)]);return _0xa9c680;}catch(_0x708806){return logger[_0x4019d8(0x24e)](_0x4019d8(0x273)+_0x26ca94+':\x20'+(_0x708806['stack']||_0x708806[_0x4019d8(0x305)])),null;}}async[a80_0x1cee18(0x322)](_0x4457d,_0x69b534,_0x416d14,_0x18b2fb,_0x407d9f,_0xe2847=a80_0x1cee18(0x1a3)){const _0x5eaea7=a80_0x1cee18,_0x18d4bd={'qWnkh':function(_0x1c92af,_0x46ccb1){return _0x1c92af===_0x46ccb1;},'LtPYX':_0x5eaea7(0x1a3),'UjLjs':function(_0xdc3752,_0x4e8264){return _0xdc3752(_0x4e8264);},'lLRKK':'../../playwright/accessibility-helper','wQQqw':function(_0x1040c4,_0x260ef3){return _0x1040c4(_0x260ef3);}};try{logger['debug'](_0x5eaea7(0x1f2)+_0x416d14+_0x5eaea7(0x2a2)+_0xe2847);const _0x5bd399=this['getScriptByName'](_0xe2847);if(!_0x5bd399||!_0x5bd399[_0x5eaea7(0x2d0)]){logger[_0x5eaea7(0x1db)]('performScanForCli:\x20No\x20'+_0xe2847+_0x5eaea7(0x1ae));return;}if(_0x18d4bd[_0x5eaea7(0x2aa)](_0xe2847,_0x18d4bd[_0x5eaea7(0x246)])){const _0x245815=_0x18d4bd[_0x5eaea7(0x19d)](require,_0x18d4bd[_0x5eaea7(0x22a)]),_0x34cc44={};_0x34cc44[_0x5eaea7(0x2d0)]=_0x416d14;const _0x181bf2=await PerformanceTester[_0x5eaea7(0x20e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{await _0x245815['browserStackEvaluate'](_0x4457d,_0x5bd399['command']);},_0x34cc44)();return logger[_0x5eaea7(0x2e5)](_0x5eaea7(0x20c)+_0xe2847+'\x20result\x20for\x20'+_0x416d14+':\x20'+util['format'](_0x181bf2)),_0x181bf2;}const _0x5ede28=_0x18d4bd[_0x5eaea7(0x1be)](require,_0x18d4bd[_0x5eaea7(0x22a)]),_0x123a38=await PerformanceTester[_0x5eaea7(0x20e)](PerformanceA11yEvents[_0x5eaea7(0x2fe)],async()=>{const _0x504e28=_0x5eaea7;await _0x5ede28[_0x504e28(0x2dc)](_0x4457d,_0x5bd399[_0x504e28(0x2d0)],_0x18b2fb);})();return logger['info']('Page\x20'+_0xe2847+'\x20result\x20for\x20'+_0x416d14+':\x20'+util[_0x5eaea7(0x2f4)](_0x123a38)),_0x123a38;}catch(_0x24a14c){logger[_0x5eaea7(0x24e)](_0x5eaea7(0x264)+_0xe2847+':\x20'+(_0x24a14c[_0x5eaea7(0x196)]||_0x24a14c[_0x5eaea7(0x305)]));}}async[a80_0x1cee18(0x19e)](_0x417970){const _0x11583e=a80_0x1cee18,_0x4de59a={'CSkWK':function(_0x4fe46e,_0x3f71b0){return _0x4fe46e(_0x3f71b0);},'KaNXF':_0x11583e(0x340)};try{const _0x519af9=_0x4de59a['CSkWK'](require,_0x4de59a[_0x11583e(0x2c4)]);return await _0x519af9[_0x11583e(0x258)](_0x417970);}catch(_0x41e7f9){return logger[_0x11583e(0x24e)](_0x11583e(0x2df)+(_0x41e7f9[_0x11583e(0x196)]||_0x41e7f9['message'])),![];}}[a80_0x1cee18(0x2ca)](_0x2e8272,_0x4426a3,_0x205d04){const _0x22a697=a80_0x1cee18,_0x35b3dd={'hsudd':function(_0x235c00,_0x594ef8){return _0x235c00(_0x594ef8);},'GUUAS':_0x22a697(0x31d),'JbzpW':_0x22a697(0x2da),'deoSP':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x37f419=_0x35b3dd['hsudd'](require,_0x35b3dd[_0x22a697(0x310)]);_0x37f419['processAccessibilityCaps'](_0x2e8272,_0x4426a3,_0x205d04);const _0x4c2560=JSON[_0x22a697(0x235)](_0x2e8272)[_0x22a697(0x1cf)](/"browserstack\.user":"[^"]*"/g,_0x35b3dd[_0x22a697(0x27d)])[_0x22a697(0x1cf)](/"browserstack\.key":"[^"]*"/g,_0x35b3dd[_0x22a697(0x2e6)]);logger[_0x22a697(0x1db)](_0x22a697(0x317)+global[_0x22a697(0x2c2)]+'\x20'+_0x4c2560);}catch(_0x227e09){logger[_0x22a697(0x24e)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x227e09['stack']||_0x227e09[_0x22a697(0x305)]));}}async['getAccessibilityResults'](_0x43f0e9){const _0x3395ec=a80_0x1cee18,_0x389176={};_0x389176['KokNi']=_0x3395ec(0x1fd),_0x389176[_0x3395ec(0x1e8)]='getResults';const _0x2d3d71=_0x389176;try{if(!this[_0x3395ec(0x1b9)]())return logger['warn'](_0x2d3d71['KokNi']),[];const _0x5cbc63=await this['executeScriptByName'](_0x43f0e9,_0x2d3d71[_0x3395ec(0x1e8)]);return _0x5cbc63||[];}catch(_0x5e86c1){return logger['error'](_0x3395ec(0x259)+(_0x5e86c1[_0x3395ec(0x196)]||_0x5e86c1[_0x3395ec(0x305)])),[];}}async[a80_0x1cee18(0x266)](_0x41f29b){const _0xd1c4c2=a80_0x1cee18,_0x18c679={'IbLcs':_0xd1c4c2(0x1a3),'TgJhJ':'getResultsSummary','HzDCW':_0xd1c4c2(0x2c0),'ZmvKu':function(_0x44fa2e,_0x11360f){return _0x44fa2e(_0x11360f);},'DWqKJ':_0xd1c4c2(0x306),'MEoeI':function(_0x59c55e,_0x521653){return _0x59c55e===_0x521653;},'ZmSwe':_0xd1c4c2(0x2e2),'GUqOz':_0xd1c4c2(0x256),'OrkFN':_0xd1c4c2(0x211),'GsZRt':_0xd1c4c2(0x32f),'UBbFB':_0xd1c4c2(0x266),'ESeRs':_0xd1c4c2(0x30b),'GWMKF':_0xd1c4c2(0x1c6),'bhGeF':_0xd1c4c2(0x22c)};try{if(!this[_0xd1c4c2(0x1b9)]())return logger[_0xd1c4c2(0x1fa)](_0x18c679[_0xd1c4c2(0x1c1)]),{};const _0x58f902=_0x18c679[_0xd1c4c2(0x232)](require,_0x18c679[_0xd1c4c2(0x270)]),_0x250b42=_0x58f902[_0xd1c4c2(0x253)](),_0xfa24a8=_0x18c679[_0xd1c4c2(0x241)](_0x250b42?.[_0xd1c4c2(0x22d)]?.[_0xd1c4c2(0x299)](),_0x18c679[_0xd1c4c2(0x242)]);let _0x20f8b9='',_0x2ae16d=null,_0x178044=null;if(_0xfa24a8){_0x2ae16d=global[_0xd1c4c2(0x284)]||global[_0xd1c4c2(0x280)]?.[_0xd1c4c2(0x1cc)]?.[_0xd1c4c2(0x35b)]||global[_0xd1c4c2(0x280)]?.[_0xd1c4c2(0x1cc)]?.['id'];if(!_0x2ae16d)return logger[_0xd1c4c2(0x1fa)](_0x18c679['GUqOz']),{};try{const _0x2522a1=await GrpcClient[_0xd1c4c2(0x261)]()['fetchDriverExecuteParamsEvent'](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x18c679[_0xd1c4c2(0x1d2)],_0x18c679[_0xd1c4c2(0x1ad)],_0x2ae16d),_0x470e7c=AccessibilityModule[_0xd1c4c2(0x1f3)](null,_0x2522a1);_0x20f8b9=_0x470e7c?.['thTestRunUuid']||'',logger['debug']('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x20f8b9+'\x20from\x20testIdentifier='+_0x2ae16d);const _0x358837=await AccessibilityModule[_0xd1c4c2(0x33d)](_0x18c679[_0xd1c4c2(0x1ad)],_0x20f8b9,_0x2ae16d),_0x84a655=this[_0xd1c4c2(0x24b)](_0x18c679[_0xd1c4c2(0x1dd)])||this[_0xd1c4c2(0x2ad)][this[_0xd1c4c2(0x2ff)]]||null,_0x260051=process[_0xd1c4c2(0x1f7)][_0xd1c4c2(0x329)]||'',_0xba4672=this[_0xd1c4c2(0x275)](_0x18c679[_0xd1c4c2(0x2d4)],_0x20f8b9,_0x84a655,_0x260051);_0x178044=_0x58f902[_0xd1c4c2(0x297)](_0xba4672,_0x358837),logger[_0xd1c4c2(0x1db)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON[_0xd1c4c2(0x235)](_0x178044));}catch(_0x36e0a7){return logger['error'](_0xd1c4c2(0x34b)+_0x36e0a7[_0xd1c4c2(0x305)]),{};}}else{_0x20f8b9=this[_0xd1c4c2(0x24b)](_0x18c679[_0xd1c4c2(0x220)])||'';const _0x32e374=this[_0xd1c4c2(0x24b)](_0x18c679['GsZRt'])||this[_0xd1c4c2(0x2ad)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x2c153e=process['env'][_0xd1c4c2(0x329)]||'';_0x178044=this[_0xd1c4c2(0x275)](_0x18c679[_0xd1c4c2(0x2d4)],_0x20f8b9,_0x32e374,_0x2c153e);}logger['debug'](_0x18c679[_0xd1c4c2(0x30a)]),await PerformanceTester[_0xd1c4c2(0x20e)](PerformanceA11yEvents[_0xd1c4c2(0x20f)],async()=>{const _0x54e206=_0xd1c4c2,_0x511169=await this[_0x54e206(0x2cf)](_0x41f29b,_0x18c679[_0x54e206(0x260)],_0x178044);logger[_0x54e206(0x1db)](_0x54e206(0x25d)+util[_0x54e206(0x2f4)](_0x511169));},{'command':_0x18c679['UBbFB']})();const _0x38efe5=await PerformanceTester[_0xd1c4c2(0x20e)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x44ef7b=_0xd1c4c2;return await this['executeScriptByName'](_0x41f29b,_0x18c679[_0x44ef7b(0x1ad)],_0x178044);})();if(!_0x38efe5)return logger[_0xd1c4c2(0x1db)](_0x18c679[_0xd1c4c2(0x1fc)]),{};return _0x38efe5;}catch(_0x38965d){return logger[_0xd1c4c2(0x24e)](_0xd1c4c2(0x1d4)+(_0x38965d['stack']||_0x38965d[_0xd1c4c2(0x305)])),{};}}async[a80_0x1cee18(0x263)](_0x289db6,_0x2a9ef1,_0x2c38b1=null){const _0xc893ac=a80_0x1cee18,_0x38fc49={};_0x38fc49['DIFbc']='performPageScan:\x20Page\x20is\x20null',_0x38fc49['sDpRG']='performPageScan:\x20Script\x20is\x20null',_0x38fc49['jXtkT']=_0xc893ac(0x2b2);const _0x18e70b=_0x38fc49;try{if(!_0x289db6)return logger['debug'](_0x18e70b[_0xc893ac(0x237)]),null;if(!_0x2a9ef1)return logger[_0xc893ac(0x1db)](_0x18e70b[_0xc893ac(0x2f6)]),null;logger[_0xc893ac(0x1db)](_0x18e70b['jXtkT']);const _0x314c4d=_0x2c38b1?await _0x289db6[_0xc893ac(0x1df)](_0x2a9ef1,_0x2c38b1):await _0x289db6[_0xc893ac(0x1df)](_0x2a9ef1);return _0x314c4d;}catch(_0x1832f5){return logger[_0xc893ac(0x24e)](_0xc893ac(0x286)+(_0x1832f5[_0xc893ac(0x196)]||_0x1832f5[_0xc893ac(0x305)])),null;}}static[a80_0x1cee18(0x1f3)](_0x167e3a,_0x246391){const _0x5872b9=a80_0x1cee18,_0x99d094={};_0x99d094['aCZAO']=_0x5872b9(0x2d7);const _0x3ea51e=_0x99d094,_0x56235b={};_0x56235b[_0x5872b9(0x1dc)]=_0x167e3a;const _0x5a133a=_0x56235b;let _0x4ab19d={};if(_0x246391[_0x5872b9(0x239)]()&&_0x246391[_0x5872b9(0x308)]())try{_0x4ab19d=JSON[_0x5872b9(0x254)](new Buffer(_0x246391['getAccessibilityExecuteParams']())[_0x5872b9(0x28d)](_0x3ea51e[_0x5872b9(0x26e)]));}catch(_0x75ac4f){logger[_0x5872b9(0x24e)](_0x5872b9(0x219)+_0x75ac4f[_0x5872b9(0x305)]),_0x4ab19d={};}return CLIUtils[_0x5872b9(0x297)](_0x5a133a,_0x4ab19d);}static async[a80_0x1cee18(0x33d)](_0x3e48dc,_0x3f6e9d='',_0x1f4aec=null){const _0x3eff01=a80_0x1cee18,_0x359262={};_0x359262[_0x3eff01(0x1bf)]=_0x3eff01(0x23e),_0x359262['iGMRT']=_0x3eff01(0x211);const _0x108ff2=_0x359262;try{if(!_0x1f4aec&&AccessibilityModule[_0x3eff01(0x212)])return AccessibilityModule[_0x3eff01(0x33c)];if(!process[_0x3eff01(0x1f7)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger['error'](_0x108ff2['EMdJc']),{};const _0x1fa8c9=await GrpcClient[_0x3eff01(0x261)]()[_0x3eff01(0x1a6)](process[_0x3eff01(0x1f7)][_0x3eff01(0x21e)],_0x108ff2[_0x3eff01(0x24f)],_0x3e48dc,_0x1f4aec),_0x521d3d=_0x1f4aec?AccessibilityModule[_0x3eff01(0x1f3)](null,_0x1fa8c9)?.[_0x3eff01(0x1dc)]||_0x3f6e9d:_0x3f6e9d,_0x39ab67=AccessibilityModule[_0x3eff01(0x1f3)](_0x521d3d,_0x1fa8c9);return!_0x1f4aec&&(AccessibilityModule[_0x3eff01(0x33c)]=_0x39ab67,AccessibilityModule[_0x3eff01(0x212)]=!![]),_0x39ab67;}catch(_0x76b2ff){return logger[_0x3eff01(0x24e)](_0x3eff01(0x269)+_0x3e48dc+':\x20'+(_0x76b2ff['stack']||_0x76b2ff[_0x3eff01(0x305)])),{};}}}function a80_0x539c(){const _0x30a76f=[']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','./baseModule',',\x20excludeTags=','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','PRE','unknown','setShouldScan','JbzpW','KEY_TEST_NAME','sOKLY','__workerDetails','scannerProcessingTimeout','Error\x20getting\x20capability\x20value\x20for\x20','util','__jestCurrentTestIdentifier','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','Error\x20in\x20performPageScan:\x20','dasCG','isEnabled','getState','setAccessibilityToken','KcHvB','JujUB','toString','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','present','SeMll','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','nOAdr','applySendMessageToServerPatch','commandsList','OOiXb','8gdGoSz','mergeObject','MODULE_NAME','toLowerCase','getScript','../TestInfo.js','VVCbj','browserName','setShouldScanCurrentTest','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','TrackedInstance','browserstack.accessibilityOptions.scannerProcessingTimeout','\x20using\x20script:\x20','11620560YwJZPl','Error\x20applying\x20sendMessageToServer\x20patch:\x20','DRIVER_HAS_URL','toISOString','BS_A11Y_JWT','map','hAjDb','qWnkh','qbuTP','brGHo','accessibilityConfig','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','includeTagsInTestingScope','WjTKT','EeVkd','Executing\x20accessibility\x20script\x20on\x20page','RryOL','../../../helpers/performance/performance-tester.js','onBeforeExecute:\x20command=','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','wUSLk','ihJaS','../framework/testFramework','capabilities','vnCaa','nWgjR','getCapabilitiesList','yeCbz','name:\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','VEkEt','accessibilityPlatform','yppXl','KaNXF','getData','Ihpmt','getScriptsList','assign','GGAQC','processAccessibilityCaps','QsRyB','updateData','browserstack.accessibilityOptions.wcagVersion','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','executeScriptByName','command','onBeforeTest','AfewN','bind','UBbFB','KEY_DRIVER_HAS_URL','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','ascii','QUIT','getGoogleChromeOptions','\x22browserstack.user\x22:\x22[REDACTED]\x22','getContext','browserStackEvaluate','LOG_DISABLED_SHOWN','test_tags','Error\x20in\x20validatePlatformForAccessibility:\x20','browserstack_executor','Error\x20in\x20shouldScanForCommand:\x20','jest','some','set','info','deoSP','onBeforeExecute','../framework/constants/testFrameworkConstants.js','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','../../../helpers/helper','../state/automationFrameworkState','jdXbA','AIRxY','srMRh',',\x20framework=','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','jzMNT','test-tags-->\x20','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','format','vqfUN','sDpRG','bNbTI','KEY_INIT','goog:chromeOptions','OTXrc','DFPrD','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','instance','SAVE_RESULTS','KEY_TESTHUB_BUILD_ID','split','\x20script\x20available','_sendMessageServerPatchApplied','ACCESSIBILITY_INITIALIZED','vHwuD','message','../cliUtils','RUxcy','hasAccessibilityExecuteParams','parseFromProto','GWMKF','test_run_id','getValue','JpZXG','shouldScanCurrentTest','JGVxS','GUUAS','ZloeD','dbKEO','nZgCH','scriptsList','MergedScanArgs:\x20',']\x20clear\x20','Processed\x20accessibility\x20caps\x20','../grpcClient','Hssny','exports','WrKUp','lInOF','../../playwright/accessibility-helper','KrxDY','Exception\x20in\x20isPlatformSupported:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','../../utils/playwright-patcher','performScanForCli','\x20from\x20testIdentifier=','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','isAppAccessibility','945568IfkhRF','pFBzt','toJson','BROWSERSTACK_TESTHUB_JWT','xRnUZ','[AccessibilityModule]\x20onAfterTest:\x20framework=','jcBjf','TIzMI','nqaym','testhub_build_uuid','patchSendMessageToServer','find','shouldScanForCommand','options','AcWlt','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','initAccessibilityConfig','809187hxyXMI','ipSBn','IhWXO','KoEmH','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','_centralAuthA11yConfig','fetchCentralAuthA11yConfig','rKNYt','Executing\x20','../../../helpers/accessibility-automation/helper','Error\x20getting\x20script\x20by\x20name\x20','CREATE','isEnabledTestcase','getCommandsToWrap','Error\x20in\x20initAccessibilityConfig:\x20','value','YNIUt','setLogDisabledShown','\x20value=','a11y:save-results','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','150cpZEEC','getOptions','feSCC','titlePath','faSKb','1688AusWvi','dfurk','619383yXtSTh','getAccessibility','accessibilityToken','LbRvY','testInfo','YEeOn','SDK_ACCESSIBILITY_CONFIG','isArray','testAnalyticsId','gclXt','qmfxg','get','22203LBWAnC','stack','loadAccessibilityConfig','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','setAccessibilityConfig','tSmui','WDLXU','UjLjs','validatePlatformForAccessibility','oDYxZ','saveResults','Performing\x20scan\x20before\x20from\x20cli','aUpAX','scan','bBZrC','YIvWc','fetchDriverExecuteParamsEvent',',\x20tags=','GQtnL','string','launchCaps','getPlatformIndex','pwPage','TgJhJ','\x20script\x20available\x20in\x20scriptsList','null','EgMlm','dkoqv','isBrowserstackScriptCommand','join','\x20accessibility\x20script\x20on\x20page',']\x20isEnabledTestcase\x20(cucumber)\x20result=','IzKHd','platformCaps','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','getCurrentAccessibilityStatus','SjKSM','isPlatformSupported','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','getTesthub','wQQqw','EMdJc','../../../helpers/accessibility-automation/constants','HzDCW','jmXdD','dcjzm',',\x20available\x20commands:\x20','vjauW','Performing\x20scan\x20before\x20getting\x20results\x20summary','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','performScan','length','chrome','Unknown\x20Test','currentTest','JSOAT','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','replace','POST','nPAyN','OrkFN','cucumber','Error\x20in\x20getAccessibilityResultsSummary:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_YML','onBeforeExecute:\x20Command\x20','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','tzKDD','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','executeScriptByName:\x20No\x20','debug','thTestRunUuid','GsZRt','swHTh','evaluate','page','pPSgH','gHQnQ','RePNh',',\x20includeTags=','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Whmla','RsYom','ZhJeM','onAfterTest','\x20testHubUuid=','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','playwright-chromium','XEYaz',']\x20isEnabledTestcase\x20(jest)\x20result=','hgsJs','tMAvv','getLogDisabledShown','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','loadDriverExecuteParams','raKGp','getName','browserVersion','env','../framework/automationFramework','has','warn','PXIId','bhGeF','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','commandName','getAccessibilityConfig','Accessibility\x20data\x20for\x20extension:\x20','upnfc',']\x20Accessibility\x20configuration\x20initialized\x20successfully','getModuleName',',\x20isAppAccessibility=','ObLPu','cmSam','hDdPb',']\x20should\x20run\x20accessibility\x20value=','trim','end','AUTOMATION_SESSIONS','Page\x20','getCurrentInstanceName','measureWrapper','PERFORM_SCAN','lbybk','accessibility','_centralAuthConfigFetched','IxVNA','MghKC','JABSw','VKXRp','LJxgn','DRIVER_INIT','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','../state/hookState','KuXAT','headless','QkHMR','BROWSERSTACK_CLI_BIN_SESSION_ID','Buvtz','ESeRs','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','VBDkK','hkWIM','CVowW','[platform\x20-\x20','epmGR','nxrmn','getScriptByName','finishScanningForCli','lLRKK','toObject','No\x20summaryResults\x20found.','name','getAllData','getTestDetails','Context','stopTestCapture','ZmvKu','start','includes','stringify','__accessibilityOptions','DIFbc','ytsvl','getSuccess','dGRLg','uMgCU','registerObserver','afterTestHook','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',',\x20testName=','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','MEoeI','ZmSwe','size','isAccessibilityScriptCommand','ySZhD','LtPYX','BgWlX','ZJqNq','mKZno','getTrackedInstance','getCapabilityValue','onBeforeExecute:\x20No\x20command\x20name\x20provided','delete','error','iGMRT','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','dmUqQ','irUbu','getTestFrameworkDetail','parse','function','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','platformValidation','Error\x20in\x20getAccessibilityResults:\x20','true','VHxBB','getTestUUID','Scan\x20result:\x20','capabilitiesList','ciLGH','IbLcs','getInstance','ZciWl','performPageScan','Error\x20in\x20performScanForCli\x20for\x20script\x20','getTestId','getAccessibilityResultsSummary','70855wiYPDq','iRbxS','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','ivJXE','browser','mUURh','Error\x20checking\x20headless\x20capability:\x20','aCZAO',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','DWqKJ','testFramework',',\x20testIdentifier=','Error\x20executing\x20script\x20','8406930WcDLcp','getParamsForScanForCli'];a80_0x539c=function(){return _0x30a76f;};return a80_0x539c();}function a80_0x3107(_0x32956f,_0x5286ad){const _0x539cc5=a80_0x539c();return a80_0x3107=function(_0x310767,_0x55b70b){_0x310767=_0x310767-0x192;let _0x343876=_0x539cc5[_0x310767];return _0x343876;},a80_0x3107(_0x32956f,_0x5286ad);};module[a80_0x1cee18(0x31a)]=AccessibilityModule;
1
+ const a80_0x5586ec=a80_0x3f50;function a80_0x1962(){const _0x2c695f=['EiUXU','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','options','testhub_build_uuid','Qswvk','nAmid','hSCzq','fetchCentralAuthA11yConfig','browserstack.accessibilityOptions.wcagVersion','set','yzMPP','Processed\x20accessibility\x20caps\x20','setAccessibilityToken','browserstack_executor','oAdkG','fetchDriverExecuteParamsEvent','getTrackedInstance','scan','debug','MIAEn','QUIT','lbrFF','testInfo','measureWrapper','QcfXQ','xMZQo','GJwhi','MZyim','titlePath','zCHFk','getCapabilitiesList','PlONC','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Exception\x20in\x20isPlatformSupported:\x20','hasAccessibilityExecuteParams','yGyOG','NvVac','KEY_TESTHUB_BUILD_ID','applySendMessageToServerPatch','HiHrp','warn','vaviz','iAGis','../grpcClient','bFMaQ','setLogDisabledShown','KeWeq','eXcRJ','iZSFs','../../playwright/accessibility-helper','JsTdd','../../../helpers/performance/constants.js','getData','Accessibility\x20data\x20for\x20extension:\x20','KEY_DRIVER_HAS_URL','QjNQp','\x20result\x20for\x20','qOyGp','function',',\x20includeTags=','VkJiQ','gjNEY','name:\x20','__workerDetails','executeScriptByName','getSuccess','platformCaps','setShouldScan','getScriptsList','Error\x20getting\x20script\x20by\x20name\x20','isAppAccessibility','XdAKb','getState','30mjiXpX','capabilitiesList','jest','BStse','tfAbK','BROWSERSTACK_TESTHUB_JWT','\x22browserstack.key\x22:\x22[REDACTED]\x22','scriptsList','mergeObject','value','HFZZE','KMpJE','RxPPu','Uzoor','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','browserStackEvaluate','YtdxU','getParamsForScanForCli','ruKEp','149964ADAkcz','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','getAccessibilityResultsSummary','tmTrt','\x22browserstack.user\x22:\x22[REDACTED]\x22','PUgLa','RtxBT','error','loadDriverExecuteParams','Performing\x20scan\x20before\x20getting\x20results\x20summary','unknown',',\x20framework=','parse','qjdNR','validatePlatformForAccessibility','358767fztHeX','scannerProcessingTimeout','setAccessibilityConfig','iaXap','nfAOY','../framework/automationFramework','evaluate','PERFORM_SCAN','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','GIfzx','getCapabilityValue','lxlDd','AUTOMATION_SESSIONS','info','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','iUeal','browserName','dWScd','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','JcVVP','HEepl','name','AkFqS',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','ZIuZb','VbQjn','../cliUtils','registerObserver','latest','\x20->\x20','rFNwr','VplJN','uqsgw','getCurrentAccessibilityStatus','EDJgk','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','processAccessibilityCaps','mgSTJ','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','find','MergedScanArgs:\x20','DFStU',',\x20\x0a\x20','getName','map','TrackedInstance','onAfterTest','KEY_INIT','kOycz','8qxoojJ','goog:chromeOptions','get','AsHxU','ERxOW','JsSjK','Error\x20executing\x20script\x20','__jestCurrentTestIdentifier','DPRPt','testFrameworkData','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','format','2049988YiJidF','lfBPb','browser','accessibilityConfig','browserstack.accessibilityOptions.scannerVersion','updateData','shouldScanForCommand','scannerVersion','length','getValue','eJvuR','bFZTY','thTestRunUuid','size','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','_centralAuthA11yConfig','[AccessibilityModule]\x20onAfterTest:\x20framework=','YVBsY','isEnabled','test-tags-->\x20','TXNhO','test_run_id','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','snEsU','getResults','Error\x20in\x20getAccessibilityResultsSummary:\x20','GZXUs','PRE','../state/hookState','pwPage',',\x20excludeTags=','xgaRk','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','ascii','isPlatformSupported','Page\x20','Error\x20getting\x20capability\x20value\x20for\x20','getAccessibilityExecuteParams','../../../helpers/accessibility-automation/helper','testAnalyticsId','CREATE','qMIYq','toJson','\x20script\x20available\x20in\x20scriptsList','onBeforeExecute','toObject','ydamw','capabilities','wcagVersion','GupIz','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','SDK_ACCESSIBILITY_CONFIG','Error\x20applying\x20sendMessageToServer\x20patch:\x20','dNYog','performScanForCli','Context','Error\x20in\x20stopTestCapture:\x20','JccBn','oVDhI','stopTestCapture','QIpJo','scHxC','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','ggcUt','Error\x20checking\x20headless\x20capability:\x20','RaqCT','Error\x20in\x20initAccessibilityConfig:\x20','launchCaps','RJgad','getLogDisabledShown',',\x20testIdentifier=','stack','test_tags',',\x20isAppAccessibility=','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','\x20script\x20available','klQNS','bdnZi','TVjUZ','getAllData','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','THEWY','HfbSX','has','PxUAL','null',']\x20isEnabledTestcase\x20(cucumber)\x20result=','currentTest','getAccessibilityResults','isPlatformSupported:\x20caps\x20are\x20null','onBeforeExecute:\x20command=','NGfZD','_sendMessageServerPatchApplied','twvRu','instance','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','MODULE_NAME','5nCjNrJ','Vloli','present','Gopin','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','OVoXu','delete',']\x20isEnabledTestcase\x20(jest)\x20result=','env','yjxHF','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','commandName','wwDUo','GXksz','getGoogleChromeOptions','[platform\x20-\x20','oLjsL','finishScanningForCli','IqGJG','UzfAj','testFramework','TzPNM','toISOString','cmtZN','DHnrj','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','SAVE_RESULTS','bhvWV','getTestDetails','commandsList','\x20value=','getAccessibilityConfig','bVDVZ','isArray','wvsKX','performScan','string','WdTdL',']\x20clear\x20','HVcXH','replace','browserVersion','cFsXA','getBuildId','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','accessibilityPlatform','../framework/constants/testFrameworkConstants.js','YUKar',',\x20testName=','Error\x20in\x20processAccessibilityCaps:\x20','getInstance','wqVQN','vJitG','VGvYM','MTRsp','accessibility','cucumber','toLowerCase','assign','oUePv','qegKx','\x20testHubUuid=','15595833yEZZIu',',\x20available\x20commands:\x20','saveTestResults','10YbMpRh','shouldScanForCommand:\x20','Bxtds','InDqw','zNaIN','commandsToWrap','getContext','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','getTestFrameworkDetail','LCVQZ','message','../../../helpers/helper','../framework/testFramework','onBeforeTest','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','getCurrentInstanceName','ArjBE','some','148630szSmhg','getCommandsList','getTesthub','\x20a11yToken=','chrome','sWHWS','LOG_DISABLED_SHOWN','TqZNh','util','patchSendMessageToServer','rMsaZ','JHHXS','../../../helpers/accessibility-automation/constants','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','browserstack.accessibilityOptions.scannerProcessingTimeout','accessibilityToken','qPfWM','TEST_INIT','_centralAuthConfigFetched','stringify','KEY_TEST_NAME','Lpgff','LAfMe','../../../helpers/accessibility-automation/scripts','true','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','uLONV','includeTagsInTestingScope','\x20from\x20testIdentifier=','getAccessibility','GWMCZ','DlfIC','command','getTestId','selcY','BhvDQ','PoBat','BROWSERSTACK_CLI_BIN_SESSION_ID','getCommandsToWrap','YMNep','__accessibilityOptions','6439657LymhRq','NON_BROWSERSTACK_AUTOMATION_SESSIONS','getOptions','Executing\x20accessibility\x20script\x20on\x20page','excludeTagsInTestingScope','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','exports','xFNEn','cUrfF','ACCESSIBILITY_INITIALIZED','GZNXR','browserstack.accessibilityOptions.authToken','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','getScript','bind','saveResults','KETjM','\x20accessibility\x20script\x20on\x20page','end','EXECUTE','../../../helpers/classLogger','gHnOz','setShouldScanCurrentTest','WDFpQ','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','onBeforeExecute:\x20No\x20command\x20name\x20provided','HcqEh','Unknown\x20Test','PIHMN','POST','GYxCT','onBeforeTest:\x20event=','page','NRGhU','getPlatformIndex','isEnabledTestcase','IAXWf','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','ZiRDJ','grsTR','ihMuu','3|6|15|13|9|11|2|1|0|10|8|7|5|14|12|4','dBSUp','2196111xZZdHG','includes','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','bGjCl'];a80_0x1962=function(){return _0x2c695f;};return a80_0x1962();}(function(_0x3f135f,_0x3987a){const _0xb20ab5=a80_0x3f50,_0x392129=_0x3f135f();while(!![]){try{const _0x39ccc2=-parseInt(_0xb20ab5(0x237))/0x1*(parseInt(_0xb20ab5(0x28c))/0x2)+-parseInt(_0xb20ab5(0x126))/0x3+-parseInt(_0xb20ab5(0x1d4))/0x4+parseInt(_0xb20ab5(0x279))/0x5*(-parseInt(_0xb20ab5(0x187))/0x6)+parseInt(_0xb20ab5(0xfb))/0x7*(parseInt(_0xb20ab5(0x1c8))/0x8)+parseInt(_0xb20ab5(0x196))/0x9*(-parseInt(_0xb20ab5(0x174))/0xa)+parseInt(_0xb20ab5(0x276))/0xb;if(_0x39ccc2===_0x3987a)break;else _0x392129['push'](_0x392129['shift']());}catch(_0x2ff037){_0x392129['push'](_0x392129['shift']());}}}(a80_0x1962,0x86c84));const BaseModule=require('./baseModule'),{createClassLogger}=require(a80_0x5586ec(0x10f)),CLIUtils=require('../cliUtils'),AutomationFramework=require(a80_0x5586ec(0x19b)),TestFramework=require(a80_0x5586ec(0x285)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a80_0x5586ec(0x1f2)),GrpcClient=require(a80_0x5586ec(0x156)),scripts=require(a80_0x5586ec(0xe9)),logger=createClassLogger(a80_0x5586ec(0x1c4)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a80_0x5586ec(0x15e)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x5586ec(0xde)),{nestedKeyValue,isUndefined}=require(a80_0x5586ec(0x284)),util=require(a80_0x5586ec(0x294)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a80_0x5586ec(0x266));function a80_0x3f50(_0x322f8d,_0xd2e4d1){const _0x1962d7=a80_0x1962();return a80_0x3f50=function(_0x3f5096,_0x3c31e8){_0x3f5096=_0x3f5096-0xde;let _0x44e04d=_0x1962d7[_0x3f5096];return _0x44e04d;},a80_0x3f50(_0x322f8d,_0xd2e4d1);}class AccessibilityModule extends BaseModule{static [a80_0x5586ec(0x236)]=AccessibilityModule[a80_0x5586ec(0x1ab)];static [a80_0x5586ec(0xe4)]=![];static [a80_0x5586ec(0x1e3)]={};constructor(_0x40f208){const _0x40bd08=a80_0x5586ec,_0x2a6760={};_0x2a6760['aRRGx']=_0x40bd08(0x124),_0x2a6760[_0x40bd08(0x105)]=_0x40bd08(0x12e),_0x2a6760[_0x40bd08(0x261)]=_0x40bd08(0x280),_0x2a6760[_0x40bd08(0x293)]='DRIVER_HAS_URL',_0x2a6760[_0x40bd08(0x148)]=_0x40bd08(0x104);const _0x616ae4=_0x2a6760,_0x1d63d9=_0x616ae4['aRRGx']['split']('|');let _0x264cbc=0x0;while(!![]){switch(_0x1d63d9[_0x264cbc++]){case'0':this['isAppAccessibility']=![];continue;case'1':this[_0x40bd08(0x292)]=new Map();continue;case'2':this[_0x40bd08(0x26f)]=new Map();continue;case'3':super();continue;case'4':this[_0x40bd08(0x150)]=_0x616ae4[_0x40bd08(0x105)];continue;case'5':logger[_0x40bd08(0x13d)](_0x616ae4[_0x40bd08(0x261)]);continue;case'6':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x40bd08(0x10e)],HookState['PRE'],this['onBeforeExecute'][_0x40bd08(0x109)](this));continue;case'7':this[_0x40bd08(0x137)](_0x40f208[_0x40bd08(0xfd)]()[_0x40bd08(0x149)]());continue;case'8':this[_0x40bd08(0x232)]=![];continue;case'9':this[_0x40bd08(0x1e6)]=!![];continue;case'10':this[_0x40bd08(0x205)]=[];continue;case'11':this[_0x40bd08(0x1d7)]=_0x40f208[_0x40bd08(0x203)]();continue;case'12':this[_0x40bd08(0x161)]=_0x616ae4[_0x40bd08(0x293)];continue;case'13':AutomationFramework[_0x40bd08(0x1b1)](AutomationFrameworkState[_0x40bd08(0x13f)],HookState[_0x40bd08(0x1f1)],this[_0x40bd08(0x1c5)][_0x40bd08(0x109)](this));continue;case'14':this[_0x40bd08(0x1c6)]=_0x616ae4[_0x40bd08(0x148)];continue;case'15':AutomationFramework[_0x40bd08(0x1b1)](AutomationFrameworkState[_0x40bd08(0x1fe)],HookState[_0x40bd08(0x118)],this['onBeforeTest'][_0x40bd08(0x109)](this));continue;}break;}}[a80_0x5586ec(0x1e6)](){const _0x57f915=a80_0x5586ec;return this[_0x57f915(0x1e6)];}['getModuleName'](){const _0x2cef51=a80_0x5586ec;return AccessibilityModule[_0x2cef51(0x236)];}[a80_0x5586ec(0x1b7)](){const _0x43c33a=a80_0x5586ec;return this['accessibility']['get'](CLIUtils[_0x43c33a(0x289)](),![]);}[a80_0x5586ec(0x21b)](){const _0x251fbf=a80_0x5586ec;return this[_0x251fbf(0x292)][_0x251fbf(0x1ca)](CLIUtils[_0x251fbf(0x289)](),![]);}[a80_0x5586ec(0x158)](_0x4ef07e){const _0x1cc4f1=a80_0x5586ec;this[_0x1cc4f1(0x292)][_0x1cc4f1(0x134)](CLIUtils[_0x1cc4f1(0x289)](),_0x4ef07e);}['applySendMessageToServerPatch'](){const _0x511425=a80_0x5586ec,_0x412551={'bFZTY':_0x511425(0x1ec),'MRTix':function(_0x373aeb,_0x9a797c){return _0x373aeb(_0x9a797c);},'KETjM':'../../utils/playwright-patcher','vJitG':_0x511425(0x250),'QIpJo':_0x511425(0x1a8)};if(this['_sendMessageServerPatchApplied']){logger['debug'](_0x412551[_0x511425(0x1df)]);return;}try{const _0x10cd63=_0x412551['MRTix'](require,_0x412551[_0x511425(0x10b)]);_0x10cd63&&_0x10cd63['patchSendMessageToServer']?(_0x10cd63[_0x511425(0x295)](),this['_sendMessageServerPatchApplied']=!![],logger['debug'](_0x412551[_0x511425(0x26c)])):logger[_0x511425(0x13d)](_0x412551[_0x511425(0x212)]);}catch(_0x4619e1){logger[_0x511425(0x13d)](_0x511425(0x20a)+util[_0x511425(0x1d3)](_0x4619e1));}}[a80_0x5586ec(0x1f8)](_0x2ee3dc=null,_0x2ab92c=null,_0x15a1d1=null){const _0x3ad46f=a80_0x5586ec,_0x13d5cc={'GApQG':function(_0x4b76b4,_0x20762e){return _0x4b76b4&&_0x20762e;},'ZIuZb':_0x3ad46f(0x22f),'MBTDp':function(_0x1d236d,_0x2c874b){return _0x1d236d(_0x2c874b);},'JccBn':_0x3ad46f(0x1fc),'lfBPb':function(_0x3a49da,_0x12458f){return _0x3a49da(_0x12458f);},'bdnZi':'../../../helpers/helper','VbQjn':function(_0x598e59){return _0x598e59();},'snEsU':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','tmTrt':function(_0x55cb58,_0x5c6b30){return _0x55cb58===_0x5c6b30;},'ihMuu':_0x3ad46f(0x290),'bhvWV':function(_0x492948,_0x40093e){return _0x492948===_0x40093e;},'gHnOz':'playwright-chromium','bHuLn':_0x3ad46f(0x263),'GWMCZ':function(_0x2599c3,_0x50875){return _0x2599c3===_0x50875;},'iAGis':function(_0x1a6c07,_0x379e82){return _0x1a6c07===_0x379e82;},'scHxC':_0x3ad46f(0xea),'grsTR':function(_0x457b33,_0x13a878){return _0x457b33===_0x13a878;},'qegKx':_0x3ad46f(0x25b),'drQkj':function(_0x1e79be,_0x5f5735){return _0x1e79be===_0x5f5735;},'HcqEh':_0x3ad46f(0x1b9),'KkQLx':function(_0x1120c5){return _0x1120c5();},'MIAEn':function(_0x5f03b2,_0x18db83){return _0x5f03b2>_0x18db83;},'dNYog':function(_0x3555e0,_0x7d36f8){return _0x3555e0(_0x7d36f8);},'uqsgw':function(_0x57fe0d,_0x55fe3e){return _0x57fe0d(_0x55fe3e);},'THEWY':_0x3ad46f(0x214),'ZiRDJ':function(_0x45f3ea,_0xe9c1f9){return _0x45f3ea!==_0xe9c1f9;},'VplJN':_0x3ad46f(0x1b2),'eXcRJ':function(_0x15fa25,_0x17580b){return _0x15fa25(_0x17580b);},'QjNQp':function(_0x53b01a,_0x23e1b8){return _0x53b01a(_0x23e1b8);},'NGfZD':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x13d5cc['GApQG'](!_0x2ab92c,!_0x15a1d1))return logger[_0x3ad46f(0x13d)](_0x13d5cc[_0x3ad46f(0x1ae)]),![];const {isAccessibilityAutomationSession:_0x192dc4}=_0x13d5cc['MBTDp'](require,_0x13d5cc[_0x3ad46f(0x20f)]),{isUndefined:_0x173724,isBrowserstackInfra:_0x3c11f9}=_0x13d5cc[_0x3ad46f(0x1d5)](require,_0x13d5cc[_0x3ad46f(0x223)]);if(!_0x13d5cc[_0x3ad46f(0x1af)](_0x192dc4))return logger[_0x3ad46f(0x13d)](_0x13d5cc[_0x3ad46f(0x1ed)]),![];if(!(_0x2ab92c['browserName']&&_0x13d5cc[_0x3ad46f(0x18a)](_0x2ab92c[_0x3ad46f(0x1a6)][_0x3ad46f(0x271)](),_0x13d5cc[_0x3ad46f(0x123)])||_0x2ab92c[_0x3ad46f(0x1a6)]&&_0x13d5cc[_0x3ad46f(0x252)](_0x2ab92c[_0x3ad46f(0x1a6)][_0x3ad46f(0x271)](),_0x13d5cc[_0x3ad46f(0x110)])||_0x2ab92c[_0x3ad46f(0x1d6)]&&_0x13d5cc[_0x3ad46f(0x252)](_0x2ab92c[_0x3ad46f(0x1d6)][_0x3ad46f(0x271)](),_0x13d5cc[_0x3ad46f(0x123)])||_0x2ab92c[_0x3ad46f(0x1d6)]&&_0x13d5cc[_0x3ad46f(0x18a)](_0x2ab92c['browser'][_0x3ad46f(0x271)](),_0x13d5cc['gHnOz'])))return logger[_0x3ad46f(0x153)](_0x13d5cc['bHuLn']),![];try{const _0x295321=_0x2ab92c['headless'],_0x4628d4=_0x13d5cc[_0x3ad46f(0xf0)](_0x295321,!![])||_0x13d5cc[_0x3ad46f(0x155)](_0x295321,_0x13d5cc[_0x3ad46f(0x213)])||_0x13d5cc[_0x3ad46f(0x122)](typeof _0x295321,_0x13d5cc[_0x3ad46f(0x274)])&&_0x13d5cc['drQkj'](_0x295321[_0x3ad46f(0x271)](),_0x13d5cc[_0x3ad46f(0x213)]);if(_0x4628d4)return logger[_0x3ad46f(0x153)](_0x13d5cc[_0x3ad46f(0x115)]),![];}catch(_0x2058e7){logger[_0x3ad46f(0x13d)](_0x3ad46f(0x216)+util['format'](_0x2058e7));}if(!_0x13d5cc['KkQLx'](_0x3c11f9)){if(!_0x13d5cc[_0x3ad46f(0x13e)](_0x13d5cc[_0x3ad46f(0x20b)](parseFloat,_0x2ab92c[_0x3ad46f(0x260)]),_0x13d5cc[_0x3ad46f(0x1b6)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger[_0x3ad46f(0x153)](_0x13d5cc[_0x3ad46f(0x227)]),![];}else{if(_0x13d5cc[_0x3ad46f(0x121)](_0x2ab92c[_0x3ad46f(0x260)],_0x13d5cc[_0x3ad46f(0x1b5)])&&!_0x13d5cc['MIAEn'](_0x13d5cc[_0x3ad46f(0x15a)](parseFloat,_0x2ab92c[_0x3ad46f(0x260)]),_0x13d5cc[_0x3ad46f(0x162)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x3ad46f(0x153)](_0x13d5cc[_0x3ad46f(0x231)]),![];}return!![];}catch(_0x32a835){return logger[_0x3ad46f(0x13d)](_0x3ad46f(0x14c)+_0x32a835[_0x3ad46f(0x283)]),![];}}[a80_0x5586ec(0x11e)](_0x101ff2=[],_0x1805c0,_0x11e8d5='cucumber'){const _0x4782b4=a80_0x5586ec,_0x20b998={'yGyOG':function(_0x999705,_0x7e0965){return _0x999705===_0x7e0965;},'RJgad':_0x4782b4(0x176),'bGjCl':function(_0x2f33c5,_0x198f8f){return _0x2f33c5||_0x198f8f;},'oAdkG':function(_0x132557,_0x2f8525){return _0x132557===_0x2f8525;},'QslAk':function(_0x2e9ae0,_0x403042){return _0x2e9ae0&&_0x403042;},'selcY':_0x4782b4(0x191),'jZxkq':function(_0x146191,_0x134e1a){return _0x146191(_0x134e1a);},'ElXnk':function(_0x2f8956,_0x43fcfa){return _0x2f8956>_0x43fcfa;},'xgaRk':function(_0x4c3007,_0x2a057b){return _0x4c3007&&_0x2a057b;}};try{const _0xa82164=process[_0x4782b4(0x23f)][_0x4782b4(0x208)]?JSON['parse'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0xa82164)return!![];const _0x7cb40f=Array['isArray'](_0xa82164['includeTagsInTestingScope'])?_0xa82164[_0x4782b4(0xed)]:[],_0x56d7f4=Array[_0x4782b4(0x258)](_0xa82164['excludeTagsInTestingScope'])?_0xa82164[_0x4782b4(0xff)]:[];if(_0x20b998[_0x4782b4(0x14e)](_0x11e8d5,_0x20b998[_0x4782b4(0x21a)])){let _0x415ce2;Array[_0x4782b4(0x258)](_0x101ff2)?_0x415ce2=_0x101ff2['join']('\x20'):_0x415ce2=_0x20b998[_0x4782b4(0x12a)](_0x101ff2,'');const _0x1f2a6c=_0x56d7f4['some'](_0x16f04c=>_0x415ce2[_0x4782b4(0x127)](_0x16f04c)),_0x113ae7=_0x20b998['oAdkG'](_0x7cb40f['length'],0x0)||_0x7cb40f[_0x4782b4(0x28b)](_0x572beb=>_0x415ce2['includes'](_0x572beb)),_0x1f0927=_0x20b998['QslAk'](!_0x1f2a6c,_0x113ae7);return logger['debug'](_0x4782b4(0x246)+(_0x1805c0?.[_0x4782b4(0x11d)]?.()||_0x20b998[_0x4782b4(0xf4)])+_0x4782b4(0x23e)+_0x1f0927+_0x4782b4(0x268)+_0x415ce2+_0x4782b4(0x166)+JSON['stringify'](_0x7cb40f)+_0x4782b4(0x1f4)+JSON['stringify'](_0x56d7f4)),_0x1f0927;}const _0x536202=Array['isArray'](_0x101ff2)?_0x101ff2:[];let _0x356fdf=![],_0x51e874=_0x20b998[_0x4782b4(0x139)](_0x7cb40f[_0x4782b4(0x1dc)],0x0);const _0x5ac70a=_0x5ecd95=>typeof _0x5ecd95==='string'?_0x5ecd95[_0x4782b4(0x25f)](/^@/,'')[_0x4782b4(0x271)]()['trim']():_0x5ecd95,_0x3c0562=new Set(_0x7cb40f[_0x4782b4(0x1c3)](_0x5ac70a)),_0x40e172=new Set(_0x56d7f4[_0x4782b4(0x1c3)](_0x5ac70a));for(const _0x34fd4f of _0x536202){const _0x3d5ed1=_0x20b998['jZxkq'](_0x5ac70a,_0x34fd4f);_0x40e172[_0x4782b4(0x229)](_0x3d5ed1)&&(_0x356fdf=!![]),_0x20b998['ElXnk'](_0x3c0562[_0x4782b4(0x1e1)],0x0)&&_0x3c0562[_0x4782b4(0x229)](_0x3d5ed1)&&(_0x51e874=!![]);}const _0x346b4d=_0x20b998[_0x4782b4(0x1f5)](_0x51e874,!_0x356fdf);return logger[_0x4782b4(0x13d)](_0x4782b4(0x246)+(_0x1805c0?.['getPlatformIndex']?.()||_0x20b998[_0x4782b4(0xf4)])+_0x4782b4(0x22c)+_0x346b4d+',\x20tags='+JSON[_0x4782b4(0xe5)](_0x536202)+_0x4782b4(0x166)+JSON[_0x4782b4(0xe5)](_0x7cb40f)+_0x4782b4(0x1f4)+JSON['stringify'](_0x56d7f4)),_0x346b4d;}catch(_0x1ef699){return logger[_0x4782b4(0x13d)]('[platform\x20-\x20'+(_0x1805c0?.[_0x4782b4(0x11d)]?.()||_0x20b998['selcY'])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x1ef699[_0x4782b4(0x283)]),![];}}async[a80_0x5586ec(0x286)](_0x30d076){const _0x266432=a80_0x5586ec,_0x3c50c0={};_0x3c50c0[_0x266432(0x238)]=function(_0x4a7236,_0x17f7f3){return _0x4a7236!==_0x17f7f3;},_0x3c50c0[_0x266432(0x28a)]=_0x266432(0x270),_0x3c50c0['RtxBT']=_0x266432(0x176),_0x3c50c0[_0x266432(0x194)]=_0x266432(0x1d2),_0x3c50c0[_0x266432(0x135)]=_0x266432(0xe3),_0x3c50c0[_0x266432(0x1ac)]=_0x266432(0x188),_0x3c50c0[_0x266432(0x15b)]=_0x266432(0xdf),_0x3c50c0['TVjUZ']='DRIVER_INIT',_0x3c50c0['Gopin']=function(_0x34187a,_0x1fdccf){return _0x34187a===_0x1fdccf;},_0x3c50c0['DPRPt']='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x3c50c0[_0x266432(0x1b8)]=function(_0x5146a,_0x1c226f){return _0x5146a===_0x1c226f;},_0x3c50c0[_0x266432(0x1cb)]=_0x266432(0x116),_0x3c50c0['MkDWB']=function(_0x38ecf8,_0x57cd90){return _0x38ecf8>_0x57cd90;},_0x3c50c0[_0x266432(0xf1)]=_0x266432(0x165),_0x3c50c0[_0x266432(0x273)]=_0x266432(0x21e),_0x3c50c0[_0x266432(0x257)]=function(_0x41996e,_0x366934){return _0x41996e&&_0x366934;},_0x3c50c0[_0x266432(0xe7)]=_0x266432(0x191),_0x3c50c0[_0x266432(0x27c)]=_0x266432(0xea);const _0x4f804a=_0x3c50c0;if(_0x4f804a[_0x266432(0x238)](_0x30d076[_0x266432(0x24b)],_0x4f804a[_0x266432(0x28a)])&&_0x4f804a[_0x266432(0x238)](_0x30d076[_0x266432(0x24b)],_0x4f804a[_0x266432(0x18d)])){logger[_0x266432(0x13d)](_0x4f804a[_0x266432(0x194)]);return;}logger['info'](_0x266432(0x11a)+JSON[_0x266432(0xe5)](_0x30d076));try{const _0x182257=AutomationFramework[_0x266432(0x13b)](),_0x5c5b59=TestFramework['getTrackedInstance'](),_0x5c724b=_0x30d076[_0x266432(0x11b)]||global['__workerDetails']?.['pwPage']||null;if(!_0x5c724b){_0x5c5b59&&_0x5c5b59[_0x266432(0x1d9)](_0x4f804a[_0x266432(0x135)],!![]);logger[_0x266432(0x13d)](_0x4f804a[_0x266432(0x1ac)]);return;}logger[_0x266432(0x13d)](_0x4f804a[_0x266432(0x15b)]);const _0x50bfb9=_0x5c5b59?.[_0x266432(0x15f)](_0x4f804a[_0x266432(0x224)],![]),_0x261f4d=_0x5c5b59?.['getData'](_0x4f804a[_0x266432(0x135)],![]);if(_0x4f804a['Gopin'](_0x50bfb9,![])&&_0x4f804a[_0x266432(0x23a)](_0x261f4d,![])){_0x5c5b59&&_0x5c5b59[_0x266432(0x1d9)](_0x4f804a['TVjUZ'],!![]);logger[_0x266432(0x13d)](_0x4f804a[_0x266432(0x1d0)]);return;}_0x5c5b59&&_0x5c5b59['updateData'](_0x4f804a['yzMPP'],!![]);let _0x12300f,_0x57605d;const _0x3a83d2=_0x30d076[_0x266432(0x24b)]||_0x4f804a['ArjBE'];if(_0x4f804a[_0x266432(0x1b8)](_0x3a83d2,_0x4f804a[_0x266432(0x18d)])){_0x57605d=_0x30d076[_0x266432(0x141)]?.[_0x266432(0x1fd)]||_0x30d076[_0x266432(0x141)]?.['id']||global['__jestCurrentTestIdentifier']||global['__workerDetails']?.['currentTest']?.[_0x266432(0x1fd)]||global[_0x266432(0x16a)]?.['currentTest']?.['id'];const _0x3d0e64=_0x5c5b59?.[_0x266432(0x225)]()?.['get'](_0x57605d);if(_0x3d0e64&&_0x3d0e64[TestFrameworkConstants[_0x266432(0xe6)]])_0x12300f=_0x3d0e64[TestFrameworkConstants[_0x266432(0xe6)]];else{if(_0x30d076[_0x266432(0x141)]?.['titlePath'])_0x12300f=_0x30d076[_0x266432(0x141)][_0x266432(0x147)];else global[_0x266432(0x16a)]?.[_0x266432(0x22d)]?.[_0x266432(0x141)]?.[_0x266432(0x147)]?_0x12300f=global['__workerDetails'][_0x266432(0x22d)][_0x266432(0x141)][_0x266432(0x147)]:_0x12300f=_0x4f804a['AsHxU'];}logger[_0x266432(0x13d)](_0x266432(0x1f6)+_0x57605d+_0x266432(0x268)+JSON[_0x266432(0xe5)](_0x12300f));}else{_0x57605d=this['getTestId'](_0x30d076);const _0x23f6ab=TestInfo[_0x266432(0x253)](_0x57605d);let _0x5794fd=[];if(_0x23f6ab&&Array[_0x266432(0x258)](_0x23f6ab['test_tags'])&&_0x4f804a['MkDWB'](_0x23f6ab[_0x266432(0x21e)][_0x266432(0x1dc)],0x0))_0x5794fd=_0x23f6ab[_0x266432(0x21e)];else{if(_0x5c5b59){const _0x24d6d6=_0x4f804a[_0x266432(0x1b8)](typeof _0x5c5b59['getData'],_0x4f804a[_0x266432(0xf1)])?_0x5c5b59[_0x266432(0x15f)](_0x4f804a[_0x266432(0x273)],[]):_0x5c5b59[_0x266432(0x21e)]||[];Array[_0x266432(0x258)](_0x24d6d6)&&(_0x5794fd=_0x24d6d6);}}_0x12300f=_0x5794fd;}logger[_0x266432(0x1a3)](_0x266432(0x1e7)+JSON[_0x266432(0xe5)](_0x12300f));const _0x4f77b5=this['isPlatformSupported'](_0x182257,_0x30d076[_0x266432(0x16d)],_0x30d076[_0x266432(0x219)]);logger[_0x266432(0x13d)](_0x266432(0x241)+_0x4f77b5+_0x266432(0x21f)+this[_0x266432(0x171)]);const _0x4fd3d8=this[_0x266432(0x11e)](_0x12300f,_0x182257,_0x3a83d2),_0x576558=_0x4f804a[_0x266432(0x257)](_0x4f77b5,_0x4fd3d8),_0x1d7162=CLIUtils[_0x266432(0x289)]();this['accessibility'][_0x266432(0x134)](_0x1d7162,_0x576558),global[_0x266432(0x20d)]?.[_0x266432(0x27f)]&&global[_0x266432(0x20d)][_0x266432(0x27f)]()[_0x266432(0x16e)](_0x576558),logger['debug'](_0x266432(0x246)+(_0x182257?.[_0x266432(0x11d)]?.()||_0x4f804a[_0x266432(0xe7)])+']\x20should\x20run\x20accessibility\x20value='+_0x576558),_0x576558?(global['accessibilityPlatform']=!![],process[_0x266432(0x23f)][_0x266432(0x14b)]=_0x4f804a[_0x266432(0x27c)],this[_0x266432(0x151)]()):global['accessibilityPlatform']=![];}catch(_0x46cc6b){logger['error']('Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20'+(_0x46cc6b[_0x266432(0x21d)]||_0x46cc6b[_0x266432(0x283)]));const _0x14306d=CLIUtils[_0x266432(0x289)]();this[_0x266432(0x26f)][_0x266432(0x134)](_0x14306d,![]),global[_0x266432(0x265)]=![];}}[a80_0x5586ec(0x245)](){const _0x5bd5c1=a80_0x5586ec;return this[_0x5bd5c1(0x205)][_0x5bd5c1(0x1be)](_0x3026fb=>_0x3026fb[_0x5bd5c1(0x1c2)]()===_0x5bd5c1(0x1c9))?.[_0x5bd5c1(0x1dd)]()||'';}[a80_0x5586ec(0x1a0)](_0xf5d3d){const _0xb9ef1b=a80_0x5586ec;try{const _0x59bb77=this[_0xb9ef1b(0x1d7)]?.['options']?.[_0xb9ef1b(0x175)]||[],_0xf15d87=_0x59bb77[_0xb9ef1b(0x1be)](_0x559361=>_0x559361[_0xb9ef1b(0x1ab)]===_0xf5d3d);return _0xf15d87?_0xf15d87[_0xb9ef1b(0x17d)]:null;}catch(_0x2f2cec){return logger[_0xb9ef1b(0x13d)](_0xb9ef1b(0x1fa)+_0xf5d3d+':\x20'+_0x2f2cec[_0xb9ef1b(0x283)]),null;}}async['setAccessibilityConfig'](_0x54c151,_0xaa7ca0){const _0x17304d=a80_0x5586ec,_0x44de0d=_0x54c151[_0x17304d(0xef)]()['getOptions'](),_0x3db5d3=_0x44de0d[_0x17304d(0x16f)](),_0x722427=_0x44de0d[_0x17304d(0xf8)]()?.[_0x17304d(0x28d)]();scripts['parseFromProto'](_0x3db5d3,_0x722427),scripts[_0x17304d(0x200)]();const _0x54bfae=_0x44de0d[_0x17304d(0x149)]();this[_0x17304d(0x205)]=_0x44de0d[_0x17304d(0x149)](),await this['setAccessibilityToken'](_0x54bfae,_0xaa7ca0[_0x17304d(0x219)]);}async['setAccessibilityToken'](_0x1090c6,_0x25790f={}){const _0x2f124f=a80_0x5586ec,_0x488ded={};_0x488ded[_0x2f124f(0x233)]=function(_0x3444e5,_0x4478f8){return _0x3444e5===_0x4478f8;},_0x488ded[_0x2f124f(0x140)]=_0x2f124f(0xe1),_0x488ded['CZAMJ']=_0x2f124f(0x106),_0x488ded[_0x2f124f(0x11c)]=_0x2f124f(0x206),_0x488ded['MTRsp']=_0x2f124f(0x133),_0x488ded[_0x2f124f(0x102)]=function(_0x2ba0ff,_0x2151da){return _0x2ba0ff===_0x2151da;},_0x488ded[_0x2f124f(0x12b)]=_0x2f124f(0x1db),_0x488ded[_0x2f124f(0x210)]=_0x2f124f(0x1d8),_0x488ded[_0x2f124f(0x144)]=function(_0x2cf9b4,_0xde9240){return _0x2cf9b4===_0xde9240;},_0x488ded[_0x2f124f(0x228)]=_0x2f124f(0x197),_0x488ded['iUeal']=_0x2f124f(0xe0);const _0x138a3f=_0x488ded;global[_0x2f124f(0xfa)]=global[_0x2f124f(0xfa)]||{};for(const _0x126762 of _0x1090c6){logger[_0x2f124f(0x1a3)](_0x2f124f(0x169)+_0x126762['getName']()+_0x2f124f(0x255)+_0x126762[_0x2f124f(0x1dd)]());if(_0x138a3f['twvRu'](_0x126762[_0x2f124f(0x1c2)](),_0x138a3f[_0x2f124f(0x140)]))process['env']['BS_A11Y_JWT']=_0x126762[_0x2f124f(0x1dd)](),global[_0x2f124f(0xfa)][_0x138a3f['CZAMJ']]=_0x126762['getValue']();else{if(_0x138a3f['twvRu'](_0x126762[_0x2f124f(0x1c2)](),_0x138a3f[_0x2f124f(0x11c)]))global['__accessibilityOptions'][_0x138a3f[_0x2f124f(0x26e)]]=_0x126762[_0x2f124f(0x1dd)]();else{if(_0x138a3f[_0x2f124f(0x102)](_0x126762[_0x2f124f(0x1c2)](),_0x138a3f[_0x2f124f(0x12b)]))global[_0x2f124f(0xfa)][_0x138a3f[_0x2f124f(0x210)]]=_0x126762[_0x2f124f(0x1dd)]();else _0x138a3f[_0x2f124f(0x144)](_0x126762[_0x2f124f(0x1c2)](),_0x138a3f[_0x2f124f(0x228)])&&(global[_0x2f124f(0xfa)][_0x138a3f[_0x2f124f(0x1a5)]]=_0x126762['getValue']());}}}}async[a80_0x5586ec(0x1c5)](_0x102247){const _0x194f6e=a80_0x5586ec,_0x545334={};_0x545334[_0x194f6e(0x159)]=function(_0x1bb54a,_0x4da0a6){return _0x1bb54a!==_0x4da0a6;},_0x545334[_0x194f6e(0x249)]='cucumber',_0x545334[_0x194f6e(0x125)]=_0x194f6e(0x176),_0x545334['vaviz']='onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x545334[_0x194f6e(0x259)]=_0x194f6e(0x191);const _0x499cc9=_0x545334;if(_0x499cc9['KeWeq'](_0x102247['testFramework'],_0x499cc9[_0x194f6e(0x249)])&&_0x499cc9[_0x194f6e(0x159)](_0x102247[_0x194f6e(0x24b)],_0x499cc9['dBSUp'])){logger[_0x194f6e(0x13d)](_0x499cc9[_0x194f6e(0x154)]);return;}const _0x30082e=_0x102247['testInfo']?.[_0x194f6e(0x1fd)]||_0x102247[_0x194f6e(0x141)]?.['id']||global[_0x194f6e(0x1cf)];logger['info'](_0x194f6e(0x1e4)+_0x102247[_0x194f6e(0x24b)]+_0x194f6e(0x21c)+_0x30082e);try{const _0xa578d1=_0x102247[_0x194f6e(0x234)]||AutomationFramework['getTrackedInstance'](),_0x10712d=CLIUtils[_0x194f6e(0x289)](),_0x173bf0=this[_0x194f6e(0x1b7)]();logger[_0x194f6e(0x13d)](_0x194f6e(0x246)+(_0xa578d1?.[_0x194f6e(0x11d)]?.()||_0x499cc9[_0x194f6e(0x259)])+']\x20onAfterTest\x20should\x20scan='+_0x173bf0),_0x173bf0&&await this['stopTestCapture'](_0xa578d1,_0x102247),this[_0x194f6e(0x26f)][_0x194f6e(0x23d)](_0x10712d),this[_0x194f6e(0x292)]['delete'](_0x10712d);}catch(_0x54de03){logger['error'](_0x194f6e(0x220)+(_0x54de03[_0x194f6e(0x21d)]||_0x54de03['message']));}}async[a80_0x5586ec(0x211)](_0x3f3f4a,_0x497c0d){const _0x17ca44=a80_0x5586ec,_0x462e50={};_0x462e50[_0x17ca44(0x11f)]=function(_0x5d8f89,_0x295d7c){return _0x5d8f89===_0x295d7c;},_0x462e50['iaXap']=_0x17ca44(0x165),_0x462e50[_0x17ca44(0xf9)]=_0x17ca44(0x176),_0x462e50[_0x17ca44(0x204)]=_0x17ca44(0x270),_0x462e50['lxlDd']=function(_0x84a1cb,_0x4af5f6){return _0x84a1cb===_0x4af5f6;},_0x462e50[_0x17ca44(0xe2)]='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x462e50[_0x17ca44(0x15d)]=_0x17ca44(0x26f),_0x462e50['yjxHF']=_0x17ca44(0x10a),_0x462e50[_0x17ca44(0x282)]=_0x17ca44(0x191),_0x462e50[_0x17ca44(0xec)]=_0x17ca44(0x239),_0x462e50[_0x17ca44(0xf5)]=_0x17ca44(0x22b),_0x462e50[_0x17ca44(0x267)]=function(_0x3826a0,_0xe76426){return _0x3826a0||_0xe76426;},_0x462e50[_0x17ca44(0x1ff)]=function(_0x40012e,_0x528561){return _0x40012e||_0x528561;},_0x462e50[_0x17ca44(0x24e)]=_0x17ca44(0x1a2),_0x462e50[_0x17ca44(0x164)]=_0x17ca44(0xfc);const _0x4dbfb5=_0x462e50;try{const _0x55164c=_0x497c0d['testFramework']||(_0x4dbfb5['IAXWf'](this[_0x17ca44(0x1d1)]?.[_0x17ca44(0x1ab)]?.['toLowerCase'](),_0x4dbfb5[_0x17ca44(0xf9)])?_0x4dbfb5[_0x17ca44(0xf9)]:_0x4dbfb5['ydamw']);let _0x4d4bf1='',_0x1302a2=null,_0x5c3e39=null;if(_0x4dbfb5[_0x17ca44(0x1a1)](_0x55164c,_0x4dbfb5[_0x17ca44(0xf9)])){_0x1302a2=_0x497c0d[_0x17ca44(0x141)]?.[_0x17ca44(0x1fd)]||_0x497c0d[_0x17ca44(0x141)]?.['id']||global[_0x17ca44(0x1cf)];if(!_0x1302a2){logger[_0x17ca44(0x153)](_0x4dbfb5[_0x17ca44(0xe2)]);return;}try{const _0x1c053e=await GrpcClient[_0x17ca44(0x26a)]()[_0x17ca44(0x13a)](process[_0x17ca44(0x23f)][_0x17ca44(0xf7)],_0x4dbfb5[_0x17ca44(0x15d)],_0x4dbfb5[_0x17ca44(0x240)],_0x1302a2),_0x1053bc=AccessibilityModule[_0x17ca44(0x18f)](null,_0x1c053e);_0x4d4bf1=_0x1053bc?.['thTestRunUuid']||'',logger[_0x17ca44(0x13d)](_0x17ca44(0x100)+_0x4d4bf1+_0x17ca44(0xee)+_0x1302a2),_0x5c3e39=_0x1c053e;}catch(_0x46350b){logger[_0x17ca44(0x18e)](_0x17ca44(0x1e2)+_0x46350b[_0x17ca44(0x283)]);return;}}else{const _0x406c25=this[_0x17ca44(0xf3)](_0x497c0d);_0x4d4bf1=TestInfo['getTestUUID'](_0x406c25);}const _0x25302a=((()=>{const _0xf914bb=_0x17ca44,_0x20c9de=(this['accessibilityConfig']?.['options']?.[_0xf914bb(0x175)]||[])[_0xf914bb(0x1be)](_0x37c3ea=>(typeof _0x37c3ea['getName']===_0xf914bb(0x165)?_0x37c3ea[_0xf914bb(0x1c2)]():_0x37c3ea['name'])===this[_0xf914bb(0x150)]);return _0x20c9de?_0x4dbfb5[_0xf914bb(0x11f)](typeof _0x20c9de[_0xf914bb(0x1dd)],_0x4dbfb5[_0xf914bb(0x199)])?_0x20c9de[_0xf914bb(0x1dd)]():_0x20c9de[_0xf914bb(0x17d)]:'';})()),_0x5fbe63=process[_0x17ca44(0x23f)][_0x17ca44(0x179)]||'';logger[_0x17ca44(0x13d)](_0x17ca44(0x246)+(_0x3f3f4a?.[_0x17ca44(0x11d)]?.()||_0x4dbfb5[_0x17ca44(0x282)])+_0x17ca44(0x25d)+_0x4d4bf1+_0x17ca44(0x275)+_0x25302a+_0x17ca44(0x28f)+(_0x5fbe63?_0x4dbfb5[_0x17ca44(0xec)]:_0x4dbfb5['BhvDQ']));let _0x257ae9;if(_0x4dbfb5[_0x17ca44(0x1a1)](_0x55164c,_0x4dbfb5['YMNep']))_0x257ae9=AccessibilityModule['loadDriverExecuteParams'](_0x4d4bf1,_0x5c3e39);else{const _0x15a5b0=await GrpcClient[_0x17ca44(0x26a)]()['fetchDriverExecuteParamsEvent'](process[_0x17ca44(0x23f)][_0x17ca44(0xf7)],_0x4dbfb5[_0x17ca44(0x15d)],_0x4dbfb5[_0x17ca44(0x240)]);_0x257ae9=AccessibilityModule[_0x17ca44(0x18f)](_0x4d4bf1,_0x15a5b0);}logger[_0x17ca44(0x13d)](_0x17ca44(0x160)+JSON[_0x17ca44(0xe5)](_0x257ae9));const _0x2316e8=Object[_0x17ca44(0x272)]({},{'thTestRunUuid':_0x4dbfb5[_0x17ca44(0x267)](_0x4d4bf1,''),'thBuildUuid':_0x4dbfb5['qMIYq'](_0x25302a,''),'thJwtToken':_0x4dbfb5['YUKar'](_0x5fbe63,'')},_0x257ae9);logger['debug'](_0x17ca44(0x288)+_0x4d4bf1+_0x17ca44(0x21f)+this[_0x17ca44(0x171)]);let _0x32589f=global['__workerDetails']?.[_0x17ca44(0x1f3)]||null;!_0x32589f&&(_0x32589f=AutomationFramework[_0x17ca44(0x173)](_0x3f3f4a,_0x4dbfb5[_0x17ca44(0x24e)],null)),!_0x32589f&&(_0x32589f=AutomationFramework[_0x17ca44(0x173)](_0x3f3f4a,_0x4dbfb5['qOyGp'],null)),await this[_0x17ca44(0x248)](this[_0x17ca44(0x1b7)](),_0x4d4bf1,_0x32589f,_0x2316e8,this[_0x17ca44(0x171)]);}catch(_0x5e7ff4){logger[_0x17ca44(0x18e)](_0x17ca44(0x20e)+(_0x5e7ff4[_0x17ca44(0x21d)]||_0x5e7ff4[_0x17ca44(0x283)]));}}async[a80_0x5586ec(0x248)](_0x4003e0,_0x3570b0,_0x19d525,_0x3d4955,_0xb351c1){const _0x1da730=a80_0x5586ec,_0x19b885={};_0x19b885[_0x1da730(0x184)]=_0x1da730(0x10a),_0x19b885[_0x1da730(0x12f)]=function(_0x1547ee,_0x148a8e){return _0x1547ee&&_0x148a8e;},_0x19b885[_0x1da730(0x17e)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x19b885[_0x1da730(0x243)]=function(_0x23fd8c,_0x489b97){return _0x23fd8c===_0x489b97;},_0x19b885[_0x1da730(0x130)]=_0x1da730(0x22b),_0x19b885[_0x1da730(0x1a9)]=function(_0x13f07f,_0x1b40dd){return _0x13f07f===_0x1b40dd;},_0x19b885[_0x1da730(0x1a7)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x19b885['LAfMe']='Performing\x20scan\x20before\x20from\x20cli',_0x19b885[_0x1da730(0x24f)]='afterTestHook',_0x19b885['DdHvs']=_0x1da730(0x13c),_0x19b885[_0x1da730(0x25e)]=_0x1da730(0x1ba),_0x19b885['RaqCT']='a11y:save-results',_0x19b885['eJvuR']=_0x1da730(0x1a4);const _0xe01e5e=_0x19b885;try{const _0x259429=this['getScriptByName'](_0xe01e5e['YtdxU']);if(_0xe01e5e[_0x1da730(0x12f)](!_0xb351c1,!_0x259429)){logger[_0x1da730(0x13d)](_0xe01e5e[_0x1da730(0x17e)]);return;}if(!_0x3570b0||_0xe01e5e[_0x1da730(0x243)](_0x3570b0,_0xe01e5e[_0x1da730(0x130)])||_0xe01e5e[_0x1da730(0x1a9)](_0x3570b0,'')){logger[_0x1da730(0x13d)](_0xe01e5e[_0x1da730(0x1a7)]);return;}logger['debug'](_0x1da730(0x1ea)+JSON[_0x1da730(0xe5)](_0x3d4955)),_0x4003e0&&(logger[_0x1da730(0x13d)](_0xe01e5e[_0x1da730(0xe8)]),await this['performScanForCli'](_0x19d525,_0x3570b0,_0xe01e5e['DHnrj'],_0x3d4955,_0xb351c1,_0xe01e5e['DdHvs']),_0xe01e5e['Qswvk'](!_0xb351c1,_0x259429)&&(logger[_0x1da730(0x13d)](_0xe01e5e[_0x1da730(0x25e)]),await PerformanceTester[_0x1da730(0x142)](_0xe01e5e[_0x1da730(0x217)],async()=>{const _0x36933a=_0x1da730;await this[_0x36933a(0x20c)](_0x19d525,_0x3570b0,_0xe01e5e['YtdxU'],_0x3d4955,_0xb351c1,_0xe01e5e[_0x36933a(0x184)]);})()),logger[_0x1da730(0x1a3)](_0xe01e5e[_0x1da730(0x1de)]));}catch(_0x3e2f19){logger[_0x1da730(0x18e)](_0x1da730(0x19e)+(_0x3e2f19[_0x1da730(0x21d)]||_0x3e2f19[_0x1da730(0x283)]));}}async[a80_0x5586ec(0x202)](_0x4118f4){const _0x5b988d=a80_0x5586ec,_0x4c9044={};_0x4c9044['klQNS']=function(_0x3d79af,_0x539658){return _0x3d79af!==_0x539658;},_0x4c9044[_0x5b988d(0x172)]=_0x5b988d(0x270),_0x4c9044[_0x5b988d(0x1cd)]=function(_0xf9bc62,_0x59c4b9){return _0xf9bc62!==_0x59c4b9;},_0x4c9044['rMsaZ']=_0x5b988d(0x176),_0x4c9044[_0x5b988d(0x17f)]=_0x5b988d(0x128),_0x4c9044['YVBsY']=_0x5b988d(0x191),_0x4c9044[_0x5b988d(0x157)]=_0x5b988d(0x114),_0x4c9044[_0x5b988d(0x119)]=function(_0x4dd952,_0x2e071a){return _0x4dd952===_0x2e071a;},_0x4c9044[_0x5b988d(0x1c7)]=_0x5b988d(0x23b),_0x4c9044[_0x5b988d(0x177)]=_0x5b988d(0x26f),_0x4c9044[_0x5b988d(0x168)]='performScan',_0x4c9044[_0x5b988d(0x1b4)]=_0x5b988d(0x1e9),_0x4c9044[_0x5b988d(0x26d)]=_0x5b988d(0x12e),_0x4c9044[_0x5b988d(0x117)]=_0x5b988d(0x13c),_0x4c9044[_0x5b988d(0x291)]='null';const _0x4a5ef3=_0x4c9044;if(_0x4a5ef3[_0x5b988d(0x222)](_0x4118f4[_0x5b988d(0x24b)],_0x4a5ef3[_0x5b988d(0x172)])&&_0x4a5ef3[_0x5b988d(0x1cd)](_0x4118f4[_0x5b988d(0x24b)],_0x4a5ef3['rMsaZ'])){logger[_0x5b988d(0x13d)](_0x4a5ef3['KMpJE']);return;}logger[_0x5b988d(0x13d)](_0x5b988d(0x230)+(_0x4118f4[_0x5b988d(0x242)]||_0x4a5ef3[_0x5b988d(0x1e5)])+_0x5b988d(0x192)+_0x4118f4[_0x5b988d(0x24b)]);try{const _0x11e3bf=_0x4118f4['instance']||AutomationFramework[_0x5b988d(0x13b)](),_0x4ba524=TestFramework[_0x5b988d(0x13b)](),_0x1ea4c1=_0x4118f4[_0x5b988d(0x242)]||_0x4118f4[_0x5b988d(0xf2)]?.[_0x5b988d(0x1c2)]();if(!_0x1ea4c1){logger[_0x5b988d(0x13d)](_0x4a5ef3['bFMaQ']);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x5b988d(0x13d)](_0x5b988d(0x120)+_0x1ea4c1);return;}if(!this[_0x5b988d(0x1da)](_0x1ea4c1)){logger[_0x5b988d(0x13d)]('onBeforeExecute:\x20Command\x20'+_0x1ea4c1+_0x5b988d(0x1eb));return;}const _0x1461c7=_0x4118f4[_0x5b988d(0x11b)]||global[_0x5b988d(0x16a)]?.[_0x5b988d(0x1f3)];if(!_0x1461c7){logger[_0x5b988d(0x13d)](_0x5b988d(0x264)+_0x1ea4c1);return;}let _0x40f31d='',_0x11087e=null;if(_0x4a5ef3[_0x5b988d(0x119)](_0x4118f4[_0x5b988d(0x24b)],_0x4a5ef3[_0x5b988d(0x296)])){_0x11087e=_0x4118f4[_0x5b988d(0x141)]?.[_0x5b988d(0x1fd)]||_0x4118f4[_0x5b988d(0x141)]?.['id']||global[_0x5b988d(0x1cf)];if(!_0x11087e){logger['warn'](_0x4a5ef3['kOycz']);return;}try{const _0x496afa=await GrpcClient[_0x5b988d(0x26a)]()['fetchDriverExecuteParamsEvent'](process[_0x5b988d(0x23f)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x4a5ef3[_0x5b988d(0x177)],_0x4a5ef3[_0x5b988d(0x168)],_0x11087e),_0x5523f5=AccessibilityModule[_0x5b988d(0x18f)](null,_0x496afa);_0x40f31d=_0x5523f5?.[_0x5b988d(0x1e0)]||'',logger[_0x5b988d(0x13d)](_0x5b988d(0x129)+_0x40f31d+_0x5b988d(0xee)+_0x11087e);}catch(_0x43b49b){logger[_0x5b988d(0x18e)](_0x5b988d(0x182)+_0x43b49b['message']);return;}}else _0x40f31d=this[_0x5b988d(0x1a0)](_0x4a5ef3[_0x5b988d(0x1b4)])||'';const _0x385606=this[_0x5b988d(0x1a0)](_0x4a5ef3[_0x5b988d(0x26d)])||this[_0x5b988d(0x1d7)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x12d9c7=process['env'][_0x5b988d(0x179)]||'',_0x5f1f20=this[_0x5b988d(0x185)](_0x1ea4c1,_0x40f31d,_0x385606,_0x12d9c7),_0x589e86=_0x4a5ef3[_0x5b988d(0x119)](_0x4118f4['testFramework'],_0x4a5ef3[_0x5b988d(0x296)])?await AccessibilityModule[_0x5b988d(0x132)](_0x4a5ef3[_0x5b988d(0x117)],_0x40f31d,_0x11087e):await AccessibilityModule[_0x5b988d(0x132)](_0x4a5ef3[_0x5b988d(0x117)],_0x40f31d);logger['info']('ScanArgs:\x20'+(_0x5f1f20?JSON[_0x5b988d(0xe5)](_0x5f1f20):_0x4a5ef3['sWHWS']));const _0x4a40d5=CLIUtils[_0x5b988d(0x17c)](_0x5f1f20,_0x589e86);logger[_0x5b988d(0x1a3)](_0x5b988d(0x1bf)+(_0x4a40d5?JSON['stringify'](_0x4a40d5):_0x4a5ef3[_0x5b988d(0x291)])),logger[_0x5b988d(0x13d)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x1ea4c1);const _0x49cbdb=await this[_0x5b988d(0x20c)](_0x1461c7,_0x40f31d,_0x1ea4c1,_0x4a40d5,this[_0x5b988d(0x171)]);logger[_0x5b988d(0x13d)](_0x5b988d(0x287)+_0x1ea4c1+_0x5b988d(0x1c1)+_0x49cbdb);}catch(_0x2fdf9c){logger[_0x5b988d(0x18e)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x2fdf9c[_0x5b988d(0x21d)]||_0x2fdf9c[_0x5b988d(0x283)]));}}['shouldScanCurrentTest'](){return this['getCurrentAccessibilityStatus']();}[a80_0x5586ec(0x111)](_0x4701be){const _0x2bc356=a80_0x5586ec,_0x139f11=CLIUtils[_0x2bc356(0x289)]();this['accessibility']['set'](_0x139f11,_0x4701be);}async['initAccessibilityConfig'](_0x592cf7){const _0x5716ac=a80_0x5586ec,_0x2469dc={};_0x2469dc[_0x5716ac(0x244)]=_0x5716ac(0x191);const _0x5f0f21=_0x2469dc;try{const _0xc7e30e=_0x592cf7[_0x5716ac(0x234)]||AutomationFramework['getTrackedInstance'](),_0x2fbf0e=_0xc7e30e?.[_0x5716ac(0x15f)]?.()?.['get']?.(this[_0x5716ac(0x1c6)])||![];if(_0x2fbf0e)return;PerformanceTester['start'](EVENTS[_0x5716ac(0x209)]);const _0x5d3bef=await GrpcClient[_0x5716ac(0x26a)]()[_0x5716ac(0x256)](_0x592cf7);_0x5d3bef&&_0x5d3bef[_0x5716ac(0xef)]&&_0x5d3bef['getAccessibility']()&&_0x5d3bef[_0x5716ac(0xef)]()[_0x5716ac(0x16c)]()?(await this['loadAccessibilityConfig'](_0x5d3bef,_0x592cf7),_0xc7e30e?.['getData']&&_0xc7e30e['getData']()[_0x5716ac(0x134)](this[_0x5716ac(0x1c6)],!![]),logger[_0x5716ac(0x13d)](_0x5716ac(0x246)+(_0xc7e30e?.['getPlatformIndex']?.()||_0x5f0f21[_0x5716ac(0x244)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger['debug'](_0x5716ac(0x246)+(_0xc7e30e?.[_0x5716ac(0x11d)]?.()||_0x5f0f21[_0x5716ac(0x244)])+_0x5716ac(0x1ad)),PerformanceTester['end'](EVENTS[_0x5716ac(0x209)]);}catch(_0x3b5768){PerformanceTester[_0x5716ac(0x10d)](EVENTS[_0x5716ac(0x209)],![],_0x3b5768['message']),logger[_0x5716ac(0x18e)](_0x5716ac(0x218)+(_0x3b5768[_0x5716ac(0x21d)]||_0x3b5768['message']));}}async['loadAccessibilityConfig'](_0x55f02a,_0x22d41e){const _0x3b70d2=a80_0x5586ec;await this[_0x3b70d2(0x198)](_0x55f02a,_0x22d41e);const _0xdf098e=_0x55f02a[_0x3b70d2(0xef)]()[_0x3b70d2(0xfd)]();if(_0xdf098e){const _0x8d3134=_0x55f02a[_0x3b70d2(0x28e)]&&_0x55f02a[_0x3b70d2(0x28e)]();_0x8d3134&&(this[_0x3b70d2(0x1d7)][this[_0x3b70d2(0x150)]]=_0x8d3134[_0x3b70d2(0x262)]&&_0x8d3134[_0x3b70d2(0x262)]());}}['shouldScanForCommand'](_0x421d46){const _0x412912=a80_0x5586ec,_0x5def4b={};_0x5def4b[_0x412912(0x23c)]=function(_0x2b20e5,_0x4b5eba){return _0x2b20e5===_0x4b5eba;};const _0x167459=_0x5def4b;try{if(!_0x421d46)return![];const _0x3563bd=this[_0x412912(0x1d7)]?.[_0x412912(0x12d)]?.[_0x412912(0x27e)]?.[_0x412912(0x254)]||[],_0x223388=_0x3563bd['some'](_0x34b3a6=>{const _0x2aec26=_0x412912;return _0x34b3a6[_0x2aec26(0x1ab)]&&_0x167459['OVoXu'](_0x34b3a6[_0x2aec26(0x1ab)]['toLowerCase'](),_0x421d46['toLowerCase']());});return logger[_0x412912(0x13d)](_0x412912(0x27a)+_0x421d46+_0x412912(0x1b3)+_0x223388+_0x412912(0x277)+JSON[_0x412912(0xe5)](_0x3563bd['map'](_0x122a54=>_0x122a54[_0x412912(0x1ab)]))),_0x223388;}catch(_0x7caf84){return logger[_0x412912(0x13d)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x7caf84[_0x412912(0x283)]),![];}}['isBrowserstackScriptCommand'](_0x248a12){const _0x3bb078=a80_0x5586ec,_0x539423={};_0x539423['oLjsL']=function(_0x166167,_0x3a5504){return _0x166167===_0x3a5504;},_0x539423['TzPNM']=_0x3bb078(0x25b),_0x539423[_0x3bb078(0x112)]=_0x3bb078(0x138);const _0x79ead0=_0x539423,_0x2d4672=_0x248a12[_0x3bb078(0x108)]&&_0x248a12[_0x3bb078(0x108)]();return _0x2d4672&&_0x79ead0[_0x3bb078(0x247)](typeof _0x2d4672,_0x79ead0[_0x3bb078(0x24c)])&&_0x2d4672[_0x3bb078(0x127)](_0x79ead0[_0x3bb078(0x112)]);}['isAccessibilityScriptCommand'](_0x4a44e3){const _0x4d5ad3=a80_0x5586ec,_0x78d1d1={};_0x78d1d1['WdTdL']=function(_0x14d26c,_0xbf204c){return _0x14d26c!==_0xbf204c;},_0x78d1d1[_0x4d5ad3(0x103)]='string',_0x78d1d1['iePqu']=_0x4d5ad3(0x26f),_0x78d1d1[_0x4d5ad3(0x181)]=_0x4d5ad3(0x25a),_0x78d1d1[_0x4d5ad3(0x1cc)]=_0x4d5ad3(0x1ee),_0x78d1d1[_0x4d5ad3(0x186)]=_0x4d5ad3(0x278);const _0x42f619=_0x78d1d1,_0x2981ff=_0x4a44e3[_0x4d5ad3(0x108)]&&_0x4a44e3['getScript']();if(!_0x2981ff||_0x42f619[_0x4d5ad3(0x25c)](typeof _0x2981ff,_0x42f619['cUrfF']))return![];return _0x2981ff['includes'](_0x42f619['iePqu'])||_0x2981ff['includes'](_0x42f619[_0x4d5ad3(0x181)])||_0x2981ff[_0x4d5ad3(0x127)](_0x42f619[_0x4d5ad3(0x1cc)])||_0x2981ff[_0x4d5ad3(0x127)](_0x42f619['ruKEp']);}[a80_0x5586ec(0x185)](_0x48b5a8,_0x58b428,_0x489c4b,_0x1a526c){const _0x1a604b=a80_0x5586ec,_0x3e863f={};_0x3e863f['PlONC']=function(_0x14cc07,_0xff8e5b){return _0x14cc07||_0xff8e5b;},_0x3e863f[_0x1a604b(0x167)]=function(_0x4f586c,_0x492dfb){return _0x4f586c||_0x492dfb;};const _0x2c73d5=_0x3e863f;return{'command':_0x48b5a8,'thTestRunUuid':_0x2c73d5[_0x1a604b(0x14a)](_0x58b428,''),'thBuildUuid':_0x2c73d5[_0x1a604b(0x14a)](_0x489c4b,''),'thJwtToken':_0x2c73d5[_0x1a604b(0x167)](_0x1a526c,''),'timestamp':new Date()[_0x1a604b(0x24d)]()};}['getScriptByName'](_0x48f325){const _0x5b21f2=a80_0x5586ec,_0x5b0faf={};_0x5b0faf[_0x5b21f2(0x14f)]=function(_0x5d54b1,_0x550e37){return _0x5d54b1||_0x550e37;};const _0x55e2a7=_0x5b0faf;try{const _0x17b5b1=this[_0x5b21f2(0x1d7)]?.[_0x5b21f2(0x12d)]?.[_0x5b21f2(0x17b)]||[],_0x22a6c5=_0x17b5b1['find'](_0x273cc1=>_0x273cc1[_0x5b21f2(0x1ab)]===_0x48f325);return _0x55e2a7['NvVac'](_0x22a6c5,null);}catch(_0x21df83){return logger['debug'](_0x5b21f2(0x170)+_0x48f325+':\x20'+_0x21df83[_0x5b21f2(0x283)]),null;}}async[a80_0x5586ec(0x16b)](_0x421a8f,_0x5da9d1,_0x4316ef=null){const _0x554732=a80_0x5586ec,_0x25a1d2={'riQxG':function(_0x15a3dd,_0x2163c6){return _0x15a3dd(_0x2163c6);},'Bxtds':_0x554732(0x15c)};try{if(!_0x421a8f)return logger[_0x554732(0x13d)](_0x554732(0xeb)+_0x5da9d1),null;const _0xb5e58a=this['getScriptByName'](_0x5da9d1);if(!_0xb5e58a||!_0xb5e58a['command'])return logger['debug']('executeScriptByName:\x20No\x20'+_0x5da9d1+_0x554732(0x221)),null;logger['debug']('Executing\x20'+_0x5da9d1+_0x554732(0x10c));const _0xec6bf3=_0x25a1d2['riQxG'](require,_0x25a1d2[_0x554732(0x27b)]),_0x4d3548=_0x4316ef?await _0xec6bf3[_0x554732(0x183)](_0x421a8f,_0xb5e58a[_0x554732(0xf2)],_0x4316ef):await _0xec6bf3[_0x554732(0x183)](_0x421a8f,_0xb5e58a[_0x554732(0xf2)]);return _0x4d3548;}catch(_0x3c5da0){return logger[_0x554732(0x18e)](_0x554732(0x1ce)+_0x5da9d1+':\x20'+(_0x3c5da0[_0x554732(0x21d)]||_0x3c5da0[_0x554732(0x283)])),null;}}async['performScanForCli'](_0x9fcf51,_0xb106b5,_0x2be3ae,_0x474dad,_0x109e7f,_0x3e7c5d=a80_0x5586ec(0x13c)){const _0x45738b=a80_0x5586ec,_0x225226={'AmFJr':function(_0x13e7ab,_0x389ab4){return _0x13e7ab===_0x389ab4;},'gevJb':_0x45738b(0x13c),'UzfAj':function(_0x42e218,_0x17dbd7){return _0x42e218(_0x17dbd7);},'PoBat':_0x45738b(0x15c)};try{logger[_0x45738b(0x13d)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x2be3ae+'\x20using\x20script:\x20'+_0x3e7c5d);const _0x3b0202=this['getScriptByName'](_0x3e7c5d);if(!_0x3b0202||!_0x3b0202[_0x45738b(0xf2)]){logger['debug']('performScanForCli:\x20No\x20'+_0x3e7c5d+_0x45738b(0x201));return;}if(_0x225226['AmFJr'](_0x3e7c5d,_0x225226['gevJb'])){const _0x1b3fc9=_0x225226[_0x45738b(0x24a)](require,_0x225226[_0x45738b(0xf6)]),_0x2055ae={};_0x2055ae[_0x45738b(0xf2)]=_0x2be3ae;const _0x4797d0=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x41429a=_0x45738b;await _0x1b3fc9[_0x41429a(0x183)](_0x9fcf51,_0x3b0202[_0x41429a(0xf2)]);},_0x2055ae)();return logger['info'](_0x45738b(0x1f9)+_0x3e7c5d+_0x45738b(0x163)+_0x2be3ae+':\x20'+util[_0x45738b(0x1d3)](_0x4797d0)),_0x4797d0;}const _0x58bf0d=_0x225226[_0x45738b(0x24a)](require,_0x225226[_0x45738b(0xf6)]),_0x4c5ce5=await PerformanceTester[_0x45738b(0x142)](PerformanceA11yEvents[_0x45738b(0x251)],async()=>{const _0x3918e2=_0x45738b;await _0x58bf0d[_0x3918e2(0x183)](_0x9fcf51,_0x3b0202[_0x3918e2(0xf2)],_0x474dad);})();return logger[_0x45738b(0x1a3)]('Page\x20'+_0x3e7c5d+_0x45738b(0x163)+_0x2be3ae+':\x20'+util['format'](_0x4c5ce5)),_0x4c5ce5;}catch(_0x49a53d){logger['error']('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x3e7c5d+':\x20'+(_0x49a53d[_0x45738b(0x21d)]||_0x49a53d[_0x45738b(0x283)]));}}async[a80_0x5586ec(0x195)](_0x2f6da5){const _0x4ae092=a80_0x5586ec,_0x10fd3e={'cqsVd':function(_0x2200ca,_0x5d78cf){return _0x2200ca(_0x5d78cf);},'PxUAL':_0x4ae092(0x1fc)};try{const _0x45a64a=_0x10fd3e['cqsVd'](require,_0x10fd3e[_0x4ae092(0x22a)]);return await _0x45a64a['platformValidation'](_0x2f6da5);}catch(_0x5cdb0d){return logger[_0x4ae092(0x18e)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x5cdb0d['stack']||_0x5cdb0d['message'])),![];}}[a80_0x5586ec(0x1bb)](_0x5838b6,_0x2fc5c7,_0x2ef81c){const _0x370d69=a80_0x5586ec,_0x5b8009={'MZyim':function(_0x36f78d,_0x21a847){return _0x36f78d(_0x21a847);},'QcfXQ':_0x370d69(0x15c),'zNaIN':_0x370d69(0x18b),'ZpECL':_0x370d69(0x17a)};try{const _0x203f75=_0x5b8009[_0x370d69(0x146)](require,_0x5b8009[_0x370d69(0x143)]);_0x203f75[_0x370d69(0x1bb)](_0x5838b6,_0x2fc5c7,_0x2ef81c);const _0x41dabf=JSON[_0x370d69(0xe5)](_0x5838b6)[_0x370d69(0x25f)](/"browserstack\.user":"[^"]*"/g,_0x5b8009[_0x370d69(0x27d)])[_0x370d69(0x25f)](/"browserstack\.key":"[^"]*"/g,_0x5b8009['ZpECL']);logger[_0x370d69(0x13d)](_0x370d69(0x136)+global['accessibilityPlatform']+'\x20'+_0x41dabf);}catch(_0x1b04ea){logger[_0x370d69(0x18e)](_0x370d69(0x269)+(_0x1b04ea[_0x370d69(0x21d)]||_0x1b04ea[_0x370d69(0x283)]));}}async[a80_0x5586ec(0x22e)](_0x10bf4b){const _0x5d547d=a80_0x5586ec,_0x39b567={};_0x39b567[_0x5d547d(0x19f)]=_0x5d547d(0x235),_0x39b567['hSCzq']=_0x5d547d(0x1ee);const _0x5cdb52=_0x39b567;try{if(!this[_0x5d547d(0x1b7)]())return logger[_0x5d547d(0x153)](_0x5cdb52[_0x5d547d(0x19f)]),[];const _0x212e3a=await this[_0x5d547d(0x16b)](_0x10bf4b,_0x5cdb52[_0x5d547d(0x131)]);return _0x212e3a||[];}catch(_0x16ee83){return logger[_0x5d547d(0x18e)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x16ee83[_0x5d547d(0x21d)]||_0x16ee83[_0x5d547d(0x283)])),[];}}async[a80_0x5586ec(0x189)](_0x164fc8){const _0x2cd299=a80_0x5586ec,_0xe08fbd={'GupIz':_0x2cd299(0x13c),'nfAOY':'getResultsSummary','ggcUt':'Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','rNMeB':function(_0x2ba514,_0x4cdf33){return _0x2ba514(_0x4cdf33);},'rfxQe':_0x2cd299(0x1b0),'TjVju':function(_0x5a5784,_0xf7a5b8){return _0x5a5784===_0xf7a5b8;},'GZXUs':_0x2cd299(0x176),'wqVQN':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','PUgLa':'accessibility','GJwhi':_0x2cd299(0x12e),'DFStU':_0x2cd299(0x189),'TXNhO':'test_run_id','ygAwD':_0x2cd299(0x190),'GxOqo':'No\x20summaryResults\x20found.'};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x2cd299(0x153)](_0xe08fbd[_0x2cd299(0x215)]),{};const _0x461adf=_0xe08fbd['rNMeB'](require,_0xe08fbd['rfxQe']),_0x4fef51=_0x461adf[_0x2cd299(0x281)](),_0x29c34a=_0xe08fbd['TjVju'](_0x4fef51?.[_0x2cd299(0x1ab)]?.[_0x2cd299(0x271)](),_0xe08fbd[_0x2cd299(0x1f0)]);let _0x3fdf4d='',_0x9137f4=null,_0x165444=null;if(_0x29c34a){_0x9137f4=global[_0x2cd299(0x1cf)]||global[_0x2cd299(0x16a)]?.['currentTest']?.[_0x2cd299(0x1fd)]||global[_0x2cd299(0x16a)]?.[_0x2cd299(0x22d)]?.['id'];if(!_0x9137f4)return logger['warn'](_0xe08fbd[_0x2cd299(0x26b)]),{};try{const _0x52c6fe=await GrpcClient[_0x2cd299(0x26a)]()[_0x2cd299(0x13a)](process['env'][_0x2cd299(0xf7)],_0xe08fbd[_0x2cd299(0x18c)],_0xe08fbd[_0x2cd299(0x19a)],_0x9137f4),_0x41c9d5=AccessibilityModule[_0x2cd299(0x18f)](null,_0x52c6fe);_0x3fdf4d=_0x41c9d5?.[_0x2cd299(0x1e0)]||'',logger[_0x2cd299(0x13d)](_0x2cd299(0x226)+_0x3fdf4d+_0x2cd299(0xee)+_0x9137f4);const _0x30cbab=await AccessibilityModule[_0x2cd299(0x132)](_0xe08fbd[_0x2cd299(0x19a)],_0x3fdf4d,_0x9137f4),_0x1c39ff=this['getCapabilityValue'](_0xe08fbd[_0x2cd299(0x145)])||this[_0x2cd299(0x1d7)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x5c214e=process['env'][_0x2cd299(0x179)]||'',_0x2e04f5=this[_0x2cd299(0x185)](_0xe08fbd[_0x2cd299(0x1c0)],_0x3fdf4d,_0x1c39ff,_0x5c214e);_0x165444=_0x461adf[_0x2cd299(0x17c)](_0x2e04f5,_0x30cbab),logger['debug'](_0x2cd299(0x1bd)+JSON[_0x2cd299(0xe5)](_0x165444));}catch(_0x4ef9d3){return logger[_0x2cd299(0x18e)](_0x2cd299(0x12c)+_0x4ef9d3['message']),{};}}else{_0x3fdf4d=this[_0x2cd299(0x1a0)](_0xe08fbd[_0x2cd299(0x1e8)])||'';const _0x3a19a9=this['getCapabilityValue'](_0xe08fbd[_0x2cd299(0x145)])||this[_0x2cd299(0x1d7)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x59af85=process[_0x2cd299(0x23f)]['BROWSERSTACK_TESTHUB_JWT']||'';_0x165444=this[_0x2cd299(0x185)](_0xe08fbd[_0x2cd299(0x1c0)],_0x3fdf4d,_0x3a19a9,_0x59af85);}logger[_0x2cd299(0x13d)](_0xe08fbd['ygAwD']),await PerformanceTester[_0x2cd299(0x142)](PerformanceA11yEvents[_0x2cd299(0x19d)],async()=>{const _0x573807=_0x2cd299,_0x463eea=await this['executeScriptByName'](_0x164fc8,_0xe08fbd[_0x573807(0x207)],_0x165444);logger[_0x573807(0x13d)]('Scan\x20result:\x20'+util[_0x573807(0x1d3)](_0x463eea));},{'command':_0xe08fbd[_0x2cd299(0x1c0)]})();const _0x162b5d=await PerformanceTester[_0x2cd299(0x142)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x5d1cf4=_0x2cd299;return await this[_0x5d1cf4(0x16b)](_0x164fc8,_0xe08fbd[_0x5d1cf4(0x19a)],_0x165444);})();if(!_0x162b5d)return logger['debug'](_0xe08fbd['GxOqo']),{};return _0x162b5d;}catch(_0x1c235d){return logger['error'](_0x2cd299(0x1ef)+(_0x1c235d[_0x2cd299(0x21d)]||_0x1c235d[_0x2cd299(0x283)])),{};}}async['performPageScan'](_0x4528ad,_0x20cb9c,_0x3a7dd1=null){const _0x2bd19b=a80_0x5586ec,_0x2e9282={};_0x2e9282[_0x2bd19b(0x152)]='performPageScan:\x20Page\x20is\x20null',_0x2e9282[_0x2bd19b(0x178)]='performPageScan:\x20Script\x20is\x20null',_0x2e9282[_0x2bd19b(0x297)]=_0x2bd19b(0xfe);const _0x4539a9=_0x2e9282;try{if(!_0x4528ad)return logger[_0x2bd19b(0x13d)](_0x4539a9['HiHrp']),null;if(!_0x20cb9c)return logger[_0x2bd19b(0x13d)](_0x4539a9[_0x2bd19b(0x178)]),null;logger[_0x2bd19b(0x13d)](_0x4539a9[_0x2bd19b(0x297)]);const _0x3108a9=_0x3a7dd1?await _0x4528ad[_0x2bd19b(0x19c)](_0x20cb9c,_0x3a7dd1):await _0x4528ad['evaluate'](_0x20cb9c);return _0x3108a9;}catch(_0x355262){return logger[_0x2bd19b(0x18e)]('Error\x20in\x20performPageScan:\x20'+(_0x355262[_0x2bd19b(0x21d)]||_0x355262[_0x2bd19b(0x283)])),null;}}static[a80_0x5586ec(0x18f)](_0xe353c3,_0x1b0cca){const _0x29302b=a80_0x5586ec,_0x4b5dcb={};_0x4b5dcb[_0x29302b(0x1aa)]=_0x29302b(0x1f7);const _0x1b2218=_0x4b5dcb,_0x2ad266={};_0x2ad266[_0x29302b(0x1e0)]=_0xe353c3;const _0x4ac7c8=_0x2ad266;let _0x14ff08={};if(_0x1b0cca[_0x29302b(0x16c)]()&&_0x1b0cca[_0x29302b(0x14d)]())try{_0x14ff08=JSON[_0x29302b(0x193)](new Buffer(_0x1b0cca[_0x29302b(0x1fb)]())['toString'](_0x1b2218[_0x29302b(0x1aa)]));}catch(_0x4175cb){logger[_0x29302b(0x18e)](_0x29302b(0x113)+_0x4175cb['message']),_0x14ff08={};}return CLIUtils['mergeObject'](_0x4ac7c8,_0x14ff08);}static async['fetchCentralAuthA11yConfig'](_0x541cf2,_0x251929='',_0x464b97=null){const _0x4cb5c1=a80_0x5586ec,_0x11cc87={};_0x11cc87['mgSTJ']=_0x4cb5c1(0x107),_0x11cc87[_0x4cb5c1(0x180)]=_0x4cb5c1(0x26f);const _0x5e349d=_0x11cc87;try{if(!_0x464b97&&AccessibilityModule[_0x4cb5c1(0xe4)])return AccessibilityModule[_0x4cb5c1(0x1e3)];if(!process[_0x4cb5c1(0x23f)][_0x4cb5c1(0xf7)])return logger['error'](_0x5e349d[_0x4cb5c1(0x1bc)]),{};const _0x469650=await GrpcClient[_0x4cb5c1(0x26a)]()[_0x4cb5c1(0x13a)](process[_0x4cb5c1(0x23f)][_0x4cb5c1(0xf7)],_0x5e349d[_0x4cb5c1(0x180)],_0x541cf2,_0x464b97),_0x250a4c=_0x464b97?AccessibilityModule[_0x4cb5c1(0x18f)](null,_0x469650)?.[_0x4cb5c1(0x1e0)]||_0x251929:_0x251929,_0x4ad897=AccessibilityModule['loadDriverExecuteParams'](_0x250a4c,_0x469650);return!_0x464b97&&(AccessibilityModule[_0x4cb5c1(0x1e3)]=_0x4ad897,AccessibilityModule[_0x4cb5c1(0xe4)]=!![]),_0x4ad897;}catch(_0x3f0cb3){return logger[_0x4cb5c1(0x18e)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x541cf2+':\x20'+(_0x3f0cb3[_0x4cb5c1(0x21d)]||_0x3f0cb3['message'])),{};}}};module[a80_0x5586ec(0x101)]=AccessibilityModule;
@@ -1 +1 @@
1
- function a81_0x2d18(_0x445ffc,_0x3e9227){const _0x1d44e7=a81_0x1d44();return a81_0x2d18=function(_0x2d184f,_0x34941e){_0x2d184f=_0x2d184f-0x1ed;let _0x2a15ed=_0x1d44e7[_0x2d184f];return _0x2a15ed;},a81_0x2d18(_0x445ffc,_0x3e9227);}const a81_0x2a8f54=a81_0x2d18;(function(_0x5e9ad1,_0x475a5){const _0x186501=a81_0x2d18,_0x4e45ac=_0x5e9ad1();while(!![]){try{const _0xe66f7e=parseInt(_0x186501(0x1f4))/0x1*(-parseInt(_0x186501(0x215))/0x2)+parseInt(_0x186501(0x21a))/0x3+parseInt(_0x186501(0x218))/0x4+parseInt(_0x186501(0x206))/0x5*(parseInt(_0x186501(0x1f2))/0x6)+parseInt(_0x186501(0x1f1))/0x7+-parseInt(_0x186501(0x213))/0x8+-parseInt(_0x186501(0x1f9))/0x9*(parseInt(_0x186501(0x219))/0xa);if(_0xe66f7e===_0x475a5)break;else _0x4e45ac['push'](_0x4e45ac['shift']());}catch(_0x388516){_0x4e45ac['push'](_0x4e45ac['shift']());}}}(a81_0x1d44,0xecb47));const logger=require('../../../helpers/logger.js')[a81_0x2a8f54(0x1fe)],{FRAMEWORKS}=require(a81_0x2a8f54(0x1fc));class BaseModule{constructor(_0x1c7248=null){const _0x2f7bbc=a81_0x2a8f54,_0x5b5e39={};_0x5b5e39['RKcqK']=_0x2f7bbc(0x205),_0x5b5e39['eecwj']=_0x2f7bbc(0x1ef);const _0x452672=_0x5b5e39,_0x698ee2=_0x452672['RKcqK'][_0x2f7bbc(0x210)]('|');let _0x41add1=0x0;while(!![]){switch(_0x698ee2[_0x41add1++]){case'0':this[_0x2f7bbc(0x1f7)]=_0x452672[_0x2f7bbc(0x1f0)];continue;case'1':this[_0x2f7bbc(0x20f)]=null;continue;case'2':this[_0x2f7bbc(0x21b)]={};continue;case'3':this[_0x2f7bbc(0x1f8)]=this[_0x2f7bbc(0x21c)](_0x1c7248);continue;case'4':this[_0x2f7bbc(0x1f3)]=null;continue;case'5':this[_0x2f7bbc(0x209)]=0x0;continue;}break;}}[a81_0x2a8f54(0x201)](){const _0x2f3a07=a81_0x2a8f54,_0xfd2d14={};_0xfd2d14['movZf']=_0x2f3a07(0x20e);const _0x8eb21=_0xfd2d14;if(!this[_0x2f3a07(0x20f)])throw new Error(_0x8eb21['movZf']);}[a81_0x2a8f54(0x217)](){const _0x292715=a81_0x2a8f54;return this[_0x292715(0x1f7)];}[a81_0x2a8f54(0x200)](_0x336b7,_0x24f23f,_0x573fb6,_0x45c80d={}){const _0x5e4e97=a81_0x2a8f54,_0x266b54={};_0x266b54[_0x5e4e97(0x202)]='2|0|3|1|4';const _0xd5bf57=_0x266b54,_0x28127b=_0xd5bf57[_0x5e4e97(0x202)][_0x5e4e97(0x210)]('|');let _0x5a657b=0x0;while(!![]){switch(_0x28127b[_0x5a657b++]){case'0':this[_0x5e4e97(0x209)]=_0x24f23f;continue;case'1':this['config']=_0x45c80d;continue;case'2':this[_0x5e4e97(0x20f)]=_0x336b7;continue;case'3':this[_0x5e4e97(0x1f3)]=_0x573fb6;continue;case'4':logger[_0x5e4e97(0x20d)](_0x5e4e97(0x1fd)+this['getModuleName']()+_0x5e4e97(0x216)+_0x336b7+_0x5e4e97(0x1fa)+_0x24f23f);continue;}break;}}[a81_0x2a8f54(0x1fb)](_0x2be8c3){const _0x472451=a81_0x2a8f54,_0x3eb8c2={};_0x3eb8c2[_0x472451(0x1f6)]=function(_0x323ac5,_0x57e772){return _0x323ac5===_0x57e772;},_0x3eb8c2[_0x472451(0x211)]=function(_0x32b221,_0x2c34d6){return _0x32b221===_0x2c34d6;};const _0x3f8285=_0x3eb8c2;let _0x2b21f1='';if(_0x3f8285['kOaiS'](_0x2be8c3[_0x472451(0x207)],FRAMEWORKS[_0x472451(0x204)]))_0x2b21f1=_0x2be8c3[_0x472451(0x1ff)]?.[_0x472451(0x20c)]?.['id']||_0x2be8c3[_0x472451(0x1ff)]?.[_0x472451(0x214)];else{if(_0x3f8285['kOaiS'](_0x2be8c3['testFramework'],FRAMEWORKS[_0x472451(0x1f5)]))_0x2b21f1=_0x2be8c3[_0x472451(0x1ff)]?.[_0x472451(0x203)];else _0x3f8285[_0x472451(0x211)](_0x2be8c3[_0x472451(0x207)],FRAMEWORKS[_0x472451(0x208)])&&(_0x2b21f1=_0x2be8c3[_0x472451(0x1ff)]?.['id']);}return _0x2b21f1;}[a81_0x2a8f54(0x21c)](_0x3d6fd2){const _0x4897d0=a81_0x2a8f54,_0x2e71d8={};_0x2e71d8[_0x4897d0(0x1ee)]=function(_0x234915,_0x2b8967){return _0x234915!==_0x2b8967;},_0x2e71d8[_0x4897d0(0x20a)]=_0x4897d0(0x1ed);const _0x3a783b=_0x2e71d8;if(!_0x3d6fd2||_0x3a783b[_0x4897d0(0x1ee)](typeof _0x3d6fd2,_0x3a783b[_0x4897d0(0x20a)]))return null;const _0x2565c0={};_0x2565c0['name']=_0x3d6fd2[_0x4897d0(0x1f7)],_0x2565c0[_0x4897d0(0x212)]=_0x3d6fd2[_0x4897d0(0x212)]&&_0x3d6fd2[_0x4897d0(0x212)][_0x3d6fd2[_0x4897d0(0x1f7)]];const _0x32757d=_0x2565c0;return _0x32757d;}}function a81_0x1d44(){const _0x5899d5=['Configured\x20module\x20','winstonLogger','testInfo','configure','ensureBinSession','PMZrD','testCaseStartedId','PLAYWRIGHT','0|1|5|2|4|3','8995nEQSVn','testFramework','JEST','platformIndex','rPhnF','exports','_test','debug','Missing\x20binSessionId','binSessionId','split','TcVoc','version','4840272dbVYxC','testId','424146xaOZOa','\x20with\x20binSessionId=','getModuleName','1473784RdRRsv','7862170PEOVBV','4846599JUFzws','config','setTestFrameworkData','object','sNSRC','BaseModule','eecwj','11553220Quhzuo','4326mubBOl','client','1uDzZKQ','CUCUMBER','kOaiS','name','testFrameworkData','36wRazNa',',\x20platformIndex=','getTestId','../../../helpers/test-observability/constants.js'];a81_0x1d44=function(){return _0x5899d5;};return a81_0x1d44();}module[a81_0x2a8f54(0x20b)]=BaseModule;
1
+ function a81_0x2bf0(_0x404be3,_0x171887){const _0x243467=a81_0x2434();return a81_0x2bf0=function(_0x2bf01b,_0x4a6a2a){_0x2bf01b=_0x2bf01b-0xdc;let _0x22d027=_0x243467[_0x2bf01b];return _0x22d027;},a81_0x2bf0(_0x404be3,_0x171887);}const a81_0x10ef3a=a81_0x2bf0;function a81_0x2434(){const _0x4791f=['config','testInfo','4|0|3|1|2','version','751688oGOhVv','testFramework','CUCUMBER','getModuleName','3759ZeBWIj','dmAvz','../../../helpers/logger.js','aLJlk','testFrameworkData','testId','winstonLogger','../../../helpers/test-observability/constants.js','4880934vxdNJW','0|4|3|5|1|2','169lnrSBm','client','aNcPr','RuXhj','split','WlmBn','13072jhmUby','binSessionId','_test','configure','1958DxfMVn','name','10PeGpKZ','platformIndex','\x20with\x20binSessionId=','1042986Evaqia','Tklqf','exports','JEST','1805450CHiXpf','BaseModule',',\x20platformIndex=','setTestFrameworkData','PLAYWRIGHT','1788147KDiVme','HZCDR','ensureBinSession','debug','testCaseStartedId','uvSdt'];a81_0x2434=function(){return _0x4791f;};return a81_0x2434();}(function(_0x8ce2b4,_0x4d42ad){const _0x15d650=a81_0x2bf0,_0x4ed1ce=_0x8ce2b4();while(!![]){try{const _0x2815d6=parseInt(_0x15d650(0x10a))/0x1*(-parseInt(_0x15d650(0xe4))/0x2)+parseInt(_0x15d650(0xf2))/0x3+parseInt(_0x15d650(0xfc))/0x4+parseInt(_0x15d650(0xed))/0x5+-parseInt(_0x15d650(0xe9))/0x6+-parseInt(_0x15d650(0x100))/0x7*(parseInt(_0x15d650(0xe0))/0x8)+parseInt(_0x15d650(0x108))/0x9*(parseInt(_0x15d650(0xe6))/0xa);if(_0x2815d6===_0x4d42ad)break;else _0x4ed1ce['push'](_0x4ed1ce['shift']());}catch(_0x2bb293){_0x4ed1ce['push'](_0x4ed1ce['shift']());}}}(a81_0x2434,0x72e77));const logger=require(a81_0x10ef3a(0x102))[a81_0x10ef3a(0x106)],{FRAMEWORKS}=require(a81_0x10ef3a(0x107));class BaseModule{constructor(_0x2429bf=null){const _0x3746a1=a81_0x10ef3a,_0x25ab9c={};_0x25ab9c[_0x3746a1(0xdd)]=_0x3746a1(0x109),_0x25ab9c['WlmBn']=_0x3746a1(0xee);const _0x4d41f1=_0x25ab9c,_0x1fc8bd=_0x4d41f1[_0x3746a1(0xdd)]['split']('|');let _0x2ddba8=0x0;while(!![]){switch(_0x1fc8bd[_0x2ddba8++]){case'0':this[_0x3746a1(0xe5)]=_0x4d41f1[_0x3746a1(0xdf)];continue;case'1':this[_0x3746a1(0x10b)]=null;continue;case'2':this[_0x3746a1(0x104)]=this[_0x3746a1(0xf0)](_0x2429bf);continue;case'3':this['platformIndex']=0x0;continue;case'4':this[_0x3746a1(0xe1)]=null;continue;case'5':this[_0x3746a1(0xf8)]={};continue;}break;}}[a81_0x10ef3a(0xf4)](){const _0xe2d744=a81_0x10ef3a,_0x531ee8={};_0x531ee8[_0xe2d744(0xf7)]='Missing\x20binSessionId';const _0x439243=_0x531ee8;if(!this['binSessionId'])throw new Error(_0x439243[_0xe2d744(0xf7)]);}['getModuleName'](){const _0x35fddd=a81_0x10ef3a;return this[_0x35fddd(0xe5)];}[a81_0x10ef3a(0xe3)](_0x39462d,_0x3263f0,_0xaf4c31,_0x56a878={}){const _0x4ba956=a81_0x10ef3a,_0x142142={};_0x142142[_0x4ba956(0xdc)]=_0x4ba956(0xfa);const _0x3968f7=_0x142142,_0x44d4a6=_0x3968f7[_0x4ba956(0xdc)][_0x4ba956(0xde)]('|');let _0xae5817=0x0;while(!![]){switch(_0x44d4a6[_0xae5817++]){case'0':this[_0x4ba956(0xe7)]=_0x3263f0;continue;case'1':this[_0x4ba956(0xf8)]=_0x56a878;continue;case'2':logger[_0x4ba956(0xf5)]('Configured\x20module\x20'+this[_0x4ba956(0xff)]()+_0x4ba956(0xe8)+_0x39462d+_0x4ba956(0xef)+_0x3263f0);continue;case'3':this[_0x4ba956(0x10b)]=_0xaf4c31;continue;case'4':this['binSessionId']=_0x39462d;continue;}break;}}['getTestId'](_0x500558){const _0x5ca5f6=a81_0x10ef3a,_0x485a36={};_0x485a36[_0x5ca5f6(0xea)]=function(_0x137538,_0x2b4b7e){return _0x137538===_0x2b4b7e;},_0x485a36['HZCDR']=function(_0x3c354c,_0x41625a){return _0x3c354c===_0x41625a;};const _0x1cdf22=_0x485a36;let _0x264b52='';if(_0x1cdf22[_0x5ca5f6(0xea)](_0x500558[_0x5ca5f6(0xfd)],FRAMEWORKS[_0x5ca5f6(0xf1)]))_0x264b52=_0x500558['testInfo']?.[_0x5ca5f6(0xe2)]?.['id']||_0x500558[_0x5ca5f6(0xf9)]?.[_0x5ca5f6(0x105)];else{if(_0x1cdf22['Tklqf'](_0x500558[_0x5ca5f6(0xfd)],FRAMEWORKS[_0x5ca5f6(0xfe)]))_0x264b52=_0x500558[_0x5ca5f6(0xf9)]?.[_0x5ca5f6(0xf6)];else _0x1cdf22[_0x5ca5f6(0xf3)](_0x500558['testFramework'],FRAMEWORKS[_0x5ca5f6(0xec)])&&(_0x264b52=_0x500558[_0x5ca5f6(0xf9)]?.['id']);}return _0x264b52;}[a81_0x10ef3a(0xf0)](_0x243b93){const _0x182eff=a81_0x10ef3a,_0x337b24={};_0x337b24['aLJlk']=function(_0x55aa8c,_0xcc88c3){return _0x55aa8c!==_0xcc88c3;},_0x337b24[_0x182eff(0x101)]='object';const _0xdba26f=_0x337b24;if(!_0x243b93||_0xdba26f[_0x182eff(0x103)](typeof _0x243b93,_0xdba26f[_0x182eff(0x101)]))return null;const _0x5f449f={};_0x5f449f[_0x182eff(0xe5)]=_0x243b93[_0x182eff(0xe5)],_0x5f449f[_0x182eff(0xfb)]=_0x243b93[_0x182eff(0xfb)]&&_0x243b93[_0x182eff(0xfb)][_0x243b93[_0x182eff(0xe5)]];const _0x43546f=_0x5f449f;return _0x43546f;}}module[a81_0x10ef3a(0xeb)]=BaseModule;
@@ -1 +1 @@
1
- const a82_0x35122e=a82_0x358d;(function(_0x14a295,_0x2d673c){const _0x34132e=a82_0x358d,_0x307257=_0x14a295();while(!![]){try{const _0x59e999=-parseInt(_0x34132e(0xa8))/0x1+parseInt(_0x34132e(0xb8))/0x2+parseInt(_0x34132e(0xad))/0x3*(parseInt(_0x34132e(0x9d))/0x4)+parseInt(_0x34132e(0x92))/0x5*(parseInt(_0x34132e(0x94))/0x6)+-parseInt(_0x34132e(0xb7))/0x7*(parseInt(_0x34132e(0xb4))/0x8)+-parseInt(_0x34132e(0xab))/0x9+-parseInt(_0x34132e(0x99))/0xa*(-parseInt(_0x34132e(0xb9))/0xb);if(_0x59e999===_0x2d673c)break;else _0x307257['push'](_0x307257['shift']());}catch(_0x52406){_0x307257['push'](_0x307257['shift']());}}}(a82_0x304c,0x7f6ec));const {createClassLogger}=require(a82_0x35122e(0x98)),logger=createClassLogger(a82_0x35122e(0x9f)),{sendSdkEvents}=require(a82_0x35122e(0x90)),isLTSSession=(_0xaee2fa=null)=>{const _0x4c49e6=a82_0x35122e,_0x1c1d04={};_0x1c1d04[_0x4c49e6(0x91)]=function(_0x42e5cc,_0x15a395){return _0x42e5cc!==_0x15a395;},_0x1c1d04[_0x4c49e6(0x8e)]=_0x4c49e6(0xa7),_0x1c1d04[_0x4c49e6(0xb1)]=function(_0xc12d98,_0x1ef1d5){return _0xc12d98===_0x1ef1d5;},_0x1c1d04[_0x4c49e6(0xa9)]=_0x4c49e6(0x8d),_0x1c1d04[_0x4c49e6(0xaf)]='true',_0x1c1d04['KUXjw']=function(_0x515689,_0x1a8831){return _0x515689===_0x1a8831;},_0x1c1d04['OfCdS']=_0x4c49e6(0xbf);const _0x59e270=_0x1c1d04;try{if(_0x59e270['OytCh'](typeof process[_0x4c49e6(0x95)][_0x4c49e6(0xaa)],_0x59e270[_0x4c49e6(0x8e)])){const _0x3248a2=process[_0x4c49e6(0x95)]['overrideLoadTesting'];return _0x59e270[_0x4c49e6(0xb1)](typeof _0x3248a2,_0x59e270[_0x4c49e6(0xa9)])?_0x59e270[_0x4c49e6(0xb1)](_0x3248a2['toLowerCase'](),_0x59e270[_0x4c49e6(0xaf)]):!!_0x3248a2;}const _0x15df82=_0xaee2fa&&_0xaee2fa['overrideLoadTesting'],_0x12ddfe=!!(_0xaee2fa&&(_0x59e270[_0x4c49e6(0xb1)](_0xaee2fa[_0x4c49e6(0xbd)],!![])||_0x59e270[_0x4c49e6(0xb1)](_0xaee2fa[_0x4c49e6(0xbd)],_0x59e270[_0x4c49e6(0xaf)]))),_0x108cb2=!!(_0x15df82&&_0x59e270[_0x4c49e6(0xbe)](_0x15df82[_0x4c49e6(0xa0)]()['toLowerCase'](),_0x59e270['gMtYy'])&&!_0x12ddfe);return process[_0x4c49e6(0x95)]['overrideLoadTesting']=_0x108cb2?_0x59e270[_0x4c49e6(0xaf)]:_0x59e270[_0x4c49e6(0x97)],_0x108cb2;}catch(_0x5d988d){return process[_0x4c49e6(0x95)][_0x4c49e6(0xaa)]=_0x59e270['OfCdS'],![];}},getLTSSessionId=()=>{const _0x21f66c=a82_0x35122e,_0x98ca14={'MtMXn':function(_0xa606cb){return _0xa606cb();},'YlfXn':_0x21f66c(0x9a),'kFrJE':_0x21f66c(0xa2)};try{if(_0x98ca14[_0x21f66c(0xba)](isLTSSession))return logger[_0x21f66c(0xac)](_0x98ca14[_0x21f66c(0x93)]),process['env'][_0x21f66c(0xb5)]||'';}catch(_0x25b746){logger[_0x21f66c(0xb6)](_0x21f66c(0xa3)+(_0x25b746&&_0x25b746[_0x21f66c(0x8f)]));}return logger['debug'](_0x98ca14[_0x21f66c(0xa4)]),'';},setLTSSessionId=async(_0x5e0e92={})=>{const _0x3006c1=a82_0x35122e,_0x55da1b={'YdRsE':function(_0x622461){return _0x622461();},'GmeiN':_0x3006c1(0xb2),'XKjhp':_0x3006c1(0xae),'KvmFc':_0x3006c1(0xbb),'gyXWh':function(_0x547b7a,_0x59e6d6){return _0x547b7a(_0x59e6d6);},'lHzfk':function(_0x5185c7,_0x32de74,_0x533b92){return _0x5185c7(_0x32de74,_0x533b92);},'JUOkh':function(_0x154499,_0x321e41){return _0x154499||_0x321e41;}};try{const _0x3e9ab5=_0x55da1b[_0x3006c1(0x96)](getLTSSessionId);_0x3e9ab5?(process[_0x3006c1(0x95)][_0x3006c1(0xb5)]=_0x3e9ab5,logger[_0x3006c1(0xac)](_0x55da1b[_0x3006c1(0x9b)])):(delete process[_0x3006c1(0x95)][_0x3006c1(0xb5)],logger[_0x3006c1(0xac)](_0x55da1b[_0x3006c1(0xbc)]));try{const _0xa65cc3={'feature':_0x55da1b['KvmFc'],'ltsEnabled':_0x55da1b[_0x3006c1(0x9c)](isLTSSession,_0x5e0e92),'ltsSessionIdPresent':!!_0x3e9ab5};await _0x55da1b[_0x3006c1(0xa5)](sendSdkEvents,_0xa65cc3,_0x5e0e92);}catch(_0x5e8c81){logger['debug'](_0x3006c1(0xb3)+(_0x5e8c81&&_0x5e8c81[_0x3006c1(0x8f)]));}return _0x55da1b[_0x3006c1(0xa6)](_0x3e9ab5,'');}catch(_0x64be81){return logger[_0x3006c1(0xac)]('setLTSSessionId\x20error:\x20'+(_0x64be81&&_0x64be81[_0x3006c1(0x8f)])),'';}},a82_0x1ef76e={};function a82_0x304c(){const _0x47153c=['1461546xcSrJk','11CZgsop','MtMXn','LTS','XKjhp','browserstackAutomation','KUXjw','false','string','TJuJK','message','../../../helpers/helper.js','OytCh','288395LjysoR','YlfXn','6UVpDHP','env','YdRsE','OfCdS','../../../helpers/classLogger.js','6570420CiGGcg','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','GmeiN','gyXWh','4NObSOo','isLTSSession','LoadTestModule','toString','exports','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','kFrJE','lHzfk','JUOkh','undefined','428677YaFiwc','yViOS','overrideLoadTesting','7973694NMWsSd','debug','1843827nboRZM','BROWSERSTACK_LTS_SESSION_ID\x20cleared','gMtYy','getLTSSessionId','TqVWj','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','104UCCvTa','BROWSERSTACK_LTS_SESSION_ID','error','120344mmkrIB'];a82_0x304c=function(){return _0x47153c;};return a82_0x304c();}function a82_0x358d(_0x21cf4d,_0x1ab0c3){const _0x304ced=a82_0x304c();return a82_0x358d=function(_0x358d89,_0x228594){_0x358d89=_0x358d89-0x8d;let _0xc74a10=_0x304ced[_0x358d89];return _0xc74a10;},a82_0x358d(_0x21cf4d,_0x1ab0c3);}a82_0x1ef76e[a82_0x35122e(0x9e)]=isLTSSession,a82_0x1ef76e[a82_0x35122e(0xb0)]=getLTSSessionId,a82_0x1ef76e['setLTSSessionId']=setLTSSessionId,module[a82_0x35122e(0xa1)]=a82_0x1ef76e;
1
+ function a82_0x42ae(_0x2a2e71,_0x5caf14){const _0x4c2ce1=a82_0x4c2c();return a82_0x42ae=function(_0x42ae89,_0x3921ae){_0x42ae89=_0x42ae89-0x183;let _0x3437aa=_0x4c2ce1[_0x42ae89];return _0x3437aa;},a82_0x42ae(_0x2a2e71,_0x5caf14);}const a82_0x35283c=a82_0x42ae;(function(_0x2018d9,_0x1b1c5c){const _0x16811e=a82_0x42ae,_0x15f57b=_0x2018d9();while(!![]){try{const _0x10386a=-parseInt(_0x16811e(0x1ae))/0x1*(parseInt(_0x16811e(0x1ab))/0x2)+parseInt(_0x16811e(0x1aa))/0x3+parseInt(_0x16811e(0x193))/0x4*(parseInt(_0x16811e(0x189))/0x5)+parseInt(_0x16811e(0x192))/0x6*(-parseInt(_0x16811e(0x186))/0x7)+-parseInt(_0x16811e(0x1b7))/0x8*(parseInt(_0x16811e(0x19c))/0x9)+-parseInt(_0x16811e(0x191))/0xa*(parseInt(_0x16811e(0x18c))/0xb)+parseInt(_0x16811e(0x1b1))/0xc*(parseInt(_0x16811e(0x1a2))/0xd);if(_0x10386a===_0x1b1c5c)break;else _0x15f57b['push'](_0x15f57b['shift']());}catch(_0x5a2028){_0x15f57b['push'](_0x15f57b['shift']());}}}(a82_0x4c2c,0x6bec4));function a82_0x4c2c(){const _0x1dc4f2=['undefined','xkIwH','kgEBH','1262718qQQpaJ','213844GXeFAI','otqUQ','../../../helpers/helper.js','2vEaCAP','RhgIN','message','2011116iJcWoQ','toLowerCase','FmNsk','overrideLoadTesting','YoBxc','toString','232liXICe','OnUDj','TbWVe','getLTSSessionId','14jANWaR','xlgFH','LoadTestModule','1285QdvJTK','true','setLTSSessionId\x20error:\x20','143QZbJRa','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','env','error','browserstackAutomation','94500ALDYys','2368620UcNMye','12688gfvPVH','../../../helpers/classLogger.js','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','isLTSSession','LTS','BROWSERSTACK_LTS_SESSION_ID','string','vAeqN','EQVyI','156969RbmpYj','false','NPooI','ZOkhT','BROWSERSTACK_LTS_SESSION_ID\x20cleared','debug','65ptmtYA','UjuUm','setLTSSessionId','pOmVo','OAWpC'];a82_0x4c2c=function(){return _0x1dc4f2;};return a82_0x4c2c();}const {createClassLogger}=require(a82_0x35283c(0x194)),logger=createClassLogger(a82_0x35283c(0x188)),{sendSdkEvents}=require(a82_0x35283c(0x1ad)),isLTSSession=(_0x32d356=null)=>{const _0x540787=a82_0x35283c,_0x42d995={};_0x42d995[_0x540787(0x19b)]=function(_0x4d0aec,_0x2de0e7){return _0x4d0aec!==_0x2de0e7;},_0x42d995['ZOkhT']=_0x540787(0x1a7),_0x42d995['pOmVo']=function(_0x5a04ce,_0x5dda00){return _0x5a04ce===_0x5dda00;},_0x42d995[_0x540787(0x183)]=_0x540787(0x199),_0x42d995['otqUQ']=_0x540787(0x18a),_0x42d995['vAeqN']=function(_0x464cce,_0x570942){return _0x464cce===_0x570942;},_0x42d995[_0x540787(0x187)]=function(_0x1b359f,_0x167160){return _0x1b359f===_0x167160;},_0x42d995[_0x540787(0x1b5)]=_0x540787(0x19d);const _0x2ee2e7=_0x42d995;try{if(_0x2ee2e7[_0x540787(0x19b)](typeof process[_0x540787(0x18e)][_0x540787(0x1b4)],_0x2ee2e7[_0x540787(0x19f)])){const _0x12336f=process[_0x540787(0x18e)]['overrideLoadTesting'];return _0x2ee2e7[_0x540787(0x1a5)](typeof _0x12336f,_0x2ee2e7[_0x540787(0x183)])?_0x2ee2e7[_0x540787(0x1a5)](_0x12336f[_0x540787(0x1b2)](),_0x2ee2e7['otqUQ']):!!_0x12336f;}const _0x29cd88=_0x32d356&&_0x32d356['overrideLoadTesting'],_0x48955e=!!(_0x32d356&&(_0x2ee2e7['vAeqN'](_0x32d356['browserstackAutomation'],!![])||_0x2ee2e7[_0x540787(0x19a)](_0x32d356[_0x540787(0x190)],_0x2ee2e7[_0x540787(0x1ac)]))),_0x59fbe6=!!(_0x29cd88&&_0x2ee2e7[_0x540787(0x187)](_0x29cd88[_0x540787(0x1b6)]()[_0x540787(0x1b2)](),_0x2ee2e7[_0x540787(0x1ac)])&&!_0x48955e);return process['env']['overrideLoadTesting']=_0x59fbe6?_0x2ee2e7[_0x540787(0x1ac)]:_0x2ee2e7[_0x540787(0x1b5)],_0x59fbe6;}catch(_0x1a329e){return process[_0x540787(0x18e)][_0x540787(0x1b4)]=_0x2ee2e7['YoBxc'],![];}},getLTSSessionId=()=>{const _0x1d2a6f=a82_0x35283c,_0x535eb0={'MZWJa':function(_0x3121ea){return _0x3121ea();},'RhgIN':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','TbWVe':'LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id'};try{if(_0x535eb0['MZWJa'](isLTSSession))return logger[_0x1d2a6f(0x1a1)](_0x535eb0[_0x1d2a6f(0x1af)]),process['env'][_0x1d2a6f(0x198)]||'';}catch(_0x32e2fa){logger[_0x1d2a6f(0x18f)](_0x1d2a6f(0x18d)+(_0x32e2fa&&_0x32e2fa['message']));}return logger[_0x1d2a6f(0x1a1)](_0x535eb0[_0x1d2a6f(0x184)]),'';},setLTSSessionId=async(_0x3d6275={})=>{const _0x6adec5=a82_0x35283c,_0x643588={'UjuUm':function(_0x3018a4){return _0x3018a4();},'FmNsk':_0x6adec5(0x195),'kgEBH':_0x6adec5(0x1a0),'OAWpC':_0x6adec5(0x197),'xkIwH':function(_0x3112be,_0x3c9e41){return _0x3112be(_0x3c9e41);},'NPooI':function(_0x3ee04b,_0x16bec1,_0x382448){return _0x3ee04b(_0x16bec1,_0x382448);},'pbLAl':function(_0x2bcca6,_0xf4b1fb){return _0x2bcca6||_0xf4b1fb;}};try{const _0x4f2b82=_0x643588[_0x6adec5(0x1a3)](getLTSSessionId);_0x4f2b82?(process[_0x6adec5(0x18e)]['BROWSERSTACK_LTS_SESSION_ID']=_0x4f2b82,logger[_0x6adec5(0x1a1)](_0x643588[_0x6adec5(0x1b3)])):(delete process[_0x6adec5(0x18e)][_0x6adec5(0x198)],logger[_0x6adec5(0x1a1)](_0x643588[_0x6adec5(0x1a9)]));try{const _0xa612c4={'feature':_0x643588[_0x6adec5(0x1a6)],'ltsEnabled':_0x643588[_0x6adec5(0x1a8)](isLTSSession,_0x3d6275),'ltsSessionIdPresent':!!_0x4f2b82};await _0x643588[_0x6adec5(0x19e)](sendSdkEvents,_0xa612c4,_0x3d6275);}catch(_0x277bbb){logger[_0x6adec5(0x1a1)]('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x277bbb&&_0x277bbb['message']));}return _0x643588['pbLAl'](_0x4f2b82,'');}catch(_0x1d4fdf){return logger[_0x6adec5(0x1a1)](_0x6adec5(0x18b)+(_0x1d4fdf&&_0x1d4fdf[_0x6adec5(0x1b0)])),'';}},a82_0x207b19={};a82_0x207b19[a82_0x35283c(0x196)]=isLTSSession,a82_0x207b19[a82_0x35283c(0x185)]=getLTSSessionId,a82_0x207b19[a82_0x35283c(0x1a4)]=setLTSSessionId,module['exports']=a82_0x207b19;
@@ -1 +1 @@
1
- const a83_0x840ceb=a83_0xc1ff;(function(_0x348a88,_0xcc502){const _0x2ae9f0=a83_0xc1ff,_0x42f5d6=_0x348a88();while(!![]){try{const _0x14958a=-parseInt(_0x2ae9f0(0x16a))/0x1+-parseInt(_0x2ae9f0(0x179))/0x2+parseInt(_0x2ae9f0(0x17a))/0x3*(parseInt(_0x2ae9f0(0x15f))/0x4)+-parseInt(_0x2ae9f0(0x16d))/0x5+-parseInt(_0x2ae9f0(0x173))/0x6*(parseInt(_0x2ae9f0(0x16f))/0x7)+parseInt(_0x2ae9f0(0x171))/0x8+parseInt(_0x2ae9f0(0x163))/0x9;if(_0x14958a===_0xcc502)break;else _0x42f5d6['push'](_0x42f5d6['shift']());}catch(_0x394042){_0x42f5d6['push'](_0x42f5d6['shift']());}}}(a83_0x1825,0x2c2f9));const BaseModule=require(a83_0x840ceb(0x161)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a83_0x840ceb(0x162)),AutomationFrameworkState=require(a83_0x840ceb(0x167)),HookState=require(a83_0x840ceb(0x170)),{playwrightAnnotate}=require(a83_0x840ceb(0x15e)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require(a83_0x840ceb(0x15d)),constants=require(a83_0x840ceb(0x16e));function a83_0xc1ff(_0x60fa36,_0x555675){const _0x182556=a83_0x1825();return a83_0xc1ff=function(_0xc1ff18,_0x2ce414){_0xc1ff18=_0xc1ff18-0x159;let _0x233f0b=_0x182556[_0xc1ff18];return _0x233f0b;},a83_0xc1ff(_0x60fa36,_0x555675);}function a83_0x1825(){const _0x1be501=['1217495Inrufk','../../utils/constants.js','28zOsOpV','../state/hookState.js','1084792UxxWUa','MODULE_NAME','323358QPRRMh','registerObserver','BsqVi','name','observabilityConfig','logger','70994oqnmKx','27KTXaMm','ObservabilitySync:','ObservabilityModule','info','ZsDYR','\x20sync\x20done','debug','onBeforeTest','../../../helpers/performance/constants.js','../../../helpers/helper.js','57712JNycoZ','bind','./baseModule','../framework/automationFramework.js','4312503zWGZPJ','KoPaY','SYNC','getModuleName','../state/automationFrameworkState.js','TEST_REPORTING_ANALYTICS','start','69065qZUCFQ','page','now'];a83_0x1825=function(){return _0x1be501;};return a83_0x1825();}class ObservabilityModule extends BaseModule{['logger']=createClassLogger(a83_0x840ceb(0x17c));constructor(_0x550cb7){const _0x1a87b0=a83_0x840ceb,_0x4be44d={};_0x4be44d[_0x1a87b0(0x159)]=_0x1a87b0(0x17c);const _0xe3ecfe=_0x4be44d;super(),this[_0x1a87b0(0x176)]=_0xe3ecfe[_0x1a87b0(0x159)],this[_0x1a87b0(0x177)]=_0x550cb7,AutomationFramework[_0x1a87b0(0x174)](AutomationFrameworkState['CREATE'],HookState['POST'],this[_0x1a87b0(0x15c)][_0x1a87b0(0x160)](this));}[a83_0x840ceb(0x166)](){const _0x184b66=a83_0x840ceb;return ObservabilityModule[_0x184b66(0x172)];}async[a83_0x840ceb(0x15c)](_0x40e368){const _0x39e213=a83_0x840ceb,_0x1f7115={'lIDiI':function(_0x3bb228,_0x325e28){return _0x3bb228+_0x325e28;},'KoPaY':_0x39e213(0x17b),'BsqVi':function(_0x13add5,_0xd83c8a,_0x253630,_0x345306){return _0x13add5(_0xd83c8a,_0x253630,_0x345306);},'dumOj':_0x39e213(0x15b),'NAPwb':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x40e368[_0x39e213(0x16b)]){const _0x4bce4f=_0x40e368[_0x39e213(0x16b)],_0x2ebc86=Date[_0x39e213(0x16c)](),_0x9dd41c=_0x1f7115['lIDiI'](_0x1f7115[_0x39e213(0x164)],_0x2ebc86);PerformanceTester[_0x39e213(0x169)](O11y_EVENTS[_0x39e213(0x165)]),await _0x1f7115[_0x39e213(0x175)](playwrightAnnotate,_0x4bce4f,_0x9dd41c,_0x1f7115['dumOj']),PerformanceTester['end'](O11y_EVENTS['SYNC']),this[_0x39e213(0x178)][_0x39e213(0x17d)]('onBeforeTest:\x20'+constants[_0x39e213(0x168)]+_0x39e213(0x15a));}else this['logger']['debug'](_0x1f7115['NAPwb']);}}ObservabilityModule[a83_0x840ceb(0x172)]='ObservabilityModule',module['exports']=ObservabilityModule;
1
+ const a83_0x550686=a83_0xf26f;function a83_0x45d7(){const _0x28e8df=['\x20sync\x20done','NnipQ','../framework/automationFramework.js','./baseModule','aQaGV','ObservabilitySync:','TEST_REPORTING_ANALYTICS','end','logger','../../../helpers/performance/constants.js','exports','../../utils/constants.js','MODULE_NAME','ObservabilityModule','info','YUtaA','2266416ONPaIt','127000CVDRIl','1053sXVLgz','observabilityConfig','name','debug','../../../helpers/performance/performance-tester.js','start','onBeforeTest','3148176FvhlkX','5OsQlKu','CREATE','SYNC','70TnKNkt','4530900VJEDfv','getModuleName','uAqxA','onBeforeTest:\x20page\x20is\x20not\x20defined','153390geWJFs','447677zkCsTA','1888648TbqCpp'];a83_0x45d7=function(){return _0x28e8df;};return a83_0x45d7();}(function(_0x23ce78,_0x28faf5){const _0x8fe766=a83_0xf26f,_0x2e7b9e=_0x23ce78();while(!![]){try{const _0x11e8c2=parseInt(_0x8fe766(0x14c))/0x1+parseInt(_0x8fe766(0x14d))/0x2+parseInt(_0x8fe766(0x147))/0x3+-parseInt(_0x8fe766(0x139))/0x4+parseInt(_0x8fe766(0x143))/0x5*(parseInt(_0x8fe766(0x142))/0x6)+-parseInt(_0x8fe766(0x146))/0x7*(parseInt(_0x8fe766(0x13a))/0x8)+-parseInt(_0x8fe766(0x13b))/0x9*(parseInt(_0x8fe766(0x14b))/0xa);if(_0x11e8c2===_0x28faf5)break;else _0x2e7b9e['push'](_0x2e7b9e['shift']());}catch(_0x131a94){_0x2e7b9e['push'](_0x2e7b9e['shift']());}}}(a83_0x45d7,0xdd6e4));const BaseModule=require(a83_0x550686(0x151)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a83_0x550686(0x150)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require(a83_0x550686(0x13f)),{O11y_EVENTS}=require(a83_0x550686(0x157)),constants=require(a83_0x550686(0x159));function a83_0xf26f(_0x201066,_0x54ae98){const _0x45d76d=a83_0x45d7();return a83_0xf26f=function(_0xf26f51,_0xa7dd80){_0xf26f51=_0xf26f51-0x139;let _0x2514b3=_0x45d76d[_0xf26f51];return _0x2514b3;},a83_0xf26f(_0x201066,_0x54ae98);}class ObservabilityModule extends BaseModule{[a83_0x550686(0x156)]=createClassLogger(a83_0x550686(0x15b));constructor(_0xa39718){const _0x35340a=a83_0x550686,_0x93d3d1={};_0x93d3d1['ATFcD']=_0x35340a(0x15b);const _0x3d33d8=_0x93d3d1;super(),this[_0x35340a(0x13d)]=_0x3d33d8['ATFcD'],this[_0x35340a(0x13c)]=_0xa39718,AutomationFramework['registerObserver'](AutomationFrameworkState[_0x35340a(0x144)],HookState['POST'],this[_0x35340a(0x141)]['bind'](this));}[a83_0x550686(0x148)](){const _0x1496fa=a83_0x550686;return ObservabilityModule[_0x1496fa(0x15a)];}async['onBeforeTest'](_0x78780e){const _0x114211=a83_0x550686,_0x5f3e63={'IZcBI':function(_0x473969,_0x3ea5f8){return _0x473969+_0x3ea5f8;},'YUtaA':_0x114211(0x153),'uAqxA':function(_0x3b2636,_0x5a84a2,_0x18464b,_0x3bc930){return _0x3b2636(_0x5a84a2,_0x18464b,_0x3bc930);},'NnipQ':_0x114211(0x13e),'aQaGV':_0x114211(0x14a)};if(_0x78780e['page']){const _0x23eb2b=_0x78780e['page'],_0x3cb33e=Date['now'](),_0x27164d=_0x5f3e63['IZcBI'](_0x5f3e63[_0x114211(0x15d)],_0x3cb33e);PerformanceTester[_0x114211(0x140)](O11y_EVENTS[_0x114211(0x145)]),await _0x5f3e63[_0x114211(0x149)](playwrightAnnotate,_0x23eb2b,_0x27164d,_0x5f3e63[_0x114211(0x14f)]),PerformanceTester[_0x114211(0x155)](O11y_EVENTS['SYNC']),this[_0x114211(0x156)][_0x114211(0x15c)]('onBeforeTest:\x20'+constants[_0x114211(0x154)]+_0x114211(0x14e));}else this[_0x114211(0x156)][_0x114211(0x13e)](_0x5f3e63[_0x114211(0x152)]);}}ObservabilityModule[a83_0x550686(0x15a)]=a83_0x550686(0x15b),module[a83_0x550686(0x158)]=ObservabilityModule;
@@ -1 +1 @@
1
- function a84_0x38fe(_0x25c9fc,_0x492519){const _0x3e544d=a84_0x3e54();return a84_0x38fe=function(_0x38fe31,_0x2a4b6e){_0x38fe31=_0x38fe31-0x15b;let _0x878fad=_0x3e544d[_0x38fe31];return _0x878fad;},a84_0x38fe(_0x25c9fc,_0x492519);}const a84_0xb0f258=a84_0x38fe;(function(_0x24134d,_0x31b451){const _0x4d1bd3=a84_0x38fe,_0x43e263=_0x24134d();while(!![]){try{const _0x3d4767=-parseInt(_0x4d1bd3(0x165))/0x1+parseInt(_0x4d1bd3(0x18c))/0x2*(parseInt(_0x4d1bd3(0x1d1))/0x3)+parseInt(_0x4d1bd3(0x186))/0x4+parseInt(_0x4d1bd3(0x21e))/0x5*(-parseInt(_0x4d1bd3(0x160))/0x6)+-parseInt(_0x4d1bd3(0x183))/0x7*(-parseInt(_0x4d1bd3(0x227))/0x8)+-parseInt(_0x4d1bd3(0x180))/0x9*(parseInt(_0x4d1bd3(0x1dc))/0xa)+parseInt(_0x4d1bd3(0x1b0))/0xb*(-parseInt(_0x4d1bd3(0x17e))/0xc);if(_0x3d4767===_0x31b451)break;else _0x43e263['push'](_0x43e263['shift']());}catch(_0x57dd28){_0x43e263['push'](_0x43e263['shift']());}}}(a84_0x3e54,0xebc53));const util=require('util'),BaseModule=require(a84_0xb0f258(0x1ca)),{createClassLogger}=require(a84_0xb0f258(0x1e5)),{getFrameworkVersion}=require(a84_0xb0f258(0x204)),helper=require('../../../helpers/helper'),{FRAMEWORKS}=require(a84_0xb0f258(0x172)),AutomationFramework=require(a84_0xb0f258(0x1f5)),AutomationFrameworkState=require(a84_0xb0f258(0x1be)),HookState=require('../state/hookState.js'),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require('../../../helpers/helper.js'),CLIUtils=require('../cliUtils.js'),BrowserstackCLI=require(a84_0xb0f258(0x20e)),GrpcClient=require(a84_0xb0f258(0x1ac)),PerformanceTester=require(a84_0xb0f258(0x1da)),PerformanceEvents=require(a84_0xb0f258(0x1a4))[a84_0xb0f258(0x1e2)],TestInfo=require(a84_0xb0f258(0x185)),{getPlaywrightProvider,getProductForSession}=require(a84_0xb0f258(0x16d)),LoadTestModule=require('./loadTestModule.js'),TestFrameworkConstants=require(a84_0xb0f258(0x1a5)),TestFrameworkState=require(a84_0xb0f258(0x1f4)),JestUtils=require(a84_0xb0f258(0x22e)),PlaywrightSessionDetails=require(a84_0xb0f258(0x1ba));class PlaywrightDriverModule extends BaseModule{static ['KEY_BROWSER_OBJECT']=a84_0xb0f258(0x1dd);static [a84_0xb0f258(0x219)]=a84_0xb0f258(0x1ef);static [a84_0xb0f258(0x1cf)]='pageObject';static ['KEY_SESSION_ID']=a84_0xb0f258(0x207);static [a84_0xb0f258(0x213)]=a84_0xb0f258(0x188);static ['KEY_CAPABILITIES']=a84_0xb0f258(0x17b);static [a84_0xb0f258(0x1b4)]=a84_0xb0f258(0x1f1);static [a84_0xb0f258(0x1c1)]=a84_0xb0f258(0x193);static [a84_0xb0f258(0x1e3)]=a84_0xb0f258(0x190);[a84_0xb0f258(0x1d4)]=createClassLogger(a84_0xb0f258(0x182));constructor(_0x147142=null){const _0x4d9a9d=a84_0xb0f258,_0x211c05={};_0x211c05[_0x4d9a9d(0x15e)]=_0x4d9a9d(0x20d),_0x211c05['tiQxe']='PlaywrightDriverModule';const _0x56a9cc=_0x211c05,_0x1c5135=_0x56a9cc['hBwOt']['split']('|');let _0x59e7ea=0x0;while(!![]){switch(_0x1c5135[_0x59e7ea++]){case'0':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x4d9a9d(0x1e4)],HookState[_0x4d9a9d(0x1f0)],this[_0x4d9a9d(0x162)]['bind'](this));continue;case'1':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x4d9a9d(0x226)],HookState[_0x4d9a9d(0x1a7)],this[_0x4d9a9d(0x1cd)][_0x4d9a9d(0x20b)](this));continue;case'2':super(_0x147142);continue;case'3':this[_0x4d9a9d(0x197)]=null;continue;case'4':this[_0x4d9a9d(0x225)]=null;continue;case'5':this[_0x4d9a9d(0x174)]=null;continue;case'6':AutomationFramework[_0x4d9a9d(0x1df)](AutomationFrameworkState[_0x4d9a9d(0x226)],HookState[_0x4d9a9d(0x1f0)],this[_0x4d9a9d(0x221)][_0x4d9a9d(0x20b)](this));continue;case'7':this[_0x4d9a9d(0x216)]=null;continue;case'8':AutomationFramework[_0x4d9a9d(0x1df)](AutomationFrameworkState[_0x4d9a9d(0x215)],HookState['POST'],this[_0x4d9a9d(0x177)][_0x4d9a9d(0x20b)](this));continue;case'9':this['platforms']=[];continue;case'10':this[_0x4d9a9d(0x192)]=new JestUtils();continue;case'11':this['name']=_0x56a9cc['tiQxe'];continue;}break;}}['getModuleName'](){const _0x5e271b=a84_0xb0f258;return PlaywrightDriverModule[_0x5e271b(0x1d9)];}async[a84_0xb0f258(0x1cd)](_0xd6a0f7){const _0x3631b8=a84_0xb0f258,_0x2440de={};_0x2440de[_0x3631b8(0x223)]=_0x3631b8(0x1bd);const _0x5f272d=_0x2440de;try{this[_0x3631b8(0x1d4)]['debug'](_0x5f272d[_0x3631b8(0x223)]);const _0x18b69c=_0xd6a0f7[_0x3631b8(0x1c7)],_0x513890=_0xd6a0f7[_0x3631b8(0x1f1)];AutomationFramework['setState'](_0xd6a0f7[_0x3631b8(0x168)],PlaywrightDriverModule[_0x3631b8(0x21c)],_0x18b69c),AutomationFramework[_0x3631b8(0x203)](_0xd6a0f7[_0x3631b8(0x168)],PlaywrightDriverModule[_0x3631b8(0x1b4)],_0x513890);}catch(_0x36357b){this[_0x3631b8(0x1d4)][_0x3631b8(0x16c)](_0x3631b8(0x16a)+util['format'](_0x36357b));}}async[a84_0xb0f258(0x177)](_0x41b5c8){const _0x50d8d4=a84_0xb0f258,_0x19687c={};_0x19687c['owxGG']=function(_0x55577b,_0x3d8309){return _0x55577b||_0x3d8309;};const _0x1e7da7=_0x19687c;try{const _0x3b2ec6=_0x41b5c8?.['message']&&_0x41b5c8?.[_0x50d8d4(0x1b2)]?.[_0x50d8d4(0x1ab)]&&_0x41b5c8?.['message']?.[_0x50d8d4(0x1ab)]?.[_0x50d8d4(0x1f6)],_0x1425c3=_0x41b5c8?.['message']&&_0x41b5c8?.[_0x50d8d4(0x1b2)]?.[_0x50d8d4(0x187)];if(_0x1e7da7[_0x50d8d4(0x1b1)](_0x3b2ec6,_0x1425c3)){this[_0x50d8d4(0x1d4)][_0x50d8d4(0x1ae)](_0x50d8d4(0x1e7)+util[_0x50d8d4(0x1fe)](_0x3b2ec6)+'\x20||\x20'+util[_0x50d8d4(0x1fe)](_0x1425c3));const _0x2ba39b=_0x41b5c8?.[_0x50d8d4(0x168)],_0x45cc77=global?.[_0x50d8d4(0x181)]?.[_0x50d8d4(0x18f)]?.['parallelIndex'],_0x4f27ec=_0x3b2ec6?.[_0x50d8d4(0x207)]||_0x1425c3?.[_0x50d8d4(0x207)],_0x3d45ca=_0x3b2ec6?.[_0x50d8d4(0x193)]||_0x1425c3?.[_0x50d8d4(0x193)];_0x4f27ec&&(this[_0x50d8d4(0x1d4)]['debug']('onDispatchExecute:\x20Playwright\x20sessionId:\x20'+_0x4f27ec),AutomationFramework[_0x50d8d4(0x203)](_0x2ba39b,PlaywrightDriverModule['KEY_SESSION_ID'],_0x4f27ec)),_0x45cc77&&(this[_0x50d8d4(0x1d4)][_0x50d8d4(0x1ae)](_0x50d8d4(0x1d5)+util[_0x50d8d4(0x1fe)](_0x45cc77)),AutomationFramework[_0x50d8d4(0x203)](_0x2ba39b,PlaywrightDriverModule[_0x50d8d4(0x213)],_0x45cc77));}}catch(_0x1f5277){this[_0x50d8d4(0x1d4)][_0x50d8d4(0x16c)]('Error\x20in\x20onDispatchExecute:\x20'+util[_0x50d8d4(0x178)](_0x1f5277));}}async[a84_0xb0f258(0x221)](_0x55a917){const _0x4e2565=a84_0xb0f258,_0x4e01bf={'cYedo':_0x4e2565(0x191),'NqSAo':function(_0x5251a6,_0x367882){return _0x5251a6(_0x367882);},'fjmdw':'onAfterDriverCreate:\x20Setting\x20page\x20object','ynnmB':_0x4e2565(0x22b),'fZZEy':_0x4e2565(0x22a),'yWJKH':'onAfterDriverCreate:\x20Setting\x20browser\x20object','LzHtz':'base64','DTsBg':function(_0x5408ed,_0x577972){return _0x5408ed===_0x577972;}};try{this[_0x4e2565(0x1d4)][_0x4e2565(0x1ae)](_0x4e01bf['cYedo']);const _0x45c7c7=_0x55a917[_0x4e2565(0x168)];this['playwrightVersion']=_0x4e01bf['NqSAo'](getFrameworkVersion,FRAMEWORKS[_0x4e2565(0x1c9)]);if(_0x55a917[_0x4e2565(0x1c8)]){this[_0x4e2565(0x1d4)][_0x4e2565(0x1ae)](_0x4e01bf[_0x4e2565(0x1cc)]),AutomationFramework['setState'](_0x45c7c7,PlaywrightDriverModule[_0x4e2565(0x1cf)],_0x55a917[_0x4e2565(0x1c8)]);if(_0x55a917['testInfo']){this[_0x4e2565(0x1d4)][_0x4e2565(0x1ae)](_0x4e01bf[_0x4e2565(0x1c0)]);const _0x36c26a=this['getTestId'](_0x55a917);AutomationFramework[_0x4e2565(0x203)](_0x45c7c7,PlaywrightDriverModule[_0x4e2565(0x1e3)],_0x36c26a),await this[_0x4e2565(0x173)](_0x55a917[_0x4e2565(0x171)]);}}_0x55a917[_0x4e2565(0x1b7)]&&(this[_0x4e2565(0x1d4)][_0x4e2565(0x1ae)](_0x4e01bf[_0x4e2565(0x21a)]),AutomationFramework[_0x4e2565(0x203)](_0x45c7c7,PlaywrightDriverModule['KEY_CONTEXT_OBJECT'],_0x55a917[_0x4e2565(0x1b7)]));if(_0x55a917[_0x4e2565(0x1bc)]){this[_0x4e2565(0x1d4)]['debug'](_0x4e01bf[_0x4e2565(0x211)]);const _0x35bbe4=global?.[_0x4e2565(0x181)]?.['workerInfo']?.[_0x4e2565(0x184)];AutomationFramework[_0x4e2565(0x203)](_0x45c7c7,PlaywrightDriverModule[_0x4e2565(0x20f)],_0x55a917[_0x4e2565(0x1bc)]),AutomationFramework[_0x4e2565(0x203)](_0x45c7c7,PlaywrightDriverModule[_0x4e2565(0x213)],_0x35bbe4);const _0x123d02={};_0x123d02['isPlaywright']=!![];const _0x35ff04=Buffer[_0x4e2565(0x205)](JSON[_0x4e2565(0x1cb)](_0x123d02)[_0x4e2565(0x19c)](_0x4e01bf[_0x4e2565(0x201)])),_0x47a79a=await GrpcClient[_0x4e2565(0x164)]()[_0x4e2565(0x1f2)]({'platformIndex':_0x35bbe4,'ref':_0x45c7c7['getRef'](),'userInputParams':_0x35ff04});(helper[_0x4e2565(0x18d)](helper['isBrowserstackInfra']())||helper[_0x4e2565(0x1a2)](helper[_0x4e2565(0x1d0)]()&&BrowserstackCLI['getInstance']()[_0x4e2565(0x1b8)]()[_0x4e2565(0x229)]&&_0x4e01bf[_0x4e2565(0x228)](BrowserstackCLI['getInstance']()[_0x4e2565(0x1b8)]()[_0x4e2565(0x229)][_0x4e2565(0x1e1)],0x0)))&&AutomationFramework[_0x4e2565(0x203)](_0x45c7c7,PlaywrightDriverModule[_0x4e2565(0x21c)],PlaywrightSessionDetails[_0x4e2565(0x17c)]());}}catch(_0x9324a0){this[_0x4e2565(0x1d4)][_0x4e2565(0x16c)](_0x4e2565(0x15f)+util[_0x4e2565(0x178)](_0x9324a0));}}async[a84_0xb0f258(0x162)](_0xe2fe44){const _0x1579c2=a84_0xb0f258,_0x1c60ad={'VhxKz':'Automation\x20onAfterTest:\x20Test\x20completed','onPWa':_0x1579c2(0x169),'kxpPw':function(_0x2f3ca6,_0x382be3){return _0x2f3ca6(_0x382be3);},'GOhCM':function(_0x2f4627,_0x3824d3,_0x88c40f){return _0x2f4627(_0x3824d3,_0x88c40f);},'RNgoc':_0x1579c2(0x202),'QhVvj':_0x1579c2(0x1b2),'EpsAC':_0x1579c2(0x16c),'eyJhO':function(_0x41ee32,_0x191736,_0x2bcccb){return _0x41ee32(_0x191736,_0x2bcccb);},'ERGvb':'errors','MNkqw':function(_0x4237b9,_0x243da5){return _0x4237b9>_0x243da5;},'UBJuq':function(_0x4865a4,_0x3a3403){return _0x4865a4||_0x3a3403;},'ezfWb':function(_0x4b7309,_0x55cdea){return _0x4b7309||_0x55cdea;},'KZIrW':function(_0x4f2480,_0x2baaef){return _0x4f2480===_0x2baaef;},'LbxHU':function(_0x5c965f,_0x5a7a38){return _0x5c965f+_0x5a7a38;},'XTsRt':_0x1579c2(0x1de),'oVrla':function(_0x14598e,_0x2ada47){return _0x14598e+_0x2ada47;},'nTIRR':_0x1579c2(0x170),'UQIlv':function(_0x420a46,_0x56955d){return _0x420a46(_0x56955d);},'Cszpj':'Playwright','oYayq':_0x1579c2(0x1c3),'kudPK':function(_0x54a83a){return _0x54a83a();},'vdOyN':_0x1579c2(0x1ec),'KBBEA':function(_0x3e1569,_0x5af5b8){return _0x3e1569===_0x5af5b8;},'DAtXP':_0x1579c2(0x1d7)};this[_0x1579c2(0x1d4)]['debug'](_0x1c60ad['VhxKz']);const _0x64ea95=_0xe2fe44['instance'];if(!_0x64ea95){this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)](_0x1c60ad[_0x1579c2(0x195)]);return;}const _0x2a4b2e=_0xe2fe44['testInfo'],_0x383e1c=this[_0x1579c2(0x209)](_0xe2fe44),_0x2b877a=_0x2a4b2e[_0x1579c2(0x15b)];let _0x1fb16a;const _0x51c494=_0x1c60ad[_0x1579c2(0x1bb)](getPlaywrightStatus,_0x2b877a);let _0x1746e2,_0x372b4c=null;if(_0x2a4b2e['pickle']||_0x2a4b2e[_0x1579c2(0x15d)])_0x1746e2=_0x1c60ad[_0x1579c2(0x1bb)](getCucumberSessionName,_0x2a4b2e),_0x1fb16a=_0x1c60ad[_0x1579c2(0x167)](nestedKeyValue,_0x2a4b2e,[_0x1c60ad['RNgoc'],_0x1c60ad['QhVvj']]);else{_0x1746e2=_0x1c60ad[_0x1579c2(0x1bb)](getPlaywrightSessionName,_0x2a4b2e),_0x1fb16a=_0x1c60ad['GOhCM'](nestedKeyValue,_0x2a4b2e,[_0x1c60ad[_0x1579c2(0x18e)],_0x1c60ad[_0x1579c2(0x1e8)]]);const _0x3b8776=_0x1c60ad[_0x1579c2(0x19a)](nestedKeyValue,_0x2a4b2e,[_0x1c60ad[_0x1579c2(0x166)]]);_0x3b8776&&_0x1c60ad['MNkqw'](_0x3b8776[_0x1579c2(0x1e1)],0x0)&&(_0x372b4c=_0x3b8776[0x0][_0x1579c2(0x1b2)]),_0x1fb16a=_0x1c60ad['UBJuq'](_0x1fb16a,_0x372b4c),this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)]('Automation\x20onAfterTest:\x20Test\x20status:\x20'+_0x51c494+_0x1579c2(0x176)+_0x1fb16a);}const _0x4484f2=_0x1c60ad[_0x1579c2(0x16f)](_0x1fb16a,_0x372b4c);this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)](_0x1579c2(0x196)+_0x51c494);let _0x16c881,_0x290425;if(this[_0x1579c2(0x1a6)]&&_0x1c60ad[_0x1579c2(0x1fc)](this[_0x1579c2(0x1a6)][_0x1579c2(0x21f)],FRAMEWORKS[_0x1579c2(0x1db)]))_0x16c881=_0x383e1c,_0x290425=TestInfo[_0x1579c2(0x1e6)](_0x16c881);else this[_0x1579c2(0x1a6)]&&_0x1c60ad['KZIrW'](this[_0x1579c2(0x1a6)][_0x1579c2(0x21f)],FRAMEWORKS[_0x1579c2(0x15c)])?(_0x16c881=this[_0x1579c2(0x192)][_0x1579c2(0x1e9)](_0x2a4b2e),this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)]('Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20'+_0x16c881)):(_0x16c881=TestInfo['getTestIdentifierFromTestInfo'](_0x2a4b2e,_0x2a4b2e[_0x1579c2(0x1c5)]),_0x290425=TestInfo[_0x1579c2(0x1e6)](_0x16c881));const _0xe9f0f6=TestInfo[_0x1579c2(0x206)](_0x16c881);this[_0x1579c2(0x1d4)]['info'](_0x1c60ad[_0x1579c2(0x1a9)](_0x1c60ad[_0x1579c2(0x1ce)],_0x383e1c)),this['logger']['info'](_0x1c60ad[_0x1579c2(0x1f3)](_0x1c60ad[_0x1579c2(0x214)],util['inspect'](_0xe9f0f6)));const _0x8dc410=AutomationFramework[_0x1579c2(0x198)](_0x64ea95,PlaywrightDriverModule['KEY_PLATFORM_INDEX']),_0x3e0fac=_0xe9f0f6?.[TestFrameworkConstants[_0x1579c2(0x224)]]||this[_0x1579c2(0x1a6)]&&this[_0x1579c2(0x1a6)]['name'],_0xa816ba=_0xe9f0f6?.[TestFrameworkConstants[_0x1579c2(0x19e)]]||this[_0x1579c2(0x1a6)]&&this['testFrameworkData'][_0x1579c2(0x222)],_0x2409a4=TestFrameworkState[_0x1579c2(0x21d)][_0x1579c2(0x19c)]()[_0x1579c2(0x1a0)]('.')[0x1],_0x869a17=HookState['POST']['toString']()['split']('.')[0x1],_0xee3baa=_0x64ea95['getContext'](),_0x193f09=AutomationFramework[_0x1579c2(0x198)](_0x64ea95,PlaywrightDriverModule[_0x1579c2(0x1b4)],''),_0x30b9b9={'provider':_0x1c60ad[_0x1579c2(0x21b)](getPlaywrightProvider,_0x193f09),'frameworkName':_0x1c60ad[_0x1579c2(0x18a)],'frameworkVersion':_0x1c60ad[_0x1579c2(0x163)],'frameworkSessionId':LoadTestModule[_0x1579c2(0x22d)]()?LoadTestModule[_0x1579c2(0x1ad)]():AutomationFramework[_0x1579c2(0x198)](_0x64ea95,PlaywrightDriverModule[_0x1579c2(0x20c)],''),'ref':_0x64ea95[_0x1579c2(0x17a)](),'hubUrl':_0x193f09,'product':_0x1c60ad[_0x1579c2(0x16e)](getProductForSession)};let _0x3fc16e=AutomationFramework[_0x1579c2(0x198)](_0x64ea95,PlaywrightDriverModule[_0x1579c2(0x21c)],{});_0x3fc16e&&_0x1c60ad['MNkqw'](Object[_0x1579c2(0x1b5)](_0x3fc16e)[_0x1579c2(0x1e1)],0x0)?_0x3fc16e=Buffer[_0x1579c2(0x205)](JSON['stringify'](_0x3fc16e))[_0x1579c2(0x19c)](_0x1c60ad[_0x1579c2(0x19f)]):_0x3fc16e=Buffer[_0x1579c2(0x205)](JSON[_0x1579c2(0x1cb)]({}))[_0x1579c2(0x19c)](_0x1c60ad[_0x1579c2(0x19f)]);const _0x3be975={'hash':_0xee3baa[_0x1579c2(0x1f9)](),'threadId':_0xee3baa[_0x1579c2(0x19b)]()[_0x1579c2(0x19c)](),'processId':_0xee3baa[_0x1579c2(0x20a)]()[_0x1579c2(0x19c)]()},_0x474e6a={};_0x474e6a['test_identifier']=_0x16c881;const _0xdae168={};_0xdae168[_0x1579c2(0x1fb)]=_0x290425;const _0x55d72d={'platformIndex':_0x8dc410,'testFrameworkName':_0x3e0fac,'testFrameworkVersion':_0xa816ba,'testFrameworkState':_0x2409a4,'testHookState':_0x869a17,...this[_0x1579c2(0x1a6)]&&_0x1c60ad[_0x1579c2(0x1fc)](this[_0x1579c2(0x1a6)]['name'],FRAMEWORKS[_0x1579c2(0x15c)])?_0x474e6a:_0xdae168,'automationSession':_0x30b9b9,'capabilities':_0x3fc16e,'executionContext':_0x3be975};this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)](_0x1579c2(0x1a3)+util[_0x1579c2(0x178)](_0x55d72d)),GrpcClient[_0x1579c2(0x164)]()[_0x1579c2(0x1fd)](_0x55d72d),this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)](_0x1579c2(0x1f8)+_0x383e1c+(this[_0x1579c2(0x1a6)]&&_0x1c60ad[_0x1579c2(0x1b9)](this[_0x1579c2(0x1a6)][_0x1579c2(0x21f)],FRAMEWORKS['JEST'])?_0x1579c2(0x1aa)+_0x16c881:''));if(!_0x51c494){this['logger'][_0x1579c2(0x1ae)](_0x1c60ad[_0x1579c2(0x16b)],_0x2b877a[_0x1579c2(0x15b)]);return;}this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)](_0x1579c2(0x161)+_0x383e1c),_0x2a4b2e&&(this[_0x1579c2(0x1d4)][_0x1579c2(0x1ae)](_0x1579c2(0x19d)+_0x1746e2),await this[_0x1579c2(0x173)](_0x2a4b2e)),await this[_0x1579c2(0x22c)](_0x64ea95,_0x1746e2,_0x51c494,_0x4484f2);}async[a84_0xb0f258(0x22c)](_0xa6feaf,_0x2bab3b,_0x462ee1,_0x4793c7){const _0xfd4db2=a84_0xb0f258,_0x3e104c={'BOJRT':_0xfd4db2(0x199),'kCeLB':_0xfd4db2(0x18b),'YFmfW':'markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','sjjkc':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','WgAUY':_0xfd4db2(0x1e0),'TduFJ':_0xfd4db2(0x220),'jKuaY':_0xfd4db2(0x1a8),'tUJwU':function(_0x345698,_0x76bd30){return _0x345698===_0x76bd30;},'VfASr':_0xfd4db2(0x212),'onKFi':_0xfd4db2(0x1d2),'TjeTk':'error','BPIpv':function(_0x105393,_0x31dca0,_0x250901,_0x21bbbb){return _0x105393(_0x31dca0,_0x250901,_0x21bbbb);},'lOibl':_0xfd4db2(0x1c2),'KjCWJ':function(_0x5a5273,_0x11efa8,_0xa33561){return _0x5a5273(_0x11efa8,_0xa33561);}};if(CLIUtils['shouldSkipSessionStatus'](BrowserstackCLI['getInstance']()[_0xfd4db2(0x1b8)]())){this['logger'][_0xfd4db2(0x1ae)](_0x3e104c['BOJRT']);return;}const _0x141141=_0xa6feaf;if(!_0x141141){this[_0xfd4db2(0x1d4)][_0xfd4db2(0x1ae)](_0x3e104c[_0xfd4db2(0x1b6)]);return;}const _0x4a05cd=AutomationFramework['getState'](_0x141141,PlaywrightDriverModule[_0xfd4db2(0x1cf)]);if(!_0x4a05cd){this[_0xfd4db2(0x1d4)][_0xfd4db2(0x1ae)](_0x3e104c['YFmfW']);return;}const _0x35be0d=_0x462ee1;if(!_0x35be0d){this[_0xfd4db2(0x1d4)]['debug'](_0x3e104c[_0xfd4db2(0x1c4)],_0x35be0d);return;}const _0x526839={};_0x526839[_0xfd4db2(0x15b)]=_0x35be0d;const _0x21e8f4={};_0x21e8f4[_0xfd4db2(0x179)]=_0x3e104c[_0xfd4db2(0x1bf)],_0x21e8f4['arguments']=_0x526839;const _0x1df85b=_0x21e8f4;_0x4793c7&&(_0x1df85b[_0xfd4db2(0x17f)][_0x3e104c[_0xfd4db2(0x1eb)]]=_0x4793c7);const _0x1a07da=(_0x2bab3b?_0x2bab3b:_0x3e104c[_0xfd4db2(0x1f7)])+'\x20'+_0x35be0d+'\x20'+(_0x4793c7?_0xfd4db2(0x1c6)+_0x4793c7:''),_0x77315c=_0x3e104c[_0xfd4db2(0x1d3)](_0x35be0d,_0x3e104c['VfASr'])?_0x3e104c[_0xfd4db2(0x217)]:_0x3e104c[_0xfd4db2(0x1fa)];await _0x3e104c[_0xfd4db2(0x1ed)](playwrightAnnotate,_0x4a05cd,_0x1a07da,_0x77315c),_0x4793c7&&(_0x1df85b[_0xfd4db2(0x17f)][_0x3e104c['TduFJ']]=_0x4793c7),PerformanceTester['start'](PerformanceEvents[_0xfd4db2(0x200)]),this['logger'][_0xfd4db2(0x1ae)](_0x3e104c[_0xfd4db2(0x1d6)]),await _0x3e104c[_0xfd4db2(0x1af)](playwrightBstackJsExecutor,_0x4a05cd,_0x1df85b),PerformanceTester[_0xfd4db2(0x208)](PerformanceEvents['SESSION_STATUS']);}async[a84_0xb0f258(0x173)](_0x4a0c5d){const _0x1af864=a84_0xb0f258,_0x1e4ae0={'OnjbQ':_0x1af864(0x210),'wdrhV':function(_0x40cc63,_0x2469ff){return _0x40cc63(_0x2469ff);},'XrtyA':_0x1af864(0x194),'THZYh':function(_0x1153ff,_0xa44d0c,_0x14e58c){return _0x1153ff(_0xa44d0c,_0x14e58c);}};try{if(CLIUtils[_0x1af864(0x1ff)](BrowserstackCLI[_0x1af864(0x164)]()[_0x1af864(0x1b8)]())){this['logger']['debug'](_0x1e4ae0[_0x1af864(0x189)]);return;}const _0x1a7f9e=AutomationFramework[_0x1af864(0x198)](AutomationFramework[_0x1af864(0x1b3)](),PlaywrightDriverModule['KEY_PAGE_OBJECT']);let _0x513145;_0x4a0c5d[_0x1af864(0x1ea)]||_0x4a0c5d[_0x1af864(0x15d)]?_0x513145=_0x1e4ae0[_0x1af864(0x17d)](getCucumberSessionName,_0x4a0c5d):_0x513145=_0x1e4ae0['wdrhV'](getPlaywrightSessionName,_0x4a0c5d);const _0x4c19a2={};_0x4c19a2['name']=_0x513145;const _0x1e9119={};_0x1e9119[_0x1af864(0x179)]=_0x1e4ae0[_0x1af864(0x218)],_0x1e9119[_0x1af864(0x17f)]=_0x4c19a2;const _0x560012=_0x1e9119;PerformanceTester[_0x1af864(0x175)](PerformanceEvents[_0x1af864(0x1a1)]),await _0x1e4ae0['THZYh'](playwrightBstackJsExecutor,_0x1a7f9e,_0x560012),PerformanceTester[_0x1af864(0x208)](PerformanceEvents[_0x1af864(0x1a1)]);}catch(_0x3c0b4c){PerformanceTester[_0x1af864(0x208)](PerformanceEvents[_0x1af864(0x1a1)],![],util[_0x1af864(0x178)](_0x3c0b4c)),this[_0x1af864(0x1d4)][_0x1af864(0x16c)](_0x1af864(0x1ee)+util[_0x1af864(0x178)](_0x3c0b4c));}}}function a84_0x3e54(){const _0x2e8be8=['status','JEST','gherkinDocument','hBwOt','Error\x20in\x20onAfterDriverCreate:\x20','294168LLHIsZ','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','onAfterTest','oYayq','getInstance','261579qXFNcr','ERGvb','GOhCM','instance','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','Error\x20in\x20onBeforeDriverCreate:\x20','DAtXP','error','../../../helpers/helper.js','kudPK','ezfWb','testData\x20from\x20onAfterTest:\x20','testInfo','../../utils/constants','markSessionName','playwrightVersion','start','\x20failure\x20reason:\x20','onPlaywrightDispatch','format','action','getRef','capabilities','getDetails','wdrhV','1073388fOgUlV','arguments','5076yBsIeM','__workerDetails','PlaywrightDriverModule','721CeqcNy','parallelIndex','../TestInfo.js','2522936yBDtNi','bStackParams','platformIndex','OnjbQ','Cszpj','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','2sgKznN','isFalse','EpsAC','workerInfo','testId','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','jestUtils','platformDetails','setSessionName','onPWa','Automation\x20onAfterTest:\x20Test\x20status:\x20','browserName','getState','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','eyJhO','getThreadId','toString','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','KEY_TEST_FRAMEWORK_VERSION','vdOyN','split','SESSION_NAME','isTrue','onAfterTest\x20CBTSession\x20payload:\x20','../../../helpers/performance/constants.js','../framework/constants/testFrameworkConstants.js','testFrameworkData','PRE','Session','LbxHU',',\x20test_identifier:\x20','params','../grpcClient.js','getLTSSessionId','debug','KjCWJ','44WLstEx','owxGG','message','getTrackedInstance','KEY_HUB_URL','keys','kCeLB','context','getConfig','KBBEA','../../playwright/sessionDetails','kxpPw','browser','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','../state/automationFrameworkState.js','WgAUY','ynnmB','KEY_PLATFORM_DETAILS','markSessionStatus:\x20Marking\x20session\x20status','1.51.0','sjjkc','retry','with\x20','launchcaps','page','PLAYWRIGHT','./baseModule','stringify','fjmdw','onBeforeDriverCreate','XTsRt','KEY_PAGE_OBJECT','isBrowserstackInfra','3847035jfRfoZ','info','tUJwU','logger','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','lOibl','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','exports','MODULE_NAME','../../../helpers/performance/performance-tester.js','CUCUMBER','12830wWiaSy','browserObject','testId:\x20','registerObserver','setSessionStatus','length','AUTOMATE_EVENTS','KEY_TEST_ID','EXECUTE','../../../helpers/classLogger.js','getTestUUID','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','QhVvj','recreateIdentifierFromTestInfo','pickle','TduFJ','base64','BPIpv','Error\x20in\x20markSessionName:\x20','contextObject','POST','hubUrl','driverInit','oVrla','../state/testFrameworkState','../framework/automationFramework.js','bsParams','jKuaY','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','getId','TjeTk','testUuid','KZIrW','testSessionEvent','inspect','shouldSkipSessionName','SESSION_STATUS','LzHtz','result','setState','../../../helpers/test-observability/utils','from','getTestDetails','sessionId','end','getTestId','getProcessId','bind','KEY_SESSION_ID','2|11|5|3|4|9|7|10|1|6|8|0','../browserstackCLI.js','KEY_BROWSER_OBJECT','markSessionName:\x20Skipping\x20session\x20name\x20marking','yWJKH','passed','KEY_PLATFORM_INDEX','nTIRR','PLAYWRIGHT_DISPATCH','testRunId','onKFi','XrtyA','KEY_CONTEXT_OBJECT','fZZEy','UQIlv','KEY_CAPABILITIES','TEST','95cPppbm','name','reason','onAfterDriverCreate','version','BBmNT','KEY_TEST_FRAMEWORK_NAME','browserVersion','CREATE','103080hlqDZe','DTsBg','platforms','onAfterDriverCreate:\x20Setting\x20context\x20object','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','markSessionStatus','isLTSSession','../utils/jest-utils.js'];a84_0x3e54=function(){return _0x2e8be8;};return a84_0x3e54();}PlaywrightDriverModule['MODULE_NAME']=a84_0xb0f258(0x182),module[a84_0xb0f258(0x1d8)]=PlaywrightDriverModule;
1
+ function a84_0x14e2(){const _0x5d3211=['../state/automationFrameworkState.js','testInfo','registerObserver','clyyl','getTestIdentifierFromTestInfo','WQVAJ','arguments','result','error','KEY_TEST_FRAMEWORK_VERSION','info','pickle','__workerDetails','YXhaE','onAfterDriverCreate:\x20Setting\x20page\x20object','onPlaywrightDispatch','\x20||\x20','getTestUUID','DvchP','setSessionName','rCEtX','passed','Error\x20in\x20onAfterDriverCreate:\x20','markSessionStatus','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','fdsDk','sjkEV','../framework/automationFramework.js','../../../helpers/classLogger.js','EXECUTE','../../../helpers/helper.js','gherkinDocument','EBqsY','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','wwXfZ','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','start','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','KEY_PAGE_OBJECT','../state/hookState.js','5|1|2|3|9|4|0|7|6|8|11|10','isTrue','with\x20','lFCbD','8879453Tuvsge','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','../framework/constants/testFrameworkConstants.js','Playwright','bind','PRE','getLTSSessionId','onAfterDriverCreate:\x20Setting\x20context\x20object','mTlQH','AdKQw','KEY_TEST_ID','TFdEQ','driverInit','../state/testFrameworkState','platforms','workerInfo','519309iLxUKW','getRef','BBZDW','../../../helpers/performance/constants.js','context','LxGPA','toString','version','ZUjmC','xCgSo','SzgiP','shouldSkipSessionStatus','platformIndex','./baseModule','inspect','onBeforeDriverCreate','capabilities','stringify','util','getConfig','onAfterDriverCreate','debug','szmWF','jestUtils','Error\x20in\x20onBeforeDriverCreate:\x20','XzYvh','KEY_PLATFORM_DETAILS','JPEYD','browserObject','name','mIxYi','onDispatchExecute:\x20Playwright\x20sessionId:\x20','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','bUOVW','Automation\x20onAfterTest:\x20Test\x20status:\x20','recreateIdentifierFromTestInfo','KEY_HUB_URL','errors','shouldSkipSessionName','sUaIt','580948isdeZO','base64','onAfterDriverCreate:\x20Setting\x20browser\x20object','1.51.0','nqurF','getState','platformDetails','AUTOMATE_EVENTS','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','iAKBU','JczAY','10470901RkUpjc','keys','KEY_SESSION_ID','end','KEY_BROWSER_OBJECT','GDJhf','getThreadId','ZKben','CREATE','39CdDPUd','length','test_identifier','Error\x20in\x20markSessionName:\x20','pageObject','sessionId','bsParams','8dAgOPN','291032bCxMxT','from','split','wlkfm','markSessionName','KEY_PLATFORM_INDEX','KEY_CONTEXT_OBJECT','10EmtBoR','eYSIc','4936278HoRuBC','cXEFh','setState','\x20failure\x20reason:\x20','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','isBrowserstackInfra','20BGavHp','lOyFP','CUCUMBER','../../../helpers/performance/performance-tester.js','YxqUh','getDetails','testFrameworkData','93598jfzXSs','parallelIndex','CMvDf','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','DWVeJ','aZDTk','../../../helpers/test-observability/utils','ifOmM','getContext','browserName','bStackParams','getTestDetails','getProcessId','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','../browserstackCLI.js','getTrackedInstance','PLAYWRIGHT_DISPATCH','markSessionStatus:\x20Marking\x20session\x20status','testId:\x20','reason','launchcaps','getInstance','contextObject','testRunId','instance','ioIZW','KEY_TEST_FRAMEWORK_NAME','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','cAbaa','getModuleName','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','PlaywrightDriverModule','SESSION_STATUS','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','abwPC','zhqCL','logger','page',',\x20test_identifier:\x20','JEST','../grpcClient.js','SESSION_NAME','status','message','../utils/jest-utils.js','playwrightVersion','KEY_CAPABILITIES','KDTIF','MODULE_NAME','params','gJvkB','Error\x20in\x20onDispatchExecute:\x20','NptKC','action','getId','../cliUtils.js','retry','setSessionStatus','POST','format'];a84_0x14e2=function(){return _0x5d3211;};return a84_0x14e2();}function a84_0x371f(_0xea800e,_0x1d48ed){const _0x14e2cd=a84_0x14e2();return a84_0x371f=function(_0x371fd5,_0x3922cf){_0x371fd5=_0x371fd5-0x12e;let _0x8fc1a7=_0x14e2cd[_0x371fd5];return _0x8fc1a7;},a84_0x371f(_0xea800e,_0x1d48ed);}const a84_0x3dc217=a84_0x371f;(function(_0x4b0ec2,_0x53eb46){const _0xc27caa=a84_0x371f,_0x3729f4=_0x4b0ec2();while(!![]){try{const _0x19f6ed=-parseInt(_0xc27caa(0x1e8))/0x1+parseInt(_0xc27caa(0x1fe))/0x2*(parseInt(_0xc27caa(0x1e0))/0x3)+-parseInt(_0xc27caa(0x1cc))/0x4*(parseInt(_0xc27caa(0x1ef))/0x5)+parseInt(_0xc27caa(0x1f1))/0x6+parseInt(_0xc27caa(0x1d7))/0x7+-parseInt(_0xc27caa(0x1e7))/0x8*(-parseInt(_0xc27caa(0x1a4))/0x9)+parseInt(_0xc27caa(0x1f7))/0xa*(-parseInt(_0xc27caa(0x194))/0xb);if(_0x19f6ed===_0x53eb46)break;else _0x3729f4['push'](_0x3729f4['shift']());}catch(_0x40ad09){_0x3729f4['push'](_0x3729f4['shift']());}}}(a84_0x14e2,0xc08d4));const util=require(a84_0x3dc217(0x1b6)),BaseModule=require(a84_0x3dc217(0x1b1)),{createClassLogger}=require(a84_0x3dc217(0x184)),{getFrameworkVersion}=require(a84_0x3dc217(0x132)),helper=require('../../../helpers/helper'),{FRAMEWORKS}=require('../../utils/constants'),AutomationFramework=require(a84_0x3dc217(0x183)),AutomationFrameworkState=require(a84_0x3dc217(0x168)),HookState=require(a84_0x3dc217(0x18f)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require('../../../helpers/helper.js'),CLIUtils=require(a84_0x3dc217(0x163)),BrowserstackCLI=require(a84_0x3dc217(0x13a)),GrpcClient=require(a84_0x3dc217(0x154)),PerformanceTester=require(a84_0x3dc217(0x1fa)),PerformanceEvents=require(a84_0x3dc217(0x1a7))[a84_0x3dc217(0x1d3)],TestInfo=require('../TestInfo.js'),{getPlaywrightProvider,getProductForSession}=require(a84_0x3dc217(0x186)),LoadTestModule=require('./loadTestModule.js'),TestFrameworkConstants=require(a84_0x3dc217(0x196)),TestFrameworkState=require(a84_0x3dc217(0x1a1)),JestUtils=require(a84_0x3dc217(0x158)),PlaywrightSessionDetails=require('../../playwright/sessionDetails');class PlaywrightDriverModule extends BaseModule{static [a84_0x3dc217(0x1db)]=a84_0x3dc217(0x1c0);static [a84_0x3dc217(0x1ee)]=a84_0x3dc217(0x142);static [a84_0x3dc217(0x18e)]=a84_0x3dc217(0x1e4);static ['KEY_SESSION_ID']=a84_0x3dc217(0x1e5);static [a84_0x3dc217(0x1ed)]=a84_0x3dc217(0x1b0);static [a84_0x3dc217(0x15a)]=a84_0x3dc217(0x1b4);static ['KEY_HUB_URL']='hubUrl';static [a84_0x3dc217(0x1be)]=a84_0x3dc217(0x1d2);static [a84_0x3dc217(0x19e)]='testId';[a84_0x3dc217(0x150)]=createClassLogger(a84_0x3dc217(0x14b));constructor(_0x2134c1=null){const _0x51b271=a84_0x3dc217,_0x4ce193={};_0x4ce193[_0x51b271(0x1ad)]=_0x51b271(0x190),_0x4ce193['JPEYD']=_0x51b271(0x14b);const _0x2dd232=_0x4ce193,_0x3ab98a=_0x2dd232[_0x51b271(0x1ad)][_0x51b271(0x1ea)]('|');let _0x4057f2=0x0;while(!![]){switch(_0x3ab98a[_0x4057f2++]){case'0':this[_0x51b271(0x143)]=null;continue;case'1':this[_0x51b271(0x1c1)]=_0x2dd232[_0x51b271(0x1bf)];continue;case'2':this['playwrightVersion']=null;continue;case'3':this[_0x51b271(0x135)]=null;continue;case'4':this[_0x51b271(0x1a2)]=[];continue;case'5':super(_0x2134c1);continue;case'6':AutomationFramework[_0x51b271(0x16a)](AutomationFrameworkState['CREATE'],HookState[_0x51b271(0x199)],this[_0x51b271(0x1b3)][_0x51b271(0x198)](this));continue;case'7':this[_0x51b271(0x1bb)]=new JestUtils();continue;case'8':AutomationFramework[_0x51b271(0x16a)](AutomationFrameworkState[_0x51b271(0x1df)],HookState['POST'],this[_0x51b271(0x1b8)][_0x51b271(0x198)](this));continue;case'9':this['browserVersion']=null;continue;case'10':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x51b271(0x185)],HookState['POST'],this['onAfterTest'][_0x51b271(0x198)](this));continue;case'11':AutomationFramework[_0x51b271(0x16a)](AutomationFrameworkState[_0x51b271(0x13c)],HookState[_0x51b271(0x166)],this[_0x51b271(0x177)]['bind'](this));continue;}break;}}[a84_0x3dc217(0x149)](){const _0x37ff52=a84_0x3dc217;return PlaywrightDriverModule[_0x37ff52(0x15c)];}async[a84_0x3dc217(0x1b3)](_0x32bf3e){const _0x43c2da=a84_0x3dc217,_0x2b2ce0={};_0x2b2ce0[_0x43c2da(0x18a)]=_0x43c2da(0x1d4);const _0x195038=_0x2b2ce0;try{this[_0x43c2da(0x150)][_0x43c2da(0x1b9)](_0x195038[_0x43c2da(0x18a)]);const _0x435b77=_0x32bf3e[_0x43c2da(0x140)],_0x31c8d8=_0x32bf3e['hubUrl'];AutomationFramework[_0x43c2da(0x1f3)](_0x32bf3e[_0x43c2da(0x144)],PlaywrightDriverModule['KEY_CAPABILITIES'],_0x435b77),AutomationFramework[_0x43c2da(0x1f3)](_0x32bf3e[_0x43c2da(0x144)],PlaywrightDriverModule[_0x43c2da(0x1c8)],_0x31c8d8);}catch(_0x531370){this[_0x43c2da(0x150)][_0x43c2da(0x170)](_0x43c2da(0x1bc)+util['format'](_0x531370));}}async['onPlaywrightDispatch'](_0x3c351e){const _0x5ef329=a84_0x3dc217,_0x17129d={};_0x17129d[_0x5ef329(0x19f)]=function(_0x423869,_0xf31f9c){return _0x423869||_0xf31f9c;};const _0x410818=_0x17129d;try{const _0x1dc3c9=_0x3c351e?.[_0x5ef329(0x157)]&&_0x3c351e?.['message']?.['params']&&_0x3c351e?.[_0x5ef329(0x157)]?.[_0x5ef329(0x15d)]?.[_0x5ef329(0x1e6)],_0x962a22=_0x3c351e?.[_0x5ef329(0x157)]&&_0x3c351e?.[_0x5ef329(0x157)]?.[_0x5ef329(0x136)];if(_0x410818['TFdEQ'](_0x1dc3c9,_0x962a22)){this[_0x5ef329(0x150)][_0x5ef329(0x1b9)](_0x5ef329(0x180)+util[_0x5ef329(0x1b2)](_0x1dc3c9)+_0x5ef329(0x178)+util['inspect'](_0x962a22));const _0x277e28=_0x3c351e?.[_0x5ef329(0x144)],_0x5dcce6=global?.[_0x5ef329(0x174)]?.[_0x5ef329(0x1a3)]?.[_0x5ef329(0x1ff)],_0x556cf4=_0x1dc3c9?.[_0x5ef329(0x1e5)]||_0x962a22?.[_0x5ef329(0x1e5)],_0x1fed92=_0x1dc3c9?.['platformDetails']||_0x962a22?.[_0x5ef329(0x1d2)];_0x556cf4&&(this[_0x5ef329(0x150)][_0x5ef329(0x1b9)](_0x5ef329(0x1c3)+_0x556cf4),AutomationFramework[_0x5ef329(0x1f3)](_0x277e28,PlaywrightDriverModule[_0x5ef329(0x1d9)],_0x556cf4)),_0x5dcce6&&(this[_0x5ef329(0x150)][_0x5ef329(0x1b9)](_0x5ef329(0x139)+util[_0x5ef329(0x1b2)](_0x5dcce6)),AutomationFramework[_0x5ef329(0x1f3)](_0x277e28,PlaywrightDriverModule[_0x5ef329(0x1ed)],_0x5dcce6));}}catch(_0xf9ee8e){this['logger'][_0x5ef329(0x170)](_0x5ef329(0x15f)+util['format'](_0xf9ee8e));}}async[a84_0x3dc217(0x1b8)](_0x5cc6de){const _0x4592a9=a84_0x3dc217,_0x54feaf={'KsQya':_0x4592a9(0x12f),'VmoMr':function(_0xd8912b,_0x3f2fa1){return _0xd8912b(_0x3f2fa1);},'DWVeJ':_0x4592a9(0x176),'WQVAJ':_0x4592a9(0x189),'sDGVG':_0x4592a9(0x19b),'sUaIt':_0x4592a9(0x1ce),'szmWF':'base64','bUOVW':function(_0xa61694,_0x339b02){return _0xa61694===_0x339b02;}};try{this[_0x4592a9(0x150)][_0x4592a9(0x1b9)](_0x54feaf['KsQya']);const _0x2f8959=_0x5cc6de[_0x4592a9(0x144)];this[_0x4592a9(0x159)]=_0x54feaf['VmoMr'](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x5cc6de[_0x4592a9(0x151)]){this[_0x4592a9(0x150)][_0x4592a9(0x1b9)](_0x54feaf[_0x4592a9(0x130)]),AutomationFramework[_0x4592a9(0x1f3)](_0x2f8959,PlaywrightDriverModule[_0x4592a9(0x18e)],_0x5cc6de[_0x4592a9(0x151)]);if(_0x5cc6de[_0x4592a9(0x169)]){this[_0x4592a9(0x150)]['debug'](_0x54feaf[_0x4592a9(0x16d)]);const _0x1d4ea5=this['getTestId'](_0x5cc6de);AutomationFramework[_0x4592a9(0x1f3)](_0x2f8959,PlaywrightDriverModule[_0x4592a9(0x19e)],_0x1d4ea5),await this[_0x4592a9(0x1ec)](_0x5cc6de[_0x4592a9(0x169)]);}}_0x5cc6de[_0x4592a9(0x1a8)]&&(this[_0x4592a9(0x150)][_0x4592a9(0x1b9)](_0x54feaf['sDGVG']),AutomationFramework[_0x4592a9(0x1f3)](_0x2f8959,PlaywrightDriverModule['KEY_CONTEXT_OBJECT'],_0x5cc6de[_0x4592a9(0x1a8)]));if(_0x5cc6de['browser']){this['logger'][_0x4592a9(0x1b9)](_0x54feaf[_0x4592a9(0x1cb)]);const _0x2adfce=global?.[_0x4592a9(0x174)]?.[_0x4592a9(0x1a3)]?.[_0x4592a9(0x1ff)];AutomationFramework[_0x4592a9(0x1f3)](_0x2f8959,PlaywrightDriverModule[_0x4592a9(0x1db)],_0x5cc6de['browser']),AutomationFramework[_0x4592a9(0x1f3)](_0x2f8959,PlaywrightDriverModule[_0x4592a9(0x1ed)],_0x2adfce);const _0x2f827d={};_0x2f827d['isPlaywright']=!![];const _0x1ca119=Buffer[_0x4592a9(0x1e9)](JSON['stringify'](_0x2f827d)['toString'](_0x54feaf[_0x4592a9(0x1ba)])),_0x19c1fe=await GrpcClient[_0x4592a9(0x141)]()[_0x4592a9(0x1a0)]({'platformIndex':_0x2adfce,'ref':_0x2f8959[_0x4592a9(0x1a5)](),'userInputParams':_0x1ca119});(helper['isFalse'](helper[_0x4592a9(0x1f6)]())||helper[_0x4592a9(0x191)](helper[_0x4592a9(0x1f6)]()&&BrowserstackCLI['getInstance']()[_0x4592a9(0x1b7)]()['platforms']&&_0x54feaf[_0x4592a9(0x1c5)](BrowserstackCLI[_0x4592a9(0x141)]()[_0x4592a9(0x1b7)]()['platforms']['length'],0x0)))&&AutomationFramework[_0x4592a9(0x1f3)](_0x2f8959,PlaywrightDriverModule[_0x4592a9(0x15a)],PlaywrightSessionDetails[_0x4592a9(0x1fc)]());}}catch(_0x4f15bd){this[_0x4592a9(0x150)][_0x4592a9(0x170)](_0x4592a9(0x17e)+util[_0x4592a9(0x167)](_0x4f15bd));}}async['onAfterTest'](_0x3c34e7){const _0x1aae38=a84_0x3dc217,_0x268b5={'AdKQw':'Automation\x20onAfterTest:\x20Test\x20completed','lFCbD':_0x1aae38(0x195),'fdsDk':function(_0x3ed056,_0xe3265b){return _0x3ed056(_0xe3265b);},'EBqsY':function(_0x28a4bd,_0x22f6b2){return _0x28a4bd(_0x22f6b2);},'JczAY':function(_0x5ae837,_0x7d15e0,_0x45bfac){return _0x5ae837(_0x7d15e0,_0x45bfac);},'lOyFP':_0x1aae38(0x16f),'eYSIc':_0x1aae38(0x157),'siZAZ':function(_0x305d54,_0x14f3cd){return _0x305d54(_0x14f3cd);},'aZDTk':function(_0x2abeb3,_0x222c4b,_0x2e7b9b){return _0x2abeb3(_0x222c4b,_0x2e7b9b);},'rCEtX':_0x1aae38(0x170),'abwPC':function(_0x51f283,_0x213aa4,_0x559e65){return _0x51f283(_0x213aa4,_0x559e65);},'QwSNK':_0x1aae38(0x1c9),'zhqCL':function(_0x31e29e,_0x5160e0){return _0x31e29e>_0x5160e0;},'lyITT':function(_0x73e1bf,_0x4db8df){return _0x73e1bf||_0x4db8df;},'ZKben':function(_0x3fa769,_0x583914){return _0x3fa769===_0x583914;},'nYVHt':function(_0x1be498,_0x4f182a){return _0x1be498===_0x4f182a;},'dYXoH':function(_0x1a92c3,_0x5b8403){return _0x1a92c3+_0x5b8403;},'BBZDW':_0x1aae38(0x13e),'NptKC':function(_0x5bd223,_0x10793b){return _0x5bd223+_0x10793b;},'mIxYi':'testData\x20from\x20onAfterTest:\x20','SzgiP':function(_0x28641b,_0x3113b5){return _0x28641b(_0x3113b5);},'ifOmM':_0x1aae38(0x197),'oMBzB':_0x1aae38(0x1cf),'sjkEV':function(_0xb55f9b){return _0xb55f9b();},'CMvDf':function(_0x5e18bf,_0x3015d0){return _0x5e18bf>_0x3015d0;},'mTlQH':_0x1aae38(0x1cd),'LxGPA':function(_0x453935,_0x299bdc){return _0x453935===_0x299bdc;},'XzYvh':_0x1aae38(0x18d)};this[_0x1aae38(0x150)][_0x1aae38(0x1b9)](_0x268b5[_0x1aae38(0x19d)]);const _0x5e936c=_0x3c34e7[_0x1aae38(0x144)];if(!_0x5e936c){this[_0x1aae38(0x150)][_0x1aae38(0x1b9)](_0x268b5[_0x1aae38(0x193)]);return;}const _0x4fe0b7=_0x3c34e7['testInfo'],_0x54ebeb=this['getTestId'](_0x3c34e7),_0x2334ec=_0x4fe0b7[_0x1aae38(0x156)];let _0x46aedf;const _0xf89e3=_0x268b5[_0x1aae38(0x181)](getPlaywrightStatus,_0x2334ec);let _0xad1489,_0x1beb23=null;if(_0x4fe0b7['pickle']||_0x4fe0b7[_0x1aae38(0x187)])_0xad1489=_0x268b5[_0x1aae38(0x188)](getCucumberSessionName,_0x4fe0b7),_0x46aedf=_0x268b5[_0x1aae38(0x1d6)](nestedKeyValue,_0x4fe0b7,[_0x268b5[_0x1aae38(0x1f8)],_0x268b5[_0x1aae38(0x1f0)]]);else{_0xad1489=_0x268b5['siZAZ'](getPlaywrightSessionName,_0x4fe0b7),_0x46aedf=_0x268b5[_0x1aae38(0x131)](nestedKeyValue,_0x4fe0b7,[_0x268b5[_0x1aae38(0x17c)],_0x268b5[_0x1aae38(0x1f0)]]);const _0x5915eb=_0x268b5[_0x1aae38(0x14e)](nestedKeyValue,_0x4fe0b7,[_0x268b5['QwSNK']]);_0x5915eb&&_0x268b5[_0x1aae38(0x14f)](_0x5915eb[_0x1aae38(0x1e1)],0x0)&&(_0x1beb23=_0x5915eb[0x0][_0x1aae38(0x157)]),_0x46aedf=_0x268b5['lyITT'](_0x46aedf,_0x1beb23),this[_0x1aae38(0x150)][_0x1aae38(0x1b9)]('Automation\x20onAfterTest:\x20Test\x20status:\x20'+_0xf89e3+_0x1aae38(0x1f4)+_0x46aedf);}const _0x5609d0=_0x268b5['lyITT'](_0x46aedf,_0x1beb23);this[_0x1aae38(0x150)][_0x1aae38(0x1b9)](_0x1aae38(0x1c6)+_0xf89e3);let _0x5823a6,_0x1646dd;if(this[_0x1aae38(0x1fd)]&&_0x268b5[_0x1aae38(0x1de)](this[_0x1aae38(0x1fd)][_0x1aae38(0x1c1)],FRAMEWORKS[_0x1aae38(0x1f9)]))_0x5823a6=_0x54ebeb,_0x1646dd=TestInfo[_0x1aae38(0x179)](_0x5823a6);else this[_0x1aae38(0x1fd)]&&_0x268b5['nYVHt'](this[_0x1aae38(0x1fd)]['name'],FRAMEWORKS[_0x1aae38(0x153)])?(_0x5823a6=this[_0x1aae38(0x1bb)][_0x1aae38(0x1c7)](_0x4fe0b7),this[_0x1aae38(0x150)][_0x1aae38(0x1b9)](_0x1aae38(0x147)+_0x5823a6)):(_0x5823a6=TestInfo[_0x1aae38(0x16c)](_0x4fe0b7,_0x4fe0b7[_0x1aae38(0x164)]),_0x1646dd=TestInfo[_0x1aae38(0x179)](_0x5823a6));const _0x488e24=TestInfo[_0x1aae38(0x137)](_0x5823a6);this[_0x1aae38(0x150)][_0x1aae38(0x172)](_0x268b5['dYXoH'](_0x268b5[_0x1aae38(0x1a6)],_0x54ebeb)),this['logger'][_0x1aae38(0x172)](_0x268b5[_0x1aae38(0x160)](_0x268b5[_0x1aae38(0x1c2)],util['inspect'](_0x488e24)));const _0x827762=AutomationFramework[_0x1aae38(0x1d1)](_0x5e936c,PlaywrightDriverModule[_0x1aae38(0x1ed)]),_0x2737d5=_0x488e24?.[TestFrameworkConstants[_0x1aae38(0x146)]]||this[_0x1aae38(0x1fd)]&&this['testFrameworkData']['name'],_0x23641c=_0x488e24?.[TestFrameworkConstants[_0x1aae38(0x171)]]||this[_0x1aae38(0x1fd)]&&this[_0x1aae38(0x1fd)][_0x1aae38(0x1ab)],_0x140da0=TestFrameworkState['TEST'][_0x1aae38(0x1aa)]()[_0x1aae38(0x1ea)]('.')[0x1],_0x11dab6=HookState[_0x1aae38(0x166)][_0x1aae38(0x1aa)]()[_0x1aae38(0x1ea)]('.')[0x1],_0x121367=_0x5e936c[_0x1aae38(0x134)](),_0x127b43=AutomationFramework[_0x1aae38(0x1d1)](_0x5e936c,PlaywrightDriverModule[_0x1aae38(0x1c8)],''),_0x57fb72={'provider':_0x268b5[_0x1aae38(0x1ae)](getPlaywrightProvider,_0x127b43),'frameworkName':_0x268b5[_0x1aae38(0x133)],'frameworkVersion':_0x268b5['oMBzB'],'frameworkSessionId':LoadTestModule['isLTSSession']()?LoadTestModule[_0x1aae38(0x19a)]():AutomationFramework['getState'](_0x5e936c,PlaywrightDriverModule[_0x1aae38(0x1d9)],''),'ref':_0x5e936c[_0x1aae38(0x1a5)](),'hubUrl':_0x127b43,'product':_0x268b5[_0x1aae38(0x182)](getProductForSession)};let _0x5cc591=AutomationFramework[_0x1aae38(0x1d1)](_0x5e936c,PlaywrightDriverModule[_0x1aae38(0x15a)],{});_0x5cc591&&_0x268b5[_0x1aae38(0x12e)](Object[_0x1aae38(0x1d8)](_0x5cc591)[_0x1aae38(0x1e1)],0x0)?_0x5cc591=Buffer['from'](JSON[_0x1aae38(0x1b5)](_0x5cc591))[_0x1aae38(0x1aa)](_0x268b5[_0x1aae38(0x19c)]):_0x5cc591=Buffer[_0x1aae38(0x1e9)](JSON['stringify']({}))['toString'](_0x268b5[_0x1aae38(0x19c)]);const _0x416d50={'hash':_0x121367[_0x1aae38(0x162)](),'threadId':_0x121367[_0x1aae38(0x1dd)]()[_0x1aae38(0x1aa)](),'processId':_0x121367[_0x1aae38(0x138)]()[_0x1aae38(0x1aa)]()},_0x3ff94a={};_0x3ff94a[_0x1aae38(0x1e2)]=_0x5823a6;const _0xa225b5={};_0xa225b5['testUuid']=_0x1646dd;const _0xf47f00={'platformIndex':_0x827762,'testFrameworkName':_0x2737d5,'testFrameworkVersion':_0x23641c,'testFrameworkState':_0x140da0,'testHookState':_0x11dab6,...this[_0x1aae38(0x1fd)]&&_0x268b5[_0x1aae38(0x1a9)](this[_0x1aae38(0x1fd)][_0x1aae38(0x1c1)],FRAMEWORKS['JEST'])?_0x3ff94a:_0xa225b5,'automationSession':_0x57fb72,'capabilities':_0x5cc591,'executionContext':_0x416d50};this[_0x1aae38(0x150)][_0x1aae38(0x1b9)]('onAfterTest\x20CBTSession\x20payload:\x20'+util[_0x1aae38(0x167)](_0xf47f00)),GrpcClient[_0x1aae38(0x141)]()['testSessionEvent'](_0xf47f00),this['logger']['debug'](_0x1aae38(0x14a)+_0x54ebeb+(this[_0x1aae38(0x1fd)]&&_0x268b5[_0x1aae38(0x1de)](this[_0x1aae38(0x1fd)][_0x1aae38(0x1c1)],FRAMEWORKS[_0x1aae38(0x153)])?_0x1aae38(0x152)+_0x5823a6:''));if(!_0xf89e3){this['logger'][_0x1aae38(0x1b9)](_0x268b5[_0x1aae38(0x1bd)],_0x2334ec['status']);return;}this[_0x1aae38(0x150)]['debug'](_0x1aae38(0x14d)+_0x54ebeb),_0x4fe0b7&&(this[_0x1aae38(0x150)][_0x1aae38(0x1b9)]('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20'+_0xad1489),await this[_0x1aae38(0x1ec)](_0x4fe0b7)),await this['markSessionStatus'](_0x5e936c,_0xad1489,_0xf89e3,_0x5609d0);}async[a84_0x3dc217(0x17f)](_0x5630cf,_0x5f3c1a,_0x1b616d,_0x3816a0){const _0x58c29f=a84_0x3dc217,_0x1d33bb={'cXEFh':_0x58c29f(0x1f5),'RtKKJ':_0x58c29f(0x18b),'KDTIF':_0x58c29f(0x1c4),'aQLNh':_0x58c29f(0x18d),'ZUjmC':_0x58c29f(0x165),'YXhaE':_0x58c29f(0x13f),'gJvkB':'Session','ioIZW':function(_0x2702a9,_0x17be75){return _0x2702a9===_0x17be75;},'wlkfm':_0x58c29f(0x17d),'iAKBU':'info','DvchP':'error','xJpir':function(_0x2c2a33,_0x1e8334,_0xb8a04b,_0xadee87){return _0x2c2a33(_0x1e8334,_0xb8a04b,_0xadee87);},'clyyl':_0x58c29f(0x13d),'GDJhf':function(_0x3e0a3b,_0x513b8f,_0x58663d){return _0x3e0a3b(_0x513b8f,_0x58663d);}};if(CLIUtils[_0x58c29f(0x1af)](BrowserstackCLI[_0x58c29f(0x141)]()[_0x58c29f(0x1b7)]())){this[_0x58c29f(0x150)][_0x58c29f(0x1b9)](_0x1d33bb[_0x58c29f(0x1f2)]);return;}const _0x5a5581=_0x5630cf;if(!_0x5a5581){this['logger'][_0x58c29f(0x1b9)](_0x1d33bb['RtKKJ']);return;}const _0x55b855=AutomationFramework[_0x58c29f(0x1d1)](_0x5a5581,PlaywrightDriverModule[_0x58c29f(0x18e)]);if(!_0x55b855){this[_0x58c29f(0x150)][_0x58c29f(0x1b9)](_0x1d33bb[_0x58c29f(0x15b)]);return;}const _0x597fd9=_0x1b616d;if(!_0x597fd9){this['logger'][_0x58c29f(0x1b9)](_0x1d33bb['aQLNh'],_0x597fd9);return;}const _0x4e8bf3={};_0x4e8bf3[_0x58c29f(0x156)]=_0x597fd9;const _0x2103a5={};_0x2103a5[_0x58c29f(0x161)]=_0x1d33bb[_0x58c29f(0x1ac)],_0x2103a5[_0x58c29f(0x16e)]=_0x4e8bf3;const _0x3f39a0=_0x2103a5;_0x3816a0&&(_0x3f39a0[_0x58c29f(0x16e)][_0x1d33bb[_0x58c29f(0x175)]]=_0x3816a0);const _0x4ea2dd=(_0x5f3c1a?_0x5f3c1a:_0x1d33bb[_0x58c29f(0x15e)])+'\x20'+_0x597fd9+'\x20'+(_0x3816a0?_0x58c29f(0x192)+_0x3816a0:''),_0x11b1af=_0x1d33bb[_0x58c29f(0x145)](_0x597fd9,_0x1d33bb[_0x58c29f(0x1eb)])?_0x1d33bb[_0x58c29f(0x1d5)]:_0x1d33bb[_0x58c29f(0x17a)];await _0x1d33bb['xJpir'](playwrightAnnotate,_0x55b855,_0x4ea2dd,_0x11b1af),_0x3816a0&&(_0x3f39a0[_0x58c29f(0x16e)][_0x1d33bb['YXhaE']]=_0x3816a0),PerformanceTester[_0x58c29f(0x18c)](PerformanceEvents['SESSION_STATUS']),this[_0x58c29f(0x150)][_0x58c29f(0x1b9)](_0x1d33bb[_0x58c29f(0x16b)]),await _0x1d33bb[_0x58c29f(0x1dc)](playwrightBstackJsExecutor,_0x55b855,_0x3f39a0),PerformanceTester[_0x58c29f(0x1da)](PerformanceEvents[_0x58c29f(0x14c)]);}async[a84_0x3dc217(0x1ec)](_0x2ffe19){const _0x532136=a84_0x3dc217,_0x259fc9={'YxqUh':'markSessionName:\x20Skipping\x20session\x20name\x20marking','nqurF':function(_0x301974,_0x23105f){return _0x301974(_0x23105f);},'XNUyk':_0x532136(0x17b),'cAbaa':function(_0x50cc1c,_0xf77b0e,_0x103446){return _0x50cc1c(_0xf77b0e,_0x103446);}};try{if(CLIUtils[_0x532136(0x1ca)](BrowserstackCLI[_0x532136(0x141)]()[_0x532136(0x1b7)]())){this[_0x532136(0x150)][_0x532136(0x1b9)](_0x259fc9[_0x532136(0x1fb)]);return;}const _0x57497e=AutomationFramework[_0x532136(0x1d1)](AutomationFramework[_0x532136(0x13b)](),PlaywrightDriverModule[_0x532136(0x18e)]);let _0x57342b;_0x2ffe19[_0x532136(0x173)]||_0x2ffe19[_0x532136(0x187)]?_0x57342b=_0x259fc9[_0x532136(0x1d0)](getCucumberSessionName,_0x2ffe19):_0x57342b=_0x259fc9['nqurF'](getPlaywrightSessionName,_0x2ffe19);const _0x4a6d5a={};_0x4a6d5a[_0x532136(0x1c1)]=_0x57342b;const _0xc7711a={};_0xc7711a[_0x532136(0x161)]=_0x259fc9['XNUyk'],_0xc7711a[_0x532136(0x16e)]=_0x4a6d5a;const _0x388e61=_0xc7711a;PerformanceTester[_0x532136(0x18c)](PerformanceEvents[_0x532136(0x155)]),await _0x259fc9[_0x532136(0x148)](playwrightBstackJsExecutor,_0x57497e,_0x388e61),PerformanceTester[_0x532136(0x1da)](PerformanceEvents[_0x532136(0x155)]);}catch(_0x306148){PerformanceTester['end'](PerformanceEvents[_0x532136(0x155)],![],util[_0x532136(0x167)](_0x306148)),this[_0x532136(0x150)][_0x532136(0x170)](_0x532136(0x1e3)+util['format'](_0x306148));}}}PlaywrightDriverModule[a84_0x3dc217(0x15c)]=a84_0x3dc217(0x14b),module['exports']=PlaywrightDriverModule;