browserstack-node-sdk 1.33.6 → 1.33.7

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 (120) 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/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/integrations/command.js +1 -1
  47. package/src/bin/integrations/constants.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/patches.js +1 -1
  74. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  75. package/src/bin/playwright/reporter/reporter.js +1 -1
  76. package/src/bin/playwright/reporter/test-details.js +1 -1
  77. package/src/bin/playwright/sessionDetails.js +1 -1
  78. package/src/bin/runner.js +1 -1
  79. package/src/bin/setup.js +1 -1
  80. package/src/bin/test-runner/index.js +1 -1
  81. package/src/bin/test-runner/runTest.js +1 -1
  82. package/src/bin/test-runner/testWorker.js +1 -1
  83. package/src/bin/utils/constants.js +1 -1
  84. package/src/bin/utils/log4jsAppender.js +1 -1
  85. package/src/bin/utils/logPatcher.js +1 -1
  86. package/src/bin/utils/logReportingAPI.js +1 -1
  87. package/src/bin/vanilla-js/command.js +1 -1
  88. package/src/browserStackSdk.js +1 -1
  89. package/src/helpers/BrowserStackSetup.js +1 -1
  90. package/src/helpers/accessibility-automation/constants.js +1 -1
  91. package/src/helpers/accessibility-automation/helper.js +1 -1
  92. package/src/helpers/accessibility-automation/scripts.js +1 -1
  93. package/src/helpers/ats/constants.js +1 -1
  94. package/src/helpers/ats/helper.js +1 -1
  95. package/src/helpers/capsMapping.js +1 -1
  96. package/src/helpers/globals.js +1 -1
  97. package/src/helpers/helper.js +1 -1
  98. package/src/helpers/logger.js +1 -1
  99. package/src/helpers/patchHelpers.js +1 -1
  100. package/src/helpers/percy/Percy.js +1 -1
  101. package/src/helpers/percy/PercyBinary.js +1 -1
  102. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  103. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  104. package/src/helpers/percy/PercySDK.js +1 -1
  105. package/src/helpers/percy/index.js +1 -1
  106. package/src/helpers/percy/utils.js +1 -1
  107. package/src/helpers/performance-tester.js +1 -1
  108. package/src/helpers/request-spy.js +1 -1
  109. package/src/helpers/setKeepAlive.js +1 -1
  110. package/src/helpers/test-observability/constants.js +1 -1
  111. package/src/helpers/test-observability/error-handler.js +1 -1
  112. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  113. package/src/helpers/test-observability/sessionHandler.js +1 -1
  114. package/src/helpers/test-observability/utils.js +1 -1
  115. package/src/helpers/testhub/constants.js +1 -1
  116. package/src/helpers/testhub/testhubHandler.js +1 -1
  117. package/src/helpers/testhub/utils.js +1 -1
  118. package/src/helpers/w3cMapping.js +1 -1
  119. package/src/hubAllocationMethods.js +1 -1
  120. package/src/index.js +1 -1
@@ -1 +1 @@
1
- (function(_0x5407a8,_0x59b4d5){var _0x2719b1=a82_0x5eae,_0x169d60=_0x5407a8();while(!![]){try{var _0x3c6dcc=parseInt(_0x2719b1(0x193))/0x1+-parseInt(_0x2719b1(0x18f))/0x2+-parseInt(_0x2719b1(0x1c1))/0x3+-parseInt(_0x2719b1(0x182))/0x4+-parseInt(_0x2719b1(0x1e4))/0x5*(parseInt(_0x2719b1(0x1f6))/0x6)+parseInt(_0x2719b1(0x1cc))/0x7+parseInt(_0x2719b1(0x1b0))/0x8*(parseInt(_0x2719b1(0x195))/0x9);if(_0x3c6dcc===_0x59b4d5)break;else _0x169d60['push'](_0x169d60['shift']());}catch(_0x2cf97f){_0x169d60['push'](_0x169d60['shift']());}}}(a82_0x5715,0x42fa1),exports['W3CMapping']=()=>{var _0x55e302=a82_0x5eae,_0x47e4f6={};_0x47e4f6[_0x55e302(0x1e5)]=_0x55e302(0x1c5),_0x47e4f6[_0x55e302(0x1be)]=_0x55e302(0x1c9),_0x47e4f6['UMelY']='osVersion',_0x47e4f6[_0x55e302(0x1d8)]=_0x55e302(0x1b3),_0x47e4f6[_0x55e302(0x1ec)]=_0x55e302(0x18b),_0x47e4f6[_0x55e302(0x1ba)]=_0x55e302(0x1a4),_0x47e4f6[_0x55e302(0x1b1)]=_0x55e302(0x1c7),_0x47e4f6['QjKYr']=_0x55e302(0x184),_0x47e4f6[_0x55e302(0x1f2)]=_0x55e302(0x17b),_0x47e4f6[_0x55e302(0x17e)]=_0x55e302(0x1ed),_0x47e4f6[_0x55e302(0x1ef)]=_0x55e302(0x185),_0x47e4f6[_0x55e302(0x1dd)]='debug',_0x47e4f6['yBkse']='consoleLogs',_0x47e4f6[_0x55e302(0x19c)]=_0x55e302(0x1b2),_0x47e4f6[_0x55e302(0x191)]=_0x55e302(0x1d2),_0x47e4f6[_0x55e302(0x1c3)]=_0x55e302(0x1a2),_0x47e4f6[_0x55e302(0x1f7)]=_0x55e302(0x188),_0x47e4f6[_0x55e302(0x1b8)]=_0x55e302(0x18d),_0x47e4f6['zkLOd']='telemetryLogs',_0x47e4f6[_0x55e302(0x1bd)]=_0x55e302(0x1cd),_0x47e4f6[_0x55e302(0x1ce)]=_0x55e302(0x1ee),_0x47e4f6['wmdhg']='resolution',_0x47e4f6['Fkygt']=_0x55e302(0x1f3),_0x47e4f6[_0x55e302(0x19f)]=_0x55e302(0x192),_0x47e4f6[_0x55e302(0x1f0)]=_0x55e302(0x18e),_0x47e4f6[_0x55e302(0x198)]='maskBasicAuth',_0x47e4f6[_0x55e302(0x1e2)]=_0x55e302(0x1e6),_0x47e4f6['AJIoi']=_0x55e302(0x1e9),_0x47e4f6[_0x55e302(0x1a5)]='bfcache',_0x47e4f6['lcXrj']=_0x55e302(0x1d3),_0x47e4f6['EdxWX']='disableCorsRestrictions',_0x47e4f6[_0x55e302(0x19b)]=_0x55e302(0x190),_0x47e4f6[_0x55e302(0x189)]=_0x55e302(0x199),_0x47e4f6['PNtmx']='appiumVersion',_0x47e4f6['gKJss']='deviceOrientation',_0x47e4f6[_0x55e302(0x1d5)]=_0x55e302(0x1ea),_0x47e4f6[_0x55e302(0x1c2)]='networkProfile',_0x47e4f6[_0x55e302(0x1d0)]=_0x55e302(0x1b4),_0x47e4f6[_0x55e302(0x1b6)]=_0x55e302(0x1a0),_0x47e4f6['DAbxV']=_0x55e302(0x19e),_0x47e4f6[_0x55e302(0x1ac)]=_0x55e302(0x1bf),_0x47e4f6[_0x55e302(0x1a1)]='accessibilityOptions.scannerVersion',_0x47e4f6['rYHkz']=_0x55e302(0x1b7),_0x47e4f6['UgFRI']=_0x55e302(0x187),_0x47e4f6[_0x55e302(0x1c8)]=_0x55e302(0x183),_0x47e4f6[_0x55e302(0x1e0)]=_0x55e302(0x1d4),_0x47e4f6[_0x55e302(0x1af)]=_0x55e302(0x1b9),_0x47e4f6['CurEX']=_0x55e302(0x194),_0x47e4f6[_0x55e302(0x1f4)]=_0x55e302(0x19d),_0x47e4f6[_0x55e302(0x19a)]=_0x55e302(0x1b5);var _0x4bf441=_0x47e4f6,_0x4089ab={};return _0x4089ab[_0x55e302(0x1cb)]=_0x4bf441[_0x55e302(0x1e5)],_0x4089ab[_0x55e302(0x1e3)]=_0x4bf441['TZgKL'],_0x4089ab['os']='os',_0x4089ab[_0x55e302(0x1da)]=_0x4bf441[_0x55e302(0x1d1)],_0x4089ab[_0x55e302(0x1b3)]=_0x4bf441[_0x55e302(0x1d8)],_0x4089ab[_0x55e302(0x186)]=_0x4bf441[_0x55e302(0x1ec)],_0x4089ab[_0x55e302(0x1de)]=_0x4bf441['pMHCl'],_0x4089ab[_0x55e302(0x1ca)]=_0x4bf441[_0x55e302(0x1b1)],_0x4089ab['build']=_0x4bf441[_0x55e302(0x1c0)],_0x4089ab[_0x55e302(0x17c)]=_0x4bf441['gSaTI'],_0x4089ab[_0x55e302(0x1a6)]=_0x4bf441[_0x55e302(0x17e)],_0x4089ab[_0x55e302(0x180)]=_0x4bf441[_0x55e302(0x1ef)],_0x4089ab[_0x55e302(0x1f1)]=_0x4bf441['KXrvi'],_0x4089ab['browserstack.console']=_0x4bf441['yBkse'],_0x4089ab[_0x55e302(0x1f5)]=_0x4bf441[_0x55e302(0x19c)],_0x4089ab[_0x55e302(0x1bb)]=_0x4bf441[_0x55e302(0x191)],_0x4089ab[_0x55e302(0x1ae)]=_0x4bf441[_0x55e302(0x1c3)],_0x4089ab[_0x55e302(0x1ad)]=_0x4bf441[_0x55e302(0x1f7)],_0x4089ab[_0x55e302(0x18c)]=_0x4bf441[_0x55e302(0x1b8)],_0x4089ab['browserstack.telemetryLogs']=_0x4bf441[_0x55e302(0x1c4)],_0x4089ab['browserstack.geoLocation']=_0x4bf441['BFTEp'],_0x4089ab[_0x55e302(0x196)]=_0x4bf441[_0x55e302(0x1ce)],_0x4089ab[_0x55e302(0x1cf)]=_0x4bf441[_0x55e302(0x1d7)],_0x4089ab[_0x55e302(0x1dc)]=_0x4bf441[_0x55e302(0x181)],_0x4089ab[_0x55e302(0x17f)]=_0x4bf441['HPfpe'],_0x4089ab[_0x55e302(0x1d9)]=_0x4bf441[_0x55e302(0x1f0)],_0x4089ab[_0x55e302(0x1d6)]=_0x4bf441[_0x55e302(0x198)],_0x4089ab[_0x55e302(0x18a)]=_0x4bf441[_0x55e302(0x1e2)],_0x4089ab[_0x55e302(0x1ab)]=_0x4bf441[_0x55e302(0x1df)],_0x4089ab[_0x55e302(0x197)]=_0x4bf441[_0x55e302(0x1a5)],_0x4089ab[_0x55e302(0x1a7)]=_0x4bf441['lcXrj'],_0x4089ab['browserstack.disableCorsRestrictions']=_0x4bf441['EdxWX'],_0x4089ab[_0x55e302(0x1a9)]=_0x4bf441[_0x55e302(0x19b)],_0x4089ab[_0x55e302(0x199)]=_0x4bf441[_0x55e302(0x189)],_0x4089ab[_0x55e302(0x179)]=_0x4bf441[_0x55e302(0x1e8)],_0x4089ab[_0x55e302(0x1e1)]=_0x4bf441[_0x55e302(0x1a8)],_0x4089ab[_0x55e302(0x1aa)]=_0x4bf441[_0x55e302(0x1d5)],_0x4089ab['browserstack.networkProfile']=_0x4bf441[_0x55e302(0x1c2)],_0x4089ab[_0x55e302(0x1eb)]=_0x4bf441[_0x55e302(0x1d0)],_0x4089ab['browserstack.browserstackSDK']=_0x4bf441[_0x55e302(0x1b6)],_0x4089ab[_0x55e302(0x1bc)]=_0x4bf441['DAbxV'],_0x4089ab['browserstack.accessibilityOptions.wcagVersion']=_0x4bf441[_0x55e302(0x1ac)],_0x4089ab['browserstack.accessibilityOptions.scannerVersion']=_0x4bf441[_0x55e302(0x1a1)],_0x4089ab[_0x55e302(0x1c6)]=_0x4bf441[_0x55e302(0x1e7)],_0x4089ab['browserstack.accessibilityOptions.includeIssueType.bestPractice']=_0x4bf441['UgFRI'],_0x4089ab[_0x55e302(0x1db)]=_0x4bf441[_0x55e302(0x1c8)],_0x4089ab[_0x55e302(0x1a3)]=_0x4bf441['COInf'],_0x4089ab['browserstack.uploadMedia']=_0x4bf441[_0x55e302(0x1af)],_0x4089ab[_0x55e302(0x17a)]=_0x4bf441['CurEX'],_0x4089ab[_0x55e302(0x17d)]=_0x4bf441[_0x55e302(0x1f4)],_0x4089ab['browserstack.playwrightVersion']=_0x4bf441[_0x55e302(0x19a)],_0x4089ab;});function a82_0x5eae(_0x103eae,_0x888971){var _0x5715c4=a82_0x5715();return a82_0x5eae=function(_0x5eae19,_0x48d3fa){_0x5eae19=_0x5eae19-0x179;var _0x2e9a97=_0x5715c4[_0x5eae19];return _0x2e9a97;},a82_0x5eae(_0x103eae,_0x888971);}function a82_0x5715(){var _0x16434a=['accessibilityOptions.includeIssueType.bestPractice','video','KTiIC','browserstack.autoWait','browserVersion','browserstack.seleniumLogs','seleniumLogs','idleTimeout','1071296LfTBmB','deviceName','lahxg','maskCommands','372154Ycaajf','enableSim','441NgkLco','browserstack.timezone','browserstack.bfcache','EsIBr','realMobile','VwXoZ','Rhxhu','pEXVT','simOptions','accessibility','HPfpe','browserstackSDK','jAzqD','appiumLogs','browserstack.accessibilityOptions.authToken','useW3c','HArnR','browserstack.local','browserstack.wsLocalSupport','gKJss','device','browserstack.customNetwork','browserstack.hosts','nDuTV','browserstack.video','browserstack.appiumLogs','xtshW','229256LrRMoL','uyfVo','networkLogs','browser','buildIdentifier','playwrightVersion','yfESa','accessibilityOptions.scannerProcessingTimeout','fQpFk','uploadMedia','pMHCl','browserstack.networkLogsOptions','browserstack.accessibility','BFTEp','TZgKL','accessibilityOptions.wcagVersion','QjKYr','817407uukGbG','IMjPe','bgJfd','zkLOd','userName','browserstack.accessibilityOptions.scannerProcessingTimeout','projectName','jpHfF','accessKey','project','browserstack.user','8232PkVfUI','geoLocation','nGVkR','resolution','rCPAj','UMelY','networkLogsOptions','wsLocalSupport','accessibilityOptions.authToken','YzhHl','browserstack.maskBasicAuth','wmdhg','WJYMX','browserstack.idleTimeout','os_version','browserstack.accessibilityOptions.includeIssueType.needsReview','browserstack.selenium_version','KXrvi','browserstack.use_w3c','AJIoi','COInf','deviceOrientation','wQWAj','browserstack.key','10HWakWL','MnXJa','autoWait','rYHkz','PNtmx','hosts','customNetwork','browserstack.buildIdentifier','AVLUx','local','timezone','zzRjE','rXUqB','browserstack.debug','gSaTI','seleniumVersion','CzcWL','browserstack.networkLogs','510222LkTIav','bTWJO','browserstack.appium_version','browserstack.enableSim','sessionName','name','browserstack.simOptions','rimAQ','browserstack.maskCommands','browserstack.localIdentifier','Fkygt','2099980yOHZPA','accessibilityOptions.includeIssueType.needsReview','buildName','localIdentifier','browser_version'];a82_0x5715=function(){return _0x16434a;};return a82_0x5715();}
1
+ var a82_0x4bf1b9=a82_0x792d;(function(_0x18e9e7,_0x18873d){var _0x5bcc53=a82_0x792d,_0x4fb900=_0x18e9e7();while(!![]){try{var _0x1f8782=parseInt(_0x5bcc53(0x204))/0x1+parseInt(_0x5bcc53(0x21e))/0x2+-parseInt(_0x5bcc53(0x208))/0x3*(parseInt(_0x5bcc53(0x1c5))/0x4)+-parseInt(_0x5bcc53(0x222))/0x5+-parseInt(_0x5bcc53(0x1f9))/0x6+parseInt(_0x5bcc53(0x205))/0x7*(parseInt(_0x5bcc53(0x1d1))/0x8)+parseInt(_0x5bcc53(0x202))/0x9*(parseInt(_0x5bcc53(0x220))/0xa);if(_0x1f8782===_0x18873d)break;else _0x4fb900['push'](_0x4fb900['shift']());}catch(_0x59ecea){_0x4fb900['push'](_0x4fb900['shift']());}}}(a82_0x3a16,0x9f375),exports[a82_0x4bf1b9(0x1f5)]=()=>{var _0x29e8ba=a82_0x4bf1b9,_0x261da8={};_0x261da8[_0x29e8ba(0x1bf)]=_0x29e8ba(0x1c1),_0x261da8[_0x29e8ba(0x1df)]=_0x29e8ba(0x1f4),_0x261da8[_0x29e8ba(0x1d7)]='osVersion',_0x261da8[_0x29e8ba(0x1d6)]=_0x29e8ba(0x1e5),_0x261da8[_0x29e8ba(0x213)]=_0x29e8ba(0x1af),_0x261da8[_0x29e8ba(0x1cd)]='useW3c',_0x261da8[_0x29e8ba(0x214)]=_0x29e8ba(0x1e7),_0x261da8[_0x29e8ba(0x201)]=_0x29e8ba(0x209),_0x261da8[_0x29e8ba(0x1c4)]=_0x29e8ba(0x215),_0x261da8['dVhXx']=_0x29e8ba(0x229),_0x261da8['oprad']=_0x29e8ba(0x227),_0x261da8[_0x29e8ba(0x211)]=_0x29e8ba(0x1bb),_0x261da8[_0x29e8ba(0x223)]=_0x29e8ba(0x1fa),_0x261da8['WlUGS']='networkLogs',_0x261da8[_0x29e8ba(0x1cc)]=_0x29e8ba(0x1d5),_0x261da8[_0x29e8ba(0x1ea)]='appiumLogs',_0x261da8[_0x29e8ba(0x1dc)]=_0x29e8ba(0x1d4),_0x261da8[_0x29e8ba(0x1e4)]='seleniumLogs',_0x261da8[_0x29e8ba(0x1f6)]=_0x29e8ba(0x1ce),_0x261da8[_0x29e8ba(0x1d8)]=_0x29e8ba(0x216),_0x261da8[_0x29e8ba(0x1ad)]=_0x29e8ba(0x20a),_0x261da8[_0x29e8ba(0x1fb)]=_0x29e8ba(0x1b7),_0x261da8[_0x29e8ba(0x1f0)]=_0x29e8ba(0x1e2),_0x261da8[_0x29e8ba(0x22e)]=_0x29e8ba(0x1b8),_0x261da8[_0x29e8ba(0x221)]=_0x29e8ba(0x228),_0x261da8['qHAtE']=_0x29e8ba(0x20f),_0x261da8['mIdJn']=_0x29e8ba(0x1be),_0x261da8[_0x29e8ba(0x1ed)]=_0x29e8ba(0x1b6),_0x261da8[_0x29e8ba(0x1fc)]=_0x29e8ba(0x1dd),_0x261da8['QabfP']=_0x29e8ba(0x1fe),_0x261da8['nRTcC']=_0x29e8ba(0x1b9),_0x261da8[_0x29e8ba(0x1f8)]=_0x29e8ba(0x212),_0x261da8['wvFhf']=_0x29e8ba(0x22a),_0x261da8[_0x29e8ba(0x21b)]=_0x29e8ba(0x1ff),_0x261da8[_0x29e8ba(0x1ba)]=_0x29e8ba(0x1d3),_0x261da8[_0x29e8ba(0x1de)]=_0x29e8ba(0x1c7),_0x261da8[_0x29e8ba(0x1da)]=_0x29e8ba(0x1b2),_0x261da8[_0x29e8ba(0x22d)]=_0x29e8ba(0x206),_0x261da8[_0x29e8ba(0x1c8)]='browserstackSDK',_0x261da8['IGfjV']='accessibility',_0x261da8[_0x29e8ba(0x1b3)]=_0x29e8ba(0x21f),_0x261da8[_0x29e8ba(0x1b0)]=_0x29e8ba(0x1c9),_0x261da8[_0x29e8ba(0x1e6)]='accessibilityOptions.scannerProcessingTimeout',_0x261da8[_0x29e8ba(0x1e9)]=_0x29e8ba(0x203),_0x261da8['rBdvL']=_0x29e8ba(0x1bc),_0x261da8[_0x29e8ba(0x20b)]=_0x29e8ba(0x200),_0x261da8[_0x29e8ba(0x1bd)]=_0x29e8ba(0x1cf),_0x261da8['dVvct']=_0x29e8ba(0x1d0),_0x261da8[_0x29e8ba(0x20d)]=_0x29e8ba(0x1d9),_0x261da8['hGiHa']=_0x29e8ba(0x1db);var _0x422de9=_0x261da8,_0x9078dc={};return _0x9078dc[_0x29e8ba(0x1f3)]=_0x422de9[_0x29e8ba(0x1bf)],_0x9078dc['browserstack.key']=_0x422de9[_0x29e8ba(0x1df)],_0x9078dc['os']='os',_0x9078dc[_0x29e8ba(0x1ee)]=_0x422de9[_0x29e8ba(0x1d7)],_0x9078dc[_0x29e8ba(0x1e5)]=_0x422de9[_0x29e8ba(0x1d6)],_0x9078dc['browser_version']=_0x422de9['AiSuv'],_0x9078dc['browserstack.use_w3c']=_0x422de9['TANyq'],_0x9078dc[_0x29e8ba(0x20e)]=_0x422de9['idQmQ'],_0x9078dc['build']=_0x422de9[_0x29e8ba(0x201)],_0x9078dc[_0x29e8ba(0x1e1)]=_0x422de9[_0x29e8ba(0x1c4)],_0x9078dc[_0x29e8ba(0x226)]=_0x422de9['dVhXx'],_0x9078dc[_0x29e8ba(0x1fd)]=_0x422de9['oprad'],_0x9078dc[_0x29e8ba(0x20c)]=_0x422de9[_0x29e8ba(0x211)],_0x9078dc[_0x29e8ba(0x1b5)]=_0x422de9[_0x29e8ba(0x223)],_0x9078dc['browserstack.networkLogs']=_0x422de9['WlUGS'],_0x9078dc[_0x29e8ba(0x21a)]=_0x422de9['rvBDk'],_0x9078dc[_0x29e8ba(0x1c6)]=_0x422de9[_0x29e8ba(0x1ea)],_0x9078dc[_0x29e8ba(0x1f1)]=_0x422de9[_0x29e8ba(0x1dc)],_0x9078dc[_0x29e8ba(0x22b)]=_0x422de9[_0x29e8ba(0x1e4)],_0x9078dc[_0x29e8ba(0x21c)]=_0x422de9[_0x29e8ba(0x1f6)],_0x9078dc[_0x29e8ba(0x1e0)]=_0x422de9[_0x29e8ba(0x1d8)],_0x9078dc['browserstack.timezone']=_0x422de9['xEfic'],_0x9078dc['resolution']=_0x422de9[_0x29e8ba(0x1fb)],_0x9078dc['browserstack.selenium_version']=_0x422de9['OcKUo'],_0x9078dc[_0x29e8ba(0x224)]=_0x422de9[_0x29e8ba(0x22e)],_0x9078dc[_0x29e8ba(0x1b4)]=_0x422de9[_0x29e8ba(0x221)],_0x9078dc[_0x29e8ba(0x1cb)]=_0x422de9[_0x29e8ba(0x210)],_0x9078dc[_0x29e8ba(0x1ae)]=_0x422de9[_0x29e8ba(0x1f2)],_0x9078dc[_0x29e8ba(0x217)]=_0x422de9[_0x29e8ba(0x1ed)],_0x9078dc[_0x29e8ba(0x219)]=_0x422de9['sPjWq'],_0x9078dc[_0x29e8ba(0x1ef)]=_0x422de9['QabfP'],_0x9078dc[_0x29e8ba(0x1c2)]=_0x422de9[_0x29e8ba(0x1ca)],_0x9078dc['device']=_0x422de9[_0x29e8ba(0x1f8)],_0x9078dc[_0x29e8ba(0x22a)]=_0x422de9[_0x29e8ba(0x1eb)],_0x9078dc['browserstack.appium_version']=_0x422de9['INthy'],_0x9078dc['deviceOrientation']=_0x422de9[_0x29e8ba(0x1ba)],_0x9078dc[_0x29e8ba(0x21d)]=_0x422de9['rMWpJ'],_0x9078dc['browserstack.networkProfile']=_0x422de9[_0x29e8ba(0x1da)],_0x9078dc[_0x29e8ba(0x1d2)]=_0x422de9[_0x29e8ba(0x22d)],_0x9078dc['browserstack.browserstackSDK']=_0x422de9[_0x29e8ba(0x1c8)],_0x9078dc[_0x29e8ba(0x1b1)]=_0x422de9['IGfjV'],_0x9078dc[_0x29e8ba(0x1f7)]=_0x422de9[_0x29e8ba(0x1b3)],_0x9078dc['browserstack.accessibilityOptions.scannerVersion']=_0x422de9[_0x29e8ba(0x1b0)],_0x9078dc['browserstack.accessibilityOptions.scannerProcessingTimeout']=_0x422de9['njYDQ'],_0x9078dc[_0x29e8ba(0x1e3)]=_0x422de9['LxApv'],_0x9078dc[_0x29e8ba(0x1ec)]=_0x422de9[_0x29e8ba(0x1c3)],_0x9078dc[_0x29e8ba(0x1e8)]=_0x422de9[_0x29e8ba(0x20b)],_0x9078dc['browserstack.uploadMedia']=_0x422de9['appCR'],_0x9078dc[_0x29e8ba(0x225)]=_0x422de9[_0x29e8ba(0x22c)],_0x9078dc[_0x29e8ba(0x1c0)]=_0x422de9[_0x29e8ba(0x20d)],_0x9078dc[_0x29e8ba(0x207)]=_0x422de9[_0x29e8ba(0x218)],_0x9078dc;});function a82_0x792d(_0x571096,_0x26b3f2){var _0x3a16a3=a82_0x3a16();return a82_0x792d=function(_0x792d53,_0x568527){_0x792d53=_0x792d53-0x1ad;var _0x4e61e0=_0x3a16a3[_0x792d53];return _0x4e61e0;},a82_0x792d(_0x571096,_0x26b3f2);}function a82_0x3a16(){var _0x364a00=['video','networkLogsOptions','oIVyB','ByuyK','VtJFa','simOptions','vmVTJ','playwrightVersion','erVgC','bfcache','rMWpJ','Mxtjv','browserstack.geoLocation','name','seleniumVersion','browserstack.accessibilityOptions.includeIssueType.bestPractice','pNENl','browser','njYDQ','projectName','browserstack.accessibilityOptions.authToken','LxApv','WuLfq','wvFhf','browserstack.accessibilityOptions.includeIssueType.needsReview','fFwmp','os_version','browserstack.wsLocalSupport','OcKUo','browserstack.video','mIdJn','browserstack.user','accessKey','W3CMapping','sZJEo','browserstack.accessibilityOptions.wcagVersion','iMVfL','4696500kzZJcR','consoleLogs','pwlGN','sPjWq','browserstack.localIdentifier','wsLocalSupport','appiumVersion','accessibilityOptions.authToken','WhmYa','35064dGkKrY','accessibilityOptions.includeIssueType.bestPractice','301675FCKlfj','7VtrwlJ','buildIdentifier','browserstack.playwrightVersion','3wKRZrn','buildName','timezone','VIOYB','browserstack.debug','uqflW','project','maskBasicAuth','qHAtE','MKqBL','deviceName','AiSuv','idQmQ','sessionName','geoLocation','browserstack.hosts','hGiHa','browserstack.bfcache','browserstack.networkLogsOptions','INthy','browserstack.telemetryLogs','browserstack.customNetwork','1180480IZWvxI','accessibilityOptions.wcagVersion','1910PmGUBe','sZHeI','4202235GvBXvL','pVXxd','browserstack.maskCommands','browserstack.enableSim','browserstack.local','localIdentifier','idleTimeout','local','realMobile','browserstack.seleniumLogs','dVvct','nrvwE','geGiV','xEfic','browserstack.autoWait','browserVersion','xGsGp','browserstack.accessibility','networkProfile','uUoXC','browserstack.idleTimeout','browserstack.console','hosts','resolution','maskCommands','disableCorsRestrictions','jGFoG','debug','accessibilityOptions.includeIssueType.needsReview','appCR','autoWait','iVoRl','browserstack.simOptions','userName','browserstack.disableCorsRestrictions','rBdvL','OwNCB','62840ZOUPml','browserstack.appiumLogs','customNetwork','YRAEu','accessibilityOptions.scannerVersion','nRTcC','browserstack.maskBasicAuth','rvBDk','TANyq','telemetryLogs','uploadMedia','enableSim','5240040uqNwPR','browserstack.buildIdentifier','deviceOrientation'];a82_0x3a16=function(){return _0x364a00;};return a82_0x3a16();}
@@ -1 +1 @@
1
- const a83_0x33c217=a83_0x2184;(function(_0x55259f,_0x226fa0){const _0x2ae36a=a83_0x2184,_0x5135c8=_0x55259f();while(!![]){try{const _0x27ab54=parseInt(_0x2ae36a(0x21a))/0x1*(parseInt(_0x2ae36a(0x20c))/0x2)+-parseInt(_0x2ae36a(0x1f0))/0x3+-parseInt(_0x2ae36a(0x215))/0x4*(-parseInt(_0x2ae36a(0x219))/0x5)+parseInt(_0x2ae36a(0x208))/0x6+parseInt(_0x2ae36a(0x1e5))/0x7*(-parseInt(_0x2ae36a(0x1f4))/0x8)+-parseInt(_0x2ae36a(0x1f3))/0x9*(-parseInt(_0x2ae36a(0x216))/0xa)+parseInt(_0x2ae36a(0x1eb))/0xb*(-parseInt(_0x2ae36a(0x1fb))/0xc);if(_0x27ab54===_0x226fa0)break;else _0x5135c8['push'](_0x5135c8['shift']());}catch(_0x31f41e){_0x5135c8['push'](_0x5135c8['shift']());}}}(a83_0x336b,0xbde96));const url=require(a83_0x33c217(0x218)),util=require(a83_0x33c217(0x1ff)),helper=require(a83_0x33c217(0x1fc)),logger=require('./helpers/logger')[a83_0x33c217(0x1f7)],constants=require('./bin/utils/constants');function a83_0x2184(_0x55889e,_0x577cde){const _0x336b69=a83_0x336b();return a83_0x2184=function(_0x218400,_0x697c60){_0x218400=_0x218400-0x1dd;let _0x399416=_0x336b69[_0x218400];return _0x399416;},a83_0x2184(_0x55889e,_0x577cde);}global[a83_0x33c217(0x1fd)]='',exports['getRequestOptions']=_0x32f62b=>{const _0x52e078=a83_0x33c217,_0x10deeb={};_0x10deeb['rvopa']=function(_0x47b9f9,_0x55d344){return _0x47b9f9+_0x55d344;},_0x10deeb['sUDNY']='Invalid\x20new\x20HUB\x20URL:\x20';const _0x3a22e7=_0x10deeb,_0x4c30a5=url[_0x52e078(0x21d)](_0x32f62b);if(!_0x4c30a5[_0x52e078(0x217)])throw new Error(_0x3a22e7[_0x52e078(0x1f1)](_0x3a22e7['sUDNY'],_0x32f62b));return _0x4c30a5[_0x52e078(0x201)]=null,_0x4c30a5[_0x52e078(0x209)]=null,_0x4c30a5[_0x52e078(0x1fe)]=_0x4c30a5[_0x52e078(0x20b)],_0x4c30a5;},exports[a83_0x33c217(0x1e7)]=_0x493c3f=>{const _0x49842b=a83_0x33c217;global[_0x49842b(0x1fd)]=_0x493c3f;},exports[a83_0x33c217(0x20d)]=_0x322024=>{const _0xb0f9fd=a83_0x33c217,_0x13891={'ppEaI':function(_0x17da75,_0x1b6674){return _0x17da75+_0x1b6674;},'kQciO':_0xb0f9fd(0x1f9),'KeXoA':function(_0x2b6485){return _0x2b6485();},'ILzXa':function(_0x5b9a63,_0x558b43){return _0x5b9a63!=_0x558b43;},'pcgev':function(_0x22e996,_0x567765){return _0x22e996!==_0x567765;},'PRFoE':_0xb0f9fd(0x210)};return new Promise(_0x1c8fc6=>{const _0x93a05=_0xb0f9fd,_0x24e19c={'aAieO':function(_0x12a22e,_0x4aa6c9){const _0x10c769=a83_0x2184;return _0x13891[_0x10c769(0x203)](_0x12a22e,_0x4aa6c9);},'okPyc':_0x13891['kQciO'],'AxfmY':function(_0x312291){const _0x42fe26=a83_0x2184;return _0x13891[_0x42fe26(0x1e3)](_0x312291);},'oEqta':function(_0x56d52e,_0x11bcaf){return _0x13891['ILzXa'](_0x56d52e,_0x11bcaf);},'gaZdg':function(_0x4c8c14,_0x5dae8f){const _0x45f1a7=a83_0x2184;return _0x13891[_0x45f1a7(0x1f5)](_0x4c8c14,_0x5dae8f);},'UOZYu':_0x13891[_0x93a05(0x1ec)]};Promise['resolve'](this[_0x93a05(0x1e1)](_0x322024))[_0x93a05(0x1e2)](_0x2737b1=>{const _0x522db9=_0x93a05,_0x41012b={'tzMbS':function(_0xb2099f,_0x503f46){return _0x24e19c['aAieO'](_0xb2099f,_0x503f46);},'HkeKe':_0x24e19c['okPyc'],'ahBEQ':function(_0x446fdb){return _0x24e19c['AxfmY'](_0x446fdb);}};logger[_0x522db9(0x1e4)](_0x522db9(0x200)+util[_0x522db9(0x21e)]('%j',_0x2737b1));if(_0x24e19c[_0x522db9(0x1e0)](_0x2737b1,null)&&_0x24e19c['gaZdg'](_0x2737b1[_0x522db9(0x204)],0x0)){const _0x47553c=[];for(const _0x1b96f4 of _0x2737b1){_0x47553c['push'](this['findLatency'](_0x322024,_0x24e19c[_0x522db9(0x20a)](_0x24e19c[_0x522db9(0x21c)],_0x1b96f4)));}Promise[_0x522db9(0x207)](_0x47553c)[_0x522db9(0x1e2)](_0x4dac57=>{const _0x28f0e0=_0x522db9,_0x1040ef=Object[_0x28f0e0(0x1fa)](_0x4dac57['map'](_0x17360c=>[_0x17360c['hubUrl'],_0x17360c[_0x28f0e0(0x20e)]])),_0x22a7cf=Object[_0x28f0e0(0x1fa)](Object['entries'](_0x1040ef)[_0x28f0e0(0x1df)](([,_0xea1a1a],[,_0xea18be])=>_0xea1a1a-_0xea18be)),_0x18d3d5=Object[_0x28f0e0(0x1f8)](_0x22a7cf)[0x0];constants[_0x28f0e0(0x1f6)]=_0x41012b[_0x28f0e0(0x202)](_0x18d3d5,_0x41012b[_0x28f0e0(0x214)]),logger[_0x28f0e0(0x1e4)](_0x28f0e0(0x205)+_0x18d3d5),_0x41012b[_0x28f0e0(0x1e9)](_0x1c8fc6);});}else _0x24e19c[_0x522db9(0x21b)](_0x1c8fc6);})[_0x93a05(0x1e6)](_0x193fdd=>{const _0x238390=_0x93a05;logger['debug'](_0x238390(0x1ef)+_0x193fdd),_0x24e19c['AxfmY'](_0x1c8fc6);});});},exports['findLatency']=async(_0x23d97f,_0x560a02)=>{const _0x425582=a83_0x33c217,_0x546ab6={};_0x546ab6[_0x425582(0x1dd)]='GET',_0x546ab6[_0x425582(0x1de)]='check',_0x546ab6['viKpS']=function(_0x2ae438,_0x1bb216){return _0x2ae438-_0x1bb216;};const _0x592599=_0x546ab6;try{const _0x5472ef=new Date();await helper[_0x425582(0x212)](_0x592599['sHkmc'],_0x592599[_0x425582(0x1de)],{},_0x23d97f,_0x560a02,0x1388);const _0x171197=_0x592599[_0x425582(0x1ed)](new Date(),_0x5472ef);logger[_0x425582(0x1e4)]('Execution\x20time\x20for\x20'+_0x560a02+'\x20is:\x20'+_0x171197+'ms');const _0x5c9002={};return _0x5c9002[_0x425582(0x1f6)]=_0x560a02,_0x5c9002[_0x425582(0x20e)]=_0x171197,_0x5c9002;}catch(_0x3f1d5c){return logger[_0x425582(0x1e4)]('ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20'+_0x560a02+_0x425582(0x213)+_0x3f1d5c),{};}},exports['nextHubs']=async _0xdf1a19=>{const _0x174b19=a83_0x33c217,_0x1aa710={};_0x1aa710[_0x174b19(0x1f2)]='GET',_0x1aa710[_0x174b19(0x20f)]='next_hubs',_0x1aa710[_0x174b19(0x206)]=_0x174b19(0x1ee);const _0x233944=_0x1aa710;try{const _0x10c3a8=await helper[_0x174b19(0x212)](_0x233944[_0x174b19(0x1f2)],_0x233944[_0x174b19(0x20f)],{},_0xdf1a19,_0x233944[_0x174b19(0x206)],0x1388),_0x47da67=_0x10c3a8[_0x174b19(0x1ea)];return logger[_0x174b19(0x1e4)](_0x174b19(0x211)+util[_0x174b19(0x21e)]('%j',_0x47da67)),_0x47da67[_0x174b19(0x1e8)];}catch(_0x27d7f7){logger[_0x174b19(0x1e4)](_0x174b19(0x21f)+_0x27d7f7);}return null;};function a83_0x336b(){const _0x46b960=['viKpS','https://hub.browserstack.com','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','3300801KnUWoY','rvopa','wmSri','207vuyQnC','1576704yBMdNB','pcgev','hubUrl','winstonLogger','keys','/wd/hub','fromEntries','936864skCumR','./helpers/helper','newHubUrl','path','util','NEAREST\x20HUBS:\x20','search','tzMbS','ppEaI','length','HUB\x20URL\x20SET\x20TO\x20-\x20','IMhqI','all','1840848IHsAcf','hash','aAieO','pathname','107362JuqMpa','allocateHub','latency','uoDSZ','https://','Response:\x20','nodeRequest','\x20HUB\x20-\x20','HkeKe','4MezWoj','402770NhvNed','hostname','url','846825NUjznR','25tnsgzd','AxfmY','UOZYu','parse','format','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','sHkmc','OOUQa','sort','oEqta','nextHubs','then','KeXoA','debug','28tJjQqT','catch','updateHubUrl','hubs','ahBEQ','data','11hLrkNT','PRFoE'];a83_0x336b=function(){return _0x46b960;};return a83_0x336b();}
1
+ function a83_0x158e(_0x270556,_0x256274){const _0xf4bf92=a83_0xf4bf();return a83_0x158e=function(_0x158efe,_0x1f8982){_0x158efe=_0x158efe-0x95;let _0x5055c2=_0xf4bf92[_0x158efe];return _0x5055c2;},a83_0x158e(_0x270556,_0x256274);}const a83_0x14da55=a83_0x158e;(function(_0x37137c,_0x182ef8){const _0x124e50=a83_0x158e,_0x376565=_0x37137c();while(!![]){try{const _0x486bee=-parseInt(_0x124e50(0xd1))/0x1*(-parseInt(_0x124e50(0x9c))/0x2)+parseInt(_0x124e50(0xbf))/0x3+-parseInt(_0x124e50(0xb3))/0x4*(parseInt(_0x124e50(0xd5))/0x5)+-parseInt(_0x124e50(0xb9))/0x6+parseInt(_0x124e50(0xc4))/0x7*(parseInt(_0x124e50(0xcc))/0x8)+-parseInt(_0x124e50(0xb8))/0x9*(parseInt(_0x124e50(0xb2))/0xa)+parseInt(_0x124e50(0xce))/0xb;if(_0x486bee===_0x182ef8)break;else _0x376565['push'](_0x376565['shift']());}catch(_0x4bc3ea){_0x376565['push'](_0x376565['shift']());}}}(a83_0xf4bf,0xdff7f));const url=require('url'),util=require(a83_0x14da55(0xd7)),helper=require(a83_0x14da55(0xad)),logger=require(a83_0x14da55(0xa3))[a83_0x14da55(0xd3)],constants=require('./bin/utils/constants');function a83_0xf4bf(){const _0x289934=['hostname','findLatency','search','entries','hanLZ','nodeRequest','7134152IrxpzD','tUlze','13293962tiHZyZ','getRequestOptions','data','1oXVDDq','sexxK','winstonLogger','next_hubs','6786715haixsS','PFrcv','util','VEsme','ZlzqU','check','hubs','pathname','NEAREST\x20HUBS:\x20','JuAUK','3600204kKxJdn','then','TPyQp','lBooF','Response:\x20','newHubUrl','hubUrl','./helpers/logger','format','catch','\x20HUB\x20-\x20','Invalid\x20new\x20HUB\x20URL:\x20','sort','fromEntries','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','iVYgR','HUSEI','./helpers/helper','BHKqb','path','/wd/hub','HUB\x20URL\x20SET\x20TO\x20-\x20','520eAxBxV','4weLwjT','hash','GET','updateHubUrl','debug','62055NNqoNJ','8063382QGVdwy','latency','avUII','nextHubs','https://','uiTBq','230226qJENCk','uDEwD','znGuL','all','\x20is:\x20','7AHhbrq','length'];a83_0xf4bf=function(){return _0x289934;};return a83_0xf4bf();}global['newHubUrl']='',exports[a83_0x14da55(0xcf)]=_0x1b3c8a=>{const _0x147532=a83_0x14da55,_0x5c82d1={};_0x5c82d1[_0x147532(0x9f)]=function(_0xabe067,_0x171211){return _0xabe067+_0x171211;},_0x5c82d1[_0x147532(0xc1)]=_0x147532(0xa7);const _0x1f90dc=_0x5c82d1,_0x2227cd=url['parse'](_0x1b3c8a);if(!_0x2227cd[_0x147532(0xc6)])throw new Error(_0x1f90dc[_0x147532(0x9f)](_0x1f90dc['znGuL'],_0x1b3c8a));return _0x2227cd[_0x147532(0xc8)]=null,_0x2227cd[_0x147532(0xb4)]=null,_0x2227cd[_0x147532(0xaf)]=_0x2227cd[_0x147532(0x99)],_0x2227cd;},exports[a83_0x14da55(0xb6)]=_0x18b73c=>{const _0x1270d7=a83_0x14da55;global[_0x1270d7(0xa1)]=_0x18b73c;},exports['allocateHub']=_0xc532a8=>{const _0x144a80=a83_0x14da55,_0x32c06b={'sexxK':function(_0x278a2a,_0x231c47){return _0x278a2a!=_0x231c47;},'tUlze':function(_0x556da6,_0x5a7ada){return _0x556da6!==_0x5a7ada;},'iVYgR':function(_0x57dedc,_0x4e5673){return _0x57dedc+_0x4e5673;},'BwqMt':_0x144a80(0xbd),'JuAUK':function(_0x3f51ba){return _0x3f51ba();},'Qvuzj':function(_0x310994,_0x20e369){return _0x310994+_0x20e369;},'WQZMh':_0x144a80(0xb0)};return new Promise(_0x5b494c=>{const _0x2b2544=_0x144a80,_0x178bac={'uDEwD':function(_0x2477dd,_0x28f746){return _0x32c06b['Qvuzj'](_0x2477dd,_0x28f746);},'BHKqb':_0x32c06b['WQZMh'],'HUSEI':function(_0x129b9f){return _0x32c06b['JuAUK'](_0x129b9f);},'avUII':function(_0x8a5b6b){const _0x4cf820=a83_0x158e;return _0x32c06b[_0x4cf820(0x9b)](_0x8a5b6b);}};Promise['resolve'](this['nextHubs'](_0xc532a8))['then'](_0x51b2cd=>{const _0x45c7a7=a83_0x158e;logger[_0x45c7a7(0xb7)](_0x45c7a7(0x9a)+util[_0x45c7a7(0xa4)]('%j',_0x51b2cd));if(_0x32c06b[_0x45c7a7(0xd2)](_0x51b2cd,null)&&_0x32c06b[_0x45c7a7(0xcd)](_0x51b2cd[_0x45c7a7(0xc5)],0x0)){const _0x3a42ac=[];for(const _0x29d846 of _0x51b2cd){_0x3a42ac['push'](this[_0x45c7a7(0xc7)](_0xc532a8,_0x32c06b[_0x45c7a7(0xab)](_0x32c06b['BwqMt'],_0x29d846)));}Promise[_0x45c7a7(0xc2)](_0x3a42ac)[_0x45c7a7(0x9d)](_0x118e86=>{const _0x2e16b7=_0x45c7a7,_0x11ad6b=Object[_0x2e16b7(0xa9)](_0x118e86['map'](_0x28a76f=>[_0x28a76f[_0x2e16b7(0xa2)],_0x28a76f[_0x2e16b7(0xba)]])),_0x7e5ca4=Object[_0x2e16b7(0xa9)](Object[_0x2e16b7(0xc9)](_0x11ad6b)[_0x2e16b7(0xa8)](([,_0x3d4f1a],[,_0x394061])=>_0x3d4f1a-_0x394061)),_0x6b68fb=Object['keys'](_0x7e5ca4)[0x0];constants[_0x2e16b7(0xa2)]=_0x178bac[_0x2e16b7(0xc0)](_0x6b68fb,_0x178bac[_0x2e16b7(0xae)]),logger[_0x2e16b7(0xb7)](_0x2e16b7(0xb1)+_0x6b68fb),_0x178bac[_0x2e16b7(0xac)](_0x5b494c);});}else _0x32c06b[_0x45c7a7(0x9b)](_0x5b494c);})[_0x2b2544(0xa5)](_0x10051b=>{const _0x47383a=_0x2b2544;logger['debug']('CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20'+_0x10051b),_0x178bac[_0x47383a(0xbb)](_0x5b494c);});});},exports[a83_0x14da55(0xc7)]=async(_0x18e616,_0x51f7b3)=>{const _0x56d7f1=a83_0x14da55,_0x3a842a={};_0x3a842a[_0x56d7f1(0x95)]=_0x56d7f1(0xb5),_0x3a842a[_0x56d7f1(0x96)]=_0x56d7f1(0x97),_0x3a842a[_0x56d7f1(0xca)]=function(_0x253b88,_0x451ce9){return _0x253b88-_0x451ce9;};const _0xb94d7d=_0x3a842a;try{const _0x23ec5a=new Date();await helper[_0x56d7f1(0xcb)](_0xb94d7d[_0x56d7f1(0x95)],_0xb94d7d[_0x56d7f1(0x96)],{},_0x18e616,_0x51f7b3,0x1388);const _0x5cc09f=_0xb94d7d[_0x56d7f1(0xca)](new Date(),_0x23ec5a);logger[_0x56d7f1(0xb7)]('Execution\x20time\x20for\x20'+_0x51f7b3+_0x56d7f1(0xc3)+_0x5cc09f+'ms');const _0x27649b={};return _0x27649b[_0x56d7f1(0xa2)]=_0x51f7b3,_0x27649b[_0x56d7f1(0xba)]=_0x5cc09f,_0x27649b;}catch(_0x2ce3bc){return logger[_0x56d7f1(0xb7)]('ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20'+_0x51f7b3+_0x56d7f1(0xa6)+_0x2ce3bc),{};}},exports[a83_0x14da55(0xbc)]=async _0x47962e=>{const _0xc8fcdb=a83_0x14da55,_0x213c9b={};_0x213c9b[_0xc8fcdb(0x9e)]=_0xc8fcdb(0xb5),_0x213c9b[_0xc8fcdb(0xbe)]=_0xc8fcdb(0xd4),_0x213c9b[_0xc8fcdb(0xd6)]='https://hub.browserstack.com';const _0x258f3b=_0x213c9b;try{const _0x46a7ee=await helper[_0xc8fcdb(0xcb)](_0x258f3b[_0xc8fcdb(0x9e)],_0x258f3b[_0xc8fcdb(0xbe)],{},_0x47962e,_0x258f3b['PFrcv'],0x1388),_0x2e51a1=_0x46a7ee[_0xc8fcdb(0xd0)];return logger[_0xc8fcdb(0xb7)](_0xc8fcdb(0xa0)+util[_0xc8fcdb(0xa4)]('%j',_0x2e51a1)),_0x2e51a1[_0xc8fcdb(0x98)];}catch(_0x328c4c){logger[_0xc8fcdb(0xb7)](_0xc8fcdb(0xaa)+_0x328c4c);}return null;};
package/src/index.js CHANGED
@@ -1 +1 @@
1
- const a84_0x83e0ba=a84_0x5dd8;(function(_0x3e6d89,_0x49dba4){const _0x22660b=a84_0x5dd8,_0x1e50ab=_0x3e6d89();while(!![]){try{const _0x175203=-parseInt(_0x22660b(0x104))/0x1+-parseInt(_0x22660b(0xb9))/0x2*(parseInt(_0x22660b(0xa0))/0x3)+parseInt(_0x22660b(0x146))/0x4+parseInt(_0x22660b(0x114))/0x5+parseInt(_0x22660b(0x14d))/0x6*(parseInt(_0x22660b(0x9a))/0x7)+parseInt(_0x22660b(0x149))/0x8*(parseInt(_0x22660b(0xeb))/0x9)+parseInt(_0x22660b(0xad))/0xa*(-parseInt(_0x22660b(0xf4))/0xb);if(_0x175203===_0x49dba4)break;else _0x1e50ab['push'](_0x1e50ab['shift']());}catch(_0x5afc1f){_0x1e50ab['push'](_0x1e50ab['shift']());}}}(a84_0x1fda,0x24c49));const util=require(a84_0x83e0ba(0x97)),{overrideTakeScreenshot}=require(a84_0x83e0ba(0x100)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a84_0x83e0ba(0x142)),{setAccessibilityCapabilities,setExtension}=require(a84_0x83e0ba(0x13c)),helper=require(a84_0x83e0ba(0xe8)),logger=require(a84_0x83e0ba(0xf6))[a84_0x83e0ba(0x148)],hubAllocator=require('./hubAllocationMethods'),percySDK=require(a84_0x83e0ba(0xd0)),percyHelper=require(a84_0x83e0ba(0xe2)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a84_0x83e0ba(0xb5)),scripts=require(a84_0x83e0ba(0x10c)),globals=require(a84_0x83e0ba(0xbe)),modify=_0x16e5b4=>{const _0x57ccb5=a84_0x83e0ba,_0x2aebc9={'qVfvF':function(_0x5a1e2d,_0x31f268){return _0x5a1e2d!==_0x31f268;},'iVefk':'/session','lKWnK':function(_0x14a746,_0x5a8abb){return _0x14a746+_0x5a8abb;},'egjJa':_0x57ccb5(0x136),'qGGNO':_0x57ccb5(0x135),'qsEXf':_0x57ccb5(0xa1),'YqCuL':_0x57ccb5(0xc2),'pTUQJ':'ms:edgeOptions','DqZaY':_0x57ccb5(0x10e),'RiXOv':_0x57ccb5(0x95),'fZPXK':'firefoxOptions','BxSDp':_0x57ccb5(0xed),'opxOO':_0x57ccb5(0x138),'RlTkN':'ieOptions','lczpK':function(_0x5dfb4a,_0x2d404c){return _0x5dfb4a===_0x2d404c;},'BIoAr':_0x57ccb5(0x139),'jglOR':_0x57ccb5(0x10a),'fzCQP':function(_0x29e2f4,_0x1f8c89,_0x440887){return _0x29e2f4(_0x1f8c89,_0x440887);},'DpZDR':_0x57ccb5(0x124),'TxPOQ':_0x57ccb5(0x125),'aiDhJ':function(_0x5a9314,_0x3c8916){return _0x5a9314(_0x3c8916);},'ZLJvB':function(_0x5035a1){return _0x5035a1();},'dubgt':function(_0x37483f,_0x568419){return _0x37483f(_0x568419);},'VYbbJ':'isAccessibilityPlatform','ranFS':_0x57ccb5(0xf8),'HqhyN':_0x57ccb5(0xda),'toGOl':_0x57ccb5(0x128)};logger[_0x57ccb5(0x113)](_0x2aebc9[_0x57ccb5(0xec)]),logger[_0x57ccb5(0x118)](_0x2aebc9[_0x57ccb5(0x8b)]);const _0x23d729=helper['requireSeleniumWebdriver'](),_0x5f5171=helper[_0x57ccb5(0xac)]();class _0xd6cce2 extends _0x5f5171[_0x57ccb5(0xdb)]{[_0x57ccb5(0xa5)](_0x3780b5){const _0x33477e=_0x57ccb5;if(_0x2aebc9[_0x33477e(0x12e)](_0x3780b5[_0x33477e(0xe1)],_0x2aebc9[_0x33477e(0xb6)])&&_0x2aebc9[_0x33477e(0x12e)](global['newHubUrl'],''))try{global['newHubUrl']=_0x2aebc9[_0x33477e(0xc4)](_0x2aebc9[_0x33477e(0xc4)](_0x2aebc9['egjJa'],global[_0x33477e(0xd5)]),_0x2aebc9[_0x33477e(0x93)]),this[_0x33477e(0x14c)]=hubAllocator['getRequestOptions'](global['newHubUrl']),logger['debug'](_0x33477e(0xae)+global[_0x33477e(0xd5)]),global[_0x33477e(0xd5)]='';}catch(_0x373441){logger['error'](_0x373441);}return super[_0x33477e(0xa5)](_0x3780b5);}}class _0x5ed69d extends _0x23d729['Builder']{[_0x57ccb5(0xbb)](_0x360c88){const _0x41799f=_0x57ccb5;let _0x2986ff={};for(const _0x486ae0 in _0x360c88){switch(_0x486ae0){case _0x2aebc9['qsEXf']:case _0x2aebc9['YqCuL']:this[_0x41799f(0xe5)]&&(_0x2986ff=this[_0x41799f(0xe5)][_0x41799f(0xf2)](this[_0x41799f(0xe5)]['CAPABILITY_KEY'])||{},this['chromeOptions_'][_0x41799f(0xc0)](this[_0x41799f(0xe5)][_0x41799f(0x14a)],helper[_0x41799f(0x116)](_0x2986ff,_0x360c88[_0x486ae0])));break;case _0x2aebc9[_0x41799f(0x129)]:case _0x2aebc9[_0x41799f(0xf3)]:this['edgeOptions_']&&(_0x2986ff=this[_0x41799f(0xa3)]['get'](this[_0x41799f(0xa3)][_0x41799f(0x14a)])||{},this[_0x41799f(0xa3)][_0x41799f(0xc0)](this['edgeOptions_']['CAPABILITY_KEY'],helper[_0x41799f(0x116)](_0x2986ff,_0x360c88[_0x486ae0])));break;case _0x2aebc9['RiXOv']:case _0x2aebc9[_0x41799f(0x12d)]:this[_0x41799f(0xc9)]&&(_0x2986ff=this['firefoxOptions_'][_0x41799f(0xf2)](this[_0x41799f(0xc9)][_0x41799f(0x14a)])||{},this[_0x41799f(0xc9)]['set'](this['firefoxOptions_'][_0x41799f(0x14a)],helper[_0x41799f(0x116)](_0x2986ff,_0x360c88[_0x486ae0])));break;case _0x2aebc9[_0x41799f(0xb2)]:this[_0x41799f(0x11e)]&&(_0x2986ff=this[_0x41799f(0x11e)][_0x41799f(0xf2)](this[_0x41799f(0x11e)]['CAPABILITY_KEY'])||{},this[_0x41799f(0x11e)][_0x41799f(0xc0)](this[_0x41799f(0x11e)][_0x41799f(0x14a)],helper[_0x41799f(0x116)](_0x2986ff,_0x360c88[_0x486ae0])));break;case _0x2aebc9[_0x41799f(0xa6)]:case _0x2aebc9[_0x41799f(0x8f)]:this['ieOptions_']&&(_0x2986ff=this['ieOptions_']['get'](this[_0x41799f(0xcb)][_0x41799f(0x14a)])||{},this['ieOptions_'][_0x41799f(0xc0)](this[_0x41799f(0xcb)][_0x41799f(0x14a)],helper[_0x41799f(0x116)](_0x2986ff,_0x360c88[_0x486ae0])));break;}}}[_0x57ccb5(0xfc)](){const _0xa35ccd=_0x57ccb5;return this[_0xa35ccd(0x123)]=helper[_0xa35ccd(0x11a)](_0x16e5b4),logger[_0xa35ccd(0x118)](_0xa35ccd(0x99)+this[_0xa35ccd(0x123)]),this;}['setCapabilities'](){const _0x48bca8=_0x57ccb5;return logger[_0x48bca8(0x118)](_0x2aebc9[_0x48bca8(0x10b)]),this[_0x48bca8(0xbb)](_0x16e5b4[_0x48bca8(0x112)]),Object[_0x48bca8(0x151)](_0x16e5b4[_0x48bca8(0x112)])['forEach'](_0x4a7fcb=>{const _0x38ce63=_0x48bca8,_0x425d5c=this[_0x38ce63(0x147)]['get'](_0x4a7fcb);_0x2aebc9[_0x38ce63(0x108)](typeof _0x425d5c,_0x2aebc9[_0x38ce63(0xf7)])?this[_0x38ce63(0x147)]['set'](_0x4a7fcb,helper[_0x38ce63(0x116)](_0x425d5c,_0x16e5b4['capability'][_0x4a7fcb])):this[_0x38ce63(0x147)][_0x38ce63(0xc0)](_0x4a7fcb,_0x16e5b4[_0x38ce63(0x112)][_0x4a7fcb]);}),this;}['build'](){const _0x536583=_0x57ccb5,_0x2e0e03={'mzFaS':_0x2aebc9[_0x536583(0x13b)],'yFeMz':_0x2aebc9[_0x536583(0x122)],'nXlwP':function(_0x40d260,_0x1093e7,_0x2b1349){return _0x2aebc9['fzCQP'](_0x40d260,_0x1093e7,_0x2b1349);},'wFFkj':function(_0x515d56,_0xcd4109){return _0x2aebc9['aiDhJ'](_0x515d56,_0xcd4109);}};_0x2aebc9['ZLJvB'](isAccessibilityAutomationSession)&&_0x2aebc9['dubgt'](setAccessibilityCapabilities,_0x16e5b4);this[_0x536583(0xfc)](),this['setCapabilities']();if(helper[_0x536583(0xcc)](_0x16e5b4['proxySettings'][_0x536583(0xd4)]))this[_0x536583(0xdc)]=helper['getHttpAgent'](_0x16e5b4[_0x536583(0xe9)]['proxyUrl']);else _0x16e5b4[_0x536583(0xe9)][_0x536583(0xd4)]&&(this[_0x536583(0xd2)]=_0x16e5b4[_0x536583(0xe9)][_0x536583(0xd4)],logger['debug'](_0x536583(0x11c)+this[_0x536583(0xd2)]));globals[_0x536583(0x92)](_0x2aebc9[_0x536583(0xe0)])&&(!_0x2aebc9['fzCQP'](setExtension,this,_0x16e5b4)&&globals[_0x536583(0x152)](_0x2aebc9[_0x536583(0xe0)],![]));!helper['isBrowserstackInfra']()&&helper[_0x536583(0x91)](null,null,_0x16e5b4[_0x536583(0xd7)],null,this,null);logger['debug'](_0x2aebc9[_0x536583(0xfb)]);const _0x37b5c8=super[_0x536583(0xa9)]();return _0x37b5c8[_0x536583(0x11b)][_0x536583(0xc8)](_0x5c9f1f=>{const _0x8d93bb=_0x536583;try{const _0x33e91f=_0x5c9f1f[_0x8d93bb(0x144)]['get'](_0x2e0e03[_0x8d93bb(0xc5)]);_0x33e91f?(logger[_0x8d93bb(0x118)](_0x8d93bb(0x94)+_0x33e91f),hubAllocator['updateHubUrl'](_0x33e91f),helper[_0x8d93bb(0x101)](_0x33e91f)):logger['debug'](_0x2e0e03[_0x8d93bb(0xde)]);}catch(_0x306634){logger[_0x8d93bb(0x118)](_0x8d93bb(0xca)+_0x306634);}}),_0x37b5c8[_0x536583(0xc8)]&&_0x37b5c8[_0x536583(0xc8)](_0x548c9f=>{const _0x2dc533=_0x536583,_0xadc987={'bwxPR':function(_0xb4af6f,_0x268bd0,_0x247bc9){const _0x466492=a84_0x5dd8;return _0x2e0e03[_0x466492(0x9c)](_0xb4af6f,_0x268bd0,_0x247bc9);},'TeyVD':function(_0x38b44a,_0x57fa46,_0x396f8a){const _0x253349=a84_0x5dd8;return _0x2e0e03[_0x253349(0x9c)](_0x38b44a,_0x57fa46,_0x396f8a);},'CWwic':function(_0x469278,_0x59f1dc){const _0x4adb33=a84_0x5dd8;return _0x2e0e03[_0x4adb33(0x14b)](_0x469278,_0x59f1dc);}};helper[_0x2dc533(0x8d)](_0x548c9f,_0x16e5b4),helper[_0x2dc533(0xdd)](_0x548c9f,_0x16e5b4),_0x548c9f[_0x2dc533(0x98)]=async()=>{return await _0xadc987['bwxPR'](getAccessibilityResultsSummary,_0x548c9f,global);},_0x548c9f[_0x2dc533(0x13d)]=async()=>{return await _0xadc987['TeyVD'](getAccessibilityResults,_0x548c9f,global);},_0x548c9f[_0x2dc533(0x10d)]=async()=>{return await _0xadc987['CWwic'](performScan,_0x548c9f);};}),_0x37b5c8[_0x536583(0x98)]=async()=>{const _0xb1726a=_0x536583;return await _0x2e0e03[_0xb1726a(0x9c)](getAccessibilityResultsSummary,_0x37b5c8,global);},_0x37b5c8[_0x536583(0x13d)]=async()=>{const _0x55b81d=_0x536583;return await _0x2aebc9[_0x55b81d(0xce)](getAccessibilityResults,_0x37b5c8,global);},_0x37b5c8[_0x536583(0x10d)]=async()=>{const _0x45ca41=_0x536583;return await _0x2e0e03[_0x45ca41(0x14b)](performScan,_0x37b5c8);},helper[_0x536583(0x8d)](_0x37b5c8,_0x16e5b4),helper['overrideExecute'](_0x37b5c8,_0x16e5b4),helper[_0x536583(0xcd)](global[_0x536583(0x143)])&&(global['__driversArray']=[]),global[_0x536583(0x143)]['push'](_0x37b5c8),_0x37b5c8;}}_0x23d729[_0x57ccb5(0x133)]=_0x23d729[_0x57ccb5(0xbf)],_0x23d729[_0x57ccb5(0xbf)]=_0x5ed69d,_0x5f5171[_0x57ccb5(0xdb)]=_0xd6cce2;},modifyV2=(_0x1da94d,_0xffdff=null,_0x3ec87f=![])=>{const _0x32ce77=a84_0x83e0ba,_0x2af81a={'FNZUC':function(_0x38dd88,_0x10c9bf){return _0x38dd88!==_0x10c9bf;},'mpNLF':_0x32ce77(0xc3),'egfoI':function(_0x4b7659,_0x1bc043){return _0x4b7659!==_0x1bc043;},'JWAaL':function(_0x13ea98,_0x50b434){return _0x13ea98+_0x50b434;},'JBaJA':_0x32ce77(0x136),'IwTSP':_0x32ce77(0x135),'vhKgI':'goog:chromeOptions','YSwPe':_0x32ce77(0xc2),'DQQPo':'ms:edgeOptions','zSgdh':_0x32ce77(0x10e),'WsUOF':_0x32ce77(0x95),'WoHyY':_0x32ce77(0x9f),'JUUmj':'safari.options','tlLyj':_0x32ce77(0x138),'gQkDL':_0x32ce77(0xfe),'ttRir':function(_0x5ea499,_0x25cb14){return _0x5ea499===_0x25cb14;},'znEoO':'object','AEstO':_0x32ce77(0x10a),'EheQs':_0x32ce77(0x124),'GVOuX':_0x32ce77(0x125),'uLBiB':function(_0x3c1ef9,_0x4b0fa4,_0x4eeb5f){return _0x3c1ef9(_0x4b0fa4,_0x4eeb5f);},'iarVW':function(_0x358626,_0x8204ea,_0x350e19){return _0x358626(_0x8204ea,_0x350e19);},'VsUwu':function(_0x5f41a4,_0x24aa58,_0x129f88){return _0x5f41a4(_0x24aa58,_0x129f88);},'aVeST':function(_0xd11841,_0x42d12c){return _0xd11841(_0x42d12c);},'QHsix':_0x32ce77(0xe7),'DPHbY':function(_0x2f362a,_0x934ece){return _0x2f362a(_0x934ece);},'zAQBP':function(_0x1d79d9,_0x1be5bc,_0x4b1f91){return _0x1d79d9(_0x1be5bc,_0x4b1f91);},'jHwYO':_0x32ce77(0xf5),'fgOGS':function(_0x12de88){return _0x12de88();},'aSKhm':function(_0x47ee04,_0x20d387){return _0x47ee04(_0x20d387);},'dsSFY':_0x32ce77(0x150),'mvKms':_0x32ce77(0xf8),'dAcKZ':function(_0x10e388,_0x5ac13d){return _0x10e388!==_0x5ac13d;},'YaJYJ':function(_0x61b6b4,_0x173fc5){return _0x61b6b4!==_0x173fc5;},'VSeTK':_0x32ce77(0xb3),'UADJV':_0x32ce77(0xb0),'LdnQR':_0x32ce77(0xda),'bhtmT':_0x32ce77(0x128),'LaSUi':_0x32ce77(0x10f),'EVtwr':_0x32ce77(0xd1),'YdcyV':_0x32ce77(0x120),'DjkLh':function(_0x57b37b,_0x4f96af){return _0x57b37b+_0x4f96af;},'KkWDR':'Unable\x20to\x20find\x20executor\x20class\x20'},_0x376674=helper[_0x32ce77(0xac)]();let _0x48b2d8;try{_0x48b2d8=helper[_0x32ce77(0x117)](),_0x48b2d8[_0x32ce77(0x133)]&&(_0x48b2d8[_0x32ce77(0xbf)]=_0x48b2d8['originalBuilder']);}catch(_0x45c5e3){return;}if(helper[_0x32ce77(0xab)]()){const _0x340c13={};_0x340c13[_0x32ce77(0xb1)]=_0x1da94d[_0x32ce77(0xa7)],helper[_0x32ce77(0x14e)](_0x340c13,new Map(),new Map()),logger['info'](_0x2af81a[_0x32ce77(0x127)]),logger[_0x32ce77(0x118)](_0x2af81a[_0x32ce77(0xa2)]);}class _0x1cf534 extends _0x376674[_0x32ce77(0xdb)]{['send'](_0x1114bb){const _0x12a67d=_0x32ce77;if(_0x2af81a[_0x12a67d(0x105)](_0x1114bb[_0x12a67d(0xe1)],_0x2af81a[_0x12a67d(0xe4)])&&_0x2af81a[_0x12a67d(0xb8)](global[_0x12a67d(0xd5)],''))try{global['newHubUrl']=_0x2af81a[_0x12a67d(0x107)](_0x2af81a[_0x12a67d(0x107)](_0x2af81a['JBaJA'],global[_0x12a67d(0xd5)]),_0x2af81a[_0x12a67d(0xfd)]),this[_0x12a67d(0x14c)]=hubAllocator[_0x12a67d(0xea)](global[_0x12a67d(0xd5)]),logger[_0x12a67d(0x118)](_0x12a67d(0xae)+global[_0x12a67d(0xd5)]),global[_0x12a67d(0xd5)]='';}catch(_0x320141){logger[_0x12a67d(0x8a)](_0x320141);}return super[_0x12a67d(0xa5)](_0x1114bb);}}class _0x24f603 extends _0x48b2d8[_0x32ce77(0xbf)]{[_0x32ce77(0xfc)](){const _0x5e9908=_0x32ce77;return this[_0x5e9908(0x123)]=helper['getHubUrl'](_0x1da94d),logger[_0x5e9908(0x118)](_0x5e9908(0x99)+this['url_']),this;}[_0x32ce77(0xbb)](_0x38c07e){const _0x241d6c=_0x32ce77;let _0x4b21f7={};for(const _0x5e25cd in _0x38c07e){switch(_0x5e25cd){case _0x2af81a[_0x241d6c(0x119)]:case _0x2af81a[_0x241d6c(0x12c)]:this[_0x241d6c(0xe5)]&&(_0x4b21f7=this[_0x241d6c(0xe5)][_0x241d6c(0xf2)](this['chromeOptions_']['CAPABILITY_KEY'])||{},this['chromeOptions_'][_0x241d6c(0xc0)](this['chromeOptions_'][_0x241d6c(0x14a)],helper[_0x241d6c(0x116)](_0x4b21f7,_0x38c07e[_0x5e25cd])));break;case _0x2af81a[_0x241d6c(0x13f)]:case _0x2af81a['zSgdh']:this[_0x241d6c(0xa3)]&&(_0x4b21f7=this[_0x241d6c(0xa3)][_0x241d6c(0xf2)](this['edgeOptions_'][_0x241d6c(0x14a)])||{},this[_0x241d6c(0xa3)][_0x241d6c(0xc0)](this[_0x241d6c(0xa3)][_0x241d6c(0x14a)],helper[_0x241d6c(0x116)](_0x4b21f7,_0x38c07e[_0x5e25cd])));break;case _0x2af81a[_0x241d6c(0xc7)]:case _0x2af81a[_0x241d6c(0xd3)]:this['firefoxOptions_']&&(_0x4b21f7=this[_0x241d6c(0xc9)]['get'](this[_0x241d6c(0xc9)]['CAPABILITY_KEY'])||{},this[_0x241d6c(0xc9)][_0x241d6c(0xc0)](this[_0x241d6c(0xc9)]['CAPABILITY_KEY'],helper[_0x241d6c(0x116)](_0x4b21f7,_0x38c07e[_0x5e25cd])));break;case _0x2af81a[_0x241d6c(0xd8)]:this[_0x241d6c(0x11e)]&&(_0x4b21f7=this[_0x241d6c(0x11e)][_0x241d6c(0xf2)](this[_0x241d6c(0x11e)][_0x241d6c(0x14a)])||{},this[_0x241d6c(0x11e)][_0x241d6c(0xc0)](this[_0x241d6c(0x11e)][_0x241d6c(0x14a)],helper[_0x241d6c(0x116)](_0x4b21f7,_0x38c07e[_0x5e25cd])));break;case _0x2af81a[_0x241d6c(0x106)]:case _0x2af81a[_0x241d6c(0x121)]:this['ieOptions_']&&(_0x4b21f7=this[_0x241d6c(0xcb)]['get'](this['ieOptions_'][_0x241d6c(0x14a)])||{},this[_0x241d6c(0xcb)][_0x241d6c(0xc0)](this['ieOptions_']['CAPABILITY_KEY'],helper[_0x241d6c(0x116)](_0x4b21f7,_0x38c07e[_0x5e25cd])));break;}}}[_0x32ce77(0xc6)](){const _0x1b9114=_0x32ce77;return logger[_0x1b9114(0x118)](_0x2af81a['AEstO']),this[_0x1b9114(0xbb)](_0x1da94d[_0x1b9114(0x112)]),Object['keys'](_0x1da94d[_0x1b9114(0x112)])[_0x1b9114(0xc1)](_0x1b7b81=>{const _0x4734af=_0x1b9114,_0x3e481b=this[_0x4734af(0x147)][_0x4734af(0xf2)](_0x1b7b81);_0x2af81a['ttRir'](typeof _0x3e481b,_0x2af81a[_0x4734af(0x9b)])?this[_0x4734af(0x147)][_0x4734af(0xc0)](_0x1b7b81,helper[_0x4734af(0x116)](_0x3e481b,_0x1da94d[_0x4734af(0x112)][_0x1b7b81])):this[_0x4734af(0x147)][_0x4734af(0xc0)](_0x1b7b81,_0x1da94d['capability'][_0x1b7b81]);}),this;}[_0x32ce77(0xa9)](){const _0xf29e6c=_0x32ce77,_0x419dd2={'PPvsu':function(_0x20e70e,_0x579336,_0x2900a5){const _0x122848=a84_0x5dd8;return _0x2af81a[_0x122848(0x126)](_0x20e70e,_0x579336,_0x2900a5);},'xonDA':function(_0x418f19,_0xe934b5,_0x2cbbc5){return _0x2af81a['VsUwu'](_0x418f19,_0xe934b5,_0x2cbbc5);},'KPtlO':function(_0x1759cf,_0x38be9a){const _0x435271=a84_0x5dd8;return _0x2af81a[_0x435271(0xfa)](_0x1759cf,_0x38be9a);},'qqGVy':_0x2af81a['QHsix'],'cUwGI':function(_0x99efbf,_0x5e7234){const _0x307b24=a84_0x5dd8;return _0x2af81a[_0x307b24(0x9d)](_0x99efbf,_0x5e7234);},'LhdIv':function(_0x471b7f,_0x5b5c1c,_0x10296c){const _0x5b1a94=a84_0x5dd8;return _0x2af81a[_0x5b1a94(0xee)](_0x471b7f,_0x5b5c1c,_0x10296c);}};if(helper['isBrowserstackInfra']()){const _0x21faf3=_0x2af81a[_0xf29e6c(0xbd)][_0xf29e6c(0x103)]('|');let _0x376bfe=0x0;while(!![]){switch(_0x21faf3[_0x376bfe++]){case'0':_0x2af81a['fgOGS'](isAccessibilityAutomationSession)&&_0x2af81a[_0xf29e6c(0xaf)](setAccessibilityCapabilities,_0x1da94d);continue;case'1':this[_0xf29e6c(0xc6)]();continue;case'2':globals['getGlobal'](_0x2af81a[_0xf29e6c(0xdf)])&&(!_0x2af81a[_0xf29e6c(0xef)](setExtension,this,_0x1da94d)&&globals[_0xf29e6c(0x152)](_0x2af81a['dsSFY'],![]));continue;case'3':if(helper[_0xf29e6c(0xcc)](_0x1da94d[_0xf29e6c(0xe9)][_0xf29e6c(0xd4)]))this[_0xf29e6c(0xdc)]=helper[_0xf29e6c(0xb4)](_0x1da94d[_0xf29e6c(0xe9)][_0xf29e6c(0xd4)]);else _0x1da94d[_0xf29e6c(0xe9)]['proxyUrl']&&(this[_0xf29e6c(0xd2)]=_0x1da94d[_0xf29e6c(0xe9)]['proxyUrl'],logger[_0xf29e6c(0x118)](_0xf29e6c(0x11c)+this['proxy_']));continue;case'4':logger[_0xf29e6c(0x118)](_0x2af81a[_0xf29e6c(0x111)]);continue;case'5':this[_0xf29e6c(0xfc)]();continue;}break;}}else helper[_0xf29e6c(0x91)](null,null,_0x1da94d[_0xf29e6c(0xd7)],null,this,null);const _0x157bf1=super['build']();return _0x157bf1[_0xf29e6c(0x11b)][_0xf29e6c(0xc8)](_0x444f2a=>{const _0x465277=_0xf29e6c;try{const _0x5dfd4c=_0x444f2a['caps_'][_0x465277(0xf2)](_0x2af81a[_0x465277(0x141)]);_0x5dfd4c?(logger[_0x465277(0x118)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x5dfd4c),hubAllocator[_0x465277(0x96)](_0x5dfd4c),helper[_0x465277(0x101)](_0x5dfd4c)):logger['debug'](_0x2af81a[_0x465277(0x11f)]);}catch(_0x59d911){logger[_0x465277(0x118)](_0x465277(0xca)+_0x59d911);}}),_0x157bf1[_0xf29e6c(0xaa)]=0x0,_0x157bf1[_0xf29e6c(0xc8)]&&_0x157bf1[_0xf29e6c(0xc8)](_0x279186=>{const _0x485188=_0xf29e6c,_0x206cac=_0x419dd2['qqGVy'][_0x485188(0x103)]('|');let _0x4371f9=0x0;while(!![]){switch(_0x206cac[_0x4371f9++]){case'0':helper[_0x485188(0xdd)](_0x279186,_0x1da94d);continue;case'1':_0x279186[_0x485188(0x13d)]=async()=>{const _0x513894=_0x485188;return await _0x419dd2[_0x513894(0x137)](getAccessibilityResults,_0x279186,global);};continue;case'2':helper['overrideGet'](_0x279186,_0x1da94d);continue;case'3':_0x1da94d[_0x485188(0x112)]&&percyHelper[_0x485188(0x109)](_0x279186,_0x48b2d8[_0x485188(0x132)],_0x1da94d);continue;case'4':helper['overrideQuit'](_0x279186,_0x157bf1);continue;case'5':_0x279186[_0x485188(0x98)]=async()=>{const _0x10d7b1=_0x485188;return await _0x419dd2[_0x10d7b1(0x8c)](getAccessibilityResultsSummary,_0x279186,global);};continue;case'6':_0x3ec87f&&_0x419dd2['cUwGI'](overrideTakeScreenshot,_0x279186);continue;case'7':_0x279186[_0x485188(0x10d)]=async()=>{const _0x14a148=_0x485188;return await _0x419dd2[_0x14a148(0x145)](performScan,_0x279186);};continue;}break;}}),_0x157bf1['getAccessibilityResultsSummary']=async()=>{return await _0x419dd2['LhdIv'](getAccessibilityResultsSummary,_0x157bf1,global);},_0x157bf1[_0xf29e6c(0x13d)]=async()=>{const _0x2bc10c=_0xf29e6c;return await _0x2af81a[_0x2bc10c(0xe6)](getAccessibilityResults,_0x157bf1,global);},_0x157bf1[_0xf29e6c(0x10d)]=async()=>{const _0x70922d=_0xf29e6c;return await _0x419dd2[_0x70922d(0xff)](performScan,_0x157bf1);},_0x3ec87f&&_0x2af81a[_0xf29e6c(0x9d)](overrideTakeScreenshot,_0x157bf1),helper[_0xf29e6c(0x130)](_0x157bf1),helper[_0xf29e6c(0x8d)](_0x157bf1,_0x1da94d),helper[_0xf29e6c(0xdd)](_0x157bf1,_0x1da94d),_0x1da94d[_0xf29e6c(0x112)]&&percyHelper[_0xf29e6c(0x109)](_0x157bf1,_0x48b2d8['WebElement'],_0x1da94d),helper[_0xf29e6c(0xcd)](global[_0xf29e6c(0x143)])&&(global[_0xf29e6c(0x143)]=[]),helper[_0xf29e6c(0xcd)](global[_0xf29e6c(0x110)])&&(global[_0xf29e6c(0x110)]=[]),global['__driversArray'][_0xf29e6c(0xf0)](_0x157bf1),global[_0xf29e6c(0xcf)]=_0x157bf1,_0xffdff&&(_0xffdff[_0xf29e6c(0x115)][_0xf29e6c(0xcf)]=_0x157bf1),_0x2af81a['dAcKZ'](global[_0xf29e6c(0x110)],undefined)&&global['__drivers'][_0xf29e6c(0xf0)](_0x157bf1),_0xffdff&&helper['isUndefined'](_0xffdff['global'][_0xf29e6c(0x143)])&&(_0xffdff[_0xf29e6c(0x115)]['__driversArray']=[]),_0xffdff&&_0x2af81a[_0xf29e6c(0x131)](_0xffdff[_0xf29e6c(0x115)][_0xf29e6c(0x110)],undefined)&&(_0xffdff[_0xf29e6c(0x115)][_0xf29e6c(0x110)]['push'](_0x157bf1),_0xffdff[_0xf29e6c(0x115)][_0xf29e6c(0x143)][_0xf29e6c(0xf0)](_0x157bf1)),_0x157bf1['isAccessibilityPlatform']=globals['getGlobal'](_0x2af81a[_0xf29e6c(0xdf)]),globals[_0xf29e6c(0x152)](_0x2af81a[_0xf29e6c(0xdf)],globals[_0xf29e6c(0x92)](_0x2af81a[_0xf29e6c(0xdf)])),_0x157bf1;}}_0xffdff&&(globals[_0x32ce77(0x140)]=_0xffdff[_0x32ce77(0x115)][_0x32ce77(0x140)]);if(_0x2af81a[_0x32ce77(0xba)](isAccessibilityAutomationSession))try{let _0x4f9716=helper[_0x32ce77(0x14f)](_0x2af81a[_0x32ce77(0x102)])[_0x32ce77(0xe3)];(!_0x4f9716[_0x32ce77(0xbc)]||!_0x4f9716[_0x32ce77(0xbc)]['execute'])&&(_0x4f9716=helper[_0x32ce77(0x14f)](_0x2af81a[_0x32ce77(0x90)])[_0x32ce77(0x11d)]);if(_0x4f9716[_0x32ce77(0xbc)]&&_0x4f9716[_0x32ce77(0xbc)][_0x32ce77(0x8e)]){const _0x49cf45=_0x4f9716[_0x32ce77(0xbc)][_0x32ce77(0x8e)];logger['debug'](_0x2af81a[_0x32ce77(0xa8)]),_0x4f9716[_0x32ce77(0xbc)]['execute']=async function(){const _0x2dc990=_0x32ce77;try{!globals['getGlobal'](_0x2af81a[_0x2dc990(0x12a)])&&globals['getGlobal'](_0x2af81a[_0x2dc990(0xdf)])&&globals[_0x2dc990(0x92)](_0x2af81a[_0x2dc990(0x12b)])&&scripts[_0x2dc990(0x12f)](arguments[0x0][_0x2dc990(0xa4)])&&!_0x2af81a['aVeST'](isBrowserStackCommandExecutor,arguments[0x0][_0x2dc990(0xd6)])&&(globals[_0x2dc990(0x152)](_0x2af81a['VSeTK'],!![]),logger[_0x2dc990(0x118)](_0x2dc990(0xf9)+arguments[0x0][_0x2dc990(0xa4)]),await _0x2af81a[_0x2dc990(0xef)](performScan,global[_0x2dc990(0xcf)],arguments[0x0][_0x2dc990(0xa4)]));}catch(_0x1b6ef3){logger[_0x2dc990(0x118)](_0x2dc990(0xd9)+util[_0x2dc990(0xb7)](_0x1b6ef3));}return globals[_0x2dc990(0x152)](_0x2af81a[_0x2dc990(0x12a)],![]),_0x49cf45['apply'](this,arguments);};}}catch(_0x1de13a){logger[_0x32ce77(0x118)](_0x2af81a['DjkLh'](_0x2af81a['KkWDR'],_0x1de13a));}return _0x48b2d8[_0x32ce77(0x133)]=_0x48b2d8['Builder'],_0x48b2d8[_0x32ce77(0xbf)]=_0x24f603,_0x376674[_0x32ce77(0xdb)]=_0x1cf534,_0x48b2d8;};function a84_0x5dd8(_0xb01ef1,_0x496ecc){const _0x1fda74=a84_0x1fda();return a84_0x5dd8=function(_0x5dd826,_0x3785c6){_0x5dd826=_0x5dd826-0x8a;let _0xb33dcb=_0x1fda74[_0x5dd826];return _0xb33dcb;},a84_0x5dd8(_0xb01ef1,_0x496ecc);}function a84_0x1fda(){const _0x4a27bf=['OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','iarVW','LdnQR','Modifying\x20webdriver\x20builder','pTUQJ','VSeTK','UADJV','YSwPe','fZPXK','qVfvF','shouldWrapCommand','overrideQuit','YaJYJ','WebElement','originalBuilder','_modifyPlaywright','/wd/hub','https://','xonDA','se:ieOptions','object','browserstackAgentV2','DpZDR','./bin/mocha/accessibility-automation/helper','getAccessibilityResults','exports','DQQPo','browserStackGlobals','EheQs','./helpers/accessibility-automation/helper','__driversArray','caps_','KPtlO','720700RJOFqb','capabilities_','winstonLogger','488bEdwCB','CAPABILITY_KEY','wFFkj','options_','330CcneKy','setLogLevel','requireModule','isAccessibilityPlatform','keys','setGlobal','error','toGOl','PPvsu','overrideGet','execute','RlTkN','EVtwr','prepareCapabilities','getGlobal','qGGNO','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','moz:firefoxOptions','updateHubUrl','util','getAccessibilityResultsSummary','Hub\x20url\x20set\x20to\x20','36554uWAYed','znEoO','nXlwP','DPHbY','BrowserStackSdk','firefoxOptions','3cIgyei','goog:chromeOptions','bhtmT','edgeOptions_','name_','send','opxOO','browserStackLogLevel','YdcyV','build','quitCount_','isBrowserstackInfra','requireHttpClient','2280HTNjtB','New\x20hub\x20url\x20set\x20to\x20','aSKhm','bstackA11yShouldScan','logLevel','BxSDp','bstackAllyScanning','getHttpAgent','./bin/playwright/modifyPlaywrightConf','iVefk','format','egfoI','78322fXkacm','fgOGS','__setBrowserOptions','prototype','jHwYO','./helpers/globals','Builder','set','forEach','chromeOptions','/session','lKWnK','mzFaS','setCapabilities','WsUOF','then','firefoxOptions_','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','ieOptions_','isPacProxy','isUndefined','fzCQP','__driver','./helpers/percy/PercySDK','selenium-webdriver/lib/http.js','proxy_','WoHyY','proxyUrl','newHubUrl','parameters_','framework','JUUmj','Failed\x20to\x20perform\x20scan\x20','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','HttpClient','agent_','overrideExecute','yFeMz','dsSFY','VYbbJ','path','./helpers/percy/utils','WebDriver','mpNLF','chromeOptions_','uLBiB','4|6|2|0|3|5|1|7','./helpers/helper','proxySettings','getRequestOptions','38547Pdrklq','HqhyN','safari.options','zAQBP','VsUwu','push','browserstackAgent','get','DqZaY','25663qmyPGc','0|5|1|3|2|4','./helpers/logger','BIoAr','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','Performing\x20scan\x20for\x20','aVeST','ranFS','setServer','IwTSP','ieOptions','cUwGI','./helpers/patchHelpers','storeOptimalHubUrl','LaSUi','split','209839mVhzzO','FNZUC','tlLyj','JWAaL','lczpK','patchDriverPercy','Setting\x20Browserstack\x20capabilities','jglOR','./helpers/accessibility-automation/scripts','performScan','edgeOptions','selenium-webdriver/lib/webdriver.js','__drivers','mvKms','capability','info','1014385ZqwkSy','global','mergeDeep','requireSeleniumWebdriver','debug','vhKgI','getHubUrl','session_','Proxy\x20set\x20to\x20','Executor','safariOptions_','GVOuX','Modifying\x20webdriver\x20execute','gQkDL','TxPOQ','url_','optimalHubUrl'];a84_0x1fda=function(){return _0x4a27bf;};return a84_0x1fda();}module[a84_0x83e0ba(0x13e)][a84_0x83e0ba(0xf1)]=modify,module[a84_0x83e0ba(0x13e)][a84_0x83e0ba(0x13a)]=modifyV2,module[a84_0x83e0ba(0x13e)]['percy']=percySDK,module['exports'][a84_0x83e0ba(0x9e)]=BrowserStackSdk,module[a84_0x83e0ba(0x13e)][a84_0x83e0ba(0x134)]=modifyPlaywrightConfig;
1
+ function a84_0x5bda(_0xcfc22c,_0x4bd07c){const _0x42c073=a84_0x42c0();return a84_0x5bda=function(_0x5bda63,_0x4262c5){_0x5bda63=_0x5bda63-0x118;let _0x2481e6=_0x42c073[_0x5bda63];return _0x2481e6;},a84_0x5bda(_0xcfc22c,_0x4bd07c);}const a84_0x578f7e=a84_0x5bda;(function(_0x369868,_0xca5a00){const _0xfb6ac0=a84_0x5bda,_0x4aad4b=_0x369868();while(!![]){try{const _0x42ee0e=parseInt(_0xfb6ac0(0x18b))/0x1+parseInt(_0xfb6ac0(0x14b))/0x2+parseInt(_0xfb6ac0(0x1c3))/0x3+parseInt(_0xfb6ac0(0x163))/0x4+-parseInt(_0xfb6ac0(0x11b))/0x5*(-parseInt(_0xfb6ac0(0x144))/0x6)+parseInt(_0xfb6ac0(0x11f))/0x7*(-parseInt(_0xfb6ac0(0x1cd))/0x8)+parseInt(_0xfb6ac0(0x14d))/0x9*(parseInt(_0xfb6ac0(0x12c))/0xa);if(_0x42ee0e===_0xca5a00)break;else _0x4aad4b['push'](_0x4aad4b['shift']());}catch(_0x43f4c8){_0x4aad4b['push'](_0x4aad4b['shift']());}}}(a84_0x42c0,0x86ae8));const util=require(a84_0x578f7e(0x1a9)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require(a84_0x578f7e(0x129)),helper=require(a84_0x578f7e(0x1a6)),logger=require(a84_0x578f7e(0x1ae))[a84_0x578f7e(0x139)],hubAllocator=require(a84_0x578f7e(0x15c)),percySDK=require(a84_0x578f7e(0x148)),percyHelper=require(a84_0x578f7e(0x193)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a84_0x578f7e(0x1a2)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a84_0x578f7e(0x18a)),modify=_0x44df3f=>{const _0x370a6a=a84_0x578f7e,_0x235c69={'IXkOp':function(_0x8a6b2a,_0x364fa2){return _0x8a6b2a!==_0x364fa2;},'kkcqf':_0x370a6a(0x1c7),'bUDRw':function(_0x11aea8,_0x2e2e2d){return _0x11aea8+_0x2e2e2d;},'pMDEa':function(_0x5c64ce,_0x154d07){return _0x5c64ce+_0x154d07;},'cLDjX':_0x370a6a(0x1d7),'KfSha':_0x370a6a(0x198),'RSZsM':_0x370a6a(0x185),'cFAUt':'chromeOptions','kbxNy':'ms:edgeOptions','HFrPq':'edgeOptions','CvlBi':'moz:firefoxOptions','UEXVS':'firefoxOptions','Oebkc':_0x370a6a(0x18c),'NdEhs':_0x370a6a(0x177),'MSTHO':'ieOptions','vhRrH':function(_0x14daea,_0x4a3bec){return _0x14daea===_0x4a3bec;},'ndvDM':_0x370a6a(0x131),'UhlZz':_0x370a6a(0x143),'yenSq':function(_0x187d10,_0x3b3b0a){return _0x187d10(_0x3b3b0a);},'dXmQh':function(_0x4c13c5,_0x326807,_0x192652){return _0x4c13c5(_0x326807,_0x192652);},'IOFry':function(_0x22c847,_0x218c7c){return _0x22c847(_0x218c7c);},'LnRRV':_0x370a6a(0x190),'XUWsr':_0x370a6a(0x11e),'rrjai':function(_0x520962,_0x5daa42,_0x36ebf6){return _0x520962(_0x5daa42,_0x36ebf6);},'btmtR':function(_0x18bfa5){return _0x18bfa5();},'LLoRX':function(_0x3aa195,_0x124e21){return _0x3aa195(_0x124e21);},'NLTWz':_0x370a6a(0x12b),'OACEu':function(_0x40350c,_0x347f17,_0x598d95){return _0x40350c(_0x347f17,_0x598d95);},'dGRkf':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','JpJzP':_0x370a6a(0x12a),'TYFtW':_0x370a6a(0x197)};logger['info'](_0x235c69[_0x370a6a(0x165)]),logger['debug'](_0x235c69[_0x370a6a(0x156)]);const _0x2dbaf1=helper['requireSeleniumWebdriver'](),_0x3ae8b1=helper['requireHttpClient']();class _0xc69ae5 extends _0x3ae8b1[_0x370a6a(0x178)]{[_0x370a6a(0x123)](_0x3d5c0e){const _0x81c92d=_0x370a6a;if(_0x235c69[_0x81c92d(0x1aa)](_0x3d5c0e[_0x81c92d(0x1cf)],_0x235c69['kkcqf'])&&_0x235c69[_0x81c92d(0x1aa)](global[_0x81c92d(0x124)],''))try{global[_0x81c92d(0x124)]=_0x235c69[_0x81c92d(0x191)](_0x235c69['pMDEa'](_0x235c69[_0x81c92d(0x15d)],global['newHubUrl']),_0x235c69[_0x81c92d(0x1d5)]),this[_0x81c92d(0x180)]=hubAllocator[_0x81c92d(0x158)](global[_0x81c92d(0x124)]),logger[_0x81c92d(0x186)](_0x81c92d(0x12d)+global['newHubUrl']),global[_0x81c92d(0x124)]='';}catch(_0x34b9fa){logger['error'](_0x34b9fa);}return super[_0x81c92d(0x123)](_0x3d5c0e);}}class _0x336a50 extends _0x2dbaf1[_0x370a6a(0x149)]{[_0x370a6a(0x1c5)](_0x32d8a9){const _0x493e74=_0x370a6a;let _0x12a394={};for(const _0x48a883 in _0x32d8a9){switch(_0x48a883){case _0x235c69[_0x493e74(0x1bb)]:case _0x235c69[_0x493e74(0x192)]:this[_0x493e74(0x194)]&&(_0x12a394=this[_0x493e74(0x194)][_0x493e74(0x147)](this[_0x493e74(0x194)][_0x493e74(0x15a)])||{},this[_0x493e74(0x194)][_0x493e74(0x13c)](this[_0x493e74(0x194)][_0x493e74(0x15a)],helper[_0x493e74(0x16a)](_0x12a394,_0x32d8a9[_0x48a883])));break;case _0x235c69['kbxNy']:case _0x235c69[_0x493e74(0x1c6)]:this['edgeOptions_']&&(_0x12a394=this['edgeOptions_']['get'](this['edgeOptions_'][_0x493e74(0x15a)])||{},this[_0x493e74(0x1b9)][_0x493e74(0x13c)](this['edgeOptions_'][_0x493e74(0x15a)],helper[_0x493e74(0x16a)](_0x12a394,_0x32d8a9[_0x48a883])));break;case _0x235c69['CvlBi']:case _0x235c69[_0x493e74(0x14e)]:this[_0x493e74(0x1bc)]&&(_0x12a394=this['firefoxOptions_'][_0x493e74(0x147)](this[_0x493e74(0x1bc)]['CAPABILITY_KEY'])||{},this[_0x493e74(0x1bc)][_0x493e74(0x13c)](this[_0x493e74(0x1bc)][_0x493e74(0x15a)],helper[_0x493e74(0x16a)](_0x12a394,_0x32d8a9[_0x48a883])));break;case _0x235c69[_0x493e74(0x181)]:this[_0x493e74(0x1b7)]&&(_0x12a394=this[_0x493e74(0x1b7)][_0x493e74(0x147)](this[_0x493e74(0x1b7)][_0x493e74(0x15a)])||{},this[_0x493e74(0x1b7)][_0x493e74(0x13c)](this[_0x493e74(0x1b7)][_0x493e74(0x15a)],helper[_0x493e74(0x16a)](_0x12a394,_0x32d8a9[_0x48a883])));break;case _0x235c69[_0x493e74(0x18e)]:case _0x235c69[_0x493e74(0x1c1)]:this[_0x493e74(0x16c)]&&(_0x12a394=this[_0x493e74(0x16c)]['get'](this[_0x493e74(0x16c)]['CAPABILITY_KEY'])||{},this[_0x493e74(0x16c)][_0x493e74(0x13c)](this[_0x493e74(0x16c)][_0x493e74(0x15a)],helper['mergeDeep'](_0x12a394,_0x32d8a9[_0x48a883])));break;}}}[_0x370a6a(0x171)](){const _0x32e64e=_0x370a6a;return this['url_']=helper[_0x32e64e(0x13f)](_0x44df3f),logger[_0x32e64e(0x186)](_0x32e64e(0x1d4)+this[_0x32e64e(0x142)]),this;}[_0x370a6a(0x166)](){const _0x53a53c=_0x370a6a;return logger[_0x53a53c(0x186)](_0x235c69[_0x53a53c(0x14a)]),this[_0x53a53c(0x1c5)](_0x44df3f['capability']),Object[_0x53a53c(0x152)](_0x44df3f[_0x53a53c(0x172)])['forEach'](_0x3c2e44=>{const _0x5f0f07=_0x53a53c,_0x1f171c=this[_0x5f0f07(0x1d6)][_0x5f0f07(0x147)](_0x3c2e44);_0x235c69[_0x5f0f07(0x16b)](typeof _0x1f171c,_0x235c69[_0x5f0f07(0x1da)])?this[_0x5f0f07(0x1d6)][_0x5f0f07(0x13c)](_0x3c2e44,helper[_0x5f0f07(0x16a)](_0x1f171c,_0x44df3f[_0x5f0f07(0x172)][_0x3c2e44])):this['capabilities_']['set'](_0x3c2e44,_0x44df3f['capability'][_0x3c2e44]);}),this;}[_0x370a6a(0x121)](){const _0x4bc767=_0x370a6a,_0x5840d1={'uqGNH':_0x235c69[_0x4bc767(0x13a)],'ULFFn':_0x235c69[_0x4bc767(0x155)],'DOOOT':function(_0x3f1848,_0x3cea27,_0x312995){const _0x3d9e47=_0x4bc767;return _0x235c69[_0x3d9e47(0x15e)](_0x3f1848,_0x3cea27,_0x312995);},'RBfNG':function(_0x54ae44,_0x1865df,_0x790fe0){const _0x4ce7e5=_0x4bc767;return _0x235c69[_0x4ce7e5(0x15e)](_0x54ae44,_0x1865df,_0x790fe0);}};_0x235c69[_0x4bc767(0x13e)](isAccessibilityAutomationSession)&&_0x235c69[_0x4bc767(0x1cb)](setAccessibilityCapabilities,_0x44df3f);this['setServer'](),this[_0x4bc767(0x166)]();if(helper[_0x4bc767(0x168)](_0x44df3f['proxySettings'][_0x4bc767(0x170)]))this[_0x4bc767(0x146)]=helper[_0x4bc767(0x120)](_0x44df3f[_0x4bc767(0x19c)][_0x4bc767(0x170)]);else _0x44df3f[_0x4bc767(0x19c)][_0x4bc767(0x170)]&&(this['proxy_']=_0x44df3f[_0x4bc767(0x19c)]['proxyUrl'],logger['debug'](_0x4bc767(0x122)+this[_0x4bc767(0x1d0)]));globals['getGlobal'](_0x235c69[_0x4bc767(0x161)])&&(!_0x235c69[_0x4bc767(0x15f)](setExtension,this,_0x44df3f)&&globals[_0x4bc767(0x19a)](_0x235c69[_0x4bc767(0x161)],![]));!helper[_0x4bc767(0x11d)]()&&helper[_0x4bc767(0x1ca)](null,null,_0x44df3f[_0x4bc767(0x15b)],null,this,null);logger[_0x4bc767(0x186)](_0x235c69[_0x4bc767(0x160)]);const _0x431b68=super[_0x4bc767(0x121)]();return _0x431b68[_0x4bc767(0x16e)][_0x4bc767(0x11a)](_0x369394=>{const _0xaf00ad=_0x4bc767;try{const _0x58fe98=_0x369394[_0xaf00ad(0x199)][_0xaf00ad(0x147)](_0x5840d1[_0xaf00ad(0x18f)]);_0x58fe98?(logger['debug'](_0xaf00ad(0x1b1)+_0x58fe98),hubAllocator['updateHubUrl'](_0x58fe98),helper[_0xaf00ad(0x1b8)](_0x58fe98)):logger['debug'](_0x5840d1['ULFFn']);}catch(_0x3d37e5){logger[_0xaf00ad(0x186)](_0xaf00ad(0x1a0)+_0x3d37e5);}}),_0x431b68[_0x4bc767(0x11a)]&&_0x431b68[_0x4bc767(0x11a)](_0x43480c=>{const _0xaca780=_0x4bc767,_0x38cc29={'vHkbm':function(_0x1ea826,_0x381d9b){const _0x8eb705=a84_0x5bda;return _0x235c69[_0x8eb705(0x17b)](_0x1ea826,_0x381d9b);}};helper[_0xaca780(0x16f)](_0x43480c,_0x44df3f),helper[_0xaca780(0x1be)](_0x43480c,_0x44df3f),_0x43480c['getAccessibilityResultsSummary']=async()=>{const _0x2a8dee=_0xaca780;return await _0x5840d1[_0x2a8dee(0x1c9)](getAccessibilityResultsSummary,_0x43480c,global);},_0x43480c[_0xaca780(0x1bd)]=async()=>{const _0x52f157=_0xaca780;return await _0x5840d1[_0x52f157(0x1c9)](getAccessibilityResults,_0x43480c,global);},_0x43480c[_0xaca780(0x1c4)]=async()=>{const _0x2d1bcb=_0xaca780;return await _0x38cc29[_0x2d1bcb(0x1a3)](performScan,_0x43480c);};}),_0x431b68[_0x4bc767(0x159)]=async()=>{return await _0x5840d1['RBfNG'](getAccessibilityResultsSummary,_0x431b68,global);},_0x431b68[_0x4bc767(0x1bd)]=async()=>{const _0x28ab05=_0x4bc767;return await _0x235c69[_0x28ab05(0x1b2)](getAccessibilityResults,_0x431b68,global);},_0x431b68[_0x4bc767(0x1c4)]=async()=>{return await _0x235c69['IOFry'](performScan,_0x431b68);},helper[_0x4bc767(0x16f)](_0x431b68,_0x44df3f),helper[_0x4bc767(0x1be)](_0x431b68,_0x44df3f),helper['isUndefined'](global[_0x4bc767(0x118)])&&(global['__driversArray']=[]),global[_0x4bc767(0x118)]['push'](_0x431b68),_0x431b68;}}_0x2dbaf1['originalBuilder']=_0x2dbaf1[_0x370a6a(0x149)],_0x2dbaf1[_0x370a6a(0x149)]=_0x336a50,_0x3ae8b1[_0x370a6a(0x178)]=_0xc69ae5;},modifyV2=(_0x16f68f,_0x3c6045=null,_0x13eda2=![])=>{const _0x34178a=a84_0x578f7e,_0xb11a4a={'Grses':function(_0xc84d07,_0x178bf7){return _0xc84d07!==_0x178bf7;},'daWOT':_0x34178a(0x1c7),'tYmIK':function(_0x4508d6,_0x47f950){return _0x4508d6+_0x47f950;},'wJYWn':_0x34178a(0x1d7),'LRgey':_0x34178a(0x198),'BuhSn':_0x34178a(0x185),'HuQTo':_0x34178a(0x183),'uBOtO':'ms:edgeOptions','ndJog':'edgeOptions','KYKux':_0x34178a(0x1a1),'HdIqK':_0x34178a(0x164),'VvXYU':_0x34178a(0x18c),'spCgy':'se:ieOptions','uZqWH':_0x34178a(0x19d),'eZDrA':function(_0x1df8cb,_0x5614d3){return _0x1df8cb===_0x5614d3;},'kWPlO':_0x34178a(0x131),'LAGqd':_0x34178a(0x143),'afFYp':'optimalHubUrl','gIzqR':_0x34178a(0x11e),'vdmtT':function(_0x5bb7da,_0x37ba6e,_0x420546){return _0x5bb7da(_0x37ba6e,_0x420546);},'LwdBb':function(_0x5cf723,_0x116536){return _0x5cf723(_0x116536);},'iGqnR':function(_0x453119,_0x37c103,_0x2d879a){return _0x453119(_0x37c103,_0x2d879a);},'QERSH':function(_0x50b956,_0x2372b4){return _0x50b956(_0x2372b4);},'temBH':function(_0x2c3f3a,_0x19cc67){return _0x2c3f3a(_0x19cc67);},'KRZiC':function(_0x2855ba,_0x4df4fc,_0x196c5d){return _0x2855ba(_0x4df4fc,_0x196c5d);},'rtQNm':'1|2|0|4|3|5','rEMqG':function(_0x4cb9e6){return _0x4cb9e6();},'nhHYo':function(_0x58e404,_0x54631b){return _0x58e404(_0x54631b);},'qNNMj':'isAccessibilityPlatform','ldQco':function(_0x2b57c0,_0x2092b1,_0x52bd4e){return _0x2b57c0(_0x2092b1,_0x52bd4e);},'yJedX':_0x34178a(0x1db),'PqlYn':function(_0x39b4e3,_0x282053){return _0x39b4e3(_0x282053);},'LfXza':function(_0x41211b,_0x2bb16d){return _0x41211b!==_0x2bb16d;},'FgNDN':function(_0x1954ad,_0x3dc558){return _0x1954ad!==_0x3dc558;},'WKSTN':'bstackAllyScanning','hVbRk':_0x34178a(0x18d),'hUFum':function(_0x4c61ba,_0x232ab1){return _0x4c61ba(_0x232ab1);},'pPnEG':function(_0x2f2a60,_0x512e60,_0x2811c1){return _0x2f2a60(_0x512e60,_0x2811c1);},'atjzJ':_0x34178a(0x12a),'zjdbu':_0x34178a(0x197),'PUhNr':_0x34178a(0x17d),'pVVnh':_0x34178a(0x1b6),'lxVRn':_0x34178a(0x1c0),'rUzbM':_0x34178a(0x1b0)},_0x8bfd79=helper[_0x34178a(0x153)]();let _0x4a4d7d;try{_0x4a4d7d=helper[_0x34178a(0x134)](),_0x4a4d7d['originalBuilder']&&(_0x4a4d7d[_0x34178a(0x149)]=_0x4a4d7d[_0x34178a(0x1d2)]);}catch(_0x2b343a){return;}if(helper[_0x34178a(0x11d)]()){const _0x4206dd={};_0x4206dd[_0x34178a(0x162)]=_0x16f68f[_0x34178a(0x157)],helper[_0x34178a(0x150)](_0x4206dd,new Map(),new Map()),logger[_0x34178a(0x1d1)](_0xb11a4a[_0x34178a(0x1a4)]),logger['debug'](_0xb11a4a[_0x34178a(0x1ce)]);}class _0x1f0968 extends _0x8bfd79['HttpClient']{[_0x34178a(0x123)](_0x427943){const _0x3d6e06=_0x34178a;if(_0xb11a4a[_0x3d6e06(0x182)](_0x427943['path'],_0xb11a4a[_0x3d6e06(0x173)])&&_0xb11a4a['Grses'](global[_0x3d6e06(0x124)],''))try{global[_0x3d6e06(0x124)]=_0xb11a4a[_0x3d6e06(0x174)](_0xb11a4a[_0x3d6e06(0x174)](_0xb11a4a[_0x3d6e06(0x12f)],global['newHubUrl']),_0xb11a4a['LRgey']),this[_0x3d6e06(0x180)]=hubAllocator['getRequestOptions'](global[_0x3d6e06(0x124)]),logger['debug'](_0x3d6e06(0x12d)+global['newHubUrl']),global[_0x3d6e06(0x124)]='';}catch(_0x50d612){logger[_0x3d6e06(0x126)](_0x50d612);}return super[_0x3d6e06(0x123)](_0x427943);}}class _0x19d05f extends _0x4a4d7d[_0x34178a(0x149)]{[_0x34178a(0x171)](){const _0x2655cb=_0x34178a;return this[_0x2655cb(0x142)]=helper[_0x2655cb(0x13f)](_0x16f68f),logger['debug'](_0x2655cb(0x1d4)+this[_0x2655cb(0x142)]),this;}[_0x34178a(0x1c5)](_0x3f04a2){const _0x3e48ca=_0x34178a;let _0x3e9040={};for(const _0x2fc1f6 in _0x3f04a2){switch(_0x2fc1f6){case _0xb11a4a[_0x3e48ca(0x184)]:case _0xb11a4a[_0x3e48ca(0x1d9)]:this[_0x3e48ca(0x194)]&&(_0x3e9040=this[_0x3e48ca(0x194)]['get'](this[_0x3e48ca(0x194)]['CAPABILITY_KEY'])||{},this[_0x3e48ca(0x194)][_0x3e48ca(0x13c)](this['chromeOptions_']['CAPABILITY_KEY'],helper[_0x3e48ca(0x16a)](_0x3e9040,_0x3f04a2[_0x2fc1f6])));break;case _0xb11a4a[_0x3e48ca(0x19f)]:case _0xb11a4a[_0x3e48ca(0x119)]:this[_0x3e48ca(0x1b9)]&&(_0x3e9040=this[_0x3e48ca(0x1b9)]['get'](this[_0x3e48ca(0x1b9)][_0x3e48ca(0x15a)])||{},this[_0x3e48ca(0x1b9)][_0x3e48ca(0x13c)](this[_0x3e48ca(0x1b9)][_0x3e48ca(0x15a)],helper[_0x3e48ca(0x16a)](_0x3e9040,_0x3f04a2[_0x2fc1f6])));break;case _0xb11a4a[_0x3e48ca(0x145)]:case _0xb11a4a['HdIqK']:this[_0x3e48ca(0x1bc)]&&(_0x3e9040=this['firefoxOptions_'][_0x3e48ca(0x147)](this[_0x3e48ca(0x1bc)][_0x3e48ca(0x15a)])||{},this[_0x3e48ca(0x1bc)][_0x3e48ca(0x13c)](this[_0x3e48ca(0x1bc)][_0x3e48ca(0x15a)],helper[_0x3e48ca(0x16a)](_0x3e9040,_0x3f04a2[_0x2fc1f6])));break;case _0xb11a4a[_0x3e48ca(0x1a8)]:this[_0x3e48ca(0x1b7)]&&(_0x3e9040=this[_0x3e48ca(0x1b7)][_0x3e48ca(0x147)](this[_0x3e48ca(0x1b7)][_0x3e48ca(0x15a)])||{},this[_0x3e48ca(0x1b7)][_0x3e48ca(0x13c)](this[_0x3e48ca(0x1b7)][_0x3e48ca(0x15a)],helper[_0x3e48ca(0x16a)](_0x3e9040,_0x3f04a2[_0x2fc1f6])));break;case _0xb11a4a[_0x3e48ca(0x151)]:case _0xb11a4a['uZqWH']:this[_0x3e48ca(0x16c)]&&(_0x3e9040=this[_0x3e48ca(0x16c)][_0x3e48ca(0x147)](this['ieOptions_'][_0x3e48ca(0x15a)])||{},this['ieOptions_'][_0x3e48ca(0x13c)](this[_0x3e48ca(0x16c)][_0x3e48ca(0x15a)],helper[_0x3e48ca(0x16a)](_0x3e9040,_0x3f04a2[_0x2fc1f6])));break;}}}['setCapabilities'](){const _0x5b868b=_0x34178a,_0x28c13d={'MahGF':function(_0x18b29f,_0x2ea84e){const _0x570b0f=a84_0x5bda;return _0xb11a4a[_0x570b0f(0x196)](_0x18b29f,_0x2ea84e);},'DgEKs':_0xb11a4a[_0x5b868b(0x17a)]};return logger[_0x5b868b(0x186)](_0xb11a4a[_0x5b868b(0x19e)]),this[_0x5b868b(0x1c5)](_0x16f68f['capability']),Object[_0x5b868b(0x152)](_0x16f68f[_0x5b868b(0x172)])['forEach'](_0x1f41b2=>{const _0x237cf5=_0x5b868b,_0x240afe=this['capabilities_'][_0x237cf5(0x147)](_0x1f41b2);_0x28c13d[_0x237cf5(0x189)](typeof _0x240afe,_0x28c13d['DgEKs'])?this[_0x237cf5(0x1d6)]['set'](_0x1f41b2,helper[_0x237cf5(0x16a)](_0x240afe,_0x16f68f[_0x237cf5(0x172)][_0x1f41b2])):this[_0x237cf5(0x1d6)][_0x237cf5(0x13c)](_0x1f41b2,_0x16f68f[_0x237cf5(0x172)][_0x1f41b2]);}),this;}[_0x34178a(0x121)](){const _0x1c2286=_0x34178a,_0x1a3950={'dlPed':function(_0xbcab51,_0x85cd0f){const _0x245913=a84_0x5bda;return _0xb11a4a[_0x245913(0x128)](_0xbcab51,_0x85cd0f);},'GlYsJ':function(_0x4f10b5,_0x55f596,_0x1b0611){return _0xb11a4a['KRZiC'](_0x4f10b5,_0x55f596,_0x1b0611);}};if(helper[_0x1c2286(0x11d)]()){const _0x550e02=_0xb11a4a['rtQNm']['split']('|');let _0x9d1171=0x0;while(!![]){switch(_0x550e02[_0x9d1171++]){case'0':this[_0x1c2286(0x166)]();continue;case'1':_0xb11a4a['rEMqG'](isAccessibilityAutomationSession)&&_0xb11a4a[_0x1c2286(0x1b5)](setAccessibilityCapabilities,_0x16f68f);continue;case'2':this[_0x1c2286(0x171)]();continue;case'3':globals[_0x1c2286(0x12e)](_0xb11a4a[_0x1c2286(0x1c8)])&&(!_0xb11a4a[_0x1c2286(0x176)](setExtension,this,_0x16f68f)&&globals[_0x1c2286(0x19a)](_0xb11a4a[_0x1c2286(0x1c8)],![]));continue;case'4':if(helper[_0x1c2286(0x168)](_0x16f68f[_0x1c2286(0x19c)]['proxyUrl']))this[_0x1c2286(0x146)]=helper[_0x1c2286(0x120)](_0x16f68f[_0x1c2286(0x19c)][_0x1c2286(0x170)]);else _0x16f68f[_0x1c2286(0x19c)][_0x1c2286(0x170)]&&(this[_0x1c2286(0x1d0)]=_0x16f68f[_0x1c2286(0x19c)][_0x1c2286(0x170)],logger[_0x1c2286(0x186)](_0x1c2286(0x122)+this[_0x1c2286(0x1d0)]));continue;case'5':logger[_0x1c2286(0x186)](_0xb11a4a[_0x1c2286(0x169)]);continue;}break;}}else helper[_0x1c2286(0x1ca)](null,null,_0x16f68f[_0x1c2286(0x15b)],null,this,null);const _0xca86a8=super[_0x1c2286(0x121)]();return _0xca86a8['session_'][_0x1c2286(0x11a)](_0x37f17d=>{const _0x3229b3=_0x1c2286;try{const _0x1ffc11=_0x37f17d[_0x3229b3(0x199)][_0x3229b3(0x147)](_0xb11a4a[_0x3229b3(0x1d8)]);_0x1ffc11?(logger[_0x3229b3(0x186)](_0x3229b3(0x1b1)+_0x1ffc11),hubAllocator[_0x3229b3(0x175)](_0x1ffc11),helper['storeOptimalHubUrl'](_0x1ffc11)):logger['debug'](_0xb11a4a[_0x3229b3(0x1ad)]);}catch(_0x255150){logger['debug']('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x255150);}}),_0xca86a8[_0x1c2286(0x1d3)]=0x0,_0xca86a8['then']&&_0xca86a8[_0x1c2286(0x11a)](_0x42f231=>{const _0x3bd1f4=_0x1c2286,_0x40815b={'oKJqL':function(_0x1c49fd,_0x503a60,_0x17891f){const _0x257ade=a84_0x5bda;return _0xb11a4a[_0x257ade(0x125)](_0x1c49fd,_0x503a60,_0x17891f);}};helper[_0x3bd1f4(0x17e)](_0x42f231,_0xca86a8),_0x13eda2&&_0xb11a4a['LwdBb'](overrideTakeScreenshot,_0x42f231),helper[_0x3bd1f4(0x16f)](_0x42f231,_0x16f68f),helper[_0x3bd1f4(0x1be)](_0x42f231,_0x16f68f),_0x16f68f[_0x3bd1f4(0x172)]&&percyHelper[_0x3bd1f4(0x17f)](_0x42f231,_0x4a4d7d['WebElement'],_0x16f68f),_0x42f231['getAccessibilityResultsSummary']=async()=>{return await _0x40815b['oKJqL'](getAccessibilityResultsSummary,_0x42f231,global);},_0x42f231[_0x3bd1f4(0x1bd)]=async()=>{const _0x4567ee=_0x3bd1f4;return await _0x40815b[_0x4567ee(0x135)](getAccessibilityResults,_0x42f231,global);},_0x42f231['performScan']=async()=>{const _0x377251=_0x3bd1f4;return await _0x1a3950[_0x377251(0x1b4)](performScan,_0x42f231);};}),_0xca86a8[_0x1c2286(0x159)]=async()=>{const _0x5bbd04=_0x1c2286;return await _0x1a3950[_0x5bbd04(0x1ac)](getAccessibilityResultsSummary,_0xca86a8,global);},_0xca86a8[_0x1c2286(0x1bd)]=async()=>{return await _0xb11a4a['iGqnR'](getAccessibilityResults,_0xca86a8,global);},_0xca86a8['performScan']=async()=>{const _0x1e0d83=_0x1c2286;return await _0xb11a4a[_0x1e0d83(0x138)](performScan,_0xca86a8);},_0x13eda2&&_0xb11a4a[_0x1c2286(0x179)](overrideTakeScreenshot,_0xca86a8),helper['overrideQuit'](_0xca86a8),helper['overrideGet'](_0xca86a8,_0x16f68f),helper[_0x1c2286(0x1be)](_0xca86a8,_0x16f68f),_0x16f68f['capability']&&percyHelper[_0x1c2286(0x17f)](_0xca86a8,_0x4a4d7d[_0x1c2286(0x188)],_0x16f68f),helper[_0x1c2286(0x14f)](global['__driversArray'])&&(global['__driversArray']=[]),helper['isUndefined'](global['__drivers'])&&(global[_0x1c2286(0x19b)]=[]),global['__driversArray']['push'](_0xca86a8),global['__driver']=_0xca86a8,_0x3c6045&&(_0x3c6045[_0x1c2286(0x133)][_0x1c2286(0x140)]=_0xca86a8),_0xb11a4a[_0x1c2286(0x167)](global[_0x1c2286(0x19b)],undefined)&&global['__drivers'][_0x1c2286(0x13b)](_0xca86a8),_0x3c6045&&helper[_0x1c2286(0x14f)](_0x3c6045[_0x1c2286(0x133)][_0x1c2286(0x118)])&&(_0x3c6045[_0x1c2286(0x133)][_0x1c2286(0x118)]=[]),_0x3c6045&&_0xb11a4a['FgNDN'](_0x3c6045[_0x1c2286(0x133)][_0x1c2286(0x19b)],undefined)&&(_0x3c6045[_0x1c2286(0x133)][_0x1c2286(0x19b)][_0x1c2286(0x13b)](_0xca86a8),_0x3c6045[_0x1c2286(0x133)][_0x1c2286(0x118)][_0x1c2286(0x13b)](_0xca86a8)),_0xca86a8[_0x1c2286(0x12b)]=globals[_0x1c2286(0x12e)](_0xb11a4a[_0x1c2286(0x1c8)]),globals[_0x1c2286(0x19a)](_0xb11a4a[_0x1c2286(0x1c8)],globals[_0x1c2286(0x12e)](_0xb11a4a[_0x1c2286(0x1c8)])),_0xca86a8;}}_0x3c6045&&(globals[_0x34178a(0x1b3)]=_0x3c6045[_0x34178a(0x133)]['browserStackGlobals']);if(_0xb11a4a[_0x34178a(0x1bf)](isAccessibilityAutomationSession))try{let _0x27ec3b=helper[_0x34178a(0x16d)](_0xb11a4a[_0x34178a(0x11c)])[_0x34178a(0x187)];(!_0x27ec3b['prototype']||!_0x27ec3b[_0x34178a(0x127)][_0x34178a(0x141)])&&(_0x27ec3b=helper[_0x34178a(0x16d)](_0xb11a4a['pVVnh'])['Executor']);if(_0x27ec3b[_0x34178a(0x127)]&&_0x27ec3b[_0x34178a(0x127)][_0x34178a(0x141)]){const _0x263540=_0x27ec3b[_0x34178a(0x127)][_0x34178a(0x141)];logger[_0x34178a(0x186)](_0xb11a4a[_0x34178a(0x14c)]),_0x27ec3b[_0x34178a(0x127)][_0x34178a(0x141)]=async function(){const _0xe1fed5=_0x34178a;try{!globals['getGlobal'](_0xb11a4a[_0xe1fed5(0x13d)])&&globals['getGlobal'](_0xb11a4a[_0xe1fed5(0x1c8)])&&globals[_0xe1fed5(0x12e)](_0xb11a4a['hVbRk'])&&scripts[_0xe1fed5(0x195)](arguments[0x0][_0xe1fed5(0x1a5)])&&!_0xb11a4a[_0xe1fed5(0x1ab)](isBrowserStackCommandExecutor,arguments[0x0][_0xe1fed5(0x1cc)])&&(globals[_0xe1fed5(0x19a)](_0xb11a4a[_0xe1fed5(0x13d)],!![]),logger['debug']('Performing\x20scan\x20for\x20'+arguments[0x0][_0xe1fed5(0x1a5)]),await _0xb11a4a[_0xe1fed5(0x1a7)](performScan,global[_0xe1fed5(0x140)],arguments[0x0][_0xe1fed5(0x1a5)]));}catch(_0x3e1c75){logger['debug'](_0xe1fed5(0x1ba)+util[_0xe1fed5(0x1c2)](_0x3e1c75));}return globals[_0xe1fed5(0x19a)](_0xb11a4a[_0xe1fed5(0x13d)],![]),_0x263540[_0xe1fed5(0x137)](this,arguments);};}}catch(_0x239668){logger[_0x34178a(0x186)](_0xb11a4a[_0x34178a(0x174)](_0xb11a4a[_0x34178a(0x132)],_0x239668));}return _0x4a4d7d[_0x34178a(0x1d2)]=_0x4a4d7d[_0x34178a(0x149)],_0x4a4d7d[_0x34178a(0x149)]=_0x19d05f,_0x8bfd79[_0x34178a(0x178)]=_0x1f0968,_0x4a4d7d;};module[a84_0x578f7e(0x136)][a84_0x578f7e(0x130)]=modify,module['exports'][a84_0x578f7e(0x1af)]=modifyV2,module[a84_0x578f7e(0x136)][a84_0x578f7e(0x17c)]=percySDK,module[a84_0x578f7e(0x136)]['BrowserStackSdk']=BrowserStackSdk,module['exports'][a84_0x578f7e(0x154)]=modifyPlaywrightConfig;function a84_0x42c0(){const _0x51c13d=['BuhSn','goog:chromeOptions','debug','WebDriver','WebElement','MahGF','./helpers/globals','247506DEGMgK','safari.options','bstackA11yShouldScan','NdEhs','uqGNH','optimalHubUrl','bUDRw','cFAUt','./helpers/percy/utils','chromeOptions_','shouldWrapCommand','eZDrA','Modifying\x20webdriver\x20builder','/wd/hub','caps_','setGlobal','__drivers','proxySettings','ieOptions','LAGqd','uBOtO','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','moz:firefoxOptions','./bin/playwright/modifyPlaywrightConf','vHkbm','atjzJ','name_','./helpers/helper','pPnEG','VvXYU','util','IXkOp','hUFum','GlYsJ','gIzqR','./helpers/logger','browserstackAgentV2','Unable\x20to\x20find\x20executor\x20class\x20','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','dXmQh','browserStackGlobals','dlPed','nhHYo','selenium-webdriver/lib/http.js','safariOptions_','storeOptimalHubUrl','edgeOptions_','Failed\x20to\x20perform\x20scan\x20','RSZsM','firefoxOptions_','getAccessibilityResults','overrideExecute','rEMqG','Modifying\x20webdriver\x20execute','MSTHO','format','441858pDbBoz','performScan','__setBrowserOptions','HFrPq','/session','qNNMj','DOOOT','prepareCapabilities','LLoRX','parameters_','6945368CGISlk','zjdbu','path','proxy_','info','originalBuilder','quitCount_','Hub\x20url\x20set\x20to\x20','KfSha','capabilities_','https://','afFYp','HuQTo','ndvDM','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','__driversArray','ndJog','then','3539005mCyitW','PUhNr','isBrowserstackInfra','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','7gJdxby','getHttpAgent','build','Proxy\x20set\x20to\x20','send','newHubUrl','vdmtT','error','prototype','temBH','./bin/mocha/accessibility-automation/helper','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','isAccessibilityPlatform','370ZCMxgv','New\x20hub\x20url\x20set\x20to\x20','getGlobal','wJYWn','browserstackAgent','object','rUzbM','global','requireSeleniumWebdriver','oKJqL','exports','apply','QERSH','winstonLogger','LnRRV','push','set','WKSTN','btmtR','getHubUrl','__driver','execute','url_','Setting\x20Browserstack\x20capabilities','6OkWqzT','KYKux','agent_','get','./helpers/percy/PercySDK','Builder','UhlZz','81352XLJHwf','lxVRn','56439eqXJeu','UEXVS','isUndefined','setLogLevel','spCgy','keys','requireHttpClient','_modifyPlaywright','XUWsr','TYFtW','browserStackLogLevel','getRequestOptions','getAccessibilityResultsSummary','CAPABILITY_KEY','framework','./hubAllocationMethods','cLDjX','rrjai','OACEu','dGRkf','NLTWz','logLevel','178124hLiJmC','firefoxOptions','JpJzP','setCapabilities','LfXza','isPacProxy','yJedX','mergeDeep','vhRrH','ieOptions_','requireModule','session_','overrideGet','proxyUrl','setServer','capability','daWOT','tYmIK','updateHubUrl','ldQco','se:ieOptions','HttpClient','PqlYn','kWPlO','yenSq','percy','selenium-webdriver/lib/webdriver.js','overrideQuit','patchDriverPercy','options_','Oebkc','Grses','chromeOptions'];a84_0x42c0=function(){return _0x51c13d;};return a84_0x42c0();}