browserstack-node-sdk 1.52.1 → 1.52.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +2 -3
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/puppeteer/patches.js +1 -1
  90. package/src/bin/puppeteer/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/test.setup.js +1 -1
  92. package/src/bin/runner.js +1 -1
  93. package/src/bin/setup.js +1 -1
  94. package/src/bin/test-runner/index.js +1 -1
  95. package/src/bin/test-runner/runTest.js +1 -1
  96. package/src/bin/test-runner/testWorker.js +1 -1
  97. package/src/bin/utils/apiUtilityMethods.js +1 -1
  98. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  99. package/src/bin/utils/constants.js +1 -1
  100. package/src/bin/utils/log4jsAppender.js +1 -1
  101. package/src/bin/utils/logPatcher.js +1 -1
  102. package/src/bin/utils/logReportingAPI.js +1 -1
  103. package/src/bin/utils/playwright-patcher.js +1 -1
  104. package/src/bin/utils/puppeteer-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/testFramework.js +1 -1
  121. package/src/bin/v2/grpcClient.js +1 -1
  122. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  124. package/src/bin/v2/instances/trackedContext.js +1 -1
  125. package/src/bin/v2/instances/trackedInstance.js +1 -1
  126. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  127. package/src/bin/v2/modules/baseModule.js +1 -1
  128. package/src/bin/v2/modules/loadTestModule.js +1 -1
  129. package/src/bin/v2/modules/observabilityModule.js +1 -1
  130. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  131. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  132. package/src/bin/v2/modules/testhubModule.js +1 -1
  133. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  134. package/src/bin/v2/state/hookState.js +1 -1
  135. package/src/bin/v2/state/testFrameworkState.js +1 -1
  136. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  137. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  138. package/src/bin/v2/utils/jest-utils.js +1 -1
  139. package/src/bin/vanilla-js/command.js +1 -1
  140. package/src/browserStackSdk.js +1 -1
  141. package/src/helpers/BrowserStackSetup.js +1 -1
  142. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  143. package/src/helpers/accessibility-automation/constants.js +1 -1
  144. package/src/helpers/accessibility-automation/helper.js +1 -1
  145. package/src/helpers/accessibility-automation/scripts.js +1 -1
  146. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  147. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  148. package/src/helpers/ats/constants.js +1 -1
  149. package/src/helpers/ats/helper.js +1 -1
  150. package/src/helpers/capsMapping.js +1 -1
  151. package/src/helpers/central-scanner/constants.js +1 -1
  152. package/src/helpers/central-scanner/helpers.js +1 -1
  153. package/src/helpers/classLogger.js +1 -1
  154. package/src/helpers/globals.js +1 -1
  155. package/src/helpers/helper.js +1 -1
  156. package/src/helpers/logger.js +1 -1
  157. package/src/helpers/metadata.js +1 -1
  158. package/src/helpers/patchHelper.js +1 -1
  159. package/src/helpers/patchHelpers.js +1 -1
  160. package/src/helpers/percy/Percy.js +1 -1
  161. package/src/helpers/percy/PercyBinary.js +1 -1
  162. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  163. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  164. package/src/helpers/percy/PercySDK.js +1 -1
  165. package/src/helpers/percy/index.js +1 -1
  166. package/src/helpers/percy/utils.js +1 -1
  167. package/src/helpers/performance/constants.js +1 -1
  168. package/src/helpers/performance/performance-tester.js +1 -1
  169. package/src/helpers/playwright-helper.js +1 -1
  170. package/src/helpers/processHelper.js +1 -1
  171. package/src/helpers/puppeteer-helper.js +1 -1
  172. package/src/helpers/request-spy.js +1 -1
  173. package/src/helpers/setKeepAlive.js +1 -1
  174. package/src/helpers/test-observability/constants.js +1 -1
  175. package/src/helpers/test-observability/error-handler.js +1 -1
  176. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  177. package/src/helpers/test-observability/sessionHandler.js +1 -1
  178. package/src/helpers/test-observability/utils.js +1 -1
  179. package/src/helpers/test-orchestration/constants.js +1 -1
  180. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  181. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  182. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  183. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  184. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  185. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  186. package/src/helpers/testhub/constants.js +1 -1
  187. package/src/helpers/testhub/testhubHandler.js +1 -1
  188. package/src/helpers/testhub/utils.js +1 -1
  189. package/src/helpers/timeoutPromise.js +1 -1
  190. package/src/helpers/utilities.js +1 -1
  191. package/src/helpers/w3cMapping.js +1 -1
  192. package/src/hubAllocationMethods.js +1 -1
  193. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a85_0x5ed4fc=a85_0x3f15;(function(_0x344eac,_0x506e99){const _0xef20e4=a85_0x3f15,_0x2cdb21=_0x344eac();while(!![]){try{const _0x44c2cb=parseInt(_0xef20e4(0x208))/0x1+-parseInt(_0xef20e4(0x12b))/0x2+parseInt(_0xef20e4(0x1ca))/0x3*(parseInt(_0xef20e4(0x158))/0x4)+parseInt(_0xef20e4(0x103))/0x5*(parseInt(_0xef20e4(0x15b))/0x6)+-parseInt(_0xef20e4(0xe0))/0x7*(-parseInt(_0xef20e4(0x24a))/0x8)+-parseInt(_0xef20e4(0x1f6))/0x9+-parseInt(_0xef20e4(0x20c))/0xa*(parseInt(_0xef20e4(0x1f1))/0xb);if(_0x44c2cb===_0x506e99)break;else _0x2cdb21['push'](_0x2cdb21['shift']());}catch(_0x17925a){_0x2cdb21['push'](_0x2cdb21['shift']());}}}(a85_0x526a,0xb5baa));const BaseModule=require(a85_0x5ed4fc(0x243)),{createClassLogger}=require(a85_0x5ed4fc(0x1e2)),CLIUtils=require(a85_0x5ed4fc(0xd8)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a85_0x5ed4fc(0x1f5)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require('../state/hookState'),GrpcClient=require(a85_0x5ed4fc(0x13b)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a85_0x5ed4fc(0x176)),PerformanceTester=require(a85_0x5ed4fc(0xbe)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a85_0x5ed4fc(0x150)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a85_0x5ed4fc(0x10a)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a85_0x5ed4fc(0x1ea)),TestInfo=require(a85_0x5ed4fc(0x25c)),TestFrameworkConstants=require(a85_0x5ed4fc(0x219)),accessibilityHelper=require(a85_0x5ed4fc(0x218));class AccessibilityModule extends BaseModule{static [a85_0x5ed4fc(0x26f)]=AccessibilityModule[a85_0x5ed4fc(0x1d4)];static ['_centralAuthConfigFetched']=![];static [a85_0x5ed4fc(0x130)]={};constructor(_0x4fecce){const _0x591bf6=a85_0x5ed4fc,_0x4c8ec0={};_0x4c8ec0[_0x591bf6(0x22f)]=_0x591bf6(0x211),_0x4c8ec0['jYuQA']='DRIVER_HAS_URL',_0x4c8ec0['XjgQl']='ACCESSIBILITY_INITIALIZED',_0x4c8ec0[_0x591bf6(0xf7)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x4c8ec0[_0x591bf6(0x17a)]='testhub_build_uuid';const _0x83d0bd=_0x4c8ec0,_0x2ad73a=_0x83d0bd[_0x591bf6(0x22f)]['split']('|');let _0x4909f8=0x0;while(!![]){switch(_0x2ad73a[_0x4909f8++]){case'0':this[_0x591bf6(0x261)]=![];continue;case'1':this[_0x591bf6(0x124)]=_0x83d0bd[_0x591bf6(0x1a9)];continue;case'2':this[_0x591bf6(0xb6)]=[];continue;case'3':this[_0x591bf6(0x1bc)]=_0x83d0bd[_0x591bf6(0xd3)];continue;case'4':logger[_0x591bf6(0x1f4)](_0x83d0bd['PeYtI']);continue;case'5':this[_0x591bf6(0xc9)](_0x4fecce[_0x591bf6(0x217)]()[_0x591bf6(0x227)]());continue;case'6':this['KEY_TESTHUB_BUILD_ID']=_0x83d0bd[_0x591bf6(0x17a)];continue;case'7':super();continue;case'8':AutomationFramework[_0x591bf6(0x123)](AutomationFrameworkState['QUIT'],HookState['PRE'],this[_0x591bf6(0x27c)][_0x591bf6(0x223)](this));continue;case'9':this['_sendMessageServerPatchApplied']=![];continue;case'10':AutomationFramework[_0x591bf6(0x123)](AutomationFrameworkState[_0x591bf6(0x1a2)],HookState[_0x591bf6(0x181)],this[_0x591bf6(0x129)]['bind'](this));continue;case'11':this[_0x591bf6(0x1ac)]=_0x4fecce[_0x591bf6(0x14a)]();continue;case'12':this[_0x591bf6(0x25d)]=new Map();continue;case'13':this['isEnabled']=!![];continue;case'14':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x591bf6(0x13d)],HookState[_0x591bf6(0x1b5)],this[_0x591bf6(0x1e0)][_0x591bf6(0x223)](this));continue;case'15':this[_0x591bf6(0xe3)]=new Map();continue;}break;}}[a85_0x5ed4fc(0x269)](){const _0x18b1be=a85_0x5ed4fc;return this[_0x18b1be(0x269)];}[a85_0x5ed4fc(0x25b)](){const _0x771436=a85_0x5ed4fc;return AccessibilityModule[_0x771436(0x26f)];}[a85_0x5ed4fc(0x159)](){const _0x517bed=a85_0x5ed4fc;return this['accessibility'][_0x517bed(0xc5)](CLIUtils['getCurrentInstanceName'](),![]);}['getLogDisabledShown'](){const _0x5aac99=a85_0x5ed4fc;return this[_0x5aac99(0xe3)][_0x5aac99(0xc5)](CLIUtils['getCurrentInstanceName'](),![]);}['setLogDisabledShown'](_0x22a4d8){const _0x3cb1b4=a85_0x5ed4fc;this[_0x3cb1b4(0xe3)][_0x3cb1b4(0x195)](CLIUtils['getCurrentInstanceName'](),_0x22a4d8);}[a85_0x5ed4fc(0x24e)](){const _0x55a9c5=a85_0x5ed4fc,_0x3595de={'AXRIz':_0x55a9c5(0x167),'yXKXQ':function(_0x48d792,_0x643a1b){return _0x48d792(_0x643a1b);},'QtgUg':_0x55a9c5(0x156),'tYnfu':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','yMHxj':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x55a9c5(0x1d9)]){logger[_0x55a9c5(0x1f4)](_0x3595de[_0x55a9c5(0x22e)]);return;}try{const _0xe3a4eb=_0x3595de['yXKXQ'](require,_0x3595de[_0x55a9c5(0x164)]);_0xe3a4eb&&_0xe3a4eb[_0x55a9c5(0x21b)]?(_0xe3a4eb[_0x55a9c5(0x21b)](),this[_0x55a9c5(0x1d9)]=!![],logger['debug'](_0x3595de[_0x55a9c5(0x197)])):logger[_0x55a9c5(0x1f4)](_0x3595de[_0x55a9c5(0x1d1)]);}catch(_0x39de20){logger[_0x55a9c5(0x1f4)](_0x55a9c5(0xf8)+util[_0x55a9c5(0x26a)](_0x39de20));}}[a85_0x5ed4fc(0x244)](_0x3e78c5=null,_0x1d63a9=null,_0x6eaf3f=null){const _0x3f89e7=a85_0x5ed4fc,_0x5378da={'RkqZE':function(_0x1763bc,_0x33ebb5){return _0x1763bc&&_0x33ebb5;},'ypWRy':'isPlatformSupported:\x20caps\x20are\x20null','ztqwc':function(_0xf4cb1c,_0x1447a4){return _0xf4cb1c(_0x1447a4);},'BgUBv':'../../../helpers/helper','NNERb':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','etfNn':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','CxGqH':function(_0x2541f4,_0x16791e){return _0x2541f4===_0x16791e;},'XuKFD':_0x3f89e7(0x12c),'AQbed':function(_0x2b3cfd,_0x2f8c78){return _0x2b3cfd===_0x2f8c78;},'nwDUs':_0x3f89e7(0x19a),'JXbJy':_0x3f89e7(0x21e),'lnyoU':_0x3f89e7(0x21c),'QqxUj':function(_0x4b48ce,_0x12a96c){return _0x4b48ce!==_0x12a96c;},'QFugV':_0x3f89e7(0x134),'FXHUE':function(_0x10c2ad){return _0x10c2ad();},'brRbu':_0x3f89e7(0xca),'HclGd':function(_0x29dbc5,_0x44773b){return _0x29dbc5>_0x44773b;},'etlUq':_0x3f89e7(0xc1)};try{if(_0x5378da[_0x3f89e7(0x229)](!_0x1d63a9,!_0x6eaf3f))return logger[_0x3f89e7(0x1f4)](_0x5378da[_0x3f89e7(0x14b)]),![];const {isUndefined:_0x183ce0,isBrowserstackInfra:_0xb15b4f}=_0x5378da['ztqwc'](require,_0x5378da[_0x3f89e7(0x162)]);if(!accessibilityHelper[_0x3f89e7(0x1a0)]())return logger[_0x3f89e7(0x1f4)](_0x5378da[_0x3f89e7(0xd5)]),![];const _0x1ac205=_0x1d63a9[_0x3f89e7(0xba)]||_0x1d63a9[_0x3f89e7(0xed)],_0x428545=_0x1d63a9[_0x3f89e7(0x180)]||_0x1d63a9['browser_version'];if(!accessibilityHelper[_0x3f89e7(0x1e6)](_0x1ac205))return logger[_0x3f89e7(0x189)](_0x5378da[_0x3f89e7(0x113)]),![];if(accessibilityHelper[_0x3f89e7(0x1f8)](_0x1ac205))try{const _0xbc62d7=_0x1d63a9[_0x3f89e7(0x16b)],_0x3510d7=_0x5378da['CxGqH'](_0xbc62d7,!![])||_0x5378da[_0x3f89e7(0x16f)](_0xbc62d7,_0x5378da[_0x3f89e7(0x1fa)])||_0x5378da[_0x3f89e7(0x23c)](typeof _0xbc62d7,_0x5378da[_0x3f89e7(0x27a)])&&_0x5378da['AQbed'](_0xbc62d7[_0x3f89e7(0x22d)](),_0x5378da[_0x3f89e7(0x1fa)]);if(_0x3510d7)return logger[_0x3f89e7(0x189)](_0x5378da[_0x3f89e7(0x256)]),![];const _0x30f0ed=_0x1d63a9?.[_0x3f89e7(0x154)]?.[_0x3f89e7(0xbb)]||_0x1d63a9?.[_0x5378da[_0x3f89e7(0x11a)]]?.[_0x3f89e7(0xbb)]||[];if(Array[_0x3f89e7(0x148)](_0x30f0ed)&&_0x30f0ed[_0x3f89e7(0x1c5)](_0x321afd=>typeof _0x321afd===_0x3f89e7(0x19a)&&(_0x321afd===_0x3f89e7(0xf1)||_0x321afd['startsWith'](_0x3f89e7(0x26b))&&_0x321afd!=='--headless=new')))return logger['warn'](_0x5378da[_0x3f89e7(0x256)]),![];}catch(_0x4b0cc3){logger['debug'](_0x3f89e7(0x17d)+util[_0x3f89e7(0x26a)](_0x4b0cc3));}if(_0x5378da[_0x3f89e7(0x18c)](_0x428545,_0x5378da[_0x3f89e7(0x275)])){const _0x3bf538=_0x5378da[_0x3f89e7(0x1b6)](_0xb15b4f),_0x166ded=accessibilityHelper['getMinVersionForBrowser'](_0x1ac205,_0x3bf538),_0x1d67a3=accessibilityHelper[_0x3f89e7(0x11d)](_0x1ac205);if(!accessibilityHelper[_0x3f89e7(0xdc)](_0x428545,_0x166ded)){const _0x1bbcc7=_0x3bf538?'':_0x5378da[_0x3f89e7(0x230)];return logger[_0x3f89e7(0x189)](_0x3f89e7(0x135)+_0x1d67a3+_0x3f89e7(0xdf)+_0x166ded+_0x3f89e7(0x141)+_0x1bbcc7+'.'),![];}}else{const _0x12407a=_0x1d63a9['browserVersion']||_0x1d63a9[_0x3f89e7(0x152)]||_0x1d63a9[_0x3f89e7(0xb8)];if(_0x12407a&&_0x5378da[_0x3f89e7(0x18c)](_0x12407a,_0x5378da['QFugV'])&&!_0x5378da[_0x3f89e7(0xea)](_0x5378da[_0x3f89e7(0x16d)](parseFloat,_0x12407a),_0x5378da[_0x3f89e7(0x16d)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x3f89e7(0x189)](_0x5378da[_0x3f89e7(0x166)]),![];}return!![];}catch(_0x4401d2){return logger['debug'](_0x3f89e7(0x1b4)+_0x4401d2[_0x3f89e7(0xb4)]),![];}}[a85_0x5ed4fc(0x255)](_0x112025=[],_0x15ea35,_0x5aa0ee=a85_0x5ed4fc(0xd6)){const _0x1fa1fb=a85_0x5ed4fc,_0x30cdc3={'WgVap':function(_0x29cc33,_0x45c9b1){return _0x29cc33===_0x45c9b1;},'yvPdJ':_0x1fa1fb(0xc0),'bCpBW':function(_0x222f1c,_0x42bcd5){return _0x222f1c||_0x42bcd5;},'tMoPI':function(_0x3cb241,_0x2132e9){return _0x3cb241===_0x2132e9;},'YsTqY':function(_0x42af55,_0x414344){return _0x42af55&&_0x414344;},'rUFvI':_0x1fa1fb(0x165),'maKtq':function(_0x395c74,_0x3fc4e7){return _0x395c74(_0x3fc4e7);},'qaSWs':function(_0x278156,_0x185638){return _0x278156>_0x185638;},'fvMkD':function(_0x147f18,_0x19312b){return _0x147f18&&_0x19312b;}};try{const _0x5c95e3=process[_0x1fa1fb(0x1bd)][_0x1fa1fb(0x248)]?JSON[_0x1fa1fb(0x10f)](process[_0x1fa1fb(0x1bd)][_0x1fa1fb(0x248)]):null;if(!_0x5c95e3)return!![];const _0x32e16e=Array[_0x1fa1fb(0x148)](_0x5c95e3['includeTagsInTestingScope'])?_0x5c95e3[_0x1fa1fb(0x18a)]:[],_0x24648d=Array['isArray'](_0x5c95e3['excludeTagsInTestingScope'])?_0x5c95e3['excludeTagsInTestingScope']:[];if(_0x30cdc3[_0x1fa1fb(0xe2)](_0x5aa0ee,_0x30cdc3['yvPdJ'])){let _0x5e342b;Array[_0x1fa1fb(0x148)](_0x112025)?_0x5e342b=_0x112025['join']('\x20'):_0x5e342b=_0x30cdc3[_0x1fa1fb(0x188)](_0x112025,'');const _0x356ee8=_0x24648d['some'](_0x5b7869=>_0x5e342b[_0x1fa1fb(0x151)](_0x5b7869)),_0x4569fe=_0x30cdc3[_0x1fa1fb(0x263)](_0x32e16e[_0x1fa1fb(0x1a1)],0x0)||_0x32e16e[_0x1fa1fb(0x1c5)](_0x41ae64=>_0x5e342b[_0x1fa1fb(0x151)](_0x41ae64)),_0x285957=_0x30cdc3[_0x1fa1fb(0x12a)](!_0x356ee8,_0x4569fe);return logger[_0x1fa1fb(0x1f4)]('[platform\x20-\x20'+(_0x15ea35?.['getPlatformIndex']?.()||_0x30cdc3['rUFvI'])+_0x1fa1fb(0x25e)+_0x285957+_0x1fa1fb(0x1ce)+_0x5e342b+',\x20includeTags='+JSON[_0x1fa1fb(0x19d)](_0x32e16e)+_0x1fa1fb(0xd9)+JSON['stringify'](_0x24648d)),_0x285957;}const _0x403064=Array[_0x1fa1fb(0x148)](_0x112025)?_0x112025:[];let _0x464986=![],_0x5d0c93=_0x30cdc3[_0x1fa1fb(0x263)](_0x32e16e['length'],0x0);const _0xd5dd53=_0x2a4e8c=>typeof _0x2a4e8c===_0x1fa1fb(0x19a)?_0x2a4e8c[_0x1fa1fb(0x27d)](/^@/,'')[_0x1fa1fb(0x22d)]()[_0x1fa1fb(0x22c)]():_0x2a4e8c,_0x1ec1a8=new Set(_0x32e16e[_0x1fa1fb(0xf3)](_0xd5dd53)),_0x7c7ca4=new Set(_0x24648d[_0x1fa1fb(0xf3)](_0xd5dd53));for(const _0x2ea089 of _0x403064){const _0x511247=_0x30cdc3[_0x1fa1fb(0x237)](_0xd5dd53,_0x2ea089);_0x7c7ca4[_0x1fa1fb(0x270)](_0x511247)&&(_0x464986=!![]),_0x30cdc3[_0x1fa1fb(0x191)](_0x1ec1a8['size'],0x0)&&_0x1ec1a8[_0x1fa1fb(0x270)](_0x511247)&&(_0x5d0c93=!![]);}const _0x2c02c5=_0x30cdc3[_0x1fa1fb(0x14e)](_0x5d0c93,!_0x464986);return logger[_0x1fa1fb(0x1f4)](_0x1fa1fb(0xde)+(_0x15ea35?.[_0x1fa1fb(0xe1)]?.()||_0x30cdc3[_0x1fa1fb(0x1aa)])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x2c02c5+_0x1fa1fb(0x25a)+JSON['stringify'](_0x403064)+',\x20includeTags='+JSON['stringify'](_0x32e16e)+_0x1fa1fb(0xd9)+JSON[_0x1fa1fb(0x19d)](_0x24648d)),_0x2c02c5;}catch(_0x37dfda){return logger['debug']('[platform\x20-\x20'+(_0x15ea35?.[_0x1fa1fb(0xe1)]?.()||_0x30cdc3[_0x1fa1fb(0x1aa)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x37dfda[_0x1fa1fb(0xb4)]),![];}}async[a85_0x5ed4fc(0x129)](_0x2ad710){const _0x598231=a85_0x5ed4fc,_0x15dde2={};_0x15dde2[_0x598231(0x1e3)]=function(_0x5b8b53,_0x584f9d){return _0x5b8b53!==_0x584f9d;},_0x15dde2['hfWKg']=_0x598231(0xd6),_0x15dde2[_0x598231(0x144)]='jest',_0x15dde2[_0x598231(0x247)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x15dde2[_0x598231(0x1c0)]=_0x598231(0x267),_0x15dde2[_0x598231(0x24b)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x15dde2[_0x598231(0x187)]=_0x598231(0x186),_0x15dde2['ZNyjk']=_0x598231(0x178),_0x15dde2['cIocU']=function(_0x5ef26d,_0x20d99b){return _0x5ef26d===_0x20d99b;},_0x15dde2[_0x598231(0x226)]=function(_0x4bea61,_0x5a5200){return _0x4bea61===_0x5a5200;},_0x15dde2[_0x598231(0x1f3)]=_0x598231(0x174),_0x15dde2[_0x598231(0x1c2)]=_0x598231(0x117),_0x15dde2[_0x598231(0xdd)]=function(_0x28e389,_0x4c46ce){return _0x28e389>_0x4c46ce;},_0x15dde2[_0x598231(0xb3)]='function',_0x15dde2[_0x598231(0x17e)]=_0x598231(0x121),_0x15dde2[_0x598231(0xd4)]=function(_0xa1d500,_0x10ba9e){return _0xa1d500&&_0x10ba9e;},_0x15dde2[_0x598231(0x20b)]=_0x598231(0x165),_0x15dde2['UZZXI']='true';const _0x58bb95=_0x15dde2;if(_0x58bb95['yVSyK'](_0x2ad710[_0x598231(0x203)],_0x58bb95[_0x598231(0x258)])&&_0x58bb95[_0x598231(0x1e3)](_0x2ad710['testFramework'],_0x58bb95[_0x598231(0x144)])){logger[_0x598231(0x1f4)](_0x58bb95[_0x598231(0x247)]);return;}try{const _0x2094d2=AutomationFramework[_0x598231(0x143)](),_0x129e95=TestFramework[_0x598231(0x143)](),_0x37d175=_0x2ad710['page']||global['__workerDetails']?.[_0x598231(0x23a)]||null;if(!_0x37d175){_0x129e95&&_0x129e95[_0x598231(0x11f)](_0x58bb95[_0x598231(0x1c0)],!![]);logger[_0x598231(0x1f4)](_0x58bb95['YJDby']);return;}logger['debug'](_0x58bb95[_0x598231(0x187)]);const _0x46bdc8=_0x129e95?.[_0x598231(0xd7)](_0x58bb95['ZNyjk'],![]),_0x451b24=_0x129e95?.['getData'](_0x58bb95[_0x598231(0x1c0)],![]);if(_0x58bb95[_0x598231(0x251)](_0x46bdc8,![])&&_0x58bb95[_0x598231(0x226)](_0x451b24,![])){_0x129e95&&_0x129e95['updateData'](_0x58bb95['ZNyjk'],!![]);logger['debug'](_0x58bb95[_0x598231(0x1f3)]);return;}_0x129e95&&_0x129e95[_0x598231(0x11f)](_0x58bb95[_0x598231(0x1c0)],!![]);let _0x3ff791,_0x334b00;const _0x1b4738=_0x2ad710[_0x598231(0x203)]||_0x58bb95[_0x598231(0x258)];if(_0x58bb95[_0x598231(0x226)](_0x1b4738,_0x58bb95[_0x598231(0x144)])){_0x334b00=_0x2ad710['testInfo']?.['testAnalyticsId']||_0x2ad710['testInfo']?.['id']||global[_0x598231(0x214)]||global['__workerDetails']?.[_0x598231(0xeb)]?.['testAnalyticsId']||global['__workerDetails']?.[_0x598231(0xeb)]?.['id'];const _0x188fcd=_0x129e95?.['getAllData']()?.[_0x598231(0xc5)](_0x334b00);if(_0x188fcd&&_0x188fcd[TestFrameworkConstants['KEY_TEST_NAME']])_0x3ff791=_0x188fcd[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x2ad710[_0x598231(0x101)]?.[_0x598231(0x1e9)])_0x3ff791=_0x2ad710[_0x598231(0x101)][_0x598231(0x1e9)];else global[_0x598231(0x253)]?.['currentTest']?.[_0x598231(0x101)]?.[_0x598231(0x1e9)]?_0x3ff791=global[_0x598231(0x253)][_0x598231(0xeb)][_0x598231(0x101)][_0x598231(0x1e9)]:_0x3ff791=_0x58bb95[_0x598231(0x1c2)];}logger[_0x598231(0x1f4)](_0x598231(0xf2)+_0x334b00+_0x598231(0x1ce)+JSON[_0x598231(0x19d)](_0x3ff791));}else{_0x334b00=this[_0x598231(0x108)](_0x2ad710);const _0x5d693e=TestInfo[_0x598231(0x11b)](_0x334b00);let _0x5d671e=[];if(_0x5d693e&&Array[_0x598231(0x148)](_0x5d693e[_0x598231(0x121)])&&_0x58bb95[_0x598231(0xdd)](_0x5d693e['test_tags']['length'],0x0))_0x5d671e=_0x5d693e['test_tags'];else{if(_0x129e95){const _0x50327e=_0x58bb95['hnsJv'](typeof _0x129e95[_0x598231(0xd7)],_0x58bb95[_0x598231(0xb3)])?_0x129e95['getData'](_0x58bb95['RGhpM'],[]):_0x129e95['test_tags']||[];Array[_0x598231(0x148)](_0x50327e)&&(_0x5d671e=_0x50327e);}}_0x3ff791=_0x5d671e;}logger[_0x598231(0x276)](_0x598231(0xee)+JSON[_0x598231(0x19d)](_0x3ff791));const _0x133205=this[_0x598231(0x244)](_0x2094d2,_0x2ad710[_0x598231(0x116)],_0x2ad710[_0x598231(0x224)]);logger[_0x598231(0x1f4)](_0x598231(0x239)+_0x133205+',\x20isAppAccessibility='+this[_0x598231(0x261)]);const _0x1b3e1c=this[_0x598231(0x255)](_0x3ff791,_0x2094d2,_0x1b4738),_0x4da649=_0x58bb95[_0x598231(0xd4)](_0x133205,_0x1b3e1c),_0x153a12=CLIUtils['getCurrentInstanceName']();this[_0x598231(0x25d)][_0x598231(0x195)](_0x153a12,_0x4da649),global[_0x598231(0x232)]?.['getContext']&&global[_0x598231(0x232)][_0x598231(0x1cd)]()['setShouldScan'](_0x4da649),logger['debug']('[platform\x20-\x20'+(_0x2094d2?.[_0x598231(0xe1)]?.()||_0x58bb95[_0x598231(0x20b)])+_0x598231(0x1a5)+_0x4da649),_0x4da649?(global[_0x598231(0x1bf)]=!![],process['env'][_0x598231(0x18f)]=_0x58bb95[_0x598231(0x1c1)],this['applySendMessageToServerPatch']()):global['accessibilityPlatform']=![];}catch(_0x3de3a2){logger[_0x598231(0xc2)](_0x598231(0xb1)+(_0x3de3a2[_0x598231(0x257)]||_0x3de3a2[_0x598231(0xb4)]));const _0x52367c=CLIUtils[_0x598231(0x18b)]();this[_0x598231(0x25d)][_0x598231(0x195)](_0x52367c,![]),global[_0x598231(0x1bf)]=![];}}[a85_0x5ed4fc(0x1ab)](){const _0x48ff4b=a85_0x5ed4fc;return this['capabilities'][_0x48ff4b(0x1b8)](_0x335928=>_0x335928[_0x48ff4b(0x231)]()===_0x48ff4b(0x21c))?.[_0x48ff4b(0x1eb)]()||'';}[a85_0x5ed4fc(0x216)](_0x709ee6){const _0x56d984=a85_0x5ed4fc;try{const _0x3f4a8a=this[_0x56d984(0x1ac)]?.['options']?.[_0x56d984(0xc8)]||[],_0x403298=_0x3f4a8a['find'](_0x110ac1=>_0x110ac1[_0x56d984(0x1d4)]===_0x709ee6);return _0x403298?_0x403298['value']:null;}catch(_0x1b71c1){return logger[_0x56d984(0x1f4)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x709ee6+':\x20'+_0x1b71c1['message']),null;}}async[a85_0x5ed4fc(0x234)](_0x1d0eb7,_0x1742b5){const _0x292c6b=a85_0x5ed4fc,_0x57384b=_0x1d0eb7[_0x292c6b(0xff)]()[_0x292c6b(0x217)](),_0x377729=_0x57384b[_0x292c6b(0xe6)](),_0x53bde6=_0x57384b[_0x292c6b(0x19b)]()?.[_0x292c6b(0x109)]();scripts[_0x292c6b(0x1b3)](_0x377729,_0x53bde6),scripts[_0x292c6b(0x14c)]();const _0x16b258=_0x57384b['getCapabilitiesList']();this['capabilities']=_0x57384b[_0x292c6b(0x227)](),await this['setAccessibilityToken'](_0x16b258,_0x1742b5[_0x292c6b(0x224)]);}async[a85_0x5ed4fc(0xc9)](_0x2ac41c,_0x216155={}){const _0x129b32=a85_0x5ed4fc,_0x1a046d={'bOkuj':function(_0x343f6d,_0x209acb){return _0x343f6d===_0x209acb;},'iPdxG':_0x129b32(0xbf),'XyvCB':_0x129b32(0x19c),'HTiRU':function(_0x567772,_0x54a823){return _0x567772(_0x54a823);},'qbNRC':_0x129b32(0x218),'QYpxf':_0x129b32(0x1e1),'ioAGf':function(_0xe92a08,_0x29b99a){return _0xe92a08===_0x29b99a;},'EPWTl':_0x129b32(0x1ff),'fWwiI':_0x129b32(0x126),'YCJJG':function(_0xb8a88a,_0x57eb2b){return _0xb8a88a===_0x57eb2b;},'Vmarw':_0x129b32(0xcb),'xqYNA':_0x129b32(0x22b),'inUIW':function(_0x42ea56,_0x48563b){return _0x42ea56===_0x48563b;},'joZNk':_0x129b32(0x250),'IPiSs':_0x129b32(0x202)};global[_0x129b32(0x177)]=global['__accessibilityOptions']||{};for(const _0x3de857 of _0x2ac41c){logger[_0x129b32(0x276)](_0x129b32(0x1b9)+_0x3de857['getName']()+_0x129b32(0x168)+_0x3de857[_0x129b32(0x1eb)]());if(_0x1a046d[_0x129b32(0x19f)](_0x3de857[_0x129b32(0x231)](),_0x1a046d[_0x129b32(0x1d7)])){const _0x146810=_0x3de857['getValue']();process[_0x129b32(0x1bd)][_0x129b32(0x246)]=_0x146810,global['__accessibilityOptions'][_0x1a046d[_0x129b32(0x235)]]=_0x146810;const _0x3fb4bd=_0x1a046d['HTiRU'](require,_0x1a046d[_0x129b32(0x1ef)]),{isTrue:_0x3becca}=_0x1a046d[_0x129b32(0xc3)](require,_0x1a046d['QYpxf']),_0x2822ba=_0x3fb4bd[_0x129b32(0x1b7)](_0x146810);_0x2822ba&&_0x1a046d[_0x129b32(0xc3)](_0x3becca,_0x2822ba[_0x129b32(0x24f)])&&(process[_0x129b32(0x1bd)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x1a046d[_0x129b32(0x1f9)](_0x3de857[_0x129b32(0x231)](),_0x1a046d['EPWTl']))global[_0x129b32(0x177)][_0x1a046d[_0x129b32(0x1c7)]]=_0x3de857[_0x129b32(0x1eb)]();else{if(_0x1a046d[_0x129b32(0x142)](_0x3de857[_0x129b32(0x231)](),_0x1a046d[_0x129b32(0x22a)]))global[_0x129b32(0x177)][_0x1a046d[_0x129b32(0x1ae)]]=_0x3de857[_0x129b32(0x1eb)]();else _0x1a046d[_0x129b32(0xbd)](_0x3de857[_0x129b32(0x231)](),_0x1a046d['joZNk'])&&(global[_0x129b32(0x177)][_0x1a046d[_0x129b32(0x10e)]]=_0x3de857['getValue']());}}}}async['onAfterTest'](_0x3be371){const _0x593c20=a85_0x5ed4fc,_0x405e0c={};_0x405e0c['gjJSm']=function(_0x4a261d,_0x487e46){return _0x4a261d!==_0x487e46;},_0x405e0c[_0x593c20(0x118)]='cucumber',_0x405e0c['LGKDK']=_0x593c20(0xc0),_0x405e0c[_0x593c20(0x1d0)]='onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x405e0c[_0x593c20(0x170)]=_0x593c20(0x165);const _0x2a1b9e=_0x405e0c;if(_0x2a1b9e[_0x593c20(0x264)](_0x3be371[_0x593c20(0x203)],_0x2a1b9e['kRKgq'])&&_0x2a1b9e[_0x593c20(0x264)](_0x3be371[_0x593c20(0x203)],_0x2a1b9e[_0x593c20(0x274)])){logger[_0x593c20(0x1f4)](_0x2a1b9e[_0x593c20(0x1d0)]);return;}const _0x2b8f77=_0x3be371['testInfo']?.[_0x593c20(0x26c)]||_0x3be371['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];logger['info']('[AccessibilityModule]\x20onAfterTest:\x20framework='+_0x3be371[_0x593c20(0x203)]+_0x593c20(0x104)+_0x2b8f77);try{const _0x5cce37=_0x3be371['instance']||AutomationFramework[_0x593c20(0x143)](),_0x5e857a=CLIUtils[_0x593c20(0x18b)](),_0x4d68aa=this[_0x593c20(0x159)]();logger[_0x593c20(0x1f4)](_0x593c20(0xde)+(_0x5cce37?.['getPlatformIndex']?.()||_0x2a1b9e['tdkWw'])+_0x593c20(0x1a4)+_0x4d68aa),_0x4d68aa&&await this['stopTestCapture'](_0x5cce37,_0x3be371),this[_0x593c20(0x25d)][_0x593c20(0xcd)](_0x5e857a),this['LOG_DISABLED_SHOWN'][_0x593c20(0xcd)](_0x5e857a);}catch(_0x30bdbd){logger[_0x593c20(0xc2)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x30bdbd['stack']||_0x30bdbd[_0x593c20(0xb4)]));}}async['stopTestCapture'](_0x1031e6,_0x440356){const _0x5058b1=a85_0x5ed4fc,_0x47f3dd={};_0x47f3dd[_0x5058b1(0x182)]=function(_0x512388,_0x306860){return _0x512388===_0x306860;},_0x47f3dd[_0x5058b1(0x10c)]=_0x5058b1(0x241),_0x47f3dd[_0x5058b1(0x128)]=function(_0x4959ea,_0x1e4f3c){return _0x4959ea===_0x1e4f3c;},_0x47f3dd[_0x5058b1(0x1ad)]=_0x5058b1(0xc0),_0x47f3dd['FKIgG']='cucumber',_0x47f3dd[_0x5058b1(0x13c)]=_0x5058b1(0x252),_0x47f3dd[_0x5058b1(0x1da)]=_0x5058b1(0x25d),_0x47f3dd['xjRlu']=_0x5058b1(0x13e),_0x47f3dd[_0x5058b1(0x14f)]='unknown',_0x47f3dd['lDtSa']=_0x5058b1(0x1bb),_0x47f3dd[_0x5058b1(0x16a)]=_0x5058b1(0x12f),_0x47f3dd[_0x5058b1(0x1dd)]=function(_0x486afd,_0x5e1670){return _0x486afd===_0x5e1670;},_0x47f3dd[_0x5058b1(0x268)]=function(_0x3436b2,_0x36923d){return _0x3436b2||_0x36923d;},_0x47f3dd[_0x5058b1(0x119)]=function(_0x5e04a4,_0x2051e1){return _0x5e04a4||_0x2051e1;},_0x47f3dd[_0x5058b1(0x161)]=function(_0x181a01,_0x1b40a1){return _0x181a01||_0x1b40a1;},_0x47f3dd[_0x5058b1(0x193)]=_0x5058b1(0x157),_0x47f3dd[_0x5058b1(0xaf)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x5d8cc4=_0x47f3dd;try{const _0x2b1fbe=_0x440356['testFramework']||(_0x5d8cc4[_0x5058b1(0x128)](this['testFrameworkData']?.['name']?.['toLowerCase'](),_0x5d8cc4[_0x5058b1(0x1ad)])?_0x5d8cc4[_0x5058b1(0x1ad)]:_0x5d8cc4[_0x5058b1(0x16c)]);let _0x53384d='',_0x876290=null,_0x1dd396=null;if(_0x5d8cc4['OYPCJ'](_0x2b1fbe,_0x5d8cc4[_0x5058b1(0x1ad)])){_0x876290=_0x440356[_0x5058b1(0x101)]?.[_0x5058b1(0x26c)]||_0x440356[_0x5058b1(0x101)]?.['id']||global[_0x5058b1(0x214)];if(!_0x876290){logger[_0x5058b1(0x189)](_0x5d8cc4['GzBOS']);return;}try{const _0x4a5b22=await GrpcClient[_0x5058b1(0x1e5)]()[_0x5058b1(0xf0)](process[_0x5058b1(0x1bd)][_0x5058b1(0xfb)],_0x5d8cc4[_0x5058b1(0x1da)],_0x5d8cc4[_0x5058b1(0x185)],_0x876290),_0x2a18b0=AccessibilityModule[_0x5058b1(0x1b2)](null,_0x4a5b22);_0x53384d=_0x2a18b0?.[_0x5058b1(0x14d)]||'',logger[_0x5058b1(0x1f4)](_0x5058b1(0x15a)+_0x53384d+'\x20from\x20testIdentifier='+_0x876290),_0x1dd396=_0x4a5b22;}catch(_0x32ea31){logger[_0x5058b1(0xc2)](_0x5058b1(0x153)+_0x32ea31[_0x5058b1(0xb4)]);return;}}else{const _0x48276d=this['getTestId'](_0x440356);_0x53384d=TestInfo[_0x5058b1(0xfa)](_0x48276d);}const _0xcefa8a=((()=>{const _0x581c43=_0x5058b1,_0x1c889a=(this[_0x581c43(0x1ac)]?.[_0x581c43(0x240)]?.['capabilitiesList']||[])[_0x581c43(0x1b8)](_0x66ae0f=>(typeof _0x66ae0f['getName']===_0x581c43(0x241)?_0x66ae0f[_0x581c43(0x231)]():_0x66ae0f[_0x581c43(0x1d4)])===this[_0x581c43(0xef)]);return _0x1c889a?_0x5d8cc4['OYPCJ'](typeof _0x1c889a[_0x581c43(0x1eb)],_0x5d8cc4['cSgVB'])?_0x1c889a[_0x581c43(0x1eb)]():_0x1c889a[_0x581c43(0x207)]:'';})()),_0xaca15d=process['env'][_0x5058b1(0x18e)]||'';logger[_0x5058b1(0x1f4)]('[platform\x20-\x20'+(_0x1031e6?.[_0x5058b1(0xe1)]?.()||_0x5d8cc4[_0x5058b1(0x14f)])+']\x20clear\x20'+_0x53384d+_0x5058b1(0x1d2)+_0xcefa8a+_0x5058b1(0x220)+(_0xaca15d?_0x5d8cc4['lDtSa']:_0x5d8cc4[_0x5058b1(0x16a)]));let _0x164aa2;if(_0x5d8cc4[_0x5058b1(0x1dd)](_0x2b1fbe,_0x5d8cc4[_0x5058b1(0x1ad)]))_0x164aa2=AccessibilityModule[_0x5058b1(0x1b2)](_0x53384d,_0x1dd396);else{const _0x478058=await GrpcClient[_0x5058b1(0x1e5)]()['fetchDriverExecuteParamsEvent'](process[_0x5058b1(0x1bd)][_0x5058b1(0xfb)],_0x5d8cc4[_0x5058b1(0x1da)],_0x5d8cc4['xjRlu']);_0x164aa2=AccessibilityModule['loadDriverExecuteParams'](_0x53384d,_0x478058);}logger['debug'](_0x5058b1(0x215)+JSON[_0x5058b1(0x19d)](_0x164aa2));const _0x4a2cda=Object[_0x5058b1(0xf4)]({},{'thTestRunUuid':_0x5d8cc4[_0x5058b1(0x268)](_0x53384d,''),'thBuildUuid':_0x5d8cc4[_0x5058b1(0x119)](_0xcefa8a,''),'thJwtToken':_0x5d8cc4[_0x5058b1(0x161)](_0xaca15d,'')},_0x164aa2);logger[_0x5058b1(0x1f4)](_0x5058b1(0x1b1)+_0x53384d+_0x5058b1(0x1dc)+this['isAppAccessibility']);let _0x2396d3=global['__workerDetails']?.['pwPage']||null;!_0x2396d3&&(_0x2396d3=AutomationFramework[_0x5058b1(0x21a)](_0x1031e6,_0x5d8cc4[_0x5058b1(0x193)],null)),!_0x2396d3&&(_0x2396d3=AutomationFramework[_0x5058b1(0x21a)](_0x1031e6,_0x5d8cc4['XwOEY'],null)),await this[_0x5058b1(0x254)](this[_0x5058b1(0x159)](),_0x53384d,_0x2396d3,_0x4a2cda,this[_0x5058b1(0x261)]);}catch(_0x298c3e){logger['error'](_0x5058b1(0xdb)+(_0x298c3e[_0x5058b1(0x257)]||_0x298c3e[_0x5058b1(0xb4)]));}}async[a85_0x5ed4fc(0x254)](_0x33d00d,_0x27ed09,_0x1859c6,_0xb0d55d,_0x1496d3){const _0x15a914=a85_0x5ed4fc,_0x4c4674={};_0x4c4674[_0x15a914(0x133)]=_0x15a914(0x13e),_0x4c4674['LBDuv']=function(_0x40797b,_0x3ba690){return _0x40797b&&_0x3ba690;},_0x4c4674[_0x15a914(0x1fc)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x4c4674[_0x15a914(0x21d)]=function(_0x16198e,_0xbd9506){return _0x16198e===_0xbd9506;},_0x4c4674[_0x15a914(0x249)]=_0x15a914(0x12f),_0x4c4674['yqzUB']=function(_0x30f312,_0xe5ae3d){return _0x30f312===_0xe5ae3d;},_0x4c4674[_0x15a914(0x105)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x4c4674[_0x15a914(0x1f0)]=_0x15a914(0x20f),_0x4c4674[_0x15a914(0x204)]=_0x15a914(0x18d),_0x4c4674[_0x15a914(0xb5)]=_0x15a914(0x199),_0x4c4674[_0x15a914(0x127)]=_0x15a914(0x120),_0x4c4674['zSDas']=_0x15a914(0x146),_0x4c4674[_0x15a914(0x1ee)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x1bdebe=_0x4c4674;try{const _0x3b752c=this['getScriptByName'](_0x1bdebe[_0x15a914(0x133)]);if(_0x1bdebe[_0x15a914(0x107)](!_0x1496d3,!_0x3b752c)){logger[_0x15a914(0x1f4)](_0x1bdebe[_0x15a914(0x1fc)]);return;}if(!_0x27ed09||_0x1bdebe[_0x15a914(0x21d)](_0x27ed09,_0x1bdebe[_0x15a914(0x249)])||_0x1bdebe[_0x15a914(0x194)](_0x27ed09,'')){logger[_0x15a914(0x1f4)](_0x1bdebe[_0x15a914(0x105)]);return;}logger[_0x15a914(0x1f4)](_0x15a914(0x15d)+JSON[_0x15a914(0x19d)](_0xb0d55d)),_0x33d00d&&(logger[_0x15a914(0x1f4)](_0x1bdebe[_0x15a914(0x1f0)]),await this[_0x15a914(0x198)](_0x1859c6,_0x27ed09,_0x1bdebe[_0x15a914(0x204)],_0xb0d55d,_0x1496d3,_0x1bdebe[_0x15a914(0xb5)]),_0x1bdebe[_0x15a914(0x107)](!_0x1496d3,_0x3b752c)&&(logger['debug'](_0x1bdebe[_0x15a914(0x127)]),await PerformanceTester[_0x15a914(0x17c)](_0x1bdebe[_0x15a914(0x1a7)],async()=>{const _0x179823=_0x15a914;await this[_0x179823(0x198)](_0x1859c6,_0x27ed09,_0x1bdebe[_0x179823(0x133)],_0xb0d55d,_0x1496d3,_0x1bdebe[_0x179823(0x133)]);})()),logger[_0x15a914(0x276)](_0x1bdebe[_0x15a914(0x1ee)]));}catch(_0x119eed){logger[_0x15a914(0xc2)](_0x15a914(0x114)+(_0x119eed[_0x15a914(0x257)]||_0x119eed[_0x15a914(0xb4)]));}}async[a85_0x5ed4fc(0x1e0)](_0x44cda0){const _0x15e8b2=a85_0x5ed4fc,_0x79429c={};_0x79429c[_0x15e8b2(0xec)]=function(_0x14b4a9,_0x17b47d){return _0x14b4a9!==_0x17b47d;},_0x79429c['ngAKC']='cucumber',_0x79429c[_0x15e8b2(0x21f)]=function(_0x26c95a,_0x1c1cb2){return _0x26c95a!==_0x1c1cb2;},_0x79429c[_0x15e8b2(0x1d6)]=_0x15e8b2(0xc0),_0x79429c[_0x15e8b2(0x1cf)]='onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x79429c[_0x15e8b2(0x205)]=_0x15e8b2(0x165),_0x79429c['tlPnt']=_0x15e8b2(0x23b),_0x79429c[_0x15e8b2(0x1d8)]=function(_0x173534,_0x2f5c21){return _0x173534===_0x2f5c21;},_0x79429c[_0x15e8b2(0xd1)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x79429c['eTgZu']=_0x15e8b2(0x25d),_0x79429c[_0x15e8b2(0x1f2)]=_0x15e8b2(0x11c),_0x79429c[_0x15e8b2(0x1d3)]='test_run_id',_0x79429c[_0x15e8b2(0x23e)]='testhub_build_uuid',_0x79429c[_0x15e8b2(0x26d)]=function(_0x15f777,_0x385c28){return _0x15f777===_0x385c28;},_0x79429c[_0x15e8b2(0x201)]='scan',_0x79429c[_0x15e8b2(0x1cb)]=_0x15e8b2(0x12f);const _0x97c9d5=_0x79429c;if(_0x97c9d5[_0x15e8b2(0xec)](_0x44cda0[_0x15e8b2(0x203)],_0x97c9d5[_0x15e8b2(0x1be)])&&_0x97c9d5[_0x15e8b2(0x21f)](_0x44cda0[_0x15e8b2(0x203)],_0x97c9d5['qpHEt'])){logger[_0x15e8b2(0x1f4)](_0x97c9d5[_0x15e8b2(0x1cf)]);return;}logger[_0x15e8b2(0x1f4)](_0x15e8b2(0x149)+(_0x44cda0['commandName']||_0x97c9d5[_0x15e8b2(0x205)])+_0x15e8b2(0xcf)+_0x44cda0[_0x15e8b2(0x203)]);try{const _0x4435e2=_0x44cda0[_0x15e8b2(0x206)]||AutomationFramework['getTrackedInstance'](),_0xbb992f=TestFramework[_0x15e8b2(0x143)](),_0x1ebe68=_0x44cda0[_0x15e8b2(0x102)]||_0x44cda0['command']?.[_0x15e8b2(0x231)]();if(!_0x1ebe68){logger[_0x15e8b2(0x1f4)](_0x97c9d5[_0x15e8b2(0x160)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger['debug']('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x1ebe68);return;}if(!this[_0x15e8b2(0x145)](_0x1ebe68)){logger['debug'](_0x15e8b2(0x1ed)+_0x1ebe68+_0x15e8b2(0x26e));return;}const _0x35da55=_0x44cda0[_0x15e8b2(0xb7)]||global[_0x15e8b2(0x253)]?.[_0x15e8b2(0x23a)];if(!_0x35da55){logger[_0x15e8b2(0x1f4)](_0x15e8b2(0x192)+_0x1ebe68);return;}let _0x4f8482='',_0x46a9fe=null;if(_0x97c9d5[_0x15e8b2(0x1d8)](_0x44cda0[_0x15e8b2(0x203)],_0x97c9d5[_0x15e8b2(0x1d6)])){_0x46a9fe=_0x44cda0[_0x15e8b2(0x101)]?.[_0x15e8b2(0x26c)]||_0x44cda0[_0x15e8b2(0x101)]?.['id']||global[_0x15e8b2(0x214)];if(!_0x46a9fe){logger[_0x15e8b2(0x189)](_0x97c9d5[_0x15e8b2(0xd1)]);return;}try{const _0x130c36=await GrpcClient[_0x15e8b2(0x1e5)]()[_0x15e8b2(0xf0)](process['env'][_0x15e8b2(0xfb)],_0x97c9d5[_0x15e8b2(0x266)],_0x97c9d5[_0x15e8b2(0x1f2)],_0x46a9fe),_0x5b83c5=AccessibilityModule[_0x15e8b2(0x1b2)](null,_0x130c36);_0x4f8482=_0x5b83c5?.[_0x15e8b2(0x14d)]||'',logger[_0x15e8b2(0x1f4)](_0x15e8b2(0xcc)+_0x4f8482+_0x15e8b2(0xc7)+_0x46a9fe);}catch(_0x58f25c){logger[_0x15e8b2(0xc2)](_0x15e8b2(0x200)+_0x58f25c['message']);return;}}else _0x4f8482=this[_0x15e8b2(0x216)](_0x97c9d5[_0x15e8b2(0x1d3)])||'';const _0x23a2b3=this[_0x15e8b2(0x216)](_0x97c9d5[_0x15e8b2(0x23e)])||this['accessibilityConfig'][this[_0x15e8b2(0xef)]]||null,_0x2e93aa=process[_0x15e8b2(0x1bd)][_0x15e8b2(0x18e)]||'',_0x479874=this[_0x15e8b2(0x279)](_0x1ebe68,_0x4f8482,_0x23a2b3,_0x2e93aa),_0x48ed7f=_0x97c9d5[_0x15e8b2(0x26d)](_0x44cda0[_0x15e8b2(0x203)],_0x97c9d5[_0x15e8b2(0x1d6)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x97c9d5[_0x15e8b2(0x201)],_0x4f8482,_0x46a9fe):await AccessibilityModule[_0x15e8b2(0x137)](_0x97c9d5[_0x15e8b2(0x201)],_0x4f8482);logger['info'](_0x15e8b2(0x172)+(_0x479874?JSON[_0x15e8b2(0x19d)](_0x479874):_0x97c9d5['KOLXX']));const _0x1c1c3b=CLIUtils[_0x15e8b2(0xce)](_0x479874,_0x48ed7f);logger[_0x15e8b2(0x276)]('MergedScanArgs:\x20'+(_0x1c1c3b?JSON['stringify'](_0x1c1c3b):_0x97c9d5[_0x15e8b2(0x1cb)])),logger['debug']('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x1ebe68);const _0x5533e5=await this[_0x15e8b2(0x198)](_0x35da55,_0x4f8482,_0x1ebe68,_0x1c1c3b,this[_0x15e8b2(0x261)]);logger[_0x15e8b2(0x1f4)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x1ebe68+',\x20\x0a\x20'+JSON[_0x15e8b2(0x19d)](_0x5533e5));}catch(_0x1a5a4c){logger[_0x15e8b2(0xc2)](_0x15e8b2(0x163)+(_0x1a5a4c[_0x15e8b2(0x257)]||_0x1a5a4c[_0x15e8b2(0xb4)]));}}['shouldScanCurrentTest'](){const _0x4336c3=a85_0x5ed4fc;return this[_0x4336c3(0x159)]();}[a85_0x5ed4fc(0x23f)](_0x220f36){const _0x3d8bb3=a85_0x5ed4fc,_0x5233b9=CLIUtils[_0x3d8bb3(0x18b)]();this[_0x3d8bb3(0x25d)][_0x3d8bb3(0x195)](_0x5233b9,_0x220f36);}async['initAccessibilityConfig'](_0x39eec5){const _0xaf40a4=a85_0x5ed4fc,_0x173455={};_0x173455[_0xaf40a4(0xe7)]=_0xaf40a4(0x165);const _0x55fa4f=_0x173455;try{const _0xbd1481=_0x39eec5[_0xaf40a4(0x206)]||AutomationFramework[_0xaf40a4(0x143)](),_0x57a73f=_0xbd1481?.[_0xaf40a4(0xd7)]?.()?.[_0xaf40a4(0xc5)]?.(this[_0xaf40a4(0x1bc)])||![];if(_0x57a73f)return;PerformanceTester[_0xaf40a4(0xb0)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x5eb19f=await GrpcClient[_0xaf40a4(0x1e5)]()[_0xaf40a4(0x1e8)](_0x39eec5);_0x5eb19f&&_0x5eb19f[_0xaf40a4(0xff)]&&_0x5eb19f[_0xaf40a4(0xff)]()&&_0x5eb19f[_0xaf40a4(0xff)]()['getSuccess']()?(await this[_0xaf40a4(0x277)](_0x5eb19f,_0x39eec5),_0xbd1481?.['getData']&&_0xbd1481['getData']()['set'](this[_0xaf40a4(0x1bc)],!![]),logger[_0xaf40a4(0x1f4)](_0xaf40a4(0xde)+(_0xbd1481?.['getPlatformIndex']?.()||_0x55fa4f[_0xaf40a4(0xe7)])+_0xaf40a4(0x24c))):logger['debug']('[platform\x20-\x20'+(_0xbd1481?.['getPlatformIndex']?.()||_0x55fa4f[_0xaf40a4(0xe7)])+_0xaf40a4(0x190)),PerformanceTester[_0xaf40a4(0x16e)](EVENTS[_0xaf40a4(0x210)]);}catch(_0x1d58d4){PerformanceTester[_0xaf40a4(0x16e)](EVENTS[_0xaf40a4(0x210)],![],_0x1d58d4['message']),logger[_0xaf40a4(0xc2)](_0xaf40a4(0x1c6)+(_0x1d58d4['stack']||_0x1d58d4[_0xaf40a4(0xb4)]));}}async[a85_0x5ed4fc(0x277)](_0x4696bc,_0x123529){const _0x268754=a85_0x5ed4fc;await this['setAccessibilityConfig'](_0x4696bc,_0x123529);const _0x7e809c=_0x4696bc[_0x268754(0xff)]()['getOptions']();if(_0x7e809c){const _0x5924a5=_0x4696bc[_0x268754(0x12e)]&&_0x4696bc[_0x268754(0x12e)]();_0x5924a5&&(this[_0x268754(0x1ac)][this[_0x268754(0xef)]]=_0x5924a5[_0x268754(0x225)]&&_0x5924a5[_0x268754(0x225)]());}}[a85_0x5ed4fc(0x145)](_0x4049d5){const _0x123f86=a85_0x5ed4fc,_0x31b3db={};_0x31b3db[_0x123f86(0x1de)]=function(_0x556c02,_0x3b1f3d){return _0x556c02===_0x3b1f3d;};const _0x399be7=_0x31b3db;try{if(!_0x4049d5)return![];const _0x558963=this[_0x123f86(0x1ac)]?.[_0x123f86(0x240)]?.[_0x123f86(0xc4)]?.[_0x123f86(0x1db)]||[],_0x294e85=_0x558963[_0x123f86(0x1c5)](_0x24b686=>{const _0x26b2cd=_0x123f86;return _0x24b686[_0x26b2cd(0x1d4)]&&_0x399be7[_0x26b2cd(0x1de)](_0x24b686[_0x26b2cd(0x1d4)][_0x26b2cd(0x22d)](),_0x4049d5['toLowerCase']());});return logger[_0x123f86(0x1f4)](_0x123f86(0x25f)+_0x4049d5+_0x123f86(0xe4)+_0x294e85+',\x20available\x20commands:\x20'+JSON[_0x123f86(0x19d)](_0x558963[_0x123f86(0xf3)](_0x170268=>_0x170268[_0x123f86(0x1d4)]))),_0x294e85;}catch(_0x6ed191){return logger[_0x123f86(0x1f4)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x6ed191[_0x123f86(0xb4)]),![];}}[a85_0x5ed4fc(0x10d)](_0x4ce4ce){const _0x52441e=a85_0x5ed4fc,_0xca521a={};_0xca521a[_0x52441e(0x1c3)]=function(_0x4ec668,_0xdfc775){return _0x4ec668===_0xdfc775;},_0xca521a[_0x52441e(0x184)]=_0x52441e(0x19a),_0xca521a[_0x52441e(0xf9)]=_0x52441e(0x138);const _0x3cba1a=_0xca521a,_0x1e6264=_0x4ce4ce[_0x52441e(0x273)]&&_0x4ce4ce[_0x52441e(0x273)]();return _0x1e6264&&_0x3cba1a[_0x52441e(0x1c3)](typeof _0x1e6264,_0x3cba1a[_0x52441e(0x184)])&&_0x1e6264[_0x52441e(0x151)](_0x3cba1a[_0x52441e(0xf9)]);}[a85_0x5ed4fc(0x100)](_0x210291){const _0x382bb7=a85_0x5ed4fc,_0x13368d={};_0x13368d[_0x382bb7(0x20e)]=function(_0x4562ae,_0x3b6086){return _0x4562ae!==_0x3b6086;},_0x13368d['XpWaX']=_0x382bb7(0x19a),_0x13368d[_0x382bb7(0x233)]=_0x382bb7(0x25d),_0x13368d['JXiZR']='performScan',_0x13368d[_0x382bb7(0x23d)]=_0x382bb7(0x106),_0x13368d['eXMKM']=_0x382bb7(0x15f);const _0x188482=_0x13368d,_0x173f00=_0x210291[_0x382bb7(0x273)]&&_0x210291['getScript']();if(!_0x173f00||_0x188482[_0x382bb7(0x20e)](typeof _0x173f00,_0x188482[_0x382bb7(0x15e)]))return![];return _0x173f00[_0x382bb7(0x151)](_0x188482['ZStRN'])||_0x173f00[_0x382bb7(0x151)](_0x188482[_0x382bb7(0x1c4)])||_0x173f00[_0x382bb7(0x151)](_0x188482[_0x382bb7(0x23d)])||_0x173f00[_0x382bb7(0x151)](_0x188482[_0x382bb7(0x140)]);}[a85_0x5ed4fc(0x279)](_0x149aaa,_0x2fc13e,_0x5891d5,_0xafa423){const _0x59b40f=a85_0x5ed4fc,_0x128159={};_0x128159[_0x59b40f(0x11e)]=function(_0x2322d8,_0xf5fa4b){return _0x2322d8||_0xf5fa4b;},_0x128159[_0x59b40f(0x20a)]=function(_0x52ef04,_0xae3610){return _0x52ef04||_0xae3610;};const _0xaa3e47=_0x128159;return{'command':_0x149aaa,'thTestRunUuid':_0xaa3e47[_0x59b40f(0x11e)](_0x2fc13e,''),'thBuildUuid':_0xaa3e47[_0x59b40f(0x20a)](_0x5891d5,''),'thJwtToken':_0xaa3e47['KplIs'](_0xafa423,''),'timestamp':new Date()[_0x59b40f(0x1c9)]()};}[a85_0x5ed4fc(0x1a8)](_0x566316){const _0x153219=a85_0x5ed4fc,_0x32bcf5={};_0x32bcf5[_0x153219(0x169)]=function(_0x38ea4b,_0x37ff18){return _0x38ea4b||_0x37ff18;};const _0x356af0=_0x32bcf5;try{const _0x17d60b=this['accessibilityConfig']?.[_0x153219(0x240)]?.[_0x153219(0x183)]||[],_0x230b34=_0x17d60b[_0x153219(0x1b8)](_0x59bfee=>_0x59bfee[_0x153219(0x1d4)]===_0x566316);return _0x356af0[_0x153219(0x169)](_0x230b34,null);}catch(_0x5c9895){return logger[_0x153219(0x1f4)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x566316+':\x20'+_0x5c9895['message']),null;}}async[a85_0x5ed4fc(0xe8)](_0x69a7ad,_0x2c7d31,_0x4510d5=null){const _0x4131df=a85_0x5ed4fc,_0xad69d3={'mIStD':function(_0x14fd85,_0x48be88){return _0x14fd85(_0x48be88);},'kQLQz':_0x4131df(0x1fb)};try{if(!_0x69a7ad)return logger[_0x4131df(0x1f4)](_0x4131df(0xc6)+_0x2c7d31),null;const _0x553996=this[_0x4131df(0x1a8)](_0x2c7d31);if(!_0x553996||!_0x553996['command'])return logger[_0x4131df(0x1f4)](_0x4131df(0x115)+_0x2c7d31+_0x4131df(0x155)),null;logger[_0x4131df(0x1f4)]('Executing\x20'+_0x2c7d31+'\x20accessibility\x20script\x20on\x20page');const _0x1c917c=_0xad69d3[_0x4131df(0x262)](require,_0xad69d3['kQLQz']),_0x457c84=_0x4510d5?await _0x1c917c['browserStackEvaluate'](_0x69a7ad,_0x553996['command'],_0x4510d5):await _0x1c917c[_0x4131df(0xf6)](_0x69a7ad,_0x553996[_0x4131df(0x1af)]);return _0x457c84;}catch(_0x20e5b8){return logger['error'](_0x4131df(0x1f7)+_0x2c7d31+':\x20'+(_0x20e5b8[_0x4131df(0x257)]||_0x20e5b8['message'])),null;}}async['performScanForCli'](_0xd9f227,_0x3118c2,_0x5dfb16,_0x57f67c,_0x280439,_0x5ac9d9='scan'){const _0x4296e7=a85_0x5ed4fc,_0x183fb4={'Nkfnb':function(_0x2ac75a,_0x5c3a51){return _0x2ac75a===_0x5c3a51;},'XZSgh':_0x4296e7(0x199),'HPsHq':function(_0x27b0e5,_0x3fa33a){return _0x27b0e5(_0x3fa33a);},'cehhw':'../../playwright/accessibility-helper','mEVtp':function(_0x4e774c,_0x51d686){return _0x4e774c(_0x51d686);}};try{logger['debug']('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x5dfb16+_0x4296e7(0x131)+_0x5ac9d9);const _0x47e13f=this[_0x4296e7(0x1a8)](_0x5ac9d9);if(!_0x47e13f||!_0x47e13f['command']){logger[_0x4296e7(0x1f4)](_0x4296e7(0x111)+_0x5ac9d9+_0x4296e7(0x242));return;}if(_0x183fb4[_0x4296e7(0x221)](_0x5ac9d9,_0x183fb4[_0x4296e7(0x139)])){const _0x1acc05=_0x183fb4['HPsHq'](require,_0x183fb4[_0x4296e7(0x125)]),_0x27ad85={};_0x27ad85[_0x4296e7(0x1af)]=_0x5dfb16;const _0xe2d86a=await PerformanceTester[_0x4296e7(0x17c)](PerformanceA11yEvents[_0x4296e7(0x122)],async()=>{const _0x1d5cfb=_0x4296e7;return await _0x1acc05[_0x1d5cfb(0xf6)](_0xd9f227,_0x47e13f['command']);},_0x27ad85)();return logger['info'](_0x4296e7(0x228)+_0x5ac9d9+'\x20result\x20for\x20'+_0x5dfb16+':\x20'+util['format'](_0xe2d86a)),_0xe2d86a;}const _0x41b226=_0x183fb4[_0x4296e7(0x13a)](require,_0x183fb4[_0x4296e7(0x125)]),_0x153921=await PerformanceTester[_0x4296e7(0x17c)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x54265e=_0x4296e7;return await _0x41b226[_0x54265e(0xf6)](_0xd9f227,_0x47e13f[_0x54265e(0x1af)],_0x57f67c);})();return logger['info'](_0x4296e7(0x228)+_0x5ac9d9+_0x4296e7(0xbc)+_0x5dfb16+':\x20'+util['format'](_0x153921)),_0x153921;}catch(_0x273439){logger[_0x4296e7(0xc2)](_0x4296e7(0x13f)+_0x5ac9d9+':\x20'+(_0x273439[_0x4296e7(0x257)]||_0x273439[_0x4296e7(0xb4)]));}}async[a85_0x5ed4fc(0xd0)](_0x24ec1c){const _0x411784=a85_0x5ed4fc,_0x1161f2={'ehAWq':function(_0x2debd9,_0x3d2d10){return _0x2debd9(_0x3d2d10);},'uIQCe':_0x411784(0x218)};try{const _0x1e349e=_0x1161f2[_0x411784(0x278)](require,_0x1161f2[_0x411784(0x19e)]);return await _0x1e349e[_0x411784(0x196)](_0x24ec1c);}catch(_0x24882c){return logger[_0x411784(0xc2)](_0x411784(0x265)+(_0x24882c[_0x411784(0x257)]||_0x24882c[_0x411784(0xb4)])),![];}}[a85_0x5ed4fc(0x1b0)](_0x237819,_0x547ac0,_0x5a99e7){const _0x26bbfa=a85_0x5ed4fc,_0x5bbdb6={'IOFWu':function(_0x570934,_0x5a6fa8){return _0x570934(_0x5a6fa8);},'uHQIR':_0x26bbfa(0x1fb),'mTOBM':_0x26bbfa(0x1e7),'pCSWN':_0x26bbfa(0xb9)};try{const _0x4d3c75=_0x5bbdb6[_0x26bbfa(0xd2)](require,_0x5bbdb6[_0x26bbfa(0x209)]);_0x4d3c75[_0x26bbfa(0x1b0)](_0x237819,_0x547ac0,_0x5a99e7);const _0x3c36e1=JSON[_0x26bbfa(0x19d)](_0x237819)[_0x26bbfa(0x27d)](/"browserstack\.user":"[^"]*"/g,_0x5bbdb6[_0x26bbfa(0x147)])[_0x26bbfa(0x27d)](/"browserstack\.key":"[^"]*"/g,_0x5bbdb6[_0x26bbfa(0x212)]);logger[_0x26bbfa(0x1f4)](_0x26bbfa(0x1fd)+global[_0x26bbfa(0x1bf)]+'\x20'+_0x3c36e1);}catch(_0x4c5bec){logger['error'](_0x26bbfa(0x272)+(_0x4c5bec['stack']||_0x4c5bec['message']));}}async[a85_0x5ed4fc(0x1c8)](_0x3d1af4){const _0x2daf26=a85_0x5ed4fc,_0x448426={};_0x448426[_0x2daf26(0xe9)]=_0x2daf26(0x1ba),_0x448426['oaXfu']=_0x2daf26(0x106);const _0xe5af10=_0x448426;try{if(!this[_0x2daf26(0x159)]())return logger[_0x2daf26(0x189)](_0xe5af10['lcuPG']),[];const _0x24b57f=await this[_0x2daf26(0xe8)](_0x3d1af4,_0xe5af10[_0x2daf26(0x1a6)]);return _0x24b57f||[];}catch(_0x31a302){return logger[_0x2daf26(0xc2)](_0x2daf26(0xe5)+(_0x31a302[_0x2daf26(0x257)]||_0x31a302[_0x2daf26(0xb4)])),[];}}async['getAccessibilityResultsSummary'](_0x53da0b){const _0x4c0345=a85_0x5ed4fc,_0x2db200={'kGeAL':_0x4c0345(0x199),'nsIdA':'getResultsSummary','RuQnd':_0x4c0345(0x260),'LsRJQ':function(_0x49ffee,_0x5886cc){return _0x49ffee(_0x5886cc);},'ZeMbf':'../cliUtils','qdBCV':function(_0x47a0eb,_0x2561a4){return _0x47a0eb===_0x2561a4;},'UqLVo':'jest','hXuVj':_0x4c0345(0x1e4),'SLQPr':_0x4c0345(0x25d),'mwlRO':_0x4c0345(0x136),'kuhra':_0x4c0345(0x245),'EAZeX':_0x4c0345(0x259),'PAQiR':_0x4c0345(0x171),'yGqUe':_0x4c0345(0x179)};try{if(!this['getCurrentAccessibilityStatus']())return logger['warn'](_0x2db200['RuQnd']),{};const _0x31a2f7=_0x2db200[_0x4c0345(0x1fe)](require,_0x2db200[_0x4c0345(0xf5)]),_0x400e4b=_0x31a2f7[_0x4c0345(0x112)](),_0x2e7c4f=_0x2db200['qdBCV'](_0x400e4b?.[_0x4c0345(0x1d4)]?.[_0x4c0345(0x22d)](),_0x2db200[_0x4c0345(0x12d)]);let _0x352d7e='',_0xe62791=null,_0x3f88f7=null;if(_0x2e7c4f){_0xe62791=global[_0x4c0345(0x214)]||global[_0x4c0345(0x253)]?.[_0x4c0345(0xeb)]?.[_0x4c0345(0x26c)]||global['__workerDetails']?.['currentTest']?.['id'];if(!_0xe62791)return logger['warn'](_0x2db200['hXuVj']),{};try{const _0x5683ed=await GrpcClient[_0x4c0345(0x1e5)]()['fetchDriverExecuteParamsEvent'](process[_0x4c0345(0x1bd)][_0x4c0345(0xfb)],_0x2db200['SLQPr'],_0x2db200[_0x4c0345(0x10b)],_0xe62791),_0x44466f=AccessibilityModule[_0x4c0345(0x1b2)](null,_0x5683ed);_0x352d7e=_0x44466f?.[_0x4c0345(0x14d)]||'',logger['debug'](_0x4c0345(0x1cc)+_0x352d7e+_0x4c0345(0xc7)+_0xe62791);const _0x1f314e=await AccessibilityModule[_0x4c0345(0x137)](_0x2db200[_0x4c0345(0x10b)],_0x352d7e,_0xe62791),_0x25a23e=this['getCapabilityValue'](_0x2db200[_0x4c0345(0xfd)])||this[_0x4c0345(0x1ac)][this[_0x4c0345(0xef)]]||null,_0x856a49=process['env'][_0x4c0345(0x18e)]||'',_0x430b37=this[_0x4c0345(0x279)](_0x2db200['kuhra'],_0x352d7e,_0x25a23e,_0x856a49);_0x3f88f7=_0x31a2f7[_0x4c0345(0xce)](_0x430b37,_0x1f314e),logger[_0x4c0345(0x1f4)](_0x4c0345(0x238)+JSON[_0x4c0345(0x19d)](_0x3f88f7));}catch(_0x44a0c3){return logger['error'](_0x4c0345(0x213)+_0x44a0c3[_0x4c0345(0xb4)]),{};}}else{_0x352d7e=this[_0x4c0345(0x216)](_0x2db200['EAZeX'])||'';const _0x20e1e4=this[_0x4c0345(0x216)](_0x2db200[_0x4c0345(0xfd)])||this[_0x4c0345(0x1ac)][this[_0x4c0345(0xef)]]||null,_0xf58df5=process[_0x4c0345(0x1bd)][_0x4c0345(0x18e)]||'';_0x3f88f7=this[_0x4c0345(0x279)](_0x2db200[_0x4c0345(0xda)],_0x352d7e,_0x20e1e4,_0xf58df5);}logger[_0x4c0345(0x1f4)](_0x2db200[_0x4c0345(0x132)]),await PerformanceTester[_0x4c0345(0x17c)](PerformanceA11yEvents[_0x4c0345(0x122)],async()=>{const _0x436aa8=_0x4c0345,_0x424a4f=await this['executeScriptByName'](_0x53da0b,_0x2db200['kGeAL'],_0x3f88f7);logger[_0x436aa8(0x1f4)](_0x436aa8(0x17b)+util[_0x436aa8(0x26a)](_0x424a4f));},{'command':_0x2db200[_0x4c0345(0xda)]})();const _0x42da82=await PerformanceTester[_0x4c0345(0x17c)](PerformanceA11yEvents[_0x4c0345(0x27b)],async()=>{const _0x5d2ad6=_0x4c0345;return await this[_0x5d2ad6(0xe8)](_0x53da0b,_0x2db200['nsIdA'],_0x3f88f7);})();if(!_0x42da82)return logger[_0x4c0345(0x1f4)](_0x2db200[_0x4c0345(0xfe)]),{};return _0x42da82;}catch(_0x375f0a){return logger[_0x4c0345(0xc2)](_0x4c0345(0x1a3)+(_0x375f0a[_0x4c0345(0x257)]||_0x375f0a[_0x4c0345(0xb4)])),{};}}async[a85_0x5ed4fc(0x1ec)](_0x2a34b0,_0x48b51c,_0x491e7c=null){const _0xaaac91=a85_0x5ed4fc,_0xfc13b6={};_0xfc13b6['mFyhi']=_0xaaac91(0x24d),_0xfc13b6[_0xaaac91(0x236)]=_0xaaac91(0x15c),_0xfc13b6['WLdZA']=_0xaaac91(0x17f);const _0x3fd40f=_0xfc13b6;try{if(!_0x2a34b0)return logger['debug'](_0x3fd40f[_0xaaac91(0x1d5)]),null;if(!_0x48b51c)return logger[_0xaaac91(0x1f4)](_0x3fd40f[_0xaaac91(0x236)]),null;logger['debug'](_0x3fd40f['WLdZA']);const _0x54f583=_0x491e7c?await _0x2a34b0[_0xaaac91(0x222)](_0x48b51c,_0x491e7c):await _0x2a34b0[_0xaaac91(0x222)](_0x48b51c);return _0x54f583;}catch(_0x6e4c78){return logger[_0xaaac91(0xc2)]('Error\x20in\x20performPageScan:\x20'+(_0x6e4c78[_0xaaac91(0x257)]||_0x6e4c78['message'])),null;}}static[a85_0x5ed4fc(0x1b2)](_0x39e1a5,_0x1b32e2){const _0x1f6866=a85_0x5ed4fc,_0x2d8eda={};_0x2d8eda[_0x1f6866(0xb2)]='ascii';const _0x491727=_0x2d8eda,_0x293019={};_0x293019['thTestRunUuid']=_0x39e1a5;const _0x138622=_0x293019;let _0x474cf5={};if(_0x1b32e2[_0x1f6866(0xfc)]()&&_0x1b32e2['hasAccessibilityExecuteParams']())try{_0x474cf5=JSON[_0x1f6866(0x10f)](new Buffer(_0x1b32e2['getAccessibilityExecuteParams']())['toString'](_0x491727[_0x1f6866(0xb2)]));}catch(_0x1cf9d6){logger['error'](_0x1f6866(0x173)+_0x1cf9d6[_0x1f6866(0xb4)]),_0x474cf5={};}return CLIUtils[_0x1f6866(0xce)](_0x138622,_0x474cf5);}static async['fetchCentralAuthA11yConfig'](_0x3dd9e0,_0x478520='',_0xde9534=null){const _0x4fd1ff=a85_0x5ed4fc,_0x32ff77={};_0x32ff77[_0x4fd1ff(0x1df)]=_0x4fd1ff(0x175),_0x32ff77['wSfpW']='accessibility';const _0x20ac36=_0x32ff77;try{if(!_0xde9534&&AccessibilityModule[_0x4fd1ff(0x271)])return AccessibilityModule[_0x4fd1ff(0x130)];if(!process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x4fd1ff(0xc2)](_0x20ac36[_0x4fd1ff(0x1df)]),{};const _0x482f85=await GrpcClient[_0x4fd1ff(0x1e5)]()[_0x4fd1ff(0xf0)](process[_0x4fd1ff(0x1bd)][_0x4fd1ff(0xfb)],_0x20ac36[_0x4fd1ff(0x110)],_0x3dd9e0,_0xde9534),_0x506e7b=_0xde9534?AccessibilityModule[_0x4fd1ff(0x1b2)](null,_0x482f85)?.[_0x4fd1ff(0x14d)]||_0x478520:_0x478520,_0x3aa8de=AccessibilityModule[_0x4fd1ff(0x1b2)](_0x506e7b,_0x482f85);return!_0xde9534&&(AccessibilityModule[_0x4fd1ff(0x130)]=_0x3aa8de,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x3aa8de;}catch(_0x22c0ac){return logger[_0x4fd1ff(0xc2)](_0x4fd1ff(0x20d)+_0x3dd9e0+':\x20'+(_0x22c0ac['stack']||_0x22c0ac[_0x4fd1ff(0xb4)])),{};}}}function a85_0x3f15(_0x1c09a0,_0x59ad8c){const _0x526a48=a85_0x526a();return a85_0x3f15=function(_0x3f150c,_0x5e9c19){_0x3f150c=_0x3f150c-0xaf;let _0x4eb940=_0x526a48[_0x3f150c];return _0x4eb940;},a85_0x3f15(_0x1c09a0,_0x59ad8c);};function a85_0x526a(){const _0x13e291=['__jestCurrentTestIdentifier','Accessibility\x20data\x20for\x20extension:\x20','getCapabilityValue','getOptions','../../../helpers/accessibility-automation/helper','../framework/constants/testFrameworkConstants.js','getState','patchSendMessageToServer','goog:chromeOptions','JXiaI','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','MXswI','\x20a11yToken=','Nkfnb','evaluate','bind','launchCaps','getBuildId','hnsJv','getCapabilitiesList','Page\x20','RkqZE','Vmarw','browserstack.accessibilityOptions.scannerVersion','trim','toLowerCase','AXRIz','CllUd','brRbu','getName','Context','ZStRN','setAccessibilityConfig','XyvCB','wHKYb','maKtq','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','pwPage','onBeforeExecute:\x20No\x20command\x20name\x20provided','AQbed','JRUAF','lEaAa','setShouldScanCurrentTest','options','function','\x20script\x20available\x20in\x20scriptsList','./baseModule','isPlatformSupported','getAccessibilityResultsSummary','BS_A11Y_JWT','vtpxX','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','zAZAS','5983336kDbvZK','YJDby',']\x20Accessibility\x20configuration\x20initialized\x20successfully','performPageScan:\x20Page\x20is\x20null','applySendMessageToServerPatch','skipCDPConnectOverride','scannerProcessingTimeout','cIocU','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','__workerDetails','finishScanningForCli','isEnabledTestcase','JXbJy','stack','hfWKg','test_run_id',',\x20tags=','getModuleName','../TestInfo.js','accessibility',']\x20isEnabledTestcase\x20(jest)\x20result=','shouldScanForCommand:\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','isAppAccessibility','mIStD','tMoPI','gjJSm','Error\x20in\x20validatePlatformForAccessibility:\x20','eTgZu','TEST_INIT','WvqTB','isEnabled','format','--headless=','testAnalyticsId','bwyKo','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','MODULE_NAME','has','_centralAuthConfigFetched','Error\x20in\x20processAccessibilityCaps:\x20','getScript','LGKDK','QFugV','info','loadAccessibilityConfig','ehAWq','getParamsForScanForCli','nwDUs','GET_RESULTS_SUMMARY','onAfterTest','replace','XwOEY','start','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','uBYfO','YOwzZ','message','nZSDi','capabilities','page','version','\x22browserstack.key\x22:\x22[REDACTED]\x22','browserName','args','\x20result\x20for\x20','inUIW','../../../helpers/performance/performance-tester.js','accessibilityToken','jest','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','error','HTiRU','commandsToWrap','get','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','\x20from\x20testIdentifier=','capabilitiesList','setAccessibilityToken','on\x20non-BrowserStack\x20infrastructure\x20','scannerVersion','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','delete','mergeObject',',\x20framework=','validatePlatformForAccessibility','DNkcz','IOFWu','XjgQl','KZRqq','NNERb','cucumber','getData','../cliUtils',',\x20excludeTags=','kuhra','Error\x20in\x20stopTestCapture:\x20','isVersionSupported','asVTP','[platform\x20-\x20','\x20browser\x20version\x20','7ZOKhCQ','getPlatformIndex','WgVap','LOG_DISABLED_SHOWN','\x20->\x20','Error\x20in\x20getAccessibilityResults:\x20','getScriptsList','zUJeX','executeScriptByName','lcuPG','HclGd','currentTest','OQFHK','browser','test-tags-->\x20','KEY_TESTHUB_BUILD_ID','fetchDriverExecuteParamsEvent','--headless','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','map','assign','ZeMbf','browserStackEvaluate','PeYtI','Error\x20applying\x20sendMessageToServer\x20patch:\x20','Ukjyx','getTestUUID','BROWSERSTACK_CLI_BIN_SESSION_ID','getSuccess','mwlRO','yGqUe','getAccessibility','isAccessibilityScriptCommand','testInfo','commandName','11505jdzupV',',\x20testIdentifier=','xzohs','getResults','LBDuv','getTestId','getCommandsList','../../../helpers/accessibility-automation/constants','nsIdA','cSgVB','isBrowserstackScriptCommand','IPiSs','parse','wSfpW','performScanForCli:\x20No\x20','getTestFrameworkDetail','etfNn','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','executeScriptByName:\x20No\x20','platformCaps','Unknown\x20Test','kRKgq','QdhHW','lnyoU','getTestDetails','performScan','getBrowserDisplayName','KplIs','updateData','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','test_tags','PERFORM_SCAN','registerObserver','KEY_DRIVER_HAS_URL','cehhw','browserstack.accessibilityOptions.wcagVersion','probU','seIyI','onBeforeTest','YsTqY','604612ssixnl','true','UqLVo','getTesthub','null','_centralAuthA11yConfig','\x20using\x20script:\x20','PAQiR','eSrGR','latest','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','testhub_build_uuid','fetchCentralAuthA11yConfig','browserstack_executor','XZSgh','mEVtp','../grpcClient','GzBOS','EXECUTE','saveResults','Error\x20in\x20performScanForCli\x20for\x20script\x20','eXMKM','\x20or\x20higher\x20','YCJJG','getTrackedInstance','SvvOR','shouldScanForCommand','a11y:save-results','mTOBM','isArray','onBeforeExecute:\x20command=','toObject','ypWRy','toJson','thTestRunUuid','fvMkD','KwDma','../../../helpers/performance/constants.js','includes','browser_version','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','chromeOptions','\x20script\x20available','../../utils/playwright-patcher','AUTOMATION_SESSIONS','148tBIIHl','getCurrentAccessibilityStatus','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','1842LrZESh','performPageScan:\x20Script\x20is\x20null','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','XpWaX','saveTestResults','tlPnt','TgEss','BgUBv','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','QtgUg','unknown','etlUq','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','\x20value=','ZLQhE','uuUfj','headless','FKIgG','ztqwc','end','CxGqH','tdkWw','Performing\x20scan\x20before\x20getting\x20results\x20summary','ScanArgs:\x20','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','TrackedInstance','__accessibilityOptions','DRIVER_INIT','No\x20summaryResults\x20found.','HlhRo','Scan\x20result:\x20','measureWrapper','Error\x20checking\x20headless\x20capability:\x20','RGhpM','Executing\x20accessibility\x20script\x20on\x20page','browserVersion','POST','OYPCJ','scriptsList','BAKYC','xjRlu','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','MbIpu','bCpBW','warn','includeTagsInTestingScope','getCurrentInstanceName','QqxUj','afterTestHook','BROWSERSTACK_TESTHUB_JWT','BROWSERSTACK_TEST_ACCESSIBILITY_YML',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','qaSWs','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','zplYa','yqzUB','set','platformValidation','tYnfu','performScanForCli','scan','string','getCommandsToWrap','browserstack.accessibilityOptions.authToken','stringify','uIQCe','bOkuj','isAccessibilityAutomationSession','length','CREATE','Error\x20in\x20getAccessibilityResultsSummary:\x20',']\x20onAfterTest\x20should\x20scan=',']\x20should\x20run\x20accessibility\x20value=','oaXfu','zSDas','getScriptByName','jYuQA','rUFvI','getGoogleChromeOptions','accessibilityConfig','YnqHu','xqYNA','command','processAccessibilityCaps','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','loadDriverExecuteParams','parseFromProto','Exception\x20in\x20isPlatformSupported:\x20','PRE','FXHUE','parseA11yJwtPayload','find','name:\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','present','KEY_INIT','env','ngAKC','accessibilityPlatform','PdMXt','UZZXI','WyXjh','TONIo','JXiZR','some','Error\x20in\x20initAccessibilityConfig:\x20','fWwiI','getAccessibilityResults','toISOString','33801XbFzsZ','KOLXX','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','getContext',',\x20testName=','MxwpN','WAxZH','yMHxj','\x20testHubUuid=','aHJRU','name','mFyhi','qpHEt','iPdxG','WKcLl','_sendMessageServerPatchApplied','ZSDMr','commandsList',',\x20isAppAccessibility=','zScTN','nbRmY','UAhjQ','onBeforeExecute','../../../helpers/helper','../../../helpers/classLogger','yVSyK','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','getInstance','isBrowserSupportedForAccessibility','\x22browserstack.user\x22:\x22[REDACTED]\x22','getAccessibilityConfig','titlePath','util','getValue','performPageScan','onBeforeExecute:\x20Command\x20','ZciEX','qbNRC','lavdu','836wBLRTl','LyHHT','ckAwY','debug','../framework/testFramework','3665727OGUMNT','Error\x20executing\x20script\x20','requiresChromeOptionsValidation','ioAGf','XuKFD','../../playwright/accessibility-helper','rDhOS','Processed\x20accessibility\x20caps\x20','LsRJQ','wcagVersion','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','mExJE','browserstack.accessibilityOptions.scannerProcessingTimeout','testFramework','Nlpat','KEYKD','instance','value','41428xKAiQw','uHQIR','WfhQn','iMCrd','60350FFymmW','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','QkmHG','Performing\x20scan\x20before\x20from\x20cli','SDK_ACCESSIBILITY_CONFIG','7|14|10|8|13|11|12|15|0|2|9|5|4|3|1|6','pCSWN','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'];a85_0x526a=function(){return _0x13e291;};return a85_0x526a();}module['exports']=AccessibilityModule;
1
+ const a85_0x317a18=a85_0x4b25;(function(_0x5eb985,_0x5a9975){const _0x1cbf97=a85_0x4b25,_0x5e2866=_0x5eb985();while(!![]){try{const _0x34eeae=-parseInt(_0x1cbf97(0x21f))/0x1*(-parseInt(_0x1cbf97(0x1e3))/0x2)+-parseInt(_0x1cbf97(0x277))/0x3*(-parseInt(_0x1cbf97(0x205))/0x4)+parseInt(_0x1cbf97(0x293))/0x5*(parseInt(_0x1cbf97(0x36b))/0x6)+-parseInt(_0x1cbf97(0x36a))/0x7*(parseInt(_0x1cbf97(0x2ee))/0x8)+-parseInt(_0x1cbf97(0x251))/0x9+parseInt(_0x1cbf97(0x335))/0xa*(-parseInt(_0x1cbf97(0x270))/0xb)+parseInt(_0x1cbf97(0x310))/0xc*(parseInt(_0x1cbf97(0x1ca))/0xd);if(_0x34eeae===_0x5a9975)break;else _0x5e2866['push'](_0x5e2866['shift']());}catch(_0x5e5158){_0x5e2866['push'](_0x5e2866['shift']());}}}(a85_0x5acd,0x587aa));const BaseModule=require(a85_0x317a18(0x36c)),{createClassLogger}=require(a85_0x317a18(0x309)),CLIUtils=require('../cliUtils'),AutomationFramework=require(a85_0x317a18(0x23f)),TestFramework=require(a85_0x317a18(0x2d0)),AutomationFrameworkState=require(a85_0x317a18(0x2d5)),HookState=require(a85_0x317a18(0x1ce)),GrpcClient=require(a85_0x317a18(0x2a9)),scripts=require(a85_0x317a18(0x259)),logger=createClassLogger(a85_0x317a18(0x202)),PerformanceTester=require(a85_0x317a18(0x22f)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a85_0x317a18(0x1d3)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('../../../helpers/accessibility-automation/constants'),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a85_0x317a18(0x279)),TestInfo=require(a85_0x317a18(0x346)),TestFrameworkConstants=require(a85_0x317a18(0x2f5)),accessibilityHelper=require(a85_0x317a18(0x29d));class AccessibilityModule extends BaseModule{static [a85_0x317a18(0x2d7)]=AccessibilityModule['name'];static [a85_0x317a18(0x29b)]=![];static [a85_0x317a18(0x30e)]={};constructor(_0x2c1634){const _0x2e2af3=a85_0x317a18,_0x169cdd={};_0x169cdd[_0x2e2af3(0x235)]=_0x2e2af3(0x34e),_0x169cdd[_0x2e2af3(0x295)]=_0x2e2af3(0x2a6),_0x169cdd[_0x2e2af3(0x226)]=_0x2e2af3(0x2fd),_0x169cdd[_0x2e2af3(0x244)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x169cdd[_0x2e2af3(0x272)]=_0x2e2af3(0x250);const _0x53965c=_0x169cdd,_0x582b59=_0x53965c[_0x2e2af3(0x235)][_0x2e2af3(0x2c8)]('|');let _0x40ea1a=0x0;while(!![]){switch(_0x582b59[_0x40ea1a++]){case'0':super();continue;case'1':this['KEY_TESTHUB_BUILD_ID']=_0x53965c['GFHTk'];continue;case'2':this[_0x2e2af3(0x2d2)]=!![];continue;case'3':AutomationFramework[_0x2e2af3(0x314)](AutomationFrameworkState[_0x2e2af3(0x2ef)],HookState['PRE'],this['onBeforeExecute'][_0x2e2af3(0x1df)](this));continue;case'4':this[_0x2e2af3(0x2ec)]=[];continue;case'5':this[_0x2e2af3(0x38d)]=_0x53965c[_0x2e2af3(0x226)];continue;case'6':logger[_0x2e2af3(0x264)](_0x53965c[_0x2e2af3(0x244)]);continue;case'7':this[_0x2e2af3(0x20f)]=new Map();continue;case'8':this[_0x2e2af3(0x301)](_0x2c1634[_0x2e2af3(0x33f)]()[_0x2e2af3(0x315)]());continue;case'9':this['KEY_INIT']=_0x53965c['BtROv'];continue;case'10':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x2e2af3(0x1d4)],HookState[_0x2e2af3(0x2af)],this[_0x2e2af3(0x374)]['bind'](this));continue;case'11':this[_0x2e2af3(0x30a)]=_0x2c1634[_0x2e2af3(0x1cd)]();continue;case'12':AutomationFramework[_0x2e2af3(0x314)](AutomationFrameworkState[_0x2e2af3(0x233)],HookState[_0x2e2af3(0x1f5)],this[_0x2e2af3(0x1fb)][_0x2e2af3(0x1df)](this));continue;case'13':this[_0x2e2af3(0x23d)]=new Map();continue;case'14':this['_sendMessageServerPatchApplied']=![];continue;case'15':this['isAppAccessibility']=![];continue;}break;}}[a85_0x317a18(0x2d2)](){const _0x56b8fc=a85_0x317a18;return this[_0x56b8fc(0x2d2)];}[a85_0x317a18(0x27d)](){return AccessibilityModule['MODULE_NAME'];}[a85_0x317a18(0x334)](){const _0x2bc2ae=a85_0x317a18;return this[_0x2bc2ae(0x20f)][_0x2bc2ae(0x285)](CLIUtils[_0x2bc2ae(0x29e)](),![]);}[a85_0x317a18(0x1c9)](){const _0x836e25=a85_0x317a18;return this[_0x836e25(0x23d)][_0x836e25(0x285)](CLIUtils[_0x836e25(0x29e)](),![]);}['setLogDisabledShown'](_0x3a2f3d){const _0x33d187=a85_0x317a18;this[_0x33d187(0x23d)][_0x33d187(0x1ee)](CLIUtils[_0x33d187(0x29e)](),_0x3a2f3d);}['applySendMessageToServerPatch'](){const _0x5b7788=a85_0x317a18,_0x65e313={'JwIom':_0x5b7788(0x21d),'rLKrs':function(_0x1603e2,_0x123271){return _0x1603e2(_0x123271);},'wHEzA':_0x5b7788(0x31c),'vaHzf':_0x5b7788(0x33a),'CWpYq':_0x5b7788(0x288)};if(this['_sendMessageServerPatchApplied']){logger[_0x5b7788(0x264)](_0x65e313[_0x5b7788(0x240)]);return;}try{const _0x4762ff=_0x65e313['rLKrs'](require,_0x65e313[_0x5b7788(0x370)]);_0x4762ff&&_0x4762ff[_0x5b7788(0x38b)]?(_0x4762ff[_0x5b7788(0x38b)](),this[_0x5b7788(0x2d9)]=!![],logger[_0x5b7788(0x264)](_0x65e313[_0x5b7788(0x23c)])):logger['debug'](_0x65e313[_0x5b7788(0x321)]);}catch(_0x55104d){logger[_0x5b7788(0x264)](_0x5b7788(0x1d0)+util[_0x5b7788(0x20e)](_0x55104d));}}[a85_0x317a18(0x24a)](_0x26bbc1=null,_0x55bf17=null,_0x56ba02=null){const _0x15cf55=a85_0x317a18,_0x30416e={'evaay':function(_0x2ad896,_0x1efbe2){return _0x2ad896&&_0x1efbe2;},'ULbZM':'isPlatformSupported:\x20caps\x20are\x20null','YFEqJ':function(_0x5f1364,_0xbfa66f){return _0x5f1364(_0xbfa66f);},'gwSNd':_0x15cf55(0x1d7),'WOBtv':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','aTlyy':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','behqs':function(_0x239798,_0x13da64){return _0x239798===_0x13da64;},'xATKt':function(_0x807cc4,_0x5d9052){return _0x807cc4===_0x5d9052;},'bfQoJ':'true','YhYjg':_0x15cf55(0x2b8),'rjAys':function(_0x4f3e15,_0x2ea37c){return _0x4f3e15===_0x2ea37c;},'NaoFm':_0x15cf55(0x210),'rmNLD':_0x15cf55(0x362),'tkgkq':function(_0x26d250,_0x4cf5fa){return _0x26d250!==_0x4cf5fa;},'aqpZY':_0x15cf55(0x2c5),'SaGDh':function(_0x386863){return _0x386863();},'pwEIZ':'on\x20non-BrowserStack\x20infrastructure\x20','eEKtC':function(_0x5080fa,_0x2e5486){return _0x5080fa>_0x2e5486;},'njHHY':function(_0x117490,_0x5991d8){return _0x117490(_0x5991d8);},'QBDDK':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x30416e[_0x15cf55(0x1cc)](!_0x55bf17,!_0x56ba02))return logger[_0x15cf55(0x264)](_0x30416e[_0x15cf55(0x345)]),![];const {isUndefined:_0x5de10c,isBrowserstackInfra:_0x58f164}=_0x30416e[_0x15cf55(0x376)](require,_0x30416e['gwSNd']);if(!accessibilityHelper[_0x15cf55(0x380)]())return logger['debug'](_0x30416e['WOBtv']),![];const _0x5f23f7=_0x55bf17[_0x15cf55(0x26c)]||_0x55bf17[_0x15cf55(0x305)],_0x34b458=_0x55bf17['browserVersion']||_0x55bf17[_0x15cf55(0x35c)];if(!accessibilityHelper[_0x15cf55(0x327)](_0x5f23f7))return logger[_0x15cf55(0x2b6)](_0x30416e[_0x15cf55(0x316)]),![];if(accessibilityHelper[_0x15cf55(0x275)](_0x5f23f7))try{const _0x5c72f=_0x55bf17[_0x15cf55(0x2dc)],_0x1c30a9=_0x30416e['behqs'](_0x5c72f,!![])||_0x30416e[_0x15cf55(0x2f4)](_0x5c72f,_0x30416e[_0x15cf55(0x2fa)])||_0x30416e[_0x15cf55(0x2f4)](typeof _0x5c72f,_0x30416e[_0x15cf55(0x360)])&&_0x30416e['rjAys'](_0x5c72f[_0x15cf55(0x1ff)](),_0x30416e[_0x15cf55(0x2fa)]);if(_0x1c30a9)return logger['warn'](_0x30416e['NaoFm']),![];const _0x48620b=_0x55bf17?.[_0x15cf55(0x1dd)]?.[_0x15cf55(0x21e)]||_0x55bf17?.[_0x30416e['rmNLD']]?.[_0x15cf55(0x21e)]||[];if(Array[_0x15cf55(0x1f4)](_0x48620b)&&_0x48620b[_0x15cf55(0x27b)](_0x4a5e19=>typeof _0x4a5e19===_0x15cf55(0x2b8)&&(_0x4a5e19===_0x15cf55(0x2d3)||_0x4a5e19[_0x15cf55(0x317)](_0x15cf55(0x204))&&_0x4a5e19!=='--headless=new')))return logger['warn'](_0x30416e[_0x15cf55(0x22b)]),![];}catch(_0x314e7e){logger[_0x15cf55(0x264)](_0x15cf55(0x1e6)+util[_0x15cf55(0x20e)](_0x314e7e));}if(_0x30416e[_0x15cf55(0x20d)](_0x34b458,_0x30416e[_0x15cf55(0x291)])){const _0x44e094=_0x30416e[_0x15cf55(0x2b0)](_0x58f164),_0x587183=accessibilityHelper['getMinVersionForBrowser'](_0x5f23f7,_0x44e094),_0x5a44eb=accessibilityHelper[_0x15cf55(0x220)](_0x5f23f7);if(!accessibilityHelper['isVersionSupported'](_0x34b458,_0x587183)){const _0x5e9c8d=_0x44e094?'':_0x30416e[_0x15cf55(0x303)];return logger[_0x15cf55(0x2b6)](_0x15cf55(0x34c)+_0x5a44eb+_0x15cf55(0x341)+_0x587183+_0x15cf55(0x2f2)+_0x5e9c8d+'.'),![];}}else{const _0x2a6854=_0x55bf17['browserVersion']||_0x55bf17[_0x15cf55(0x35c)]||_0x55bf17['version'];if(_0x2a6854&&_0x30416e[_0x15cf55(0x20d)](_0x2a6854,_0x30416e[_0x15cf55(0x291)])&&!_0x30416e[_0x15cf55(0x36e)](_0x30416e[_0x15cf55(0x369)](parseFloat,_0x2a6854),_0x30416e[_0x15cf55(0x376)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x15cf55(0x2b6)](_0x30416e['QBDDK']),![];}return!![];}catch(_0x287072){return logger[_0x15cf55(0x264)](_0x15cf55(0x213)+_0x287072[_0x15cf55(0x24e)]),![];}}['isEnabledTestcase'](_0x22c560=[],_0x5940b7,_0x25bfe8=a85_0x317a18(0x320)){const _0x160f74=a85_0x317a18,_0x8064c2={'oAfAp':function(_0x1e7183,_0x14b8e4){return _0x1e7183===_0x14b8e4;},'URdYm':_0x160f74(0x336),'cqAyZ':function(_0x3367d9,_0x2bedd7){return _0x3367d9||_0x2bedd7;},'pveyo':function(_0x5cbf42,_0x42f81d){return _0x5cbf42===_0x42f81d;},'hoNrm':function(_0x4a2cee,_0x1fae62){return _0x4a2cee&&_0x1fae62;},'noToi':_0x160f74(0x377),'WHKHJ':function(_0x4844ca,_0x10dd8c){return _0x4844ca(_0x10dd8c);},'Rysod':function(_0x32624e,_0x1dd967){return _0x32624e>_0x1dd967;}};try{const _0xef9380=process[_0x160f74(0x297)][_0x160f74(0x276)]?JSON[_0x160f74(0x2ae)](process[_0x160f74(0x297)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0xef9380)return!![];const _0x3b377e=Array[_0x160f74(0x1f4)](_0xef9380[_0x160f74(0x302)])?_0xef9380[_0x160f74(0x302)]:[],_0x22368e=Array[_0x160f74(0x1f4)](_0xef9380[_0x160f74(0x2f7)])?_0xef9380[_0x160f74(0x2f7)]:[];if(_0x8064c2[_0x160f74(0x1f7)](_0x25bfe8,_0x8064c2[_0x160f74(0x211)])){let _0x3fe740;Array[_0x160f74(0x1f4)](_0x22c560)?_0x3fe740=_0x22c560['join']('\x20'):_0x3fe740=_0x8064c2[_0x160f74(0x234)](_0x22c560,'');const _0x292945=_0x22368e[_0x160f74(0x27b)](_0xa74e34=>_0x3fe740['includes'](_0xa74e34)),_0x12731d=_0x8064c2[_0x160f74(0x32d)](_0x3b377e[_0x160f74(0x21c)],0x0)||_0x3b377e['some'](_0x4566e0=>_0x3fe740[_0x160f74(0x289)](_0x4566e0)),_0x2be505=_0x8064c2[_0x160f74(0x1e1)](!_0x292945,_0x12731d);return logger[_0x160f74(0x264)]('[platform\x20-\x20'+(_0x5940b7?.[_0x160f74(0x290)]?.()||_0x8064c2[_0x160f74(0x1db)])+_0x160f74(0x2b3)+_0x2be505+',\x20testName='+_0x3fe740+_0x160f74(0x2b2)+JSON[_0x160f74(0x329)](_0x3b377e)+_0x160f74(0x338)+JSON[_0x160f74(0x329)](_0x22368e)),_0x2be505;}const _0x3ff11f=Array[_0x160f74(0x1f4)](_0x22c560)?_0x22c560:[];let _0x57a095=![],_0x89d96e=_0x8064c2[_0x160f74(0x1f7)](_0x3b377e[_0x160f74(0x21c)],0x0);const _0x2a3aa8=_0x727fef=>typeof _0x727fef===_0x160f74(0x2b8)?_0x727fef[_0x160f74(0x2ce)](/^@/,'')[_0x160f74(0x1ff)]()['trim']():_0x727fef,_0x50b68f=new Set(_0x3b377e[_0x160f74(0x37f)](_0x2a3aa8)),_0x5d06f1=new Set(_0x22368e[_0x160f74(0x37f)](_0x2a3aa8));for(const _0xdce2b9 of _0x3ff11f){const _0x2fd46f=_0x8064c2[_0x160f74(0x361)](_0x2a3aa8,_0xdce2b9);_0x5d06f1[_0x160f74(0x358)](_0x2fd46f)&&(_0x57a095=!![]),_0x8064c2[_0x160f74(0x1f9)](_0x50b68f[_0x160f74(0x2ad)],0x0)&&_0x50b68f[_0x160f74(0x358)](_0x2fd46f)&&(_0x89d96e=!![]);}const _0x5d4c5f=_0x8064c2[_0x160f74(0x1e1)](_0x89d96e,!_0x57a095);return logger[_0x160f74(0x264)](_0x160f74(0x307)+(_0x5940b7?.[_0x160f74(0x290)]?.()||_0x8064c2[_0x160f74(0x1db)])+_0x160f74(0x2e7)+_0x5d4c5f+_0x160f74(0x2d1)+JSON['stringify'](_0x3ff11f)+_0x160f74(0x2b2)+JSON[_0x160f74(0x329)](_0x3b377e)+_0x160f74(0x338)+JSON['stringify'](_0x22368e)),_0x5d4c5f;}catch(_0x522d08){return logger[_0x160f74(0x264)](_0x160f74(0x307)+(_0x5940b7?.[_0x160f74(0x290)]?.()||_0x8064c2['noToi'])+_0x160f74(0x366)+_0x522d08[_0x160f74(0x24e)]),![];}}async[a85_0x317a18(0x1fb)](_0x52d7fa){const _0x5c886b=a85_0x317a18,_0x3e5e29={};_0x3e5e29[_0x5c886b(0x212)]=function(_0x2a5080,_0x304b74){return _0x2a5080!==_0x304b74;},_0x3e5e29['mPcli']=_0x5c886b(0x320),_0x3e5e29[_0x5c886b(0x2e0)]=_0x5c886b(0x336),_0x3e5e29['KiDSU']=_0x5c886b(0x206),_0x3e5e29[_0x5c886b(0x1e4)]=_0x5c886b(0x28e),_0x3e5e29[_0x5c886b(0x2e3)]=_0x5c886b(0x367),_0x3e5e29[_0x5c886b(0x1fd)]=_0x5c886b(0x23b),_0x3e5e29[_0x5c886b(0x258)]='DRIVER_INIT',_0x3e5e29[_0x5c886b(0x1ec)]=function(_0x1875e8,_0x251a55){return _0x1875e8===_0x251a55;},_0x3e5e29[_0x5c886b(0x239)]=_0x5c886b(0x2da),_0x3e5e29[_0x5c886b(0x2d6)]=_0x5c886b(0x37e),_0x3e5e29[_0x5c886b(0x208)]=function(_0xe265b5,_0x1057a5){return _0xe265b5>_0x1057a5;},_0x3e5e29['KfYRY']=function(_0x2ec9ec,_0xeebe3d){return _0x2ec9ec===_0xeebe3d;},_0x3e5e29[_0x5c886b(0x2d8)]=_0x5c886b(0x31b),_0x3e5e29[_0x5c886b(0x34f)]=_0x5c886b(0x1c6),_0x3e5e29[_0x5c886b(0x298)]=function(_0x1514e6,_0x4b8390){return _0x1514e6&&_0x4b8390;},_0x3e5e29[_0x5c886b(0x312)]=_0x5c886b(0x377),_0x3e5e29[_0x5c886b(0x37d)]=_0x5c886b(0x363);const _0x335d42=_0x3e5e29;if(_0x335d42[_0x5c886b(0x212)](_0x52d7fa['testFramework'],_0x335d42[_0x5c886b(0x34b)])&&_0x335d42[_0x5c886b(0x212)](_0x52d7fa[_0x5c886b(0x1e5)],_0x335d42[_0x5c886b(0x2e0)])){logger['debug'](_0x335d42[_0x5c886b(0x326)]);return;}try{const _0x109fc1=AutomationFramework['getTrackedInstance'](),_0x10c0b9=TestFramework[_0x5c886b(0x294)](),_0x470f11=_0x52d7fa['page']||global[_0x5c886b(0x24d)]?.[_0x5c886b(0x296)]||null;if(!_0x470f11){_0x10c0b9&&_0x10c0b9[_0x5c886b(0x350)](_0x335d42[_0x5c886b(0x1e4)],!![]);logger[_0x5c886b(0x264)](_0x335d42['ZNngt']);return;}logger[_0x5c886b(0x264)](_0x335d42[_0x5c886b(0x1fd)]);const _0x53f07f=_0x10c0b9?.[_0x5c886b(0x2de)](_0x335d42['ezNPk'],![]),_0x1b89ef=_0x10c0b9?.[_0x5c886b(0x2de)](_0x335d42['AheUk'],![]);if(_0x335d42[_0x5c886b(0x1ec)](_0x53f07f,![])&&_0x335d42[_0x5c886b(0x1ec)](_0x1b89ef,![])){_0x10c0b9&&_0x10c0b9[_0x5c886b(0x350)](_0x335d42[_0x5c886b(0x258)],!![]);logger['debug'](_0x335d42['XdXWE']);return;}_0x10c0b9&&_0x10c0b9['updateData'](_0x335d42[_0x5c886b(0x1e4)],!![]);let _0x15ef43,_0x22eb29;const _0x14ac99=_0x52d7fa[_0x5c886b(0x1e5)]||_0x335d42['mPcli'];if(_0x335d42[_0x5c886b(0x1ec)](_0x14ac99,_0x335d42[_0x5c886b(0x2e0)])){_0x22eb29=_0x52d7fa['testInfo']?.[_0x5c886b(0x1d1)]||_0x52d7fa['testInfo']?.['id']||global[_0x5c886b(0x223)]||global[_0x5c886b(0x24d)]?.[_0x5c886b(0x27a)]?.['testAnalyticsId']||global['__workerDetails']?.[_0x5c886b(0x27a)]?.['id'];const _0x3621ea=_0x10c0b9?.[_0x5c886b(0x271)]()?.[_0x5c886b(0x285)](_0x22eb29);if(_0x3621ea&&_0x3621ea[TestFrameworkConstants[_0x5c886b(0x2cc)]])_0x15ef43=_0x3621ea[TestFrameworkConstants[_0x5c886b(0x2cc)]];else{if(_0x52d7fa['testInfo']?.[_0x5c886b(0x26b)])_0x15ef43=_0x52d7fa[_0x5c886b(0x2ca)][_0x5c886b(0x26b)];else global['__workerDetails']?.[_0x5c886b(0x27a)]?.[_0x5c886b(0x2ca)]?.[_0x5c886b(0x26b)]?_0x15ef43=global[_0x5c886b(0x24d)][_0x5c886b(0x27a)][_0x5c886b(0x2ca)][_0x5c886b(0x26b)]:_0x15ef43=_0x335d42[_0x5c886b(0x2d6)];}logger['debug']('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x22eb29+',\x20testName='+JSON[_0x5c886b(0x329)](_0x15ef43));}else{_0x22eb29=this[_0x5c886b(0x2e5)](_0x52d7fa);const _0x961aba=TestInfo['getTestDetails'](_0x22eb29);let _0xfe3faa=[];if(_0x961aba&&Array[_0x5c886b(0x1f4)](_0x961aba[_0x5c886b(0x1c6)])&&_0x335d42[_0x5c886b(0x208)](_0x961aba[_0x5c886b(0x1c6)][_0x5c886b(0x21c)],0x0))_0xfe3faa=_0x961aba['test_tags'];else{if(_0x10c0b9){const _0x3a937f=_0x335d42['KfYRY'](typeof _0x10c0b9[_0x5c886b(0x2de)],_0x335d42[_0x5c886b(0x2d8)])?_0x10c0b9[_0x5c886b(0x2de)](_0x335d42['BMQBp'],[]):_0x10c0b9[_0x5c886b(0x1c6)]||[];Array[_0x5c886b(0x1f4)](_0x3a937f)&&(_0xfe3faa=_0x3a937f);}}_0x15ef43=_0xfe3faa;}logger[_0x5c886b(0x263)](_0x5c886b(0x255)+JSON[_0x5c886b(0x329)](_0x15ef43));const _0x5e7269=this[_0x5c886b(0x24a)](_0x109fc1,_0x52d7fa[_0x5c886b(0x1eb)],_0x52d7fa[_0x5c886b(0x28f)]);logger[_0x5c886b(0x264)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x5e7269+_0x5c886b(0x231)+this[_0x5c886b(0x35d)]);const _0xf1be00=this['isEnabledTestcase'](_0x15ef43,_0x109fc1,_0x14ac99),_0x2c86f0=_0x335d42[_0x5c886b(0x298)](_0x5e7269,_0xf1be00),_0x1d4817=CLIUtils[_0x5c886b(0x29e)]();this[_0x5c886b(0x20f)][_0x5c886b(0x1ee)](_0x1d4817,_0x2c86f0),global[_0x5c886b(0x237)]?.[_0x5c886b(0x246)]&&global[_0x5c886b(0x237)][_0x5c886b(0x246)]()['setShouldScan'](_0x2c86f0),logger[_0x5c886b(0x264)](_0x5c886b(0x307)+(_0x109fc1?.[_0x5c886b(0x290)]?.()||_0x335d42[_0x5c886b(0x312)])+_0x5c886b(0x1da)+_0x2c86f0),_0x2c86f0?(global[_0x5c886b(0x356)]=!![],process[_0x5c886b(0x297)][_0x5c886b(0x342)]=_0x335d42['ofnsB'],this[_0x5c886b(0x38c)]()):global['accessibilityPlatform']=![];}catch(_0x519491){logger[_0x5c886b(0x2df)](_0x5c886b(0x21a)+(_0x519491[_0x5c886b(0x348)]||_0x519491['message']));const _0x338cdd=CLIUtils[_0x5c886b(0x29e)]();this[_0x5c886b(0x20f)][_0x5c886b(0x1ee)](_0x338cdd,![]),global['accessibilityPlatform']=![];}}[a85_0x317a18(0x37b)](){const _0x15203d=a85_0x317a18;return this[_0x15203d(0x2ec)]['find'](_0x19e6ef=>_0x19e6ef[_0x15203d(0x35e)]()==='goog:chromeOptions')?.['getValue']()||'';}[a85_0x317a18(0x218)](_0x42a466){const _0x5381a8=a85_0x317a18;try{const _0x2c25e3=this[_0x5381a8(0x30a)]?.[_0x5381a8(0x1d8)]?.[_0x5381a8(0x31d)]||[],_0x23ea49=_0x2c25e3['find'](_0x131632=>_0x131632[_0x5381a8(0x2a5)]===_0x42a466);return _0x23ea49?_0x23ea49[_0x5381a8(0x269)]:null;}catch(_0xf67f78){return logger[_0x5381a8(0x264)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x42a466+':\x20'+_0xf67f78[_0x5381a8(0x24e)]),null;}}async['setAccessibilityConfig'](_0x1b8d1a,_0x18bc0a){const _0x4ef809=a85_0x317a18,_0x32536b=_0x1b8d1a[_0x4ef809(0x2bd)]()[_0x4ef809(0x33f)](),_0x362677=_0x32536b[_0x4ef809(0x2f9)](),_0x218430=_0x32536b[_0x4ef809(0x2c0)]()?.['getCommandsList']();scripts['parseFromProto'](_0x362677,_0x218430),scripts['toJson']();const _0x26d3e9=_0x32536b[_0x4ef809(0x315)]();this[_0x4ef809(0x2ec)]=_0x32536b[_0x4ef809(0x315)](),await this['setAccessibilityToken'](_0x26d3e9,_0x18bc0a[_0x4ef809(0x28f)]);}async[a85_0x317a18(0x301)](_0x5c3f74,_0x4cd501={}){const _0xda3eff=a85_0x317a18,_0x17f9c0={'WYvTn':function(_0x4b066c,_0xef38f1){return _0x4b066c===_0xef38f1;},'JFQYu':'accessibilityToken','vFYxG':_0xda3eff(0x2a0),'Kcroy':function(_0x348e2c,_0x3fbc48){return _0x348e2c(_0x3fbc48);},'iTBtj':_0xda3eff(0x29d),'LAaAM':function(_0x39959c,_0x5183a2){return _0x39959c(_0x5183a2);},'nSfrH':_0xda3eff(0x1d7),'ynNIZ':function(_0xcb5023,_0x2161d3){return _0xcb5023(_0x2161d3);},'svTzd':_0xda3eff(0x214),'QXpjD':_0xda3eff(0x2db),'WugHt':'scannerVersion','QZcQa':_0xda3eff(0x283),'imrlZ':function(_0x4036f0,_0x2879dd){return _0x4036f0===_0x2879dd;},'wNdKQ':'scannerProcessingTimeout','ofJnj':'browserstack.accessibilityOptions.scannerProcessingTimeout'};global[_0xda3eff(0x378)]=global[_0xda3eff(0x378)]||{};for(const _0x5b28cb of _0x5c3f74){logger[_0xda3eff(0x263)](_0xda3eff(0x2ff)+_0x5b28cb[_0xda3eff(0x35e)]()+_0xda3eff(0x29f)+_0x5b28cb[_0xda3eff(0x2f0)]());if(_0x17f9c0['WYvTn'](_0x5b28cb[_0xda3eff(0x35e)](),_0x17f9c0['JFQYu'])){const _0x2b60df=_0x5b28cb[_0xda3eff(0x2f0)]();process[_0xda3eff(0x297)][_0xda3eff(0x236)]=_0x2b60df,global['__accessibilityOptions'][_0x17f9c0[_0xda3eff(0x2f1)]]=_0x2b60df;const _0x1d85d7=_0x17f9c0[_0xda3eff(0x25b)](require,_0x17f9c0[_0xda3eff(0x228)]),{isTrue:_0x3bb1ba}=_0x17f9c0['LAaAM'](require,_0x17f9c0[_0xda3eff(0x379)]),_0x139354=_0x1d85d7[_0xda3eff(0x23e)](_0x2b60df);_0x139354&&_0x17f9c0[_0xda3eff(0x2c2)](_0x3bb1ba,_0x139354[_0xda3eff(0x222)])&&(process[_0xda3eff(0x297)][_0xda3eff(0x2d4)]=!![]);}else{if(_0x17f9c0[_0xda3eff(0x253)](_0x5b28cb[_0xda3eff(0x35e)](),_0x17f9c0['svTzd']))global[_0xda3eff(0x378)][_0x17f9c0['QXpjD']]=_0x5b28cb[_0xda3eff(0x2f0)]();else{if(_0x17f9c0['WYvTn'](_0x5b28cb[_0xda3eff(0x35e)](),_0x17f9c0[_0xda3eff(0x1cf)]))global[_0xda3eff(0x378)][_0x17f9c0[_0xda3eff(0x26e)]]=_0x5b28cb[_0xda3eff(0x2f0)]();else _0x17f9c0['imrlZ'](_0x5b28cb[_0xda3eff(0x35e)](),_0x17f9c0[_0xda3eff(0x238)])&&(global[_0xda3eff(0x378)][_0x17f9c0[_0xda3eff(0x20b)]]=_0x5b28cb[_0xda3eff(0x2f0)]());}}}}async[a85_0x317a18(0x374)](_0x32bbbe){const _0xc24ea1=a85_0x317a18,_0x3db588={};_0x3db588['DkEvy']=function(_0x109a1f,_0x57133f){return _0x109a1f!==_0x57133f;},_0x3db588['XMDMq']=_0xc24ea1(0x320),_0x3db588[_0xc24ea1(0x32f)]=function(_0x4aa315,_0x2df5dc){return _0x4aa315!==_0x2df5dc;},_0x3db588[_0xc24ea1(0x352)]=_0xc24ea1(0x336),_0x3db588['MqKdU']=_0xc24ea1(0x2a2),_0x3db588[_0xc24ea1(0x33d)]=_0xc24ea1(0x377);const _0x2c2bd5=_0x3db588;if(_0x2c2bd5['DkEvy'](_0x32bbbe[_0xc24ea1(0x1e5)],_0x2c2bd5['XMDMq'])&&_0x2c2bd5[_0xc24ea1(0x32f)](_0x32bbbe[_0xc24ea1(0x1e5)],_0x2c2bd5[_0xc24ea1(0x352)])){logger[_0xc24ea1(0x264)](_0x2c2bd5[_0xc24ea1(0x280)]);return;}const _0x218e42=_0x32bbbe[_0xc24ea1(0x2ca)]?.[_0xc24ea1(0x1d1)]||_0x32bbbe[_0xc24ea1(0x2ca)]?.['id']||global['__jestCurrentTestIdentifier'];logger['info'](_0xc24ea1(0x20a)+_0x32bbbe[_0xc24ea1(0x1e5)]+_0xc24ea1(0x256)+_0x218e42);try{const _0x1b7e9c=_0x32bbbe[_0xc24ea1(0x2ea)]||AutomationFramework[_0xc24ea1(0x294)](),_0x2d334f=CLIUtils[_0xc24ea1(0x29e)](),_0x42f693=this['getCurrentAccessibilityStatus']();logger[_0xc24ea1(0x264)](_0xc24ea1(0x307)+(_0x1b7e9c?.['getPlatformIndex']?.()||_0x2c2bd5[_0xc24ea1(0x33d)])+_0xc24ea1(0x32c)+_0x42f693),_0x42f693&&await this[_0xc24ea1(0x340)](_0x1b7e9c,_0x32bbbe),this[_0xc24ea1(0x20f)][_0xc24ea1(0x224)](_0x2d334f),this['LOG_DISABLED_SHOWN'][_0xc24ea1(0x224)](_0x2d334f);}catch(_0xd79ce3){logger['error'](_0xc24ea1(0x36f)+(_0xd79ce3[_0xc24ea1(0x348)]||_0xd79ce3[_0xc24ea1(0x24e)]));}}async[a85_0x317a18(0x340)](_0xdb0096,_0x16a0b9){const _0x25eef0=a85_0x317a18,_0x2b8306={};_0x2b8306[_0x25eef0(0x385)]=function(_0x1a8b05,_0x304919){return _0x1a8b05===_0x304919;},_0x2b8306[_0x25eef0(0x34d)]=_0x25eef0(0x31b),_0x2b8306[_0x25eef0(0x2b4)]=function(_0x5e7edc,_0x1f779d){return _0x5e7edc===_0x1f779d;},_0x2b8306[_0x25eef0(0x24b)]=_0x25eef0(0x336),_0x2b8306['eYSex']=_0x25eef0(0x320),_0x2b8306[_0x25eef0(0x389)]=_0x25eef0(0x284),_0x2b8306[_0x25eef0(0x243)]=_0x25eef0(0x20f),_0x2b8306['Vtzkd']=_0x25eef0(0x230),_0x2b8306[_0x25eef0(0x207)]='unknown',_0x2b8306[_0x25eef0(0x292)]=_0x25eef0(0x22e),_0x2b8306[_0x25eef0(0x343)]=_0x25eef0(0x353),_0x2b8306['amDVf']=function(_0x2c0647,_0x53561b){return _0x2c0647||_0x53561b;},_0x2b8306['vKWZp']=function(_0x1bd27f,_0x4d2017){return _0x1bd27f||_0x4d2017;},_0x2b8306[_0x25eef0(0x2c9)]=_0x25eef0(0x31e),_0x2b8306[_0x25eef0(0x2aa)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x195b7d=_0x2b8306;try{const _0x3dfc3c=_0x16a0b9[_0x25eef0(0x1e5)]||(_0x195b7d[_0x25eef0(0x2b4)](this[_0x25eef0(0x325)]?.[_0x25eef0(0x2a5)]?.[_0x25eef0(0x1ff)](),_0x195b7d[_0x25eef0(0x24b)])?_0x195b7d[_0x25eef0(0x24b)]:_0x195b7d[_0x25eef0(0x364)]);let _0x5769a6='',_0x57e378=null,_0x1ad2e1=null;if(_0x195b7d['oxQAP'](_0x3dfc3c,_0x195b7d[_0x25eef0(0x24b)])){_0x57e378=_0x16a0b9[_0x25eef0(0x2ca)]?.[_0x25eef0(0x1d1)]||_0x16a0b9[_0x25eef0(0x2ca)]?.['id']||global[_0x25eef0(0x223)];if(!_0x57e378){logger[_0x25eef0(0x2b6)](_0x195b7d[_0x25eef0(0x389)]);return;}try{const _0x11b89f=await GrpcClient['getInstance']()[_0x25eef0(0x2fb)](process[_0x25eef0(0x297)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x195b7d[_0x25eef0(0x243)],_0x195b7d[_0x25eef0(0x1ed)],_0x57e378),_0x4df3f1=AccessibilityModule[_0x25eef0(0x331)](null,_0x11b89f);_0x5769a6=_0x4df3f1?.['thTestRunUuid']||'',logger[_0x25eef0(0x264)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x5769a6+'\x20from\x20testIdentifier='+_0x57e378),_0x1ad2e1=_0x11b89f;}catch(_0x1604f3){logger[_0x25eef0(0x2df)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x1604f3[_0x25eef0(0x24e)]);return;}}else{const _0x3158b3=this[_0x25eef0(0x2e5)](_0x16a0b9);_0x5769a6=TestInfo[_0x25eef0(0x2fc)](_0x3158b3);}const _0x43bd0e=((()=>{const _0x134b1d=_0x25eef0,_0x114918=(this[_0x134b1d(0x30a)]?.[_0x134b1d(0x1d8)]?.[_0x134b1d(0x31d)]||[])['find'](_0x275f0d=>(typeof _0x275f0d['getName']===_0x134b1d(0x31b)?_0x275f0d[_0x134b1d(0x35e)]():_0x275f0d[_0x134b1d(0x2a5)])===this[_0x134b1d(0x242)]);return _0x114918?_0x195b7d['oxQAP'](typeof _0x114918[_0x134b1d(0x2f0)],_0x195b7d[_0x134b1d(0x34d)])?_0x114918[_0x134b1d(0x2f0)]():_0x114918[_0x134b1d(0x269)]:'';})()),_0x27f3f1=process[_0x25eef0(0x297)][_0x25eef0(0x26d)]||'';logger[_0x25eef0(0x264)](_0x25eef0(0x307)+(_0xdb0096?.['getPlatformIndex']?.()||_0x195b7d[_0x25eef0(0x207)])+_0x25eef0(0x1d9)+_0x5769a6+_0x25eef0(0x203)+_0x43bd0e+'\x20a11yToken='+(_0x27f3f1?_0x195b7d['dbPAm']:_0x195b7d[_0x25eef0(0x343)]));let _0x283b9a;if(_0x195b7d[_0x25eef0(0x2b4)](_0x3dfc3c,_0x195b7d[_0x25eef0(0x24b)]))_0x283b9a=AccessibilityModule[_0x25eef0(0x331)](_0x5769a6,_0x1ad2e1);else{const _0x210aa1=await GrpcClient[_0x25eef0(0x25e)]()[_0x25eef0(0x2fb)](process[_0x25eef0(0x297)][_0x25eef0(0x27e)],_0x195b7d['qaptr'],_0x195b7d[_0x25eef0(0x1ed)]);_0x283b9a=AccessibilityModule[_0x25eef0(0x331)](_0x5769a6,_0x210aa1);}logger[_0x25eef0(0x264)](_0x25eef0(0x386)+JSON['stringify'](_0x283b9a));const _0x5887c6=Object[_0x25eef0(0x2f3)]({},{'thTestRunUuid':_0x195b7d[_0x25eef0(0x306)](_0x5769a6,''),'thBuildUuid':_0x195b7d[_0x25eef0(0x2e1)](_0x43bd0e,''),'thJwtToken':_0x195b7d[_0x25eef0(0x2e1)](_0x27f3f1,'')},_0x283b9a);logger[_0x25eef0(0x264)](_0x25eef0(0x2b5)+_0x5769a6+_0x25eef0(0x231)+this['isAppAccessibility']);let _0x51fe63=global[_0x25eef0(0x24d)]?.[_0x25eef0(0x296)]||null;!_0x51fe63&&(_0x51fe63=AutomationFramework[_0x25eef0(0x354)](_0xdb0096,_0x195b7d[_0x25eef0(0x2c9)],null)),!_0x51fe63&&(_0x51fe63=AutomationFramework['getState'](_0xdb0096,_0x195b7d[_0x25eef0(0x2aa)],null)),await this[_0x25eef0(0x30c)](this['getCurrentAccessibilityStatus'](),_0x5769a6,_0x51fe63,_0x5887c6,this[_0x25eef0(0x35d)]);}catch(_0x4954db){logger['error'](_0x25eef0(0x2cb)+(_0x4954db['stack']||_0x4954db[_0x25eef0(0x24e)]));}}async['finishScanningForCli'](_0x1c7b08,_0x256fb4,_0x3e810b,_0x12b0d8,_0x1a1756){const _0x1a5c90=a85_0x317a18,_0xc9827c={};_0xc9827c[_0x1a5c90(0x384)]='saveResults',_0xc9827c['AHHWl']=function(_0x27e84c,_0x4e7242){return _0x27e84c&&_0x4e7242;},_0xc9827c[_0x1a5c90(0x1fa)]=_0x1a5c90(0x381),_0xc9827c['VQQMx']=function(_0xdf1402,_0x40f4ff){return _0xdf1402===_0x40f4ff;},_0xc9827c[_0x1a5c90(0x22d)]='null',_0xc9827c[_0x1a5c90(0x1ef)]=_0x1a5c90(0x209),_0xc9827c['MPwrj']='Performing\x20scan\x20before\x20from\x20cli',_0xc9827c['VffzB']=_0x1a5c90(0x38e),_0xc9827c[_0x1a5c90(0x372)]='scan',_0xc9827c['ThixV']=function(_0x11ece4,_0x23364f){return _0x11ece4&&_0x23364f;},_0xc9827c[_0x1a5c90(0x262)]=_0x1a5c90(0x2ba),_0xc9827c[_0x1a5c90(0x25a)]=_0x1a5c90(0x248),_0xc9827c[_0x1a5c90(0x324)]=_0x1a5c90(0x328);const _0xe63215=_0xc9827c;try{const _0x11c146=this[_0x1a5c90(0x1c8)](_0xe63215[_0x1a5c90(0x384)]);if(_0xe63215[_0x1a5c90(0x2ed)](!_0x1a1756,!_0x11c146)){logger['debug'](_0xe63215[_0x1a5c90(0x1fa)]);return;}if(!_0x256fb4||_0xe63215['VQQMx'](_0x256fb4,_0xe63215[_0x1a5c90(0x22d)])||_0xe63215[_0x1a5c90(0x313)](_0x256fb4,'')){logger[_0x1a5c90(0x264)](_0xe63215['UWFTv']);return;}logger['debug'](_0x1a5c90(0x36d)+JSON[_0x1a5c90(0x329)](_0x12b0d8)),_0x1c7b08&&(logger[_0x1a5c90(0x264)](_0xe63215[_0x1a5c90(0x2a1)]),await this[_0x1a5c90(0x383)](_0x3e810b,_0x256fb4,_0xe63215['VffzB'],_0x12b0d8,_0x1a1756,_0xe63215[_0x1a5c90(0x372)]),_0xe63215[_0x1a5c90(0x219)](!_0x1a1756,_0x11c146)&&(logger[_0x1a5c90(0x264)](_0xe63215[_0x1a5c90(0x262)]),await PerformanceTester[_0x1a5c90(0x2bf)](_0xe63215[_0x1a5c90(0x25a)],async()=>{const _0x17f340=_0x1a5c90;await this['performScanForCli'](_0x3e810b,_0x256fb4,_0xe63215[_0x17f340(0x384)],_0x12b0d8,_0x1a1756,_0xe63215[_0x17f340(0x384)]);})()),logger[_0x1a5c90(0x263)](_0xe63215[_0x1a5c90(0x324)]));}catch(_0x2cd291){logger[_0x1a5c90(0x2df)](_0x1a5c90(0x32b)+(_0x2cd291[_0x1a5c90(0x348)]||_0x2cd291['message']));}}async['onBeforeExecute'](_0x496dcd){const _0x3fec2c=a85_0x317a18,_0x402a26={};_0x402a26[_0x3fec2c(0x319)]=function(_0x488ced,_0x5de811){return _0x488ced!==_0x5de811;},_0x402a26[_0x3fec2c(0x35b)]='cucumber',_0x402a26[_0x3fec2c(0x333)]=function(_0x15be54,_0x3fb497){return _0x15be54!==_0x3fb497;},_0x402a26[_0x3fec2c(0x318)]=_0x3fec2c(0x336),_0x402a26['OYcrd']=_0x3fec2c(0x1e9),_0x402a26[_0x3fec2c(0x2ab)]=_0x3fec2c(0x377),_0x402a26[_0x3fec2c(0x2e9)]=_0x3fec2c(0x371),_0x402a26['MtAGU']=function(_0x3e4aa8,_0x1f5cb2){return _0x3e4aa8===_0x1f5cb2;},_0x402a26[_0x3fec2c(0x30f)]=_0x3fec2c(0x31a),_0x402a26[_0x3fec2c(0x375)]=_0x3fec2c(0x20f),_0x402a26[_0x3fec2c(0x2e2)]='performScan',_0x402a26[_0x3fec2c(0x24c)]=_0x3fec2c(0x33e),_0x402a26['ScAXb']=_0x3fec2c(0x2a6),_0x402a26[_0x3fec2c(0x281)]=_0x3fec2c(0x322),_0x402a26[_0x3fec2c(0x311)]=_0x3fec2c(0x353);const _0x474a94=_0x402a26;if(_0x474a94[_0x3fec2c(0x319)](_0x496dcd['testFramework'],_0x474a94[_0x3fec2c(0x35b)])&&_0x474a94[_0x3fec2c(0x333)](_0x496dcd[_0x3fec2c(0x1e5)],_0x474a94[_0x3fec2c(0x318)])){logger[_0x3fec2c(0x264)](_0x474a94[_0x3fec2c(0x274)]);return;}logger['debug']('onBeforeExecute:\x20command='+(_0x496dcd[_0x3fec2c(0x260)]||_0x474a94[_0x3fec2c(0x2ab)])+_0x3fec2c(0x23a)+_0x496dcd['testFramework']);try{const _0x1274bf=_0x496dcd[_0x3fec2c(0x2ea)]||AutomationFramework['getTrackedInstance'](),_0x58fe1b=TestFramework[_0x3fec2c(0x294)](),_0x170617=_0x496dcd[_0x3fec2c(0x260)]||_0x496dcd['command']?.[_0x3fec2c(0x35e)]();if(!_0x170617){logger[_0x3fec2c(0x264)](_0x474a94[_0x3fec2c(0x2e9)]);return;}if(!this[_0x3fec2c(0x334)]()){logger[_0x3fec2c(0x264)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x170617);return;}if(!this[_0x3fec2c(0x2b9)](_0x170617)){logger['debug'](_0x3fec2c(0x273)+_0x170617+_0x3fec2c(0x1dc));return;}const _0x1ae9cd=_0x496dcd[_0x3fec2c(0x388)]||global[_0x3fec2c(0x24d)]?.[_0x3fec2c(0x296)];if(!_0x1ae9cd){logger['debug'](_0x3fec2c(0x2e4)+_0x170617);return;}let _0x4e27c1='',_0x2e561a=null;if(_0x474a94[_0x3fec2c(0x2dd)](_0x496dcd['testFramework'],_0x474a94[_0x3fec2c(0x318)])){_0x2e561a=_0x496dcd[_0x3fec2c(0x2ca)]?.[_0x3fec2c(0x1d1)]||_0x496dcd[_0x3fec2c(0x2ca)]?.['id']||global[_0x3fec2c(0x223)];if(!_0x2e561a){logger['warn'](_0x474a94[_0x3fec2c(0x30f)]);return;}try{const _0x22ea7b=await GrpcClient['getInstance']()[_0x3fec2c(0x2fb)](process['env'][_0x3fec2c(0x27e)],_0x474a94[_0x3fec2c(0x375)],_0x474a94[_0x3fec2c(0x2e2)],_0x2e561a),_0x579c0b=AccessibilityModule[_0x3fec2c(0x331)](null,_0x22ea7b);_0x4e27c1=_0x579c0b?.[_0x3fec2c(0x1de)]||'',logger['debug'](_0x3fec2c(0x1f0)+_0x4e27c1+'\x20from\x20testIdentifier='+_0x2e561a);}catch(_0x44a5c8){logger[_0x3fec2c(0x2df)]('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x44a5c8['message']);return;}}else _0x4e27c1=this[_0x3fec2c(0x218)](_0x474a94[_0x3fec2c(0x24c)])||'';const _0x1a227c=this[_0x3fec2c(0x218)](_0x474a94['ScAXb'])||this[_0x3fec2c(0x30a)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x46cc90=process[_0x3fec2c(0x297)][_0x3fec2c(0x26d)]||'',_0x5c4f44=this['getParamsForScanForCli'](_0x170617,_0x4e27c1,_0x1a227c,_0x46cc90),_0x3f66bd=_0x474a94[_0x3fec2c(0x2dd)](_0x496dcd[_0x3fec2c(0x1e5)],_0x474a94[_0x3fec2c(0x318)])?await AccessibilityModule[_0x3fec2c(0x30b)](_0x474a94['vNSrF'],_0x4e27c1,_0x2e561a):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x474a94[_0x3fec2c(0x281)],_0x4e27c1);logger['info'](_0x3fec2c(0x2a3)+(_0x5c4f44?JSON['stringify'](_0x5c4f44):_0x474a94[_0x3fec2c(0x311)]));const _0x46b7b7=CLIUtils[_0x3fec2c(0x373)](_0x5c4f44,_0x3f66bd);logger[_0x3fec2c(0x263)]('MergedScanArgs:\x20'+(_0x46b7b7?JSON[_0x3fec2c(0x329)](_0x46b7b7):_0x474a94[_0x3fec2c(0x311)])),logger['debug']('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x170617);const _0x15b8b3=await this[_0x3fec2c(0x383)](_0x1ae9cd,_0x4e27c1,_0x170617,_0x46b7b7,this[_0x3fec2c(0x35d)]);logger[_0x3fec2c(0x264)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x170617+_0x3fec2c(0x25d)+JSON[_0x3fec2c(0x329)](_0x15b8b3));}catch(_0x369e50){logger[_0x3fec2c(0x2df)](_0x3fec2c(0x2b7)+(_0x369e50[_0x3fec2c(0x348)]||_0x369e50['message']));}}[a85_0x317a18(0x265)](){const _0x24b4b8=a85_0x317a18;return this[_0x24b4b8(0x334)]();}[a85_0x317a18(0x1f2)](_0x5712ff){const _0x19f356=a85_0x317a18,_0x2379e4=CLIUtils[_0x19f356(0x29e)]();this[_0x19f356(0x20f)][_0x19f356(0x1ee)](_0x2379e4,_0x5712ff);}async[a85_0x317a18(0x247)](_0x175414){const _0x5cfa07=a85_0x317a18,_0x491537={};_0x491537[_0x5cfa07(0x252)]='unknown';const _0x5a645c=_0x491537;try{const _0x2abcff=_0x175414[_0x5cfa07(0x2ea)]||AutomationFramework['getTrackedInstance'](),_0x4148c4=_0x2abcff?.['getData']?.()?.[_0x5cfa07(0x285)]?.(this[_0x5cfa07(0x2c1)])||![];if(_0x4148c4)return;PerformanceTester[_0x5cfa07(0x35a)](EVENTS[_0x5cfa07(0x30d)]);const _0x583973=await GrpcClient[_0x5cfa07(0x25e)]()[_0x5cfa07(0x27c)](_0x175414);_0x583973&&_0x583973[_0x5cfa07(0x2bd)]&&_0x583973[_0x5cfa07(0x2bd)]()&&_0x583973[_0x5cfa07(0x2bd)]()['getSuccess']()?(await this[_0x5cfa07(0x282)](_0x583973,_0x175414),_0x2abcff?.[_0x5cfa07(0x2de)]&&_0x2abcff['getData']()[_0x5cfa07(0x1ee)](this[_0x5cfa07(0x2c1)],!![]),logger[_0x5cfa07(0x264)](_0x5cfa07(0x307)+(_0x2abcff?.[_0x5cfa07(0x290)]?.()||_0x5a645c[_0x5cfa07(0x252)])+_0x5cfa07(0x1f1))):logger[_0x5cfa07(0x264)]('[platform\x20-\x20'+(_0x2abcff?.[_0x5cfa07(0x290)]?.()||_0x5a645c[_0x5cfa07(0x252)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester[_0x5cfa07(0x267)](EVENTS[_0x5cfa07(0x30d)]);}catch(_0x230eaf){PerformanceTester[_0x5cfa07(0x267)](EVENTS[_0x5cfa07(0x30d)],![],_0x230eaf['message']),logger[_0x5cfa07(0x2df)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x230eaf[_0x5cfa07(0x348)]||_0x230eaf['message']));}}async[a85_0x317a18(0x282)](_0x2c79cc,_0x4905cc){const _0x3575f3=a85_0x317a18;await this[_0x3575f3(0x2bc)](_0x2c79cc,_0x4905cc);const _0xcfa630=_0x2c79cc[_0x3575f3(0x2bd)]()[_0x3575f3(0x33f)]();if(_0xcfa630){const _0x368a00=_0x2c79cc[_0x3575f3(0x357)]&&_0x2c79cc[_0x3575f3(0x357)]();_0x368a00&&(this['accessibilityConfig'][this[_0x3575f3(0x242)]]=_0x368a00[_0x3575f3(0x1f6)]&&_0x368a00[_0x3575f3(0x1f6)]());}}[a85_0x317a18(0x2b9)](_0x3fc6d9){const _0x34e724=a85_0x317a18,_0x57b49d={};_0x57b49d[_0x34e724(0x249)]=function(_0x453e42,_0x45cd0c){return _0x453e42===_0x45cd0c;};const _0x10c5b5=_0x57b49d;try{if(!_0x3fc6d9)return![];const _0x1732c8=this[_0x34e724(0x30a)]?.[_0x34e724(0x1d8)]?.[_0x34e724(0x28a)]?.[_0x34e724(0x2e6)]||[],_0x689d1a=_0x1732c8[_0x34e724(0x27b)](_0x46d3d3=>{const _0x4f76d6=_0x34e724;return _0x46d3d3[_0x4f76d6(0x2a5)]&&_0x10c5b5[_0x4f76d6(0x249)](_0x46d3d3['name'][_0x4f76d6(0x1ff)](),_0x3fc6d9['toLowerCase']());});return logger['debug']('shouldScanForCommand:\x20'+_0x3fc6d9+_0x34e724(0x300)+_0x689d1a+_0x34e724(0x2cf)+JSON['stringify'](_0x1732c8['map'](_0x438556=>_0x438556[_0x34e724(0x2a5)]))),_0x689d1a;}catch(_0x572273){return logger[_0x34e724(0x264)](_0x34e724(0x29c)+_0x572273['message']),![];}}['isBrowserstackScriptCommand'](_0x3723d5){const _0x4ccaa0=a85_0x317a18,_0x410c7d={};_0x410c7d[_0x4ccaa0(0x28d)]=function(_0x4c9b42,_0x4e6f7f){return _0x4c9b42===_0x4e6f7f;},_0x410c7d[_0x4ccaa0(0x245)]='string',_0x410c7d[_0x4ccaa0(0x24f)]='browserstack_executor';const _0x30c94f=_0x410c7d,_0x373f28=_0x3723d5['getScript']&&_0x3723d5[_0x4ccaa0(0x1d5)]();return _0x373f28&&_0x30c94f[_0x4ccaa0(0x28d)](typeof _0x373f28,_0x30c94f[_0x4ccaa0(0x245)])&&_0x373f28[_0x4ccaa0(0x289)](_0x30c94f['tNsJh']);}['isAccessibilityScriptCommand'](_0x1e5cee){const _0x167b04=a85_0x317a18,_0x2f459c={};_0x2f459c[_0x167b04(0x32a)]=function(_0x6bd839,_0x1a27cd){return _0x6bd839!==_0x1a27cd;},_0x2f459c[_0x167b04(0x287)]=_0x167b04(0x2b8),_0x2f459c[_0x167b04(0x1e8)]=_0x167b04(0x20f),_0x2f459c[_0x167b04(0x33b)]=_0x167b04(0x268),_0x2f459c[_0x167b04(0x1ea)]=_0x167b04(0x1f8),_0x2f459c[_0x167b04(0x2ac)]=_0x167b04(0x1e0);const _0x50961f=_0x2f459c,_0x3e5b3b=_0x1e5cee[_0x167b04(0x1d5)]&&_0x1e5cee[_0x167b04(0x1d5)]();if(!_0x3e5b3b||_0x50961f['bMGfE'](typeof _0x3e5b3b,_0x50961f[_0x167b04(0x287)]))return![];return _0x3e5b3b[_0x167b04(0x289)](_0x50961f[_0x167b04(0x1e8)])||_0x3e5b3b['includes'](_0x50961f[_0x167b04(0x33b)])||_0x3e5b3b[_0x167b04(0x289)](_0x50961f[_0x167b04(0x1ea)])||_0x3e5b3b[_0x167b04(0x289)](_0x50961f[_0x167b04(0x2ac)]);}[a85_0x317a18(0x33c)](_0x20a7f8,_0x71f92c,_0x268856,_0xcaa46d){const _0x12c346=a85_0x317a18,_0x55bbe4={};_0x55bbe4[_0x12c346(0x1fe)]=function(_0x456bea,_0x2e301c){return _0x456bea||_0x2e301c;};const _0x434e38=_0x55bbe4;return{'command':_0x20a7f8,'thTestRunUuid':_0x434e38[_0x12c346(0x1fe)](_0x71f92c,''),'thBuildUuid':_0x434e38[_0x12c346(0x1fe)](_0x268856,''),'thJwtToken':_0x434e38['LhMKq'](_0xcaa46d,''),'timestamp':new Date()[_0x12c346(0x2a8)]()};}[a85_0x317a18(0x1c8)](_0x2d5428){const _0x4064f=a85_0x317a18,_0x225c8a={};_0x225c8a['NnkeT']=function(_0x448b7d,_0x2edabd){return _0x448b7d||_0x2edabd;};const _0x12e0a8=_0x225c8a;try{const _0x56b9de=this[_0x4064f(0x30a)]?.[_0x4064f(0x1d8)]?.['scriptsList']||[],_0x3c41d7=_0x56b9de[_0x4064f(0x217)](_0x9f4cb7=>_0x9f4cb7[_0x4064f(0x2a5)]===_0x2d5428);return _0x12e0a8['NnkeT'](_0x3c41d7,null);}catch(_0x4742b0){return logger[_0x4064f(0x264)](_0x4064f(0x29a)+_0x2d5428+':\x20'+_0x4742b0[_0x4064f(0x24e)]),null;}}async[a85_0x317a18(0x22a)](_0x550282,_0xe478d3,_0x4d6884=null){const _0x3abdee=a85_0x317a18,_0x47bdf6={'JMcpV':function(_0x383716,_0x5147de){return _0x383716(_0x5147de);},'GROgr':'../../playwright/accessibility-helper'};try{if(!_0x550282)return logger[_0x3abdee(0x264)](_0x3abdee(0x221)+_0xe478d3),null;const _0x2ebda0=this[_0x3abdee(0x1c8)](_0xe478d3);if(!_0x2ebda0||!_0x2ebda0[_0x3abdee(0x225)])return logger[_0x3abdee(0x264)](_0x3abdee(0x278)+_0xe478d3+_0x3abdee(0x1fc)),null;logger[_0x3abdee(0x264)]('Executing\x20'+_0xe478d3+_0x3abdee(0x26a));const _0x524237=_0x47bdf6[_0x3abdee(0x38a)](require,_0x47bdf6[_0x3abdee(0x25c)]),_0x145c9a=_0x4d6884?await _0x524237[_0x3abdee(0x1cb)](_0x550282,_0x2ebda0[_0x3abdee(0x225)],_0x4d6884):await _0x524237[_0x3abdee(0x1cb)](_0x550282,_0x2ebda0[_0x3abdee(0x225)]);return _0x145c9a;}catch(_0x5b9a65){return logger[_0x3abdee(0x2df)](_0x3abdee(0x266)+_0xe478d3+':\x20'+(_0x5b9a65['stack']||_0x5b9a65[_0x3abdee(0x24e)])),null;}}async[a85_0x317a18(0x383)](_0x39451e,_0x2c2735,_0x3c5182,_0x1d40b7,_0x3e0375,_0x396872=a85_0x317a18(0x322)){const _0x58bdcd=a85_0x317a18,_0x22a485={'iOpsi':function(_0xbf02c2,_0x2b7ddc){return _0xbf02c2===_0x2b7ddc;},'uJpsV':_0x58bdcd(0x322),'niJxi':function(_0x338f2d,_0x5cd390){return _0x338f2d(_0x5cd390);},'LuVEk':_0x58bdcd(0x2cd)};try{logger['debug']('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x3c5182+_0x58bdcd(0x323)+_0x396872);const _0xcf8663=this['getScriptByName'](_0x396872);if(!_0xcf8663||!_0xcf8663[_0x58bdcd(0x225)]){logger[_0x58bdcd(0x264)](_0x58bdcd(0x2c6)+_0x396872+_0x58bdcd(0x355));return;}if(_0x22a485[_0x58bdcd(0x2c7)](_0x396872,_0x22a485[_0x58bdcd(0x349)])){const _0x4b5604=_0x22a485[_0x58bdcd(0x2a7)](require,_0x22a485[_0x58bdcd(0x28b)]),_0x1becf6={};_0x1becf6['command']=_0x3c5182;const _0x51ecbf=await PerformanceTester[_0x58bdcd(0x2bf)](PerformanceA11yEvents[_0x58bdcd(0x387)],async()=>{const _0xb2eacc=_0x58bdcd;return await _0x4b5604[_0xb2eacc(0x1cb)](_0x39451e,_0xcf8663[_0xb2eacc(0x225)]);},_0x1becf6)();return logger['info']('Page\x20'+_0x396872+_0x58bdcd(0x34a)+_0x3c5182+':\x20'+util[_0x58bdcd(0x20e)](_0x51ecbf)),_0x51ecbf;}const _0x1005bd=_0x22a485[_0x58bdcd(0x2a7)](require,_0x22a485[_0x58bdcd(0x28b)]),_0x5c2e54=await PerformanceTester[_0x58bdcd(0x2bf)](PerformanceA11yEvents[_0x58bdcd(0x28c)],async()=>{const _0xe54994=_0x58bdcd;return await _0x1005bd[_0xe54994(0x1cb)](_0x39451e,_0xcf8663[_0xe54994(0x225)],_0x1d40b7);})();return logger[_0x58bdcd(0x263)](_0x58bdcd(0x32e)+_0x396872+_0x58bdcd(0x34a)+_0x3c5182+':\x20'+util[_0x58bdcd(0x20e)](_0x5c2e54)),_0x5c2e54;}catch(_0x447d82){logger[_0x58bdcd(0x2df)](_0x58bdcd(0x1e7)+_0x396872+':\x20'+(_0x447d82[_0x58bdcd(0x348)]||_0x447d82[_0x58bdcd(0x24e)]));}}async['validatePlatformForAccessibility'](_0x3db4d7){const _0x5602bd=a85_0x317a18,_0x527287={'PlsSL':function(_0x90206b,_0x3d7628){return _0x90206b(_0x3d7628);},'caNbi':_0x5602bd(0x29d)};try{const _0x26c9c8=_0x527287[_0x5602bd(0x344)](require,_0x527287[_0x5602bd(0x2e8)]);return await _0x26c9c8['platformValidation'](_0x3db4d7);}catch(_0x272ba5){return logger['error'](_0x5602bd(0x2eb)+(_0x272ba5[_0x5602bd(0x348)]||_0x272ba5[_0x5602bd(0x24e)])),![];}}[a85_0x317a18(0x37a)](_0x5616be,_0x100090,_0x115d22){const _0x2316cf=a85_0x317a18,_0x3226f6={'HJekS':function(_0x581d4f,_0x45e942){return _0x581d4f(_0x45e942);},'udQvy':_0x2316cf(0x2cd),'VQnCQ':'\x22browserstack.user\x22:\x22[REDACTED]\x22','XWbCT':_0x2316cf(0x1c7)};try{const _0x22a403=_0x3226f6[_0x2316cf(0x26f)](require,_0x3226f6[_0x2316cf(0x200)]);_0x22a403[_0x2316cf(0x37a)](_0x5616be,_0x100090,_0x115d22);const _0x357aeb=JSON[_0x2316cf(0x329)](_0x5616be)[_0x2316cf(0x2ce)](/"browserstack\.user":"[^"]*"/g,_0x3226f6[_0x2316cf(0x2fe)])[_0x2316cf(0x2ce)](/"browserstack\.key":"[^"]*"/g,_0x3226f6[_0x2316cf(0x201)]);logger[_0x2316cf(0x264)](_0x2316cf(0x31f)+global[_0x2316cf(0x356)]+'\x20'+_0x357aeb);}catch(_0x3a2a88){logger[_0x2316cf(0x2df)](_0x2316cf(0x347)+(_0x3a2a88[_0x2316cf(0x348)]||_0x3a2a88['message']));}}async[a85_0x317a18(0x20c)](_0x131452){const _0x1a0a29=a85_0x317a18,_0x3c222f={};_0x3c222f['NTVlG']=_0x1a0a29(0x332),_0x3c222f[_0x1a0a29(0x216)]=_0x1a0a29(0x1f8);const _0x560661=_0x3c222f;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x1a0a29(0x2b6)](_0x560661[_0x1a0a29(0x261)]),[];const _0x4e3cc4=await this[_0x1a0a29(0x22a)](_0x131452,_0x560661['EyYCW']);return _0x4e3cc4||[];}catch(_0x497de3){return logger['error']('Error\x20in\x20getAccessibilityResults:\x20'+(_0x497de3[_0x1a0a29(0x348)]||_0x497de3['message'])),[];}}async[a85_0x317a18(0x1d6)](_0x53cb38){const _0x27e92e=a85_0x317a18,_0x2f3e91={'tuAgJ':_0x27e92e(0x322),'ZIiKX':_0x27e92e(0x304),'hYPpw':_0x27e92e(0x241),'yjHrF':function(_0x3e80ba,_0x36dd41){return _0x3e80ba(_0x36dd41);},'BBqvf':_0x27e92e(0x2f8),'trjyX':function(_0xf2ae49,_0x4cd9b5){return _0xf2ae49===_0x4cd9b5;},'aQdAz':_0x27e92e(0x336),'TYgPM':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','GDyYg':_0x27e92e(0x20f),'ngOMx':_0x27e92e(0x2a6),'vqgyz':_0x27e92e(0x1d6),'Tzpug':_0x27e92e(0x33e),'gMDGM':_0x27e92e(0x229),'qRwXh':_0x27e92e(0x1e2)};try{if(!this[_0x27e92e(0x334)]())return logger['warn'](_0x2f3e91[_0x27e92e(0x2c4)]),{};const _0x2d9b2c=_0x2f3e91['yjHrF'](require,_0x2f3e91[_0x27e92e(0x308)]),_0x3380d7=_0x2d9b2c['getTestFrameworkDetail'](),_0x2971c4=_0x2f3e91[_0x27e92e(0x2a4)](_0x3380d7?.[_0x27e92e(0x2a5)]?.[_0x27e92e(0x1ff)](),_0x2f3e91[_0x27e92e(0x35f)]);let _0x531069='',_0x139688=null,_0x5aaaa4=null;if(_0x2971c4){_0x139688=global[_0x27e92e(0x223)]||global[_0x27e92e(0x24d)]?.[_0x27e92e(0x27a)]?.[_0x27e92e(0x1d1)]||global[_0x27e92e(0x24d)]?.['currentTest']?.['id'];if(!_0x139688)return logger['warn'](_0x2f3e91['TYgPM']),{};try{const _0x28446b=await GrpcClient['getInstance']()[_0x27e92e(0x2fb)](process['env'][_0x27e92e(0x27e)],_0x2f3e91['GDyYg'],_0x2f3e91[_0x27e92e(0x215)],_0x139688),_0x47aa2f=AccessibilityModule[_0x27e92e(0x331)](null,_0x28446b);_0x531069=_0x47aa2f?.[_0x27e92e(0x1de)]||'',logger['debug'](_0x27e92e(0x22c)+_0x531069+_0x27e92e(0x21b)+_0x139688);const _0xaef5c4=await AccessibilityModule[_0x27e92e(0x30b)](_0x2f3e91['ZIiKX'],_0x531069,_0x139688),_0x4a8d96=this[_0x27e92e(0x218)](_0x2f3e91[_0x27e92e(0x232)])||this[_0x27e92e(0x30a)][this[_0x27e92e(0x242)]]||null,_0x5d81fb=process[_0x27e92e(0x297)][_0x27e92e(0x26d)]||'',_0x1e5ee9=this['getParamsForScanForCli'](_0x2f3e91[_0x27e92e(0x2bb)],_0x531069,_0x4a8d96,_0x5d81fb);_0x5aaaa4=_0x2d9b2c['mergeObject'](_0x1e5ee9,_0xaef5c4),logger['debug']('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON[_0x27e92e(0x329)](_0x5aaaa4));}catch(_0x445bde){return logger[_0x27e92e(0x2df)](_0x27e92e(0x1d2)+_0x445bde[_0x27e92e(0x24e)]),{};}}else{_0x531069=this[_0x27e92e(0x218)](_0x2f3e91[_0x27e92e(0x359)])||'';const _0x331d10=this[_0x27e92e(0x218)](_0x2f3e91[_0x27e92e(0x232)])||this['accessibilityConfig'][this[_0x27e92e(0x242)]]||null,_0x4957ff=process[_0x27e92e(0x297)][_0x27e92e(0x26d)]||'';_0x5aaaa4=this[_0x27e92e(0x33c)](_0x2f3e91[_0x27e92e(0x2bb)],_0x531069,_0x331d10,_0x4957ff);}logger[_0x27e92e(0x264)](_0x2f3e91[_0x27e92e(0x27f)]),await PerformanceTester[_0x27e92e(0x2bf)](PerformanceA11yEvents[_0x27e92e(0x387)],async()=>{const _0xb5156c=_0x27e92e,_0x1e038e=await this['executeScriptByName'](_0x53cb38,_0x2f3e91[_0xb5156c(0x25f)],_0x5aaaa4);logger[_0xb5156c(0x264)]('Scan\x20result:\x20'+util['format'](_0x1e038e));},{'command':_0x2f3e91[_0x27e92e(0x2bb)]})();const _0x58f159=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x416f0a=_0x27e92e;return await this['executeScriptByName'](_0x53cb38,_0x2f3e91[_0x416f0a(0x215)],_0x5aaaa4);})();if(!_0x58f159)return logger['debug'](_0x2f3e91[_0x27e92e(0x339)]),{};return _0x58f159;}catch(_0x3125e3){return logger[_0x27e92e(0x2df)](_0x27e92e(0x382)+(_0x3125e3[_0x27e92e(0x348)]||_0x3125e3[_0x27e92e(0x24e)])),{};}}async[a85_0x317a18(0x2c3)](_0x240b02,_0x3940da,_0x14da3b=null){const _0x5e8795=a85_0x317a18,_0x31f56d={};_0x31f56d['bqBUd']=_0x5e8795(0x2f6),_0x31f56d[_0x5e8795(0x351)]=_0x5e8795(0x2be),_0x31f56d[_0x5e8795(0x254)]=_0x5e8795(0x368);const _0x3de126=_0x31f56d;try{if(!_0x240b02)return logger['debug'](_0x3de126[_0x5e8795(0x299)]),null;if(!_0x3940da)return logger[_0x5e8795(0x264)](_0x3de126['bhCXb']),null;logger[_0x5e8795(0x264)](_0x3de126[_0x5e8795(0x254)]);const _0x8025f=_0x14da3b?await _0x240b02['evaluate'](_0x3940da,_0x14da3b):await _0x240b02['evaluate'](_0x3940da);return _0x8025f;}catch(_0xd7e38e){return logger[_0x5e8795(0x2df)](_0x5e8795(0x286)+(_0xd7e38e[_0x5e8795(0x348)]||_0xd7e38e[_0x5e8795(0x24e)])),null;}}static[a85_0x317a18(0x331)](_0x395453,_0x3d18c1){const _0x2aea95=a85_0x317a18,_0x405b15={};_0x405b15['eYFpc']=_0x2aea95(0x330);const _0x5687fa=_0x405b15,_0x2a326a={};_0x2a326a[_0x2aea95(0x1de)]=_0x395453;const _0x194b12=_0x2a326a;let _0x158752={};if(_0x3d18c1[_0x2aea95(0x365)]()&&_0x3d18c1[_0x2aea95(0x1f3)]())try{_0x158752=JSON[_0x2aea95(0x2ae)](new Buffer(_0x3d18c1['getAccessibilityExecuteParams']())['toString'](_0x5687fa['eYFpc']));}catch(_0x3f6d7f){logger[_0x2aea95(0x2df)](_0x2aea95(0x37c)+_0x3f6d7f[_0x2aea95(0x24e)]),_0x158752={};}return CLIUtils[_0x2aea95(0x373)](_0x194b12,_0x158752);}static async[a85_0x317a18(0x30b)](_0x3e7123,_0x437e73='',_0x2a60df=null){const _0x578aa9=a85_0x317a18,_0x4b1452={};_0x4b1452[_0x578aa9(0x257)]=_0x578aa9(0x2b1),_0x4b1452[_0x578aa9(0x227)]=_0x578aa9(0x20f);const _0x43d0b1=_0x4b1452;try{if(!_0x2a60df&&AccessibilityModule[_0x578aa9(0x29b)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x578aa9(0x297)][_0x578aa9(0x27e)])return logger['error'](_0x43d0b1[_0x578aa9(0x257)]),{};const _0x4668bc=await GrpcClient[_0x578aa9(0x25e)]()['fetchDriverExecuteParamsEvent'](process[_0x578aa9(0x297)][_0x578aa9(0x27e)],_0x43d0b1[_0x578aa9(0x227)],_0x3e7123,_0x2a60df),_0x216dc9=_0x2a60df?AccessibilityModule[_0x578aa9(0x331)](null,_0x4668bc)?.[_0x578aa9(0x1de)]||_0x437e73:_0x437e73,_0x284be6=AccessibilityModule[_0x578aa9(0x331)](_0x216dc9,_0x4668bc);return!_0x2a60df&&(AccessibilityModule[_0x578aa9(0x30e)]=_0x284be6,AccessibilityModule[_0x578aa9(0x29b)]=!![]),_0x284be6;}catch(_0x24cca0){return logger[_0x578aa9(0x2df)](_0x578aa9(0x337)+_0x3e7123+':\x20'+(_0x24cca0[_0x578aa9(0x348)]||_0x24cca0[_0x578aa9(0x24e)])),{};}}}function a85_0x5acd(){const _0x5ef76e=['fwztF','IgpQY','getContext','initAccessibilityConfig','a11y:save-results','MdLJD','isPlatformSupported','nWxrP','xcuRQ','__workerDetails','message','tNsJh','ACCESSIBILITY_INITIALIZED','81099ZekIQz','gpTku','WYvTn','cSIbs','test-tags-->\x20',',\x20testIdentifier=','ZhjsN','ezNPk','../../../helpers/accessibility-automation/scripts','mSTma','Kcroy','GROgr',',\x20\x0a\x20','getInstance','tuAgJ','commandName','NTVlG','gNNbB','info','debug','shouldScanCurrentTest','Error\x20executing\x20script\x20','end','performScan','value','\x20accessibility\x20script\x20on\x20page','titlePath','browserName','BROWSERSTACK_TESTHUB_JWT','QZcQa','HJekS','209zBbQCL','getAllData','BtROv','onBeforeExecute:\x20Command\x20','OYcrd','requiresChromeOptionsValidation','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','9rWHVqx','executeScriptByName:\x20No\x20','util','currentTest','some','getAccessibilityConfig','getModuleName','BROWSERSTACK_CLI_BIN_SESSION_ID','gMDGM','MqKdU','vNSrF','loadAccessibilityConfig','browserstack.accessibilityOptions.scannerVersion','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','get','Error\x20in\x20performPageScan:\x20','Yeoue','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','includes','commandsToWrap','LuVEk','SAVE_RESULTS','aeEvR','TEST_INIT','launchCaps','getPlatformIndex','aqpZY','dbPAm','5UNZsSu','getTrackedInstance','GFHTk','pwPage','env','Kkwak','bqBUd','Error\x20getting\x20script\x20by\x20name\x20','_centralAuthConfigFetched','Error\x20in\x20shouldScanForCommand:\x20','../../../helpers/accessibility-automation/helper','getCurrentInstanceName','\x20value=','browserstack.accessibilityOptions.authToken','MPwrj','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','ScanArgs:\x20','trjyX','name','testhub_build_uuid','niJxi','toISOString','../grpcClient','MzOFP','bwKwK','XkSjn','size','parse','PRE','SaGDh','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',',\x20includeTags=',']\x20isEnabledTestcase\x20(jest)\x20result=','VNtbE','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','warn','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','string','shouldScanForCommand','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','vqgyz','setAccessibilityConfig','getAccessibility','performPageScan:\x20Script\x20is\x20null','measureWrapper','getCommandsToWrap','KEY_INIT','ynNIZ','performPageScan','hYPpw','latest','performScanForCli:\x20No\x20','iOpsi','split','CTkkz','testInfo','Error\x20in\x20stopTestCapture:\x20','KEY_TEST_NAME','../../playwright/accessibility-helper','replace',',\x20available\x20commands:\x20','../framework/testFramework',',\x20tags=','isEnabled','--headless','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','../state/automationFrameworkState','ffItB','MODULE_NAME','HMtXn','_sendMessageServerPatchApplied','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','browserstack.accessibilityOptions.wcagVersion','headless','MtAGU','getData','error','UiwNj','vKWZp','CvnqK','ZNngt','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','getTestId','commandsList',']\x20isEnabledTestcase\x20(cucumber)\x20result=','caNbi','ktymq','instance','Error\x20in\x20validatePlatformForAccessibility:\x20','capabilities','AHHWl','1510112nLdZWX','EXECUTE','getValue','vFYxG','\x20or\x20higher\x20','assign','xATKt','../framework/constants/testFrameworkConstants.js','performPageScan:\x20Page\x20is\x20null','excludeTagsInTestingScope','../cliUtils','getScriptsList','bfQoJ','fetchDriverExecuteParamsEvent','getTestUUID','DRIVER_HAS_URL','VQnCQ','name:\x20','\x20->\x20','setAccessibilityToken','includeTagsInTestingScope','pwEIZ','getResultsSummary','browser','amDVf','[platform\x20-\x20','BBqvf','../../../helpers/classLogger','accessibilityConfig','fetchCentralAuthA11yConfig','finishScanningForCli','SDK_ACCESSIBILITY_CONFIG','_centralAuthA11yConfig','YOOLA','2599932zJzMdD','bIGUt','VooIP','VQQMx','registerObserver','getCapabilitiesList','aTlyy','startsWith','zgazq','eXtWL','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','function','../../utils/playwright-patcher','capabilitiesList','AUTOMATION_SESSIONS','Processed\x20accessibility\x20caps\x20','cucumber','CWpYq','scan','\x20using\x20script:\x20','JBqwV','testFrameworkData','KiDSU','isBrowserSupportedForAccessibility','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','stringify','bMGfE','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20',']\x20onAfterTest\x20should\x20scan=','pveyo','Page\x20','zSRPe','ascii','loadDriverExecuteParams','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','MuYtT','getCurrentAccessibilityStatus','316570mPDmlL','jest','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20',',\x20excludeTags=','qRwXh','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','dGkzH','getParamsForScanForCli','Nyrod','test_run_id','getOptions','stopTestCapture','\x20browser\x20version\x20','BROWSERSTACK_TEST_ACCESSIBILITY_YML','wqKFe','PlsSL','ULbZM','../TestInfo.js','Error\x20in\x20processAccessibilityCaps:\x20','stack','uJpsV','\x20result\x20for\x20','mPcli','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','UVjdN','0|3|12|10|2|11|7|13|15|4|14|8|6|9|5|1','BMQBp','updateData','bhCXb','xVHxe','null','getState','\x20script\x20available\x20in\x20scriptsList','accessibilityPlatform','getTesthub','has','Tzpug','start','DeCqL','browser_version','isAppAccessibility','getName','aQdAz','YhYjg','WHKHJ','goog:chromeOptions','true','eYSex','getSuccess',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','Executing\x20accessibility\x20script\x20on\x20page','njHHY','21MIppcC','2050236VoSGvL','./baseModule','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','eEKtC','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','wHEzA','onBeforeExecute:\x20No\x20command\x20name\x20provided','OXWUd','mergeObject','onAfterTest','IQafW','YFEqJ','unknown','__accessibilityOptions','nSfrH','processAccessibilityCaps','getGoogleChromeOptions','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','ofnsB','Unknown\x20Test','map','isAccessibilityAutomationSession','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','Error\x20in\x20getAccessibilityResultsSummary:\x20','performScanForCli','HEzpC','oxQAP','Accessibility\x20data\x20for\x20extension:\x20','PERFORM_SCAN','page','fBOEy','JMcpV','patchSendMessageToServer','applySendMessageToServerPatch','KEY_DRIVER_HAS_URL','afterTestHook','test_tags','\x22browserstack.key\x22:\x22[REDACTED]\x22','getScriptByName','getLogDisabledShown','39WhKLAA','browserStackEvaluate','evaay','toObject','../state/hookState','WugHt','Error\x20applying\x20sendMessageToServer\x20patch:\x20','testAnalyticsId','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','../../../helpers/performance/constants.js','QUIT','getScript','getAccessibilityResultsSummary','../../../helpers/helper','options',']\x20clear\x20',']\x20should\x20run\x20accessibility\x20value=','noToi','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','chromeOptions','thTestRunUuid','bind','saveTestResults','hoNrm','No\x20summaryResults\x20found.','2OVFhrH','AheUk','testFramework','Error\x20checking\x20headless\x20capability:\x20','Error\x20in\x20performScanForCli\x20for\x20script\x20','jHdAM','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','WBATj','platformCaps','dSOgF','Vtzkd','set','UWFTv','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=',']\x20Accessibility\x20configuration\x20initialized\x20successfully','setShouldScanCurrentTest','hasAccessibilityExecuteParams','isArray','POST','getBuildId','oAfAp','getResults','Rysod','GVHCE','onBeforeTest','\x20script\x20available','ymyWa','LhMKq','toLowerCase','udQvy','XWbCT','TrackedInstance','\x20testHubUuid=','--headless=','142060McJBSW','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','vkHya','JAdQB','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','[AccessibilityModule]\x20onAfterTest:\x20framework=','ofJnj','getAccessibilityResults','tkgkq','format','accessibility','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','URdYm','yHcRE','Exception\x20in\x20isPlatformSupported:\x20','wcagVersion','ZIiKX','EyYCW','find','getCapabilityValue','ThixV','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','\x20from\x20testIdentifier=','length','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','args','440962XrLENc','getBrowserDisplayName','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','skipCDPConnectOverride','__jestCurrentTestIdentifier','delete','command','jCPHj','aWIIL','iTBtj','Performing\x20scan\x20before\x20getting\x20results\x20summary','executeScriptByName','NaoFm','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','DPlXB','present','../../../helpers/performance/performance-tester.js','saveResults',',\x20isAppAccessibility=','ngOMx','CREATE','cqAyZ','ZvwCb','BS_A11Y_JWT','Context','wNdKQ','XdXWE',',\x20framework=','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','vaHzf','LOG_DISABLED_SHOWN','parseA11yJwtPayload','../framework/automationFramework','JwIom','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','KEY_TESTHUB_BUILD_ID','qaptr'];a85_0x5acd=function(){return _0x5ef76e;};return a85_0x5acd();};function a85_0x4b25(_0x3d310a,_0x44a39c){const _0x5acdb4=a85_0x5acd();return a85_0x4b25=function(_0x4b2587,_0x12179a){_0x4b2587=_0x4b2587-0x1c6;let _0x1d511b=_0x5acdb4[_0x4b2587];return _0x1d511b;},a85_0x4b25(_0x3d310a,_0x44a39c);}module['exports']=AccessibilityModule;
@@ -1 +1 @@
1
- function a86_0x51a9(_0x5b0d77,_0x104ae7){const _0x29fd8d=a86_0x29fd();return a86_0x51a9=function(_0x51a9ab,_0x3ee926){_0x51a9ab=_0x51a9ab-0xab;let _0x1c1928=_0x29fd8d[_0x51a9ab];return _0x1c1928;},a86_0x51a9(_0x5b0d77,_0x104ae7);}const a86_0x317c5f=a86_0x51a9;(function(_0x1cde88,_0x55caba){const _0x42478c=a86_0x51a9,_0x15c1af=_0x1cde88();while(!![]){try{const _0x1a6cb6=-parseInt(_0x42478c(0xba))/0x1+-parseInt(_0x42478c(0xc9))/0x2*(-parseInt(_0x42478c(0xcd))/0x3)+-parseInt(_0x42478c(0xc4))/0x4+parseInt(_0x42478c(0xb4))/0x5+parseInt(_0x42478c(0xb7))/0x6+parseInt(_0x42478c(0xc5))/0x7+-parseInt(_0x42478c(0xd5))/0x8;if(_0x1a6cb6===_0x55caba)break;else _0x15c1af['push'](_0x15c1af['shift']());}catch(_0x17a7b9){_0x15c1af['push'](_0x15c1af['shift']());}}}(a86_0x29fd,0xe951a));const logger=require('../../../helpers/logger.js')[a86_0x317c5f(0xb5)],{FRAMEWORKS}=require(a86_0x317c5f(0xbe));class BaseModule{constructor(_0x4e593a=null){const _0x5acfe3=a86_0x317c5f,_0xb48ce2={};_0xb48ce2[_0x5acfe3(0xb8)]=_0x5acfe3(0xd1),_0xb48ce2['SotzD']=_0x5acfe3(0xca);const _0x269cfd=_0xb48ce2,_0x6c7155=_0x269cfd[_0x5acfe3(0xb8)][_0x5acfe3(0xd4)]('|');let _0xd1edb=0x0;while(!![]){switch(_0x6c7155[_0xd1edb++]){case'0':this[_0x5acfe3(0xce)]=this[_0x5acfe3(0xd0)](_0x4e593a);continue;case'1':this[_0x5acfe3(0xbf)]=0x0;continue;case'2':this[_0x5acfe3(0xae)]=null;continue;case'3':this[_0x5acfe3(0xb0)]=null;continue;case'4':this[_0x5acfe3(0xc3)]=_0x269cfd[_0x5acfe3(0xbd)];continue;case'5':this[_0x5acfe3(0xc0)]={};continue;}break;}}[a86_0x317c5f(0xcb)](){const _0xb227c=a86_0x317c5f,_0x3109f2={};_0x3109f2[_0xb227c(0xc2)]=_0xb227c(0xad);const _0x1cbf52=_0x3109f2;if(!this[_0xb227c(0xb0)])throw new Error(_0x1cbf52[_0xb227c(0xc2)]);}[a86_0x317c5f(0xb1)](){return this['name'];}['configure'](_0x3cc36b,_0x4779ae,_0x1554ba,_0x81dbbc={}){const _0x1b4436=a86_0x317c5f,_0x505c3c={};_0x505c3c['OjPpx']='3|1|4|2|0';const _0x1a5b56=_0x505c3c,_0x4041e3=_0x1a5b56['OjPpx'][_0x1b4436(0xd4)]('|');let _0xe86919=0x0;while(!![]){switch(_0x4041e3[_0xe86919++]){case'0':logger[_0x1b4436(0xbb)](_0x1b4436(0xcc)+this[_0x1b4436(0xb1)]()+_0x1b4436(0xaf)+_0x3cc36b+_0x1b4436(0xb9)+_0x4779ae);continue;case'1':this[_0x1b4436(0xbf)]=_0x4779ae;continue;case'2':this[_0x1b4436(0xc0)]=_0x81dbbc;continue;case'3':this[_0x1b4436(0xb0)]=_0x3cc36b;continue;case'4':this[_0x1b4436(0xae)]=_0x1554ba;continue;}break;}}[a86_0x317c5f(0xd2)](_0x459992){const _0x3a2649=a86_0x317c5f,_0x51f8be={};_0x51f8be['TazjR']=function(_0x77772d,_0x44d9dd){return _0x77772d===_0x44d9dd;},_0x51f8be[_0x3a2649(0xb3)]=function(_0x1f16a9,_0x5e7c40){return _0x1f16a9===_0x5e7c40;};const _0x54da5a=_0x51f8be;let _0x301c0d='';if(_0x54da5a[_0x3a2649(0xc6)](_0x459992[_0x3a2649(0xc7)],FRAMEWORKS[_0x3a2649(0xc1)]))_0x301c0d=_0x459992[_0x3a2649(0xc8)]?.[_0x3a2649(0xac)]?.['id']||_0x459992[_0x3a2649(0xc8)]?.[_0x3a2649(0xab)];else{if(_0x54da5a[_0x3a2649(0xc6)](_0x459992[_0x3a2649(0xc7)],FRAMEWORKS['CUCUMBER']))_0x301c0d=_0x459992[_0x3a2649(0xc8)]?.[_0x3a2649(0xcf)];else _0x54da5a[_0x3a2649(0xb3)](_0x459992[_0x3a2649(0xc7)],FRAMEWORKS[_0x3a2649(0xd3)])&&(_0x301c0d=_0x459992[_0x3a2649(0xc8)]?.['id']);}return _0x301c0d;}[a86_0x317c5f(0xd0)](_0x42f092){const _0x722c77=a86_0x317c5f,_0x147b49={};_0x147b49[_0x722c77(0xb2)]=function(_0x396871,_0x1ff3a9){return _0x396871!==_0x1ff3a9;},_0x147b49['aTRYk']=_0x722c77(0xb6);const _0x2bb06c=_0x147b49;if(!_0x42f092||_0x2bb06c[_0x722c77(0xb2)](typeof _0x42f092,_0x2bb06c['aTRYk']))return null;const _0x3ab7fd={};_0x3ab7fd[_0x722c77(0xc3)]=_0x42f092[_0x722c77(0xc3)],_0x3ab7fd[_0x722c77(0xbc)]=_0x42f092[_0x722c77(0xbc)]&&_0x42f092[_0x722c77(0xbc)][_0x42f092['name']];const _0x430810=_0x3ab7fd;return _0x430810;}}function a86_0x29fd(){const _0x1e6d0c=['testInfo','94MvXgwp','BaseModule','ensureBinSession','Configured\x20module\x20','95943IIuFwh','testFrameworkData','testCaseStartedId','setTestFrameworkData','4|3|1|5|2|0','getTestId','JEST','split','12178904PbowyK','testId','_test','Missing\x20binSessionId','client','\x20with\x20binSessionId=','binSessionId','getModuleName','IQEhc','XhrDI','7321810dVupLf','winstonLogger','object','9630930qbheVe','dpCsS',',\x20platformIndex=','966173YqDuqz','debug','version','SotzD','../../../helpers/test-observability/constants.js','platformIndex','config','PLAYWRIGHT','muzjM','name','6079092ZBISfw','2739513YbOEGp','TazjR','testFramework'];a86_0x29fd=function(){return _0x1e6d0c;};return a86_0x29fd();}module['exports']=BaseModule;
1
+ function a86_0x299b(){const _0x5b7ffa=['AfEUu','1564321EELkzQ','0|1|3|5|2|4','BaseModule','69pcbBFx','2523495AbQawE','object','name','676184OiPNoX','JAvVk','client','configure','16rfNoNp','winstonLogger','0|1|3|4|2','60788PsZoPk','jUdQn','76554qYrOjc','CUCUMBER','binSessionId','2073438HQitQo','etYSm','setTestFrameworkData','testId','platformIndex','_test','split','Missing\x20binSessionId','getModuleName','67612UXrxht',',\x20platformIndex=','version','testInfo','240eXUkSR','config','AQAou','Gerrw','PLAYWRIGHT','../../../helpers/test-observability/constants.js','70jLiqPr','testFramework','exports'];a86_0x299b=function(){return _0x5b7ffa;};return a86_0x299b();}const a86_0x386177=a86_0x1a69;(function(_0x1e4a4f,_0x23d2d0){const _0x5d5a30=a86_0x1a69,_0x3e1253=_0x1e4a4f();while(!![]){try{const _0x24456a=-parseInt(_0x5d5a30(0xa0))/0x1+-parseInt(_0x5d5a30(0xc1))/0x2+parseInt(_0x5d5a30(0xbd))/0x3*(parseInt(_0x5d5a30(0xac))/0x4)+-parseInt(_0x5d5a30(0xbe))/0x5+parseInt(_0x5d5a30(0xb0))/0x6*(parseInt(_0x5d5a30(0x9e))/0x7)+-parseInt(_0x5d5a30(0x9b))/0x8*(parseInt(_0x5d5a30(0xa3))/0x9)+-parseInt(_0x5d5a30(0xb6))/0xa*(-parseInt(_0x5d5a30(0xba))/0xb);if(_0x24456a===_0x23d2d0)break;else _0x3e1253['push'](_0x3e1253['shift']());}catch(_0x2e70d3){_0x3e1253['push'](_0x3e1253['shift']());}}}(a86_0x299b,0x55d09));const logger=require('../../../helpers/logger.js')[a86_0x386177(0x9c)],{FRAMEWORKS}=require(a86_0x386177(0xb5));class BaseModule{constructor(_0x352e53=null){const _0x5f1cb6=a86_0x386177,_0x28a54c={};_0x28a54c['AQAou']=_0x5f1cb6(0xbb),_0x28a54c[_0x5f1cb6(0x98)]=_0x5f1cb6(0xbc);const _0x5181f8=_0x28a54c,_0xd5077e=_0x5181f8[_0x5f1cb6(0xb2)][_0x5f1cb6(0xa9)]('|');let _0x5222bb=0x0;while(!![]){switch(_0xd5077e[_0x5222bb++]){case'0':this[_0x5f1cb6(0xc0)]=_0x5181f8[_0x5f1cb6(0x98)];continue;case'1':this[_0x5f1cb6(0xa2)]=null;continue;case'2':this[_0x5f1cb6(0x99)]=null;continue;case'3':this['platformIndex']=0x0;continue;case'4':this['testFrameworkData']=this[_0x5f1cb6(0xa5)](_0x352e53);continue;case'5':this[_0x5f1cb6(0xb1)]={};continue;}break;}}['ensureBinSession'](){const _0x59ebe1=a86_0x386177,_0x34ac85={};_0x34ac85[_0x59ebe1(0x9f)]=_0x59ebe1(0xaa);const _0x2b44b4=_0x34ac85;if(!this['binSessionId'])throw new Error(_0x2b44b4['jUdQn']);}[a86_0x386177(0xab)](){const _0x4785ae=a86_0x386177;return this[_0x4785ae(0xc0)];}[a86_0x386177(0x9a)](_0x18cc08,_0x3f6f38,_0x5910f0,_0x17f61b={}){const _0x29f816=a86_0x386177,_0x3b9bac={};_0x3b9bac[_0x29f816(0xb3)]=_0x29f816(0x9d);const _0x428f12=_0x3b9bac,_0x5d756d=_0x428f12['Gerrw'][_0x29f816(0xa9)]('|');let _0xe25589=0x0;while(!![]){switch(_0x5d756d[_0xe25589++]){case'0':this[_0x29f816(0xa2)]=_0x18cc08;continue;case'1':this[_0x29f816(0xa7)]=_0x3f6f38;continue;case'2':logger['debug']('Configured\x20module\x20'+this['getModuleName']()+'\x20with\x20binSessionId='+_0x18cc08+_0x29f816(0xad)+_0x3f6f38);continue;case'3':this[_0x29f816(0x99)]=_0x5910f0;continue;case'4':this[_0x29f816(0xb1)]=_0x17f61b;continue;}break;}}['getTestId'](_0x1d7aaa){const _0x4deedf=a86_0x386177,_0xba1e1={};_0xba1e1['AfEUu']=function(_0x30c2ae,_0x587055){return _0x30c2ae===_0x587055;};const _0x4b1d14=_0xba1e1;let _0x25d76a='';if(_0x4b1d14[_0x4deedf(0xb9)](_0x1d7aaa[_0x4deedf(0xb7)],FRAMEWORKS[_0x4deedf(0xb4)]))_0x25d76a=_0x1d7aaa[_0x4deedf(0xaf)]?.[_0x4deedf(0xa8)]?.['id']||_0x1d7aaa[_0x4deedf(0xaf)]?.[_0x4deedf(0xa6)];else{if(_0x4b1d14[_0x4deedf(0xb9)](_0x1d7aaa[_0x4deedf(0xb7)],FRAMEWORKS[_0x4deedf(0xa1)]))_0x25d76a=_0x1d7aaa[_0x4deedf(0xaf)]?.['testCaseStartedId'];else _0x4b1d14[_0x4deedf(0xb9)](_0x1d7aaa[_0x4deedf(0xb7)],FRAMEWORKS['JEST'])&&(_0x25d76a=_0x1d7aaa[_0x4deedf(0xaf)]?.['id']);}return _0x25d76a;}[a86_0x386177(0xa5)](_0x6c85cc){const _0x5e9f08=a86_0x386177,_0x97b581={};_0x97b581['MfmwI']=function(_0x45c1e3,_0x451105){return _0x45c1e3!==_0x451105;},_0x97b581[_0x5e9f08(0xa4)]=_0x5e9f08(0xbf);const _0x4266b4=_0x97b581;if(!_0x6c85cc||_0x4266b4['MfmwI'](typeof _0x6c85cc,_0x4266b4['etYSm']))return null;const _0x3b6995={};_0x3b6995['name']=_0x6c85cc[_0x5e9f08(0xc0)],_0x3b6995[_0x5e9f08(0xae)]=_0x6c85cc['version']&&_0x6c85cc[_0x5e9f08(0xae)][_0x6c85cc['name']];const _0x3708c6=_0x3b6995;return _0x3708c6;}}function a86_0x1a69(_0x45ab05,_0x56d9bf){const _0x299b74=a86_0x299b();return a86_0x1a69=function(_0x1a698e,_0x4b4a7c){_0x1a698e=_0x1a698e-0x98;let _0x15a190=_0x299b74[_0x1a698e];return _0x15a190;},a86_0x1a69(_0x45ab05,_0x56d9bf);}module[a86_0x386177(0xb8)]=BaseModule;
@@ -1 +1 @@
1
- const a87_0x32c3d4=a87_0x30af;(function(_0x426ebe,_0x591650){const _0x1d5179=a87_0x30af,_0x10487e=_0x426ebe();while(!![]){try{const _0x1da5f4=parseInt(_0x1d5179(0x1a0))/0x1*(parseInt(_0x1d5179(0x1a5))/0x2)+parseInt(_0x1d5179(0x188))/0x3*(-parseInt(_0x1d5179(0x187))/0x4)+-parseInt(_0x1d5179(0x177))/0x5*(-parseInt(_0x1d5179(0x1a6))/0x6)+-parseInt(_0x1d5179(0x18d))/0x7+-parseInt(_0x1d5179(0x19e))/0x8+-parseInt(_0x1d5179(0x181))/0x9+-parseInt(_0x1d5179(0x197))/0xa*(-parseInt(_0x1d5179(0x198))/0xb);if(_0x1da5f4===_0x591650)break;else _0x10487e['push'](_0x10487e['shift']());}catch(_0x3fd4de){_0x10487e['push'](_0x10487e['shift']());}}}(a87_0x21d3,0x963dd));const {createClassLogger}=require(a87_0x32c3d4(0x196)),logger=createClassLogger('LoadTestModule'),{sendSdkEvents}=require(a87_0x32c3d4(0x19f)),isLTSSession=(_0x2ac5d3=null)=>{const _0x57bb3e=a87_0x32c3d4,_0x333627={};_0x333627['HhjCD']=function(_0x3bbef0,_0x1c4796){return _0x3bbef0!==_0x1c4796;},_0x333627[_0x57bb3e(0x19c)]=_0x57bb3e(0x17b),_0x333627[_0x57bb3e(0x1a2)]=function(_0x555107,_0x41b545){return _0x555107===_0x41b545;},_0x333627[_0x57bb3e(0x1a4)]=_0x57bb3e(0x18e),_0x333627['OXhgY']='true',_0x333627[_0x57bb3e(0x17c)]=function(_0x401f2c,_0x46a47a){return _0x401f2c===_0x46a47a;},_0x333627[_0x57bb3e(0x17f)]=_0x57bb3e(0x189);const _0x29d871=_0x333627;try{if(_0x29d871[_0x57bb3e(0x1a7)](typeof process[_0x57bb3e(0x180)][_0x57bb3e(0x18b)],_0x29d871['slDHU'])){const _0x5ce4f5=process['env'][_0x57bb3e(0x18b)];return _0x29d871[_0x57bb3e(0x1a2)](typeof _0x5ce4f5,_0x29d871[_0x57bb3e(0x1a4)])?_0x29d871[_0x57bb3e(0x1a2)](_0x5ce4f5[_0x57bb3e(0x1a1)](),_0x29d871['OXhgY']):!!_0x5ce4f5;}const _0x1b9bae=_0x2ac5d3&&_0x2ac5d3['overrideLoadTesting'],_0x4aceda=!!(_0x2ac5d3&&(_0x29d871[_0x57bb3e(0x1a2)](_0x2ac5d3[_0x57bb3e(0x178)],!![])||_0x29d871[_0x57bb3e(0x17c)](_0x2ac5d3[_0x57bb3e(0x178)],_0x29d871[_0x57bb3e(0x193)]))),_0x23b816=!!(_0x1b9bae&&_0x29d871[_0x57bb3e(0x1a2)](_0x1b9bae[_0x57bb3e(0x17e)]()[_0x57bb3e(0x1a1)](),_0x29d871[_0x57bb3e(0x193)])&&!_0x4aceda);return process['env'][_0x57bb3e(0x18b)]=_0x23b816?_0x29d871[_0x57bb3e(0x193)]:_0x29d871['MRrfN'],_0x23b816;}catch(_0x18895d){return process[_0x57bb3e(0x180)][_0x57bb3e(0x18b)]=_0x29d871[_0x57bb3e(0x17f)],![];}},getLTSSessionId=()=>{const _0x1d3d27=a87_0x32c3d4,_0x5b4364={'Ffals':function(_0x2aa689){return _0x2aa689();},'yiMcd':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','FbYVs':_0x1d3d27(0x18c)};try{if(_0x5b4364[_0x1d3d27(0x17a)](isLTSSession))return logger[_0x1d3d27(0x199)](_0x5b4364[_0x1d3d27(0x190)]),process['env']['BROWSERSTACK_LTS_SESSION_ID']||'';}catch(_0x2e8608){logger[_0x1d3d27(0x184)](_0x1d3d27(0x185)+(_0x2e8608&&_0x2e8608[_0x1d3d27(0x18f)]));}return logger[_0x1d3d27(0x199)](_0x5b4364[_0x1d3d27(0x17d)]),'';},setLTSSessionId=async(_0x21a746={})=>{const _0x490a41=a87_0x32c3d4,_0x5f2fc0={'rpXQQ':function(_0x208531){return _0x208531();},'nMUQS':_0x490a41(0x192),'Ievfx':_0x490a41(0x191),'iEJBn':_0x490a41(0x1a3),'KDIBJ':function(_0x4fe0c7,_0x2443a9){return _0x4fe0c7(_0x2443a9);},'cAZWm':function(_0x380a02,_0x459780,_0xd7bb4){return _0x380a02(_0x459780,_0xd7bb4);},'qnBwu':function(_0x4402bd,_0x2825ab){return _0x4402bd||_0x2825ab;}};try{const _0x5bfdd8=_0x5f2fc0[_0x490a41(0x19b)](getLTSSessionId);_0x5bfdd8?(process[_0x490a41(0x180)][_0x490a41(0x176)]=_0x5bfdd8,logger[_0x490a41(0x199)](_0x5f2fc0[_0x490a41(0x183)])):(delete process[_0x490a41(0x180)][_0x490a41(0x176)],logger[_0x490a41(0x199)](_0x5f2fc0[_0x490a41(0x194)]));try{const _0x3cfcf8={'feature':_0x5f2fc0[_0x490a41(0x18a)],'ltsEnabled':_0x5f2fc0[_0x490a41(0x179)](isLTSSession,_0x21a746),'ltsSessionIdPresent':!!_0x5bfdd8};await _0x5f2fc0['cAZWm'](sendSdkEvents,_0x3cfcf8,_0x21a746);}catch(_0x924788){logger[_0x490a41(0x199)]('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x924788&&_0x924788[_0x490a41(0x18f)]));}return _0x5f2fc0[_0x490a41(0x186)](_0x5bfdd8,'');}catch(_0x3c32e1){return logger[_0x490a41(0x199)](_0x490a41(0x19d)+(_0x3c32e1&&_0x3c32e1[_0x490a41(0x18f)])),'';}},a87_0x2b1764={};function a87_0x30af(_0x5e96cd,_0x5ba196){const _0x21d39d=a87_0x21d3();return a87_0x30af=function(_0x30afa3,_0x4ed863){_0x30afa3=_0x30afa3-0x176;let _0x3f137d=_0x21d39d[_0x30afa3];return _0x3f137d;},a87_0x30af(_0x5e96cd,_0x5ba196);}a87_0x2b1764[a87_0x32c3d4(0x19a)]=isLTSSession,a87_0x2b1764[a87_0x32c3d4(0x195)]=getLTSSessionId,a87_0x2b1764[a87_0x32c3d4(0x182)]=setLTSSessionId,module['exports']=a87_0x2b1764;function a87_0x21d3(){const _0x5408d9=['7WXSpfE','toLowerCase','QTAoj','LTS','wJtUz','170294gaypYd','426bFSzZN','HhjCD','BROWSERSTACK_LTS_SESSION_ID','75320GQdxKb','browserstackAutomation','KDIBJ','Ffals','undefined','kvxAg','FbYVs','toString','MRrfN','env','4811382DziQbY','setLTSSessionId','nMUQS','error','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','qnBwu','12fNCmfQ','1225788IDjSPg','false','iEJBn','overrideLoadTesting','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','355642YlOiZK','string','message','yiMcd','BROWSERSTACK_LTS_SESSION_ID\x20cleared','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','OXhgY','Ievfx','getLTSSessionId','../../../helpers/classLogger.js','21890WrWITm','8602sSddfV','debug','isLTSSession','rpXQQ','slDHU','setLTSSessionId\x20error:\x20','7606320IlCgrr','../../../helpers/helper.js'];a87_0x21d3=function(){return _0x5408d9;};return a87_0x21d3();}
1
+ function a87_0x282c(){const _0x57b1e6=['373616fphgkD','YSTgp','BBOyh','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','3983PoXxxA','nuOln','NDOIT','LTS','qGnFH','exports','2oWIYGE','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','toString','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','322290rNExLC','isLTSSession','overrideLoadTesting','wiDaa','Endar','4336230EBuBpH','debug','message','aHCrr','114DGXkbA','toLowerCase','XHyUd','QNYgd','env','mWTWj','false','../../../helpers/classLogger.js','LoadTestModule','80779qUXhXw','DZXgF','browserstackAutomation','setLTSSessionId\x20error:\x20','iJUIa','getLTSSessionId','IerhV','ZiBmS','../../../helpers/helper.js','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','error','668632LsEDLk','cdiGM','706020ipWJKH','BROWSERSTACK_LTS_SESSION_ID','6mvhLRp','FGSiI','Failed\x20to\x20record\x20LTS\x20telemetry:\x20'];a87_0x282c=function(){return _0x57b1e6;};return a87_0x282c();}function a87_0x3295(_0x471e61,_0x271fec){const _0x282c05=a87_0x282c();return a87_0x3295=function(_0x329590,_0x3081ab){_0x329590=_0x329590-0x7f;let _0xff8d40=_0x282c05[_0x329590];return _0xff8d40;},a87_0x3295(_0x471e61,_0x271fec);}const a87_0xe0ca88=a87_0x3295;(function(_0x411317,_0x21f31e){const _0x17abba=a87_0x3295,_0x24e7c7=_0x411317();while(!![]){try{const _0x5d4461=-parseInt(_0x17abba(0x81))/0x1*(parseInt(_0x17abba(0x9d))/0x2)+-parseInt(_0x17abba(0x90))/0x3*(parseInt(_0x17abba(0x93))/0x4)+-parseInt(_0x17abba(0x8e))/0x5+-parseInt(_0x17abba(0xaa))/0x6*(parseInt(_0x17abba(0x97))/0x7)+parseInt(_0x17abba(0x8c))/0x8+parseInt(_0x17abba(0xa1))/0x9+parseInt(_0x17abba(0xa6))/0xa;if(_0x5d4461===_0x21f31e)break;else _0x24e7c7['push'](_0x24e7c7['shift']());}catch(_0x257953){_0x24e7c7['push'](_0x24e7c7['shift']());}}}(a87_0x282c,0x20922));const {createClassLogger}=require(a87_0xe0ca88(0x7f)),logger=createClassLogger(a87_0xe0ca88(0x80)),{sendSdkEvents}=require(a87_0xe0ca88(0x89)),isLTSSession=(_0x4d04d8=null)=>{const _0xd6b1f8=a87_0xe0ca88,_0xef560a={};_0xef560a[_0xd6b1f8(0x9b)]=function(_0x35008f,_0x5d85b1){return _0x35008f!==_0x5d85b1;},_0xef560a[_0xd6b1f8(0x88)]='undefined',_0xef560a[_0xd6b1f8(0x99)]=function(_0x5527b0,_0x3ede82){return _0x5527b0===_0x3ede82;},_0xef560a['cdiGM']='string',_0xef560a[_0xd6b1f8(0xac)]='true',_0xef560a[_0xd6b1f8(0x95)]=function(_0x30286e,_0x8e09af){return _0x30286e===_0x8e09af;},_0xef560a['aHCrr']=_0xd6b1f8(0xb0);const _0xe0b77d=_0xef560a;try{if(_0xe0b77d['qGnFH'](typeof process[_0xd6b1f8(0xae)]['overrideLoadTesting'],_0xe0b77d['ZiBmS'])){const _0x3faa57=process[_0xd6b1f8(0xae)]['overrideLoadTesting'];return _0xe0b77d[_0xd6b1f8(0x99)](typeof _0x3faa57,_0xe0b77d[_0xd6b1f8(0x8d)])?_0xe0b77d[_0xd6b1f8(0x99)](_0x3faa57[_0xd6b1f8(0xab)](),_0xe0b77d[_0xd6b1f8(0xac)]):!!_0x3faa57;}const _0x1f802a=_0x4d04d8&&_0x4d04d8['overrideLoadTesting'],_0x206864=!!(_0x4d04d8&&(_0xe0b77d['BBOyh'](_0x4d04d8[_0xd6b1f8(0x83)],!![])||_0xe0b77d[_0xd6b1f8(0x95)](_0x4d04d8[_0xd6b1f8(0x83)],_0xe0b77d[_0xd6b1f8(0xac)]))),_0x1807e7=!!(_0x1f802a&&_0xe0b77d[_0xd6b1f8(0x99)](_0x1f802a[_0xd6b1f8(0x9f)]()[_0xd6b1f8(0xab)](),_0xe0b77d[_0xd6b1f8(0xac)])&&!_0x206864);return process[_0xd6b1f8(0xae)][_0xd6b1f8(0xa3)]=_0x1807e7?_0xe0b77d[_0xd6b1f8(0xac)]:_0xe0b77d[_0xd6b1f8(0xa9)],_0x1807e7;}catch(_0x511c28){return process[_0xd6b1f8(0xae)][_0xd6b1f8(0xa3)]=_0xe0b77d[_0xd6b1f8(0xa9)],![];}},getLTSSessionId=()=>{const _0x541d39=a87_0xe0ca88,_0x755e90={'IerhV':function(_0x477359){return _0x477359();},'FGSiI':_0x541d39(0x8a),'DZXgF':_0x541d39(0x96)};try{if(_0x755e90[_0x541d39(0x87)](isLTSSession))return logger['debug'](_0x755e90[_0x541d39(0x91)]),process[_0x541d39(0xae)][_0x541d39(0x8f)]||'';}catch(_0x127697){logger[_0x541d39(0x8b)](_0x541d39(0xa0)+(_0x127697&&_0x127697[_0x541d39(0xa8)]));}return logger[_0x541d39(0xa7)](_0x755e90[_0x541d39(0x82)]),'';},setLTSSessionId=async(_0x4680f1={})=>{const _0x45ca6d=a87_0xe0ca88,_0x316959={'wiDaa':function(_0xe54a47){return _0xe54a47();},'QNYgd':_0x45ca6d(0x9e),'nuOln':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','YSTgp':_0x45ca6d(0x9a),'iJUIa':function(_0x25f8db,_0x2e4b88){return _0x25f8db(_0x2e4b88);},'Endar':function(_0x408c77,_0x4304cb,_0x5e2b9d){return _0x408c77(_0x4304cb,_0x5e2b9d);},'mWTWj':function(_0x37096b,_0x32596d){return _0x37096b||_0x32596d;}};try{const _0x1caa19=_0x316959[_0x45ca6d(0xa4)](getLTSSessionId);_0x1caa19?(process[_0x45ca6d(0xae)][_0x45ca6d(0x8f)]=_0x1caa19,logger[_0x45ca6d(0xa7)](_0x316959[_0x45ca6d(0xad)])):(delete process['env'][_0x45ca6d(0x8f)],logger[_0x45ca6d(0xa7)](_0x316959[_0x45ca6d(0x98)]));try{const _0x32c44d={'feature':_0x316959[_0x45ca6d(0x94)],'ltsEnabled':_0x316959[_0x45ca6d(0x85)](isLTSSession,_0x4680f1),'ltsSessionIdPresent':!!_0x1caa19};await _0x316959[_0x45ca6d(0xa5)](sendSdkEvents,_0x32c44d,_0x4680f1);}catch(_0x5f04ad){logger['debug'](_0x45ca6d(0x92)+(_0x5f04ad&&_0x5f04ad[_0x45ca6d(0xa8)]));}return _0x316959[_0x45ca6d(0xaf)](_0x1caa19,'');}catch(_0x2a6459){return logger['debug'](_0x45ca6d(0x84)+(_0x2a6459&&_0x2a6459[_0x45ca6d(0xa8)])),'';}},a87_0x58d1ee={};a87_0x58d1ee[a87_0xe0ca88(0xa2)]=isLTSSession,a87_0x58d1ee[a87_0xe0ca88(0x86)]=getLTSSessionId,a87_0x58d1ee['setLTSSessionId']=setLTSSessionId,module[a87_0xe0ca88(0x9c)]=a87_0x58d1ee;
@@ -1 +1 @@
1
- const a88_0x53a0cd=a88_0x1e01;function a88_0x1e01(_0x214000,_0x8fe811){const _0x5d8e9b=a88_0x5d8e();return a88_0x1e01=function(_0x1e01eb,_0x5fb568){_0x1e01eb=_0x1e01eb-0x72;let _0x4785d0=_0x5d8e9b[_0x1e01eb];return _0x4785d0;},a88_0x1e01(_0x214000,_0x8fe811);}(function(_0x3f0e43,_0x5149f5){const _0x19fb68=a88_0x1e01,_0x583de6=_0x3f0e43();while(!![]){try{const _0x251978=-parseInt(_0x19fb68(0x96))/0x1+parseInt(_0x19fb68(0x8d))/0x2+parseInt(_0x19fb68(0x83))/0x3+-parseInt(_0x19fb68(0x7e))/0x4+-parseInt(_0x19fb68(0x8b))/0x5+-parseInt(_0x19fb68(0x87))/0x6*(-parseInt(_0x19fb68(0x8a))/0x7)+parseInt(_0x19fb68(0x78))/0x8;if(_0x251978===_0x5149f5)break;else _0x583de6['push'](_0x583de6['shift']());}catch(_0x1b0282){_0x583de6['push'](_0x583de6['shift']());}}}(a88_0x5d8e,0xc70aa));const BaseModule=require(a88_0x53a0cd(0x88)),{createClassLogger}=require(a88_0x53a0cd(0x82)),AutomationFramework=require(a88_0x53a0cd(0x77)),AutomationFrameworkState=require(a88_0x53a0cd(0x75)),HookState=require(a88_0x53a0cd(0x81)),{playwrightAnnotate}=require(a88_0x53a0cd(0x85)),PerformanceTester=require(a88_0x53a0cd(0x76)),{O11y_EVENTS}=require('../../../helpers/performance/constants.js'),constants=require(a88_0x53a0cd(0x80));class ObservabilityModule extends BaseModule{[a88_0x53a0cd(0x73)]=createClassLogger(a88_0x53a0cd(0x74));constructor(_0x537724){const _0x439f44=a88_0x53a0cd,_0x31b7fd={};_0x31b7fd['eiOtV']=_0x439f44(0x74);const _0x122fb8=_0x31b7fd;super(),this[_0x439f44(0x7f)]=_0x122fb8[_0x439f44(0x7c)],this['observabilityConfig']=_0x537724,AutomationFramework[_0x439f44(0x92)](AutomationFrameworkState['CREATE'],HookState[_0x439f44(0x89)],this[_0x439f44(0x7a)]['bind'](this));}[a88_0x53a0cd(0x90)](){const _0x42d8b0=a88_0x53a0cd;return ObservabilityModule[_0x42d8b0(0x93)];}async[a88_0x53a0cd(0x7a)](_0xb60f0c){const _0x814469=a88_0x53a0cd,_0x7d97a0={'XPURA':function(_0x3e9ec8,_0x53f505){return _0x3e9ec8+_0x53f505;},'EUszp':'ObservabilitySync:','UBkLH':function(_0x223ae0,_0x458bf2,_0x183ab8,_0x1345fd){return _0x223ae0(_0x458bf2,_0x183ab8,_0x1345fd);},'mWpIl':_0x814469(0x72),'fdNTJ':_0x814469(0x91)};if(_0xb60f0c[_0x814469(0x7d)]){const _0x3a6612=_0xb60f0c['page'],_0x332099=Date[_0x814469(0x84)](),_0x191c34=_0x7d97a0[_0x814469(0x94)](_0x7d97a0[_0x814469(0x8f)],_0x332099);PerformanceTester['start'](O11y_EVENTS['SYNC']),await _0x7d97a0[_0x814469(0x8e)](playwrightAnnotate,_0x3a6612,_0x191c34,_0x7d97a0['mWpIl']),PerformanceTester[_0x814469(0x8c)](O11y_EVENTS['SYNC']),this[_0x814469(0x73)][_0x814469(0x79)](_0x814469(0x97)+constants[_0x814469(0x7b)]+_0x814469(0x95));}else this[_0x814469(0x73)][_0x814469(0x72)](_0x7d97a0[_0x814469(0x86)]);}}function a88_0x5d8e(){const _0x27c9fa=['\x20sync\x20done','1322477kmatIp','onBeforeTest:\x20','debug','logger','ObservabilityModule','../state/automationFrameworkState.js','../../../helpers/performance/performance-tester.js','../framework/automationFramework.js','5706856ZulTjz','info','onBeforeTest','TEST_REPORTING_ANALYTICS','eiOtV','page','991644tqNcMb','name','../../utils/constants.js','../state/hookState.js','../../../helpers/classLogger.js','3874182fjRAkM','now','../../../helpers/helper.js','fdNTJ','276yWnsDn','./baseModule','POST','189623YnKVDP','7282460kEBWrk','end','1182618vjWYEs','UBkLH','EUszp','getModuleName','onBeforeTest:\x20page\x20is\x20not\x20defined','registerObserver','MODULE_NAME','XPURA'];a88_0x5d8e=function(){return _0x27c9fa;};return a88_0x5d8e();}ObservabilityModule[a88_0x53a0cd(0x93)]=a88_0x53a0cd(0x74),module['exports']=ObservabilityModule;
1
+ function a88_0x22fe(_0x37a482,_0xa24b0a){const _0x1ef6e2=a88_0x1ef6();return a88_0x22fe=function(_0x22fed0,_0x52b71f){_0x22fed0=_0x22fed0-0x1b6;let _0x5ba9d5=_0x1ef6e2[_0x22fed0];return _0x5ba9d5;},a88_0x22fe(_0x37a482,_0xa24b0a);}const a88_0x458369=a88_0x22fe;(function(_0x5c5966,_0x272b08){const _0x2c92ae=a88_0x22fe,_0x155a55=_0x5c5966();while(!![]){try{const _0x17a93e=-parseInt(_0x2c92ae(0x1d2))/0x1*(parseInt(_0x2c92ae(0x1dc))/0x2)+-parseInt(_0x2c92ae(0x1ba))/0x3+parseInt(_0x2c92ae(0x1cc))/0x4*(-parseInt(_0x2c92ae(0x1d7))/0x5)+parseInt(_0x2c92ae(0x1d0))/0x6+parseInt(_0x2c92ae(0x1c2))/0x7*(-parseInt(_0x2c92ae(0x1ce))/0x8)+-parseInt(_0x2c92ae(0x1be))/0x9*(parseInt(_0x2c92ae(0x1c1))/0xa)+-parseInt(_0x2c92ae(0x1d1))/0xb*(-parseInt(_0x2c92ae(0x1c6))/0xc);if(_0x17a93e===_0x272b08)break;else _0x155a55['push'](_0x155a55['shift']());}catch(_0x341f90){_0x155a55['push'](_0x155a55['shift']());}}}(a88_0x1ef6,0x911db));const BaseModule=require(a88_0x458369(0x1bc)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a88_0x458369(0x1d4)),HookState=require(a88_0x458369(0x1de)),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require(a88_0x458369(0x1d3)),constants=require(a88_0x458369(0x1b6));class ObservabilityModule extends BaseModule{[a88_0x458369(0x1da)]=createClassLogger(a88_0x458369(0x1d8));constructor(_0x3ff7a8){const _0x3e4180=a88_0x458369,_0x3a7d86={};_0x3a7d86['WgpjS']=_0x3e4180(0x1d8);const _0x454f44=_0x3a7d86;super(),this['name']=_0x454f44[_0x3e4180(0x1ca)],this[_0x3e4180(0x1cf)]=_0x3ff7a8,AutomationFramework[_0x3e4180(0x1cd)](AutomationFrameworkState[_0x3e4180(0x1bf)],HookState[_0x3e4180(0x1c8)],this[_0x3e4180(0x1c7)][_0x3e4180(0x1b8)](this));}[a88_0x458369(0x1c4)](){const _0x2d434d=a88_0x458369;return ObservabilityModule[_0x2d434d(0x1bb)];}async['onBeforeTest'](_0x41933f){const _0x26a70a=a88_0x458369,_0x55ce16={'hQEja':function(_0x1886d0,_0x4f6df2){return _0x1886d0+_0x4f6df2;},'iZvLw':_0x26a70a(0x1c5),'aTewm':function(_0x29d53b,_0x3cf34b,_0xb58ae2,_0x11a89d){return _0x29d53b(_0x3cf34b,_0xb58ae2,_0x11a89d);},'wHjsO':'debug','ySTwR':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x41933f['page']){const _0x4ef492=_0x41933f[_0x26a70a(0x1cb)],_0x4e394c=Date[_0x26a70a(0x1c9)](),_0x22aee8=_0x55ce16[_0x26a70a(0x1b9)](_0x55ce16['iZvLw'],_0x4e394c);PerformanceTester['start'](O11y_EVENTS['SYNC']),await _0x55ce16[_0x26a70a(0x1d5)](playwrightAnnotate,_0x4ef492,_0x22aee8,_0x55ce16[_0x26a70a(0x1c3)]),PerformanceTester[_0x26a70a(0x1d9)](O11y_EVENTS[_0x26a70a(0x1d6)]),this[_0x26a70a(0x1da)][_0x26a70a(0x1dd)](_0x26a70a(0x1b7)+constants['TEST_REPORTING_ANALYTICS']+'\x20sync\x20done');}else this[_0x26a70a(0x1da)][_0x26a70a(0x1c0)](_0x55ce16[_0x26a70a(0x1db)]);}}function a88_0x1ef6(){const _0x135fa7=['aTewm','SYNC','566765LciViX','ObservabilityModule','end','logger','ySTwR','4JhnZPG','info','../state/hookState.js','../../utils/constants.js','onBeforeTest:\x20','bind','hQEja','1002402vXKUMI','MODULE_NAME','./baseModule','exports','9vIbiui','CREATE','debug','35930zkFlgP','57169DNgtcF','wHjsO','getModuleName','ObservabilitySync:','3179172iDUYIN','onBeforeTest','POST','now','WgpjS','page','4QdcwkM','registerObserver','152NAfPXx','observabilityConfig','6745086pVbaLl','11MehTbn','94232nuEFoa','../../../helpers/performance/constants.js','../state/automationFrameworkState.js'];a88_0x1ef6=function(){return _0x135fa7;};return a88_0x1ef6();}ObservabilityModule[a88_0x458369(0x1bb)]=a88_0x458369(0x1d8),module[a88_0x458369(0x1bd)]=ObservabilityModule;
@@ -1 +1 @@
1
- const a89_0x533293=a89_0xe15d;(function(_0x387a5f,_0x109feb){const _0x1e1cc7=a89_0xe15d,_0xf677f1=_0x387a5f();while(!![]){try{const _0x57ad92=parseInt(_0x1e1cc7(0xfa))/0x1+-parseInt(_0x1e1cc7(0xfb))/0x2+-parseInt(_0x1e1cc7(0x75))/0x3+parseInt(_0x1e1cc7(0xd9))/0x4+parseInt(_0x1e1cc7(0xb1))/0x5+-parseInt(_0x1e1cc7(0xa0))/0x6*(parseInt(_0x1e1cc7(0xfd))/0x7)+-parseInt(_0x1e1cc7(0xd1))/0x8*(-parseInt(_0x1e1cc7(0xcb))/0x9);if(_0x57ad92===_0x109feb)break;else _0xf677f1['push'](_0xf677f1['shift']());}catch(_0x18172e){_0xf677f1['push'](_0xf677f1['shift']());}}}(a89_0x39de,0x204fc));const util=require(a89_0x533293(0x6d)),BaseModule=require('./baseModule'),{createClassLogger}=require(a89_0x533293(0xdc)),{getFrameworkVersion}=require(a89_0x533293(0x11c)),helper=require(a89_0x533293(0x72)),{FRAMEWORKS}=require(a89_0x533293(0x109)),AutomationFramework=require(a89_0x533293(0x84)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a89_0x533293(0x73)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a89_0x533293(0x8d)),CLIUtils=require(a89_0x533293(0x12e)),BrowserstackCLI=require(a89_0x533293(0x68)),GrpcClient=require(a89_0x533293(0x8b)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),PerformanceEvents=require(a89_0x533293(0x97))[a89_0x533293(0xff)],TestInfo=require('../TestInfo.js'),{getPlaywrightProvider,getProductForSession}=require(a89_0x533293(0x8d)),LoadTestModule=require(a89_0x533293(0xbf)),TestFrameworkConstants=require(a89_0x533293(0xe6)),TestFrameworkState=require(a89_0x533293(0xb2)),JestUtils=require(a89_0x533293(0xba)),PlaywrightSessionDetails=require(a89_0x533293(0xc9));class PlaywrightDriverModule extends BaseModule{static [a89_0x533293(0x10f)]=a89_0x533293(0x116);static ['KEY_CONTEXT_OBJECT']=a89_0x533293(0xc2);static [a89_0x533293(0x108)]=a89_0x533293(0xa1);static [a89_0x533293(0x8c)]=a89_0x533293(0xd8);static [a89_0x533293(0xbd)]=a89_0x533293(0x10b);static [a89_0x533293(0x77)]=a89_0x533293(0x12c);static ['KEY_HUB_URL']='hubUrl';static [a89_0x533293(0xd4)]=a89_0x533293(0x115);static [a89_0x533293(0x6f)]=a89_0x533293(0xf8);['logger']=createClassLogger('PlaywrightDriverModule');constructor(_0x2c8b50=null){const _0x9fdf31=a89_0x533293,_0x32b722={};_0x32b722[_0x9fdf31(0x89)]=_0x9fdf31(0x111),_0x32b722[_0x9fdf31(0x8a)]='PlaywrightDriverModule';const _0x5e12e5=_0x32b722,_0x4222f9=_0x5e12e5[_0x9fdf31(0x89)][_0x9fdf31(0xa2)]('|');let _0x514022=0x0;while(!![]){switch(_0x4222f9[_0x514022++]){case'0':AutomationFramework[_0x9fdf31(0x66)](AutomationFrameworkState['EXECUTE'],HookState['POST'],this['onAfterTest'][_0x9fdf31(0x107)](this));continue;case'1':AutomationFramework[_0x9fdf31(0x66)](AutomationFrameworkState[_0x9fdf31(0x12f)],HookState[_0x9fdf31(0xb4)],this[_0x9fdf31(0x85)][_0x9fdf31(0x107)](this));continue;case'2':this['playwrightVersion']=null;continue;case'3':this['testRunId']=null;continue;case'4':super(_0x2c8b50);continue;case'5':this[_0x9fdf31(0xa3)]=[];continue;case'6':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x9fdf31(0x12f)],HookState[_0x9fdf31(0xc7)],this[_0x9fdf31(0x130)][_0x9fdf31(0x107)](this));continue;case'7':this[_0x9fdf31(0x110)]=new JestUtils();continue;case'8':this['name']=_0x5e12e5['yzZrd'];continue;case'9':AutomationFramework['registerObserver'](AutomationFrameworkState['PLAYWRIGHT_DISPATCH'],HookState[_0x9fdf31(0xc7)],this[_0x9fdf31(0x126)][_0x9fdf31(0x107)](this));continue;case'10':this[_0x9fdf31(0x80)]=null;continue;case'11':this['browserVersion']=null;continue;}break;}}['getModuleName'](){const _0x490c8e=a89_0x533293;return PlaywrightDriverModule[_0x490c8e(0xe0)];}async[a89_0x533293(0x85)](_0x2bdce4){const _0x379a62=a89_0x533293,_0xac23cd={};_0xac23cd[_0x379a62(0xd3)]=_0x379a62(0x102);const _0x9a4243=_0xac23cd;try{this[_0x379a62(0xf6)][_0x379a62(0x104)](_0x9a4243[_0x379a62(0xd3)]);const _0x5edfda=_0x2bdce4[_0x379a62(0xca)],_0x169928=_0x2bdce4[_0x379a62(0xb9)];AutomationFramework[_0x379a62(0xda)](_0x2bdce4[_0x379a62(0xf7)],PlaywrightDriverModule[_0x379a62(0x77)],_0x5edfda),AutomationFramework[_0x379a62(0xda)](_0x2bdce4['instance'],PlaywrightDriverModule[_0x379a62(0x83)],_0x169928);}catch(_0x160a62){this[_0x379a62(0xf6)]['error']('Error\x20in\x20onBeforeDriverCreate:\x20'+util['format'](_0x160a62));}}async[a89_0x533293(0x126)](_0x2f11a4){const _0xfb7832=a89_0x533293,_0x4fba31={};_0x4fba31[_0xfb7832(0x133)]=function(_0xf6310c,_0x312e3){return _0xf6310c||_0x312e3;};const _0x310d08=_0x4fba31;try{const _0x24583a=_0x2f11a4?.[_0xfb7832(0x9e)]&&_0x2f11a4?.['message']?.[_0xfb7832(0x11b)]&&_0x2f11a4?.[_0xfb7832(0x9e)]?.[_0xfb7832(0x11b)]?.[_0xfb7832(0xaa)],_0x4f71c6=_0x2f11a4?.[_0xfb7832(0x9e)]&&_0x2f11a4?.[_0xfb7832(0x9e)]?.[_0xfb7832(0x71)];if(_0x310d08[_0xfb7832(0x133)](_0x24583a,_0x4f71c6)){this['logger']['debug']('onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20'+util[_0xfb7832(0x7d)](_0x24583a)+_0xfb7832(0x91)+util[_0xfb7832(0x7d)](_0x4f71c6));const _0x10f31c=_0x2f11a4?.[_0xfb7832(0xf7)],_0x56edf1=global?.[_0xfb7832(0x99)]?.['workerInfo']?.[_0xfb7832(0x122)],_0x38f259=_0x24583a?.[_0xfb7832(0xd8)]||_0x4f71c6?.[_0xfb7832(0xd8)],_0x5636ab=_0x24583a?.[_0xfb7832(0x115)]||_0x4f71c6?.['platformDetails'];_0x38f259&&(this[_0xfb7832(0xf6)][_0xfb7832(0x104)]('onDispatchExecute:\x20Playwright\x20sessionId:\x20'+_0x38f259),AutomationFramework[_0xfb7832(0xda)](_0x10f31c,PlaywrightDriverModule[_0xfb7832(0x8c)],_0x38f259)),_0x56edf1&&(this[_0xfb7832(0xf6)]['debug'](_0xfb7832(0x118)+util['inspect'](_0x56edf1)),AutomationFramework[_0xfb7832(0xda)](_0x10f31c,PlaywrightDriverModule[_0xfb7832(0xbd)],_0x56edf1));}}catch(_0x222532){this[_0xfb7832(0xf6)][_0xfb7832(0xef)](_0xfb7832(0x12b)+util[_0xfb7832(0x9b)](_0x222532));}}async['onAfterDriverCreate'](_0x1f42c9){const _0x1fe111=a89_0x533293,_0x17508a={'XVCBz':_0x1fe111(0x124),'SNWxK':function(_0x5a681c,_0x290d8e){return _0x5a681c(_0x290d8e);},'NuYfQ':_0x1fe111(0xed),'MxvPm':_0x1fe111(0x93),'cEGpJ':_0x1fe111(0x113),'QQnvP':'onAfterDriverCreate:\x20Setting\x20browser\x20object','kQRTE':_0x1fe111(0x78),'QwqOV':function(_0x597660,_0x182884){return _0x597660===_0x182884;}};try{this['logger'][_0x1fe111(0x104)](_0x17508a['XVCBz']);const _0x4f5100=_0x1f42c9[_0x1fe111(0xf7)];this[_0x1fe111(0xeb)]=_0x17508a[_0x1fe111(0xcc)](getFrameworkVersion,FRAMEWORKS[_0x1fe111(0xb8)]);if(_0x1f42c9[_0x1fe111(0xa5)]){this[_0x1fe111(0xf6)][_0x1fe111(0x104)](_0x17508a[_0x1fe111(0x117)]),AutomationFramework['setState'](_0x4f5100,PlaywrightDriverModule[_0x1fe111(0x108)],_0x1f42c9[_0x1fe111(0xa5)]);if(_0x1f42c9['testInfo']){this['logger'][_0x1fe111(0x104)](_0x17508a[_0x1fe111(0x10c)]);const _0x47d2e1=this[_0x1fe111(0x127)](_0x1f42c9);AutomationFramework[_0x1fe111(0xda)](_0x4f5100,PlaywrightDriverModule[_0x1fe111(0x6f)],_0x47d2e1),await this[_0x1fe111(0xc0)](_0x1f42c9['testInfo']);}}_0x1f42c9['context']&&(this[_0x1fe111(0xf6)][_0x1fe111(0x104)](_0x17508a[_0x1fe111(0x101)]),AutomationFramework[_0x1fe111(0xda)](_0x4f5100,PlaywrightDriverModule['KEY_CONTEXT_OBJECT'],_0x1f42c9[_0x1fe111(0xe7)]));if(_0x1f42c9[_0x1fe111(0x67)]){this[_0x1fe111(0xf6)][_0x1fe111(0x104)](_0x17508a[_0x1fe111(0x7a)]);const _0xc2d38e=global?.[_0x1fe111(0x99)]?.[_0x1fe111(0xf3)]?.[_0x1fe111(0x122)];AutomationFramework[_0x1fe111(0xda)](_0x4f5100,PlaywrightDriverModule['KEY_BROWSER_OBJECT'],_0x1f42c9[_0x1fe111(0x67)]),AutomationFramework[_0x1fe111(0xda)](_0x4f5100,PlaywrightDriverModule[_0x1fe111(0xbd)],_0xc2d38e);const _0x25955a={};_0x25955a[_0x1fe111(0xf2)]=!![];const _0x4d18f4=Buffer[_0x1fe111(0xe9)](JSON[_0x1fe111(0xd0)](_0x25955a)[_0x1fe111(0x76)](_0x17508a[_0x1fe111(0x11e)])),_0x2c03d0=await GrpcClient[_0x1fe111(0xf5)]()[_0x1fe111(0x114)]({'platformIndex':_0xc2d38e,'ref':_0x4f5100[_0x1fe111(0x123)](),'userInputParams':_0x4d18f4});(helper[_0x1fe111(0xa6)](helper[_0x1fe111(0x131)]())||helper[_0x1fe111(0x7b)](helper[_0x1fe111(0x131)]()&&BrowserstackCLI[_0x1fe111(0xf5)]()[_0x1fe111(0xa4)]()[_0x1fe111(0xa3)]&&_0x17508a[_0x1fe111(0x82)](BrowserstackCLI['getInstance']()[_0x1fe111(0xa4)]()[_0x1fe111(0xa3)][_0x1fe111(0xbb)],0x0)))&&AutomationFramework['setState'](_0x4f5100,PlaywrightDriverModule[_0x1fe111(0x77)],PlaywrightSessionDetails[_0x1fe111(0x94)]());}}catch(_0x141c78){this[_0x1fe111(0xf6)][_0x1fe111(0xef)](_0x1fe111(0xdb)+util[_0x1fe111(0x9b)](_0x141c78));}}async['onAfterTest'](_0xb509a7){const _0x141858=a89_0x533293,_0x44b134={'UCPEu':_0x141858(0xa7),'xJdDJ':_0x141858(0xa8),'qXKLV':function(_0x12e142,_0x4ee7d3){return _0x12e142(_0x4ee7d3);},'nrumH':function(_0x28549b,_0x2f87ad){return _0x28549b(_0x2f87ad);},'gPrQX':function(_0xdcba6d,_0x2dde94,_0x588a31){return _0xdcba6d(_0x2dde94,_0x588a31);},'DnKgw':_0x141858(0xcf),'ZlZFM':_0x141858(0x9e),'NiuWN':function(_0x3bf556,_0x394b81){return _0x3bf556(_0x394b81);},'QYCqd':_0x141858(0xef),'Ipawb':function(_0x43eee6,_0x40d0ed,_0x36a165){return _0x43eee6(_0x40d0ed,_0x36a165);},'ghnik':_0x141858(0xc5),'bqPFq':function(_0x17bd2b,_0x512155){return _0x17bd2b>_0x512155;},'tqcms':function(_0x12911e,_0x2d7503){return _0x12911e||_0x2d7503;},'jCOaM':function(_0x29109f,_0x513e74){return _0x29109f===_0x513e74;},'zDDXP':function(_0x1a995c,_0x5ca27c){return _0x1a995c===_0x5ca27c;},'muDtD':function(_0x56f48c,_0x559f3c){return _0x56f48c+_0x559f3c;},'eRBiV':'testId:\x20','QkVon':function(_0x19c267,_0x12421d){return _0x19c267+_0x12421d;},'nWmwP':_0x141858(0x11f),'HtPzX':function(_0x4fae3a,_0x58435c){return _0x4fae3a(_0x58435c);},'groqT':_0x141858(0x119),'AnGBF':_0x141858(0x7f),'QiURC':function(_0x168d42){return _0x168d42();},'iFosQ':_0x141858(0x78),'Zvuui':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20'};this[_0x141858(0xf6)]['debug'](_0x44b134[_0x141858(0x7e)]);const _0x3525e7=_0xb509a7[_0x141858(0xf7)];if(!_0x3525e7){this['logger'][_0x141858(0x104)](_0x44b134['xJdDJ']);return;}const _0x4c7ae0=_0xb509a7[_0x141858(0xa9)],_0x42c710=this[_0x141858(0x127)](_0xb509a7),_0x329b39=_0x4c7ae0[_0x141858(0xbc)];let _0x2e1d4e;const _0x33b88b=_0x44b134[_0x141858(0xec)](getPlaywrightStatus,_0x329b39);let _0x1833b3,_0xfc4fb3=null;if(_0x4c7ae0[_0x141858(0xad)]||_0x4c7ae0['gherkinDocument'])_0x1833b3=_0x44b134[_0x141858(0x11d)](getCucumberSessionName,_0x4c7ae0),_0x2e1d4e=_0x44b134['gPrQX'](nestedKeyValue,_0x4c7ae0,[_0x44b134[_0x141858(0x86)],_0x44b134[_0x141858(0xcd)]]);else{_0x1833b3=_0x44b134[_0x141858(0xea)](getPlaywrightSessionName,_0x4c7ae0),_0x2e1d4e=_0x44b134[_0x141858(0xfe)](nestedKeyValue,_0x4c7ae0,[_0x44b134[_0x141858(0x103)],_0x44b134['ZlZFM']]);const _0x567707=_0x44b134[_0x141858(0x100)](nestedKeyValue,_0x4c7ae0,[_0x44b134['ghnik']]);_0x567707&&_0x44b134[_0x141858(0xbe)](_0x567707['length'],0x0)&&(_0xfc4fb3=_0x567707[0x0][_0x141858(0x9e)]),_0x2e1d4e=_0x44b134[_0x141858(0xe4)](_0x2e1d4e,_0xfc4fb3),this[_0x141858(0xf6)]['debug'](_0x141858(0xc6)+_0x33b88b+_0x141858(0x98)+_0x2e1d4e);}const _0x2904f4=_0x44b134[_0x141858(0xe4)](_0x2e1d4e,_0xfc4fb3);this[_0x141858(0xf6)][_0x141858(0x104)]('Automation\x20onAfterTest:\x20Test\x20status:\x20'+_0x33b88b);let _0x2d0ac8,_0x2658ea;if(this['testFrameworkData']&&_0x44b134[_0x141858(0x112)](this[_0x141858(0x92)][_0x141858(0xd2)],FRAMEWORKS[_0x141858(0x69)]))_0x2d0ac8=_0x42c710,_0x2658ea=TestInfo[_0x141858(0x88)](_0x2d0ac8);else this['testFrameworkData']&&_0x44b134['zDDXP'](this[_0x141858(0x92)]['name'],FRAMEWORKS[_0x141858(0x6c)])?(_0x2d0ac8=this[_0x141858(0x110)][_0x141858(0x12d)](_0x4c7ae0),this[_0x141858(0xf6)][_0x141858(0x104)]('Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20'+_0x2d0ac8)):(_0x2d0ac8=TestInfo['getTestIdentifierFromTestInfo'](_0x4c7ae0,_0x4c7ae0[_0x141858(0xc8)]),_0x2658ea=TestInfo[_0x141858(0x88)](_0x2d0ac8));const _0x265f64=TestInfo['getTestDetails'](_0x2d0ac8);this[_0x141858(0xf6)][_0x141858(0xc4)](_0x44b134['muDtD'](_0x44b134['eRBiV'],_0x42c710)),this[_0x141858(0xf6)][_0x141858(0xc4)](_0x44b134[_0x141858(0xd5)](_0x44b134[_0x141858(0xe8)],util[_0x141858(0x7d)](_0x265f64)));const _0x39a64c=AutomationFramework[_0x141858(0x6a)](_0x3525e7,PlaywrightDriverModule[_0x141858(0xbd)]),_0x4da874=_0x265f64?.[TestFrameworkConstants[_0x141858(0xf1)]]||this[_0x141858(0x92)]&&this[_0x141858(0x92)]['name'],_0x45e6c4=_0x265f64?.[TestFrameworkConstants[_0x141858(0x96)]]||this[_0x141858(0x92)]&&this[_0x141858(0x92)][_0x141858(0x90)],_0x27be09=TestFrameworkState['TEST'][_0x141858(0x76)]()['split']('.')[0x1],_0x37c6d0=HookState[_0x141858(0xc7)][_0x141858(0x76)]()['split']('.')[0x1],_0x4c2cdc=_0x3525e7[_0x141858(0xdf)](),_0x2475a4=AutomationFramework['getState'](_0x3525e7,PlaywrightDriverModule[_0x141858(0x83)],''),_0xdce11a={'provider':_0x44b134[_0x141858(0xf9)](getPlaywrightProvider,_0x2475a4),'frameworkName':_0x44b134[_0x141858(0x9f)],'frameworkVersion':_0x44b134[_0x141858(0x129)],'frameworkSessionId':LoadTestModule[_0x141858(0xb5)]()?LoadTestModule[_0x141858(0x11a)]():AutomationFramework[_0x141858(0x6a)](_0x3525e7,PlaywrightDriverModule[_0x141858(0x8c)],''),'ref':_0x3525e7[_0x141858(0x123)](),'hubUrl':_0x2475a4,'product':_0x44b134[_0x141858(0x6b)](getProductForSession)};let _0x56c0f8=AutomationFramework[_0x141858(0x6a)](_0x3525e7,PlaywrightDriverModule['KEY_CAPABILITIES'],{});_0x56c0f8&&_0x44b134[_0x141858(0xbe)](Object[_0x141858(0x128)](_0x56c0f8)['length'],0x0)?_0x56c0f8=Buffer[_0x141858(0xe9)](JSON[_0x141858(0xd0)](_0x56c0f8))[_0x141858(0x76)](_0x44b134[_0x141858(0x9a)]):_0x56c0f8=Buffer[_0x141858(0xe9)](JSON[_0x141858(0xd0)]({}))['toString'](_0x44b134['iFosQ']);const _0x16f887={'hash':_0x4c2cdc[_0x141858(0x6e)](),'threadId':_0x4c2cdc[_0x141858(0x121)]()['toString'](),'processId':_0x4c2cdc[_0x141858(0xf0)]()[_0x141858(0x76)]()},_0x38f577={};_0x38f577[_0x141858(0xc1)]=_0x2d0ac8;const _0x10dadb={};_0x10dadb['testUuid']=_0x2658ea;const _0x38052a={'platformIndex':_0x39a64c,'testFrameworkName':_0x4da874,'testFrameworkVersion':_0x45e6c4,'testFrameworkState':_0x27be09,'testHookState':_0x37c6d0,...this[_0x141858(0x92)]&&_0x44b134[_0x141858(0x12a)](this[_0x141858(0x92)][_0x141858(0xd2)],FRAMEWORKS[_0x141858(0x6c)])?_0x38f577:_0x10dadb,'automationSession':_0xdce11a,'capabilities':_0x56c0f8,'executionContext':_0x16f887};this[_0x141858(0xf6)][_0x141858(0x104)]('onAfterTest\x20CBTSession\x20payload:\x20'+util['format'](_0x38052a)),GrpcClient[_0x141858(0xf5)]()[_0x141858(0x10a)](_0x38052a),this[_0x141858(0xf6)][_0x141858(0x104)](_0x141858(0x74)+_0x42c710+(this[_0x141858(0x92)]&&_0x44b134[_0x141858(0x12a)](this[_0x141858(0x92)][_0x141858(0xd2)],FRAMEWORKS[_0x141858(0x6c)])?_0x141858(0xe2)+_0x2d0ac8:''));if(!_0x33b88b){this[_0x141858(0xf6)][_0x141858(0x104)](_0x44b134[_0x141858(0xb6)],_0x329b39[_0x141858(0xbc)]);return;}this[_0x141858(0xf6)][_0x141858(0x104)](_0x141858(0x134)+_0x42c710),_0x4c7ae0&&(this[_0x141858(0xf6)][_0x141858(0x104)](_0x141858(0xfc)+_0x1833b3),await this[_0x141858(0xc0)](_0x4c7ae0)),await this[_0x141858(0x10e)](_0x3525e7,_0x1833b3,_0x33b88b,_0x2904f4);}async[a89_0x533293(0x10e)](_0x47580c,_0x42a777,_0x585914,_0x66acf2){const _0x2a91e4=a89_0x533293,_0x6e2116={'PGxgA':'markSessionStatus:\x20Skipping\x20session\x20status\x20marking','SNkpi':_0x2a91e4(0x79),'iRKFc':_0x2a91e4(0xab),'bFwnz':_0x2a91e4(0x10d),'PMnAd':_0x2a91e4(0xe1),'NqqOp':_0x2a91e4(0x106),'WSSPn':_0x2a91e4(0xb0),'JdKKz':function(_0x2e5564,_0x3437d2){return _0x2e5564===_0x3437d2;},'WQQrN':_0x2a91e4(0x81),'FmJfk':_0x2a91e4(0xc4),'gNEjT':'error','xIoOv':function(_0x4c4fbc,_0x5619d,_0x47fd01,_0xc07edf){return _0x4c4fbc(_0x5619d,_0x47fd01,_0xc07edf);},'oDylT':_0x2a91e4(0xb7),'fUYkP':function(_0x185bdd,_0x35c9c6,_0x37b5ff){return _0x185bdd(_0x35c9c6,_0x37b5ff);}};if(CLIUtils[_0x2a91e4(0x125)](BrowserstackCLI['getInstance']()[_0x2a91e4(0xa4)]())){this['logger'][_0x2a91e4(0x104)](_0x6e2116['PGxgA']);return;}const _0x395517=_0x47580c;if(!_0x395517){this[_0x2a91e4(0xf6)][_0x2a91e4(0x104)](_0x6e2116['SNkpi']);return;}const _0x4a8cc6=AutomationFramework[_0x2a91e4(0x6a)](_0x395517,PlaywrightDriverModule[_0x2a91e4(0x108)]);if(!_0x4a8cc6){this[_0x2a91e4(0xf6)][_0x2a91e4(0x104)](_0x6e2116[_0x2a91e4(0xf4)]);return;}const _0x451ebc=_0x585914;if(!_0x451ebc){this['logger'][_0x2a91e4(0x104)](_0x6e2116[_0x2a91e4(0xee)],_0x451ebc);return;}const _0x38db4e={};_0x38db4e[_0x2a91e4(0xbc)]=_0x451ebc;const _0x1d0f1b={};_0x1d0f1b['action']=_0x6e2116[_0x2a91e4(0xac)],_0x1d0f1b[_0x2a91e4(0x8f)]=_0x38db4e;const _0x7f92e6=_0x1d0f1b;_0x66acf2&&(_0x7f92e6[_0x2a91e4(0x8f)][_0x6e2116[_0x2a91e4(0xe3)]]=_0x66acf2);const _0x3c3683=(_0x42a777?_0x42a777:_0x6e2116[_0x2a91e4(0xaf)])+'\x20'+_0x451ebc+'\x20'+(_0x66acf2?'with\x20'+_0x66acf2:''),_0x6cab7e=_0x6e2116[_0x2a91e4(0x95)](_0x451ebc,_0x6e2116[_0x2a91e4(0xde)])?_0x6e2116[_0x2a91e4(0xd6)]:_0x6e2116[_0x2a91e4(0xd7)];await _0x6e2116[_0x2a91e4(0xe5)](playwrightAnnotate,_0x4a8cc6,_0x3c3683,_0x6cab7e),_0x66acf2&&(_0x7f92e6[_0x2a91e4(0x8f)][_0x6e2116[_0x2a91e4(0xe3)]]=_0x66acf2),PerformanceTester[_0x2a91e4(0x105)](PerformanceEvents['SESSION_STATUS']),this[_0x2a91e4(0xf6)][_0x2a91e4(0x104)](_0x6e2116[_0x2a91e4(0x7c)]),await _0x6e2116['fUYkP'](playwrightBstackJsExecutor,_0x4a8cc6,_0x7f92e6),PerformanceTester[_0x2a91e4(0xc3)](PerformanceEvents[_0x2a91e4(0x87)]);}async[a89_0x533293(0xc0)](_0xf03ab){const _0x5b7b6f=a89_0x533293,_0x449dd9={'MeNqM':'markSessionName:\x20Skipping\x20session\x20name\x20marking','YLPnB':function(_0x3b00af,_0x3bd8bd){return _0x3b00af(_0x3bd8bd);},'uGmYO':_0x5b7b6f(0x70),'Iwbxv':function(_0x459900,_0x25cb28,_0x314985){return _0x459900(_0x25cb28,_0x314985);}};try{if(CLIUtils['shouldSkipSessionName'](BrowserstackCLI[_0x5b7b6f(0xf5)]()['getConfig']())){this[_0x5b7b6f(0xf6)][_0x5b7b6f(0x104)](_0x449dd9[_0x5b7b6f(0xae)]);return;}const _0x5bb4a3=AutomationFramework['getState'](AutomationFramework[_0x5b7b6f(0x120)](),PlaywrightDriverModule['KEY_PAGE_OBJECT']);let _0xa9f61d;_0xf03ab[_0x5b7b6f(0xad)]||_0xf03ab['gherkinDocument']?_0xa9f61d=_0x449dd9[_0x5b7b6f(0xdd)](getCucumberSessionName,_0xf03ab):_0xa9f61d=_0x449dd9[_0x5b7b6f(0xdd)](getPlaywrightSessionName,_0xf03ab);const _0x9c78bd={};_0x9c78bd[_0x5b7b6f(0xd2)]=_0xa9f61d;const _0x1d844a={};_0x1d844a[_0x5b7b6f(0x9c)]=_0x449dd9[_0x5b7b6f(0x132)],_0x1d844a[_0x5b7b6f(0x8f)]=_0x9c78bd;const _0x44e062=_0x1d844a;PerformanceTester[_0x5b7b6f(0x105)](PerformanceEvents[_0x5b7b6f(0x9d)]),await _0x449dd9['Iwbxv'](playwrightBstackJsExecutor,_0x5bb4a3,_0x44e062),PerformanceTester[_0x5b7b6f(0xc3)](PerformanceEvents[_0x5b7b6f(0x9d)]);}catch(_0x45e11f){PerformanceTester[_0x5b7b6f(0xc3)](PerformanceEvents[_0x5b7b6f(0x9d)],![],util[_0x5b7b6f(0x9b)](_0x45e11f)),this[_0x5b7b6f(0xf6)][_0x5b7b6f(0xef)](_0x5b7b6f(0x8e)+util['format'](_0x45e11f));}}}PlaywrightDriverModule[a89_0x533293(0xe0)]=a89_0x533293(0xce),module[a89_0x533293(0xb3)]=PlaywrightDriverModule;function a89_0xe15d(_0x3ceedb,_0x166908){const _0x39de05=a89_0x39de();return a89_0xe15d=function(_0xe15dfe,_0x508225){_0xe15dfe=_0xe15dfe-0x66;let _0x3bccee=_0x39de05[_0xe15dfe];return _0x3bccee;},a89_0xe15d(_0x3ceedb,_0x166908);}function a89_0x39de(){const _0x26292b=['bStackParams','../../../helpers/helper','../state/hookState.js','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','632706BFaPSZ','toString','KEY_CAPABILITIES','base64','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','QQnvP','isTrue','oDylT','inspect','UCPEu','1.51.0','browserName','passed','QwqOV','KEY_HUB_URL','../framework/automationFramework.js','onBeforeDriverCreate','DnKgw','SESSION_STATUS','getTestUUID','bmjlh','yzZrd','../grpcClient.js','KEY_SESSION_ID','../../../helpers/helper.js','Error\x20in\x20markSessionName:\x20','arguments','version','\x20||\x20','testFrameworkData','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','getDetails','JdKKz','KEY_TEST_FRAMEWORK_VERSION','../../../helpers/performance/constants.js','\x20failure\x20reason:\x20','__workerDetails','iFosQ','format','action','SESSION_NAME','message','groqT','96oyyJCw','pageObject','split','platforms','getConfig','page','isFalse','Automation\x20onAfterTest:\x20Test\x20completed','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','testInfo','bsParams','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','PMnAd','pickle','MeNqM','WSSPn','Session','294145aoGxWt','../state/testFrameworkState','exports','PRE','isLTSSession','Zvuui','markSessionStatus:\x20Marking\x20session\x20status','PLAYWRIGHT','hubUrl','../utils/jest-utils.js','length','status','KEY_PLATFORM_INDEX','bqPFq','./loadTestModule.js','markSessionName','test_identifier','contextObject','end','info','errors','Automation\x20onAfterTest:\x20Test\x20status:\x20','POST','retry','../../playwright/sessionDetails','launchcaps','9279nbzmVC','SNWxK','ZlZFM','PlaywrightDriverModule','result','stringify','8EUQQkn','name','LwDlE','KEY_PLATFORM_DETAILS','QkVon','FmJfk','gNEjT','sessionId','834004wWxgQO','setState','Error\x20in\x20onAfterDriverCreate:\x20','../../../helpers/classLogger.js','YLPnB','WQQrN','getContext','MODULE_NAME','setSessionStatus',',\x20test_identifier:\x20','NqqOp','tqcms','xIoOv','../framework/constants/testFrameworkConstants.js','context','nWmwP','from','NiuWN','playwrightVersion','qXKLV','onAfterDriverCreate:\x20Setting\x20page\x20object','bFwnz','error','getProcessId','KEY_TEST_FRAMEWORK_NAME','isPlaywright','workerInfo','iRKFc','getInstance','logger','instance','testId','HtPzX','240394FhKRCU','175266bAnhJv','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','34069oiNxOU','gPrQX','AUTOMATE_EVENTS','Ipawb','cEGpJ','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','QYCqd','debug','start','reason','bind','KEY_PAGE_OBJECT','../../utils/constants','testSessionEvent','platformIndex','MxvPm','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','markSessionStatus','KEY_BROWSER_OBJECT','jestUtils','4|8|2|10|11|5|3|7|1|6|9|0','jCOaM','onAfterDriverCreate:\x20Setting\x20context\x20object','driverInit','platformDetails','browserObject','NuYfQ','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','Playwright','getLTSSessionId','params','../../../helpers/test-observability/utils','nrumH','kQRTE','testData\x20from\x20onAfterTest:\x20','getTrackedInstance','getThreadId','parallelIndex','getRef','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','shouldSkipSessionStatus','onPlaywrightDispatch','getTestId','keys','AnGBF','zDDXP','Error\x20in\x20onDispatchExecute:\x20','capabilities','recreateIdentifierFromTestInfo','../cliUtils.js','CREATE','onAfterDriverCreate','isBrowserstackInfra','uGmYO','hzoET','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','registerObserver','browser','../browserstackCLI.js','CUCUMBER','getState','QiURC','JEST','util','getId','KEY_TEST_ID','setSessionName'];a89_0x39de=function(){return _0x26292b;};return a89_0x39de();}
1
+ function a89_0x5618(_0x541947,_0x40c563){const _0x530828=a89_0x5308();return a89_0x5618=function(_0x561817,_0x191f35){_0x561817=_0x561817-0x64;let _0x3f7711=_0x530828[_0x561817];return _0x3f7711;},a89_0x5618(_0x541947,_0x40c563);}const a89_0x3de060=a89_0x5618;function a89_0x5308(){const _0x1e3275=['launchcaps','getConfig','setSessionStatus','context','NaSdo','7PsFWer','AUTOMATE_EVENTS','RRGWG','setState','base64','sWRPn','isTrue','KEY_TEST_FRAMEWORK_NAME','LBGsG','psGxJ','browserName','testFrameworkData','5FSjCBq','page','wsufN','FhhJp','EEgFI','onAfterTest\x20CBTSession\x20payload:\x20','Automation\x20onAfterTest:\x20Test\x20status:\x20','instance','onBeforeDriverCreate','status','testSessionEvent','passed','../../utils/constants','parallelIndex','Error\x20in\x20onDispatchExecute:\x20','nDpfk','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','prWcl','browser','SESSION_STATUS','xGKPb','EXECUTE','getId','name','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','jZxOK','version','FnLiX','pGFqy','getThreadId','BbQIC','WLtwK','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','platformDetails','isFalse','getTestId','3034326HhqAWo','SiiOq','markSessionName','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','testInfo','1165832cnpZVp','contextObject','../../../helpers/test-observability/utils','4542qxnZBD','inspect','getContext','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','ryrlO','platforms','POST','driverInit','testUuid','result','hubUrl','deuTD','error','../state/testFrameworkState','759AaIyoQ','PLAYWRIGHT','3686488mAwAVK','getLTSSessionId','markSessionName:\x20Skipping\x20session\x20name\x20marking','KEY_PAGE_OBJECT','873kQbvxJ','lYfyI','onAfterDriverCreate','xetiO',',\x20test_identifier:\x20','\x20||\x20','getProcessId','getTestDetails','getInstance','../../../helpers/helper.js','toString','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','testData\x20from\x20onAfterTest:\x20','onAfterDriverCreate:\x20Setting\x20browser\x20object','SESSION_NAME','sessionId','markSessionStatus:\x20Marking\x20session\x20status','cVjVG','onAfterDriverCreate:\x20Setting\x20page\x20object','../../../helpers/classLogger.js','isBrowserstackInfra','gherkinDocument','Rfffy','Automation\x20onAfterTest:\x20Test\x20completed','KEY_PLATFORM_INDEX','bStackParams','PYhde','from','__workerDetails','./baseModule','onAfterDriverCreate:\x20Setting\x20context\x20object','KEY_BROWSER_OBJECT','recreateIdentifierFromTestInfo','shouldSkipSessionName','getTrackedInstance','length','orBcU','thVCg','eHJbC','DzkTl','../framework/automationFramework.js','getTestUUID','getDetails','../../../helpers/performance/constants.js','action','JLbJm','format','CusRz','util','setSessionName','WKKBG','pickle','split','136776OtVhCG','PLAYWRIGHT_DISPATCH','message','7MbbJbe','debug','getState','jestUtils','djUcF','browserVersion','KEY_CONTEXT_OBJECT','../grpcClient.js','stringify','../TestInfo.js','getRef','Agtzr','pageObject','uVTjH','1408866JZXHEZ','../framework/constants/testFrameworkConstants.js','../state/automationFrameworkState.js','KEY_SESSION_ID','dMNjW','mcrlS','../cliUtils.js','../browserstackCLI.js','KEY_CAPABILITIES','arguments','workerInfo','LZTKq','test_identifier','onAfterTest','Session','with\x20','KEY_HUB_URL','SbjnO','bind','8|2|0|11|7|1|4|5|9|6|10|3','retry','browserObject','../../playwright/sessionDetails','markSessionStatus','Bhenh','YALCU','vvKnU','logger','KEY_TEST_ID','onPlaywrightDispatch','../../../helpers/helper','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','playwrightVersion','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','../../../helpers/performance/performance-tester.js','29230SnzrAV','start','end','Error\x20in\x20markSessionName:\x20','JEST','exports','keys','CREATE','getModuleName','getTestIdentifierFromTestInfo','PlaywrightDriverModule','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','../utils/jest-utils.js','FfiiK','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','registerObserver','params','info','testId:\x20'];a89_0x5308=function(){return _0x1e3275;};return a89_0x5308();}(function(_0x43ea80,_0x2b8c11){const _0x4d489d=a89_0x5618,_0xd502fb=_0x43ea80();while(!![]){try{const _0x2a8b25=-parseInt(_0x4d489d(0x11c))/0x1*(parseInt(_0x4d489d(0x86))/0x2)+parseInt(_0x4d489d(0xe0))/0x3+parseInt(_0x4d489d(0x83))/0x4*(-parseInt(_0x4d489d(0x128))/0x5)+-parseInt(_0x4d489d(0x7e))/0x6+-parseInt(_0x4d489d(0xd2))/0x7*(parseInt(_0x4d489d(0x96))/0x8)+parseInt(_0x4d489d(0x9a))/0x9*(parseInt(_0x4d489d(0x103))/0xa)+-parseInt(_0x4d489d(0x94))/0xb*(-parseInt(_0x4d489d(0xcf))/0xc);if(_0x2a8b25===_0x2b8c11)break;else _0xd502fb['push'](_0xd502fb['shift']());}catch(_0xc224c){_0xd502fb['push'](_0xd502fb['shift']());}}}(a89_0x5308,0x40e00));const util=require(a89_0x3de060(0xca)),BaseModule=require(a89_0x3de060(0xb7)),{createClassLogger}=require(a89_0x3de060(0xad)),{getFrameworkVersion}=require(a89_0x3de060(0x85)),helper=require(a89_0x3de060(0xfe)),{FRAMEWORKS}=require(a89_0x3de060(0x66)),AutomationFramework=require(a89_0x3de060(0xc2)),AutomationFrameworkState=require(a89_0x3de060(0xe2)),HookState=require('../state/hookState.js'),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a89_0x3de060(0xa3)),CLIUtils=require(a89_0x3de060(0xe6)),BrowserstackCLI=require(a89_0x3de060(0xe7)),GrpcClient=require(a89_0x3de060(0xd9)),PerformanceTester=require(a89_0x3de060(0x102)),PerformanceEvents=require(a89_0x3de060(0xc5))[a89_0x3de060(0x11d)],TestInfo=require(a89_0x3de060(0xdb)),{getPlaywrightProvider,getProductForSession}=require(a89_0x3de060(0xa3)),LoadTestModule=require('./loadTestModule.js'),TestFrameworkConstants=require(a89_0x3de060(0xe1)),TestFrameworkState=require(a89_0x3de060(0x93)),JestUtils=require(a89_0x3de060(0x10f)),PlaywrightSessionDetails=require(a89_0x3de060(0xf6));class PlaywrightDriverModule extends BaseModule{static [a89_0x3de060(0xb9)]=a89_0x3de060(0xf5);static [a89_0x3de060(0xd8)]=a89_0x3de060(0x84);static [a89_0x3de060(0x99)]=a89_0x3de060(0xde);static [a89_0x3de060(0xe3)]='sessionId';static [a89_0x3de060(0xb2)]='platformIndex';static [a89_0x3de060(0xe8)]='capabilities';static [a89_0x3de060(0xf0)]=a89_0x3de060(0x90);static ['KEY_PLATFORM_DETAILS']=a89_0x3de060(0x7b);static [a89_0x3de060(0xfc)]='testId';['logger']=createClassLogger(a89_0x3de060(0x10d));constructor(_0xccacd3=null){const _0x1c0831=a89_0x3de060,_0x544085={};_0x544085[_0x1c0831(0x12a)]=_0x1c0831(0xf3),_0x544085['dMNjW']='PlaywrightDriverModule';const _0x4e7aac=_0x544085,_0x485ba0=_0x4e7aac[_0x1c0831(0x12a)][_0x1c0831(0xce)]('|');let _0x76c7f=0x0;while(!![]){switch(_0x485ba0[_0x76c7f++]){case'0':this[_0x1c0831(0x100)]=null;continue;case'1':this['platforms']=[];continue;case'2':this[_0x1c0831(0x71)]=_0x4e7aac[_0x1c0831(0xe4)];continue;case'3':AutomationFramework[_0x1c0831(0x113)](AutomationFrameworkState[_0x1c0831(0x6f)],HookState['POST'],this[_0x1c0831(0xed)][_0x1c0831(0xf2)](this));continue;case'4':this['testRunId']=null;continue;case'5':this['jestUtils']=new JestUtils();continue;case'6':AutomationFramework[_0x1c0831(0x113)](AutomationFrameworkState['CREATE'],HookState[_0x1c0831(0x8c)],this[_0x1c0831(0x9c)][_0x1c0831(0xf2)](this));continue;case'7':this[_0x1c0831(0xd7)]=null;continue;case'8':super(_0xccacd3);continue;case'9':AutomationFramework[_0x1c0831(0x113)](AutomationFrameworkState[_0x1c0831(0x10a)],HookState['PRE'],this[_0x1c0831(0x130)][_0x1c0831(0xf2)](this));continue;case'10':AutomationFramework[_0x1c0831(0x113)](AutomationFrameworkState[_0x1c0831(0xd0)],HookState[_0x1c0831(0x8c)],this[_0x1c0831(0xfd)][_0x1c0831(0xf2)](this));continue;case'11':this[_0x1c0831(0x126)]=null;continue;}break;}}[a89_0x3de060(0x10b)](){return PlaywrightDriverModule['MODULE_NAME'];}async['onBeforeDriverCreate'](_0x7e4f8e){const _0x2cf3d9=a89_0x3de060,_0x223b1={};_0x223b1[_0x2cf3d9(0xab)]=_0x2cf3d9(0x101);const _0x2e7d36=_0x223b1;try{this[_0x2cf3d9(0xfb)][_0x2cf3d9(0xd3)](_0x2e7d36[_0x2cf3d9(0xab)]);const _0x2b0dbf=_0x7e4f8e[_0x2cf3d9(0x117)],_0x7cf798=_0x7e4f8e[_0x2cf3d9(0x90)];AutomationFramework[_0x2cf3d9(0x11f)](_0x7e4f8e[_0x2cf3d9(0x12f)],PlaywrightDriverModule[_0x2cf3d9(0xe8)],_0x2b0dbf),AutomationFramework[_0x2cf3d9(0x11f)](_0x7e4f8e[_0x2cf3d9(0x12f)],PlaywrightDriverModule[_0x2cf3d9(0xf0)],_0x7cf798);}catch(_0x16da1f){this[_0x2cf3d9(0xfb)][_0x2cf3d9(0x92)]('Error\x20in\x20onBeforeDriverCreate:\x20'+util[_0x2cf3d9(0xc8)](_0x16da1f));}}async[a89_0x3de060(0xfd)](_0x1c412f){const _0x11c599=a89_0x3de060,_0x5110c5={};_0x5110c5['MCxRK']=function(_0x5f205a,_0xf13e89){return _0x5f205a||_0xf13e89;};const _0x577f65=_0x5110c5;try{const _0x43be5f=_0x1c412f?.[_0x11c599(0xd1)]&&_0x1c412f?.[_0x11c599(0xd1)]?.['params']&&_0x1c412f?.['message']?.[_0x11c599(0x114)]?.['bsParams'],_0x29f5e2=_0x1c412f?.[_0x11c599(0xd1)]&&_0x1c412f?.[_0x11c599(0xd1)]?.[_0x11c599(0xb3)];if(_0x577f65['MCxRK'](_0x43be5f,_0x29f5e2)){this[_0x11c599(0xfb)][_0x11c599(0xd3)](_0x11c599(0x72)+util[_0x11c599(0x87)](_0x43be5f)+_0x11c599(0x9f)+util[_0x11c599(0x87)](_0x29f5e2));const _0x5d8785=_0x1c412f?.['instance'],_0x163eea=global?.[_0x11c599(0xb6)]?.[_0x11c599(0xea)]?.[_0x11c599(0x67)],_0x16beb8=_0x43be5f?.[_0x11c599(0xa9)]||_0x29f5e2?.['sessionId'],_0x29e1fd=_0x43be5f?.[_0x11c599(0x7b)]||_0x29f5e2?.['platformDetails'];_0x16beb8&&(this[_0x11c599(0xfb)][_0x11c599(0xd3)]('onDispatchExecute:\x20Playwright\x20sessionId:\x20'+_0x16beb8),AutomationFramework[_0x11c599(0x11f)](_0x5d8785,PlaywrightDriverModule['KEY_SESSION_ID'],_0x16beb8)),_0x163eea&&(this[_0x11c599(0xfb)][_0x11c599(0xd3)]('onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20'+util[_0x11c599(0x87)](_0x163eea)),AutomationFramework[_0x11c599(0x11f)](_0x5d8785,PlaywrightDriverModule['KEY_PLATFORM_INDEX'],_0x163eea));}}catch(_0x1ffc49){this[_0x11c599(0xfb)][_0x11c599(0x92)](_0x11c599(0x68)+util[_0x11c599(0xc8)](_0x1ffc49));}}async[a89_0x3de060(0x9c)](_0x2a9384){const _0x23d00b=a89_0x3de060,_0x3b75af={'psGxJ':_0x23d00b(0x10e),'LZTKq':function(_0x419cb0,_0x1236f6){return _0x419cb0(_0x1236f6);},'pGFqy':_0x23d00b(0xac),'deuTD':_0x23d00b(0x6a),'LBGsG':_0x23d00b(0xb8),'xetiO':_0x23d00b(0xa7),'zENjp':_0x23d00b(0x120),'aoPbR':function(_0x5dd6d3,_0x558e93){return _0x5dd6d3===_0x558e93;}};try{this['logger'][_0x23d00b(0xd3)](_0x3b75af[_0x23d00b(0x125)]);const _0x3322aa=_0x2a9384[_0x23d00b(0x12f)];this[_0x23d00b(0x100)]=_0x3b75af[_0x23d00b(0xeb)](getFrameworkVersion,FRAMEWORKS[_0x23d00b(0x95)]);if(_0x2a9384[_0x23d00b(0x129)]){this['logger']['debug'](_0x3b75af[_0x23d00b(0x76)]),AutomationFramework[_0x23d00b(0x11f)](_0x3322aa,PlaywrightDriverModule[_0x23d00b(0x99)],_0x2a9384[_0x23d00b(0x129)]);if(_0x2a9384[_0x23d00b(0x82)]){this[_0x23d00b(0xfb)][_0x23d00b(0xd3)](_0x3b75af[_0x23d00b(0x91)]);const _0x29d90c=this[_0x23d00b(0x7d)](_0x2a9384);AutomationFramework['setState'](_0x3322aa,PlaywrightDriverModule[_0x23d00b(0xfc)],_0x29d90c),await this['markSessionName'](_0x2a9384[_0x23d00b(0x82)]);}}_0x2a9384[_0x23d00b(0x11a)]&&(this[_0x23d00b(0xfb)]['debug'](_0x3b75af[_0x23d00b(0x124)]),AutomationFramework[_0x23d00b(0x11f)](_0x3322aa,PlaywrightDriverModule[_0x23d00b(0xd8)],_0x2a9384[_0x23d00b(0x11a)]));if(_0x2a9384[_0x23d00b(0x6c)]){this['logger'][_0x23d00b(0xd3)](_0x3b75af[_0x23d00b(0x9d)]);const _0x1aae04=global?.['__workerDetails']?.[_0x23d00b(0xea)]?.[_0x23d00b(0x67)];AutomationFramework[_0x23d00b(0x11f)](_0x3322aa,PlaywrightDriverModule[_0x23d00b(0xb9)],_0x2a9384[_0x23d00b(0x6c)]),AutomationFramework[_0x23d00b(0x11f)](_0x3322aa,PlaywrightDriverModule['KEY_PLATFORM_INDEX'],_0x1aae04);const _0x4b2ee6={};_0x4b2ee6['isPlaywright']=!![];const _0x508cf5=Buffer['from'](JSON[_0x23d00b(0xda)](_0x4b2ee6)[_0x23d00b(0xa4)](_0x3b75af['zENjp'])),_0x5604c2=await GrpcClient[_0x23d00b(0xa2)]()[_0x23d00b(0x8d)]({'platformIndex':_0x1aae04,'ref':_0x3322aa['getRef'](),'userInputParams':_0x508cf5});(helper[_0x23d00b(0x7c)](helper[_0x23d00b(0xae)]())||helper[_0x23d00b(0x122)](helper['isBrowserstackInfra']()&&BrowserstackCLI[_0x23d00b(0xa2)]()['getConfig']()['platforms']&&_0x3b75af['aoPbR'](BrowserstackCLI[_0x23d00b(0xa2)]()[_0x23d00b(0x118)]()[_0x23d00b(0x8b)][_0x23d00b(0xbd)],0x0)))&&AutomationFramework[_0x23d00b(0x11f)](_0x3322aa,PlaywrightDriverModule['KEY_CAPABILITIES'],PlaywrightSessionDetails[_0x23d00b(0xc4)]());}}catch(_0x1cb202){this[_0x23d00b(0xfb)][_0x23d00b(0x92)]('Error\x20in\x20onAfterDriverCreate:\x20'+util[_0x23d00b(0xc8)](_0x1cb202));}}async[a89_0x3de060(0xed)](_0x3f5c61){const _0x1c515e=a89_0x3de060,_0x200f1f={'djUcF':_0x1c515e(0xb1),'YALCU':'Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','uVTjH':function(_0x1eebc7,_0x10c86a){return _0x1eebc7(_0x10c86a);},'NaSdo':function(_0x1936e1,_0x50b46e){return _0x1936e1(_0x50b46e);},'EQQHT':function(_0xb6ce3d,_0x483928,_0x427792){return _0xb6ce3d(_0x483928,_0x427792);},'nDpfk':_0x1c515e(0x8f),'EEgFI':_0x1c515e(0xd1),'ejRFh':function(_0x3082ba,_0x424f52,_0x2aba91){return _0x3082ba(_0x424f52,_0x2aba91);},'Agtzr':_0x1c515e(0x92),'Bhenh':function(_0x21e6ce,_0x1a6cec,_0x28835d){return _0x21e6ce(_0x1a6cec,_0x28835d);},'HocsT':'errors','ppZaF':function(_0x463cec,_0x5d2adc){return _0x463cec>_0x5d2adc;},'xGKPb':function(_0x5f2af3,_0x187656){return _0x5f2af3||_0x187656;},'Lmqup':function(_0x2e9f1c,_0x58d40e){return _0x2e9f1c||_0x58d40e;},'Rfffy':function(_0xb90bbb,_0x329c6b){return _0xb90bbb===_0x329c6b;},'WsQCJ':function(_0x4c10e4,_0x4a7c19){return _0x4c10e4===_0x4a7c19;},'BbQIC':function(_0x1255fa,_0x4e5300){return _0x1255fa+_0x4e5300;},'RRGWG':_0x1c515e(0x116),'thVCg':_0x1c515e(0xa6),'VwMZS':function(_0x3342be,_0x459a9e){return _0x3342be(_0x459a9e);},'sWRPn':'Playwright','CusRz':'1.51.0','ryrlO':function(_0x4fac74){return _0x4fac74();},'FnLiX':function(_0xaa02f2,_0x39ad3){return _0xaa02f2>_0x39ad3;},'FhhJp':_0x1c515e(0x120),'vvKnU':_0x1c515e(0xa5)};this['logger'][_0x1c515e(0xd3)](_0x200f1f[_0x1c515e(0xd6)]);const _0x9177cb=_0x3f5c61[_0x1c515e(0x12f)];if(!_0x9177cb){this['logger'][_0x1c515e(0xd3)](_0x200f1f[_0x1c515e(0xf9)]);return;}const _0xb06d1c=_0x3f5c61[_0x1c515e(0x82)],_0xd1b168=this[_0x1c515e(0x7d)](_0x3f5c61),_0xfd8cbf=_0xb06d1c[_0x1c515e(0x131)];let _0x4b455a;const _0x2be893=_0x200f1f[_0x1c515e(0xdf)](getPlaywrightStatus,_0xfd8cbf);let _0x5ad865,_0xf40386=null;if(_0xb06d1c[_0x1c515e(0xcd)]||_0xb06d1c[_0x1c515e(0xaf)])_0x5ad865=_0x200f1f[_0x1c515e(0x11b)](getCucumberSessionName,_0xb06d1c),_0x4b455a=_0x200f1f['EQQHT'](nestedKeyValue,_0xb06d1c,[_0x200f1f[_0x1c515e(0x69)],_0x200f1f[_0x1c515e(0x12c)]]);else{_0x5ad865=_0x200f1f[_0x1c515e(0x11b)](getPlaywrightSessionName,_0xb06d1c),_0x4b455a=_0x200f1f['ejRFh'](nestedKeyValue,_0xb06d1c,[_0x200f1f[_0x1c515e(0xdd)],_0x200f1f[_0x1c515e(0x12c)]]);const _0x4b5e7f=_0x200f1f[_0x1c515e(0xf8)](nestedKeyValue,_0xb06d1c,[_0x200f1f['HocsT']]);_0x4b5e7f&&_0x200f1f['ppZaF'](_0x4b5e7f[_0x1c515e(0xbd)],0x0)&&(_0xf40386=_0x4b5e7f[0x0][_0x1c515e(0xd1)]),_0x4b455a=_0x200f1f[_0x1c515e(0x6e)](_0x4b455a,_0xf40386),this[_0x1c515e(0xfb)][_0x1c515e(0xd3)](_0x1c515e(0x12e)+_0x2be893+'\x20failure\x20reason:\x20'+_0x4b455a);}const _0x1a17e2=_0x200f1f['Lmqup'](_0x4b455a,_0xf40386);this[_0x1c515e(0xfb)][_0x1c515e(0xd3)](_0x1c515e(0x12e)+_0x2be893);let _0x12ec38,_0x172012;if(this['testFrameworkData']&&_0x200f1f[_0x1c515e(0xb0)](this[_0x1c515e(0x127)][_0x1c515e(0x71)],FRAMEWORKS['CUCUMBER']))_0x12ec38=_0xd1b168,_0x172012=TestInfo['getTestUUID'](_0x12ec38);else this[_0x1c515e(0x127)]&&_0x200f1f['WsQCJ'](this['testFrameworkData'][_0x1c515e(0x71)],FRAMEWORKS['JEST'])?(_0x12ec38=this[_0x1c515e(0xd5)][_0x1c515e(0xba)](_0xb06d1c),this[_0x1c515e(0xfb)][_0x1c515e(0xd3)](_0x1c515e(0x81)+_0x12ec38)):(_0x12ec38=TestInfo[_0x1c515e(0x10c)](_0xb06d1c,_0xb06d1c[_0x1c515e(0xf4)]),_0x172012=TestInfo[_0x1c515e(0xc3)](_0x12ec38));const _0x4604cb=TestInfo[_0x1c515e(0xa1)](_0x12ec38);this[_0x1c515e(0xfb)][_0x1c515e(0x115)](_0x200f1f['BbQIC'](_0x200f1f[_0x1c515e(0x11e)],_0xd1b168)),this['logger'][_0x1c515e(0x115)](_0x200f1f[_0x1c515e(0x78)](_0x200f1f[_0x1c515e(0xbf)],util[_0x1c515e(0x87)](_0x4604cb)));const _0x5b2e0d=AutomationFramework['getState'](_0x9177cb,PlaywrightDriverModule[_0x1c515e(0xb2)]),_0x126d3c=_0x4604cb?.[TestFrameworkConstants[_0x1c515e(0x123)]]||this[_0x1c515e(0x127)]&&this[_0x1c515e(0x127)][_0x1c515e(0x71)],_0x37d219=_0x4604cb?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]||this[_0x1c515e(0x127)]&&this[_0x1c515e(0x127)][_0x1c515e(0x74)],_0x1ed6e3=TestFrameworkState['TEST'][_0x1c515e(0xa4)]()['split']('.')[0x1],_0x182abc=HookState[_0x1c515e(0x8c)][_0x1c515e(0xa4)]()[_0x1c515e(0xce)]('.')[0x1],_0x1942c2=_0x9177cb[_0x1c515e(0x88)](),_0x141754=AutomationFramework[_0x1c515e(0xd4)](_0x9177cb,PlaywrightDriverModule[_0x1c515e(0xf0)],''),_0x531bb9={'provider':_0x200f1f['VwMZS'](getPlaywrightProvider,_0x141754),'frameworkName':_0x200f1f[_0x1c515e(0x121)],'frameworkVersion':_0x200f1f[_0x1c515e(0xc9)],'frameworkSessionId':LoadTestModule['isLTSSession']()?LoadTestModule[_0x1c515e(0x97)]():AutomationFramework['getState'](_0x9177cb,PlaywrightDriverModule[_0x1c515e(0xe3)],''),'ref':_0x9177cb[_0x1c515e(0xdc)](),'hubUrl':_0x141754,'product':_0x200f1f[_0x1c515e(0x8a)](getProductForSession)};let _0x17c9a7=AutomationFramework[_0x1c515e(0xd4)](_0x9177cb,PlaywrightDriverModule['KEY_CAPABILITIES'],{});_0x17c9a7&&_0x200f1f[_0x1c515e(0x75)](Object[_0x1c515e(0x109)](_0x17c9a7)[_0x1c515e(0xbd)],0x0)?_0x17c9a7=Buffer[_0x1c515e(0xb5)](JSON[_0x1c515e(0xda)](_0x17c9a7))[_0x1c515e(0xa4)](_0x200f1f[_0x1c515e(0x12b)]):_0x17c9a7=Buffer[_0x1c515e(0xb5)](JSON[_0x1c515e(0xda)]({}))['toString'](_0x200f1f[_0x1c515e(0x12b)]);const _0x3b8901={'hash':_0x1942c2[_0x1c515e(0x70)](),'threadId':_0x1942c2[_0x1c515e(0x77)]()['toString'](),'processId':_0x1942c2[_0x1c515e(0xa0)]()[_0x1c515e(0xa4)]()},_0x2c3439={};_0x2c3439[_0x1c515e(0xec)]=_0x12ec38;const _0x5cc1aa={};_0x5cc1aa[_0x1c515e(0x8e)]=_0x172012;const _0x590254={'platformIndex':_0x5b2e0d,'testFrameworkName':_0x126d3c,'testFrameworkVersion':_0x37d219,'testFrameworkState':_0x1ed6e3,'testHookState':_0x182abc,...this[_0x1c515e(0x127)]&&_0x200f1f['WsQCJ'](this[_0x1c515e(0x127)]['name'],FRAMEWORKS['JEST'])?_0x2c3439:_0x5cc1aa,'automationSession':_0x531bb9,'capabilities':_0x17c9a7,'executionContext':_0x3b8901};this['logger'][_0x1c515e(0xd3)](_0x1c515e(0x12d)+util[_0x1c515e(0xc8)](_0x590254)),GrpcClient[_0x1c515e(0xa2)]()[_0x1c515e(0x64)](_0x590254),this[_0x1c515e(0xfb)][_0x1c515e(0xd3)](_0x1c515e(0x112)+_0xd1b168+(this['testFrameworkData']&&_0x200f1f[_0x1c515e(0xb0)](this['testFrameworkData'][_0x1c515e(0x71)],FRAMEWORKS[_0x1c515e(0x107)])?_0x1c515e(0x9e)+_0x12ec38:''));if(!_0x2be893){this[_0x1c515e(0xfb)][_0x1c515e(0xd3)](_0x200f1f[_0x1c515e(0xfa)],_0xfd8cbf['status']);return;}this[_0x1c515e(0xfb)]['debug'](_0x1c515e(0xff)+_0xd1b168),_0xb06d1c&&(this['logger'][_0x1c515e(0xd3)](_0x1c515e(0x89)+_0x5ad865),await this[_0x1c515e(0x80)](_0xb06d1c)),await this['markSessionStatus'](_0x9177cb,_0x5ad865,_0x2be893,_0x1a17e2);}async[a89_0x3de060(0xf7)](_0x489288,_0x2d9e6b,_0x13f6dd,_0x1108ae){const _0x1d18d0=a89_0x3de060,_0x374032={'SiiOq':_0x1d18d0(0x7a),'FfiiK':_0x1d18d0(0x111),'BkBmY':'markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','fkBJj':_0x1d18d0(0xa5),'SbjnO':_0x1d18d0(0x119),'mcrlS':'reason','DzkTl':_0x1d18d0(0xee),'jZxOK':function(_0x313041,_0x64faea){return _0x313041===_0x64faea;},'prWcl':_0x1d18d0(0x65),'XwuGb':_0x1d18d0(0x115),'orBcU':'error','JLbJm':function(_0x1fae5b,_0x4ca7c7,_0xce9557,_0x44ca7a){return _0x1fae5b(_0x4ca7c7,_0xce9557,_0x44ca7a);},'XmNVv':_0x1d18d0(0xaa),'lYfyI':function(_0x4d7675,_0xe3860f,_0x154464){return _0x4d7675(_0xe3860f,_0x154464);}};if(CLIUtils['shouldSkipSessionStatus'](BrowserstackCLI[_0x1d18d0(0xa2)]()[_0x1d18d0(0x118)]())){this[_0x1d18d0(0xfb)]['debug'](_0x374032[_0x1d18d0(0x7f)]);return;}const _0x496497=_0x489288;if(!_0x496497){this[_0x1d18d0(0xfb)][_0x1d18d0(0xd3)](_0x374032[_0x1d18d0(0x110)]);return;}const _0x44e4dd=AutomationFramework[_0x1d18d0(0xd4)](_0x496497,PlaywrightDriverModule[_0x1d18d0(0x99)]);if(!_0x44e4dd){this[_0x1d18d0(0xfb)][_0x1d18d0(0xd3)](_0x374032['BkBmY']);return;}const _0xb61833=_0x13f6dd;if(!_0xb61833){this[_0x1d18d0(0xfb)]['debug'](_0x374032['fkBJj'],_0xb61833);return;}const _0x30aeec={};_0x30aeec[_0x1d18d0(0x131)]=_0xb61833;const _0x2e7950={};_0x2e7950['action']=_0x374032[_0x1d18d0(0xf1)],_0x2e7950[_0x1d18d0(0xe9)]=_0x30aeec;const _0x2428d7=_0x2e7950;_0x1108ae&&(_0x2428d7['arguments'][_0x374032[_0x1d18d0(0xe5)]]=_0x1108ae);const _0x30f769=(_0x2d9e6b?_0x2d9e6b:_0x374032[_0x1d18d0(0xc1)])+'\x20'+_0xb61833+'\x20'+(_0x1108ae?_0x1d18d0(0xef)+_0x1108ae:''),_0x4a01b6=_0x374032[_0x1d18d0(0x73)](_0xb61833,_0x374032[_0x1d18d0(0x6b)])?_0x374032['XwuGb']:_0x374032[_0x1d18d0(0xbe)];await _0x374032[_0x1d18d0(0xc7)](playwrightAnnotate,_0x44e4dd,_0x30f769,_0x4a01b6),_0x1108ae&&(_0x2428d7['arguments'][_0x374032[_0x1d18d0(0xe5)]]=_0x1108ae),PerformanceTester[_0x1d18d0(0x104)](PerformanceEvents[_0x1d18d0(0x6d)]),this[_0x1d18d0(0xfb)][_0x1d18d0(0xd3)](_0x374032['XmNVv']),await _0x374032[_0x1d18d0(0x9b)](playwrightBstackJsExecutor,_0x44e4dd,_0x2428d7),PerformanceTester['end'](PerformanceEvents[_0x1d18d0(0x6d)]);}async[a89_0x3de060(0x80)](_0x35b66e){const _0x24ca3e=a89_0x3de060,_0x4005e0={'PYhde':_0x24ca3e(0x98),'WKKBG':function(_0x4e0cb4,_0x4f8653){return _0x4e0cb4(_0x4f8653);},'eHJbC':function(_0x24e9d2,_0x855015){return _0x24e9d2(_0x855015);},'WLtwK':_0x24ca3e(0xcb),'BxMeI':function(_0x3b5269,_0x48af50,_0x5b1372){return _0x3b5269(_0x48af50,_0x5b1372);}};try{if(CLIUtils[_0x24ca3e(0xbb)](BrowserstackCLI['getInstance']()[_0x24ca3e(0x118)]())){this['logger']['debug'](_0x4005e0[_0x24ca3e(0xb4)]);return;}const _0x34b2da=AutomationFramework[_0x24ca3e(0xd4)](AutomationFramework[_0x24ca3e(0xbc)](),PlaywrightDriverModule[_0x24ca3e(0x99)]);let _0x51c114;_0x35b66e[_0x24ca3e(0xcd)]||_0x35b66e['gherkinDocument']?_0x51c114=_0x4005e0[_0x24ca3e(0xcc)](getCucumberSessionName,_0x35b66e):_0x51c114=_0x4005e0[_0x24ca3e(0xc0)](getPlaywrightSessionName,_0x35b66e);const _0xd8f2c3={};_0xd8f2c3[_0x24ca3e(0x71)]=_0x51c114;const _0xd6f27a={};_0xd6f27a[_0x24ca3e(0xc6)]=_0x4005e0[_0x24ca3e(0x79)],_0xd6f27a[_0x24ca3e(0xe9)]=_0xd8f2c3;const _0x55b4b0=_0xd6f27a;PerformanceTester[_0x24ca3e(0x104)](PerformanceEvents[_0x24ca3e(0xa8)]),await _0x4005e0['BxMeI'](playwrightBstackJsExecutor,_0x34b2da,_0x55b4b0),PerformanceTester[_0x24ca3e(0x105)](PerformanceEvents[_0x24ca3e(0xa8)]);}catch(_0x15aa92){PerformanceTester['end'](PerformanceEvents[_0x24ca3e(0xa8)],![],util[_0x24ca3e(0xc8)](_0x15aa92)),this['logger'][_0x24ca3e(0x92)](_0x24ca3e(0x106)+util[_0x24ca3e(0xc8)](_0x15aa92));}}}PlaywrightDriverModule['MODULE_NAME']=a89_0x3de060(0x10d),module[a89_0x3de060(0x108)]=PlaywrightDriverModule;