browserstack-node-sdk 1.47.1 → 1.47.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
+ const a80_0x381c89=a80_0x2f34;function a80_0xbcc8(){const _0x164ed2=['page','../TestInfo.js','HLfbU','capabilities','onBeforeExecute:\x20Command\x20','jZqbN','ofGhs','isAppAccessibility','getState','lyXVf','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','Error\x20in\x20getAccessibilityResults:\x20','getLogDisabledShown','name:\x20','hrjJh','getTesthub','shouldScanForCommand:\x20','isArray','AUTOMATION_SESSIONS','Error\x20applying\x20sendMessageToServer\x20patch:\x20','11203ThgrTh','getData','wcagVersion','scannerVersion','getBuildId','null','warn','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','fycaf','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20cucumber\x20test\x20framework','command','format','getCurrentInstanceName','eqOCR','getContext','yKjCe','ScanArgs:\x20','headless','_sendMessageServerPatchApplied','browserstack_executor','accessibilityToken','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','PRE','getSuccess','../../../helpers/accessibility-automation/helper','NHAKL','onBeforeTest:\x20event=','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','setAccessibilityToken','performScanForCli','wUSCh','CFMGK','measureWrapper','performScanForCli:\x20No\x20','getCapabilitiesList','ngfnr','platformCaps','setLogDisabledShown','thTestRunUuid','PhECr','ACCESSIBILITY_INITIALIZED','AzvSZ','getCommandsToWrap','AwDQI','MoZBY','string','WXgHM',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','JNBIc','../state/automationFrameworkState','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','BS_A11Y_JWT','browserName',',\x20includeTags=','IPPiL','Exception\x20in\x20isPlatformSupported:\x20','loadAccessibilityConfig','onBeforeTest','PnKjM','launchCaps','debug','isEnabledTestcase','_centralAuthConfigFetched','getTestUUID','browserstack.accessibilityOptions.scannerProcessingTimeout','goog:chromeOptions','rJYMT','getCapabilityValue','Error\x20in\x20stopTestCapture:\x20','DRIVER_HAS_URL','JToJf','../../../helpers/accessibility-automation/scripts','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','\x20script\x20available','fVbef','gCaXL','[platform\x20-\x20','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','../../../helpers/helper','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','mbFLj','assign','bcIPb','NON_BROWSERSTACK_AUTOMATION_SESSIONS','browserVersion','LOG_DISABLED_SHOWN','tRTdF','executeScriptByName','\x20value=','QXchS','onAfterTest:\x20event=','HxbZV','isAccessibilityScriptCommand','KEY_TESTHUB_BUILD_ID','ZcElv','rUYGJ','ulujX','mmDdV','2539205MJrCWd','getCommandsList','BROWSERSTACK_CLI_BIN_SESSION_ID','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','\x22browserstack.key\x22:\x22[REDACTED]\x22','CREATE','714416KuFmFs','ZOjJp','onBeforeExecute:\x20command=','getTrackedInstance','ztjjU',']\x20should\x20run\x20accessibility\x20value=','Error\x20in\x20performPageScan:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','BBVho','stringify','browser','LcRhn','UuIbz','true','hasAccessibilityExecuteParams','parseFromProto','onBeforeExecute','LOkgN','Page\x20','hEZdc','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20cucumber\x20test\x20framework','Error\x20in\x20validatePlatformForAccessibility:\x20','wmKTO','mergeObject','wrfTV','Emarx','stack','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','SDK_ACCESSIBILITY_CONFIG','TrackedInstance',',\x20available\x20commands:\x20','TirOW','wZQAZ','../../../helpers/performance/performance-tester.js','rqydX','TjipL','FVhtj','NAveI','length','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','error','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','nGyim','bRWiL','QLcPW','cucumber','\x20accessibility\x20script\x20on\x20page','TdAZC','env','saveTestResults','gzSOP',']\x20onAfterTest\x20should\x20scan=','FWtKc','iXXnR','commandName','MergedScanArgs:\x20','../../utils/playwright-patcher','performPageScan:\x20Script\x20is\x20null','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','loadDriverExecuteParams','aAgps','excludeTagsInTestingScope','updateData','10366120XmekAI','replace','evaluate','find','Gwffx','nMMXd','BROWSERSTACK_TESTHUB_JWT','setShouldScan','NwYIu','TCmcH','../state/hookState','getScriptByName','fFHDN','ykQje','VEICo','wpyTR','mFksU','kaPHY','isPlatformSupported','HGiCz','../../playwright/accessibility-helper','registerObserver','BxFde','commandsToWrap','latest','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','../cliUtils','LPRfR','_centralAuthA11yConfig','OGgZV','uRAOk','BROWSERSTACK_TEST_ACCESSIBILITY_YML','includeTagsInTestingScope','SAVE_RESULTS','shouldScanCurrentTest','accessibilityPlatform','\x20using\x20script:\x20','Processed\x20accessibility\x20caps\x20','instance',']\x20clear\x20','jHOqx','nzOYm','ZXlVm','toLowerCase','KEpzr','playwright-chromium','Executing\x20','\x20->\x20','QVhOI','get','__accessibilityOptions','performPageScan','pwPage','aVWDP','wzmoT',',\x20excludeTags=','options','\x20testHubUuid=','MUlEN','function','saveResults','EHmnL','pQhQe','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','stopTestCapture','includes','info','accessibilityConfig','platformValidation','testFramework','value','POST','getInstance','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','Zngvz','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','994710puAPUL','../../../helpers/accessibility-automation/constants','applySendMessageToServerPatch','LScnK','OMpsP','flhFX','VQQdA','DSdpP','xdoLL','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','JjClt','getModuleName','toISOString','KEY_INIT','getAccessibilityExecuteParams','fetchCentralAuthA11yConfig','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','cnkwY','initAccessibilityConfig','MODULE_NAME','finishScanningForCli','testhub_build_uuid','ascii','fCRtG','getName','BwVcG','getResults','isBrowserstackScriptCommand',']\x20isEnabledTestcase\x20result=','hOHUP','end','TvghU','accessibility','\x20result\x20for\x20','KEdMz','JanZa','\x20script\x20available\x20in\x20scriptsList','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','name','Error\x20checking\x20headless\x20capability:\x20','../grpcClient','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Accessibility\x20data\x20for\x20extension:\x20','gaKfC','getOptions','message','KEY_DRIVER_HAS_URL','bind','__workerDetails','tskdS','zMNPq','isEnabled','parse','sKpgY','UkhEX','has','util','3769269WzrKoZ','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','mvIKf','fBaNl','delete','WpEjg','./baseModule','getPlatformIndex','onBeforeExecute:\x20No\x20command\x20name\x20provided','getAccessibilityConfig','Error\x20in\x20processAccessibilityCaps:\x20','../framework/automationFramework','scannerProcessingTimeout','isPlatformSupported:\x20caps\x20are\x20null','getGoogleChromeOptions','yUqBj','test-tags-->\x20','../../../helpers/classLogger','split','present','getScriptsList','getTestId','unknown','KLAWY','trim',',\x20tags=','svvbm','XXiCL','\x20a11yToken=','Tmjxw','asZmQ','PERFORM_SCAN','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','NGZYT','test_run_id','afterTestHook','58KcNXez','getCurrentAccessibilityStatus','ftemT','oVggo','shouldScanForCommand','set','QUIT','browserStackEvaluate','WlUyB','BCrNk','getScript','getAccessibility','1539120glWRpH','Error\x20in\x20performScanForCli\x20for\x20script\x20','BWVEY','getValue','nGhIy','Error\x20executing\x20script\x20','hzYkA','scan','RbvJh','patchSendMessageToServer','executeScriptByName:\x20No\x20','size','DRIVER_INIT','lUQFR','RgOAj','Error\x20getting\x20script\x20by\x20name\x20','fetchDriverExecuteParamsEvent','PPczi','test_tags','eLijg'];a80_0xbcc8=function(){return _0x164ed2;};return a80_0xbcc8();}(function(_0x506d55,_0x3defcc){const _0x7b027c=a80_0x2f34,_0x571ebb=_0x506d55();while(!![]){try{const _0x49829d=-parseInt(_0x7b027c(0x1c0))/0x1*(parseInt(_0x7b027c(0x18c))/0x2)+parseInt(_0x7b027c(0x12f))/0x3+-parseInt(_0x7b027c(0x229))/0x4+-parseInt(_0x7b027c(0x223))/0x5+parseInt(_0x7b027c(0x198))/0x6+-parseInt(_0x7b027c(0x168))/0x7+parseInt(_0x7b027c(0x268))/0x8;if(_0x49829d===_0x3defcc)break;else _0x571ebb['push'](_0x571ebb['shift']());}catch(_0x562bad){_0x571ebb['push'](_0x571ebb['shift']());}}}(a80_0xbcc8,0x518e8));const BaseModule=require(a80_0x381c89(0x16e)),{createClassLogger}=require(a80_0x381c89(0x179)),CLIUtils=require(a80_0x381c89(0x283)),AutomationFramework=require(a80_0x381c89(0x173)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a80_0x381c89(0x1f2)),HookState=require(a80_0x381c89(0x272)),GrpcClient=require(a80_0x381c89(0x157)),scripts=require(a80_0x381c89(0x208)),logger=createClassLogger(a80_0x381c89(0x246)),PerformanceTester=require(a80_0x381c89(0x24a)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x381c89(0x130)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a80_0x381c89(0x167)),TestInfo=require(a80_0x381c89(0x1ad));class AccessibilityModule extends BaseModule{static [a80_0x381c89(0x142)]=AccessibilityModule[a80_0x381c89(0x155)];static [a80_0x381c89(0x1ff)]=![];static ['_centralAuthA11yConfig']={};constructor(_0x36560e){const _0x519415=a80_0x381c89,_0x4b356d={};_0x4b356d[_0x519415(0x274)]='5|0|8|13|12|6|4|9|3|1|10|2|14|7|11',_0x4b356d[_0x519415(0x1ba)]=_0x519415(0x206),_0x4b356d[_0x519415(0x18f)]=_0x519415(0x144),_0x4b356d[_0x519415(0x1b1)]=_0x519415(0x1e9);const _0x2145fb=_0x4b356d,_0x4b1e82=_0x2145fb[_0x519415(0x274)][_0x519415(0x17a)]('|');let _0x1fe7c8=0x0;while(!![]){switch(_0x4b1e82[_0x1fe7c8++]){case'0':AutomationFramework[_0x519415(0x27d)](AutomationFrameworkState['EXECUTE'],HookState['PRE'],this[_0x519415(0x239)]['bind'](this));continue;case'1':this[_0x519415(0x1af)]=[];continue;case'2':this['setAccessibilityToken'](_0x36560e[_0x519415(0x15b)]()[_0x519415(0x1e3)]());continue;case'3':this[_0x519415(0x1b3)]=![];continue;case'4':this['accessibility']=new Map();continue;case'5':super();continue;case'6':this[_0x519415(0x2ac)]=_0x36560e['toObject']();continue;case'7':this[_0x519415(0x15d)]=_0x2145fb['hrjJh'];continue;case'8':AutomationFramework[_0x519415(0x27d)](AutomationFrameworkState[_0x519415(0x228)],HookState[_0x519415(0x2b0)],this[_0x519415(0x1fa)][_0x519415(0x15e)](this));continue;case'9':this[_0x519415(0x216)]=new Map();continue;case'10':this['_sendMessageServerPatchApplied']=![];continue;case'11':this[_0x519415(0x21e)]=_0x2145fb[_0x519415(0x18f)];continue;case'12':this[_0x519415(0x162)]=!![];continue;case'13':AutomationFramework[_0x519415(0x27d)](AutomationFrameworkState[_0x519415(0x192)],HookState[_0x519415(0x1d6)],this['onAfterTest']['bind'](this));continue;case'14':this['KEY_INIT']=_0x2145fb['jZqbN'];continue;}break;}}[a80_0x381c89(0x162)](){const _0x597cb7=a80_0x381c89;return this[_0x597cb7(0x162)];}[a80_0x381c89(0x13a)](){const _0x382055=a80_0x381c89;return AccessibilityModule[_0x382055(0x142)];}['getCurrentAccessibilityStatus'](){const _0x2edf6e=a80_0x381c89;return this[_0x2edf6e(0x14f)][_0x2edf6e(0x29a)](CLIUtils[_0x2edf6e(0x1cc)](),![]);}[a80_0x381c89(0x1b8)](){const _0x3224c4=a80_0x381c89;return this[_0x3224c4(0x216)][_0x3224c4(0x29a)](CLIUtils[_0x3224c4(0x1cc)](),![]);}[a80_0x381c89(0x1e6)](_0x34084b){const _0x3036d6=a80_0x381c89;this[_0x3036d6(0x216)][_0x3036d6(0x191)](CLIUtils[_0x3036d6(0x1cc)](),_0x34084b);}[a80_0x381c89(0x131)](){const _0x54385f=a80_0x381c89,_0x50218f={'OOYoy':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','hOHUP':function(_0x3370cc,_0x2e9baf){return _0x3370cc(_0x2e9baf);},'MUlEN':_0x54385f(0x261),'zMNPq':_0x54385f(0x282),'WpEjg':_0x54385f(0x1c7)};if(this['_sendMessageServerPatchApplied']){logger[_0x54385f(0x1fd)](_0x50218f['OOYoy']);return;}try{const _0xe8485f=_0x50218f[_0x54385f(0x14c)](require,_0x50218f[_0x54385f(0x2a3)]);_0xe8485f&&_0xe8485f['patchSendMessageToServer']?(_0xe8485f[_0x54385f(0x1a1)](),this[_0x54385f(0x1d2)]=!![],logger['debug'](_0x50218f[_0x54385f(0x161)])):logger[_0x54385f(0x1fd)](_0x50218f[_0x54385f(0x16d)]);}catch(_0x11f48f){logger[_0x54385f(0x1fd)](_0x54385f(0x1bf)+util[_0x54385f(0x1cb)](_0x11f48f));}}[a80_0x381c89(0x27a)](_0x58bae0=null,_0x5f1adb=null,_0x3b5c7a=null){const _0x2ae95c=a80_0x381c89,_0x3c086e={'VHanV':function(_0x4e61f0,_0x586f70){return _0x4e61f0&&_0x586f70;},'wpkES':_0x2ae95c(0x175),'xdoLL':function(_0x377bdb,_0x39e42d){return _0x377bdb(_0x39e42d);},'eqOCR':_0x2ae95c(0x1d8),'AwDQI':function(_0x782aca,_0x4ede6f){return _0x782aca(_0x4ede6f);},'rJYMT':_0x2ae95c(0x20f),'NXrQf':function(_0x1b47c4){return _0x1b47c4();},'RgOAj':_0x2ae95c(0x244),'JNBIc':function(_0x4d69f6,_0x346cdb){return _0x4d69f6===_0x346cdb;},'gzSOP':'chrome','LOkgN':function(_0x228489,_0x38bac7){return _0x228489===_0x38bac7;},'MoZBY':_0x2ae95c(0x296),'hEZdc':function(_0x14da23,_0xf329dd){return _0x14da23===_0xf329dd;},'FWtKc':function(_0x3a9868,_0x5846b0){return _0x3a9868===_0x5846b0;},'fCRtG':_0x2ae95c(0x230),'rUYGJ':function(_0x3d382e,_0x315b1c){return _0x3d382e===_0x315b1c;},'ngfnr':_0x2ae95c(0x236),'svvbm':function(_0x299dd6,_0x35e715){return _0x299dd6===_0x35e715;},'CFMGK':_0x2ae95c(0x1ee),'ZOjJp':function(_0x44d6b5,_0x1016b8){return _0x44d6b5===_0x1016b8;},'JanZa':_0x2ae95c(0x1f3),'ofGhs':function(_0x535d0e){return _0x535d0e();},'fycaf':function(_0x23c97f,_0x28e814){return _0x23c97f>_0x28e814;},'gCaXL':function(_0x2b128d,_0x21fbb5){return _0x2b128d(_0x21fbb5);},'KLAWY':_0x2ae95c(0x12e),'WdUIe':function(_0x1975ca,_0x20e8dd){return _0x1975ca!==_0x20e8dd;},'KEdMz':_0x2ae95c(0x280),'rqydX':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x3c086e['VHanV'](!_0x5f1adb,!_0x3b5c7a))return logger[_0x2ae95c(0x1fd)](_0x3c086e['wpkES']),![];const {isAccessibilityAutomationSession:_0x5b289c}=_0x3c086e[_0x2ae95c(0x137)](require,_0x3c086e[_0x2ae95c(0x1cd)]),{isUndefined:_0x1a58fd,isBrowserstackInfra:_0x58718e}=_0x3c086e[_0x2ae95c(0x1ec)](require,_0x3c086e[_0x2ae95c(0x203)]);if(!_0x3c086e['NXrQf'](_0x5b289c))return logger[_0x2ae95c(0x1fd)](_0x3c086e[_0x2ae95c(0x1a6)]),![];if(!(_0x5f1adb[_0x2ae95c(0x1f5)]&&_0x3c086e[_0x2ae95c(0x1f1)](_0x5f1adb[_0x2ae95c(0x1f5)]['toLowerCase'](),_0x3c086e[_0x2ae95c(0x25b)])||_0x5f1adb[_0x2ae95c(0x1f5)]&&_0x3c086e[_0x2ae95c(0x23a)](_0x5f1adb[_0x2ae95c(0x1f5)]['toLowerCase'](),_0x3c086e[_0x2ae95c(0x1ed)])||_0x5f1adb[_0x2ae95c(0x233)]&&_0x3c086e[_0x2ae95c(0x23c)](_0x5f1adb[_0x2ae95c(0x233)][_0x2ae95c(0x294)](),_0x3c086e['gzSOP'])||_0x5f1adb['browser']&&_0x3c086e[_0x2ae95c(0x25d)](_0x5f1adb[_0x2ae95c(0x233)][_0x2ae95c(0x294)](),_0x3c086e[_0x2ae95c(0x1ed)])))return logger[_0x2ae95c(0x1c6)](_0x3c086e[_0x2ae95c(0x146)]),![];try{const _0x2240d1=_0x5f1adb[_0x2ae95c(0x1d1)],_0x5b13=_0x3c086e[_0x2ae95c(0x220)](_0x2240d1,!![])||_0x3c086e['JNBIc'](_0x2240d1,_0x3c086e[_0x2ae95c(0x1e4)])||_0x3c086e[_0x2ae95c(0x182)](typeof _0x2240d1,_0x3c086e[_0x2ae95c(0x1e0)])&&_0x3c086e[_0x2ae95c(0x22a)](_0x2240d1[_0x2ae95c(0x294)](),_0x3c086e['ngfnr']);if(_0x5b13)return logger['warn'](_0x3c086e[_0x2ae95c(0x152)]),![];}catch(_0x25ea72){logger['debug'](_0x2ae95c(0x156)+util[_0x2ae95c(0x1cb)](_0x25ea72));}if(!_0x3c086e[_0x2ae95c(0x1b2)](_0x58718e)){if(!_0x3c086e['fycaf'](_0x3c086e[_0x2ae95c(0x20c)](parseFloat,_0x5f1adb[_0x2ae95c(0x215)]),_0x3c086e[_0x2ae95c(0x137)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger['warn'](_0x3c086e[_0x2ae95c(0x17f)]),![];}else{if(_0x3c086e['WdUIe'](_0x5f1adb[_0x2ae95c(0x215)],_0x3c086e[_0x2ae95c(0x151)])&&!_0x3c086e[_0x2ae95c(0x1c8)](_0x3c086e[_0x2ae95c(0x137)](parseFloat,_0x5f1adb[_0x2ae95c(0x215)]),_0x3c086e['xdoLL'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x2ae95c(0x1c6)](_0x3c086e[_0x2ae95c(0x24b)]),![];}return!![];}catch(_0x4b59a0){return logger[_0x2ae95c(0x1fd)](_0x2ae95c(0x1f8)+_0x4b59a0[_0x2ae95c(0x15c)]),![];}}['isEnabledTestcase'](_0x1faf23=[],_0x18ddcb){const _0x417b10=a80_0x381c89,_0xaa75f7={'ftemT':function(_0x32a364,_0x18e83e){return _0x32a364===_0x18e83e;},'nGyim':function(_0x5909a9,_0x213bef){return _0x5909a9(_0x213bef);},'Rswim':function(_0xa6d128,_0x45a2bc){return _0xa6d128>_0x45a2bc;},'bRWiL':function(_0x34b0ae,_0x3991e9){return _0x34b0ae&&_0x3991e9;},'kaPHY':_0x417b10(0x17e)};try{const _0x3ced9c=process['env'][_0x417b10(0x158)]?JSON['parse'](process[_0x417b10(0x259)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x3ced9c)return!![];const _0x32f76d=Array[_0x417b10(0x1bd)](_0x3ced9c[_0x417b10(0x289)])?_0x3ced9c[_0x417b10(0x289)]:[],_0x2e6b22=Array['isArray'](_0x3ced9c[_0x417b10(0x266)])?_0x3ced9c[_0x417b10(0x266)]:[];let _0x2c5630=![],_0x10d1ec=_0xaa75f7[_0x417b10(0x18e)](_0x32f76d[_0x417b10(0x24f)],0x0);const _0x49e9d2=_0x118000=>typeof _0x118000===_0x417b10(0x1ee)?_0x118000[_0x417b10(0x269)](/^@/,'')[_0x417b10(0x294)]()[_0x417b10(0x180)]():_0x118000,_0x2b75e7=new Set(_0x32f76d['map'](_0x49e9d2)),_0x563de0=new Set(_0x2e6b22['map'](_0x49e9d2));for(const _0x55b420 of _0x1faf23){const _0x3d6850=_0xaa75f7[_0x417b10(0x253)](_0x49e9d2,_0x55b420);_0x563de0['has'](_0x3d6850)&&(_0x2c5630=!![]),_0xaa75f7['Rswim'](_0x2b75e7[_0x417b10(0x1a3)],0x0)&&_0x2b75e7[_0x417b10(0x166)](_0x3d6850)&&(_0x10d1ec=!![]);}const _0x5b82b0=_0xaa75f7[_0x417b10(0x254)](_0x10d1ec,!_0x2c5630);return logger[_0x417b10(0x1fd)](_0x417b10(0x20d)+(_0x18ddcb?.[_0x417b10(0x16f)]?.()||_0xaa75f7[_0x417b10(0x279)])+_0x417b10(0x14b)+_0x5b82b0+_0x417b10(0x181)+JSON[_0x417b10(0x232)](_0x1faf23)+_0x417b10(0x1f6)+JSON[_0x417b10(0x232)](_0x32f76d)+_0x417b10(0x2a0)+JSON[_0x417b10(0x232)](_0x2e6b22)),_0x5b82b0;}catch(_0x455407){return logger[_0x417b10(0x1fd)](_0x417b10(0x20d)+(_0x18ddcb?.[_0x417b10(0x16f)]?.()||_0xaa75f7['kaPHY'])+_0x417b10(0x1f0)+_0x455407[_0x417b10(0x15c)]),![];}}async[a80_0x381c89(0x1fa)](_0x3b1321){const _0x2ad444=a80_0x381c89,_0x17643d={};_0x17643d[_0x2ad444(0x194)]=function(_0x364cf2,_0x43ec65){return _0x364cf2!==_0x43ec65;},_0x17643d[_0x2ad444(0x1ef)]='cucumber',_0x17643d['eapFb']='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20cucumber\x20test\x20framework',_0x17643d[_0x2ad444(0x16b)]='TEST_INIT',_0x17643d['EpJIn']=_0x2ad444(0x281),_0x17643d[_0x2ad444(0x164)]=_0x2ad444(0x169),_0x17643d[_0x2ad444(0x242)]=_0x2ad444(0x1a4),_0x17643d[_0x2ad444(0x287)]=function(_0x4e4487,_0x77247c){return _0x4e4487===_0x77247c;},_0x17643d[_0x2ad444(0x2b3)]=_0x2ad444(0x226),_0x17643d[_0x2ad444(0x29f)]=function(_0x250187,_0x511657){return _0x250187>_0x511657;},_0x17643d['luzLv']='function',_0x17643d[_0x2ad444(0x248)]='test_tags',_0x17643d[_0x2ad444(0x134)]=function(_0xc010f1,_0x458719){return _0xc010f1&&_0x458719;},_0x17643d[_0x2ad444(0x22d)]=_0x2ad444(0x17e),_0x17643d[_0x2ad444(0x186)]='true';const _0x3c8a74=_0x17643d;if(_0x3c8a74[_0x2ad444(0x194)](_0x3b1321[_0x2ad444(0x2ae)],_0x3c8a74[_0x2ad444(0x1ef)])){logger[_0x2ad444(0x1fd)](_0x3c8a74['eapFb']);return;}logger[_0x2ad444(0x2ab)](_0x2ad444(0x1da)+JSON[_0x2ad444(0x232)](_0x3b1321));try{const _0x517c16=AutomationFramework['getTrackedInstance'](),_0x6d1db6=TestFramework[_0x2ad444(0x22c)](),_0x284ee1=_0x3b1321[_0x2ad444(0x1ac)]||global['__workerDetails']?.[_0x2ad444(0x29d)]||null;if(!_0x284ee1){_0x6d1db6&&_0x6d1db6[_0x2ad444(0x267)](_0x3c8a74[_0x2ad444(0x16b)],!![]);logger[_0x2ad444(0x1fd)](_0x3c8a74['EpJIn']);return;}logger[_0x2ad444(0x1fd)](_0x3c8a74[_0x2ad444(0x164)]);const _0x2f0e66=_0x6d1db6?.[_0x2ad444(0x1c1)](_0x3c8a74[_0x2ad444(0x242)],![]),_0x5e2d81=_0x6d1db6?.[_0x2ad444(0x1c1)](_0x3c8a74[_0x2ad444(0x16b)],![]);if(_0x3c8a74[_0x2ad444(0x287)](_0x2f0e66,![])&&_0x3c8a74['uRAOk'](_0x5e2d81,![])){_0x6d1db6&&_0x6d1db6[_0x2ad444(0x267)](_0x3c8a74['Emarx'],!![]);logger[_0x2ad444(0x1fd)](_0x3c8a74[_0x2ad444(0x2b3)]);return;}_0x6d1db6&&_0x6d1db6[_0x2ad444(0x267)](_0x3c8a74[_0x2ad444(0x16b)],!![]);let _0x1e8f29=[];const _0x3bf6a6=this[_0x2ad444(0x17d)](_0x3b1321),_0x271740=TestInfo['getTestDetails'](_0x3bf6a6);if(_0x271740&&Array[_0x2ad444(0x1bd)](_0x271740[_0x2ad444(0x1aa)])&&_0x3c8a74[_0x2ad444(0x29f)](_0x271740[_0x2ad444(0x1aa)]['length'],0x0))_0x1e8f29=_0x271740[_0x2ad444(0x1aa)];else{if(_0x6d1db6){const _0x2ad03d=_0x3c8a74[_0x2ad444(0x287)](typeof _0x6d1db6[_0x2ad444(0x1c1)],_0x3c8a74['luzLv'])?_0x6d1db6['getData'](_0x3c8a74[_0x2ad444(0x248)],[]):_0x6d1db6[_0x2ad444(0x1aa)]||[];Array['isArray'](_0x2ad03d)&&(_0x1e8f29=_0x2ad03d);}}logger[_0x2ad444(0x2ab)](_0x2ad444(0x178)+JSON[_0x2ad444(0x232)](_0x1e8f29));const _0x44d3c7=this[_0x2ad444(0x27a)](_0x517c16,_0x3b1321[_0x2ad444(0x1e5)],_0x3b1321['launchCaps']),_0x193012=this[_0x2ad444(0x1fe)](_0x1e8f29,_0x517c16),_0x4c5081=_0x3c8a74[_0x2ad444(0x134)](_0x44d3c7,_0x193012),_0x27a4cd=CLIUtils[_0x2ad444(0x1cc)]();this[_0x2ad444(0x14f)][_0x2ad444(0x191)](_0x27a4cd,_0x4c5081),global['Context']?.[_0x2ad444(0x1ce)]&&global['Context'][_0x2ad444(0x1ce)]()[_0x2ad444(0x26f)](_0x4c5081),logger['debug']('[platform\x20-\x20'+(_0x517c16?.[_0x2ad444(0x16f)]?.()||_0x3c8a74[_0x2ad444(0x22d)])+_0x2ad444(0x22e)+_0x4c5081),_0x4c5081?(global[_0x2ad444(0x28c)]=!![],process[_0x2ad444(0x259)][_0x2ad444(0x288)]=_0x3c8a74['asZmQ'],this[_0x2ad444(0x131)]()):global[_0x2ad444(0x28c)]=![];}catch(_0x3e752d){logger[_0x2ad444(0x251)](_0x2ad444(0x1dc)+(_0x3e752d['stack']||_0x3e752d[_0x2ad444(0x15c)]));const _0x40f5c7=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x2ad444(0x191)](_0x40f5c7,![]),global['accessibilityPlatform']=![];}}[a80_0x381c89(0x176)](){const _0x535ead=a80_0x381c89;return this[_0x535ead(0x1af)][_0x535ead(0x26b)](_0x101da3=>_0x101da3[_0x535ead(0x147)]()===_0x535ead(0x202))?.[_0x535ead(0x19b)]()||'';}[a80_0x381c89(0x204)](_0x2bdcbb){const _0x5076b7=a80_0x381c89;try{const _0x584eb4=this[_0x5076b7(0x2ac)]?.[_0x5076b7(0x2a1)]?.['capabilitiesList']||[],_0x4be68b=_0x584eb4[_0x5076b7(0x26b)](_0x279f6f=>_0x279f6f[_0x5076b7(0x155)]===_0x2bdcbb);return _0x4be68b?_0x4be68b[_0x5076b7(0x2af)]:null;}catch(_0x37d3bf){return logger['debug']('Error\x20getting\x20capability\x20value\x20for\x20'+_0x2bdcbb+':\x20'+_0x37d3bf[_0x5076b7(0x15c)]),null;}}async['setAccessibilityConfig'](_0x329775,_0x564b3a){const _0x26f6df=a80_0x381c89,_0x1710dd=_0x329775['getAccessibility']()['getOptions'](),_0x289b18=_0x1710dd[_0x26f6df(0x17c)](),_0x21b19f=_0x1710dd[_0x26f6df(0x1eb)]()?.[_0x26f6df(0x224)]();scripts[_0x26f6df(0x238)](_0x289b18,_0x21b19f),scripts['toJson']();const _0xf4972f=_0x1710dd[_0x26f6df(0x1e3)]();this[_0x26f6df(0x1af)]=_0x1710dd[_0x26f6df(0x1e3)](),await this[_0x26f6df(0x1dd)](_0xf4972f,_0x564b3a[_0x26f6df(0x1fc)]);}async['setAccessibilityToken'](_0x3d1c16,_0x2d0c63={}){const _0x1893e4=a80_0x381c89,_0x3bf6df={};_0x3bf6df['TjipL']=function(_0x4dc0a8,_0x53bae3){return _0x4dc0a8===_0x53bae3;},_0x3bf6df[_0x1893e4(0x2a7)]=_0x1893e4(0x1d4),_0x3bf6df[_0x1893e4(0x1ae)]='browserstack.accessibilityOptions.authToken',_0x3bf6df['LhmtI']=_0x1893e4(0x1c2),_0x3bf6df['obMTO']='browserstack.accessibilityOptions.wcagVersion',_0x3bf6df[_0x1893e4(0x1e8)]=_0x1893e4(0x1c3),_0x3bf6df[_0x1893e4(0x258)]='browserstack.accessibilityOptions.scannerVersion',_0x3bf6df[_0x1893e4(0x183)]=function(_0xd87c92,_0x216071){return _0xd87c92===_0x216071;},_0x3bf6df[_0x1893e4(0x213)]=_0x1893e4(0x174),_0x3bf6df[_0x1893e4(0x293)]=_0x1893e4(0x201);const _0x7e7d46=_0x3bf6df;global['__accessibilityOptions']=global[_0x1893e4(0x29b)]||{};for(const _0x3d7150 of _0x3d1c16){logger[_0x1893e4(0x2ab)](_0x1893e4(0x1b9)+_0x3d7150[_0x1893e4(0x147)]()+_0x1893e4(0x219)+_0x3d7150[_0x1893e4(0x19b)]());if(_0x7e7d46['TjipL'](_0x3d7150['getName'](),_0x7e7d46[_0x1893e4(0x2a7)]))process[_0x1893e4(0x259)][_0x1893e4(0x1f4)]=_0x3d7150['getValue'](),global[_0x1893e4(0x29b)][_0x7e7d46[_0x1893e4(0x1ae)]]=_0x3d7150[_0x1893e4(0x19b)]();else{if(_0x7e7d46['TjipL'](_0x3d7150[_0x1893e4(0x147)](),_0x7e7d46['LhmtI']))global[_0x1893e4(0x29b)][_0x7e7d46['obMTO']]=_0x3d7150[_0x1893e4(0x19b)]();else{if(_0x7e7d46[_0x1893e4(0x24c)](_0x3d7150[_0x1893e4(0x147)](),_0x7e7d46[_0x1893e4(0x1e8)]))global[_0x1893e4(0x29b)][_0x7e7d46[_0x1893e4(0x258)]]=_0x3d7150['getValue']();else _0x7e7d46[_0x1893e4(0x183)](_0x3d7150[_0x1893e4(0x147)](),_0x7e7d46[_0x1893e4(0x213)])&&(global[_0x1893e4(0x29b)][_0x7e7d46[_0x1893e4(0x293)]]=_0x3d7150[_0x1893e4(0x19b)]());}}}}async['onAfterTest'](_0x8716e3){const _0x447a34=a80_0x381c89,_0x180b33={};_0x180b33[_0x447a34(0x185)]=function(_0xc533be,_0x12c0ab){return _0xc533be!==_0x12c0ab;},_0x180b33[_0x447a34(0x15a)]=_0x447a34(0x256),_0x180b33[_0x447a34(0x21a)]=_0x447a34(0x23d),_0x180b33[_0x447a34(0x19a)]=_0x447a34(0x17e);const _0x27ac36=_0x180b33;if(_0x27ac36[_0x447a34(0x185)](_0x8716e3['testFramework'],_0x27ac36[_0x447a34(0x15a)])){logger[_0x447a34(0x1fd)](_0x27ac36['QXchS']);return;}logger[_0x447a34(0x2ab)](_0x447a34(0x21b)+JSON[_0x447a34(0x232)](_0x8716e3));try{const _0x541ad2=_0x8716e3['instance']||AutomationFramework[_0x447a34(0x22c)](),_0x440019=CLIUtils[_0x447a34(0x1cc)](),_0x45906c=this[_0x447a34(0x18d)]();logger[_0x447a34(0x1fd)]('[platform\x20-\x20'+(_0x541ad2?.[_0x447a34(0x16f)]?.()||_0x27ac36['BWVEY'])+_0x447a34(0x25c)+_0x45906c),_0x45906c&&await this[_0x447a34(0x2a9)](_0x541ad2,_0x8716e3),this[_0x447a34(0x14f)][_0x447a34(0x16c)](_0x440019),this['LOG_DISABLED_SHOWN'][_0x447a34(0x16c)](_0x440019);}catch(_0xc54616){logger[_0x447a34(0x251)](_0x447a34(0x263)+(_0xc54616['stack']||_0xc54616[_0x447a34(0x15c)]));}}async[a80_0x381c89(0x2a9)](_0x40979a,_0x5176b4){const _0x1d3cb2=a80_0x381c89,_0x2dcd16={};_0x2dcd16[_0x1d3cb2(0x1a9)]=function(_0x103493,_0x17a301){return _0x103493===_0x17a301;},_0x2dcd16[_0x1d3cb2(0x1ea)]=_0x1d3cb2(0x2a4),_0x2dcd16['eOUzT']=_0x1d3cb2(0x17e),_0x2dcd16[_0x1d3cb2(0x265)]=_0x1d3cb2(0x17b),_0x2dcd16['aVWDP']=_0x1d3cb2(0x1c5),_0x2dcd16[_0x1d3cb2(0x2a6)]=_0x1d3cb2(0x14f),_0x2dcd16[_0x1d3cb2(0x16a)]=_0x1d3cb2(0x2a5),_0x2dcd16[_0x1d3cb2(0x25e)]=function(_0x22648d,_0x1106e0){return _0x22648d||_0x1106e0;},_0x2dcd16[_0x1d3cb2(0x231)]=function(_0x2cc43c,_0x46c5e6){return _0x2cc43c||_0x46c5e6;},_0x2dcd16[_0x1d3cb2(0x1ab)]=_0x1d3cb2(0x1be),_0x2dcd16['yKjCe']=_0x1d3cb2(0x214);const _0x35efdc=_0x2dcd16;try{const _0x583d51=this['getTestId'](_0x5176b4),_0x3c8876=TestInfo[_0x1d3cb2(0x200)](_0x583d51),_0xee25e9=((()=>{const _0x1c3a38=_0x1d3cb2,_0x346928=(this['accessibilityConfig']?.[_0x1c3a38(0x2a1)]?.['capabilitiesList']||[])[_0x1c3a38(0x26b)](_0x58bae4=>(typeof _0x58bae4[_0x1c3a38(0x147)]===_0x1c3a38(0x2a4)?_0x58bae4['getName']():_0x58bae4['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x346928?_0x35efdc[_0x1c3a38(0x1a9)](typeof _0x346928[_0x1c3a38(0x19b)],_0x35efdc[_0x1c3a38(0x1ea)])?_0x346928[_0x1c3a38(0x19b)]():_0x346928['value']:'';})()),_0x5a853e=process[_0x1d3cb2(0x259)][_0x1d3cb2(0x26e)]||'';logger[_0x1d3cb2(0x1fd)](_0x1d3cb2(0x20d)+(_0x40979a?.[_0x1d3cb2(0x16f)]?.()||_0x35efdc['eOUzT'])+_0x1d3cb2(0x290)+_0x3c8876+_0x1d3cb2(0x2a2)+_0xee25e9+_0x1d3cb2(0x184)+(_0x5a853e?_0x35efdc['aAgps']:_0x35efdc[_0x1d3cb2(0x29e)]));const _0x503081=await GrpcClient[_0x1d3cb2(0x2b1)]()['fetchDriverExecuteParamsEvent'](process[_0x1d3cb2(0x259)][_0x1d3cb2(0x225)],_0x35efdc[_0x1d3cb2(0x2a6)],_0x35efdc[_0x1d3cb2(0x16a)]),_0x3688ca=AccessibilityModule[_0x1d3cb2(0x264)](_0x3c8876,_0x503081);logger[_0x1d3cb2(0x1fd)](_0x1d3cb2(0x159)+JSON['stringify'](_0x3688ca));const _0x410283=Object[_0x1d3cb2(0x212)]({},{'thTestRunUuid':_0x35efdc[_0x1d3cb2(0x25e)](_0x3c8876,''),'thBuildUuid':_0x35efdc[_0x1d3cb2(0x25e)](_0xee25e9,''),'thJwtToken':_0x35efdc[_0x1d3cb2(0x231)](_0x5a853e,'')},_0x3688ca);let _0xfa665e=global[_0x1d3cb2(0x15f)]?.[_0x1d3cb2(0x29d)]||null;!_0xfa665e&&(_0xfa665e=AutomationFramework[_0x1d3cb2(0x1b4)](_0x40979a,_0x35efdc[_0x1d3cb2(0x1ab)],null)),!_0xfa665e&&(_0xfa665e=AutomationFramework[_0x1d3cb2(0x1b4)](_0x40979a,_0x35efdc[_0x1d3cb2(0x1cf)],null)),await this[_0x1d3cb2(0x143)](this['getCurrentAccessibilityStatus'](),_0x3c8876,_0xfa665e,_0x410283,this[_0x1d3cb2(0x1b3)]);}catch(_0x87c0d9){logger['error'](_0x1d3cb2(0x205)+(_0x87c0d9[_0x1d3cb2(0x243)]||_0x87c0d9[_0x1d3cb2(0x15c)]));}}async[a80_0x381c89(0x143)](_0xe0ef8c,_0x4fa90d,_0x3d0d92,_0x52572a,_0x74a0ee){const _0xf4ef00=a80_0x381c89,_0x4b0ad7={};_0x4b0ad7['ulujX']=_0xf4ef00(0x2a5),_0x4b0ad7['wpyTR']=function(_0x38516d,_0x35b7c5){return _0x38516d&&_0x35b7c5;},_0x4b0ad7[_0xf4ef00(0x165)]=_0xf4ef00(0x188),_0x4b0ad7['ECJDq']=function(_0x40cbe8,_0xd04b1a){return _0x40cbe8===_0xd04b1a;},_0x4b0ad7[_0xf4ef00(0x295)]=_0xf4ef00(0x1c5),_0x4b0ad7[_0xf4ef00(0x14e)]=function(_0x36da87,_0x370392){return _0x36da87===_0x370392;},_0x4b0ad7[_0xf4ef00(0x21c)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x4b0ad7[_0xf4ef00(0x24e)]='Performing\x20scan\x20before\x20from\x20cli',_0x4b0ad7[_0xf4ef00(0x211)]=_0xf4ef00(0x18b),_0x4b0ad7['VQQdA']=_0xf4ef00(0x19f),_0x4b0ad7[_0xf4ef00(0x26c)]=function(_0xbb8cac,_0x1c1dfa){return _0xbb8cac&&_0x1c1dfa;},_0x4b0ad7['RbvJh']=_0xf4ef00(0x250),_0x4b0ad7[_0xf4ef00(0x195)]='a11y:save-results',_0x4b0ad7[_0xf4ef00(0x21f)]=_0xf4ef00(0x1d5);const _0x40d87b=_0x4b0ad7;try{const _0x37db2a=this[_0xf4ef00(0x273)](_0x40d87b[_0xf4ef00(0x221)]);if(_0x40d87b[_0xf4ef00(0x277)](!_0x74a0ee,!_0x37db2a)){logger['debug'](_0x40d87b[_0xf4ef00(0x165)]);return;}if(!_0x4fa90d||_0x40d87b['ECJDq'](_0x4fa90d,_0x40d87b['KEpzr'])||_0x40d87b[_0xf4ef00(0x14e)](_0x4fa90d,'')){logger[_0xf4ef00(0x1fd)](_0x40d87b[_0xf4ef00(0x21c)]);return;}logger[_0xf4ef00(0x1fd)](_0xf4ef00(0x252)+JSON[_0xf4ef00(0x232)](_0x52572a)),_0xe0ef8c&&(logger['debug'](_0x40d87b[_0xf4ef00(0x24e)]),await this[_0xf4ef00(0x1de)](_0x3d0d92,_0x4fa90d,_0x40d87b['mbFLj'],_0x52572a,_0x74a0ee,_0x40d87b[_0xf4ef00(0x135)]),_0x40d87b[_0xf4ef00(0x26c)](!_0x74a0ee,_0x37db2a)&&(logger['debug'](_0x40d87b[_0xf4ef00(0x1a0)]),await PerformanceTester[_0xf4ef00(0x1e1)](_0x40d87b[_0xf4ef00(0x195)],async()=>{const _0x5b1725=_0xf4ef00;await this[_0x5b1725(0x1de)](_0x3d0d92,_0x4fa90d,_0x40d87b[_0x5b1725(0x221)],_0x52572a,_0x74a0ee,_0x40d87b[_0x5b1725(0x221)]);})()),logger['info'](_0x40d87b['ZcElv']));}catch(_0x439ee2){logger['error'](_0xf4ef00(0x210)+(_0x439ee2[_0xf4ef00(0x243)]||_0x439ee2[_0xf4ef00(0x15c)]));}}async[a80_0x381c89(0x239)](_0x522eb6){const _0x4f705c=a80_0x381c89,_0x3a5f5a={};_0x3a5f5a[_0x4f705c(0x24d)]=function(_0x50207e,_0x2ea21c){return _0x50207e!==_0x2ea21c;},_0x3a5f5a[_0x4f705c(0x234)]='cucumber',_0x3a5f5a[_0x4f705c(0x189)]=_0x4f705c(0x1c9),_0x3a5f5a[_0x4f705c(0x284)]=_0x4f705c(0x17e),_0x3a5f5a[_0x4f705c(0x1f7)]=_0x4f705c(0x170),_0x3a5f5a['OGgZV']=_0x4f705c(0x18a),_0x3a5f5a[_0x4f705c(0x133)]=_0x4f705c(0x144),_0x3a5f5a['nGhIy']=_0x4f705c(0x19f),_0x3a5f5a['nMMXd']=_0x4f705c(0x1c5);const _0x254622=_0x3a5f5a;if(_0x254622[_0x4f705c(0x24d)](_0x522eb6[_0x4f705c(0x2ae)],_0x254622['LcRhn'])){logger[_0x4f705c(0x1fd)](_0x254622[_0x4f705c(0x189)]);return;}logger[_0x4f705c(0x1fd)](_0x4f705c(0x22b)+(_0x522eb6[_0x4f705c(0x25f)]||_0x254622['LPRfR']));try{const _0x14d1d9=_0x522eb6['instance']||AutomationFramework[_0x4f705c(0x22c)](),_0x55c5e2=TestFramework[_0x4f705c(0x22c)](),_0x59a515=_0x522eb6['commandName']||_0x522eb6[_0x4f705c(0x1ca)]?.['getName']();if(!_0x59a515){logger[_0x4f705c(0x1fd)](_0x254622[_0x4f705c(0x1f7)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x4f705c(0x1fd)](_0x4f705c(0x138)+_0x59a515);return;}if(!this[_0x4f705c(0x190)](_0x59a515)){logger[_0x4f705c(0x1fd)](_0x4f705c(0x1b0)+_0x59a515+_0x4f705c(0x1db));return;}const _0x17ebb1=_0x522eb6[_0x4f705c(0x1ac)]||global[_0x4f705c(0x15f)]?.[_0x4f705c(0x29d)];if(!_0x17ebb1){logger['debug'](_0x4f705c(0x1b6)+_0x59a515);return;}const _0x5cf794=this['getCapabilityValue'](_0x254622[_0x4f705c(0x286)])||'',_0x377abd=this[_0x4f705c(0x204)](_0x254622[_0x4f705c(0x133)])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x43f07e=process['env']['BROWSERSTACK_TESTHUB_JWT']||'',_0x3a1009=this['getParamsForScanForCli'](_0x59a515,_0x5cf794,_0x377abd,_0x43f07e),_0x143537=await AccessibilityModule[_0x4f705c(0x13e)](_0x254622[_0x4f705c(0x19c)],_0x5cf794);logger[_0x4f705c(0x2ab)](_0x4f705c(0x1d0)+(_0x3a1009?JSON[_0x4f705c(0x232)](_0x3a1009):_0x254622[_0x4f705c(0x26d)]));const _0x33ba74=CLIUtils[_0x4f705c(0x240)](_0x3a1009,_0x143537);logger[_0x4f705c(0x2ab)](_0x4f705c(0x260)+(_0x33ba74?JSON[_0x4f705c(0x232)](_0x33ba74):_0x254622[_0x4f705c(0x26d)])),logger['debug']('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x59a515);const _0x37ddb6=await this[_0x4f705c(0x1de)](_0x17ebb1,_0x5cf794,_0x59a515,_0x33ba74,this[_0x4f705c(0x1b3)]);logger['debug']('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x59a515+',\x20\x0a\x20'+_0x37ddb6);}catch(_0xa11b01){logger['error']('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0xa11b01[_0x4f705c(0x243)]||_0xa11b01[_0x4f705c(0x15c)]));}}[a80_0x381c89(0x28b)](){const _0x7457a9=a80_0x381c89;return this[_0x7457a9(0x18d)]();}['setShouldScanCurrentTest'](_0x314a56){const _0x10843b=a80_0x381c89,_0x501110=CLIUtils[_0x10843b(0x1cc)]();this[_0x10843b(0x14f)]['set'](_0x501110,_0x314a56);}async[a80_0x381c89(0x141)](_0x1118ec){const _0x16c14a=a80_0x381c89,_0x580185={};_0x580185[_0x16c14a(0x207)]=_0x16c14a(0x17e);const _0x1eeff3=_0x580185;try{const _0x5439f5=_0x1118ec[_0x16c14a(0x28f)]||AutomationFramework[_0x16c14a(0x22c)](),_0x5b7049=_0x5439f5?.['getData']?.()?.['get']?.(this[_0x16c14a(0x13c)])||![];if(_0x5b7049)return;PerformanceTester['start'](EVENTS[_0x16c14a(0x245)]);const _0x16618a=await GrpcClient[_0x16c14a(0x2b1)]()[_0x16c14a(0x171)](_0x1118ec);_0x16618a&&_0x16618a[_0x16c14a(0x197)]&&_0x16618a[_0x16c14a(0x197)]()&&_0x16618a[_0x16c14a(0x197)]()[_0x16c14a(0x1d7)]()?(await this[_0x16c14a(0x1f9)](_0x16618a,_0x1118ec),_0x5439f5?.['getData']&&_0x5439f5['getData']()[_0x16c14a(0x191)](this[_0x16c14a(0x13c)],!![]),logger[_0x16c14a(0x1fd)](_0x16c14a(0x20d)+(_0x5439f5?.[_0x16c14a(0x16f)]?.()||_0x1eeff3[_0x16c14a(0x207)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x16c14a(0x1fd)]('[platform\x20-\x20'+(_0x5439f5?.['getPlatformIndex']?.()||_0x1eeff3[_0x16c14a(0x207)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester['end'](EVENTS[_0x16c14a(0x245)]);}catch(_0xcaa209){PerformanceTester[_0x16c14a(0x14d)](EVENTS[_0x16c14a(0x245)],![],_0xcaa209[_0x16c14a(0x15c)]),logger[_0x16c14a(0x251)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0xcaa209[_0x16c14a(0x243)]||_0xcaa209[_0x16c14a(0x15c)]));}}async[a80_0x381c89(0x1f9)](_0x120de3,_0x117d3e){const _0x3954c7=a80_0x381c89;await this['setAccessibilityConfig'](_0x120de3,_0x117d3e);const _0x588559=_0x120de3[_0x3954c7(0x197)]()[_0x3954c7(0x15b)]();if(_0x588559){const _0x3e7ad5=_0x120de3['getTesthub']&&_0x120de3[_0x3954c7(0x1bb)]();_0x3e7ad5&&(this[_0x3954c7(0x2ac)][this[_0x3954c7(0x21e)]]=_0x3e7ad5[_0x3954c7(0x1c4)]&&_0x3e7ad5[_0x3954c7(0x1c4)]());}}['shouldScanForCommand'](_0x24a301){const _0x345aaa=a80_0x381c89,_0x3a0b97={};_0x3a0b97[_0x345aaa(0x235)]=function(_0x430646,_0x453567){return _0x430646===_0x453567;};const _0x8f5b08=_0x3a0b97;try{if(!_0x24a301)return![];const _0x4eaa07=this[_0x345aaa(0x2ac)]?.[_0x345aaa(0x2a1)]?.[_0x345aaa(0x27f)]?.['commandsList']||[],_0x1fae95=_0x4eaa07['some'](_0x23fa90=>{const _0x30775a=_0x345aaa;return _0x23fa90[_0x30775a(0x155)]&&_0x8f5b08[_0x30775a(0x235)](_0x23fa90[_0x30775a(0x155)][_0x30775a(0x294)](),_0x24a301['toLowerCase']());});return logger['debug'](_0x345aaa(0x1bc)+_0x24a301+_0x345aaa(0x298)+_0x1fae95+_0x345aaa(0x247)+JSON[_0x345aaa(0x232)](_0x4eaa07['map'](_0xdb0f6c=>_0xdb0f6c[_0x345aaa(0x155)]))),_0x1fae95;}catch(_0x4faf9b){return logger[_0x345aaa(0x1fd)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x4faf9b[_0x345aaa(0x15c)]),![];}}[a80_0x381c89(0x14a)](_0x48fb9e){const _0x1ebcb6=a80_0x381c89,_0x10f3e9={};_0x10f3e9[_0x1ebcb6(0x140)]=function(_0x3f6ee4,_0x2970ac){return _0x3f6ee4===_0x2970ac;},_0x10f3e9['jHOqx']=_0x1ebcb6(0x1ee),_0x10f3e9[_0x1ebcb6(0x1fb)]=_0x1ebcb6(0x1d3);const _0x9dc498=_0x10f3e9,_0x3063c0=_0x48fb9e[_0x1ebcb6(0x196)]&&_0x48fb9e['getScript']();return _0x3063c0&&_0x9dc498['cnkwY'](typeof _0x3063c0,_0x9dc498[_0x1ebcb6(0x291)])&&_0x3063c0[_0x1ebcb6(0x2aa)](_0x9dc498[_0x1ebcb6(0x1fb)]);}[a80_0x381c89(0x21d)](_0xb21dbf){const _0x2f4b4a=a80_0x381c89,_0x1eb10b={};_0x1eb10b[_0x2f4b4a(0x148)]=function(_0x7fa44a,_0x5af984){return _0x7fa44a!==_0x5af984;},_0x1eb10b['NHAKL']=_0x2f4b4a(0x1ee),_0x1eb10b[_0x2f4b4a(0x27e)]='accessibility',_0x1eb10b[_0x2f4b4a(0x222)]='performScan',_0x1eb10b[_0x2f4b4a(0x139)]=_0x2f4b4a(0x149),_0x1eb10b[_0x2f4b4a(0x299)]=_0x2f4b4a(0x25a);const _0x5e4690=_0x1eb10b,_0x7f9a88=_0xb21dbf[_0x2f4b4a(0x196)]&&_0xb21dbf[_0x2f4b4a(0x196)]();if(!_0x7f9a88||_0x5e4690['BwVcG'](typeof _0x7f9a88,_0x5e4690[_0x2f4b4a(0x1d9)]))return![];return _0x7f9a88[_0x2f4b4a(0x2aa)](_0x5e4690[_0x2f4b4a(0x27e)])||_0x7f9a88[_0x2f4b4a(0x2aa)](_0x5e4690[_0x2f4b4a(0x222)])||_0x7f9a88['includes'](_0x5e4690['JjClt'])||_0x7f9a88['includes'](_0x5e4690[_0x2f4b4a(0x299)]);}['getParamsForScanForCli'](_0x3fdcb2,_0x2f4e3a,_0x418589,_0x49b90b){const _0x56839f=a80_0x381c89,_0x554745={};_0x554745[_0x56839f(0x19e)]=function(_0x3936d5,_0xe0bd2d){return _0x3936d5||_0xe0bd2d;};const _0x824124=_0x554745;return{'command':_0x3fdcb2,'thTestRunUuid':_0x824124[_0x56839f(0x19e)](_0x2f4e3a,''),'thBuildUuid':_0x824124[_0x56839f(0x19e)](_0x418589,''),'thJwtToken':_0x824124[_0x56839f(0x19e)](_0x49b90b,''),'timestamp':new Date()[_0x56839f(0x13b)]()};}['getScriptByName'](_0x71274e){const _0x5ea9ff=a80_0x381c89,_0xa37804={};_0xa37804[_0x5ea9ff(0x1df)]=function(_0x510e83,_0x19324f){return _0x510e83||_0x19324f;};const _0x18d064=_0xa37804;try{const _0x15b78e=this[_0x5ea9ff(0x2ac)]?.[_0x5ea9ff(0x2a1)]?.['scriptsList']||[],_0x14e3f5=_0x15b78e[_0x5ea9ff(0x26b)](_0x177267=>_0x177267['name']===_0x71274e);return _0x18d064[_0x5ea9ff(0x1df)](_0x14e3f5,null);}catch(_0x5e5b14){return logger['debug'](_0x5ea9ff(0x1a7)+_0x71274e+':\x20'+_0x5e5b14[_0x5ea9ff(0x15c)]),null;}}async[a80_0x381c89(0x218)](_0x461e1f,_0x5edcfb,_0x4ede1a=null){const _0x180def=a80_0x381c89,_0x11b2f0={'fVbef':function(_0x104ece,_0x71e4d8){return _0x104ece(_0x71e4d8);},'gNlBu':_0x180def(0x27c)};try{if(!_0x461e1f)return logger['debug'](_0x180def(0x2a8)+_0x5edcfb),null;const _0x889517=this[_0x180def(0x273)](_0x5edcfb);if(!_0x889517||!_0x889517[_0x180def(0x1ca)])return logger[_0x180def(0x1fd)](_0x180def(0x1a2)+_0x5edcfb+_0x180def(0x20a)),null;logger['debug'](_0x180def(0x297)+_0x5edcfb+_0x180def(0x257));const _0x51c889=_0x11b2f0[_0x180def(0x20b)](require,_0x11b2f0['gNlBu']),_0x11cb80=_0x4ede1a?await _0x51c889[_0x180def(0x193)](_0x461e1f,_0x889517[_0x180def(0x1ca)],_0x4ede1a):await _0x51c889[_0x180def(0x193)](_0x461e1f,_0x889517['command']);return _0x11cb80;}catch(_0x34ac7e){return logger['error'](_0x180def(0x19d)+_0x5edcfb+':\x20'+(_0x34ac7e['stack']||_0x34ac7e[_0x180def(0x15c)])),null;}}async[a80_0x381c89(0x1de)](_0x2551cd,_0x567c32,_0x53b33b,_0x5d5389,_0x4be7fb,_0x2f8931=a80_0x381c89(0x19f)){const _0x1a7113=a80_0x381c89,_0x3ecf1a={'NwYIu':function(_0x5a8e9f,_0x7dc46f){return _0x5a8e9f===_0x7dc46f;},'tRTdF':_0x1a7113(0x19f),'nzOYm':function(_0x337635,_0x627cb0){return _0x337635(_0x627cb0);},'LScnK':'../../playwright/accessibility-helper','DSdpP':function(_0x3cc248,_0x6dbd61){return _0x3cc248(_0x6dbd61);}};try{logger[_0x1a7113(0x1fd)](_0x1a7113(0x154)+_0x53b33b+_0x1a7113(0x28d)+_0x2f8931);const _0x145bcb=this[_0x1a7113(0x273)](_0x2f8931);if(!_0x145bcb||!_0x145bcb[_0x1a7113(0x1ca)]){logger['debug'](_0x1a7113(0x1e2)+_0x2f8931+_0x1a7113(0x153));return;}if(_0x3ecf1a[_0x1a7113(0x270)](_0x2f8931,_0x3ecf1a[_0x1a7113(0x217)])){const _0x32d758=_0x3ecf1a[_0x1a7113(0x292)](require,_0x3ecf1a['LScnK']),_0x179136={};_0x179136[_0x1a7113(0x1ca)]=_0x53b33b;const _0x49f089=await PerformanceTester[_0x1a7113(0x1e1)](PerformanceA11yEvents[_0x1a7113(0x187)],async()=>{const _0xd8c188=_0x1a7113;await _0x32d758[_0xd8c188(0x193)](_0x2551cd,_0x145bcb[_0xd8c188(0x1ca)]);},_0x179136)();return logger[_0x1a7113(0x2ab)](_0x1a7113(0x23b)+_0x2f8931+'\x20result\x20for\x20'+_0x53b33b+':\x20'+util[_0x1a7113(0x1cb)](_0x49f089)),_0x49f089;}const _0x3c2501=_0x3ecf1a[_0x1a7113(0x136)](require,_0x3ecf1a[_0x1a7113(0x132)]),_0x3eaf71=await PerformanceTester[_0x1a7113(0x1e1)](PerformanceA11yEvents[_0x1a7113(0x28a)],async()=>{const _0x5dd34c=_0x1a7113;await _0x3c2501[_0x5dd34c(0x193)](_0x2551cd,_0x145bcb[_0x5dd34c(0x1ca)],_0x5d5389);})();return logger[_0x1a7113(0x2ab)]('Page\x20'+_0x2f8931+_0x1a7113(0x150)+_0x53b33b+':\x20'+util[_0x1a7113(0x1cb)](_0x3eaf71)),_0x3eaf71;}catch(_0x35b528){logger['error'](_0x1a7113(0x199)+_0x2f8931+':\x20'+(_0x35b528[_0x1a7113(0x243)]||_0x35b528['message']));}}async['validatePlatformForAccessibility'](_0x10d113){const _0x2daf21=a80_0x381c89,_0x554d37={'lyXVf':function(_0x147db7,_0x5af4be){return _0x147db7(_0x5af4be);},'mFksU':_0x2daf21(0x1d8)};try{const _0x4eaff1=_0x554d37[_0x2daf21(0x1b5)](require,_0x554d37[_0x2daf21(0x278)]);return await _0x4eaff1[_0x2daf21(0x2ad)](_0x10d113);}catch(_0x51ed82){return logger[_0x2daf21(0x251)](_0x2daf21(0x23e)+(_0x51ed82[_0x2daf21(0x243)]||_0x51ed82[_0x2daf21(0x15c)])),![];}}['processAccessibilityCaps'](_0x1be05a,_0x988f7a,_0x59a301){const _0x38eb77=a80_0x381c89,_0x5efce7={'rAuZU':function(_0x29cd86,_0x167a92){return _0x29cd86(_0x167a92);},'HGiCz':_0x38eb77(0x27c),'YoCer':'\x22browserstack.user\x22:\x22[REDACTED]\x22','lUQFR':_0x38eb77(0x227)};try{const _0x1c8858=_0x5efce7['rAuZU'](require,_0x5efce7[_0x38eb77(0x27b)]);_0x1c8858['processAccessibilityCaps'](_0x1be05a,_0x988f7a,_0x59a301);const _0x791448=JSON[_0x38eb77(0x232)](_0x1be05a)['replace'](/"browserstack\.user":"[^"]*"/g,_0x5efce7['YoCer'])[_0x38eb77(0x269)](/"browserstack\.key":"[^"]*"/g,_0x5efce7[_0x38eb77(0x1a5)]);logger[_0x38eb77(0x1fd)](_0x38eb77(0x28e)+global[_0x38eb77(0x28c)]+'\x20'+_0x791448);}catch(_0xa55d6d){logger[_0x38eb77(0x251)](_0x38eb77(0x172)+(_0xa55d6d[_0x38eb77(0x243)]||_0xa55d6d[_0x38eb77(0x15c)]));}}async['getAccessibilityResults'](_0x59a8b5){const _0x24fe71=a80_0x381c89,_0x7dc78d={};_0x7dc78d[_0x24fe71(0x255)]=_0x24fe71(0x2b2),_0x7dc78d['NWhQT']=_0x24fe71(0x149);const _0xb22f1b=_0x7dc78d;try{if(!this[_0x24fe71(0x18d)]())return logger[_0x24fe71(0x1c6)](_0xb22f1b[_0x24fe71(0x255)]),[];const _0x500ae6=await this[_0x24fe71(0x218)](_0x59a8b5,_0xb22f1b['NWhQT']);return _0x500ae6||[];}catch(_0x13de82){return logger[_0x24fe71(0x251)](_0x24fe71(0x1b7)+(_0x13de82[_0x24fe71(0x243)]||_0x13de82[_0x24fe71(0x15c)])),[];}}async['getAccessibilityResultsSummary'](_0x3625bf){const _0x3eb624=a80_0x381c89,_0x32114f={};_0x32114f[_0x3eb624(0x23f)]=_0x3eb624(0x12d),_0x32114f['zgRgE']='getResultsSummary',_0x32114f[_0x3eb624(0x275)]=function(_0x3e2483,_0x1b4cbd){return _0x3e2483||_0x1b4cbd;};const _0x176cb5=_0x32114f;try{if(!this[_0x3eb624(0x18d)]())return logger[_0x3eb624(0x1c6)](_0x176cb5[_0x3eb624(0x23f)]),{};const _0x61b69=await this['executeScriptByName'](_0x3625bf,_0x176cb5['zgRgE']);return _0x176cb5['ykQje'](_0x61b69,{});}catch(_0x447635){return logger[_0x3eb624(0x251)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x447635[_0x3eb624(0x243)]||_0x447635['message'])),{};}}async[a80_0x381c89(0x29c)](_0x1b9f30,_0x4d2eaf,_0x45f183=null){const _0x33630c=a80_0x381c89,_0x5d8c8b={};_0x5d8c8b['wrfTV']='performPageScan:\x20Page\x20is\x20null',_0x5d8c8b[_0x33630c(0x249)]=_0x33630c(0x262),_0x5d8c8b[_0x33630c(0x177)]='Executing\x20accessibility\x20script\x20on\x20page';const _0x383b5c=_0x5d8c8b;try{if(!_0x1b9f30)return logger[_0x33630c(0x1fd)](_0x383b5c[_0x33630c(0x241)]),null;if(!_0x4d2eaf)return logger[_0x33630c(0x1fd)](_0x383b5c[_0x33630c(0x249)]),null;logger[_0x33630c(0x1fd)](_0x383b5c[_0x33630c(0x177)]);const _0xbbdc2c=_0x45f183?await _0x1b9f30[_0x33630c(0x26a)](_0x4d2eaf,_0x45f183):await _0x1b9f30['evaluate'](_0x4d2eaf);return _0xbbdc2c;}catch(_0x13b588){return logger[_0x33630c(0x251)](_0x33630c(0x22f)+(_0x13b588[_0x33630c(0x243)]||_0x13b588[_0x33630c(0x15c)])),null;}}static[a80_0x381c89(0x264)](_0x381850,_0x3a41e5){const _0xce5ed3=a80_0x381c89,_0x39081d={};_0x39081d['TCmcH']=_0xce5ed3(0x145);const _0x46af70=_0x39081d,_0x2962d9={};_0x2962d9[_0xce5ed3(0x1e7)]=_0x381850;const _0x26e18d=_0x2962d9;let _0x874b4f={};if(_0x3a41e5[_0xce5ed3(0x1d7)]()&&_0x3a41e5[_0xce5ed3(0x237)]())try{_0x874b4f=JSON[_0xce5ed3(0x163)](new Buffer(_0x3a41e5[_0xce5ed3(0x13d)]())['toString'](_0x46af70[_0xce5ed3(0x271)]));}catch(_0x469f48){logger['error'](_0xce5ed3(0x13f)+_0x469f48[_0xce5ed3(0x15c)]),_0x874b4f={};}return CLIUtils[_0xce5ed3(0x240)](_0x26e18d,_0x874b4f);}static async[a80_0x381c89(0x13e)](_0x16f5de,_0x9bcef9=''){const _0x390519=a80_0x381c89,_0x11ae9f={};_0x11ae9f['VEICo']=_0x390519(0x20e),_0x11ae9f[_0x390519(0x160)]='accessibility';const _0x4d6d55=_0x11ae9f;try{if(AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x390519(0x285)];if(!process[_0x390519(0x259)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x390519(0x251)](_0x4d6d55[_0x390519(0x276)]),{};const _0x218656=await GrpcClient['getInstance']()[_0x390519(0x1a8)](process[_0x390519(0x259)][_0x390519(0x225)],_0x4d6d55['tskdS'],_0x16f5de),_0x56f9f9=AccessibilityModule['loadDriverExecuteParams'](_0x9bcef9,_0x218656);return AccessibilityModule[_0x390519(0x285)]=_0x56f9f9,AccessibilityModule['_centralAuthConfigFetched']=!![],AccessibilityModule[_0x390519(0x285)];}catch(_0x4b6f01){return logger['error'](_0x390519(0x209)+_0x16f5de+':\x20'+(_0x4b6f01[_0x390519(0x243)]||_0x4b6f01[_0x390519(0x15c)])),{};}}}function a80_0x2f34(_0x14068c,_0x52705b){const _0xbcc801=a80_0xbcc8();return a80_0x2f34=function(_0x2f34db,_0x5a858f){_0x2f34db=_0x2f34db-0x12d;let _0x45692b=_0xbcc801[_0x2f34db];return _0x45692b;},a80_0x2f34(_0x14068c,_0x52705b);};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_0xd99ff9=a81_0x1c88;function a81_0x1972(){const _0xe40d77=['Akcbu','testCaseStartedId','ZBHcr','getTestId','0|4|2|3|1','testId','PLAYWRIGHT','304ooqMUn','getModuleName','JEST','setTestFrameworkData','configure','3|0|4|5|1|2','1359790RvyhRB','winstonLogger','debug',',\x20platformIndex=','25nFnHit','\x20with\x20binSessionId=','33NIKYxu','13014ekQvBM','client','uhWsp','ensureBinSession','../../../helpers/test-observability/constants.js','96334ZMvFbz','124NBhSqw','name','538SjBFxf','MJJrX','../../../helpers/logger.js','config','283428MjnOlA','DDNid','binSessionId','deqUC','testInfo','split','platformIndex','3601824rjVobN','28344EFMEst','CUCUMBER','testFrameworkData','version','929EqCTAz','BaseModule','FzzFH','testFramework','ulNse','object','Configured\x20module\x20'];a81_0x1972=function(){return _0xe40d77;};return a81_0x1972();}function a81_0x1c88(_0x3c7811,_0x559a77){const _0x197213=a81_0x1972();return a81_0x1c88=function(_0x1c884f,_0x12f436){_0x1c884f=_0x1c884f-0x181;let _0x3fa286=_0x197213[_0x1c884f];return _0x3fa286;},a81_0x1c88(_0x3c7811,_0x559a77);}(function(_0xbf46de,_0x1a5178){const _0x3c25a1=a81_0x1c88,_0x3c15dd=_0xbf46de();while(!![]){try{const _0x5131c3=-parseInt(_0x3c25a1(0x181))/0x1*(parseInt(_0x3c25a1(0x1a4))/0x2)+-parseInt(_0x3c25a1(0x1b0))/0x3*(-parseInt(_0x3c25a1(0x1a2))/0x4)+parseInt(_0x3c25a1(0x199))/0x5*(parseInt(_0x3c25a1(0x1a8))/0x6)+-parseInt(_0x3c25a1(0x1a1))/0x7+parseInt(_0x3c25a1(0x18f))/0x8*(parseInt(_0x3c25a1(0x19c))/0x9)+-parseInt(_0x3c25a1(0x195))/0xa*(parseInt(_0x3c25a1(0x19b))/0xb)+parseInt(_0x3c25a1(0x1af))/0xc;if(_0x5131c3===_0x1a5178)break;else _0x3c15dd['push'](_0x3c15dd['shift']());}catch(_0x26985c){_0x3c15dd['push'](_0x3c15dd['shift']());}}}(a81_0x1972,0x33e62));const logger=require(a81_0xd99ff9(0x1a6))[a81_0xd99ff9(0x196)],{FRAMEWORKS}=require(a81_0xd99ff9(0x1a0));class BaseModule{constructor(_0x85929b=null){const _0x1153cc=a81_0xd99ff9,_0x5370eb={};_0x5370eb[_0x1153cc(0x1a9)]=_0x1153cc(0x194),_0x5370eb[_0x1153cc(0x188)]=_0x1153cc(0x182);const _0x3a604d=_0x5370eb,_0x5a0950=_0x3a604d[_0x1153cc(0x1a9)][_0x1153cc(0x1ad)]('|');let _0x4f5b22=0x0;while(!![]){switch(_0x5a0950[_0x4f5b22++]){case'0':this[_0x1153cc(0x1aa)]=null;continue;case'1':this[_0x1153cc(0x19d)]=null;continue;case'2':this[_0x1153cc(0x1b2)]=this[_0x1153cc(0x192)](_0x85929b);continue;case'3':this[_0x1153cc(0x1a3)]=_0x3a604d[_0x1153cc(0x188)];continue;case'4':this[_0x1153cc(0x1ae)]=0x0;continue;case'5':this[_0x1153cc(0x1a7)]={};continue;}break;}}[a81_0xd99ff9(0x19f)](){const _0x532580=a81_0xd99ff9,_0x1161d3={};_0x1161d3[_0x532580(0x19e)]='Missing\x20binSessionId';const _0x28a309=_0x1161d3;if(!this[_0x532580(0x1aa)])throw new Error(_0x28a309['uhWsp']);}[a81_0xd99ff9(0x190)](){return this['name'];}[a81_0xd99ff9(0x193)](_0x2a88d8,_0x35f059,_0xce6210,_0x32c884={}){const _0x1e4727=a81_0xd99ff9,_0x65100={};_0x65100[_0x1e4727(0x1ab)]=_0x1e4727(0x18c);const _0x4402e2=_0x65100,_0x3c50ea=_0x4402e2[_0x1e4727(0x1ab)][_0x1e4727(0x1ad)]('|');let _0x3fc02e=0x0;while(!![]){switch(_0x3c50ea[_0x3fc02e++]){case'0':this['binSessionId']=_0x2a88d8;continue;case'1':logger[_0x1e4727(0x197)](_0x1e4727(0x187)+this[_0x1e4727(0x190)]()+_0x1e4727(0x19a)+_0x2a88d8+_0x1e4727(0x198)+_0x35f059);continue;case'2':this[_0x1e4727(0x19d)]=_0xce6210;continue;case'3':this['config']=_0x32c884;continue;case'4':this[_0x1e4727(0x1ae)]=_0x35f059;continue;}break;}}[a81_0xd99ff9(0x18b)](_0x59092c){const _0x523c08=a81_0xd99ff9,_0x3050e0={};_0x3050e0[_0x523c08(0x185)]=function(_0x58d058,_0x47bdec){return _0x58d058===_0x47bdec;},_0x3050e0[_0x523c08(0x1a5)]=function(_0x519767,_0x130d8a){return _0x519767===_0x130d8a;};const _0x47ddab=_0x3050e0;let _0x52a8e7='';if(_0x47ddab[_0x523c08(0x185)](_0x59092c[_0x523c08(0x184)],FRAMEWORKS[_0x523c08(0x18e)]))_0x52a8e7=_0x59092c[_0x523c08(0x1ac)]?.['_test']?.['id']||_0x59092c[_0x523c08(0x1ac)]?.[_0x523c08(0x18d)];else{if(_0x47ddab[_0x523c08(0x185)](_0x59092c[_0x523c08(0x184)],FRAMEWORKS[_0x523c08(0x1b1)]))_0x52a8e7=_0x59092c[_0x523c08(0x1ac)]?.[_0x523c08(0x189)];else _0x47ddab[_0x523c08(0x1a5)](_0x59092c[_0x523c08(0x184)],FRAMEWORKS[_0x523c08(0x191)])&&(_0x52a8e7=_0x59092c[_0x523c08(0x1ac)]?.['id']);}return _0x52a8e7;}[a81_0xd99ff9(0x192)](_0x40beea){const _0x37a30f=a81_0xd99ff9,_0x16f168={};_0x16f168[_0x37a30f(0x183)]=function(_0x3e070f,_0x55dc4b){return _0x3e070f!==_0x55dc4b;},_0x16f168[_0x37a30f(0x18a)]=_0x37a30f(0x186);const _0x16e4e1=_0x16f168;if(!_0x40beea||_0x16e4e1[_0x37a30f(0x183)](typeof _0x40beea,_0x16e4e1[_0x37a30f(0x18a)]))return null;const _0x4350b1={};_0x4350b1['name']=_0x40beea[_0x37a30f(0x1a3)],_0x4350b1[_0x37a30f(0x1b3)]=_0x40beea[_0x37a30f(0x1b3)]&&_0x40beea[_0x37a30f(0x1b3)][_0x40beea[_0x37a30f(0x1a3)]];const _0x5c33b8=_0x4350b1;return _0x5c33b8;}}module['exports']=BaseModule;
@@ -0,0 +1 @@
1
+ const a82_0xe87110=a82_0xb4b2;(function(_0x343152,_0x3c4a67){const _0x306eda=a82_0xb4b2,_0x597a72=_0x343152();while(!![]){try{const _0x27ad40=parseInt(_0x306eda(0x8d))/0x1*(-parseInt(_0x306eda(0xad))/0x2)+-parseInt(_0x306eda(0xa5))/0x3*(parseInt(_0x306eda(0xb1))/0x4)+parseInt(_0x306eda(0xb0))/0x5*(parseInt(_0x306eda(0xb4))/0x6)+parseInt(_0x306eda(0x93))/0x7*(parseInt(_0x306eda(0x9f))/0x8)+-parseInt(_0x306eda(0xa1))/0x9+parseInt(_0x306eda(0xb2))/0xa*(-parseInt(_0x306eda(0xab))/0xb)+parseInt(_0x306eda(0xa2))/0xc;if(_0x27ad40===_0x3c4a67)break;else _0x597a72['push'](_0x597a72['shift']());}catch(_0x44c005){_0x597a72['push'](_0x597a72['shift']());}}}(a82_0x2af8,0xf2d19));function a82_0xb4b2(_0x5e405f,_0x152e53){const _0x2af8f6=a82_0x2af8();return a82_0xb4b2=function(_0xb4b282,_0x553eb6){_0xb4b282=_0xb4b282-0x87;let _0x4f7713=_0x2af8f6[_0xb4b282];return _0x4f7713;},a82_0xb4b2(_0x5e405f,_0x152e53);}const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a82_0xe87110(0x9c)),{sendSdkEvents}=require(a82_0xe87110(0x8b)),isLTSSession=(_0x3ed1d1=null)=>{const _0x35c6a1=a82_0xe87110,_0x5b1527={};_0x5b1527[_0x35c6a1(0x9b)]=function(_0x6cc23d,_0x4e5f10){return _0x6cc23d!==_0x4e5f10;},_0x5b1527['RXiUs']=_0x35c6a1(0x94),_0x5b1527[_0x35c6a1(0xb3)]=function(_0x594702,_0x8a1070){return _0x594702===_0x8a1070;},_0x5b1527['xnfKk']='string',_0x5b1527['LZbvd']=_0x35c6a1(0xa7),_0x5b1527[_0x35c6a1(0x9d)]=function(_0x407405,_0x28b2aa){return _0x407405===_0x28b2aa;},_0x5b1527[_0x35c6a1(0x9a)]=function(_0x375db4,_0x23c8a5){return _0x375db4===_0x23c8a5;},_0x5b1527['QzBVM']=_0x35c6a1(0xa4);const _0x2e05f0=_0x5b1527;try{if(_0x2e05f0[_0x35c6a1(0x9b)](typeof process['env'][_0x35c6a1(0xa8)],_0x2e05f0['RXiUs'])){const _0x7c1bd7=process['env'][_0x35c6a1(0xa8)];return _0x2e05f0[_0x35c6a1(0xb3)](typeof _0x7c1bd7,_0x2e05f0[_0x35c6a1(0x95)])?_0x2e05f0[_0x35c6a1(0xb3)](_0x7c1bd7[_0x35c6a1(0xb6)](),_0x2e05f0[_0x35c6a1(0x8e)]):!!_0x7c1bd7;}const _0x1bf8f4=_0x3ed1d1&&_0x3ed1d1['overrideLoadTesting'],_0x59f555=!!(_0x3ed1d1&&(_0x2e05f0[_0x35c6a1(0x9d)](_0x3ed1d1[_0x35c6a1(0x99)],!![])||_0x2e05f0[_0x35c6a1(0x9a)](_0x3ed1d1[_0x35c6a1(0x99)],_0x2e05f0[_0x35c6a1(0x8e)]))),_0x1720d5=!!(_0x1bf8f4&&_0x2e05f0[_0x35c6a1(0xb3)](_0x1bf8f4[_0x35c6a1(0x9e)]()['toLowerCase'](),_0x2e05f0[_0x35c6a1(0x8e)])&&!_0x59f555);return process[_0x35c6a1(0x8f)][_0x35c6a1(0xa8)]=_0x1720d5?_0x2e05f0['LZbvd']:_0x2e05f0[_0x35c6a1(0x91)],_0x1720d5;}catch(_0x1aca78){return process[_0x35c6a1(0x8f)][_0x35c6a1(0xa8)]=_0x2e05f0[_0x35c6a1(0x91)],![];}},getLTSSessionId=()=>{const _0x1ccdac=a82_0xe87110,_0x570165={'OvsnC':function(_0x10db90){return _0x10db90();},'OGAUD':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','uxjTj':'LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id'};try{if(_0x570165[_0x1ccdac(0x8a)](isLTSSession))return logger[_0x1ccdac(0xaf)](_0x570165['OGAUD']),process['env']['BROWSERSTACK_LTS_SESSION_ID']||'';}catch(_0x1a8d92){logger[_0x1ccdac(0x90)](_0x1ccdac(0xaa)+(_0x1a8d92&&_0x1a8d92[_0x1ccdac(0x87)]));}return logger[_0x1ccdac(0xaf)](_0x570165[_0x1ccdac(0xa3)]),'';},setLTSSessionId=async(_0x299b3a={})=>{const _0x3f59da=a82_0xe87110,_0x16d63d={'eqqJY':function(_0x2823c0){return _0x2823c0();},'KayFj':_0x3f59da(0xac),'BcuQV':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','ChXXh':_0x3f59da(0xa9),'Kfxly':function(_0x168d9d,_0x4c3a11){return _0x168d9d(_0x4c3a11);},'SsRat':function(_0x45220d,_0x3988c8,_0x350889){return _0x45220d(_0x3988c8,_0x350889);},'udafz':function(_0xeb42aa,_0xd94f65){return _0xeb42aa||_0xd94f65;}};try{const _0x1dc850=_0x16d63d[_0x3f59da(0x98)](getLTSSessionId);_0x1dc850?(process[_0x3f59da(0x8f)][_0x3f59da(0x88)]=_0x1dc850,logger['debug'](_0x16d63d[_0x3f59da(0x96)])):(delete process[_0x3f59da(0x8f)]['BROWSERSTACK_LTS_SESSION_ID'],logger[_0x3f59da(0xaf)](_0x16d63d['BcuQV']));try{const _0x546f53={'feature':_0x16d63d[_0x3f59da(0xa6)],'ltsEnabled':_0x16d63d[_0x3f59da(0xb5)](isLTSSession,_0x299b3a),'ltsSessionIdPresent':!!_0x1dc850};await _0x16d63d[_0x3f59da(0xae)](sendSdkEvents,_0x546f53,_0x299b3a);}catch(_0x2b23d9){logger[_0x3f59da(0xaf)](_0x3f59da(0x8c)+(_0x2b23d9&&_0x2b23d9[_0x3f59da(0x87)]));}return _0x16d63d[_0x3f59da(0xa0)](_0x1dc850,'');}catch(_0x24a2a9){return logger['debug'](_0x3f59da(0x89)+(_0x24a2a9&&_0x24a2a9[_0x3f59da(0x87)])),'';}},a82_0x58cef2={};a82_0x58cef2['isLTSSession']=isLTSSession,a82_0x58cef2[a82_0xe87110(0x97)]=getLTSSessionId,a82_0x58cef2[a82_0xe87110(0x92)]=setLTSSessionId,module['exports']=a82_0x58cef2;function a82_0x2af8(){const _0x38fd6f=['LTS','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','363SsoUFf','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','33102SHRvYW','SsRat','debug','295SsvYSl','220FBQTku','481510BZsWTR','TXiWI','2466kAnZpF','Kfxly','toLowerCase','message','BROWSERSTACK_LTS_SESSION_ID','setLTSSessionId\x20error:\x20','OvsnC','../../../helpers/helper.js','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','16rKfvDj','LZbvd','env','error','QzBVM','setLTSSessionId','21ueDTmR','undefined','xnfKk','KayFj','getLTSSessionId','eqqJY','browserstackAutomation','LXiCP','tvHks','LoadTestModule','jxzoM','toString','3452296cygSIU','udafz','271242szfcKs','34515024DWtNCZ','uxjTj','false','71814aEePNK','ChXXh','true','overrideLoadTesting'];a82_0x2af8=function(){return _0x38fd6f;};return a82_0x2af8();}
@@ -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_0x4c07f7=a83_0x2a8c;(function(_0x1f0baf,_0x10ffeb){const _0x3ef028=a83_0x2a8c,_0x2c5b63=_0x1f0baf();while(!![]){try{const _0x5b7d9e=-parseInt(_0x3ef028(0x16e))/0x1*(-parseInt(_0x3ef028(0x16d))/0x2)+parseInt(_0x3ef028(0x152))/0x3*(parseInt(_0x3ef028(0x151))/0x4)+parseInt(_0x3ef028(0x157))/0x5*(parseInt(_0x3ef028(0x16b))/0x6)+-parseInt(_0x3ef028(0x150))/0x7*(-parseInt(_0x3ef028(0x156))/0x8)+parseInt(_0x3ef028(0x15c))/0x9+parseInt(_0x3ef028(0x158))/0xa+-parseInt(_0x3ef028(0x162))/0xb*(parseInt(_0x3ef028(0x15a))/0xc);if(_0x5b7d9e===_0x10ffeb)break;else _0x2c5b63['push'](_0x2c5b63['shift']());}catch(_0x4ac31c){_0x2c5b63['push'](_0x2c5b63['shift']());}}}(a83_0x5507,0x8f53d));const BaseModule=require(a83_0x4c07f7(0x163)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a83_0x4c07f7(0x14b)),AutomationFrameworkState=require(a83_0x4c07f7(0x15b)),HookState=require(a83_0x4c07f7(0x14c)),{playwrightAnnotate}=require(a83_0x4c07f7(0x149)),PerformanceTester=require(a83_0x4c07f7(0x153)),{O11y_EVENTS}=require(a83_0x4c07f7(0x15d)),constants=require(a83_0x4c07f7(0x14a));function a83_0x5507(){const _0x566d61=['../state/automationFrameworkState.js','3940866VlneTn','../../../helpers/performance/constants.js','name','POST','onBeforeTest:\x20','observabilityConfig','55JTlFLh','./baseModule','logger','SYNC','onBeforeTest','start','\x20sync\x20done','ObservabilityModule','page','3371070iXQZia','debug','44wWChCx','29072fNfFXq','registerObserver','LILEi','iuzsz','CREATE','QlZbG','../../../helpers/helper.js','../../utils/constants.js','../framework/automationFramework.js','../state/hookState.js','nnbFC','info','getModuleName','161nWxHir','1180YjmRkr','5586ySJzzA','../../../helpers/performance/performance-tester.js','PhLZS','HOMlw','98472JLNgGd','5nLYyER','9071340tvPdJk','ObservabilitySync:','6700236wFWtyP'];a83_0x5507=function(){return _0x566d61;};return a83_0x5507();}function a83_0x2a8c(_0x3cbd7e,_0x530ce2){const _0x55078e=a83_0x5507();return a83_0x2a8c=function(_0x2a8c81,_0x4efc20){_0x2a8c81=_0x2a8c81-0x145;let _0x332b51=_0x55078e[_0x2a8c81];return _0x332b51;},a83_0x2a8c(_0x3cbd7e,_0x530ce2);}class ObservabilityModule extends BaseModule{['logger']=createClassLogger('ObservabilityModule');constructor(_0x3b8305){const _0xaba5a2=a83_0x4c07f7,_0x150113={};_0x150113['QlZbG']=_0xaba5a2(0x169);const _0x231b6f=_0x150113;super(),this[_0xaba5a2(0x15e)]=_0x231b6f[_0xaba5a2(0x148)],this[_0xaba5a2(0x161)]=_0x3b8305,AutomationFramework[_0xaba5a2(0x16f)](AutomationFrameworkState[_0xaba5a2(0x147)],HookState[_0xaba5a2(0x15f)],this[_0xaba5a2(0x166)]['bind'](this));}[a83_0x4c07f7(0x14f)](){return ObservabilityModule['MODULE_NAME'];}async[a83_0x4c07f7(0x166)](_0x3e3d30){const _0x1ec178=a83_0x4c07f7,_0x4dc50f={'LILEi':function(_0x3fa689,_0x5c2f0e){return _0x3fa689+_0x5c2f0e;},'PhLZS':_0x1ec178(0x159),'nnbFC':function(_0x48f528,_0x58cb92,_0x49c397,_0x182bd5){return _0x48f528(_0x58cb92,_0x49c397,_0x182bd5);},'iuzsz':_0x1ec178(0x16c),'HOMlw':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x3e3d30[_0x1ec178(0x16a)]){const _0x3a6e65=_0x3e3d30[_0x1ec178(0x16a)],_0x17230b=Date['now'](),_0x3307f5=_0x4dc50f[_0x1ec178(0x145)](_0x4dc50f[_0x1ec178(0x154)],_0x17230b);PerformanceTester[_0x1ec178(0x167)](O11y_EVENTS[_0x1ec178(0x165)]),await _0x4dc50f[_0x1ec178(0x14d)](playwrightAnnotate,_0x3a6e65,_0x3307f5,_0x4dc50f[_0x1ec178(0x146)]),PerformanceTester['end'](O11y_EVENTS[_0x1ec178(0x165)]),this['logger'][_0x1ec178(0x14e)](_0x1ec178(0x160)+constants['TEST_REPORTING_ANALYTICS']+_0x1ec178(0x168));}else this[_0x1ec178(0x164)][_0x1ec178(0x16c)](_0x4dc50f[_0x1ec178(0x155)]);}}ObservabilityModule['MODULE_NAME']='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_0x585e(_0x448f4d,_0x2cd300){const _0x57f4ba=a84_0x57f4();return a84_0x585e=function(_0x585e0d,_0xd07b44){_0x585e0d=_0x585e0d-0x131;let _0x3d2185=_0x57f4ba[_0x585e0d];return _0x3d2185;},a84_0x585e(_0x448f4d,_0x2cd300);}const a84_0x16e592=a84_0x585e;(function(_0x18a4b6,_0x168d36){const _0x4379c3=a84_0x585e,_0x285ed8=_0x18a4b6();while(!![]){try{const _0x32b1dc=parseInt(_0x4379c3(0x14b))/0x1*(-parseInt(_0x4379c3(0x168))/0x2)+-parseInt(_0x4379c3(0x1d2))/0x3+-parseInt(_0x4379c3(0x1ca))/0x4*(parseInt(_0x4379c3(0x200))/0x5)+-parseInt(_0x4379c3(0x15b))/0x6+-parseInt(_0x4379c3(0x1fc))/0x7*(-parseInt(_0x4379c3(0x1a5))/0x8)+-parseInt(_0x4379c3(0x146))/0x9+-parseInt(_0x4379c3(0x173))/0xa*(-parseInt(_0x4379c3(0x148))/0xb);if(_0x32b1dc===_0x168d36)break;else _0x285ed8['push'](_0x285ed8['shift']());}catch(_0x25eb5a){_0x285ed8['push'](_0x285ed8['shift']());}}}(a84_0x57f4,0x89dee));function a84_0x57f4(){const _0x57edc4=['platformDetails','onAfterDriverCreate','vmcCH','testUuid','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','TEST','../../../helpers/performance/performance-tester.js','version','../framework/automationFramework.js','KEY_CAPABILITIES','KEY_SESSION_ID','AdUry','driverInit','zssPH','onAfterTest\x20CBTSession\x20payload:\x20','../../utils/constants','GFXHe','../TestInfo.js','testRunId','../state/hookState.js','testFrameworkData','onPlaywrightDispatch','Error\x20in\x20markSessionName:\x20','getId','onAfterDriverCreate:\x20Setting\x20page\x20object','getRef','registerObserver','vUKQJ','PlaywrightDriverModule','markSessionStatus','ZCfpY','CUCUMBER','sessionId','4973608pLxcGE','pickle','exports','instance','getTestDetails','KEY_PLATFORM_INDEX','isLTSSession','workerInfo','jestUtils','CREATE','ukKFX','markSessionName','NOeou','sQVdC','../framework/constants/testFrameworkConstants.js','../../../helpers/test-observability/utils','OIshh','SESSION_STATUS','passed','../state/automationFrameworkState.js','MODULE_NAME','ubhYq','onAfterDriverCreate:\x20Setting\x20context\x20object','KEY_PLATFORM_DETAILS','from','getContext','QpLsL','reason',',\x20test_identifier:\x20','../../../helpers/performance/constants.js','ZiQvw','shouldSkipSessionStatus','CxwFI','getTrackedInstance','getConfig','mPTQL','testInfo','1001908jxdVlt','getTestIdentifierFromTestInfo','KEY_HUB_URL','TPPLF','test_identifier','../../../helpers/helper','./baseModule','JHnjq','2837406OlKskM','onDispatchExecute:\x20Playwright\x20sessionId:\x20','parallelIndex','setState','browser','Session','txSBD','Dsgmt','end','Error\x20in\x20onBeforeDriverCreate:\x20','GVhGe','util','split','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','\x20failure\x20reason:\x20','platformIndex','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','length','6|8|0|2|10|3|4|5|1|9|11|7','testId:\x20','mlebA','toString','message','gZFPA','ZpxoA','DZHAo','arguments','PRE','POST','format','start','bind','isBrowserstackInfra','BBJyQ','PLAYWRIGHT','testData\x20from\x20onAfterTest:\x20','markSessionName:\x20Skipping\x20session\x20name\x20marking','../state/testFrameworkState','cxudO','browserObject','logger','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','7eIItIQ','playwrightVersion','status','SSXRn','5dlkJNF','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','Error\x20in\x20onDispatchExecute:\x20','sWycR','__workerDetails','KEY_BROWSER_OBJECT','getTestUUID','JEST','getInstance','info','IUgGE','onAfterTest','getModuleName','retry','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','BNxrw','action','keys','KEY_TEST_FRAMEWORK_NAME','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','result','name','2171682ZsTwaX','params','72688HaVMjt','capabilities','AUwQW','5nHRRqN','tfnKv','getTestId','testId','stringify','page','getProcessId','OEUBp','inspect','testSessionEvent','getState','launchcaps','shouldSkipSessionName','bsParams','../cliUtils.js','XJfvv','6311304kiTgqZ','platforms','emBfF','1.51.0','parse','markSessionStatus:\x20Marking\x20session\x20status','getThreadId','gxPNe','gherkinDocument','EXECUTE','isFalse','czShp','../../../helpers/helper.js','86932hADSAW','KEY_PAGE_OBJECT','xadAx','PLAYWRIGHT_DISPATCH','iffnk','base64','setSessionName','Automation\x20onAfterTest:\x20Test\x20status:\x20','SESSION_NAME','EpZjY','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','4010FygqoK','with\x20','KEY_TEST_ID','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','debug','error','hubUrl','Automation\x20onAfterTest:\x20Test\x20completed','onBeforeDriverCreate','context','../utils/jest-utils.js','../browserstackCLI.js','Playwright','aaUkG','pageObject','getCapabilities'];a84_0x57f4=function(){return _0x57edc4;};return a84_0x57f4();}const util=require(a84_0x16e592(0x1dd)),BaseModule=require(a84_0x16e592(0x1d0)),{createClassLogger}=require('../../../helpers/classLogger.js'),{getFrameworkVersion}=require(a84_0x16e592(0x1b4)),helper=require(a84_0x16e592(0x1cf)),{FRAMEWORKS}=require(a84_0x16e592(0x193)),AutomationFramework=require(a84_0x16e592(0x18c)),AutomationFrameworkState=require(a84_0x16e592(0x1b8)),HookState=require(a84_0x16e592(0x197)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0x16e592(0x167)),CLIUtils=require(a84_0x16e592(0x159)),BrowserstackCLI=require(a84_0x16e592(0x17e)),GrpcClient=require('../grpcClient.js'),PerformanceTester=require(a84_0x16e592(0x18a)),PerformanceEvents=require(a84_0x16e592(0x1c2))['AUTOMATE_EVENTS'],TestInfo=require(a84_0x16e592(0x195)),{getPlaywrightProvider}=require(a84_0x16e592(0x167)),LoadTestModule=require('./loadTestModule.js'),TestFrameworkConstants=require(a84_0x16e592(0x1b3)),TestFrameworkState=require(a84_0x16e592(0x1f7)),JestUtils=require(a84_0x16e592(0x17d));class PlaywrightDriverModule extends BaseModule{static [a84_0x16e592(0x135)]=a84_0x16e592(0x1f9);static ['KEY_CONTEXT_OBJECT']='contextObject';static ['KEY_PAGE_OBJECT']=a84_0x16e592(0x181);static [a84_0x16e592(0x18e)]='sessionId';static [a84_0x16e592(0x1aa)]=a84_0x16e592(0x1e1);static ['KEY_CAPABILITIES']=a84_0x16e592(0x149);static ['KEY_HUB_URL']=a84_0x16e592(0x179);static [a84_0x16e592(0x1bc)]=a84_0x16e592(0x183);static [a84_0x16e592(0x175)]=a84_0x16e592(0x14e);[a84_0x16e592(0x1fa)]=createClassLogger(a84_0x16e592(0x1a0));constructor(_0x2dc8f0=null){const _0x490463=a84_0x16e592,_0x5acd11={};_0x5acd11[_0x490463(0x191)]=_0x490463(0x1e4),_0x5acd11[_0x490463(0x1c8)]=_0x490463(0x1a0);const _0x17829d=_0x5acd11,_0x1b0b56=_0x17829d[_0x490463(0x191)][_0x490463(0x1de)]('|');let _0x181b33=0x0;while(!![]){switch(_0x1b0b56[_0x181b33++]){case'0':this[_0x490463(0x1fd)]=null;continue;case'1':AutomationFramework[_0x490463(0x19e)](AutomationFrameworkState[_0x490463(0x1ae)],HookState[_0x490463(0x1ed)],this[_0x490463(0x17b)][_0x490463(0x1f1)](this));continue;case'2':this['browserName']=null;continue;case'3':this[_0x490463(0x15c)]=[];continue;case'4':this[_0x490463(0x196)]=null;continue;case'5':this[_0x490463(0x1ad)]=new JestUtils();continue;case'6':super(_0x2dc8f0);continue;case'7':AutomationFramework[_0x490463(0x19e)](AutomationFrameworkState[_0x490463(0x164)],HookState[_0x490463(0x1ee)],this[_0x490463(0x13b)][_0x490463(0x1f1)](this));continue;case'8':this[_0x490463(0x145)]=_0x17829d['mPTQL'];continue;case'9':AutomationFramework[_0x490463(0x19e)](AutomationFrameworkState['CREATE'],HookState[_0x490463(0x1ee)],this[_0x490463(0x184)][_0x490463(0x1f1)](this));continue;case'10':this['browserVersion']=null;continue;case'11':AutomationFramework[_0x490463(0x19e)](AutomationFrameworkState[_0x490463(0x16b)],HookState[_0x490463(0x1ee)],this[_0x490463(0x199)][_0x490463(0x1f1)](this));continue;}break;}}[a84_0x16e592(0x13c)](){const _0x58d52e=a84_0x16e592;return PlaywrightDriverModule[_0x58d52e(0x1b9)];}async[a84_0x16e592(0x17b)](_0x5d29c4){const _0x515786=a84_0x16e592,_0x3d6575={};_0x3d6575[_0x515786(0x162)]=_0x515786(0x131);const _0x565092=_0x3d6575;try{this[_0x515786(0x1fa)][_0x515786(0x177)](_0x565092['gxPNe']);const _0x382793=_0x5d29c4[_0x515786(0x156)],_0x91a3a7=_0x5d29c4[_0x515786(0x179)];AutomationFramework[_0x515786(0x1d5)](_0x5d29c4[_0x515786(0x1a8)],PlaywrightDriverModule['KEY_CAPABILITIES'],_0x382793),AutomationFramework[_0x515786(0x1d5)](_0x5d29c4[_0x515786(0x1a8)],PlaywrightDriverModule['KEY_HUB_URL'],_0x91a3a7);}catch(_0x8687d9){this[_0x515786(0x1fa)][_0x515786(0x178)](_0x515786(0x1db)+util[_0x515786(0x1ef)](_0x8687d9));}}async['onPlaywrightDispatch'](_0x1485b8){const _0x574781=a84_0x16e592,_0x467303={};_0x467303['GFXHe']=function(_0x1d6be2,_0x4deb53){return _0x1d6be2||_0x4deb53;};const _0x11cafb=_0x467303;try{const _0x2d66b7=_0x1485b8?.[_0x574781(0x1e8)]&&_0x1485b8?.[_0x574781(0x1e8)]?.[_0x574781(0x147)]&&_0x1485b8?.[_0x574781(0x1e8)]?.[_0x574781(0x147)]?.[_0x574781(0x158)],_0x450558=_0x1485b8?.[_0x574781(0x1e8)]&&_0x1485b8?.['message']?.['bStackParams'];if(_0x11cafb[_0x574781(0x194)](_0x2d66b7,_0x450558)){this[_0x574781(0x1fa)][_0x574781(0x177)](_0x574781(0x143)+util['inspect'](_0x2d66b7)+'\x20||\x20'+util['inspect'](_0x450558));const _0x100273=_0x1485b8?.['instance'],_0x3ef58a=global?.[_0x574781(0x134)]?.[_0x574781(0x1ac)]?.['parallelIndex'],_0x2bde49=_0x2d66b7?.[_0x574781(0x1a4)]||_0x450558?.[_0x574781(0x1a4)],_0x50cba4=_0x2d66b7?.[_0x574781(0x183)]||_0x450558?.['platformDetails'];_0x2bde49&&(this[_0x574781(0x1fa)][_0x574781(0x177)](_0x574781(0x1d3)+_0x2bde49),AutomationFramework['setState'](_0x100273,PlaywrightDriverModule[_0x574781(0x18e)],_0x2bde49)),_0x3ef58a&&(this[_0x574781(0x1fa)][_0x574781(0x177)](_0x574781(0x187)+util[_0x574781(0x153)](_0x3ef58a)),AutomationFramework[_0x574781(0x1d5)](_0x100273,PlaywrightDriverModule['KEY_PLATFORM_INDEX'],_0x3ef58a));}}catch(_0x99b253){this[_0x574781(0x1fa)][_0x574781(0x178)](_0x574781(0x132)+util[_0x574781(0x1ef)](_0x99b253));}}async['onAfterDriverCreate'](_0x3179e8){const _0x40c405=a84_0x16e592,_0x44979e={'QpLsL':_0x40c405(0x172),'ZiQvw':function(_0x3e59a6,_0x442ddc){return _0x3e59a6(_0x442ddc);},'mlebA':_0x40c405(0x19c),'QMdcr':_0x40c405(0x1fb),'IUgGE':_0x40c405(0x1bb),'Dsgmt':'onAfterDriverCreate:\x20Setting\x20browser\x20object','GVhGe':_0x40c405(0x16d)};try{this[_0x40c405(0x1fa)][_0x40c405(0x177)](_0x44979e[_0x40c405(0x1bf)]);const _0x1de3bc=_0x3179e8[_0x40c405(0x1a8)];this[_0x40c405(0x1fd)]=_0x44979e[_0x40c405(0x1c3)](getFrameworkVersion,FRAMEWORKS[_0x40c405(0x1f4)]);if(_0x3179e8[_0x40c405(0x150)]){this[_0x40c405(0x1fa)][_0x40c405(0x177)](_0x44979e[_0x40c405(0x1e6)]),AutomationFramework[_0x40c405(0x1d5)](_0x1de3bc,PlaywrightDriverModule[_0x40c405(0x169)],_0x3179e8[_0x40c405(0x150)]);if(_0x3179e8[_0x40c405(0x1c9)]){this[_0x40c405(0x1fa)]['debug'](_0x44979e['QMdcr']);const _0x4ee832=this[_0x40c405(0x14d)](_0x3179e8);AutomationFramework[_0x40c405(0x1d5)](_0x1de3bc,PlaywrightDriverModule[_0x40c405(0x175)],_0x4ee832),await this[_0x40c405(0x1b0)](_0x3179e8[_0x40c405(0x1c9)]);}}_0x3179e8[_0x40c405(0x17c)]&&(this[_0x40c405(0x1fa)][_0x40c405(0x177)](_0x44979e[_0x40c405(0x13a)]),AutomationFramework[_0x40c405(0x1d5)](_0x1de3bc,PlaywrightDriverModule['KEY_CONTEXT_OBJECT'],_0x3179e8[_0x40c405(0x17c)]));if(_0x3179e8['browser']){this[_0x40c405(0x1fa)][_0x40c405(0x177)](_0x44979e[_0x40c405(0x1d9)]);const _0x2f3e2a=global?.['__workerDetails']?.['workerInfo']?.[_0x40c405(0x1d4)];AutomationFramework['setState'](_0x1de3bc,PlaywrightDriverModule[_0x40c405(0x135)],_0x3179e8[_0x40c405(0x1d6)]),AutomationFramework['setState'](_0x1de3bc,PlaywrightDriverModule[_0x40c405(0x1aa)],_0x2f3e2a);const _0x379048={};_0x379048['isPlaywright']=!![];const _0x9ee52e=Buffer[_0x40c405(0x1bd)](JSON[_0x40c405(0x14f)](_0x379048)[_0x40c405(0x1e7)](_0x44979e['GVhGe'])),_0x11531e=await GrpcClient[_0x40c405(0x138)]()[_0x40c405(0x190)]({'platformIndex':_0x2f3e2a,'ref':_0x1de3bc[_0x40c405(0x19d)](),'userInputParams':_0x9ee52e});helper[_0x40c405(0x165)](helper[_0x40c405(0x1f2)]())&&AutomationFramework[_0x40c405(0x1d5)](_0x1de3bc,PlaywrightDriverModule[_0x40c405(0x18d)],JSON[_0x40c405(0x15f)](Buffer[_0x40c405(0x1bd)](_0x11531e[_0x40c405(0x182)](),_0x44979e[_0x40c405(0x1dc)])[_0x40c405(0x1e7)]()));}}catch(_0x8f0f4a){this[_0x40c405(0x1fa)][_0x40c405(0x178)]('Error\x20in\x20onAfterDriverCreate:\x20'+util[_0x40c405(0x1ef)](_0x8f0f4a));}}async[a84_0x16e592(0x13b)](_0x575dcb){const _0x51b616=a84_0x16e592,_0x27354b={'NOeou':_0x51b616(0x17a),'CuMgj':'Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','ubhYq':function(_0x500d8e,_0x5769ab){return _0x500d8e(_0x5769ab);},'XJfvv':function(_0x3a6b93,_0x14644f,_0x27ac83){return _0x3a6b93(_0x14644f,_0x27ac83);},'PvebU':_0x51b616(0x144),'aaUkG':_0x51b616(0x1e8),'AdUry':function(_0xa42a0f,_0x469ffd,_0x1e7ac6){return _0xa42a0f(_0x469ffd,_0x1e7ac6);},'iffnk':_0x51b616(0x178),'QPsGa':'errors','ZCfpY':function(_0x3a94c1,_0x8648ae){return _0x3a94c1>_0x8648ae;},'TPPLF':function(_0x484703,_0xd9a30c){return _0x484703||_0xd9a30c;},'ZpxoA':function(_0x325c7e,_0x1fd821){return _0x325c7e===_0x1fd821;},'CxwFI':function(_0x3847ee,_0x8378ac){return _0x3847ee===_0x8378ac;},'vUKQJ':function(_0x13a049,_0x39b3c1){return _0x13a049+_0x39b3c1;},'OIshh':_0x51b616(0x1e5),'AUwQW':_0x51b616(0x1f5),'EpZjY':_0x51b616(0x17f),'BBJyQ':_0x51b616(0x15e),'txSBD':function(_0x4341f6,_0x1324a2){return _0x4341f6>_0x1324a2;},'xadAx':_0x51b616(0x16d),'CzZYH':_0x51b616(0x188)};this[_0x51b616(0x1fa)][_0x51b616(0x177)](_0x27354b[_0x51b616(0x1b1)]);const _0x4810c1=_0x575dcb[_0x51b616(0x1a8)];if(!_0x4810c1){this['logger'][_0x51b616(0x177)](_0x27354b['CuMgj']);return;}const _0x3863fd=_0x575dcb[_0x51b616(0x1c9)],_0x2f5358=this[_0x51b616(0x14d)](_0x575dcb),_0x4d48f1=_0x3863fd[_0x51b616(0x1fe)];let _0x3c447a;const _0x444a3a=_0x27354b[_0x51b616(0x1ba)](getPlaywrightStatus,_0x4d48f1);let _0x487331,_0x465a7d=null;if(_0x3863fd['pickle']||_0x3863fd[_0x51b616(0x163)])_0x487331=_0x27354b[_0x51b616(0x1ba)](getCucumberSessionName,_0x3863fd),_0x3c447a=_0x27354b[_0x51b616(0x15a)](nestedKeyValue,_0x3863fd,[_0x27354b['PvebU'],_0x27354b[_0x51b616(0x180)]]);else{_0x487331=_0x27354b['ubhYq'](getPlaywrightSessionName,_0x3863fd),_0x3c447a=_0x27354b[_0x51b616(0x18f)](nestedKeyValue,_0x3863fd,[_0x27354b[_0x51b616(0x16c)],_0x27354b[_0x51b616(0x180)]]);const _0x4c1e00=_0x27354b[_0x51b616(0x18f)](nestedKeyValue,_0x3863fd,[_0x27354b['QPsGa']]);_0x4c1e00&&_0x27354b[_0x51b616(0x1a2)](_0x4c1e00[_0x51b616(0x1e3)],0x0)&&(_0x465a7d=_0x4c1e00[0x0][_0x51b616(0x1e8)]),_0x3c447a=_0x27354b[_0x51b616(0x1cd)](_0x3c447a,_0x465a7d),this[_0x51b616(0x1fa)][_0x51b616(0x177)]('Automation\x20onAfterTest:\x20Test\x20status:\x20'+_0x444a3a+_0x51b616(0x1e0)+_0x3c447a);}const _0x39a887=_0x27354b[_0x51b616(0x1cd)](_0x3c447a,_0x465a7d);this[_0x51b616(0x1fa)][_0x51b616(0x177)](_0x51b616(0x16f)+_0x444a3a);let _0x266a50,_0x156b13;if(this[_0x51b616(0x198)]&&_0x27354b[_0x51b616(0x1ea)](this[_0x51b616(0x198)][_0x51b616(0x145)],FRAMEWORKS[_0x51b616(0x1a3)]))_0x266a50=_0x2f5358,_0x156b13=TestInfo[_0x51b616(0x136)](_0x266a50);else this[_0x51b616(0x198)]&&_0x27354b[_0x51b616(0x1c5)](this[_0x51b616(0x198)][_0x51b616(0x145)],FRAMEWORKS[_0x51b616(0x137)])?(_0x266a50=this[_0x51b616(0x1ad)]['recreateIdentifierFromTestInfo'](_0x3863fd),this[_0x51b616(0x1fa)][_0x51b616(0x177)](_0x51b616(0x1e2)+_0x266a50)):(_0x266a50=TestInfo[_0x51b616(0x1cb)](_0x3863fd,_0x3863fd[_0x51b616(0x13d)]),_0x156b13=TestInfo[_0x51b616(0x136)](_0x266a50));const _0x5cf9c7=TestInfo[_0x51b616(0x1a9)](_0x266a50);this['logger'][_0x51b616(0x139)](_0x27354b['vUKQJ'](_0x27354b[_0x51b616(0x1b5)],_0x2f5358)),this[_0x51b616(0x1fa)]['info'](_0x27354b[_0x51b616(0x19f)](_0x27354b[_0x51b616(0x14a)],util[_0x51b616(0x153)](_0x5cf9c7)));const _0x2fba99=AutomationFramework[_0x51b616(0x155)](_0x4810c1,PlaywrightDriverModule[_0x51b616(0x1aa)]),_0x1446e3=_0x5cf9c7?.[TestFrameworkConstants[_0x51b616(0x142)]]||this[_0x51b616(0x198)]&&this[_0x51b616(0x198)][_0x51b616(0x145)],_0x5bcc7b=_0x5cf9c7?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]||this[_0x51b616(0x198)]&&this[_0x51b616(0x198)][_0x51b616(0x18b)],_0x1cc8e0=TestFrameworkState[_0x51b616(0x189)][_0x51b616(0x1e7)]()[_0x51b616(0x1de)]('.')[0x1],_0x52d4b4=HookState[_0x51b616(0x1ee)]['toString']()[_0x51b616(0x1de)]('.')[0x1],_0xb62689=_0x4810c1[_0x51b616(0x1be)](),_0x2862e2=AutomationFramework[_0x51b616(0x155)](_0x4810c1,PlaywrightDriverModule[_0x51b616(0x1cc)],''),_0x2d1580={'provider':_0x27354b['ubhYq'](getPlaywrightProvider,_0x2862e2),'frameworkName':_0x27354b[_0x51b616(0x171)],'frameworkVersion':_0x27354b[_0x51b616(0x1f3)],'frameworkSessionId':LoadTestModule[_0x51b616(0x1ab)]()?LoadTestModule['getLTSSessionId']():AutomationFramework[_0x51b616(0x155)](_0x4810c1,PlaywrightDriverModule['KEY_SESSION_ID'],''),'ref':_0x4810c1['getRef'](),'hubUrl':_0x2862e2};let _0x2255de=AutomationFramework['getState'](_0x4810c1,PlaywrightDriverModule[_0x51b616(0x18d)],{});_0x2255de&&_0x27354b[_0x51b616(0x1d8)](Object[_0x51b616(0x141)](_0x2255de)['length'],0x0)?_0x2255de=Buffer[_0x51b616(0x1bd)](JSON[_0x51b616(0x14f)](_0x2255de))[_0x51b616(0x1e7)](_0x27354b[_0x51b616(0x16a)]):_0x2255de=Buffer[_0x51b616(0x1bd)](JSON[_0x51b616(0x14f)]({}))['toString'](_0x27354b[_0x51b616(0x16a)]);const _0x24aae6={'hash':_0xb62689[_0x51b616(0x19b)](),'threadId':_0xb62689[_0x51b616(0x161)]()['toString'](),'processId':_0xb62689[_0x51b616(0x151)]()[_0x51b616(0x1e7)]()},_0x3ca3df={};_0x3ca3df[_0x51b616(0x1ce)]=_0x266a50;const _0x4d34e3={};_0x4d34e3[_0x51b616(0x186)]=_0x156b13;const _0x4458fe={'platformIndex':_0x2fba99,'testFrameworkName':_0x1446e3,'testFrameworkVersion':_0x5bcc7b,'testFrameworkState':_0x1cc8e0,'testHookState':_0x52d4b4,...this[_0x51b616(0x198)]&&_0x27354b[_0x51b616(0x1ea)](this[_0x51b616(0x198)][_0x51b616(0x145)],FRAMEWORKS[_0x51b616(0x137)])?_0x3ca3df:_0x4d34e3,'automationSession':_0x2d1580,'capabilities':_0x2255de,'executionContext':_0x24aae6};this[_0x51b616(0x1fa)][_0x51b616(0x177)](_0x51b616(0x192)+util[_0x51b616(0x1ef)](_0x4458fe)),GrpcClient[_0x51b616(0x138)]()[_0x51b616(0x154)](_0x4458fe),this[_0x51b616(0x1fa)]['debug']('onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20'+_0x2f5358+(this['testFrameworkData']&&_0x27354b[_0x51b616(0x1ea)](this[_0x51b616(0x198)][_0x51b616(0x145)],FRAMEWORKS['JEST'])?_0x51b616(0x1c1)+_0x266a50:''));if(!_0x444a3a){this['logger'][_0x51b616(0x177)](_0x27354b['CzZYH'],_0x4d48f1[_0x51b616(0x1fe)]);return;}this['logger'][_0x51b616(0x177)](_0x51b616(0x1df)+_0x2f5358),_0x3863fd&&(this[_0x51b616(0x1fa)][_0x51b616(0x177)](_0x51b616(0x13e)+_0x487331),await this[_0x51b616(0x1b0)](_0x3863fd)),await this[_0x51b616(0x1a1)](_0x4810c1,_0x487331,_0x444a3a,_0x39a887);}async[a84_0x16e592(0x1a1)](_0x37935c,_0x1ffd6c,_0x454332,_0x4916d7){const _0x4d8e2f=a84_0x16e592,_0x38a5f3={'emBfF':'markSessionStatus:\x20Skipping\x20session\x20status\x20marking','sWycR':_0x4d8e2f(0x176),'sQVdC':'markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','OEUBp':_0x4d8e2f(0x188),'cxudO':'setSessionStatus','JHnjq':_0x4d8e2f(0x1c0),'sFmMk':_0x4d8e2f(0x1d7),'DZHAo':function(_0x217de6,_0x575b86){return _0x217de6===_0x575b86;},'igzrS':_0x4d8e2f(0x1b7),'SSXRn':_0x4d8e2f(0x139),'BNxrw':'error','TBuPI':function(_0xcecff3,_0x3173e7,_0x57e353,_0x5275f9){return _0xcecff3(_0x3173e7,_0x57e353,_0x5275f9);},'vmcCH':_0x4d8e2f(0x160),'tfnKv':function(_0x1fd904,_0xaf8ef7,_0x5375e3){return _0x1fd904(_0xaf8ef7,_0x5375e3);}};if(CLIUtils[_0x4d8e2f(0x1c4)](BrowserstackCLI[_0x4d8e2f(0x138)]()[_0x4d8e2f(0x1c7)]())){this[_0x4d8e2f(0x1fa)][_0x4d8e2f(0x177)](_0x38a5f3[_0x4d8e2f(0x15d)]);return;}const _0x4feb24=_0x37935c;if(!_0x4feb24){this['logger'][_0x4d8e2f(0x177)](_0x38a5f3[_0x4d8e2f(0x133)]);return;}const _0x4a4832=AutomationFramework['getState'](_0x4feb24,PlaywrightDriverModule[_0x4d8e2f(0x169)]);if(!_0x4a4832){this[_0x4d8e2f(0x1fa)][_0x4d8e2f(0x177)](_0x38a5f3[_0x4d8e2f(0x1b2)]);return;}const _0x5a629c=_0x454332;if(!_0x5a629c){this[_0x4d8e2f(0x1fa)][_0x4d8e2f(0x177)](_0x38a5f3[_0x4d8e2f(0x152)],_0x5a629c);return;}const _0x17530e={};_0x17530e[_0x4d8e2f(0x1fe)]=_0x5a629c;const _0x47a4e1={};_0x47a4e1[_0x4d8e2f(0x140)]=_0x38a5f3[_0x4d8e2f(0x1f8)],_0x47a4e1[_0x4d8e2f(0x1ec)]=_0x17530e;const _0x2dbd64=_0x47a4e1;_0x4916d7&&(_0x2dbd64[_0x4d8e2f(0x1ec)][_0x38a5f3[_0x4d8e2f(0x1d1)]]=_0x4916d7);const _0x4f1d96=(_0x1ffd6c?_0x1ffd6c:_0x38a5f3['sFmMk'])+'\x20'+_0x5a629c+'\x20'+(_0x4916d7?_0x4d8e2f(0x174)+_0x4916d7:''),_0x1226df=_0x38a5f3[_0x4d8e2f(0x1eb)](_0x5a629c,_0x38a5f3['igzrS'])?_0x38a5f3[_0x4d8e2f(0x1ff)]:_0x38a5f3[_0x4d8e2f(0x13f)];await _0x38a5f3['TBuPI'](playwrightAnnotate,_0x4a4832,_0x4f1d96,_0x1226df),_0x4916d7&&(_0x2dbd64[_0x4d8e2f(0x1ec)][_0x38a5f3[_0x4d8e2f(0x1d1)]]=_0x4916d7),PerformanceTester[_0x4d8e2f(0x1f0)](PerformanceEvents[_0x4d8e2f(0x1b6)]),this[_0x4d8e2f(0x1fa)]['debug'](_0x38a5f3[_0x4d8e2f(0x185)]),await _0x38a5f3[_0x4d8e2f(0x14c)](playwrightBstackJsExecutor,_0x4a4832,_0x2dbd64),PerformanceTester['end'](PerformanceEvents[_0x4d8e2f(0x1b6)]);}async[a84_0x16e592(0x1b0)](_0xfe004){const _0xa27201=a84_0x16e592,_0x44d360={'gZFPA':_0xa27201(0x1f6),'hxwXn':function(_0x321a89,_0x888f51){return _0x321a89(_0x888f51);},'ukKFX':function(_0x5d72f9,_0x2fe39d){return _0x5d72f9(_0x2fe39d);},'rHItN':_0xa27201(0x16e),'czShp':function(_0x43920b,_0x4d59ef,_0x10378a){return _0x43920b(_0x4d59ef,_0x10378a);}};try{if(CLIUtils[_0xa27201(0x157)](BrowserstackCLI[_0xa27201(0x138)]()[_0xa27201(0x1c7)]())){this[_0xa27201(0x1fa)][_0xa27201(0x177)](_0x44d360[_0xa27201(0x1e9)]);return;}const _0x3cd55e=AutomationFramework['getState'](AutomationFramework[_0xa27201(0x1c6)](),PlaywrightDriverModule[_0xa27201(0x169)]);let _0x1f574a;_0xfe004[_0xa27201(0x1a6)]||_0xfe004['gherkinDocument']?_0x1f574a=_0x44d360['hxwXn'](getCucumberSessionName,_0xfe004):_0x1f574a=_0x44d360[_0xa27201(0x1af)](getPlaywrightSessionName,_0xfe004);const _0x530bf8={};_0x530bf8[_0xa27201(0x145)]=_0x1f574a;const _0x56b917={};_0x56b917['action']=_0x44d360['rHItN'],_0x56b917[_0xa27201(0x1ec)]=_0x530bf8;const _0x5bc63f=_0x56b917;PerformanceTester[_0xa27201(0x1f0)](PerformanceEvents[_0xa27201(0x170)]),await _0x44d360[_0xa27201(0x166)](playwrightBstackJsExecutor,_0x3cd55e,_0x5bc63f),PerformanceTester[_0xa27201(0x1da)](PerformanceEvents[_0xa27201(0x170)]);}catch(_0x42844f){PerformanceTester[_0xa27201(0x1da)](PerformanceEvents[_0xa27201(0x170)],![],util[_0xa27201(0x1ef)](_0x42844f)),this['logger'][_0xa27201(0x178)](_0xa27201(0x19a)+util['format'](_0x42844f));}}}PlaywrightDriverModule[a84_0x16e592(0x1b9)]=a84_0x16e592(0x1a0),module[a84_0x16e592(0x1a7)]=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_0x365128=a85_0x5510;(function(_0x222d0f,_0x2f5547){const _0x4bf52c=a85_0x5510,_0x366ea5=_0x222d0f();while(!![]){try{const _0x55434e=-parseInt(_0x4bf52c(0xc0))/0x1*(-parseInt(_0x4bf52c(0xbe))/0x2)+parseInt(_0x4bf52c(0x90))/0x3+parseInt(_0x4bf52c(0xa8))/0x4+-parseInt(_0x4bf52c(0xd4))/0x5+parseInt(_0x4bf52c(0xbd))/0x6+parseInt(_0x4bf52c(0x6a))/0x7+-parseInt(_0x4bf52c(0x84))/0x8;if(_0x55434e===_0x2f5547)break;else _0x366ea5['push'](_0x366ea5['shift']());}catch(_0x66e3aa){_0x366ea5['push'](_0x366ea5['shift']());}}}(a85_0x3d7c,0x9bfff));const util=require(a85_0x365128(0xa9)),BaseModule=require(a85_0x365128(0x8f)),{createClassLogger}=require(a85_0x365128(0xc2)),AutomationFramework=require(a85_0x365128(0xd2)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a85_0x365128(0xa7)),TestFramework=require(a85_0x365128(0xcb)),TestFrameworkState=require(a85_0x365128(0xca)),PlaywrightDriverModule=require(a85_0x365128(0x7e)),TestFrameworkConstants=require(a85_0x365128(0xbb)),GrpcClient=require(a85_0x365128(0x8c)),CLIUtils=require(a85_0x365128(0xcc)),TestInfo=require(a85_0x365128(0xb4)),testHubConstants=require(a85_0x365128(0xae)),{FRAMEWORKS}=require(a85_0x365128(0x72)),helper=require('../../../helpers/helper.js'),LoadTestModule=require(a85_0x365128(0xb3)),JestUtils=require('../utils/jest-utils.js'),BrowserstackCLI=require(a85_0x365128(0x8b)),{getPlaywrightProvider}=require(a85_0x365128(0x80));function a85_0x5510(_0xc3a9e8,_0x508a24){const _0x3d7cd1=a85_0x3d7c();return a85_0x5510=function(_0x551047,_0x2555cb){_0x551047=_0x551047-0x65;let _0xd6d9fc=_0x3d7cd1[_0x551047];return _0xd6d9fc;},a85_0x5510(_0xc3a9e8,_0x508a24);}function a85_0x3d7c(){const _0x202ef1=['onPageCreate:\x20Skipping\x20CBT\x20session\x20event\x20-\x20no\x20testInfo\x20(page\x20created\x20outside\x20test\x20context)','./loadTestModule.js','../TestInfo.js','instance','onPageCreate:\x20Recreated\x20Jest\x20testIdentifier:\x20','frameworkName','getTestUUID','getCurrentTestState','version','../framework/constants/testFrameworkConstants.js','KEY_SESSION_ID','1114500eLarxH','10HfoABy','ALOLq','199435iBAwEv','error','../../../helpers/classLogger.js','KEY_CAPABILITIES','iOsvP','debug','page','lqYqo','getLTSSessionId','AAVzF','../state/testFrameworkState.js','../framework/testFramework.js','../cliUtils.js','toString','testFrameworkData','KEY_TEST_FRAMEWORK_NAME','keys','exports','../framework/automationFramework.js','getId','384165BkgTXx','onPageCreate\x20CBTSession\x20complete\x20for\x20testId:\x20','wQePC','CUCUMBER','sendTestFrameworkEvent\x20complete\x20for\x20testState:\x20','O11yHashedID','getThreadId','getTestDetails','1053367GWBXfD','testFrameworkEvent','testFrameworkState','JEST','retry',',\x20test_identifier:\x20','name','testSessionEvent','../../../helpers/test-observability/constants.js','BROWSERSTACK_TESTHUB_JWT','Error\x20in\x20sending\x20CBTSession:\x20','format','base64','values','KEY_HUB_URL','getBuildHashedId','frameworkVersion','testInfo','testUuid','getTestId','./playwrightDriverModule.js','BROWSERSTACK_TESTHUB_UUID','../../../helpers/helper.js','logger','from','split','20569872VrunGI','0|1|4|2|5|6|3|8|7','createTestFrameworkEventPayload','TestHubModule','NuTHP','TEST','MODULE_NAME','../browserstackCLI.js','../grpcClient.js','onAllTestEvents','isLTSSession','./baseModule','2195517sXZCWH','getJwt','testhubConfig','getState','QLhdi','KEY_PLATFORM_INDEX','sendTestFrameworkEvent:\x20No\x20payload\x20created,\x20skipping\x20test\x20framework\x20event','stringify','getTestFramework','env','onPageCreate\x20Sending\x20CBT\x20for\x20testId:\x20','Error\x20in\x20sendTestFrameworkEvent:\x20','getProcessId','ENV_VAR','recreateIdentifierFromTestInfo','jestUtils','getInstance','KALrw','matchHookRegex','KEY_TEST_DEFERRED','onPageCreate','getContext','forEach','../state/hookState.js','4887188NrRrGf','util','bind','FvyNw','KEY_TEST_FRAMEWORK_VERSION','POST','../../../helpers/testhub/constants','onPageCreate\x20CBTSession\x20payload:\x20','sendTestFrameworkEvent','registerObserver'];a85_0x3d7c=function(){return _0x202ef1;};return a85_0x3d7c();}class TestHubModule extends BaseModule{['logger']=createClassLogger(a85_0x365128(0x87));constructor(_0x1fd3a7,_0x4a417d=null){const _0x34f873=a85_0x365128,_0x626f2e={};_0x626f2e['ALOLq']=_0x34f873(0x85),_0x626f2e[_0x34f873(0x88)]=_0x34f873(0x87);const _0x481163=_0x626f2e,_0x4e5250=_0x481163[_0x34f873(0xbf)][_0x34f873(0x83)]('|');let _0x5119fb=0x0;while(!![]){switch(_0x4e5250[_0x5119fb++]){case'0':super(_0x4a417d);continue;case'1':this[_0x34f873(0x70)]=_0x481163[_0x34f873(0x88)];continue;case'2':this[_0x34f873(0x9f)]=new JestUtils();continue;case'3':process[_0x34f873(0x99)][testHubConstants[_0x34f873(0x9d)][_0x34f873(0x73)]]=this[_0x34f873(0x92)][_0x34f873(0x91)]();continue;case'4':this['testhubConfig']=_0x1fd3a7;continue;case'5':AutomationFramework[_0x34f873(0xb1)](AutomationFrameworkState['CREATE'],HookState[_0x34f873(0xad)],this[_0x34f873(0xa4)][_0x34f873(0xaa)](this));continue;case'6':Object[_0x34f873(0x77)](TestFrameworkState)[_0x34f873(0xa6)](_0x40da8d=>{const _0x2720c2=_0x34f873;Object['values'](HookState)[_0x2720c2(0xa6)](_0x5acece=>{const _0x3817db=_0x2720c2;TestFramework[_0x3817db(0xb1)](_0x40da8d,_0x5acece,this[_0x3817db(0x8d)][_0x3817db(0xaa)](this));});});continue;case'7':BrowserstackCLI[_0x34f873(0x67)]=this[_0x34f873(0x92)]['getBuildHashedId']();continue;case'8':process[_0x34f873(0x99)][testHubConstants[_0x34f873(0x9d)][_0x34f873(0x7f)]]=this['testhubConfig'][_0x34f873(0x79)]();continue;}break;}}['getModuleName'](){const _0x507bf1=a85_0x365128;return TestHubModule[_0x507bf1(0x8a)];}[a85_0x365128(0x8d)](_0x16719e){const _0x85ff01=a85_0x365128,_0x493fd7={};_0x493fd7[_0x85ff01(0xc9)]=function(_0x5ae027,_0x596f90){return _0x5ae027===_0x596f90;};const _0x24dec1=_0x493fd7,_0x16e829=_0x16719e[_0x85ff01(0xb5)],_0x275b0d=_0x16e829[_0x85ff01(0xb9)]();(_0x24dec1[_0x85ff01(0xc9)](_0x275b0d,TestFrameworkState['TEST'])||CLIUtils[_0x85ff01(0xa2)](_0x275b0d[_0x85ff01(0xcd)]()[_0x85ff01(0x83)]('.')[0x1]))&&this[_0x85ff01(0xb0)](_0x16719e);}async[a85_0x365128(0xb0)](_0x3e515b){const _0x36bbb1=a85_0x365128,_0x3287f4={};_0x3287f4['lqYqo']=function(_0x4fb333,_0x227c73){return _0x4fb333===_0x227c73;},_0x3287f4[_0x36bbb1(0xc4)]=_0x36bbb1(0x96);const _0x410059=_0x3287f4;try{const _0x318ca1=BrowserstackCLI[_0x36bbb1(0xa0)]()[_0x36bbb1(0x98)]()[_0x36bbb1(0x86)](_0x3e515b);if(!_0x318ca1||_0x410059[_0x36bbb1(0xc7)](Object[_0x36bbb1(0xd0)](_0x318ca1)['length'],0x0)){this[_0x36bbb1(0x81)]['debug'](_0x410059[_0x36bbb1(0xc4)]);return;}const _0x25188b=await GrpcClient[_0x36bbb1(0xa0)]()[_0x36bbb1(0x6b)](_0x318ca1);this['logger'][_0x36bbb1(0xc5)](_0x36bbb1(0x66)+_0x318ca1[_0x36bbb1(0x6c)]+'\x20hookState:\x20'+_0x318ca1['hookState']);}catch(_0x453948){this[_0x36bbb1(0x81)][_0x36bbb1(0xc1)](_0x36bbb1(0x9b)+util[_0x36bbb1(0x75)](_0x453948));}}async[a85_0x365128(0xa4)](_0x7b58b3){const _0x56a11d=a85_0x365128,_0xbac1b2={'CqQSF':function(_0x16c56c,_0x4ee79b){return _0x16c56c===_0x4ee79b;},'FvyNw':_0x56a11d(0xb2),'QLhdi':function(_0x3bb860,_0x4040c0){return _0x3bb860===_0x4040c0;},'wQePC':function(_0x2644dd,_0x35ab25){return _0x2644dd(_0x35ab25);},'KALrw':_0x56a11d(0x76),'xVdxK':function(_0x4672a4,_0x508934){return _0x4672a4===_0x508934;}};try{if(_0x7b58b3[_0x56a11d(0xc6)]){const _0x2f10d9=this[_0x56a11d(0x7d)](_0x7b58b3);this[_0x56a11d(0x81)][_0x56a11d(0xc5)](_0x56a11d(0x9a)+_0x2f10d9);if(this[_0x56a11d(0xce)]&&_0xbac1b2['CqQSF'](this[_0x56a11d(0xce)]['name'],FRAMEWORKS[_0x56a11d(0x6d)])&&!_0x7b58b3[_0x56a11d(0x7b)]){this[_0x56a11d(0x81)][_0x56a11d(0xc5)](_0xbac1b2[_0x56a11d(0xab)]);return;}let _0x9f5ac3,_0x2ac5a8;if(this[_0x56a11d(0xce)]&&_0xbac1b2['QLhdi'](this[_0x56a11d(0xce)]['name'],FRAMEWORKS[_0x56a11d(0x65)]))_0x9f5ac3=_0x2f10d9,_0x2ac5a8=TestInfo['getTestUUID'](_0x9f5ac3);else this[_0x56a11d(0xce)]&&_0xbac1b2[_0x56a11d(0x94)](this[_0x56a11d(0xce)][_0x56a11d(0x70)],FRAMEWORKS['JEST'])?(_0x9f5ac3=this[_0x56a11d(0x9f)][_0x56a11d(0x9e)](_0x7b58b3[_0x56a11d(0x7b)]),this[_0x56a11d(0x81)][_0x56a11d(0xc5)](_0x56a11d(0xb6)+_0x9f5ac3)):(_0x9f5ac3=TestInfo['getTestIdentifierFromTestInfo'](_0x7b58b3[_0x56a11d(0x7b)],_0x7b58b3['testInfo'][_0x56a11d(0x6e)]),_0x2ac5a8=TestInfo[_0x56a11d(0xb8)](_0x9f5ac3));const _0x3635ae=TestInfo[_0x56a11d(0x69)](_0x9f5ac3),_0x2ef22e=_0x7b58b3[_0x56a11d(0xb5)],_0x2ac9c1=AutomationFramework[_0x56a11d(0x93)](_0x2ef22e,PlaywrightDriverModule[_0x56a11d(0x95)]),_0x496cf5=_0x3635ae?.[TestFrameworkConstants[_0x56a11d(0xcf)]]||this[_0x56a11d(0xce)]&&this[_0x56a11d(0xce)][_0x56a11d(0x70)],_0x161ce0=_0x3635ae?.[TestFrameworkConstants[_0x56a11d(0xac)]]||this[_0x56a11d(0xce)]&&this[_0x56a11d(0xce)][_0x56a11d(0xba)],_0x5e4b74=TestFrameworkState[_0x56a11d(0x89)][_0x56a11d(0xcd)]()['split']('.')[0x1],_0x3e91b9=HookState[_0x56a11d(0xad)][_0x56a11d(0xcd)]()[_0x56a11d(0x83)]('.')[0x1],_0x75ef57=_0x2ef22e[_0x56a11d(0xa5)](),_0xe2d97d=AutomationFramework[_0x56a11d(0x93)](_0x2ef22e,PlaywrightDriverModule[_0x56a11d(0x78)],''),_0x4c14af={'provider':_0xbac1b2[_0x56a11d(0xd6)](getPlaywrightProvider,_0xe2d97d),'frameworkName':_0x2ef22e[_0x56a11d(0xb7)],'frameworkVersion':_0x2ef22e[_0x56a11d(0x7a)],'frameworkSessionId':LoadTestModule[_0x56a11d(0x8e)]()?LoadTestModule[_0x56a11d(0xc8)]():AutomationFramework[_0x56a11d(0x93)](_0x2ef22e,PlaywrightDriverModule[_0x56a11d(0xbc)],''),'ref':_0x2ef22e['getRef'](),'hubUrl':_0xe2d97d};let _0x5104ae=AutomationFramework[_0x56a11d(0x93)](_0x2ef22e,PlaywrightDriverModule[_0x56a11d(0xc3)],{});_0x5104ae=Buffer[_0x56a11d(0x82)](JSON[_0x56a11d(0x97)](_0x5104ae))[_0x56a11d(0xcd)](_0xbac1b2[_0x56a11d(0xa1)]);const _0x5b2056={'hash':_0x75ef57[_0x56a11d(0xd3)](),'threadId':_0x75ef57[_0x56a11d(0x68)]()[_0x56a11d(0xcd)](),'processId':_0x75ef57[_0x56a11d(0x9c)]()['toString']()},_0x45142c={};_0x45142c['test_identifier']=_0x9f5ac3;const _0x405e53={};_0x405e53[_0x56a11d(0x7c)]=_0x2ac5a8;const _0x3e26ea={'platformIndex':_0x2ac9c1,'testFrameworkName':_0x496cf5,'testFrameworkVersion':_0x161ce0,'testFrameworkState':_0x5e4b74,'testHookState':_0x3e91b9,...this[_0x56a11d(0xce)]&&_0xbac1b2['QLhdi'](this[_0x56a11d(0xce)][_0x56a11d(0x70)],FRAMEWORKS[_0x56a11d(0x6d)])?_0x45142c:_0x405e53,'automationSession':_0x4c14af,'capabilities':_0x5104ae,'executionContext':_0x5b2056};this[_0x56a11d(0x81)]['debug'](_0x56a11d(0xaf)+util['format'](_0x3e26ea));const _0x294a39=await GrpcClient[_0x56a11d(0xa0)]()[_0x56a11d(0x71)](_0x3e26ea);this['logger'][_0x56a11d(0xc5)](_0x56a11d(0xd5)+_0x2f10d9+(this[_0x56a11d(0xce)]&&_0xbac1b2['xVdxK'](this[_0x56a11d(0xce)]['name'],FRAMEWORKS[_0x56a11d(0x6d)])?_0x56a11d(0x6f)+_0x9f5ac3:''));}}catch(_0x369fe6){this[_0x56a11d(0x81)][_0x56a11d(0xc1)](_0x56a11d(0x74)+util['format'](_0x369fe6));}}}TestHubModule[a85_0x365128(0x8a)]=a85_0x365128(0x87),TestHubModule[a85_0x365128(0xa3)]='test_deferred',module[a85_0x365128(0xd1)]=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_0x4c4cc7=a86_0x46bb;(function(_0x1d8020,_0x319f99){const _0x2f0253=a86_0x46bb,_0x3a2691=_0x1d8020();while(!![]){try{const _0x40f605=-parseInt(_0x2f0253(0x145))/0x1+parseInt(_0x2f0253(0x147))/0x2+-parseInt(_0x2f0253(0x13b))/0x3+-parseInt(_0x2f0253(0x149))/0x4+-parseInt(_0x2f0253(0x139))/0x5*(parseInt(_0x2f0253(0x137))/0x6)+parseInt(_0x2f0253(0x135))/0x7*(-parseInt(_0x2f0253(0x144))/0x8)+-parseInt(_0x2f0253(0x13d))/0x9*(-parseInt(_0x2f0253(0x146))/0xa);if(_0x40f605===_0x319f99)break;else _0x3a2691['push'](_0x3a2691['shift']());}catch(_0x3c2ca6){_0x3a2691['push'](_0x3a2691['shift']());}}}(a86_0x4813,0xd5a9a));const {PLAYWRIGHT}=require(a86_0x4c4cc7(0x143)),a86_0x214476={};a86_0x214476[a86_0x4c4cc7(0x131)]=0x0,a86_0x214476[a86_0x4c4cc7(0x140)]=function(){const _0x5312be=a86_0x4c4cc7,_0x5029b3={};_0x5029b3[_0x5312be(0x13c)]='AutomationFrameworkState.NONE';const _0x5f4223=_0x5029b3;return _0x5f4223[_0x5312be(0x13c)];};const a86_0x57449c={};a86_0x57449c[a86_0x4c4cc7(0x131)]=0x1,a86_0x57449c['toString']=function(){const _0x1ba403=a86_0x4c4cc7,_0x28a7dc={};_0x28a7dc[_0x1ba403(0x13e)]=_0x1ba403(0x148);const _0x501bbb=_0x28a7dc;return _0x501bbb[_0x1ba403(0x13e)];};function a86_0x46bb(_0x215011,_0x35ece8){const _0x48132e=a86_0x4813();return a86_0x46bb=function(_0x46bb28,_0x41a288){_0x46bb28=_0x46bb28-0x131;let _0x216c25=_0x48132e[_0x46bb28];return _0x216c25;},a86_0x46bb(_0x215011,_0x35ece8);}const a86_0x43dd74={};a86_0x43dd74[a86_0x4c4cc7(0x131)]=0x2,a86_0x43dd74['toString']=function(){const _0xdb0312=a86_0x4c4cc7,_0x320826={};_0x320826[_0xdb0312(0x13f)]=_0xdb0312(0x13a);const _0x30768d=_0x320826;return _0x30768d[_0xdb0312(0x13f)];};const a86_0x1b2dcb={};a86_0x1b2dcb[a86_0x4c4cc7(0x131)]=0x3,a86_0x1b2dcb[a86_0x4c4cc7(0x140)]=function(){const _0x42237e=a86_0x4c4cc7,_0x4993f4={};_0x4993f4[_0x42237e(0x141)]=_0x42237e(0x133);const _0x610a94=_0x4993f4;return _0x610a94[_0x42237e(0x141)];};const a86_0x50dba7={};a86_0x50dba7[a86_0x4c4cc7(0x131)]=0x4,a86_0x50dba7[a86_0x4c4cc7(0x140)]=function(){const _0xd07c1b=a86_0x4c4cc7,_0x2dec06={};_0x2dec06[_0xd07c1b(0x134)]='AutomationFrameworkState.IDLE';const _0x12a905=_0x2dec06;return _0x12a905[_0xd07c1b(0x134)];};const a86_0x492f67={};a86_0x492f67[a86_0x4c4cc7(0x131)]=0x5,a86_0x492f67[a86_0x4c4cc7(0x140)]=function(){const _0x52f9a0=a86_0x4c4cc7,_0x1749fb={};_0x1749fb['PAGmD']=_0x52f9a0(0x138);const _0xe6402f=_0x1749fb;return _0xe6402f[_0x52f9a0(0x142)];};function a86_0x4813(){const _0x1e36c3=['value','values','AutomationFrameworkState.EXECUTE','koHHk','2828MNzwcE','find','30taSyWF','AutomationFrameworkState.QUIT','279605PCIYho','AutomationFrameworkState.PLAYWRIGHT_DISPATCH','4406250DVJofk','XxJiw','108YHyLGy','yBHIy','rvzhu','toString','AkRPg','PAGmD','../../utils/constants','13744tZnmJP','684160NpZSyc','3966890nCqzgx','625846dHHwlP','AutomationFrameworkState.CREATE','4285768xodvSu'];a86_0x4813=function(){return _0x1e36c3;};return a86_0x4813();}const AutomationFrameworkState=Object['freeze']({'NONE':a86_0x214476,'CREATE':a86_0x57449c,'PLAYWRIGHT_DISPATCH':a86_0x43dd74,'EXECUTE':a86_0x1b2dcb,'IDLE':a86_0x50dba7,'QUIT':a86_0x492f67,'fromValue'(_0x368d1a){const _0x23f9c5=a86_0x4c4cc7;return Object[_0x23f9c5(0x132)](AutomationFrameworkState)[_0x23f9c5(0x136)](_0xc5ae8f=>_0xc5ae8f[_0x23f9c5(0x131)]===_0x368d1a);}});module['exports']=AutomationFrameworkState;