browserstack-node-sdk 1.32.14 → 1.32.16

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 -0
  116. package/src/helpers/testhub/testhubHandler.js +1 -0
  117. package/src/helpers/testhub/utils.js +1 -0
  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
- const a80_0x4b747=a80_0x4eea;function a80_0x4eea(_0x31406f,_0x4a7bae){const _0x435638=a80_0x4356();return a80_0x4eea=function(_0x4eeafc,_0x3eb2cb){_0x4eeafc=_0x4eeafc-0xf1;let _0x3a3d2a=_0x435638[_0x4eeafc];return _0x3a3d2a;},a80_0x4eea(_0x31406f,_0x4a7bae);}(function(_0x4084d0,_0x4636b4){const _0x474f9a=a80_0x4eea,_0x348286=_0x4084d0();while(!![]){try{const _0x45cef2=parseInt(_0x474f9a(0x136))/0x1*(parseInt(_0x474f9a(0x103))/0x2)+parseInt(_0x474f9a(0x132))/0x3*(-parseInt(_0x474f9a(0xf3))/0x4)+-parseInt(_0x474f9a(0x11c))/0x5+parseInt(_0x474f9a(0x118))/0x6+-parseInt(_0x474f9a(0x107))/0x7*(-parseInt(_0x474f9a(0x131))/0x8)+-parseInt(_0x474f9a(0x12a))/0x9*(parseInt(_0x474f9a(0x137))/0xa)+-parseInt(_0x474f9a(0x139))/0xb;if(_0x45cef2===_0x4636b4)break;else _0x348286['push'](_0x348286['shift']());}catch(_0x1c491b){_0x348286['push'](_0x348286['shift']());}}}(a80_0x4356,0xa6a9a));const url=require(a80_0x4b747(0x13b)),util=require(a80_0x4b747(0x102)),helper=require(a80_0x4b747(0x126)),logger=require(a80_0x4b747(0xf4))[a80_0x4b747(0x121)],constants=require('./bin/utils/constants');global[a80_0x4b747(0x12f)]='',exports[a80_0x4b747(0x113)]=_0xcc029a=>{const _0x51d2d9=a80_0x4b747,_0x8f2429={};_0x8f2429[_0x51d2d9(0x12c)]=function(_0x552d92,_0xd042d6){return _0x552d92+_0xd042d6;},_0x8f2429[_0x51d2d9(0x122)]=_0x51d2d9(0x125);const _0x43f016=_0x8f2429,_0x2a6041=url[_0x51d2d9(0x10c)](_0xcc029a);if(!_0x2a6041['hostname'])throw new Error(_0x43f016['Krdfb'](_0x43f016[_0x51d2d9(0x122)],_0xcc029a));return _0x2a6041['search']=null,_0x2a6041['hash']=null,_0x2a6041['path']=_0x2a6041[_0x51d2d9(0xf5)],_0x2a6041;},exports[a80_0x4b747(0x129)]=_0x3690e4=>{const _0x9fe92d=a80_0x4b747;global[_0x9fe92d(0x12f)]=_0x3690e4;},exports[a80_0x4b747(0x104)]=_0x96afa3=>{const _0x4f2c63={'EWBCP':function(_0x241750){return _0x241750();},'FbQMF':function(_0xbe8cd5,_0x31b851){return _0xbe8cd5+_0x31b851;},'dMXnc':'/wd/hub','lJlMI':function(_0x3c359b){return _0x3c359b();},'hVTCA':function(_0x41f9e0,_0x191b62){return _0x41f9e0!=_0x191b62;},'LpqZs':function(_0x541831,_0x54766c){return _0x541831!==_0x54766c;},'uqEVc':'https://'};return new Promise(_0x398bc6=>{const _0x538ba8=a80_0x4eea,_0x37b39c={'ydlWY':function(_0x4fb483,_0xcb731d){const _0x3e9032=a80_0x4eea;return _0x4f2c63[_0x3e9032(0x108)](_0x4fb483,_0xcb731d);},'KDYlZ':_0x4f2c63[_0x538ba8(0x10b)],'wNAbK':function(_0x4c2807){const _0x405a8d=_0x538ba8;return _0x4f2c63[_0x405a8d(0x130)](_0x4c2807);},'QsgVq':function(_0xd912d0,_0x3c4f22){const _0x1a0d1a=_0x538ba8;return _0x4f2c63[_0x1a0d1a(0x12b)](_0xd912d0,_0x3c4f22);},'iGWdb':function(_0xe6eb66,_0x5edada){const _0x1fba02=_0x538ba8;return _0x4f2c63[_0x1fba02(0x127)](_0xe6eb66,_0x5edada);},'uCAJe':_0x4f2c63[_0x538ba8(0x10e)],'zVasO':function(_0x562a07){const _0xfe7c33=_0x538ba8;return _0x4f2c63[_0xfe7c33(0x130)](_0x562a07);}};Promise[_0x538ba8(0xf8)](this[_0x538ba8(0x123)](_0x96afa3))[_0x538ba8(0x10f)](_0x1c1df9=>{const _0x376575=_0x538ba8;logger[_0x376575(0x105)]('NEAREST\x20HUBS:\x20'+util[_0x376575(0x128)]('%j',_0x1c1df9));if(_0x37b39c[_0x376575(0xfe)](_0x1c1df9,null)&&_0x37b39c[_0x376575(0x111)](_0x1c1df9[_0x376575(0xf9)],0x0)){const _0x43e259=[];for(const _0x1e9ebe of _0x1c1df9){_0x43e259[_0x376575(0xfd)](this[_0x376575(0x124)](_0x96afa3,_0x37b39c[_0x376575(0x11b)](_0x37b39c[_0x376575(0x135)],_0x1e9ebe)));}Promise[_0x376575(0x10d)](_0x43e259)['then'](_0x2a6c3a=>{const _0x310d12=_0x376575,_0xf88426=Object[_0x310d12(0xfb)](_0x2a6c3a[_0x310d12(0x12e)](_0x258ad9=>[_0x258ad9[_0x310d12(0xf7)],_0x258ad9[_0x310d12(0x134)]])),_0x30566e=Object[_0x310d12(0xfb)](Object[_0x310d12(0xfc)](_0xf88426)[_0x310d12(0x112)](([,_0x10ba16],[,_0x116d66])=>_0x10ba16-_0x116d66)),_0x2330fc=Object[_0x310d12(0x11d)](_0x30566e)[0x0];constants['hubUrl']=_0x37b39c[_0x310d12(0x11b)](_0x2330fc,_0x37b39c[_0x310d12(0x11a)]),logger['debug'](_0x310d12(0x110)+_0x2330fc),_0x37b39c[_0x310d12(0x133)](_0x398bc6);});}else _0x37b39c[_0x376575(0x106)](_0x398bc6);})[_0x538ba8(0xff)](_0x290485=>{const _0x50333d=_0x538ba8;logger[_0x50333d(0x105)]('CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20'+_0x290485),_0x4f2c63[_0x50333d(0x11f)](_0x398bc6);});});},exports['findLatency']=async(_0x50a673,_0x5f24d8)=>{const _0x6ff0cc=a80_0x4b747,_0x18d379={};_0x18d379[_0x6ff0cc(0xf2)]=_0x6ff0cc(0x13a),_0x18d379['EmCNZ']=_0x6ff0cc(0x119),_0x18d379[_0x6ff0cc(0x100)]=function(_0x63403c,_0x586847){return _0x63403c-_0x586847;};const _0x4dcb49=_0x18d379;try{const _0x836e13=new Date();await helper[_0x6ff0cc(0x10a)](_0x4dcb49[_0x6ff0cc(0xf2)],_0x4dcb49[_0x6ff0cc(0x115)],{},_0x50a673,_0x5f24d8,0x1388);const _0x4ccd25=_0x4dcb49[_0x6ff0cc(0x100)](new Date(),_0x836e13);logger[_0x6ff0cc(0x105)](_0x6ff0cc(0x117)+_0x5f24d8+_0x6ff0cc(0x114)+_0x4ccd25+'ms');const _0x541020={};return _0x541020[_0x6ff0cc(0xf7)]=_0x5f24d8,_0x541020['latency']=_0x4ccd25,_0x541020;}catch(_0x426077){return logger['debug'](_0x6ff0cc(0xfa)+_0x5f24d8+_0x6ff0cc(0x138)+_0x426077),{};}},exports['nextHubs']=async _0x330915=>{const _0x3ed0d3=a80_0x4b747,_0x5ca8c6={};_0x5ca8c6[_0x3ed0d3(0x120)]=_0x3ed0d3(0x13a),_0x5ca8c6[_0x3ed0d3(0xf6)]='next_hubs',_0x5ca8c6[_0x3ed0d3(0x12d)]=_0x3ed0d3(0xf1);const _0x5f5cd7=_0x5ca8c6;try{const _0x986b1a=await helper[_0x3ed0d3(0x10a)](_0x5f5cd7[_0x3ed0d3(0x120)],_0x5f5cd7[_0x3ed0d3(0xf6)],{},_0x330915,_0x5f5cd7['HqfPf'],0x1388),_0x3ca7a0=_0x986b1a[_0x3ed0d3(0x109)];return logger['debug'](_0x3ed0d3(0x11e)+util[_0x3ed0d3(0x128)]('%j',_0x3ca7a0)),_0x3ca7a0[_0x3ed0d3(0x101)];}catch(_0x1c2ba1){logger['debug'](_0x3ed0d3(0x116)+_0x1c2ba1);}return null;};function a80_0x4356(){const _0x4d6a75=['GET','url','https://hub.browserstack.com','XxuYP','12392hISpCJ','./helpers/logger','pathname','oNvoM','hubUrl','resolve','length','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','fromEntries','entries','push','QsgVq','catch','Pwmtn','hubs','util','42lYltFR','allocateHub','debug','zVasO','280QrIoCo','FbQMF','data','nodeRequest','dMXnc','parse','all','uqEVc','then','HUB\x20URL\x20SET\x20TO\x20-\x20','iGWdb','sort','getRequestOptions','\x20is:\x20','EmCNZ','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','Execution\x20time\x20for\x20','3230034dOtmze','check','KDYlZ','ydlWY','1232450IiJpjY','keys','Response:\x20','EWBCP','hekdG','winstonLogger','SRMKX','nextHubs','findLatency','Invalid\x20new\x20HUB\x20URL:\x20','./helpers/helper','LpqZs','format','updateHubUrl','493821Wmnnue','hVTCA','Krdfb','HqfPf','map','newHubUrl','lJlMI','149912IXJqdE','834UcXVEs','wNAbK','latency','uCAJe','51489IdegcB','100TKbsmW','\x20HUB\x20-\x20','331034UbnKxZ'];a80_0x4356=function(){return _0x4d6a75;};return a80_0x4356();}
1
+ const a83_0x2c95ac=a83_0x274f;function a83_0x274f(_0x1f3379,_0x5ca156){const _0xfa888b=a83_0xfa88();return a83_0x274f=function(_0x274f4e,_0x3eab1a){_0x274f4e=_0x274f4e-0xc7;let _0x387c90=_0xfa888b[_0x274f4e];return _0x387c90;},a83_0x274f(_0x1f3379,_0x5ca156);}function a83_0xfa88(){const _0x1407d2=['latency','nodeRequest','entries','fromEntries','csPDj','./bin/utils/constants','ggfdS','JykDN','sBIZi','nEMBx','hash','2543470aKEoSY','VTFPj','HUUtu','./helpers/helper','LIFus','check','835860kBEqfs','then','pathname','NEAREST\x20HUBS:\x20','allocateHub','aEGlb','GET','HHsVa','catch','hubs','98qeVcub','debug','2993lliMBc','https://hub.browserstack.com','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','Fwggn','IoSQM','1893627oGIJon','lHlLS','8aIAIxL','1968862RrTxTl','Execution\x20time\x20for\x20','util','hostname','3225xLNhem','path','clbTP','https://','HUB\x20URL\x20SET\x20TO\x20-\x20','format','FRyCc','4486676RDAjdG','hubUrl','Invalid\x20new\x20HUB\x20URL:\x20','map','findLatency','\x20HUB\x20-\x20','url','nextHubs','GJujg','parse','Response:\x20','636ymRjQv','search','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','next_hubs'];a83_0xfa88=function(){return _0x1407d2;};return a83_0xfa88();}(function(_0x392ccd,_0x5b5758){const _0x32b71d=a83_0x274f,_0x154be5=_0x392ccd();while(!![]){try{const _0x1db99b=parseInt(_0x32b71d(0xe2))/0x1*(-parseInt(_0x32b71d(0xe0))/0x2)+-parseInt(_0x32b71d(0xd6))/0x3+parseInt(_0x32b71d(0xf5))/0x4+parseInt(_0x32b71d(0xee))/0x5*(parseInt(_0x32b71d(0x100))/0x6)+parseInt(_0x32b71d(0xea))/0x7+-parseInt(_0x32b71d(0xe9))/0x8*(parseInt(_0x32b71d(0xe7))/0x9)+-parseInt(_0x32b71d(0xd0))/0xa;if(_0x1db99b===_0x5b5758)break;else _0x154be5['push'](_0x154be5['shift']());}catch(_0x293e7b){_0x154be5['push'](_0x154be5['shift']());}}}(a83_0xfa88,0x8de9e));const url=require(a83_0x2c95ac(0xfb)),util=require(a83_0x2c95ac(0xec)),helper=require(a83_0x2c95ac(0xd3)),logger=require('./helpers/logger')['winstonLogger'],constants=require(a83_0x2c95ac(0xca));global['newHubUrl']='',exports['getRequestOptions']=_0x29c67f=>{const _0x308a26=a83_0x2c95ac,_0x9558d8={};_0x9558d8[_0x308a26(0xd4)]=function(_0x5a6c58,_0x403a02){return _0x5a6c58+_0x403a02;},_0x9558d8[_0x308a26(0xce)]=_0x308a26(0xf7);const _0x461bdb=_0x9558d8,_0x140cd5=url[_0x308a26(0xfe)](_0x29c67f);if(!_0x140cd5[_0x308a26(0xed)])throw new Error(_0x461bdb[_0x308a26(0xd4)](_0x461bdb[_0x308a26(0xce)],_0x29c67f));return _0x140cd5[_0x308a26(0x101)]=null,_0x140cd5[_0x308a26(0xcf)]=null,_0x140cd5[_0x308a26(0xef)]=_0x140cd5[_0x308a26(0xd8)],_0x140cd5;},exports['updateHubUrl']=_0x14f619=>{global['newHubUrl']=_0x14f619;},exports[a83_0x2c95ac(0xda)]=_0x1e85fc=>{const _0x120f92=a83_0x2c95ac,_0x327250={'cJrUQ':function(_0x1205bb,_0x1b2fc6){return _0x1205bb!=_0x1b2fc6;},'GJujg':function(_0x4318c8,_0x6e8e2d){return _0x4318c8!==_0x6e8e2d;},'IoSQM':function(_0xd383a0,_0x420042){return _0xd383a0+_0x420042;},'HHsVa':_0x120f92(0xf1),'ggfdS':function(_0x5b38a5){return _0x5b38a5();},'csPDj':function(_0x39d4bc,_0x549faf){return _0x39d4bc+_0x549faf;},'FRyCc':'/wd/hub','VTFPj':function(_0x70b05){return _0x70b05();}};return new Promise(_0x55fea0=>{const _0x346ddd=_0x120f92,_0xf512e6={'lXiQY':function(_0x231432,_0x3a11c4){const _0x61f57c=a83_0x274f;return _0x327250[_0x61f57c(0xc9)](_0x231432,_0x3a11c4);},'HUUtu':_0x327250[_0x346ddd(0xf4)],'pRjko':function(_0x578e0b){const _0x2784aa=_0x346ddd;return _0x327250[_0x2784aa(0xd1)](_0x578e0b);}};Promise['resolve'](this[_0x346ddd(0xfc)](_0x1e85fc))[_0x346ddd(0xd7)](_0x5d6161=>{const _0x30fea1=_0x346ddd;logger[_0x30fea1(0xe1)](_0x30fea1(0xd9)+util[_0x30fea1(0xf3)]('%j',_0x5d6161));if(_0x327250['cJrUQ'](_0x5d6161,null)&&_0x327250[_0x30fea1(0xfd)](_0x5d6161['length'],0x0)){const _0xfbf098=[];for(const _0x4a6ec3 of _0x5d6161){_0xfbf098['push'](this[_0x30fea1(0xf9)](_0x1e85fc,_0x327250[_0x30fea1(0xe6)](_0x327250[_0x30fea1(0xdd)],_0x4a6ec3)));}Promise['all'](_0xfbf098)[_0x30fea1(0xd7)](_0x241668=>{const _0x53f346=_0x30fea1,_0x5738ad=Object[_0x53f346(0xc8)](_0x241668[_0x53f346(0xf8)](_0x2dcd73=>[_0x2dcd73['hubUrl'],_0x2dcd73[_0x53f346(0x104)]])),_0x115385=Object[_0x53f346(0xc8)](Object[_0x53f346(0xc7)](_0x5738ad)['sort'](([,_0x1b5990],[,_0x5446bc])=>_0x1b5990-_0x5446bc)),_0x39ac09=Object['keys'](_0x115385)[0x0];constants[_0x53f346(0xf6)]=_0xf512e6['lXiQY'](_0x39ac09,_0xf512e6[_0x53f346(0xd2)]),logger[_0x53f346(0xe1)](_0x53f346(0xf2)+_0x39ac09),_0xf512e6['pRjko'](_0x55fea0);});}else _0x327250['ggfdS'](_0x55fea0);})[_0x346ddd(0xde)](_0x516d91=>{const _0x2dfd51=_0x346ddd;logger['debug'](_0x2dfd51(0x102)+_0x516d91),_0x327250[_0x2dfd51(0xcb)](_0x55fea0);});});},exports[a83_0x2c95ac(0xf9)]=async(_0x2e5929,_0x110f56)=>{const _0x243037=a83_0x2c95ac,_0x13f975={};_0x13f975['aEGlb']=_0x243037(0xdc),_0x13f975['clbTP']=_0x243037(0xd5),_0x13f975[_0x243037(0xcc)]=function(_0x3ff1d0,_0xf70a87){return _0x3ff1d0-_0xf70a87;};const _0x7823a5=_0x13f975;try{const _0x221944=new Date();await helper['nodeRequest'](_0x7823a5[_0x243037(0xdb)],_0x7823a5[_0x243037(0xf0)],{},_0x2e5929,_0x110f56,0x1388);const _0x422d4f=_0x7823a5[_0x243037(0xcc)](new Date(),_0x221944);logger['debug'](_0x243037(0xeb)+_0x110f56+'\x20is:\x20'+_0x422d4f+'ms');const _0x533abe={};return _0x533abe[_0x243037(0xf6)]=_0x110f56,_0x533abe[_0x243037(0x104)]=_0x422d4f,_0x533abe;}catch(_0x414614){return logger[_0x243037(0xe1)](_0x243037(0xe4)+_0x110f56+_0x243037(0xfa)+_0x414614),{};}},exports[a83_0x2c95ac(0xfc)]=async _0x2afb99=>{const _0x274751=a83_0x2c95ac,_0xb16769={};_0xb16769[_0x274751(0xcd)]=_0x274751(0xdc),_0xb16769['Fwggn']=_0x274751(0x103),_0xb16769[_0x274751(0xe8)]=_0x274751(0xe3);const _0x15d23c=_0xb16769;try{const _0x5a911=await helper[_0x274751(0x105)](_0x15d23c[_0x274751(0xcd)],_0x15d23c[_0x274751(0xe5)],{},_0x2afb99,_0x15d23c[_0x274751(0xe8)],0x1388),_0xd829b=_0x5a911['data'];return logger[_0x274751(0xe1)](_0x274751(0xff)+util['format']('%j',_0xd829b)),_0xd829b[_0x274751(0xdf)];}catch(_0x1c1c9c){logger['debug']('ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20'+_0x1c1c9c);}return null;};
package/src/index.js CHANGED
@@ -1 +1 @@
1
- function a81_0x1a1b(){const _0x4b2b09=['/wd/hub','overrideQuit','object','rNDnl','send','browserstackAgentV2','ieOptions_','hznYO','selenium-webdriver/lib/http.js','Hxmkk','execute','yKbuD','gqsxB','proxySettings','getGlobal','4751790gLQfjm','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','goog:chromeOptions','hBqGi','694812GOVAsE','name_','sruCt','Hub\x20url\x20set\x20to\x20','setServer','set','overrideExecute','updateHubUrl','2|4|3|5|1|0','WebElement','proxyUrl','KDVQj','build','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','ms:edgeOptions','./helpers/percy/utils','browserStackLogLevel','cjXcO','UJIob','JyMaW','se:ieOptions','pDzrJ','jbqnX','LmRhu','getAccessibilityResults','UwDPk','frqcW','proxy_','2521404OSROFi','bKhBr','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','/session','setGlobal','./helpers/patchHelpers','Builder','Executor','EzLyR','Setting\x20Browserstack\x20capabilities','__driversArray','url_','apply','getRequestOptions','./helpers/logger','browserStackGlobals','isBrowserstackInfra','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','PGHbD','MeoFo','mKdEi','overrideGet','sNydf','edgeOptions_','session_','AJkej','glwLz','New\x20hub\x20url\x20set\x20to\x20','util','chromeOptions','global','vGsvz','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','Unable\x20to\x20find\x20executor\x20class\x20','bstackAllyScanning','QsBxL','./helpers/accessibility-automation/scripts','wVTGy','prototype','safariOptions_','exports','Ptqvh','trzcZ','agent_','moz:firefoxOptions','Performing\x20scan\x20for\x20','aLcSG','https://','tkHKG','DskcB','percy','zHJSu','domFf','VMSen','JRXhA','ywNDF','cGFfy','storeOptimalHubUrl','originalBuilder','setCapabilities','frRis','gzEcM','mergeDeep','getHttpAgent','erSNT','Svluo','bstackA11yShouldScan','caps_','yunEp','__drivers','get','CmdTK','bjZKK','Ozycm','BOrbG','VTLJG','options_','ieOptions','browserstackAgent','2|0|3|4|1','9922590wtdpEk','safari.options','UNWUu','cNFBf','capabilities_','18jcWEdF','setLogLevel','debug','cuCou','Proxy\x20set\x20to\x20','hoBkM','parameters_','forEach','48wtTRlN','winstonLogger','UVahV','./helpers/percy/PercySDK','__driver','hpeYp','25415115lOjilh','keys','isUndefined','requireModule','info','bbZBK','14eKGJAO','optimalHubUrl','Modifying\x20webdriver\x20builder','saLBP','then','_modifyPlaywright','eRfnl','firefoxOptions','./helpers/globals','edgeOptions','shouldWrapCommand','Failed\x20to\x20perform\x20scan\x20','./helpers/accessibility-automation/helper','HttpClient','Fjitb','20pLiLnP','OnrVV','error','56431ZJQTNi','rmyXv','requireSeleniumWebdriver','newHubUrl','firefoxOptions_','capability','GkqqQ','patchDriverPercy','push','CAPABILITY_KEY','INaUG','performScan','3616485LxnATk','WebDriver','iKEmy','getAccessibilityResultsSummary','Modifying\x20webdriver\x20execute','tJYCZ','requireHttpClient','split','FKuBu','isAccessibilityPlatform','chromeOptions_','__setBrowserOptions','erKnR','NkDiM','BrowserStackSdk','edLWh','path','getHubUrl','dWdvx','KOUVv'];a81_0x1a1b=function(){return _0x4b2b09;};return a81_0x1a1b();}const a81_0x42eb37=a81_0x1d6d;(function(_0x432429,_0x1ff99f){const _0x336036=a81_0x1d6d,_0x47b859=_0x432429();while(!![]){try{const _0x627b57=-parseInt(_0x336036(0xa7))/0x1*(-parseInt(_0x336036(0xa4))/0x2)+parseInt(_0x336036(0x81))/0x3*(parseInt(_0x336036(0xda))/0x4)+-parseInt(_0x336036(0xb3))/0x5+parseInt(_0x336036(0xd6))/0x6*(parseInt(_0x336036(0x95))/0x7)+-parseInt(_0x336036(0x89))/0x8*(-parseInt(_0x336036(0xf6))/0x9)+-parseInt(_0x336036(0x146))/0xa+-parseInt(_0x336036(0x8f))/0xb;if(_0x627b57===_0x1ff99f)break;else _0x47b859['push'](_0x47b859['shift']());}catch(_0x484ea8){_0x47b859['push'](_0x47b859['shift']());}}}(a81_0x1a1b,0xce63d));function a81_0x1d6d(_0x43f5d8,_0x47d641){const _0x1a1b88=a81_0x1a1b();return a81_0x1d6d=function(_0x1d6d85,_0x633aed){_0x1d6d85=_0x1d6d85-0x7d;let _0x57cf65=_0x1a1b88[_0x1d6d85];return _0x57cf65;},a81_0x1d6d(_0x43f5d8,_0x47d641);}const util=require(a81_0x42eb37(0x112)),{overrideTakeScreenshot}=require(a81_0x42eb37(0xfb)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a81_0x42eb37(0xa1)),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require('./helpers/helper'),logger=require(a81_0x42eb37(0x104))[a81_0x42eb37(0x8a)],hubAllocator=require('./hubAllocationMethods'),percySDK=require(a81_0x42eb37(0x8c)),percyHelper=require(a81_0x42eb37(0xe9)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require('./bin/playwright/modifyPlaywrightConf'),scripts=require(a81_0x42eb37(0x11a)),globals=require(a81_0x42eb37(0x9d)),modify=_0x51b7b3=>{const _0x432685=a81_0x42eb37,_0xf313ff={'lrrfa':function(_0x49a31d,_0x42196e){return _0x49a31d!==_0x42196e;},'wVTGy':_0x432685(0xf9),'ywNDF':function(_0x2349fa,_0x18ab5d){return _0x2349fa!==_0x18ab5d;},'VTLJG':function(_0x1c6232,_0x51a047){return _0x1c6232+_0x51a047;},'iKEmy':_0x432685(0x125),'UNWUu':_0x432685(0xc7),'sruCt':_0x432685(0xd8),'acDww':'chromeOptions','Svluo':_0x432685(0xe8),'yKbuD':_0x432685(0x9e),'midrd':'moz:firefoxOptions','MeoFo':_0x432685(0x9c),'eJjdh':_0x432685(0x7d),'dWdvx':'se:ieOptions','yunEp':_0x432685(0x143),'bjZKK':function(_0x2c0e06,_0x39c935){return _0x2c0e06===_0x39c935;},'KOUVv':_0x432685(0xc9),'Ptqvh':_0x432685(0xff),'BOrbG':_0x432685(0x145),'Hxmkk':function(_0x1de82d,_0x1ec421,_0x2885b7){return _0x1de82d(_0x1ec421,_0x2885b7);},'hpeYp':'optimalHubUrl','tkHKG':_0x432685(0x107),'gqsxB':function(_0x42ea9a,_0x496667,_0x131696){return _0x42ea9a(_0x496667,_0x131696);},'hoBkM':function(_0x4024b4,_0xd212e4,_0x4a4fee){return _0x4024b4(_0xd212e4,_0x4a4fee);},'tJYCZ':function(_0x5348cd,_0xca8a03){return _0x5348cd(_0xca8a03);},'hBqGi':function(_0x22e954){return _0x22e954();},'sNydf':function(_0x486a0c,_0x449d91){return _0x486a0c(_0x449d91);},'frqcW':'isAccessibilityPlatform','qYOak':_0x432685(0xe7),'Fjitb':_0x432685(0xd7),'DDxPd':_0x432685(0x97)};logger['info'](_0xf313ff[_0x432685(0xa3)]),logger[_0x432685(0x83)](_0xf313ff['DDxPd']);const _0x5e8a73=helper['requireSeleniumWebdriver'](),_0xc54bfb=helper[_0x432685(0xb9)]();class _0xbdcc70 extends _0xc54bfb[_0x432685(0xa2)]{[_0x432685(0xcb)](_0x166c66){const _0x25ee71=_0x432685;if(_0xf313ff['lrrfa'](_0x166c66[_0x25ee71(0xc3)],_0xf313ff[_0x25ee71(0x11b)])&&_0xf313ff[_0x25ee71(0x12d)](global[_0x25ee71(0xaa)],''))try{global[_0x25ee71(0xaa)]=_0xf313ff['VTLJG'](_0xf313ff[_0x25ee71(0x141)](_0xf313ff[_0x25ee71(0xb5)],global['newHubUrl']),_0xf313ff[_0x25ee71(0x7e)]),this[_0x25ee71(0x142)]=hubAllocator[_0x25ee71(0x103)](global[_0x25ee71(0xaa)]),logger[_0x25ee71(0x83)](_0x25ee71(0x111)+global[_0x25ee71(0xaa)]),global['newHubUrl']='';}catch(_0x17ca2f){logger['error'](_0x17ca2f);}return super[_0x25ee71(0xcb)](_0x166c66);}}class _0x4e5243 extends _0x5e8a73[_0x432685(0xfc)]{[_0x432685(0xbe)](_0x4ee4cc){const _0xc775da=_0x432685;let _0x485fb2={};for(const _0x45f3f5 in _0x4ee4cc){switch(_0x45f3f5){case _0xf313ff[_0xc775da(0xdc)]:case _0xf313ff['acDww']:this[_0xc775da(0xbd)]&&(_0x485fb2=this[_0xc775da(0xbd)][_0xc775da(0x13c)](this[_0xc775da(0xbd)][_0xc775da(0xb0)])||{},this['chromeOptions_'][_0xc775da(0xdf)](this[_0xc775da(0xbd)][_0xc775da(0xb0)],helper[_0xc775da(0x134)](_0x485fb2,_0x4ee4cc[_0x45f3f5])));break;case _0xf313ff[_0xc775da(0x137)]:case _0xf313ff[_0xc775da(0xd2)]:this[_0xc775da(0x10d)]&&(_0x485fb2=this['edgeOptions_'][_0xc775da(0x13c)](this['edgeOptions_'][_0xc775da(0xb0)])||{},this[_0xc775da(0x10d)][_0xc775da(0xdf)](this['edgeOptions_']['CAPABILITY_KEY'],helper['mergeDeep'](_0x485fb2,_0x4ee4cc[_0x45f3f5])));break;case _0xf313ff['midrd']:case _0xf313ff[_0xc775da(0x109)]:this[_0xc775da(0xab)]&&(_0x485fb2=this[_0xc775da(0xab)][_0xc775da(0x13c)](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this[_0xc775da(0xab)][_0xc775da(0xdf)](this[_0xc775da(0xab)][_0xc775da(0xb0)],helper[_0xc775da(0x134)](_0x485fb2,_0x4ee4cc[_0x45f3f5])));break;case _0xf313ff['eJjdh']:this[_0xc775da(0x11d)]&&(_0x485fb2=this[_0xc775da(0x11d)]['get'](this[_0xc775da(0x11d)][_0xc775da(0xb0)])||{},this['safariOptions_']['set'](this[_0xc775da(0x11d)]['CAPABILITY_KEY'],helper[_0xc775da(0x134)](_0x485fb2,_0x4ee4cc[_0x45f3f5])));break;case _0xf313ff[_0xc775da(0xc5)]:case _0xf313ff[_0xc775da(0x13a)]:this['ieOptions_']&&(_0x485fb2=this['ieOptions_']['get'](this[_0xc775da(0xcd)][_0xc775da(0xb0)])||{},this[_0xc775da(0xcd)][_0xc775da(0xdf)](this[_0xc775da(0xcd)]['CAPABILITY_KEY'],helper[_0xc775da(0x134)](_0x485fb2,_0x4ee4cc[_0x45f3f5])));break;}}}[_0x432685(0xde)](){const _0xa27d50=_0x432685;return this[_0xa27d50(0x101)]=helper[_0xa27d50(0xc4)](_0x51b7b3),logger[_0xa27d50(0x83)]('Hub\x20url\x20set\x20to\x20'+this['url_']),this;}['setCapabilities'](){const _0x25d150=_0x432685;return logger[_0x25d150(0x83)](_0xf313ff[_0x25d150(0x11f)]),this['__setBrowserOptions'](_0x51b7b3[_0x25d150(0xac)]),Object['keys'](_0x51b7b3[_0x25d150(0xac)])[_0x25d150(0x88)](_0x3c7cec=>{const _0x3c3b8b=_0x25d150,_0x352aff=this[_0x3c3b8b(0x80)][_0x3c3b8b(0x13c)](_0x3c7cec);_0xf313ff[_0x3c3b8b(0x13e)](typeof _0x352aff,_0xf313ff[_0x3c3b8b(0xc6)])?this['capabilities_'][_0x3c3b8b(0xdf)](_0x3c7cec,helper[_0x3c3b8b(0x134)](_0x352aff,_0x51b7b3[_0x3c3b8b(0xac)][_0x3c7cec])):this[_0x3c3b8b(0x80)]['set'](_0x3c7cec,_0x51b7b3[_0x3c3b8b(0xac)][_0x3c7cec]);}),this;}['build'](){const _0x408c23=_0x432685,_0x37eee3={'frRis':_0xf313ff[_0x408c23(0x8e)],'EzLyR':_0xf313ff[_0x408c23(0x126)],'cjXcO':function(_0x95466b,_0x1eb96f,_0x1e948c){const _0x166b7a=_0x408c23;return _0xf313ff[_0x166b7a(0xd3)](_0x95466b,_0x1eb96f,_0x1e948c);},'Ozycm':function(_0x36ac6c,_0x262670,_0x4e5968){const _0x3188df=_0x408c23;return _0xf313ff[_0x3188df(0x86)](_0x36ac6c,_0x262670,_0x4e5968);},'glwLz':function(_0x5e6ae2,_0x9ca076){return _0xf313ff['tJYCZ'](_0x5e6ae2,_0x9ca076);},'eRfnl':function(_0x48fc05,_0x575672){const _0x1a6dd6=_0x408c23;return _0xf313ff[_0x1a6dd6(0xb8)](_0x48fc05,_0x575672);}};_0xf313ff[_0x408c23(0xd9)](isAccessibilityAutomationSession)&&_0xf313ff[_0x408c23(0x10c)](setAccessibilityCapabilities,_0x51b7b3);this[_0x408c23(0xde)](),this[_0x408c23(0x131)]();if(helper['isPacProxy'](_0x51b7b3[_0x408c23(0xd4)][_0x408c23(0xe4)]))this['agent_']=helper[_0x408c23(0x135)](_0x51b7b3['proxySettings'][_0x408c23(0xe4)]);else _0x51b7b3[_0x408c23(0xd4)][_0x408c23(0xe4)]&&(this[_0x408c23(0xf5)]=_0x51b7b3[_0x408c23(0xd4)][_0x408c23(0xe4)],logger['debug'](_0x408c23(0x85)+this[_0x408c23(0xf5)]));globals[_0x408c23(0xd5)](_0xf313ff['frqcW'])&&(!_0xf313ff['gqsxB'](setExtension,this,_0x51b7b3)&&globals[_0x408c23(0xfa)](_0xf313ff[_0x408c23(0xf4)],![]));logger['debug'](_0xf313ff['qYOak']);const _0xf803ba=super[_0x408c23(0xe6)]();return _0xf803ba[_0x408c23(0x10e)][_0x408c23(0x99)](_0x5e416c=>{const _0x46d781=_0x408c23;try{const _0x10794c=_0x5e416c[_0x46d781(0x139)][_0x46d781(0x13c)](_0x37eee3[_0x46d781(0x132)]);_0x10794c?(logger['debug'](_0x46d781(0xf8)+_0x10794c),hubAllocator[_0x46d781(0xe1)](_0x10794c),helper['storeOptimalHubUrl'](_0x10794c)):logger[_0x46d781(0x83)](_0x37eee3[_0x46d781(0xfe)]);}catch(_0x282e2b){logger[_0x46d781(0x83)](_0x46d781(0x116)+_0x282e2b);}}),_0xf803ba[_0x408c23(0x99)]&&_0xf803ba[_0x408c23(0x99)](_0x3e67c6=>{const _0x473b10=_0x408c23,_0x470589=_0xf313ff[_0x473b10(0x140)][_0x473b10(0xba)]('|');let _0x2847aa=0x0;while(!![]){switch(_0x470589[_0x2847aa++]){case'0':helper[_0x473b10(0xe0)](_0x3e67c6,_0x51b7b3);continue;case'1':_0x3e67c6[_0x473b10(0xb2)]=async()=>{const _0x38c47c=_0x473b10;return await _0x37eee3[_0x38c47c(0x110)](performScan,_0x3e67c6);};continue;case'2':helper[_0x473b10(0x10b)](_0x3e67c6,_0x51b7b3);continue;case'3':_0x3e67c6[_0x473b10(0xb6)]=async()=>{const _0x1ab35d=_0x473b10;return await _0x37eee3[_0x1ab35d(0xeb)](getAccessibilityResultsSummary,_0x3e67c6,global);};continue;case'4':_0x3e67c6[_0x473b10(0xf2)]=async()=>{const _0x43cdee=_0x473b10;return await _0x37eee3[_0x43cdee(0x13f)](getAccessibilityResults,_0x3e67c6,global);};continue;}break;}}),_0xf803ba[_0x408c23(0xb6)]=async()=>{return await _0x37eee3['cjXcO'](getAccessibilityResultsSummary,_0xf803ba,global);},_0xf803ba[_0x408c23(0xf2)]=async()=>{const _0x59bb00=_0x408c23;return await _0xf313ff[_0x59bb00(0xd0)](getAccessibilityResults,_0xf803ba,global);},_0xf803ba[_0x408c23(0xb2)]=async()=>{const _0x2921ea=_0x408c23;return await _0x37eee3[_0x2921ea(0x9b)](performScan,_0xf803ba);},helper[_0x408c23(0x10b)](_0xf803ba,_0x51b7b3),helper[_0x408c23(0xe0)](_0xf803ba,_0x51b7b3),helper[_0x408c23(0x91)](global[_0x408c23(0x100)])&&(global[_0x408c23(0x100)]=[]),global['__driversArray'][_0x408c23(0xaf)](_0xf803ba),_0xf803ba;}}_0x5e8a73[_0x432685(0x130)]=_0x5e8a73[_0x432685(0xfc)],_0x5e8a73[_0x432685(0xfc)]=_0x4e5243,_0xc54bfb[_0x432685(0xa2)]=_0xbdcc70;},modifyV2=(_0x8d946d,_0x318ef2=null,_0x42ae9c=![])=>{const _0x508b53=a81_0x42eb37,_0x5f0c1a={'gzEcM':function(_0x391e1a,_0x184e35){return _0x391e1a!==_0x184e35;},'mKdEi':_0x508b53(0xf9),'DskcB':function(_0x4031db,_0x2b3d1d){return _0x4031db+_0x2b3d1d;},'domFf':function(_0x1708d5,_0x764347){return _0x1708d5+_0x764347;},'vGsvz':_0x508b53(0x125),'KDVQj':_0x508b53(0xc7),'qbaJc':_0x508b53(0xd8),'cGFfy':_0x508b53(0x113),'saLBP':_0x508b53(0xe8),'bKhBr':_0x508b53(0x9e),'LmRhu':_0x508b53(0x122),'bbZBK':_0x508b53(0x9c),'NkDiM':_0x508b53(0x7d),'jbqnX':_0x508b53(0xee),'IefFV':_0x508b53(0x143),'INaUG':function(_0x135aaa,_0x406972){return _0x135aaa===_0x406972;},'UVahV':'object','GkqqQ':_0x508b53(0xff),'cNFBf':function(_0x191ac7,_0x1933d5,_0x2c062c){return _0x191ac7(_0x1933d5,_0x2c062c);},'hznYO':function(_0x3e89b7,_0x55daba){return _0x3e89b7(_0x55daba);},'UwDPk':_0x508b53(0x96),'erKnR':_0x508b53(0x107),'WWWIw':function(_0x4e19d9,_0x50554f,_0x2bc427){return _0x4e19d9(_0x50554f,_0x2bc427);},'CmdTK':function(_0x377f78,_0x6bb86e,_0x2aa202){return _0x377f78(_0x6bb86e,_0x2aa202);},'AJkej':_0x508b53(0xe2),'ektwd':_0x508b53(0xe7),'zHJSu':_0x508b53(0xbc),'PGHbD':function(_0x425340){return _0x425340();},'cuCou':function(_0x105a9a,_0x47fa20){return _0x105a9a(_0x47fa20);},'lxKDj':_0x508b53(0x118),'VMSen':_0x508b53(0x138),'UJIob':_0x508b53(0xd7),'edLWh':_0x508b53(0x97),'rNDnl':'selenium-webdriver/lib/webdriver.js','aLcSG':_0x508b53(0xcf),'erSNT':_0x508b53(0xb7),'JRXhA':_0x508b53(0x117)},_0x29ce5a=helper[_0x508b53(0xb9)]();let _0xb017a9;try{_0xb017a9=helper[_0x508b53(0xa9)](),_0xb017a9[_0x508b53(0x130)]&&(_0xb017a9[_0x508b53(0xfc)]=_0xb017a9[_0x508b53(0x130)]);}catch(_0x5d4c00){return;}if(helper[_0x508b53(0x106)]()){const _0x2da2a7={};_0x2da2a7['logLevel']=_0x8d946d[_0x508b53(0xea)],helper[_0x508b53(0x82)](_0x2da2a7,new Map(),new Map()),logger[_0x508b53(0x93)](_0x5f0c1a[_0x508b53(0xec)]),logger[_0x508b53(0x83)](_0x5f0c1a[_0x508b53(0xc2)]);}class _0x32016c extends _0x29ce5a['HttpClient']{[_0x508b53(0xcb)](_0x4e8e44){const _0x11d2a1=_0x508b53;if(_0x5f0c1a[_0x11d2a1(0x133)](_0x4e8e44['path'],_0x5f0c1a[_0x11d2a1(0x10a)])&&_0x5f0c1a[_0x11d2a1(0x133)](global[_0x11d2a1(0xaa)],''))try{global[_0x11d2a1(0xaa)]=_0x5f0c1a[_0x11d2a1(0x127)](_0x5f0c1a[_0x11d2a1(0x12a)](_0x5f0c1a[_0x11d2a1(0x115)],global[_0x11d2a1(0xaa)]),_0x5f0c1a[_0x11d2a1(0xe5)]),this['options_']=hubAllocator[_0x11d2a1(0x103)](global['newHubUrl']),logger[_0x11d2a1(0x83)](_0x11d2a1(0x111)+global[_0x11d2a1(0xaa)]),global[_0x11d2a1(0xaa)]='';}catch(_0x5ca2e1){logger[_0x11d2a1(0xa6)](_0x5ca2e1);}return super[_0x11d2a1(0xcb)](_0x4e8e44);}}class _0x518684 extends _0xb017a9['Builder']{[_0x508b53(0xde)](){const _0x17da17=_0x508b53;return this[_0x17da17(0x101)]=helper[_0x17da17(0xc4)](_0x8d946d),logger['debug'](_0x17da17(0xdd)+this[_0x17da17(0x101)]),this;}['__setBrowserOptions'](_0x4f2946){const _0xd7da52=_0x508b53;let _0x24e6f3={};for(const _0x199ca5 in _0x4f2946){switch(_0x199ca5){case _0x5f0c1a['qbaJc']:case _0x5f0c1a[_0xd7da52(0x12e)]:this[_0xd7da52(0xbd)]&&(_0x24e6f3=this[_0xd7da52(0xbd)]['get'](this['chromeOptions_'][_0xd7da52(0xb0)])||{},this[_0xd7da52(0xbd)]['set'](this[_0xd7da52(0xbd)][_0xd7da52(0xb0)],helper[_0xd7da52(0x134)](_0x24e6f3,_0x4f2946[_0x199ca5])));break;case _0x5f0c1a[_0xd7da52(0x98)]:case _0x5f0c1a[_0xd7da52(0xf7)]:this[_0xd7da52(0x10d)]&&(_0x24e6f3=this[_0xd7da52(0x10d)][_0xd7da52(0x13c)](this[_0xd7da52(0x10d)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0xd7da52(0xdf)](this[_0xd7da52(0x10d)][_0xd7da52(0xb0)],helper[_0xd7da52(0x134)](_0x24e6f3,_0x4f2946[_0x199ca5])));break;case _0x5f0c1a[_0xd7da52(0xf1)]:case _0x5f0c1a[_0xd7da52(0x94)]:this[_0xd7da52(0xab)]&&(_0x24e6f3=this[_0xd7da52(0xab)]['get'](this[_0xd7da52(0xab)][_0xd7da52(0xb0)])||{},this[_0xd7da52(0xab)][_0xd7da52(0xdf)](this[_0xd7da52(0xab)][_0xd7da52(0xb0)],helper[_0xd7da52(0x134)](_0x24e6f3,_0x4f2946[_0x199ca5])));break;case _0x5f0c1a[_0xd7da52(0xc0)]:this[_0xd7da52(0x11d)]&&(_0x24e6f3=this[_0xd7da52(0x11d)][_0xd7da52(0x13c)](this[_0xd7da52(0x11d)][_0xd7da52(0xb0)])||{},this['safariOptions_']['set'](this[_0xd7da52(0x11d)][_0xd7da52(0xb0)],helper[_0xd7da52(0x134)](_0x24e6f3,_0x4f2946[_0x199ca5])));break;case _0x5f0c1a[_0xd7da52(0xf0)]:case _0x5f0c1a['IefFV']:this[_0xd7da52(0xcd)]&&(_0x24e6f3=this['ieOptions_'][_0xd7da52(0x13c)](this[_0xd7da52(0xcd)]['CAPABILITY_KEY'])||{},this[_0xd7da52(0xcd)][_0xd7da52(0xdf)](this[_0xd7da52(0xcd)][_0xd7da52(0xb0)],helper[_0xd7da52(0x134)](_0x24e6f3,_0x4f2946[_0x199ca5])));break;}}}['setCapabilities'](){const _0x4f6c9a=_0x508b53,_0x27c438={'pDzrJ':function(_0x5c9600,_0x135cfe){const _0x161236=a81_0x1d6d;return _0x5f0c1a[_0x161236(0xb1)](_0x5c9600,_0x135cfe);},'trzcZ':_0x5f0c1a[_0x4f6c9a(0x8b)]};return logger[_0x4f6c9a(0x83)](_0x5f0c1a[_0x4f6c9a(0xad)]),this['__setBrowserOptions'](_0x8d946d[_0x4f6c9a(0xac)]),Object[_0x4f6c9a(0x90)](_0x8d946d[_0x4f6c9a(0xac)])[_0x4f6c9a(0x88)](_0x444e90=>{const _0x1eb662=_0x4f6c9a,_0x20cb2c=this[_0x1eb662(0x80)][_0x1eb662(0x13c)](_0x444e90);_0x27c438[_0x1eb662(0xef)](typeof _0x20cb2c,_0x27c438[_0x1eb662(0x120)])?this['capabilities_']['set'](_0x444e90,helper[_0x1eb662(0x134)](_0x20cb2c,_0x8d946d[_0x1eb662(0xac)][_0x444e90])):this[_0x1eb662(0x80)][_0x1eb662(0xdf)](_0x444e90,_0x8d946d['capability'][_0x444e90]);}),this;}[_0x508b53(0xe6)](){const _0x515b19=_0x508b53,_0x4dde54={'AuluH':_0x5f0c1a[_0x515b19(0xf3)],'JyMaW':_0x5f0c1a[_0x515b19(0xbf)],'FKuBu':function(_0x489c0c,_0x5e914d){const _0x2e2c86=_0x515b19;return _0x5f0c1a[_0x2e2c86(0xce)](_0x489c0c,_0x5e914d);},'QsBxL':function(_0x1d720b,_0x1520e6,_0x4e9c3c){return _0x5f0c1a['WWWIw'](_0x1d720b,_0x1520e6,_0x4e9c3c);},'OnrVV':function(_0x12d195,_0x429c1e,_0x19895b){const _0x4002ab=_0x515b19;return _0x5f0c1a[_0x4002ab(0x13d)](_0x12d195,_0x429c1e,_0x19895b);}};if(helper['isBrowserstackInfra']()){const _0x2f9f48=_0x5f0c1a[_0x515b19(0x10f)][_0x515b19(0xba)]('|');let _0x9c91a4=0x0;while(!![]){switch(_0x2f9f48[_0x9c91a4++]){case'0':logger['debug'](_0x5f0c1a['ektwd']);continue;case'1':globals['getGlobal'](_0x5f0c1a['zHJSu'])&&(!_0x5f0c1a[_0x515b19(0x7f)](setExtension,this,_0x8d946d)&&globals[_0x515b19(0xfa)](_0x5f0c1a['zHJSu'],![]));continue;case'2':_0x5f0c1a[_0x515b19(0x108)](isAccessibilityAutomationSession)&&_0x5f0c1a[_0x515b19(0x84)](setAccessibilityCapabilities,_0x8d946d);continue;case'3':this['setCapabilities']();continue;case'4':this[_0x515b19(0xde)]();continue;case'5':if(helper['isPacProxy'](_0x8d946d[_0x515b19(0xd4)][_0x515b19(0xe4)]))this[_0x515b19(0x121)]=helper['getHttpAgent'](_0x8d946d[_0x515b19(0xd4)]['proxyUrl']);else _0x8d946d['proxySettings']['proxyUrl']&&(this[_0x515b19(0xf5)]=_0x8d946d[_0x515b19(0xd4)]['proxyUrl'],logger[_0x515b19(0x83)](_0x515b19(0x85)+this[_0x515b19(0xf5)]));continue;}break;}}const _0x46fc36=super['build']();return _0x46fc36['session_']['then'](_0x2f6d52=>{const _0x3b99fd=_0x515b19;try{const _0x543ed7=_0x2f6d52[_0x3b99fd(0x139)][_0x3b99fd(0x13c)](_0x4dde54['AuluH']);_0x543ed7?(logger[_0x3b99fd(0x83)](_0x3b99fd(0xf8)+_0x543ed7),hubAllocator[_0x3b99fd(0xe1)](_0x543ed7),helper[_0x3b99fd(0x12f)](_0x543ed7)):logger[_0x3b99fd(0x83)](_0x4dde54[_0x3b99fd(0xed)]);}catch(_0x2ddfc0){logger[_0x3b99fd(0x83)](_0x3b99fd(0x116)+_0x2ddfc0);}}),_0x46fc36['quitCount_']=0x0,_0x46fc36[_0x515b19(0x99)]&&_0x46fc36[_0x515b19(0x99)](_0x448ebc=>{const _0x2667e3=_0x515b19,_0x4effc1={'rmyXv':function(_0x2e1590,_0x4da22b,_0x421d22){const _0x5446c7=a81_0x1d6d;return _0x5f0c1a[_0x5446c7(0x7f)](_0x2e1590,_0x4da22b,_0x421d22);}};helper[_0x2667e3(0xc8)](_0x448ebc,_0x46fc36),_0x42ae9c&&_0x5f0c1a[_0x2667e3(0xce)](overrideTakeScreenshot,_0x448ebc),helper[_0x2667e3(0x10b)](_0x448ebc,_0x8d946d),helper[_0x2667e3(0xe0)](_0x448ebc,_0x8d946d),_0x8d946d['capability']&&percyHelper[_0x2667e3(0xae)](_0x448ebc,_0xb017a9[_0x2667e3(0xe3)],_0x8d946d),_0x448ebc[_0x2667e3(0xb6)]=async()=>{const _0x2c2454=_0x2667e3;return await _0x4effc1[_0x2c2454(0xa8)](getAccessibilityResultsSummary,_0x448ebc,global);},_0x448ebc['getAccessibilityResults']=async()=>{return await _0x4effc1['rmyXv'](getAccessibilityResults,_0x448ebc,global);},_0x448ebc['performScan']=async()=>{const _0x57de6a=_0x2667e3;return await _0x4dde54[_0x57de6a(0xbb)](performScan,_0x448ebc);};}),_0x46fc36[_0x515b19(0xb6)]=async()=>{const _0x5114c0=_0x515b19;return await _0x4dde54[_0x5114c0(0x119)](getAccessibilityResultsSummary,_0x46fc36,global);},_0x46fc36['getAccessibilityResults']=async()=>{const _0x3f41af=_0x515b19;return await _0x4dde54[_0x3f41af(0xa5)](getAccessibilityResults,_0x46fc36,global);},_0x46fc36[_0x515b19(0xb2)]=async()=>{const _0x47b4d0=_0x515b19;return await _0x4dde54[_0x47b4d0(0xbb)](performScan,_0x46fc36);},_0x42ae9c&&_0x5f0c1a['cuCou'](overrideTakeScreenshot,_0x46fc36),helper[_0x515b19(0xc8)](_0x46fc36),helper[_0x515b19(0x10b)](_0x46fc36,_0x8d946d),helper[_0x515b19(0xe0)](_0x46fc36,_0x8d946d),_0x8d946d[_0x515b19(0xac)]&&percyHelper[_0x515b19(0xae)](_0x46fc36,_0xb017a9[_0x515b19(0xe3)],_0x8d946d),helper[_0x515b19(0x91)](global[_0x515b19(0x100)])&&(global[_0x515b19(0x100)]=[]),helper[_0x515b19(0x91)](global['__drivers'])&&(global[_0x515b19(0x13b)]=[]),global[_0x515b19(0x100)][_0x515b19(0xaf)](_0x46fc36),global['__driver']=_0x46fc36,_0x318ef2&&(_0x318ef2[_0x515b19(0x114)]['__driver']=_0x46fc36),_0x5f0c1a['gzEcM'](global[_0x515b19(0x13b)],undefined)&&global[_0x515b19(0x13b)][_0x515b19(0xaf)](_0x46fc36),_0x318ef2&&helper[_0x515b19(0x91)](_0x318ef2[_0x515b19(0x114)][_0x515b19(0x100)])&&(_0x318ef2[_0x515b19(0x114)][_0x515b19(0x100)]=[]),_0x318ef2&&_0x5f0c1a[_0x515b19(0x133)](_0x318ef2[_0x515b19(0x114)][_0x515b19(0x13b)],undefined)&&(_0x318ef2[_0x515b19(0x114)][_0x515b19(0x13b)][_0x515b19(0xaf)](_0x46fc36),_0x318ef2[_0x515b19(0x114)][_0x515b19(0x100)]['push'](_0x46fc36)),_0x46fc36['isAccessibilityPlatform']=globals[_0x515b19(0xd5)](_0x5f0c1a[_0x515b19(0x129)]),globals['setGlobal'](_0x5f0c1a[_0x515b19(0x129)],globals[_0x515b19(0xd5)](_0x5f0c1a[_0x515b19(0x129)])),_0x46fc36;}}_0x318ef2&&(globals[_0x508b53(0x105)]=_0x318ef2[_0x508b53(0x114)][_0x508b53(0x105)]);if(_0x5f0c1a['PGHbD'](isAccessibilityAutomationSession))try{let _0x43752c=helper[_0x508b53(0x92)](_0x5f0c1a[_0x508b53(0xca)])[_0x508b53(0xb4)];(!_0x43752c[_0x508b53(0x11c)]||!_0x43752c['prototype'][_0x508b53(0xd1)])&&(_0x43752c=helper['requireModule'](_0x5f0c1a[_0x508b53(0x124)])[_0x508b53(0xfd)]);if(_0x43752c[_0x508b53(0x11c)]&&_0x43752c['prototype'][_0x508b53(0xd1)]){const _0x5720f9=_0x43752c[_0x508b53(0x11c)][_0x508b53(0xd1)];logger['debug'](_0x5f0c1a[_0x508b53(0x136)]),_0x43752c[_0x508b53(0x11c)][_0x508b53(0xd1)]=async function(){const _0x38166e=_0x508b53;try{!globals[_0x38166e(0xd5)](_0x5f0c1a['lxKDj'])&&globals['getGlobal'](_0x5f0c1a[_0x38166e(0x129)])&&globals[_0x38166e(0xd5)](_0x5f0c1a[_0x38166e(0x12b)])&&scripts[_0x38166e(0x9f)](arguments[0x0][_0x38166e(0xdb)])&&!_0x5f0c1a['hznYO'](isBrowserStackCommandExecutor,arguments[0x0][_0x38166e(0x87)])&&(globals[_0x38166e(0xfa)](_0x5f0c1a['lxKDj'],!![]),logger['debug'](_0x38166e(0x123)+arguments[0x0]['name_']),await _0x5f0c1a['cNFBf'](performScan,global[_0x38166e(0x8d)],arguments[0x0][_0x38166e(0xdb)]));}catch(_0xf53eed){logger['debug'](_0x38166e(0xa0)+util['format'](_0xf53eed));}return globals[_0x38166e(0xfa)](_0x5f0c1a['lxKDj'],![]),_0x5720f9[_0x38166e(0x102)](this,arguments);};}}catch(_0x3349f3){logger['debug'](_0x5f0c1a['domFf'](_0x5f0c1a[_0x508b53(0x12c)],_0x3349f3));}return _0xb017a9[_0x508b53(0x130)]=_0xb017a9['Builder'],_0xb017a9[_0x508b53(0xfc)]=_0x518684,_0x29ce5a[_0x508b53(0xa2)]=_0x32016c,_0xb017a9;};module[a81_0x42eb37(0x11e)][a81_0x42eb37(0x144)]=modify,module[a81_0x42eb37(0x11e)][a81_0x42eb37(0xcc)]=modifyV2,module[a81_0x42eb37(0x11e)][a81_0x42eb37(0x128)]=percySDK,module[a81_0x42eb37(0x11e)][a81_0x42eb37(0xc1)]=BrowserStackSdk,module['exports'][a81_0x42eb37(0x9a)]=modifyPlaywrightConfig;
1
+ const a84_0x4c8b5f=a84_0x48a2;(function(_0x47e0c7,_0x367146){const _0x3e1b84=a84_0x48a2,_0xb4a5b0=_0x47e0c7();while(!![]){try{const _0x26b1b5=-parseInt(_0x3e1b84(0x9a))/0x1+-parseInt(_0x3e1b84(0xf7))/0x2*(-parseInt(_0x3e1b84(0xcc))/0x3)+parseInt(_0x3e1b84(0xf5))/0x4*(parseInt(_0x3e1b84(0xda))/0x5)+-parseInt(_0x3e1b84(0x107))/0x6+-parseInt(_0x3e1b84(0x10a))/0x7*(parseInt(_0x3e1b84(0xd4))/0x8)+-parseInt(_0x3e1b84(0xa3))/0x9+parseInt(_0x3e1b84(0xcf))/0xa;if(_0x26b1b5===_0x367146)break;else _0xb4a5b0['push'](_0xb4a5b0['shift']());}catch(_0x371b80){_0xb4a5b0['push'](_0xb4a5b0['shift']());}}}(a84_0x5557,0x59735));const util=require(a84_0x4c8b5f(0x10c)),{overrideTakeScreenshot}=require(a84_0x4c8b5f(0xad)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a84_0x4c8b5f(0x12f)),{setAccessibilityCapabilities,setExtension}=require(a84_0x4c8b5f(0xac)),helper=require('./helpers/helper'),logger=require(a84_0x4c8b5f(0x153))[a84_0x4c8b5f(0x133)],hubAllocator=require('./hubAllocationMethods'),percySDK=require(a84_0x4c8b5f(0x132)),percyHelper=require(a84_0x4c8b5f(0xec)),BrowserStackSdk=require(a84_0x4c8b5f(0x99)),modifyPlaywrightConfig=require(a84_0x4c8b5f(0xeb)),scripts=require(a84_0x4c8b5f(0xaf)),globals=require(a84_0x4c8b5f(0xf2)),modify=_0x540762=>{const _0x12f713=a84_0x4c8b5f,_0x355807={'Xyrab':function(_0x5bbf17,_0x77ecb6){return _0x5bbf17!==_0x77ecb6;},'QYrGy':_0x12f713(0xc9),'menQI':function(_0xbf4800,_0x8ff00d){return _0xbf4800!==_0x8ff00d;},'HQTDm':function(_0x2380b9,_0x3b4c5f){return _0x2380b9+_0x3b4c5f;},'Vbsoi':function(_0x38f824,_0xe10e38){return _0x38f824+_0xe10e38;},'eAZnF':_0x12f713(0x144),'shQaG':_0x12f713(0x13d),'uhcxo':_0x12f713(0x113),'qQdlo':'chromeOptions','fkTTh':_0x12f713(0x149),'zMbRa':_0x12f713(0x157),'ilGsJ':'moz:firefoxOptions','fXCcm':_0x12f713(0xc1),'ILkHi':'safari.options','JhEKk':_0x12f713(0x154),'kLmSx':_0x12f713(0x143),'OPTZl':function(_0x45203e,_0x5c9c1e){return _0x45203e===_0x5c9c1e;},'Smxhu':_0x12f713(0xa0),'wPeEg':'Setting\x20Browserstack\x20capabilities','sruwi':function(_0x4dd7ed,_0x31b61e,_0x40ac0a){return _0x4dd7ed(_0x31b61e,_0x40ac0a);},'qhpqa':function(_0x144c8f,_0x29e6d2){return _0x144c8f(_0x29e6d2);},'ascFu':function(_0x5b2fe0,_0x1ac301,_0x59041e){return _0x5b2fe0(_0x1ac301,_0x59041e);},'CTNEx':function(_0x1e5d21,_0x1b832f){return _0x1e5d21(_0x1b832f);},'cQMvO':_0x12f713(0xee),'KjKoq':_0x12f713(0x9c),'yensR':function(_0x39fca1,_0xce1adb,_0x3271ef){return _0x39fca1(_0xce1adb,_0x3271ef);},'HHfKx':function(_0x191b42){return _0x191b42();},'ZvQWz':'isAccessibilityPlatform','owjxw':function(_0x353c55,_0x2362b4,_0xbb9e10){return _0x353c55(_0x2362b4,_0xbb9e10);},'UdgsJ':_0x12f713(0x11a),'kIoVm':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','oboci':_0x12f713(0x11c)};logger[_0x12f713(0xc0)](_0x355807[_0x12f713(0x150)]),logger[_0x12f713(0xe9)](_0x355807['oboci']);const _0x2cfbbf=helper['requireSeleniumWebdriver'](),_0x2721ef=helper['requireHttpClient']();class _0x1b4962 extends _0x2721ef[_0x12f713(0xbc)]{[_0x12f713(0x15b)](_0x204187){const _0x2cea90=_0x12f713;if(_0x355807[_0x2cea90(0x9b)](_0x204187[_0x2cea90(0xd3)],_0x355807[_0x2cea90(0x103)])&&_0x355807[_0x2cea90(0x13f)](global['newHubUrl'],''))try{global[_0x2cea90(0xab)]=_0x355807[_0x2cea90(0xfd)](_0x355807['Vbsoi'](_0x355807[_0x2cea90(0xf3)],global[_0x2cea90(0xab)]),_0x355807[_0x2cea90(0x145)]),this['options_']=hubAllocator[_0x2cea90(0xbd)](global[_0x2cea90(0xab)]),logger[_0x2cea90(0xe9)](_0x2cea90(0xd6)+global[_0x2cea90(0xab)]),global[_0x2cea90(0xab)]='';}catch(_0x3bdbeb){logger[_0x2cea90(0xc8)](_0x3bdbeb);}return super['send'](_0x204187);}}class _0x35bbc8 extends _0x2cfbbf[_0x12f713(0x148)]{[_0x12f713(0xb4)](_0x54b97e){const _0x435db5=_0x12f713;let _0x54e77f={};for(const _0x1f9081 in _0x54b97e){switch(_0x1f9081){case _0x355807[_0x435db5(0xe6)]:case _0x355807['qQdlo']:this[_0x435db5(0x108)]&&(_0x54e77f=this[_0x435db5(0x108)]['get'](this[_0x435db5(0x108)][_0x435db5(0xca)])||{},this[_0x435db5(0x108)][_0x435db5(0x12b)](this[_0x435db5(0x108)][_0x435db5(0xca)],helper[_0x435db5(0xe2)](_0x54e77f,_0x54b97e[_0x1f9081])));break;case _0x355807[_0x435db5(0xa6)]:case _0x355807[_0x435db5(0x10f)]:this[_0x435db5(0x131)]&&(_0x54e77f=this[_0x435db5(0x131)][_0x435db5(0x11b)](this['edgeOptions_'][_0x435db5(0xca)])||{},this[_0x435db5(0x131)][_0x435db5(0x12b)](this['edgeOptions_'][_0x435db5(0xca)],helper['mergeDeep'](_0x54e77f,_0x54b97e[_0x1f9081])));break;case _0x355807[_0x435db5(0xf8)]:case _0x355807[_0x435db5(0xef)]:this[_0x435db5(0xb0)]&&(_0x54e77f=this[_0x435db5(0xb0)][_0x435db5(0x11b)](this[_0x435db5(0xb0)][_0x435db5(0xca)])||{},this['firefoxOptions_'][_0x435db5(0x12b)](this[_0x435db5(0xb0)][_0x435db5(0xca)],helper['mergeDeep'](_0x54e77f,_0x54b97e[_0x1f9081])));break;case _0x355807[_0x435db5(0xc7)]:this['safariOptions_']&&(_0x54e77f=this[_0x435db5(0xd2)][_0x435db5(0x11b)](this['safariOptions_']['CAPABILITY_KEY'])||{},this[_0x435db5(0xd2)]['set'](this['safariOptions_']['CAPABILITY_KEY'],helper[_0x435db5(0xe2)](_0x54e77f,_0x54b97e[_0x1f9081])));break;case _0x355807[_0x435db5(0x152)]:case _0x355807[_0x435db5(0x11e)]:this['ieOptions_']&&(_0x54e77f=this[_0x435db5(0x129)]['get'](this[_0x435db5(0x129)]['CAPABILITY_KEY'])||{},this['ieOptions_']['set'](this[_0x435db5(0x129)][_0x435db5(0xca)],helper[_0x435db5(0xe2)](_0x54e77f,_0x54b97e[_0x1f9081])));break;}}}[_0x12f713(0xb2)](){const _0x17ff5a=_0x12f713;return this[_0x17ff5a(0x146)]=helper['getHubUrl'](_0x540762),logger[_0x17ff5a(0xe9)](_0x17ff5a(0xe0)+this[_0x17ff5a(0x146)]),this;}[_0x12f713(0xbf)](){const _0x256228=_0x12f713;return logger[_0x256228(0xe9)](_0x355807[_0x256228(0xfc)]),this[_0x256228(0xb4)](_0x540762[_0x256228(0xa5)]),Object[_0x256228(0x14e)](_0x540762['capability'])[_0x256228(0x12a)](_0x530eea=>{const _0xa846d1=_0x256228,_0x3d38c0=this['capabilities_'][_0xa846d1(0x11b)](_0x530eea);_0x355807[_0xa846d1(0x138)](typeof _0x3d38c0,_0x355807[_0xa846d1(0xa9)])?this[_0xa846d1(0x101)]['set'](_0x530eea,helper[_0xa846d1(0xe2)](_0x3d38c0,_0x540762[_0xa846d1(0xa5)][_0x530eea])):this[_0xa846d1(0x101)][_0xa846d1(0x12b)](_0x530eea,_0x540762[_0xa846d1(0xa5)][_0x530eea]);}),this;}['build'](){const _0x19107e=_0x12f713,_0x56d12a={'PiIjK':_0x355807[_0x19107e(0x141)],'AFLvQ':_0x355807['KjKoq'],'KbbqP':function(_0x71025f,_0x10bfcc,_0x3db689){return _0x355807['yensR'](_0x71025f,_0x10bfcc,_0x3db689);}};_0x355807[_0x19107e(0xd9)](isAccessibilityAutomationSession)&&_0x355807[_0x19107e(0x14a)](setAccessibilityCapabilities,_0x540762);this[_0x19107e(0xb2)](),this[_0x19107e(0xbf)]();if(helper['isPacProxy'](_0x540762[_0x19107e(0xfa)][_0x19107e(0x118)]))this[_0x19107e(0x139)]=helper[_0x19107e(0x112)](_0x540762[_0x19107e(0xfa)][_0x19107e(0x118)]);else _0x540762[_0x19107e(0xfa)][_0x19107e(0x118)]&&(this[_0x19107e(0x9d)]=_0x540762[_0x19107e(0xfa)]['proxyUrl'],logger[_0x19107e(0xe9)](_0x19107e(0xae)+this[_0x19107e(0x9d)]));globals[_0x19107e(0xf0)](_0x355807[_0x19107e(0x13b)])&&(!_0x355807[_0x19107e(0xff)](setExtension,this,_0x540762)&&globals[_0x19107e(0x136)](_0x355807['ZvQWz'],![]));logger[_0x19107e(0xe9)](_0x355807[_0x19107e(0x124)]);const _0x3961f9=super[_0x19107e(0x126)]();return _0x3961f9[_0x19107e(0x11d)][_0x19107e(0xd8)](_0x36ec96=>{const _0x16d71f=_0x19107e;try{const _0x24bba8=_0x36ec96[_0x16d71f(0xdd)][_0x16d71f(0x11b)](_0x56d12a[_0x16d71f(0x115)]);_0x24bba8?(logger[_0x16d71f(0xe9)](_0x16d71f(0x125)+_0x24bba8),hubAllocator[_0x16d71f(0x9f)](_0x24bba8),helper['storeOptimalHubUrl'](_0x24bba8)):logger[_0x16d71f(0xe9)](_0x56d12a[_0x16d71f(0x137)]);}catch(_0x3bdb22){logger[_0x16d71f(0xe9)](_0x16d71f(0x110)+_0x3bdb22);}}),_0x3961f9[_0x19107e(0xd8)]&&_0x3961f9[_0x19107e(0xd8)](_0x2f4028=>{const _0x187576=_0x19107e,_0x4f14d3={'rDQpe':function(_0x16ffad,_0x45e901,_0x5747f4){const _0x198999=a84_0x48a2;return _0x355807[_0x198999(0xba)](_0x16ffad,_0x45e901,_0x5747f4);},'TeSZl':function(_0x1af08b,_0x201ac3){const _0x126284=a84_0x48a2;return _0x355807[_0x126284(0xa8)](_0x1af08b,_0x201ac3);}};helper[_0x187576(0xf9)](_0x2f4028,_0x540762),helper[_0x187576(0xa1)](_0x2f4028,_0x540762),_0x2f4028[_0x187576(0xea)]=async()=>{return await _0x56d12a['KbbqP'](getAccessibilityResultsSummary,_0x2f4028,global);},_0x2f4028[_0x187576(0xd7)]=async()=>{const _0x255038=_0x187576;return await _0x4f14d3[_0x255038(0xb9)](getAccessibilityResults,_0x2f4028,global);},_0x2f4028['performScan']=async()=>{const _0x2ac683=_0x187576;return await _0x4f14d3[_0x2ac683(0x12c)](performScan,_0x2f4028);};}),_0x3961f9[_0x19107e(0xea)]=async()=>{const _0x243e45=_0x19107e;return await _0x355807[_0x243e45(0xd0)](getAccessibilityResultsSummary,_0x3961f9,global);},_0x3961f9[_0x19107e(0xd7)]=async()=>{const _0x3b353c=_0x19107e;return await _0x56d12a[_0x3b353c(0x142)](getAccessibilityResults,_0x3961f9,global);},_0x3961f9[_0x19107e(0x109)]=async()=>{const _0x17b63d=_0x19107e;return await _0x355807[_0x17b63d(0x14a)](performScan,_0x3961f9);},helper[_0x19107e(0xf9)](_0x3961f9,_0x540762),helper[_0x19107e(0xa1)](_0x3961f9,_0x540762),helper[_0x19107e(0xb1)](global[_0x19107e(0xc4)])&&(global[_0x19107e(0xc4)]=[]),global[_0x19107e(0xc4)][_0x19107e(0x13a)](_0x3961f9),_0x3961f9;}}_0x2cfbbf['originalBuilder']=_0x2cfbbf[_0x12f713(0x148)],_0x2cfbbf[_0x12f713(0x148)]=_0x35bbc8,_0x2721ef[_0x12f713(0xbc)]=_0x1b4962;},modifyV2=(_0x365bf6,_0x1479f9=null,_0x56719a=![])=>{const _0xe86f08=a84_0x4c8b5f,_0x4c5332={'wTDZe':function(_0x1d75bb,_0x4f2d7c){return _0x1d75bb!==_0x4f2d7c;},'yVVbE':_0xe86f08(0xc9),'JtTzk':function(_0x217488,_0xf477a7){return _0x217488+_0xf477a7;},'GGGrA':_0xe86f08(0x144),'BFYKJ':_0xe86f08(0x13d),'kzLSZ':_0xe86f08(0x113),'MBmdY':_0xe86f08(0xd5),'yNcGY':_0xe86f08(0x149),'zJLaP':'edgeOptions','tyarb':_0xe86f08(0x102),'uoWpx':'firefoxOptions','NuZmc':_0xe86f08(0xc5),'RRvZE':_0xe86f08(0x154),'KulpX':_0xe86f08(0x143),'ybjBo':function(_0x1e0410,_0x41d613){return _0x1e0410===_0x41d613;},'zDozv':'object','aASZU':_0xe86f08(0x13c),'udHZD':function(_0x549186,_0x51e475,_0x2765eb){return _0x549186(_0x51e475,_0x2765eb);},'ojKTK':function(_0x1f03cf,_0x31dbe3){return _0x1f03cf(_0x31dbe3);},'DUazL':function(_0x4642f1,_0x5482f1,_0x418e40){return _0x4642f1(_0x5482f1,_0x418e40);},'ThsEj':function(_0x507286,_0x53dd37,_0x24883f){return _0x507286(_0x53dd37,_0x24883f);},'kmZIi':_0xe86f08(0xee),'znRTq':_0xe86f08(0x9c),'gAeqb':function(_0x1b5c20,_0x3a578e,_0x743f78){return _0x1b5c20(_0x3a578e,_0x743f78);},'KjjRe':'2|0|5|3|1|4','YDLan':'isAccessibilityPlatform','ubKjB':function(_0x21a5d5){return _0x21a5d5();},'AOhUa':_0xe86f08(0x11a),'gLWna':_0xe86f08(0xa4),'HOLIg':_0xe86f08(0xfb),'aLqjH':function(_0x36e63a,_0x5a01c6){return _0x36e63a(_0x5a01c6);},'BtuqJ':function(_0x579f01,_0x117cd2,_0x43e15e){return _0x579f01(_0x117cd2,_0x43e15e);},'NgfaJ':_0xe86f08(0x12e),'yBppN':_0xe86f08(0x11c),'wsHzn':_0xe86f08(0x123),'bMoiH':_0xe86f08(0xb8),'hrHWG':_0xe86f08(0xb6),'ADJLZ':_0xe86f08(0xe5)},_0x34e3ab=helper[_0xe86f08(0x121)]();let _0x2d6df7;try{_0x2d6df7=helper[_0xe86f08(0xbe)](),_0x2d6df7[_0xe86f08(0x13e)]&&(_0x2d6df7[_0xe86f08(0x148)]=_0x2d6df7['originalBuilder']);}catch(_0x1fa54e){return;}if(helper['isBrowserstackInfra']()){const _0x11b24e={};_0x11b24e[_0xe86f08(0x14f)]=_0x365bf6[_0xe86f08(0x9e)],helper[_0xe86f08(0x14c)](_0x11b24e,new Map(),new Map()),logger['info'](_0x4c5332['NgfaJ']),logger[_0xe86f08(0xe9)](_0x4c5332[_0xe86f08(0x158)]);}class _0x38ea16 extends _0x34e3ab['HttpClient']{[_0xe86f08(0x15b)](_0x4ce23a){const _0x5833a0=_0xe86f08;if(_0x4c5332[_0x5833a0(0x127)](_0x4ce23a[_0x5833a0(0xd3)],_0x4c5332[_0x5833a0(0x122)])&&_0x4c5332[_0x5833a0(0x127)](global[_0x5833a0(0xab)],''))try{global[_0x5833a0(0xab)]=_0x4c5332[_0x5833a0(0x116)](_0x4c5332[_0x5833a0(0x116)](_0x4c5332['GGGrA'],global[_0x5833a0(0xab)]),_0x4c5332[_0x5833a0(0xcb)]),this['options_']=hubAllocator[_0x5833a0(0xbd)](global[_0x5833a0(0xab)]),logger[_0x5833a0(0xe9)](_0x5833a0(0xd6)+global[_0x5833a0(0xab)]),global[_0x5833a0(0xab)]='';}catch(_0x20c1ee){logger['error'](_0x20c1ee);}return super[_0x5833a0(0x15b)](_0x4ce23a);}}class _0xff325c extends _0x2d6df7[_0xe86f08(0x148)]{[_0xe86f08(0xb2)](){const _0x5a010d=_0xe86f08;return this[_0x5a010d(0x146)]=helper[_0x5a010d(0x117)](_0x365bf6),logger[_0x5a010d(0xe9)](_0x5a010d(0xe0)+this[_0x5a010d(0x146)]),this;}[_0xe86f08(0xb4)](_0x422e5b){const _0x5f4d1b=_0xe86f08;let _0xac2816={};for(const _0x3d635f in _0x422e5b){switch(_0x3d635f){case _0x4c5332[_0x5f4d1b(0x10b)]:case _0x4c5332[_0x5f4d1b(0x135)]:this[_0x5f4d1b(0x108)]&&(_0xac2816=this['chromeOptions_']['get'](this[_0x5f4d1b(0x108)][_0x5f4d1b(0xca)])||{},this[_0x5f4d1b(0x108)]['set'](this[_0x5f4d1b(0x108)][_0x5f4d1b(0xca)],helper[_0x5f4d1b(0xe2)](_0xac2816,_0x422e5b[_0x3d635f])));break;case _0x4c5332[_0x5f4d1b(0xdc)]:case _0x4c5332[_0x5f4d1b(0x10d)]:this[_0x5f4d1b(0x131)]&&(_0xac2816=this[_0x5f4d1b(0x131)][_0x5f4d1b(0x11b)](this[_0x5f4d1b(0x131)][_0x5f4d1b(0xca)])||{},this['edgeOptions_'][_0x5f4d1b(0x12b)](this['edgeOptions_'][_0x5f4d1b(0xca)],helper[_0x5f4d1b(0xe2)](_0xac2816,_0x422e5b[_0x3d635f])));break;case _0x4c5332[_0x5f4d1b(0xe8)]:case _0x4c5332['uoWpx']:this[_0x5f4d1b(0xb0)]&&(_0xac2816=this[_0x5f4d1b(0xb0)][_0x5f4d1b(0x11b)](this['firefoxOptions_'][_0x5f4d1b(0xca)])||{},this[_0x5f4d1b(0xb0)]['set'](this[_0x5f4d1b(0xb0)][_0x5f4d1b(0xca)],helper[_0x5f4d1b(0xe2)](_0xac2816,_0x422e5b[_0x3d635f])));break;case _0x4c5332[_0x5f4d1b(0x155)]:this[_0x5f4d1b(0xd2)]&&(_0xac2816=this[_0x5f4d1b(0xd2)][_0x5f4d1b(0x11b)](this[_0x5f4d1b(0xd2)]['CAPABILITY_KEY'])||{},this['safariOptions_'][_0x5f4d1b(0x12b)](this[_0x5f4d1b(0xd2)][_0x5f4d1b(0xca)],helper[_0x5f4d1b(0xe2)](_0xac2816,_0x422e5b[_0x3d635f])));break;case _0x4c5332[_0x5f4d1b(0xf6)]:case _0x4c5332[_0x5f4d1b(0x10e)]:this['ieOptions_']&&(_0xac2816=this[_0x5f4d1b(0x129)][_0x5f4d1b(0x11b)](this['ieOptions_'][_0x5f4d1b(0xca)])||{},this[_0x5f4d1b(0x129)][_0x5f4d1b(0x12b)](this[_0x5f4d1b(0x129)][_0x5f4d1b(0xca)],helper[_0x5f4d1b(0xe2)](_0xac2816,_0x422e5b[_0x3d635f])));break;}}}['setCapabilities'](){const _0x4aacdd=_0xe86f08,_0xac58cf={'WMsny':function(_0x2331a9,_0x3e0873){const _0x489a51=a84_0x48a2;return _0x4c5332[_0x489a51(0x156)](_0x2331a9,_0x3e0873);},'UdJNz':_0x4c5332[_0x4aacdd(0xe1)]};return logger[_0x4aacdd(0xe9)](_0x4c5332[_0x4aacdd(0x100)]),this['__setBrowserOptions'](_0x365bf6[_0x4aacdd(0xa5)]),Object[_0x4aacdd(0x14e)](_0x365bf6['capability'])[_0x4aacdd(0x12a)](_0x1be3b9=>{const _0x5e8100=_0x4aacdd,_0xb40544=this[_0x5e8100(0x101)][_0x5e8100(0x11b)](_0x1be3b9);_0xac58cf[_0x5e8100(0xb5)](typeof _0xb40544,_0xac58cf[_0x5e8100(0x14d)])?this[_0x5e8100(0x101)]['set'](_0x1be3b9,helper[_0x5e8100(0xe2)](_0xb40544,_0x365bf6[_0x5e8100(0xa5)][_0x1be3b9])):this[_0x5e8100(0x101)][_0x5e8100(0x12b)](_0x1be3b9,_0x365bf6[_0x5e8100(0xa5)][_0x1be3b9]);}),this;}['build'](){const _0x5c890f=_0xe86f08,_0x247530={'vGXxg':_0x4c5332[_0x5c890f(0xa7)],'tlmmE':_0x4c5332[_0x5c890f(0x14b)],'uQoqE':function(_0x5442f7,_0x3ad1a6,_0x2d9fb9){const _0x504efb=_0x5c890f;return _0x4c5332[_0x504efb(0x140)](_0x5442f7,_0x3ad1a6,_0x2d9fb9);}};if(helper['isBrowserstackInfra']()){const _0x449001=_0x4c5332[_0x5c890f(0xc2)][_0x5c890f(0xe4)]('|');let _0x1779c1=0x0;while(!![]){switch(_0x449001[_0x1779c1++]){case'0':this[_0x5c890f(0xb2)]();continue;case'1':globals[_0x5c890f(0xf0)](_0x4c5332[_0x5c890f(0x15a)])&&(!_0x4c5332[_0x5c890f(0x140)](setExtension,this,_0x365bf6)&&globals[_0x5c890f(0x136)](_0x4c5332[_0x5c890f(0x15a)],![]));continue;case'2':_0x4c5332['ubKjB'](isAccessibilityAutomationSession)&&_0x4c5332[_0x5c890f(0xde)](setAccessibilityCapabilities,_0x365bf6);continue;case'3':if(helper[_0x5c890f(0xf1)](_0x365bf6[_0x5c890f(0xfa)][_0x5c890f(0x118)]))this[_0x5c890f(0x139)]=helper[_0x5c890f(0x112)](_0x365bf6[_0x5c890f(0xfa)][_0x5c890f(0x118)]);else _0x365bf6[_0x5c890f(0xfa)]['proxyUrl']&&(this[_0x5c890f(0x9d)]=_0x365bf6[_0x5c890f(0xfa)]['proxyUrl'],logger['debug'](_0x5c890f(0xae)+this[_0x5c890f(0x9d)]));continue;case'4':logger[_0x5c890f(0xe9)](_0x4c5332[_0x5c890f(0xed)]);continue;case'5':this[_0x5c890f(0xbf)]();continue;}break;}}const _0x225bf7=super[_0x5c890f(0x126)]();return _0x225bf7[_0x5c890f(0x11d)][_0x5c890f(0xd8)](_0x3703ad=>{const _0x422c99=_0x5c890f;try{const _0x2b391f=_0x3703ad[_0x422c99(0xdd)][_0x422c99(0x11b)](_0x247530[_0x422c99(0x119)]);_0x2b391f?(logger['debug'](_0x422c99(0x125)+_0x2b391f),hubAllocator[_0x422c99(0x9f)](_0x2b391f),helper[_0x422c99(0xce)](_0x2b391f)):logger[_0x422c99(0xe9)](_0x247530['tlmmE']);}catch(_0x18051f){logger[_0x422c99(0xe9)](_0x422c99(0x110)+_0x18051f);}}),_0x225bf7[_0x5c890f(0x111)]=0x0,_0x225bf7[_0x5c890f(0xd8)]&&_0x225bf7['then'](_0x597924=>{const _0x35089b=_0x5c890f,_0x57ccc1={'saNYT':function(_0xf59e62,_0x29e65c,_0x43f8a6){return _0x4c5332['udHZD'](_0xf59e62,_0x29e65c,_0x43f8a6);},'PGysY':function(_0x52c7f1,_0x443639){const _0x1d7a11=a84_0x48a2;return _0x4c5332[_0x1d7a11(0xde)](_0x52c7f1,_0x443639);}};helper[_0x35089b(0xf4)](_0x597924,_0x225bf7),_0x56719a&&_0x4c5332[_0x35089b(0xde)](overrideTakeScreenshot,_0x597924),helper[_0x35089b(0xf9)](_0x597924,_0x365bf6),helper[_0x35089b(0xa1)](_0x597924,_0x365bf6),_0x365bf6['capability']&&percyHelper[_0x35089b(0xa2)](_0x597924,_0x2d6df7[_0x35089b(0x128)],_0x365bf6),_0x597924[_0x35089b(0xea)]=async()=>{const _0xd18d0e=_0x35089b;return await _0x57ccc1[_0xd18d0e(0x120)](getAccessibilityResultsSummary,_0x597924,global);},_0x597924['getAccessibilityResults']=async()=>{const _0x14cf79=_0x35089b;return await _0x247530[_0x14cf79(0xcd)](getAccessibilityResults,_0x597924,global);},_0x597924[_0x35089b(0x109)]=async()=>{const _0x4e434c=_0x35089b;return await _0x57ccc1[_0x4e434c(0xe7)](performScan,_0x597924);};}),_0x225bf7['getAccessibilityResultsSummary']=async()=>{return await _0x4c5332['DUazL'](getAccessibilityResultsSummary,_0x225bf7,global);},_0x225bf7[_0x5c890f(0xd7)]=async()=>{const _0x57a9d0=_0x5c890f;return await _0x4c5332[_0x57a9d0(0xe3)](getAccessibilityResults,_0x225bf7,global);},_0x225bf7[_0x5c890f(0x109)]=async()=>{return await _0x4c5332['ojKTK'](performScan,_0x225bf7);},_0x56719a&&_0x4c5332[_0x5c890f(0xde)](overrideTakeScreenshot,_0x225bf7),helper[_0x5c890f(0xf4)](_0x225bf7),helper[_0x5c890f(0xf9)](_0x225bf7,_0x365bf6),helper[_0x5c890f(0xa1)](_0x225bf7,_0x365bf6),_0x365bf6[_0x5c890f(0xa5)]&&percyHelper[_0x5c890f(0xa2)](_0x225bf7,_0x2d6df7[_0x5c890f(0x128)],_0x365bf6),helper['isUndefined'](global[_0x5c890f(0xc4)])&&(global[_0x5c890f(0xc4)]=[]),helper[_0x5c890f(0xb1)](global[_0x5c890f(0xbb)])&&(global[_0x5c890f(0xbb)]=[]),global[_0x5c890f(0xc4)]['push'](_0x225bf7),global[_0x5c890f(0x114)]=_0x225bf7,_0x1479f9&&(_0x1479f9[_0x5c890f(0x106)][_0x5c890f(0x114)]=_0x225bf7),_0x4c5332['wTDZe'](global[_0x5c890f(0xbb)],undefined)&&global[_0x5c890f(0xbb)][_0x5c890f(0x13a)](_0x225bf7),_0x1479f9&&helper['isUndefined'](_0x1479f9['global'][_0x5c890f(0xc4)])&&(_0x1479f9['global'][_0x5c890f(0xc4)]=[]),_0x1479f9&&_0x4c5332[_0x5c890f(0x127)](_0x1479f9[_0x5c890f(0x106)][_0x5c890f(0xbb)],undefined)&&(_0x1479f9[_0x5c890f(0x106)][_0x5c890f(0xbb)][_0x5c890f(0x13a)](_0x225bf7),_0x1479f9['global'][_0x5c890f(0xc4)][_0x5c890f(0x13a)](_0x225bf7)),_0x225bf7[_0x5c890f(0x12d)]=globals[_0x5c890f(0xf0)](_0x4c5332[_0x5c890f(0x15a)]),globals[_0x5c890f(0x136)](_0x4c5332['YDLan'],globals[_0x5c890f(0xf0)](_0x4c5332['YDLan'])),_0x225bf7;}}_0x1479f9&&(globals[_0xe86f08(0x159)]=_0x1479f9[_0xe86f08(0x106)][_0xe86f08(0x159)]);if(_0x4c5332[_0xe86f08(0x130)](isAccessibilityAutomationSession))try{let _0x1b712b=helper[_0xe86f08(0xc3)](_0x4c5332['wsHzn'])[_0xe86f08(0x11f)];(!_0x1b712b[_0xe86f08(0x134)]||!_0x1b712b[_0xe86f08(0x134)][_0xe86f08(0x105)])&&(_0x1b712b=helper['requireModule'](_0x4c5332['bMoiH'])['Executor']);if(_0x1b712b[_0xe86f08(0x134)]&&_0x1b712b[_0xe86f08(0x134)][_0xe86f08(0x105)]){const _0x109470=_0x1b712b[_0xe86f08(0x134)][_0xe86f08(0x105)];logger['debug'](_0x4c5332[_0xe86f08(0x147)]),_0x1b712b['prototype'][_0xe86f08(0x105)]=async function(){const _0x1c8c24=_0xe86f08;try{!globals[_0x1c8c24(0xf0)](_0x4c5332[_0x1c8c24(0xc6)])&&globals[_0x1c8c24(0xf0)](_0x4c5332[_0x1c8c24(0x15a)])&&globals[_0x1c8c24(0xf0)](_0x4c5332[_0x1c8c24(0xaa)])&&scripts['shouldWrapCommand'](arguments[0x0]['name_'])&&!_0x4c5332['aLqjH'](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x1c8c24(0x136)](_0x4c5332[_0x1c8c24(0xc6)],!![]),logger[_0x1c8c24(0xe9)]('Performing\x20scan\x20for\x20'+arguments[0x0][_0x1c8c24(0x104)]),await _0x4c5332[_0x1c8c24(0xd1)](performScan,global[_0x1c8c24(0x114)],arguments[0x0]['name_']));}catch(_0x339ad8){logger[_0x1c8c24(0xe9)](_0x1c8c24(0xfe)+util[_0x1c8c24(0xdf)](_0x339ad8));}return globals[_0x1c8c24(0x136)](_0x4c5332[_0x1c8c24(0xc6)],![]),_0x109470['apply'](this,arguments);};}}catch(_0x2a8d58){logger['debug'](_0x4c5332['JtTzk'](_0x4c5332[_0xe86f08(0xdb)],_0x2a8d58));}return _0x2d6df7['originalBuilder']=_0x2d6df7['Builder'],_0x2d6df7[_0xe86f08(0x148)]=_0xff325c,_0x34e3ab['HttpClient']=_0x38ea16,_0x2d6df7;};function a84_0x48a2(_0x5f0845,_0x3d7acb){const _0x55571c=a84_0x5557();return a84_0x48a2=function(_0x48a254,_0x3957ad){_0x48a254=_0x48a254-0x99;let _0x495c02=_0x55571c[_0x48a254];return _0x495c02;},a84_0x48a2(_0x5f0845,_0x3d7acb);}module[a84_0x4c8b5f(0x151)][a84_0x4c8b5f(0xb3)]=modify,module[a84_0x4c8b5f(0x151)]['browserstackAgentV2']=modifyV2,module[a84_0x4c8b5f(0x151)]['percy']=percySDK,module['exports'][a84_0x4c8b5f(0xb7)]=BrowserStackSdk,module['exports']['_modifyPlaywright']=modifyPlaywrightConfig;function a84_0x5557(){const _0x315acb=['getRequestOptions','requireSeleniumWebdriver','setCapabilities','info','firefoxOptions','KjjRe','requireModule','__driversArray','safari.options','gLWna','ILkHi','error','/session','CAPABILITY_KEY','BFYKJ','447Bmmwcd','uQoqE','storeOptimalHubUrl','18728060cdfecv','ascFu','BtuqJ','safariOptions_','path','5848696xiRtxp','chromeOptions','New\x20hub\x20url\x20set\x20to\x20','getAccessibilityResults','then','HHfKx','1090150TKWFAr','ADJLZ','yNcGY','caps_','ojKTK','format','Hub\x20url\x20set\x20to\x20','zDozv','mergeDeep','ThsEj','split','Unable\x20to\x20find\x20executor\x20class\x20','uhcxo','PGysY','tyarb','debug','getAccessibilityResultsSummary','./bin/playwright/modifyPlaywrightConf','./helpers/percy/utils','AOhUa','optimalHubUrl','fXCcm','getGlobal','isPacProxy','./helpers/globals','eAZnF','overrideQuit','8WzPGfM','RRvZE','9730vsCKwJ','ilGsJ','overrideGet','proxySettings','bstackA11yShouldScan','wPeEg','HQTDm','Failed\x20to\x20perform\x20scan\x20','owjxw','aASZU','capabilities_','moz:firefoxOptions','QYrGy','name_','execute','global','4045158PsJNhE','chromeOptions_','performScan','7pdVdrc','kzLSZ','util','zJLaP','KulpX','zMbRa','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','quitCount_','getHttpAgent','goog:chromeOptions','__driver','PiIjK','JtTzk','getHubUrl','proxyUrl','vGXxg','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','get','Modifying\x20webdriver\x20builder','session_','kLmSx','WebDriver','saNYT','requireHttpClient','yVVbE','selenium-webdriver/lib/webdriver.js','UdgsJ','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','build','wTDZe','WebElement','ieOptions_','forEach','set','TeSZl','isAccessibilityPlatform','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','./helpers/accessibility-automation/helper','ubKjB','edgeOptions_','./helpers/percy/PercySDK','winstonLogger','prototype','MBmdY','setGlobal','AFLvQ','OPTZl','agent_','push','ZvQWz','Setting\x20Browserstack\x20capabilities','/wd/hub','originalBuilder','menQI','gAeqb','cQMvO','KbbqP','ieOptions','https://','shQaG','url_','hrHWG','Builder','ms:edgeOptions','CTNEx','znRTq','setLogLevel','UdJNz','keys','logLevel','kIoVm','exports','JhEKk','./helpers/logger','se:ieOptions','NuZmc','ybjBo','edgeOptions','yBppN','browserStackGlobals','YDLan','send','./browserStackSdk','602736VyqfQI','Xyrab','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','proxy_','browserStackLogLevel','updateHubUrl','object','overrideExecute','patchDriverPercy','5934114JgMbjs','bstackAllyScanning','capability','fkTTh','kmZIi','qhpqa','Smxhu','HOLIg','newHubUrl','./bin/mocha/accessibility-automation/helper','./helpers/patchHelpers','Proxy\x20set\x20to\x20','./helpers/accessibility-automation/scripts','firefoxOptions_','isUndefined','setServer','browserstackAgent','__setBrowserOptions','WMsny','Modifying\x20webdriver\x20execute','BrowserStackSdk','selenium-webdriver/lib/http.js','rDQpe','sruwi','__drivers','HttpClient'];a84_0x5557=function(){return _0x315acb;};return a84_0x5557();}