browserstack-node-sdk 1.35.8 → 1.35.9

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 (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -60
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a95_0x3bb9e3=a95_0x5a1a;(function(_0x5bf79b,_0x26770c){const _0x7db3f6=a95_0x5a1a,_0x1ddf4c=_0x5bf79b();while(!![]){try{const _0x430116=parseInt(_0x7db3f6(0x18b))/0x1+parseInt(_0x7db3f6(0x17f))/0x2*(-parseInt(_0x7db3f6(0x194))/0x3)+-parseInt(_0x7db3f6(0x1b8))/0x4*(parseInt(_0x7db3f6(0x180))/0x5)+parseInt(_0x7db3f6(0x197))/0x6+parseInt(_0x7db3f6(0x199))/0x7+-parseInt(_0x7db3f6(0x18f))/0x8*(-parseInt(_0x7db3f6(0x1aa))/0x9)+parseInt(_0x7db3f6(0x1b1))/0xa*(-parseInt(_0x7db3f6(0x19f))/0xb);if(_0x430116===_0x26770c)break;else _0x1ddf4c['push'](_0x1ddf4c['shift']());}catch(_0x4b6ba0){_0x1ddf4c['push'](_0x1ddf4c['shift']());}}}(a95_0x44e1,0x624da));const url=require(a95_0x3bb9e3(0x191)),util=require(a95_0x3bb9e3(0x1af)),helper=require(a95_0x3bb9e3(0x1bc)),logger=require('./helpers/logger')[a95_0x3bb9e3(0x18e)],constants=require(a95_0x3bb9e3(0x19c));function a95_0x5a1a(_0x586ccd,_0x37aafe){const _0x44e109=a95_0x44e1();return a95_0x5a1a=function(_0x5a1aa3,_0x5eb52c){_0x5a1aa3=_0x5a1aa3-0x178;let _0x2206a3=_0x44e109[_0x5a1aa3];return _0x2206a3;},a95_0x5a1a(_0x586ccd,_0x37aafe);}function a95_0x44e1(){const _0x24d488=['NEAREST\x20HUBS:\x20','1731996qaPTdr','next_hubs','3670562qxbDDT','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','./bin/utils/constants','ctGiJ','parse','22ZUpZIL','push','https://hub.browserstack.com','getRequestOptions','pathname','/wd/hub','Invalid\x20new\x20HUB\x20URL:\x20','updateHubUrl','GET','findLatency','aUJEl','9ZByazd','check','map','data','resolve','util','HUB\x20URL\x20SET\x20TO\x20-\x20','1345030HBsTzo','newHubUrl','nodeRequest','arBZQ','LzThs','allocateHub','hash','12BsgInT','keys','WvdMZ','jOijb','./helpers/helper','hubUrl','hostname','format','ZIhPq','fromEntries','search','YCVTR','211556MGgoYO','1334015fduwur','LZZys','rbdFr','then','MRNRe','\x20HUB\x20-\x20','debug','sort','PWYGR','path','ihmkl','525308gwpjps','iKkLI','QTFah','winstonLogger','1916024wNKcdt','HPyra','url','length','latency','3hQtMFh','xWleK'];a95_0x44e1=function(){return _0x24d488;};return a95_0x44e1();}global[a95_0x3bb9e3(0x1b2)]='',exports[a95_0x3bb9e3(0x1a2)]=_0x5bcd5d=>{const _0x1c7e79=a95_0x3bb9e3,_0xcb2b90={};_0xcb2b90[_0x1c7e79(0x190)]=function(_0x4df009,_0x309ccf){return _0x4df009+_0x309ccf;},_0xcb2b90[_0x1c7e79(0x188)]=_0x1c7e79(0x1a5);const _0x89981d=_0xcb2b90,_0x1c1b27=url[_0x1c7e79(0x19e)](_0x5bcd5d);if(!_0x1c1b27[_0x1c7e79(0x179)])throw new Error(_0x89981d[_0x1c7e79(0x190)](_0x89981d[_0x1c7e79(0x188)],_0x5bcd5d));return _0x1c1b27[_0x1c7e79(0x17d)]=null,_0x1c1b27[_0x1c7e79(0x1b7)]=null,_0x1c1b27[_0x1c7e79(0x189)]=_0x1c1b27[_0x1c7e79(0x1a3)],_0x1c1b27;},exports[a95_0x3bb9e3(0x1a6)]=_0x1b170b=>{const _0x54859b=a95_0x3bb9e3;global[_0x54859b(0x1b2)]=_0x1b170b;},exports[a95_0x3bb9e3(0x1b6)]=_0x1b1c31=>{const _0xe75608=a95_0x3bb9e3,_0x1f4e65={'ctGiJ':function(_0x438902){return _0x438902();},'xWleK':function(_0x4901fa,_0x4dafb3){return _0x4901fa+_0x4dafb3;},'LzThs':_0xe75608(0x1a4),'NXcaM':function(_0x2cc8aa){return _0x2cc8aa();},'WvdMZ':function(_0x534deb,_0x1edfc9){return _0x534deb!=_0x1edfc9;},'nVwQs':function(_0x58dfee,_0x3bbd9a){return _0x58dfee!==_0x3bbd9a;},'MRNRe':'https://'};return new Promise(_0x2e04ca=>{const _0x19f8d4=_0xe75608,_0x3ca66b={'aUJEl':function(_0x3a6862,_0x24e82c){const _0x476eba=a95_0x5a1a;return _0x1f4e65[_0x476eba(0x195)](_0x3a6862,_0x24e82c);},'YCVTR':_0x1f4e65[_0x19f8d4(0x1b5)],'ZIhPq':function(_0x353344){return _0x1f4e65['NXcaM'](_0x353344);},'iKkLI':function(_0xaf2d60,_0x23ffb5){const _0x39c18b=_0x19f8d4;return _0x1f4e65[_0x39c18b(0x1ba)](_0xaf2d60,_0x23ffb5);},'oeqah':function(_0x406442,_0x1dd770){return _0x1f4e65['nVwQs'](_0x406442,_0x1dd770);},'jOijb':_0x1f4e65[_0x19f8d4(0x184)]};Promise[_0x19f8d4(0x1ae)](this['nextHubs'](_0x1b1c31))[_0x19f8d4(0x183)](_0x5ef5be=>{const _0x67e4d3=_0x19f8d4;logger['debug'](_0x67e4d3(0x196)+util['format']('%j',_0x5ef5be));if(_0x3ca66b[_0x67e4d3(0x18c)](_0x5ef5be,null)&&_0x3ca66b['oeqah'](_0x5ef5be[_0x67e4d3(0x192)],0x0)){const _0x78b165=[];for(const _0xda6d4d of _0x5ef5be){_0x78b165[_0x67e4d3(0x1a0)](this[_0x67e4d3(0x1a8)](_0x1b1c31,_0x3ca66b[_0x67e4d3(0x1a9)](_0x3ca66b[_0x67e4d3(0x1bb)],_0xda6d4d)));}Promise['all'](_0x78b165)[_0x67e4d3(0x183)](_0x220afe=>{const _0xb3741e=_0x67e4d3,_0x515934=Object[_0xb3741e(0x17c)](_0x220afe[_0xb3741e(0x1ac)](_0xe54072=>[_0xe54072[_0xb3741e(0x178)],_0xe54072[_0xb3741e(0x193)]])),_0x25afdd=Object[_0xb3741e(0x17c)](Object['entries'](_0x515934)[_0xb3741e(0x187)](([,_0x35d04f],[,_0x378863])=>_0x35d04f-_0x378863)),_0x5c284c=Object[_0xb3741e(0x1b9)](_0x25afdd)[0x0];constants[_0xb3741e(0x178)]=_0x3ca66b['aUJEl'](_0x5c284c,_0x3ca66b[_0xb3741e(0x17e)]),logger[_0xb3741e(0x186)](_0xb3741e(0x1b0)+_0x5c284c),_0x3ca66b[_0xb3741e(0x17b)](_0x2e04ca);});}else _0x3ca66b['ZIhPq'](_0x2e04ca);})['catch'](_0x4b866b=>{const _0x6b1c1f=_0x19f8d4;logger[_0x6b1c1f(0x186)](_0x6b1c1f(0x19a)+_0x4b866b),_0x1f4e65[_0x6b1c1f(0x19d)](_0x2e04ca);});});},exports[a95_0x3bb9e3(0x1a8)]=async(_0x550ddf,_0x22c9b6)=>{const _0x53aeae=a95_0x3bb9e3,_0x34cf8b={};_0x34cf8b[_0x53aeae(0x1b4)]='GET',_0x34cf8b[_0x53aeae(0x182)]=_0x53aeae(0x1ab),_0x34cf8b['LZZys']=function(_0x70c17a,_0x35ca66){return _0x70c17a-_0x35ca66;};const _0x18539e=_0x34cf8b;try{const _0x52890c=new Date();await helper[_0x53aeae(0x1b3)](_0x18539e[_0x53aeae(0x1b4)],_0x18539e['rbdFr'],{},_0x550ddf,_0x22c9b6,0x1388);const _0x3b6ddf=_0x18539e[_0x53aeae(0x181)](new Date(),_0x52890c);logger[_0x53aeae(0x186)]('Execution\x20time\x20for\x20'+_0x22c9b6+'\x20is:\x20'+_0x3b6ddf+'ms');const _0x3d49e1={};return _0x3d49e1['hubUrl']=_0x22c9b6,_0x3d49e1['latency']=_0x3b6ddf,_0x3d49e1;}catch(_0x27875f){return logger[_0x53aeae(0x186)](_0x53aeae(0x19b)+_0x22c9b6+_0x53aeae(0x185)+_0x27875f),{};}},exports['nextHubs']=async _0x5db485=>{const _0x47dd3d=a95_0x3bb9e3,_0x184620={};_0x184620[_0x47dd3d(0x18a)]=_0x47dd3d(0x1a7),_0x184620['QSAFq']=_0x47dd3d(0x198),_0x184620[_0x47dd3d(0x18d)]=_0x47dd3d(0x1a1);const _0x309696=_0x184620;try{const _0x3e2a24=await helper['nodeRequest'](_0x309696[_0x47dd3d(0x18a)],_0x309696['QSAFq'],{},_0x5db485,_0x309696[_0x47dd3d(0x18d)],0x1388),_0x4c0d97=_0x3e2a24[_0x47dd3d(0x1ad)];return logger[_0x47dd3d(0x186)]('Response:\x20'+util[_0x47dd3d(0x17a)]('%j',_0x4c0d97)),_0x4c0d97['hubs'];}catch(_0x3e044d){logger['debug']('ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20'+_0x3e044d);}return null;};
1
+ const a95_0x303557=a95_0x542e;(function(_0x4fe49b,_0x410454){const _0x5a8da5=a95_0x542e,_0x4a4d6a=_0x4fe49b();while(!![]){try{const _0x346a1c=-parseInt(_0x5a8da5(0x20c))/0x1*(parseInt(_0x5a8da5(0x20d))/0x2)+-parseInt(_0x5a8da5(0x21d))/0x3+parseInt(_0x5a8da5(0x21a))/0x4+parseInt(_0x5a8da5(0x1fa))/0x5+parseInt(_0x5a8da5(0x216))/0x6*(-parseInt(_0x5a8da5(0x207))/0x7)+-parseInt(_0x5a8da5(0x1f7))/0x8+parseInt(_0x5a8da5(0x1f3))/0x9;if(_0x346a1c===_0x410454)break;else _0x4a4d6a['push'](_0x4a4d6a['shift']());}catch(_0x5715bd){_0x4a4d6a['push'](_0x4a4d6a['shift']());}}}(a95_0x255b,0x8988b));const url=require(a95_0x303557(0x1f2)),util=require(a95_0x303557(0x219)),helper=require('./helpers/helper'),logger=require('./helpers/logger')[a95_0x303557(0x208)],constants=require(a95_0x303557(0x206));function a95_0x255b(){const _0x1233d9=['lecvP','latency','util','1838728SfRrrs','Response:\x20','hubUrl','3357603fsZvah','nodeRequest','hash','\x20is:\x20','catch','oaZDj','SAsye','length','Bpsen','GET','path','RdVrb','check','oiHny','KnUxk','https://','data','hubs','url','15079977rAZhkX','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','entries','resolve','3790184RyXpVd','push','parse','2772585VeDqbM','then','pathname','XZXqb','Execution\x20time\x20for\x20','updateHubUrl','format','search','NEAREST\x20HUBS:\x20','getRequestOptions','fromEntries','Invalid\x20new\x20HUB\x20URL:\x20','./bin/utils/constants','68369RTUDJb','winstonLogger','rXQmI','allocateHub','findLatency','2lHyZUq','347866zUkXlx','xrFlb','ZmjpW','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','\x20HUB\x20-\x20','debug','newHubUrl','keys','oUdmT','114KRrHLC'];a95_0x255b=function(){return _0x1233d9;};return a95_0x255b();}function a95_0x542e(_0x472dae,_0x49f6bf){const _0x255b4=a95_0x255b();return a95_0x542e=function(_0x542e41,_0x292d4a){_0x542e41=_0x542e41-0x1e5;let _0x24f36e=_0x255b4[_0x542e41];return _0x24f36e;},a95_0x542e(_0x472dae,_0x49f6bf);}global[a95_0x303557(0x213)]='',exports[a95_0x303557(0x203)]=_0x9bd99e=>{const _0x4ee7f7=a95_0x303557,_0x304c82={};_0x304c82[_0x4ee7f7(0x1ee)]=function(_0x2e2000,_0x2eaf3c){return _0x2e2000+_0x2eaf3c;},_0x304c82['xrFlb']=_0x4ee7f7(0x205);const _0x28c6b1=_0x304c82,_0x260964=url[_0x4ee7f7(0x1f9)](_0x9bd99e);if(!_0x260964['hostname'])throw new Error(_0x28c6b1[_0x4ee7f7(0x1ee)](_0x28c6b1[_0x4ee7f7(0x20e)],_0x9bd99e));return _0x260964[_0x4ee7f7(0x201)]=null,_0x260964[_0x4ee7f7(0x21f)]=null,_0x260964[_0x4ee7f7(0x1ea)]=_0x260964[_0x4ee7f7(0x1fc)],_0x260964;},exports[a95_0x303557(0x1ff)]=_0x3b2d40=>{global['newHubUrl']=_0x3b2d40;},exports[a95_0x303557(0x20a)]=_0x53c64e=>{const _0x2d6706=a95_0x303557,_0x45c0a5={'WRFkX':function(_0x1f11fb,_0x5a8af5){return _0x1f11fb+_0x5a8af5;},'jqvDV':'/wd/hub','Bpsen':function(_0x49f192){return _0x49f192();},'RdVrb':function(_0x5aa73c,_0xb3f622){return _0x5aa73c!=_0xb3f622;},'oaZDj':function(_0x585c6b,_0x1bd07c){return _0x585c6b!==_0x1bd07c;},'cqkFg':_0x2d6706(0x1ef)};return new Promise(_0x577193=>{const _0x5f1495=_0x2d6706;Promise[_0x5f1495(0x1f6)](this['nextHubs'](_0x53c64e))[_0x5f1495(0x1fb)](_0x9d278d=>{const _0x46ba63=_0x5f1495,_0x2ae651={'smemN':function(_0x3e9045,_0x54c052){return _0x45c0a5['WRFkX'](_0x3e9045,_0x54c052);},'oiHny':_0x45c0a5['jqvDV'],'SAsye':function(_0xb591f3){return _0x45c0a5['Bpsen'](_0xb591f3);}};logger[_0x46ba63(0x212)](_0x46ba63(0x202)+util[_0x46ba63(0x200)]('%j',_0x9d278d));if(_0x45c0a5[_0x46ba63(0x1eb)](_0x9d278d,null)&&_0x45c0a5[_0x46ba63(0x1e5)](_0x9d278d[_0x46ba63(0x1e7)],0x0)){const _0x4deb87=[];for(const _0x9a770b of _0x9d278d){_0x4deb87[_0x46ba63(0x1f8)](this[_0x46ba63(0x20b)](_0x53c64e,_0x45c0a5['WRFkX'](_0x45c0a5['cqkFg'],_0x9a770b)));}Promise['all'](_0x4deb87)[_0x46ba63(0x1fb)](_0x434c70=>{const _0x5d7497=_0x46ba63,_0x34acba=Object[_0x5d7497(0x204)](_0x434c70['map'](_0x3f4461=>[_0x3f4461['hubUrl'],_0x3f4461['latency']])),_0x51406b=Object['fromEntries'](Object[_0x5d7497(0x1f5)](_0x34acba)['sort'](([,_0x490444],[,_0x123629])=>_0x490444-_0x123629)),_0x2842f0=Object[_0x5d7497(0x214)](_0x51406b)[0x0];constants[_0x5d7497(0x21c)]=_0x2ae651['smemN'](_0x2842f0,_0x2ae651[_0x5d7497(0x1ed)]),logger[_0x5d7497(0x212)]('HUB\x20URL\x20SET\x20TO\x20-\x20'+_0x2842f0),_0x2ae651[_0x5d7497(0x1e6)](_0x577193);});}else _0x45c0a5[_0x46ba63(0x1e8)](_0x577193);})[_0x5f1495(0x221)](_0x2cc69b=>{const _0x3a85a3=_0x5f1495;logger[_0x3a85a3(0x212)](_0x3a85a3(0x210)+_0x2cc69b),_0x45c0a5[_0x3a85a3(0x1e8)](_0x577193);});});},exports['findLatency']=async(_0x12907d,_0x16530a)=>{const _0x40c557=a95_0x303557,_0x1bd766={};_0x1bd766[_0x40c557(0x209)]=_0x40c557(0x1e9),_0x1bd766['oUdmT']=_0x40c557(0x1ec),_0x1bd766['ZmjpW']=function(_0x121af6,_0x1ad42f){return _0x121af6-_0x1ad42f;};const _0x5a685f=_0x1bd766;try{const _0x2f6ede=new Date();await helper[_0x40c557(0x21e)](_0x5a685f[_0x40c557(0x209)],_0x5a685f[_0x40c557(0x215)],{},_0x12907d,_0x16530a,0x1388);const _0x40fd09=_0x5a685f[_0x40c557(0x20f)](new Date(),_0x2f6ede);logger[_0x40c557(0x212)](_0x40c557(0x1fe)+_0x16530a+_0x40c557(0x220)+_0x40fd09+'ms');const _0x587f32={};return _0x587f32[_0x40c557(0x21c)]=_0x16530a,_0x587f32[_0x40c557(0x218)]=_0x40fd09,_0x587f32;}catch(_0x58515c){return logger['debug'](_0x40c557(0x1f4)+_0x16530a+_0x40c557(0x211)+_0x58515c),{};}},exports['nextHubs']=async _0x2283e3=>{const _0x5f1f6d=a95_0x303557,_0x21196c={};_0x21196c[_0x5f1f6d(0x1fd)]=_0x5f1f6d(0x1e9),_0x21196c[_0x5f1f6d(0x217)]='next_hubs',_0x21196c['YIZmd']='https://hub.browserstack.com';const _0x233425=_0x21196c;try{const _0x49e26e=await helper['nodeRequest'](_0x233425[_0x5f1f6d(0x1fd)],_0x233425[_0x5f1f6d(0x217)],{},_0x2283e3,_0x233425['YIZmd'],0x1388),_0xfc3f5b=_0x49e26e[_0x5f1f6d(0x1f0)];return logger[_0x5f1f6d(0x212)](_0x5f1f6d(0x21b)+util['format']('%j',_0xfc3f5b)),_0xfc3f5b[_0x5f1f6d(0x1f1)];}catch(_0x2351ca){logger[_0x5f1f6d(0x212)]('ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20'+_0x2351ca);}return null;};
package/src/index.js CHANGED
@@ -1 +1 @@
1
- const a96_0x3e11b9=a96_0x1246;(function(_0x55a5db,_0x94b118){const _0x21a0dc=a96_0x1246,_0x15ac73=_0x55a5db();while(!![]){try{const _0x445a38=parseInt(_0x21a0dc(0x116))/0x1+parseInt(_0x21a0dc(0xc4))/0x2+-parseInt(_0x21a0dc(0x117))/0x3*(-parseInt(_0x21a0dc(0xc3))/0x4)+-parseInt(_0x21a0dc(0x13a))/0x5*(-parseInt(_0x21a0dc(0xdd))/0x6)+-parseInt(_0x21a0dc(0x18a))/0x7*(parseInt(_0x21a0dc(0x11c))/0x8)+-parseInt(_0x21a0dc(0x160))/0x9+-parseInt(_0x21a0dc(0x17c))/0xa;if(_0x445a38===_0x94b118)break;else _0x15ac73['push'](_0x15ac73['shift']());}catch(_0x2d7284){_0x15ac73['push'](_0x15ac73['shift']());}}}(a96_0x2eff,0xc89e0));function a96_0x1246(_0x30d5ae,_0x44e54d){const _0x2efffe=a96_0x2eff();return a96_0x1246=function(_0x1246bf,_0x157fc5){_0x1246bf=_0x1246bf-0xb1;let _0x38d77c=_0x2efffe[_0x1246bf];return _0x38d77c;},a96_0x1246(_0x30d5ae,_0x44e54d);}function a96_0x2eff(){const _0x127a32=['util','getAccessibilityResultsSummary','requireModule','storeOptimalHubUrl','5TvAqWt','Proxy\x20set\x20to\x20','getGlobal','egIWm','roptF','nyJKo','NkfNd','FeknK','GOiSJ','getAccessibilityResults','isAccessibilityPlatform','vLqeb','send','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','CJwCy','JwvFl','./helpers/globals','MZcVg','selenium-webdriver/lib/http.js','iZQCV','XCPsF','ObuDr','mAOKt','logLevel','https://','aiHeal_isAuthenticated','SDK_POST_INITIALIZE','debug','chromeOptions','setting\x20driver\x20Session\x20ID:\x20','browserStackLogLevel','vMwLr','Hub\x20url\x20set\x20to\x20','path','aiSdk_framework','KxEuK','keys','fWtGV','3444822sBdgeZ','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','measureWrapper','Modifying\x20webdriver\x20execute','NCuRR','UkKYc','./helpers/performance/performance-tester','overrideGet','JJegr','firefoxOptions','dFtJl','isBrowserstackInfra','TIife','huOCd','__drivers','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','_modifyPlaywright','./bin/playwright/modifyPlaywrightConf','NyOgf','safari.options','CAPABILITY_KEY','ieOptions','./bin/mocha/accessibility-automation/helper','safariOptions_','icfoz','HttpClient','parameters_','RLolL','7267380pKjRAR','Failed\x20to\x20perform\x20scan\x20','pushCommand','hbZhK','SaxxQ','qXdEV','.browserstack.com','New\x20hub\x20url\x20set\x20to\x20','object','yebxl','wdccx','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','mergeDeep','UCMgM','308dZmDOb','UmIwc','ojntY','Jcpcm','QZPNz','ZMLOn','apply','updateHubUrl','voowM','iXgFf','UEyyh','./helpers/performance/constants','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','aiSdk_bstackConfig','moz:firefoxOptions','requireHttpClient','RFJov','getHttpAgent','PpLZt','eaDLM','GzViA','capability','ykqdA','performScan','ieOptions_','get','bstackAllyScanning','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','CGpnd','sDqEt','browserStackGlobals','./helpers/ai-sdk/autoHealHelper','UtZTq','getRequestOptions','cLAwH','forEach','euDGb','proxy_','./hubAllocationMethods','uGTlk','mNyVC','gTYal','rwSRr','setGlobal','772WkOpUU','119172xGBwiY','info','build','browserstackAgent','__setBrowserOptions','QNrzJ','pXPpe','includes','initializeHealingCapabilities','Nsqhv','mrafu','setServer','Modifying\x20webdriver\x20builder','LccXh','__driversArray','catch','mOAmu','se:ieOptions','overrideQuit','Csxop','Builder','IfluI','SDK_PRE_INITIALIZE','set','hLAkJ','7400472MbsmIX','TSDPe','IAbOs','XgWNi','setAdditionalCapabilities','capabilities_','session_','edgeOptions_','pQHfD','requireSeleniumWebdriver','7|0|6|1|4|5|3|2','winstonLogger','options_','uOzFc','cvaoA','Unable\x20to\x20find\x20executor\x20class\x20','setCapabilities','caps_','framework','FYWHh','getHubUrl','iuaqD','lJhgh','WzrLD','proxyUrl','cckVi','readTcgAuthConfigToGlobal','tkQqF','./helpers/accessibility-automation/scripts','SBgIw','./helpers/logger','xQVXe','then','Mxjjv','ms:edgeOptions','global','newHubUrl','icWQL','agent_','./helpers/patchHelpers','ukQTM','isUndefined','exports','fEPli','./helpers/ai-sdk/aiSdkWrapper','setConfig','prototype','gYSpy','getId','2|6|0|3|1|4|5','smKxY','split','2|4|3|0|1','cIdzm','setFramework','isPacProxy','OCefX','264597WlIuuO','24735sVuURf','__driver','\x20to\x20global\x20drivers\x20array','chromeOptions_','MLJjM','221392GdQqsi','shouldWrapCommand','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','push','error','proxySettings','firefoxOptions_','fRmwy','execute','WebElement','mHyOA','Setting\x20Browserstack\x20capabilities','goog:chromeOptions','slxDI','/wd/hub','originalBuilder','/session','patchDriverPercy','name_','pAEBU','quitCount_','setLogLevel','url_','jRgrp','zvTmn','RVTza'];a96_0x2eff=function(){return _0x127a32;};return a96_0x2eff();}const util=require(a96_0x3e11b9(0x136)),{overrideTakeScreenshot}=require(a96_0x3e11b9(0x104)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require(a96_0x3e11b9(0x176)),helper=require('./helpers/helper'),logger=require(a96_0x3e11b9(0xfb))[a96_0x3e11b9(0xe8)],hubAllocator=require(a96_0x3e11b9(0xbd)),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a96_0x3e11b9(0x171)),scripts=require(a96_0x3e11b9(0xf9)),globals=require(a96_0x3e11b9(0x14a)),{commandRepository}=require(a96_0x3e11b9(0xb6)),{aiSdkWrapper}=require(a96_0x3e11b9(0x109)),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require(a96_0x3e11b9(0x166)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a96_0x3e11b9(0x195)),modify=_0x14eeb2=>{const _0x4f8e4f=a96_0x3e11b9,_0x93ca06={'XyPrE':function(_0x5cba6e,_0x5c6392){return _0x5cba6e!==_0x5c6392;},'vLqeb':'/session','NyOgf':function(_0x48d46c,_0x4e9bd2){return _0x48d46c+_0x4e9bd2;},'qXdEV':function(_0x11daa0,_0x35a6df){return _0x11daa0+_0x35a6df;},'XgWNi':'https://','yBRfC':_0x4f8e4f(0x12a),'cIdzm':_0x4f8e4f(0x128),'fEPli':_0x4f8e4f(0x156),'ObuDr':_0x4f8e4f(0xff),'eaDLM':'edgeOptions','NCuRR':_0x4f8e4f(0x198),'WJiPO':_0x4f8e4f(0x169),'RAUWO':_0x4f8e4f(0x173),'ViyQK':_0x4f8e4f(0xd5),'mHyOA':_0x4f8e4f(0x175),'DsJiI':function(_0x2df2d0,_0x36543a){return _0x2df2d0===_0x36543a;},'huOCd':_0x4f8e4f(0x184),'CGpnd':_0x4f8e4f(0x127),'cLAwH':_0x4f8e4f(0xe7),'pBsov':_0x4f8e4f(0x11e),'BhsmZ':_0x4f8e4f(0x144),'iuaqD':function(_0x236eb7,_0x110169,_0xc51e0f){return _0x236eb7(_0x110169,_0xc51e0f);},'pAEBU':function(_0x492435){return _0x492435();},'uOzFc':function(_0x3be7c6,_0x1cb884){return _0x3be7c6(_0x1cb884);},'MZcVg':'optimalHubUrl','dFtJl':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','gTYal':function(_0x4c0033,_0x554cde,_0x4ec3d7){return _0x4c0033(_0x554cde,_0x4ec3d7);},'JwvFl':function(_0x3f263d,_0xa681ec,_0x547875){return _0x3f263d(_0xa681ec,_0x547875);},'slxDI':function(_0x6f9634,_0x5bad27,_0x266060){return _0x6f9634(_0x5bad27,_0x266060);},'mmUcI':function(_0x27833c,_0x4a2d29){return _0x27833c(_0x4a2d29);},'MdTxO':_0x4f8e4f(0xb2),'rwSRr':_0x4f8e4f(0xd0)};logger['info'](_0x93ca06['MdTxO']),logger[_0x4f8e4f(0x155)](_0x93ca06[_0x4f8e4f(0xc1)]);const _0x341ff8=helper[_0x4f8e4f(0xe6)](),_0x425ee8=helper[_0x4f8e4f(0x199)]();class _0x21c551 extends _0x425ee8[_0x4f8e4f(0x179)]{['send'](_0x2ca62b){const _0x2c25e1=_0x4f8e4f;if(_0x93ca06['XyPrE'](_0x2ca62b[_0x2c25e1(0x15b)],_0x93ca06[_0x2c25e1(0x145)])&&_0x93ca06['XyPrE'](global[_0x2c25e1(0x101)],''))try{global[_0x2c25e1(0x101)]=_0x93ca06[_0x2c25e1(0x172)](_0x93ca06[_0x2c25e1(0x181)](_0x93ca06[_0x2c25e1(0xe0)],global[_0x2c25e1(0x101)]),_0x93ca06['yBRfC']),this[_0x2c25e1(0xe9)]=hubAllocator[_0x2c25e1(0xb8)](global['newHubUrl']),logger[_0x2c25e1(0x155)](_0x2c25e1(0x183)+global[_0x2c25e1(0x101)]),global[_0x2c25e1(0x101)]='';}catch(_0x1a3241){logger[_0x2c25e1(0x120)](_0x1a3241);}return super[_0x2c25e1(0x146)](_0x2ca62b);}}class _0x378382 extends _0x341ff8['Builder']{[_0x4f8e4f(0xc8)](_0x5c8483){const _0x10f8d1=_0x4f8e4f;let _0x4f00b6={};for(const _0x483a6f in _0x5c8483){switch(_0x483a6f){case _0x93ca06[_0x10f8d1(0x112)]:case _0x93ca06[_0x10f8d1(0x108)]:this['chromeOptions_']&&(_0x4f00b6=this['chromeOptions_'][_0x10f8d1(0x1a3)](this[_0x10f8d1(0x11a)][_0x10f8d1(0x174)])||{},this[_0x10f8d1(0x11a)]['set'](this[_0x10f8d1(0x11a)][_0x10f8d1(0x174)],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;case _0x93ca06[_0x10f8d1(0x14f)]:case _0x93ca06[_0x10f8d1(0x19d)]:this[_0x10f8d1(0xe4)]&&(_0x4f00b6=this[_0x10f8d1(0xe4)][_0x10f8d1(0x1a3)](this[_0x10f8d1(0xe4)][_0x10f8d1(0x174)])||{},this[_0x10f8d1(0xe4)][_0x10f8d1(0xdb)](this['edgeOptions_'][_0x10f8d1(0x174)],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;case _0x93ca06[_0x10f8d1(0x164)]:case _0x93ca06['WJiPO']:this[_0x10f8d1(0x122)]&&(_0x4f00b6=this[_0x10f8d1(0x122)][_0x10f8d1(0x1a3)](this[_0x10f8d1(0x122)][_0x10f8d1(0x174)])||{},this['firefoxOptions_'][_0x10f8d1(0xdb)](this[_0x10f8d1(0x122)]['CAPABILITY_KEY'],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;case _0x93ca06['RAUWO']:this[_0x10f8d1(0x177)]&&(_0x4f00b6=this['safariOptions_'][_0x10f8d1(0x1a3)](this[_0x10f8d1(0x177)][_0x10f8d1(0x174)])||{},this[_0x10f8d1(0x177)][_0x10f8d1(0xdb)](this[_0x10f8d1(0x177)]['CAPABILITY_KEY'],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;case _0x93ca06['ViyQK']:case _0x93ca06[_0x10f8d1(0x126)]:this[_0x10f8d1(0x1a2)]&&(_0x4f00b6=this[_0x10f8d1(0x1a2)]['get'](this[_0x10f8d1(0x1a2)][_0x10f8d1(0x174)])||{},this[_0x10f8d1(0x1a2)]['set'](this[_0x10f8d1(0x1a2)][_0x10f8d1(0x174)],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;}}}[_0x4f8e4f(0xcf)](){const _0x2127ea=_0x4f8e4f;return this[_0x2127ea(0x132)]=helper[_0x2127ea(0xf1)](_0x14eeb2),logger['debug'](_0x2127ea(0x15a)+this['url_']),this;}[_0x4f8e4f(0xed)](){const _0x5ce49e=_0x4f8e4f,_0xbc4bde={'wdccx':function(_0xff0392,_0x331d99){return _0x93ca06['DsJiI'](_0xff0392,_0x331d99);},'Csxop':_0x93ca06[_0x5ce49e(0x16d)]};return logger[_0x5ce49e(0x155)](_0x93ca06[_0x5ce49e(0xb3)]),this['__setBrowserOptions'](_0x14eeb2[_0x5ce49e(0x19f)]),Object[_0x5ce49e(0x15e)](_0x14eeb2[_0x5ce49e(0x19f)])[_0x5ce49e(0xba)](_0x467f77=>{const _0xb2102d=_0x5ce49e,_0x1e0ad5=this['capabilities_'][_0xb2102d(0x1a3)](_0x467f77);_0xbc4bde[_0xb2102d(0x186)](typeof _0x1e0ad5,_0xbc4bde[_0xb2102d(0xd7)])?this['capabilities_']['set'](_0x467f77,helper[_0xb2102d(0x188)](_0x1e0ad5,_0x14eeb2[_0xb2102d(0x19f)][_0x467f77])):this[_0xb2102d(0xe2)][_0xb2102d(0xdb)](_0x467f77,_0x14eeb2[_0xb2102d(0x19f)][_0x467f77]);}),this;}['build'](){const _0x53eb52=_0x4f8e4f,_0x404230={'mNyVC':function(_0x1ea5d0,_0x4c5ff1,_0x924af2){const _0x114d59=a96_0x1246;return _0x93ca06[_0x114d59(0xf2)](_0x1ea5d0,_0x4c5ff1,_0x924af2);},'KxEuK':function(_0x2d148a,_0x5487fc){return _0x93ca06['mmUcI'](_0x2d148a,_0x5487fc);}};PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x1cb658=a96_0x1246,_0x2f58c5=_0x93ca06[_0x1cb658(0xb9)][_0x1cb658(0x110)]('|');let _0x3a0e25=0x0;while(!![]){switch(_0x2f58c5[_0x3a0e25++]){case'0':this[_0x1cb658(0xcf)]();continue;case'1':if(helper[_0x1cb658(0x114)](_0x14eeb2[_0x1cb658(0x121)][_0x1cb658(0xf5)]))this[_0x1cb658(0x103)]=helper['getHttpAgent'](_0x14eeb2[_0x1cb658(0x121)]['proxyUrl']);else _0x14eeb2['proxySettings'][_0x1cb658(0xf5)]&&(this['proxy_']=_0x14eeb2[_0x1cb658(0x121)][_0x1cb658(0xf5)],logger[_0x1cb658(0x155)](_0x1cb658(0x13b)+this[_0x1cb658(0xbc)]));continue;case'2':logger[_0x1cb658(0x155)](_0x93ca06['pBsov']);continue;case'3':helper[_0x1cb658(0xe1)](_0x14eeb2[_0x1cb658(0x19f)]);continue;case'4':globals[_0x1cb658(0x13c)](_0x93ca06['BhsmZ'])&&(!_0x93ca06[_0x1cb658(0xf2)](setExtension,this,_0x14eeb2)&&globals['setGlobal'](_0x93ca06['BhsmZ'],![]));continue;case'5':!helper[_0x1cb658(0x16b)]()&&helper['prepareCapabilities'](null,null,_0x14eeb2[_0x1cb658(0xef)],null,this,null);continue;case'6':this['setCapabilities']();continue;case'7':_0x93ca06[_0x1cb658(0x12f)](isAccessibilityAutomationSession)&&_0x93ca06[_0x1cb658(0xea)](setAccessibilityCapabilities,_0x14eeb2);continue;}break;}})();const _0x4bf7f4=super[_0x53eb52(0xc6)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x53eb52(0x154)],()=>{const _0x244891=_0x53eb52,_0x41276e={'zvTmn':_0x93ca06[_0x244891(0x14b)],'IfluI':_0x93ca06[_0x244891(0x16a)],'TSDPe':function(_0x2f60c5,_0x37eb08,_0x498b1a){const _0x44e7eb=_0x244891;return _0x93ca06[_0x44e7eb(0xc0)](_0x2f60c5,_0x37eb08,_0x498b1a);},'icfoz':function(_0x58391c,_0x4af47b,_0x21f2f4){const _0x1f3fb7=_0x244891;return _0x93ca06[_0x1f3fb7(0x149)](_0x58391c,_0x4af47b,_0x21f2f4);},'UmIwc':function(_0x446cbf,_0x3439d0){const _0xef541e=_0x244891;return _0x93ca06[_0xef541e(0xea)](_0x446cbf,_0x3439d0);},'xErPO':function(_0x34d6c1,_0x3a5093,_0x4aa868){const _0x14b505=_0x244891;return _0x93ca06[_0x14b505(0x129)](_0x34d6c1,_0x3a5093,_0x4aa868);}};_0x4bf7f4['session_'][_0x244891(0xfd)](_0x4f9c00=>{const _0x243c5c=_0x244891;try{const _0x5fa26a=_0x4f9c00[_0x243c5c(0xee)][_0x243c5c(0x1a3)](_0x41276e[_0x243c5c(0x134)]);_0x5fa26a?(logger[_0x243c5c(0x155)](_0x243c5c(0x16f)+_0x5fa26a),hubAllocator[_0x243c5c(0x191)](_0x5fa26a),helper['storeOptimalHubUrl'](_0x5fa26a)):logger['debug'](_0x41276e[_0x243c5c(0xd9)]);}catch(_0x55d1b7){logger[_0x243c5c(0x155)](_0x243c5c(0x196)+_0x55d1b7);}}),_0x4bf7f4['then']&&_0x4bf7f4[_0x244891(0xfd)](_0x391004=>{const _0x5b5851=_0x244891,_0x1df9b9={'hLAkJ':function(_0x3b80d0,_0x175219,_0x30ac6b){const _0x1fcd2b=a96_0x1246;return _0x41276e[_0x1fcd2b(0x178)](_0x3b80d0,_0x175219,_0x30ac6b);},'tkQqF':function(_0x594702,_0x265d80){const _0x13f8eb=a96_0x1246;return _0x41276e[_0x13f8eb(0x18b)](_0x594702,_0x265d80);}};helper[_0x5b5851(0x167)](_0x391004,_0x14eeb2),_0x41276e['xErPO'](overrideExecute,_0x391004,_0x14eeb2),_0x391004[_0x5b5851(0x137)]=async()=>{const _0x31aa62=_0x5b5851;return await _0x1df9b9[_0x31aa62(0xdc)](getAccessibilityResultsSummary,_0x391004,global);},_0x391004[_0x5b5851(0x143)]=async()=>{return await _0x41276e['TSDPe'](getAccessibilityResults,_0x391004,global);},_0x391004[_0x5b5851(0x1a1)]=async()=>{const _0x96a948=_0x5b5851;return await _0x1df9b9[_0x96a948(0xf8)](performScan,_0x391004);};}),_0x4bf7f4[_0x244891(0x137)]=async()=>{const _0x2fbec4=_0x244891;return await _0x41276e[_0x2fbec4(0xde)](getAccessibilityResultsSummary,_0x4bf7f4,global);},_0x4bf7f4[_0x244891(0x143)]=async()=>{const _0x3c3e58=_0x244891;return await _0x404230[_0x3c3e58(0xbf)](getAccessibilityResults,_0x4bf7f4,global);},_0x4bf7f4[_0x244891(0x1a1)]=async()=>{const _0x363877=_0x244891;return await _0x404230[_0x363877(0x15d)](performScan,_0x4bf7f4);},helper[_0x244891(0x167)](_0x4bf7f4,_0x14eeb2),_0x93ca06[_0x244891(0x149)](overrideExecute,_0x4bf7f4,_0x14eeb2),helper[_0x244891(0x106)](global[_0x244891(0xd2)])&&(global[_0x244891(0xd2)]=[]),global[_0x244891(0xd2)][_0x244891(0x11f)](_0x4bf7f4);})(),_0x4bf7f4;}}_0x341ff8['originalBuilder']=_0x341ff8['Builder'],_0x341ff8[_0x4f8e4f(0xd8)]=_0x378382,_0x425ee8['HttpClient']=_0x21c551;},modifyV2=(_0x4bed00,_0x4ab38d=null,_0x2d9409=![])=>{const _0x4a74a5=a96_0x3e11b9,_0x24316e={'UCMgM':function(_0x46760d,_0x5bc714){return _0x46760d!==_0x5bc714;},'cvaoA':_0x4a74a5(0x12c),'Mxjjv':function(_0x195c0d,_0x441f2a){return _0x195c0d+_0x441f2a;},'egIWm':function(_0x46d9eb,_0x57e715){return _0x46d9eb+_0x57e715;},'AuNYB':_0x4a74a5(0x152),'RVTza':_0x4a74a5(0x12a),'QZPNz':_0x4a74a5(0x153),'ojntY':'aiHeal_isHealingEnabled','iXgFf':_0x4a74a5(0x128),'mrafu':_0x4a74a5(0x156),'TIife':_0x4a74a5(0xff),'ZQryN':'edgeOptions','JJegr':'moz:firefoxOptions','ukQTM':_0x4a74a5(0x169),'mOAmu':_0x4a74a5(0x173),'OCefX':_0x4a74a5(0xd5),'fRmwy':_0x4a74a5(0x175),'PpLZt':function(_0x1c96e5,_0x5c4789){return _0x1c96e5===_0x5c4789;},'GzViA':_0x4a74a5(0x184),'smKxY':'Setting\x20Browserstack\x20capabilities','lJhgh':function(_0x153d26,_0x2ca797){return _0x153d26(_0x2ca797);},'NkfNd':function(_0x2b1da7,_0x276319,_0x39b840){return _0x2b1da7(_0x276319,_0x39b840);},'OrkJW':function(_0x3162b1,_0x4e078d){return _0x3162b1!==_0x4e078d;},'mAOKt':_0x4a74a5(0x144),'uQIQx':_0x4a74a5(0x10e),'cVZmK':_0x4a74a5(0x11e),'UtZTq':function(_0x42ece5){return _0x42ece5();},'GOiSJ':function(_0x19f16f,_0x4725e4){return _0x19f16f(_0x4725e4);},'ZMLOn':_0x4a74a5(0x111),'SaxxQ':function(_0x5ecb17,_0x5e757f){return _0x5ecb17===_0x5e757f;},'SBgIw':_0x4a74a5(0x15c),'UEyyh':'jest','euDGb':_0x4a74a5(0x197),'nyJKo':_0x4a74a5(0x182),'icWQL':_0x4a74a5(0x147),'yYhzE':'optimalHubUrl','ykqdA':_0x4a74a5(0x161),'Jcpcm':function(_0x107ab7,_0x1f2e1c){return _0x107ab7(_0x1f2e1c);},'USdaw':function(_0x37da74,_0x5d50d3,_0x47e230){return _0x37da74(_0x5d50d3,_0x47e230);},'hbZhK':_0x4a74a5(0xb1),'gYSpy':'bstackA11yShouldScan','XCPsF':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','xgTHn':_0x4a74a5(0xd0),'LccXh':function(_0x44a20d){return _0x44a20d();},'UkKYc':'selenium-webdriver/lib/webdriver.js','roptF':'selenium-webdriver','CJwCy':_0x4a74a5(0x14c),'FeknK':_0x4a74a5(0x163),'jRgrp':_0x4a74a5(0xec)},_0x322556=helper[_0x4a74a5(0x199)]();let _0x31e973;try{_0x31e973=helper[_0x4a74a5(0xe6)](),_0x31e973[_0x4a74a5(0x12b)]&&(_0x31e973['Builder']=_0x31e973[_0x4a74a5(0x12b)]);}catch(_0x3a8927){return;}if(helper['isBrowserstackInfra']()){const _0x3b6bfe={};_0x3b6bfe[_0x4a74a5(0x151)]=_0x4bed00[_0x4a74a5(0x158)],helper[_0x4a74a5(0x131)](_0x3b6bfe,new Map(),new Map()),logger[_0x4a74a5(0xc5)](_0x24316e[_0x4a74a5(0x14e)]),logger[_0x4a74a5(0x155)](_0x24316e['xgTHn']);}class _0x5a0fc6 extends _0x322556[_0x4a74a5(0x179)]{['send'](_0x2c031e){const _0x507601=_0x4a74a5;if(_0x24316e[_0x507601(0x189)](_0x2c031e[_0x507601(0x15b)],_0x24316e[_0x507601(0xeb)])&&_0x24316e[_0x507601(0x189)](global['newHubUrl'],''))try{global[_0x507601(0x101)]=_0x24316e[_0x507601(0xfe)](_0x24316e[_0x507601(0x13d)](_0x24316e['AuNYB'],global[_0x507601(0x101)]),_0x24316e[_0x507601(0x135)]),this[_0x507601(0xe9)]=hubAllocator[_0x507601(0xb8)](global['newHubUrl']),logger[_0x507601(0x155)](_0x507601(0x183)+global['newHubUrl']),global['newHubUrl']='';}catch(_0x100ca2){logger['error'](_0x100ca2);}if(globals[_0x507601(0x13c)](_0x24316e[_0x507601(0x18e)])&&globals[_0x507601(0x13c)](_0x24316e[_0x507601(0x18c)])){const _0x8f3da6=_0x2c031e[_0x507601(0x15b)][_0x507601(0x110)]('/')[0x2];_0x8f3da6&&commandRepository[_0x507601(0x17e)](_0x8f3da6,_0x2c031e);}return super[_0x507601(0x146)](_0x2c031e);}}class _0x3191f8 extends _0x31e973[_0x4a74a5(0xd8)]{[_0x4a74a5(0xcf)](){const _0x1ebbcd=_0x4a74a5;return this[_0x1ebbcd(0x132)]=helper[_0x1ebbcd(0xf1)](_0x4bed00),logger['debug'](_0x1ebbcd(0x15a)+this[_0x1ebbcd(0x132)]),this;}[_0x4a74a5(0xc8)](_0x20010e){const _0x505c71=_0x4a74a5;let _0x1cfb45={};for(const _0x27e02e in _0x20010e){switch(_0x27e02e){case _0x24316e[_0x505c71(0x193)]:case _0x24316e[_0x505c71(0xce)]:this[_0x505c71(0x11a)]&&(_0x1cfb45=this[_0x505c71(0x11a)][_0x505c71(0x1a3)](this['chromeOptions_'][_0x505c71(0x174)])||{},this[_0x505c71(0x11a)]['set'](this['chromeOptions_'][_0x505c71(0x174)],helper[_0x505c71(0x188)](_0x1cfb45,_0x20010e[_0x27e02e])));break;case _0x24316e[_0x505c71(0x16c)]:case _0x24316e['ZQryN']:this['edgeOptions_']&&(_0x1cfb45=this['edgeOptions_'][_0x505c71(0x1a3)](this[_0x505c71(0xe4)][_0x505c71(0x174)])||{},this[_0x505c71(0xe4)][_0x505c71(0xdb)](this['edgeOptions_'][_0x505c71(0x174)],helper['mergeDeep'](_0x1cfb45,_0x20010e[_0x27e02e])));break;case _0x24316e[_0x505c71(0x168)]:case _0x24316e[_0x505c71(0x105)]:this[_0x505c71(0x122)]&&(_0x1cfb45=this[_0x505c71(0x122)][_0x505c71(0x1a3)](this[_0x505c71(0x122)][_0x505c71(0x174)])||{},this['firefoxOptions_'][_0x505c71(0xdb)](this['firefoxOptions_']['CAPABILITY_KEY'],helper[_0x505c71(0x188)](_0x1cfb45,_0x20010e[_0x27e02e])));break;case _0x24316e[_0x505c71(0xd4)]:this['safariOptions_']&&(_0x1cfb45=this[_0x505c71(0x177)][_0x505c71(0x1a3)](this[_0x505c71(0x177)][_0x505c71(0x174)])||{},this[_0x505c71(0x177)][_0x505c71(0xdb)](this['safariOptions_'][_0x505c71(0x174)],helper[_0x505c71(0x188)](_0x1cfb45,_0x20010e[_0x27e02e])));break;case _0x24316e[_0x505c71(0x115)]:case _0x24316e[_0x505c71(0x123)]:this[_0x505c71(0x1a2)]&&(_0x1cfb45=this[_0x505c71(0x1a2)]['get'](this[_0x505c71(0x1a2)][_0x505c71(0x174)])||{},this[_0x505c71(0x1a2)][_0x505c71(0xdb)](this[_0x505c71(0x1a2)][_0x505c71(0x174)],helper[_0x505c71(0x188)](_0x1cfb45,_0x20010e[_0x27e02e])));break;}}}[_0x4a74a5(0xed)](){const _0x3dc728=_0x4a74a5;return logger[_0x3dc728(0x155)](_0x24316e[_0x3dc728(0x10f)]),this[_0x3dc728(0xc8)](_0x4bed00['capability']),Object[_0x3dc728(0x15e)](_0x4bed00['capability'])[_0x3dc728(0xba)](_0xcf5c8f=>{const _0x1fbe30=_0x3dc728,_0x1fcf59=this['capabilities_']['get'](_0xcf5c8f);_0x24316e[_0x1fbe30(0x19c)](typeof _0x1fcf59,_0x24316e[_0x1fbe30(0x19e)])?this[_0x1fbe30(0xe2)][_0x1fbe30(0xdb)](_0xcf5c8f,helper[_0x1fbe30(0x188)](_0x1fcf59,_0x4bed00[_0x1fbe30(0x19f)][_0xcf5c8f])):this[_0x1fbe30(0xe2)][_0x1fbe30(0xdb)](_0xcf5c8f,_0x4bed00['capability'][_0xcf5c8f]);}),this;}['build'](){const _0x53f992=_0x4a74a5,_0x425f5c={'IAbOs':_0x24316e['uQIQx'],'voowM':_0x24316e[_0x53f992(0x150)],'iZQCV':function(_0x1372e3,_0x508c17,_0x5d0611){const _0x310309=_0x53f992;return _0x24316e[_0x310309(0x140)](_0x1372e3,_0x508c17,_0x5d0611);},'Nsqhv':_0x24316e['cVZmK'],'fWtGV':function(_0x3cfbc6){const _0x5237af=_0x53f992;return _0x24316e[_0x5237af(0xb7)](_0x3cfbc6);},'cckVi':function(_0x22da14,_0x5dbc6b){const _0x499c7b=_0x53f992;return _0x24316e[_0x499c7b(0x142)](_0x22da14,_0x5dbc6b);},'RLolL':_0x24316e[_0x53f992(0x18f)],'FYWHh':function(_0x931534,_0x581746){const _0x286822=_0x53f992;return _0x24316e[_0x286822(0x180)](_0x931534,_0x581746);},'lOtnG':_0x24316e[_0x53f992(0xfa)],'yebxl':_0x24316e[_0x53f992(0x194)],'tFoGM':_0x24316e[_0x53f992(0xbb)],'vMwLr':_0x24316e[_0x53f992(0x13f)],'MLJjM':_0x24316e[_0x53f992(0x102)],'pQHfD':_0x24316e[_0x53f992(0x18e)],'sDqEt':_0x24316e[_0x53f992(0x18c)],'QNrzJ':_0x24316e['yYhzE'],'pXPpe':_0x24316e[_0x53f992(0x1a0)],'uGTlk':function(_0x23b04a,_0x3c9936,_0x3e92f6){const _0x20ff40=_0x53f992;return _0x24316e[_0x20ff40(0x140)](_0x23b04a,_0x3c9936,_0x3e92f6);},'PNAPk':function(_0x4be2a3,_0x4a6156){const _0x55f5fe=_0x53f992;return _0x24316e[_0x55f5fe(0x18d)](_0x4be2a3,_0x4a6156);},'RFJov':function(_0x18b854,_0xf03e15,_0x4dc656){return _0x24316e['USdaw'](_0x18b854,_0xf03e15,_0x4dc656);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x53f992(0xda)],()=>{const _0x1e5ab2=_0x53f992;if(helper[_0x1e5ab2(0x16b)]()){const _0x4a2406=_0x425f5c[_0x1e5ab2(0xdf)][_0x1e5ab2(0x110)]('|');let _0xf5fb6b=0x0;while(!![]){switch(_0x4a2406[_0xf5fb6b++]){case'0':this[_0x1e5ab2(0xcf)]();continue;case'1':if(helper[_0x1e5ab2(0x114)](_0x4bed00[_0x1e5ab2(0x121)][_0x1e5ab2(0xf5)]))this['agent_']=helper[_0x1e5ab2(0x19b)](_0x4bed00['proxySettings'][_0x1e5ab2(0xf5)]);else _0x4bed00['proxySettings'][_0x1e5ab2(0xf5)]&&(this[_0x1e5ab2(0xbc)]=_0x4bed00[_0x1e5ab2(0x121)][_0x1e5ab2(0xf5)],logger[_0x1e5ab2(0x155)](_0x1e5ab2(0x13b)+this['proxy_']));continue;case'2':helper[_0x1e5ab2(0xe1)](_0x4bed00[_0x1e5ab2(0x19f)]);continue;case'3':this[_0x1e5ab2(0xed)]();continue;case'4':globals[_0x1e5ab2(0x13c)](_0x425f5c[_0x1e5ab2(0x192)])&&(!_0x425f5c[_0x1e5ab2(0x14d)](setExtension,this,_0x4bed00)&&globals[_0x1e5ab2(0xc2)](_0x425f5c[_0x1e5ab2(0x192)],![]));continue;case'5':logger['debug'](_0x425f5c[_0x1e5ab2(0xcd)]);continue;case'6':_0x425f5c[_0x1e5ab2(0x15f)](isAccessibilityAutomationSession)&&_0x425f5c[_0x1e5ab2(0xf6)](setAccessibilityCapabilities,_0x4bed00);continue;}break;}}else{const _0x54a4ec=_0x425f5c[_0x1e5ab2(0x17b)]['split']('|');let _0x1d8127=0x0;while(!![]){switch(_0x54a4ec[_0x1d8127++]){case'0':_0x425f5c[_0x1e5ab2(0xf0)](globals[_0x1e5ab2(0x13c)](_0x425f5c['lOtnG']),_0x425f5c[_0x1e5ab2(0x185)])&&(commandRepository[_0x1e5ab2(0x113)](_0x425f5c['yebxl']),commandRepository[_0x1e5ab2(0x10a)](globals[_0x1e5ab2(0x13c)](_0x425f5c['tFoGM'])));continue;case'1':if(this[_0x1e5ab2(0x132)][_0x1e5ab2(0xcb)](_0x425f5c[_0x1e5ab2(0x159)]))logger[_0x1e5ab2(0x155)](_0x425f5c[_0x1e5ab2(0x11b)]),globals['setGlobal'](_0x425f5c[_0x1e5ab2(0xe5)],![]),globals[_0x1e5ab2(0xc2)](_0x425f5c[_0x1e5ab2(0xb4)],![]);else globals[_0x1e5ab2(0x13c)](_0x425f5c[_0x1e5ab2(0xe5)])&&globals['getGlobal'](_0x425f5c['sDqEt'])&&aiSdkWrapper[_0x1e5ab2(0xcc)](this);continue;case'2':helper['prepareCapabilities'](null,null,_0x4bed00['framework'],null,this,null);continue;case'3':helper[_0x1e5ab2(0xf7)]();continue;case'4':helper[_0x1e5ab2(0xe1)](_0x4bed00[_0x1e5ab2(0x19f)]);continue;}break;}}})();const _0xfc704a=super[_0x53f992(0xc6)]();return PerformanceTester[_0x53f992(0x162)](PerformanceEvents[_0x53f992(0x154)],()=>{const _0x5b77f5=_0x53f992,_0x56efe9={'xQVXe':function(_0x22e9cd,_0x1e4a08){const _0x148206=a96_0x1246;return _0x24316e[_0x148206(0xf3)](_0x22e9cd,_0x1e4a08);}};_0xfc704a[_0x5b77f5(0xe3)]['then'](_0x134972=>{const _0x5652d7=_0x5b77f5;try{logger[_0x5652d7(0x155)]('Session\x20ID:\x20'+_0x134972[_0x5652d7(0x10d)]());const _0x2d837c=_0x134972[_0x5652d7(0xee)][_0x5652d7(0x1a3)](_0x425f5c[_0x5652d7(0xc9)]);_0x2d837c?(logger[_0x5652d7(0x155)](_0x5652d7(0x16f)+_0x2d837c),hubAllocator['updateHubUrl'](_0x2d837c),helper[_0x5652d7(0x139)](_0x2d837c)):logger[_0x5652d7(0x155)](_0x425f5c[_0x5652d7(0xca)]);}catch(_0x521eea){logger[_0x5652d7(0x155)](_0x5652d7(0x196)+_0x521eea);}}),_0xfc704a[_0x5b77f5(0x130)]=0x0,_0xfc704a[_0x5b77f5(0xfd)]&&_0xfc704a[_0x5b77f5(0xfd)](_0x4f0de0=>{const _0xdd973d=_0x5b77f5,_0x33115f={'WzrLD':function(_0x4f5d06,_0x2a3636,_0xf4a4c1){const _0x126799=a96_0x1246;return _0x425f5c[_0x126799(0x14d)](_0x4f5d06,_0x2a3636,_0xf4a4c1);},'ftHcp':function(_0x270822,_0x1e73de,_0x27630c){const _0x1b70e7=a96_0x1246;return _0x425f5c[_0x1b70e7(0xbe)](_0x270822,_0x1e73de,_0x27630c);}};helper[_0xdd973d(0xd6)](_0x4f0de0,_0xfc704a),_0x2d9409&&_0x425f5c['PNAPk'](overrideTakeScreenshot,_0x4f0de0),helper['overrideGet'](_0x4f0de0,_0x4bed00),_0x425f5c['iZQCV'](overrideExecute,_0x4f0de0,_0x4bed00),_0x4bed00[_0xdd973d(0x19f)]&&percyHelper[_0xdd973d(0x12d)](_0x4f0de0,_0x31e973[_0xdd973d(0x125)],_0x4bed00),_0x4f0de0[_0xdd973d(0x137)]=async()=>{const _0x4b4d36=_0xdd973d;return await _0x33115f[_0x4b4d36(0xf4)](getAccessibilityResultsSummary,_0x4f0de0,global);},_0x4f0de0[_0xdd973d(0x143)]=async()=>{return await _0x33115f['ftHcp'](getAccessibilityResults,_0x4f0de0,global);},_0x4f0de0[_0xdd973d(0x1a1)]=async()=>{return await _0x56efe9['xQVXe'](performScan,_0x4f0de0);};}),_0xfc704a['getAccessibilityResultsSummary']=async()=>{const _0x3f3984=_0x5b77f5;return await _0x425f5c[_0x3f3984(0x19a)](getAccessibilityResultsSummary,_0xfc704a,global);},_0xfc704a['getAccessibilityResults']=async()=>{const _0x226d44=_0x5b77f5;return await _0x425f5c[_0x226d44(0x19a)](getAccessibilityResults,_0xfc704a,global);},_0xfc704a['performScan']=async()=>{const _0x5d6124=_0x5b77f5;return await _0x56efe9[_0x5d6124(0xfc)](performScan,_0xfc704a);},_0x2d9409&&_0x24316e[_0x5b77f5(0xf3)](overrideTakeScreenshot,_0xfc704a),helper[_0x5b77f5(0xd6)](_0xfc704a),helper['overrideGet'](_0xfc704a,_0x4bed00),_0x24316e['NkfNd'](overrideExecute,_0xfc704a,_0x4bed00),_0x4bed00[_0x5b77f5(0x19f)]&&percyHelper[_0x5b77f5(0x12d)](_0xfc704a,_0x31e973['WebElement'],_0x4bed00);helper[_0x5b77f5(0x106)](global[_0x5b77f5(0xd2)])&&(global[_0x5b77f5(0xd2)]=[]);helper[_0x5b77f5(0x106)](global[_0x5b77f5(0x16e)])&&(global[_0x5b77f5(0x16e)]=[]);global['__driversArray'][_0x5b77f5(0x11f)](_0xfc704a),global[_0x5b77f5(0x118)]=_0xfc704a,_0x4ab38d&&(_0x4ab38d[_0x5b77f5(0x100)][_0x5b77f5(0x118)]=_0xfc704a);_0x24316e[_0x5b77f5(0x189)](global[_0x5b77f5(0x16e)],undefined)&&global['__drivers'][_0x5b77f5(0x11f)](_0xfc704a);_0x4ab38d&&helper[_0x5b77f5(0x106)](_0x4ab38d[_0x5b77f5(0x100)]['__drivers'])&&(_0x4ab38d['global'][_0x5b77f5(0x16e)]=[]);_0x4ab38d&&helper['isUndefined'](_0x4ab38d['global'][_0x5b77f5(0xd2)])&&(_0x4ab38d['global'][_0x5b77f5(0xd2)]=[]);_0x4ab38d&&_0x24316e['OrkJW'](_0x4ab38d[_0x5b77f5(0x100)]['__drivers'],undefined)&&(_0x4ab38d['global']['__drivers'][_0x5b77f5(0x11f)](_0xfc704a),_0x4ab38d[_0x5b77f5(0x100)][_0x5b77f5(0xd2)][_0x5b77f5(0x11f)](_0xfc704a));_0xfc704a[_0x5b77f5(0x144)]=globals[_0x5b77f5(0x13c)](_0x24316e['mAOKt']);try{global['__drivers'][0x0][_0x5b77f5(0xe3)]['then'](_0x2a8eb0=>{const _0x3dfbe3=_0x5b77f5;logger[_0x3dfbe3(0x155)](_0x3dfbe3(0x157)+_0x2a8eb0['getId']()+_0x3dfbe3(0x119));})[_0x5b77f5(0xd3)](_0x10f417=>{const _0x13abfd=_0x5b77f5;logger[_0x13abfd(0x155)](_0x13abfd(0x187)+_0x10f417);});}catch(_0x26d37c){logger[_0x5b77f5(0x155)](_0x5b77f5(0x187)+_0x26d37c);}globals[_0x5b77f5(0xc2)](_0x24316e[_0x5b77f5(0x150)],globals[_0x5b77f5(0x13c)](_0x24316e[_0x5b77f5(0x150)]));})(),_0xfc704a;}}_0x4ab38d&&(globals['browserStackGlobals']=_0x4ab38d[_0x4a74a5(0x100)][_0x4a74a5(0xb5)]);if(_0x24316e[_0x4a74a5(0xd1)](isAccessibilityAutomationSession))try{let _0x6f2c11=helper[_0x4a74a5(0x138)](_0x24316e[_0x4a74a5(0x165)],_0x24316e['roptF'])['WebDriver'];(!_0x6f2c11[_0x4a74a5(0x10b)]||!_0x6f2c11[_0x4a74a5(0x10b)][_0x4a74a5(0x124)])&&(_0x6f2c11=helper[_0x4a74a5(0x138)](_0x24316e[_0x4a74a5(0x148)],_0x24316e[_0x4a74a5(0x13e)])['Executor']);if(_0x6f2c11[_0x4a74a5(0x10b)]&&_0x6f2c11[_0x4a74a5(0x10b)][_0x4a74a5(0x124)]){const _0x204d9f=_0x6f2c11['prototype'][_0x4a74a5(0x124)];logger[_0x4a74a5(0x155)](_0x24316e[_0x4a74a5(0x141)]),_0x6f2c11[_0x4a74a5(0x10b)][_0x4a74a5(0x124)]=async function(){const _0x1343c1=_0x4a74a5;try{!globals[_0x1343c1(0x13c)](_0x24316e[_0x1343c1(0x17f)])&&globals[_0x1343c1(0x13c)](_0x24316e[_0x1343c1(0x150)])&&globals[_0x1343c1(0x13c)](_0x24316e[_0x1343c1(0x10c)])&&scripts[_0x1343c1(0x11d)](arguments[0x0][_0x1343c1(0x12e)])&&!_0x24316e[_0x1343c1(0xf3)](isBrowserStackCommandExecutor,arguments[0x0][_0x1343c1(0x17a)])&&(globals[_0x1343c1(0xc2)](_0x24316e[_0x1343c1(0x17f)],!![]),logger[_0x1343c1(0x155)]('Performing\x20scan\x20for\x20'+arguments[0x0][_0x1343c1(0x12e)]),await _0x24316e['NkfNd'](performScan,global[_0x1343c1(0x118)],arguments[0x0][_0x1343c1(0x12e)]));}catch(_0x488ed6){logger[_0x1343c1(0x155)](_0x1343c1(0x17d)+util['format'](_0x488ed6));}return globals[_0x1343c1(0xc2)](_0x24316e[_0x1343c1(0x17f)],![]),_0x204d9f[_0x1343c1(0x190)](this,arguments);};}}catch(_0x3c157b){logger[_0x4a74a5(0x155)](_0x24316e['egIWm'](_0x24316e[_0x4a74a5(0x133)],_0x3c157b));}return _0x31e973[_0x4a74a5(0x12b)]=_0x31e973[_0x4a74a5(0xd8)],_0x31e973[_0x4a74a5(0xd8)]=_0x3191f8,_0x322556[_0x4a74a5(0x179)]=_0x5a0fc6,_0x31e973;};module[a96_0x3e11b9(0x107)][a96_0x3e11b9(0xc7)]=modify,module[a96_0x3e11b9(0x107)]['browserstackAgentV2']=modifyV2,module[a96_0x3e11b9(0x107)]['percy']=percySDK,module[a96_0x3e11b9(0x107)]['BrowserStackSdk']=BrowserStackSdk,module['exports'][a96_0x3e11b9(0x170)]=modifyPlaywrightConfig;
1
+ const a96_0x3857e9=a96_0x1901;(function(_0x485a1d,_0x4744df){const _0x1518da=a96_0x1901,_0x2afcf6=_0x485a1d();while(!![]){try{const _0x259634=-parseInt(_0x1518da(0x2a4))/0x1+-parseInt(_0x1518da(0x2ac))/0x2+-parseInt(_0x1518da(0x254))/0x3+parseInt(_0x1518da(0x2cd))/0x4*(-parseInt(_0x1518da(0x2b9))/0x5)+-parseInt(_0x1518da(0x1f6))/0x6+parseInt(_0x1518da(0x1fc))/0x7+parseInt(_0x1518da(0x23a))/0x8*(parseInt(_0x1518da(0x2d3))/0x9);if(_0x259634===_0x4744df)break;else _0x2afcf6['push'](_0x2afcf6['shift']());}catch(_0x1c5e9c){_0x2afcf6['push'](_0x2afcf6['shift']());}}}(a96_0x47c9,0xb6e6a));const util=require(a96_0x3857e9(0x2d0)),{overrideTakeScreenshot}=require(a96_0x3857e9(0x29e)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a96_0x3857e9(0x2a0)),{setAccessibilityCapabilities,setExtension}=require(a96_0x3857e9(0x2b2)),helper=require(a96_0x3857e9(0x1ff)),logger=require(a96_0x3857e9(0x255))['winstonLogger'],hubAllocator=require(a96_0x3857e9(0x2c2)),percySDK=require(a96_0x3857e9(0x208)),percyHelper=require(a96_0x3857e9(0x2b1)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a96_0x3857e9(0x27f)),scripts=require(a96_0x3857e9(0x250)),globals=require(a96_0x3857e9(0x28e)),{commandRepository}=require(a96_0x3857e9(0x2d5)),{aiSdkWrapper}=require(a96_0x3857e9(0x22f)),{overrideExecute}=require(a96_0x3857e9(0x237)),PerformanceTester=require(a96_0x3857e9(0x2b6)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a96_0x3857e9(0x233)),modify=_0x9fa35c=>{const _0x325ea5=a96_0x3857e9,_0xd48058={'lYUBu':function(_0x976480,_0x52572a){return _0x976480!==_0x52572a;},'cmNkB':_0x325ea5(0x234),'qeJxK':function(_0x2deb13,_0x4db892){return _0x2deb13+_0x4db892;},'cGsuW':function(_0x42ec57,_0x4237d8){return _0x42ec57+_0x4237d8;},'KSioQ':_0x325ea5(0x2d9),'YBKJA':_0x325ea5(0x1f5),'tVeEZ':'goog:chromeOptions','FMPrn':'chromeOptions','kplOt':_0x325ea5(0x263),'YXkaU':_0x325ea5(0x243),'nLOkU':_0x325ea5(0x227),'nuxeO':_0x325ea5(0x28c),'KaDgs':'safari.options','WPZTK':_0x325ea5(0x1fd),'zfTpT':_0x325ea5(0x28d),'FaNGl':function(_0x1f89a3,_0x1ace93){return _0x1f89a3===_0x1ace93;},'eMxtg':'object','EovbD':_0x325ea5(0x27b),'dxnyg':'7|1|3|6|0|2|5|4','wfkTS':_0x325ea5(0x262),'dTWyG':function(_0x275751,_0x37bf40,_0x2c9449){return _0x275751(_0x37bf40,_0x2c9449);},'mamtB':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','DZFwX':function(_0xb39681){return _0xb39681();},'zwCmA':function(_0x546d9a,_0x5f3d00){return _0x546d9a(_0x5f3d00);},'GBqNF':_0x325ea5(0x283),'ixRMe':_0x325ea5(0x282),'CBduC':function(_0x5efe25,_0x582233){return _0x5efe25(_0x582233);},'kheYg':function(_0x4473c0,_0x5cc48f,_0xc5ee6b){return _0x4473c0(_0x5cc48f,_0xc5ee6b);},'IXmLZ':_0x325ea5(0x2b4),'AmOPc':'Modifying\x20webdriver\x20builder'};logger[_0x325ea5(0x235)](_0xd48058[_0x325ea5(0x2cf)]),logger['debug'](_0xd48058[_0x325ea5(0x257)]);const _0x5469f6=helper[_0x325ea5(0x2e4)](),_0x52d834=helper[_0x325ea5(0x2dc)]();class _0x5973db extends _0x52d834[_0x325ea5(0x2da)]{[_0x325ea5(0x2d1)](_0x1edc55){const _0xf425cb=_0x325ea5;if(_0xd48058[_0xf425cb(0x23f)](_0x1edc55[_0xf425cb(0x23b)],_0xd48058[_0xf425cb(0x245)])&&_0xd48058[_0xf425cb(0x23f)](global['newHubUrl'],''))try{global['newHubUrl']=_0xd48058[_0xf425cb(0x2a8)](_0xd48058['cGsuW'](_0xd48058[_0xf425cb(0x209)],global[_0xf425cb(0x2be)]),_0xd48058[_0xf425cb(0x268)]),this[_0xf425cb(0x21e)]=hubAllocator[_0xf425cb(0x261)](global[_0xf425cb(0x2be)]),logger['debug'](_0xf425cb(0x2ad)+global[_0xf425cb(0x2be)]),global['newHubUrl']='';}catch(_0x6d57d2){logger[_0xf425cb(0x216)](_0x6d57d2);}return super[_0xf425cb(0x2d1)](_0x1edc55);}}class _0x38ee8c extends _0x5469f6[_0x325ea5(0x24e)]{['__setBrowserOptions'](_0x567acd){const _0xf97ffe=_0x325ea5;let _0x2a6e59={};for(const _0x5baa01 in _0x567acd){switch(_0x5baa01){case _0xd48058[_0xf97ffe(0x285)]:case _0xd48058[_0xf97ffe(0x2c7)]:this[_0xf97ffe(0x279)]&&(_0x2a6e59=this[_0xf97ffe(0x279)][_0xf97ffe(0x289)](this[_0xf97ffe(0x279)]['CAPABILITY_KEY'])||{},this[_0xf97ffe(0x279)][_0xf97ffe(0x269)](this[_0xf97ffe(0x279)][_0xf97ffe(0x2c4)],helper[_0xf97ffe(0x20a)](_0x2a6e59,_0x567acd[_0x5baa01])));break;case _0xd48058[_0xf97ffe(0x286)]:case _0xd48058[_0xf97ffe(0x28a)]:this['edgeOptions_']&&(_0x2a6e59=this[_0xf97ffe(0x226)][_0xf97ffe(0x289)](this['edgeOptions_'][_0xf97ffe(0x2c4)])||{},this[_0xf97ffe(0x226)][_0xf97ffe(0x269)](this[_0xf97ffe(0x226)][_0xf97ffe(0x2c4)],helper[_0xf97ffe(0x20a)](_0x2a6e59,_0x567acd[_0x5baa01])));break;case _0xd48058['nLOkU']:case _0xd48058[_0xf97ffe(0x260)]:this['firefoxOptions_']&&(_0x2a6e59=this['firefoxOptions_'][_0xf97ffe(0x289)](this[_0xf97ffe(0x2cc)][_0xf97ffe(0x2c4)])||{},this['firefoxOptions_']['set'](this[_0xf97ffe(0x2cc)][_0xf97ffe(0x2c4)],helper[_0xf97ffe(0x20a)](_0x2a6e59,_0x567acd[_0x5baa01])));break;case _0xd48058[_0xf97ffe(0x265)]:this[_0xf97ffe(0x214)]&&(_0x2a6e59=this[_0xf97ffe(0x214)]['get'](this[_0xf97ffe(0x214)][_0xf97ffe(0x2c4)])||{},this[_0xf97ffe(0x214)][_0xf97ffe(0x269)](this[_0xf97ffe(0x214)][_0xf97ffe(0x2c4)],helper['mergeDeep'](_0x2a6e59,_0x567acd[_0x5baa01])));break;case _0xd48058[_0xf97ffe(0x26e)]:case _0xd48058['zfTpT']:this['ieOptions_']&&(_0x2a6e59=this['ieOptions_'][_0xf97ffe(0x289)](this[_0xf97ffe(0x1fa)]['CAPABILITY_KEY'])||{},this[_0xf97ffe(0x1fa)][_0xf97ffe(0x269)](this[_0xf97ffe(0x1fa)][_0xf97ffe(0x2c4)],helper[_0xf97ffe(0x20a)](_0x2a6e59,_0x567acd[_0x5baa01])));break;}}}['setServer'](){const _0x291c77=_0x325ea5;return this[_0x291c77(0x223)]=helper['getHubUrl'](_0x9fa35c),logger[_0x291c77(0x207)]('Hub\x20url\x20set\x20to\x20'+this['url_']),this;}['setCapabilities'](){const _0x46b1cd=_0x325ea5;return logger[_0x46b1cd(0x207)](_0xd48058[_0x46b1cd(0x25c)]),this['__setBrowserOptions'](_0x9fa35c['capability']),Object[_0x46b1cd(0x23d)](_0x9fa35c[_0x46b1cd(0x238)])['forEach'](_0x9cf43a=>{const _0x3868e1=_0x46b1cd,_0xc55fea=this[_0x3868e1(0x246)][_0x3868e1(0x289)](_0x9cf43a);_0xd48058[_0x3868e1(0x26f)](typeof _0xc55fea,_0xd48058[_0x3868e1(0x244)])?this[_0x3868e1(0x246)][_0x3868e1(0x269)](_0x9cf43a,helper[_0x3868e1(0x20a)](_0xc55fea,_0x9fa35c[_0x3868e1(0x238)][_0x9cf43a])):this[_0x3868e1(0x246)]['set'](_0x9cf43a,_0x9fa35c['capability'][_0x9cf43a]);}),this;}[_0x325ea5(0x210)](){const _0x222bbc=_0x325ea5,_0x424d5e={'UPxJA':_0xd48058[_0x222bbc(0x27c)],'UiSfc':_0xd48058[_0x222bbc(0x2d6)],'xtlHd':function(_0x1efac7,_0x11e64b,_0x4835ee){const _0x3bfdb4=_0x222bbc;return _0xd48058[_0x3bfdb4(0x26d)](_0x1efac7,_0x11e64b,_0x4835ee);},'dYrAS':_0xd48058['mamtB'],'fiJlc':function(_0x22dc0d){return _0xd48058['DZFwX'](_0x22dc0d);},'JHnlm':function(_0x57324b,_0x1da103){const _0x592b6c=_0x222bbc;return _0xd48058[_0x592b6c(0x2d7)](_0x57324b,_0x1da103);},'GndOo':_0xd48058[_0x222bbc(0x25a)],'SUpie':_0xd48058[_0x222bbc(0x264)],'WpeFQ':function(_0x28377,_0x2e4089){const _0x276adf=_0x222bbc;return _0xd48058[_0x276adf(0x1fe)](_0x28377,_0x2e4089);},'hdSef':function(_0x5a5e41,_0x316132,_0x47eebe){return _0xd48058['kheYg'](_0x5a5e41,_0x316132,_0x47eebe);}};PerformanceTester[_0x222bbc(0x2c0)](PerformanceEvents[_0x222bbc(0x2d8)],()=>{const _0x31093f=_0x222bbc,_0x5a7061=_0x424d5e[_0x31093f(0x25e)][_0x31093f(0x2b0)]('|');let _0x46b25c=0x0;while(!![]){switch(_0x5a7061[_0x46b25c++]){case'0':globals[_0x31093f(0x290)](_0x424d5e[_0x31093f(0x25f)])&&(!_0x424d5e[_0x31093f(0x272)](setExtension,this,_0x9fa35c)&&globals[_0x31093f(0x251)](_0x424d5e[_0x31093f(0x25f)],![]));continue;case'1':this[_0x31093f(0x2cb)]();continue;case'2':!helper['isBrowserstackInfra']()&&helper[_0x31093f(0x281)](null,null,_0x9fa35c[_0x31093f(0x23c)],null,this,null);continue;case'3':this['setCapabilities']();continue;case'4':logger[_0x31093f(0x207)](_0x424d5e['dYrAS']);continue;case'5':helper[_0x31093f(0x295)](_0x9fa35c[_0x31093f(0x238)]);continue;case'6':if(helper[_0x31093f(0x21f)](_0x9fa35c['proxySettings'][_0x31093f(0x211)]))this[_0x31093f(0x215)]=helper[_0x31093f(0x276)](_0x9fa35c['proxySettings'][_0x31093f(0x211)]);else _0x9fa35c[_0x31093f(0x24f)]['proxyUrl']&&(this['proxy_']=_0x9fa35c[_0x31093f(0x24f)]['proxyUrl'],logger['debug'](_0x31093f(0x287)+this[_0x31093f(0x22e)]));continue;case'7':_0x424d5e['fiJlc'](isAccessibilityAutomationSession)&&_0x424d5e[_0x31093f(0x242)](setAccessibilityCapabilities,_0x9fa35c);continue;}break;}})();const _0x153443=super[_0x222bbc(0x210)]();return PerformanceTester[_0x222bbc(0x2c0)](PerformanceEvents[_0x222bbc(0x218)],()=>{const _0x2a2706=_0x222bbc,_0xc9b804={'jTENe':_0x424d5e[_0x2a2706(0x1f7)],'gkiKH':_0x424d5e[_0x2a2706(0x2a9)],'OPtKS':function(_0x4d5030,_0x2be96f,_0x5b29fa){return _0x424d5e['xtlHd'](_0x4d5030,_0x2be96f,_0x5b29fa);},'kmkbY':function(_0x164908,_0xa4fa1a){const _0x58b823=_0x2a2706;return _0x424d5e[_0x58b823(0x204)](_0x164908,_0xa4fa1a);}};_0x153443[_0x2a2706(0x291)][_0x2a2706(0x273)](_0x365f99=>{const _0x3f3b19=_0x2a2706;try{const _0x4d54f5=_0x365f99[_0x3f3b19(0x2df)][_0x3f3b19(0x289)](_0xc9b804[_0x3f3b19(0x2c5)]);_0x4d54f5?(logger[_0x3f3b19(0x207)](_0x3f3b19(0x2b7)+_0x4d54f5),hubAllocator[_0x3f3b19(0x225)](_0x4d54f5),helper['storeOptimalHubUrl'](_0x4d54f5)):logger[_0x3f3b19(0x207)](_0xc9b804['gkiKH']);}catch(_0x4169af){logger[_0x3f3b19(0x207)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x4169af);}}),_0x153443['then']&&_0x153443[_0x2a2706(0x273)](_0xd1c658=>{const _0x2d2ec0=_0x2a2706,_0x2e2eb4={'Cqdnq':function(_0x6e8ae7,_0x14a2b0,_0x29e358){const _0x369b4f=a96_0x1901;return _0xc9b804[_0x369b4f(0x22a)](_0x6e8ae7,_0x14a2b0,_0x29e358);},'MmiqY':function(_0x4c34d4,_0x5d8306){const _0x337b85=a96_0x1901;return _0xc9b804[_0x337b85(0x297)](_0x4c34d4,_0x5d8306);}};helper[_0x2d2ec0(0x252)](_0xd1c658,_0x9fa35c),_0xc9b804[_0x2d2ec0(0x22a)](overrideExecute,_0xd1c658,_0x9fa35c),_0xd1c658[_0x2d2ec0(0x230)]=async()=>{const _0x1c77e3=_0x2d2ec0;return await _0xc9b804[_0x1c77e3(0x22a)](getAccessibilityResultsSummary,_0xd1c658,global);},_0xd1c658[_0x2d2ec0(0x241)]=async()=>{return await _0x2e2eb4['Cqdnq'](getAccessibilityResults,_0xd1c658,global);},_0xd1c658[_0x2d2ec0(0x2af)]=async()=>{const _0x235e8f=_0x2d2ec0;return await _0x2e2eb4[_0x235e8f(0x20d)](performScan,_0xd1c658);};}),_0x153443[_0x2a2706(0x230)]=async()=>{return await _0x424d5e['xtlHd'](getAccessibilityResultsSummary,_0x153443,global);},_0x153443[_0x2a2706(0x241)]=async()=>{const _0x36522c=_0x2a2706;return await _0x424d5e[_0x36522c(0x272)](getAccessibilityResults,_0x153443,global);},_0x153443[_0x2a2706(0x2af)]=async()=>{const _0x3c7e18=_0x2a2706;return await _0x424d5e[_0x3c7e18(0x242)](performScan,_0x153443);},helper[_0x2a2706(0x252)](_0x153443,_0x9fa35c),_0x424d5e[_0x2a2706(0x24b)](overrideExecute,_0x153443,_0x9fa35c),helper['isUndefined'](global['__driversArray'])&&(global[_0x2a2706(0x2de)]=[]),global[_0x2a2706(0x2de)][_0x2a2706(0x1f4)](_0x153443);})(),_0x153443;}}_0x5469f6[_0x325ea5(0x2d4)]=_0x5469f6[_0x325ea5(0x24e)],_0x5469f6[_0x325ea5(0x24e)]=_0x38ee8c,_0x52d834['HttpClient']=_0x5973db;},modifyV2=(_0x36761e,_0x1afbb4=null,_0x28efa5=![])=>{const _0xce747c=a96_0x3857e9,_0x186657={'QqjFA':function(_0x359cf5,_0x2ce04e){return _0x359cf5!==_0x2ce04e;},'aJZYn':'/session','xGmQx':function(_0x1eeb8c,_0x4172e5){return _0x1eeb8c!==_0x4172e5;},'pMebW':function(_0x4f9f7c,_0x598eb3){return _0x4f9f7c+_0x598eb3;},'FkcZs':function(_0xf6fa1b,_0x29f8bc){return _0xf6fa1b+_0x29f8bc;},'CvHcB':_0xce747c(0x2d9),'kQcmD':_0xce747c(0x1f5),'rjTRo':_0xce747c(0x2b8),'QIhAo':_0xce747c(0x221),'oHSLX':_0xce747c(0x280),'BRJMZ':_0xce747c(0x239),'pmxAF':'ms:edgeOptions','cQrTy':_0xce747c(0x243),'bQOkC':_0xce747c(0x227),'LwRra':_0xce747c(0x28c),'VwOFu':_0xce747c(0x24c),'zfHkA':_0xce747c(0x1fd),'tOmOl':_0xce747c(0x28d),'prXmX':function(_0x3dbb61,_0x42900f){return _0x3dbb61===_0x42900f;},'pyUZQ':_0xce747c(0x26b),'JdIeL':_0xce747c(0x27b),'ZKWJb':_0xce747c(0x2e3),'qkYuJ':_0xce747c(0x262),'ZogHm':function(_0xa55ef1,_0x77d738,_0x4fe068){return _0xa55ef1(_0x77d738,_0x4fe068);},'oHRem':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','vvFHg':function(_0xf95746){return _0xf95746();},'NfDRv':function(_0x4ed781,_0x383b06){return _0x4ed781(_0x383b06);},'EqrAE':_0xce747c(0x288),'HsscQ':function(_0x5baf31,_0x2918c7){return _0x5baf31===_0x2918c7;},'nIauU':_0xce747c(0x253),'vsDDe':_0xce747c(0x22d),'IujIT':_0xce747c(0x258),'jSpMB':_0xce747c(0x2a7),'VKzsE':_0xce747c(0x23e),'qsFFw':_0xce747c(0x283),'EHeEl':_0xce747c(0x282),'bMmLQ':function(_0x28f5da,_0x307e1b){return _0x28f5da(_0x307e1b);},'jVOBg':function(_0x472531,_0x340871){return _0x472531!==_0x340871;},'sNhrN':function(_0x5c04c3,_0x2ad84e){return _0x5c04c3(_0x2ad84e);},'kLGCq':function(_0x573c5d,_0x45666d,_0x6e3bcf){return _0x573c5d(_0x45666d,_0x6e3bcf);},'mMqBi':'bstackAllyScanning','noIcS':_0xce747c(0x2ce),'lzgZx':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','uKFjk':_0xce747c(0x200),'RMXoc':'selenium-webdriver/lib/webdriver.js','ZbIce':_0xce747c(0x240),'kTgQh':'selenium-webdriver/lib/http.js','TAelO':_0xce747c(0x2aa),'BCkzA':'Unable\x20to\x20find\x20executor\x20class\x20'},_0x109a11=helper[_0xce747c(0x2dc)]();let _0x5ed6d3;try{_0x5ed6d3=helper[_0xce747c(0x2e4)](),_0x5ed6d3[_0xce747c(0x2d4)]&&(_0x5ed6d3['Builder']=_0x5ed6d3[_0xce747c(0x2d4)]);}catch(_0x2d72ca){return;}if(helper[_0xce747c(0x25b)]()){const _0x38f3aa={};_0x38f3aa[_0xce747c(0x228)]=_0x36761e[_0xce747c(0x278)],helper['setLogLevel'](_0x38f3aa,new Map(),new Map()),logger['info'](_0x186657[_0xce747c(0x222)]),logger[_0xce747c(0x207)](_0x186657[_0xce747c(0x1f3)]);}class _0x478bd2 extends _0x109a11[_0xce747c(0x2da)]{[_0xce747c(0x2d1)](_0x2cdaf0){const _0x2e6bba=_0xce747c;if(_0x186657[_0x2e6bba(0x224)](_0x2cdaf0[_0x2e6bba(0x23b)],_0x186657['aJZYn'])&&_0x186657[_0x2e6bba(0x249)](global[_0x2e6bba(0x2be)],''))try{global[_0x2e6bba(0x2be)]=_0x186657['pMebW'](_0x186657['FkcZs'](_0x186657[_0x2e6bba(0x22c)],global['newHubUrl']),_0x186657[_0x2e6bba(0x20e)]),this[_0x2e6bba(0x21e)]=hubAllocator[_0x2e6bba(0x261)](global[_0x2e6bba(0x2be)]),logger[_0x2e6bba(0x207)](_0x2e6bba(0x2ad)+global['newHubUrl']),global[_0x2e6bba(0x2be)]='';}catch(_0x300952){logger['error'](_0x300952);}if(globals[_0x2e6bba(0x290)](_0x186657[_0x2e6bba(0x267)])&&globals['getGlobal'](_0x186657[_0x2e6bba(0x25d)])){const _0x510916=_0x2cdaf0[_0x2e6bba(0x23b)][_0x2e6bba(0x2b0)]('/')[0x2];_0x510916&&commandRepository[_0x2e6bba(0x2dd)](_0x510916,_0x2cdaf0);}return super['send'](_0x2cdaf0);}}class _0x30c9e2 extends _0x5ed6d3[_0xce747c(0x24e)]{['setServer'](){const _0x4621a3=_0xce747c;return this[_0x4621a3(0x223)]=helper[_0x4621a3(0x213)](_0x36761e),logger[_0x4621a3(0x207)](_0x4621a3(0x21c)+this[_0x4621a3(0x223)]),this;}[_0xce747c(0x2bf)](_0x1b35ed){const _0x3b2e55=_0xce747c;let _0x5642ec={};for(const _0x2d0d6c in _0x1b35ed){switch(_0x2d0d6c){case _0x186657[_0x3b2e55(0x277)]:case _0x186657[_0x3b2e55(0x2b5)]:this['chromeOptions_']&&(_0x5642ec=this['chromeOptions_'][_0x3b2e55(0x289)](this[_0x3b2e55(0x279)][_0x3b2e55(0x2c4)])||{},this[_0x3b2e55(0x279)][_0x3b2e55(0x269)](this[_0x3b2e55(0x279)][_0x3b2e55(0x2c4)],helper['mergeDeep'](_0x5642ec,_0x1b35ed[_0x2d0d6c])));break;case _0x186657[_0x3b2e55(0x212)]:case _0x186657[_0x3b2e55(0x2c8)]:this[_0x3b2e55(0x226)]&&(_0x5642ec=this[_0x3b2e55(0x226)][_0x3b2e55(0x289)](this['edgeOptions_'][_0x3b2e55(0x2c4)])||{},this[_0x3b2e55(0x226)][_0x3b2e55(0x269)](this[_0x3b2e55(0x226)][_0x3b2e55(0x2c4)],helper[_0x3b2e55(0x20a)](_0x5642ec,_0x1b35ed[_0x2d0d6c])));break;case _0x186657['bQOkC']:case _0x186657['LwRra']:this['firefoxOptions_']&&(_0x5642ec=this[_0x3b2e55(0x2cc)][_0x3b2e55(0x289)](this[_0x3b2e55(0x2cc)][_0x3b2e55(0x2c4)])||{},this[_0x3b2e55(0x2cc)][_0x3b2e55(0x269)](this['firefoxOptions_'][_0x3b2e55(0x2c4)],helper[_0x3b2e55(0x20a)](_0x5642ec,_0x1b35ed[_0x2d0d6c])));break;case _0x186657[_0x3b2e55(0x1f9)]:this[_0x3b2e55(0x214)]&&(_0x5642ec=this['safariOptions_'][_0x3b2e55(0x289)](this[_0x3b2e55(0x214)][_0x3b2e55(0x2c4)])||{},this[_0x3b2e55(0x214)][_0x3b2e55(0x269)](this[_0x3b2e55(0x214)][_0x3b2e55(0x2c4)],helper[_0x3b2e55(0x20a)](_0x5642ec,_0x1b35ed[_0x2d0d6c])));break;case _0x186657[_0x3b2e55(0x271)]:case _0x186657[_0x3b2e55(0x29f)]:this[_0x3b2e55(0x1fa)]&&(_0x5642ec=this[_0x3b2e55(0x1fa)]['get'](this[_0x3b2e55(0x1fa)][_0x3b2e55(0x2c4)])||{},this[_0x3b2e55(0x1fa)][_0x3b2e55(0x269)](this[_0x3b2e55(0x1fa)][_0x3b2e55(0x2c4)],helper[_0x3b2e55(0x20a)](_0x5642ec,_0x1b35ed[_0x2d0d6c])));break;}}}[_0xce747c(0x2bc)](){const _0x429fa9=_0xce747c;return logger['debug'](_0x186657[_0x429fa9(0x2c3)]),this['__setBrowserOptions'](_0x36761e['capability']),Object[_0x429fa9(0x23d)](_0x36761e[_0x429fa9(0x238)])['forEach'](_0x379a3a=>{const _0x79d884=_0x429fa9,_0x75bf7f=this[_0x79d884(0x246)][_0x79d884(0x289)](_0x379a3a);_0x186657[_0x79d884(0x205)](typeof _0x75bf7f,_0x186657[_0x79d884(0x2c1)])?this[_0x79d884(0x246)]['set'](_0x379a3a,helper[_0x79d884(0x20a)](_0x75bf7f,_0x36761e[_0x79d884(0x238)][_0x379a3a])):this[_0x79d884(0x246)][_0x79d884(0x269)](_0x379a3a,_0x36761e[_0x79d884(0x238)][_0x379a3a]);}),this;}['build'](){const _0x24051f=_0xce747c,_0x245e0e={'fvtDy':function(_0x416c16,_0x3eeaef,_0x3fe3e5){const _0x5ef7eb=a96_0x1901;return _0x186657[_0x5ef7eb(0x2ba)](_0x416c16,_0x3eeaef,_0x3fe3e5);},'aoRNx':function(_0x10822c,_0x25dc07){const _0x7373b3=a96_0x1901;return _0x186657[_0x7373b3(0x2a2)](_0x10822c,_0x25dc07);},'mvGqX':function(_0x3728e4,_0x1d00e7){return _0x186657['bMmLQ'](_0x3728e4,_0x1d00e7);},'eSZNL':function(_0x3af02b,_0x1c57ae,_0x21300f){const _0x364e16=a96_0x1901;return _0x186657[_0x364e16(0x2bd)](_0x3af02b,_0x1c57ae,_0x21300f);}};PerformanceTester[_0x24051f(0x2c0)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x462cbb=_0x24051f;if(helper[_0x462cbb(0x25b)]()){const _0x277454=_0x186657['ZKWJb'][_0x462cbb(0x2b0)]('|');let _0x32dc22=0x0;while(!![]){switch(_0x277454[_0x32dc22++]){case'0':globals[_0x462cbb(0x290)](_0x186657[_0x462cbb(0x2e1)])&&(!_0x186657[_0x462cbb(0x2ba)](setExtension,this,_0x36761e)&&globals[_0x462cbb(0x251)](_0x186657[_0x462cbb(0x2e1)],![]));continue;case'1':helper[_0x462cbb(0x295)](_0x36761e[_0x462cbb(0x238)]);continue;case'2':logger[_0x462cbb(0x207)](_0x186657[_0x462cbb(0x2b3)]);continue;case'3':this[_0x462cbb(0x2bc)]();continue;case'4':_0x186657[_0x462cbb(0x2e2)](isAccessibilityAutomationSession)&&_0x186657[_0x462cbb(0x298)](setAccessibilityCapabilities,_0x36761e);continue;case'5':this[_0x462cbb(0x2cb)]();continue;case'6':if(helper[_0x462cbb(0x21f)](_0x36761e['proxySettings'][_0x462cbb(0x211)]))this[_0x462cbb(0x215)]=helper[_0x462cbb(0x276)](_0x36761e[_0x462cbb(0x24f)]['proxyUrl']);else _0x36761e[_0x462cbb(0x24f)][_0x462cbb(0x211)]&&(this[_0x462cbb(0x22e)]=_0x36761e[_0x462cbb(0x24f)][_0x462cbb(0x211)],logger['debug'](_0x462cbb(0x287)+this[_0x462cbb(0x22e)]));continue;}break;}}else{const _0xbd8e25=_0x186657[_0x462cbb(0x259)]['split']('|');let _0x38d534=0x0;while(!![]){switch(_0xbd8e25[_0x38d534++]){case'0':helper['setAdditionalCapabilities'](_0x36761e[_0x462cbb(0x238)]);continue;case'1':_0x186657['HsscQ'](globals[_0x462cbb(0x290)](_0x186657[_0x462cbb(0x284)]),_0x186657[_0x462cbb(0x24a)])&&(commandRepository[_0x462cbb(0x202)](_0x186657[_0x462cbb(0x24a)]),commandRepository[_0x462cbb(0x28f)](globals[_0x462cbb(0x290)](_0x186657['IujIT'])));continue;case'2':helper[_0x462cbb(0x281)](null,null,_0x36761e[_0x462cbb(0x23c)],null,this,null);continue;case'3':helper[_0x462cbb(0x270)]();continue;case'4':if(this[_0x462cbb(0x223)]['includes'](_0x186657[_0x462cbb(0x2ae)]))logger[_0x462cbb(0x207)](_0x186657[_0x462cbb(0x266)]),globals[_0x462cbb(0x251)](_0x186657[_0x462cbb(0x267)],![]),globals[_0x462cbb(0x251)](_0x186657[_0x462cbb(0x25d)],![]);else globals[_0x462cbb(0x290)](_0x186657[_0x462cbb(0x267)])&&globals[_0x462cbb(0x290)](_0x186657[_0x462cbb(0x25d)])&&aiSdkWrapper[_0x462cbb(0x27d)](this);continue;}break;}}})();const _0x38972a=super['build']();return PerformanceTester[_0x24051f(0x2c0)](PerformanceEvents[_0x24051f(0x218)],()=>{const _0x4b6afe=_0x24051f,_0x3dcb52={'IdcVK':_0x186657['qsFFw'],'CStug':_0x186657['EHeEl'],'hlIaB':function(_0x3b5b32,_0x436dfc,_0x414e36){return _0x186657['ZogHm'](_0x3b5b32,_0x436dfc,_0x414e36);},'dGHUm':function(_0x256209,_0xdafccb){return _0x186657['bMmLQ'](_0x256209,_0xdafccb);}};_0x38972a[_0x4b6afe(0x291)][_0x4b6afe(0x273)](_0x2c0a85=>{const _0xd306b=_0x4b6afe;try{logger[_0xd306b(0x207)](_0xd306b(0x219)+_0x2c0a85['getId']());const _0x3ac0c7=_0x2c0a85[_0xd306b(0x2df)][_0xd306b(0x289)](_0x3dcb52[_0xd306b(0x232)]);_0x3ac0c7?(logger[_0xd306b(0x207)](_0xd306b(0x2b7)+_0x3ac0c7),hubAllocator[_0xd306b(0x225)](_0x3ac0c7),helper['storeOptimalHubUrl'](_0x3ac0c7)):logger['debug'](_0x3dcb52[_0xd306b(0x2d2)]);}catch(_0x1d8a92){logger[_0xd306b(0x207)](_0xd306b(0x247)+_0x1d8a92);}}),_0x38972a[_0x4b6afe(0x20b)]=0x0,_0x38972a[_0x4b6afe(0x273)]&&_0x38972a[_0x4b6afe(0x273)](_0xf06ab5=>{const _0xdbeaff=_0x4b6afe,_0x37c752={'BQHXo':function(_0x54d5db,_0x2b4e43,_0x3ebf31){const _0x38c362=a96_0x1901;return _0x245e0e[_0x38c362(0x2db)](_0x54d5db,_0x2b4e43,_0x3ebf31);},'paExw':function(_0x13387c,_0x1cd6dd){return _0x245e0e['aoRNx'](_0x13387c,_0x1cd6dd);}};helper['overrideQuit'](_0xf06ab5,_0x38972a),_0x28efa5&&_0x245e0e[_0xdbeaff(0x292)](overrideTakeScreenshot,_0xf06ab5),helper[_0xdbeaff(0x252)](_0xf06ab5,_0x36761e),_0x245e0e[_0xdbeaff(0x28b)](overrideExecute,_0xf06ab5,_0x36761e),_0x36761e[_0xdbeaff(0x238)]&&percyHelper[_0xdbeaff(0x206)](_0xf06ab5,_0x5ed6d3[_0xdbeaff(0x217)],_0x36761e),_0xf06ab5[_0xdbeaff(0x230)]=async()=>{const _0x130715=_0xdbeaff;return await _0x37c752[_0x130715(0x26a)](getAccessibilityResultsSummary,_0xf06ab5,global);},_0xf06ab5[_0xdbeaff(0x241)]=async()=>{const _0x40f7f3=_0xdbeaff;return await _0x37c752[_0x40f7f3(0x26a)](getAccessibilityResults,_0xf06ab5,global);},_0xf06ab5[_0xdbeaff(0x2af)]=async()=>{const _0x36903e=_0xdbeaff;return await _0x37c752[_0x36903e(0x275)](performScan,_0xf06ab5);};}),_0x38972a[_0x4b6afe(0x230)]=async()=>{const _0x2bebb0=_0x4b6afe;return await _0x3dcb52[_0x2bebb0(0x1f8)](getAccessibilityResultsSummary,_0x38972a,global);},_0x38972a[_0x4b6afe(0x241)]=async()=>{const _0x53eea9=_0x4b6afe;return await _0x245e0e[_0x53eea9(0x2db)](getAccessibilityResults,_0x38972a,global);},_0x38972a[_0x4b6afe(0x2af)]=async()=>{const _0x882172=_0x4b6afe;return await _0x3dcb52[_0x882172(0x2a1)](performScan,_0x38972a);},_0x28efa5&&_0x186657[_0x4b6afe(0x2a6)](overrideTakeScreenshot,_0x38972a),helper[_0x4b6afe(0x220)](_0x38972a),helper[_0x4b6afe(0x252)](_0x38972a,_0x36761e),_0x186657['ZogHm'](overrideExecute,_0x38972a,_0x36761e),_0x36761e['capability']&&percyHelper[_0x4b6afe(0x206)](_0x38972a,_0x5ed6d3[_0x4b6afe(0x217)],_0x36761e);helper[_0x4b6afe(0x20f)](global[_0x4b6afe(0x2de)])&&(global['__driversArray']=[]);helper[_0x4b6afe(0x20f)](global[_0x4b6afe(0x231)])&&(global[_0x4b6afe(0x231)]=[]);global[_0x4b6afe(0x2de)]['push'](_0x38972a),global[_0x4b6afe(0x29d)]=_0x38972a,_0x1afbb4&&(_0x1afbb4[_0x4b6afe(0x21a)][_0x4b6afe(0x29d)]=_0x38972a);_0x186657[_0x4b6afe(0x249)](global[_0x4b6afe(0x231)],undefined)&&global[_0x4b6afe(0x231)][_0x4b6afe(0x1f4)](_0x38972a);_0x1afbb4&&helper[_0x4b6afe(0x20f)](_0x1afbb4[_0x4b6afe(0x21a)][_0x4b6afe(0x231)])&&(_0x1afbb4['global'][_0x4b6afe(0x231)]=[]);_0x1afbb4&&helper[_0x4b6afe(0x20f)](_0x1afbb4[_0x4b6afe(0x21a)][_0x4b6afe(0x2de)])&&(_0x1afbb4[_0x4b6afe(0x21a)]['__driversArray']=[]);_0x1afbb4&&_0x186657[_0x4b6afe(0x2a3)](_0x1afbb4[_0x4b6afe(0x21a)][_0x4b6afe(0x231)],undefined)&&(_0x1afbb4[_0x4b6afe(0x21a)][_0x4b6afe(0x231)]['push'](_0x38972a),_0x1afbb4[_0x4b6afe(0x21a)][_0x4b6afe(0x2de)][_0x4b6afe(0x1f4)](_0x38972a));_0x38972a['isAccessibilityPlatform']=globals[_0x4b6afe(0x290)](_0x186657[_0x4b6afe(0x2e1)]);try{global[_0x4b6afe(0x231)][0x0][_0x4b6afe(0x291)][_0x4b6afe(0x273)](_0x17da9e=>{const _0x4b85f3=_0x4b6afe;logger[_0x4b85f3(0x207)](_0x4b85f3(0x2bb)+_0x17da9e[_0x4b85f3(0x203)]()+_0x4b85f3(0x236));})[_0x4b6afe(0x21d)](_0x5ad55a=>{logger['debug']('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x5ad55a);});}catch(_0x51abd6){logger['debug'](_0x4b6afe(0x2ab)+_0x51abd6);}globals[_0x4b6afe(0x251)](_0x186657[_0x4b6afe(0x2e1)],globals[_0x4b6afe(0x290)](_0x186657['qkYuJ']));})(),_0x38972a;}}_0x1afbb4&&(globals[_0xce747c(0x293)]=_0x1afbb4[_0xce747c(0x21a)][_0xce747c(0x293)]);if(_0x186657[_0xce747c(0x2e2)](isAccessibilityAutomationSession))try{let _0x40990d=helper[_0xce747c(0x29b)](_0x186657[_0xce747c(0x22b)],_0x186657[_0xce747c(0x299)])[_0xce747c(0x256)];(!_0x40990d[_0xce747c(0x2a5)]||!_0x40990d['prototype'][_0xce747c(0x20c)])&&(_0x40990d=helper['requireModule'](_0x186657[_0xce747c(0x24d)],_0x186657['ZbIce'])[_0xce747c(0x1f2)]);if(_0x40990d[_0xce747c(0x2a5)]&&_0x40990d['prototype']['execute']){const _0x57dfee=_0x40990d[_0xce747c(0x2a5)][_0xce747c(0x20c)];logger[_0xce747c(0x207)](_0x186657[_0xce747c(0x27e)]),_0x40990d['prototype'][_0xce747c(0x20c)]=async function(){const _0x337075=_0xce747c;try{!globals[_0x337075(0x290)](_0x186657[_0x337075(0x1fb)])&&globals[_0x337075(0x290)](_0x186657['qkYuJ'])&&globals[_0x337075(0x290)](_0x186657[_0x337075(0x229)])&&scripts[_0x337075(0x248)](arguments[0x0][_0x337075(0x294)])&&!_0x186657[_0x337075(0x2a2)](isBrowserStackCommandExecutor,arguments[0x0][_0x337075(0x296)])&&(globals[_0x337075(0x251)](_0x186657[_0x337075(0x1fb)],!![]),logger[_0x337075(0x207)](_0x337075(0x29a)+arguments[0x0][_0x337075(0x294)]),await _0x186657[_0x337075(0x2bd)](performScan,global[_0x337075(0x29d)],arguments[0x0][_0x337075(0x294)]));}catch(_0x42cde1){logger[_0x337075(0x207)](_0x337075(0x26c)+util[_0x337075(0x2ca)](_0x42cde1));}return globals[_0x337075(0x251)](_0x186657['mMqBi'],![]),_0x57dfee[_0x337075(0x27a)](this,arguments);};}}catch(_0x2d33ce){logger[_0xce747c(0x207)](_0x186657[_0xce747c(0x21b)](_0x186657['BCkzA'],_0x2d33ce));}return _0x5ed6d3[_0xce747c(0x2d4)]=_0x5ed6d3[_0xce747c(0x24e)],_0x5ed6d3['Builder']=_0x30c9e2,_0x109a11[_0xce747c(0x2da)]=_0x478bd2,_0x5ed6d3;};function a96_0x1901(_0x45ab56,_0x362625){const _0x47c996=a96_0x47c9();return a96_0x1901=function(_0x190184,_0x365ce4){_0x190184=_0x190184-0x1f2;let _0x3e35cb=_0x47c996[_0x190184];return _0x3e35cb;},a96_0x1901(_0x45ab56,_0x362625);}module[a96_0x3857e9(0x201)][a96_0x3857e9(0x2e0)]=modify,module[a96_0x3857e9(0x201)][a96_0x3857e9(0x274)]=modifyV2,module[a96_0x3857e9(0x201)][a96_0x3857e9(0x2c6)]=percySDK,module[a96_0x3857e9(0x201)][a96_0x3857e9(0x29c)]=BrowserStackSdk,module[a96_0x3857e9(0x201)][a96_0x3857e9(0x2c9)]=modifyPlaywrightConfig;function a96_0x47c9(){const _0x21da30=['noIcS','OPtKS','RMXoc','CvHcB','jest','proxy_','./helpers/ai-sdk/aiSdkWrapper','getAccessibilityResultsSummary','__drivers','IdcVK','./helpers/performance/constants','/session','info','\x20to\x20global\x20drivers\x20array','./helpers/patchHelper','capability','chromeOptions','248YZKXyV','path','framework','keys','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','lYUBu','selenium-webdriver','getAccessibilityResults','JHnlm','edgeOptions','eMxtg','cmNkB','capabilities_','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','shouldWrapCommand','xGmQx','vsDDe','hdSef','safari.options','kTgQh','Builder','proxySettings','./helpers/accessibility-automation/scripts','setGlobal','overrideGet','aiSdk_framework','2143707EmUVfr','./helpers/logger','WebDriver','AmOPc','aiSdk_bstackConfig','EqrAE','GBqNF','isBrowserstackInfra','EovbD','QIhAo','UPxJA','UiSfc','nuxeO','getRequestOptions','isAccessibilityPlatform','ms:edgeOptions','ixRMe','KaDgs','VKzsE','rjTRo','YBKJA','set','BQHXo','object','Failed\x20to\x20perform\x20scan\x20','dTWyG','WPZTK','FaNGl','readTcgAuthConfigToGlobal','zfHkA','xtlHd','then','browserstackAgentV2','paExw','getHttpAgent','oHSLX','browserStackLogLevel','chromeOptions_','apply','Setting\x20Browserstack\x20capabilities','dxnyg','initializeHealingCapabilities','TAelO','./bin/playwright/modifyPlaywrightConf','goog:chromeOptions','prepareCapabilities','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','optimalHubUrl','nIauU','tVeEZ','kplOt','Proxy\x20set\x20to\x20','2|0|3|1|4','get','YXkaU','eSZNL','firefoxOptions','ieOptions','./helpers/globals','setConfig','getGlobal','session_','mvGqX','browserStackGlobals','name_','setAdditionalCapabilities','parameters_','kmkbY','NfDRv','ZbIce','Performing\x20scan\x20for\x20','requireModule','BrowserStackSdk','__driver','./helpers/patchHelpers','tOmOl','./helpers/accessibility-automation/helper','dGHUm','sNhrN','jVOBg','1037175OBlaJQ','prototype','bMmLQ','.browserstack.com','qeJxK','SUpie','Modifying\x20webdriver\x20execute','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','573308Hpsdot','New\x20hub\x20url\x20set\x20to\x20','jSpMB','performScan','split','./helpers/percy/utils','./bin/mocha/accessibility-automation/helper','oHRem','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','BRJMZ','./helpers/performance/performance-tester','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','aiHeal_isAuthenticated','3385QTWbSl','ZogHm','setting\x20driver\x20Session\x20ID:\x20','setCapabilities','kLGCq','newHubUrl','__setBrowserOptions','measureWrapper','pyUZQ','./hubAllocationMethods','JdIeL','CAPABILITY_KEY','jTENe','percy','FMPrn','cQrTy','_modifyPlaywright','format','setServer','firefoxOptions_','852WMHKXG','bstackA11yShouldScan','IXmLZ','util','send','CStug','833130FhxDqB','originalBuilder','./helpers/ai-sdk/autoHealHelper','wfkTS','zwCmA','SDK_PRE_INITIALIZE','https://','HttpClient','fvtDy','requireHttpClient','pushCommand','__driversArray','caps_','browserstackAgent','qkYuJ','vvFHg','1|4|5|3|6|0|2','requireSeleniumWebdriver','Executor','uKFjk','push','/wd/hub','2913192VeCtFb','GndOo','hlIaB','VwOFu','ieOptions_','mMqBi','3833361uWClTt','se:ieOptions','CBduC','./helpers/helper','Modifying\x20webdriver\x20builder','exports','setFramework','getId','WpeFQ','prXmX','patchDriverPercy','debug','./helpers/percy/PercySDK','KSioQ','mergeDeep','quitCount_','execute','MmiqY','kQcmD','isUndefined','build','proxyUrl','pmxAF','getHubUrl','safariOptions_','agent_','error','WebElement','SDK_POST_INITIALIZE','Session\x20ID:\x20','global','pMebW','Hub\x20url\x20set\x20to\x20','catch','options_','isPacProxy','overrideQuit','aiHeal_isHealingEnabled','lzgZx','url_','QqjFA','updateHubUrl','edgeOptions_','moz:firefoxOptions','logLevel'];a96_0x47c9=function(){return _0x21da30;};return a96_0x47c9();}