browserstack-node-sdk 1.57.0 → 1.57.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 -3
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/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_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)];
1
+ const a160_0x4ce093=a160_0x1edf;function a160_0x1edf(_0xfd230f,_0x28d605){const _0x43f830=a160_0x43f8();return a160_0x1edf=function(_0x1edfa3,_0x49da1c){_0x1edfa3=_0x1edfa3-0x1bf;let _0x174375=_0x43f830[_0x1edfa3];return _0x174375;},a160_0x1edf(_0xfd230f,_0x28d605);}function a160_0x43f8(){const _0x30e3b9=['ITNpK','firefoxOptions_','./helpers/percy/PercySDK','(sync)','481466hhEmxc','./helpers/globals','YaLHG','requireHttpClient','selenium-webdriver/lib/http.js','includes','mrpzz','Proxy\x20set\x20to\x20','ALUzF','cfnkq','tIfpp','UQoKZ','./helpers/ai-sdk/autoHealHelper','edgeOptions_','HeDEF','GbRZj','mergeDeep','lWbjM','hYpGk','warn','.browserstack.com','jbPdj','bDHbm','debug','MXRrf','uNeJi','XeeQL','JAoga','UXECd','zGIQX','getHttpAgent','rcjfK','HQICS','stvjr','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','qZYLv','prepareCapabilities','VeWXr','scannerVersion','ms:edgeOptions','name_','hxZSz','OPtSE','/wd/hub','getGlobal','OFcVx','Baiwt','bstackA11yShouldScan','AywJv','jFdDl','hiqiy','browserstack.accessibilityOptions','push','UyLdr','HdRIk','utNoI','pMDeC','./helpers/patchHelpers','bUpCE','message','FdxLj','chromeOptions','UWipJ','goog:chromeOptions','UzFZX','meadu','./helpers/performance/performance-tester','uPsOp','Setting\x20Browserstack\x20capabilities','assign','gePaO','wayvJ','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','https://','xtZXP','uBQgr','QDTYC','fHCbC','UOuAb','capabilities','installAll','HttpClient','56105TAKEhw','eXFDV','overrideQuit','_modifyPlaywright','SDHWO','updateHubUrl','./helpers/patchHelper','then','requireSeleniumWebdriver','RpVAQ','WwULu','ZxyYH','set','initializeHealingCapabilities','lWlFV','setAdditionalCapabilities','./helpers/percy/utils','Builder','IJQbz','setting\x20driver\x20Session\x20ID:\x20','exports','toLowerCase','JlvQK','Failed\x20to\x20perform\x20scan\x20','kUmqt','MGMZh','build','IUyhh','selenium-webdriver','winstonLogger','get','moz:firefoxOptions','accessibility','ZZlAc','185618OrKMhQ','./helpers/helper','platformName','patchDriverPercy','tFwjn','rrenc','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','vXXel','storeOptimalHubUrl','readTcgAuthConfigToGlobal','AKjaS','shouldWrapCommand','NjZxn','jkQbS','se:ieOptions','deviceName','./bin/mocha/accessibility-automation/helper','FKepP','WDzff','BROWSERSTACK_TURBOSCALE','originalBuilder','accessibilityOptions','HDQsM','WebDriver','bstackAllyScanning','./hubAllocationMethods','chromeOptions_','isBrowserstackInfra','setServer','NlFCa','vBEQC','sQkcX','pitLO','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','firefoxOptions','HmJpj','VrvDm','MHTBR','edgeOptions','qWakT','JJhaT','nuypb','oObFQ','SGcGw','browserstackAgent','ZWQCd','uGuXV','New\x20hub\x20url\x20set\x20to\x20','24pdCanK','browserstackSessionName','CHWpX','getHubUrl','HZqiG','adxcF','Modifying\x20webdriver\x20builder','error','16888GFiPdj','sCqxT','qhoEg','session_','agent_','SDK_POST_INITIALIZE','_installDriverInitFailureCapture','luHsX','lqzre','TCbyj','wEYzQ','TZAaK','measureWrapper','cQExc','BKTwG','wOhky','capability','aiSdk_bstackConfig','prototype','parameters_','cfave','ihlML','540155PlQGOl','proxy_','hUSwq','TYBok','kDqzj','newHubUrl','AqgeU','WzKnW','global','LOPnH','ieOptions','yKAzs','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','browserName','frncC','isTurboScaleSession','zSwSE','HLaHP','parse','options_','browserstack.com','hvWWj','info','thBMp','forEach','jzmxL','isArray','./helpers/ai-sdk/aiSdkWrapper','setConfig','Ookkl','lqOUD','proxyUrl','183524LgNIfe','chrome','length','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','UokTI','overrideGet','wNJuj','Modifying\x20webdriver\x20execute','Cgqrw','safari.options','etEnP','delete','gWnes','getServerUrl','setFramework','ZSBTu','HXnNO','YvAuu','XgBQc','plvJP','Performing\x20scan\x20for\x20','CAPABILITY_KEY','vOiHK','VRdbK','browserStackGlobals','Wzsgb','zhFHk','./helpers/performance/constants','path','JCbvT','isMobilePlatform','fnTnL','catch','eoAOa','qVgZN','VKOGI','niQew','browserstackAgentV2','proxySettings','QSbmC','xjXGG','qyAIP','startA11yScanning','ESESW','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','CHKSq','./helpers/accessibility-automation/helper','aYQLt','performScan','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','BrowserStackSdk','safariOptions_','ieOptions_','pushCommand','isPacProxy','browserStackLogLevel','__driver','env','vWzhi','args','split','VucUg','FDHMt','rjEYn','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','pWwVY','aiHeal_isAuthenticated','setLogLevel','UOilH','EFpvP','ovlSk','ikvCI','apply','ZDGrK','optimalHubUrl','logLevel','from','UQwPi','nVNXp','nmmqF','QGQgu','__driversArray','./helpers/driverInitErrorReporter','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','zoxAV','__setBrowserOptions','caps_','keys','UNppU','setGlobal','dBcAw','send','ybZkW','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','uuoxP','hSuqG','783jXJOxj','deGXp','Session\x20ID:\x20','/session','fqQtB','isAccessibilityPlatform','getAccessibilityResultsSummary','stopA11yScanning','txrYm','knVrb','jest','authToken','url_','./helpers/accessibility-automation/constants','./bin/playwright/modifyPlaywrightConf','bstackA11yScanOptions','BsDSf','getId','udLoS','quitCount_','Executor','isUndefined','SHjct','execute','format','object','qykIQ','android','DQXtC','dXWOq','GcNZr','getRequestOptions','DDmrU','gPcsD','cpUsi','zIAED','requireModule','BS_A11Y_JWT','__drivers','capabilities_','getAccessibilityResults','device','util','QMHru','UupAi','WebElement','Hub\x20url\x20set\x20to\x20','SDK_PRE_INITIALIZE','setCapabilities','226722KHSTKP','framework','tvjcE','lJhcj','DqXCy','BKDvI','MKmtJ','BiPKk'];a160_0x43f8=function(){return _0x30e3b9;};return a160_0x43f8();}(function(_0x25821c,_0x20763c){const _0x41ea45=a160_0x1edf,_0x2976f1=_0x25821c();while(!![]){try{const _0x16df16=-parseInt(_0x41ea45(0x1ec))/0x1+parseInt(_0x41ea45(0x2f7))/0x2+-parseInt(_0x41ea45(0x2eb))/0x3+parseInt(_0x41ea45(0x25a))/0x4+-parseInt(_0x41ea45(0x1ca))/0x5*(-parseInt(_0x41ea45(0x21c))/0x6)+-parseInt(_0x41ea45(0x23a))/0x7+-parseInt(_0x41ea45(0x224))/0x8*(-parseInt(_0x41ea45(0x2ba))/0x9);if(_0x16df16===_0x20763c)break;else _0x2976f1['push'](_0x2976f1['shift']());}catch(_0x64f031){_0x2976f1['push'](_0x2976f1['shift']());}}}(a160_0x43f8,0x2b29e));const util=require(a160_0x4ce093(0x2e4)),{overrideTakeScreenshot}=require(a160_0x4ce093(0x330)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a160_0x4ce093(0x288)),{setAccessibilityCapabilities,setExtension}=require(a160_0x4ce093(0x1fc)),helper=require(a160_0x4ce093(0x1ed)),logger=require('./helpers/logger')[a160_0x4ce093(0x1e7)],hubAllocator=require(a160_0x4ce093(0x205)),percySDK=require(a160_0x4ce093(0x2f5)),percyHelper=require(a160_0x4ce093(0x1da)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a160_0x4ce093(0x2c8)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a160_0x4ce093(0x2f8)),{commandRepository}=require(a160_0x4ce093(0x303)),{aiSdkWrapper}=require(a160_0x4ce093(0x255)),{overrideExecute}=require(a160_0x4ce093(0x1d0)),PerformanceTester=require(a160_0x4ce093(0x339)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a160_0x4ce093(0x275)),{nonBstackPlatformValidation}=require(a160_0x4ce093(0x288)),modify=_0x5d0b19=>{const _0x337e71=a160_0x4ce093,_0x471396={'zGIQX':function(_0x1a2456,_0x2c70f9){return _0x1a2456!==_0x2c70f9;},'Kkqlj':_0x337e71(0x2bd),'ALUzF':function(_0x5bac0d,_0x4666ea){return _0x5bac0d+_0x4666ea;},'wayvJ':_0x337e71(0x1c1),'YDnUX':'/wd/hub','BiPKk':_0x337e71(0x336),'ZSBTu':'chromeOptions','uNeJi':'ms:edgeOptions','vXXel':_0x337e71(0x212),'UzFZX':_0x337e71(0x1e9),'utNoI':_0x337e71(0x20e),'RpVAQ':_0x337e71(0x263),'FkVYX':_0x337e71(0x1fa),'YvAuu':_0x337e71(0x244),'OPtSE':function(_0x220165,_0x3dd142){return _0x220165===_0x3dd142;},'UOilH':_0x337e71(0x2d3),'PTTQS':_0x337e71(0x33b),'UNppU':function(_0x534a18){return _0x534a18();},'syDxA':function(_0x5c4905,_0x233a58){return _0x5c4905(_0x233a58);},'DDmrU':'bstack:options','hxZSz':_0x337e71(0x2e3),'dXWOq':_0x337e71(0x1fb),'vOiHK':_0x337e71(0x1ee),'WzKnW':_0x337e71(0x247),'kUmqt':function(_0x5748e7,_0x3d4531){return _0x5748e7===_0x3d4531;},'wRtEr':'android','qWakT':_0x337e71(0x25b),'aYQLt':_0x337e71(0x20d),'haJOI':_0x337e71(0x278),'VucUg':'isAccessibilityPlatform','mrpzz':function(_0x2c3665,_0x374889,_0x38e048){return _0x2c3665(_0x374889,_0x38e048);},'nmmqF':'browserstack.accessibility','FdxLj':_0x337e71(0x32a),'EnzfT':_0x337e71(0x25d),'XgBQc':function(_0x248d3c,_0x235660,_0x5d5eb0){return _0x248d3c(_0x235660,_0x5d5eb0);},'GbRZj':_0x337e71(0x326),'TYBok':_0x337e71(0x2c9),'fqQtB':function(_0x1c25a6,_0x555df1){return _0x1c25a6||_0x555df1;},'ZUfYZ':'optimalHubUrl','DqxOl':_0x337e71(0x1c0),'rcjfK':function(_0x2c8a62,_0xa1f018,_0x40b051){return _0x2c8a62(_0xa1f018,_0x40b051);},'ESESW':function(_0x2ceb95,_0x2168e5,_0x32d257,_0x5ca427,_0x3b17d9){return _0x2ceb95(_0x2168e5,_0x32d257,_0x5ca427,_0x3b17d9);},'yccZX':function(_0x54781e,_0x4f3b88){return _0x54781e||_0x4f3b88;},'ihlML':_0x337e71(0x28b),'vWzhi':_0x337e71(0x222)};logger[_0x337e71(0x250)](_0x471396[_0x337e71(0x239)]),logger[_0x337e71(0x30e)](_0x471396[_0x337e71(0x294)]);const _0x5133ec=helper[_0x337e71(0x1d2)](),_0x39add5=helper[_0x337e71(0x2fa)]();class _0xc4d399 extends _0x39add5[_0x337e71(0x1c9)]{[_0x337e71(0x2b5)](_0x5973cd){const _0x18367e=_0x337e71;if(_0x471396['zGIQX'](_0x5973cd[_0x18367e(0x276)],_0x471396['Kkqlj'])&&_0x471396[_0x18367e(0x314)](global[_0x18367e(0x23f)],''))try{global['newHubUrl']=_0x471396[_0x18367e(0x2ff)](_0x471396['ALUzF'](_0x471396[_0x18367e(0x1bf)],global[_0x18367e(0x23f)]),_0x471396['YDnUX']),this[_0x18367e(0x24d)]=hubAllocator['getRequestOptions'](global[_0x18367e(0x23f)]),logger[_0x18367e(0x30e)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x18367e(0x23f)]),global['newHubUrl']='';}catch(_0x26765c){logger[_0x18367e(0x223)](_0x26765c);}return super[_0x18367e(0x2b5)](_0x5973cd);}}class _0x3ecc35 extends _0x5133ec[_0x337e71(0x1db)]{[_0x337e71(0x2af)](_0x39fb86){const _0x19dbdb=_0x337e71;let _0xb80993={};for(const _0x5d4d4e in _0x39fb86){switch(_0x5d4d4e){case _0x471396[_0x19dbdb(0x2f2)]:case _0x471396[_0x19dbdb(0x269)]:this[_0x19dbdb(0x206)]&&(_0xb80993=this[_0x19dbdb(0x206)]['get'](this[_0x19dbdb(0x206)][_0x19dbdb(0x26f)])||{},this[_0x19dbdb(0x206)][_0x19dbdb(0x1d6)](this[_0x19dbdb(0x206)][_0x19dbdb(0x26f)],helper[_0x19dbdb(0x307)](_0xb80993,_0x39fb86[_0x5d4d4e])));break;case _0x471396[_0x19dbdb(0x310)]:case _0x471396[_0x19dbdb(0x1f3)]:this[_0x19dbdb(0x304)]&&(_0xb80993=this[_0x19dbdb(0x304)]['get'](this[_0x19dbdb(0x304)][_0x19dbdb(0x26f)])||{},this['edgeOptions_']['set'](this[_0x19dbdb(0x304)][_0x19dbdb(0x26f)],helper[_0x19dbdb(0x307)](_0xb80993,_0x39fb86[_0x5d4d4e])));break;case _0x471396[_0x19dbdb(0x337)]:case _0x471396[_0x19dbdb(0x32e)]:this['firefoxOptions_']&&(_0xb80993=this[_0x19dbdb(0x2f4)][_0x19dbdb(0x1e8)](this[_0x19dbdb(0x2f4)][_0x19dbdb(0x26f)])||{},this[_0x19dbdb(0x2f4)]['set'](this[_0x19dbdb(0x2f4)][_0x19dbdb(0x26f)],helper[_0x19dbdb(0x307)](_0xb80993,_0x39fb86[_0x5d4d4e])));break;case _0x471396[_0x19dbdb(0x1d3)]:this['safariOptions_']&&(_0xb80993=this[_0x19dbdb(0x28d)][_0x19dbdb(0x1e8)](this['safariOptions_'][_0x19dbdb(0x26f)])||{},this['safariOptions_'][_0x19dbdb(0x1d6)](this[_0x19dbdb(0x28d)][_0x19dbdb(0x26f)],helper['mergeDeep'](_0xb80993,_0x39fb86[_0x5d4d4e])));break;case _0x471396['FkVYX']:case _0x471396[_0x19dbdb(0x26b)]:this[_0x19dbdb(0x28e)]&&(_0xb80993=this['ieOptions_'][_0x19dbdb(0x1e8)](this[_0x19dbdb(0x28e)]['CAPABILITY_KEY'])||{},this[_0x19dbdb(0x28e)][_0x19dbdb(0x1d6)](this[_0x19dbdb(0x28e)][_0x19dbdb(0x26f)],helper[_0x19dbdb(0x307)](_0xb80993,_0x39fb86[_0x5d4d4e])));break;}}}['setServer'](){const _0xbd6e3a=_0x337e71;return this['url_']=helper[_0xbd6e3a(0x21f)](_0x5d0b19),logger['debug'](_0xbd6e3a(0x2e8)+this[_0xbd6e3a(0x2c6)]),this;}[_0x337e71(0x2ea)](){const _0x3f99a9=_0x337e71,_0x361487={'fHCbC':function(_0x3c9276,_0x91c34e){const _0x41d4e8=a160_0x1edf;return _0x471396[_0x41d4e8(0x321)](_0x3c9276,_0x91c34e);},'txrYm':_0x471396[_0x3f99a9(0x29e)]};return logger[_0x3f99a9(0x30e)](_0x471396['PTTQS']),this[_0x3f99a9(0x2af)](_0x5d0b19[_0x3f99a9(0x234)]),Object['keys'](_0x5d0b19[_0x3f99a9(0x234)])[_0x3f99a9(0x252)](_0x5c7581=>{const _0x3ab3d3=_0x3f99a9,_0x48036e=this['capabilities_'][_0x3ab3d3(0x1e8)](_0x5c7581);_0x361487[_0x3ab3d3(0x1c5)](typeof _0x48036e,_0x361487[_0x3ab3d3(0x2c2)])?this[_0x3ab3d3(0x2e1)][_0x3ab3d3(0x1d6)](_0x5c7581,helper[_0x3ab3d3(0x307)](_0x48036e,_0x5d0b19[_0x3ab3d3(0x234)][_0x5c7581])):this['capabilities_'][_0x3ab3d3(0x1d6)](_0x5c7581,_0x5d0b19['capability'][_0x5c7581]);}),this;}['build'](){const _0x2f9f11=_0x337e71,_0x552f0a={'WDzff':function(_0x3c5776){const _0xaf2af7=a160_0x1edf;return _0x471396[_0xaf2af7(0x2b2)](_0x3c5776);},'pMDeC':function(_0x1336f9,_0x309776){return _0x471396['syDxA'](_0x1336f9,_0x309776);},'nVNXp':function(_0x3db6fc){const _0x22e55e=a160_0x1edf;return _0x471396[_0x22e55e(0x2b2)](_0x3db6fc);},'VKOGI':_0x471396[_0x2f9f11(0x2da)],'jkQbS':_0x471396[_0x2f9f11(0x320)],'jFdDl':_0x471396[_0x2f9f11(0x2d7)],'udLoS':_0x471396[_0x2f9f11(0x270)],'CHKSq':_0x471396[_0x2f9f11(0x241)],'JlvQK':function(_0x5c069c,_0x3d7546){const _0x2f635e=_0x2f9f11;return _0x471396[_0x2f635e(0x1e2)](_0x5c069c,_0x3d7546);},'UyLdr':_0x471396['wRtEr'],'JAoga':_0x471396[_0x2f9f11(0x213)],'ovlSk':function(_0x3457cf){const _0x13985a=_0x2f9f11;return _0x471396[_0x13985a(0x2b2)](_0x3457cf);},'HmJpj':_0x471396[_0x2f9f11(0x289)],'hiqiy':_0x471396['haJOI'],'zoxAV':_0x471396[_0x2f9f11(0x297)],'uaToI':function(_0x3c977c,_0x15afba,_0x4d4503){const _0x35c6c8=_0x2f9f11;return _0x471396[_0x35c6c8(0x2fd)](_0x3c977c,_0x15afba,_0x4d4503);},'MXRrf':_0x471396[_0x2f9f11(0x2a9)],'HZqiG':_0x471396[_0x2f9f11(0x333)],'Ipdla':_0x471396['EnzfT'],'Baiwt':function(_0x5f39ec,_0x26db68,_0xd48935){const _0x22b722=_0x2f9f11;return _0x471396[_0x22b722(0x26c)](_0x5f39ec,_0x26db68,_0xd48935);},'uGuXV':_0x471396[_0x2f9f11(0x306)],'fnTnL':_0x471396[_0x2f9f11(0x23d)],'AywJv':function(_0x2773e4,_0x3f57cc){const _0x129148=_0x2f9f11;return _0x471396[_0x129148(0x2be)](_0x2773e4,_0x3f57cc);},'SHjct':_0x471396['ZUfYZ'],'oObFQ':_0x471396['DqxOl'],'qhoEg':function(_0x201729,_0x1b6c26,_0x45b935){const _0x1bfcd9=_0x2f9f11;return _0x471396[_0x1bfcd9(0x316)](_0x201729,_0x1b6c26,_0x45b935);},'wEYzQ':function(_0xae3f55,_0x262f87,_0x3a5410,_0x4fe56a,_0x2cacc0){const _0x4b9fa5=_0x2f9f11;return _0x471396[_0x4b9fa5(0x285)](_0xae3f55,_0x262f87,_0x3a5410,_0x4fe56a,_0x2cacc0);},'hYpGk':function(_0x20d2de,_0x4e92f3){return _0x471396['yccZX'](_0x20d2de,_0x4e92f3);},'GicxW':function(_0x4b9db1,_0x2147f2,_0x4db1ef){const _0x4f8e97=_0x2f9f11;return _0x471396[_0x4f8e97(0x2fd)](_0x4b9db1,_0x2147f2,_0x4db1ef);}};PerformanceTester[_0x2f9f11(0x230)](PerformanceEvents[_0x2f9f11(0x2e9)],()=>{const _0x330245=_0x2f9f11;_0x552f0a[_0x330245(0x1fe)](isAccessibilityAutomationSession)&&_0x552f0a[_0x330245(0x32f)](setAccessibilityCapabilities,_0x5d0b19);this[_0x330245(0x208)](),this['setCapabilities']();if(helper[_0x330245(0x290)](_0x5d0b19[_0x330245(0x280)][_0x330245(0x259)]))this[_0x330245(0x228)]=helper[_0x330245(0x315)](_0x5d0b19['proxySettings']['proxyUrl']);else _0x5d0b19[_0x330245(0x280)][_0x330245(0x259)]&&(this[_0x330245(0x23b)]=_0x5d0b19['proxySettings'][_0x330245(0x259)],logger[_0x330245(0x30e)](_0x330245(0x2fe)+this[_0x330245(0x23b)]));if(_0x552f0a[_0x330245(0x2a8)](isAccessibilityAutomationSession)){const _0x1b0589=this[_0x330245(0x2e1)][_0x330245(0x1e8)](_0x552f0a[_0x330245(0x27d)])||{},_0x438ec4=_0x1b0589[_0x330245(0x1fb)]||this[_0x330245(0x2e1)][_0x330245(0x1e8)](_0x552f0a[_0x330245(0x1f9)])||this[_0x330245(0x2e1)][_0x330245(0x1e8)](_0x552f0a[_0x330245(0x328)]);if(_0x438ec4){const _0x2197a9=(_0x1b0589[_0x330245(0x1ee)]||this[_0x330245(0x2e1)][_0x330245(0x1e8)](_0x552f0a[_0x330245(0x2cc)])||'')['toLowerCase'](),_0x354e08=(_0x1b0589[_0x330245(0x247)]||this[_0x330245(0x2e1)][_0x330245(0x1e8)](_0x552f0a[_0x330245(0x287)])||'')['toLowerCase']();_0x552f0a[_0x330245(0x1e0)](_0x2197a9,_0x552f0a[_0x330245(0x32c)])&&_0x354e08[_0x330245(0x2fc)](_0x552f0a[_0x330245(0x312)])&&(_0x552f0a[_0x330245(0x2a0)](isMobileScanningEnabledForGroup)&&(logger[_0x330245(0x30e)](_0x552f0a[_0x330245(0x20f)]),globals[_0x330245(0x2b3)](_0x552f0a[_0x330245(0x329)],!![])));}}if(globals[_0x330245(0x323)](_0x552f0a[_0x330245(0x2ae)])){if(!_0x552f0a['uaToI'](setExtension,this,_0x5d0b19)){globals[_0x330245(0x2b3)](_0x552f0a[_0x330245(0x2ae)],![]);const _0x519c37=this[_0x330245(0x2e1)]['get'](_0x552f0a['VKOGI']);_0x519c37&&(_0x519c37[_0x330245(0x1ea)]=![],delete _0x519c37[_0x330245(0x201)],this[_0x330245(0x2e1)][_0x330245(0x1d6)](_0x552f0a[_0x330245(0x27d)],_0x519c37)),this[_0x330245(0x2e1)][_0x330245(0x1e8)](_0x552f0a[_0x330245(0x30f)])&&(this[_0x330245(0x2e1)][_0x330245(0x1d6)](_0x552f0a[_0x330245(0x30f)],![]),this[_0x330245(0x2e1)][_0x330245(0x265)](_0x552f0a[_0x330245(0x220)]));}}(!helper[_0x330245(0x207)]()||helper[_0x330245(0x249)](_0x5d0b19))&&helper['prepareCapabilities'](null,null,_0x5d0b19[_0x330245(0x2ec)],null,this,null),helper[_0x330245(0x1d9)](_0x5d0b19['capability']),logger['debug'](_0x552f0a['Ipdla']);})();const _0x414df5=super['build']();return PerformanceTester[_0x2f9f11(0x230)](PerformanceEvents[_0x2f9f11(0x229)],()=>{const _0x42abdb=_0x2f9f11,_0x5ef4cc={'IJQbz':_0x552f0a[_0x42abdb(0x2d0)],'yKAzs':_0x552f0a[_0x42abdb(0x216)],'guGtM':function(_0x49d4b4,_0x414c71,_0x49515b){const _0x34de29=_0x42abdb;return _0x552f0a[_0x34de29(0x226)](_0x49d4b4,_0x414c71,_0x49515b);},'OSMJE':function(_0x3cc8ee,_0x37f60a,_0x2149fa){return _0x552f0a['uaToI'](_0x3cc8ee,_0x37f60a,_0x2149fa);},'Horpv':function(_0x53bc98,_0x5f3065,_0xcccfcf,_0x143223,_0x2714a1){const _0x24820e=_0x42abdb;return _0x552f0a[_0x24820e(0x22e)](_0x53bc98,_0x5f3065,_0xcccfcf,_0x143223,_0x2714a1);},'UQwPi':function(_0x53020a,_0x5e5f09){const _0x56f0f8=_0x42abdb;return _0x552f0a[_0x56f0f8(0x309)](_0x53020a,_0x5e5f09);},'VRdbK':_0x552f0a[_0x42abdb(0x21a)],'sQkcX':_0x552f0a['fnTnL'],'SGcGw':function(_0x619104,_0x4a5067){const _0xc60e0e=_0x42abdb;return _0x552f0a[_0xc60e0e(0x309)](_0x619104,_0x4a5067);},'CQKgf':function(_0x5919af,_0x5bed1f,_0x2aa634){const _0x4af9a5=_0x42abdb;return _0x552f0a[_0x4af9a5(0x226)](_0x5919af,_0x5bed1f,_0x2aa634);},'pWwVY':function(_0x4f350d,_0x2e85ed,_0x1401eb){return _0x552f0a['GicxW'](_0x4f350d,_0x2e85ed,_0x1401eb);},'cpUsi':function(_0x914058,_0x12e06c,_0x2b055a,_0x2f1f63,_0x55023d){const _0x48bb4d=_0x42abdb;return _0x552f0a[_0x48bb4d(0x22e)](_0x914058,_0x12e06c,_0x2b055a,_0x2f1f63,_0x55023d);}};_0x414df5[_0x42abdb(0x227)]['then'](_0x1f5d3a=>{const _0x92a3ff=_0x42abdb;try{const _0x353ecf=_0x1f5d3a[_0x92a3ff(0x2b0)][_0x92a3ff(0x1e8)](_0x5ef4cc[_0x92a3ff(0x1dc)]);_0x353ecf?(logger[_0x92a3ff(0x30e)](_0x92a3ff(0x286)+_0x353ecf),hubAllocator[_0x92a3ff(0x1cf)](_0x353ecf),helper[_0x92a3ff(0x1f4)](_0x353ecf)):logger['debug'](_0x5ef4cc[_0x92a3ff(0x245)]);}catch(_0x23116a){logger[_0x92a3ff(0x30e)](_0x92a3ff(0x319)+_0x23116a);}}),_0x414df5[_0x42abdb(0x1d1)]&&_0x414df5['then'](_0x85c142=>{const _0x1b8d54=_0x42abdb,_0x4dc4ac={'gPcsD':_0x5ef4cc['VRdbK'],'UXECd':_0x5ef4cc[_0x1b8d54(0x20b)],'hvWWj':function(_0x2e5274,_0x4d203e){const _0x5e19ea=_0x1b8d54;return _0x5ef4cc[_0x5e19ea(0x217)](_0x2e5274,_0x4d203e);}};helper[_0x1b8d54(0x25f)](_0x85c142,_0x5d0b19),_0x5ef4cc['CQKgf'](overrideExecute,_0x85c142,_0x5d0b19),_0x85c142[_0x1b8d54(0x2c0)]=async()=>{return await _0x5ef4cc['guGtM'](getAccessibilityResultsSummary,_0x85c142,global);},_0x85c142['getAccessibilityResults']=async()=>{return await _0x5ef4cc['OSMJE'](getAccessibilityResults,_0x85c142,global);},_0x85c142[_0x1b8d54(0x28a)]=async _0x37df2a=>{const _0xbcafbd=_0x1b8d54;return await _0x5ef4cc['Horpv'](performScan,_0x85c142,null,!![],_0x5ef4cc[_0xbcafbd(0x2a7)](_0x37df2a,null));},_0x85c142[_0x1b8d54(0x284)]=async _0x1d9a2d=>{const _0x4c5309=_0x1b8d54;globals[_0x4c5309(0x2b3)](_0x4dc4ac[_0x4c5309(0x2db)],!![]),globals[_0x4c5309(0x2b3)](_0x4dc4ac[_0x4c5309(0x313)],_0x4dc4ac[_0x4c5309(0x24f)](_0x1d9a2d,null));},_0x85c142[_0x1b8d54(0x2c1)]=async()=>{const _0x3d55aa=_0x1b8d54;globals[_0x3d55aa(0x2b3)](_0x4dc4ac[_0x3d55aa(0x2db)],![]),globals[_0x3d55aa(0x2b3)](_0x4dc4ac[_0x3d55aa(0x313)],null);};}),_0x414df5[_0x42abdb(0x2c0)]=async()=>{const _0x348cda=_0x42abdb;return await _0x552f0a[_0x348cda(0x325)](getAccessibilityResultsSummary,_0x414df5,global);},_0x414df5[_0x42abdb(0x2e2)]=async()=>{const _0x55b4f2=_0x42abdb;return await _0x5ef4cc[_0x55b4f2(0x29b)](getAccessibilityResults,_0x414df5,global);},_0x414df5['performScan']=async _0x5f3b20=>{const _0x545af6=_0x42abdb;return await _0x5ef4cc[_0x545af6(0x2dc)](performScan,_0x414df5,null,!![],_0x5ef4cc['UQwPi'](_0x5f3b20,null));},_0x414df5[_0x42abdb(0x284)]=async _0x2f3419=>{const _0x35c0b8=_0x42abdb;globals[_0x35c0b8(0x2b3)](_0x552f0a[_0x35c0b8(0x21a)],!![]),globals[_0x35c0b8(0x2b3)](_0x552f0a[_0x35c0b8(0x279)],_0x552f0a[_0x35c0b8(0x327)](_0x2f3419,null));},_0x414df5[_0x42abdb(0x2c1)]=async()=>{const _0x53550b=_0x42abdb;globals[_0x53550b(0x2b3)](_0x5ef4cc[_0x53550b(0x271)],![]),globals[_0x53550b(0x2b3)](_0x5ef4cc[_0x53550b(0x20b)],null);},helper[_0x42abdb(0x25f)](_0x414df5,_0x5d0b19),_0x552f0a[_0x42abdb(0x226)](overrideExecute,_0x414df5,_0x5d0b19),helper[_0x42abdb(0x2cf)](global[_0x42abdb(0x2ab)])&&(global[_0x42abdb(0x2ab)]=[]),global[_0x42abdb(0x2ab)][_0x42abdb(0x32b)](_0x414df5);})(),_0x414df5;}}_0x5133ec[_0x337e71(0x200)]=_0x5133ec[_0x337e71(0x1db)],_0x5133ec[_0x337e71(0x1db)]=_0x3ecc35,_0x39add5[_0x337e71(0x1c9)]=_0xc4d399;},propagateJestSessionName=(_0x23add5,_0xe5766f,_0x20e9f7='')=>{const _0xf8778d=a160_0x4ce093,_0x9067c0={};_0x9067c0[_0xf8778d(0x29f)]=_0xf8778d(0x29a);const _0x3de58b=_0x9067c0;_0xe5766f&&_0xe5766f[_0xf8778d(0x242)]&&_0xe5766f['global']['browserstackSessionName']&&helper[_0xf8778d(0x2cf)](_0x23add5[_0xf8778d(0x21d)])&&(_0x23add5[_0xf8778d(0x21d)]=_0xe5766f[_0xf8778d(0x242)][_0xf8778d(0x21d)],logger[_0xf8778d(0x30e)](util[_0xf8778d(0x2d2)](_0x3de58b[_0xf8778d(0x29f)],_0x20e9f7?'\x20'+_0x20e9f7:'',_0x23add5['browserstackSessionName'])));},modifyV2=(_0x2f949b,_0x38a565=null,_0x355718=![])=>{const _0x3468f0=a160_0x4ce093,_0x572c94={'UWipJ':function(_0x549199,_0x4654e9){return _0x549199!==_0x4654e9;},'NjZxn':_0x3468f0(0x2bd),'WNJBi':function(_0x1d86b1,_0x147882){return _0x1d86b1+_0x147882;},'gePaO':function(_0x140bc3,_0x57162d){return _0x140bc3+_0x57162d;},'MHTBR':_0x3468f0(0x1c1),'Ookkl':_0x3468f0(0x322),'AqgeU':_0x3468f0(0x29c),'kDqzj':'aiHeal_isHealingEnabled','QGQgu':_0x3468f0(0x336),'gWnes':_0x3468f0(0x334),'HXnNO':_0x3468f0(0x31e),'meadu':_0x3468f0(0x212),'qykIQ':_0x3468f0(0x1e9),'qyAIP':_0x3468f0(0x20e),'dBcAw':'safari.options','tvjcE':_0x3468f0(0x1fa),'YaLHG':_0x3468f0(0x244),'jzmxL':function(_0x517c4c,_0x54f729){return _0x517c4c===_0x54f729;},'UOuAb':'object','eXFDV':_0x3468f0(0x33b),'GcNZr':function(_0x284856,_0x5b34f8){return _0x284856>_0x5b34f8;},'HLaHP':function(_0x3315ae){return _0x3315ae();},'stvjr':function(_0x5e3ff9,_0x4221e9,_0x1103fc){return _0x5e3ff9(_0x4221e9,_0x1103fc);},'SDHWO':_0x3468f0(0x2bf),'hUSwq':'bstack:options','xjXGG':'browserstack.accessibility','lJhcj':'browserstack.accessibilityOptions','yAKkR':function(_0xcefea6,_0x40ed0b,_0x38a5f3,_0x164c92,_0xa3859c){return _0xcefea6(_0x40ed0b,_0x38a5f3,_0x164c92,_0xa3859c);},'bDHbm':function(_0x589b70,_0x158d16){return _0x589b70||_0x158d16;},'rrenc':_0x3468f0(0x326),'HeDEF':_0x3468f0(0x2c9),'deGXp':function(_0xe7621c,_0x562352){return _0xe7621c||_0x562352;},'TCbyj':function(_0x59bea0,_0x442471){return _0x59bea0(_0x442471);},'AKjaS':function(_0x2170bc,_0x127266,_0x4b77f3,_0xb264e7){return _0x2170bc(_0x127266,_0x4b77f3,_0xb264e7);},'lqOUD':_0x3468f0(0x2f6),'uBQgr':function(_0x23feb3,_0xb0d5a){return _0x23feb3!==_0xb0d5a;},'etEnP':function(_0x5237c7,_0x3b9894){return _0x5237c7(_0x3b9894);},'zVDyG':_0x3468f0(0x2e3),'BKDvI':_0x3468f0(0x1fb),'QYlBB':_0x3468f0(0x1ee),'ptrDG':_0x3468f0(0x247),'qXUZT':function(_0x4a05c6,_0x4db952){return _0x4a05c6===_0x4db952;},'cfave':_0x3468f0(0x2d5),'GfVwE':_0x3468f0(0x25b),'MGMZh':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','adxcF':_0x3468f0(0x278),'eoAOa':_0x3468f0(0x25d),'snQNn':_0x3468f0(0x24e),'ITNpK':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','QDTYC':'browserVersion','HDQsM':function(_0x28fb09,_0x3215ef){return _0x28fb09(_0x3215ef);},'ZVDWt':_0x3468f0(0x2c7),'HdRIk':function(_0x3aa7f0,_0x1ff76b){return _0x3aa7f0<_0x1ff76b;},'uPsOp':'aiSdk_framework','VrvDm':_0x3468f0(0x2c4),'ZWQCd':_0x3468f0(0x235),'luHsX':_0x3468f0(0x30b),'knVrb':_0x3468f0(0x2ad),'NlFCa':_0x3468f0(0x2a4),'pitLO':_0x3468f0(0x1c0),'UQoKZ':function(_0x195342,_0x4c5e58,_0x4274b1){return _0x195342(_0x4c5e58,_0x4274b1);},'UokTI':function(_0x5db27a,_0x53bae1,_0x43fd59){return _0x5db27a(_0x53bae1,_0x43fd59);},'frncC':_0x3468f0(0x204),'Wzsgb':_0x3468f0(0x28b),'GVIXe':_0x3468f0(0x222),'uuoxP':'selenium-webdriver/lib/webdriver.js','zSwSE':_0x3468f0(0x1e6),'qzvue':_0x3468f0(0x2fb),'IUyhh':_0x3468f0(0x261),'hSuqG':function(_0x529134,_0x45fc98){return _0x529134+_0x45fc98;},'WtgLH':'Unable\x20to\x20find\x20executor\x20class\x20'},_0x55fd24=helper['requireHttpClient']();let _0x42a89c;try{_0x42a89c=helper['requireSeleniumWebdriver'](),_0x42a89c[_0x3468f0(0x200)]&&(_0x42a89c[_0x3468f0(0x1db)]=_0x42a89c[_0x3468f0(0x200)]);}catch(_0x59c811){return;}if(helper[_0x3468f0(0x207)]()){const _0x1adf94={};_0x1adf94[_0x3468f0(0x2a5)]=_0x2f949b[_0x3468f0(0x291)],helper[_0x3468f0(0x29d)](_0x1adf94,new Map(),new Map()),logger[_0x3468f0(0x250)](_0x572c94[_0x3468f0(0x273)]),logger[_0x3468f0(0x30e)](_0x572c94['GVIXe']);}class _0x5c80e9 extends _0x55fd24[_0x3468f0(0x1c9)]{['send'](_0x3ec0cd){const _0x55efe5=_0x3468f0;if(_0x572c94['UWipJ'](_0x3ec0cd[_0x55efe5(0x276)],_0x572c94[_0x55efe5(0x1f8)])&&_0x572c94[_0x55efe5(0x335)](global['newHubUrl'],''))try{global[_0x55efe5(0x23f)]=_0x572c94['WNJBi'](_0x572c94[_0x55efe5(0x33d)](_0x572c94[_0x55efe5(0x211)],global[_0x55efe5(0x23f)]),_0x572c94[_0x55efe5(0x257)]),this['options_']=hubAllocator[_0x55efe5(0x2d9)](global[_0x55efe5(0x23f)]),logger[_0x55efe5(0x30e)](_0x55efe5(0x21b)+global['newHubUrl']),global[_0x55efe5(0x23f)]='';}catch(_0x37152f){logger[_0x55efe5(0x223)](_0x37152f);}if(globals[_0x55efe5(0x323)](_0x572c94[_0x55efe5(0x240)])&&globals['getGlobal'](_0x572c94[_0x55efe5(0x23e)])){const _0x26be94=_0x3ec0cd['path'][_0x55efe5(0x296)]('/')[0x2];_0x26be94&&commandRepository[_0x55efe5(0x28f)](_0x26be94,_0x3ec0cd);}return super[_0x55efe5(0x2b5)](_0x3ec0cd);}}class _0xe0cd57 extends _0x42a89c[_0x3468f0(0x1db)]{[_0x3468f0(0x208)](){const _0x4b4831=_0x3468f0;return helper[_0x4b4831(0x207)]()&&(this[_0x4b4831(0x2c6)]=helper[_0x4b4831(0x21f)](_0x2f949b)),this;}[_0x3468f0(0x2af)](_0x1281db){const _0x2e6602=_0x3468f0;let _0x1b704f={};for(const _0x4e9a90 in _0x1281db){switch(_0x4e9a90){case _0x572c94[_0x2e6602(0x2aa)]:case _0x572c94[_0x2e6602(0x266)]:this[_0x2e6602(0x206)]&&(_0x1b704f=this['chromeOptions_'][_0x2e6602(0x1e8)](this['chromeOptions_'][_0x2e6602(0x26f)])||{},this['chromeOptions_'][_0x2e6602(0x1d6)](this[_0x2e6602(0x206)][_0x2e6602(0x26f)],helper[_0x2e6602(0x307)](_0x1b704f,_0x1281db[_0x4e9a90])));break;case _0x572c94[_0x2e6602(0x26a)]:case _0x572c94[_0x2e6602(0x338)]:this[_0x2e6602(0x304)]&&(_0x1b704f=this[_0x2e6602(0x304)]['get'](this[_0x2e6602(0x304)][_0x2e6602(0x26f)])||{},this[_0x2e6602(0x304)][_0x2e6602(0x1d6)](this[_0x2e6602(0x304)]['CAPABILITY_KEY'],helper[_0x2e6602(0x307)](_0x1b704f,_0x1281db[_0x4e9a90])));break;case _0x572c94[_0x2e6602(0x2d4)]:case _0x572c94[_0x2e6602(0x283)]:this[_0x2e6602(0x2f4)]&&(_0x1b704f=this[_0x2e6602(0x2f4)][_0x2e6602(0x1e8)](this['firefoxOptions_'][_0x2e6602(0x26f)])||{},this[_0x2e6602(0x2f4)]['set'](this[_0x2e6602(0x2f4)]['CAPABILITY_KEY'],helper[_0x2e6602(0x307)](_0x1b704f,_0x1281db[_0x4e9a90])));break;case _0x572c94[_0x2e6602(0x2b4)]:this[_0x2e6602(0x28d)]&&(_0x1b704f=this[_0x2e6602(0x28d)][_0x2e6602(0x1e8)](this[_0x2e6602(0x28d)]['CAPABILITY_KEY'])||{},this[_0x2e6602(0x28d)][_0x2e6602(0x1d6)](this[_0x2e6602(0x28d)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x1b704f,_0x1281db[_0x4e9a90])));break;case _0x572c94[_0x2e6602(0x2ed)]:case _0x572c94[_0x2e6602(0x2f9)]:this['ieOptions_']&&(_0x1b704f=this[_0x2e6602(0x28e)][_0x2e6602(0x1e8)](this['ieOptions_']['CAPABILITY_KEY'])||{},this[_0x2e6602(0x28e)][_0x2e6602(0x1d6)](this[_0x2e6602(0x28e)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x1b704f,_0x1281db[_0x4e9a90])));break;}}}[_0x3468f0(0x2ea)](){const _0x3f28be=_0x3468f0;logger['debug'](_0x572c94[_0x3f28be(0x1cb)]);const _0x5af433=_0x2f949b[_0x3f28be(0x234)]&&_0x572c94[_0x3f28be(0x2d8)](Object[_0x3f28be(0x2b1)](_0x2f949b['capability'])[_0x3f28be(0x25c)],0x0)?_0x2f949b[_0x3f28be(0x234)]:_0x2f949b[_0x3f28be(0x1c7)]&&Array[_0x3f28be(0x254)](_0x2f949b[_0x3f28be(0x1c7)])&&_0x572c94[_0x3f28be(0x2d8)](_0x2f949b[_0x3f28be(0x1c7)][_0x3f28be(0x25c)],0x0)?_0x2f949b[_0x3f28be(0x1c7)][0x0]:{};return this[_0x3f28be(0x2af)](_0x5af433),Object[_0x3f28be(0x2b1)](_0x5af433)[_0x3f28be(0x252)](_0x47222a=>{const _0x20b0fa=_0x3f28be,_0xd54d4c=this['capabilities_'][_0x20b0fa(0x1e8)](_0x47222a);_0x572c94['jzmxL'](typeof _0xd54d4c,_0x572c94[_0x20b0fa(0x1c6)])?this['capabilities_'][_0x20b0fa(0x1d6)](_0x47222a,helper['mergeDeep'](_0xd54d4c,_0x5af433[_0x47222a])):this[_0x20b0fa(0x2e1)][_0x20b0fa(0x1d6)](_0x47222a,_0x5af433[_0x47222a]);}),this;}[_0x3468f0(0x1e4)](){const _0x3d16ea=_0x3468f0,_0x3ef202={'UupAi':function(_0x46c21f){const _0x53b688=a160_0x1edf;return _0x572c94[_0x53b688(0x24b)](_0x46c21f);},'lWbjM':function(_0x203197,_0x35252e){const _0x1193c2=a160_0x1edf;return _0x572c94[_0x1193c2(0x264)](_0x203197,_0x35252e);},'rjEYn':_0x572c94['hUSwq'],'BKTwG':_0x572c94['zVDyG'],'lWlFV':_0x572c94[_0x3d16ea(0x2f0)],'QMHru':_0x572c94['QYlBB'],'wNJuj':_0x572c94['ptrDG'],'zhFHk':function(_0x2e3e78,_0x33d7c4){return _0x572c94['qXUZT'](_0x2e3e78,_0x33d7c4);},'LOPnH':_0x572c94[_0x3d16ea(0x238)],'xTUou':_0x572c94['GfVwE'],'thBMp':_0x572c94[_0x3d16ea(0x1e3)],'plvJP':_0x572c94[_0x3d16ea(0x221)],'nuypb':_0x572c94['SDHWO'],'qZYLv':function(_0x169b72,_0x29e8cd,_0x289c70){return _0x572c94['stvjr'](_0x169b72,_0x29e8cd,_0x289c70);},'OFcVx':_0x572c94[_0x3d16ea(0x282)],'XeeQL':_0x572c94[_0x3d16ea(0x2ee)],'HQICS':_0x572c94[_0x3d16ea(0x27b)],'wOhky':_0x572c94[_0x3d16ea(0x2aa)],'vBEQC':_0x572c94['snQNn'],'FKepP':function(_0x5af58b,_0x4455ff){const _0x34b861=_0x3d16ea;return _0x572c94[_0x34b861(0x253)](_0x5af58b,_0x4455ff);},'LGJCo':_0x572c94[_0x3d16ea(0x2f3)],'Cgqrw':_0x572c94[_0x3d16ea(0x1c4)],'PORnx':function(_0x355406,_0x56cfc9){const _0x336b3f=_0x3d16ea;return _0x572c94[_0x336b3f(0x202)](_0x355406,_0x56cfc9);},'ZxyYH':_0x572c94['ZVDWt'],'xtZXP':function(_0x4418d0,_0x4cc23f){const _0x3d6224=_0x3d16ea;return _0x572c94[_0x3d6224(0x202)](_0x4418d0,_0x4cc23f);},'QSbmC':function(_0x5acd84,_0x219052){const _0x487b06=_0x3d16ea;return _0x572c94[_0x487b06(0x32d)](_0x5acd84,_0x219052);},'qVgZN':function(_0x4f3a3e,_0x540cf9){return _0x572c94['bDHbm'](_0x4f3a3e,_0x540cf9);},'cQExc':function(_0x5ad8aa,_0x423a9c,_0x2a258b){const _0x1d9f46=_0x3d16ea;return _0x572c94[_0x1d9f46(0x318)](_0x5ad8aa,_0x423a9c,_0x2a258b);},'tIfpp':_0x572c94[_0x3d16ea(0x33a)],'VeWXr':_0x572c94[_0x3d16ea(0x210)],'jAHLp':_0x572c94[_0x3d16ea(0x219)],'FDHMt':_0x572c94[_0x3d16ea(0x22b)],'TZAaK':_0x572c94[_0x3d16ea(0x2c3)],'CHWpX':_0x572c94[_0x3d16ea(0x240)],'DqXCy':_0x572c94[_0x3d16ea(0x23e)],'bUpCE':_0x572c94[_0x3d16ea(0x209)],'ZZlAc':_0x572c94[_0x3d16ea(0x20c)],'ZxgkS':function(_0x2a137d,_0xcdaf34,_0xbd4b51){return _0x572c94['UQoKZ'](_0x2a137d,_0xcdaf34,_0xbd4b51);},'niQew':_0x572c94[_0x3d16ea(0x1f1)],'BsDSf':_0x572c94['HeDEF'],'ikvCI':function(_0x3b2eda,_0x1ab019,_0x14aed4){return _0x572c94['stvjr'](_0x3b2eda,_0x1ab019,_0x14aed4);},'ftHHi':function(_0x48ddf4,_0x5e60d0,_0xd07814){const _0x4ce6df=_0x3d16ea;return _0x572c94[_0x4ce6df(0x302)](_0x48ddf4,_0x5e60d0,_0xd07814);},'lqzre':function(_0x8e1ce,_0x15888b,_0x4b6b69){const _0x185768=_0x3d16ea;return _0x572c94[_0x185768(0x25e)](_0x8e1ce,_0x15888b,_0x4b6b69);},'tFwjn':function(_0xd76a98,_0x40cb30){const _0x597014=_0x3d16ea;return _0x572c94[_0x597014(0x30d)](_0xd76a98,_0x40cb30);}};PerformanceTester[_0x3d16ea(0x230)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x15f8f3=_0x3d16ea;if(helper[_0x15f8f3(0x207)]()){helper[_0x15f8f3(0x1d9)](_0x2f949b['capability']);_0x3ef202[_0x15f8f3(0x2e6)](isAccessibilityAutomationSession)&&_0x3ef202['lWbjM'](setAccessibilityCapabilities,_0x2f949b);this[_0x15f8f3(0x208)](),this['setCapabilities']();if(helper[_0x15f8f3(0x290)](_0x2f949b[_0x15f8f3(0x280)]['proxyUrl']))this['agent_']=helper[_0x15f8f3(0x315)](_0x2f949b[_0x15f8f3(0x280)][_0x15f8f3(0x259)]);else _0x2f949b[_0x15f8f3(0x280)][_0x15f8f3(0x259)]&&(this[_0x15f8f3(0x23b)]=_0x2f949b['proxySettings'][_0x15f8f3(0x259)],logger['debug'](_0x15f8f3(0x2fe)+this[_0x15f8f3(0x23b)]));if(_0x3ef202[_0x15f8f3(0x2e6)](isAccessibilityAutomationSession)){const _0x24c6b7=this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x299)])||{},_0x299906=_0x24c6b7[_0x15f8f3(0x1fb)]||this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x232)])||this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x1d8)]);if(_0x299906){const _0x2b1189=(_0x24c6b7[_0x15f8f3(0x1ee)]||this['capabilities_'][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x2e5)])||'')[_0x15f8f3(0x1df)](),_0x563bef=(_0x24c6b7[_0x15f8f3(0x247)]||this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202['wNJuj'])||'')[_0x15f8f3(0x1df)]();_0x3ef202[_0x15f8f3(0x274)](_0x2b1189,_0x3ef202[_0x15f8f3(0x243)])&&_0x563bef[_0x15f8f3(0x2fc)](_0x3ef202['xTUou'])&&(_0x3ef202[_0x15f8f3(0x2e6)](isMobileScanningEnabledForGroup)&&(logger[_0x15f8f3(0x30e)](_0x3ef202['thBMp']),globals[_0x15f8f3(0x2b3)](_0x3ef202[_0x15f8f3(0x26d)],!![])));}}if(globals['getGlobal'](_0x3ef202[_0x15f8f3(0x215)])){if(!_0x3ef202[_0x15f8f3(0x31a)](setExtension,this,_0x2f949b)){globals[_0x15f8f3(0x2b3)](_0x3ef202[_0x15f8f3(0x215)],![]);const _0x387888=this['capabilities_']['get'](_0x3ef202[_0x15f8f3(0x299)]);_0x387888&&(_0x387888['accessibility']=![],delete _0x387888[_0x15f8f3(0x201)],this['capabilities_']['set'](_0x3ef202[_0x15f8f3(0x299)],_0x387888)),this['capabilities_']['get'](_0x3ef202[_0x15f8f3(0x324)])&&(this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1d6)](_0x3ef202[_0x15f8f3(0x324)],![]),this[_0x15f8f3(0x2e1)][_0x15f8f3(0x265)](_0x3ef202[_0x15f8f3(0x311)]));}}process[_0x15f8f3(0x293)][_0x15f8f3(0x1ff)]&&(helper[_0x15f8f3(0x31b)](null,null,_0x2f949b[_0x15f8f3(0x2ec)],null,this,null),helper['setAdditionalCapabilities'](_0x2f949b[_0x15f8f3(0x234)]),helper[_0x15f8f3(0x1f5)]()),logger['debug'](_0x3ef202[_0x15f8f3(0x317)]);}else{if(this['chromeOptions_']){const _0x9bb289=this[_0x15f8f3(0x206)]['get'](this[_0x15f8f3(0x206)][_0x15f8f3(0x26f)]||_0x3ef202[_0x15f8f3(0x233)]);if(_0x9bb289&&_0x9bb289[_0x15f8f3(0x295)]){const _0x253b72=this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x233)])||{},_0xe96315=(_0x253b72[_0x15f8f3(0x295)]||[])['concat'](_0x9bb289[_0x15f8f3(0x295)]||[]),_0x4fd8b2=Array[_0x15f8f3(0x2a6)](new Set(_0xe96315)),_0x25db7c={};_0x25db7c['args']=_0x4fd8b2,this['capabilities_'][_0x15f8f3(0x1d6)](_0x3ef202[_0x15f8f3(0x233)],Object['assign']({},_0x253b72,_0x9bb289,_0x25db7c));}}helper[_0x15f8f3(0x1f5)]();if(_0x3ef202[_0x15f8f3(0x2e6)](isAccessibilityAutomationSession)&&this[_0x15f8f3(0x267)]()[_0x15f8f3(0x2fc)](_0x3ef202[_0x15f8f3(0x20a)])){let _0x4e7edc=!![];const _0x117066=this['capabilities_'][_0x15f8f3(0x1e8)](_0x3ef202['rjEYn'])||{},_0x3653a2=_0x117066['deviceName']||this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x232)])||this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x1d8)]);if(_0x3653a2){const _0x13bb60=(_0x117066[_0x15f8f3(0x1ee)]||this['capabilities_']['get'](_0x3ef202[_0x15f8f3(0x2e5)])||'')[_0x15f8f3(0x1df)](),_0x256ca5=(_0x117066[_0x15f8f3(0x247)]||this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x260)])||'')[_0x15f8f3(0x1df)]();_0x3ef202[_0x15f8f3(0x1fd)](_0x13bb60,_0x3ef202[_0x15f8f3(0x243)])&&_0x256ca5['includes'](_0x3ef202['xTUou'])?!_0x3ef202[_0x15f8f3(0x2e6)](isMobileScanningEnabledForGroup)?(logger['warn'](MOBILE_SCANNING_DISABLED_WARNING),_0x4e7edc=![]):(logger[_0x15f8f3(0x30e)](_0x3ef202[_0x15f8f3(0x251)]),globals['setGlobal'](_0x3ef202[_0x15f8f3(0x26d)],!![])):(logger[_0x15f8f3(0x30a)](_0x3ef202['LGJCo']),_0x4e7edc=![]);}if(_0x4e7edc){const _0x1e1d2c=_0x3ef202[_0x15f8f3(0x308)](parseFloat,_0x117066['browserVersion']||this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x262)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x314105}=_0x3ef202['PORnx'](require,_0x3ef202[_0x15f8f3(0x1d5)]),_0x159961=_0x3ef202[_0x15f8f3(0x1c2)](parseFloat,_0x314105);!_0x3ef202[_0x15f8f3(0x308)](isNaN,_0x1e1d2c)&&_0x3ef202[_0x15f8f3(0x281)](_0x1e1d2c,_0x159961)&&(logger[_0x15f8f3(0x30a)](_0x15f8f3(0x246)+_0x314105+'.'),_0x4e7edc=![]);}if(_0x4e7edc){_0x3ef202[_0x15f8f3(0x308)](setAccessibilityCapabilities,_0x2f949b),this[_0x15f8f3(0x2ea)]();if(process['env'][_0x15f8f3(0x2df)]){let _0x3ad1f8={};try{process[_0x15f8f3(0x293)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']&&(_0x3ad1f8=JSON[_0x15f8f3(0x24c)](process[_0x15f8f3(0x293)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']));}catch(_0xb422d8){logger[_0x15f8f3(0x30e)](_0x15f8f3(0x2b7)+_0xb422d8);}const _0x42322a=this[_0x15f8f3(0x2e1)]['get'](_0x3ef202[_0x15f8f3(0x299)]);if(_0x42322a||!this[_0x15f8f3(0x2e1)]['get'](_0x3ef202['OFcVx'])){const _0x3c4efe=_0x3ef202[_0x15f8f3(0x27c)](_0x42322a,{});_0x3c4efe[_0x15f8f3(0x1ea)]=!![];const _0x5a2369={};_0x5a2369[_0x15f8f3(0x2c5)]=process[_0x15f8f3(0x293)][_0x15f8f3(0x2df)],_0x5a2369[_0x15f8f3(0x31d)]=_0x3ad1f8[_0x15f8f3(0x31d)],_0x3c4efe[_0x15f8f3(0x201)]=Object[_0x15f8f3(0x33c)]({},_0x3c4efe['accessibilityOptions'],_0x5a2369),this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1d6)](_0x3ef202[_0x15f8f3(0x299)],_0x3c4efe);}else{this['capabilities_']['set'](_0x3ef202[_0x15f8f3(0x324)],!![]);const _0xdee6d4=this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x311)])||{},_0x3c0b05={};_0x3c0b05[_0x15f8f3(0x2c5)]=process[_0x15f8f3(0x293)]['BS_A11Y_JWT'],_0x3c0b05[_0x15f8f3(0x31d)]=_0x3ad1f8['scannerVersion'],this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1d6)](_0x3ef202['XeeQL'],Object[_0x15f8f3(0x33c)]({},_0xdee6d4,_0x3c0b05));}}if(!_0x3ef202[_0x15f8f3(0x231)](setExtension,this,_0x2f949b)){globals[_0x15f8f3(0x2b3)](_0x3ef202['nuypb'],![]);const _0x4bf942=this[_0x15f8f3(0x2e1)]['get'](_0x3ef202['rjEYn']);_0x4bf942&&(_0x4bf942['accessibility']=![],delete _0x4bf942[_0x15f8f3(0x201)],this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1d6)](_0x3ef202['rjEYn'],_0x4bf942)),this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1e8)](_0x3ef202[_0x15f8f3(0x324)])&&(this[_0x15f8f3(0x2e1)][_0x15f8f3(0x1d6)](_0x3ef202[_0x15f8f3(0x324)],![]),this[_0x15f8f3(0x2e1)][_0x15f8f3(0x265)](_0x3ef202[_0x15f8f3(0x311)]));}}}_0x3ef202[_0x15f8f3(0x274)](globals[_0x15f8f3(0x323)](_0x3ef202[_0x15f8f3(0x301)]),_0x3ef202[_0x15f8f3(0x31c)])&&(commandRepository[_0x15f8f3(0x268)](_0x3ef202['VeWXr']),commandRepository[_0x15f8f3(0x256)](globals[_0x15f8f3(0x323)](_0x3ef202['jAHLp'])));if(this[_0x15f8f3(0x2c6)][_0x15f8f3(0x2fc)](_0x3ef202[_0x15f8f3(0x298)]))logger[_0x15f8f3(0x30e)](_0x3ef202[_0x15f8f3(0x22f)]),globals[_0x15f8f3(0x2b3)](_0x3ef202[_0x15f8f3(0x21e)],![]),globals[_0x15f8f3(0x2b3)](_0x3ef202[_0x15f8f3(0x2ef)],![]);else globals[_0x15f8f3(0x323)](_0x3ef202[_0x15f8f3(0x21e)])&&globals['getGlobal'](_0x3ef202[_0x15f8f3(0x2ef)])&&aiSdkWrapper[_0x15f8f3(0x1d7)](this);}})();const _0x487dbb=super[_0x3d16ea(0x1e4)]();return PerformanceTester[_0x3d16ea(0x230)](PerformanceEvents[_0x3d16ea(0x229)],()=>{const _0x2403a9=_0x3d16ea,_0x2d1563={'aTXYi':function(_0x5a0839){const _0x129777=a160_0x1edf;return _0x572c94[_0x129777(0x24b)](_0x5a0839);},'MKmtJ':function(_0x34c941,_0x589852,_0x493d51){return _0x572c94['stvjr'](_0x34c941,_0x589852,_0x493d51);},'mdVTo':_0x572c94[_0x2403a9(0x1ce)],'ZDGrK':_0x572c94[_0x2403a9(0x23c)],'JJhaT':_0x572c94[_0x2403a9(0x282)],'ybZkW':_0x572c94[_0x2403a9(0x2ee)],'cfnkq':function(_0x1265b9,_0x517b00,_0x570175,_0x4c44b7,_0x28405f){return _0x572c94['yAKkR'](_0x1265b9,_0x517b00,_0x570175,_0x4c44b7,_0x28405f);},'JCbvT':function(_0xe514dc,_0x2e1def){const _0x7efe46=_0x2403a9;return _0x572c94[_0x7efe46(0x30d)](_0xe514dc,_0x2e1def);},'WwULu':_0x572c94['rrenc'],'sCqxT':_0x572c94[_0x2403a9(0x305)],'KcGGf':function(_0x3a32b5,_0x43d96b){const _0x5da36e=_0x2403a9;return _0x572c94[_0x5da36e(0x2bb)](_0x3a32b5,_0x43d96b);}};_0x487dbb[_0x2403a9(0x227)]['then'](_0x5d30a8=>{const _0x5991c2=_0x2403a9,_0x386378=_0x5d30a8[_0x5991c2(0x2b0)];if(!helper[_0x5991c2(0x207)]()&&_0x2d1563['aTXYi'](isAccessibilityAutomationSession)){const _0x214ab4=_0x2d1563[_0x5991c2(0x2f1)](nonBstackPlatformValidation,_0x386378,this);globals[_0x5991c2(0x2b3)](_0x2d1563['mdVTo'],_0x214ab4);if(!_0x214ab4){const _0x354c2c=this[_0x5991c2(0x2e1)][_0x5991c2(0x1e8)](_0x2d1563[_0x5991c2(0x2a3)]);_0x354c2c&&(_0x354c2c[_0x5991c2(0x1ea)]=![],delete _0x354c2c['accessibilityOptions'],this[_0x5991c2(0x2e1)]['set'](_0x2d1563[_0x5991c2(0x2a3)],_0x354c2c)),this[_0x5991c2(0x2e1)][_0x5991c2(0x1e8)](_0x2d1563[_0x5991c2(0x214)])&&(this[_0x5991c2(0x2e1)][_0x5991c2(0x1d6)](_0x2d1563['JJhaT'],![]),this[_0x5991c2(0x2e1)]['delete'](_0x2d1563[_0x5991c2(0x2b6)]));}}}),_0x487dbb[_0x2403a9(0x227)][_0x2403a9(0x1d1)](_0x1016bf=>{const _0x2a24ac=_0x2403a9;try{logger[_0x2a24ac(0x30e)](_0x2a24ac(0x2bc)+_0x1016bf[_0x2a24ac(0x2cb)]());const _0x20244d=_0x1016bf[_0x2a24ac(0x2b0)][_0x2a24ac(0x1e8)](_0x3ef202[_0x2a24ac(0x331)]);_0x20244d?(logger['debug']('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x20244d),hubAllocator[_0x2a24ac(0x1cf)](_0x20244d),helper[_0x2a24ac(0x1f4)](_0x20244d)):logger['debug'](_0x3ef202[_0x2a24ac(0x1eb)]);}catch(_0xbad912){logger[_0x2a24ac(0x30e)](_0x2a24ac(0x319)+_0xbad912);}}),_0x487dbb[_0x2403a9(0x2cd)]=0x0,_0x487dbb[_0x2403a9(0x1d1)]&&_0x487dbb[_0x2403a9(0x1d1)](_0xe6c4c1=>{const _0x3c7a32=_0x2403a9,_0x4d16c1={'zIAED':function(_0xb7b243,_0xe78057,_0xbeafc2){return _0x3ef202['ZxgkS'](_0xb7b243,_0xe78057,_0xbeafc2);},'jbPdj':_0x3ef202[_0x3c7a32(0x27e)],'DQXtC':_0x3ef202['BsDSf']};helper[_0x3c7a32(0x1cc)](_0xe6c4c1,_0x487dbb),_0x355718&&_0x3ef202['PORnx'](overrideTakeScreenshot,_0xe6c4c1),helper[_0x3c7a32(0x25f)](_0xe6c4c1,_0x2f949b),_0x3ef202[_0x3c7a32(0x231)](overrideExecute,_0xe6c4c1,_0x2f949b),_0x3ef202[_0x3c7a32(0x2a1)](propagateJestSessionName,_0xe6c4c1,_0x38a565),_0x2f949b[_0x3c7a32(0x234)]&&percyHelper[_0x3c7a32(0x1ef)](_0xe6c4c1,_0x42a89c['WebElement'],_0x2f949b),_0xe6c4c1[_0x3c7a32(0x2c0)]=async()=>{const _0x1776b6=_0x3c7a32;return await _0x4d16c1[_0x1776b6(0x2dd)](getAccessibilityResultsSummary,_0xe6c4c1,global);},_0xe6c4c1[_0x3c7a32(0x2e2)]=async()=>{const _0x3cdc54=_0x3c7a32;return await _0x4d16c1[_0x3cdc54(0x2dd)](getAccessibilityResults,_0xe6c4c1,global);},_0xe6c4c1[_0x3c7a32(0x28a)]=async _0x25446c=>{const _0x3cd159=_0x3c7a32;return await _0x2d1563[_0x3cd159(0x300)](performScan,_0xe6c4c1,null,!![],_0x2d1563[_0x3cd159(0x277)](_0x25446c,null));},_0xe6c4c1[_0x3c7a32(0x284)]=async _0x41fd70=>{const _0x574751=_0x3c7a32;globals[_0x574751(0x2b3)](_0x2d1563['WwULu'],!![]),globals[_0x574751(0x2b3)](_0x2d1563[_0x574751(0x225)],_0x2d1563['KcGGf'](_0x41fd70,null));},_0xe6c4c1['stopA11yScanning']=async()=>{const _0x2d92f4=_0x3c7a32;globals[_0x2d92f4(0x2b3)](_0x4d16c1[_0x2d92f4(0x30c)],![]),globals[_0x2d92f4(0x2b3)](_0x4d16c1[_0x2d92f4(0x2d6)],null);};}),_0x487dbb[_0x2403a9(0x2c0)]=async()=>{return await _0x3ef202['ftHHi'](getAccessibilityResultsSummary,_0x487dbb,global);},_0x487dbb[_0x2403a9(0x2e2)]=async()=>{const _0x5d1ab0=_0x2403a9;return await _0x3ef202[_0x5d1ab0(0x22c)](getAccessibilityResults,_0x487dbb,global);},_0x487dbb[_0x2403a9(0x28a)]=async _0x24b5f3=>{const _0x4ffec3=_0x2403a9;return await _0x2d1563[_0x4ffec3(0x300)](performScan,_0x487dbb,null,!![],_0x2d1563[_0x4ffec3(0x277)](_0x24b5f3,null));},_0x487dbb[_0x2403a9(0x284)]=async _0x81e3d9=>{const _0x22482b=_0x2403a9;globals['setGlobal'](_0x3ef202[_0x22482b(0x27e)],!![]),globals[_0x22482b(0x2b3)](_0x3ef202[_0x22482b(0x2ca)],_0x3ef202[_0x22482b(0x1f0)](_0x81e3d9,null));},_0x487dbb[_0x2403a9(0x2c1)]=async()=>{const _0xc1008b=_0x2403a9;globals[_0xc1008b(0x2b3)](_0x2d1563[_0xc1008b(0x1d4)],![]),globals[_0xc1008b(0x2b3)](_0x2d1563[_0xc1008b(0x225)],null);},_0x355718&&_0x572c94[_0x2403a9(0x22d)](overrideTakeScreenshot,_0x487dbb),helper[_0x2403a9(0x1cc)](_0x487dbb),helper[_0x2403a9(0x25f)](_0x487dbb,_0x2f949b),_0x572c94['stvjr'](overrideExecute,_0x487dbb,_0x2f949b),_0x572c94[_0x2403a9(0x1f6)](propagateJestSessionName,_0x487dbb,_0x38a565,_0x572c94[_0x2403a9(0x258)]),_0x2f949b['capability']&&percyHelper['patchDriverPercy'](_0x487dbb,_0x42a89c[_0x2403a9(0x2e7)],_0x2f949b);helper['isUndefined'](global['__driversArray'])&&(global[_0x2403a9(0x2ab)]=[]);helper[_0x2403a9(0x2cf)](global[_0x2403a9(0x2e0)])&&(global[_0x2403a9(0x2e0)]=[]);global[_0x2403a9(0x2ab)][_0x2403a9(0x32b)](_0x487dbb),global[_0x2403a9(0x292)]=_0x487dbb,_0x38a565&&(_0x38a565[_0x2403a9(0x242)]['__driver']=_0x487dbb);_0x572c94['uBQgr'](global[_0x2403a9(0x2e0)],undefined)&&global[_0x2403a9(0x2e0)]['push'](_0x487dbb);_0x38a565&&helper['isUndefined'](_0x38a565['global'][_0x2403a9(0x2e0)])&&(_0x38a565[_0x2403a9(0x242)]['__drivers']=[]);_0x38a565&&helper[_0x2403a9(0x2cf)](_0x38a565[_0x2403a9(0x242)][_0x2403a9(0x2ab)])&&(_0x38a565['global'][_0x2403a9(0x2ab)]=[]);_0x38a565&&_0x572c94[_0x2403a9(0x1c3)](_0x38a565['global'][_0x2403a9(0x2e0)],undefined)&&(_0x38a565[_0x2403a9(0x242)][_0x2403a9(0x2e0)]['push'](_0x487dbb),_0x38a565[_0x2403a9(0x242)][_0x2403a9(0x2ab)]['push'](_0x487dbb));_0x487dbb['isAccessibilityPlatform']=globals[_0x2403a9(0x323)](_0x572c94[_0x2403a9(0x1ce)]);try{global['__drivers'][0x0][_0x2403a9(0x227)][_0x2403a9(0x1d1)](_0x804058=>{const _0xa5fae4=_0x2403a9;logger['debug'](_0xa5fae4(0x1dd)+_0x804058[_0xa5fae4(0x2cb)]()+'\x20to\x20global\x20drivers\x20array');})[_0x2403a9(0x27a)](_0x12edc4=>{const _0x38a017=_0x2403a9;logger['debug'](_0x38a017(0x1f2)+_0x12edc4);});}catch(_0x5c184e){logger[_0x2403a9(0x30e)](_0x2403a9(0x1f2)+_0x5c184e);}globals['setGlobal'](_0x572c94[_0x2403a9(0x1ce)],globals[_0x2403a9(0x323)](_0x572c94['SDHWO']));})(),_0x487dbb;}}_0x38a565&&(globals[_0x3468f0(0x272)]=_0x38a565[_0x3468f0(0x242)][_0x3468f0(0x272)]);if(_0x572c94[_0x3468f0(0x24b)](isAccessibilityAutomationSession))try{let _0x344050=helper[_0x3468f0(0x2de)](_0x572c94[_0x3468f0(0x2b8)],_0x572c94['zSwSE'])[_0x3468f0(0x203)];(!_0x344050[_0x3468f0(0x236)]||!_0x344050['prototype'][_0x3468f0(0x2d1)])&&(_0x344050=helper[_0x3468f0(0x2de)](_0x572c94['qzvue'],_0x572c94[_0x3468f0(0x24a)])[_0x3468f0(0x2ce)]);if(_0x344050[_0x3468f0(0x236)]&&_0x344050[_0x3468f0(0x236)][_0x3468f0(0x2d1)]){const _0x56db26=_0x344050[_0x3468f0(0x236)][_0x3468f0(0x2d1)];logger[_0x3468f0(0x30e)](_0x572c94[_0x3468f0(0x1e5)]),_0x344050[_0x3468f0(0x236)][_0x3468f0(0x2d1)]=async function(){const _0x16fe8f=_0x3468f0;try{!globals[_0x16fe8f(0x323)](_0x572c94[_0x16fe8f(0x248)])&&globals['getGlobal'](_0x572c94['SDHWO'])&&globals[_0x16fe8f(0x323)](_0x572c94[_0x16fe8f(0x1f1)])&&scripts[_0x16fe8f(0x1f7)](arguments[0x0]['name_'])&&!_0x572c94[_0x16fe8f(0x202)](isBrowserStackCommandExecutor,arguments[0x0][_0x16fe8f(0x237)])&&(globals['setGlobal'](_0x572c94[_0x16fe8f(0x248)],!![]),logger[_0x16fe8f(0x30e)](_0x16fe8f(0x26e)+arguments[0x0][_0x16fe8f(0x31f)]),await _0x572c94['stvjr'](performScan,global[_0x16fe8f(0x292)],arguments[0x0][_0x16fe8f(0x31f)]));}catch(_0x23aef5){logger[_0x16fe8f(0x30e)](_0x16fe8f(0x1e1)+util[_0x16fe8f(0x2d2)](_0x23aef5));}return globals['setGlobal'](_0x572c94[_0x16fe8f(0x248)],![]),_0x56db26[_0x16fe8f(0x2a2)](this,arguments);};}}catch(_0x5335e8){logger[_0x3468f0(0x30e)](_0x572c94[_0x3468f0(0x2b9)](_0x572c94['WtgLH'],_0x5335e8));}return _0x42a89c[_0x3468f0(0x200)]=_0x42a89c[_0x3468f0(0x1db)],_0x42a89c[_0x3468f0(0x1db)]=_0xe0cd57,_0x55fd24[_0x3468f0(0x1c9)]=_0x5c80e9,_0x42a89c;};module[a160_0x4ce093(0x1de)][a160_0x4ce093(0x218)]=modify,module[a160_0x4ce093(0x1de)][a160_0x4ce093(0x27f)]=modifyV2,module[a160_0x4ce093(0x1de)]['percy']=percySDK,module[a160_0x4ce093(0x1de)][a160_0x4ce093(0x28c)]=BrowserStackSdk,module['exports'][a160_0x4ce093(0x1cd)]=modifyPlaywrightConfig;try{require('./helpers/driverInitErrorReporter')[a160_0x4ce093(0x1c8)]();}catch(a160_0x7e6eeb){logger[a160_0x4ce093(0x30e)]('driver-init\x20capture\x20install\x20failed:\x20'+(a160_0x7e6eeb&&a160_0x7e6eeb[a160_0x4ce093(0x332)]));}module['exports'][a160_0x4ce093(0x22a)]=require(a160_0x4ce093(0x2ac))[a160_0x4ce093(0x1c8)];