browserstack-node-sdk 1.56.2 → 1.57.0

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 (201) 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 +3 -2
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/newman/command.js +1 -1
  79. package/src/bin/newman/helper.js +1 -1
  80. package/src/bin/newman/reporter/index.js +1 -1
  81. package/src/bin/newman/scriptRunner.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/puppeteer/patches.js +1 -1
  94. package/src/bin/puppeteer/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/test.setup.js +1 -1
  96. package/src/bin/runner.js +1 -1
  97. package/src/bin/setup.js +1 -1
  98. package/src/bin/test-runner/index.js +1 -1
  99. package/src/bin/test-runner/runTest.js +1 -1
  100. package/src/bin/test-runner/testWorker.js +1 -1
  101. package/src/bin/utils/apiUtilityMethods.js +1 -1
  102. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  103. package/src/bin/utils/constants.js +1 -1
  104. package/src/bin/utils/log4jsAppender.js +1 -1
  105. package/src/bin/utils/logPatcher.js +1 -1
  106. package/src/bin/utils/logReportingAPI.js +1 -1
  107. package/src/bin/utils/playwright-patcher.js +1 -1
  108. package/src/bin/utils/puppeteer-patcher.js +1 -1
  109. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  110. package/src/bin/utils/sharedUtils.js +1 -1
  111. package/src/bin/v2/TestInfo.js +1 -1
  112. package/src/bin/v2/browserstackCLI.js +1 -1
  113. package/src/bin/v2/cliUtils.js +1 -1
  114. package/src/bin/v2/customTagManager.js +1 -1
  115. package/src/bin/v2/eventDispatcher.js +1 -1
  116. package/src/bin/v2/framework/automationFramework.js +1 -1
  117. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  118. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  119. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  120. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  121. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  122. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  123. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  124. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/testFramework.js +1 -1
  126. package/src/bin/v2/grpcClient.js +1 -1
  127. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  128. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  129. package/src/bin/v2/instances/trackedContext.js +1 -1
  130. package/src/bin/v2/instances/trackedInstance.js +1 -1
  131. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  132. package/src/bin/v2/modules/baseModule.js +1 -1
  133. package/src/bin/v2/modules/loadTestModule.js +1 -1
  134. package/src/bin/v2/modules/observabilityModule.js +1 -1
  135. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  136. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  137. package/src/bin/v2/modules/testhubModule.js +1 -1
  138. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  139. package/src/bin/v2/state/hookState.js +1 -1
  140. package/src/bin/v2/state/testFrameworkState.js +1 -1
  141. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  142. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  143. package/src/bin/v2/utils/jest-utils.js +1 -1
  144. package/src/bin/vanilla-js/command.js +1 -1
  145. package/src/browserStackSdk.js +1 -1
  146. package/src/helpers/BrowserStackSetup.js +1 -1
  147. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  148. package/src/helpers/accessibility-automation/constants.js +1 -1
  149. package/src/helpers/accessibility-automation/helper.js +1 -1
  150. package/src/helpers/accessibility-automation/scripts.js +1 -1
  151. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  152. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  153. package/src/helpers/ats/constants.js +1 -1
  154. package/src/helpers/ats/helper.js +1 -1
  155. package/src/helpers/caCertHelper.js +1 -1
  156. package/src/helpers/capsMapping.js +1 -1
  157. package/src/helpers/central-scanner/constants.js +1 -1
  158. package/src/helpers/central-scanner/helpers.js +1 -1
  159. package/src/helpers/classLogger.js +1 -1
  160. package/src/helpers/driverInitErrorReporter.js +1 -1
  161. package/src/helpers/globals.js +1 -1
  162. package/src/helpers/helper.js +1 -1
  163. package/src/helpers/logger.js +1 -1
  164. package/src/helpers/metadata.js +1 -1
  165. package/src/helpers/patchHelper.js +1 -1
  166. package/src/helpers/patchHelpers.js +1 -1
  167. package/src/helpers/percy/Percy.js +1 -1
  168. package/src/helpers/percy/PercyBinary.js +1 -1
  169. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  170. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  171. package/src/helpers/percy/PercySDK.js +1 -1
  172. package/src/helpers/percy/index.js +1 -1
  173. package/src/helpers/percy/utils.js +1 -1
  174. package/src/helpers/performance/constants.js +1 -1
  175. package/src/helpers/performance/performance-tester.js +1 -1
  176. package/src/helpers/playwright-helper.js +1 -1
  177. package/src/helpers/processHelper.js +1 -1
  178. package/src/helpers/puppeteer-helper.js +1 -1
  179. package/src/helpers/request-spy.js +1 -1
  180. package/src/helpers/setKeepAlive.js +1 -1
  181. package/src/helpers/stackFrameUtils.js +1 -1
  182. package/src/helpers/test-observability/constants.js +1 -1
  183. package/src/helpers/test-observability/error-handler.js +1 -1
  184. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  185. package/src/helpers/test-observability/sessionHandler.js +1 -1
  186. package/src/helpers/test-observability/utils.js +1 -1
  187. package/src/helpers/test-orchestration/constants.js +1 -1
  188. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  189. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  190. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  191. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  192. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  193. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  194. package/src/helpers/testhub/constants.js +1 -1
  195. package/src/helpers/testhub/testhubHandler.js +1 -1
  196. package/src/helpers/testhub/utils.js +1 -1
  197. package/src/helpers/timeoutPromise.js +1 -1
  198. package/src/helpers/utilities.js +1 -1
  199. package/src/helpers/w3cMapping.js +1 -1
  200. package/src/hubAllocationMethods.js +1 -1
  201. package/src/index.js +1 -1
package/src/index.js CHANGED
@@ -1 +1 @@
1
- const a160_0x4ef932=a160_0x3363;function a160_0x3363(_0x2b3923,_0x255a89){const _0x2681a7=a160_0x2681();return a160_0x3363=function(_0x336397,_0x77e544){_0x336397=_0x336397-0x146;let _0x21ee34=_0x2681a7[_0x336397];return _0x21ee34;},a160_0x3363(_0x2b3923,_0x255a89);}(function(_0xf60c61,_0x370421){const _0x73aaf2=a160_0x3363,_0x239b7a=_0xf60c61();while(!![]){try{const _0x27fa33=parseInt(_0x73aaf2(0x1ae))/0x1*(-parseInt(_0x73aaf2(0x28d))/0x2)+-parseInt(_0x73aaf2(0x20c))/0x3*(-parseInt(_0x73aaf2(0x16b))/0x4)+-parseInt(_0x73aaf2(0x1b6))/0x5*(parseInt(_0x73aaf2(0x16f))/0x6)+-parseInt(_0x73aaf2(0x1e3))/0x7*(-parseInt(_0x73aaf2(0x27e))/0x8)+parseInt(_0x73aaf2(0x215))/0x9*(parseInt(_0x73aaf2(0x16e))/0xa)+parseInt(_0x73aaf2(0x20f))/0xb+-parseInt(_0x73aaf2(0x1c1))/0xc*(parseInt(_0x73aaf2(0x23f))/0xd);if(_0x27fa33===_0x370421)break;else _0x239b7a['push'](_0x239b7a['shift']());}catch(_0x5ed8a0){_0x239b7a['push'](_0x239b7a['shift']());}}}(a160_0x2681,0x38144));const util=require('util'),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a160_0x4ef932(0x1d4)),{setAccessibilityCapabilities,setExtension}=require(a160_0x4ef932(0x238)),helper=require(a160_0x4ef932(0x250)),logger=require(a160_0x4ef932(0x274))['winstonLogger'],hubAllocator=require(a160_0x4ef932(0x1ba)),percySDK=require(a160_0x4ef932(0x23d)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a160_0x4ef932(0x284)),scripts=require(a160_0x4ef932(0x1a7)),globals=require('./helpers/globals'),{commandRepository}=require(a160_0x4ef932(0x175)),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require(a160_0x4ef932(0x1bc)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a160_0x4ef932(0x1d8)),{nonBstackPlatformValidation}=require(a160_0x4ef932(0x1d4)),modify=_0x477b57=>{const _0x2ad0b4=a160_0x4ef932,_0x4d100f={'WCyAe':function(_0x5c533b,_0x3b3785){return _0x5c533b!==_0x3b3785;},'VFMVM':_0x2ad0b4(0x25f),'eEzEE':function(_0x2bd146,_0x11d2b5){return _0x2bd146+_0x11d2b5;},'xLCoC':_0x2ad0b4(0x210),'GwMIh':_0x2ad0b4(0x182),'LnAdk':_0x2ad0b4(0x21b),'sndyJ':_0x2ad0b4(0x149),'MVJaG':_0x2ad0b4(0x233),'AUeba':_0x2ad0b4(0x224),'Xzygu':_0x2ad0b4(0x1cd),'kIGgr':_0x2ad0b4(0x1a9),'BplQK':'safari.options','XlMnj':'se:ieOptions','oRIzu':'ieOptions','Wdwnd':function(_0x1fe19d,_0x4f1a0e){return _0x1fe19d===_0x4f1a0e;},'qfeCu':_0x2ad0b4(0x289),'wzKIi':_0x2ad0b4(0x2aa),'oAxHb':function(_0x16029b){return _0x16029b();},'WMrur':function(_0x2e2599,_0x5b3c39){return _0x2e2599(_0x5b3c39);},'ApsZh':'bstack:options','fnBoT':'device','CJnTi':_0x2ad0b4(0x1fd),'Jivog':_0x2ad0b4(0x212),'HQNaM':_0x2ad0b4(0x28e),'GYXWm':_0x2ad0b4(0x19e),'aLHOD':'chrome','BwfWk':function(_0x503158){return _0x503158();},'YVTuQ':_0x2ad0b4(0x157),'JTwdU':_0x2ad0b4(0x1b9),'ZEBTC':_0x2ad0b4(0x291),'CCOZZ':function(_0x462e67,_0x203b43,_0x5a18fd){return _0x462e67(_0x203b43,_0x5a18fd);},'beFlU':_0x2ad0b4(0x161),'sKpBC':_0x2ad0b4(0x275),'Zbkgp':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','IZgDC':'optimalHubUrl','AOART':_0x2ad0b4(0x27f),'opnIy':_0x2ad0b4(0x1b0),'fBYHM':'bstackA11yScanOptions','Ghqlh':function(_0x53adfe,_0x5ead17){return _0x53adfe||_0x5ead17;},'QDiiR':function(_0xaec702,_0x5c272d,_0x1c378d,_0x11631f,_0x2d9595){return _0xaec702(_0x5c272d,_0x1c378d,_0x11631f,_0x2d9595);},'WYSoH':function(_0x1f8c4a,_0x31c283,_0x232255,_0x374f35,_0x417f43){return _0x1f8c4a(_0x31c283,_0x232255,_0x374f35,_0x417f43);},'MtTIr':_0x2ad0b4(0x189),'qawuG':'Modifying\x20webdriver\x20builder'};logger['info'](_0x4d100f['MtTIr']),logger['debug'](_0x4d100f[_0x2ad0b4(0x225)]);const _0x57743d=helper['requireSeleniumWebdriver'](),_0x5b97b1=helper['requireHttpClient']();class _0x2678d8 extends _0x5b97b1['HttpClient']{[_0x2ad0b4(0x1e5)](_0x1d09ca){const _0x2b3d55=_0x2ad0b4;if(_0x4d100f[_0x2b3d55(0x290)](_0x1d09ca[_0x2b3d55(0x232)],_0x4d100f[_0x2b3d55(0x25c)])&&_0x4d100f[_0x2b3d55(0x290)](global['newHubUrl'],''))try{global['newHubUrl']=_0x4d100f[_0x2b3d55(0x1da)](_0x4d100f[_0x2b3d55(0x1da)](_0x4d100f['xLCoC'],global[_0x2b3d55(0x1cb)]),_0x4d100f[_0x2b3d55(0x29a)]),this[_0x2b3d55(0x1a4)]=hubAllocator['getRequestOptions'](global[_0x2b3d55(0x1cb)]),logger['debug'](_0x2b3d55(0x216)+global['newHubUrl']),global[_0x2b3d55(0x1cb)]='';}catch(_0x7a9425){logger['error'](_0x7a9425);}return super[_0x2b3d55(0x1e5)](_0x1d09ca);}}class _0x593657 extends _0x57743d['Builder']{[_0x2ad0b4(0x2a6)](_0x3d9dd6){const _0x509d88=_0x2ad0b4;let _0x14375a={};for(const _0x161fcd in _0x3d9dd6){switch(_0x161fcd){case _0x4d100f[_0x509d88(0x272)]:case _0x4d100f[_0x509d88(0x24f)]:this[_0x509d88(0x1b1)]&&(_0x14375a=this['chromeOptions_']['get'](this[_0x509d88(0x1b1)][_0x509d88(0x19a)])||{},this[_0x509d88(0x1b1)][_0x509d88(0x203)](this[_0x509d88(0x1b1)][_0x509d88(0x19a)],helper[_0x509d88(0x1f2)](_0x14375a,_0x3d9dd6[_0x161fcd])));break;case _0x4d100f[_0x509d88(0x1f3)]:case _0x4d100f[_0x509d88(0x1b5)]:this[_0x509d88(0x226)]&&(_0x14375a=this[_0x509d88(0x226)][_0x509d88(0x197)](this['edgeOptions_'][_0x509d88(0x19a)])||{},this[_0x509d88(0x226)]['set'](this[_0x509d88(0x226)]['CAPABILITY_KEY'],helper[_0x509d88(0x1f2)](_0x14375a,_0x3d9dd6[_0x161fcd])));break;case _0x4d100f[_0x509d88(0x199)]:case _0x4d100f[_0x509d88(0x22e)]:this['firefoxOptions_']&&(_0x14375a=this[_0x509d88(0x1c2)]['get'](this[_0x509d88(0x1c2)][_0x509d88(0x19a)])||{},this['firefoxOptions_'][_0x509d88(0x203)](this[_0x509d88(0x1c2)][_0x509d88(0x19a)],helper[_0x509d88(0x1f2)](_0x14375a,_0x3d9dd6[_0x161fcd])));break;case _0x4d100f[_0x509d88(0x170)]:this[_0x509d88(0x193)]&&(_0x14375a=this[_0x509d88(0x193)][_0x509d88(0x197)](this[_0x509d88(0x193)][_0x509d88(0x19a)])||{},this['safariOptions_'][_0x509d88(0x203)](this[_0x509d88(0x193)][_0x509d88(0x19a)],helper[_0x509d88(0x1f2)](_0x14375a,_0x3d9dd6[_0x161fcd])));break;case _0x4d100f[_0x509d88(0x27d)]:case _0x4d100f[_0x509d88(0x258)]:this[_0x509d88(0x26b)]&&(_0x14375a=this[_0x509d88(0x26b)][_0x509d88(0x197)](this[_0x509d88(0x26b)][_0x509d88(0x19a)])||{},this[_0x509d88(0x26b)]['set'](this['ieOptions_'][_0x509d88(0x19a)],helper['mergeDeep'](_0x14375a,_0x3d9dd6[_0x161fcd])));break;}}}[_0x2ad0b4(0x1f0)](){const _0x80d2cc=_0x2ad0b4;return this[_0x80d2cc(0x15e)]=helper['getHubUrl'](_0x477b57),logger[_0x80d2cc(0x2a0)](_0x80d2cc(0x159)+this[_0x80d2cc(0x15e)]),this;}['setCapabilities'](){const _0x6318e1=_0x2ad0b4,_0x122ada={'tBOLs':function(_0x41e18a,_0x4c7291){const _0x1dcb76=a160_0x3363;return _0x4d100f[_0x1dcb76(0x25a)](_0x41e18a,_0x4c7291);},'qFdMe':_0x4d100f[_0x6318e1(0x21a)]};return logger['debug'](_0x4d100f[_0x6318e1(0x24b)]),this['__setBrowserOptions'](_0x477b57[_0x6318e1(0x22b)]),Object[_0x6318e1(0x277)](_0x477b57['capability'])[_0x6318e1(0x20d)](_0x22a655=>{const _0x21dea2=_0x6318e1,_0x143793=this['capabilities_']['get'](_0x22a655);_0x122ada[_0x21dea2(0x260)](typeof _0x143793,_0x122ada[_0x21dea2(0x185)])?this['capabilities_']['set'](_0x22a655,helper['mergeDeep'](_0x143793,_0x477b57[_0x21dea2(0x22b)][_0x22a655])):this[_0x21dea2(0x1cf)][_0x21dea2(0x203)](_0x22a655,_0x477b57['capability'][_0x22a655]);}),this;}['build'](){const _0x4150b2=_0x2ad0b4,_0x2e1e0a={'iZgZc':function(_0x4cf496){const _0x1b2505=a160_0x3363;return _0x4d100f[_0x1b2505(0x2a9)](_0x4cf496);},'QbAmf':function(_0x51438,_0x278ad2){return _0x4d100f['WMrur'](_0x51438,_0x278ad2);},'ULxUE':_0x4d100f[_0x4150b2(0x172)],'KUFke':_0x4d100f[_0x4150b2(0x1e9)],'RVIVb':_0x4d100f[_0x4150b2(0x22d)],'DCZLp':_0x4d100f['Jivog'],'mrymg':_0x4d100f['HQNaM'],'ABJRh':function(_0x543828,_0x7a99a3){const _0x4583a1=_0x4150b2;return _0x4d100f[_0x4583a1(0x25a)](_0x543828,_0x7a99a3);},'cRKLc':_0x4d100f[_0x4150b2(0x18a)],'uJJMg':_0x4d100f['aLHOD'],'BpnTV':function(_0x199c04){const _0x3296fd=_0x4150b2;return _0x4d100f[_0x3296fd(0x1b2)](_0x199c04);},'PdjOq':_0x4d100f[_0x4150b2(0x17c)],'bEaDA':_0x4d100f[_0x4150b2(0x207)],'OYlXQ':_0x4d100f['ZEBTC'],'wfjpG':function(_0x440773,_0x33b63c,_0x324031){const _0x46a784=_0x4150b2;return _0x4d100f[_0x46a784(0x1ad)](_0x440773,_0x33b63c,_0x324031);},'JhjuP':_0x4d100f[_0x4150b2(0x218)],'OqEws':_0x4d100f['sKpBC'],'TFzWG':_0x4d100f['Zbkgp'],'ohqxc':_0x4d100f[_0x4150b2(0x208)],'CYuEs':_0x4d100f[_0x4150b2(0x202)],'QkQPI':_0x4d100f['opnIy'],'iKFcQ':_0x4d100f['fBYHM'],'CWddi':function(_0x1e2ef0,_0x3a255a){const _0x164aff=_0x4150b2;return _0x4d100f[_0x164aff(0x2a8)](_0x1e2ef0,_0x3a255a);},'hxxsj':function(_0x29d4b7,_0x5552a7,_0x1c7cd7,_0x404471,_0x40a843){const _0x1f8963=_0x4150b2;return _0x4d100f[_0x1f8963(0x211)](_0x29d4b7,_0x5552a7,_0x1c7cd7,_0x404471,_0x40a843);},'bQGCa':function(_0x5b457e,_0x1e123,_0x5b973c,_0x1144dd,_0x251feb){return _0x4d100f['WYSoH'](_0x5b457e,_0x1e123,_0x5b973c,_0x1144dd,_0x251feb);}};PerformanceTester[_0x4150b2(0x26c)](PerformanceEvents[_0x4150b2(0x1de)],()=>{const _0x3bb134=_0x4150b2;_0x2e1e0a[_0x3bb134(0x16c)](isAccessibilityAutomationSession)&&_0x2e1e0a['QbAmf'](setAccessibilityCapabilities,_0x477b57);this[_0x3bb134(0x1f0)](),this['setCapabilities']();if(helper[_0x3bb134(0x21f)](_0x477b57['proxySettings'][_0x3bb134(0x270)]))this[_0x3bb134(0x1e2)]=helper[_0x3bb134(0x29f)](_0x477b57[_0x3bb134(0x16a)][_0x3bb134(0x270)]);else _0x477b57['proxySettings'][_0x3bb134(0x270)]&&(this['proxy_']=_0x477b57[_0x3bb134(0x16a)][_0x3bb134(0x270)],logger[_0x3bb134(0x2a0)](_0x3bb134(0x1d9)+this[_0x3bb134(0x26f)]));if(_0x2e1e0a[_0x3bb134(0x16c)](isAccessibilityAutomationSession)){const _0x5e684e=this[_0x3bb134(0x1cf)][_0x3bb134(0x197)](_0x2e1e0a['ULxUE'])||{},_0x595ea9=_0x5e684e[_0x3bb134(0x1fd)]||this[_0x3bb134(0x1cf)][_0x3bb134(0x197)](_0x2e1e0a['KUFke'])||this[_0x3bb134(0x1cf)][_0x3bb134(0x197)](_0x2e1e0a[_0x3bb134(0x166)]);if(_0x595ea9){const _0x35c971=(_0x5e684e['platformName']||this[_0x3bb134(0x1cf)][_0x3bb134(0x197)](_0x2e1e0a[_0x3bb134(0x286)])||'')['toLowerCase'](),_0x4e79b4=(_0x5e684e[_0x3bb134(0x28e)]||this[_0x3bb134(0x1cf)][_0x3bb134(0x197)](_0x2e1e0a['mrymg'])||'')[_0x3bb134(0x269)]();_0x2e1e0a[_0x3bb134(0x24c)](_0x35c971,_0x2e1e0a[_0x3bb134(0x179)])&&_0x4e79b4['includes'](_0x2e1e0a[_0x3bb134(0x15b)])&&(_0x2e1e0a[_0x3bb134(0x26e)](isMobileScanningEnabledForGroup)&&(logger['debug'](_0x2e1e0a[_0x3bb134(0x16d)]),globals[_0x3bb134(0x25e)](_0x2e1e0a[_0x3bb134(0x1a5)],!![])));}}if(globals['getGlobal'](_0x2e1e0a['OYlXQ'])){if(!_0x2e1e0a['wfjpG'](setExtension,this,_0x477b57)){globals[_0x3bb134(0x25e)](_0x2e1e0a['OYlXQ'],![]);const _0x5beac0=this[_0x3bb134(0x1cf)][_0x3bb134(0x197)](_0x2e1e0a[_0x3bb134(0x267)]);_0x5beac0&&(_0x5beac0[_0x3bb134(0x176)]=![],delete _0x5beac0['accessibilityOptions'],this[_0x3bb134(0x1cf)]['set'](_0x2e1e0a[_0x3bb134(0x267)],_0x5beac0)),this[_0x3bb134(0x1cf)][_0x3bb134(0x197)](_0x2e1e0a[_0x3bb134(0x180)])&&(this[_0x3bb134(0x1cf)][_0x3bb134(0x203)](_0x2e1e0a[_0x3bb134(0x180)],![]),this[_0x3bb134(0x1cf)]['delete'](_0x2e1e0a[_0x3bb134(0x27a)]));}}(!helper[_0x3bb134(0x24a)]()||helper[_0x3bb134(0x1c4)](_0x477b57))&&helper[_0x3bb134(0x1be)](null,null,_0x477b57['framework'],null,this,null),helper[_0x3bb134(0x1c6)](_0x477b57[_0x3bb134(0x22b)]),logger[_0x3bb134(0x2a0)](_0x2e1e0a['TFzWG']);})();const _0x18c3b0=super['build']();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x4150b2(0x192)],()=>{const _0x162f47=_0x4150b2,_0xce1476={'EACED':function(_0xb442b9,_0x40b21c,_0xa3f410,_0x8d956d,_0x47cf3b){const _0xb81cc6=a160_0x3363;return _0x2e1e0a[_0xb81cc6(0x205)](_0xb442b9,_0x40b21c,_0xa3f410,_0x8d956d,_0x47cf3b);},'hXBiE':function(_0x505384,_0x34ae92){return _0x2e1e0a['CWddi'](_0x505384,_0x34ae92);},'RPNAA':_0x2e1e0a[_0x162f47(0x1c9)],'NISmr':_0x2e1e0a['iKFcQ'],'uxFKl':function(_0x5bc428,_0x39e96b){const _0xea4c42=_0x162f47;return _0x2e1e0a[_0xea4c42(0x287)](_0x5bc428,_0x39e96b);},'dggdS':function(_0x3322c3,_0x9bc7c9,_0x4e94d7){const _0x792d4d=_0x162f47;return _0x2e1e0a[_0x792d4d(0x1af)](_0x3322c3,_0x9bc7c9,_0x4e94d7);},'mKEOB':function(_0x20bfdc,_0x22775f,_0x5d1a2c){const _0x4cecd8=_0x162f47;return _0x2e1e0a[_0x4cecd8(0x1af)](_0x20bfdc,_0x22775f,_0x5d1a2c);},'ogKZU':function(_0x2a1ca6,_0x2b1f89,_0x3b2c56,_0x484e7d,_0x52cb28){return _0x2e1e0a['bQGCa'](_0x2a1ca6,_0x2b1f89,_0x3b2c56,_0x484e7d,_0x52cb28);}};_0x18c3b0[_0x162f47(0x183)][_0x162f47(0x22c)](_0x15eb7c=>{const _0x1f3447=_0x162f47;try{const _0x4d7775=_0x15eb7c['caps_'][_0x1f3447(0x197)](_0x2e1e0a[_0x1f3447(0x271)]);_0x4d7775?(logger['debug'](_0x1f3447(0x174)+_0x4d7775),hubAllocator[_0x1f3447(0x1b8)](_0x4d7775),helper[_0x1f3447(0x255)](_0x4d7775)):logger['debug'](_0x2e1e0a['CYuEs']);}catch(_0x32acac){logger[_0x1f3447(0x2a0)](_0x1f3447(0x2a5)+_0x32acac);}}),_0x18c3b0[_0x162f47(0x22c)]&&_0x18c3b0[_0x162f47(0x22c)](_0x4e9f24=>{const _0x41c47f=_0x162f47,_0x4c73e1={'JeSlu':function(_0x16a235,_0x522f8d,_0x33ce25){return _0xce1476['dggdS'](_0x16a235,_0x522f8d,_0x33ce25);},'CKBSf':function(_0x2d5a39,_0x341492,_0x4e8009){return _0xce1476['mKEOB'](_0x2d5a39,_0x341492,_0x4e8009);}};helper['overrideGet'](_0x4e9f24,_0x477b57),_0xce1476['dggdS'](overrideExecute,_0x4e9f24,_0x477b57),_0x4e9f24[_0x41c47f(0x257)]=async()=>{const _0x1723d5=_0x41c47f;return await _0x4c73e1[_0x1723d5(0x14a)](getAccessibilityResultsSummary,_0x4e9f24,global);},_0x4e9f24['getAccessibilityResults']=async()=>{const _0x5bb25c=_0x41c47f;return await _0x4c73e1[_0x5bb25c(0x1bd)](getAccessibilityResults,_0x4e9f24,global);},_0x4e9f24[_0x41c47f(0x15a)]=async _0x5c0a25=>{const _0x23e6d4=_0x41c47f;return await _0xce1476[_0x23e6d4(0x198)](performScan,_0x4e9f24,null,!![],_0xce1476['hXBiE'](_0x5c0a25,null));},_0x4e9f24[_0x41c47f(0x28a)]=async _0x141da1=>{const _0x18af44=_0x41c47f;globals['setGlobal'](_0xce1476[_0x18af44(0x27c)],!![]),globals[_0x18af44(0x25e)](_0xce1476[_0x18af44(0x293)],_0xce1476['uxFKl'](_0x141da1,null));},_0x4e9f24['stopA11yScanning']=async()=>{const _0xb7b873=_0x41c47f;globals[_0xb7b873(0x25e)](_0xce1476[_0xb7b873(0x27c)],![]),globals['setGlobal'](_0xce1476[_0xb7b873(0x293)],null);};}),_0x18c3b0[_0x162f47(0x257)]=async()=>{return await _0xce1476['mKEOB'](getAccessibilityResultsSummary,_0x18c3b0,global);},_0x18c3b0[_0x162f47(0x29d)]=async()=>{return await _0xce1476['dggdS'](getAccessibilityResults,_0x18c3b0,global);},_0x18c3b0[_0x162f47(0x15a)]=async _0xf31862=>{const _0x344499=_0x162f47;return await _0xce1476[_0x344499(0x17a)](performScan,_0x18c3b0,null,!![],_0xce1476[_0x344499(0x23a)](_0xf31862,null));},_0x18c3b0['startA11yScanning']=async _0x592981=>{const _0x172489=_0x162f47;globals[_0x172489(0x25e)](_0x2e1e0a[_0x172489(0x1c9)],!![]),globals[_0x172489(0x25e)](_0x2e1e0a[_0x172489(0x163)],_0x2e1e0a['CWddi'](_0x592981,null));},_0x18c3b0[_0x162f47(0x299)]=async()=>{const _0x1bc12a=_0x162f47;globals[_0x1bc12a(0x25e)](_0x2e1e0a[_0x1bc12a(0x1c9)],![]),globals[_0x1bc12a(0x25e)](_0x2e1e0a[_0x1bc12a(0x163)],null);},helper[_0x162f47(0x29c)](_0x18c3b0,_0x477b57),_0x2e1e0a[_0x162f47(0x1af)](overrideExecute,_0x18c3b0,_0x477b57),helper[_0x162f47(0x14e)](global[_0x162f47(0x254)])&&(global['__driversArray']=[]),global[_0x162f47(0x254)][_0x162f47(0x1f9)](_0x18c3b0);})(),_0x18c3b0;}}_0x57743d[_0x2ad0b4(0x168)]=_0x57743d[_0x2ad0b4(0x221)],_0x57743d[_0x2ad0b4(0x221)]=_0x593657,_0x5b97b1['HttpClient']=_0x2678d8;},propagateJestSessionName=(_0x31ff80,_0x4eb5d8,_0x298f3b='')=>{const _0x41a9b7=a160_0x4ef932,_0xc66a38={};_0xc66a38[_0x41a9b7(0x259)]=_0x41a9b7(0x165);const _0x18ca46=_0xc66a38;_0x4eb5d8&&_0x4eb5d8[_0x41a9b7(0x1a6)]&&_0x4eb5d8[_0x41a9b7(0x1a6)][_0x41a9b7(0x1e8)]&&helper[_0x41a9b7(0x14e)](_0x31ff80[_0x41a9b7(0x1e8)])&&(_0x31ff80['browserstackSessionName']=_0x4eb5d8[_0x41a9b7(0x1a6)]['browserstackSessionName'],logger[_0x41a9b7(0x2a0)](util['format'](_0x18ca46[_0x41a9b7(0x259)],_0x298f3b?'\x20'+_0x298f3b:'',_0x31ff80[_0x41a9b7(0x1e8)])));},modifyV2=(_0x423c88,_0x1174b2=null,_0x26b984=![])=>{const _0x2fcf96=a160_0x4ef932,_0x57f32f={'exMsY':function(_0x2bcf68,_0x173490){return _0x2bcf68!==_0x173490;},'fOFnQ':_0x2fcf96(0x25f),'RArQa':function(_0x1034ed,_0xed978d){return _0x1034ed!==_0xed978d;},'wMxOO':function(_0x316c0e,_0x34e451){return _0x316c0e+_0x34e451;},'QlCQG':function(_0x3bc336,_0x363ded){return _0x3bc336+_0x363ded;},'stKmF':'https://','iYTdT':_0x2fcf96(0x182),'etMGu':_0x2fcf96(0x2a3),'ZXUiH':'aiHeal_isHealingEnabled','cYxDN':_0x2fcf96(0x21b),'zIcDJ':_0x2fcf96(0x149),'PLiRo':'ms:edgeOptions','vdPGB':_0x2fcf96(0x224),'Qcoxq':_0x2fcf96(0x1cd),'ErLLB':_0x2fcf96(0x1a9),'OPaUA':_0x2fcf96(0x1b7),'cZyZv':_0x2fcf96(0x18c),'UcIhM':_0x2fcf96(0x181),'GRSwq':function(_0x1f7bd9,_0x482b9f){return _0x1f7bd9===_0x482b9f;},'jYIIM':_0x2fcf96(0x289),'JaMra':_0x2fcf96(0x2aa),'teoVP':function(_0x1550f8,_0x5eee49){return _0x1550f8>_0x5eee49;},'qLyjh':function(_0x5e8450,_0x892e9d){return _0x5e8450>_0x892e9d;},'cLDAy':function(_0x26873e,_0x267bec,_0x460dbe,_0x389f45,_0xee0cc2){return _0x26873e(_0x267bec,_0x460dbe,_0x389f45,_0xee0cc2);},'bxdeq':function(_0x1f1e74,_0x24cdc6){return _0x1f1e74||_0x24cdc6;},'wmKtY':function(_0x1169bb,_0x5d6a7e,_0x25eb6d){return _0x1169bb(_0x5d6a7e,_0x25eb6d);},'LVwSd':'bstackA11yShouldScan','ayqWn':_0x2fcf96(0x251),'qhEmN':function(_0x1d46b4,_0x23b27a){return _0x1d46b4(_0x23b27a);},'pBwTD':function(_0x316f00,_0xa94974,_0x513d64){return _0x316f00(_0xa94974,_0x513d64);},'xlfrx':function(_0x59ce39,_0x56e4fe,_0x1bc172,_0x2a1c0c){return _0x59ce39(_0x56e4fe,_0x1bc172,_0x2a1c0c);},'rrKuV':'(sync)','brzGo':function(_0x111e74,_0x522b89){return _0x111e74!==_0x522b89;},'XURoW':_0x2fcf96(0x291),'Oqvyy':function(_0x2cd577){return _0x2cd577();},'hOphe':'bstack:options','GmuTq':_0x2fcf96(0x1d0),'TJnWk':_0x2fcf96(0x1fd),'hlZIe':_0x2fcf96(0x212),'DhtEl':'browserName','rXcGI':function(_0x4ff83f,_0x482ba0){return _0x4ff83f===_0x482ba0;},'PxODa':'android','Auqrl':_0x2fcf96(0x244),'ONpsi':function(_0x536db0){return _0x536db0();},'Gjpqa':_0x2fcf96(0x157),'MATbF':_0x2fcf96(0x1b9),'CNuhR':function(_0x1afa72,_0x4f9f5a,_0x10f846){return _0x1afa72(_0x4f9f5a,_0x10f846);},'IGXoV':'browserstack.accessibility','ajrpB':_0x2fcf96(0x275),'QksLq':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','rdkyg':function(_0x4b4856){return _0x4b4856();},'JVkrD':_0x2fcf96(0x171),'lgOOH':_0x2fcf96(0x24e),'kbVIB':function(_0x3d51d4,_0x2f6ca3){return _0x3d51d4(_0x2f6ca3);},'rsMXp':_0x2fcf96(0x217),'jzqCw':_0x2fcf96(0x240),'rjZut':function(_0x14365c,_0x13dfec){return _0x14365c<_0x13dfec;},'Lxxhh':function(_0x156a34,_0x4737dd){return _0x156a34||_0x4737dd;},'qyrQK':_0x2fcf96(0x1ce),'ceYio':_0x2fcf96(0x281),'LULRw':_0x2fcf96(0x154),'kMrpV':_0x2fcf96(0x1b4),'DGzIr':_0x2fcf96(0x151),'dFZiq':_0x2fcf96(0x237),'dAzKk':_0x2fcf96(0x27f),'xLqpz':function(_0x48ecf9,_0x30f8ea){return _0x48ecf9(_0x30f8ea);},'RHwUp':function(_0x1989ef,_0x2bccd9,_0x379f83){return _0x1989ef(_0x2bccd9,_0x379f83);},'WFhio':function(_0x3a84e0,_0x5ce66b,_0x415e89,_0x49abc4,_0x2169f0){return _0x3a84e0(_0x5ce66b,_0x415e89,_0x49abc4,_0x2169f0);},'dtRzC':function(_0x596452,_0x5b0d01){return _0x596452||_0x5b0d01;},'ncSDe':'bstackAllyScanning','TRZpu':_0x2fcf96(0x189),'iNDta':_0x2fcf96(0x1c0),'zbnji':_0x2fcf96(0x1b3),'ryfIw':_0x2fcf96(0x155),'JwCyd':_0x2fcf96(0x236),'zXgPE':_0x2fcf96(0x292),'LwHee':_0x2fcf96(0x22a)},_0x707c74=helper[_0x2fcf96(0x28b)]();let _0x1e110f;try{_0x1e110f=helper['requireSeleniumWebdriver'](),_0x1e110f[_0x2fcf96(0x168)]&&(_0x1e110f[_0x2fcf96(0x221)]=_0x1e110f[_0x2fcf96(0x168)]);}catch(_0xf152aa){return;}if(helper['isBrowserstackInfra']()){const _0x3fc527={};_0x3fc527[_0x2fcf96(0x1bf)]=_0x423c88[_0x2fcf96(0x234)],helper[_0x2fcf96(0x298)](_0x3fc527,new Map(),new Map()),logger[_0x2fcf96(0x228)](_0x57f32f[_0x2fcf96(0x23e)]),logger[_0x2fcf96(0x2a0)](_0x57f32f[_0x2fcf96(0x21e)]);}class _0x5c4386 extends _0x707c74['HttpClient']{['send'](_0x1e1512){const _0x3f934a=_0x2fcf96;if(_0x57f32f['exMsY'](_0x1e1512['path'],_0x57f32f['fOFnQ'])&&_0x57f32f[_0x3f934a(0x21d)](global[_0x3f934a(0x1cb)],''))try{global[_0x3f934a(0x1cb)]=_0x57f32f[_0x3f934a(0x1ec)](_0x57f32f[_0x3f934a(0x17f)](_0x57f32f[_0x3f934a(0x1eb)],global['newHubUrl']),_0x57f32f[_0x3f934a(0x25d)]),this['options_']=hubAllocator[_0x3f934a(0x146)](global[_0x3f934a(0x1cb)]),logger['debug'](_0x3f934a(0x216)+global['newHubUrl']),global[_0x3f934a(0x1cb)]='';}catch(_0x27982d){logger['error'](_0x27982d);}if(globals[_0x3f934a(0x21c)](_0x57f32f[_0x3f934a(0x23c)])&&globals['getGlobal'](_0x57f32f[_0x3f934a(0x1d7)])){const _0x442c88=_0x1e1512[_0x3f934a(0x232)][_0x3f934a(0x195)]('/')[0x2];_0x442c88&&commandRepository[_0x3f934a(0x1ed)](_0x442c88,_0x1e1512);}return super[_0x3f934a(0x1e5)](_0x1e1512);}}class _0x518596 extends _0x1e110f['Builder']{[_0x2fcf96(0x1f0)](){const _0x2033ba=_0x2fcf96;return helper[_0x2033ba(0x24a)]()&&(this[_0x2033ba(0x15e)]=helper[_0x2033ba(0x2a7)](_0x423c88)),this;}[_0x2fcf96(0x2a6)](_0x3e3145){const _0x3479f7=_0x2fcf96;let _0x2f5a0f={};for(const _0x15adf1 in _0x3e3145){switch(_0x15adf1){case _0x57f32f[_0x3479f7(0x28c)]:case _0x57f32f[_0x3479f7(0x1a2)]:this[_0x3479f7(0x1b1)]&&(_0x2f5a0f=this['chromeOptions_'][_0x3479f7(0x197)](this[_0x3479f7(0x1b1)]['CAPABILITY_KEY'])||{},this[_0x3479f7(0x1b1)][_0x3479f7(0x203)](this[_0x3479f7(0x1b1)][_0x3479f7(0x19a)],helper['mergeDeep'](_0x2f5a0f,_0x3e3145[_0x15adf1])));break;case _0x57f32f['PLiRo']:case _0x57f32f[_0x3479f7(0x268)]:this[_0x3479f7(0x226)]&&(_0x2f5a0f=this[_0x3479f7(0x226)]['get'](this['edgeOptions_'][_0x3479f7(0x19a)])||{},this['edgeOptions_'][_0x3479f7(0x203)](this[_0x3479f7(0x226)][_0x3479f7(0x19a)],helper[_0x3479f7(0x1f2)](_0x2f5a0f,_0x3e3145[_0x15adf1])));break;case _0x57f32f[_0x3479f7(0x206)]:case _0x57f32f[_0x3479f7(0x19f)]:this[_0x3479f7(0x1c2)]&&(_0x2f5a0f=this[_0x3479f7(0x1c2)][_0x3479f7(0x197)](this[_0x3479f7(0x1c2)][_0x3479f7(0x19a)])||{},this[_0x3479f7(0x1c2)][_0x3479f7(0x203)](this['firefoxOptions_']['CAPABILITY_KEY'],helper[_0x3479f7(0x1f2)](_0x2f5a0f,_0x3e3145[_0x15adf1])));break;case _0x57f32f[_0x3479f7(0x264)]:this[_0x3479f7(0x193)]&&(_0x2f5a0f=this[_0x3479f7(0x193)]['get'](this[_0x3479f7(0x193)]['CAPABILITY_KEY'])||{},this[_0x3479f7(0x193)][_0x3479f7(0x203)](this['safariOptions_']['CAPABILITY_KEY'],helper[_0x3479f7(0x1f2)](_0x2f5a0f,_0x3e3145[_0x15adf1])));break;case _0x57f32f[_0x3479f7(0x1d6)]:case _0x57f32f[_0x3479f7(0x1fc)]:this[_0x3479f7(0x26b)]&&(_0x2f5a0f=this[_0x3479f7(0x26b)][_0x3479f7(0x197)](this[_0x3479f7(0x26b)][_0x3479f7(0x19a)])||{},this['ieOptions_'][_0x3479f7(0x203)](this[_0x3479f7(0x26b)][_0x3479f7(0x19a)],helper[_0x3479f7(0x1f2)](_0x2f5a0f,_0x3e3145[_0x15adf1])));break;}}}['setCapabilities'](){const _0x49965d=_0x2fcf96,_0xf32f75={'jCBFA':function(_0x2eea2e,_0x36f7cb){return _0x57f32f['GRSwq'](_0x2eea2e,_0x36f7cb);},'aGjQl':_0x57f32f[_0x49965d(0x273)]};logger[_0x49965d(0x2a0)](_0x57f32f['JaMra']);const _0xea75f9=_0x423c88[_0x49965d(0x22b)]&&_0x57f32f[_0x49965d(0x17e)](Object[_0x49965d(0x277)](_0x423c88[_0x49965d(0x22b)])[_0x49965d(0x1e0)],0x0)?_0x423c88[_0x49965d(0x22b)]:_0x423c88[_0x49965d(0x223)]&&Array['isArray'](_0x423c88['capabilities'])&&_0x57f32f[_0x49965d(0x1f4)](_0x423c88['capabilities'][_0x49965d(0x1e0)],0x0)?_0x423c88[_0x49965d(0x223)][0x0]:{};return this[_0x49965d(0x2a6)](_0xea75f9),Object['keys'](_0xea75f9)['forEach'](_0x1e0d7e=>{const _0x48db65=_0x49965d,_0x520012=this['capabilities_']['get'](_0x1e0d7e);_0xf32f75[_0x48db65(0x219)](typeof _0x520012,_0xf32f75['aGjQl'])?this[_0x48db65(0x1cf)][_0x48db65(0x203)](_0x1e0d7e,helper['mergeDeep'](_0x520012,_0xea75f9[_0x1e0d7e])):this[_0x48db65(0x1cf)][_0x48db65(0x203)](_0x1e0d7e,_0xea75f9[_0x1e0d7e]);}),this;}[_0x2fcf96(0x209)](){const _0x3b473=_0x2fcf96,_0x227b6c={'ZQCwG':function(_0x228b31){const _0x4eb3eb=a160_0x3363;return _0x57f32f[_0x4eb3eb(0x173)](_0x228b31);},'liXJr':function(_0x4c7460,_0x5e2c9f){const _0x5839a0=a160_0x3363;return _0x57f32f[_0x5839a0(0x191)](_0x4c7460,_0x5e2c9f);},'ETzIV':function(_0x5319a9){const _0x1d0beb=a160_0x3363;return _0x57f32f[_0x1d0beb(0x173)](_0x5319a9);},'MEkUx':_0x57f32f[_0x3b473(0x1d2)],'Wrruy':_0x57f32f[_0x3b473(0x1fa)],'mjkUv':_0x57f32f[_0x3b473(0x252)],'WzXTd':_0x57f32f[_0x3b473(0x278)],'bVrej':_0x57f32f[_0x3b473(0x1c7)],'Ukbon':function(_0x4fb192,_0x381f26){const _0x343ef8=_0x3b473;return _0x57f32f[_0x343ef8(0x19b)](_0x4fb192,_0x381f26);},'VcFqf':_0x57f32f[_0x3b473(0x1ff)],'TmhHd':_0x57f32f[_0x3b473(0x1a3)],'VLCyY':function(_0xbd0695){const _0x3e62d3=_0x3b473;return _0x57f32f[_0x3e62d3(0x1ca)](_0xbd0695);},'eNepH':_0x57f32f[_0x3b473(0x288)],'CIAEG':_0x57f32f['MATbF'],'KyGYJ':_0x57f32f[_0x3b473(0x167)],'WxKWB':function(_0x470c60,_0xfc32a5,_0x1d98c0){const _0x1200a0=_0x3b473;return _0x57f32f[_0x1200a0(0x15c)](_0x470c60,_0xfc32a5,_0x1d98c0);},'hXGYM':_0x57f32f['IGXoV'],'BsAuc':_0x57f32f[_0x3b473(0x276)],'VBsqZ':_0x57f32f[_0x3b473(0x14d)],'huMLS':_0x57f32f[_0x3b473(0x28c)],'SkrMJ':function(_0x49c11b){return _0x57f32f['rdkyg'](_0x49c11b);},'frOXN':_0x57f32f['JVkrD'],'yipfV':_0x57f32f[_0x3b473(0x24d)],'FCxll':function(_0x22007e,_0x1a39a3){const _0x2739f7=_0x3b473;return _0x57f32f[_0x2739f7(0x248)](_0x22007e,_0x1a39a3);},'eORpG':_0x57f32f['rsMXp'],'tuuDA':_0x57f32f[_0x3b473(0x1c5)],'cRUFh':function(_0x161a83,_0xe13af9){return _0x57f32f['qhEmN'](_0x161a83,_0xe13af9);},'Yybrk':function(_0x39cb7b,_0x43e284){const _0x3dfb45=_0x3b473;return _0x57f32f[_0x3dfb45(0x229)](_0x39cb7b,_0x43e284);},'mzFRU':function(_0x3fbd3c,_0x11e159){const _0xffc89=_0x3b473;return _0x57f32f[_0xffc89(0x186)](_0x3fbd3c,_0x11e159);},'pPJza':function(_0x2a2363,_0x4ebb5c,_0x22bbeb){return _0x57f32f['CNuhR'](_0x2a2363,_0x4ebb5c,_0x22bbeb);},'IscJi':_0x57f32f['qyrQK'],'SaNso':_0x57f32f['ceYio'],'ygLvF':_0x57f32f[_0x3b473(0x194)],'CluyN':_0x57f32f[_0x3b473(0x1f1)],'DFpAV':_0x57f32f[_0x3b473(0x1ee)],'SHptu':_0x57f32f[_0x3b473(0x23c)],'YFXhx':_0x57f32f['ZXUiH'],'OkfXd':function(_0x4d213c,_0x194637,_0x1dcd69){const _0x39d5c0=_0x3b473;return _0x57f32f[_0x39d5c0(0x15c)](_0x4d213c,_0x194637,_0x1dcd69);},'OUDku':_0x57f32f['dFZiq'],'vfLmX':_0x57f32f[_0x3b473(0x1a1)],'Vjdza':_0x57f32f[_0x3b473(0x1c8)],'gfWPH':_0x57f32f[_0x3b473(0x204)],'MxbWI':function(_0x2f2bce,_0x3de358){const _0x394138=_0x3b473;return _0x57f32f[_0x394138(0x186)](_0x2f2bce,_0x3de358);},'XJkfo':function(_0x419be5,_0x236788){const _0x343451=_0x3b473;return _0x57f32f[_0x343451(0x148)](_0x419be5,_0x236788);},'AmNdW':function(_0x4d711c,_0xed4624,_0x3614df){const _0x507c9d=_0x3b473;return _0x57f32f[_0x507c9d(0x15c)](_0x4d711c,_0xed4624,_0x3614df);},'FVCUt':function(_0xfa7643,_0x4f1f96,_0x8f21c8){const _0x56549=_0x3b473;return _0x57f32f[_0x56549(0x2a4)](_0xfa7643,_0x4f1f96,_0x8f21c8);},'cyvrM':function(_0x2c341d,_0x158bce,_0x86a8d6,_0x45701f,_0x53178d){const _0x646772=_0x3b473;return _0x57f32f[_0x646772(0x1cc)](_0x2c341d,_0x158bce,_0x86a8d6,_0x45701f,_0x53178d);},'LetfK':function(_0xf1fcc4,_0x1c3848){const _0x5d1bd6=_0x3b473;return _0x57f32f[_0x5d1bd6(0x153)](_0xf1fcc4,_0x1c3848);}};PerformanceTester[_0x3b473(0x26c)](PerformanceEvents[_0x3b473(0x1de)],()=>{const _0xbb5277=_0x3b473;if(helper[_0xbb5277(0x24a)]()){helper[_0xbb5277(0x1c6)](_0x423c88['capability']);_0x227b6c[_0xbb5277(0x282)](isAccessibilityAutomationSession)&&_0x227b6c['liXJr'](setAccessibilityCapabilities,_0x423c88);this[_0xbb5277(0x1f0)](),this[_0xbb5277(0x1a0)]();if(helper[_0xbb5277(0x21f)](_0x423c88['proxySettings']['proxyUrl']))this[_0xbb5277(0x1e2)]=helper[_0xbb5277(0x29f)](_0x423c88[_0xbb5277(0x16a)][_0xbb5277(0x270)]);else _0x423c88[_0xbb5277(0x16a)][_0xbb5277(0x270)]&&(this[_0xbb5277(0x26f)]=_0x423c88[_0xbb5277(0x16a)][_0xbb5277(0x270)],logger[_0xbb5277(0x2a0)](_0xbb5277(0x1d9)+this['proxy_']));if(_0x227b6c['ETzIV'](isAccessibilityAutomationSession)){const _0x1f34a9=this[_0xbb5277(0x1cf)]['get'](_0x227b6c[_0xbb5277(0x14f)])||{},_0x5b5cb1=_0x1f34a9[_0xbb5277(0x1fd)]||this[_0xbb5277(0x1cf)]['get'](_0x227b6c[_0xbb5277(0x2a2)])||this['capabilities_']['get'](_0x227b6c[_0xbb5277(0x285)]);if(_0x5b5cb1){const _0x348dcd=(_0x1f34a9['platformName']||this[_0xbb5277(0x1cf)][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x231)])||'')[_0xbb5277(0x269)](),_0x527c00=(_0x1f34a9[_0xbb5277(0x28e)]||this[_0xbb5277(0x1cf)][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x20b)])||'')['toLowerCase']();_0x227b6c[_0xbb5277(0x156)](_0x348dcd,_0x227b6c['VcFqf'])&&_0x527c00[_0xbb5277(0x246)](_0x227b6c[_0xbb5277(0x190)])&&(_0x227b6c['VLCyY'](isMobileScanningEnabledForGroup)&&(logger[_0xbb5277(0x2a0)](_0x227b6c['eNepH']),globals[_0xbb5277(0x25e)](_0x227b6c[_0xbb5277(0x235)],!![])));}}if(globals['getGlobal'](_0x227b6c['KyGYJ'])){if(!_0x227b6c[_0xbb5277(0x177)](setExtension,this,_0x423c88)){globals['setGlobal'](_0x227b6c['KyGYJ'],![]);const _0x24654b=this[_0xbb5277(0x1cf)][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x14f)]);_0x24654b&&(_0x24654b['accessibility']=![],delete _0x24654b[_0xbb5277(0x200)],this[_0xbb5277(0x1cf)][_0xbb5277(0x203)](_0x227b6c['MEkUx'],_0x24654b)),this[_0xbb5277(0x1cf)][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x22f)])&&(this[_0xbb5277(0x1cf)][_0xbb5277(0x203)](_0x227b6c['hXGYM'],![]),this['capabilities_'][_0xbb5277(0x18b)](_0x227b6c[_0xbb5277(0x256)]));}}process[_0xbb5277(0x213)][_0xbb5277(0x1d5)]&&(helper[_0xbb5277(0x1be)](null,null,_0x423c88[_0xbb5277(0x1e4)],null,this,null),helper[_0xbb5277(0x1c6)](_0x423c88[_0xbb5277(0x22b)]),helper['readTcgAuthConfigToGlobal']()),logger[_0xbb5277(0x2a0)](_0x227b6c[_0xbb5277(0x1ab)]);}else{if(this[_0xbb5277(0x1b1)]){const _0x389704=this[_0xbb5277(0x1b1)]['get'](this[_0xbb5277(0x1b1)][_0xbb5277(0x19a)]||_0x227b6c['huMLS']);if(_0x389704&&_0x389704['args']){const _0xb0fb21=this[_0xbb5277(0x1cf)][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x26d)])||{},_0x33c0fc=(_0xb0fb21[_0xbb5277(0x14c)]||[])['concat'](_0x389704[_0xbb5277(0x14c)]||[]),_0xb85d5=Array[_0xbb5277(0x1fe)](new Set(_0x33c0fc)),_0x858815={};_0x858815[_0xbb5277(0x14c)]=_0xb85d5,this[_0xbb5277(0x1cf)][_0xbb5277(0x203)](_0x227b6c[_0xbb5277(0x26d)],Object[_0xbb5277(0x17b)]({},_0xb0fb21,_0x389704,_0x858815));}}helper[_0xbb5277(0x297)]();if(_0x227b6c[_0xbb5277(0x1dd)](isAccessibilityAutomationSession)&&this[_0xbb5277(0x247)]()[_0xbb5277(0x246)](_0x227b6c[_0xbb5277(0x25b)])){let _0x4835d0=!![];const _0x5ba196=this['capabilities_'][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x14f)])||{},_0x526361=_0x5ba196['deviceName']||this[_0xbb5277(0x1cf)][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x2a2)])||this[_0xbb5277(0x1cf)][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x285)]);if(_0x526361){const _0x4967b5=(_0x5ba196[_0xbb5277(0x212)]||this[_0xbb5277(0x1cf)][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x231)])||'')[_0xbb5277(0x269)](),_0x586e98=(_0x5ba196['browserName']||this[_0xbb5277(0x1cf)][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x20b)])||'')['toLowerCase']();_0x227b6c[_0xbb5277(0x156)](_0x4967b5,_0x227b6c['VcFqf'])&&_0x586e98[_0xbb5277(0x246)](_0x227b6c[_0xbb5277(0x190)])?!_0x227b6c['VLCyY'](isMobileScanningEnabledForGroup)?(logger[_0xbb5277(0x18f)](MOBILE_SCANNING_DISABLED_WARNING),_0x4835d0=![]):(logger[_0xbb5277(0x2a0)](_0x227b6c[_0xbb5277(0x245)]),globals['setGlobal'](_0x227b6c[_0xbb5277(0x235)],!![])):(logger[_0xbb5277(0x18f)](_0x227b6c[_0xbb5277(0x20a)]),_0x4835d0=![]);}if(_0x4835d0){const _0x7bbbc4=_0x227b6c[_0xbb5277(0x196)](parseFloat,_0x5ba196[_0xbb5277(0x217)]||this[_0xbb5277(0x1cf)][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x201)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x4e4d34}=_0x227b6c[_0xbb5277(0x196)](require,_0x227b6c[_0xbb5277(0x28f)]),_0x45c78d=_0x227b6c['cRUFh'](parseFloat,_0x4e4d34);!_0x227b6c[_0xbb5277(0x196)](isNaN,_0x7bbbc4)&&_0x227b6c[_0xbb5277(0x1f5)](_0x7bbbc4,_0x45c78d)&&(logger[_0xbb5277(0x18f)](_0xbb5277(0x241)+_0x4e4d34+'.'),_0x4835d0=![]);}if(_0x4835d0){_0x227b6c[_0xbb5277(0x1c3)](setAccessibilityCapabilities,_0x423c88),this[_0xbb5277(0x1a0)]();if(process[_0xbb5277(0x213)]['BS_A11Y_JWT']){let _0x877aaa={};try{process[_0xbb5277(0x213)][_0xbb5277(0x1dc)]&&(_0x877aaa=JSON['parse'](process[_0xbb5277(0x213)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']));}catch(_0x2a5c76){logger[_0xbb5277(0x2a0)](_0xbb5277(0x1d1)+_0x2a5c76);}const _0x521366=this[_0xbb5277(0x1cf)][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x14f)]);if(_0x521366||!this[_0xbb5277(0x1cf)][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x22f)])){const _0x48a604=_0x227b6c['mzFRU'](_0x521366,{});_0x48a604[_0xbb5277(0x176)]=!![];const _0x2d8e6d={};_0x2d8e6d[_0xbb5277(0x242)]=process['env'][_0xbb5277(0x19c)],_0x2d8e6d[_0xbb5277(0x184)]=_0x877aaa[_0xbb5277(0x184)],_0x48a604[_0xbb5277(0x200)]=Object[_0xbb5277(0x17b)]({},_0x48a604[_0xbb5277(0x200)],_0x2d8e6d),this[_0xbb5277(0x1cf)]['set'](_0x227b6c['MEkUx'],_0x48a604);}else{this['capabilities_']['set'](_0x227b6c['hXGYM'],!![]);const _0x1061e1=this['capabilities_'][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x256)])||{},_0xa9675a={};_0xa9675a[_0xbb5277(0x242)]=process[_0xbb5277(0x213)][_0xbb5277(0x19c)],_0xa9675a['scannerVersion']=_0x877aaa[_0xbb5277(0x184)],this[_0xbb5277(0x1cf)][_0xbb5277(0x203)](_0x227b6c[_0xbb5277(0x256)],Object[_0xbb5277(0x17b)]({},_0x1061e1,_0xa9675a));}}if(!_0x227b6c[_0xbb5277(0x249)](setExtension,this,_0x423c88)){globals[_0xbb5277(0x25e)](_0x227b6c[_0xbb5277(0x296)],![]);const _0xd38b6d=this[_0xbb5277(0x1cf)][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x14f)]);_0xd38b6d&&(_0xd38b6d[_0xbb5277(0x176)]=![],delete _0xd38b6d['accessibilityOptions'],this[_0xbb5277(0x1cf)]['set'](_0x227b6c[_0xbb5277(0x14f)],_0xd38b6d)),this[_0xbb5277(0x1cf)][_0xbb5277(0x197)](_0x227b6c[_0xbb5277(0x22f)])&&(this[_0xbb5277(0x1cf)]['set'](_0x227b6c['hXGYM'],![]),this[_0xbb5277(0x1cf)][_0xbb5277(0x18b)](_0x227b6c['BsAuc']));}}}_0x227b6c[_0xbb5277(0x156)](globals['getGlobal'](_0x227b6c['IscJi']),_0x227b6c[_0xbb5277(0x283)])&&(commandRepository[_0xbb5277(0x29b)](_0x227b6c[_0xbb5277(0x283)]),commandRepository['setConfig'](globals['getGlobal'](_0x227b6c[_0xbb5277(0x1ef)])));if(this['url_']['includes'](_0x227b6c[_0xbb5277(0x160)]))logger[_0xbb5277(0x2a0)](_0x227b6c[_0xbb5277(0x1f8)]),globals['setGlobal'](_0x227b6c[_0xbb5277(0x243)],![]),globals[_0xbb5277(0x25e)](_0x227b6c['YFXhx'],![]);else globals[_0xbb5277(0x21c)](_0x227b6c['SHptu'])&&globals[_0xbb5277(0x21c)](_0x227b6c[_0xbb5277(0x294)])&&aiSdkWrapper[_0xbb5277(0x1e7)](this);}})();const _0x51bb1c=super[_0x3b473(0x209)]();return PerformanceTester[_0x3b473(0x26c)](PerformanceEvents[_0x3b473(0x192)],()=>{const _0x5f0768=_0x3b473,_0x2ceb04={'JmnwB':function(_0x559cd5,_0x426f12,_0x275a2b,_0x2536ee,_0x3156d8){const _0x2bf5ac=a160_0x3363;return _0x57f32f[_0x2bf5ac(0x265)](_0x559cd5,_0x426f12,_0x275a2b,_0x2536ee,_0x3156d8);},'SONBG':function(_0x3f80f0,_0x10e13e){return _0x57f32f['bxdeq'](_0x3f80f0,_0x10e13e);},'gArvW':function(_0x2acb58,_0x3413ea,_0x54ecd0){const _0xdc5405=a160_0x3363;return _0x57f32f[_0xdc5405(0x295)](_0x2acb58,_0x3413ea,_0x54ecd0);},'dryUq':function(_0x4ae506,_0x5a1577,_0x261790){return _0x57f32f['wmKtY'](_0x4ae506,_0x5a1577,_0x261790);},'AMRiF':_0x57f32f[_0x5f0768(0x1c8)],'HFzeH':_0x57f32f[_0x5f0768(0x204)],'obhQu':function(_0x4452f3,_0x521bd4){const _0x4c33b7=_0x5f0768;return _0x57f32f[_0x4c33b7(0x23b)](_0x4452f3,_0x521bd4);}};_0x51bb1c['session_'][_0x5f0768(0x22c)](_0x23d782=>{const _0x42e466=_0x5f0768,_0x4f43be=_0x23d782[_0x42e466(0x27b)];if(!helper[_0x42e466(0x24a)]()&&_0x227b6c[_0x42e466(0x1aa)](isAccessibilityAutomationSession)){const _0x17f995=_0x227b6c[_0x42e466(0x262)](nonBstackPlatformValidation,_0x4f43be,this);globals['setGlobal'](_0x227b6c['KyGYJ'],_0x17f995);if(!_0x17f995){const _0x3e8ccc=this[_0x42e466(0x1cf)][_0x42e466(0x197)](_0x227b6c[_0x42e466(0x14f)]);_0x3e8ccc&&(_0x3e8ccc[_0x42e466(0x176)]=![],delete _0x3e8ccc[_0x42e466(0x200)],this[_0x42e466(0x1cf)][_0x42e466(0x203)](_0x227b6c[_0x42e466(0x14f)],_0x3e8ccc)),this['capabilities_'][_0x42e466(0x197)](_0x227b6c[_0x42e466(0x22f)])&&(this[_0x42e466(0x1cf)]['set'](_0x227b6c['hXGYM'],![]),this[_0x42e466(0x1cf)][_0x42e466(0x18b)](_0x227b6c['BsAuc']));}}}),_0x51bb1c['session_']['then'](_0x4df6c8=>{const _0x3ab56e=_0x5f0768;try{logger[_0x3ab56e(0x2a0)](_0x3ab56e(0x227)+_0x4df6c8['getId']());const _0x204e0d=_0x4df6c8[_0x3ab56e(0x27b)][_0x3ab56e(0x197)](_0x227b6c['OUDku']);_0x204e0d?(logger[_0x3ab56e(0x2a0)](_0x3ab56e(0x174)+_0x204e0d),hubAllocator['updateHubUrl'](_0x204e0d),helper[_0x3ab56e(0x255)](_0x204e0d)):logger['debug'](_0x227b6c[_0x3ab56e(0x187)]);}catch(_0x1623bf){logger[_0x3ab56e(0x2a0)](_0x3ab56e(0x2a5)+_0x1623bf);}}),_0x51bb1c[_0x5f0768(0x280)]=0x0,_0x51bb1c[_0x5f0768(0x22c)]&&_0x51bb1c['then'](_0x103eb2=>{const _0x46bdd1=_0x5f0768,_0x5368b6={'FEeUE':function(_0x1d9976,_0x568011,_0x3a65e7){return _0x227b6c['OkfXd'](_0x1d9976,_0x568011,_0x3a65e7);},'ZkMDe':_0x227b6c[_0x46bdd1(0x222)],'kSmgz':_0x227b6c[_0x46bdd1(0x188)],'JZPfq':function(_0x510c06,_0x1a1e26){return _0x227b6c['MxbWI'](_0x510c06,_0x1a1e26);}};helper['overrideQuit'](_0x103eb2,_0x51bb1c),_0x26b984&&_0x227b6c['XJkfo'](overrideTakeScreenshot,_0x103eb2),helper[_0x46bdd1(0x29c)](_0x103eb2,_0x423c88),_0x227b6c['AmNdW'](overrideExecute,_0x103eb2,_0x423c88),_0x227b6c['FVCUt'](propagateJestSessionName,_0x103eb2,_0x1174b2),_0x423c88['capability']&&percyHelper[_0x46bdd1(0x15f)](_0x103eb2,_0x1e110f[_0x46bdd1(0x253)],_0x423c88),_0x103eb2['getAccessibilityResultsSummary']=async()=>{const _0x319f7c=_0x46bdd1;return await _0x5368b6[_0x319f7c(0x178)](getAccessibilityResultsSummary,_0x103eb2,global);},_0x103eb2[_0x46bdd1(0x29d)]=async()=>{const _0x3d589f=_0x46bdd1;return await _0x5368b6[_0x3d589f(0x178)](getAccessibilityResults,_0x103eb2,global);},_0x103eb2[_0x46bdd1(0x15a)]=async _0x165dc1=>{const _0x319086=_0x46bdd1;return await _0x2ceb04[_0x319086(0x1fb)](performScan,_0x103eb2,null,!![],_0x2ceb04['SONBG'](_0x165dc1,null));},_0x103eb2[_0x46bdd1(0x28a)]=async _0x1af669=>{const _0x235357=_0x46bdd1;globals[_0x235357(0x25e)](_0x5368b6[_0x235357(0x2a1)],!![]),globals[_0x235357(0x25e)](_0x5368b6['kSmgz'],_0x5368b6['JZPfq'](_0x1af669,null));},_0x103eb2['stopA11yScanning']=async()=>{const _0x120b6a=_0x46bdd1;globals[_0x120b6a(0x25e)](_0x5368b6['ZkMDe'],![]),globals['setGlobal'](_0x5368b6['kSmgz'],null);};}),_0x51bb1c['getAccessibilityResultsSummary']=async()=>{const _0x17833a=_0x5f0768;return await _0x2ceb04[_0x17833a(0x1f7)](getAccessibilityResultsSummary,_0x51bb1c,global);},_0x51bb1c[_0x5f0768(0x29d)]=async()=>{const _0x109874=_0x5f0768;return await _0x2ceb04[_0x109874(0x19d)](getAccessibilityResults,_0x51bb1c,global);},_0x51bb1c[_0x5f0768(0x15a)]=async _0x1694df=>{const _0x53a0e1=_0x5f0768;return await _0x227b6c['cyvrM'](performScan,_0x51bb1c,null,!![],_0x227b6c[_0x53a0e1(0x1a8)](_0x1694df,null));},_0x51bb1c['startA11yScanning']=async _0x2b4770=>{const _0x123108=_0x5f0768;globals['setGlobal'](_0x2ceb04['AMRiF'],!![]),globals['setGlobal'](_0x2ceb04['HFzeH'],_0x2ceb04[_0x123108(0x1ac)](_0x2b4770,null));},_0x51bb1c[_0x5f0768(0x299)]=async()=>{const _0x1c0d2a=_0x5f0768;globals['setGlobal'](_0x2ceb04['AMRiF'],![]),globals[_0x1c0d2a(0x25e)](_0x2ceb04['HFzeH'],null);},_0x26b984&&_0x57f32f[_0x5f0768(0x191)](overrideTakeScreenshot,_0x51bb1c),helper[_0x5f0768(0x261)](_0x51bb1c),helper['overrideGet'](_0x51bb1c,_0x423c88),_0x57f32f['pBwTD'](overrideExecute,_0x51bb1c,_0x423c88),_0x57f32f[_0x5f0768(0x26a)](propagateJestSessionName,_0x51bb1c,_0x1174b2,_0x57f32f[_0x5f0768(0x15d)]),_0x423c88[_0x5f0768(0x22b)]&&percyHelper[_0x5f0768(0x15f)](_0x51bb1c,_0x1e110f[_0x5f0768(0x253)],_0x423c88);helper[_0x5f0768(0x14e)](global[_0x5f0768(0x254)])&&(global[_0x5f0768(0x254)]=[]);helper['isUndefined'](global[_0x5f0768(0x1e1)])&&(global[_0x5f0768(0x1e1)]=[]);global[_0x5f0768(0x254)]['push'](_0x51bb1c),global['__driver']=_0x51bb1c,_0x1174b2&&(_0x1174b2[_0x5f0768(0x1a6)][_0x5f0768(0x239)]=_0x51bb1c);_0x57f32f[_0x5f0768(0x21d)](global[_0x5f0768(0x1e1)],undefined)&&global[_0x5f0768(0x1e1)][_0x5f0768(0x1f9)](_0x51bb1c);_0x1174b2&&helper[_0x5f0768(0x14e)](_0x1174b2[_0x5f0768(0x1a6)][_0x5f0768(0x1e1)])&&(_0x1174b2['global'][_0x5f0768(0x1e1)]=[]);_0x1174b2&&helper['isUndefined'](_0x1174b2[_0x5f0768(0x1a6)]['__driversArray'])&&(_0x1174b2[_0x5f0768(0x1a6)][_0x5f0768(0x254)]=[]);_0x1174b2&&_0x57f32f[_0x5f0768(0x279)](_0x1174b2[_0x5f0768(0x1a6)]['__drivers'],undefined)&&(_0x1174b2['global'][_0x5f0768(0x1e1)][_0x5f0768(0x1f9)](_0x51bb1c),_0x1174b2[_0x5f0768(0x1a6)][_0x5f0768(0x254)][_0x5f0768(0x1f9)](_0x51bb1c));_0x51bb1c['isAccessibilityPlatform']=globals[_0x5f0768(0x21c)](_0x57f32f['XURoW']);try{global['__drivers'][0x0][_0x5f0768(0x183)][_0x5f0768(0x22c)](_0x324273=>{const _0x26ea7a=_0x5f0768;logger['debug'](_0x26ea7a(0x164)+_0x324273[_0x26ea7a(0x1d3)]()+_0x26ea7a(0x1df));})['catch'](_0x5c57e1=>{logger['debug']('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x5c57e1);});}catch(_0x506966){logger[_0x5f0768(0x2a0)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x506966);}globals['setGlobal'](_0x57f32f[_0x5f0768(0x167)],globals['getGlobal'](_0x57f32f['XURoW']));})(),_0x51bb1c;}}_0x1174b2&&(globals[_0x2fcf96(0x169)]=_0x1174b2['global']['browserStackGlobals']);if(_0x57f32f[_0x2fcf96(0x173)](isAccessibilityAutomationSession))try{let _0x59b14b=helper[_0x2fcf96(0x1e6)](_0x57f32f[_0x2fcf96(0x29e)],_0x57f32f['ryfIw'])[_0x2fcf96(0x18e)];(!_0x59b14b[_0x2fcf96(0x1bb)]||!_0x59b14b[_0x2fcf96(0x1bb)]['execute'])&&(_0x59b14b=helper['requireModule'](_0x57f32f[_0x2fcf96(0x150)],_0x57f32f[_0x2fcf96(0x266)])['Executor']);if(_0x59b14b['prototype']&&_0x59b14b[_0x2fcf96(0x1bb)]['execute']){const _0x8d34ea=_0x59b14b[_0x2fcf96(0x1bb)]['execute'];logger[_0x2fcf96(0x2a0)](_0x57f32f[_0x2fcf96(0x214)]),_0x59b14b[_0x2fcf96(0x1bb)]['execute']=async function(){const _0x576861=_0x2fcf96;try{!globals[_0x576861(0x21c)](_0x57f32f['ncSDe'])&&globals['getGlobal'](_0x57f32f['XURoW'])&&globals[_0x576861(0x21c)](_0x57f32f[_0x576861(0x1c8)])&&scripts[_0x576861(0x158)](arguments[0x0]['name_'])&&!_0x57f32f[_0x576861(0x248)](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals['setGlobal'](_0x57f32f[_0x576861(0x18d)],!![]),logger[_0x576861(0x2a0)](_0x576861(0x230)+arguments[0x0][_0x576861(0x17d)]),await _0x57f32f[_0x576861(0x2a4)](performScan,global[_0x576861(0x239)],arguments[0x0][_0x576861(0x17d)]));}catch(_0x9b4da8){logger[_0x576861(0x2a0)]('Failed\x20to\x20perform\x20scan\x20'+util[_0x576861(0x147)](_0x9b4da8));}return globals[_0x576861(0x25e)](_0x57f32f[_0x576861(0x18d)],![]),_0x8d34ea['apply'](this,arguments);};}}catch(_0x47a17f){logger['debug'](_0x57f32f[_0x2fcf96(0x1ec)](_0x57f32f[_0x2fcf96(0x20e)],_0x47a17f));}return _0x1e110f[_0x2fcf96(0x168)]=_0x1e110f[_0x2fcf96(0x221)],_0x1e110f[_0x2fcf96(0x221)]=_0x518596,_0x707c74[_0x2fcf96(0x152)]=_0x5c4386,_0x1e110f;};module['exports']['browserstackAgent']=modify,module[a160_0x4ef932(0x162)][a160_0x4ef932(0x1f6)]=modifyV2,module['exports'][a160_0x4ef932(0x1ea)]=percySDK,module[a160_0x4ef932(0x162)][a160_0x4ef932(0x263)]=BrowserStackSdk,module[a160_0x4ef932(0x162)]['_modifyPlaywright']=modifyPlaywrightConfig;try{require(a160_0x4ef932(0x14b))['installAll']();}catch(a160_0x551791){logger[a160_0x4ef932(0x2a0)]('driver-init\x20capture\x20install\x20failed:\x20'+(a160_0x551791&&a160_0x551791[a160_0x4ef932(0x1db)]));}function a160_0x2681(){const _0x4a7901=['TRZpu','26IFnXpU','./helpers/accessibility-automation/constants','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','authToken','SHptu','chrome','eNepH','includes','getServerUrl','kbVIB','pPJza','isBrowserstackInfra','wzKIi','ABJRh','lgOOH','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','sndyJ','./helpers/helper','bstackA11yScanOptions','TJnWk','WebElement','__driversArray','storeOptimalHubUrl','BsAuc','getAccessibilityResultsSummary','oRIzu','UWQkd','Wdwnd','frOXN','VFMVM','iYTdT','setGlobal','/session','tBOLs','overrideQuit','OkfXd','BrowserStackSdk','OPaUA','cLDAy','ryfIw','ULxUE','vdPGB','toLowerCase','xlfrx','ieOptions_','measureWrapper','huMLS','BpnTV','proxy_','proxyUrl','ohqxc','LnAdk','jYIIM','./helpers/logger','browserstack.accessibilityOptions','ajrpB','keys','hlZIe','brzGo','OqEws','caps_','RPNAA','XlMnj','40168AmiZWh','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','quitCount_','jest','ZQCwG','SaNso','./bin/playwright/modifyPlaywrightConf','mjkUv','DCZLp','CWddi','Gjpqa','object','startA11yScanning','requireHttpClient','cYxDN','6cRcXgP','browserName','tuuDA','WCyAe','isAccessibilityPlatform','Modifying\x20webdriver\x20execute','NISmr','YFXhx','wmKtY','KyGYJ','readTcgAuthConfigToGlobal','setLogLevel','stopA11yScanning','GwMIh','setFramework','overrideGet','getAccessibilityResults','zbnji','getHttpAgent','debug','ZkMDe','Wrruy','aiHeal_isAuthenticated','RHwUp','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','__setBrowserOptions','getHubUrl','Ghqlh','oAxHb','Setting\x20Browserstack\x20capabilities','getRequestOptions','format','xLqpz','chromeOptions','JeSlu','./helpers/driverInitErrorReporter','args','QksLq','isUndefined','MEkUx','JwCyd','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','HttpClient','dtRzC','aiSdk_bstackConfig','selenium-webdriver','Ukbon','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','shouldWrapCommand','Hub\x20url\x20set\x20to\x20','performScan','uJJMg','CNuhR','rrKuV','url_','patchDriverPercy','CluyN','browserstack.accessibility','exports','iKFcQ','setting\x20driver\x20Session\x20ID:\x20','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','RVIVb','XURoW','originalBuilder','browserStackGlobals','proxySettings','1165556OIPvVS','iZgZc','PdjOq','3750940CMVcig','803862thGBmF','BplQK','browserstack.com','ApsZh','Oqvyy','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','./helpers/ai-sdk/autoHealHelper','accessibility','WxKWB','FEeUE','cRKLc','ogKZU','assign','YVTuQ','name_','teoVP','QlCQG','JhjuP','ieOptions','/wd/hub','session_','scannerVersion','qFdMe','Lxxhh','vfLmX','gfWPH','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','GYXWm','delete','se:ieOptions','ncSDe','WebDriver','warn','TmhHd','qhEmN','SDK_POST_INITIALIZE','safariOptions_','LULRw','split','FCxll','get','EACED','Xzygu','CAPABILITY_KEY','rXcGI','BS_A11Y_JWT','dryUq','android','ErLLB','setCapabilities','dAzKk','zIcDJ','Auqrl','options_','bEaDA','global','./helpers/accessibility-automation/scripts','LetfK','firefoxOptions','ETzIV','VBsqZ','obhQu','CCOZZ','41711BFvHuJ','wfjpG','bstackA11yShouldScan','chromeOptions_','BwfWk','selenium-webdriver/lib/webdriver.js','.browserstack.com','AUeba','15QmzVqo','safari.options','updateHubUrl','isMobilePlatform','./hubAllocationMethods','prototype','./helpers/performance/performance-tester','CKBSf','prepareCapabilities','logLevel','Modifying\x20webdriver\x20builder','3313428NfVmge','firefoxOptions_','cRUFh','isTurboScaleSession','jzqCw','setAdditionalCapabilities','DhtEl','LVwSd','QkQPI','ONpsi','newHubUrl','WFhio','moz:firefoxOptions','aiSdk_framework','capabilities_','device','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','hOphe','getId','./helpers/accessibility-automation/helper','BROWSERSTACK_TURBOSCALE','cZyZv','ZXUiH','./helpers/performance/constants','Proxy\x20set\x20to\x20','eEzEE','message','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','SkrMJ','SDK_PRE_INITIALIZE','\x20to\x20global\x20drivers\x20array','length','__drivers','agent_','511yjCtqz','framework','send','requireModule','initializeHealingCapabilities','browserstackSessionName','fnBoT','percy','stKmF','wMxOO','pushCommand','DGzIr','ygLvF','setServer','kMrpV','mergeDeep','MVJaG','qLyjh','Yybrk','browserstackAgentV2','gArvW','DFpAV','push','GmuTq','JmnwB','UcIhM','deviceName','from','PxODa','accessibilityOptions','eORpG','AOART','set','ayqWn','hxxsj','Qcoxq','JTwdU','IZgDC','build','yipfV','bVrej','3nsinHt','forEach','LwHee','3035846agZXVS','https://','QDiiR','platformName','env','zXgPE','9PSznvx','New\x20hub\x20url\x20set\x20to\x20','browserVersion','beFlU','jCBFA','qfeCu','goog:chromeOptions','getGlobal','RArQa','iNDta','isPacProxy','installAll','Builder','Vjdza','capabilities','edgeOptions','qawuG','edgeOptions_','Session\x20ID:\x20','info','rjZut','Unable\x20to\x20find\x20executor\x20class\x20','capability','then','CJnTi','kIGgr','hXGYM','Performing\x20scan\x20for\x20','WzXTd','path','ms:edgeOptions','browserStackLogLevel','CIAEG','selenium-webdriver/lib/http.js','optimalHubUrl','./bin/mocha/accessibility-automation/helper','__driver','uxFKl','bxdeq','etMGu','./helpers/percy/PercySDK'];a160_0x2681=function(){return _0x4a7901;};return a160_0x2681();}module['exports']['_installDriverInitFailureCapture']=require(a160_0x4ef932(0x14b))[a160_0x4ef932(0x220)];
1
+ const a160_0x30547a=a160_0x3692;(function(_0x3b63db,_0x18bab6){const _0x152818=a160_0x3692,_0x18b9fe=_0x3b63db();while(!![]){try{const _0x3857f1=-parseInt(_0x152818(0x27f))/0x1+parseInt(_0x152818(0x1b9))/0x2*(-parseInt(_0x152818(0x287))/0x3)+-parseInt(_0x152818(0x18c))/0x4+-parseInt(_0x152818(0x162))/0x5*(-parseInt(_0x152818(0x1e0))/0x6)+parseInt(_0x152818(0x18d))/0x7*(parseInt(_0x152818(0x1e7))/0x8)+-parseInt(_0x152818(0x152))/0x9+parseInt(_0x152818(0x16e))/0xa*(parseInt(_0x152818(0x172))/0xb);if(_0x3857f1===_0x18bab6)break;else _0x18b9fe['push'](_0x18b9fe['shift']());}catch(_0x55e13d){_0x18b9fe['push'](_0x18b9fe['shift']());}}}(a160_0x278c,0xf3ea1));const util=require('util'),{overrideTakeScreenshot}=require(a160_0x30547a(0x260)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a160_0x30547a(0x1dc)),{setAccessibilityCapabilities,setExtension}=require(a160_0x30547a(0x1c9)),helper=require(a160_0x30547a(0x1c2)),logger=require(a160_0x30547a(0x1aa))[a160_0x30547a(0x1cc)],hubAllocator=require('./hubAllocationMethods'),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require(a160_0x30547a(0x182)),BrowserStackSdk=require(a160_0x30547a(0x227)),modifyPlaywrightConfig=require(a160_0x30547a(0x213)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require('./helpers/globals'),{commandRepository}=require(a160_0x30547a(0x1bf)),{aiSdkWrapper}=require(a160_0x30547a(0x1a2)),{overrideExecute}=require(a160_0x30547a(0x1bb)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a160_0x30547a(0x1e6)),{nonBstackPlatformValidation}=require(a160_0x30547a(0x1dc)),modify=_0x3b7843=>{const _0x1575a0=a160_0x30547a,_0x142d58={'qhtQB':function(_0x5ac66c,_0x40c78d){return _0x5ac66c!==_0x40c78d;},'SBLgk':'/session','YUJhk':function(_0x35baf8,_0xa646db){return _0x35baf8!==_0xa646db;},'PyZpx':function(_0x556d74,_0xe3f0f9){return _0x556d74+_0xe3f0f9;},'XfJpA':function(_0x2cf85c,_0x1370dd){return _0x2cf85c+_0x1370dd;},'VHyHH':_0x1575a0(0x177),'DyQdf':_0x1575a0(0x23b),'CXXma':_0x1575a0(0x269),'ftPpI':_0x1575a0(0x240),'HBjZa':_0x1575a0(0x270),'whGmC':'edgeOptions','upQCR':_0x1575a0(0x1a4),'CfVXc':'firefoxOptions','NqZxY':'safari.options','VdsoU':_0x1575a0(0x163),'GfpFr':_0x1575a0(0x23f),'nTGce':function(_0x29e3d8,_0x5da80c){return _0x29e3d8===_0x5da80c;},'VOgsT':_0x1575a0(0x1f8),'FzaPM':_0x1575a0(0x16f),'oitFB':'optimalHubUrl','iQbVe':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','yBeWL':function(_0x255877,_0xd5b853,_0x4ee952){return _0x255877(_0xd5b853,_0x4ee952);},'qBWOm':function(_0x5c6f6f,_0x6ccb09,_0x2382ce,_0x26ceec,_0xe1d576){return _0x5c6f6f(_0x6ccb09,_0x2382ce,_0x26ceec,_0xe1d576);},'sVeRz':function(_0x2c473c,_0x478f16){return _0x2c473c||_0x478f16;},'muaQY':_0x1575a0(0x1d8),'gMbUK':_0x1575a0(0x164),'pXgAo':function(_0x13007a,_0x6a6aa9,_0x438fd7){return _0x13007a(_0x6a6aa9,_0x438fd7);},'bbMgj':function(_0x31dd8b){return _0x31dd8b();},'cNTja':function(_0xbd4550,_0x1dd58a){return _0xbd4550(_0x1dd58a);},'tPLTs':'bstack:options','jRpNW':_0x1575a0(0x28e),'syzih':_0x1575a0(0x141),'clkGa':'platformName','tLsbx':'browserName','krIFe':'android','pzRNB':'chrome','kDjhE':function(_0x1d0500){return _0x1d0500();},'OJqTT':_0x1575a0(0x19d),'HGMQn':_0x1575a0(0x1a5),'IhKCv':_0x1575a0(0x178),'XEONy':_0x1575a0(0x21e),'SHOjS':_0x1575a0(0x21c),'CdDBb':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','LImOD':function(_0x4c74d1,_0x4395c0,_0x29b70b){return _0x4c74d1(_0x4395c0,_0x29b70b);},'mJJAf':function(_0x355301,_0x5560ac,_0x421649){return _0x355301(_0x5560ac,_0x421649);},'UzFMd':function(_0x2103cf,_0x1510fd,_0x2aa54a,_0x1c0b2c,_0xbe97cc){return _0x2103cf(_0x1510fd,_0x2aa54a,_0x1c0b2c,_0xbe97cc);},'MqdQV':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','mAwrk':_0x1575a0(0x1f0)};logger[_0x1575a0(0x242)](_0x142d58[_0x1575a0(0x239)]),logger['debug'](_0x142d58[_0x1575a0(0x210)]);const _0x39f8b7=helper['requireSeleniumWebdriver'](),_0x26d295=helper[_0x1575a0(0x238)]();class _0x1140cb extends _0x26d295[_0x1575a0(0x230)]{[_0x1575a0(0x24a)](_0x2c81c1){const _0x23efb7=_0x1575a0;if(_0x142d58[_0x23efb7(0x1e4)](_0x2c81c1[_0x23efb7(0x17f)],_0x142d58[_0x23efb7(0x22d)])&&_0x142d58[_0x23efb7(0x168)](global[_0x23efb7(0x195)],''))try{global[_0x23efb7(0x195)]=_0x142d58[_0x23efb7(0x232)](_0x142d58[_0x23efb7(0x1b7)](_0x142d58[_0x23efb7(0x16d)],global[_0x23efb7(0x195)]),_0x142d58[_0x23efb7(0x19b)]),this['options_']=hubAllocator[_0x23efb7(0x25c)](global[_0x23efb7(0x195)]),logger['debug'](_0x23efb7(0x1dd)+global['newHubUrl']),global[_0x23efb7(0x195)]='';}catch(_0x4df387){logger['error'](_0x4df387);}return super[_0x23efb7(0x24a)](_0x2c81c1);}}class _0x3f2654 extends _0x39f8b7[_0x1575a0(0x197)]{[_0x1575a0(0x147)](_0x5e8af8){const _0x340c05=_0x1575a0;let _0xc104c4={};for(const _0x1d58e8 in _0x5e8af8){switch(_0x1d58e8){case _0x142d58[_0x340c05(0x268)]:case _0x142d58[_0x340c05(0x1be)]:this[_0x340c05(0x1ca)]&&(_0xc104c4=this[_0x340c05(0x1ca)]['get'](this[_0x340c05(0x1ca)][_0x340c05(0x235)])||{},this[_0x340c05(0x1ca)][_0x340c05(0x1f5)](this['chromeOptions_'][_0x340c05(0x235)],helper['mergeDeep'](_0xc104c4,_0x5e8af8[_0x1d58e8])));break;case _0x142d58['HBjZa']:case _0x142d58[_0x340c05(0x272)]:this['edgeOptions_']&&(_0xc104c4=this['edgeOptions_']['get'](this['edgeOptions_'][_0x340c05(0x235)])||{},this['edgeOptions_'][_0x340c05(0x1f5)](this[_0x340c05(0x154)]['CAPABILITY_KEY'],helper['mergeDeep'](_0xc104c4,_0x5e8af8[_0x1d58e8])));break;case _0x142d58[_0x340c05(0x179)]:case _0x142d58[_0x340c05(0x228)]:this[_0x340c05(0x1cf)]&&(_0xc104c4=this[_0x340c05(0x1cf)][_0x340c05(0x15c)](this[_0x340c05(0x1cf)][_0x340c05(0x235)])||{},this[_0x340c05(0x1cf)][_0x340c05(0x1f5)](this[_0x340c05(0x1cf)]['CAPABILITY_KEY'],helper[_0x340c05(0x248)](_0xc104c4,_0x5e8af8[_0x1d58e8])));break;case _0x142d58[_0x340c05(0x28a)]:this[_0x340c05(0x274)]&&(_0xc104c4=this[_0x340c05(0x274)][_0x340c05(0x15c)](this[_0x340c05(0x274)][_0x340c05(0x235)])||{},this[_0x340c05(0x274)][_0x340c05(0x1f5)](this[_0x340c05(0x274)][_0x340c05(0x235)],helper['mergeDeep'](_0xc104c4,_0x5e8af8[_0x1d58e8])));break;case _0x142d58['VdsoU']:case _0x142d58['GfpFr']:this[_0x340c05(0x189)]&&(_0xc104c4=this[_0x340c05(0x189)][_0x340c05(0x15c)](this['ieOptions_'][_0x340c05(0x235)])||{},this[_0x340c05(0x189)][_0x340c05(0x1f5)](this['ieOptions_'][_0x340c05(0x235)],helper['mergeDeep'](_0xc104c4,_0x5e8af8[_0x1d58e8])));break;}}}[_0x1575a0(0x1ef)](){const _0x507a5f=_0x1575a0;return this[_0x507a5f(0x25a)]=helper[_0x507a5f(0x205)](_0x3b7843),logger[_0x507a5f(0x208)](_0x507a5f(0x1c0)+this[_0x507a5f(0x25a)]),this;}[_0x1575a0(0x183)](){const _0x39da46=_0x1575a0,_0x16d3b1={'Ijgpo':function(_0x3a6cc4,_0x367f61){const _0x4f38f2=a160_0x3692;return _0x142d58[_0x4f38f2(0x267)](_0x3a6cc4,_0x367f61);},'AxOZa':_0x142d58[_0x39da46(0x1de)]};return logger['debug'](_0x142d58[_0x39da46(0x171)]),this[_0x39da46(0x147)](_0x3b7843[_0x39da46(0x233)]),Object[_0x39da46(0x13a)](_0x3b7843[_0x39da46(0x233)])[_0x39da46(0x27c)](_0x7cb6cb=>{const _0xbd6095=_0x39da46,_0x8f60b1=this['capabilities_']['get'](_0x7cb6cb);_0x16d3b1[_0xbd6095(0x1b0)](typeof _0x8f60b1,_0x16d3b1[_0xbd6095(0x17d)])?this[_0xbd6095(0x1da)][_0xbd6095(0x1f5)](_0x7cb6cb,helper[_0xbd6095(0x248)](_0x8f60b1,_0x3b7843[_0xbd6095(0x233)][_0x7cb6cb])):this['capabilities_']['set'](_0x7cb6cb,_0x3b7843[_0xbd6095(0x233)][_0x7cb6cb]);}),this;}[_0x1575a0(0x28d)](){const _0x4e8f9c=_0x1575a0,_0x10f6af={'HXnfo':function(_0x22ac74){const _0x1419fb=a160_0x3692;return _0x142d58[_0x1419fb(0x207)](_0x22ac74);},'lIWVX':function(_0xc682f,_0x2f1f78){const _0x5918b1=a160_0x3692;return _0x142d58[_0x5918b1(0x23a)](_0xc682f,_0x2f1f78);},'IWVoL':_0x142d58[_0x4e8f9c(0x1b6)],'YCHgT':_0x142d58[_0x4e8f9c(0x175)],'bkGLp':_0x142d58[_0x4e8f9c(0x21d)],'apkJt':_0x142d58['clkGa'],'KHxfR':_0x142d58[_0x4e8f9c(0x1a6)],'Rvfqa':function(_0x58e7dd,_0x58d485){const _0x3681ee=_0x4e8f9c;return _0x142d58[_0x3681ee(0x267)](_0x58e7dd,_0x58d485);},'YIMvM':_0x142d58[_0x4e8f9c(0x26b)],'tDPNP':_0x142d58[_0x4e8f9c(0x255)],'MlRKf':function(_0x2a7b19){return _0x142d58['kDjhE'](_0x2a7b19);},'thAAZ':_0x142d58['OJqTT'],'XWjWv':_0x142d58[_0x4e8f9c(0x21f)],'oRHDE':_0x142d58['IhKCv'],'iglZR':function(_0x533b08,_0x4cc416,_0x335441){const _0x418a05=_0x4e8f9c;return _0x142d58[_0x418a05(0x25e)](_0x533b08,_0x4cc416,_0x335441);},'BLMRb':_0x142d58[_0x4e8f9c(0x206)],'tsOiw':_0x142d58[_0x4e8f9c(0x216)],'tCOnE':_0x142d58[_0x4e8f9c(0x1e1)],'gWwAh':function(_0x132de3,_0x522d5b,_0x462297){return _0x142d58['LImOD'](_0x132de3,_0x522d5b,_0x462297);},'jVdSd':function(_0x171755,_0x378e8a,_0x37b404){const _0x1a21a4=_0x4e8f9c;return _0x142d58[_0x1a21a4(0x203)](_0x171755,_0x378e8a,_0x37b404);},'aWGaP':function(_0x209d96,_0x277e86,_0x2d3a02,_0x24d5a9,_0x501d07){const _0xb5cacd=_0x4e8f9c;return _0x142d58[_0xb5cacd(0x257)](_0x209d96,_0x277e86,_0x2d3a02,_0x24d5a9,_0x501d07);},'NNmlI':function(_0x714b0,_0x452090){const _0x1c51cb=_0x4e8f9c;return _0x142d58[_0x1c51cb(0x20d)](_0x714b0,_0x452090);},'tWGQS':_0x142d58['muaQY'],'ykiQX':_0x142d58[_0x4e8f9c(0x253)]};PerformanceTester['measureWrapper'](PerformanceEvents[_0x4e8f9c(0x186)],()=>{const _0x2fd458=_0x4e8f9c;_0x10f6af['HXnfo'](isAccessibilityAutomationSession)&&_0x10f6af[_0x2fd458(0x15a)](setAccessibilityCapabilities,_0x3b7843);this['setServer'](),this[_0x2fd458(0x183)]();if(helper[_0x2fd458(0x173)](_0x3b7843[_0x2fd458(0x22f)]['proxyUrl']))this['agent_']=helper['getHttpAgent'](_0x3b7843[_0x2fd458(0x22f)][_0x2fd458(0x217)]);else _0x3b7843['proxySettings'][_0x2fd458(0x217)]&&(this[_0x2fd458(0x201)]=_0x3b7843[_0x2fd458(0x22f)][_0x2fd458(0x217)],logger[_0x2fd458(0x208)](_0x2fd458(0x280)+this[_0x2fd458(0x201)]));if(_0x10f6af['HXnfo'](isAccessibilityAutomationSession)){const _0x43931a=this[_0x2fd458(0x1da)][_0x2fd458(0x15c)](_0x10f6af[_0x2fd458(0x1cd)])||{},_0x55dee3=_0x43931a[_0x2fd458(0x141)]||this['capabilities_']['get'](_0x10f6af[_0x2fd458(0x258)])||this[_0x2fd458(0x1da)][_0x2fd458(0x15c)](_0x10f6af['bkGLp']);if(_0x55dee3){const _0x3f6f5e=(_0x43931a['platformName']||this[_0x2fd458(0x1da)][_0x2fd458(0x15c)](_0x10f6af[_0x2fd458(0x28c)])||'')[_0x2fd458(0x19c)](),_0x5bbbf8=(_0x43931a[_0x2fd458(0x1d5)]||this[_0x2fd458(0x1da)][_0x2fd458(0x15c)](_0x10f6af['KHxfR'])||'')[_0x2fd458(0x19c)]();_0x10f6af['Rvfqa'](_0x3f6f5e,_0x10f6af[_0x2fd458(0x198)])&&_0x5bbbf8[_0x2fd458(0x1a8)](_0x10f6af[_0x2fd458(0x16c)])&&(_0x10f6af[_0x2fd458(0x1d2)](isMobileScanningEnabledForGroup)&&(logger[_0x2fd458(0x208)](_0x10f6af[_0x2fd458(0x23e)]),globals[_0x2fd458(0x1d4)](_0x10f6af[_0x2fd458(0x1ce)],!![])));}}if(globals['getGlobal'](_0x10f6af[_0x2fd458(0x28f)])){if(!_0x10f6af[_0x2fd458(0x15b)](setExtension,this,_0x3b7843)){globals[_0x2fd458(0x1d4)](_0x10f6af[_0x2fd458(0x28f)],![]);const _0x25f974=this[_0x2fd458(0x1da)]['get'](_0x10f6af['IWVoL']);_0x25f974&&(_0x25f974[_0x2fd458(0x281)]=![],delete _0x25f974[_0x2fd458(0x1df)],this[_0x2fd458(0x1da)][_0x2fd458(0x1f5)](_0x10f6af['IWVoL'],_0x25f974)),this[_0x2fd458(0x1da)]['get'](_0x10f6af[_0x2fd458(0x17a)])&&(this[_0x2fd458(0x1da)]['set'](_0x10f6af[_0x2fd458(0x17a)],![]),this['capabilities_']['delete'](_0x10f6af[_0x2fd458(0x1fe)]));}}(!helper['isBrowserstackInfra']()||helper[_0x2fd458(0x153)](_0x3b7843))&&helper[_0x2fd458(0x1ab)](null,null,_0x3b7843[_0x2fd458(0x18e)],null,this,null),helper[_0x2fd458(0x291)](_0x3b7843[_0x2fd458(0x233)]),logger[_0x2fd458(0x208)](_0x10f6af[_0x2fd458(0x279)]);})();const _0x20e91c=super['build']();return PerformanceTester[_0x4e8f9c(0x276)](PerformanceEvents[_0x4e8f9c(0x295)],()=>{const _0x2928b4=_0x4e8f9c,_0x5a2ef6={'HWaCf':_0x142d58[_0x2928b4(0x211)],'eKoNy':_0x142d58['iQbVe'],'eHSGq':function(_0x57e228,_0x1cbe3f,_0x3c5549){const _0x20e81c=_0x2928b4;return _0x142d58[_0x20e81c(0x25e)](_0x57e228,_0x1cbe3f,_0x3c5549);},'hYSTe':function(_0x3ceeaa,_0x4e57a5,_0x545839){const _0x43aa69=_0x2928b4;return _0x142d58[_0x43aa69(0x25e)](_0x3ceeaa,_0x4e57a5,_0x545839);},'pKkNH':function(_0x460186,_0x198851,_0x31dec9,_0x133be3,_0x13fc46){return _0x142d58['qBWOm'](_0x460186,_0x198851,_0x31dec9,_0x133be3,_0x13fc46);},'bwknc':function(_0x11687b,_0x1fdb3b){return _0x142d58['sVeRz'](_0x11687b,_0x1fdb3b);},'iHyvr':_0x142d58[_0x2928b4(0x1d7)],'UkZiw':_0x142d58[_0x2928b4(0x253)]};_0x20e91c[_0x2928b4(0x155)]['then'](_0x148271=>{const _0x454e01=_0x2928b4;try{const _0x377811=_0x148271[_0x454e01(0x19e)]['get'](_0x5a2ef6['HWaCf']);_0x377811?(logger[_0x454e01(0x208)](_0x454e01(0x1e8)+_0x377811),hubAllocator[_0x454e01(0x1f9)](_0x377811),helper[_0x454e01(0x225)](_0x377811)):logger[_0x454e01(0x208)](_0x5a2ef6[_0x454e01(0x1db)]);}catch(_0x25d00c){logger[_0x454e01(0x208)](_0x454e01(0x190)+_0x25d00c);}}),_0x20e91c[_0x2928b4(0x158)]&&_0x20e91c[_0x2928b4(0x158)](_0x35294b=>{const _0x32f486=_0x2928b4,_0x1a1eb8={'xsyzW':_0x5a2ef6['iHyvr'],'tpCzW':_0x5a2ef6[_0x32f486(0x1ea)],'YyoAA':function(_0x17ddd3,_0x3978c6){const _0x4e37a8=_0x32f486;return _0x5a2ef6[_0x4e37a8(0x18b)](_0x17ddd3,_0x3978c6);}};helper['overrideGet'](_0x35294b,_0x3b7843),_0x5a2ef6[_0x32f486(0x25b)](overrideExecute,_0x35294b,_0x3b7843),_0x35294b[_0x32f486(0x1c5)]=async()=>{const _0x447f20=_0x32f486;return await _0x5a2ef6[_0x447f20(0x25b)](getAccessibilityResultsSummary,_0x35294b,global);},_0x35294b[_0x32f486(0x15f)]=async()=>{const _0x1dc98e=_0x32f486;return await _0x5a2ef6[_0x1dc98e(0x1e3)](getAccessibilityResults,_0x35294b,global);},_0x35294b['performScan']=async _0x33318a=>{const _0x5bfe62=_0x32f486;return await _0x5a2ef6['pKkNH'](performScan,_0x35294b,null,!![],_0x5a2ef6[_0x5bfe62(0x18b)](_0x33318a,null));},_0x35294b[_0x32f486(0x13c)]=async _0x944a54=>{const _0xffc96f=_0x32f486;globals[_0xffc96f(0x1d4)](_0x1a1eb8[_0xffc96f(0x20c)],!![]),globals[_0xffc96f(0x1d4)](_0x1a1eb8[_0xffc96f(0x243)],_0x1a1eb8[_0xffc96f(0x1ae)](_0x944a54,null));},_0x35294b['stopA11yScanning']=async()=>{const _0x1b7b7c=_0x32f486;globals[_0x1b7b7c(0x1d4)](_0x5a2ef6[_0x1b7b7c(0x161)],![]),globals[_0x1b7b7c(0x1d4)](_0x5a2ef6[_0x1b7b7c(0x1ea)],null);};}),_0x20e91c[_0x2928b4(0x1c5)]=async()=>{return await _0x10f6af['gWwAh'](getAccessibilityResultsSummary,_0x20e91c,global);},_0x20e91c[_0x2928b4(0x15f)]=async()=>{const _0x164e5f=_0x2928b4;return await _0x10f6af[_0x164e5f(0x1c8)](getAccessibilityResults,_0x20e91c,global);},_0x20e91c[_0x2928b4(0x138)]=async _0x2bb620=>{const _0x333ab3=_0x2928b4;return await _0x10f6af[_0x333ab3(0x22c)](performScan,_0x20e91c,null,!![],_0x10f6af[_0x333ab3(0x294)](_0x2bb620,null));},_0x20e91c[_0x2928b4(0x13c)]=async _0x59c897=>{const _0x41819e=_0x2928b4;globals[_0x41819e(0x1d4)](_0x10f6af['tWGQS'],!![]),globals['setGlobal'](_0x10f6af[_0x41819e(0x1c7)],_0x10f6af[_0x41819e(0x294)](_0x59c897,null));},_0x20e91c[_0x2928b4(0x14c)]=async()=>{const _0x4aa9af=_0x2928b4;globals[_0x4aa9af(0x1d4)](_0x5a2ef6[_0x4aa9af(0x161)],![]),globals[_0x4aa9af(0x1d4)](_0x5a2ef6[_0x4aa9af(0x1ea)],null);},helper[_0x2928b4(0x167)](_0x20e91c,_0x3b7843),_0x142d58[_0x2928b4(0x202)](overrideExecute,_0x20e91c,_0x3b7843),helper[_0x2928b4(0x283)](global['__driversArray'])&&(global['__driversArray']=[]),global[_0x2928b4(0x284)][_0x2928b4(0x1e9)](_0x20e91c);})(),_0x20e91c;}}_0x39f8b7[_0x1575a0(0x1c1)]=_0x39f8b7[_0x1575a0(0x197)],_0x39f8b7[_0x1575a0(0x197)]=_0x3f2654,_0x26d295['HttpClient']=_0x1140cb;},propagateJestSessionName=(_0x4546d4,_0x589340,_0x5c076c='')=>{const _0x581a15=a160_0x30547a,_0x1dba38={};_0x1dba38[_0x581a15(0x223)]='percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s';const _0x18afdf=_0x1dba38;_0x589340&&_0x589340[_0x581a15(0x1f3)]&&_0x589340[_0x581a15(0x1f3)][_0x581a15(0x22a)]&&helper[_0x581a15(0x283)](_0x4546d4[_0x581a15(0x22a)])&&(_0x4546d4[_0x581a15(0x22a)]=_0x589340[_0x581a15(0x1f3)][_0x581a15(0x22a)],logger['debug'](util['format'](_0x18afdf['wjhCb'],_0x5c076c?'\x20'+_0x5c076c:'',_0x4546d4[_0x581a15(0x22a)])));},modifyV2=(_0x8162a5,_0x502e6e=null,_0x4031c5=![])=>{const _0xc70461=a160_0x30547a,_0x2e7b4b={'cbFwr':function(_0x348f97,_0x1b927e){return _0x348f97!==_0x1b927e;},'ewmrs':_0xc70461(0x247),'icERe':function(_0x5068c3,_0x3a75bb){return _0x5068c3!==_0x3a75bb;},'vkYdO':function(_0x4db187,_0x184182){return _0x4db187+_0x184182;},'IjkLF':function(_0x2837e1,_0x5a45b2){return _0x2837e1+_0x5a45b2;},'YnBBI':_0xc70461(0x177),'WOqXI':_0xc70461(0x23b),'ivBuh':_0xc70461(0x265),'DNaiE':'aiHeal_isHealingEnabled','hVSjS':_0xc70461(0x269),'iRWoE':_0xc70461(0x240),'LyBYx':_0xc70461(0x270),'KRPSY':'edgeOptions','bryzA':_0xc70461(0x1a4),'bmtaz':_0xc70461(0x17c),'dpvCR':_0xc70461(0x144),'BnXqu':_0xc70461(0x163),'TrldM':'ieOptions','PxThr':function(_0x2a1397,_0x1b2351){return _0x2a1397===_0x1b2351;},'tYFle':'object','JfeDT':_0xc70461(0x16f),'GAdWF':function(_0x42f570,_0x345976){return _0x42f570>_0x345976;},'ZnhIf':function(_0xf21324,_0x43628e){return _0xf21324>_0x43628e;},'OQPjR':function(_0x14b292){return _0x14b292();},'TBIHc':function(_0x33452e,_0x30f1ea){return _0x33452e(_0x30f1ea);},'VVtsi':'bstack:options','RYwPt':_0xc70461(0x28e),'ihXMg':_0xc70461(0x141),'bfnJm':_0xc70461(0x26f),'CFLTn':_0xc70461(0x1d5),'yqMgW':function(_0xe33c8c,_0x1913c1){return _0xe33c8c===_0x1913c1;},'YaHuK':'android','srFNy':_0xc70461(0x148),'fHLry':_0xc70461(0x19d),'MkTIz':'isMobilePlatform','gyDfq':_0xc70461(0x178),'VVLEx':function(_0x2f3fcd,_0x514a60,_0x593b30){return _0x2f3fcd(_0x514a60,_0x593b30);},'KsmWc':_0xc70461(0x21e),'juadB':_0xc70461(0x21c),'jtcYD':_0xc70461(0x184),'UchYs':function(_0x514ff7){return _0x514ff7();},'aHtIr':_0xc70461(0x1d1),'yZOZW':_0xc70461(0x204),'BDSOW':'browserVersion','CNgfy':function(_0x4ead3c,_0x5749f2){return _0x4ead3c(_0x5749f2);},'GRDHA':_0xc70461(0x27b),'BmATk':function(_0x3166d3,_0x57f6d6){return _0x3166d3(_0x57f6d6);},'LRBnI':function(_0x586f5e,_0x4250bb){return _0x586f5e(_0x4250bb);},'VELUr':function(_0x361484,_0x284245){return _0x361484<_0x284245;},'jBuIh':function(_0x288c66,_0x1d95bf){return _0x288c66(_0x1d95bf);},'Wygce':function(_0x4f96f2,_0x44eeab){return _0x4f96f2||_0x44eeab;},'ALrcQ':function(_0x55c431,_0x22e4f3,_0x1e5932){return _0x55c431(_0x22e4f3,_0x1e5932);},'UGelm':function(_0x219680,_0x13c37b){return _0x219680===_0x13c37b;},'SnqDO':_0xc70461(0x1f6),'KMKwH':'jest','funCq':_0xc70461(0x1b8),'yVVpl':_0xc70461(0x200),'mpYKz':'Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','Ljdls':function(_0x3b80a9,_0x4b3c05,_0x498d20,_0x4a8ab3,_0x3860f4){return _0x3b80a9(_0x4b3c05,_0x498d20,_0x4a8ab3,_0x3860f4);},'RLwSd':function(_0x564c5a,_0x5ceab7){return _0x564c5a||_0x5ceab7;},'QtdBM':'bstackA11yShouldScan','jqBMX':_0xc70461(0x164),'YRbkE':function(_0x7519d,_0x34c2d0){return _0x7519d||_0x34c2d0;},'tMEiI':function(_0x4bd8b4,_0xead0bb){return _0x4bd8b4(_0xead0bb);},'KVEDz':function(_0x1b1d9f,_0x420cbe,_0x197940){return _0x1b1d9f(_0x420cbe,_0x197940);},'fSIfJ':function(_0x35ca8f,_0x3a5c5d,_0x7ce437,_0x2e0805){return _0x35ca8f(_0x3a5c5d,_0x7ce437,_0x2e0805);},'NLSFi':_0xc70461(0x220),'QFVZS':function(_0x56a614,_0x27760a){return _0x56a614!==_0x27760a;},'hkqni':function(_0x45c2a5,_0x158d16){return _0x45c2a5!==_0x158d16;},'iyMDp':_0xc70461(0x1d9),'wUFQa':_0xc70461(0x20b),'eDuTZ':function(_0x52e1d7,_0x28fcec,_0x33574f){return _0x52e1d7(_0x28fcec,_0x33574f);},'jJceq':_0xc70461(0x1b1),'FnCFI':function(_0x1fa028,_0x385ce4){return _0x1fa028(_0x385ce4);},'Szvgv':function(_0x54c956,_0x3118ea,_0x89c8ad){return _0x54c956(_0x3118ea,_0x89c8ad);},'IWMJH':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','TsbDa':_0xc70461(0x1f0),'wFTaH':_0xc70461(0x215),'ySqkI':_0xc70461(0x1e2),'nGzBd':_0xc70461(0x27a),'gBJTb':'Modifying\x20webdriver\x20execute','BcyGf':_0xc70461(0x1fb)},_0xda540f=helper[_0xc70461(0x238)]();let _0x5b9b4b;try{_0x5b9b4b=helper[_0xc70461(0x221)](),_0x5b9b4b['originalBuilder']&&(_0x5b9b4b['Builder']=_0x5b9b4b['originalBuilder']);}catch(_0x1b84d5){return;}if(helper[_0xc70461(0x191)]()){const _0x373a3c={};_0x373a3c[_0xc70461(0x187)]=_0x8162a5[_0xc70461(0x273)],helper[_0xc70461(0x26e)](_0x373a3c,new Map(),new Map()),logger[_0xc70461(0x242)](_0x2e7b4b[_0xc70461(0x1ba)]),logger[_0xc70461(0x208)](_0x2e7b4b[_0xc70461(0x266)]);}class _0x1948d5 extends _0xda540f[_0xc70461(0x230)]{['send'](_0x4503d3){const _0x2b81ae=_0xc70461;if(_0x2e7b4b[_0x2b81ae(0x142)](_0x4503d3[_0x2b81ae(0x17f)],_0x2e7b4b[_0x2b81ae(0x16b)])&&_0x2e7b4b['icERe'](global[_0x2b81ae(0x195)],''))try{global[_0x2b81ae(0x195)]=_0x2e7b4b[_0x2b81ae(0x24d)](_0x2e7b4b['IjkLF'](_0x2e7b4b[_0x2b81ae(0x28b)],global[_0x2b81ae(0x195)]),_0x2e7b4b[_0x2b81ae(0x181)]),this[_0x2b81ae(0x1ff)]=hubAllocator['getRequestOptions'](global[_0x2b81ae(0x195)]),logger[_0x2b81ae(0x208)](_0x2b81ae(0x1dd)+global[_0x2b81ae(0x195)]),global[_0x2b81ae(0x195)]='';}catch(_0x40e3ba){logger[_0x2b81ae(0x293)](_0x40e3ba);}if(globals[_0x2b81ae(0x150)](_0x2e7b4b[_0x2b81ae(0x26c)])&&globals[_0x2b81ae(0x150)](_0x2e7b4b[_0x2b81ae(0x193)])){const _0x4bab3=_0x4503d3['path']['split']('/')[0x2];_0x4bab3&&commandRepository[_0x2b81ae(0x250)](_0x4bab3,_0x4503d3);}return super[_0x2b81ae(0x24a)](_0x4503d3);}}class _0x249529 extends _0x5b9b4b[_0xc70461(0x197)]{['setServer'](){const _0x166eae=_0xc70461;return helper[_0x166eae(0x191)]()&&(this[_0x166eae(0x25a)]=helper[_0x166eae(0x205)](_0x8162a5)),this;}[_0xc70461(0x147)](_0x3b6e3f){const _0x32fa48=_0xc70461;let _0x15a7fc={};for(const _0x4be70c in _0x3b6e3f){switch(_0x4be70c){case _0x2e7b4b[_0x32fa48(0x1f7)]:case _0x2e7b4b[_0x32fa48(0x219)]:this[_0x32fa48(0x1ca)]&&(_0x15a7fc=this[_0x32fa48(0x1ca)][_0x32fa48(0x15c)](this[_0x32fa48(0x1ca)][_0x32fa48(0x235)])||{},this[_0x32fa48(0x1ca)][_0x32fa48(0x1f5)](this[_0x32fa48(0x1ca)]['CAPABILITY_KEY'],helper[_0x32fa48(0x248)](_0x15a7fc,_0x3b6e3f[_0x4be70c])));break;case _0x2e7b4b[_0x32fa48(0x209)]:case _0x2e7b4b[_0x32fa48(0x13b)]:this[_0x32fa48(0x154)]&&(_0x15a7fc=this[_0x32fa48(0x154)]['get'](this['edgeOptions_'][_0x32fa48(0x235)])||{},this[_0x32fa48(0x154)][_0x32fa48(0x1f5)](this['edgeOptions_'][_0x32fa48(0x235)],helper['mergeDeep'](_0x15a7fc,_0x3b6e3f[_0x4be70c])));break;case _0x2e7b4b[_0x32fa48(0x13e)]:case _0x2e7b4b[_0x32fa48(0x1d0)]:this['firefoxOptions_']&&(_0x15a7fc=this[_0x32fa48(0x1cf)]['get'](this[_0x32fa48(0x1cf)][_0x32fa48(0x235)])||{},this[_0x32fa48(0x1cf)][_0x32fa48(0x1f5)](this['firefoxOptions_'][_0x32fa48(0x235)],helper['mergeDeep'](_0x15a7fc,_0x3b6e3f[_0x4be70c])));break;case _0x2e7b4b[_0x32fa48(0x229)]:this[_0x32fa48(0x274)]&&(_0x15a7fc=this[_0x32fa48(0x274)][_0x32fa48(0x15c)](this[_0x32fa48(0x274)][_0x32fa48(0x235)])||{},this[_0x32fa48(0x274)]['set'](this['safariOptions_'][_0x32fa48(0x235)],helper['mergeDeep'](_0x15a7fc,_0x3b6e3f[_0x4be70c])));break;case _0x2e7b4b[_0x32fa48(0x278)]:case _0x2e7b4b[_0x32fa48(0x160)]:this['ieOptions_']&&(_0x15a7fc=this[_0x32fa48(0x189)][_0x32fa48(0x15c)](this[_0x32fa48(0x189)][_0x32fa48(0x235)])||{},this[_0x32fa48(0x189)][_0x32fa48(0x1f5)](this[_0x32fa48(0x189)][_0x32fa48(0x235)],helper[_0x32fa48(0x248)](_0x15a7fc,_0x3b6e3f[_0x4be70c])));break;}}}[_0xc70461(0x183)](){const _0x533b58=_0xc70461,_0x400f40={'CfHdE':function(_0x200189,_0xf14630){const _0xf60c9c=a160_0x3692;return _0x2e7b4b[_0xf60c9c(0x19f)](_0x200189,_0xf14630);},'BoHTr':_0x2e7b4b[_0x533b58(0x263)]};logger[_0x533b58(0x208)](_0x2e7b4b['JfeDT']);const _0x5637ca=_0x8162a5[_0x533b58(0x233)]&&_0x2e7b4b[_0x533b58(0x1fa)](Object['keys'](_0x8162a5['capability'])['length'],0x0)?_0x8162a5[_0x533b58(0x233)]:_0x8162a5[_0x533b58(0x290)]&&Array[_0x533b58(0x256)](_0x8162a5[_0x533b58(0x290)])&&_0x2e7b4b[_0x533b58(0x13d)](_0x8162a5[_0x533b58(0x290)][_0x533b58(0x261)],0x0)?_0x8162a5[_0x533b58(0x290)][0x0]:{};return this[_0x533b58(0x147)](_0x5637ca),Object[_0x533b58(0x13a)](_0x5637ca)[_0x533b58(0x27c)](_0x172283=>{const _0x391e4b=_0x533b58,_0x21b136=this[_0x391e4b(0x1da)][_0x391e4b(0x15c)](_0x172283);_0x400f40[_0x391e4b(0x231)](typeof _0x21b136,_0x400f40[_0x391e4b(0x288)])?this[_0x391e4b(0x1da)][_0x391e4b(0x1f5)](_0x172283,helper['mergeDeep'](_0x21b136,_0x5637ca[_0x172283])):this[_0x391e4b(0x1da)][_0x391e4b(0x1f5)](_0x172283,_0x5637ca[_0x172283]);}),this;}[_0xc70461(0x28d)](){const _0x4b6d67=_0xc70461,_0x43a200={'KiazQ':_0x2e7b4b[_0x4b6d67(0x27e)],'FFoon':_0x2e7b4b[_0x4b6d67(0x1d6)],'fOLbK':function(_0x28161e,_0x2b7469,_0x308fc3){const _0x383be4=_0x4b6d67;return _0x2e7b4b[_0x383be4(0x20a)](_0x28161e,_0x2b7469,_0x308fc3);}};PerformanceTester[_0x4b6d67(0x276)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x55aee1=_0x4b6d67;if(helper['isBrowserstackInfra']()){helper['setAdditionalCapabilities'](_0x8162a5[_0x55aee1(0x233)]);_0x2e7b4b['OQPjR'](isAccessibilityAutomationSession)&&_0x2e7b4b[_0x55aee1(0x17b)](setAccessibilityCapabilities,_0x8162a5);this['setServer'](),this[_0x55aee1(0x183)]();if(helper[_0x55aee1(0x173)](_0x8162a5[_0x55aee1(0x22f)][_0x55aee1(0x217)]))this[_0x55aee1(0x1c6)]=helper[_0x55aee1(0x292)](_0x8162a5[_0x55aee1(0x22f)][_0x55aee1(0x217)]);else _0x8162a5[_0x55aee1(0x22f)]['proxyUrl']&&(this['proxy_']=_0x8162a5['proxySettings']['proxyUrl'],logger[_0x55aee1(0x208)](_0x55aee1(0x280)+this[_0x55aee1(0x201)]));if(_0x2e7b4b[_0x55aee1(0x24b)](isAccessibilityAutomationSession)){const _0xcae6f6=this['capabilities_']['get'](_0x2e7b4b['VVtsi'])||{},_0x33957a=_0xcae6f6[_0x55aee1(0x141)]||this[_0x55aee1(0x1da)]['get'](_0x2e7b4b[_0x55aee1(0x1e5)])||this[_0x55aee1(0x1da)][_0x55aee1(0x15c)](_0x2e7b4b[_0x55aee1(0x26a)]);if(_0x33957a){const _0x463c71=(_0xcae6f6['platformName']||this[_0x55aee1(0x1da)][_0x55aee1(0x15c)](_0x2e7b4b[_0x55aee1(0x15d)])||'')[_0x55aee1(0x19c)](),_0x24c751=(_0xcae6f6[_0x55aee1(0x1d5)]||this[_0x55aee1(0x1da)][_0x55aee1(0x15c)](_0x2e7b4b[_0x55aee1(0x17e)])||'')['toLowerCase']();_0x2e7b4b[_0x55aee1(0x166)](_0x463c71,_0x2e7b4b[_0x55aee1(0x24e)])&&_0x24c751[_0x55aee1(0x1a8)](_0x2e7b4b['srFNy'])&&(_0x2e7b4b[_0x55aee1(0x24b)](isMobileScanningEnabledForGroup)&&(logger['debug'](_0x2e7b4b[_0x55aee1(0x1af)]),globals['setGlobal'](_0x2e7b4b[_0x55aee1(0x224)],!![])));}}if(globals[_0x55aee1(0x150)](_0x2e7b4b[_0x55aee1(0x222)])){if(!_0x2e7b4b[_0x55aee1(0x1cb)](setExtension,this,_0x8162a5)){globals['setGlobal'](_0x2e7b4b[_0x55aee1(0x222)],![]);const _0x496f12=this['capabilities_'][_0x55aee1(0x15c)](_0x2e7b4b[_0x55aee1(0x20e)]);_0x496f12&&(_0x496f12[_0x55aee1(0x281)]=![],delete _0x496f12[_0x55aee1(0x1df)],this['capabilities_'][_0x55aee1(0x1f5)](_0x2e7b4b['VVtsi'],_0x496f12)),this['capabilities_']['get'](_0x2e7b4b[_0x55aee1(0x271)])&&(this[_0x55aee1(0x1da)][_0x55aee1(0x1f5)](_0x2e7b4b[_0x55aee1(0x271)],![]),this[_0x55aee1(0x1da)]['delete'](_0x2e7b4b['juadB']));}}process[_0x55aee1(0x1ed)]['BROWSERSTACK_TURBOSCALE']&&(helper[_0x55aee1(0x1ab)](null,null,_0x8162a5[_0x55aee1(0x18e)],null,this,null),helper[_0x55aee1(0x291)](_0x8162a5[_0x55aee1(0x233)]),helper[_0x55aee1(0x146)]()),logger[_0x55aee1(0x208)](_0x2e7b4b['jtcYD']);}else{if(this[_0x55aee1(0x1ca)]){const _0x35ae66=this[_0x55aee1(0x1ca)][_0x55aee1(0x15c)](this[_0x55aee1(0x1ca)][_0x55aee1(0x235)]||_0x2e7b4b[_0x55aee1(0x1f7)]);if(_0x35ae66&&_0x35ae66[_0x55aee1(0x1f2)]){const _0x1cb4fb=this[_0x55aee1(0x1da)]['get'](_0x2e7b4b[_0x55aee1(0x1f7)])||{},_0x1fe9e9=(_0x1cb4fb[_0x55aee1(0x1f2)]||[])['concat'](_0x35ae66[_0x55aee1(0x1f2)]||[]),_0x18fc9a=Array[_0x55aee1(0x159)](new Set(_0x1fe9e9)),_0x42ea72={};_0x42ea72[_0x55aee1(0x1f2)]=_0x18fc9a,this[_0x55aee1(0x1da)][_0x55aee1(0x1f5)](_0x2e7b4b[_0x55aee1(0x1f7)],Object[_0x55aee1(0x143)]({},_0x1cb4fb,_0x35ae66,_0x42ea72));}}helper[_0x55aee1(0x146)]();if(_0x2e7b4b[_0x55aee1(0x14f)](isAccessibilityAutomationSession)&&this[_0x55aee1(0x282)]()[_0x55aee1(0x1a8)](_0x2e7b4b['aHtIr'])){let _0x64d081=!![];const _0x3affa6=this['capabilities_']['get'](_0x2e7b4b[_0x55aee1(0x20e)])||{},_0x3d9f98=_0x3affa6[_0x55aee1(0x141)]||this[_0x55aee1(0x1da)]['get'](_0x2e7b4b['RYwPt'])||this[_0x55aee1(0x1da)]['get'](_0x2e7b4b['ihXMg']);if(_0x3d9f98){const _0x3472e1=(_0x3affa6['platformName']||this[_0x55aee1(0x1da)][_0x55aee1(0x15c)](_0x2e7b4b[_0x55aee1(0x15d)])||'')[_0x55aee1(0x19c)](),_0x4f8058=(_0x3affa6['browserName']||this[_0x55aee1(0x1da)]['get'](_0x2e7b4b[_0x55aee1(0x17e)])||'')[_0x55aee1(0x19c)]();_0x2e7b4b[_0x55aee1(0x19f)](_0x3472e1,_0x2e7b4b[_0x55aee1(0x24e)])&&_0x4f8058[_0x55aee1(0x1a8)](_0x2e7b4b[_0x55aee1(0x23d)])?!_0x2e7b4b[_0x55aee1(0x14f)](isMobileScanningEnabledForGroup)?(logger[_0x55aee1(0x1a7)](MOBILE_SCANNING_DISABLED_WARNING),_0x64d081=![]):(logger[_0x55aee1(0x208)](_0x2e7b4b[_0x55aee1(0x1af)]),globals[_0x55aee1(0x1d4)](_0x2e7b4b[_0x55aee1(0x224)],!![])):(logger[_0x55aee1(0x1a7)](_0x2e7b4b[_0x55aee1(0x26d)]),_0x64d081=![]);}if(_0x64d081){const _0x1e4dae=_0x2e7b4b[_0x55aee1(0x17b)](parseFloat,_0x3affa6[_0x55aee1(0x246)]||this[_0x55aee1(0x1da)]['get'](_0x2e7b4b[_0x55aee1(0x262)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x2411f8}=_0x2e7b4b['CNgfy'](require,_0x2e7b4b[_0x55aee1(0x259)]),_0x51d7ef=_0x2e7b4b['BmATk'](parseFloat,_0x2411f8);!_0x2e7b4b['LRBnI'](isNaN,_0x1e4dae)&&_0x2e7b4b[_0x55aee1(0x252)](_0x1e4dae,_0x51d7ef)&&(logger['warn'](_0x55aee1(0x1ac)+_0x2411f8+'.'),_0x64d081=![]);}if(_0x64d081){_0x2e7b4b[_0x55aee1(0x249)](setAccessibilityCapabilities,_0x8162a5),this[_0x55aee1(0x183)]();if(process['env']['BS_A11Y_JWT']){let _0x4b35ee={};try{process[_0x55aee1(0x1ed)][_0x55aee1(0x289)]&&(_0x4b35ee=JSON[_0x55aee1(0x13f)](process[_0x55aee1(0x1ed)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']));}catch(_0x4aa40e){logger['debug'](_0x55aee1(0x1a9)+_0x4aa40e);}const _0x17afb1=this['capabilities_']['get'](_0x2e7b4b[_0x55aee1(0x20e)]);if(_0x17afb1||!this['capabilities_'][_0x55aee1(0x15c)](_0x2e7b4b[_0x55aee1(0x271)])){const _0x47119c=_0x2e7b4b[_0x55aee1(0x236)](_0x17afb1,{});_0x47119c['accessibility']=!![];const _0x550319={};_0x550319['authToken']=process[_0x55aee1(0x1ed)][_0x55aee1(0x1b5)],_0x550319[_0x55aee1(0x1c3)]=_0x4b35ee[_0x55aee1(0x1c3)],_0x47119c['accessibilityOptions']=Object['assign']({},_0x47119c[_0x55aee1(0x1df)],_0x550319),this[_0x55aee1(0x1da)][_0x55aee1(0x1f5)](_0x2e7b4b[_0x55aee1(0x20e)],_0x47119c);}else{this[_0x55aee1(0x1da)][_0x55aee1(0x1f5)](_0x2e7b4b[_0x55aee1(0x271)],!![]);const _0x162da6=this[_0x55aee1(0x1da)][_0x55aee1(0x15c)](_0x2e7b4b[_0x55aee1(0x176)])||{},_0x28bb31={};_0x28bb31['authToken']=process['env'][_0x55aee1(0x1b5)],_0x28bb31['scannerVersion']=_0x4b35ee[_0x55aee1(0x1c3)],this[_0x55aee1(0x1da)][_0x55aee1(0x1f5)](_0x2e7b4b[_0x55aee1(0x176)],Object['assign']({},_0x162da6,_0x28bb31));}}if(!_0x2e7b4b[_0x55aee1(0x151)](setExtension,this,_0x8162a5)){globals[_0x55aee1(0x1d4)](_0x2e7b4b['gyDfq'],![]);const _0x1e6840=this['capabilities_'][_0x55aee1(0x15c)](_0x2e7b4b[_0x55aee1(0x20e)]);_0x1e6840&&(_0x1e6840['accessibility']=![],delete _0x1e6840['accessibilityOptions'],this[_0x55aee1(0x1da)][_0x55aee1(0x1f5)](_0x2e7b4b[_0x55aee1(0x20e)],_0x1e6840)),this[_0x55aee1(0x1da)][_0x55aee1(0x15c)](_0x2e7b4b[_0x55aee1(0x271)])&&(this[_0x55aee1(0x1da)]['set'](_0x2e7b4b[_0x55aee1(0x271)],![]),this[_0x55aee1(0x1da)]['delete'](_0x2e7b4b[_0x55aee1(0x176)]));}}}_0x2e7b4b[_0x55aee1(0x196)](globals['getGlobal'](_0x2e7b4b[_0x55aee1(0x174)]),_0x2e7b4b[_0x55aee1(0x1f1)])&&(commandRepository['setFramework'](_0x2e7b4b[_0x55aee1(0x1f1)]),commandRepository[_0x55aee1(0x245)](globals[_0x55aee1(0x150)](_0x2e7b4b[_0x55aee1(0x1bc)])));if(this[_0x55aee1(0x25a)]['includes'](_0x2e7b4b['yVVpl']))logger[_0x55aee1(0x208)](_0x2e7b4b[_0x55aee1(0x254)]),globals[_0x55aee1(0x1d4)](_0x2e7b4b[_0x55aee1(0x26c)],![]),globals[_0x55aee1(0x1d4)](_0x2e7b4b['DNaiE'],![]);else globals[_0x55aee1(0x150)](_0x2e7b4b[_0x55aee1(0x26c)])&&globals['getGlobal'](_0x2e7b4b[_0x55aee1(0x193)])&&aiSdkWrapper[_0x55aee1(0x1ec)](this);}})();const _0x562102=super['build']();return PerformanceTester[_0x4b6d67(0x276)](PerformanceEvents[_0x4b6d67(0x295)],()=>{const _0x5809f8=_0x4b6d67,_0x599faf={'PDACN':function(_0x264f03){const _0x1e6133=a160_0x3692;return _0x2e7b4b[_0x1e6133(0x24b)](_0x264f03);},'muadk':function(_0x2ce902,_0x1eccce,_0x3fff46){const _0x46219b=a160_0x3692;return _0x2e7b4b[_0x46219b(0x1cb)](_0x2ce902,_0x1eccce,_0x3fff46);},'lbfcX':_0x2e7b4b[_0x5809f8(0x222)],'JqGvs':_0x2e7b4b['VVtsi'],'cCYHC':_0x2e7b4b[_0x5809f8(0x271)],'bBKUX':_0x2e7b4b[_0x5809f8(0x176)],'xeduG':function(_0x15202d,_0xc43b37,_0x5b91e7,_0x2077ad,_0x504a47){const _0x194453=_0x5809f8;return _0x2e7b4b[_0x194453(0x22b)](_0x15202d,_0xc43b37,_0x5b91e7,_0x2077ad,_0x504a47);},'ALNVD':function(_0x5a8ef9,_0xd2a55e){return _0x2e7b4b['RLwSd'](_0x5a8ef9,_0xd2a55e);},'tEuhV':_0x2e7b4b['QtdBM'],'qjxif':_0x2e7b4b['jqBMX'],'vDpRY':function(_0x322135,_0x338bf6){const _0x432c18=_0x5809f8;return _0x2e7b4b[_0x432c18(0x236)](_0x322135,_0x338bf6);},'GFUWe':function(_0x361d19,_0x37dab1){const _0x2f4442=_0x5809f8;return _0x2e7b4b[_0x2f4442(0x1a3)](_0x361d19,_0x37dab1);},'yWywV':function(_0x5bc351,_0x4c1fa3,_0x4021af){const _0x50f9fc=_0x5809f8;return _0x2e7b4b[_0x50f9fc(0x151)](_0x5bc351,_0x4c1fa3,_0x4021af);},'yxYsd':function(_0x232f6c,_0x3ba796){return _0x2e7b4b['YRbkE'](_0x232f6c,_0x3ba796);},'OYVuh':function(_0x39edfc,_0x3eff04){const _0x56b456=_0x5809f8;return _0x2e7b4b[_0x56b456(0x14a)](_0x39edfc,_0x3eff04);}};_0x562102[_0x5809f8(0x155)][_0x5809f8(0x158)](_0x5332b8=>{const _0x21f6b4=_0x5809f8,_0x16c53f=_0x5332b8['caps_'];if(!helper[_0x21f6b4(0x191)]()&&_0x599faf['PDACN'](isAccessibilityAutomationSession)){const _0x39e40d=_0x599faf[_0x21f6b4(0x218)](nonBstackPlatformValidation,_0x16c53f,this);globals[_0x21f6b4(0x1d4)](_0x599faf['lbfcX'],_0x39e40d);if(!_0x39e40d){const _0x55e7bf=this[_0x21f6b4(0x1da)][_0x21f6b4(0x15c)](_0x599faf[_0x21f6b4(0x1eb)]);_0x55e7bf&&(_0x55e7bf[_0x21f6b4(0x281)]=![],delete _0x55e7bf[_0x21f6b4(0x1df)],this['capabilities_']['set'](_0x599faf[_0x21f6b4(0x1eb)],_0x55e7bf)),this[_0x21f6b4(0x1da)][_0x21f6b4(0x15c)](_0x599faf[_0x21f6b4(0x1ee)])&&(this[_0x21f6b4(0x1da)]['set'](_0x599faf[_0x21f6b4(0x1ee)],![]),this[_0x21f6b4(0x1da)][_0x21f6b4(0x1c4)](_0x599faf[_0x21f6b4(0x137)]));}}}),_0x562102['session_']['then'](_0x54c4fa=>{const _0x20b983=_0x5809f8;try{logger[_0x20b983(0x208)](_0x20b983(0x296)+_0x54c4fa[_0x20b983(0x170)]());const _0x70a2d8=_0x54c4fa[_0x20b983(0x19e)][_0x20b983(0x15c)](_0x43a200[_0x20b983(0x275)]);_0x70a2d8?(logger[_0x20b983(0x208)](_0x20b983(0x1e8)+_0x70a2d8),hubAllocator['updateHubUrl'](_0x70a2d8),helper[_0x20b983(0x225)](_0x70a2d8)):logger[_0x20b983(0x208)](_0x43a200[_0x20b983(0x194)]);}catch(_0x5f2043){logger['debug'](_0x20b983(0x190)+_0x5f2043);}}),_0x562102[_0x5809f8(0x14b)]=0x0,_0x562102['then']&&_0x562102[_0x5809f8(0x158)](_0x365b84=>{const _0x259c83=_0x5809f8,_0x404e5e={'vxpRJ':function(_0x2fc944,_0x4d37c0,_0x4cb10f){const _0x4291c1=a160_0x3692;return _0x599faf[_0x4291c1(0x218)](_0x2fc944,_0x4d37c0,_0x4cb10f);},'AutNO':function(_0x107c4e,_0x4a7e0a,_0x2b110f){const _0x9b913a=a160_0x3692;return _0x599faf[_0x9b913a(0x218)](_0x107c4e,_0x4a7e0a,_0x2b110f);},'KFSWH':_0x599faf[_0x259c83(0x212)],'ElDFX':_0x599faf[_0x259c83(0x264)],'dytsB':function(_0x5564d0,_0x392927){return _0x599faf['vDpRY'](_0x5564d0,_0x392927);}};helper[_0x259c83(0x285)](_0x365b84,_0x562102),_0x4031c5&&_0x599faf[_0x259c83(0x185)](overrideTakeScreenshot,_0x365b84),helper[_0x259c83(0x167)](_0x365b84,_0x8162a5),_0x599faf['muadk'](overrideExecute,_0x365b84,_0x8162a5),_0x599faf[_0x259c83(0x1fd)](propagateJestSessionName,_0x365b84,_0x502e6e),_0x8162a5[_0x259c83(0x233)]&&percyHelper[_0x259c83(0x180)](_0x365b84,_0x5b9b4b['WebElement'],_0x8162a5),_0x365b84[_0x259c83(0x1c5)]=async()=>{return await _0x404e5e['vxpRJ'](getAccessibilityResultsSummary,_0x365b84,global);},_0x365b84[_0x259c83(0x15f)]=async()=>{return await _0x404e5e['AutNO'](getAccessibilityResults,_0x365b84,global);},_0x365b84[_0x259c83(0x138)]=async _0x252cd8=>{const _0x467880=_0x259c83;return await _0x599faf[_0x467880(0x1b2)](performScan,_0x365b84,null,!![],_0x599faf[_0x467880(0x149)](_0x252cd8,null));},_0x365b84['startA11yScanning']=async _0x17053b=>{const _0x460f8b=_0x259c83;globals[_0x460f8b(0x1d4)](_0x404e5e[_0x460f8b(0x18f)],!![]),globals[_0x460f8b(0x1d4)](_0x404e5e['ElDFX'],_0x404e5e[_0x460f8b(0x24c)](_0x17053b,null));},_0x365b84[_0x259c83(0x14c)]=async()=>{const _0x1d7e84=_0x259c83;globals[_0x1d7e84(0x1d4)](_0x599faf[_0x1d7e84(0x212)],![]),globals['setGlobal'](_0x599faf[_0x1d7e84(0x264)],null);};}),_0x562102[_0x5809f8(0x1c5)]=async()=>{const _0x98920e=_0x5809f8;return await _0x43a200[_0x98920e(0x14d)](getAccessibilityResultsSummary,_0x562102,global);},_0x562102[_0x5809f8(0x15f)]=async()=>{const _0xace6b2=_0x5809f8;return await _0x599faf[_0xace6b2(0x1fd)](getAccessibilityResults,_0x562102,global);},_0x562102[_0x5809f8(0x138)]=async _0x289f89=>{const _0x524e93=_0x5809f8;return await _0x599faf[_0x524e93(0x1b2)](performScan,_0x562102,null,!![],_0x599faf['yxYsd'](_0x289f89,null));},_0x562102[_0x5809f8(0x13c)]=async _0x413a6f=>{const _0x354544=_0x5809f8;globals['setGlobal'](_0x599faf[_0x354544(0x212)],!![]),globals[_0x354544(0x1d4)](_0x599faf[_0x354544(0x264)],_0x599faf['OYVuh'](_0x413a6f,null));},_0x562102[_0x5809f8(0x14c)]=async()=>{const _0x4d562f=_0x5809f8;globals[_0x4d562f(0x1d4)](_0x599faf[_0x4d562f(0x212)],![]),globals[_0x4d562f(0x1d4)](_0x599faf['qjxif'],null);},_0x4031c5&&_0x2e7b4b[_0x5809f8(0x21a)](overrideTakeScreenshot,_0x562102),helper[_0x5809f8(0x285)](_0x562102),helper[_0x5809f8(0x167)](_0x562102,_0x8162a5),_0x2e7b4b[_0x5809f8(0x21b)](overrideExecute,_0x562102,_0x8162a5),_0x2e7b4b[_0x5809f8(0x251)](propagateJestSessionName,_0x562102,_0x502e6e,_0x2e7b4b['NLSFi']),_0x8162a5[_0x5809f8(0x233)]&&percyHelper['patchDriverPercy'](_0x562102,_0x5b9b4b['WebElement'],_0x8162a5);helper[_0x5809f8(0x283)](global[_0x5809f8(0x284)])&&(global['__driversArray']=[]);helper[_0x5809f8(0x283)](global['__drivers'])&&(global[_0x5809f8(0x226)]=[]);global[_0x5809f8(0x284)][_0x5809f8(0x1e9)](_0x562102),global[_0x5809f8(0x157)]=_0x562102,_0x502e6e&&(_0x502e6e[_0x5809f8(0x1f3)]['__driver']=_0x562102);_0x2e7b4b[_0x5809f8(0x24f)](global[_0x5809f8(0x226)],undefined)&&global[_0x5809f8(0x226)][_0x5809f8(0x1e9)](_0x562102);_0x502e6e&&helper[_0x5809f8(0x283)](_0x502e6e[_0x5809f8(0x1f3)][_0x5809f8(0x226)])&&(_0x502e6e['global'][_0x5809f8(0x226)]=[]);_0x502e6e&&helper[_0x5809f8(0x283)](_0x502e6e[_0x5809f8(0x1f3)][_0x5809f8(0x284)])&&(_0x502e6e[_0x5809f8(0x1f3)][_0x5809f8(0x284)]=[]);_0x502e6e&&_0x2e7b4b[_0x5809f8(0x277)](_0x502e6e[_0x5809f8(0x1f3)][_0x5809f8(0x226)],undefined)&&(_0x502e6e[_0x5809f8(0x1f3)][_0x5809f8(0x226)][_0x5809f8(0x1e9)](_0x562102),_0x502e6e['global'][_0x5809f8(0x284)][_0x5809f8(0x1e9)](_0x562102));_0x562102[_0x5809f8(0x178)]=globals['getGlobal'](_0x2e7b4b[_0x5809f8(0x222)]);try{global[_0x5809f8(0x226)][0x0][_0x5809f8(0x155)][_0x5809f8(0x158)](_0xc2c4cf=>{const _0x225796=_0x5809f8;logger[_0x225796(0x208)]('setting\x20driver\x20Session\x20ID:\x20'+_0xc2c4cf[_0x225796(0x170)]()+_0x225796(0x169));})[_0x5809f8(0x16a)](_0x242f95=>{const _0x4c58ca=_0x5809f8;logger[_0x4c58ca(0x208)](_0x4c58ca(0x214)+_0x242f95);});}catch(_0x358d13){logger[_0x5809f8(0x208)](_0x5809f8(0x214)+_0x358d13);}globals[_0x5809f8(0x1d4)](_0x2e7b4b[_0x5809f8(0x222)],globals[_0x5809f8(0x150)](_0x2e7b4b[_0x5809f8(0x222)]));})(),_0x562102;}}_0x502e6e&&(globals[_0xc70461(0x25f)]=_0x502e6e[_0xc70461(0x1f3)]['browserStackGlobals']);if(_0x2e7b4b[_0xc70461(0x24b)](isAccessibilityAutomationSession))try{let _0x3e4357=helper[_0xc70461(0x1b3)](_0x2e7b4b[_0xc70461(0x27d)],_0x2e7b4b[_0xc70461(0x14e)])[_0xc70461(0x20f)];(!_0x3e4357['prototype']||!_0x3e4357[_0xc70461(0x1d3)][_0xc70461(0x237)])&&(_0x3e4357=helper[_0xc70461(0x1b3)](_0x2e7b4b[_0xc70461(0x25d)],_0x2e7b4b['ySqkI'])[_0xc70461(0x1bd)]);if(_0x3e4357[_0xc70461(0x1d3)]&&_0x3e4357[_0xc70461(0x1d3)][_0xc70461(0x237)]){const _0x573299=_0x3e4357[_0xc70461(0x1d3)][_0xc70461(0x237)];logger[_0xc70461(0x208)](_0x2e7b4b[_0xc70461(0x145)]),_0x3e4357['prototype']['execute']=async function(){const _0x50dfc9=_0xc70461;try{!globals['getGlobal'](_0x2e7b4b[_0x50dfc9(0x15e)])&&globals[_0x50dfc9(0x150)](_0x2e7b4b[_0x50dfc9(0x222)])&&globals[_0x50dfc9(0x150)](_0x2e7b4b[_0x50dfc9(0x18a)])&&scripts[_0x50dfc9(0x234)](arguments[0x0][_0x50dfc9(0x188)])&&!_0x2e7b4b[_0x50dfc9(0x199)](isBrowserStackCommandExecutor,arguments[0x0][_0x50dfc9(0x1a0)])&&(globals['setGlobal'](_0x2e7b4b[_0x50dfc9(0x15e)],!![]),logger['debug'](_0x50dfc9(0x286)+arguments[0x0][_0x50dfc9(0x188)]),await _0x2e7b4b[_0x50dfc9(0x165)](performScan,global[_0x50dfc9(0x157)],arguments[0x0]['name_']));}catch(_0x3a87ed){logger[_0x50dfc9(0x208)](_0x50dfc9(0x244)+util[_0x50dfc9(0x140)](_0x3a87ed));}return globals[_0x50dfc9(0x1d4)](_0x2e7b4b[_0x50dfc9(0x15e)],![]),_0x573299[_0x50dfc9(0x1ad)](this,arguments);};}}catch(_0x1280ea){logger['debug'](_0x2e7b4b[_0xc70461(0x1fc)](_0x2e7b4b[_0xc70461(0x23c)],_0x1280ea));}return _0x5b9b4b[_0xc70461(0x1c1)]=_0x5b9b4b[_0xc70461(0x197)],_0x5b9b4b[_0xc70461(0x197)]=_0x249529,_0xda540f[_0xc70461(0x230)]=_0x1948d5,_0x5b9b4b;};function a160_0x278c(){const _0x5a3d43=['_installDriverInitFailureCapture','info','tpCzW','Failed\x20to\x20perform\x20scan\x20','setConfig','browserVersion','/session','mergeDeep','jBuIh','send','OQPjR','dytsB','vkYdO','YaHuK','QFVZS','pushCommand','fSIfJ','VELUr','gMbUK','mpYKz','pzRNB','isArray','UzFMd','YCHgT','GRDHA','url_','eHSGq','getRequestOptions','nGzBd','yBeWL','browserStackGlobals','./helpers/patchHelpers','length','BDSOW','tYFle','qjxif','aiHeal_isAuthenticated','TsbDa','nTGce','CXXma','goog:chromeOptions','ihXMg','krIFe','ivBuh','yZOZW','setLogLevel','platformName','ms:edgeOptions','KsmWc','whGmC','browserStackLogLevel','safariOptions_','KiazQ','measureWrapper','hkqni','BnXqu','tCOnE','selenium-webdriver/lib/http.js','./helpers/accessibility-automation/constants','forEach','wFTaH','iyMDp','1992306mDAaBe','Proxy\x20set\x20to\x20','accessibility','getServerUrl','isUndefined','__driversArray','overrideQuit','Performing\x20scan\x20for\x20','122385auVABl','BoHTr','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','NqZxY','YnBBI','apkJt','build','device','oRHDE','capabilities','setAdditionalCapabilities','getHttpAgent','error','NNmlI','SDK_POST_INITIALIZE','Session\x20ID:\x20','bBKUX','performScan','BrowserStackSdk','keys','KRPSY','startA11yScanning','ZnhIf','bryzA','parse','format','deviceName','cbFwr','assign','safari.options','gBJTb','readTcgAuthConfigToGlobal','__setBrowserOptions','chrome','ALNVD','YRbkE','quitCount_','stopA11yScanning','fOLbK','ySqkI','UchYs','getGlobal','ALrcQ','10303740CmYeTq','isTurboScaleSession','edgeOptions_','session_','installAll','__driver','then','from','lIWVX','iglZR','get','bfnJm','jJceq','getAccessibilityResults','TrldM','iHyvr','7279970DUcOva','se:ieOptions','bstackA11yScanOptions','Szvgv','yqMgW','overrideGet','YUJhk','\x20to\x20global\x20drivers\x20array','catch','ewmrs','tDPNP','VHyHH','39347040jmEuuM','Setting\x20Browserstack\x20capabilities','getId','FzaPM','11QGhlkb','isPacProxy','SnqDO','jRpNW','juadB','https://','isAccessibilityPlatform','upQCR','BLMRb','TBIHc','firefoxOptions','AxOZa','CFLTn','path','patchDriverPercy','WOqXI','./helpers/percy/utils','setCapabilities','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','GFUWe','SDK_PRE_INITIALIZE','logLevel','name_','ieOptions_','QtdBM','bwknc','6108860IjtOcX','7vIZuHH','framework','KFSWH','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','isBrowserstackInfra','exports','DNaiE','FFoon','newHubUrl','UGelm','Builder','YIMvM','FnCFI','percy','DyQdf','toLowerCase','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','caps_','PxThr','parameters_','browserstackAgent','./helpers/ai-sdk/aiSdkWrapper','BmATk','moz:firefoxOptions','isMobilePlatform','tLsbx','warn','includes','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','./helpers/logger','prepareCapabilities','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','apply','YyoAA','fHLry','Ijgpo','bstackAllyScanning','xeduG','requireModule','browserstackAgentV2','BS_A11Y_JWT','tPLTs','XfJpA','aiSdk_bstackConfig','14VgnPBt','IWMJH','./helpers/patchHelper','funCq','Executor','ftPpI','./helpers/ai-sdk/autoHealHelper','Hub\x20url\x20set\x20to\x20','originalBuilder','./helpers/helper','scannerVersion','delete','getAccessibilityResultsSummary','agent_','ykiQX','jVdSd','./bin/mocha/accessibility-automation/helper','chromeOptions_','VVLEx','winstonLogger','IWVoL','XWjWv','firefoxOptions_','bmtaz','browserstack.com','MlRKf','prototype','setGlobal','browserName','wUFQa','muaQY','bstackA11yShouldScan','optimalHubUrl','capabilities_','eKoNy','./helpers/accessibility-automation/helper','New\x20hub\x20url\x20set\x20to\x20','VOgsT','accessibilityOptions','6cqsbZq','CdDBb','selenium-webdriver','hYSTe','qhtQB','RYwPt','./helpers/performance/constants','4466568BXgifg','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','push','UkZiw','JqGvs','initializeHealingCapabilities','env','cCYHC','setServer','Modifying\x20webdriver\x20builder','KMKwH','args','global','./helpers/driverInitErrorReporter','set','aiSdk_framework','hVSjS','object','updateHubUrl','GAdWF','Unable\x20to\x20find\x20executor\x20class\x20','IjkLF','yWywV','tsOiw','options_','.browserstack.com','proxy_','pXgAo','mJJAf','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','getHubUrl','XEONy','bbMgj','debug','LyBYx','eDuTZ','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','xsyzW','sVeRz','VVtsi','WebDriver','mAwrk','oitFB','tEuhV','./bin/playwright/modifyPlaywrightConf','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','selenium-webdriver/lib/webdriver.js','SHOjS','proxyUrl','muadk','iRWoE','tMEiI','KVEDz','browserstack.accessibilityOptions','syzih','browserstack.accessibility','HGMQn','(sync)','requireSeleniumWebdriver','gyDfq','wjhCb','MkTIz','storeOptimalHubUrl','__drivers','./browserStackSdk','CfVXc','dpvCR','browserstackSessionName','Ljdls','aWGaP','SBLgk','_modifyPlaywright','proxySettings','HttpClient','CfHdE','PyZpx','capability','shouldWrapCommand','CAPABILITY_KEY','Wygce','execute','requireHttpClient','MqdQV','cNTja','/wd/hub','BcyGf','srFNy','thAAZ','ieOptions','chromeOptions'];a160_0x278c=function(){return _0x5a3d43;};return a160_0x278c();}function a160_0x3692(_0x59d711,_0x3002da){const _0x278c4d=a160_0x278c();return a160_0x3692=function(_0x3692cf,_0x3a5fca){_0x3692cf=_0x3692cf-0x137;let _0x380c19=_0x278c4d[_0x3692cf];return _0x380c19;},a160_0x3692(_0x59d711,_0x3002da);}module[a160_0x30547a(0x192)][a160_0x30547a(0x1a1)]=modify,module['exports'][a160_0x30547a(0x1b4)]=modifyV2,module[a160_0x30547a(0x192)][a160_0x30547a(0x19a)]=percySDK,module['exports'][a160_0x30547a(0x139)]=BrowserStackSdk,module['exports'][a160_0x30547a(0x22e)]=modifyPlaywrightConfig;try{require(a160_0x30547a(0x1f4))[a160_0x30547a(0x156)]();}catch(a160_0xad14bf){logger[a160_0x30547a(0x208)]('driver-init\x20capture\x20install\x20failed:\x20'+(a160_0xad14bf&&a160_0xad14bf['message']));}module[a160_0x30547a(0x192)][a160_0x30547a(0x241)]=require(a160_0x30547a(0x1f4))[a160_0x30547a(0x156)];