browserstack-node-sdk 1.47.1 → 1.47.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -0
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a80_0x382e57=a80_0x75bb;(function(_0x549714,_0x33f08b){const _0x1a7294=a80_0x75bb,_0x41fa2f=_0x549714();while(!![]){try{const _0x210e5e=-parseInt(_0x1a7294(0x273))/0x1*(parseInt(_0x1a7294(0x232))/0x2)+-parseInt(_0x1a7294(0x1b0))/0x3*(-parseInt(_0x1a7294(0x1bc))/0x4)+-parseInt(_0x1a7294(0x2b3))/0x5+-parseInt(_0x1a7294(0x1db))/0x6*(-parseInt(_0x1a7294(0x130))/0x7)+-parseInt(_0x1a7294(0x209))/0x8*(parseInt(_0x1a7294(0x2b4))/0x9)+parseInt(_0x1a7294(0x188))/0xa+-parseInt(_0x1a7294(0x132))/0xb;if(_0x210e5e===_0x33f08b)break;else _0x41fa2f['push'](_0x41fa2f['shift']());}catch(_0x542428){_0x41fa2f['push'](_0x41fa2f['shift']());}}}(a80_0x113c,0x89af9));const BaseModule=require(a80_0x382e57(0x2a9)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a80_0x382e57(0x172)),AutomationFramework=require(a80_0x382e57(0x1bd)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a80_0x382e57(0x229)),HookState=require(a80_0x382e57(0x20e)),GrpcClient=require(a80_0x382e57(0x28f)),scripts=require(a80_0x382e57(0x138)),logger=createClassLogger(a80_0x382e57(0x1ca)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x382e57(0x254)),{nestedKeyValue,isUndefined}=require(a80_0x382e57(0x293)),util=require(a80_0x382e57(0x164)),TestInfo=require('../TestInfo.js');class AccessibilityModule extends BaseModule{static [a80_0x382e57(0x1bf)]=AccessibilityModule[a80_0x382e57(0x13b)];static [a80_0x382e57(0x29e)]=![];static ['_centralAuthA11yConfig']={};constructor(_0x5bb03d){const _0x202c1a=a80_0x382e57,_0x51783c={};_0x51783c['xPjBE']=_0x202c1a(0x2aa),_0x51783c['ukMFn']=_0x202c1a(0x296),_0x51783c['sYZaB']=_0x202c1a(0x159),_0x51783c[_0x202c1a(0x127)]=_0x202c1a(0x1c5);const _0x39f71b=_0x51783c,_0x567c6e=_0x39f71b['xPjBE'][_0x202c1a(0x18b)]('|');let _0x25db07=0x0;while(!![]){switch(_0x567c6e[_0x25db07++]){case'0':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x202c1a(0x283)],HookState[_0x202c1a(0x1a2)],this[_0x202c1a(0x25b)]['bind'](this));continue;case'1':this[_0x202c1a(0x21a)](_0x5bb03d[_0x202c1a(0x148)]()['getCapabilitiesList']());continue;case'2':this['accessibilityConfig']=_0x5bb03d['toObject']();continue;case'3':this[_0x202c1a(0x13a)]=_0x39f71b[_0x202c1a(0x190)];continue;case'4':this[_0x202c1a(0x2af)]=![];continue;case'5':this['accessibility']=new Map();continue;case'6':this[_0x202c1a(0x176)]=_0x39f71b[_0x202c1a(0x1b4)];continue;case'7':this[_0x202c1a(0x19d)]=new Map();continue;case'8':AutomationFramework[_0x202c1a(0x22d)](AutomationFrameworkState[_0x202c1a(0x1df)],HookState[_0x202c1a(0x1a3)],this[_0x202c1a(0x184)][_0x202c1a(0x289)](this));continue;case'9':this[_0x202c1a(0x14b)]=_0x39f71b[_0x202c1a(0x127)];continue;case'10':super();continue;case'11':this[_0x202c1a(0x168)]=[];continue;case'12':this[_0x202c1a(0x280)]=![];continue;case'13':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x202c1a(0x142)],HookState[_0x202c1a(0x1a2)],this[_0x202c1a(0x1de)][_0x202c1a(0x289)](this));continue;case'14':this[_0x202c1a(0x231)]=!![];continue;}break;}}['isEnabled'](){const _0x4217b2=a80_0x382e57;return this[_0x4217b2(0x231)];}['getModuleName'](){const _0xaadbcf=a80_0x382e57;return AccessibilityModule[_0xaadbcf(0x1bf)];}['getCurrentAccessibilityStatus'](){const _0x2e6a78=a80_0x382e57;return this[_0x2e6a78(0x239)][_0x2e6a78(0x1d3)](CLIUtils[_0x2e6a78(0x156)](),![]);}[a80_0x382e57(0x1bb)](){const _0x39d7c8=a80_0x382e57;return this[_0x39d7c8(0x19d)][_0x39d7c8(0x1d3)](CLIUtils[_0x39d7c8(0x156)](),![]);}[a80_0x382e57(0x1c0)](_0xd4adc7){const _0x2a2421=a80_0x382e57;this['LOG_DISABLED_SHOWN'][_0x2a2421(0x284)](CLIUtils[_0x2a2421(0x156)](),_0xd4adc7);}[a80_0x382e57(0x210)](){const _0x5791ba=a80_0x382e57,_0x1e607b={'ycUpZ':_0x5791ba(0x1c2),'oyuWN':function(_0x59257c,_0x15b131){return _0x59257c(_0x15b131);},'LKmvL':'../../utils/playwright-patcher','NxQUK':_0x5791ba(0x230),'vtjWf':_0x5791ba(0x178)};if(this[_0x5791ba(0x280)]){logger[_0x5791ba(0x1cd)](_0x1e607b['ycUpZ']);return;}try{const _0xed94ca=_0x1e607b[_0x5791ba(0x221)](require,_0x1e607b[_0x5791ba(0x12e)]);_0xed94ca&&_0xed94ca[_0x5791ba(0x272)]?(_0xed94ca['patchSendMessageToServer'](),this[_0x5791ba(0x280)]=!![],logger[_0x5791ba(0x1cd)](_0x1e607b[_0x5791ba(0x1b5)])):logger[_0x5791ba(0x1cd)](_0x1e607b[_0x5791ba(0x150)]);}catch(_0x27b16b){logger[_0x5791ba(0x1cd)](_0x5791ba(0x191)+util[_0x5791ba(0x15f)](_0x27b16b));}}[a80_0x382e57(0x24b)](_0x58d35d=null,_0x141627=null,_0x30b16a=null){const _0x49f9f3=a80_0x382e57,_0x5bc771={'FJgFJ':function(_0x59a87d,_0x229b97){return _0x59a87d&&_0x229b97;},'kCecH':_0x49f9f3(0x16d),'ACbOE':function(_0x5f26ab,_0x3f9d31){return _0x5f26ab(_0x3f9d31);},'zxhia':_0x49f9f3(0x199),'QutYD':_0x49f9f3(0x293),'INjFB':function(_0x3b33e0){return _0x3b33e0();},'nbPpm':_0x49f9f3(0x1e7),'Tptht':function(_0xab50fa,_0x392391){return _0xab50fa===_0x392391;},'cBrNV':'chrome','pHknI':function(_0x32c5e5,_0x56a11f){return _0x32c5e5===_0x56a11f;},'sSxxR':'playwright-chromium','SNpIF':_0x49f9f3(0x2ac),'tgPfE':function(_0x163bc4,_0x228097){return _0x163bc4===_0x228097;},'sIuud':'true','ibyZX':_0x49f9f3(0x1fd),'IQWZD':function(_0x57990b,_0xd14354){return _0x57990b===_0xd14354;},'YmCbA':_0x49f9f3(0x133),'UFIOV':function(_0x5d6576){return _0x5d6576();},'lIhYA':function(_0x49f485,_0x353cbd){return _0x49f485>_0x353cbd;},'vLAdq':function(_0x4b1b2f,_0x52c754){return _0x4b1b2f(_0x52c754);},'lCFRM':function(_0x21310a,_0x14ddec){return _0x21310a(_0x14ddec);},'CpGvq':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','xDrvE':function(_0x4c237b,_0x34ed20){return _0x4c237b!==_0x34ed20;},'vLQYP':_0x49f9f3(0x266),'XTcJI':function(_0x159d2b,_0x5723ce){return _0x159d2b(_0x5723ce);},'slVyT':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x5bc771[_0x49f9f3(0x275)](!_0x141627,!_0x30b16a))return logger['debug'](_0x5bc771[_0x49f9f3(0x175)]),![];const {isAccessibilityAutomationSession:_0x11b186}=_0x5bc771[_0x49f9f3(0x29b)](require,_0x5bc771[_0x49f9f3(0x170)]),{isUndefined:_0x373455,isBrowserstackInfra:_0xdb71a}=_0x5bc771['ACbOE'](require,_0x5bc771[_0x49f9f3(0x198)]);if(!_0x5bc771[_0x49f9f3(0x163)](_0x11b186))return logger[_0x49f9f3(0x1cd)](_0x5bc771[_0x49f9f3(0x161)]),![];if(!(_0x141627[_0x49f9f3(0x23c)]&&_0x5bc771['Tptht'](_0x141627[_0x49f9f3(0x23c)][_0x49f9f3(0x255)](),_0x5bc771[_0x49f9f3(0x23d)])||_0x141627[_0x49f9f3(0x23c)]&&_0x5bc771[_0x49f9f3(0x1c8)](_0x141627[_0x49f9f3(0x23c)]['toLowerCase'](),_0x5bc771[_0x49f9f3(0x264)])||_0x141627[_0x49f9f3(0x2a3)]&&_0x5bc771[_0x49f9f3(0x1c8)](_0x141627[_0x49f9f3(0x2a3)][_0x49f9f3(0x255)](),_0x5bc771['cBrNV'])||_0x141627[_0x49f9f3(0x2a3)]&&_0x5bc771[_0x49f9f3(0x249)](_0x141627['browser'][_0x49f9f3(0x255)](),_0x5bc771[_0x49f9f3(0x264)])))return logger[_0x49f9f3(0x2b1)](_0x5bc771['SNpIF']),![];try{const _0x317ee6=_0x141627['headless'],_0x2e529d=_0x5bc771[_0x49f9f3(0x1c8)](_0x317ee6,!![])||_0x5bc771[_0x49f9f3(0x298)](_0x317ee6,_0x5bc771[_0x49f9f3(0x29d)])||_0x5bc771[_0x49f9f3(0x1c8)](typeof _0x317ee6,_0x5bc771[_0x49f9f3(0x134)])&&_0x5bc771['IQWZD'](_0x317ee6['toLowerCase'](),_0x5bc771[_0x49f9f3(0x29d)]);if(_0x2e529d)return logger[_0x49f9f3(0x2b1)](_0x5bc771[_0x49f9f3(0x167)]),![];}catch(_0x5d633f){logger[_0x49f9f3(0x1cd)]('Error\x20checking\x20headless\x20capability:\x20'+util[_0x49f9f3(0x15f)](_0x5d633f));}if(!_0x5bc771[_0x49f9f3(0x1ee)](_0xdb71a)){if(!_0x5bc771[_0x49f9f3(0x1a8)](_0x5bc771['vLAdq'](parseFloat,_0x141627[_0x49f9f3(0x1be)]),_0x5bc771[_0x49f9f3(0x27b)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger['warn'](_0x5bc771['CpGvq']),![];}else{if(_0x5bc771[_0x49f9f3(0x24d)](_0x141627[_0x49f9f3(0x1be)],_0x5bc771[_0x49f9f3(0x23b)])&&!_0x5bc771[_0x49f9f3(0x1a8)](_0x5bc771[_0x49f9f3(0x228)](parseFloat,_0x141627[_0x49f9f3(0x1be)]),_0x5bc771['vLAdq'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x49f9f3(0x2b1)](_0x5bc771[_0x49f9f3(0x158)]),![];}return!![];}catch(_0x23e571){return logger['debug']('Exception\x20in\x20isPlatformSupported:\x20'+_0x23e571[_0x49f9f3(0x243)]),![];}}['isEnabledTestcase'](_0x378c81=[],_0x5d8226){const _0xdfcd92=a80_0x382e57,_0x3054c0={'dghMA':function(_0x5b46c0,_0x48fe7d){return _0x5b46c0===_0x48fe7d;},'iUwtj':function(_0x1f5ff3,_0x187339){return _0x1f5ff3(_0x187339);},'XsTMN':function(_0x3b3f41,_0x358cd8){return _0x3b3f41>_0x358cd8;},'NhAsy':function(_0x63a6ff,_0x2827b3){return _0x63a6ff&&_0x2827b3;},'lMQZE':_0xdfcd92(0x149)};try{const _0x4694eb=process[_0xdfcd92(0x203)][_0xdfcd92(0x1a9)]?JSON['parse'](process[_0xdfcd92(0x203)][_0xdfcd92(0x1a9)]):null;if(!_0x4694eb)return!![];const _0x34a548=Array[_0xdfcd92(0x248)](_0x4694eb[_0xdfcd92(0x206)])?_0x4694eb['includeTagsInTestingScope']:[],_0x8bb28e=Array['isArray'](_0x4694eb[_0xdfcd92(0x17e)])?_0x4694eb[_0xdfcd92(0x17e)]:[];let _0x3cb351=![],_0x14f97c=_0x3054c0[_0xdfcd92(0x12d)](_0x34a548[_0xdfcd92(0x225)],0x0);const _0x523753=_0x1feaee=>typeof _0x1feaee===_0xdfcd92(0x1fd)?_0x1feaee[_0xdfcd92(0x1e6)](/^@/,'')['toLowerCase']()['trim']():_0x1feaee,_0x1dfbd3=new Set(_0x34a548[_0xdfcd92(0x1f0)](_0x523753)),_0x5de351=new Set(_0x8bb28e['map'](_0x523753));for(const _0x297ebb of _0x378c81){const _0x4eeec7=_0x3054c0[_0xdfcd92(0x1ce)](_0x523753,_0x297ebb);_0x5de351[_0xdfcd92(0x217)](_0x4eeec7)&&(_0x3cb351=!![]),_0x3054c0[_0xdfcd92(0x208)](_0x1dfbd3['size'],0x0)&&_0x1dfbd3['has'](_0x4eeec7)&&(_0x14f97c=!![]);}const _0x420e20=_0x3054c0[_0xdfcd92(0x245)](_0x14f97c,!_0x3cb351);return logger[_0xdfcd92(0x1cd)]('[platform\x20-\x20'+(_0x5d8226?.[_0xdfcd92(0x15b)]?.()||_0x3054c0[_0xdfcd92(0x1d1)])+_0xdfcd92(0x1b1)+_0x420e20+_0xdfcd92(0x183)+JSON[_0xdfcd92(0x17b)](_0x378c81)+',\x20includeTags='+JSON[_0xdfcd92(0x17b)](_0x34a548)+',\x20excludeTags='+JSON[_0xdfcd92(0x17b)](_0x8bb28e)),_0x420e20;}catch(_0x572f2c){return logger['debug'](_0xdfcd92(0x16c)+(_0x5d8226?.[_0xdfcd92(0x15b)]?.()||_0x3054c0[_0xdfcd92(0x1d1)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x572f2c[_0xdfcd92(0x243)]),![];}}async['onBeforeTest'](_0x2ea7ce){const _0x5e1b39=a80_0x382e57,_0x10b3bf={};_0x10b3bf[_0x5e1b39(0x215)]=function(_0x53738a,_0x4b0f09){return _0x53738a!==_0x4b0f09;},_0x10b3bf['NDClc']='cucumber',_0x10b3bf[_0x5e1b39(0x145)]=_0x5e1b39(0x259),_0x10b3bf[_0x5e1b39(0x286)]=_0x5e1b39(0x1ab),_0x10b3bf['VoHGR']=_0x5e1b39(0x1e8),_0x10b3bf[_0x5e1b39(0x2ae)]=_0x5e1b39(0x1d8),_0x10b3bf[_0x5e1b39(0x18f)]=_0x5e1b39(0x27f),_0x10b3bf[_0x5e1b39(0x1d4)]=function(_0x5a3644,_0x57a17f){return _0x5a3644===_0x57a17f;},_0x10b3bf['wREXA']=function(_0x4bb174,_0x2e9d98){return _0x4bb174===_0x2e9d98;},_0x10b3bf[_0x5e1b39(0x1f7)]=_0x5e1b39(0x290),_0x10b3bf[_0x5e1b39(0x235)]=function(_0x4f386e,_0x23d8ac){return _0x4f386e>_0x23d8ac;},_0x10b3bf[_0x5e1b39(0x1b6)]=function(_0x43ede7,_0x4a99c7){return _0x43ede7===_0x4a99c7;},_0x10b3bf['rOoWk']=_0x5e1b39(0x15c),_0x10b3bf[_0x5e1b39(0x26c)]=_0x5e1b39(0x21b),_0x10b3bf[_0x5e1b39(0x25c)]=function(_0x3f0ac7,_0x52d03b){return _0x3f0ac7&&_0x52d03b;},_0x10b3bf[_0x5e1b39(0x28e)]='unknown',_0x10b3bf[_0x5e1b39(0x29a)]=_0x5e1b39(0x223);const _0x43823e=_0x10b3bf;if(_0x43823e[_0x5e1b39(0x215)](_0x2ea7ce[_0x5e1b39(0x270)],_0x43823e[_0x5e1b39(0x220)])){logger[_0x5e1b39(0x1cd)](_0x43823e['KPeKX']);return;}logger[_0x5e1b39(0x125)]('onBeforeTest:\x20event='+JSON[_0x5e1b39(0x17b)](_0x2ea7ce));try{const _0x5520ea=AutomationFramework['getTrackedInstance'](),_0x112130=TestFramework[_0x5e1b39(0x241)](),_0x512b1b=_0x2ea7ce[_0x5e1b39(0x1f9)]||global[_0x5e1b39(0x166)]?.[_0x5e1b39(0x1e0)]||null;if(!_0x512b1b){_0x112130&&_0x112130['updateData'](_0x43823e['IWeMr'],!![]);logger[_0x5e1b39(0x1cd)](_0x43823e[_0x5e1b39(0x22b)]);return;}logger['debug'](_0x43823e[_0x5e1b39(0x2ae)]);const _0x5b39a7=_0x112130?.[_0x5e1b39(0x257)](_0x43823e[_0x5e1b39(0x18f)],![]),_0x12d55f=_0x112130?.['getData'](_0x43823e[_0x5e1b39(0x286)],![]);if(_0x43823e[_0x5e1b39(0x1d4)](_0x5b39a7,![])&&_0x43823e[_0x5e1b39(0x278)](_0x12d55f,![])){_0x112130&&_0x112130[_0x5e1b39(0x2a5)](_0x43823e['Cxsro'],!![]);logger['debug'](_0x43823e[_0x5e1b39(0x1f7)]);return;}_0x112130&&_0x112130[_0x5e1b39(0x2a5)](_0x43823e['IWeMr'],!![]);let _0x5a7e68=[];const _0x29b359=this['getTestId'](_0x2ea7ce),_0xe2a55a=TestInfo[_0x5e1b39(0x1ba)](_0x29b359);if(_0xe2a55a&&Array[_0x5e1b39(0x248)](_0xe2a55a['test_tags'])&&_0x43823e[_0x5e1b39(0x235)](_0xe2a55a[_0x5e1b39(0x21b)]['length'],0x0))_0x5a7e68=_0xe2a55a[_0x5e1b39(0x21b)];else{if(_0x112130){const _0x31b95e=_0x43823e[_0x5e1b39(0x1b6)](typeof _0x112130['getData'],_0x43823e[_0x5e1b39(0x213)])?_0x112130[_0x5e1b39(0x257)](_0x43823e[_0x5e1b39(0x26c)],[]):_0x112130['test_tags']||[];Array[_0x5e1b39(0x248)](_0x31b95e)&&(_0x5a7e68=_0x31b95e);}}logger[_0x5e1b39(0x125)](_0x5e1b39(0x23f)+JSON[_0x5e1b39(0x17b)](_0x5a7e68));const _0x2d27ab=this['isPlatformSupported'](_0x5520ea,_0x2ea7ce[_0x5e1b39(0x181)],_0x2ea7ce[_0x5e1b39(0x27e)]),_0x56b796=this[_0x5e1b39(0x1e1)](_0x5a7e68,_0x5520ea),_0x3ff80a=_0x43823e['KdnMJ'](_0x2d27ab,_0x56b796),_0x15ba28=CLIUtils[_0x5e1b39(0x156)]();this[_0x5e1b39(0x239)]['set'](_0x15ba28,_0x3ff80a),global[_0x5e1b39(0x1c9)]?.[_0x5e1b39(0x169)]&&global['Context']['getContext']()[_0x5e1b39(0x279)](_0x3ff80a),logger[_0x5e1b39(0x1cd)](_0x5e1b39(0x16c)+(_0x5520ea?.['getPlatformIndex']?.()||_0x43823e['vqqWI'])+']\x20should\x20run\x20accessibility\x20value='+_0x3ff80a),_0x3ff80a?(global[_0x5e1b39(0x211)]=!![],process['env'][_0x5e1b39(0x165)]=_0x43823e[_0x5e1b39(0x29a)],this['applySendMessageToServerPatch']()):global[_0x5e1b39(0x211)]=![];}catch(_0x2caad1){logger[_0x5e1b39(0x1dc)](_0x5e1b39(0x277)+(_0x2caad1['stack']||_0x2caad1[_0x5e1b39(0x243)]));const _0x53d698=CLIUtils[_0x5e1b39(0x156)]();this[_0x5e1b39(0x239)][_0x5e1b39(0x284)](_0x53d698,![]),global['accessibilityPlatform']=![];}}[a80_0x382e57(0x240)](){const _0x181b73=a80_0x382e57;return this['capabilities'][_0x181b73(0x22f)](_0x2c4601=>_0x2c4601[_0x181b73(0x174)]()==='goog:chromeOptions')?.[_0x181b73(0x1f4)]()||'';}['getCapabilityValue'](_0x5ad92a){const _0x417b83=a80_0x382e57;try{const _0x24a204=this[_0x417b83(0x2ad)]?.[_0x417b83(0x237)]?.['capabilitiesList']||[],_0xd406f9=_0x24a204[_0x417b83(0x22f)](_0x81ab26=>_0x81ab26[_0x417b83(0x13b)]===_0x5ad92a);return _0xd406f9?_0xd406f9[_0x417b83(0x21f)]:null;}catch(_0x30cfc1){return logger[_0x417b83(0x1cd)](_0x417b83(0x153)+_0x5ad92a+':\x20'+_0x30cfc1[_0x417b83(0x243)]),null;}}async[a80_0x382e57(0x1d7)](_0x2b3e46,_0x17155e){const _0x101b3d=a80_0x382e57,_0x43d1a4=_0x2b3e46[_0x101b3d(0x25e)]()['getOptions'](),_0x556f5f=_0x43d1a4['getScriptsList'](),_0x52ce15=_0x43d1a4[_0x101b3d(0x1b9)]()?.[_0x101b3d(0x21c)]();scripts[_0x101b3d(0x1dd)](_0x556f5f,_0x52ce15),scripts[_0x101b3d(0x15a)]();const _0x1364b7=_0x43d1a4[_0x101b3d(0x288)]();this[_0x101b3d(0x168)]=_0x43d1a4[_0x101b3d(0x288)](),await this[_0x101b3d(0x21a)](_0x1364b7,_0x17155e['launchCaps']);}async[a80_0x382e57(0x21a)](_0x2a6ca5,_0x2bf990={}){const _0x5b4d67=a80_0x382e57,_0x40c5a8={};_0x40c5a8[_0x5b4d67(0x16f)]=function(_0x404fd2,_0x67cc44){return _0x404fd2===_0x67cc44;},_0x40c5a8[_0x5b4d67(0x1ea)]=_0x5b4d67(0x20b),_0x40c5a8['pgPko']=_0x5b4d67(0x287),_0x40c5a8[_0x5b4d67(0x185)]=_0x5b4d67(0x1f2),_0x40c5a8[_0x5b4d67(0x1d5)]=_0x5b4d67(0x2a7),_0x40c5a8[_0x5b4d67(0x262)]=function(_0x20393e,_0x33fc53){return _0x20393e===_0x33fc53;},_0x40c5a8['jgyKF']=_0x5b4d67(0x13d),_0x40c5a8[_0x5b4d67(0x15e)]=_0x5b4d67(0x187),_0x40c5a8[_0x5b4d67(0x20f)]=function(_0x4c7c8a,_0x530b71){return _0x4c7c8a===_0x530b71;},_0x40c5a8[_0x5b4d67(0x1c1)]=_0x5b4d67(0x261),_0x40c5a8[_0x5b4d67(0x2b2)]=_0x5b4d67(0x157);const _0x2cd22c=_0x40c5a8;global['__accessibilityOptions']=global['__accessibilityOptions']||{};for(const _0x4c9658 of _0x2a6ca5){logger[_0x5b4d67(0x125)](_0x5b4d67(0x294)+_0x4c9658['getName']()+'\x20value='+_0x4c9658[_0x5b4d67(0x1f4)]());if(_0x2cd22c[_0x5b4d67(0x16f)](_0x4c9658[_0x5b4d67(0x174)](),_0x2cd22c[_0x5b4d67(0x1ea)]))process[_0x5b4d67(0x203)][_0x5b4d67(0x19b)]=_0x4c9658[_0x5b4d67(0x1f4)](),global[_0x5b4d67(0x162)][_0x2cd22c[_0x5b4d67(0x1d6)]]=_0x4c9658['getValue']();else{if(_0x2cd22c['UOOKC'](_0x4c9658[_0x5b4d67(0x174)](),_0x2cd22c[_0x5b4d67(0x185)]))global[_0x5b4d67(0x162)][_0x2cd22c[_0x5b4d67(0x1d5)]]=_0x4c9658[_0x5b4d67(0x1f4)]();else{if(_0x2cd22c[_0x5b4d67(0x262)](_0x4c9658[_0x5b4d67(0x174)](),_0x2cd22c[_0x5b4d67(0x173)]))global[_0x5b4d67(0x162)][_0x2cd22c[_0x5b4d67(0x15e)]]=_0x4c9658['getValue']();else _0x2cd22c['IYjtu'](_0x4c9658[_0x5b4d67(0x174)](),_0x2cd22c[_0x5b4d67(0x1c1)])&&(global['__accessibilityOptions'][_0x2cd22c[_0x5b4d67(0x2b2)]]=_0x4c9658[_0x5b4d67(0x1f4)]());}}}}async[a80_0x382e57(0x1de)](_0x1feb8d){const _0x416677=a80_0x382e57,_0x35f0b2={};_0x35f0b2['xSDHS']=function(_0x1b1077,_0x3e6d85){return _0x1b1077!==_0x3e6d85;},_0x35f0b2[_0x416677(0x260)]=_0x416677(0x24e),_0x35f0b2[_0x416677(0x291)]=_0x416677(0x180),_0x35f0b2[_0x416677(0x216)]=_0x416677(0x149);const _0xf1803c=_0x35f0b2;if(_0xf1803c['xSDHS'](_0x1feb8d[_0x416677(0x270)],_0xf1803c['qqOUZ'])){logger[_0x416677(0x1cd)](_0xf1803c[_0x416677(0x291)]);return;}logger[_0x416677(0x125)](_0x416677(0x179)+JSON[_0x416677(0x17b)](_0x1feb8d));try{const _0x4c032c=_0x1feb8d[_0x416677(0x17c)]||AutomationFramework[_0x416677(0x241)](),_0x361745=CLIUtils['getCurrentInstanceName'](),_0x30678b=this[_0x416677(0x186)]();logger[_0x416677(0x1cd)]('[platform\x20-\x20'+(_0x4c032c?.['getPlatformIndex']?.()||_0xf1803c[_0x416677(0x216)])+_0x416677(0x1c4)+_0x30678b),_0x30678b&&await this[_0x416677(0x131)](_0x4c032c,_0x1feb8d),this[_0x416677(0x239)][_0x416677(0x151)](_0x361745),this[_0x416677(0x19d)][_0x416677(0x151)](_0x361745);}catch(_0x27deee){logger[_0x416677(0x1dc)](_0x416677(0x24a)+(_0x27deee[_0x416677(0x1b2)]||_0x27deee['message']));}}async[a80_0x382e57(0x131)](_0x5ad124,_0x3eaa5b){const _0x19833a=a80_0x382e57,_0x1ca069={};_0x1ca069[_0x19833a(0x21e)]=function(_0x5dcaa8,_0x4f7f76){return _0x5dcaa8===_0x4f7f76;},_0x1ca069['EusXG']=_0x19833a(0x15c),_0x1ca069[_0x19833a(0x22e)]='unknown',_0x1ca069[_0x19833a(0x18e)]=_0x19833a(0x15d),_0x1ca069[_0x19833a(0x1fa)]=_0x19833a(0x1a4),_0x1ca069[_0x19833a(0x1fe)]='accessibility',_0x1ca069[_0x19833a(0x1a5)]='saveResults',_0x1ca069[_0x19833a(0x14f)]=function(_0x3e5969,_0x2586ca){return _0x3e5969||_0x2586ca;},_0x1ca069['YuhGy']=function(_0x1a32b3,_0x5c3f96){return _0x1a32b3||_0x5c3f96;},_0x1ca069[_0x19833a(0x1ac)]=_0x19833a(0x1e5),_0x1ca069[_0x19833a(0x139)]=_0x19833a(0x1c7);const _0x46a875=_0x1ca069;try{const _0x45d14e=this[_0x19833a(0x2a8)](_0x3eaa5b),_0xd1ed20=TestInfo[_0x19833a(0x1fc)](_0x45d14e),_0x401d98=((()=>{const _0x15ae8e=_0x19833a,_0xdb3fa=(this['accessibilityConfig']?.[_0x15ae8e(0x237)]?.[_0x15ae8e(0x1e2)]||[])['find'](_0x4fff0b=>(typeof _0x4fff0b['getName']===_0x15ae8e(0x15c)?_0x4fff0b[_0x15ae8e(0x174)]():_0x4fff0b[_0x15ae8e(0x13b)])===this['KEY_TESTHUB_BUILD_ID']);return _0xdb3fa?_0x46a875['qcOYZ'](typeof _0xdb3fa[_0x15ae8e(0x1f4)],_0x46a875[_0x15ae8e(0x29f)])?_0xdb3fa[_0x15ae8e(0x1f4)]():_0xdb3fa[_0x15ae8e(0x21f)]:'';})()),_0x5e8e0c=process[_0x19833a(0x203)]['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x19833a(0x1cd)](_0x19833a(0x16c)+(_0x5ad124?.[_0x19833a(0x15b)]?.()||_0x46a875['pDUvP'])+_0x19833a(0x222)+_0xd1ed20+_0x19833a(0x1c3)+_0x401d98+_0x19833a(0x246)+(_0x5e8e0c?_0x46a875['GKFbz']:_0x46a875[_0x19833a(0x1fa)]));const _0x260d60=await GrpcClient[_0x19833a(0x23a)]()[_0x19833a(0x17a)](process[_0x19833a(0x203)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x46a875[_0x19833a(0x1fe)],_0x46a875['dowdG']),_0x41b980=AccessibilityModule[_0x19833a(0x1fb)](_0xd1ed20,_0x260d60);logger[_0x19833a(0x1cd)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x19833a(0x17b)](_0x41b980));const _0x5a9611=Object[_0x19833a(0x192)]({},{'thTestRunUuid':_0x46a875[_0x19833a(0x14f)](_0xd1ed20,''),'thBuildUuid':_0x46a875[_0x19833a(0x14d)](_0x401d98,''),'thJwtToken':_0x46a875[_0x19833a(0x14f)](_0x5e8e0c,'')},_0x41b980);let _0x310349=global[_0x19833a(0x166)]?.['pwPage']||null;!_0x310349&&(_0x310349=AutomationFramework[_0x19833a(0x26d)](_0x5ad124,_0x46a875['hDNJS'],null)),!_0x310349&&(_0x310349=AutomationFramework['getState'](_0x5ad124,_0x46a875[_0x19833a(0x139)],null)),await this[_0x19833a(0x189)](this[_0x19833a(0x186)](),_0xd1ed20,_0x310349,_0x5a9611,this[_0x19833a(0x2af)]);}catch(_0x3ab06a){logger[_0x19833a(0x1dc)](_0x19833a(0x146)+(_0x3ab06a[_0x19833a(0x1b2)]||_0x3ab06a[_0x19833a(0x243)]));}}async[a80_0x382e57(0x189)](_0x4feb9a,_0x452bb3,_0x1a212b,_0x11f465,_0x12ce98){const _0x3c1e7a=a80_0x382e57,_0x1d59b3={};_0x1d59b3['JUXaZ']=_0x3c1e7a(0x1ff),_0x1d59b3[_0x3c1e7a(0x1a1)]=function(_0x1b50eb,_0x4f4b00){return _0x1b50eb&&_0x4f4b00;},_0x1d59b3[_0x3c1e7a(0x154)]=_0x3c1e7a(0x2b5),_0x1d59b3[_0x3c1e7a(0x21d)]=function(_0x4efd61,_0x16da48){return _0x4efd61===_0x16da48;},_0x1d59b3['eUKqZ']=_0x3c1e7a(0x1a4),_0x1d59b3[_0x3c1e7a(0x196)]=_0x3c1e7a(0x12f),_0x1d59b3[_0x3c1e7a(0x26e)]=_0x3c1e7a(0x19f),_0x1d59b3['cniab']='afterTestHook',_0x1d59b3['CrEWg']='scan',_0x1d59b3['DgUGj']=function(_0x23effd,_0x8c2c8b){return _0x23effd&&_0x8c2c8b;},_0x1d59b3[_0x3c1e7a(0x16a)]=_0x3c1e7a(0x242),_0x1d59b3[_0x3c1e7a(0x252)]=_0x3c1e7a(0x268),_0x1d59b3['BRSSi']='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x515995=_0x1d59b3;try{const _0x3a6ba7=this['getScriptByName'](_0x515995[_0x3c1e7a(0x1a7)]);if(_0x515995[_0x3c1e7a(0x1a1)](!_0x12ce98,!_0x3a6ba7)){logger[_0x3c1e7a(0x1cd)](_0x515995[_0x3c1e7a(0x154)]);return;}if(!_0x452bb3||_0x515995[_0x3c1e7a(0x21d)](_0x452bb3,_0x515995[_0x3c1e7a(0x20d)])||_0x515995[_0x3c1e7a(0x21d)](_0x452bb3,'')){logger[_0x3c1e7a(0x1cd)](_0x515995[_0x3c1e7a(0x196)]);return;}logger[_0x3c1e7a(0x1cd)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON['stringify'](_0x11f465)),_0x4feb9a&&(logger[_0x3c1e7a(0x1cd)](_0x515995['ydOGB']),await this[_0x3c1e7a(0x2a1)](_0x1a212b,_0x452bb3,_0x515995[_0x3c1e7a(0x276)],_0x11f465,_0x12ce98,_0x515995[_0x3c1e7a(0x18c)]),_0x515995[_0x3c1e7a(0x18d)](!_0x12ce98,_0x3a6ba7)&&(logger['debug'](_0x515995[_0x3c1e7a(0x16a)]),await PerformanceTester[_0x3c1e7a(0x263)](_0x515995[_0x3c1e7a(0x252)],async()=>{const _0x3f9de9=_0x3c1e7a;await this['performScanForCli'](_0x1a212b,_0x452bb3,_0x515995[_0x3f9de9(0x1a7)],_0x11f465,_0x12ce98,_0x515995['JUXaZ']);})()),logger['info'](_0x515995['BRSSi']));}catch(_0x3ea04e){logger['error'](_0x3c1e7a(0x171)+(_0x3ea04e['stack']||_0x3ea04e[_0x3c1e7a(0x243)]));}}async['onBeforeExecute'](_0x3ac688){const _0x34dc7e=a80_0x382e57,_0x35452e={};_0x35452e[_0x34dc7e(0x1ad)]=function(_0xee231a,_0x1b3415){return _0xee231a!==_0x1b3415;},_0x35452e['jvDCl']='cucumber',_0x35452e[_0x34dc7e(0x1cc)]=_0x34dc7e(0x265),_0x35452e['JKReL']=_0x34dc7e(0x149),_0x35452e[_0x34dc7e(0x1f1)]=_0x34dc7e(0x140),_0x35452e[_0x34dc7e(0x271)]=_0x34dc7e(0x234),_0x35452e[_0x34dc7e(0x238)]=_0x34dc7e(0x296),_0x35452e[_0x34dc7e(0x1e3)]='scan',_0x35452e['JUSTv']=_0x34dc7e(0x1a4);const _0xdb29c5=_0x35452e;if(_0xdb29c5[_0x34dc7e(0x1ad)](_0x3ac688[_0x34dc7e(0x270)],_0xdb29c5[_0x34dc7e(0x26b)])){logger[_0x34dc7e(0x1cd)](_0xdb29c5['BNgbd']);return;}logger['debug'](_0x34dc7e(0x195)+(_0x3ac688[_0x34dc7e(0x27a)]||_0xdb29c5[_0x34dc7e(0x251)]));try{const _0x4e3e9a=_0x3ac688[_0x34dc7e(0x17c)]||AutomationFramework[_0x34dc7e(0x241)](),_0x31deae=TestFramework['getTrackedInstance'](),_0x4d97d3=_0x3ac688['commandName']||_0x3ac688[_0x34dc7e(0x14e)]?.['getName']();if(!_0x4d97d3){logger[_0x34dc7e(0x1cd)](_0xdb29c5[_0x34dc7e(0x1f1)]);return;}if(!this[_0x34dc7e(0x186)]()){logger[_0x34dc7e(0x1cd)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x4d97d3);return;}if(!this[_0x34dc7e(0x144)](_0x4d97d3)){logger[_0x34dc7e(0x1cd)](_0x34dc7e(0x1f3)+_0x4d97d3+_0x34dc7e(0x22a));return;}const _0x295cd0=_0x3ac688['page']||global['__workerDetails']?.[_0x34dc7e(0x1e0)];if(!_0x295cd0){logger[_0x34dc7e(0x1cd)](_0x34dc7e(0x28b)+_0x4d97d3);return;}const _0x3035da=this[_0x34dc7e(0x12b)](_0xdb29c5[_0x34dc7e(0x271)])||'',_0x1cf1f1=this[_0x34dc7e(0x12b)](_0xdb29c5[_0x34dc7e(0x238)])||this[_0x34dc7e(0x2ad)][this[_0x34dc7e(0x13a)]]||null,_0x2dfeb4=process['env'][_0x34dc7e(0x1aa)]||'',_0x716f28=this['getParamsForScanForCli'](_0x4d97d3,_0x3035da,_0x1cf1f1,_0x2dfeb4),_0x31307c=await AccessibilityModule[_0x34dc7e(0x25a)](_0xdb29c5[_0x34dc7e(0x1e3)],_0x3035da);logger[_0x34dc7e(0x125)](_0x34dc7e(0x258)+(_0x716f28?JSON['stringify'](_0x716f28):_0xdb29c5[_0x34dc7e(0x17d)]));const _0x351a7b=CLIUtils['mergeObject'](_0x716f28,_0x31307c);logger[_0x34dc7e(0x125)](_0x34dc7e(0x23e)+(_0x351a7b?JSON[_0x34dc7e(0x17b)](_0x351a7b):_0xdb29c5[_0x34dc7e(0x17d)])),logger[_0x34dc7e(0x1cd)](_0x34dc7e(0x13c)+_0x4d97d3);const _0x142d99=await this['performScanForCli'](_0x295cd0,_0x3035da,_0x4d97d3,_0x351a7b,this[_0x34dc7e(0x2af)]);logger['debug'](_0x34dc7e(0x160)+_0x4d97d3+_0x34dc7e(0x1cf)+_0x142d99);}catch(_0x23d80f){logger['error'](_0x34dc7e(0x1cb)+(_0x23d80f[_0x34dc7e(0x1b2)]||_0x23d80f[_0x34dc7e(0x243)]));}}[a80_0x382e57(0x2a2)](){return this['getCurrentAccessibilityStatus']();}[a80_0x382e57(0x194)](_0x1cc666){const _0x5e3852=a80_0x382e57,_0xe60ec5=CLIUtils[_0x5e3852(0x156)]();this[_0x5e3852(0x239)][_0x5e3852(0x284)](_0xe60ec5,_0x1cc666);}async[a80_0x382e57(0x292)](_0x690deb){const _0x1906a2=a80_0x382e57,_0x504cf5={};_0x504cf5[_0x1906a2(0x27d)]=_0x1906a2(0x149);const _0x45ba75=_0x504cf5;try{const _0x5889d9=_0x690deb[_0x1906a2(0x17c)]||AutomationFramework[_0x1906a2(0x241)](),_0x2cd4de=_0x5889d9?.[_0x1906a2(0x257)]?.()?.['get']?.(this['KEY_INIT'])||![];if(_0x2cd4de)return;PerformanceTester[_0x1906a2(0x299)](EVENTS[_0x1906a2(0x1d2)]);const _0x5c3090=await GrpcClient[_0x1906a2(0x23a)]()[_0x1906a2(0x218)](_0x690deb);_0x5c3090&&_0x5c3090[_0x1906a2(0x25e)]&&_0x5c3090[_0x1906a2(0x25e)]()&&_0x5c3090[_0x1906a2(0x25e)]()[_0x1906a2(0x182)]()?(await this[_0x1906a2(0x28a)](_0x5c3090,_0x690deb),_0x5889d9?.[_0x1906a2(0x257)]&&_0x5889d9['getData']()[_0x1906a2(0x284)](this['KEY_INIT'],!![]),logger[_0x1906a2(0x1cd)](_0x1906a2(0x16c)+(_0x5889d9?.[_0x1906a2(0x15b)]?.()||_0x45ba75[_0x1906a2(0x27d)])+_0x1906a2(0x193))):logger[_0x1906a2(0x1cd)](_0x1906a2(0x16c)+(_0x5889d9?.[_0x1906a2(0x15b)]?.()||_0x45ba75['zzPGK'])+_0x1906a2(0x269)),PerformanceTester[_0x1906a2(0x1c6)](EVENTS[_0x1906a2(0x1d2)]);}catch(_0x3af38a){PerformanceTester[_0x1906a2(0x1c6)](EVENTS[_0x1906a2(0x1d2)],![],_0x3af38a[_0x1906a2(0x243)]),logger[_0x1906a2(0x1dc)](_0x1906a2(0x1f8)+(_0x3af38a[_0x1906a2(0x1b2)]||_0x3af38a[_0x1906a2(0x243)]));}}async['loadAccessibilityConfig'](_0x3d8b50,_0x1e2c75){const _0x39ea9d=a80_0x382e57;await this[_0x39ea9d(0x1d7)](_0x3d8b50,_0x1e2c75);const _0x276a2d=_0x3d8b50['getAccessibility']()['getOptions']();if(_0x276a2d){const _0x316983=_0x3d8b50['getTesthub']&&_0x3d8b50['getTesthub']();_0x316983&&(this[_0x39ea9d(0x2ad)][this[_0x39ea9d(0x13a)]]=_0x316983[_0x39ea9d(0x28d)]&&_0x316983[_0x39ea9d(0x28d)]());}}[a80_0x382e57(0x144)](_0x20af8a){const _0x176924=a80_0x382e57,_0x43c6f2={};_0x43c6f2[_0x176924(0x24f)]=function(_0x249a39,_0x36a2e1){return _0x249a39===_0x36a2e1;};const _0x5c5c22=_0x43c6f2;try{if(!_0x20af8a)return![];const _0x9e0ab8=this[_0x176924(0x2ad)]?.[_0x176924(0x237)]?.[_0x176924(0x27c)]?.['commandsList']||[],_0x2683dc=_0x9e0ab8['some'](_0x3daa75=>{const _0x24cf54=_0x176924;return _0x3daa75[_0x24cf54(0x13b)]&&_0x5c5c22['JdkhE'](_0x3daa75['name'][_0x24cf54(0x255)](),_0x20af8a[_0x24cf54(0x255)]());});return logger[_0x176924(0x1cd)](_0x176924(0x1ed)+_0x20af8a+_0x176924(0x297)+_0x2683dc+',\x20available\x20commands:\x20'+JSON[_0x176924(0x17b)](_0x9e0ab8['map'](_0x113d9e=>_0x113d9e[_0x176924(0x13b)]))),_0x2683dc;}catch(_0x4b77ee){return logger[_0x176924(0x1cd)](_0x176924(0x1ef)+_0x4b77ee['message']),![];}}[a80_0x382e57(0x1f6)](_0x1ba46a){const _0x5137c0=a80_0x382e57,_0x573603={};_0x573603[_0x5137c0(0x226)]=function(_0x393fac,_0x515235){return _0x393fac===_0x515235;},_0x573603[_0x5137c0(0x16e)]=_0x5137c0(0x1fd),_0x573603['wjUEG']=_0x5137c0(0x2b0);const _0xc1a1c6=_0x573603,_0x5301cb=_0x1ba46a[_0x5137c0(0x1a0)]&&_0x1ba46a['getScript']();return _0x5301cb&&_0xc1a1c6[_0x5137c0(0x226)](typeof _0x5301cb,_0xc1a1c6[_0x5137c0(0x16e)])&&_0x5301cb['includes'](_0xc1a1c6[_0x5137c0(0x1e9)]);}[a80_0x382e57(0x19c)](_0x486fdd){const _0x90a104=a80_0x382e57,_0x417321={};_0x417321[_0x90a104(0x207)]=function(_0x1e1061,_0x7897c3){return _0x1e1061!==_0x7897c3;},_0x417321['xJfDW']=_0x90a104(0x1fd),_0x417321[_0x90a104(0x14c)]='accessibility',_0x417321['RQLVs']=_0x90a104(0x1eb),_0x417321[_0x90a104(0x20c)]='getResults',_0x417321[_0x90a104(0x247)]=_0x90a104(0x250);const _0x387e47=_0x417321,_0x18a725=_0x486fdd[_0x90a104(0x1a0)]&&_0x486fdd[_0x90a104(0x1a0)]();if(!_0x18a725||_0x387e47[_0x90a104(0x207)](typeof _0x18a725,_0x387e47[_0x90a104(0x1ae)]))return![];return _0x18a725[_0x90a104(0x285)](_0x387e47[_0x90a104(0x14c)])||_0x18a725[_0x90a104(0x285)](_0x387e47['RQLVs'])||_0x18a725['includes'](_0x387e47[_0x90a104(0x20c)])||_0x18a725['includes'](_0x387e47['aCvqF']);}[a80_0x382e57(0x14a)](_0x5a22b7,_0x5093a4,_0x6614c7,_0x49b457){const _0xdc3dd1=a80_0x382e57,_0x5223e4={};_0x5223e4['AqSbP']=function(_0x571382,_0x187b92){return _0x571382||_0x187b92;},_0x5223e4[_0xdc3dd1(0x19a)]=function(_0x41b8f3,_0x5d17a8){return _0x41b8f3||_0x5d17a8;},_0x5223e4[_0xdc3dd1(0x1a6)]=function(_0x56140d,_0x29f038){return _0x56140d||_0x29f038;};const _0x1b5a50=_0x5223e4;return{'command':_0x5a22b7,'thTestRunUuid':_0x1b5a50[_0xdc3dd1(0x2a0)](_0x5093a4,''),'thBuildUuid':_0x1b5a50[_0xdc3dd1(0x19a)](_0x6614c7,''),'thJwtToken':_0x1b5a50[_0xdc3dd1(0x1a6)](_0x49b457,''),'timestamp':new Date()[_0xdc3dd1(0x1da)]()};}[a80_0x382e57(0x12a)](_0xc4070f){const _0x532ad2=a80_0x382e57,_0x2fc98b={};_0x2fc98b[_0x532ad2(0x1b7)]=function(_0x49568b,_0x2acd53){return _0x49568b||_0x2acd53;};const _0x531a73=_0x2fc98b;try{const _0xba1840=this[_0x532ad2(0x2ad)]?.[_0x532ad2(0x237)]?.[_0x532ad2(0x2a6)]||[],_0x2829b6=_0xba1840[_0x532ad2(0x22f)](_0xc8c613=>_0xc8c613[_0x532ad2(0x13b)]===_0xc4070f);return _0x531a73[_0x532ad2(0x1b7)](_0x2829b6,null);}catch(_0x277888){return logger['debug'](_0x532ad2(0x1ec)+_0xc4070f+':\x20'+_0x277888['message']),null;}}async[a80_0x382e57(0x1b8)](_0x4f684a,_0x549e25,_0x2ce758=null){const _0x544d60=a80_0x382e57,_0x2081f4={'uLfxf':function(_0x5e9b5a,_0xb17c7){return _0x5e9b5a(_0xb17c7);},'EXpCx':'../../playwright/accessibility-helper'};try{if(!_0x4f684a)return logger[_0x544d60(0x1cd)](_0x544d60(0x1d0)+_0x549e25),null;const _0x8e5022=this[_0x544d60(0x12a)](_0x549e25);if(!_0x8e5022||!_0x8e5022[_0x544d60(0x14e)])return logger[_0x544d60(0x1cd)](_0x544d60(0x128)+_0x549e25+'\x20script\x20available'),null;logger['debug'](_0x544d60(0x204)+_0x549e25+'\x20accessibility\x20script\x20on\x20page');const _0x3f9c40=_0x2081f4[_0x544d60(0x256)](require,_0x2081f4[_0x544d60(0x219)]),_0x57656d=_0x2ce758?await _0x3f9c40['browserStackEvaluate'](_0x4f684a,_0x8e5022[_0x544d60(0x14e)],_0x2ce758):await _0x3f9c40[_0x544d60(0x17f)](_0x4f684a,_0x8e5022[_0x544d60(0x14e)]);return _0x57656d;}catch(_0x1831c1){return logger[_0x544d60(0x1dc)](_0x544d60(0x282)+_0x549e25+':\x20'+(_0x1831c1['stack']||_0x1831c1[_0x544d60(0x243)])),null;}}async[a80_0x382e57(0x2a1)](_0xc9c63,_0x42c680,_0x2e418d,_0x1b9ed7,_0x4b8b3e,_0x5dbd75=a80_0x382e57(0x1b3)){const _0x4dd36b=a80_0x382e57,_0x2c30f0={'zCENY':function(_0x20deca,_0x5203ae){return _0x20deca===_0x5203ae;},'BFCWN':_0x4dd36b(0x1b3),'nEcTp':function(_0x24b8d4,_0x2d8dea){return _0x24b8d4(_0x2d8dea);},'HJxDw':'../../playwright/accessibility-helper'};try{logger[_0x4dd36b(0x1cd)](_0x4dd36b(0x26f)+_0x2e418d+'\x20using\x20script:\x20'+_0x5dbd75);const _0x325fab=this[_0x4dd36b(0x12a)](_0x5dbd75);if(!_0x325fab||!_0x325fab[_0x4dd36b(0x14e)]){logger[_0x4dd36b(0x1cd)]('performScanForCli:\x20No\x20'+_0x5dbd75+_0x4dd36b(0x233));return;}if(_0x2c30f0[_0x4dd36b(0x141)](_0x5dbd75,_0x2c30f0[_0x4dd36b(0x1af)])){const _0x3a4cba=_0x2c30f0[_0x4dd36b(0x28c)](require,_0x2c30f0['HJxDw']),_0x1dc4bb={};_0x1dc4bb['command']=_0x2e418d;const _0x23f2da=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x1879d0=_0x4dd36b;await _0x3a4cba['browserStackEvaluate'](_0xc9c63,_0x325fab[_0x1879d0(0x14e)]);},_0x1dc4bb)();return logger[_0x4dd36b(0x125)](_0x4dd36b(0x143)+_0x5dbd75+_0x4dd36b(0x214)+_0x2e418d+':\x20'+util['format'](_0x23f2da)),_0x23f2da;}const _0xbe9903=_0x2c30f0[_0x4dd36b(0x28c)](require,_0x2c30f0[_0x4dd36b(0x137)]),_0x260633=await PerformanceTester[_0x4dd36b(0x263)](PerformanceA11yEvents[_0x4dd36b(0x197)],async()=>{const _0x445cfa=_0x4dd36b;await _0xbe9903[_0x445cfa(0x17f)](_0xc9c63,_0x325fab[_0x445cfa(0x14e)],_0x1b9ed7);})();return logger[_0x4dd36b(0x125)](_0x4dd36b(0x143)+_0x5dbd75+_0x4dd36b(0x214)+_0x2e418d+':\x20'+util[_0x4dd36b(0x15f)](_0x260633)),_0x260633;}catch(_0x424f19){logger[_0x4dd36b(0x1dc)](_0x4dd36b(0x22c)+_0x5dbd75+':\x20'+(_0x424f19['stack']||_0x424f19['message']));}}async['validatePlatformForAccessibility'](_0x96447e){const _0x45bded=a80_0x382e57,_0x4a8890={'CIFGj':function(_0x3d92c8,_0x161946){return _0x3d92c8(_0x161946);},'OmHjG':_0x45bded(0x199)};try{const _0x1b6f96=_0x4a8890[_0x45bded(0x244)](require,_0x4a8890['OmHjG']);return await _0x1b6f96[_0x45bded(0x236)](_0x96447e);}catch(_0x583cce){return logger['error'](_0x45bded(0x13f)+(_0x583cce[_0x45bded(0x1b2)]||_0x583cce[_0x45bded(0x243)])),![];}}[a80_0x382e57(0x147)](_0x38c364,_0x27ce1e,_0x514f5f){const _0x2b1ab4=a80_0x382e57,_0x711015={'EmYNW':function(_0x24ab8a,_0x53e6b0){return _0x24ab8a(_0x53e6b0);},'xBrjk':'../../playwright/accessibility-helper','MYxLs':_0x2b1ab4(0x2ab),'KGFQo':_0x2b1ab4(0x224)};try{const _0x2d3fb3=_0x711015[_0x2b1ab4(0x201)](require,_0x711015[_0x2b1ab4(0x26a)]);_0x2d3fb3[_0x2b1ab4(0x147)](_0x38c364,_0x27ce1e,_0x514f5f);const _0xdabf5a=JSON[_0x2b1ab4(0x17b)](_0x38c364)[_0x2b1ab4(0x1e6)](/"browserstack\.user":"[^"]*"/g,_0x711015[_0x2b1ab4(0x274)])[_0x2b1ab4(0x1e6)](/"browserstack\.key":"[^"]*"/g,_0x711015[_0x2b1ab4(0x212)]);logger[_0x2b1ab4(0x1cd)](_0x2b1ab4(0x2a4)+global[_0x2b1ab4(0x211)]+'\x20'+_0xdabf5a);}catch(_0x1b062b){logger[_0x2b1ab4(0x1dc)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x1b062b[_0x2b1ab4(0x1b2)]||_0x1b062b[_0x2b1ab4(0x243)]));}}async[a80_0x382e57(0x155)](_0x4f74d1){const _0x3e2c54=a80_0x382e57,_0x582154={};_0x582154[_0x3e2c54(0x24c)]=_0x3e2c54(0x1d9),_0x582154['wqjoH']='getResults';const _0x186979=_0x582154;try{if(!this[_0x3e2c54(0x186)]())return logger[_0x3e2c54(0x2b1)](_0x186979['YFfPp']),[];const _0x25cf83=await this[_0x3e2c54(0x1b8)](_0x4f74d1,_0x186979['wqjoH']);return _0x25cf83||[];}catch(_0x1c6a8b){return logger[_0x3e2c54(0x1dc)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x1c6a8b[_0x3e2c54(0x1b2)]||_0x1c6a8b[_0x3e2c54(0x243)])),[];}}async[a80_0x382e57(0x205)](_0x207a11){const _0x5cc566=a80_0x382e57,_0x1ced07={};_0x1ced07['yYOOV']=_0x5cc566(0x12c),_0x1ced07[_0x5cc566(0x129)]='getResultsSummary',_0x1ced07[_0x5cc566(0x227)]=function(_0x3a4db6,_0x21bc93){return _0x3a4db6||_0x21bc93;};const _0x38714c=_0x1ced07;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x5cc566(0x2b1)](_0x38714c[_0x5cc566(0x267)]),{};const _0x7e656d=await this[_0x5cc566(0x1b8)](_0x207a11,_0x38714c['Amksl']);return _0x38714c['tACyF'](_0x7e656d,{});}catch(_0x2e1d88){return logger[_0x5cc566(0x1dc)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x2e1d88[_0x5cc566(0x1b2)]||_0x2e1d88['message'])),{};}}async[a80_0x382e57(0x16b)](_0x2d2bae,_0x165d6b,_0x3f4e5e=null){const _0x542d14=a80_0x382e57,_0x261c35={};_0x261c35[_0x542d14(0x136)]='performPageScan:\x20Page\x20is\x20null',_0x261c35[_0x542d14(0x135)]=_0x542d14(0x18a),_0x261c35['jKjYn']=_0x542d14(0x1f5);const _0x194933=_0x261c35;try{if(!_0x2d2bae)return logger[_0x542d14(0x1cd)](_0x194933[_0x542d14(0x136)]),null;if(!_0x165d6b)return logger[_0x542d14(0x1cd)](_0x194933[_0x542d14(0x135)]),null;logger[_0x542d14(0x1cd)](_0x194933[_0x542d14(0x152)]);const _0x350833=_0x3f4e5e?await _0x2d2bae[_0x542d14(0x25d)](_0x165d6b,_0x3f4e5e):await _0x2d2bae[_0x542d14(0x25d)](_0x165d6b);return _0x350833;}catch(_0x137aaf){return logger[_0x542d14(0x1dc)](_0x542d14(0x281)+(_0x137aaf[_0x542d14(0x1b2)]||_0x137aaf[_0x542d14(0x243)])),null;}}static['loadDriverExecuteParams'](_0xce0b6e,_0x341d87){const _0x356c5c=a80_0x382e57,_0x4db7bc={};_0x4db7bc[_0x356c5c(0x126)]='ascii';const _0xd34bc3=_0x4db7bc,_0x769e95={};_0x769e95[_0x356c5c(0x1e4)]=_0xce0b6e;const _0x33ac90=_0x769e95;let _0x513d3c={};if(_0x341d87['getSuccess']()&&_0x341d87[_0x356c5c(0x25f)]())try{_0x513d3c=JSON['parse'](new Buffer(_0x341d87[_0x356c5c(0x13e)]())[_0x356c5c(0x19e)](_0xd34bc3[_0x356c5c(0x126)]));}catch(_0x26bb1b){logger['error'](_0x356c5c(0x200)+_0x26bb1b[_0x356c5c(0x243)]),_0x513d3c={};}return CLIUtils[_0x356c5c(0x253)](_0x33ac90,_0x513d3c);}static async['fetchCentralAuthA11yConfig'](_0x36347d,_0x3d076d=''){const _0x4c7841=a80_0x382e57,_0x310117={};_0x310117[_0x4c7841(0x202)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x310117[_0x4c7841(0x29c)]=_0x4c7841(0x239);const _0x37ee47=_0x310117;try{if(AccessibilityModule[_0x4c7841(0x29e)])return AccessibilityModule[_0x4c7841(0x177)];if(!process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x4c7841(0x1dc)](_0x37ee47[_0x4c7841(0x202)]),{};const _0x215380=await GrpcClient[_0x4c7841(0x23a)]()[_0x4c7841(0x17a)](process[_0x4c7841(0x203)][_0x4c7841(0x20a)],_0x37ee47[_0x4c7841(0x29c)],_0x36347d),_0x152d38=AccessibilityModule[_0x4c7841(0x1fb)](_0x3d076d,_0x215380);return AccessibilityModule['_centralAuthA11yConfig']=_0x152d38,AccessibilityModule[_0x4c7841(0x29e)]=!![],AccessibilityModule['_centralAuthA11yConfig'];}catch(_0x5dc965){return logger['error']('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x36347d+':\x20'+(_0x5dc965[_0x4c7841(0x1b2)]||_0x5dc965[_0x4c7841(0x243)])),{};}}};module[a80_0x382e57(0x295)]=AccessibilityModule;function a80_0x75bb(_0x2ef5f6,_0x340d02){const _0x113c6a=a80_0x113c();return a80_0x75bb=function(_0x75bb5e,_0x5123fb){_0x75bb5e=_0x75bb5e-0x125;let _0x2a7344=_0x113c6a[_0x75bb5e];return _0x2a7344;},a80_0x75bb(_0x2ef5f6,_0x340d02);}function a80_0x113c(){const _0x31d842=['isAppAccessibility','browserstack_executor','warn','zrDUO','846010RnltnT','88281lfKFjT','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','info','RaqJy','FLRdX','executeScriptByName:\x20No\x20','Amksl','getScriptByName','getCapabilityValue','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','dghMA','LKmvL','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','7APTLWf','stopTestCapture','11806003mAuecj','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','ibyZX','icWXQ','dirCV','HJxDw','../../../helpers/accessibility-automation/scripts','LgbYv','KEY_TESTHUB_BUILD_ID','name','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','scannerVersion','getAccessibilityExecuteParams','Error\x20in\x20validatePlatformForAccessibility:\x20','onBeforeExecute:\x20No\x20command\x20name\x20provided','zCENY','QUIT','Page\x20','shouldScanForCommand','KPeKX','Error\x20in\x20stopTestCapture:\x20','processAccessibilityCaps','getOptions','unknown','getParamsForScanForCli','KEY_INIT','dayZr','YuhGy','command','DTUdC','vtjWf','delete','jKjYn','Error\x20getting\x20capability\x20value\x20for\x20','BlOeV','getAccessibilityResults','getCurrentInstanceName','browserstack.accessibilityOptions.scannerProcessingTimeout','slVyT','DRIVER_HAS_URL','toJson','getPlatformIndex','function','present','yPlGp','format','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','nbPpm','__accessibilityOptions','INjFB','util','BROWSERSTACK_TEST_ACCESSIBILITY_YML','__workerDetails','YmCbA','capabilities','getContext','jlTFe','performPageScan','[platform\x20-\x20','isPlatformSupported:\x20caps\x20are\x20null','gKQRD','UOOKC','zxhia','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','../cliUtils','jgyKF','getName','kCecH','KEY_DRIVER_HAS_URL','_centralAuthA11yConfig','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','onAfterTest:\x20event=','fetchDriverExecuteParamsEvent','stringify','instance','JUSTv','excludeTagsInTestingScope','browserStackEvaluate','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20cucumber\x20test\x20framework','platformCaps','getSuccess',',\x20tags=','onBeforeTest','jfJat','getCurrentAccessibilityStatus','browserstack.accessibilityOptions.scannerVersion','7425130oMdrfW','finishScanningForCli','performPageScan:\x20Script\x20is\x20null','split','CrEWg','DgUGj','GKFbz','Cxsro','ukMFn','Error\x20applying\x20sendMessageToServer\x20patch:\x20','assign',']\x20Accessibility\x20configuration\x20initialized\x20successfully','setShouldScanCurrentTest','onBeforeExecute:\x20command=','QhZxG','SAVE_RESULTS','QutYD','../../../helpers/accessibility-automation/helper','cMOHA','BS_A11Y_JWT','isAccessibilityScriptCommand','LOG_DISABLED_SHOWN','toString','Performing\x20scan\x20before\x20from\x20cli','getScript','pketB','PRE','POST','null','dowdG','zwIQI','JUXaZ','lIhYA','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BROWSERSTACK_TESTHUB_JWT','TEST_INIT','hDNJS','EpMoJ','xJfDW','BFCWN','880647ncBSdC',']\x20isEnabledTestcase\x20result=','stack','scan','sYZaB','NxQUK','OrGyD','oypti','executeScriptByName','getCommandsToWrap','getTestDetails','getLogDisabledShown','12rTVNxm','../framework/automationFramework','browserVersion','MODULE_NAME','setLogDisabledShown','ZhWdN','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','\x20testHubUuid=',']\x20onAfterTest\x20should\x20scan=','ACCESSIBILITY_INITIALIZED','end','NON_BROWSERSTACK_AUTOMATION_SESSIONS','pHknI','Context','TrackedInstance','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','BNgbd','debug','iUwtj',',\x20\x0a\x20','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','lMQZE','SDK_ACCESSIBILITY_CONFIG','get','lkeqy','GmXXX','pgPko','setAccessibilityConfig','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','toISOString','6316146yAcpaK','error','parseFromProto','onAfterTest','CREATE','pwPage','isEnabledTestcase','capabilitiesList','bGyOz','thTestRunUuid','AUTOMATION_SESSIONS','replace','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','wjUEG','bgOMo','performScan','Error\x20getting\x20script\x20by\x20name\x20','shouldScanForCommand:\x20','UFIOV','Error\x20in\x20shouldScanForCommand:\x20','map','braOh','wcagVersion','onBeforeExecute:\x20Command\x20','getValue','Executing\x20accessibility\x20script\x20on\x20page','isBrowserstackScriptCommand','cryMp','Error\x20in\x20initAccessibilityConfig:\x20','page','rcqSf','loadDriverExecuteParams','getTestUUID','string','kvByK','saveResults','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','EmYNW','DeJlf','env','Executing\x20','getAccessibilityResultsSummary','includeTagsInTestingScope','oNiaP','XsTMN','616NESRbU','BROWSERSTACK_CLI_BIN_SESSION_ID','accessibilityToken','BmXXN','eUKqZ','../state/hookState','IYjtu','applySendMessageToServerPatch','accessibilityPlatform','KGFQo','rOoWk','\x20result\x20for\x20','kqBXD','CHFOc','has','getAccessibilityConfig','EXpCx','setAccessibilityToken','test_tags','getCommandsList','wjqds','qcOYZ','value','NDClc','oyuWN',']\x20clear\x20','true','\x22browserstack.key\x22:\x22[REDACTED]\x22','length','MGpCA','tACyF','XTcJI','../state/automationFrameworkState','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','VoHGR','Error\x20in\x20performScanForCli\x20for\x20script\x20','registerObserver','pDUvP','find','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','isEnabled','114122izXblr','\x20script\x20available\x20in\x20scriptsList','test_run_id','tiAqw','platformValidation','options','yWSmV','accessibility','getInstance','vLQYP','browserName','cBrNV','MergedScanArgs:\x20','test-tags-->\x20','getGoogleChromeOptions','getTrackedInstance','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','message','CIFGj','NhAsy','\x20a11yToken=','aCvqF','isArray','Tptht','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','isPlatformSupported','YFfPp','xDrvE','cucumber','JdkhE','saveTestResults','JKReL','ozarP','mergeObject','../../../helpers/accessibility-automation/constants','toLowerCase','uLfxf','getData','ScanArgs:\x20','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20cucumber\x20test\x20framework','fetchCentralAuthA11yConfig','onBeforeExecute','KdnMJ','evaluate','getAccessibility','hasAccessibilityExecuteParams','qqOUZ','scannerProcessingTimeout','AlzMU','measureWrapper','sSxxR','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20cucumber\x20test\x20framework','latest','yYOOV','a11y:save-results',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','xBrjk','jvDCl','kyBRw','getState','ydOGB','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','testFramework','kERKC','patchSendMessageToServer','2OdVnab','MYxLs','FJgFJ','cniab','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','wREXA','setShouldScan','commandName','lCFRM','commandsToWrap','zzPGK','launchCaps','DRIVER_INIT','_sendMessageServerPatchApplied','Error\x20in\x20performPageScan:\x20','Error\x20executing\x20script\x20','EXECUTE','set','includes','IWeMr','browserstack.accessibilityOptions.authToken','getCapabilitiesList','bind','loadAccessibilityConfig','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','nEcTp','getBuildId','vqqWI','../grpcClient','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','cDtQP','initAccessibilityConfig','../../../helpers/helper','name:\x20','exports','testhub_build_uuid','\x20->\x20','tgPfE','start','AMIPw','ACbOE','GBIZw','sIuud','_centralAuthConfigFetched','EusXG','AqSbP','performScanForCli','shouldScanCurrentTest','browser','Processed\x20accessibility\x20caps\x20','updateData','scriptsList','browserstack.accessibilityOptions.wcagVersion','getTestId','./baseModule','10|0|8|13|14|2|5|7|4|11|12|1|9|6|3','\x22browserstack.user\x22:\x22[REDACTED]\x22','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','accessibilityConfig','MFYwg'];a80_0x113c=function(){return _0x31d842;};return a80_0x113c();}
1
+ function a80_0xf2f5(){const _0x3a8879=['fetchCentralAuthA11yConfig','htfQR','loadAccessibilityConfig','DxMvU','test_tags','BUinR','onBeforeTest:\x20event=','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','latest','applySendMessageToServerPatch','\x20script\x20available\x20in\x20scriptsList','stopTestCapture','setShouldScan','bvvYo','PERFORM_SCAN',']\x20clear\x20','LUoxl','izVnI','getName','performScan','../cliUtils','Error\x20checking\x20headless\x20capability:\x20','BvWyZ','browser','CmGYM','dXGXy','lMOXz','validatePlatformForAccessibility',',\x20tags=','getModuleName','rzAbO','mKISr','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','testFramework','ScanArgs:\x20','../../../helpers/accessibility-automation/helper','KEY_TESTHUB_BUILD_ID','eaRZX','PfguH','akhyv','DDQSC','toObject','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','VVVze','headless','EmtiV','137716ikKBkN','isPlatformSupported','Exception\x20in\x20isPlatformSupported:\x20','5171352EYlCds','cOwRC','string','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','cZUMT','getCurrentInstanceName','error','../grpcClient','includes','isEnabledTestcase','getTesthub','includeTagsInTestingScope','30lruWKb',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','debug','performScanForCli','name:\x20','getResultsSummary','isArray','isAppAccessibility','VHtpe','executeScriptByName:\x20No\x20','JeSRH','rGfrU','BS_A11Y_JWT','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','scan','isEnabled','getScriptByName','3gfquTx','Error\x20applying\x20sendMessageToServer\x20patch:\x20','PyloA','JSAuK','TEST_INIT','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20cucumber\x20test\x20framework','kVUeR','getInstance','fetchDriverExecuteParamsEvent','patchSendMessageToServer','180NBwjWo','onBeforeExecute:\x20command=','page','onBeforeExecute:\x20No\x20command\x20name\x20provided','aYdrQ','browserstack_executor','cjdex','getCapabilitiesList','util','rSCMz','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','25938960KxdIhI','kXvpb','evaluate','APFdT','toLowerCase','Error\x20in\x20getAccessibilityResultsSummary:\x20','EXECUTE','\x22browserstack.key\x22:\x22[REDACTED]\x22','pBPTn','cqssF','bPqoQ','shouldScanForCommand:\x20','setAccessibilityConfig','commandsList','jKQAC','zfqAt','Performing\x20scan\x20before\x20from\x20cli','TiaBT','shouldScanCurrentTest','nFZDr','env','mergeObject','FXJGr','../../../helpers/performance/performance-tester.js','getCurrentAccessibilityStatus','IpTfx','saveTestResults','CJjxA','TgjBB','SoNjw','iCfax','iQjgF','coyRV','BROWSERSTACK_CLI_BIN_SESSION_ID','DciuV','\x20a11yToken=','getOptions','saveResults','format','NQgTz','sdQLr','getValue','gthaj','KEY_INIT','Page\x20','getAccessibilityResults','_sendMessageServerPatchApplied','some','MODULE_NAME','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','oesTQ','accessibility','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',',\x20available\x20commands:\x20','scannerProcessingTimeout','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','getSuccess',']\x20Accessibility\x20configuration\x20initialized\x20successfully','KXRKT','DmoUp','sWkqd','weuSf','capabilitiesList','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','chrome','IGCOF','lJbXD','\x20script\x20available','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','stack','DkvmY','AMHkX','performPageScan','bind','launchCaps','initAccessibilityConfig','ckZcN','toJson',',\x20includeTags=','sdOVS','getScript','Error\x20getting\x20script\x20by\x20name\x20','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','RGSMK','TOuWL','Context','xxatw','getAccessibilityResultsSummary','fppJc','gCUkb','[platform\x20-\x20','length','toString','cnWfc','info','registerObserver','ToHwW','browserStackEvaluate','getTestDetails','HDWLw','uACGm','ZZLRS','5133208wUBXrt','iRgAh','IiZJy','wcagVersion','5610249IwPiRs','../../../helpers/accessibility-automation/scripts','Error\x20in\x20processAccessibilityCaps:\x20','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','browserstack.accessibilityOptions.wcagVersion','parse','scannerVersion','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','replace','../../playwright/accessibility-helper','5|7|1|14|8|0|9|13|2|4|10|11|12|6|3','browserstack.accessibilityOptions.scannerVersion','hasAccessibilityExecuteParams','arCcK','NON_BROWSERSTACK_AUTOMATION_SESSIONS','QMVYd','finishScanningForCli','scriptsList','command','PRE','isPlatformSupported:\x20caps\x20are\x20null','dTWMk',']\x20isEnabledTestcase\x20result=','YkqIQ','onBeforeTest','LPIqP','getCommandsToWrap','setLogDisabledShown','../state/hookState','401538bsYhlG','measureWrapper','value','Error\x20in\x20performPageScan:\x20','executeScriptByName','ascii','onAfterTest','DRIVER_HAS_URL','onBeforeExecute','AUTOMATION_SESSIONS','null','getState','getContext','afterTestHook','onAfterTest:\x20event=','XBjso','DdtMY','getGoogleChromeOptions','getLogDisabledShown','AzcOU','qJKcx','yKZAM','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','oJAUf','excludeTagsInTestingScope','nkKCY','KDmRo','lXNhR','\x20result\x20for\x20','gxAKg','uOnRe','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','ECOlo','\x20testHubUuid=','split','LslRt','processAccessibilityCaps','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','LOG_DISABLED_SHOWN','updateData','pjWJf','set','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','get','getData','performPageScan:\x20Page\x20is\x20null','capabilities','../../../helpers/helper','getScriptsList',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','Error\x20in\x20initAccessibilityConfig:\x20','unknown',',\x20\x0a\x20','commandName','start','UaBWv','name','onBeforeExecute:\x20Command\x20','parseFromProto','\x20->\x20','_centralAuthConfigFetched','commandsToWrap','dgVht','warn','toISOString','DRIVER_INIT','Error\x20getting\x20capability\x20value\x20for\x20','MergedScanArgs:\x20','accessibilityPlatform','SiyXe','BROWSERSTACK_TEST_ACCESSIBILITY_YML','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','mtGkW','ItEfr','1510761iiPqEI','map','QFaMy','browserName','cinuA','true','kZMTq','SDK_ACCESSIBILITY_CONFIG','platformCaps','OZgIH','getCapabilityValue','MKqiX','options','BjtTy','find','has','PRfLr','apory','pMLeN','../../../helpers/classLogger','RiYwO','qrHGu','accessibilityConfig','_centralAuthA11yConfig','\x22browserstack.user\x22:\x22[REDACTED]\x22','kWtvh','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','CIUFh','getPlatformIndex','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','FEzBF','getAccessibility','KTwnb','xkxyA','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','function',']\x20should\x20run\x20accessibility\x20value=','a11y:save-results','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','stringify','QsRAL','XAHrI','getTestUUID','eohrC','pwPage','__accessibilityOptions','eJHCP','hFuNY','ZsEsG','qWCHY','MLjGK','THfVr','KiPAd','Executing\x20accessibility\x20script\x20on\x20page','ACCESSIBILITY_INITIALIZED','browserVersion','setAccessibilityToken','\x20using\x20script:\x20','../state/automationFrameworkState','FvFxN','playwright-chromium','loadDriverExecuteParams','pSyfe','cucumber','hvpnv','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','KEY_DRIVER_HAS_URL','assign','getTrackedInstance','eLZQl','getParamsForScanForCli','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','instance','message','__workerDetails'];a80_0xf2f5=function(){return _0x3a8879;};return a80_0xf2f5();}function a80_0x3fa0(_0x873029,_0x4abe5c){const _0xf2f5bb=a80_0xf2f5();return a80_0x3fa0=function(_0x3fa0a3,_0x890028){_0x3fa0a3=_0x3fa0a3-0x68;let _0xc620c1=_0xf2f5bb[_0x3fa0a3];return _0xc620c1;},a80_0x3fa0(_0x873029,_0x4abe5c);}const a80_0x47d4d5=a80_0x3fa0;(function(_0x44c820,_0x9a9c28){const _0x115aab=a80_0x3fa0,_0x24f593=_0x44c820();while(!![]){try{const _0x4e516a=parseInt(_0x115aab(0xe8))/0x1*(-parseInt(_0x115aab(0x184))/0x2)+parseInt(_0x115aab(0xcb))/0x3+parseInt(_0x115aab(0xc8))/0x4*(parseInt(_0x115aab(0xf2))/0x5)+-parseInt(_0x115aab(0xd7))/0x6*(-parseInt(_0x115aab(0x1ce))/0x7)+parseInt(_0x115aab(0x163))/0x8+-parseInt(_0x115aab(0x167))/0x9+-parseInt(_0x115aab(0xfd))/0xa;if(_0x4e516a===_0x9a9c28)break;else _0x24f593['push'](_0x24f593['shift']());}catch(_0x3b95c6){_0x24f593['push'](_0x24f593['shift']());}}}(a80_0xf2f5,0xd30ae));const BaseModule=require('./baseModule'),{createClassLogger}=require(a80_0x47d4d5(0x1e1)),CLIUtils=require(a80_0x47d4d5(0xae)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a80_0x47d4d5(0x89)),HookState=require(a80_0x47d4d5(0x183)),GrpcClient=require(a80_0x47d4d5(0xd2)),scripts=require(a80_0x47d4d5(0x168)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a80_0x47d4d5(0x114)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('../../../helpers/accessibility-automation/constants'),{nestedKeyValue,isUndefined}=require(a80_0x47d4d5(0x1b3)),util=require(a80_0x47d4d5(0xfa)),TestInfo=require('../TestInfo.js');class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a80_0x47d4d5(0x1bc)];static [a80_0x47d4d5(0x1c0)]=![];static [a80_0x47d4d5(0x1e5)]={};constructor(_0x68274){const _0x520e3d=a80_0x47d4d5,_0x5a1cb0={};_0x5a1cb0[_0x520e3d(0x13f)]=_0x520e3d(0x171),_0x5a1cb0[_0x520e3d(0xb2)]='testhub_build_uuid',_0x5a1cb0[_0x520e3d(0xa7)]=_0x520e3d(0x18b),_0x5a1cb0[_0x520e3d(0x113)]=_0x520e3d(0x85);const _0x28c56d=_0x5a1cb0,_0x51661d=_0x28c56d['lJbXD'][_0x520e3d(0x1a6)]('|');let _0x25a9f8=0x0;while(!![]){switch(_0x51661d[_0x25a9f8++]){case'0':this[_0x520e3d(0x1e4)]=_0x68274[_0x520e3d(0xc3)]();continue;case'1':AutomationFramework[_0x520e3d(0x15c)](AutomationFrameworkState['CREATE'],HookState['POST'],this[_0x520e3d(0x17f)][_0x520e3d(0x146)](this));continue;case'2':this[_0x520e3d(0xde)]=![];continue;case'3':this[_0x520e3d(0xbe)]=_0x28c56d[_0x520e3d(0xb2)];continue;case'4':this['capabilities']=[];continue;case'5':super();continue;case'6':this[_0x520e3d(0x91)]=_0x28c56d['bvvYo'];continue;case'7':AutomationFramework[_0x520e3d(0x15c)](AutomationFrameworkState[_0x520e3d(0x103)],HookState[_0x520e3d(0x17a)],this['onBeforeExecute'][_0x520e3d(0x146)](this));continue;case'8':this['isEnabled']=!![];continue;case'9':this[_0x520e3d(0x130)]=new Map();continue;case'10':this['_sendMessageServerPatchApplied']=![];continue;case'11':this[_0x520e3d(0x87)](_0x68274[_0x520e3d(0x121)]()['getCapabilitiesList']());continue;case'12':this[_0x520e3d(0x128)]=_0x28c56d[_0x520e3d(0x113)];continue;case'13':this[_0x520e3d(0x1aa)]=new Map();continue;case'14':AutomationFramework[_0x520e3d(0x15c)](AutomationFrameworkState['QUIT'],HookState[_0x520e3d(0x17a)],this[_0x520e3d(0x18a)]['bind'](this));continue;}break;}}[a80_0x47d4d5(0xe6)](){return this['isEnabled'];}[a80_0x47d4d5(0xb7)](){const _0x1b531d=a80_0x47d4d5;return AccessibilityModule[_0x1b531d(0x12d)];}[a80_0x47d4d5(0x115)](){const _0x3df43f=a80_0x47d4d5;return this[_0x3df43f(0x130)][_0x3df43f(0x1af)](CLIUtils['getCurrentInstanceName'](),![]);}[a80_0x47d4d5(0x196)](){const _0x7ad6b6=a80_0x47d4d5;return this['LOG_DISABLED_SHOWN'][_0x7ad6b6(0x1af)](CLIUtils[_0x7ad6b6(0xd0)](),![]);}[a80_0x47d4d5(0x182)](_0xa07736){const _0x3e57f3=a80_0x47d4d5;this[_0x3e57f3(0x1aa)]['set'](CLIUtils[_0x3e57f3(0xd0)](),_0xa07736);}[a80_0x47d4d5(0xa3)](){const _0xa93f47=a80_0x47d4d5,_0x23ea20={'hrbLm':_0xa93f47(0xba),'izVnI':function(_0x1362bb,_0x372a0b){return _0x1362bb(_0x372a0b);},'cqssF':'../../utils/playwright-patcher','zfqAt':_0xa93f47(0x134),'cjdex':_0xa93f47(0x96)};if(this[_0xa93f47(0x12b)]){logger[_0xa93f47(0xd9)](_0x23ea20['hrbLm']);return;}try{const _0x134562=_0x23ea20[_0xa93f47(0xab)](require,_0x23ea20[_0xa93f47(0x106)]);_0x134562&&_0x134562[_0xa93f47(0xf1)]?(_0x134562[_0xa93f47(0xf1)](),this[_0xa93f47(0x12b)]=!![],logger[_0xa93f47(0xd9)](_0x23ea20[_0xa93f47(0x10c)])):logger['debug'](_0x23ea20[_0xa93f47(0xf8)]);}catch(_0x448897){logger[_0xa93f47(0xd9)](_0xa93f47(0xe9)+util[_0xa93f47(0x123)](_0x448897));}}[a80_0x47d4d5(0xc9)](_0x4b6d1c=null,_0x536843=null,_0x26756e=null){const _0x495b9e=a80_0x47d4d5,_0x44d654={'SZKpI':function(_0x52e1da,_0x2e160a){return _0x52e1da&&_0x2e160a;},'UaBWv':_0x495b9e(0x17b),'PyloA':function(_0x290665,_0x221374){return _0x290665(_0x221374);},'cqpcu':_0x495b9e(0xbd),'xkxyA':function(_0x3ef514,_0x50ad8a){return _0x3ef514(_0x50ad8a);},'uOnRe':'../../../helpers/helper','pBPTn':function(_0x112e84){return _0x112e84();},'JeSRH':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','BUinR':function(_0x15d3fd,_0xa326b3){return _0x15d3fd===_0xa326b3;},'sdQLr':_0x495b9e(0x13d),'AzcOU':_0x495b9e(0x8b),'qmBpz':function(_0x43e489,_0x7faa1b){return _0x43e489===_0x7faa1b;},'cnWfc':_0x495b9e(0x131),'qWCHY':function(_0xaffbc8,_0xd31455){return _0xaffbc8===_0xd31455;},'weuSf':_0x495b9e(0x1d3),'hvpnv':_0x495b9e(0xcd),'VVVze':function(_0x27f6b6,_0x3afcd9){return _0x27f6b6===_0x3afcd9;},'BjtTy':_0x495b9e(0x14f),'oesTQ':function(_0x2a1cb0){return _0x2a1cb0();},'lMOXz':function(_0x385690,_0x3a6c1f){return _0x385690>_0x3a6c1f;},'gxAKg':function(_0xbbf76d,_0x87cb8d){return _0xbbf76d(_0x87cb8d);},'WwkMg':_0x495b9e(0x71),'rGfrU':function(_0x365854,_0x55c5bb){return _0x365854!==_0x55c5bb;},'TiaBT':_0x495b9e(0xa2),'sdOVS':function(_0x586d03,_0x492609){return _0x586d03>_0x492609;},'zMDif':function(_0x2ca8af,_0x5460ce){return _0x2ca8af(_0x5460ce);},'DkvmY':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x44d654['SZKpI'](!_0x536843,!_0x26756e))return logger[_0x495b9e(0xd9)](_0x44d654[_0x495b9e(0x1bb)]),![];const {isAccessibilityAutomationSession:_0x7e41a3}=_0x44d654[_0x495b9e(0xea)](require,_0x44d654['cqpcu']),{isUndefined:_0x42f7a4,isBrowserstackInfra:_0x3e31e5}=_0x44d654[_0x495b9e(0x70)](require,_0x44d654[_0x495b9e(0x1a2)]);if(!_0x44d654[_0x495b9e(0x105)](_0x7e41a3))return logger['debug'](_0x44d654[_0x495b9e(0xe1)]),![];if(!(_0x536843[_0x495b9e(0x1d1)]&&_0x44d654[_0x495b9e(0x9f)](_0x536843[_0x495b9e(0x1d1)][_0x495b9e(0x101)](),_0x44d654[_0x495b9e(0x125)])||_0x536843[_0x495b9e(0x1d1)]&&_0x44d654[_0x495b9e(0x9f)](_0x536843[_0x495b9e(0x1d1)][_0x495b9e(0x101)](),_0x44d654[_0x495b9e(0x197)])||_0x536843['browser']&&_0x44d654[_0x495b9e(0x9f)](_0x536843[_0x495b9e(0xb1)][_0x495b9e(0x101)](),_0x44d654[_0x495b9e(0x125)])||_0x536843[_0x495b9e(0xb1)]&&_0x44d654['qmBpz'](_0x536843['browser']['toLowerCase'](),_0x44d654[_0x495b9e(0x197)])))return logger[_0x495b9e(0x1c3)](_0x44d654[_0x495b9e(0x15a)]),![];try{const _0xb5fc8b=_0x536843[_0x495b9e(0xc6)],_0xf2e514=_0x44d654[_0x495b9e(0x9f)](_0xb5fc8b,!![])||_0x44d654[_0x495b9e(0x80)](_0xb5fc8b,_0x44d654[_0x495b9e(0x13a)])||_0x44d654['BUinR'](typeof _0xb5fc8b,_0x44d654[_0x495b9e(0x8f)])&&_0x44d654[_0x495b9e(0xc5)](_0xb5fc8b[_0x495b9e(0x101)](),_0x44d654[_0x495b9e(0x13a)]);if(_0xf2e514)return logger[_0x495b9e(0x1c3)](_0x44d654[_0x495b9e(0x1db)]),![];}catch(_0xe05f11){logger[_0x495b9e(0xd9)](_0x495b9e(0xaf)+util['format'](_0xe05f11));}if(!_0x44d654[_0x495b9e(0x12f)](_0x3e31e5)){if(!_0x44d654[_0x495b9e(0xb4)](_0x44d654['gxAKg'](parseFloat,_0x536843['browserVersion']),_0x44d654['xkxyA'](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger['warn'](_0x44d654['WwkMg']),![];}else{if(_0x44d654[_0x495b9e(0xe2)](_0x536843[_0x495b9e(0x86)],_0x44d654[_0x495b9e(0x10e)])&&!_0x44d654[_0x495b9e(0x14c)](_0x44d654['zMDif'](parseFloat,_0x536843[_0x495b9e(0x86)]),_0x44d654[_0x495b9e(0x1a1)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x44d654[_0x495b9e(0x143)]),![];}return!![];}catch(_0x320b19){return logger[_0x495b9e(0xd9)](_0x495b9e(0xca)+_0x320b19['message']),![];}}['isEnabledTestcase'](_0x390d01=[],_0x11f6aa){const _0x3e1c86=a80_0x47d4d5,_0x27abf5={'PKrcN':function(_0x36dacb,_0x3528e7){return _0x36dacb===_0x3528e7;},'lXNhR':function(_0xef8962,_0x1a8ab7){return _0xef8962(_0x1a8ab7);},'akhyv':function(_0x111d99,_0x43161c){return _0x111d99>_0x43161c;},'kVUeR':function(_0x57f45d,_0x2c4150){return _0x57f45d&&_0x2c4150;},'pMLeN':_0x3e1c86(0x1b7)};try{const _0x3658e0=process[_0x3e1c86(0x111)][_0x3e1c86(0x19a)]?JSON['parse'](process[_0x3e1c86(0x111)][_0x3e1c86(0x19a)]):null;if(!_0x3658e0)return!![];const _0x4089c8=Array[_0x3e1c86(0xdd)](_0x3658e0[_0x3e1c86(0xd6)])?_0x3658e0['includeTagsInTestingScope']:[],_0x1f1b70=Array[_0x3e1c86(0xdd)](_0x3658e0['excludeTagsInTestingScope'])?_0x3658e0[_0x3e1c86(0x19c)]:[];let _0x898b12=![],_0xc4dd99=_0x27abf5['PKrcN'](_0x4089c8[_0x3e1c86(0x158)],0x0);const _0x44720c=_0x4953ec=>typeof _0x4953ec===_0x3e1c86(0xcd)?_0x4953ec[_0x3e1c86(0x16f)](/^@/,'')['toLowerCase']()['trim']():_0x4953ec,_0x5448cc=new Set(_0x4089c8['map'](_0x44720c)),_0x58c5ad=new Set(_0x1f1b70['map'](_0x44720c));for(const _0x4f66bb of _0x390d01){const _0x4dd177=_0x27abf5[_0x3e1c86(0x19f)](_0x44720c,_0x4f66bb);_0x58c5ad[_0x3e1c86(0x1dd)](_0x4dd177)&&(_0x898b12=!![]),_0x27abf5[_0x3e1c86(0xc1)](_0x5448cc['size'],0x0)&&_0x5448cc[_0x3e1c86(0x1dd)](_0x4dd177)&&(_0xc4dd99=!![]);}const _0x59ccf1=_0x27abf5[_0x3e1c86(0xee)](_0xc4dd99,!_0x898b12);return logger[_0x3e1c86(0xd9)](_0x3e1c86(0x157)+(_0x11f6aa?.[_0x3e1c86(0x6b)]?.()||_0x27abf5[_0x3e1c86(0x1e0)])+_0x3e1c86(0x17d)+_0x59ccf1+_0x3e1c86(0xb6)+JSON[_0x3e1c86(0x76)](_0x390d01)+_0x3e1c86(0x14b)+JSON[_0x3e1c86(0x76)](_0x4089c8)+',\x20excludeTags='+JSON['stringify'](_0x1f1b70)),_0x59ccf1;}catch(_0x4fa86b){return logger['debug'](_0x3e1c86(0x157)+(_0x11f6aa?.[_0x3e1c86(0x6b)]?.()||_0x27abf5['pMLeN'])+_0x3e1c86(0xd8)+_0x4fa86b[_0x3e1c86(0x98)]),![];}}async[a80_0x47d4d5(0x17f)](_0x131b34){const _0x2cf3de=a80_0x47d4d5,_0x2bad8f={};_0x2bad8f[_0x2cf3de(0x176)]=function(_0x309cd6,_0xf70bff){return _0x309cd6!==_0xf70bff;},_0x2bad8f[_0x2cf3de(0x6d)]='cucumber',_0x2bad8f[_0x2cf3de(0x7e)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20cucumber\x20test\x20framework',_0x2bad8f['OZgIH']=_0x2cf3de(0xec),_0x2bad8f[_0x2cf3de(0x110)]=_0x2cf3de(0xa1),_0x2bad8f[_0x2cf3de(0x1c9)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x2bad8f['CIUFh']=_0x2cf3de(0x1c5),_0x2bad8f[_0x2cf3de(0x83)]=function(_0x15b840,_0x48f244){return _0x15b840===_0x48f244;},_0x2bad8f[_0x2cf3de(0x1a7)]=_0x2cf3de(0x1cb),_0x2bad8f[_0x2cf3de(0x1e2)]=function(_0x4916c5,_0x5d8797){return _0x4916c5>_0x5d8797;},_0x2bad8f['DdtMY']=_0x2cf3de(0x72),_0x2bad8f[_0x2cf3de(0xb3)]=_0x2cf3de(0x9e),_0x2bad8f['ZsEsG']=function(_0x124f48,_0x25adb1){return _0x124f48&&_0x25adb1;},_0x2bad8f[_0x2cf3de(0x6f)]='unknown',_0x2bad8f[_0x2cf3de(0xbf)]=_0x2cf3de(0x1d3);const _0x37a55c=_0x2bad8f;if(_0x37a55c[_0x2cf3de(0x176)](_0x131b34[_0x2cf3de(0xbb)],_0x37a55c['FEzBF'])){logger['debug'](_0x37a55c[_0x2cf3de(0x7e)]);return;}logger['info'](_0x2cf3de(0xa0)+JSON['stringify'](_0x131b34));try{const _0x1abd3f=AutomationFramework['getTrackedInstance'](),_0x481cde=TestFramework['getTrackedInstance'](),_0x7e3115=_0x131b34[_0x2cf3de(0xf4)]||global[_0x2cf3de(0x99)]?.[_0x2cf3de(0x7b)]||null;if(!_0x7e3115){_0x481cde&&_0x481cde['updateData'](_0x37a55c[_0x2cf3de(0x1d7)],!![]);logger[_0x2cf3de(0xd9)](_0x37a55c[_0x2cf3de(0x110)]);return;}logger[_0x2cf3de(0xd9)](_0x37a55c['SiyXe']);const _0x1b525f=_0x481cde?.[_0x2cf3de(0x1b0)](_0x37a55c[_0x2cf3de(0x6a)],![]),_0x5dcf4e=_0x481cde?.['getData'](_0x37a55c[_0x2cf3de(0x1d7)],![]);if(_0x37a55c['KiPAd'](_0x1b525f,![])&&_0x37a55c[_0x2cf3de(0x83)](_0x5dcf4e,![])){_0x481cde&&_0x481cde[_0x2cf3de(0x1ab)](_0x37a55c['CIUFh'],!![]);logger[_0x2cf3de(0xd9)](_0x37a55c['LslRt']);return;}_0x481cde&&_0x481cde[_0x2cf3de(0x1ab)](_0x37a55c[_0x2cf3de(0x1d7)],!![]);let _0x45f77d=[];const _0x590be8=this['getTestId'](_0x131b34),_0x36b138=TestInfo[_0x2cf3de(0x15f)](_0x590be8);if(_0x36b138&&Array[_0x2cf3de(0xdd)](_0x36b138['test_tags'])&&_0x37a55c[_0x2cf3de(0x1e2)](_0x36b138[_0x2cf3de(0x9e)][_0x2cf3de(0x158)],0x0))_0x45f77d=_0x36b138[_0x2cf3de(0x9e)];else{if(_0x481cde){const _0x2345b1=_0x37a55c[_0x2cf3de(0x83)](typeof _0x481cde[_0x2cf3de(0x1b0)],_0x37a55c[_0x2cf3de(0x194)])?_0x481cde[_0x2cf3de(0x1b0)](_0x37a55c[_0x2cf3de(0xb3)],[]):_0x481cde[_0x2cf3de(0x9e)]||[];Array[_0x2cf3de(0xdd)](_0x2345b1)&&(_0x45f77d=_0x2345b1);}}logger[_0x2cf3de(0x15b)]('test-tags-->\x20'+JSON['stringify'](_0x45f77d));const _0x287ab2=this[_0x2cf3de(0xc9)](_0x1abd3f,_0x131b34[_0x2cf3de(0x1d6)],_0x131b34['launchCaps']),_0x1cfeac=this[_0x2cf3de(0xd4)](_0x45f77d,_0x1abd3f),_0x80fd28=_0x37a55c[_0x2cf3de(0x7f)](_0x287ab2,_0x1cfeac),_0xd6cee1=CLIUtils[_0x2cf3de(0xd0)]();this[_0x2cf3de(0x130)]['set'](_0xd6cee1,_0x80fd28),global['Context']?.[_0x2cf3de(0x190)]&&global[_0x2cf3de(0x152)][_0x2cf3de(0x190)]()[_0x2cf3de(0xa6)](_0x80fd28),logger[_0x2cf3de(0xd9)]('[platform\x20-\x20'+(_0x1abd3f?.[_0x2cf3de(0x6b)]?.()||_0x37a55c['KTwnb'])+_0x2cf3de(0x73)+_0x80fd28),_0x80fd28?(global[_0x2cf3de(0x1c8)]=!![],process[_0x2cf3de(0x111)][_0x2cf3de(0x1ca)]=_0x37a55c[_0x2cf3de(0xbf)],this[_0x2cf3de(0xa3)]()):global['accessibilityPlatform']=![];}catch(_0x3ad218){logger['error'](_0x2cf3de(0x90)+(_0x3ad218['stack']||_0x3ad218[_0x2cf3de(0x98)]));const _0x5978f3=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x2cf3de(0x1ad)](_0x5978f3,![]),global['accessibilityPlatform']=![];}}[a80_0x47d4d5(0x195)](){const _0x12dcfa=a80_0x47d4d5;return this[_0x12dcfa(0x1b2)][_0x12dcfa(0x1dc)](_0x2034d9=>_0x2034d9[_0x12dcfa(0xac)]()==='goog:chromeOptions')?.[_0x12dcfa(0x126)]()||'';}['getCapabilityValue'](_0x1b55e7){const _0x1913b9=a80_0x47d4d5;try{const _0xe78886=this[_0x1913b9(0x1e4)]?.['options']?.['capabilitiesList']||[],_0x53d7ad=_0xe78886['find'](_0x10cc42=>_0x10cc42['name']===_0x1b55e7);return _0x53d7ad?_0x53d7ad[_0x1913b9(0x186)]:null;}catch(_0x2ca576){return logger[_0x1913b9(0xd9)](_0x1913b9(0x1c6)+_0x1b55e7+':\x20'+_0x2ca576[_0x1913b9(0x98)]),null;}}async[a80_0x47d4d5(0x109)](_0x5b0bdd,_0x1dfd0f){const _0x152e9b=a80_0x47d4d5,_0x1e9db9=_0x5b0bdd[_0x152e9b(0x6e)]()['getOptions'](),_0x2a4028=_0x1e9db9[_0x152e9b(0x1b4)](),_0x56030e=_0x1e9db9[_0x152e9b(0x181)]()?.['getCommandsList']();scripts[_0x152e9b(0x1be)](_0x2a4028,_0x56030e),scripts[_0x152e9b(0x14a)]();const _0x5925e3=_0x1e9db9[_0x152e9b(0xf9)]();this[_0x152e9b(0x1b2)]=_0x1e9db9[_0x152e9b(0xf9)](),await this[_0x152e9b(0x87)](_0x5925e3,_0x1dfd0f[_0x152e9b(0x147)]);}async[a80_0x47d4d5(0x87)](_0x4972aa,_0x2990ad={}){const _0x3fdfdf=a80_0x47d4d5,_0x32a4f6={};_0x32a4f6[_0x3fdfdf(0x119)]=function(_0x194a71,_0x5045ab){return _0x194a71===_0x5045ab;},_0x32a4f6[_0x3fdfdf(0x78)]='accessibilityToken',_0x32a4f6[_0x3fdfdf(0x153)]='browserstack.accessibilityOptions.authToken',_0x32a4f6[_0x3fdfdf(0x100)]=_0x3fdfdf(0x166),_0x32a4f6[_0x3fdfdf(0x1d9)]=_0x3fdfdf(0x16b),_0x32a4f6[_0x3fdfdf(0xb8)]=function(_0x5b6134,_0x46d7d8){return _0x5b6134===_0x46d7d8;},_0x32a4f6[_0x3fdfdf(0x11b)]=_0x3fdfdf(0x16d),_0x32a4f6['meRLD']=_0x3fdfdf(0x172),_0x32a4f6[_0x3fdfdf(0x1d2)]=_0x3fdfdf(0x133),_0x32a4f6['qrHGu']='browserstack.accessibilityOptions.scannerProcessingTimeout';const _0x48b2e5=_0x32a4f6;global[_0x3fdfdf(0x7c)]=global[_0x3fdfdf(0x7c)]||{};for(const _0x35fb5e of _0x4972aa){logger['info'](_0x3fdfdf(0xdb)+_0x35fb5e[_0x3fdfdf(0xac)]()+'\x20value='+_0x35fb5e['getValue']());if(_0x48b2e5[_0x3fdfdf(0x119)](_0x35fb5e['getName'](),_0x48b2e5[_0x3fdfdf(0x78)]))process['env'][_0x3fdfdf(0xe3)]=_0x35fb5e[_0x3fdfdf(0x126)](),global[_0x3fdfdf(0x7c)][_0x48b2e5['xxatw']]=_0x35fb5e[_0x3fdfdf(0x126)]();else{if(_0x48b2e5[_0x3fdfdf(0x119)](_0x35fb5e['getName'](),_0x48b2e5[_0x3fdfdf(0x100)]))global[_0x3fdfdf(0x7c)][_0x48b2e5[_0x3fdfdf(0x1d9)]]=_0x35fb5e[_0x3fdfdf(0x126)]();else{if(_0x48b2e5[_0x3fdfdf(0xb8)](_0x35fb5e['getName'](),_0x48b2e5['iCfax']))global[_0x3fdfdf(0x7c)][_0x48b2e5['meRLD']]=_0x35fb5e['getValue']();else _0x48b2e5[_0x3fdfdf(0x119)](_0x35fb5e[_0x3fdfdf(0xac)](),_0x48b2e5[_0x3fdfdf(0x1d2)])&&(global[_0x3fdfdf(0x7c)][_0x48b2e5[_0x3fdfdf(0x1e3)]]=_0x35fb5e[_0x3fdfdf(0x126)]());}}}}async['onAfterTest'](_0x1f7252){const _0x51f4ed=a80_0x47d4d5,_0x201702={};_0x201702[_0x51f4ed(0x8a)]=function(_0x55ecde,_0x411c82){return _0x55ecde!==_0x411c82;},_0x201702[_0x51f4ed(0xb9)]=_0x51f4ed(0x8e),_0x201702[_0x51f4ed(0x199)]='onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20cucumber\x20test\x20framework',_0x201702[_0x51f4ed(0x1df)]=_0x51f4ed(0x1b7);const _0x5d3b92=_0x201702;if(_0x5d3b92[_0x51f4ed(0x8a)](_0x1f7252[_0x51f4ed(0xbb)],_0x5d3b92[_0x51f4ed(0xb9)])){logger[_0x51f4ed(0xd9)](_0x5d3b92[_0x51f4ed(0x199)]);return;}logger[_0x51f4ed(0x15b)](_0x51f4ed(0x192)+JSON[_0x51f4ed(0x76)](_0x1f7252));try{const _0x2af86c=_0x1f7252[_0x51f4ed(0x97)]||AutomationFramework['getTrackedInstance'](),_0x16c346=CLIUtils['getCurrentInstanceName'](),_0x2c6787=this[_0x51f4ed(0x115)]();logger[_0x51f4ed(0xd9)]('[platform\x20-\x20'+(_0x2af86c?.[_0x51f4ed(0x6b)]?.()||_0x5d3b92[_0x51f4ed(0x1df)])+']\x20onAfterTest\x20should\x20scan='+_0x2c6787),_0x2c6787&&await this[_0x51f4ed(0xa5)](_0x2af86c,_0x1f7252),this['accessibility']['delete'](_0x16c346),this[_0x51f4ed(0x1aa)]['delete'](_0x16c346);}catch(_0xa3d41d){logger['error'](_0x51f4ed(0x69)+(_0xa3d41d['stack']||_0xa3d41d[_0x51f4ed(0x98)]));}}async[a80_0x47d4d5(0xa5)](_0x592cb2,_0x283d51){const _0x397a0f=a80_0x47d4d5,_0x31f7cd={};_0x31f7cd[_0x397a0f(0x155)]=function(_0x401f9b,_0x1ce98f){return _0x401f9b===_0x1ce98f;},_0x31f7cd[_0x397a0f(0xf6)]=_0x397a0f(0x72),_0x31f7cd[_0x397a0f(0x164)]=_0x397a0f(0x1b7),_0x31f7cd[_0x397a0f(0x107)]='present',_0x31f7cd[_0x397a0f(0x1de)]=_0x397a0f(0x18e),_0x31f7cd[_0x397a0f(0x165)]=_0x397a0f(0x130),_0x31f7cd[_0x397a0f(0xfb)]=_0x397a0f(0x122),_0x31f7cd['pSyfe']=function(_0x37a562,_0x245b99){return _0x37a562||_0x245b99;},_0x31f7cd['GfhiY']=function(_0x443f19,_0x502f80){return _0x443f19||_0x502f80;},_0x31f7cd['gthaj']=_0x397a0f(0x18d),_0x31f7cd[_0x397a0f(0x116)]=_0x397a0f(0x175);const _0x2dfb26=_0x31f7cd;try{const _0x21a5b9=this['getTestId'](_0x283d51),_0x32bb9=TestInfo[_0x397a0f(0x79)](_0x21a5b9),_0x35ee33=((()=>{const _0x5eaa3b=_0x397a0f,_0x687597=(this['accessibilityConfig']?.['options']?.[_0x5eaa3b(0x13b)]||[])['find'](_0x462523=>(typeof _0x462523[_0x5eaa3b(0xac)]===_0x5eaa3b(0x72)?_0x462523[_0x5eaa3b(0xac)]():_0x462523[_0x5eaa3b(0x1bc)])===this['KEY_TESTHUB_BUILD_ID']);return _0x687597?_0x2dfb26[_0x5eaa3b(0x155)](typeof _0x687597[_0x5eaa3b(0x126)],_0x2dfb26[_0x5eaa3b(0xf6)])?_0x687597['getValue']():_0x687597['value']:'';})()),_0x5c93c5=process[_0x397a0f(0x111)]['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x397a0f(0xd9)]('[platform\x20-\x20'+(_0x592cb2?.[_0x397a0f(0x6b)]?.()||_0x2dfb26['iRgAh'])+_0x397a0f(0xa9)+_0x32bb9+_0x397a0f(0x1a5)+_0x35ee33+_0x397a0f(0x120)+(_0x5c93c5?_0x2dfb26['bPqoQ']:_0x2dfb26['PRfLr']));const _0x5c95af=await GrpcClient[_0x397a0f(0xef)]()[_0x397a0f(0xf0)](process['env'][_0x397a0f(0x11e)],_0x2dfb26['IiZJy'],_0x2dfb26[_0x397a0f(0xfb)]),_0x22d36e=AccessibilityModule[_0x397a0f(0x8c)](_0x32bb9,_0x5c95af);logger[_0x397a0f(0xd9)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x397a0f(0x76)](_0x22d36e));const _0x5effc5=Object[_0x397a0f(0x92)]({},{'thTestRunUuid':_0x2dfb26[_0x397a0f(0x8d)](_0x32bb9,''),'thBuildUuid':_0x2dfb26[_0x397a0f(0x8d)](_0x35ee33,''),'thJwtToken':_0x2dfb26['GfhiY'](_0x5c93c5,'')},_0x22d36e);let _0x5d7c8f=global[_0x397a0f(0x99)]?.[_0x397a0f(0x7b)]||null;!_0x5d7c8f&&(_0x5d7c8f=AutomationFramework[_0x397a0f(0x18f)](_0x592cb2,_0x2dfb26[_0x397a0f(0x127)],null)),!_0x5d7c8f&&(_0x5d7c8f=AutomationFramework[_0x397a0f(0x18f)](_0x592cb2,_0x2dfb26['IpTfx'],null)),await this[_0x397a0f(0x177)](this['getCurrentAccessibilityStatus'](),_0x32bb9,_0x5d7c8f,_0x5effc5,this[_0x397a0f(0xde)]);}catch(_0x1c2143){logger['error']('Error\x20in\x20stopTestCapture:\x20'+(_0x1c2143['stack']||_0x1c2143[_0x397a0f(0x98)]));}}async[a80_0x47d4d5(0x177)](_0x56eb4c,_0x11f99f,_0x187946,_0x3d9859,_0x465353){const _0x1533db=a80_0x47d4d5,_0xb31cd9={};_0xb31cd9['DciuV']=_0x1533db(0x122),_0xb31cd9[_0x1533db(0x11d)]=function(_0x3cc535,_0x2933a4){return _0x3cc535&&_0x2933a4;},_0xb31cd9[_0x1533db(0x138)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0xb31cd9[_0x1533db(0x151)]=function(_0x60ebbd,_0x31e95c){return _0x60ebbd===_0x31e95c;},_0xb31cd9['pjWJf']=_0x1533db(0x18e),_0xb31cd9['kWtvh']='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0xb31cd9[_0x1533db(0x7a)]=_0x1533db(0x10d),_0xb31cd9[_0x1533db(0xaa)]=_0x1533db(0x191),_0xb31cd9[_0x1533db(0x1a4)]=_0x1533db(0xe5),_0xb31cd9['cZUMT']=_0x1533db(0xe4),_0xb31cd9[_0x1533db(0x149)]=_0x1533db(0x74),_0xb31cd9[_0x1533db(0x19e)]=_0x1533db(0x1a3);const _0x33cf57=_0xb31cd9;try{const _0x4eb444=this[_0x1533db(0xe7)](_0x33cf57[_0x1533db(0x11f)]);if(_0x33cf57['coyRV'](!_0x465353,!_0x4eb444)){logger['debug'](_0x33cf57[_0x1533db(0x138)]);return;}if(!_0x11f99f||_0x33cf57[_0x1533db(0x151)](_0x11f99f,_0x33cf57[_0x1533db(0x1ac)])||_0x33cf57[_0x1533db(0x151)](_0x11f99f,'')){logger['debug'](_0x33cf57[_0x1533db(0x68)]);return;}logger[_0x1533db(0xd9)](_0x1533db(0x1a9)+JSON[_0x1533db(0x76)](_0x3d9859)),_0x56eb4c&&(logger['debug'](_0x33cf57[_0x1533db(0x7a)]),await this[_0x1533db(0xda)](_0x187946,_0x11f99f,_0x33cf57[_0x1533db(0xaa)],_0x3d9859,_0x465353,_0x33cf57['ECOlo']),_0x33cf57[_0x1533db(0x11d)](!_0x465353,_0x4eb444)&&(logger[_0x1533db(0xd9)](_0x33cf57[_0x1533db(0xcf)]),await PerformanceTester[_0x1533db(0x185)](_0x33cf57['ckZcN'],async()=>{const _0x2d719f=_0x1533db;await this['performScanForCli'](_0x187946,_0x11f99f,_0x33cf57[_0x2d719f(0x11f)],_0x3d9859,_0x465353,_0x33cf57['DciuV']);})()),logger[_0x1533db(0x15b)](_0x33cf57[_0x1533db(0x19e)]));}catch(_0x462b4f){logger[_0x1533db(0xd1)]('Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20'+(_0x462b4f[_0x1533db(0x142)]||_0x462b4f[_0x1533db(0x98)]));}}async[a80_0x47d4d5(0x18c)](_0x2e0573){const _0x4c1da9=a80_0x47d4d5,_0x4c5678={};_0x4c5678[_0x4c1da9(0x7d)]=function(_0x277cd7,_0x4cac64){return _0x277cd7!==_0x4cac64;},_0x4c5678[_0x4c1da9(0x180)]=_0x4c1da9(0x8e),_0x4c5678['gCUkb']=_0x4c1da9(0xed),_0x4c5678[_0x4c1da9(0x139)]=_0x4c1da9(0x1b7),_0x4c5678[_0x4c1da9(0xb0)]=_0x4c1da9(0xf5),_0x4c5678[_0x4c1da9(0xdf)]='test_run_id',_0x4c5678[_0x4c1da9(0x9b)]='testhub_build_uuid',_0x4c5678[_0x4c1da9(0x160)]=_0x4c1da9(0xe5),_0x4c5678[_0x4c1da9(0x9d)]=_0x4c1da9(0x18e);const _0xb5b2eb=_0x4c5678;if(_0xb5b2eb[_0x4c1da9(0x7d)](_0x2e0573[_0x4c1da9(0xbb)],_0xb5b2eb[_0x4c1da9(0x180)])){logger[_0x4c1da9(0xd9)](_0xb5b2eb[_0x4c1da9(0x156)]);return;}logger['debug'](_0x4c1da9(0xf3)+(_0x2e0573['commandName']||_0xb5b2eb[_0x4c1da9(0x139)]));try{const _0x489d7b=_0x2e0573[_0x4c1da9(0x97)]||AutomationFramework[_0x4c1da9(0x93)](),_0x19cb94=TestFramework['getTrackedInstance'](),_0x531cba=_0x2e0573[_0x4c1da9(0x1b9)]||_0x2e0573[_0x4c1da9(0x179)]?.[_0x4c1da9(0xac)]();if(!_0x531cba){logger[_0x4c1da9(0xd9)](_0xb5b2eb['BvWyZ']);return;}if(!this[_0x4c1da9(0x115)]()){logger[_0x4c1da9(0xd9)](_0x4c1da9(0x13c)+_0x531cba);return;}if(!this['shouldScanForCommand'](_0x531cba)){logger['debug'](_0x4c1da9(0x1bd)+_0x531cba+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x526bed=_0x2e0573['page']||global[_0x4c1da9(0x99)]?.[_0x4c1da9(0x7b)];if(!_0x526bed){logger['debug'](_0x4c1da9(0x16a)+_0x531cba);return;}const _0x2184c3=this[_0x4c1da9(0x1d8)](_0xb5b2eb[_0x4c1da9(0xdf)])||'',_0x49dad3=this[_0x4c1da9(0x1d8)](_0xb5b2eb[_0x4c1da9(0x9b)])||this[_0x4c1da9(0x1e4)][this[_0x4c1da9(0xbe)]]||null,_0x2c95ad=process[_0x4c1da9(0x111)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x9fd3a8=this[_0x4c1da9(0x95)](_0x531cba,_0x2184c3,_0x49dad3,_0x2c95ad),_0x48724a=await AccessibilityModule[_0x4c1da9(0x9a)](_0xb5b2eb['HDWLw'],_0x2184c3);logger[_0x4c1da9(0x15b)](_0x4c1da9(0xbc)+(_0x9fd3a8?JSON[_0x4c1da9(0x76)](_0x9fd3a8):_0xb5b2eb['DxMvU']));const _0xc93d20=CLIUtils[_0x4c1da9(0x112)](_0x9fd3a8,_0x48724a);logger['info'](_0x4c1da9(0x1c7)+(_0xc93d20?JSON[_0x4c1da9(0x76)](_0xc93d20):_0xb5b2eb[_0x4c1da9(0x9d)])),logger[_0x4c1da9(0xd9)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x531cba);const _0x57843e=await this['performScanForCli'](_0x526bed,_0x2184c3,_0x531cba,_0xc93d20,this[_0x4c1da9(0xde)]);logger[_0x4c1da9(0xd9)](_0x4c1da9(0xce)+_0x531cba+_0x4c1da9(0x1b8)+_0x57843e);}catch(_0x21f9ae){logger['error'](_0x4c1da9(0xfc)+(_0x21f9ae[_0x4c1da9(0x142)]||_0x21f9ae[_0x4c1da9(0x98)]));}}[a80_0x47d4d5(0x10f)](){return this['getCurrentAccessibilityStatus']();}['setShouldScanCurrentTest'](_0x26fcf0){const _0x17c0de=a80_0x47d4d5,_0x10bc2f=CLIUtils[_0x17c0de(0xd0)]();this['accessibility'][_0x17c0de(0x1ad)](_0x10bc2f,_0x26fcf0);}async[a80_0x47d4d5(0x148)](_0x1d5513){const _0x2c5268=a80_0x47d4d5,_0x19c3f6={};_0x19c3f6[_0x2c5268(0x94)]=_0x2c5268(0x1b7);const _0x17bad1=_0x19c3f6;try{const _0xc69d94=_0x1d5513[_0x2c5268(0x97)]||AutomationFramework[_0x2c5268(0x93)](),_0x21427a=_0xc69d94?.[_0x2c5268(0x1b0)]?.()?.['get']?.(this[_0x2c5268(0x128)])||![];if(_0x21427a)return;PerformanceTester[_0x2c5268(0x1ba)](EVENTS[_0x2c5268(0x1d5)]);const _0x2ddae8=await GrpcClient['getInstance']()['getAccessibilityConfig'](_0x1d5513);_0x2ddae8&&_0x2ddae8[_0x2c5268(0x6e)]&&_0x2ddae8[_0x2c5268(0x6e)]()&&_0x2ddae8[_0x2c5268(0x6e)]()[_0x2c5268(0x135)]()?(await this[_0x2c5268(0x9c)](_0x2ddae8,_0x1d5513),_0xc69d94?.[_0x2c5268(0x1b0)]&&_0xc69d94[_0x2c5268(0x1b0)]()['set'](this[_0x2c5268(0x128)],!![]),logger[_0x2c5268(0xd9)](_0x2c5268(0x157)+(_0xc69d94?.[_0x2c5268(0x6b)]?.()||_0x17bad1[_0x2c5268(0x94)])+_0x2c5268(0x136))):logger['debug'](_0x2c5268(0x157)+(_0xc69d94?.[_0x2c5268(0x6b)]?.()||_0x17bad1['eLZQl'])+_0x2c5268(0x1b5)),PerformanceTester['end'](EVENTS[_0x2c5268(0x1d5)]);}catch(_0x1c2fba){PerformanceTester['end'](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x1c2fba[_0x2c5268(0x98)]),logger['error'](_0x2c5268(0x1b6)+(_0x1c2fba[_0x2c5268(0x142)]||_0x1c2fba[_0x2c5268(0x98)]));}}async[a80_0x47d4d5(0x9c)](_0x2e4528,_0x1b5b99){const _0xa1b868=a80_0x47d4d5;await this[_0xa1b868(0x109)](_0x2e4528,_0x1b5b99);const _0x1026a0=_0x2e4528[_0xa1b868(0x6e)]()[_0xa1b868(0x121)]();if(_0x1026a0){const _0x4bd317=_0x2e4528[_0xa1b868(0xd5)]&&_0x2e4528['getTesthub']();_0x4bd317&&(this[_0xa1b868(0x1e4)][this[_0xa1b868(0xbe)]]=_0x4bd317['getBuildId']&&_0x4bd317['getBuildId']());}}['shouldScanForCommand'](_0x58e252){const _0x819a03=a80_0x47d4d5,_0x28fca6={};_0x28fca6['nkKCY']=function(_0x13563d,_0x26d815){return _0x13563d===_0x26d815;};const _0xd15fed=_0x28fca6;try{if(!_0x58e252)return![];const _0x1a12d9=this[_0x819a03(0x1e4)]?.[_0x819a03(0x1da)]?.[_0x819a03(0x1c1)]?.[_0x819a03(0x10a)]||[],_0x50270a=_0x1a12d9[_0x819a03(0x12c)](_0x3b2322=>{const _0x3353fe=_0x819a03;return _0x3b2322[_0x3353fe(0x1bc)]&&_0xd15fed[_0x3353fe(0x19d)](_0x3b2322[_0x3353fe(0x1bc)]['toLowerCase'](),_0x58e252['toLowerCase']());});return logger['debug'](_0x819a03(0x108)+_0x58e252+_0x819a03(0x1bf)+_0x50270a+_0x819a03(0x132)+JSON[_0x819a03(0x76)](_0x1a12d9[_0x819a03(0x1cf)](_0x46aa52=>_0x46aa52[_0x819a03(0x1bc)]))),_0x50270a;}catch(_0x373705){return logger[_0x819a03(0xd9)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x373705['message']),![];}}['isBrowserstackScriptCommand'](_0x299b88){const _0x1cc633=a80_0x47d4d5,_0x866a73={};_0x866a73[_0x1cc633(0xc2)]=function(_0x7d68b3,_0x19cef9){return _0x7d68b3===_0x19cef9;},_0x866a73['NQgTz']=_0x1cc633(0xcd),_0x866a73[_0x1cc633(0xfe)]=_0x1cc633(0xf7);const _0x15c23c=_0x866a73,_0x2f1131=_0x299b88['getScript']&&_0x299b88[_0x1cc633(0x14d)]();return _0x2f1131&&_0x15c23c[_0x1cc633(0xc2)](typeof _0x2f1131,_0x15c23c[_0x1cc633(0x124)])&&_0x2f1131[_0x1cc633(0xd3)](_0x15c23c[_0x1cc633(0xfe)]);}['isAccessibilityScriptCommand'](_0x476fd7){const _0x108d61=a80_0x47d4d5,_0x20e8ca={};_0x20e8ca[_0x108d61(0x118)]=function(_0x30ac71,_0x52cbcb){return _0x30ac71!==_0x52cbcb;},_0x20e8ca[_0x108d61(0x81)]=_0x108d61(0xcd),_0x20e8ca[_0x108d61(0x19b)]=_0x108d61(0x130),_0x20e8ca[_0x108d61(0x162)]=_0x108d61(0xad),_0x20e8ca[_0x108d61(0x1cc)]='getResults',_0x20e8ca[_0x108d61(0x198)]=_0x108d61(0x117);const _0x239aaf=_0x20e8ca,_0x100d1d=_0x476fd7[_0x108d61(0x14d)]&&_0x476fd7['getScript']();if(!_0x100d1d||_0x239aaf[_0x108d61(0x118)](typeof _0x100d1d,_0x239aaf[_0x108d61(0x81)]))return![];return _0x100d1d[_0x108d61(0xd3)](_0x239aaf[_0x108d61(0x19b)])||_0x100d1d[_0x108d61(0xd3)](_0x239aaf[_0x108d61(0x162)])||_0x100d1d[_0x108d61(0xd3)](_0x239aaf['mtGkW'])||_0x100d1d[_0x108d61(0xd3)](_0x239aaf[_0x108d61(0x198)]);}[a80_0x47d4d5(0x95)](_0x387a92,_0x492909,_0x566ae5,_0x31618c){const _0x1fae85=a80_0x47d4d5,_0x5f55dd={};_0x5f55dd['RGSMK']=function(_0x31c33c,_0x54ee60){return _0x31c33c||_0x54ee60;};const _0xe53008=_0x5f55dd;return{'command':_0x387a92,'thTestRunUuid':_0xe53008[_0x1fae85(0x150)](_0x492909,''),'thBuildUuid':_0xe53008[_0x1fae85(0x150)](_0x566ae5,''),'thJwtToken':_0xe53008['RGSMK'](_0x31618c,''),'timestamp':new Date()[_0x1fae85(0x1c4)]()};}['getScriptByName'](_0xd37eb0){const _0x2dabdf=a80_0x47d4d5,_0x3b59a4={};_0x3b59a4[_0x2dabdf(0xc0)]=function(_0x5794f0,_0x2fb4ef){return _0x5794f0||_0x2fb4ef;};const _0x30aa49=_0x3b59a4;try{const _0x408c44=this[_0x2dabdf(0x1e4)]?.['options']?.[_0x2dabdf(0x178)]||[],_0x16f6bc=_0x408c44['find'](_0xf63d32=>_0xf63d32[_0x2dabdf(0x1bc)]===_0xd37eb0);return _0x30aa49[_0x2dabdf(0xc0)](_0x16f6bc,null);}catch(_0x118ad0){return logger['debug'](_0x2dabdf(0x14e)+_0xd37eb0+':\x20'+_0x118ad0[_0x2dabdf(0x98)]),null;}}async[a80_0x47d4d5(0x188)](_0x2f388f,_0x15f662,_0x5547aa=null){const _0x589f44=a80_0x47d4d5,_0x2f14b8={'exqaq':function(_0x492c1d,_0x3f6943){return _0x492c1d(_0x3f6943);},'ycQkq':'../../playwright/accessibility-helper'};try{if(!_0x2f388f)return logger[_0x589f44(0xd9)](_0x589f44(0x12e)+_0x15f662),null;const _0x4575b4=this[_0x589f44(0xe7)](_0x15f662);if(!_0x4575b4||!_0x4575b4[_0x589f44(0x179)])return logger[_0x589f44(0xd9)](_0x589f44(0xe0)+_0x15f662+_0x589f44(0x140)),null;logger['debug']('Executing\x20'+_0x15f662+'\x20accessibility\x20script\x20on\x20page');const _0x4b5e27=_0x2f14b8['exqaq'](require,_0x2f14b8['ycQkq']),_0x3e9e23=_0x5547aa?await _0x4b5e27[_0x589f44(0x15e)](_0x2f388f,_0x4575b4[_0x589f44(0x179)],_0x5547aa):await _0x4b5e27['browserStackEvaluate'](_0x2f388f,_0x4575b4[_0x589f44(0x179)]);return _0x3e9e23;}catch(_0x953535){return logger[_0x589f44(0xd1)]('Error\x20executing\x20script\x20'+_0x15f662+':\x20'+(_0x953535['stack']||_0x953535[_0x589f44(0x98)])),null;}}async[a80_0x47d4d5(0xda)](_0x5221e3,_0xb6df76,_0x487f46,_0x1da713,_0x4abd23,_0x533abd=a80_0x47d4d5(0xe5)){const _0xb6f4a1=a80_0x47d4d5,_0x2873c9={'dgVht':function(_0x3ce7f8,_0x2e8681){return _0x3ce7f8===_0x2e8681;},'kZMTq':_0xb6f4a1(0xe5),'arCcK':function(_0x34b8ad,_0x4536ac){return _0x34b8ad(_0x4536ac);},'YkqIQ':_0xb6f4a1(0x170),'uLzZf':function(_0x206f5e,_0x4d1cfe){return _0x206f5e(_0x4d1cfe);}};try{logger['debug'](_0xb6f4a1(0xc4)+_0x487f46+_0xb6f4a1(0x88)+_0x533abd);const _0x18787e=this[_0xb6f4a1(0xe7)](_0x533abd);if(!_0x18787e||!_0x18787e['command']){logger[_0xb6f4a1(0xd9)]('performScanForCli:\x20No\x20'+_0x533abd+_0xb6f4a1(0xa4));return;}if(_0x2873c9[_0xb6f4a1(0x1c2)](_0x533abd,_0x2873c9[_0xb6f4a1(0x1d4)])){const _0x3ae88b=_0x2873c9[_0xb6f4a1(0x174)](require,_0x2873c9[_0xb6f4a1(0x17e)]),_0x46c90b={};_0x46c90b['command']=_0x487f46;const _0x4dc864=await PerformanceTester[_0xb6f4a1(0x185)](PerformanceA11yEvents[_0xb6f4a1(0xa8)],async()=>{const _0x54fbbb=_0xb6f4a1;await _0x3ae88b[_0x54fbbb(0x15e)](_0x5221e3,_0x18787e[_0x54fbbb(0x179)]);},_0x46c90b)();return logger[_0xb6f4a1(0x15b)](_0xb6f4a1(0x129)+_0x533abd+_0xb6f4a1(0x1a0)+_0x487f46+':\x20'+util[_0xb6f4a1(0x123)](_0x4dc864)),_0x4dc864;}const _0x39c651=_0x2873c9['uLzZf'](require,_0x2873c9[_0xb6f4a1(0x17e)]),_0x396d7e=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x184f49=_0xb6f4a1;await _0x39c651[_0x184f49(0x15e)](_0x5221e3,_0x18787e[_0x184f49(0x179)],_0x1da713);})();return logger[_0xb6f4a1(0x15b)](_0xb6f4a1(0x129)+_0x533abd+_0xb6f4a1(0x1a0)+_0x487f46+':\x20'+util[_0xb6f4a1(0x123)](_0x396d7e)),_0x396d7e;}catch(_0x20e0c0){logger['error']('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x533abd+':\x20'+(_0x20e0c0['stack']||_0x20e0c0[_0xb6f4a1(0x98)]));}}async[a80_0x47d4d5(0xb5)](_0x188956){const _0x486282=a80_0x47d4d5,_0x208cac={'THfVr':function(_0x251e9f,_0x5719b7){return _0x251e9f(_0x5719b7);},'AMHkX':_0x486282(0xbd)};try{const _0x3e75ab=_0x208cac[_0x486282(0x82)](require,_0x208cac[_0x486282(0x144)]);return await _0x3e75ab['platformValidation'](_0x188956);}catch(_0x4be5ec){return logger[_0x486282(0xd1)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x4be5ec['stack']||_0x4be5ec[_0x486282(0x98)])),![];}}[a80_0x47d4d5(0x1a8)](_0x1180cb,_0x16414f,_0x77c919){const _0x3fb78d=a80_0x47d4d5,_0x43a35f={'IGCOF':function(_0xf3622f,_0x53a985){return _0xf3622f(_0x53a985);},'KXRKT':'../../playwright/accessibility-helper','QsRAL':_0x3fb78d(0x1e6),'XBjso':_0x3fb78d(0x104)};try{const _0x4a2b59=_0x43a35f[_0x3fb78d(0x13e)](require,_0x43a35f[_0x3fb78d(0x137)]);_0x4a2b59[_0x3fb78d(0x1a8)](_0x1180cb,_0x16414f,_0x77c919);const _0x296f7c=JSON['stringify'](_0x1180cb)['replace'](/"browserstack\.user":"[^"]*"/g,_0x43a35f[_0x3fb78d(0x77)])[_0x3fb78d(0x16f)](/"browserstack\.key":"[^"]*"/g,_0x43a35f[_0x3fb78d(0x193)]);logger[_0x3fb78d(0xd9)]('Processed\x20accessibility\x20caps\x20'+global[_0x3fb78d(0x1c8)]+'\x20'+_0x296f7c);}catch(_0x554def){logger[_0x3fb78d(0xd1)](_0x3fb78d(0x169)+(_0x554def[_0x3fb78d(0x142)]||_0x554def['message']));}}async[a80_0x47d4d5(0x12a)](_0x4e0151){const _0x313f59=a80_0x47d4d5,_0x1170dc={};_0x1170dc[_0x313f59(0xcc)]=_0x313f59(0x6c),_0x1170dc['jKQAC']='getResults';const _0x20df01=_0x1170dc;try{if(!this[_0x313f59(0x115)]())return logger[_0x313f59(0x1c3)](_0x20df01[_0x313f59(0xcc)]),[];const _0x110dc7=await this[_0x313f59(0x188)](_0x4e0151,_0x20df01[_0x313f59(0x10b)]);return _0x110dc7||[];}catch(_0x5f3025){return logger[_0x313f59(0xd1)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x5f3025[_0x313f59(0x142)]||_0x5f3025[_0x313f59(0x98)])),[];}}async[a80_0x47d4d5(0x154)](_0x2a98f2){const _0x4d9cc6=a80_0x47d4d5,_0x78a559={};_0x78a559[_0x4d9cc6(0xeb)]=_0x4d9cc6(0x1ae),_0x78a559[_0x4d9cc6(0x15d)]=_0x4d9cc6(0xdc),_0x78a559['uACGm']=function(_0x129101,_0x16cb91){return _0x129101||_0x16cb91;};const _0x14fe26=_0x78a559;try{if(!this[_0x4d9cc6(0x115)]())return logger[_0x4d9cc6(0x1c3)](_0x14fe26['JSAuK']),{};const _0x36615a=await this[_0x4d9cc6(0x188)](_0x2a98f2,_0x14fe26[_0x4d9cc6(0x15d)]);return _0x14fe26[_0x4d9cc6(0x161)](_0x36615a,{});}catch(_0x26f935){return logger['error'](_0x4d9cc6(0x102)+(_0x26f935['stack']||_0x26f935[_0x4d9cc6(0x98)])),{};}}async[a80_0x47d4d5(0x145)](_0x3981a1,_0xd7500f,_0x2130ce=null){const _0x502484=a80_0x47d4d5,_0x2b79d3={};_0x2b79d3[_0x502484(0x11a)]=_0x502484(0x1b1),_0x2b79d3[_0x502484(0x1cd)]='performPageScan:\x20Script\x20is\x20null',_0x2b79d3[_0x502484(0x11c)]=_0x502484(0x84);const _0x469747=_0x2b79d3;try{if(!_0x3981a1)return logger[_0x502484(0xd9)](_0x469747[_0x502484(0x11a)]),null;if(!_0xd7500f)return logger['debug'](_0x469747[_0x502484(0x1cd)]),null;logger[_0x502484(0xd9)](_0x469747[_0x502484(0x11c)]);const _0x5ca0c8=_0x2130ce?await _0x3981a1['evaluate'](_0xd7500f,_0x2130ce):await _0x3981a1[_0x502484(0xff)](_0xd7500f);return _0x5ca0c8;}catch(_0x19fc27){return logger[_0x502484(0xd1)](_0x502484(0x187)+(_0x19fc27[_0x502484(0x142)]||_0x19fc27[_0x502484(0x98)])),null;}}static[a80_0x47d4d5(0x8c)](_0x32978e,_0x34cd96){const _0x1942d3=a80_0x47d4d5,_0x281e46={};_0x281e46[_0x1942d3(0x17c)]=_0x1942d3(0x189);const _0x2c5c09=_0x281e46,_0x9c3fb8={};_0x9c3fb8['thTestRunUuid']=_0x32978e;const _0x2ad749=_0x9c3fb8;let _0x3bed5c={};if(_0x34cd96[_0x1942d3(0x135)]()&&_0x34cd96[_0x1942d3(0x173)]())try{_0x3bed5c=JSON[_0x1942d3(0x16c)](new Buffer(_0x34cd96['getAccessibilityExecuteParams']())[_0x1942d3(0x159)](_0x2c5c09[_0x1942d3(0x17c)]));}catch(_0xd90b7d){logger[_0x1942d3(0xd1)](_0x1942d3(0x75)+_0xd90b7d['message']),_0x3bed5c={};}return CLIUtils[_0x1942d3(0x112)](_0x2ad749,_0x3bed5c);}static async[a80_0x47d4d5(0x9a)](_0x1b8ecb,_0x2d3291=''){const _0x1883c3=a80_0x47d4d5,_0x1c1608={};_0x1c1608[_0x1883c3(0xc7)]=_0x1883c3(0x16e),_0x1c1608[_0x1883c3(0x1d0)]=_0x1883c3(0x130);const _0x1a2f51=_0x1c1608;try{if(AccessibilityModule[_0x1883c3(0x1c0)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x1883c3(0x111)][_0x1883c3(0x11e)])return logger['error'](_0x1a2f51['EmtiV']),{};const _0x45481f=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x1883c3(0x111)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x1a2f51['QFaMy'],_0x1b8ecb),_0x4f567b=AccessibilityModule[_0x1883c3(0x8c)](_0x2d3291,_0x45481f);return AccessibilityModule[_0x1883c3(0x1e5)]=_0x4f567b,AccessibilityModule[_0x1883c3(0x1c0)]=!![],AccessibilityModule[_0x1883c3(0x1e5)];}catch(_0x466bc5){return logger[_0x1883c3(0xd1)](_0x1883c3(0x141)+_0x1b8ecb+':\x20'+(_0x466bc5[_0x1883c3(0x142)]||_0x466bc5['message'])),{};}}};module['exports']=AccessibilityModule;
@@ -1 +1 @@
1
- const a81_0x489773=a81_0x5b0f;(function(_0x2eb64e,_0x246676){const _0x298d67=a81_0x5b0f,_0x26821a=_0x2eb64e();while(!![]){try{const _0x3a6a4a=parseInt(_0x298d67(0xc4))/0x1+parseInt(_0x298d67(0xbb))/0x2+parseInt(_0x298d67(0xcc))/0x3+parseInt(_0x298d67(0xcf))/0x4+-parseInt(_0x298d67(0xb4))/0x5*(-parseInt(_0x298d67(0xc8))/0x6)+-parseInt(_0x298d67(0xd6))/0x7*(-parseInt(_0x298d67(0xd0))/0x8)+-parseInt(_0x298d67(0xc1))/0x9*(parseInt(_0x298d67(0xd1))/0xa);if(_0x3a6a4a===_0x246676)break;else _0x26821a['push'](_0x26821a['shift']());}catch(_0x2be20a){_0x26821a['push'](_0x26821a['shift']());}}}(a81_0x4b2c,0xa1afb));function a81_0x4b2c(){const _0x510d6a=['getModuleName','winstonLogger','configure','4|5|2|1|0|3','testCaseStartedId','930298bqbmUH','debug','BaseModule','split','_test','Missing\x20binSessionId','358551EVNwjn','client','PLAYWRIGHT','957680vEMudQ','oGIru','version','object','6976722vjpuGY','Configured\x20module\x20','thcVp','exports','1894452kokqSA','KnGgU','platformIndex','3016296suMVyU','56DBobnI','980ObnfnN','JEST','\x20with\x20binSessionId=','QbzjW','../../../helpers/test-observability/constants.js','595315hJCTmC','rKjZM','testId','PvEDL','getTestId','binSessionId','testInfo','testFramework','QUHHk','name','gCUIM','5hGsJKo','ensureBinSession'];a81_0x4b2c=function(){return _0x510d6a;};return a81_0x4b2c();}function a81_0x5b0f(_0x5797f9,_0x55991c){const _0x4b2ca3=a81_0x4b2c();return a81_0x5b0f=function(_0x5b0f4b,_0x4e4346){_0x5b0f4b=_0x5b0f4b-0xaf;let _0x8a40bc=_0x4b2ca3[_0x5b0f4b];return _0x8a40bc;},a81_0x5b0f(_0x5797f9,_0x55991c);}const logger=require('../../../helpers/logger.js')[a81_0x489773(0xb7)],{FRAMEWORKS}=require(a81_0x489773(0xd5));class BaseModule{constructor(_0x416bb3=null){const _0x3dda84=a81_0x489773,_0x214342={};_0x214342[_0x3dda84(0xca)]=_0x3dda84(0xb9),_0x214342[_0x3dda84(0xd7)]=_0x3dda84(0xbd);const _0x5f3c43=_0x214342,_0x1ac7fc=_0x5f3c43[_0x3dda84(0xca)][_0x3dda84(0xbe)]('|');let _0xa1f97f=0x0;while(!![]){switch(_0x1ac7fc[_0xa1f97f++]){case'0':this[_0x3dda84(0xc2)]=null;continue;case'1':this['config']={};continue;case'2':this[_0x3dda84(0xce)]=0x0;continue;case'3':this['testFrameworkData']=this['setTestFrameworkData'](_0x416bb3);continue;case'4':this['name']=_0x5f3c43[_0x3dda84(0xd7)];continue;case'5':this[_0x3dda84(0xdb)]=null;continue;}break;}}[a81_0x489773(0xb5)](){const _0x8a6c1=a81_0x489773,_0x37b34f={};_0x37b34f[_0x8a6c1(0xd4)]=_0x8a6c1(0xc0);const _0x542d93=_0x37b34f;if(!this[_0x8a6c1(0xdb)])throw new Error(_0x542d93['QbzjW']);}[a81_0x489773(0xb6)](){return this['name'];}[a81_0x489773(0xb8)](_0x5b6537,_0x32df04,_0x88b0f3,_0x9b7007={}){const _0x792f85=a81_0x489773,_0x546318={};_0x546318[_0x792f85(0xd9)]='0|3|2|4|1';const _0x5f23fe=_0x546318,_0x5375a9=_0x5f23fe['PvEDL']['split']('|');let _0x236245=0x0;while(!![]){switch(_0x5375a9[_0x236245++]){case'0':this['binSessionId']=_0x5b6537;continue;case'1':logger[_0x792f85(0xbc)](_0x792f85(0xc9)+this[_0x792f85(0xb6)]()+_0x792f85(0xd3)+_0x5b6537+',\x20platformIndex='+_0x32df04);continue;case'2':this[_0x792f85(0xc2)]=_0x88b0f3;continue;case'3':this[_0x792f85(0xce)]=_0x32df04;continue;case'4':this['config']=_0x9b7007;continue;}break;}}[a81_0x489773(0xda)](_0x3d35e2){const _0x262790=a81_0x489773,_0x39ffba={};_0x39ffba['oGIru']=function(_0x573c57,_0x3aa740){return _0x573c57===_0x3aa740;},_0x39ffba[_0x262790(0xb1)]=function(_0x274d9f,_0x4d18e5){return _0x274d9f===_0x4d18e5;};const _0x474e3c=_0x39ffba;let _0x5380d9='';if(_0x474e3c[_0x262790(0xc5)](_0x3d35e2[_0x262790(0xb0)],FRAMEWORKS[_0x262790(0xc3)]))_0x5380d9=_0x3d35e2[_0x262790(0xaf)]?.[_0x262790(0xbf)]?.['id']||_0x3d35e2[_0x262790(0xaf)]?.[_0x262790(0xd8)];else{if(_0x474e3c[_0x262790(0xc5)](_0x3d35e2[_0x262790(0xb0)],FRAMEWORKS['CUCUMBER']))_0x5380d9=_0x3d35e2[_0x262790(0xaf)]?.[_0x262790(0xba)];else _0x474e3c['QUHHk'](_0x3d35e2[_0x262790(0xb0)],FRAMEWORKS[_0x262790(0xd2)])&&(_0x5380d9=_0x3d35e2['testInfo']?.['id']);}return _0x5380d9;}['setTestFrameworkData'](_0x4affd0){const _0x13c74b=a81_0x489773,_0x5bec2b={};_0x5bec2b[_0x13c74b(0xb3)]=function(_0x220382,_0x50a2ed){return _0x220382!==_0x50a2ed;},_0x5bec2b['KnGgU']=_0x13c74b(0xc7);const _0x48c385=_0x5bec2b;if(!_0x4affd0||_0x48c385[_0x13c74b(0xb3)](typeof _0x4affd0,_0x48c385[_0x13c74b(0xcd)]))return null;const _0x1ba873={};_0x1ba873[_0x13c74b(0xb2)]=_0x4affd0['name'],_0x1ba873['version']=_0x4affd0['version']&&_0x4affd0[_0x13c74b(0xc6)][_0x4affd0[_0x13c74b(0xb2)]];const _0x1057ce=_0x1ba873;return _0x1057ce;}}module[a81_0x489773(0xcb)]=BaseModule;
1
+ const a81_0x391417=a81_0x29f2;(function(_0x5ac883,_0x5165c8){const _0x450feb=a81_0x29f2,_0x151a84=_0x5ac883();while(!![]){try{const _0x3463b9=parseInt(_0x450feb(0x8a))/0x1*(-parseInt(_0x450feb(0x72))/0x2)+parseInt(_0x450feb(0x88))/0x3*(parseInt(_0x450feb(0x7a))/0x4)+-parseInt(_0x450feb(0x6f))/0x5+parseInt(_0x450feb(0x85))/0x6*(-parseInt(_0x450feb(0x98))/0x7)+parseInt(_0x450feb(0x74))/0x8*(-parseInt(_0x450feb(0x79))/0x9)+-parseInt(_0x450feb(0x99))/0xa+parseInt(_0x450feb(0x93))/0xb;if(_0x3463b9===_0x5165c8)break;else _0x151a84['push'](_0x151a84['shift']());}catch(_0x50cd18){_0x151a84['push'](_0x151a84['shift']());}}}(a81_0xc916,0x64182));function a81_0xc916(){const _0x4a915c=['../../../helpers/test-observability/constants.js','1622560NidVwx','myGaH','setTestFrameworkData','2jyDoJm','BaseModule','274280fsWncq','testCaseStartedId','getModuleName','object','config','180WrSSxk','503112kSbKLf','split','3|2|4|0|1','vgzKI','_test','\x20with\x20binSessionId=','qYEQH','debug','name','Zwucm','OrgJO','6lKMWfg','winstonLogger','platformIndex','18GkOoox','Configured\x20module\x20','808919tdeKsG','testFramework','Missing\x20binSessionId','dJUue','binSessionId','JEST','CUCUMBER','../../../helpers/logger.js','exports','32744646BanrmY','pIJpp','version','testInfo',',\x20platformIndex=','4905999NXfymy','8014800FszJDo','client'];a81_0xc916=function(){return _0x4a915c;};return a81_0xc916();}const logger=require(a81_0x391417(0x91))[a81_0x391417(0x86)],{FRAMEWORKS}=require(a81_0x391417(0x9b));function a81_0x29f2(_0x39f3c6,_0x2fc907){const _0xc91601=a81_0xc916();return a81_0x29f2=function(_0x29f2fc,_0x1b483e){_0x29f2fc=_0x29f2fc-0x6f;let _0x528bb=_0xc91601[_0x29f2fc];return _0x528bb;},a81_0x29f2(_0x39f3c6,_0x2fc907);}class BaseModule{constructor(_0x5b7085=null){const _0x532871=a81_0x391417,_0x4cd383={};_0x4cd383[_0x532871(0x7d)]='2|4|1|5|3|0',_0x4cd383['pIJpp']=_0x532871(0x73);const _0x197ffb=_0x4cd383,_0x13f0ee=_0x197ffb[_0x532871(0x7d)]['split']('|');let _0x5bd4cf=0x0;while(!![]){switch(_0x13f0ee[_0x5bd4cf++]){case'0':this['testFrameworkData']=this[_0x532871(0x71)](_0x5b7085);continue;case'1':this['platformIndex']=0x0;continue;case'2':this[_0x532871(0x82)]=_0x197ffb[_0x532871(0x94)];continue;case'3':this[_0x532871(0x9a)]=null;continue;case'4':this[_0x532871(0x8e)]=null;continue;case'5':this[_0x532871(0x78)]={};continue;}break;}}['ensureBinSession'](){const _0x461b08=a81_0x391417,_0x9d5c37={};_0x9d5c37['Zwucm']=_0x461b08(0x8c);const _0x4ecdca=_0x9d5c37;if(!this[_0x461b08(0x8e)])throw new Error(_0x4ecdca[_0x461b08(0x83)]);}['getModuleName'](){const _0x70ee=a81_0x391417;return this[_0x70ee(0x82)];}['configure'](_0x1edf69,_0x15eeed,_0x2809ad,_0x551bcd={}){const _0x5c3870=a81_0x391417,_0x51ada0={};_0x51ada0[_0x5c3870(0x70)]=_0x5c3870(0x7c);const _0x4f0b40=_0x51ada0,_0xe0ce8f=_0x4f0b40[_0x5c3870(0x70)][_0x5c3870(0x7b)]('|');let _0x422bd1=0x0;while(!![]){switch(_0xe0ce8f[_0x422bd1++]){case'0':this[_0x5c3870(0x78)]=_0x551bcd;continue;case'1':logger[_0x5c3870(0x81)](_0x5c3870(0x89)+this[_0x5c3870(0x76)]()+_0x5c3870(0x7f)+_0x1edf69+_0x5c3870(0x97)+_0x15eeed);continue;case'2':this[_0x5c3870(0x87)]=_0x15eeed;continue;case'3':this[_0x5c3870(0x8e)]=_0x1edf69;continue;case'4':this[_0x5c3870(0x9a)]=_0x2809ad;continue;}break;}}['getTestId'](_0x26bb79){const _0x1d65d5=a81_0x391417,_0x2977c={};_0x2977c[_0x1d65d5(0x84)]=function(_0x4413a4,_0x32e3fb){return _0x4413a4===_0x32e3fb;};const _0x5d0e07=_0x2977c;let _0x182614='';if(_0x5d0e07[_0x1d65d5(0x84)](_0x26bb79[_0x1d65d5(0x8b)],FRAMEWORKS['PLAYWRIGHT']))_0x182614=_0x26bb79[_0x1d65d5(0x96)]?.[_0x1d65d5(0x7e)]?.['id']||_0x26bb79[_0x1d65d5(0x96)]?.['testId'];else{if(_0x5d0e07[_0x1d65d5(0x84)](_0x26bb79[_0x1d65d5(0x8b)],FRAMEWORKS[_0x1d65d5(0x90)]))_0x182614=_0x26bb79[_0x1d65d5(0x96)]?.[_0x1d65d5(0x75)];else _0x5d0e07['OrgJO'](_0x26bb79[_0x1d65d5(0x8b)],FRAMEWORKS[_0x1d65d5(0x8f)])&&(_0x182614=_0x26bb79['testInfo']?.['id']);}return _0x182614;}[a81_0x391417(0x71)](_0x49f9e2){const _0x1c3369=a81_0x391417,_0xb190f7={};_0xb190f7['qYEQH']=function(_0x13be0f,_0x50bfdc){return _0x13be0f!==_0x50bfdc;},_0xb190f7['dJUue']=_0x1c3369(0x77);const _0x371d1d=_0xb190f7;if(!_0x49f9e2||_0x371d1d[_0x1c3369(0x80)](typeof _0x49f9e2,_0x371d1d[_0x1c3369(0x8d)]))return null;const _0x1565b9={};_0x1565b9[_0x1c3369(0x82)]=_0x49f9e2[_0x1c3369(0x82)],_0x1565b9[_0x1c3369(0x95)]=_0x49f9e2[_0x1c3369(0x95)]&&_0x49f9e2[_0x1c3369(0x95)][_0x49f9e2['name']];const _0x349c4c=_0x1565b9;return _0x349c4c;}}module[a81_0x391417(0x92)]=BaseModule;
@@ -0,0 +1 @@
1
+ const a82_0x27467f=a82_0x2822;function a82_0x2822(_0x58cc10,_0x9a8418){const _0x5d8103=a82_0x5d81();return a82_0x2822=function(_0x2822da,_0x3e346a){_0x2822da=_0x2822da-0x1f0;let _0x5117dd=_0x5d8103[_0x2822da];return _0x5117dd;},a82_0x2822(_0x58cc10,_0x9a8418);}(function(_0x193464,_0x12daff){const _0x3054e1=a82_0x2822,_0x3378a7=_0x193464();while(!![]){try{const _0x1ae537=parseInt(_0x3054e1(0x21f))/0x1*(parseInt(_0x3054e1(0x21d))/0x2)+parseInt(_0x3054e1(0x1f3))/0x3*(parseInt(_0x3054e1(0x1fe))/0x4)+parseInt(_0x3054e1(0x221))/0x5*(parseInt(_0x3054e1(0x1f5))/0x6)+parseInt(_0x3054e1(0x1f7))/0x7+parseInt(_0x3054e1(0x1f6))/0x8+parseInt(_0x3054e1(0x1fc))/0x9+-parseInt(_0x3054e1(0x206))/0xa;if(_0x1ae537===_0x12daff)break;else _0x3378a7['push'](_0x3378a7['shift']());}catch(_0x5dc38b){_0x3378a7['push'](_0x3378a7['shift']());}}}(a82_0x5d81,0xd4d46));const {createClassLogger}=require(a82_0x27467f(0x20a)),logger=createClassLogger(a82_0x27467f(0x21e)),{sendSdkEvents}=require(a82_0x27467f(0x201)),isLTSSession=(_0x234063=null)=>{const _0x1dedbe=a82_0x27467f,_0x317949={};_0x317949[_0x1dedbe(0x202)]=function(_0x25143f,_0x328c74){return _0x25143f!==_0x328c74;},_0x317949[_0x1dedbe(0x1f1)]=_0x1dedbe(0x1f4),_0x317949[_0x1dedbe(0x205)]=function(_0x24705f,_0x3e38a1){return _0x24705f===_0x3e38a1;},_0x317949[_0x1dedbe(0x215)]=_0x1dedbe(0x21b),_0x317949[_0x1dedbe(0x209)]=function(_0x29d3d5,_0x5955d5){return _0x29d3d5===_0x5955d5;},_0x317949[_0x1dedbe(0x203)]=_0x1dedbe(0x218),_0x317949[_0x1dedbe(0x1f8)]=function(_0x1ec966,_0x2c1033){return _0x1ec966===_0x2c1033;},_0x317949[_0x1dedbe(0x200)]=function(_0x5d1463,_0x4922c8){return _0x5d1463===_0x4922c8;},_0x317949[_0x1dedbe(0x216)]=function(_0x3d1e53,_0x3515b4){return _0x3d1e53===_0x3515b4;},_0x317949[_0x1dedbe(0x210)]=_0x1dedbe(0x1f0);const _0x25a502=_0x317949;try{if(_0x25a502[_0x1dedbe(0x202)](typeof process[_0x1dedbe(0x211)]['overrideLoadTesting'],_0x25a502[_0x1dedbe(0x1f1)])){const _0x38e26f=process[_0x1dedbe(0x211)][_0x1dedbe(0x1fd)];return _0x25a502['YRHLE'](typeof _0x38e26f,_0x25a502['UaDEv'])?_0x25a502['zwyQb'](_0x38e26f['toLowerCase'](),_0x25a502[_0x1dedbe(0x203)]):!!_0x38e26f;}const _0x11eb88=_0x234063&&_0x234063[_0x1dedbe(0x1fd)],_0x4305d1=!!(_0x234063&&(_0x25a502[_0x1dedbe(0x1f8)](_0x234063[_0x1dedbe(0x20c)],!![])||_0x25a502[_0x1dedbe(0x200)](_0x234063[_0x1dedbe(0x20c)],_0x25a502[_0x1dedbe(0x203)]))),_0x452761=!!(_0x11eb88&&_0x25a502[_0x1dedbe(0x216)](_0x11eb88['toString']()[_0x1dedbe(0x1f9)](),_0x25a502['DAqMM'])&&!_0x4305d1);return process['env'][_0x1dedbe(0x1fd)]=_0x452761?_0x25a502[_0x1dedbe(0x203)]:_0x25a502[_0x1dedbe(0x210)],_0x452761;}catch(_0x175216){return process[_0x1dedbe(0x211)][_0x1dedbe(0x1fd)]=_0x25a502[_0x1dedbe(0x210)],![];}},getLTSSessionId=()=>{const _0x1ea7aa=a82_0x27467f,_0x23c3f7={'zubTX':function(_0x532fe9){return _0x532fe9();},'ybfuw':_0x1ea7aa(0x214),'ryPfG':_0x1ea7aa(0x220)};try{if(_0x23c3f7[_0x1ea7aa(0x20b)](isLTSSession))return logger[_0x1ea7aa(0x20e)](_0x23c3f7[_0x1ea7aa(0x21c)]),process[_0x1ea7aa(0x211)][_0x1ea7aa(0x20d)]||'';}catch(_0x233cda){logger[_0x1ea7aa(0x21a)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x233cda&&_0x233cda[_0x1ea7aa(0x1fb)]));}return logger[_0x1ea7aa(0x20e)](_0x23c3f7[_0x1ea7aa(0x219)]),'';},setLTSSessionId=async(_0x17bbb1={})=>{const _0x2a34b7=a82_0x27467f,_0x15a916={'NQBaW':function(_0x17dcd6){return _0x17dcd6();},'ogMUQ':_0x2a34b7(0x208),'RBFFp':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','CcbCP':_0x2a34b7(0x20f),'EexoS':function(_0x29cf75,_0x2641a8){return _0x29cf75(_0x2641a8);},'aaWGG':function(_0xd7d8a7,_0x31b7ff,_0x2f5743){return _0xd7d8a7(_0x31b7ff,_0x2f5743);},'IXFAh':function(_0x428e6a,_0x44a728){return _0x428e6a||_0x44a728;}};try{const _0x24adbb=_0x15a916[_0x2a34b7(0x207)](getLTSSessionId);_0x24adbb?(process[_0x2a34b7(0x211)]['BROWSERSTACK_LTS_SESSION_ID']=_0x24adbb,logger[_0x2a34b7(0x20e)](_0x15a916[_0x2a34b7(0x1ff)])):(delete process['env'][_0x2a34b7(0x20d)],logger[_0x2a34b7(0x20e)](_0x15a916['RBFFp']));try{const _0x367eb9={'feature':_0x15a916['CcbCP'],'ltsEnabled':_0x15a916[_0x2a34b7(0x213)](isLTSSession,_0x17bbb1),'ltsSessionIdPresent':!!_0x24adbb};await _0x15a916[_0x2a34b7(0x1fa)](sendSdkEvents,_0x367eb9,_0x17bbb1);}catch(_0x2032e7){logger[_0x2a34b7(0x20e)]('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x2032e7&&_0x2032e7[_0x2a34b7(0x1fb)]));}return _0x15a916[_0x2a34b7(0x212)](_0x24adbb,'');}catch(_0x1fb40d){return logger['debug'](_0x2a34b7(0x1f2)+(_0x1fb40d&&_0x1fb40d[_0x2a34b7(0x1fb)])),'';}},a82_0x3b09d8={};a82_0x3b09d8[a82_0x27467f(0x217)]=isLTSSession,a82_0x3b09d8['getLTSSessionId']=getLTSSessionId,a82_0x3b09d8[a82_0x27467f(0x204)]=setLTSSessionId,module['exports']=a82_0x3b09d8;function a82_0x5d81(){const _0xa5bd29=['IXFAh','EexoS','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','UaDEv','PhMzW','isLTSSession','true','ryPfG','error','string','ybfuw','8198vmqVbj','LoadTestModule','278GiQQFz','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','10IYntXP','false','vrVwy','setLTSSessionId\x20error:\x20','21rBYgbT','undefined','3917418uSRzGB','6433864DkkeXs','2749978epduOn','FNHWk','toLowerCase','aaWGG','message','3286701AFsfwX','overrideLoadTesting','496092iqIZHj','ogMUQ','bOYJc','../../../helpers/helper.js','MBozv','DAqMM','setLTSSessionId','YRHLE','40040150MBVjDS','NQBaW','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','zwyQb','../../../helpers/classLogger.js','zubTX','browserstackAutomation','BROWSERSTACK_LTS_SESSION_ID','debug','LTS','iIcKF','env'];a82_0x5d81=function(){return _0xa5bd29;};return a82_0x5d81();}
@@ -1 +1 @@
1
- const a82_0x5ae851=a82_0x3b51;(function(_0x28abb8,_0x47593d){const _0x581096=a82_0x3b51,_0x31c803=_0x28abb8();while(!![]){try{const _0x5f5b6c=-parseInt(_0x581096(0x13a))/0x1+parseInt(_0x581096(0x133))/0x2*(-parseInt(_0x581096(0x130))/0x3)+parseInt(_0x581096(0x13f))/0x4*(-parseInt(_0x581096(0x135))/0x5)+-parseInt(_0x581096(0x131))/0x6+-parseInt(_0x581096(0x147))/0x7+-parseInt(_0x581096(0x139))/0x8*(parseInt(_0x581096(0x141))/0x9)+-parseInt(_0x581096(0x12d))/0xa*(-parseInt(_0x581096(0x138))/0xb);if(_0x5f5b6c===_0x47593d)break;else _0x31c803['push'](_0x31c803['shift']());}catch(_0x44e5d5){_0x31c803['push'](_0x31c803['shift']());}}}(a82_0x2c1f,0x37099));function a82_0x3b51(_0x11ea92,_0x4f2edb){const _0x2c1fad=a82_0x2c1f();return a82_0x3b51=function(_0x3b51f4,_0x5e1aea){_0x3b51f4=_0x3b51f4-0x129;let _0x267d14=_0x2c1fad[_0x3b51f4];return _0x267d14;},a82_0x3b51(_0x11ea92,_0x4f2edb);}const BaseModule=require(a82_0x5ae851(0x134)),{createClassLogger}=require(a82_0x5ae851(0x136)),AutomationFramework=require(a82_0x5ae851(0x140)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a82_0x5ae851(0x13e)),{playwrightAnnotate}=require(a82_0x5ae851(0x150)),PerformanceTester=require(a82_0x5ae851(0x14b)),{O11y_EVENTS}=require('../../../helpers/performance/constants.js'),constants=require('../../utils/constants.js');class ObservabilityModule extends BaseModule{[a82_0x5ae851(0x129)]=createClassLogger(a82_0x5ae851(0x14f));constructor(_0x475246){const _0x304c27=a82_0x5ae851,_0xee2b80={};_0xee2b80[_0x304c27(0x146)]=_0x304c27(0x14f);const _0x1df155=_0xee2b80;super(),this[_0x304c27(0x144)]=_0x1df155[_0x304c27(0x146)],this[_0x304c27(0x12c)]=_0x475246,AutomationFramework[_0x304c27(0x132)](AutomationFrameworkState[_0x304c27(0x14a)],HookState[_0x304c27(0x13d)],this['onBeforeTest'][_0x304c27(0x149)](this));}[a82_0x5ae851(0x12a)](){return ObservabilityModule['MODULE_NAME'];}async[a82_0x5ae851(0x13c)](_0xe8d9c){const _0x5a1897=a82_0x5ae851,_0x1884c1={'gGvBd':function(_0x5133d4,_0x23121f){return _0x5133d4+_0x23121f;},'MsyoU':'ObservabilitySync:','qeFBt':function(_0x3a9d01,_0x296189,_0x21a882,_0x1ba8fd){return _0x3a9d01(_0x296189,_0x21a882,_0x1ba8fd);},'ZAMws':'debug','KXgrr':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0xe8d9c[_0x5a1897(0x14d)]){const _0x39916a=_0xe8d9c[_0x5a1897(0x14d)],_0xe45166=Date[_0x5a1897(0x145)](),_0x54d426=_0x1884c1['gGvBd'](_0x1884c1['MsyoU'],_0xe45166);PerformanceTester[_0x5a1897(0x14c)](O11y_EVENTS['SYNC']),await _0x1884c1[_0x5a1897(0x14e)](playwrightAnnotate,_0x39916a,_0x54d426,_0x1884c1[_0x5a1897(0x137)]),PerformanceTester[_0x5a1897(0x148)](O11y_EVENTS['SYNC']),this[_0x5a1897(0x129)][_0x5a1897(0x13b)](_0x5a1897(0x12e)+constants[_0x5a1897(0x142)]+_0x5a1897(0x151));}else this['logger'][_0x5a1897(0x12f)](_0x1884c1[_0x5a1897(0x143)]);}}ObservabilityModule[a82_0x5ae851(0x12b)]=a82_0x5ae851(0x14f),module['exports']=ObservabilityModule;function a82_0x2c1f(){const _0x177ce5=['../state/hookState.js','4oJBzsF','../framework/automationFramework.js','36TXSIKg','TEST_REPORTING_ANALYTICS','KXgrr','name','now','jOwsd','735987GLcrZQ','end','bind','CREATE','../../../helpers/performance/performance-tester.js','start','page','qeFBt','ObservabilityModule','../../../helpers/helper.js','\x20sync\x20done','logger','getModuleName','MODULE_NAME','observabilityConfig','46490vfPahH','onBeforeTest:\x20','debug','1239DSQDzp','1705152OWYxzh','registerObserver','1052nUtFTx','./baseModule','977730LqKMxn','../../../helpers/classLogger.js','ZAMws','3575RptdGv','588256tEXfbj','189247MFuWNm','info','onBeforeTest','POST'];a82_0x2c1f=function(){return _0x177ce5;};return a82_0x2c1f();}
1
+ const a83_0x9e35da=a83_0x5eb1;(function(_0x303142,_0x3f9fd1){const _0x376fe0=a83_0x5eb1,_0x3eafe7=_0x303142();while(!![]){try{const _0x388801=parseInt(_0x376fe0(0x108))/0x1*(-parseInt(_0x376fe0(0x10d))/0x2)+-parseInt(_0x376fe0(0x107))/0x3+parseInt(_0x376fe0(0xeb))/0x4*(-parseInt(_0x376fe0(0xf9))/0x5)+parseInt(_0x376fe0(0xff))/0x6*(-parseInt(_0x376fe0(0xfc))/0x7)+-parseInt(_0x376fe0(0x104))/0x8+-parseInt(_0x376fe0(0x10c))/0x9*(parseInt(_0x376fe0(0xfe))/0xa)+parseInt(_0x376fe0(0xe6))/0xb*(parseInt(_0x376fe0(0xe8))/0xc);if(_0x388801===_0x3f9fd1)break;else _0x3eafe7['push'](_0x3eafe7['shift']());}catch(_0x6e87fe){_0x3eafe7['push'](_0x3eafe7['shift']());}}}(a83_0x50e6,0x4dfd8));function a83_0x50e6(){const _0x33fc8d=['101082lkUenY','334911XdqCtM','logger','TEST_REPORTING_ANALYTICS','../../../helpers/performance/constants.js','558Wkddan','2RXeoLS','6479feKrIO','onBeforeTest:\x20','38364ateeAe','onBeforeTest:\x20page\x20is\x20not\x20defined','TErIy','2082308WcSGMt','debug','GzaIF','onBeforeTest','now','start','POST','XWlRR','../framework/automationFramework.js','../state/automationFrameworkState.js','end','SYNC','registerObserver','ObservabilityModule','5mMYaWx','name','getModuleName','1846943zJzDtU','info','6040CnXajo','6YrQXle','observabilityConfig','qHPnh','MODULE_NAME','../../../helpers/helper.js','2984848dTjFYT','ObservabilitySync:','../../utils/constants.js'];a83_0x50e6=function(){return _0x33fc8d;};return a83_0x50e6();}function a83_0x5eb1(_0x579ab4,_0x2a13c5){const _0x50e6bd=a83_0x50e6();return a83_0x5eb1=function(_0x5eb128,_0x5d1209){_0x5eb128=_0x5eb128-0xe6;let _0x22f5e9=_0x50e6bd[_0x5eb128];return _0x22f5e9;},a83_0x5eb1(_0x579ab4,_0x2a13c5);}const BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a83_0x9e35da(0xf3)),AutomationFrameworkState=require(a83_0x9e35da(0xf4)),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require(a83_0x9e35da(0x103)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require(a83_0x9e35da(0x10b)),constants=require(a83_0x9e35da(0x106));class ObservabilityModule extends BaseModule{['logger']=createClassLogger(a83_0x9e35da(0xf8));constructor(_0x31339b){const _0x1e2efa=a83_0x9e35da,_0x53324f={};_0x53324f[_0x1e2efa(0xf2)]=_0x1e2efa(0xf8);const _0x333e37=_0x53324f;super(),this[_0x1e2efa(0xfa)]=_0x333e37[_0x1e2efa(0xf2)],this[_0x1e2efa(0x100)]=_0x31339b,AutomationFramework[_0x1e2efa(0xf7)](AutomationFrameworkState['CREATE'],HookState[_0x1e2efa(0xf1)],this['onBeforeTest']['bind'](this));}[a83_0x9e35da(0xfb)](){const _0x360cd7=a83_0x9e35da;return ObservabilityModule[_0x360cd7(0x102)];}async[a83_0x9e35da(0xee)](_0x1c7254){const _0x1896a0=a83_0x9e35da,_0x82dcf0={'GzaIF':function(_0x3cfa1c,_0x3d7a76){return _0x3cfa1c+_0x3d7a76;},'MXAJG':_0x1896a0(0x105),'aPmHK':function(_0x100bfe,_0x372e56,_0x226478,_0x17dd9e){return _0x100bfe(_0x372e56,_0x226478,_0x17dd9e);},'qHPnh':_0x1896a0(0xec),'TErIy':_0x1896a0(0xe9)};if(_0x1c7254['page']){const _0x16ce10=_0x1c7254['page'],_0x3af23f=Date[_0x1896a0(0xef)](),_0x3288b7=_0x82dcf0[_0x1896a0(0xed)](_0x82dcf0['MXAJG'],_0x3af23f);PerformanceTester[_0x1896a0(0xf0)](O11y_EVENTS[_0x1896a0(0xf6)]),await _0x82dcf0['aPmHK'](playwrightAnnotate,_0x16ce10,_0x3288b7,_0x82dcf0[_0x1896a0(0x101)]),PerformanceTester[_0x1896a0(0xf5)](O11y_EVENTS[_0x1896a0(0xf6)]),this[_0x1896a0(0x109)][_0x1896a0(0xfd)](_0x1896a0(0xe7)+constants[_0x1896a0(0x10a)]+'\x20sync\x20done');}else this[_0x1896a0(0x109)]['debug'](_0x82dcf0[_0x1896a0(0xea)]);}}ObservabilityModule[a83_0x9e35da(0x102)]='ObservabilityModule',module['exports']=ObservabilityModule;
@@ -1 +1 @@
1
- const a83_0x59d1b2=a83_0x5c39;(function(_0x506021,_0x1c885c){const _0x2544f2=a83_0x5c39,_0x8e049e=_0x506021();while(!![]){try{const _0x957e35=parseInt(_0x2544f2(0x164))/0x1+-parseInt(_0x2544f2(0x165))/0x2+-parseInt(_0x2544f2(0x180))/0x3*(-parseInt(_0x2544f2(0x170))/0x4)+-parseInt(_0x2544f2(0x17f))/0x5*(parseInt(_0x2544f2(0x1b7))/0x6)+parseInt(_0x2544f2(0x187))/0x7*(parseInt(_0x2544f2(0x18c))/0x8)+parseInt(_0x2544f2(0x121))/0x9+-parseInt(_0x2544f2(0x156))/0xa*(parseInt(_0x2544f2(0x14e))/0xb);if(_0x957e35===_0x1c885c)break;else _0x8e049e['push'](_0x8e049e['shift']());}catch(_0xcceb7b){_0x8e049e['push'](_0x8e049e['shift']());}}}(a83_0x5872,0x86660));const util=require('util'),BaseModule=require(a83_0x59d1b2(0x182)),{createClassLogger}=require(a83_0x59d1b2(0x195)),{getFrameworkVersion}=require(a83_0x59d1b2(0x160)),helper=require(a83_0x59d1b2(0x162)),{FRAMEWORKS}=require('../../utils/constants'),AutomationFramework=require(a83_0x59d1b2(0x1ca)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require('../state/hookState.js'),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require('../../../helpers/helper.js'),CLIUtils=require('../cliUtils.js'),BrowserstackCLI=require(a83_0x59d1b2(0x173)),GrpcClient=require(a83_0x59d1b2(0x142)),PerformanceTester=require(a83_0x59d1b2(0x146)),PerformanceEvents=require(a83_0x59d1b2(0x12a))[a83_0x59d1b2(0x1a1)],TestInfo=require('../TestInfo.js'),{getPlaywrightProvider}=require(a83_0x59d1b2(0x1cc)),TestFrameworkConstants=require(a83_0x59d1b2(0x17a)),TestFrameworkState=require(a83_0x59d1b2(0x1be)),JestUtils=require(a83_0x59d1b2(0x14c));function a83_0x5c39(_0x63aa18,_0x166c4b){const _0x587282=a83_0x5872();return a83_0x5c39=function(_0x5c3983,_0x3eefc4){_0x5c3983=_0x5c3983-0x114;let _0x4536d7=_0x587282[_0x5c3983];return _0x4536d7;},a83_0x5c39(_0x63aa18,_0x166c4b);}class PlaywrightDriverModule extends BaseModule{static [a83_0x59d1b2(0x144)]=a83_0x59d1b2(0x190);static [a83_0x59d1b2(0x12b)]='contextObject';static [a83_0x59d1b2(0x1c2)]=a83_0x59d1b2(0x155);static [a83_0x59d1b2(0x1ce)]=a83_0x59d1b2(0x19c);static [a83_0x59d1b2(0x18e)]=a83_0x59d1b2(0x1b4);static [a83_0x59d1b2(0x14f)]=a83_0x59d1b2(0x1d4);static [a83_0x59d1b2(0x17d)]=a83_0x59d1b2(0x191);static [a83_0x59d1b2(0x17b)]='platformDetails';static [a83_0x59d1b2(0x169)]=a83_0x59d1b2(0x18a);[a83_0x59d1b2(0x159)]=createClassLogger('PlaywrightDriverModule');constructor(_0x3d4a9b=null){const _0x2cc2c6=a83_0x59d1b2,_0x474f5d={};_0x474f5d[_0x2cc2c6(0x17c)]=_0x2cc2c6(0x15f),_0x474f5d[_0x2cc2c6(0x1a4)]='PlaywrightDriverModule';const _0x528622=_0x474f5d,_0x166023=_0x528622['uoepX'][_0x2cc2c6(0x177)]('|');let _0x3e35f6=0x0;while(!![]){switch(_0x166023[_0x3e35f6++]){case'0':this[_0x2cc2c6(0x11b)]=new JestUtils();continue;case'1':AutomationFramework[_0x2cc2c6(0x16f)](AutomationFrameworkState['PLAYWRIGHT_DISPATCH'],HookState[_0x2cc2c6(0x166)],this[_0x2cc2c6(0x158)][_0x2cc2c6(0x1c5)](this));continue;case'2':super(_0x3d4a9b);continue;case'3':this[_0x2cc2c6(0x1d0)]=null;continue;case'4':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x2cc2c6(0x15b)],HookState[_0x2cc2c6(0x166)],this[_0x2cc2c6(0x1b9)]['bind'](this));continue;case'5':AutomationFramework[_0x2cc2c6(0x16f)](AutomationFrameworkState[_0x2cc2c6(0x1c3)],HookState[_0x2cc2c6(0x166)],this[_0x2cc2c6(0x1aa)][_0x2cc2c6(0x1c5)](this));continue;case'6':this[_0x2cc2c6(0x161)]=null;continue;case'7':this[_0x2cc2c6(0x117)]=null;continue;case'8':AutomationFramework[_0x2cc2c6(0x16f)](AutomationFrameworkState[_0x2cc2c6(0x15b)],HookState[_0x2cc2c6(0x1d6)],this[_0x2cc2c6(0x122)]['bind'](this));continue;case'9':this[_0x2cc2c6(0x13a)]=[];continue;case'10':this[_0x2cc2c6(0x1b5)]=null;continue;case'11':this['name']=_0x528622[_0x2cc2c6(0x1a4)];continue;}break;}}['getModuleName'](){const _0x2b5126=a83_0x59d1b2;return PlaywrightDriverModule[_0x2b5126(0x14d)];}async[a83_0x59d1b2(0x122)](_0x45f943){const _0x385727=a83_0x59d1b2,_0x55c2df={};_0x55c2df['MCagO']=_0x385727(0x185);const _0x16c856=_0x55c2df;try{this[_0x385727(0x159)][_0x385727(0x1d3)](_0x16c856[_0x385727(0x15d)]);const _0x2336c4=_0x45f943[_0x385727(0x129)],_0x43dc25=_0x45f943[_0x385727(0x191)];AutomationFramework[_0x385727(0x1c8)](_0x45f943[_0x385727(0x1a6)],PlaywrightDriverModule['KEY_CAPABILITIES'],_0x2336c4),AutomationFramework[_0x385727(0x1c8)](_0x45f943[_0x385727(0x1a6)],PlaywrightDriverModule[_0x385727(0x17d)],_0x43dc25);}catch(_0x4195de){this[_0x385727(0x159)]['error']('Error\x20in\x20onBeforeDriverCreate:\x20'+util['format'](_0x4195de));}}async[a83_0x59d1b2(0x158)](_0x48f3d9){const _0x1e47d8=a83_0x59d1b2,_0x55cefa={};_0x55cefa['zVdwE']=function(_0x5c1b56,_0x4c6ca3){return _0x5c1b56||_0x4c6ca3;};const _0x36a019=_0x55cefa;try{const _0x2f7737=_0x48f3d9?.[_0x1e47d8(0x184)]&&_0x48f3d9?.['message']?.[_0x1e47d8(0x1b1)]&&_0x48f3d9?.['message']?.[_0x1e47d8(0x1b1)]?.[_0x1e47d8(0x1ae)],_0x2af393=_0x48f3d9?.['message']&&_0x48f3d9?.[_0x1e47d8(0x184)]?.[_0x1e47d8(0x12c)];if(_0x36a019['zVdwE'](_0x2f7737,_0x2af393)){this[_0x1e47d8(0x159)][_0x1e47d8(0x1d3)](_0x1e47d8(0x118)+util[_0x1e47d8(0x138)](_0x2f7737)+_0x1e47d8(0x1b0)+util[_0x1e47d8(0x138)](_0x2af393));const _0x3f619a=_0x48f3d9?.['instance'],_0x53ffce=global?.[_0x1e47d8(0x1a7)]?.[_0x1e47d8(0x171)]?.['parallelIndex'],_0x22f818=_0x2f7737?.['sessionId']||_0x2af393?.[_0x1e47d8(0x19c)],_0x461bff=_0x2f7737?.[_0x1e47d8(0x140)]||_0x2af393?.['platformDetails'];_0x22f818&&(this[_0x1e47d8(0x159)][_0x1e47d8(0x1d3)](_0x1e47d8(0x1c0)+_0x22f818),AutomationFramework[_0x1e47d8(0x1c8)](_0x3f619a,PlaywrightDriverModule['KEY_SESSION_ID'],_0x22f818)),_0x53ffce&&(this[_0x1e47d8(0x159)][_0x1e47d8(0x1d3)](_0x1e47d8(0x150)+util[_0x1e47d8(0x138)](_0x53ffce)),AutomationFramework[_0x1e47d8(0x1c8)](_0x3f619a,PlaywrightDriverModule[_0x1e47d8(0x18e)],_0x53ffce));}}catch(_0x1c29c1){this[_0x1e47d8(0x159)][_0x1e47d8(0x1bc)]('Error\x20in\x20onDispatchExecute:\x20'+util[_0x1e47d8(0x179)](_0x1c29c1));}}async[a83_0x59d1b2(0x1b9)](_0x489a3c){const _0x24bab6=a83_0x59d1b2,_0x53e98f={'rHKMi':_0x24bab6(0x152),'BmPDU':function(_0x4e7798,_0x4374d5){return _0x4e7798(_0x4374d5);},'Xehpd':_0x24bab6(0x153),'DfWFy':_0x24bab6(0x197),'AigLs':'onAfterDriverCreate:\x20Setting\x20context\x20object','RupOd':'onAfterDriverCreate:\x20Setting\x20browser\x20object','UjYYw':_0x24bab6(0x1cb)};try{this['logger'][_0x24bab6(0x1d3)](_0x53e98f[_0x24bab6(0x136)]);const _0x1810f3=_0x489a3c[_0x24bab6(0x1a6)];this[_0x24bab6(0x1d0)]=_0x53e98f[_0x24bab6(0x12e)](getFrameworkVersion,FRAMEWORKS[_0x24bab6(0x1ac)]);if(_0x489a3c[_0x24bab6(0x1d8)]){this[_0x24bab6(0x159)][_0x24bab6(0x1d3)](_0x53e98f[_0x24bab6(0x16d)]),AutomationFramework[_0x24bab6(0x1c8)](_0x1810f3,PlaywrightDriverModule[_0x24bab6(0x1c2)],_0x489a3c[_0x24bab6(0x1d8)]);if(_0x489a3c[_0x24bab6(0x18b)]){this['logger']['debug'](_0x53e98f[_0x24bab6(0x123)]);const _0x96c914=this[_0x24bab6(0x133)](_0x489a3c);AutomationFramework[_0x24bab6(0x1c8)](_0x1810f3,PlaywrightDriverModule['KEY_TEST_ID'],_0x96c914),await this[_0x24bab6(0x1d2)](_0x489a3c[_0x24bab6(0x18b)]);}}_0x489a3c[_0x24bab6(0x116)]&&(this[_0x24bab6(0x159)][_0x24bab6(0x1d3)](_0x53e98f[_0x24bab6(0x181)]),AutomationFramework[_0x24bab6(0x1c8)](_0x1810f3,PlaywrightDriverModule[_0x24bab6(0x12b)],_0x489a3c['context']));if(_0x489a3c[_0x24bab6(0x175)]){this['logger'][_0x24bab6(0x1d3)](_0x53e98f[_0x24bab6(0x11f)]);const _0x8dd4c3=global?.[_0x24bab6(0x1a7)]?.[_0x24bab6(0x171)]?.['parallelIndex'];AutomationFramework[_0x24bab6(0x1c8)](_0x1810f3,PlaywrightDriverModule[_0x24bab6(0x144)],_0x489a3c[_0x24bab6(0x175)]),AutomationFramework[_0x24bab6(0x1c8)](_0x1810f3,PlaywrightDriverModule[_0x24bab6(0x18e)],_0x8dd4c3);const _0x3e8af5={};_0x3e8af5[_0x24bab6(0x1cf)]=!![];const _0x286032=Buffer[_0x24bab6(0x18f)](JSON[_0x24bab6(0x1cd)](_0x3e8af5)['toString'](_0x53e98f['UjYYw'])),_0x40dc32=await GrpcClient['getInstance']()[_0x24bab6(0x13c)]({'platformIndex':_0x8dd4c3,'ref':_0x1810f3[_0x24bab6(0x1a2)](),'userInputParams':_0x286032});helper[_0x24bab6(0x127)](helper[_0x24bab6(0x12d)]())&&AutomationFramework[_0x24bab6(0x1c8)](_0x1810f3,PlaywrightDriverModule[_0x24bab6(0x14f)],JSON['parse'](Buffer[_0x24bab6(0x18f)](_0x40dc32[_0x24bab6(0x17e)](),_0x53e98f['UjYYw'])[_0x24bab6(0x154)]()));}}catch(_0x411fbd){this[_0x24bab6(0x159)][_0x24bab6(0x1bc)](_0x24bab6(0x1b2)+util[_0x24bab6(0x179)](_0x411fbd));}}async[a83_0x59d1b2(0x1aa)](_0x26b663){const _0x54d04f=a83_0x59d1b2,_0x41626f={'kRXLj':_0x54d04f(0x1c1),'zLqkd':'Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','xZKMj':function(_0x519b44,_0x1541a1){return _0x519b44(_0x1541a1);},'hGFlL':function(_0xec73c1,_0x3372a3){return _0xec73c1(_0x3372a3);},'efgwv':function(_0xe47b92,_0x1e16fa,_0x39a42d){return _0xe47b92(_0x1e16fa,_0x39a42d);},'tvnqj':_0x54d04f(0x119),'OcPVL':_0x54d04f(0x184),'mLQKO':_0x54d04f(0x1bc),'wpniI':function(_0x3898fd,_0x491a8d,_0x2b1732){return _0x3898fd(_0x491a8d,_0x2b1732);},'eKJkG':'errors','PXLqe':function(_0x4b04da,_0x4c0e60){return _0x4b04da>_0x4c0e60;},'TKNXe':function(_0x4f14da,_0x4b20f4){return _0x4f14da||_0x4b20f4;},'uZGGP':function(_0x14982a,_0x138a39){return _0x14982a||_0x138a39;},'BEXSd':function(_0xbdfb1c,_0x1a6974){return _0xbdfb1c===_0x1a6974;},'FBPWc':function(_0x29db86,_0x3e3dbb){return _0x29db86+_0x3e3dbb;},'jVItV':_0x54d04f(0x1c4),'ceAFu':function(_0x3a538d,_0xcd5699){return _0x3a538d+_0xcd5699;},'FNYAC':_0x54d04f(0x114),'WnTHG':'Playwright','DSxzE':'1.51.0','gomzd':function(_0xf328b2,_0x19bd2e){return _0xf328b2>_0x19bd2e;},'QAscQ':_0x54d04f(0x1cb),'Qjiwx':function(_0x4b1b0a,_0x3d3bef){return _0x4b1b0a===_0x3d3bef;},'bgHoF':function(_0x3727dd,_0x2a900c){return _0x3727dd===_0x2a900c;},'VRNMS':_0x54d04f(0x1a8)};this['logger'][_0x54d04f(0x1d3)](_0x41626f['kRXLj']);const _0x182da2=_0x26b663[_0x54d04f(0x1a6)];if(!_0x182da2){this[_0x54d04f(0x159)][_0x54d04f(0x1d3)](_0x41626f[_0x54d04f(0x178)]);return;}const _0x541d14=_0x26b663['testInfo'],_0x303a4c=this['getTestId'](_0x26b663),_0x26a308=_0x541d14[_0x54d04f(0x14a)];let _0x52076b;const _0xb64aca=_0x41626f[_0x54d04f(0x1b8)](getPlaywrightStatus,_0x26a308);let _0x42d99c,_0x2774ea=null;if(_0x541d14[_0x54d04f(0x15c)]||_0x541d14[_0x54d04f(0x189)])_0x42d99c=_0x41626f[_0x54d04f(0x168)](getCucumberSessionName,_0x541d14),_0x52076b=_0x41626f[_0x54d04f(0x128)](nestedKeyValue,_0x541d14,[_0x41626f[_0x54d04f(0x16a)],_0x41626f[_0x54d04f(0x163)]]);else{_0x42d99c=_0x41626f[_0x54d04f(0x168)](getPlaywrightSessionName,_0x541d14),_0x52076b=_0x41626f[_0x54d04f(0x128)](nestedKeyValue,_0x541d14,[_0x41626f[_0x54d04f(0x196)],_0x41626f['OcPVL']]);const _0x59a97d=_0x41626f[_0x54d04f(0x135)](nestedKeyValue,_0x541d14,[_0x41626f[_0x54d04f(0x13e)]]);_0x59a97d&&_0x41626f[_0x54d04f(0x16b)](_0x59a97d[_0x54d04f(0x198)],0x0)&&(_0x2774ea=_0x59a97d[0x0][_0x54d04f(0x184)]),_0x52076b=_0x41626f[_0x54d04f(0x132)](_0x52076b,_0x2774ea),this['logger'][_0x54d04f(0x1d3)](_0x54d04f(0x1ad)+_0xb64aca+'\x20failure\x20reason:\x20'+_0x52076b);}const _0x36c328=_0x41626f[_0x54d04f(0x1d5)](_0x52076b,_0x2774ea);this[_0x54d04f(0x159)][_0x54d04f(0x1d3)](_0x54d04f(0x1ad)+_0xb64aca);let _0x29c9d2,_0x5f095a;if(this[_0x54d04f(0x141)]&&_0x41626f['BEXSd'](this[_0x54d04f(0x141)][_0x54d04f(0x186)],FRAMEWORKS[_0x54d04f(0x19b)]))_0x29c9d2=_0x303a4c,_0x5f095a=TestInfo[_0x54d04f(0x1af)](_0x29c9d2);else this[_0x54d04f(0x141)]&&_0x41626f[_0x54d04f(0x14b)](this[_0x54d04f(0x141)][_0x54d04f(0x186)],FRAMEWORKS[_0x54d04f(0x13f)])?(_0x29c9d2=this[_0x54d04f(0x11b)][_0x54d04f(0x126)](_0x541d14),this['logger'][_0x54d04f(0x1d3)](_0x54d04f(0x1d7)+_0x29c9d2)):(_0x29c9d2=TestInfo[_0x54d04f(0x134)](_0x541d14,_0x541d14[_0x54d04f(0x139)]),_0x5f095a=TestInfo[_0x54d04f(0x1af)](_0x29c9d2));const _0x4cd3ff=TestInfo[_0x54d04f(0x120)](_0x29c9d2);this[_0x54d04f(0x159)]['info'](_0x41626f[_0x54d04f(0x124)](_0x41626f['jVItV'],_0x303a4c)),this['logger'][_0x54d04f(0x13b)](_0x41626f[_0x54d04f(0x172)](_0x41626f['FNYAC'],util[_0x54d04f(0x138)](_0x4cd3ff)));const _0x221664=AutomationFramework['getState'](_0x182da2,PlaywrightDriverModule['KEY_PLATFORM_INDEX']),_0x305e88=_0x4cd3ff?.[TestFrameworkConstants[_0x54d04f(0x151)]]||this[_0x54d04f(0x141)]&&this[_0x54d04f(0x141)][_0x54d04f(0x186)],_0x524981=_0x4cd3ff?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]||this[_0x54d04f(0x141)]&&this[_0x54d04f(0x141)]['version'],_0x594aca=TestFrameworkState[_0x54d04f(0x1c7)]['toString']()['split']('.')[0x1],_0x4f506f=HookState[_0x54d04f(0x166)][_0x54d04f(0x154)]()[_0x54d04f(0x177)]('.')[0x1],_0x29997b=_0x182da2[_0x54d04f(0x192)](),_0xb33569=AutomationFramework[_0x54d04f(0x193)](_0x182da2,PlaywrightDriverModule[_0x54d04f(0x17d)],''),_0x187388={'provider':_0x41626f[_0x54d04f(0x168)](getPlaywrightProvider,_0xb33569),'frameworkName':_0x41626f['WnTHG'],'frameworkVersion':_0x41626f['DSxzE'],'frameworkSessionId':AutomationFramework[_0x54d04f(0x193)](_0x182da2,PlaywrightDriverModule[_0x54d04f(0x1ce)],''),'ref':_0x182da2[_0x54d04f(0x1a2)](),'hubUrl':_0xb33569};let _0x174787=AutomationFramework[_0x54d04f(0x193)](_0x182da2,PlaywrightDriverModule[_0x54d04f(0x14f)],{});_0x174787&&_0x41626f[_0x54d04f(0x147)](Object[_0x54d04f(0x19e)](_0x174787)[_0x54d04f(0x198)],0x0)?_0x174787=Buffer['from'](JSON[_0x54d04f(0x1cd)](_0x174787))['toString'](_0x41626f[_0x54d04f(0x167)]):_0x174787=Buffer['from'](JSON[_0x54d04f(0x1cd)]({}))[_0x54d04f(0x154)](_0x41626f[_0x54d04f(0x167)]);const _0x2acf96={'hash':_0x29997b['getId'](),'threadId':_0x29997b[_0x54d04f(0x194)]()[_0x54d04f(0x154)](),'processId':_0x29997b[_0x54d04f(0x131)]()[_0x54d04f(0x154)]()},_0x5e43f6={};_0x5e43f6[_0x54d04f(0x188)]=_0x29c9d2;const _0x10a9fb={};_0x10a9fb[_0x54d04f(0x145)]=_0x5f095a;const _0x32d9eb={'platformIndex':_0x221664,'testFrameworkName':_0x305e88,'testFrameworkVersion':_0x524981,'testFrameworkState':_0x594aca,'testHookState':_0x4f506f,...this['testFrameworkData']&&_0x41626f[_0x54d04f(0x1d1)](this['testFrameworkData'][_0x54d04f(0x186)],FRAMEWORKS[_0x54d04f(0x13f)])?_0x5e43f6:_0x10a9fb,'automationSession':_0x187388,'capabilities':_0x174787,'executionContext':_0x2acf96};this[_0x54d04f(0x159)]['debug']('onAfterTest\x20CBTSession\x20payload:\x20'+util[_0x54d04f(0x179)](_0x32d9eb)),GrpcClient['getInstance']()['testSessionEvent'](_0x32d9eb),this[_0x54d04f(0x159)]['debug'](_0x54d04f(0x12f)+_0x303a4c+(this[_0x54d04f(0x141)]&&_0x41626f['bgHoF'](this[_0x54d04f(0x141)][_0x54d04f(0x186)],FRAMEWORKS['JEST'])?_0x54d04f(0x1c9)+_0x29c9d2:''));if(!_0xb64aca){this[_0x54d04f(0x159)][_0x54d04f(0x1d3)](_0x41626f[_0x54d04f(0x1bd)],_0x26a308[_0x54d04f(0x14a)]);return;}this[_0x54d04f(0x159)]['debug'](_0x54d04f(0x1ab)+_0x303a4c),_0x541d14&&(this[_0x54d04f(0x159)][_0x54d04f(0x1d3)]('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20'+_0x42d99c),await this['markSessionName'](_0x541d14)),await this['markSessionStatus'](_0x182da2,_0x42d99c,_0xb64aca,_0x36c328);}async[a83_0x59d1b2(0x149)](_0x64be15,_0x1fcf06,_0x3eedbe,_0x411031){const _0x1e4c18=a83_0x59d1b2,_0xfce2e6={'mBVKv':'markSessionStatus:\x20Skipping\x20session\x20status\x20marking','eZVkH':'markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','zehUg':'markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','QZJct':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','HpXSb':_0x1e4c18(0x1a3),'UrYmj':_0x1e4c18(0x148),'lIWHQ':_0x1e4c18(0x174),'CizZg':function(_0x57ac32,_0x439736){return _0x57ac32===_0x439736;},'bgDor':_0x1e4c18(0x11d),'OLiXM':_0x1e4c18(0x13b),'tepLQ':'error','Uyqnn':function(_0x27f3cc,_0x58fd88,_0x4432fa,_0x2c2ee8){return _0x27f3cc(_0x58fd88,_0x4432fa,_0x2c2ee8);},'BIPUJ':_0x1e4c18(0x125),'JXerz':function(_0x537c79,_0x3d277b,_0x3f25bc){return _0x537c79(_0x3d277b,_0x3f25bc);}};if(CLIUtils[_0x1e4c18(0x1b3)](BrowserstackCLI[_0x1e4c18(0x15e)]()[_0x1e4c18(0x1a9)]())){this[_0x1e4c18(0x159)][_0x1e4c18(0x1d3)](_0xfce2e6['mBVKv']);return;}const _0x47270b=_0x64be15;if(!_0x47270b){this[_0x1e4c18(0x159)][_0x1e4c18(0x1d3)](_0xfce2e6[_0x1e4c18(0x11a)]);return;}const _0x4b4613=AutomationFramework[_0x1e4c18(0x193)](_0x47270b,PlaywrightDriverModule[_0x1e4c18(0x1c2)]);if(!_0x4b4613){this[_0x1e4c18(0x159)][_0x1e4c18(0x1d3)](_0xfce2e6['zehUg']);return;}const _0x114ac9=_0x3eedbe;if(!_0x114ac9){this[_0x1e4c18(0x159)][_0x1e4c18(0x1d3)](_0xfce2e6[_0x1e4c18(0x1bb)],_0x114ac9);return;}const _0x391dfb={};_0x391dfb[_0x1e4c18(0x14a)]=_0x114ac9;const _0xe621f5={};_0xe621f5[_0x1e4c18(0x143)]=_0xfce2e6[_0x1e4c18(0x183)],_0xe621f5[_0x1e4c18(0x1c6)]=_0x391dfb;const _0x186eb3=_0xe621f5;_0x411031&&(_0x186eb3['arguments'][_0xfce2e6['UrYmj']]=_0x411031);const _0x20f666=(_0x1fcf06?_0x1fcf06:_0xfce2e6[_0x1e4c18(0x1bf)])+'\x20'+_0x114ac9+'\x20'+(_0x411031?_0x1e4c18(0x1a5)+_0x411031:''),_0x4d3927=_0xfce2e6['CizZg'](_0x114ac9,_0xfce2e6[_0x1e4c18(0x19f)])?_0xfce2e6[_0x1e4c18(0x11c)]:_0xfce2e6[_0x1e4c18(0x157)];await _0xfce2e6[_0x1e4c18(0x18d)](playwrightAnnotate,_0x4b4613,_0x20f666,_0x4d3927),_0x411031&&(_0x186eb3[_0x1e4c18(0x1c6)][_0xfce2e6['UrYmj']]=_0x411031),PerformanceTester[_0x1e4c18(0x1ba)](PerformanceEvents[_0x1e4c18(0x16e)]),this[_0x1e4c18(0x159)]['debug'](_0xfce2e6[_0x1e4c18(0x115)]),await _0xfce2e6[_0x1e4c18(0x16c)](playwrightBstackJsExecutor,_0x4b4613,_0x186eb3),PerformanceTester[_0x1e4c18(0x15a)](PerformanceEvents[_0x1e4c18(0x16e)]);}async[a83_0x59d1b2(0x1d2)](_0x5d7cbb){const _0x39a626=a83_0x59d1b2,_0x4bdd9a={'iKeCq':_0x39a626(0x13d),'BOgoN':function(_0x399f6b,_0x2116b6){return _0x399f6b(_0x2116b6);},'SGCbI':_0x39a626(0x176),'lWSug':function(_0x285ac3,_0x598961,_0x12bbd0){return _0x285ac3(_0x598961,_0x12bbd0);}};try{if(CLIUtils['shouldSkipSessionName'](BrowserstackCLI[_0x39a626(0x15e)]()['getConfig']())){this[_0x39a626(0x159)][_0x39a626(0x1d3)](_0x4bdd9a[_0x39a626(0x1b6)]);return;}const _0x535165=AutomationFramework['getState'](AutomationFramework[_0x39a626(0x19d)](),PlaywrightDriverModule['KEY_PAGE_OBJECT']);let _0x4185dc;_0x5d7cbb['pickle']||_0x5d7cbb[_0x39a626(0x189)]?_0x4185dc=_0x4bdd9a['BOgoN'](getCucumberSessionName,_0x5d7cbb):_0x4185dc=_0x4bdd9a[_0x39a626(0x199)](getPlaywrightSessionName,_0x5d7cbb);const _0x3b4d6b={};_0x3b4d6b['name']=_0x4185dc;const _0xe3e65a={};_0xe3e65a[_0x39a626(0x143)]=_0x4bdd9a[_0x39a626(0x11e)],_0xe3e65a[_0x39a626(0x1c6)]=_0x3b4d6b;const _0x551207=_0xe3e65a;PerformanceTester[_0x39a626(0x1ba)](PerformanceEvents[_0x39a626(0x1a0)]),await _0x4bdd9a[_0x39a626(0x137)](playwrightBstackJsExecutor,_0x535165,_0x551207),PerformanceTester['end'](PerformanceEvents[_0x39a626(0x1a0)]);}catch(_0x19acdd){PerformanceTester['end'](PerformanceEvents['SESSION_NAME'],![],util[_0x39a626(0x179)](_0x19acdd)),this[_0x39a626(0x159)][_0x39a626(0x1bc)](_0x39a626(0x19a)+util['format'](_0x19acdd));}}}function a83_0x5872(){const _0x39b372=['Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','PLAYWRIGHT','Automation\x20onAfterTest:\x20Test\x20status:\x20','bsParams','getTestUUID','\x20||\x20','params','Error\x20in\x20onAfterDriverCreate:\x20','shouldSkipSessionStatus','platformIndex','testRunId','iKeCq','6hWhFdD','xZKMj','onAfterDriverCreate','start','QZJct','error','VRNMS','../state/testFrameworkState','lIWHQ','onDispatchExecute:\x20Playwright\x20sessionId:\x20','Automation\x20onAfterTest:\x20Test\x20completed','KEY_PAGE_OBJECT','EXECUTE','testId:\x20','bind','arguments','TEST','setState',',\x20test_identifier:\x20','../framework/automationFramework.js','base64','../../../helpers/helper.js','stringify','KEY_SESSION_ID','isPlaywright','playwrightVersion','Qjiwx','markSessionName','debug','capabilities','uZGGP','PRE','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','page','exports','testData\x20from\x20onAfterTest:\x20','BIPUJ','context','browserVersion','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','result','eZVkH','jestUtils','OLiXM','passed','SGCbI','RupOd','getTestDetails','5560686nvJYjO','onBeforeDriverCreate','DfWFy','FBPWc','markSessionStatus:\x20Marking\x20session\x20status','recreateIdentifierFromTestInfo','isFalse','efgwv','launchcaps','../../../helpers/performance/constants.js','KEY_CONTEXT_OBJECT','bStackParams','isBrowserstackInfra','BmPDU','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','PlaywrightDriverModule','getProcessId','TKNXe','getTestId','getTestIdentifierFromTestInfo','wpniI','rHKMi','lWSug','inspect','retry','platforms','info','driverInit','markSessionName:\x20Skipping\x20session\x20name\x20marking','eKJkG','JEST','platformDetails','testFrameworkData','../grpcClient.js','action','KEY_BROWSER_OBJECT','testUuid','../../../helpers/performance/performance-tester.js','gomzd','reason','markSessionStatus','status','BEXSd','../utils/jest-utils.js','MODULE_NAME','969551DGcMiE','KEY_CAPABILITIES','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','KEY_TEST_FRAMEWORK_NAME','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','onAfterDriverCreate:\x20Setting\x20page\x20object','toString','pageObject','280UunJfK','tepLQ','onPlaywrightDispatch','logger','end','CREATE','pickle','MCagO','getInstance','2|11|3|6|7|9|10|0|8|4|1|5','../../../helpers/test-observability/utils','browserName','../../../helpers/helper','OcPVL','652052WHcfLg','242120RUrDzn','POST','QAscQ','hGFlL','KEY_TEST_ID','tvnqj','PXLqe','JXerz','Xehpd','SESSION_STATUS','registerObserver','368yoybGs','workerInfo','ceAFu','../browserstackCLI.js','Session','browser','setSessionName','split','zLqkd','format','../framework/constants/testFrameworkConstants.js','KEY_PLATFORM_DETAILS','uoepX','KEY_HUB_URL','getCapabilities','1138105AlcwST','33498xEWxKg','AigLs','./baseModule','HpXSb','message','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','name','1197EIZpzP','test_identifier','gherkinDocument','testId','testInfo','50056HrCsZc','Uyqnn','KEY_PLATFORM_INDEX','from','browserObject','hubUrl','getContext','getState','getThreadId','../../../helpers/classLogger.js','mLQKO','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','length','BOgoN','Error\x20in\x20markSessionName:\x20','CUCUMBER','sessionId','getTrackedInstance','keys','bgDor','SESSION_NAME','AUTOMATE_EVENTS','getRef','setSessionStatus','kvEwX','with\x20','instance','__workerDetails','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','getConfig','onAfterTest'];a83_0x5872=function(){return _0x39b372;};return a83_0x5872();}PlaywrightDriverModule[a83_0x59d1b2(0x14d)]=a83_0x59d1b2(0x130),module[a83_0x59d1b2(0x1d9)]=PlaywrightDriverModule;
1
+ function a84_0x37e1(_0xbad4de,_0x38ccab){const _0x48adbd=a84_0x48ad();return a84_0x37e1=function(_0x37e1a5,_0x36bf43){_0x37e1a5=_0x37e1a5-0x86;let _0xfe230b=_0x48adbd[_0x37e1a5];return _0xfe230b;},a84_0x37e1(_0xbad4de,_0x38ccab);}const a84_0x30636c=a84_0x37e1;function a84_0x48ad(){const _0x3f0ee4=['markSessionName:\x20Skipping\x20session\x20name\x20marking','testInfo','zlpbz','../browserstackCLI.js','Error\x20in\x20onAfterDriverCreate:\x20','testData\x20from\x20onAfterTest:\x20','Okepm','markSessionStatus','exports','PLAYWRIGHT','\x20failure\x20reason:\x20','Pucvm','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','../../../helpers/helper','KEY_CAPABILITIES','testRunId','AUTOMATE_EVENTS','cFsTj','getModuleName','6340JDUiYo','onAfterTest','HcPtB','getInstance','vbuPA','shouldSkipSessionName','hubUrl','browserName','uENfK','message','tKFix','CyagW','KEY_HUB_URL','pUixz','992835zOlRgH','context','../TestInfo.js','version','KEY_TEST_ID','../state/automationFrameworkState.js','KEY_PAGE_OBJECT','oPWkI','wSQlt','page','POST','testFrameworkData','26meWcKK','toString','OKORR','format','../../../helpers/test-observability/utils','browserObject','contextObject','Error\x20in\x20onDispatchExecute:\x20','testSessionEvent','17826200aBnwXp','isFalse','onPlaywrightDispatch','info','PLAYWRIGHT_DISPATCH','instance','browser','../utils/jest-utils.js','HDjEz','2190528MSNLNk','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','KEY_PLATFORM_DETAILS',',\x20test_identifier:\x20','debug','iNCqY','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','RoTmL','getTestDetails','ptuBM','mPgww','end','onAfterDriverCreate:\x20Setting\x20context\x20object','XWPoQ','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','bStackParams','status','Playwright','bsParams','CREATE','workerInfo','Automation\x20onAfterTest:\x20Test\x20status:\x20','JEST','getTestId','launchcaps','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','playwrightVersion','testId:\x20','base64','onAfterDriverCreate','zcaDN','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','markSessionStatus:\x20Marking\x20session\x20status','../cliUtils.js','setState','kvmvu','PlaywrightDriverModule','Error\x20in\x20onBeforeDriverCreate:\x20','platformDetails','action','yHdgj','../state/testFrameworkState','kyCyk','platforms','FOFkq','Automation\x20onAfterTest:\x20Test\x20completed','MODULE_NAME','8tSYvrZ','stringify','passed','onAfterDriverCreate:\x20Setting\x20browser\x20object','KEY_CONTEXT_OBJECT','Yfyhe','onAfterDriverCreate:\x20Setting\x20page\x20object','../../../helpers/classLogger.js','cbDtW','24816GdQSwb','getProcessId','KEY_BROWSER_OBJECT','setSessionName','capabilities','error','getState','inspect','getTestIdentifierFromTestInfo','KEY_PLATFORM_INDEX','onDispatchExecute:\x20Playwright\x20sessionId:\x20','onAfterTest\x20CBTSession\x20payload:\x20','getConfig','getContext','37235oWBVAM','nwRDM','jestUtils','sessionId','registerObserver','parallelIndex','retry','../state/hookState.js','mvQtt','getTestUUID','MRfUW','./baseModule','ZvSQR','parse','\x20||\x20','test_identifier','logger','hcooH','platformIndex','uTaFQ','shouldSkipSessionStatus','faAZa','KMgIQ','SESSION_NAME','testId','arguments','NXiab','xEGuG','bind','keys','markSessionName','errors','../framework/constants/testFrameworkConstants.js','__workerDetails','PnHsu','getLTSSessionId','pickle','HAncE','from','util','GpZiP','../../../helpers/performance/constants.js','KEY_SESSION_ID','KIaYg','hOvYq','start','3266144tVKOgx','SESSION_STATUS','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','getRef','name','isPlaywright','split','1503xnlFLr','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','gherkinDocument','../../../helpers/helper.js'];a84_0x48ad=function(){return _0x3f0ee4;};return a84_0x48ad();}(function(_0x5f3eb4,_0x1a9ab3){const _0xf5178a=a84_0x37e1,_0x142cc3=_0x5f3eb4();while(!![]){try{const _0x3977e8=-parseInt(_0xf5178a(0xaa))/0x1*(parseInt(_0xf5178a(0x110))/0x2)+parseInt(_0xf5178a(0x104))/0x3+-parseInt(_0xf5178a(0x93))/0x4*(-parseInt(_0xf5178a(0xf6))/0x5)+-parseInt(_0xf5178a(0x122))/0x6+-parseInt(_0xf5178a(0xd8))/0x7+-parseInt(_0xf5178a(0x9c))/0x8*(parseInt(_0xf5178a(0xdf))/0x9)+parseInt(_0xf5178a(0x119))/0xa;if(_0x3977e8===_0x1a9ab3)break;else _0x142cc3['push'](_0x142cc3['shift']());}catch(_0x32eb77){_0x142cc3['push'](_0x142cc3['shift']());}}}(a84_0x48ad,0x44edc));const util=require(a84_0x30636c(0xd1)),BaseModule=require(a84_0x30636c(0xb5)),{createClassLogger}=require(a84_0x30636c(0x9a)),{getFrameworkVersion}=require(a84_0x30636c(0x114)),helper=require(a84_0x30636c(0xf0)),{FRAMEWORKS}=require('../../utils/constants'),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a84_0x30636c(0x109)),HookState=require(a84_0x30636c(0xb1)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0x30636c(0xe2)),CLIUtils=require(a84_0x30636c(0x143)),BrowserstackCLI=require(a84_0x30636c(0xe6)),GrpcClient=require('../grpcClient.js'),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),PerformanceEvents=require(a84_0x30636c(0xd3))[a84_0x30636c(0xf3)],TestInfo=require(a84_0x30636c(0x106)),{getPlaywrightProvider}=require(a84_0x30636c(0xe2)),LoadTestModule=require('./loadTestModule.js'),TestFrameworkConstants=require(a84_0x30636c(0xca)),TestFrameworkState=require(a84_0x30636c(0x8d)),JestUtils=require(a84_0x30636c(0x120));class PlaywrightDriverModule extends BaseModule{static [a84_0x30636c(0x9e)]=a84_0x30636c(0x115);static [a84_0x30636c(0x97)]=a84_0x30636c(0x116);static [a84_0x30636c(0x10a)]='pageObject';static [a84_0x30636c(0xd4)]='sessionId';static ['KEY_PLATFORM_INDEX']=a84_0x30636c(0xbc);static ['KEY_CAPABILITIES']=a84_0x30636c(0xa0);static ['KEY_HUB_URL']=a84_0x30636c(0xfc);static [a84_0x30636c(0x124)]='platformDetails';static [a84_0x30636c(0x108)]=a84_0x30636c(0xc2);[a84_0x30636c(0xba)]=createClassLogger(a84_0x30636c(0x88));constructor(_0x11a010=null){const _0x416d95=a84_0x30636c,_0x451099={};_0x451099[_0x416d95(0xf4)]='11|6|4|8|9|3|2|1|10|7|5|0',_0x451099[_0x416d95(0x98)]=_0x416d95(0x88);const _0x389854=_0x451099,_0x27e1e3=_0x389854['cFsTj'][_0x416d95(0xde)]('|');let _0x4a4467=0x0;while(!![]){switch(_0x27e1e3[_0x4a4467++]){case'0':AutomationFramework[_0x416d95(0xae)](AutomationFrameworkState['EXECUTE'],HookState[_0x416d95(0x10e)],this['onAfterTest']['bind'](this));continue;case'1':this['jestUtils']=new JestUtils();continue;case'2':this[_0x416d95(0xf2)]=null;continue;case'3':this[_0x416d95(0x8f)]=[];continue;case'4':this[_0x416d95(0x13c)]=null;continue;case'5':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x416d95(0x11d)],HookState[_0x416d95(0x10e)],this['onPlaywrightDispatch'][_0x416d95(0xc6)](this));continue;case'6':this['name']=_0x389854['Yfyhe'];continue;case'7':AutomationFramework[_0x416d95(0xae)](AutomationFrameworkState[_0x416d95(0x135)],HookState[_0x416d95(0x10e)],this[_0x416d95(0x13f)]['bind'](this));continue;case'8':this[_0x416d95(0xfd)]=null;continue;case'9':this['browserVersion']=null;continue;case'10':AutomationFramework[_0x416d95(0xae)](AutomationFrameworkState['CREATE'],HookState['PRE'],this['onBeforeDriverCreate'][_0x416d95(0xc6)](this));continue;case'11':super(_0x11a010);continue;}break;}}[a84_0x30636c(0xf5)](){const _0x11ad2a=a84_0x30636c;return PlaywrightDriverModule[_0x11ad2a(0x92)];}async['onBeforeDriverCreate'](_0x564c08){const _0x886c36=a84_0x30636c,_0x100360={};_0x100360[_0x886c36(0xb2)]=_0x886c36(0xda);const _0x466b53=_0x100360;try{this[_0x886c36(0xba)][_0x886c36(0x126)](_0x466b53['mvQtt']);const _0x10d83d=_0x564c08[_0x886c36(0x13a)],_0x110dfe=_0x564c08[_0x886c36(0xfc)];AutomationFramework[_0x886c36(0x86)](_0x564c08[_0x886c36(0x11e)],PlaywrightDriverModule[_0x886c36(0xf1)],_0x10d83d),AutomationFramework['setState'](_0x564c08[_0x886c36(0x11e)],PlaywrightDriverModule[_0x886c36(0x102)],_0x110dfe);}catch(_0x466685){this['logger']['error'](_0x886c36(0x89)+util[_0x886c36(0x113)](_0x466685));}}async[a84_0x30636c(0x11b)](_0x4244d8){const _0x3f9534=a84_0x30636c,_0x4a1adc={};_0x4a1adc[_0x3f9534(0x8c)]=function(_0xbe1cbf,_0x46fc08){return _0xbe1cbf||_0x46fc08;};const _0x2aa9f5=_0x4a1adc;try{const _0x527ac6=_0x4244d8?.['message']&&_0x4244d8?.[_0x3f9534(0xff)]?.['params']&&_0x4244d8?.[_0x3f9534(0xff)]?.['params']?.[_0x3f9534(0x134)],_0x51d850=_0x4244d8?.[_0x3f9534(0xff)]&&_0x4244d8?.[_0x3f9534(0xff)]?.[_0x3f9534(0x131)];if(_0x2aa9f5[_0x3f9534(0x8c)](_0x527ac6,_0x51d850)){this[_0x3f9534(0xba)][_0x3f9534(0x126)]('onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20'+util[_0x3f9534(0xa3)](_0x527ac6)+_0x3f9534(0xb8)+util[_0x3f9534(0xa3)](_0x51d850));const _0x10297d=_0x4244d8?.[_0x3f9534(0x11e)],_0x2aa51d=global?.[_0x3f9534(0xcb)]?.[_0x3f9534(0x136)]?.[_0x3f9534(0xaf)],_0x572868=_0x527ac6?.['sessionId']||_0x51d850?.[_0x3f9534(0xad)],_0x258977=_0x527ac6?.[_0x3f9534(0x8a)]||_0x51d850?.[_0x3f9534(0x8a)];_0x572868&&(this[_0x3f9534(0xba)][_0x3f9534(0x126)](_0x3f9534(0xa6)+_0x572868),AutomationFramework[_0x3f9534(0x86)](_0x10297d,PlaywrightDriverModule[_0x3f9534(0xd4)],_0x572868)),_0x2aa51d&&(this[_0x3f9534(0xba)][_0x3f9534(0x126)]('onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20'+util[_0x3f9534(0xa3)](_0x2aa51d)),AutomationFramework[_0x3f9534(0x86)](_0x10297d,PlaywrightDriverModule[_0x3f9534(0xa5)],_0x2aa51d));}}catch(_0x55017b){this[_0x3f9534(0xba)][_0x3f9534(0xa1)](_0x3f9534(0x117)+util[_0x3f9534(0x113)](_0x55017b));}}async['onAfterDriverCreate'](_0xe75643){const _0x34567f=a84_0x30636c,_0x51b963={'HcPtB':'onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','uTaFQ':function(_0x4fcaa5,_0x41837e){return _0x4fcaa5(_0x41837e);},'HAncE':_0x34567f(0x99),'Pucvm':_0x34567f(0x13b),'Okepm':_0x34567f(0x12e),'cbDtW':_0x34567f(0x96),'NXiab':_0x34567f(0x13e)};try{this[_0x34567f(0xba)]['debug'](_0x51b963[_0x34567f(0xf8)]);const _0x2d1ace=_0xe75643['instance'];this[_0x34567f(0x13c)]=_0x51b963[_0x34567f(0xbd)](getFrameworkVersion,FRAMEWORKS[_0x34567f(0xec)]);if(_0xe75643[_0x34567f(0x10d)]){this['logger']['debug'](_0x51b963[_0x34567f(0xcf)]),AutomationFramework['setState'](_0x2d1ace,PlaywrightDriverModule[_0x34567f(0x10a)],_0xe75643['page']);if(_0xe75643[_0x34567f(0xe4)]){this[_0x34567f(0xba)][_0x34567f(0x126)](_0x51b963[_0x34567f(0xee)]);const _0x37d140=this[_0x34567f(0x139)](_0xe75643);AutomationFramework[_0x34567f(0x86)](_0x2d1ace,PlaywrightDriverModule[_0x34567f(0x108)],_0x37d140),await this['markSessionName'](_0xe75643[_0x34567f(0xe4)]);}}_0xe75643[_0x34567f(0x105)]&&(this['logger'][_0x34567f(0x126)](_0x51b963[_0x34567f(0xe9)]),AutomationFramework[_0x34567f(0x86)](_0x2d1ace,PlaywrightDriverModule[_0x34567f(0x97)],_0xe75643[_0x34567f(0x105)]));if(_0xe75643[_0x34567f(0x11f)]){this[_0x34567f(0xba)][_0x34567f(0x126)](_0x51b963[_0x34567f(0x9b)]);const _0x1f70bd=global?.[_0x34567f(0xcb)]?.[_0x34567f(0x136)]?.['parallelIndex'];AutomationFramework[_0x34567f(0x86)](_0x2d1ace,PlaywrightDriverModule[_0x34567f(0x9e)],_0xe75643[_0x34567f(0x11f)]),AutomationFramework['setState'](_0x2d1ace,PlaywrightDriverModule[_0x34567f(0xa5)],_0x1f70bd);const _0x561e9c={};_0x561e9c[_0x34567f(0xdd)]=!![];const _0x4a01d4=Buffer[_0x34567f(0xd0)](JSON[_0x34567f(0x94)](_0x561e9c)['toString'](_0x51b963[_0x34567f(0xc4)])),_0x2c711e=await GrpcClient['getInstance']()['driverInit']({'platformIndex':_0x1f70bd,'ref':_0x2d1ace[_0x34567f(0xdb)](),'userInputParams':_0x4a01d4});helper[_0x34567f(0x11a)](helper['isBrowserstackInfra']())&&AutomationFramework[_0x34567f(0x86)](_0x2d1ace,PlaywrightDriverModule['KEY_CAPABILITIES'],JSON[_0x34567f(0xb7)](Buffer['from'](_0x2c711e['getCapabilities'](),_0x51b963[_0x34567f(0xc4)])[_0x34567f(0x111)]()));}}catch(_0x21f9cb){this['logger'][_0x34567f(0xa1)](_0x34567f(0xe7)+util['format'](_0x21f9cb));}}async[a84_0x30636c(0xf7)](_0x147926){const _0x1d5eb3=a84_0x30636c,_0x5cc3b5={'wCCuX':_0x1d5eb3(0x91),'UnpkY':'Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','nwRDM':function(_0x10bdfe,_0x114964){return _0x10bdfe(_0x114964);},'mPgww':function(_0x4144e3,_0x4b6804,_0x5f3f9d){return _0x4144e3(_0x4b6804,_0x5f3f9d);},'CyagW':'result','kyCyk':_0x1d5eb3(0xff),'FOFkq':function(_0x569ca7,_0xbce27c){return _0x569ca7(_0xbce27c);},'faAZa':function(_0xecc15a,_0xee9fbe,_0x476192){return _0xecc15a(_0xee9fbe,_0x476192);},'KMgIQ':_0x1d5eb3(0xa1),'HDjEz':_0x1d5eb3(0xc9),'YIRRo':function(_0x484965,_0xed84d6){return _0x484965>_0xed84d6;},'zcaDN':function(_0x2b0c82,_0x38daa7){return _0x2b0c82||_0x38daa7;},'xEGuG':function(_0x26395b,_0x4dc5a3){return _0x26395b===_0x4dc5a3;},'ptuBM':function(_0x23d384,_0x2eeaf9){return _0x23d384+_0x2eeaf9;},'ZvSQR':_0x1d5eb3(0x13d),'kvmvu':function(_0x3327f0,_0x59fa04){return _0x3327f0+_0x59fa04;},'hOvYq':_0x1d5eb3(0xe8),'iNCqY':function(_0x59557d,_0x1bbbd9){return _0x59557d(_0x1bbbd9);},'CgBMW':_0x1d5eb3(0x133),'RBRnN':'1.51.0','PnHsu':function(_0x5aaa8b,_0x302080){return _0x5aaa8b>_0x302080;},'uENfK':_0x1d5eb3(0x13e),'vbuPA':function(_0x5745c4,_0x481372){return _0x5745c4===_0x481372;},'RoTmL':_0x1d5eb3(0x123)};this[_0x1d5eb3(0xba)][_0x1d5eb3(0x126)](_0x5cc3b5['wCCuX']);const _0x78b0be=_0x147926[_0x1d5eb3(0x11e)];if(!_0x78b0be){this[_0x1d5eb3(0xba)][_0x1d5eb3(0x126)](_0x5cc3b5['UnpkY']);return;}const _0xf3a358=_0x147926[_0x1d5eb3(0xe4)],_0x2bfd9a=this[_0x1d5eb3(0x139)](_0x147926),_0x45439e=_0xf3a358[_0x1d5eb3(0x132)];let _0x2a2322;const _0x10a66a=_0x5cc3b5[_0x1d5eb3(0xab)](getPlaywrightStatus,_0x45439e);let _0x1877ad,_0x256dc1=null;if(_0xf3a358[_0x1d5eb3(0xce)]||_0xf3a358[_0x1d5eb3(0xe1)])_0x1877ad=_0x5cc3b5[_0x1d5eb3(0xab)](getCucumberSessionName,_0xf3a358),_0x2a2322=_0x5cc3b5[_0x1d5eb3(0x12c)](nestedKeyValue,_0xf3a358,[_0x5cc3b5[_0x1d5eb3(0x101)],_0x5cc3b5[_0x1d5eb3(0x8e)]]);else{_0x1877ad=_0x5cc3b5[_0x1d5eb3(0x90)](getPlaywrightSessionName,_0xf3a358),_0x2a2322=_0x5cc3b5['faAZa'](nestedKeyValue,_0xf3a358,[_0x5cc3b5[_0x1d5eb3(0xc0)],_0x5cc3b5[_0x1d5eb3(0x8e)]]);const _0x529ee8=_0x5cc3b5[_0x1d5eb3(0xbf)](nestedKeyValue,_0xf3a358,[_0x5cc3b5[_0x1d5eb3(0x121)]]);_0x529ee8&&_0x5cc3b5['YIRRo'](_0x529ee8['length'],0x0)&&(_0x256dc1=_0x529ee8[0x0][_0x1d5eb3(0xff)]),_0x2a2322=_0x5cc3b5[_0x1d5eb3(0x140)](_0x2a2322,_0x256dc1),this[_0x1d5eb3(0xba)][_0x1d5eb3(0x126)](_0x1d5eb3(0x137)+_0x10a66a+_0x1d5eb3(0xed)+_0x2a2322);}const _0x1737a8=_0x5cc3b5[_0x1d5eb3(0x140)](_0x2a2322,_0x256dc1);this['logger'][_0x1d5eb3(0x126)](_0x1d5eb3(0x137)+_0x10a66a);let _0xded6b4,_0x186ab6;if(this[_0x1d5eb3(0x10f)]&&_0x5cc3b5[_0x1d5eb3(0xc5)](this[_0x1d5eb3(0x10f)][_0x1d5eb3(0xdc)],FRAMEWORKS['CUCUMBER']))_0xded6b4=_0x2bfd9a,_0x186ab6=TestInfo[_0x1d5eb3(0xb3)](_0xded6b4);else this['testFrameworkData']&&_0x5cc3b5[_0x1d5eb3(0xc5)](this['testFrameworkData'][_0x1d5eb3(0xdc)],FRAMEWORKS[_0x1d5eb3(0x138)])?(_0xded6b4=this[_0x1d5eb3(0xac)]['recreateIdentifierFromTestInfo'](_0xf3a358),this[_0x1d5eb3(0xba)][_0x1d5eb3(0x126)](_0x1d5eb3(0x141)+_0xded6b4)):(_0xded6b4=TestInfo[_0x1d5eb3(0xa4)](_0xf3a358,_0xf3a358[_0x1d5eb3(0xb0)]),_0x186ab6=TestInfo[_0x1d5eb3(0xb3)](_0xded6b4));const _0x4ef48b=TestInfo[_0x1d5eb3(0x12a)](_0xded6b4);this[_0x1d5eb3(0xba)]['info'](_0x5cc3b5[_0x1d5eb3(0x12b)](_0x5cc3b5[_0x1d5eb3(0xb6)],_0x2bfd9a)),this[_0x1d5eb3(0xba)]['info'](_0x5cc3b5[_0x1d5eb3(0x87)](_0x5cc3b5[_0x1d5eb3(0xd6)],util[_0x1d5eb3(0xa3)](_0x4ef48b)));const _0x72c9eb=AutomationFramework['getState'](_0x78b0be,PlaywrightDriverModule['KEY_PLATFORM_INDEX']),_0x5f578a=_0x4ef48b?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]||this[_0x1d5eb3(0x10f)]&&this['testFrameworkData'][_0x1d5eb3(0xdc)],_0x1fd961=_0x4ef48b?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]||this[_0x1d5eb3(0x10f)]&&this['testFrameworkData'][_0x1d5eb3(0x107)],_0x51bc52=TestFrameworkState['TEST'][_0x1d5eb3(0x111)]()[_0x1d5eb3(0xde)]('.')[0x1],_0x50fe5e=HookState['POST'][_0x1d5eb3(0x111)]()[_0x1d5eb3(0xde)]('.')[0x1],_0x3680c2=_0x78b0be[_0x1d5eb3(0xa9)](),_0x316c84=AutomationFramework[_0x1d5eb3(0xa2)](_0x78b0be,PlaywrightDriverModule[_0x1d5eb3(0x102)],''),_0x44a830={'provider':_0x5cc3b5[_0x1d5eb3(0x127)](getPlaywrightProvider,_0x316c84),'frameworkName':_0x5cc3b5['CgBMW'],'frameworkVersion':_0x5cc3b5['RBRnN'],'frameworkSessionId':LoadTestModule['isLTSSession']()?LoadTestModule[_0x1d5eb3(0xcd)]():AutomationFramework[_0x1d5eb3(0xa2)](_0x78b0be,PlaywrightDriverModule[_0x1d5eb3(0xd4)],''),'ref':_0x78b0be['getRef'](),'hubUrl':_0x316c84};let _0x1e049b=AutomationFramework['getState'](_0x78b0be,PlaywrightDriverModule[_0x1d5eb3(0xf1)],{});_0x1e049b&&_0x5cc3b5[_0x1d5eb3(0xcc)](Object[_0x1d5eb3(0xc7)](_0x1e049b)['length'],0x0)?_0x1e049b=Buffer['from'](JSON['stringify'](_0x1e049b))[_0x1d5eb3(0x111)](_0x5cc3b5[_0x1d5eb3(0xfe)]):_0x1e049b=Buffer[_0x1d5eb3(0xd0)](JSON[_0x1d5eb3(0x94)]({}))[_0x1d5eb3(0x111)](_0x5cc3b5['uENfK']);const _0x48be1a={'hash':_0x3680c2['getId'](),'threadId':_0x3680c2['getThreadId']()[_0x1d5eb3(0x111)](),'processId':_0x3680c2[_0x1d5eb3(0x9d)]()[_0x1d5eb3(0x111)]()},_0x34b38e={};_0x34b38e[_0x1d5eb3(0xb9)]=_0xded6b4;const _0x5a2e09={};_0x5a2e09['testUuid']=_0x186ab6;const _0x474c50={'platformIndex':_0x72c9eb,'testFrameworkName':_0x5f578a,'testFrameworkVersion':_0x1fd961,'testFrameworkState':_0x51bc52,'testHookState':_0x50fe5e,...this['testFrameworkData']&&_0x5cc3b5['xEGuG'](this[_0x1d5eb3(0x10f)][_0x1d5eb3(0xdc)],FRAMEWORKS[_0x1d5eb3(0x138)])?_0x34b38e:_0x5a2e09,'automationSession':_0x44a830,'capabilities':_0x1e049b,'executionContext':_0x48be1a};this[_0x1d5eb3(0xba)][_0x1d5eb3(0x126)](_0x1d5eb3(0xa7)+util[_0x1d5eb3(0x113)](_0x474c50)),GrpcClient[_0x1d5eb3(0xf9)]()[_0x1d5eb3(0x118)](_0x474c50),this[_0x1d5eb3(0xba)]['debug'](_0x1d5eb3(0xe0)+_0x2bfd9a+(this['testFrameworkData']&&_0x5cc3b5[_0x1d5eb3(0xfa)](this[_0x1d5eb3(0x10f)][_0x1d5eb3(0xdc)],FRAMEWORKS[_0x1d5eb3(0x138)])?_0x1d5eb3(0x125)+_0xded6b4:''));if(!_0x10a66a){this[_0x1d5eb3(0xba)][_0x1d5eb3(0x126)](_0x5cc3b5[_0x1d5eb3(0x129)],_0x45439e['status']);return;}this['logger'][_0x1d5eb3(0x126)]('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20'+_0x2bfd9a),_0xf3a358&&(this['logger'][_0x1d5eb3(0x126)](_0x1d5eb3(0x128)+_0x1877ad),await this[_0x1d5eb3(0xc8)](_0xf3a358)),await this['markSessionStatus'](_0x78b0be,_0x1877ad,_0x10a66a,_0x1737a8);}async[a84_0x30636c(0xea)](_0xad1f45,_0x2be341,_0x2dbd20,_0x5a816f){const _0x328192=a84_0x30636c,_0x14504e={'KIaYg':_0x328192(0x130),'heIWs':_0x328192(0xef),'XWPoQ':'markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','GpZiP':_0x328192(0x123),'hcooH':'setSessionStatus','OKORR':'reason','GRbXS':'Session','SYGYZ':function(_0x3b025d,_0x30ede7){return _0x3b025d===_0x30ede7;},'SmGlw':_0x328192(0x95),'Ertde':_0x328192(0x11c),'CoDtP':_0x328192(0xa1),'MRfUW':function(_0x485ab1,_0x276a63,_0x3c743c,_0x4b9970){return _0x485ab1(_0x276a63,_0x3c743c,_0x4b9970);},'oPWkI':_0x328192(0x142),'pUixz':function(_0x57de54,_0x47d035,_0x3bd69d){return _0x57de54(_0x47d035,_0x3bd69d);}};if(CLIUtils[_0x328192(0xbe)](BrowserstackCLI[_0x328192(0xf9)]()[_0x328192(0xa8)]())){this[_0x328192(0xba)]['debug'](_0x14504e[_0x328192(0xd5)]);return;}const _0x3188d1=_0xad1f45;if(!_0x3188d1){this[_0x328192(0xba)][_0x328192(0x126)](_0x14504e['heIWs']);return;}const _0x1be061=AutomationFramework[_0x328192(0xa2)](_0x3188d1,PlaywrightDriverModule[_0x328192(0x10a)]);if(!_0x1be061){this[_0x328192(0xba)][_0x328192(0x126)](_0x14504e[_0x328192(0x12f)]);return;}const _0x585b44=_0x2dbd20;if(!_0x585b44){this['logger'][_0x328192(0x126)](_0x14504e[_0x328192(0xd2)],_0x585b44);return;}const _0x2aec4b={};_0x2aec4b['status']=_0x585b44;const _0x3a2e47={};_0x3a2e47['action']=_0x14504e[_0x328192(0xbb)],_0x3a2e47[_0x328192(0xc3)]=_0x2aec4b;const _0x321138=_0x3a2e47;_0x5a816f&&(_0x321138[_0x328192(0xc3)][_0x14504e[_0x328192(0x112)]]=_0x5a816f);const _0x299402=(_0x2be341?_0x2be341:_0x14504e['GRbXS'])+'\x20'+_0x585b44+'\x20'+(_0x5a816f?'with\x20'+_0x5a816f:''),_0x38e2ca=_0x14504e['SYGYZ'](_0x585b44,_0x14504e['SmGlw'])?_0x14504e['Ertde']:_0x14504e['CoDtP'];await _0x14504e[_0x328192(0xb4)](playwrightAnnotate,_0x1be061,_0x299402,_0x38e2ca),_0x5a816f&&(_0x321138[_0x328192(0xc3)][_0x14504e[_0x328192(0x112)]]=_0x5a816f),PerformanceTester['start'](PerformanceEvents[_0x328192(0xd9)]),this[_0x328192(0xba)][_0x328192(0x126)](_0x14504e[_0x328192(0x10b)]),await _0x14504e[_0x328192(0x103)](playwrightBstackJsExecutor,_0x1be061,_0x321138),PerformanceTester['end'](PerformanceEvents[_0x328192(0xd9)]);}async['markSessionName'](_0x28461a){const _0x5dd191=a84_0x30636c,_0x89db1a={'wSQlt':_0x5dd191(0xe3),'zlpbz':function(_0x48b73d,_0x5a0462){return _0x48b73d(_0x5a0462);},'tKFix':_0x5dd191(0x9f),'qAnDO':function(_0x8a5233,_0x4d2843,_0x2ed8be){return _0x8a5233(_0x4d2843,_0x2ed8be);}};try{if(CLIUtils[_0x5dd191(0xfb)](BrowserstackCLI['getInstance']()[_0x5dd191(0xa8)]())){this[_0x5dd191(0xba)][_0x5dd191(0x126)](_0x89db1a[_0x5dd191(0x10c)]);return;}const _0x4f7071=AutomationFramework[_0x5dd191(0xa2)](AutomationFramework['getTrackedInstance'](),PlaywrightDriverModule[_0x5dd191(0x10a)]);let _0x551672;_0x28461a[_0x5dd191(0xce)]||_0x28461a[_0x5dd191(0xe1)]?_0x551672=_0x89db1a['zlpbz'](getCucumberSessionName,_0x28461a):_0x551672=_0x89db1a[_0x5dd191(0xe5)](getPlaywrightSessionName,_0x28461a);const _0x44be50={};_0x44be50[_0x5dd191(0xdc)]=_0x551672;const _0x1791eb={};_0x1791eb[_0x5dd191(0x8b)]=_0x89db1a[_0x5dd191(0x100)],_0x1791eb[_0x5dd191(0xc3)]=_0x44be50;const _0x18bc76=_0x1791eb;PerformanceTester[_0x5dd191(0xd7)](PerformanceEvents[_0x5dd191(0xc1)]),await _0x89db1a['qAnDO'](playwrightBstackJsExecutor,_0x4f7071,_0x18bc76),PerformanceTester[_0x5dd191(0x12d)](PerformanceEvents[_0x5dd191(0xc1)]);}catch(_0x19dad7){PerformanceTester[_0x5dd191(0x12d)](PerformanceEvents[_0x5dd191(0xc1)],![],util[_0x5dd191(0x113)](_0x19dad7)),this['logger'][_0x5dd191(0xa1)]('Error\x20in\x20markSessionName:\x20'+util[_0x5dd191(0x113)](_0x19dad7));}}}PlaywrightDriverModule[a84_0x30636c(0x92)]=a84_0x30636c(0x88),module[a84_0x30636c(0xeb)]=PlaywrightDriverModule;
@@ -1 +1 @@
1
- function a84_0xf7b2(){const _0x36c2c7=['testFrameworkEvent','BROWSERSTACK_TESTHUB_UUID','createTestFrameworkEventPayload','TestHubModule','format','iOLKu','onPageCreate\x20CBTSession\x20complete\x20for\x20testId:\x20','7667856ZKOvjt','ENV_VAR','jestUtils','CUCUMBER','TEST','testFrameworkData','KEY_SESSION_ID','getRef','KEY_TEST_FRAMEWORK_NAME','onPageCreate:\x20Recreated\x20Jest\x20testIdentifier:\x20','../framework/testFramework.js','onAllTestEvents','error','Error\x20in\x20sendTestFrameworkEvent:\x20','BROWSERSTACK_TESTHUB_JWT','../TestInfo.js','test_deferred','debug','toString','getId','base64','getInstance','EXelm','../../../helpers/testhub/constants','KEY_PLATFORM_INDEX','name','../../../helpers/helper.js','from','jrxFM','exports','4165170ovlzNe','../state/automationFrameworkState.js','84WACDeT','onPageCreate\x20Sending\x20CBT\x20for\x20testId:\x20','forEach','\x20hookState:\x20','onPageCreate:\x20Skipping\x20CBT\x20session\x20event\x20-\x20no\x20testInfo\x20(page\x20created\x20outside\x20test\x20context)','KEY_TEST_DEFERRED','env','instance','registerObserver','../framework/constants/testFrameworkConstants.js','CREATE','../state/testFrameworkState.js','2740297ZRBErD','80462qihBDX','getTestDetails','sendTestFrameworkEvent:\x20No\x20payload\x20created,\x20skipping\x20test\x20framework\x20event','KEY_CAPABILITIES','values','testUuid','getJwt','getModuleName','37jJuPIS','getContext','howsB','frameworkName','frameworkVersion','matchHookRegex','keys','getTestFramework','57176070xhUlaf','test_identifier','KEY_TEST_FRAMEWORK_VERSION','testhubConfig','9543696GQxxdg','getProcessId','bind','testInfo','OmIAh','testSessionEvent','getTestUUID','testFrameworkState','getCurrentTestState','split','logger','eNxzf','util','onPageCreate','xLQip','../utils/jest-utils.js','../../../helpers/classLogger.js','page','QCvSz','216075CrvPPt','POST','getThreadId','getBuildHashedId','9RVarAS','O11yHashedID','demHU','getState','../state/hookState.js','./playwrightDriverModule.js','JEST','retry','5|7|3|0|4|8|1|6|2','../browserstackCLI.js','kXmcF','recreateIdentifierFromTestInfo','sendTestFrameworkEvent\x20complete\x20for\x20testState:\x20'];a84_0xf7b2=function(){return _0x36c2c7;};return a84_0xf7b2();}function a84_0x1d97(_0x602e0f,_0x132be2){const _0xf7b278=a84_0xf7b2();return a84_0x1d97=function(_0x1d9760,_0x4ea69e){_0x1d9760=_0x1d9760-0x1c3;let _0x165ec9=_0xf7b278[_0x1d9760];return _0x165ec9;},a84_0x1d97(_0x602e0f,_0x132be2);}const a84_0x149b58=a84_0x1d97;(function(_0x3e1c76,_0x9f7555){const _0x46d4f8=a84_0x1d97,_0x1a1dde=_0x3e1c76();while(!![]){try{const _0x1ccf90=-parseInt(_0x46d4f8(0x1c6))/0x1*(parseInt(_0x46d4f8(0x22a))/0x2)+-parseInt(_0x46d4f8(0x21b))/0x3+-parseInt(_0x46d4f8(0x21d))/0x4*(-parseInt(_0x46d4f8(0x1e5))/0x5)+-parseInt(_0x46d4f8(0x1fd))/0x6+-parseInt(_0x46d4f8(0x229))/0x7+parseInt(_0x46d4f8(0x1d2))/0x8*(-parseInt(_0x46d4f8(0x1e9))/0x9)+parseInt(_0x46d4f8(0x1ce))/0xa;if(_0x1ccf90===_0x9f7555)break;else _0x1a1dde['push'](_0x1a1dde['shift']());}catch(_0x5474e5){_0x1a1dde['push'](_0x1a1dde['shift']());}}}(a84_0xf7b2,0xd8410));const util=require(a84_0x149b58(0x1de)),BaseModule=require('./baseModule'),{createClassLogger}=require(a84_0x149b58(0x1e2)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a84_0x149b58(0x21c)),HookState=require(a84_0x149b58(0x1ed)),TestFramework=require(a84_0x149b58(0x207)),TestFrameworkState=require(a84_0x149b58(0x228)),PlaywrightDriverModule=require(a84_0x149b58(0x1ee)),TestFrameworkConstants=require(a84_0x149b58(0x226)),GrpcClient=require('../grpcClient.js'),CLIUtils=require('../cliUtils.js'),TestInfo=require(a84_0x149b58(0x20c)),testHubConstants=require(a84_0x149b58(0x214)),{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js'),JestUtils=require(a84_0x149b58(0x1e1)),BrowserstackCLI=require(a84_0x149b58(0x1f2)),{getPlaywrightProvider}=require(a84_0x149b58(0x217));class TestHubModule extends BaseModule{[a84_0x149b58(0x1dc)]=createClassLogger(a84_0x149b58(0x1f9));constructor(_0x4586b8,_0x2c8ab5=null){const _0x6d3d41=a84_0x149b58,_0x2d4bfd={};_0x2d4bfd[_0x6d3d41(0x1c8)]=_0x6d3d41(0x1f1),_0x2d4bfd[_0x6d3d41(0x219)]=_0x6d3d41(0x1f9);const _0x3b13f7=_0x2d4bfd,_0x513d02=_0x3b13f7[_0x6d3d41(0x1c8)][_0x6d3d41(0x1db)]('|');let _0x2e7911=0x0;while(!![]){switch(_0x513d02[_0x2e7911++]){case'0':this[_0x6d3d41(0x1ff)]=new JestUtils();continue;case'1':process[_0x6d3d41(0x223)][testHubConstants['ENV_VAR'][_0x6d3d41(0x20b)]]=this[_0x6d3d41(0x1d1)][_0x6d3d41(0x1c4)]();continue;case'2':BrowserstackCLI[_0x6d3d41(0x1ea)]=this[_0x6d3d41(0x1d1)][_0x6d3d41(0x1e8)]();continue;case'3':this[_0x6d3d41(0x1d1)]=_0x4586b8;continue;case'4':AutomationFramework[_0x6d3d41(0x225)](AutomationFrameworkState[_0x6d3d41(0x227)],HookState['POST'],this[_0x6d3d41(0x1df)][_0x6d3d41(0x1d4)](this));continue;case'5':super(_0x2c8ab5);continue;case'6':process['env'][testHubConstants[_0x6d3d41(0x1fe)][_0x6d3d41(0x1f7)]]=this[_0x6d3d41(0x1d1)][_0x6d3d41(0x1e8)]();continue;case'7':this[_0x6d3d41(0x216)]=_0x3b13f7['jrxFM'];continue;case'8':Object[_0x6d3d41(0x22e)](TestFrameworkState)[_0x6d3d41(0x21f)](_0x1686b2=>{const _0x3d5baa=_0x6d3d41;Object[_0x3d5baa(0x22e)](HookState)[_0x3d5baa(0x21f)](_0x11b2a6=>{TestFramework['registerObserver'](_0x1686b2,_0x11b2a6,this['onAllTestEvents']['bind'](this));});});continue;}break;}}[a84_0x149b58(0x1c5)](){return TestHubModule['MODULE_NAME'];}[a84_0x149b58(0x208)](_0x4d6576){const _0x1c2328=a84_0x149b58,_0x278a45={};_0x278a45['EXelm']=function(_0x385ab9,_0x1a4ba4){return _0x385ab9===_0x1a4ba4;};const _0x1ced8f=_0x278a45,_0x5c607b=_0x4d6576['instance'],_0x2d2adc=_0x5c607b[_0x1c2328(0x1da)]();(_0x1ced8f[_0x1c2328(0x213)](_0x2d2adc,TestFrameworkState[_0x1c2328(0x201)])||CLIUtils[_0x1c2328(0x1cb)](_0x2d2adc['toString']()[_0x1c2328(0x1db)]('.')[0x1]))&&this['sendTestFrameworkEvent'](_0x4d6576);}async['sendTestFrameworkEvent'](_0x2700b9){const _0x19c90a=a84_0x149b58,_0x5a93e8={};_0x5a93e8[_0x19c90a(0x1d6)]=function(_0x3e51af,_0x2f5946){return _0x3e51af===_0x2f5946;},_0x5a93e8[_0x19c90a(0x1fb)]=_0x19c90a(0x22c);const _0x3e164d=_0x5a93e8;try{const _0x4fc2cd=BrowserstackCLI[_0x19c90a(0x212)]()[_0x19c90a(0x1cd)]()[_0x19c90a(0x1f8)](_0x2700b9);if(!_0x4fc2cd||_0x3e164d['OmIAh'](Object[_0x19c90a(0x1cc)](_0x4fc2cd)['length'],0x0)){this[_0x19c90a(0x1dc)]['debug'](_0x3e164d['iOLKu']);return;}const _0xfddd1b=await GrpcClient[_0x19c90a(0x212)]()[_0x19c90a(0x1f6)](_0x4fc2cd);this[_0x19c90a(0x1dc)][_0x19c90a(0x20e)](_0x19c90a(0x1f5)+_0x4fc2cd[_0x19c90a(0x1d9)]+_0x19c90a(0x220)+_0x4fc2cd['hookState']);}catch(_0x182d20){this[_0x19c90a(0x1dc)][_0x19c90a(0x209)](_0x19c90a(0x20a)+util[_0x19c90a(0x1fa)](_0x182d20));}}async[a84_0x149b58(0x1df)](_0x18b99f){const _0x39799e=a84_0x149b58,_0x2eeace={'kXmcF':function(_0x69c256,_0x1c84c3){return _0x69c256===_0x1c84c3;},'eNxzf':_0x39799e(0x221),'HNJPH':function(_0x571166,_0x32aa89){return _0x571166===_0x32aa89;},'xLQip':function(_0x1fa1c9,_0x27d591){return _0x1fa1c9(_0x27d591);},'QCvSz':_0x39799e(0x211),'demHU':function(_0x2af971,_0x3bed09){return _0x2af971===_0x3bed09;}};try{if(_0x18b99f[_0x39799e(0x1e3)]){const _0x2e3a52=this['getTestId'](_0x18b99f);this['logger'][_0x39799e(0x20e)](_0x39799e(0x21e)+_0x2e3a52);if(this['testFrameworkData']&&_0x2eeace[_0x39799e(0x1f3)](this[_0x39799e(0x202)]['name'],FRAMEWORKS[_0x39799e(0x1ef)])&&!_0x18b99f['testInfo']){this[_0x39799e(0x1dc)][_0x39799e(0x20e)](_0x2eeace[_0x39799e(0x1dd)]);return;}let _0x5611b3,_0x224399;if(this[_0x39799e(0x202)]&&_0x2eeace[_0x39799e(0x1f3)](this[_0x39799e(0x202)][_0x39799e(0x216)],FRAMEWORKS[_0x39799e(0x200)]))_0x5611b3=_0x2e3a52,_0x224399=TestInfo[_0x39799e(0x1d8)](_0x5611b3);else this[_0x39799e(0x202)]&&_0x2eeace['HNJPH'](this[_0x39799e(0x202)][_0x39799e(0x216)],FRAMEWORKS[_0x39799e(0x1ef)])?(_0x5611b3=this[_0x39799e(0x1ff)][_0x39799e(0x1f4)](_0x18b99f[_0x39799e(0x1d5)]),this[_0x39799e(0x1dc)][_0x39799e(0x20e)](_0x39799e(0x206)+_0x5611b3)):(_0x5611b3=TestInfo['getTestIdentifierFromTestInfo'](_0x18b99f['testInfo'],_0x18b99f[_0x39799e(0x1d5)][_0x39799e(0x1f0)]),_0x224399=TestInfo[_0x39799e(0x1d8)](_0x5611b3));const _0x4f0372=TestInfo[_0x39799e(0x22b)](_0x5611b3),_0xd8f980=_0x18b99f[_0x39799e(0x224)],_0x1846ef=AutomationFramework[_0x39799e(0x1ec)](_0xd8f980,PlaywrightDriverModule[_0x39799e(0x215)]),_0x129fc5=_0x4f0372?.[TestFrameworkConstants[_0x39799e(0x205)]]||this['testFrameworkData']&&this['testFrameworkData'][_0x39799e(0x216)],_0x17499e=_0x4f0372?.[TestFrameworkConstants[_0x39799e(0x1d0)]]||this[_0x39799e(0x202)]&&this['testFrameworkData']['version'],_0x4771da=TestFrameworkState['TEST']['toString']()[_0x39799e(0x1db)]('.')[0x1],_0x6eccb4=HookState[_0x39799e(0x1e6)][_0x39799e(0x20f)]()['split']('.')[0x1],_0xdb22c1=_0xd8f980[_0x39799e(0x1c7)](),_0x3be66b=AutomationFramework['getState'](_0xd8f980,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x194dca={'provider':_0x2eeace[_0x39799e(0x1e0)](getPlaywrightProvider,_0x3be66b),'frameworkName':_0xd8f980[_0x39799e(0x1c9)],'frameworkVersion':_0xd8f980[_0x39799e(0x1ca)],'frameworkSessionId':AutomationFramework[_0x39799e(0x1ec)](_0xd8f980,PlaywrightDriverModule[_0x39799e(0x203)],''),'ref':_0xd8f980[_0x39799e(0x204)](),'hubUrl':_0x3be66b};let _0x2f38b6=AutomationFramework['getState'](_0xd8f980,PlaywrightDriverModule[_0x39799e(0x22d)],{});_0x2f38b6=Buffer[_0x39799e(0x218)](JSON['stringify'](_0x2f38b6))[_0x39799e(0x20f)](_0x2eeace[_0x39799e(0x1e4)]);const _0x198bc7={'hash':_0xdb22c1[_0x39799e(0x210)](),'threadId':_0xdb22c1[_0x39799e(0x1e7)]()[_0x39799e(0x20f)](),'processId':_0xdb22c1[_0x39799e(0x1d3)]()[_0x39799e(0x20f)]()},_0x2e0c67={};_0x2e0c67[_0x39799e(0x1cf)]=_0x5611b3;const _0x2a85a8={};_0x2a85a8[_0x39799e(0x1c3)]=_0x224399;const _0x55c61f={'platformIndex':_0x1846ef,'testFrameworkName':_0x129fc5,'testFrameworkVersion':_0x17499e,'testFrameworkState':_0x4771da,'testHookState':_0x6eccb4,...this[_0x39799e(0x202)]&&_0x2eeace[_0x39799e(0x1eb)](this[_0x39799e(0x202)]['name'],FRAMEWORKS[_0x39799e(0x1ef)])?_0x2e0c67:_0x2a85a8,'automationSession':_0x194dca,'capabilities':_0x2f38b6,'executionContext':_0x198bc7};this['logger'][_0x39799e(0x20e)]('onPageCreate\x20CBTSession\x20payload:\x20'+util[_0x39799e(0x1fa)](_0x55c61f));const _0xbc1a5b=await GrpcClient['getInstance']()[_0x39799e(0x1d7)](_0x55c61f);this[_0x39799e(0x1dc)][_0x39799e(0x20e)](_0x39799e(0x1fc)+_0x2e3a52+(this[_0x39799e(0x202)]&&_0x2eeace[_0x39799e(0x1eb)](this[_0x39799e(0x202)][_0x39799e(0x216)],FRAMEWORKS['JEST'])?',\x20test_identifier:\x20'+_0x5611b3:''));}}catch(_0x234fa6){this['logger']['error']('Error\x20in\x20sending\x20CBTSession:\x20'+util[_0x39799e(0x1fa)](_0x234fa6));}}}TestHubModule['MODULE_NAME']='TestHubModule',TestHubModule[a84_0x149b58(0x222)]=a84_0x149b58(0x20d),module[a84_0x149b58(0x21a)]=TestHubModule;
1
+ const a85_0x1de45d=a85_0x2b41;function a85_0x2b41(_0x5e0a03,_0x24e9b0){const _0x13ebc4=a85_0x13eb();return a85_0x2b41=function(_0x2b4178,_0x12d84d){_0x2b4178=_0x2b4178-0x12a;let _0x4d8c5c=_0x13ebc4[_0x2b4178];return _0x4d8c5c;},a85_0x2b41(_0x5e0a03,_0x24e9b0);}function a85_0x13eb(){const _0x5a64fc=['MODULE_NAME','ROCDa','KEY_TEST_FRAMEWORK_VERSION','19555aGIsxq','onPageCreate','error','util','O11yHashedID','instance',',\x20test_identifier:\x20','testFrameworkState','getId','createTestFrameworkEventPayload','format','getCurrentTestState','TEST','keys','testSessionEvent','../browserstackCLI.js','getContext','Error\x20in\x20sending\x20CBTSession:\x20','../utils/jest-utils.js','getState','POST','KEY_TEST_DEFERRED','getTestFramework','rowLw','KEY_SESSION_ID','../../../helpers/test-observability/constants.js','base64','BROWSERSTACK_TESTHUB_UUID','../../../helpers/helper.js','../framework/testFramework.js','retry','onAllTestEvents','test_identifier','getTestIdentifierFromTestInfo','getRef','getBuildHashedId','sendTestFrameworkEvent','1181957AzXfPa','./baseModule','1128MhUCMe','LlvnO','matchHookRegex','../../../helpers/testhub/constants','2|6|4|7|1|3|8|0|5','./playwrightDriverModule.js','BROWSERSTACK_TESTHUB_JWT','4474630qIEdgk','sendTestFrameworkEvent\x20complete\x20for\x20testState:\x20','sendTestFrameworkEvent:\x20No\x20payload\x20created,\x20skipping\x20test\x20framework\x20event','toString','hQslM','onPageCreate\x20Sending\x20CBT\x20for\x20testId:\x20','testFrameworkData','mJfff','getTestId','KEY_PLATFORM_INDEX','test_deferred','CREATE','18Xrgqtw','../grpcClient.js','yxtEw','getProcessId','logger','env','values','testhubConfig','JEST','getTestDetails','testInfo','100OJBZbE','ENV_VAR','jDhsD','226EMBJMG','getInstance','getJwt','forEach','../state/automationFrameworkState.js','KEY_HUB_URL','../framework/automationFramework.js','9JxUUZA','UCqrd','75603FHLEbN','1632261eUCorc','bind','getThreadId','nYCnb','../cliUtils.js','\x20hookState:\x20','name','2470408IrOCUs','../state/hookState.js','getTestUUID','onPageCreate:\x20Recreated\x20Jest\x20testIdentifier:\x20','CUCUMBER','registerObserver','recreateIdentifierFromTestInfo','stringify','onPageCreate\x20CBTSession\x20complete\x20for\x20testId:\x20','isLTSSession','testUuid','../../../helpers/classLogger.js','./loadTestModule.js','frameworkName','testFrameworkEvent','split','debug','oQtYG','TestHubModule','1142xIRHam','pJqAi'];a85_0x13eb=function(){return _0x5a64fc;};return a85_0x13eb();}(function(_0xac72fc,_0x951ce1){const _0x4dfb88=a85_0x2b41,_0x4fc0dd=_0xac72fc();while(!![]){try{const _0x1394eb=-parseInt(_0x4dfb88(0x14b))/0x1*(-parseInt(_0x4dfb88(0x198))/0x2)+-parseInt(_0x4dfb88(0x131))/0x3+-parseInt(_0x4dfb88(0x195))/0x4*(-parseInt(_0x4dfb88(0x150))/0x5)+parseInt(_0x4dfb88(0x18a))/0x6*(parseInt(_0x4dfb88(0x175))/0x7)+parseInt(_0x4dfb88(0x138))/0x8*(parseInt(_0x4dfb88(0x12e))/0x9)+parseInt(_0x4dfb88(0x17e))/0xa+-parseInt(_0x4dfb88(0x130))/0xb*(parseInt(_0x4dfb88(0x177))/0xc);if(_0x1394eb===_0x951ce1)break;else _0x4fc0dd['push'](_0x4fc0dd['shift']());}catch(_0x3a9584){_0x4fc0dd['push'](_0x4fc0dd['shift']());}}}(a85_0x13eb,0x491e1));const util=require(a85_0x1de45d(0x153)),BaseModule=require(a85_0x1de45d(0x176)),{createClassLogger}=require(a85_0x1de45d(0x143)),AutomationFramework=require(a85_0x1de45d(0x12d)),AutomationFrameworkState=require(a85_0x1de45d(0x12b)),HookState=require(a85_0x1de45d(0x139)),TestFramework=require(a85_0x1de45d(0x16d)),TestFrameworkState=require('../state/testFrameworkState.js'),PlaywrightDriverModule=require(a85_0x1de45d(0x17c)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),GrpcClient=require(a85_0x1de45d(0x18b)),CLIUtils=require(a85_0x1de45d(0x135)),TestInfo=require('../TestInfo.js'),testHubConstants=require(a85_0x1de45d(0x17a)),{FRAMEWORKS}=require(a85_0x1de45d(0x169)),helper=require(a85_0x1de45d(0x16c)),LoadTestModule=require(a85_0x1de45d(0x144)),JestUtils=require(a85_0x1de45d(0x162)),BrowserstackCLI=require(a85_0x1de45d(0x15f)),{getPlaywrightProvider}=require('../../../helpers/helper.js');class TestHubModule extends BaseModule{['logger']=createClassLogger('TestHubModule');constructor(_0x2dab28,_0x2323ac=null){const _0x533598=a85_0x1de45d,_0x44f105={};_0x44f105[_0x533598(0x182)]=_0x533598(0x17b),_0x44f105['pJqAi']=_0x533598(0x14a);const _0x360e66=_0x44f105,_0x253c89=_0x360e66[_0x533598(0x182)]['split']('|');let _0x2b2fc9=0x0;while(!![]){switch(_0x253c89[_0x2b2fc9++]){case'0':process[_0x533598(0x18f)][testHubConstants[_0x533598(0x196)][_0x533598(0x16b)]]=this[_0x533598(0x191)][_0x533598(0x173)]();continue;case'1':AutomationFramework[_0x533598(0x13d)](AutomationFrameworkState[_0x533598(0x189)],HookState['POST'],this[_0x533598(0x151)][_0x533598(0x132)](this));continue;case'2':super(_0x2323ac);continue;case'3':Object[_0x533598(0x190)](TestFrameworkState)[_0x533598(0x12a)](_0x526ee4=>{const _0x167e32=_0x533598;Object[_0x167e32(0x190)](HookState)[_0x167e32(0x12a)](_0x5150ff=>{const _0x35bbf2=_0x167e32;TestFramework[_0x35bbf2(0x13d)](_0x526ee4,_0x5150ff,this['onAllTestEvents'][_0x35bbf2(0x132)](this));});});continue;case'4':this[_0x533598(0x191)]=_0x2dab28;continue;case'5':BrowserstackCLI[_0x533598(0x154)]=this[_0x533598(0x191)]['getBuildHashedId']();continue;case'6':this[_0x533598(0x137)]=_0x360e66[_0x533598(0x14c)];continue;case'7':this['jestUtils']=new JestUtils();continue;case'8':process[_0x533598(0x18f)][testHubConstants['ENV_VAR'][_0x533598(0x17d)]]=this[_0x533598(0x191)][_0x533598(0x19a)]();continue;}break;}}['getModuleName'](){const _0x2f6ac3=a85_0x1de45d;return TestHubModule[_0x2f6ac3(0x14d)];}[a85_0x1de45d(0x16f)](_0x1efaea){const _0x5f5db6=a85_0x1de45d,_0x4d4051={};_0x4d4051[_0x5f5db6(0x197)]=function(_0x1bd191,_0x49e1a4){return _0x1bd191===_0x49e1a4;};const _0x5420a0=_0x4d4051,_0x477b52=_0x1efaea['instance'],_0x27a175=_0x477b52[_0x5f5db6(0x15b)]();(_0x5420a0[_0x5f5db6(0x197)](_0x27a175,TestFrameworkState[_0x5f5db6(0x15c)])||CLIUtils[_0x5f5db6(0x179)](_0x27a175[_0x5f5db6(0x181)]()[_0x5f5db6(0x147)]('.')[0x1]))&&this[_0x5f5db6(0x174)](_0x1efaea);}async['sendTestFrameworkEvent'](_0x345c28){const _0xa76c1d=a85_0x1de45d,_0x3a2078={};_0x3a2078[_0xa76c1d(0x178)]=function(_0x331518,_0x47aa91){return _0x331518===_0x47aa91;},_0x3a2078[_0xa76c1d(0x134)]=_0xa76c1d(0x180);const _0x231eb9=_0x3a2078;try{const _0x3f380d=BrowserstackCLI[_0xa76c1d(0x199)]()[_0xa76c1d(0x166)]()[_0xa76c1d(0x159)](_0x345c28);if(!_0x3f380d||_0x231eb9['LlvnO'](Object[_0xa76c1d(0x15d)](_0x3f380d)['length'],0x0)){this['logger'][_0xa76c1d(0x148)](_0x231eb9[_0xa76c1d(0x134)]);return;}const _0x5de2c9=await GrpcClient['getInstance']()[_0xa76c1d(0x146)](_0x3f380d);this['logger']['debug'](_0xa76c1d(0x17f)+_0x3f380d[_0xa76c1d(0x157)]+_0xa76c1d(0x136)+_0x3f380d['hookState']);}catch(_0x5edfc3){this[_0xa76c1d(0x18e)]['error']('Error\x20in\x20sendTestFrameworkEvent:\x20'+util[_0xa76c1d(0x15a)](_0x5edfc3));}}async[a85_0x1de45d(0x151)](_0x1109bf){const _0x230c63=a85_0x1de45d,_0xa3e026={'UCqrd':function(_0x117e28,_0x37fdc6){return _0x117e28===_0x37fdc6;},'oQtYG':'onPageCreate:\x20Skipping\x20CBT\x20session\x20event\x20-\x20no\x20testInfo\x20(page\x20created\x20outside\x20test\x20context)','ROCDa':function(_0x2caee1,_0x207466){return _0x2caee1===_0x207466;},'yxtEw':function(_0x574a74,_0x50a91e){return _0x574a74(_0x50a91e);},'mJfff':_0x230c63(0x16a),'rowLw':function(_0x42110b,_0x23207c){return _0x42110b===_0x23207c;},'GFwuR':function(_0x45261f,_0xf50067){return _0x45261f===_0xf50067;}};try{if(_0x1109bf['page']){const _0x365b2b=this[_0x230c63(0x186)](_0x1109bf);this[_0x230c63(0x18e)][_0x230c63(0x148)](_0x230c63(0x183)+_0x365b2b);if(this[_0x230c63(0x184)]&&_0xa3e026[_0x230c63(0x12f)](this[_0x230c63(0x184)][_0x230c63(0x137)],FRAMEWORKS['JEST'])&&!_0x1109bf[_0x230c63(0x194)]){this[_0x230c63(0x18e)][_0x230c63(0x148)](_0xa3e026[_0x230c63(0x149)]);return;}let _0xbd3e07,_0x3199e5;if(this[_0x230c63(0x184)]&&_0xa3e026[_0x230c63(0x14e)](this['testFrameworkData'][_0x230c63(0x137)],FRAMEWORKS[_0x230c63(0x13c)]))_0xbd3e07=_0x365b2b,_0x3199e5=TestInfo[_0x230c63(0x13a)](_0xbd3e07);else this[_0x230c63(0x184)]&&_0xa3e026[_0x230c63(0x14e)](this[_0x230c63(0x184)][_0x230c63(0x137)],FRAMEWORKS[_0x230c63(0x192)])?(_0xbd3e07=this['jestUtils'][_0x230c63(0x13e)](_0x1109bf[_0x230c63(0x194)]),this[_0x230c63(0x18e)]['debug'](_0x230c63(0x13b)+_0xbd3e07)):(_0xbd3e07=TestInfo[_0x230c63(0x171)](_0x1109bf[_0x230c63(0x194)],_0x1109bf[_0x230c63(0x194)][_0x230c63(0x16e)]),_0x3199e5=TestInfo[_0x230c63(0x13a)](_0xbd3e07));const _0x21c4f1=TestInfo[_0x230c63(0x193)](_0xbd3e07),_0x50a22a=_0x1109bf[_0x230c63(0x155)],_0x55f368=AutomationFramework[_0x230c63(0x163)](_0x50a22a,PlaywrightDriverModule[_0x230c63(0x187)]),_0x139597=_0x21c4f1?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]||this[_0x230c63(0x184)]&&this[_0x230c63(0x184)][_0x230c63(0x137)],_0x2e589c=_0x21c4f1?.[TestFrameworkConstants[_0x230c63(0x14f)]]||this[_0x230c63(0x184)]&&this[_0x230c63(0x184)]['version'],_0x2d5d72=TestFrameworkState[_0x230c63(0x15c)][_0x230c63(0x181)]()[_0x230c63(0x147)]('.')[0x1],_0xf40b0a=HookState[_0x230c63(0x164)][_0x230c63(0x181)]()[_0x230c63(0x147)]('.')[0x1],_0x41f41d=_0x50a22a[_0x230c63(0x160)](),_0x169f96=AutomationFramework[_0x230c63(0x163)](_0x50a22a,PlaywrightDriverModule[_0x230c63(0x12c)],''),_0x224a48={'provider':_0xa3e026[_0x230c63(0x18c)](getPlaywrightProvider,_0x169f96),'frameworkName':_0x50a22a[_0x230c63(0x145)],'frameworkVersion':_0x50a22a['frameworkVersion'],'frameworkSessionId':LoadTestModule[_0x230c63(0x141)]()?LoadTestModule['getLTSSessionId']():AutomationFramework['getState'](_0x50a22a,PlaywrightDriverModule[_0x230c63(0x168)],''),'ref':_0x50a22a[_0x230c63(0x172)](),'hubUrl':_0x169f96};let _0x183d06=AutomationFramework[_0x230c63(0x163)](_0x50a22a,PlaywrightDriverModule['KEY_CAPABILITIES'],{});_0x183d06=Buffer['from'](JSON[_0x230c63(0x13f)](_0x183d06))[_0x230c63(0x181)](_0xa3e026[_0x230c63(0x185)]);const _0x4178e8={'hash':_0x41f41d[_0x230c63(0x158)](),'threadId':_0x41f41d[_0x230c63(0x133)]()['toString'](),'processId':_0x41f41d[_0x230c63(0x18d)]()['toString']()},_0x2509d2={};_0x2509d2[_0x230c63(0x170)]=_0xbd3e07;const _0x125860={};_0x125860[_0x230c63(0x142)]=_0x3199e5;const _0x28f7be={'platformIndex':_0x55f368,'testFrameworkName':_0x139597,'testFrameworkVersion':_0x2e589c,'testFrameworkState':_0x2d5d72,'testHookState':_0xf40b0a,...this[_0x230c63(0x184)]&&_0xa3e026[_0x230c63(0x167)](this[_0x230c63(0x184)]['name'],FRAMEWORKS[_0x230c63(0x192)])?_0x2509d2:_0x125860,'automationSession':_0x224a48,'capabilities':_0x183d06,'executionContext':_0x4178e8};this['logger'][_0x230c63(0x148)]('onPageCreate\x20CBTSession\x20payload:\x20'+util[_0x230c63(0x15a)](_0x28f7be));const _0x2a98fa=await GrpcClient[_0x230c63(0x199)]()[_0x230c63(0x15e)](_0x28f7be);this[_0x230c63(0x18e)][_0x230c63(0x148)](_0x230c63(0x140)+_0x365b2b+(this[_0x230c63(0x184)]&&_0xa3e026['GFwuR'](this[_0x230c63(0x184)][_0x230c63(0x137)],FRAMEWORKS[_0x230c63(0x192)])?_0x230c63(0x156)+_0xbd3e07:''));}}catch(_0x157de1){this[_0x230c63(0x18e)][_0x230c63(0x152)](_0x230c63(0x161)+util['format'](_0x157de1));}}}TestHubModule[a85_0x1de45d(0x14d)]=a85_0x1de45d(0x14a),TestHubModule[a85_0x1de45d(0x165)]=a85_0x1de45d(0x188),module['exports']=TestHubModule;
@@ -1 +1 @@
1
- const a85_0x4a75c2=a85_0x2e1f;(function(_0x179e12,_0x3b9df8){const _0x4abcfc=a85_0x2e1f,_0xb78018=_0x179e12();while(!![]){try{const _0x2a60e2=parseInt(_0x4abcfc(0x13a))/0x1*(parseInt(_0x4abcfc(0x12b))/0x2)+parseInt(_0x4abcfc(0x12e))/0x3+-parseInt(_0x4abcfc(0x125))/0x4*(-parseInt(_0x4abcfc(0x134))/0x5)+parseInt(_0x4abcfc(0x12a))/0x6+-parseInt(_0x4abcfc(0x132))/0x7+parseInt(_0x4abcfc(0x135))/0x8*(-parseInt(_0x4abcfc(0x12c))/0x9)+-parseInt(_0x4abcfc(0x130))/0xa;if(_0x2a60e2===_0x3b9df8)break;else _0xb78018['push'](_0xb78018['shift']());}catch(_0x176b0e){_0xb78018['push'](_0xb78018['shift']());}}}(a85_0x1d5a,0x83505));const {PLAYWRIGHT}=require(a85_0x4a75c2(0x139)),a85_0x1bbead={};a85_0x1bbead['value']=0x0,a85_0x1bbead[a85_0x4a75c2(0x12f)]=function(){const _0xfbd60e=a85_0x4a75c2,_0x3a5ed6={};_0x3a5ed6[_0xfbd60e(0x138)]=_0xfbd60e(0x128);const _0x472a8c=_0x3a5ed6;return _0x472a8c['theeX'];};function a85_0x1d5a(){const _0x1aad38=['HOczU','2005156PHVIlb','AutomationFrameworkState.PLAYWRIGHT_DISPATCH','fgLsU','AutomationFrameworkState.NONE','exports','1369644rIPykN','4396mlyRKV','153kMVwak','AutomationFrameworkState.QUIT','651495MavDCH','toString','14450860quJFiJ','AutomationFrameworkState.CREATE','454993oVTfHJ','values','10UkyilW','185208sNkixy','value','MMuJA','theeX','../../utils/constants','452TFoSyX','VLkzc','xERbs'];a85_0x1d5a=function(){return _0x1aad38;};return a85_0x1d5a();}const a85_0x53bb9f={};function a85_0x2e1f(_0x21d76c,_0x3328af){const _0x1d5a95=a85_0x1d5a();return a85_0x2e1f=function(_0x2e1fde,_0x7fc7a){_0x2e1fde=_0x2e1fde-0x123;let _0x4902d2=_0x1d5a95[_0x2e1fde];return _0x4902d2;},a85_0x2e1f(_0x21d76c,_0x3328af);}a85_0x53bb9f[a85_0x4a75c2(0x136)]=0x1,a85_0x53bb9f[a85_0x4a75c2(0x12f)]=function(){const _0x226f0b=a85_0x4a75c2,_0x1fa496={};_0x1fa496['MMuJA']=_0x226f0b(0x131);const _0xb0eecd=_0x1fa496;return _0xb0eecd[_0x226f0b(0x137)];};const a85_0x57d92b={};a85_0x57d92b[a85_0x4a75c2(0x136)]=0x2,a85_0x57d92b[a85_0x4a75c2(0x12f)]=function(){const _0x216157=a85_0x4a75c2,_0xd624={};_0xd624[_0x216157(0x13b)]=_0x216157(0x126);const _0x28be7a=_0xd624;return _0x28be7a[_0x216157(0x13b)];};const a85_0x29ad6a={};a85_0x29ad6a['value']=0x3,a85_0x29ad6a[a85_0x4a75c2(0x12f)]=function(){const _0x524499=a85_0x4a75c2,_0x49ab31={};_0x49ab31[_0x524499(0x123)]='AutomationFrameworkState.EXECUTE';const _0x280b1f=_0x49ab31;return _0x280b1f[_0x524499(0x123)];};const a85_0x5c63ff={};a85_0x5c63ff[a85_0x4a75c2(0x136)]=0x4,a85_0x5c63ff[a85_0x4a75c2(0x12f)]=function(){const _0x3b2a90=a85_0x4a75c2,_0x4a832d={};_0x4a832d[_0x3b2a90(0x124)]='AutomationFrameworkState.IDLE';const _0x42f2c3=_0x4a832d;return _0x42f2c3[_0x3b2a90(0x124)];};const a85_0x498b8c={};a85_0x498b8c[a85_0x4a75c2(0x136)]=0x5,a85_0x498b8c[a85_0x4a75c2(0x12f)]=function(){const _0x224f72=a85_0x4a75c2,_0x48cfbd={};_0x48cfbd[_0x224f72(0x127)]=_0x224f72(0x12d);const _0xaa8625=_0x48cfbd;return _0xaa8625[_0x224f72(0x127)];};const AutomationFrameworkState=Object['freeze']({'NONE':a85_0x1bbead,'CREATE':a85_0x53bb9f,'PLAYWRIGHT_DISPATCH':a85_0x57d92b,'EXECUTE':a85_0x29ad6a,'IDLE':a85_0x5c63ff,'QUIT':a85_0x498b8c,'fromValue'(_0x2de2ec){const _0x1e2901=a85_0x4a75c2;return Object[_0x1e2901(0x133)](AutomationFrameworkState)['find'](_0x5db49c=>_0x5db49c[_0x1e2901(0x136)]===_0x2de2ec);}});module[a85_0x4a75c2(0x129)]=AutomationFrameworkState;
1
+ const a86_0x1f6ebb=a86_0x1a4c;function a86_0x1a4c(_0x51108e,_0x40bbe2){const _0x392e33=a86_0x392e();return a86_0x1a4c=function(_0x1a4c07,_0x302ae1){_0x1a4c07=_0x1a4c07-0x11c;let _0x147579=_0x392e33[_0x1a4c07];return _0x147579;},a86_0x1a4c(_0x51108e,_0x40bbe2);}(function(_0x4ab29d,_0x3c1030){const _0x2506c8=a86_0x1a4c,_0xf2ea62=_0x4ab29d();while(!![]){try{const _0xc4bc50=parseInt(_0x2506c8(0x11c))/0x1+parseInt(_0x2506c8(0x120))/0x2+-parseInt(_0x2506c8(0x125))/0x3*(parseInt(_0x2506c8(0x129))/0x4)+-parseInt(_0x2506c8(0x12e))/0x5*(parseInt(_0x2506c8(0x133))/0x6)+parseInt(_0x2506c8(0x12f))/0x7*(parseInt(_0x2506c8(0x134))/0x8)+parseInt(_0x2506c8(0x130))/0x9+-parseInt(_0x2506c8(0x11d))/0xa;if(_0xc4bc50===_0x3c1030)break;else _0xf2ea62['push'](_0xf2ea62['shift']());}catch(_0xf65377){_0xf2ea62['push'](_0xf2ea62['shift']());}}}(a86_0x392e,0x93a96));const {PLAYWRIGHT}=require('../../utils/constants'),a86_0x69e0d3={};a86_0x69e0d3[a86_0x1f6ebb(0x131)]=0x0,a86_0x69e0d3[a86_0x1f6ebb(0x12b)]=function(){const _0x24a984=a86_0x1f6ebb,_0x1f7d66={};_0x1f7d66['uNmiF']='AutomationFrameworkState.NONE';const _0x2c921a=_0x1f7d66;return _0x2c921a[_0x24a984(0x128)];};const a86_0x53f471={};a86_0x53f471[a86_0x1f6ebb(0x131)]=0x1,a86_0x53f471[a86_0x1f6ebb(0x12b)]=function(){const _0x469182=a86_0x1f6ebb,_0x5d7906={};_0x5d7906[_0x469182(0x12d)]=_0x469182(0x127);const _0x4b156f=_0x5d7906;return _0x4b156f[_0x469182(0x12d)];};const a86_0x2f148c={};a86_0x2f148c['value']=0x2,a86_0x2f148c['toString']=function(){const _0x1b3a94=a86_0x1f6ebb,_0x4fd704={};_0x4fd704['mfrtt']=_0x1b3a94(0x126);const _0x412dcc=_0x4fd704;return _0x412dcc['mfrtt'];};const a86_0x2e2eb9={};a86_0x2e2eb9[a86_0x1f6ebb(0x131)]=0x3,a86_0x2e2eb9[a86_0x1f6ebb(0x12b)]=function(){const _0x47cabb=a86_0x1f6ebb,_0x1d1d2d={};_0x1d1d2d[_0x47cabb(0x123)]=_0x47cabb(0x11f);const _0x47185a=_0x1d1d2d;return _0x47185a[_0x47cabb(0x123)];};const a86_0x4009b1={};a86_0x4009b1['value']=0x4,a86_0x4009b1['toString']=function(){const _0x3e639e=a86_0x1f6ebb,_0x3b30f1={};_0x3b30f1[_0x3e639e(0x124)]=_0x3e639e(0x11e);const _0x5b7918=_0x3b30f1;return _0x5b7918[_0x3e639e(0x124)];};const a86_0xe46f11={};a86_0xe46f11[a86_0x1f6ebb(0x131)]=0x5,a86_0xe46f11[a86_0x1f6ebb(0x12b)]=function(){const _0x4e4c0d=a86_0x1f6ebb,_0x27b123={};_0x27b123[_0x4e4c0d(0x132)]=_0x4e4c0d(0x121);const _0x3224d1=_0x27b123;return _0x3224d1['qWqLg'];};function a86_0x392e(){const _0x50b4a2=['652989XODrcd','7491250VrRGOj','AutomationFrameworkState.IDLE','AutomationFrameworkState.EXECUTE','819406ZzpHfy','AutomationFrameworkState.QUIT','freeze','UdgRE','QrIxO','279465qEtiPN','AutomationFrameworkState.PLAYWRIGHT_DISPATCH','AutomationFrameworkState.CREATE','uNmiF','32ruimiy','find','toString','exports','YHDRW','545XaynVi','7yomTMe','8338374OinVik','value','qWqLg','10308qDrUFm','2378168CiVafh'];a86_0x392e=function(){return _0x50b4a2;};return a86_0x392e();}const AutomationFrameworkState=Object[a86_0x1f6ebb(0x122)]({'NONE':a86_0x69e0d3,'CREATE':a86_0x53f471,'PLAYWRIGHT_DISPATCH':a86_0x2f148c,'EXECUTE':a86_0x2e2eb9,'IDLE':a86_0x4009b1,'QUIT':a86_0xe46f11,'fromValue'(_0x1e761e){const _0x547224=a86_0x1f6ebb;return Object['values'](AutomationFrameworkState)[_0x547224(0x12a)](_0x9295b6=>_0x9295b6['value']===_0x1e761e);}});module[a86_0x1f6ebb(0x12c)]=AutomationFrameworkState;
@@ -1 +1 @@
1
- const a86_0x28e8b1=a86_0xd5bf;(function(_0x6f0b7b,_0x268b53){const _0x3ee361=a86_0xd5bf,_0x5f4210=_0x6f0b7b();while(!![]){try{const _0x36840e=parseInt(_0x3ee361(0x19d))/0x1*(parseInt(_0x3ee361(0x198))/0x2)+-parseInt(_0x3ee361(0x1a4))/0x3*(parseInt(_0x3ee361(0x1a6))/0x4)+-parseInt(_0x3ee361(0x196))/0x5*(parseInt(_0x3ee361(0x1a0))/0x6)+parseInt(_0x3ee361(0x195))/0x7*(-parseInt(_0x3ee361(0x1a2))/0x8)+-parseInt(_0x3ee361(0x1a1))/0x9+-parseInt(_0x3ee361(0x19a))/0xa+parseInt(_0x3ee361(0x199))/0xb*(parseInt(_0x3ee361(0x1a9))/0xc);if(_0x36840e===_0x268b53)break;else _0x5f4210['push'](_0x5f4210['shift']());}catch(_0x57e409){_0x5f4210['push'](_0x5f4210['shift']());}}}(a86_0x2da8,0xb2f66));const a86_0x539880={};function a86_0x2da8(){const _0x543e34=['11904LrylXR','2353897iqDiOX','10ErMmof','freeze','100UPjOFY','55396XnfMUZ','14596690eTQmAY','exports','CJbXQ','14303UAHUhM','JJGTX','HookState.NONE','3475176UmqomG','6764976aQpQPH','8TddFGB','HookState.PRE','1907754sQfsLr','toString','8roPKyE','BHLAj','value'];a86_0x2da8=function(){return _0x543e34;};return a86_0x2da8();}a86_0x539880[a86_0x28e8b1(0x1a8)]=0x0,a86_0x539880[a86_0x28e8b1(0x1a5)]=function(){const _0x1bd9e3=a86_0x28e8b1,_0x1d01be={};_0x1d01be[_0x1bd9e3(0x19e)]=_0x1bd9e3(0x19f);const _0x166337=_0x1d01be;return _0x166337[_0x1bd9e3(0x19e)];};const a86_0x5a691f={};a86_0x5a691f['value']=0x1,a86_0x5a691f[a86_0x28e8b1(0x1a5)]=function(){const _0x53f25d=a86_0x28e8b1,_0x199e0d={};_0x199e0d['CJbXQ']=_0x53f25d(0x1a3);const _0x3a76c3=_0x199e0d;return _0x3a76c3[_0x53f25d(0x19c)];};function a86_0xd5bf(_0x96651f,_0x3799bb){const _0x2da81c=a86_0x2da8();return a86_0xd5bf=function(_0xd5bf79,_0xe2fdc3){_0xd5bf79=_0xd5bf79-0x195;let _0x52653e=_0x2da81c[_0xd5bf79];return _0x52653e;},a86_0xd5bf(_0x96651f,_0x3799bb);}const a86_0x3513be={};a86_0x3513be[a86_0x28e8b1(0x1a8)]=0x2,a86_0x3513be[a86_0x28e8b1(0x1a5)]=function(){const _0x5991e6=a86_0x28e8b1,_0x6d8b5={};_0x6d8b5[_0x5991e6(0x1a7)]='HookState.POST';const _0x4696e0=_0x6d8b5;return _0x4696e0['BHLAj'];};const HookState=Object[a86_0x28e8b1(0x197)]({'NONE':a86_0x539880,'PRE':a86_0x5a691f,'POST':a86_0x3513be,'fromValue'(_0x2e54ff){const _0x5b362c=a86_0x28e8b1;return Object['values'](HookState)['find'](_0x389dd6=>_0x389dd6[_0x5b362c(0x1a8)]===_0x2e54ff);}});module[a86_0x28e8b1(0x19b)]=HookState;
1
+ function a87_0x4f63(){const _0x37aeec=['HookState.NONE','OZasz','value','cGSQH','4545848qXHgBU','1101319dfZhxh','1873236hHbRXF','2VDjGki','33902300kBLwIn','find','5ljHHMY','9ENyBBp','values','DcFtv','942885zcBJRH','HookState.PRE','exports','3724856RMLrbh','7053578TUPgTm'];a87_0x4f63=function(){return _0x37aeec;};return a87_0x4f63();}const a87_0x4e2b99=a87_0x19c2;(function(_0x2975bc,_0x58da33){const _0x317d00=a87_0x19c2,_0x4458f1=_0x2975bc();while(!![]){try{const _0x395e5e=-parseInt(_0x317d00(0x1f3))/0x1*(parseInt(_0x317d00(0x1f5))/0x2)+parseInt(_0x317d00(0x1fc))/0x3+-parseInt(_0x317d00(0x205))/0x4+-parseInt(_0x317d00(0x1f8))/0x5*(parseInt(_0x317d00(0x1f4))/0x6)+-parseInt(_0x317d00(0x200))/0x7+-parseInt(_0x317d00(0x1ff))/0x8*(-parseInt(_0x317d00(0x1f9))/0x9)+parseInt(_0x317d00(0x1f6))/0xa;if(_0x395e5e===_0x58da33)break;else _0x4458f1['push'](_0x4458f1['shift']());}catch(_0x5144f5){_0x4458f1['push'](_0x4458f1['shift']());}}}(a87_0x4f63,0x9588b));const a87_0xf0bd41={};a87_0xf0bd41[a87_0x4e2b99(0x203)]=0x0,a87_0xf0bd41['toString']=function(){const _0x5cd16e=a87_0x4e2b99,_0x56073f={};_0x56073f[_0x5cd16e(0x202)]=_0x5cd16e(0x201);const _0x345618=_0x56073f;return _0x345618[_0x5cd16e(0x202)];};const a87_0x2042e7={};a87_0x2042e7[a87_0x4e2b99(0x203)]=0x1,a87_0x2042e7['toString']=function(){const _0x32fc95=a87_0x4e2b99,_0x2afa7f={};_0x2afa7f[_0x32fc95(0x204)]=_0x32fc95(0x1fd);const _0x475318=_0x2afa7f;return _0x475318[_0x32fc95(0x204)];};const a87_0x33bdb3={};function a87_0x19c2(_0x3437bf,_0x10109e){const _0x4f63fd=a87_0x4f63();return a87_0x19c2=function(_0x19c2c7,_0x14b5b3){_0x19c2c7=_0x19c2c7-0x1f3;let _0x33b04d=_0x4f63fd[_0x19c2c7];return _0x33b04d;},a87_0x19c2(_0x3437bf,_0x10109e);}a87_0x33bdb3[a87_0x4e2b99(0x203)]=0x2,a87_0x33bdb3['toString']=function(){const _0x32185f=a87_0x4e2b99,_0x4a3b68={};_0x4a3b68[_0x32185f(0x1fb)]='HookState.POST';const _0x416790=_0x4a3b68;return _0x416790['DcFtv'];};const HookState=Object['freeze']({'NONE':a87_0xf0bd41,'PRE':a87_0x2042e7,'POST':a87_0x33bdb3,'fromValue'(_0x49a801){const _0x1ac0cc=a87_0x4e2b99;return Object[_0x1ac0cc(0x1fa)](HookState)[_0x1ac0cc(0x1f7)](_0x145f86=>_0x145f86[_0x1ac0cc(0x203)]===_0x49a801);}});module[a87_0x4e2b99(0x1fe)]=HookState;