browserstack-node-sdk 1.35.4 → 1.35.6

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 -1
  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
- function a95_0x580e(){const _0x16c797=['findLatency','getRequestOptions','./helpers/logger','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','hostname','format','TTcXT','updateHubUrl','wCCsV','1524ycEQSE','Response:\x20','DXSfQ','length','resolve','keys','\x20is:\x20','https://','/wd/hub','GET','20954270AtdzXw','2372524nrNUeL','1949500pyuQHj','2014055wZPPpR','336VYbMCc','debug','kmXWk','UYpCu','nodeRequest','ODCGW','952nXgRMY','Execution\x20time\x20for\x20','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','sort','ENXuH','next_hubs','./bin/utils/constants','ogJtd','push','nextHubs','entries','mCqlk','12uiJnKL','latency','goesk','hubs','cQVeN','936luDPeq','path','then','yVkMv','search','hash','PEDvo','check','fromEntries','hubUrl','VEhMF','\x20HUB\x20-\x20','newHubUrl','363067XunoKM','DgKSW','pathname','url','NEAREST\x20HUBS:\x20','yhckk'];a95_0x580e=function(){return _0x16c797;};return a95_0x580e();}const a95_0x20ec59=a95_0x346c;function a95_0x346c(_0x42dad9,_0x72806e){const _0x580ed6=a95_0x580e();return a95_0x346c=function(_0x346c68,_0x5187ee){_0x346c68=_0x346c68-0x9d;let _0x174baa=_0x580ed6[_0x346c68];return _0x174baa;},a95_0x346c(_0x42dad9,_0x72806e);}(function(_0x34be9b,_0x1661cb){const _0x5d8737=a95_0x346c,_0x71bf1a=_0x34be9b();while(!![]){try{const _0x399405=-parseInt(_0x5d8737(0xb6))/0x1+-parseInt(_0x5d8737(0xd0))/0x2+-parseInt(_0x5d8737(0xd3))/0x3*(parseInt(_0x5d8737(0xc5))/0x4)+-parseInt(_0x5d8737(0xd2))/0x5+-parseInt(_0x5d8737(0xa4))/0x6*(-parseInt(_0x5d8737(0xd1))/0x7)+-parseInt(_0x5d8737(0xd9))/0x8*(parseInt(_0x5d8737(0xa9))/0x9)+parseInt(_0x5d8737(0xcf))/0xa;if(_0x399405===_0x1661cb)break;else _0x71bf1a['push'](_0x71bf1a['shift']());}catch(_0x89ebd0){_0x71bf1a['push'](_0x71bf1a['shift']());}}}(a95_0x580e,0x9d877));const url=require(a95_0x20ec59(0xb9)),util=require('util'),helper=require('./helpers/helper'),logger=require(a95_0x20ec59(0xbe))['winstonLogger'],constants=require(a95_0x20ec59(0x9e));global[a95_0x20ec59(0xb5)]='',exports[a95_0x20ec59(0xbd)]=_0x3770b8=>{const _0x118e77=a95_0x20ec59,_0x23a4a4={};_0x23a4a4[_0x118e77(0xb3)]=function(_0x4a83b6,_0xa3c32e){return _0x4a83b6+_0xa3c32e;},_0x23a4a4[_0x118e77(0xb7)]='Invalid\x20new\x20HUB\x20URL:\x20';const _0x4d545f=_0x23a4a4,_0x2beb44=url['parse'](_0x3770b8);if(!_0x2beb44[_0x118e77(0xc0)])throw new Error(_0x4d545f['VEhMF'](_0x4d545f[_0x118e77(0xb7)],_0x3770b8));return _0x2beb44[_0x118e77(0xad)]=null,_0x2beb44[_0x118e77(0xae)]=null,_0x2beb44[_0x118e77(0xaa)]=_0x2beb44[_0x118e77(0xb8)],_0x2beb44;},exports[a95_0x20ec59(0xc3)]=_0x236e20=>{const _0x544fbd=a95_0x20ec59;global[_0x544fbd(0xb5)]=_0x236e20;},exports['allocateHub']=_0x2f67b5=>{const _0x13fb18=a95_0x20ec59,_0x5d59c8={'qKaRe':function(_0x2287c9,_0x30f487){return _0x2287c9+_0x30f487;},'TqjFb':_0x13fb18(0xcd),'ENXuH':function(_0x25116b){return _0x25116b();},'UYpCu':function(_0x41f752,_0x53abfd){return _0x41f752!=_0x53abfd;},'wCCsV':function(_0x27da80,_0x103021){return _0x27da80!==_0x103021;},'qCjJz':_0x13fb18(0xcc)};return new Promise(_0x5ccca8=>{const _0x5e1a09=_0x13fb18,_0x1a9053={'TTcXT':function(_0x1e6223,_0x43e0f6){return _0x5d59c8['qKaRe'](_0x1e6223,_0x43e0f6);},'Ybxdf':_0x5d59c8['TqjFb'],'kmXWk':function(_0x119e48){const _0x3e662f=a95_0x346c;return _0x5d59c8[_0x3e662f(0xdd)](_0x119e48);},'goesk':function(_0x4fca5a,_0x52d2a1){const _0x151367=a95_0x346c;return _0x5d59c8[_0x151367(0xd6)](_0x4fca5a,_0x52d2a1);},'cQVeN':function(_0x55b579,_0x107455){const _0x2f3aaa=a95_0x346c;return _0x5d59c8[_0x2f3aaa(0xc4)](_0x55b579,_0x107455);},'mCqlk':_0x5d59c8['qCjJz'],'ogJtd':function(_0x5ca37c){const _0x23ffae=a95_0x346c;return _0x5d59c8[_0x23ffae(0xdd)](_0x5ca37c);}};Promise[_0x5e1a09(0xc9)](this[_0x5e1a09(0xa1)](_0x2f67b5))[_0x5e1a09(0xab)](_0x25ec73=>{const _0x1e6d24=_0x5e1a09;logger[_0x1e6d24(0xd4)](_0x1e6d24(0xba)+util[_0x1e6d24(0xc1)]('%j',_0x25ec73));if(_0x1a9053[_0x1e6d24(0xa6)](_0x25ec73,null)&&_0x1a9053[_0x1e6d24(0xa8)](_0x25ec73[_0x1e6d24(0xc8)],0x0)){const _0x3da812=[];for(const _0x593393 of _0x25ec73){_0x3da812[_0x1e6d24(0xa0)](this['findLatency'](_0x2f67b5,_0x1a9053[_0x1e6d24(0xc2)](_0x1a9053[_0x1e6d24(0xa3)],_0x593393)));}Promise['all'](_0x3da812)[_0x1e6d24(0xab)](_0x224103=>{const _0x57c9a7=_0x1e6d24,_0x195091=Object[_0x57c9a7(0xb1)](_0x224103['map'](_0x3beb07=>[_0x3beb07[_0x57c9a7(0xb2)],_0x3beb07['latency']])),_0x21551e=Object[_0x57c9a7(0xb1)](Object[_0x57c9a7(0xa2)](_0x195091)[_0x57c9a7(0xdc)](([,_0x49d411],[,_0x2afd96])=>_0x49d411-_0x2afd96)),_0x455459=Object[_0x57c9a7(0xca)](_0x21551e)[0x0];constants[_0x57c9a7(0xb2)]=_0x1a9053['TTcXT'](_0x455459,_0x1a9053['Ybxdf']),logger['debug']('HUB\x20URL\x20SET\x20TO\x20-\x20'+_0x455459),_0x1a9053['kmXWk'](_0x5ccca8);});}else _0x1a9053[_0x1e6d24(0xd5)](_0x5ccca8);})['catch'](_0x7067db=>{const _0x239fb0=_0x5e1a09;logger[_0x239fb0(0xd4)](_0x239fb0(0xbf)+_0x7067db),_0x1a9053[_0x239fb0(0x9f)](_0x5ccca8);});});},exports[a95_0x20ec59(0xbc)]=async(_0x3b5cde,_0x3547b8)=>{const _0x25efa9=a95_0x20ec59,_0x4ade2a={};_0x4ade2a[_0x25efa9(0xc7)]=_0x25efa9(0xce),_0x4ade2a[_0x25efa9(0xbb)]=_0x25efa9(0xb0),_0x4ade2a[_0x25efa9(0xac)]=function(_0x3fa2cf,_0x344fb2){return _0x3fa2cf-_0x344fb2;};const _0x9ba860=_0x4ade2a;try{const _0x3cd42f=new Date();await helper[_0x25efa9(0xd7)](_0x9ba860[_0x25efa9(0xc7)],_0x9ba860[_0x25efa9(0xbb)],{},_0x3b5cde,_0x3547b8,0x1388);const _0x34376f=_0x9ba860[_0x25efa9(0xac)](new Date(),_0x3cd42f);logger[_0x25efa9(0xd4)](_0x25efa9(0xda)+_0x3547b8+_0x25efa9(0xcb)+_0x34376f+'ms');const _0xbca2c2={};return _0xbca2c2[_0x25efa9(0xb2)]=_0x3547b8,_0xbca2c2[_0x25efa9(0xa5)]=_0x34376f,_0xbca2c2;}catch(_0x3570b3){return logger['debug'](_0x25efa9(0xdb)+_0x3547b8+_0x25efa9(0xb4)+_0x3570b3),{};}},exports[a95_0x20ec59(0xa1)]=async _0x4f0608=>{const _0x378d78=a95_0x20ec59,_0x4ac2d9={};_0x4ac2d9['PEDvo']=_0x378d78(0xce),_0x4ac2d9[_0x378d78(0xd8)]=_0x378d78(0x9d),_0x4ac2d9['tcKAv']='https://hub.browserstack.com';const _0x1a1f2c=_0x4ac2d9;try{const _0x5646a9=await helper[_0x378d78(0xd7)](_0x1a1f2c[_0x378d78(0xaf)],_0x1a1f2c[_0x378d78(0xd8)],{},_0x4f0608,_0x1a1f2c['tcKAv'],0x1388),_0x26d46b=_0x5646a9['data'];return logger[_0x378d78(0xd4)](_0x378d78(0xc6)+util['format']('%j',_0x26d46b)),_0x26d46b[_0x378d78(0xa7)];}catch(_0x199e70){logger[_0x378d78(0xd4)]('ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20'+_0x199e70);}return null;};
1
+ function a95_0x21e0(_0x4d490a,_0x4a0c14){const _0x173d67=a95_0x173d();return a95_0x21e0=function(_0x21e0a2,_0x13433f){_0x21e0a2=_0x21e0a2-0x94;let _0x30528a=_0x173d67[_0x21e0a2];return _0x30528a;},a95_0x21e0(_0x4d490a,_0x4a0c14);}const a95_0x265b3f=a95_0x21e0;function a95_0x173d(){const _0x1bd9cc=['GwnWB','hash','Response:\x20','./helpers/helper','parse','winstonLogger','MPxcy','rQobp','2012696YqYZae','hubs','format','384295qDsWFD','newHubUrl','gnian','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','./helpers/logger','NEAREST\x20HUBS:\x20','DzEhC','/wd/hub','keys','12nItAka','nodeRequest','debug','1967274pwbHbD','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','pathname','all','1VQOEnH','cpDAu','allocateHub','RHJdE','NDFjp','length','catch','627xVnFiY','then','FxRbt','ovfeu','fromEntries','6230jmwWEK','Irgto','util','\x20HUB\x20-\x20','push','hostname','624250hTgqKV','nextHubs','meKvf','ZJlaj','next_hubs','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','search','https://','Execution\x20time\x20for\x20','https://hub.browserstack.com','GET','latency','entries','map','data','url','1235311ADzuqT','resolve','findLatency','9DjzwzM','updateHubUrl','193276YCxqWA','path','QsNqr','./bin/utils/constants','RxnCj'];a95_0x173d=function(){return _0x1bd9cc;};return a95_0x173d();}(function(_0x72788e,_0x57cc8c){const _0x2113ca=a95_0x21e0,_0x66ce4a=_0x72788e();while(!![]){try{const _0x320431=-parseInt(_0x2113ca(0xb2))/0x1*(-parseInt(_0x2113ca(0xc4))/0x2)+-parseInt(_0x2113ca(0xd7))/0x3*(parseInt(_0x2113ca(0xd9))/0x4)+parseInt(_0x2113ca(0xa2))/0x5*(-parseInt(_0x2113ca(0xab))/0x6)+parseInt(_0x2113ca(0xd4))/0x7+parseInt(_0x2113ca(0x9f))/0x8+-parseInt(_0x2113ca(0xae))/0x9+parseInt(_0x2113ca(0xbe))/0xa*(-parseInt(_0x2113ca(0xb9))/0xb);if(_0x320431===_0x57cc8c)break;else _0x66ce4a['push'](_0x66ce4a['shift']());}catch(_0x46ed23){_0x66ce4a['push'](_0x66ce4a['shift']());}}}(a95_0x173d,0x2dc15));const url=require(a95_0x265b3f(0xd3)),util=require(a95_0x265b3f(0xc0)),helper=require(a95_0x265b3f(0x9a)),logger=require(a95_0x265b3f(0xa6))[a95_0x265b3f(0x9c)],constants=require(a95_0x265b3f(0x95));global[a95_0x265b3f(0xa3)]='',exports['getRequestOptions']=_0xc0c06d=>{const _0x22d9f3=a95_0x265b3f,_0xcc5822={};_0xcc5822[_0x22d9f3(0xb5)]=function(_0x382a99,_0xc89410){return _0x382a99+_0xc89410;},_0xcc5822['NDFjp']='Invalid\x20new\x20HUB\x20URL:\x20';const _0x4a29f3=_0xcc5822,_0x1141b1=url[_0x22d9f3(0x9b)](_0xc0c06d);if(!_0x1141b1[_0x22d9f3(0xc3)])throw new Error(_0x4a29f3['RHJdE'](_0x4a29f3[_0x22d9f3(0xb6)],_0xc0c06d));return _0x1141b1[_0x22d9f3(0xca)]=null,_0x1141b1[_0x22d9f3(0x98)]=null,_0x1141b1[_0x22d9f3(0xda)]=_0x1141b1[_0x22d9f3(0xb0)],_0x1141b1;},exports[a95_0x265b3f(0xd8)]=_0x4b915b=>{global['newHubUrl']=_0x4b915b;},exports[a95_0x265b3f(0xb4)]=_0x1b658f=>{const _0xd47900=a95_0x265b3f,_0x1df1af={'DzEhC':function(_0x36f759,_0x3b0db2){return _0x36f759!=_0x3b0db2;},'Irgto':function(_0x6725ad,_0x3cdd3a){return _0x6725ad!==_0x3cdd3a;},'rQobp':function(_0x4e7cc6,_0x19eec9){return _0x4e7cc6+_0x19eec9;},'ZJlaj':_0xd47900(0xcb),'dyOLk':function(_0x4140fb){return _0x4140fb();},'RxnCj':function(_0x5e2ef2){return _0x5e2ef2();},'GwnWB':_0xd47900(0xa9)};return new Promise(_0x21b4c6=>{const _0xab9db8=_0xd47900,_0x3be36f={'FxRbt':function(_0x43d57d,_0x1bb67e){const _0x34a745=a95_0x21e0;return _0x1df1af[_0x34a745(0x9e)](_0x43d57d,_0x1bb67e);},'MPxcy':_0x1df1af[_0xab9db8(0x97)],'niZmc':function(_0x4483f7){return _0x1df1af['RxnCj'](_0x4483f7);}};Promise[_0xab9db8(0xd5)](this[_0xab9db8(0xc5)](_0x1b658f))[_0xab9db8(0xba)](_0x471fd8=>{const _0xf98b01=_0xab9db8;logger[_0xf98b01(0xad)](_0xf98b01(0xa7)+util[_0xf98b01(0xa1)]('%j',_0x471fd8));if(_0x1df1af[_0xf98b01(0xa8)](_0x471fd8,null)&&_0x1df1af[_0xf98b01(0xbf)](_0x471fd8[_0xf98b01(0xb7)],0x0)){const _0x4ee14c=[];for(const _0x29e9b of _0x471fd8){_0x4ee14c[_0xf98b01(0xc2)](this['findLatency'](_0x1b658f,_0x1df1af[_0xf98b01(0x9e)](_0x1df1af[_0xf98b01(0xc7)],_0x29e9b)));}Promise[_0xf98b01(0xb1)](_0x4ee14c)[_0xf98b01(0xba)](_0x50152b=>{const _0xaa075a=_0xf98b01,_0x2ab9ab=Object[_0xaa075a(0xbd)](_0x50152b[_0xaa075a(0xd1)](_0x12fac8=>[_0x12fac8['hubUrl'],_0x12fac8['latency']])),_0x36d182=Object[_0xaa075a(0xbd)](Object[_0xaa075a(0xd0)](_0x2ab9ab)['sort'](([,_0x26fec2],[,_0x208a90])=>_0x26fec2-_0x208a90)),_0x5d3fbf=Object[_0xaa075a(0xaa)](_0x36d182)[0x0];constants['hubUrl']=_0x3be36f[_0xaa075a(0xbb)](_0x5d3fbf,_0x3be36f[_0xaa075a(0x9d)]),logger[_0xaa075a(0xad)]('HUB\x20URL\x20SET\x20TO\x20-\x20'+_0x5d3fbf),_0x3be36f['niZmc'](_0x21b4c6);});}else _0x1df1af['dyOLk'](_0x21b4c6);})[_0xab9db8(0xb8)](_0x23f69f=>{const _0x2fa5a8=_0xab9db8;logger['debug'](_0x2fa5a8(0xaf)+_0x23f69f),_0x1df1af[_0x2fa5a8(0x96)](_0x21b4c6);});});},exports[a95_0x265b3f(0xd6)]=async(_0x31886f,_0x25f83d)=>{const _0x5d441f=a95_0x265b3f,_0x2a5839={};_0x2a5839[_0x5d441f(0x94)]=_0x5d441f(0xce),_0x2a5839['aaFOS']='check',_0x2a5839['gnian']=function(_0x3a6ba1,_0x24563e){return _0x3a6ba1-_0x24563e;};const _0x51ced6=_0x2a5839;try{const _0x23b023=new Date();await helper[_0x5d441f(0xac)](_0x51ced6['QsNqr'],_0x51ced6['aaFOS'],{},_0x31886f,_0x25f83d,0x1388);const _0x294b1b=_0x51ced6[_0x5d441f(0xa4)](new Date(),_0x23b023);logger['debug'](_0x5d441f(0xcc)+_0x25f83d+'\x20is:\x20'+_0x294b1b+'ms');const _0x44354a={};return _0x44354a['hubUrl']=_0x25f83d,_0x44354a[_0x5d441f(0xcf)]=_0x294b1b,_0x44354a;}catch(_0x2384c3){return logger[_0x5d441f(0xad)](_0x5d441f(0xa5)+_0x25f83d+_0x5d441f(0xc1)+_0x2384c3),{};}},exports[a95_0x265b3f(0xc5)]=async _0x466ca3=>{const _0x4a42a5=a95_0x265b3f,_0x48471e={};_0x48471e['cpDAu']=_0x4a42a5(0xce),_0x48471e[_0x4a42a5(0xc6)]=_0x4a42a5(0xc8),_0x48471e[_0x4a42a5(0xbc)]=_0x4a42a5(0xcd);const _0x2d7877=_0x48471e;try{const _0x301270=await helper['nodeRequest'](_0x2d7877[_0x4a42a5(0xb3)],_0x2d7877[_0x4a42a5(0xc6)],{},_0x466ca3,_0x2d7877[_0x4a42a5(0xbc)],0x1388),_0x15b67d=_0x301270[_0x4a42a5(0xd2)];return logger['debug'](_0x4a42a5(0x99)+util['format']('%j',_0x15b67d)),_0x15b67d[_0x4a42a5(0xa0)];}catch(_0x10b30f){logger[_0x4a42a5(0xad)](_0x4a42a5(0xc9)+_0x10b30f);}return null;};
package/src/index.js CHANGED
@@ -1 +1 @@
1
- function a96_0x17c5(_0x4cdb5e,_0x2da0c2){const _0x58d66e=a96_0x58d6();return a96_0x17c5=function(_0x17c58f,_0x3bf384){_0x17c58f=_0x17c58f-0xc0;let _0x5154f0=_0x58d66e[_0x17c58f];return _0x5154f0;},a96_0x17c5(_0x4cdb5e,_0x2da0c2);}function a96_0x58d6(){const _0x80156=['WzgSY','updateHubUrl','9451757KDXRHi','PZPWs','Ktpih','safari.options','GOGOP','FHRQz','session_','2DsWINg','NIVvX','snlip','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','laigY','isAccessibilityPlatform','New\x20hub\x20url\x20set\x20to\x20','browserstackAgent','SRGcE','fHPCE','GRFrQ','vCfkO','debug','isPacProxy','uvnIK','VIusk','Failed\x20to\x20perform\x20scan\x20','./helpers/performance/constants','safariOptions_','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','dwMqh','zDNMD','CxkqN','bstackA11yShouldScan','./helpers/patchHelpers','goog:chromeOptions','IoBqU','ieOptions_','isUndefined','selenium-webdriver','FAVWG','path','./helpers/globals','GpSRk','getId','./bin/playwright/modifyPlaywrightConf','SHyFI','iyHfh','fKqaf','winstonLogger','961797DQjSMq','overrideQuit','qqgWu','info','Performing\x20scan\x20for\x20','0|3|6|4|5|1|2','overrideGet','aiSdk_bstackConfig','getAccessibilityResultsSummary','./browserStackSdk','shouldWrapCommand','HttpClient','ITkdn','getRequestOptions','_modifyPlaywright','OXrpB','npnyC','500943PioHtX','./helpers/logger','requireModule','parameters_','qaTrt','UOgQL','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','LHixv','lXQXV','./helpers/percy/PercySDK','setGlobal','get','getHubUrl','4790aVCwPP','deRRE','gaVgc','keys','YJcES','JrdwH','DBBsf','nVkry','ehlmE','url_','VySmM','browserStackGlobals','DxPQE','bUYXa','FirTN','CSmWe','aSOuO','jest','build','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','set','quitCount_','requireSeleniumWebdriver','includes','exports','Session\x20ID:\x20','GWjUO','ArNMB','9976520mjDKVF','nVCLR','LjDgD','FBPbt','browserStackLogLevel','performScan','getHttpAgent','edgeOptions_','isBrowserstackInfra','/wd/hub','Executor','mHzWb','browserstackAgentV2','proxy_','sUDcS','kdkjD','WebDriver','logLevel','Modifying\x20webdriver\x20builder','./helpers/helper','global','prepareCapabilities','UXuOc','GYPdL','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','zzCBs','proxySettings','se:ieOptions','setServer','hJGzd','nOZwW','iLHrs','proxyUrl','BrowserStackSdk','cxTfw','jaVCW','./hubAllocationMethods','originalBuilder','error','vUMCU','ieOptions','rPJCX','DqJSa','bXmrX','./helpers/ai-sdk/aiSdkWrapper','hqAyb','Njtay','framework','dyJIU','tfaew','agent_','capabilities_','hICDW','./helpers/accessibility-automation/scripts','Builder','olmOF','dvFAA','bstackAllyScanning','options_','SBPHD','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','XeTph','moz:firefoxOptions','prototype','forEach','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','ms:edgeOptions','WQNPo','storeOptimalHubUrl','bCmeG','selenium-webdriver/lib/http.js','vMfUQ','WebElement','CAPABILITY_KEY','setCapabilities','chromeOptions_','optimalHubUrl','caps_','split','NBHZA','setAdditionalCapabilities','dhlDb','firefoxOptions_','then','initializeHealingCapabilities','8922WeKkki','util','measureWrapper','__drivers','format','SNStu','dVTqf','setConfig','IEybk','SDK_PRE_INITIALIZE','VJNpa','TjhYu','requireHttpClient','RINwa','execute','setting\x20driver\x20Session\x20ID:\x20','capability','name_','AvdMN','MfzmY','patchDriverPercy','LGYjg','getGlobal','./bin/mocha/accessibility-automation/helper','Setting\x20Browserstack\x20capabilities','cXMsP','https://','QbYcy','lOFqK','__setBrowserOptions','Modifying\x20webdriver\x20execute','__driversArray','7858476oJpypd','Proxy\x20set\x20to\x20','getAccessibilityResults','inOiZ','tZBny','./helpers/performance/performance-tester','setFramework','/session','mergeDeep','qQOlI','ILJOk','object','firefoxOptions','aHtTo','Unable\x20to\x20find\x20executor\x20class\x20','push','JKexN','QwwnE','selenium-webdriver/lib/webdriver.js','MuJnd','readTcgAuthConfigToGlobal','7|6|3|5|0|1|4|2','aiHeal_isAuthenticated','newHubUrl','SDqxQ','send','901668tvFNnF'];a96_0x58d6=function(){return _0x80156;};return a96_0x58d6();}const a96_0xfcaec=a96_0x17c5;(function(_0x1acd77,_0x15438c){const _0x1c2e60=a96_0x17c5,_0x25b7e4=_0x1acd77();while(!![]){try{const _0x19e981=-parseInt(_0x1c2e60(0x118))/0x1+-parseInt(_0x1c2e60(0xdf))/0x2*(parseInt(_0x1c2e60(0x107))/0x3)+-parseInt(_0x1c2e60(0xd5))/0x4+parseInt(_0x1c2e60(0x125))/0x5*(-parseInt(_0x1c2e60(0x196))/0x6)+parseInt(_0x1c2e60(0xd8))/0x7+parseInt(_0x1c2e60(0x141))/0x8+parseInt(_0x1c2e60(0x1b6))/0x9;if(_0x19e981===_0x15438c)break;else _0x25b7e4['push'](_0x25b7e4['shift']());}catch(_0x574629){_0x25b7e4['push'](_0x25b7e4['shift']());}}}(a96_0x58d6,0xf3e3f));const util=require(a96_0xfcaec(0x197)),{overrideTakeScreenshot}=require(a96_0xfcaec(0xf7)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require(a96_0xfcaec(0x1ad)),helper=require(a96_0xfcaec(0x154)),logger=require(a96_0xfcaec(0x119))[a96_0xfcaec(0x106)],hubAllocator=require(a96_0xfcaec(0x165)),percySDK=require(a96_0xfcaec(0x121)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a96_0xfcaec(0x110)),modifyPlaywrightConfig=require(a96_0xfcaec(0x102)),scripts=require(a96_0xfcaec(0x176)),globals=require(a96_0xfcaec(0xff)),{commandRepository}=require('./helpers/ai-sdk/autoHealHelper'),{aiSdkWrapper}=require(a96_0xfcaec(0x16d)),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require(a96_0xfcaec(0xc0)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a96_0xfcaec(0xf0)),modify=_0x44379d=>{const _0xa85be3=a96_0xfcaec,_0x3cb49e={'fHPCE':function(_0x538b5c,_0x2eba72){return _0x538b5c!==_0x2eba72;},'hICDW':_0xa85be3(0xc2),'DqJSa':function(_0x49d44d,_0x56e00b){return _0x49d44d+_0x56e00b;},'TjhYu':'https://','ulyZv':_0xa85be3(0x14a),'QpDaS':_0xa85be3(0xf8),'lXQXV':'chromeOptions','GWjUO':'ms:edgeOptions','gaVgc':'edgeOptions','QwwnE':'moz:firefoxOptions','DBBsf':'firefoxOptions','qaTrt':_0xa85be3(0xdb),'aHtTo':'se:ieOptions','nVkry':_0xa85be3(0x169),'iyHfh':function(_0x156520,_0x28bbfc){return _0x156520===_0x28bbfc;},'bUYXa':'object','mHzWb':'Setting\x20Browserstack\x20capabilities','AaNAg':_0xa85be3(0xd0),'NIVvX':'isAccessibilityPlatform','LjDgD':function(_0x244835,_0x2b63a3,_0x3f55d6){return _0x244835(_0x2b63a3,_0x3f55d6);},'zDNMD':_0xa85be3(0xf2),'IoBqU':function(_0x40803){return _0x40803();},'SHyFI':function(_0x6462ee,_0x463d9e){return _0x6462ee(_0x463d9e);},'JKexN':_0xa85be3(0x18d),'SRGcE':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','uvnIK':function(_0x8dcf0e,_0x5bdf6d,_0x18e63e){return _0x8dcf0e(_0x5bdf6d,_0x18e63e);},'MfzmY':function(_0x247acb,_0x39d3f4){return _0x247acb(_0x39d3f4);},'JrdwH':function(_0x19ac12,_0x3ed30a,_0x58a77a){return _0x19ac12(_0x3ed30a,_0x58a77a);},'laigY':_0xa85be3(0xe2),'CSmWe':'Modifying\x20webdriver\x20builder'};logger[_0xa85be3(0x10a)](_0x3cb49e[_0xa85be3(0xe3)]),logger[_0xa85be3(0xeb)](_0x3cb49e[_0xa85be3(0x134)]);const _0x3a61be=helper[_0xa85be3(0x13b)](),_0xb6442=helper[_0xa85be3(0x1a2)]();class _0x284c2a extends _0xb6442[_0xa85be3(0x112)]{[_0xa85be3(0xd4)](_0x5c167a){const _0x379172=_0xa85be3;if(_0x3cb49e['fHPCE'](_0x5c167a[_0x379172(0xfe)],_0x3cb49e[_0x379172(0x175)])&&_0x3cb49e[_0x379172(0xe8)](global['newHubUrl'],''))try{global[_0x379172(0xd2)]=_0x3cb49e[_0x379172(0x16b)](_0x3cb49e[_0x379172(0x16b)](_0x3cb49e[_0x379172(0x1a1)],global['newHubUrl']),_0x3cb49e['ulyZv']),this[_0x379172(0x17b)]=hubAllocator[_0x379172(0x114)](global[_0x379172(0xd2)]),logger[_0x379172(0xeb)](_0x379172(0xe5)+global[_0x379172(0xd2)]),global['newHubUrl']='';}catch(_0x23b17d){logger[_0x379172(0x167)](_0x23b17d);}return super[_0x379172(0xd4)](_0x5c167a);}}class _0x328f0c extends _0x3a61be[_0xa85be3(0x177)]{[_0xa85be3(0x1b3)](_0x221edf){const _0x7b28a2=_0xa85be3;let _0x40b57e={};for(const _0x282c6a in _0x221edf){switch(_0x282c6a){case _0x3cb49e['QpDaS']:case _0x3cb49e[_0x7b28a2(0x120)]:this[_0x7b28a2(0x18c)]&&(_0x40b57e=this[_0x7b28a2(0x18c)]['get'](this[_0x7b28a2(0x18c)][_0x7b28a2(0x18a)])||{},this['chromeOptions_'][_0x7b28a2(0x139)](this[_0x7b28a2(0x18c)][_0x7b28a2(0x18a)],helper['mergeDeep'](_0x40b57e,_0x221edf[_0x282c6a])));break;case _0x3cb49e[_0x7b28a2(0x13f)]:case _0x3cb49e[_0x7b28a2(0x127)]:this['edgeOptions_']&&(_0x40b57e=this['edgeOptions_'][_0x7b28a2(0x123)](this[_0x7b28a2(0x148)][_0x7b28a2(0x18a)])||{},this[_0x7b28a2(0x148)][_0x7b28a2(0x139)](this[_0x7b28a2(0x148)][_0x7b28a2(0x18a)],helper[_0x7b28a2(0xc3)](_0x40b57e,_0x221edf[_0x282c6a])));break;case _0x3cb49e[_0x7b28a2(0xcc)]:case _0x3cb49e[_0x7b28a2(0x12b)]:this[_0x7b28a2(0x193)]&&(_0x40b57e=this['firefoxOptions_'][_0x7b28a2(0x123)](this[_0x7b28a2(0x193)][_0x7b28a2(0x18a)])||{},this[_0x7b28a2(0x193)][_0x7b28a2(0x139)](this[_0x7b28a2(0x193)][_0x7b28a2(0x18a)],helper[_0x7b28a2(0xc3)](_0x40b57e,_0x221edf[_0x282c6a])));break;case _0x3cb49e[_0x7b28a2(0x11c)]:this[_0x7b28a2(0xf1)]&&(_0x40b57e=this[_0x7b28a2(0xf1)]['get'](this['safariOptions_'][_0x7b28a2(0x18a)])||{},this['safariOptions_'][_0x7b28a2(0x139)](this[_0x7b28a2(0xf1)][_0x7b28a2(0x18a)],helper[_0x7b28a2(0xc3)](_0x40b57e,_0x221edf[_0x282c6a])));break;case _0x3cb49e[_0x7b28a2(0xc8)]:case _0x3cb49e[_0x7b28a2(0x12c)]:this[_0x7b28a2(0xfa)]&&(_0x40b57e=this['ieOptions_'][_0x7b28a2(0x123)](this[_0x7b28a2(0xfa)]['CAPABILITY_KEY'])||{},this['ieOptions_'][_0x7b28a2(0x139)](this[_0x7b28a2(0xfa)][_0x7b28a2(0x18a)],helper[_0x7b28a2(0xc3)](_0x40b57e,_0x221edf[_0x282c6a])));break;}}}[_0xa85be3(0x15d)](){const _0x31b8f9=_0xa85be3;return this['url_']=helper[_0x31b8f9(0x124)](_0x44379d),logger['debug']('Hub\x20url\x20set\x20to\x20'+this[_0x31b8f9(0x12e)]),this;}[_0xa85be3(0x18b)](){const _0x2f780b=_0xa85be3,_0x280916={'oSglq':function(_0x452055,_0x16df49){const _0x5be4d9=a96_0x17c5;return _0x3cb49e[_0x5be4d9(0x104)](_0x452055,_0x16df49);},'LGYjg':_0x3cb49e[_0x2f780b(0x132)]};return logger[_0x2f780b(0xeb)](_0x3cb49e[_0x2f780b(0x14c)]),this[_0x2f780b(0x1b3)](_0x44379d[_0x2f780b(0x1a6)]),Object[_0x2f780b(0x128)](_0x44379d['capability'])[_0x2f780b(0x181)](_0xc10170=>{const _0x33dbe3=_0x2f780b,_0x34f7b6=this[_0x33dbe3(0x174)][_0x33dbe3(0x123)](_0xc10170);_0x280916['oSglq'](typeof _0x34f7b6,_0x280916[_0x33dbe3(0x1ab)])?this['capabilities_'][_0x33dbe3(0x139)](_0xc10170,helper['mergeDeep'](_0x34f7b6,_0x44379d['capability'][_0xc10170])):this[_0x33dbe3(0x174)]['set'](_0xc10170,_0x44379d['capability'][_0xc10170]);}),this;}[_0xa85be3(0x137)](){const _0xcdedaf=_0xa85be3,_0xb92f01={'VJNpa':_0x3cb49e[_0xcdedaf(0xcb)],'VySmM':_0x3cb49e[_0xcdedaf(0xe7)],'WQNPo':function(_0x5dd25d,_0xaaad5d,_0x7bdc6){const _0x588f5f=_0xcdedaf;return _0x3cb49e[_0x588f5f(0x143)](_0x5dd25d,_0xaaad5d,_0x7bdc6);},'jaVCW':function(_0x45ea6e,_0x3defaf,_0x298baa){const _0x3a3e05=_0xcdedaf;return _0x3cb49e[_0x3a3e05(0xed)](_0x45ea6e,_0x3defaf,_0x298baa);},'FZpCk':function(_0x421a38,_0x16868f){const _0x47e4ba=_0xcdedaf;return _0x3cb49e[_0x47e4ba(0x1a9)](_0x421a38,_0x16868f);},'dwMqh':function(_0x3d67bb,_0x143f54,_0x587779){const _0x5c4070=_0xcdedaf;return _0x3cb49e[_0x5c4070(0x143)](_0x3d67bb,_0x143f54,_0x587779);},'dyJIU':function(_0x4c4c7b,_0x27d355,_0x415692){const _0x130ac2=_0xcdedaf;return _0x3cb49e[_0x130ac2(0x143)](_0x4c4c7b,_0x27d355,_0x415692);},'VgTlG':function(_0x4d63a5,_0x51254b){const _0x40b4f7=_0xcdedaf;return _0x3cb49e[_0x40b4f7(0x103)](_0x4d63a5,_0x51254b);},'ITkdn':function(_0x2e0957,_0x46c425,_0x59f8bc){const _0x18bc06=_0xcdedaf;return _0x3cb49e[_0x18bc06(0x12a)](_0x2e0957,_0x46c425,_0x59f8bc);}};PerformanceTester[_0xcdedaf(0x198)](PerformanceEvents[_0xcdedaf(0x19f)],()=>{const _0x117ba5=_0xcdedaf,_0x765d5a=_0x3cb49e['AaNAg'][_0x117ba5(0x18f)]('|');let _0x3ea375=0x0;while(!![]){switch(_0x765d5a[_0x3ea375++]){case'0':globals[_0x117ba5(0x1ac)](_0x3cb49e[_0x117ba5(0xe0)])&&(!_0x3cb49e[_0x117ba5(0x143)](setExtension,this,_0x44379d)&&globals[_0x117ba5(0x122)](_0x3cb49e[_0x117ba5(0xe0)],![]));continue;case'1':!helper[_0x117ba5(0x149)]()&&helper[_0x117ba5(0x156)](null,null,_0x44379d['framework'],null,this,null);continue;case'2':logger['debug'](_0x3cb49e[_0x117ba5(0xf4)]);continue;case'3':this['setCapabilities']();continue;case'4':helper[_0x117ba5(0x191)](_0x44379d[_0x117ba5(0x1a6)]);continue;case'5':if(helper[_0x117ba5(0xec)](_0x44379d[_0x117ba5(0x15b)][_0x117ba5(0x161)]))this[_0x117ba5(0x173)]=helper[_0x117ba5(0x147)](_0x44379d[_0x117ba5(0x15b)]['proxyUrl']);else _0x44379d[_0x117ba5(0x15b)][_0x117ba5(0x161)]&&(this[_0x117ba5(0x14e)]=_0x44379d['proxySettings'][_0x117ba5(0x161)],logger[_0x117ba5(0xeb)](_0x117ba5(0x1b7)+this[_0x117ba5(0x14e)]));continue;case'6':this['setServer']();continue;case'7':_0x3cb49e[_0x117ba5(0xf9)](isAccessibilityAutomationSession)&&_0x3cb49e[_0x117ba5(0x103)](setAccessibilityCapabilities,_0x44379d);continue;}break;}})();const _0x3da252=super['build']();return PerformanceTester[_0xcdedaf(0x198)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x2322df=_0xcdedaf;_0x3da252[_0x2322df(0xde)][_0x2322df(0x194)](_0x47e2fb=>{const _0x261ed1=_0x2322df;try{const _0x548b32=_0x47e2fb[_0x261ed1(0x18e)][_0x261ed1(0x123)](_0xb92f01[_0x261ed1(0x1a0)]);_0x548b32?(logger[_0x261ed1(0xeb)](_0x261ed1(0x159)+_0x548b32),hubAllocator[_0x261ed1(0xd7)](_0x548b32),helper[_0x261ed1(0x185)](_0x548b32)):logger[_0x261ed1(0xeb)](_0xb92f01[_0x261ed1(0x12f)]);}catch(_0x23402d){logger[_0x261ed1(0xeb)](_0x261ed1(0x182)+_0x23402d);}}),_0x3da252['then']&&_0x3da252[_0x2322df(0x194)](_0x15136=>{const _0x244dd2=_0x2322df,_0x563036={'hJGzd':function(_0x3d3f56,_0x410276,_0x3c620b){const _0x2a42bc=a96_0x17c5;return _0xb92f01[_0x2a42bc(0x184)](_0x3d3f56,_0x410276,_0x3c620b);},'npnyC':function(_0x450cbb,_0x3a5ea6,_0x733403){const _0x586137=a96_0x17c5;return _0xb92f01[_0x586137(0x164)](_0x450cbb,_0x3a5ea6,_0x733403);},'WzgSY':function(_0x3e363d,_0x37ede1){return _0xb92f01['FZpCk'](_0x3e363d,_0x37ede1);}};helper[_0x244dd2(0x10d)](_0x15136,_0x44379d),_0xb92f01['jaVCW'](overrideExecute,_0x15136,_0x44379d),_0x15136['getAccessibilityResultsSummary']=async()=>{const _0x1498ea=_0x244dd2;return await _0x563036[_0x1498ea(0x15e)](getAccessibilityResultsSummary,_0x15136,global);},_0x15136[_0x244dd2(0x1b8)]=async()=>{const _0x57f9e3=_0x244dd2;return await _0x563036[_0x57f9e3(0x117)](getAccessibilityResults,_0x15136,global);},_0x15136[_0x244dd2(0x146)]=async()=>{const _0x369c80=_0x244dd2;return await _0x563036[_0x369c80(0xd6)](performScan,_0x15136);};}),_0x3da252[_0x2322df(0x10f)]=async()=>{const _0x5818ac=_0x2322df;return await _0xb92f01[_0x5818ac(0xf3)](getAccessibilityResultsSummary,_0x3da252,global);},_0x3da252[_0x2322df(0x1b8)]=async()=>{const _0x962531=_0x2322df;return await _0xb92f01[_0x962531(0x171)](getAccessibilityResults,_0x3da252,global);},_0x3da252[_0x2322df(0x146)]=async()=>{return await _0xb92f01['VgTlG'](performScan,_0x3da252);},helper['overrideGet'](_0x3da252,_0x44379d),_0xb92f01[_0x2322df(0x113)](overrideExecute,_0x3da252,_0x44379d),helper[_0x2322df(0xfb)](global['__driversArray'])&&(global[_0x2322df(0x1b5)]=[]),global[_0x2322df(0x1b5)]['push'](_0x3da252);})(),_0x3da252;}}_0x3a61be['originalBuilder']=_0x3a61be[_0xa85be3(0x177)],_0x3a61be[_0xa85be3(0x177)]=_0x328f0c,_0xb6442[_0xa85be3(0x112)]=_0x284c2a;},modifyV2=(_0x5d7092,_0xebd957=null,_0x50579f=![])=>{const _0x3ac586=a96_0xfcaec,_0x53074f={'OXrpB':function(_0x5b27a5,_0x1d3b9b){return _0x5b27a5!==_0x1d3b9b;},'LKYKv':_0x3ac586(0xc2),'cxTfw':function(_0x11e2ab,_0x5286db){return _0x11e2ab+_0x5286db;},'cXMsP':_0x3ac586(0x1b0),'ehlmE':'/wd/hub','vMfUQ':_0x3ac586(0xd1),'YJcES':'aiHeal_isHealingEnabled','lOFqK':_0x3ac586(0xf8),'IEybk':'chromeOptions','bXmrX':_0x3ac586(0x183),'FirTN':'edgeOptions','UXuOc':_0x3ac586(0x17f),'PPuIB':_0x3ac586(0xc7),'dhlDb':_0x3ac586(0xdb),'DxPQE':_0x3ac586(0x15c),'ILJOk':_0x3ac586(0x169),'nOZwW':function(_0x100405,_0x562ed1){return _0x100405===_0x562ed1;},'vUMCU':_0x3ac586(0xc6),'YHkaY':_0x3ac586(0x1ae),'GYPdL':_0x3ac586(0x10c),'nVCLR':_0x3ac586(0xe4),'VIusk':function(_0x434c01,_0x329dfa,_0x40e962){return _0x434c01(_0x329dfa,_0x40e962);},'ifQob':_0x3ac586(0xf2),'iLHrs':function(_0x366912){return _0x366912();},'oVton':function(_0x27ddd4,_0x4d5fb7){return _0x27ddd4(_0x4d5fb7);},'tFVNR':'3|1|0|4|2','rPJCX':'.browserstack.com','tfaew':_0x3ac586(0x17d),'qQOlI':function(_0x3952e3,_0x276bc2){return _0x3952e3===_0x276bc2;},'SNStu':'aiSdk_framework','FAVWG':_0x3ac586(0x136),'UOgQL':_0x3ac586(0x10e),'FHRQz':_0x3ac586(0x18d),'ArNMB':_0x3ac586(0x138),'yaKvm':function(_0x1f8194,_0x43fa6b,_0x34a122){return _0x1f8194(_0x43fa6b,_0x34a122);},'fKqaf':function(_0x43b621,_0x4e045c){return _0x43b621!==_0x4e045c;},'GpSRk':_0x3ac586(0x17a),'tSVNa':_0x3ac586(0xf6),'dVTqf':function(_0x13bc1f,_0x529d8d){return _0x13bc1f(_0x529d8d);},'pALHb':function(_0x49fa35,_0x403572,_0x118668){return _0x49fa35(_0x403572,_0x118668);},'Ktpih':_0x3ac586(0xe2),'bCmeG':_0x3ac586(0x153),'zzCBs':function(_0x2db61e){return _0x2db61e();},'snlip':_0x3ac586(0xcd),'aSOuO':_0x3ac586(0xfc),'ThqWP':_0x3ac586(0x187),'CxkqN':_0x3ac586(0x1b4),'OTNdg':_0x3ac586(0xc9)},_0x322805=helper[_0x3ac586(0x1a2)]();let _0x39aeba;try{_0x39aeba=helper[_0x3ac586(0x13b)](),_0x39aeba[_0x3ac586(0x166)]&&(_0x39aeba['Builder']=_0x39aeba[_0x3ac586(0x166)]);}catch(_0x824b7){return;}if(helper['isBrowserstackInfra']()){const _0x23a0e3={};_0x23a0e3[_0x3ac586(0x152)]=_0x5d7092[_0x3ac586(0x145)],helper['setLogLevel'](_0x23a0e3,new Map(),new Map()),logger[_0x3ac586(0x10a)](_0x53074f[_0x3ac586(0xda)]),logger['debug'](_0x53074f[_0x3ac586(0x186)]);}class _0x284762 extends _0x322805['HttpClient']{[_0x3ac586(0xd4)](_0x1f5600){const _0x3d7d22=_0x3ac586;if(_0x53074f[_0x3d7d22(0x116)](_0x1f5600[_0x3d7d22(0xfe)],_0x53074f['LKYKv'])&&_0x53074f[_0x3d7d22(0x116)](global['newHubUrl'],''))try{global[_0x3d7d22(0xd2)]=_0x53074f[_0x3d7d22(0x163)](_0x53074f[_0x3d7d22(0x163)](_0x53074f[_0x3d7d22(0x1af)],global['newHubUrl']),_0x53074f[_0x3d7d22(0x12d)]),this[_0x3d7d22(0x17b)]=hubAllocator['getRequestOptions'](global[_0x3d7d22(0xd2)]),logger[_0x3d7d22(0xeb)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x3d7d22(0xd2)]),global[_0x3d7d22(0xd2)]='';}catch(_0x479254){logger[_0x3d7d22(0x167)](_0x479254);}if(globals[_0x3d7d22(0x1ac)](_0x53074f['vMfUQ'])&&globals[_0x3d7d22(0x1ac)](_0x53074f[_0x3d7d22(0x129)])){const _0x190e54=_0x1f5600[_0x3d7d22(0xfe)]['split']('/')[0x2];_0x190e54&&commandRepository['pushCommand'](_0x190e54,_0x1f5600);}return super[_0x3d7d22(0xd4)](_0x1f5600);}}class _0x8f87ec extends _0x39aeba[_0x3ac586(0x177)]{['setServer'](){const _0x225b0d=_0x3ac586;return this[_0x225b0d(0x12e)]=helper['getHubUrl'](_0x5d7092),logger[_0x225b0d(0xeb)]('Hub\x20url\x20set\x20to\x20'+this[_0x225b0d(0x12e)]),this;}['__setBrowserOptions'](_0x56afd7){const _0x10d860=_0x3ac586;let _0x5d3a49={};for(const _0x3add41 in _0x56afd7){switch(_0x3add41){case _0x53074f[_0x10d860(0x1b2)]:case _0x53074f[_0x10d860(0x19e)]:this['chromeOptions_']&&(_0x5d3a49=this[_0x10d860(0x18c)]['get'](this[_0x10d860(0x18c)][_0x10d860(0x18a)])||{},this['chromeOptions_']['set'](this[_0x10d860(0x18c)]['CAPABILITY_KEY'],helper[_0x10d860(0xc3)](_0x5d3a49,_0x56afd7[_0x3add41])));break;case _0x53074f[_0x10d860(0x16c)]:case _0x53074f[_0x10d860(0x133)]:this[_0x10d860(0x148)]&&(_0x5d3a49=this[_0x10d860(0x148)][_0x10d860(0x123)](this[_0x10d860(0x148)][_0x10d860(0x18a)])||{},this['edgeOptions_'][_0x10d860(0x139)](this['edgeOptions_'][_0x10d860(0x18a)],helper[_0x10d860(0xc3)](_0x5d3a49,_0x56afd7[_0x3add41])));break;case _0x53074f[_0x10d860(0x157)]:case _0x53074f['PPuIB']:this[_0x10d860(0x193)]&&(_0x5d3a49=this['firefoxOptions_'][_0x10d860(0x123)](this[_0x10d860(0x193)][_0x10d860(0x18a)])||{},this[_0x10d860(0x193)][_0x10d860(0x139)](this['firefoxOptions_'][_0x10d860(0x18a)],helper[_0x10d860(0xc3)](_0x5d3a49,_0x56afd7[_0x3add41])));break;case _0x53074f[_0x10d860(0x192)]:this['safariOptions_']&&(_0x5d3a49=this[_0x10d860(0xf1)]['get'](this['safariOptions_']['CAPABILITY_KEY'])||{},this['safariOptions_'][_0x10d860(0x139)](this[_0x10d860(0xf1)]['CAPABILITY_KEY'],helper[_0x10d860(0xc3)](_0x5d3a49,_0x56afd7[_0x3add41])));break;case _0x53074f[_0x10d860(0x131)]:case _0x53074f[_0x10d860(0xc5)]:this['ieOptions_']&&(_0x5d3a49=this[_0x10d860(0xfa)][_0x10d860(0x123)](this[_0x10d860(0xfa)][_0x10d860(0x18a)])||{},this[_0x10d860(0xfa)][_0x10d860(0x139)](this['ieOptions_'][_0x10d860(0x18a)],helper[_0x10d860(0xc3)](_0x5d3a49,_0x56afd7[_0x3add41])));break;}}}[_0x3ac586(0x18b)](){const _0x544727=_0x3ac586,_0x33e03f={'hqAyb':function(_0x12ab77,_0x43c6a5){const _0x287551=a96_0x17c5;return _0x53074f[_0x287551(0x15f)](_0x12ab77,_0x43c6a5);},'deRRE':_0x53074f[_0x544727(0x168)]};return logger['debug'](_0x53074f['YHkaY']),this['__setBrowserOptions'](_0x5d7092['capability']),Object[_0x544727(0x128)](_0x5d7092[_0x544727(0x1a6)])[_0x544727(0x181)](_0x86ea7b=>{const _0x12be0a=_0x544727,_0x2d58cf=this[_0x12be0a(0x174)][_0x12be0a(0x123)](_0x86ea7b);_0x33e03f[_0x12be0a(0x16e)](typeof _0x2d58cf,_0x33e03f[_0x12be0a(0x126)])?this[_0x12be0a(0x174)][_0x12be0a(0x139)](_0x86ea7b,helper[_0x12be0a(0xc3)](_0x2d58cf,_0x5d7092['capability'][_0x86ea7b])):this[_0x12be0a(0x174)]['set'](_0x86ea7b,_0x5d7092[_0x12be0a(0x1a6)][_0x86ea7b]);}),this;}['build'](){const _0xb79b59=_0x3ac586,_0x3e3cce={'RINwa':_0x53074f[_0xb79b59(0x158)],'AvdMN':_0x53074f[_0xb79b59(0x142)],'LHixv':function(_0x42ba65,_0x48e8b7,_0xe68479){const _0x55bf66=_0xb79b59;return _0x53074f[_0x55bf66(0xee)](_0x42ba65,_0x48e8b7,_0xe68479);},'inOiZ':_0x53074f['ifQob'],'Njtay':function(_0x45a3cd){const _0x2de7a1=_0xb79b59;return _0x53074f[_0x2de7a1(0x160)](_0x45a3cd);},'GRFrQ':function(_0x54bc6a,_0x1035f2){return _0x53074f['oVton'](_0x54bc6a,_0x1035f2);},'dvFAA':_0x53074f['tFVNR'],'XeTph':_0x53074f[_0xb79b59(0x16a)],'pVaul':_0x53074f[_0xb79b59(0x172)],'vCfkO':_0x53074f[_0xb79b59(0x188)],'NBHZA':_0x53074f[_0xb79b59(0x129)],'SDqxQ':function(_0x147012,_0x266bc6){const _0x31344c=_0xb79b59;return _0x53074f[_0x31344c(0xc4)](_0x147012,_0x266bc6);},'olmOF':_0x53074f[_0xb79b59(0x19b)],'GOGOP':_0x53074f[_0xb79b59(0xfd)],'FBPbt':_0x53074f[_0xb79b59(0x11d)],'PZPWs':_0x53074f[_0xb79b59(0xdd)],'qqgWu':_0x53074f[_0xb79b59(0x140)],'qArbM':function(_0x4a7beb,_0x29a509,_0xedf4b2){return _0x53074f['VIusk'](_0x4a7beb,_0x29a509,_0xedf4b2);},'QbYcy':function(_0x21d889,_0x1d957c,_0x36c9ee){return _0x53074f['yaKvm'](_0x21d889,_0x1d957c,_0x36c9ee);},'tZBny':function(_0x381074,_0x50bcfc){const _0x5ea329=_0xb79b59;return _0x53074f[_0x5ea329(0x105)](_0x381074,_0x50bcfc);}};PerformanceTester[_0xb79b59(0x198)](PerformanceEvents[_0xb79b59(0x19f)],()=>{const _0x314b7d=_0xb79b59;if(helper[_0x314b7d(0x149)]()){const _0x22540b=_0x3e3cce[_0x314b7d(0x1a3)][_0x314b7d(0x18f)]('|');let _0x2e0292=0x0;while(!![]){switch(_0x22540b[_0x2e0292++]){case'0':helper[_0x314b7d(0x191)](_0x5d7092[_0x314b7d(0x1a6)]);continue;case'1':globals[_0x314b7d(0x1ac)](_0x3e3cce[_0x314b7d(0x1a8)])&&(!_0x3e3cce[_0x314b7d(0x11f)](setExtension,this,_0x5d7092)&&globals[_0x314b7d(0x122)](_0x3e3cce['AvdMN'],![]));continue;case'2':logger[_0x314b7d(0xeb)](_0x3e3cce[_0x314b7d(0x1b9)]);continue;case'3':_0x3e3cce[_0x314b7d(0x16f)](isAccessibilityAutomationSession)&&_0x3e3cce['GRFrQ'](setAccessibilityCapabilities,_0x5d7092);continue;case'4':this[_0x314b7d(0x18b)]();continue;case'5':if(helper[_0x314b7d(0xec)](_0x5d7092[_0x314b7d(0x15b)][_0x314b7d(0x161)]))this[_0x314b7d(0x173)]=helper[_0x314b7d(0x147)](_0x5d7092[_0x314b7d(0x15b)][_0x314b7d(0x161)]);else _0x5d7092['proxySettings'][_0x314b7d(0x161)]&&(this['proxy_']=_0x5d7092['proxySettings'][_0x314b7d(0x161)],logger[_0x314b7d(0xeb)](_0x314b7d(0x1b7)+this[_0x314b7d(0x14e)]));continue;case'6':this['setServer']();continue;}break;}}else{const _0xf6a21c=_0x3e3cce[_0x314b7d(0x179)][_0x314b7d(0x18f)]('|');let _0x155b68=0x0;while(!![]){switch(_0xf6a21c[_0x155b68++]){case'0':helper[_0x314b7d(0xcf)]();continue;case'1':helper[_0x314b7d(0x191)](_0x5d7092[_0x314b7d(0x1a6)]);continue;case'2':if(this['url_'][_0x314b7d(0x13c)](_0x3e3cce[_0x314b7d(0x17e)]))logger[_0x314b7d(0xeb)](_0x3e3cce['pVaul']),globals[_0x314b7d(0x122)](_0x3e3cce[_0x314b7d(0xea)],![]),globals['setGlobal'](_0x3e3cce[_0x314b7d(0x190)],![]);else globals['getGlobal'](_0x3e3cce['vCfkO'])&&globals[_0x314b7d(0x1ac)](_0x3e3cce[_0x314b7d(0x190)])&&aiSdkWrapper[_0x314b7d(0x195)](this);continue;case'3':helper[_0x314b7d(0x156)](null,null,_0x5d7092[_0x314b7d(0x170)],null,this,null);continue;case'4':_0x3e3cce[_0x314b7d(0xd3)](globals[_0x314b7d(0x1ac)](_0x3e3cce[_0x314b7d(0x178)]),_0x3e3cce[_0x314b7d(0xdc)])&&(commandRepository[_0x314b7d(0xc1)](_0x3e3cce[_0x314b7d(0xdc)]),commandRepository[_0x314b7d(0x19d)](globals[_0x314b7d(0x1ac)](_0x3e3cce[_0x314b7d(0x144)])));continue;}break;}}})();const _0x1912fb=super[_0xb79b59(0x137)]();return PerformanceTester[_0xb79b59(0x198)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x5c9bc7=_0xb79b59,_0x5ece15={'kdkjD':function(_0x549431,_0x39aa6a,_0x4639b2){return _0x3e3cce['qArbM'](_0x549431,_0x39aa6a,_0x4639b2);},'tLudA':function(_0x164e7,_0x585e89){const _0x478212=a96_0x17c5;return _0x3e3cce[_0x478212(0xe9)](_0x164e7,_0x585e89);},'ICDhu':function(_0xbfae04,_0x1419ac){const _0x3e662c=a96_0x17c5;return _0x3e3cce[_0x3e662c(0xe9)](_0xbfae04,_0x1419ac);},'sUDcS':function(_0x2d7fb8,_0x4cbb68,_0x596d5d){const _0x4c9673=a96_0x17c5;return _0x3e3cce[_0x4c9673(0x11f)](_0x2d7fb8,_0x4cbb68,_0x596d5d);}};_0x1912fb[_0x5c9bc7(0xde)][_0x5c9bc7(0x194)](_0x591040=>{const _0x12b669=_0x5c9bc7;try{logger['debug'](_0x12b669(0x13e)+_0x591040['getId']());const _0x473489=_0x591040[_0x12b669(0x18e)][_0x12b669(0x123)](_0x3e3cce[_0x12b669(0xd9)]);_0x473489?(logger['debug'](_0x12b669(0x159)+_0x473489),hubAllocator[_0x12b669(0xd7)](_0x473489),helper[_0x12b669(0x185)](_0x473489)):logger[_0x12b669(0xeb)](_0x3e3cce[_0x12b669(0x109)]);}catch(_0x183e92){logger[_0x12b669(0xeb)](_0x12b669(0x182)+_0x183e92);}}),_0x1912fb[_0x5c9bc7(0x13a)]=0x0,_0x1912fb['then']&&_0x1912fb[_0x5c9bc7(0x194)](_0x93fa0e=>{const _0x1f7234=_0x5c9bc7,_0x5e63f9={'SBPHD':function(_0x4455f2,_0xcb6031,_0x4b9238){const _0x1efd09=a96_0x17c5;return _0x5ece15[_0x1efd09(0x150)](_0x4455f2,_0xcb6031,_0x4b9238);},'MuJnd':function(_0x12cfd3,_0x18ea6c){return _0x5ece15['tLudA'](_0x12cfd3,_0x18ea6c);}};helper['overrideQuit'](_0x93fa0e,_0x1912fb),_0x50579f&&_0x5ece15['ICDhu'](overrideTakeScreenshot,_0x93fa0e),helper[_0x1f7234(0x10d)](_0x93fa0e,_0x5d7092),_0x5ece15[_0x1f7234(0x150)](overrideExecute,_0x93fa0e,_0x5d7092),_0x5d7092[_0x1f7234(0x1a6)]&&percyHelper[_0x1f7234(0x1aa)](_0x93fa0e,_0x39aeba[_0x1f7234(0x189)],_0x5d7092),_0x93fa0e[_0x1f7234(0x10f)]=async()=>{return await _0x5ece15['kdkjD'](getAccessibilityResultsSummary,_0x93fa0e,global);},_0x93fa0e[_0x1f7234(0x1b8)]=async()=>{const _0x4eab24=_0x1f7234;return await _0x5e63f9[_0x4eab24(0x17c)](getAccessibilityResults,_0x93fa0e,global);},_0x93fa0e[_0x1f7234(0x146)]=async()=>{const _0x36f5cf=_0x1f7234;return await _0x5e63f9[_0x36f5cf(0xce)](performScan,_0x93fa0e);};}),_0x1912fb['getAccessibilityResultsSummary']=async()=>{const _0xf3064=_0x5c9bc7;return await _0x5ece15[_0xf3064(0x14f)](getAccessibilityResultsSummary,_0x1912fb,global);},_0x1912fb[_0x5c9bc7(0x1b8)]=async()=>{const _0xc17641=_0x5c9bc7;return await _0x5ece15[_0xc17641(0x14f)](getAccessibilityResults,_0x1912fb,global);},_0x1912fb[_0x5c9bc7(0x146)]=async()=>{return await _0x5ece15['tLudA'](performScan,_0x1912fb);},_0x50579f&&_0x3e3cce['GRFrQ'](overrideTakeScreenshot,_0x1912fb),helper[_0x5c9bc7(0x108)](_0x1912fb),helper[_0x5c9bc7(0x10d)](_0x1912fb,_0x5d7092),_0x3e3cce[_0x5c9bc7(0x1b1)](overrideExecute,_0x1912fb,_0x5d7092),_0x5d7092['capability']&&percyHelper[_0x5c9bc7(0x1aa)](_0x1912fb,_0x39aeba[_0x5c9bc7(0x189)],_0x5d7092);helper[_0x5c9bc7(0xfb)](global[_0x5c9bc7(0x1b5)])&&(global[_0x5c9bc7(0x1b5)]=[]);helper[_0x5c9bc7(0xfb)](global['__drivers'])&&(global[_0x5c9bc7(0x199)]=[]);global[_0x5c9bc7(0x1b5)][_0x5c9bc7(0xca)](_0x1912fb),global['__driver']=_0x1912fb,_0xebd957&&(_0xebd957[_0x5c9bc7(0x155)]['__driver']=_0x1912fb);_0x3e3cce[_0x5c9bc7(0x1ba)](global[_0x5c9bc7(0x199)],undefined)&&global['__drivers'][_0x5c9bc7(0xca)](_0x1912fb);_0xebd957&&helper['isUndefined'](_0xebd957['global'][_0x5c9bc7(0x199)])&&(_0xebd957[_0x5c9bc7(0x155)][_0x5c9bc7(0x199)]=[]);_0xebd957&&helper['isUndefined'](_0xebd957[_0x5c9bc7(0x155)][_0x5c9bc7(0x1b5)])&&(_0xebd957[_0x5c9bc7(0x155)][_0x5c9bc7(0x1b5)]=[]);_0xebd957&&_0x3e3cce[_0x5c9bc7(0x1ba)](_0xebd957[_0x5c9bc7(0x155)][_0x5c9bc7(0x199)],undefined)&&(_0xebd957[_0x5c9bc7(0x155)][_0x5c9bc7(0x199)]['push'](_0x1912fb),_0xebd957['global']['__driversArray'][_0x5c9bc7(0xca)](_0x1912fb));_0x1912fb[_0x5c9bc7(0xe4)]=globals[_0x5c9bc7(0x1ac)](_0x3e3cce['AvdMN']);try{global[_0x5c9bc7(0x199)][0x0][_0x5c9bc7(0xde)][_0x5c9bc7(0x194)](_0x514d39=>{const _0x15521b=_0x5c9bc7;logger[_0x15521b(0xeb)](_0x15521b(0x1a5)+_0x514d39[_0x15521b(0x101)]()+'\x20to\x20global\x20drivers\x20array');})['catch'](_0x2d28a6=>{const _0x5f49b4=_0x5c9bc7;logger[_0x5f49b4(0xeb)](_0x5f49b4(0x11e)+_0x2d28a6);});}catch(_0x8fc26c){logger[_0x5c9bc7(0xeb)](_0x5c9bc7(0x11e)+_0x8fc26c);}globals[_0x5c9bc7(0x122)](_0x3e3cce[_0x5c9bc7(0x1a8)],globals[_0x5c9bc7(0x1ac)](_0x3e3cce['AvdMN']));})(),_0x1912fb;}}_0xebd957&&(globals[_0x3ac586(0x130)]=_0xebd957[_0x3ac586(0x155)][_0x3ac586(0x130)]);if(_0x53074f[_0x3ac586(0x15a)](isAccessibilityAutomationSession))try{let _0x431c38=helper[_0x3ac586(0x11a)](_0x53074f[_0x3ac586(0xe1)],_0x53074f[_0x3ac586(0x135)])[_0x3ac586(0x151)];(!_0x431c38[_0x3ac586(0x180)]||!_0x431c38['prototype'][_0x3ac586(0x1a4)])&&(_0x431c38=helper[_0x3ac586(0x11a)](_0x53074f['ThqWP'],_0x53074f[_0x3ac586(0x135)])[_0x3ac586(0x14b)]);if(_0x431c38[_0x3ac586(0x180)]&&_0x431c38[_0x3ac586(0x180)]['execute']){const _0x5742a4=_0x431c38['prototype'][_0x3ac586(0x1a4)];logger[_0x3ac586(0xeb)](_0x53074f[_0x3ac586(0xf5)]),_0x431c38[_0x3ac586(0x180)][_0x3ac586(0x1a4)]=async function(){const _0x187d86=_0x3ac586;try{!globals[_0x187d86(0x1ac)](_0x53074f[_0x187d86(0x100)])&&globals[_0x187d86(0x1ac)](_0x53074f[_0x187d86(0x142)])&&globals['getGlobal'](_0x53074f['tSVNa'])&&scripts[_0x187d86(0x111)](arguments[0x0]['name_'])&&!_0x53074f[_0x187d86(0x19c)](isBrowserStackCommandExecutor,arguments[0x0][_0x187d86(0x11b)])&&(globals['setGlobal'](_0x53074f['GpSRk'],!![]),logger['debug'](_0x187d86(0x10b)+arguments[0x0][_0x187d86(0x1a7)]),await _0x53074f['pALHb'](performScan,global['__driver'],arguments[0x0]['name_']));}catch(_0x51bae9){logger[_0x187d86(0xeb)](_0x187d86(0xef)+util[_0x187d86(0x19a)](_0x51bae9));}return globals[_0x187d86(0x122)](_0x53074f[_0x187d86(0x100)],![]),_0x5742a4['apply'](this,arguments);};}}catch(_0x5a23ca){logger[_0x3ac586(0xeb)](_0x53074f[_0x3ac586(0x163)](_0x53074f['OTNdg'],_0x5a23ca));}return _0x39aeba[_0x3ac586(0x166)]=_0x39aeba[_0x3ac586(0x177)],_0x39aeba['Builder']=_0x8f87ec,_0x322805[_0x3ac586(0x112)]=_0x284762,_0x39aeba;};module[a96_0xfcaec(0x13d)][a96_0xfcaec(0xe6)]=modify,module[a96_0xfcaec(0x13d)][a96_0xfcaec(0x14d)]=modifyV2,module[a96_0xfcaec(0x13d)]['percy']=percySDK,module[a96_0xfcaec(0x13d)][a96_0xfcaec(0x162)]=BrowserStackSdk,module[a96_0xfcaec(0x13d)][a96_0xfcaec(0x115)]=modifyPlaywrightConfig;
1
+ const a96_0x1bff2c=a96_0x5634;(function(_0x27fcdb,_0x17eff3){const _0x15647f=a96_0x5634,_0x5510f9=_0x27fcdb();while(!![]){try{const _0x51415d=parseInt(_0x15647f(0x113))/0x1+-parseInt(_0x15647f(0xf8))/0x2*(-parseInt(_0x15647f(0xd4))/0x3)+parseInt(_0x15647f(0x15e))/0x4+parseInt(_0x15647f(0x9c))/0x5+parseInt(_0x15647f(0xcc))/0x6*(-parseInt(_0x15647f(0xb4))/0x7)+-parseInt(_0x15647f(0x7e))/0x8+-parseInt(_0x15647f(0xe1))/0x9*(-parseInt(_0x15647f(0xaf))/0xa);if(_0x51415d===_0x17eff3)break;else _0x5510f9['push'](_0x5510f9['shift']());}catch(_0x49f54c){_0x5510f9['push'](_0x5510f9['shift']());}}}(a96_0x4272,0xa6f9b));const util=require(a96_0x1bff2c(0x91)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a96_0x1bff2c(0x88)),{setAccessibilityCapabilities,setExtension}=require(a96_0x1bff2c(0x154)),helper=require('./helpers/helper'),logger=require(a96_0x1bff2c(0xff))[a96_0x1bff2c(0xbc)],hubAllocator=require(a96_0x1bff2c(0x105)),percySDK=require(a96_0x1bff2c(0xee)),percyHelper=require(a96_0x1bff2c(0x14d)),BrowserStackSdk=require(a96_0x1bff2c(0xcd)),modifyPlaywrightConfig=require(a96_0x1bff2c(0x144)),scripts=require(a96_0x1bff2c(0xa2)),globals=require('./helpers/globals'),{commandRepository}=require(a96_0x1bff2c(0x93)),{aiSdkWrapper}=require(a96_0x1bff2c(0x152)),{overrideExecute}=require(a96_0x1bff2c(0xa4)),PerformanceTester=require(a96_0x1bff2c(0x153)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),modify=_0x1f6e00=>{const _0x21f8ef=a96_0x1bff2c,_0x2c2ad0={'qzlZp':function(_0x1847b2,_0x5d77cf){return _0x1847b2!==_0x5d77cf;},'rXeXr':_0x21f8ef(0xde),'NpzgR':function(_0x476f5d,_0x7820be){return _0x476f5d+_0x7820be;},'Kyxby':_0x21f8ef(0xc0),'NBdmO':'/wd/hub','tDVcJ':_0x21f8ef(0x86),'dtrVv':_0x21f8ef(0x10e),'JDvSI':_0x21f8ef(0xa9),'tOave':_0x21f8ef(0xa5),'Uemvy':'moz:firefoxOptions','trcjG':'firefoxOptions','mrbXM':_0x21f8ef(0xd9),'nxwdg':_0x21f8ef(0xe5),'tvwev':_0x21f8ef(0x165),'HaMkH':function(_0x4debd2,_0x1b2d72){return _0x4debd2===_0x1b2d72;},'Vosvt':'object','OkEcm':_0x21f8ef(0xb5),'Ofmiw':_0x21f8ef(0xf6),'nIjVf':_0x21f8ef(0x129),'XOmqB':function(_0x30ca39){return _0x30ca39();},'mNirI':function(_0x1f5153,_0x5dee3c){return _0x1f5153(_0x5dee3c);},'XbxBJ':_0x21f8ef(0x111),'ipWwT':function(_0x286e5c,_0x12cf04,_0x272b09){return _0x286e5c(_0x12cf04,_0x272b09);},'RZDRO':'optimalHubUrl','bjMmk':_0x21f8ef(0xab),'ssTts':_0x21f8ef(0xdd),'bNNbS':_0x21f8ef(0x80)};logger['info'](_0x2c2ad0[_0x21f8ef(0x99)]),logger[_0x21f8ef(0xfa)](_0x2c2ad0[_0x21f8ef(0xe8)]);const _0x56f061=helper[_0x21f8ef(0xea)](),_0x35278e=helper[_0x21f8ef(0x96)]();class _0x6c6508 extends _0x35278e[_0x21f8ef(0x149)]{[_0x21f8ef(0xa8)](_0x2b8ec1){const _0x227c49=_0x21f8ef;if(_0x2c2ad0[_0x227c49(0x8b)](_0x2b8ec1['path'],_0x2c2ad0[_0x227c49(0x100)])&&_0x2c2ad0[_0x227c49(0x8b)](global[_0x227c49(0x131)],''))try{global[_0x227c49(0x131)]=_0x2c2ad0[_0x227c49(0x101)](_0x2c2ad0[_0x227c49(0x101)](_0x2c2ad0['Kyxby'],global[_0x227c49(0x131)]),_0x2c2ad0[_0x227c49(0xe6)]),this[_0x227c49(0x171)]=hubAllocator[_0x227c49(0x12b)](global['newHubUrl']),logger[_0x227c49(0xfa)](_0x227c49(0x7b)+global[_0x227c49(0x131)]),global[_0x227c49(0x131)]='';}catch(_0x277837){logger[_0x227c49(0xcf)](_0x277837);}return super[_0x227c49(0xa8)](_0x2b8ec1);}}class _0xb4b35d extends _0x56f061[_0x21f8ef(0x120)]{[_0x21f8ef(0x8a)](_0x1bd77d){const _0x596b66=_0x21f8ef;let _0x3a20f5={};for(const _0x2b4fd0 in _0x1bd77d){switch(_0x2b4fd0){case _0x2c2ad0[_0x596b66(0x16d)]:case _0x2c2ad0[_0x596b66(0x166)]:this[_0x596b66(0x11c)]&&(_0x3a20f5=this['chromeOptions_'][_0x596b66(0x11a)](this[_0x596b66(0x11c)][_0x596b66(0xd2)])||{},this[_0x596b66(0x11c)]['set'](this[_0x596b66(0x11c)][_0x596b66(0xd2)],helper[_0x596b66(0x126)](_0x3a20f5,_0x1bd77d[_0x2b4fd0])));break;case _0x2c2ad0['JDvSI']:case _0x2c2ad0[_0x596b66(0x89)]:this[_0x596b66(0xca)]&&(_0x3a20f5=this['edgeOptions_'][_0x596b66(0x11a)](this[_0x596b66(0xca)][_0x596b66(0xd2)])||{},this[_0x596b66(0xca)][_0x596b66(0x12e)](this[_0x596b66(0xca)][_0x596b66(0xd2)],helper[_0x596b66(0x126)](_0x3a20f5,_0x1bd77d[_0x2b4fd0])));break;case _0x2c2ad0[_0x596b66(0xc2)]:case _0x2c2ad0[_0x596b66(0x159)]:this[_0x596b66(0x135)]&&(_0x3a20f5=this[_0x596b66(0x135)][_0x596b66(0x11a)](this[_0x596b66(0x135)]['CAPABILITY_KEY'])||{},this[_0x596b66(0x135)][_0x596b66(0x12e)](this[_0x596b66(0x135)][_0x596b66(0xd2)],helper[_0x596b66(0x126)](_0x3a20f5,_0x1bd77d[_0x2b4fd0])));break;case _0x2c2ad0['mrbXM']:this[_0x596b66(0xb2)]&&(_0x3a20f5=this[_0x596b66(0xb2)][_0x596b66(0x11a)](this[_0x596b66(0xb2)][_0x596b66(0xd2)])||{},this['safariOptions_']['set'](this[_0x596b66(0xb2)][_0x596b66(0xd2)],helper[_0x596b66(0x126)](_0x3a20f5,_0x1bd77d[_0x2b4fd0])));break;case _0x2c2ad0[_0x596b66(0x94)]:case _0x2c2ad0[_0x596b66(0xb1)]:this[_0x596b66(0x9b)]&&(_0x3a20f5=this[_0x596b66(0x9b)]['get'](this[_0x596b66(0x9b)][_0x596b66(0xd2)])||{},this[_0x596b66(0x9b)]['set'](this[_0x596b66(0x9b)][_0x596b66(0xd2)],helper[_0x596b66(0x126)](_0x3a20f5,_0x1bd77d[_0x2b4fd0])));break;}}}['setServer'](){const _0x4e3edc=_0x21f8ef;return this[_0x4e3edc(0x143)]=helper[_0x4e3edc(0x147)](_0x1f6e00),logger[_0x4e3edc(0xfa)](_0x4e3edc(0x9f)+this[_0x4e3edc(0x143)]),this;}['setCapabilities'](){const _0x2c6ff5=_0x21f8ef,_0x1ec4d7={'IMfbS':function(_0x241c1,_0x371cb5){const _0x30707d=a96_0x5634;return _0x2c2ad0[_0x30707d(0xf7)](_0x241c1,_0x371cb5);},'sqXzW':_0x2c2ad0[_0x2c6ff5(0x10d)]};return logger['debug'](_0x2c2ad0[_0x2c6ff5(0x167)]),this[_0x2c6ff5(0x8a)](_0x1f6e00[_0x2c6ff5(0x8c)]),Object[_0x2c6ff5(0x137)](_0x1f6e00['capability'])[_0x2c6ff5(0x16f)](_0x41aa5d=>{const _0x3d04a1=_0x2c6ff5,_0x405dd0=this[_0x3d04a1(0x13a)][_0x3d04a1(0x11a)](_0x41aa5d);_0x1ec4d7['IMfbS'](typeof _0x405dd0,_0x1ec4d7[_0x3d04a1(0xed)])?this[_0x3d04a1(0x13a)][_0x3d04a1(0x12e)](_0x41aa5d,helper['mergeDeep'](_0x405dd0,_0x1f6e00['capability'][_0x41aa5d])):this[_0x3d04a1(0x13a)][_0x3d04a1(0x12e)](_0x41aa5d,_0x1f6e00['capability'][_0x41aa5d]);}),this;}['build'](){const _0x57d694=_0x21f8ef,_0x3ce2f4={'jRSpX':_0x2c2ad0[_0x57d694(0xbf)],'YaaCW':_0x2c2ad0[_0x57d694(0x115)],'HahWJ':function(_0xa09594){const _0x38513e=_0x57d694;return _0x2c2ad0[_0x38513e(0xbd)](_0xa09594);},'vxGXh':function(_0x57e9a1,_0x677070){const _0xfd405e=_0x57d694;return _0x2c2ad0[_0xfd405e(0x84)](_0x57e9a1,_0x677070);},'JxPdI':_0x2c2ad0[_0x57d694(0xe4)],'pjlDk':function(_0x1308c9,_0x107db8,_0x228bb9){return _0x2c2ad0['ipWwT'](_0x1308c9,_0x107db8,_0x228bb9);},'fSZDK':_0x2c2ad0['RZDRO'],'fzhLw':_0x2c2ad0[_0x57d694(0x125)],'UGlVT':function(_0x170654,_0x53cb6f,_0xea557a){const _0xe7c845=_0x57d694;return _0x2c2ad0[_0xe7c845(0x132)](_0x170654,_0x53cb6f,_0xea557a);},'QQxro':function(_0x417f76,_0x5237ea){const _0x152028=_0x57d694;return _0x2c2ad0[_0x152028(0x84)](_0x417f76,_0x5237ea);}};PerformanceTester[_0x57d694(0xb9)](PerformanceEvents[_0x57d694(0x97)],()=>{const _0x194885=_0x57d694,_0x139b09=_0x3ce2f4[_0x194885(0xe3)][_0x194885(0xd8)]('|');let _0x165c19=0x0;while(!![]){switch(_0x139b09[_0x165c19++]){case'0':this[_0x194885(0xf9)]();continue;case'1':if(helper['isPacProxy'](_0x1f6e00[_0x194885(0x127)][_0x194885(0x128)]))this[_0x194885(0xd7)]=helper['getHttpAgent'](_0x1f6e00[_0x194885(0x127)][_0x194885(0x128)]);else _0x1f6e00['proxySettings'][_0x194885(0x128)]&&(this[_0x194885(0x158)]=_0x1f6e00[_0x194885(0x127)]['proxyUrl'],logger[_0x194885(0xfa)](_0x194885(0xb3)+this['proxy_']));continue;case'2':this[_0x194885(0x170)]();continue;case'3':helper['setAdditionalCapabilities'](_0x1f6e00[_0x194885(0x8c)]);continue;case'4':logger[_0x194885(0xfa)](_0x3ce2f4[_0x194885(0xe7)]);continue;case'5':_0x3ce2f4[_0x194885(0xf2)](isAccessibilityAutomationSession)&&_0x3ce2f4[_0x194885(0x162)](setAccessibilityCapabilities,_0x1f6e00);continue;case'6':!helper['isBrowserstackInfra']()&&helper[_0x194885(0x13b)](null,null,_0x1f6e00[_0x194885(0xf3)],null,this,null);continue;case'7':globals[_0x194885(0xfe)](_0x3ce2f4['JxPdI'])&&(!_0x3ce2f4[_0x194885(0x141)](setExtension,this,_0x1f6e00)&&globals[_0x194885(0x108)](_0x3ce2f4[_0x194885(0xa6)],![]));continue;}break;}})();const _0x52b0da=super[_0x57d694(0xc5)]();return PerformanceTester[_0x57d694(0xb9)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x49556f=_0x57d694,_0x481cbb={'jUkrD':function(_0x3caab0,_0x4bf39d,_0x5a1389){return _0x3ce2f4['UGlVT'](_0x3caab0,_0x4bf39d,_0x5a1389);}};_0x52b0da['session_']['then'](_0xe87cc7=>{const _0x318b79=a96_0x5634;try{const _0x13fa00=_0xe87cc7['caps_'][_0x318b79(0x11a)](_0x3ce2f4[_0x318b79(0x12c)]);_0x13fa00?(logger['debug'](_0x318b79(0x161)+_0x13fa00),hubAllocator['updateHubUrl'](_0x13fa00),helper[_0x318b79(0xb7)](_0x13fa00)):logger['debug'](_0x3ce2f4[_0x318b79(0xbb)]);}catch(_0xce9d44){logger['debug']('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0xce9d44);}}),_0x52b0da['then']&&_0x52b0da[_0x49556f(0xa3)](_0x431d71=>{const _0x4996eb=_0x49556f,_0x40289c={'GOAJn':function(_0xa3eebf,_0x187ef3,_0x34ad33){const _0x2ee15e=a96_0x5634;return _0x3ce2f4[_0x2ee15e(0x141)](_0xa3eebf,_0x187ef3,_0x34ad33);},'yecUL':function(_0x4cbcba,_0x2a9c3a){const _0x4b361a=a96_0x5634;return _0x3ce2f4[_0x4b361a(0x162)](_0x4cbcba,_0x2a9c3a);}};helper['overrideGet'](_0x431d71,_0x1f6e00),_0x3ce2f4['UGlVT'](overrideExecute,_0x431d71,_0x1f6e00),_0x431d71[_0x4996eb(0x14e)]=async()=>{const _0x3d8c81=_0x4996eb;return await _0x40289c[_0x3d8c81(0x12f)](getAccessibilityResultsSummary,_0x431d71,global);},_0x431d71[_0x4996eb(0xad)]=async()=>{const _0x137fed=_0x4996eb;return await _0x481cbb[_0x137fed(0x14b)](getAccessibilityResults,_0x431d71,global);},_0x431d71['performScan']=async()=>{return await _0x40289c['yecUL'](performScan,_0x431d71);};}),_0x52b0da[_0x49556f(0x14e)]=async()=>{const _0x3bf80c=_0x49556f;return await _0x481cbb[_0x3bf80c(0x14b)](getAccessibilityResultsSummary,_0x52b0da,global);},_0x52b0da[_0x49556f(0xad)]=async()=>{const _0x3c795d=_0x49556f;return await _0x481cbb[_0x3c795d(0x14b)](getAccessibilityResults,_0x52b0da,global);},_0x52b0da['performScan']=async()=>{const _0x49d404=_0x49556f;return await _0x3ce2f4[_0x49d404(0x142)](performScan,_0x52b0da);},helper['overrideGet'](_0x52b0da,_0x1f6e00),_0x3ce2f4['UGlVT'](overrideExecute,_0x52b0da,_0x1f6e00),helper['isUndefined'](global['__driversArray'])&&(global['__driversArray']=[]),global[_0x49556f(0x13f)][_0x49556f(0x121)](_0x52b0da);})(),_0x52b0da;}}_0x56f061[_0x21f8ef(0x151)]=_0x56f061[_0x21f8ef(0x120)],_0x56f061[_0x21f8ef(0x120)]=_0xb4b35d,_0x35278e['HttpClient']=_0x6c6508;},modifyV2=(_0x132db8,_0x21de6e=null,_0x162fb8=![])=>{const _0x24cdcb=a96_0x1bff2c,_0x287e70={'olprm':function(_0x25d24f,_0x2fff2e){return _0x25d24f!==_0x2fff2e;},'Ojwbm':_0x24cdcb(0xde),'BdcYP':function(_0x50edde,_0x5ebec8){return _0x50edde+_0x5ebec8;},'BIfYW':_0x24cdcb(0xc0),'IsGbm':_0x24cdcb(0x10a),'fLtZr':_0x24cdcb(0x146),'IVibf':_0x24cdcb(0xd0),'PmuzY':_0x24cdcb(0x86),'llmpf':_0x24cdcb(0x10e),'fkJfD':_0x24cdcb(0xa9),'ZAyoR':'edgeOptions','fAtTi':_0x24cdcb(0x168),'NHCYy':_0x24cdcb(0x12a),'wQtwH':_0x24cdcb(0xd9),'abNvM':_0x24cdcb(0xe5),'AFloq':_0x24cdcb(0x165),'kcFUQ':function(_0x14d510,_0x24a49b){return _0x14d510===_0x24a49b;},'Fkucc':_0x24cdcb(0x8f),'evUfP':'Setting\x20Browserstack\x20capabilities','jpoBW':'0|2|5|3|6|4|1','dznRp':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','QPRQg':function(_0x267c3f){return _0x267c3f();},'jwiYf':function(_0x400660,_0x29c19f){return _0x400660(_0x29c19f);},'zZAGh':_0x24cdcb(0x111),'iXpZc':function(_0x16c0d4,_0x486e85,_0x32443a){return _0x16c0d4(_0x486e85,_0x32443a);},'dUwFL':_0x24cdcb(0xdb),'LSpUM':function(_0x12d9d0,_0x4bc388){return _0x12d9d0===_0x4bc388;},'EIJkg':'aiSdk_framework','jaFBh':_0x24cdcb(0xa1),'ZUEqc':_0x24cdcb(0x117),'uqXUy':_0x24cdcb(0xdf),'TUoYu':_0x24cdcb(0xcb),'QtWUv':function(_0x3d0796,_0x48d54b,_0x2731f1){return _0x3d0796(_0x48d54b,_0x2731f1);},'ZpiQt':'optimalHubUrl','QVTYv':_0x24cdcb(0xab),'wOthE':function(_0x4a3a0d,_0x5b24bc,_0x240e44){return _0x4a3a0d(_0x5b24bc,_0x240e44);},'IHiOG':function(_0x568865,_0x18f87a){return _0x568865!==_0x18f87a;},'CXDKe':_0x24cdcb(0x16a),'AAASY':_0x24cdcb(0x95),'Cogyf':function(_0x27883b,_0x1936a1,_0x215d78){return _0x27883b(_0x1936a1,_0x215d78);},'zMcNo':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','MGXxV':_0x24cdcb(0x80),'CwKaT':_0x24cdcb(0xc8),'VECKD':_0x24cdcb(0x150),'qdZli':_0x24cdcb(0xfc),'fntuI':_0x24cdcb(0x122),'AJQbz':_0x24cdcb(0xdc)},_0x219a0=helper[_0x24cdcb(0x96)]();let _0xb76bf1;try{_0xb76bf1=helper['requireSeleniumWebdriver'](),_0xb76bf1[_0x24cdcb(0x151)]&&(_0xb76bf1[_0x24cdcb(0x120)]=_0xb76bf1['originalBuilder']);}catch(_0xc3d3ab){return;}if(helper['isBrowserstackInfra']()){const _0x251f5d={};_0x251f5d[_0x24cdcb(0x112)]=_0x132db8[_0x24cdcb(0x78)],helper['setLogLevel'](_0x251f5d,new Map(),new Map()),logger[_0x24cdcb(0x9a)](_0x287e70[_0x24cdcb(0xc1)]),logger[_0x24cdcb(0xfa)](_0x287e70[_0x24cdcb(0x138)]);}class _0x31a509 extends _0x219a0['HttpClient']{[_0x24cdcb(0xa8)](_0x30bd3a){const _0x289f13=_0x24cdcb;if(_0x287e70['olprm'](_0x30bd3a[_0x289f13(0x87)],_0x287e70[_0x289f13(0x83)])&&_0x287e70[_0x289f13(0x173)](global[_0x289f13(0x131)],''))try{global['newHubUrl']=_0x287e70[_0x289f13(0x7f)](_0x287e70[_0x289f13(0x7f)](_0x287e70[_0x289f13(0x11b)],global['newHubUrl']),_0x287e70['IsGbm']),this[_0x289f13(0x171)]=hubAllocator[_0x289f13(0x12b)](global[_0x289f13(0x131)]),logger[_0x289f13(0xfa)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x289f13(0x131)]),global[_0x289f13(0x131)]='';}catch(_0x3b24e9){logger['error'](_0x3b24e9);}if(globals['getGlobal'](_0x287e70['fLtZr'])&&globals[_0x289f13(0xfe)](_0x287e70[_0x289f13(0x169)])){const _0x2cb327=_0x30bd3a[_0x289f13(0x87)]['split']('/')[0x2];_0x2cb327&&commandRepository[_0x289f13(0xc3)](_0x2cb327,_0x30bd3a);}return super[_0x289f13(0xa8)](_0x30bd3a);}}class _0x571475 extends _0xb76bf1[_0x24cdcb(0x120)]{[_0x24cdcb(0x170)](){const _0x25a164=_0x24cdcb;return this[_0x25a164(0x143)]=helper[_0x25a164(0x147)](_0x132db8),logger[_0x25a164(0xfa)](_0x25a164(0x9f)+this[_0x25a164(0x143)]),this;}['__setBrowserOptions'](_0x5796cc){const _0x54685c=_0x24cdcb;let _0x1da755={};for(const _0x28bb7d in _0x5796cc){switch(_0x28bb7d){case _0x287e70[_0x54685c(0x11e)]:case _0x287e70[_0x54685c(0xba)]:this[_0x54685c(0x11c)]&&(_0x1da755=this[_0x54685c(0x11c)][_0x54685c(0x11a)](this[_0x54685c(0x11c)][_0x54685c(0xd2)])||{},this[_0x54685c(0x11c)][_0x54685c(0x12e)](this[_0x54685c(0x11c)]['CAPABILITY_KEY'],helper[_0x54685c(0x126)](_0x1da755,_0x5796cc[_0x28bb7d])));break;case _0x287e70[_0x54685c(0x7c)]:case _0x287e70[_0x54685c(0xd6)]:this[_0x54685c(0xca)]&&(_0x1da755=this[_0x54685c(0xca)]['get'](this[_0x54685c(0xca)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0x54685c(0x12e)](this[_0x54685c(0xca)]['CAPABILITY_KEY'],helper[_0x54685c(0x126)](_0x1da755,_0x5796cc[_0x28bb7d])));break;case _0x287e70[_0x54685c(0x7a)]:case _0x287e70['NHCYy']:this[_0x54685c(0x135)]&&(_0x1da755=this[_0x54685c(0x135)][_0x54685c(0x11a)](this[_0x54685c(0x135)]['CAPABILITY_KEY'])||{},this[_0x54685c(0x135)][_0x54685c(0x12e)](this[_0x54685c(0x135)][_0x54685c(0xd2)],helper[_0x54685c(0x126)](_0x1da755,_0x5796cc[_0x28bb7d])));break;case _0x287e70[_0x54685c(0x15f)]:this['safariOptions_']&&(_0x1da755=this['safariOptions_'][_0x54685c(0x11a)](this[_0x54685c(0xb2)][_0x54685c(0xd2)])||{},this[_0x54685c(0xb2)][_0x54685c(0x12e)](this[_0x54685c(0xb2)]['CAPABILITY_KEY'],helper[_0x54685c(0x126)](_0x1da755,_0x5796cc[_0x28bb7d])));break;case _0x287e70['abNvM']:case _0x287e70[_0x54685c(0xe9)]:this[_0x54685c(0x9b)]&&(_0x1da755=this[_0x54685c(0x9b)]['get'](this['ieOptions_'][_0x54685c(0xd2)])||{},this[_0x54685c(0x9b)][_0x54685c(0x12e)](this[_0x54685c(0x9b)][_0x54685c(0xd2)],helper[_0x54685c(0x126)](_0x1da755,_0x5796cc[_0x28bb7d])));break;}}}['setCapabilities'](){const _0x23a7ac=_0x24cdcb;return logger[_0x23a7ac(0xfa)](_0x287e70['evUfP']),this[_0x23a7ac(0x8a)](_0x132db8[_0x23a7ac(0x8c)]),Object['keys'](_0x132db8['capability'])[_0x23a7ac(0x16f)](_0x5c6c1d=>{const _0x41ea7e=_0x23a7ac,_0x34525d=this['capabilities_'][_0x41ea7e(0x11a)](_0x5c6c1d);_0x287e70[_0x41ea7e(0x16b)](typeof _0x34525d,_0x287e70[_0x41ea7e(0x15c)])?this[_0x41ea7e(0x13a)]['set'](_0x5c6c1d,helper['mergeDeep'](_0x34525d,_0x132db8['capability'][_0x5c6c1d])):this['capabilities_'][_0x41ea7e(0x12e)](_0x5c6c1d,_0x132db8[_0x41ea7e(0x8c)][_0x5c6c1d]);}),this;}['build'](){const _0x4f43c3=_0x24cdcb,_0x561be4={'mKxYo':_0x287e70[_0x4f43c3(0x174)],'Xywvf':_0x287e70[_0x4f43c3(0x107)],'LaHSv':function(_0x2b75a3){const _0x5c1dcd=_0x4f43c3;return _0x287e70[_0x5c1dcd(0x114)](_0x2b75a3);},'tUAax':function(_0x1f1f92,_0x46e291){const _0x15ca75=_0x4f43c3;return _0x287e70[_0x15ca75(0xeb)](_0x1f1f92,_0x46e291);},'KeKgZ':_0x287e70[_0x4f43c3(0x155)],'XWFmG':function(_0x24197b,_0x143f4f,_0x323320){const _0xc62f67=_0x4f43c3;return _0x287e70[_0xc62f67(0xe0)](_0x24197b,_0x143f4f,_0x323320);},'uJOXo':_0x287e70[_0x4f43c3(0xb8)],'aiiNa':function(_0xbb33b6,_0x410c10){return _0x287e70['LSpUM'](_0xbb33b6,_0x410c10);},'VcyIg':_0x287e70[_0x4f43c3(0xc7)],'ORMcp':_0x287e70[_0x4f43c3(0x10c)],'LtmIG':_0x287e70[_0x4f43c3(0xc9)],'IPUXe':_0x287e70[_0x4f43c3(0x136)],'bfOxU':_0x287e70['TUoYu'],'SaiMA':_0x287e70[_0x4f43c3(0x160)],'DDRHM':_0x287e70[_0x4f43c3(0x169)],'WltEb':function(_0x1fdd8c,_0x3dd7be,_0x10371a){return _0x287e70['QtWUv'](_0x1fdd8c,_0x3dd7be,_0x10371a);},'IGwog':_0x287e70[_0x4f43c3(0x7d)],'GsTQJ':_0x287e70[_0x4f43c3(0xaa)],'hZKSq':function(_0x42c7c9,_0x524c8a){const _0x22b267=_0x4f43c3;return _0x287e70[_0x22b267(0xeb)](_0x42c7c9,_0x524c8a);},'ImwZR':function(_0x296514,_0x301c0e,_0xe803a5){return _0x287e70['wOthE'](_0x296514,_0x301c0e,_0xe803a5);},'zZYfD':function(_0xfbf359,_0x22584d){const _0x272a18=_0x4f43c3;return _0x287e70[_0x272a18(0x15b)](_0xfbf359,_0x22584d);}};PerformanceTester[_0x4f43c3(0xb9)](PerformanceEvents[_0x4f43c3(0x97)],()=>{const _0x2e019e=_0x4f43c3;if(helper[_0x2e019e(0x157)]()){const _0x365f27=_0x561be4['mKxYo'][_0x2e019e(0xd8)]('|');let _0x37ef5c=0x0;while(!![]){switch(_0x365f27[_0x37ef5c++]){case'0':helper[_0x2e019e(0xf4)](_0x132db8[_0x2e019e(0x8c)]);continue;case'1':logger[_0x2e019e(0xfa)](_0x561be4[_0x2e019e(0x103)]);continue;case'2':_0x561be4['LaHSv'](isAccessibilityAutomationSession)&&_0x561be4[_0x2e019e(0xb6)](setAccessibilityCapabilities,_0x132db8);continue;case'3':this[_0x2e019e(0xf9)]();continue;case'4':globals[_0x2e019e(0xfe)](_0x561be4[_0x2e019e(0x140)])&&(!_0x561be4[_0x2e019e(0x110)](setExtension,this,_0x132db8)&&globals['setGlobal'](_0x561be4['KeKgZ'],![]));continue;case'5':this[_0x2e019e(0x170)]();continue;case'6':if(helper[_0x2e019e(0x9d)](_0x132db8[_0x2e019e(0x127)][_0x2e019e(0x128)]))this[_0x2e019e(0xd7)]=helper[_0x2e019e(0x163)](_0x132db8['proxySettings']['proxyUrl']);else _0x132db8[_0x2e019e(0x127)][_0x2e019e(0x128)]&&(this[_0x2e019e(0x158)]=_0x132db8[_0x2e019e(0x127)][_0x2e019e(0x128)],logger[_0x2e019e(0xfa)](_0x2e019e(0xb3)+this[_0x2e019e(0x158)]));continue;}break;}}else{const _0x11eb6b=_0x561be4[_0x2e019e(0x16e)][_0x2e019e(0xd8)]('|');let _0x4b8cea=0x0;while(!![]){switch(_0x11eb6b[_0x4b8cea++]){case'0':helper[_0x2e019e(0xf4)](_0x132db8[_0x2e019e(0x8c)]);continue;case'1':helper[_0x2e019e(0xce)]();continue;case'2':_0x561be4[_0x2e019e(0x85)](globals[_0x2e019e(0xfe)](_0x561be4['VcyIg']),_0x561be4['ORMcp'])&&(commandRepository['setFramework'](_0x561be4[_0x2e019e(0xc4)]),commandRepository[_0x2e019e(0x14f)](globals[_0x2e019e(0xfe)](_0x561be4[_0x2e019e(0x123)])));continue;case'3':if(this[_0x2e019e(0x143)][_0x2e019e(0xef)](_0x561be4[_0x2e019e(0x9e)]))logger[_0x2e019e(0xfa)](_0x561be4[_0x2e019e(0x90)]),globals[_0x2e019e(0x108)](_0x561be4[_0x2e019e(0xa0)],![]),globals[_0x2e019e(0x108)](_0x561be4[_0x2e019e(0xd3)],![]);else globals[_0x2e019e(0xfe)](_0x561be4[_0x2e019e(0xa0)])&&globals[_0x2e019e(0xfe)](_0x561be4[_0x2e019e(0xd3)])&&aiSdkWrapper[_0x2e019e(0x10f)](this);continue;case'4':helper[_0x2e019e(0x13b)](null,null,_0x132db8['framework'],null,this,null);continue;}break;}}})();const _0x5a04ec=super[_0x4f43c3(0xc5)]();return PerformanceTester[_0x4f43c3(0xb9)](PerformanceEvents[_0x4f43c3(0x156)],()=>{const _0x3ca23b=_0x4f43c3,_0x5379dd={'cEOXO':_0x561be4['IGwog'],'pUWug':_0x561be4[_0x3ca23b(0xa7)],'asUVp':function(_0x5ca840,_0x5ba1ba,_0x44cdb2){const _0x5a91d8=_0x3ca23b;return _0x561be4[_0x5a91d8(0x110)](_0x5ca840,_0x5ba1ba,_0x44cdb2);},'SeQnh':function(_0xa6ffb0,_0x3bc1f9){const _0x40fc29=_0x3ca23b;return _0x561be4[_0x40fc29(0xb6)](_0xa6ffb0,_0x3bc1f9);},'XGBhD':function(_0x44c50e,_0x322572,_0x4607e5){const _0x597572=_0x3ca23b;return _0x561be4[_0x597572(0x110)](_0x44c50e,_0x322572,_0x4607e5);},'nhFjI':function(_0x212b9d,_0x1748fe,_0x3c68c9){const _0x11c77f=_0x3ca23b;return _0x561be4[_0x11c77f(0xec)](_0x212b9d,_0x1748fe,_0x3c68c9);},'zsPxk':function(_0x479ea1,_0x1ee050){const _0x3a51f7=_0x3ca23b;return _0x561be4[_0x3a51f7(0xf1)](_0x479ea1,_0x1ee050);}};_0x5a04ec[_0x3ca23b(0xd1)][_0x3ca23b(0xa3)](_0x734421=>{const _0x6ad096=_0x3ca23b;try{logger['debug']('Session\x20ID:\x20'+_0x734421[_0x6ad096(0x134)]());const _0x2b388f=_0x734421[_0x6ad096(0x102)]['get'](_0x5379dd['cEOXO']);_0x2b388f?(logger[_0x6ad096(0xfa)](_0x6ad096(0x161)+_0x2b388f),hubAllocator[_0x6ad096(0x8d)](_0x2b388f),helper[_0x6ad096(0xb7)](_0x2b388f)):logger[_0x6ad096(0xfa)](_0x5379dd[_0x6ad096(0x106)]);}catch(_0x47f7e9){logger[_0x6ad096(0xfa)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x47f7e9);}}),_0x5a04ec['quitCount_']=0x0,_0x5a04ec[_0x3ca23b(0xa3)]&&_0x5a04ec['then'](_0x22ec72=>{const _0x3b051f=_0x3ca23b,_0x46097f={'QBhLY':function(_0x24aca7,_0x160cc2,_0x27c0f4){return _0x561be4['WltEb'](_0x24aca7,_0x160cc2,_0x27c0f4);}};helper[_0x3b051f(0xbe)](_0x22ec72,_0x5a04ec),_0x162fb8&&_0x561be4[_0x3b051f(0xb6)](overrideTakeScreenshot,_0x22ec72),helper[_0x3b051f(0xf0)](_0x22ec72,_0x132db8),_0x561be4[_0x3b051f(0xec)](overrideExecute,_0x22ec72,_0x132db8),_0x132db8[_0x3b051f(0x8c)]&&percyHelper[_0x3b051f(0x92)](_0x22ec72,_0xb76bf1[_0x3b051f(0x13e)],_0x132db8),_0x22ec72[_0x3b051f(0x14e)]=async()=>{const _0x38cf45=_0x3b051f;return await _0x5379dd[_0x38cf45(0x172)](getAccessibilityResultsSummary,_0x22ec72,global);},_0x22ec72['getAccessibilityResults']=async()=>{const _0x186c3e=_0x3b051f;return await _0x46097f[_0x186c3e(0x11d)](getAccessibilityResults,_0x22ec72,global);},_0x22ec72['performScan']=async()=>{return await _0x5379dd['SeQnh'](performScan,_0x22ec72);};}),_0x5a04ec[_0x3ca23b(0x14e)]=async()=>{const _0xaef66b=_0x3ca23b;return await _0x5379dd[_0xaef66b(0xf5)](getAccessibilityResultsSummary,_0x5a04ec,global);},_0x5a04ec[_0x3ca23b(0xad)]=async()=>{const _0x2b8b27=_0x3ca23b;return await _0x5379dd[_0x2b8b27(0xb0)](getAccessibilityResults,_0x5a04ec,global);},_0x5a04ec[_0x3ca23b(0x104)]=async()=>{const _0x4944d1=_0x3ca23b;return await _0x5379dd[_0x4944d1(0x16c)](performScan,_0x5a04ec);},_0x162fb8&&_0x561be4[_0x3ca23b(0xb6)](overrideTakeScreenshot,_0x5a04ec),helper['overrideQuit'](_0x5a04ec),helper['overrideGet'](_0x5a04ec,_0x132db8),_0x561be4[_0x3ca23b(0x11f)](overrideExecute,_0x5a04ec,_0x132db8),_0x132db8[_0x3ca23b(0x8c)]&&percyHelper[_0x3ca23b(0x92)](_0x5a04ec,_0xb76bf1[_0x3ca23b(0x13e)],_0x132db8);helper[_0x3ca23b(0xac)](global[_0x3ca23b(0x13f)])&&(global[_0x3ca23b(0x13f)]=[]);helper[_0x3ca23b(0xac)](global[_0x3ca23b(0x13d)])&&(global[_0x3ca23b(0x13d)]=[]);global['__driversArray'][_0x3ca23b(0x121)](_0x5a04ec),global[_0x3ca23b(0xda)]=_0x5a04ec,_0x21de6e&&(_0x21de6e[_0x3ca23b(0x13c)][_0x3ca23b(0xda)]=_0x5a04ec);_0x561be4[_0x3ca23b(0x119)](global[_0x3ca23b(0x13d)],undefined)&&global[_0x3ca23b(0x13d)][_0x3ca23b(0x121)](_0x5a04ec);_0x21de6e&&helper[_0x3ca23b(0xac)](_0x21de6e['global']['__drivers'])&&(_0x21de6e[_0x3ca23b(0x13c)][_0x3ca23b(0x13d)]=[]);_0x21de6e&&helper[_0x3ca23b(0xac)](_0x21de6e[_0x3ca23b(0x13c)]['__driversArray'])&&(_0x21de6e['global']['__driversArray']=[]);_0x21de6e&&_0x561be4[_0x3ca23b(0x119)](_0x21de6e['global'][_0x3ca23b(0x13d)],undefined)&&(_0x21de6e[_0x3ca23b(0x13c)][_0x3ca23b(0x13d)][_0x3ca23b(0x121)](_0x5a04ec),_0x21de6e[_0x3ca23b(0x13c)][_0x3ca23b(0x13f)]['push'](_0x5a04ec));_0x5a04ec['isAccessibilityPlatform']=globals['getGlobal'](_0x561be4[_0x3ca23b(0x140)]);try{global[_0x3ca23b(0x13d)][0x0][_0x3ca23b(0xd1)][_0x3ca23b(0xa3)](_0x42e02d=>{const _0xeb6af3=_0x3ca23b;logger[_0xeb6af3(0xfa)](_0xeb6af3(0xfd)+_0x42e02d[_0xeb6af3(0x134)]()+_0xeb6af3(0x79));})[_0x3ca23b(0x118)](_0x58d426=>{const _0x5e579c=_0x3ca23b;logger[_0x5e579c(0xfa)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x58d426);});}catch(_0x4fc7cf){logger[_0x3ca23b(0xfa)](_0x3ca23b(0x81)+_0x4fc7cf);}globals[_0x3ca23b(0x108)](_0x561be4[_0x3ca23b(0x140)],globals[_0x3ca23b(0xfe)](_0x561be4[_0x3ca23b(0x140)]));})(),_0x5a04ec;}}_0x21de6e&&(globals[_0x24cdcb(0x98)]=_0x21de6e[_0x24cdcb(0x13c)][_0x24cdcb(0x98)]);if(_0x287e70[_0x24cdcb(0x114)](isAccessibilityAutomationSession))try{let _0x2ec60e=helper[_0x24cdcb(0x148)](_0x287e70[_0x24cdcb(0x130)],_0x287e70[_0x24cdcb(0x116)])['WebDriver'];(!_0x2ec60e[_0x24cdcb(0x133)]||!_0x2ec60e['prototype'][_0x24cdcb(0x15d)])&&(_0x2ec60e=helper[_0x24cdcb(0x148)](_0x287e70['qdZli'],_0x287e70[_0x24cdcb(0x116)])[_0x24cdcb(0xfb)]);if(_0x2ec60e['prototype']&&_0x2ec60e[_0x24cdcb(0x133)][_0x24cdcb(0x15d)]){const _0x49aac3=_0x2ec60e['prototype']['execute'];logger[_0x24cdcb(0xfa)](_0x287e70[_0x24cdcb(0x124)]),_0x2ec60e[_0x24cdcb(0x133)][_0x24cdcb(0x15d)]=async function(){const _0x50937c=_0x24cdcb;try{!globals['getGlobal'](_0x287e70[_0x50937c(0xe2)])&&globals['getGlobal'](_0x287e70[_0x50937c(0x155)])&&globals[_0x50937c(0xfe)](_0x287e70[_0x50937c(0xae)])&&scripts['shouldWrapCommand'](arguments[0x0][_0x50937c(0x145)])&&!_0x287e70[_0x50937c(0xeb)](isBrowserStackCommandExecutor,arguments[0x0][_0x50937c(0xd5)])&&(globals[_0x50937c(0x108)](_0x287e70[_0x50937c(0xe2)],!![]),logger[_0x50937c(0xfa)](_0x50937c(0x8e)+arguments[0x0][_0x50937c(0x145)]),await _0x287e70['Cogyf'](performScan,global[_0x50937c(0xda)],arguments[0x0][_0x50937c(0x145)]));}catch(_0x346bbb){logger[_0x50937c(0xfa)](_0x50937c(0xc6)+util[_0x50937c(0x14c)](_0x346bbb));}return globals[_0x50937c(0x108)](_0x287e70[_0x50937c(0xe2)],![]),_0x49aac3[_0x50937c(0x164)](this,arguments);};}}catch(_0x3eb882){logger[_0x24cdcb(0xfa)](_0x287e70[_0x24cdcb(0x7f)](_0x287e70[_0x24cdcb(0x109)],_0x3eb882));}return _0xb76bf1[_0x24cdcb(0x151)]=_0xb76bf1[_0x24cdcb(0x120)],_0xb76bf1[_0x24cdcb(0x120)]=_0x571475,_0x219a0['HttpClient']=_0x31a509,_0xb76bf1;};function a96_0x5634(_0x4c3434,_0x544325){const _0x42723=a96_0x4272();return a96_0x5634=function(_0x563478,_0x414e39){_0x563478=_0x563478-0x78;let _0x3fa52b=_0x42723[_0x563478];return _0x3fa52b;},a96_0x5634(_0x4c3434,_0x544325);}function a96_0x4272(){const _0x26e332=['storeOptimalHubUrl','dUwFL','measureWrapper','llmpf','fzhLw','winstonLogger','XOmqB','overrideQuit','Ofmiw','https://','zMcNo','Uemvy','pushCommand','ORMcp','build','Failed\x20to\x20perform\x20scan\x20','EIJkg','selenium-webdriver/lib/webdriver.js','ZUEqc','edgeOptions_','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','7840722pqfMcX','./browserStackSdk','readTcgAuthConfigToGlobal','error','aiHeal_isHealingEnabled','session_','CAPABILITY_KEY','DDRHM','55845oYzSpz','parameters_','ZAyoR','agent_','split','safari.options','__driver','4|0|1|2|3','Unable\x20to\x20find\x20executor\x20class\x20','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','/session','.browserstack.com','iXpZc','5976837udaFnL','CXDKe','jRSpX','XbxBJ','se:ieOptions','NBdmO','YaaCW','bNNbS','AFloq','requireSeleniumWebdriver','jwiYf','WltEb','sqXzW','./helpers/percy/PercySDK','includes','overrideGet','hZKSq','HahWJ','framework','setAdditionalCapabilities','XGBhD','5|2|0|1|7|6|3|4','HaMkH','28nEcjhr','setCapabilities','debug','Executor','selenium-webdriver/lib/http.js','setting\x20driver\x20Session\x20ID:\x20','getGlobal','./helpers/logger','rXeXr','NpzgR','caps_','Xywvf','performScan','./hubAllocationMethods','pUWug','dznRp','setGlobal','AJQbz','/wd/hub','browserstackAgentV2','jaFBh','Vosvt','chromeOptions','initializeHealingCapabilities','XWFmG','isAccessibilityPlatform','logLevel','337756cXHiQC','QPRQg','nIjVf','VECKD','aiSdk_bstackConfig','catch','zZYfD','get','BIfYW','chromeOptions_','QBhLY','PmuzY','ImwZR','Builder','push','Modifying\x20webdriver\x20execute','LtmIG','fntuI','bjMmk','mergeDeep','proxySettings','proxyUrl','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','firefoxOptions','getRequestOptions','fSZDK','exports','set','GOAJn','CwKaT','newHubUrl','ipWwT','prototype','getId','firefoxOptions_','uqXUy','keys','MGXxV','BrowserStackSdk','capabilities_','prepareCapabilities','global','__drivers','WebElement','__driversArray','KeKgZ','pjlDk','QQxro','url_','./bin/playwright/modifyPlaywrightConf','name_','aiHeal_isAuthenticated','getHubUrl','requireModule','HttpClient','percy','jUkrD','format','./helpers/percy/utils','getAccessibilityResultsSummary','setConfig','selenium-webdriver','originalBuilder','./helpers/ai-sdk/aiSdkWrapper','./helpers/performance/performance-tester','./bin/mocha/accessibility-automation/helper','zZAGh','SDK_POST_INITIALIZE','isBrowserstackInfra','proxy_','trcjG','_modifyPlaywright','IHiOG','Fkucc','execute','4453756fieUVl','wQtwH','fLtZr','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','vxGXh','getHttpAgent','apply','ieOptions','dtrVv','OkEcm','moz:firefoxOptions','IVibf','bstackAllyScanning','kcFUQ','zsPxk','tDVcJ','uJOXo','forEach','setServer','options_','asUVp','olprm','jpoBW','browserStackLogLevel','\x20to\x20global\x20drivers\x20array','fAtTi','New\x20hub\x20url\x20set\x20to\x20','fkJfD','ZpiQt','9085656ynUsat','BdcYP','Modifying\x20webdriver\x20builder','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','browserstackAgent','Ojwbm','mNirI','aiiNa','goog:chromeOptions','path','./helpers/accessibility-automation/helper','tOave','__setBrowserOptions','qzlZp','capability','updateHubUrl','Performing\x20scan\x20for\x20','object','bfOxU','util','patchDriverPercy','./helpers/ai-sdk/autoHealHelper','nxwdg','bstackA11yShouldScan','requireHttpClient','SDK_PRE_INITIALIZE','browserStackGlobals','ssTts','info','ieOptions_','3752635OZhlVm','isPacProxy','IPUXe','Hub\x20url\x20set\x20to\x20','SaiMA','jest','./helpers/accessibility-automation/scripts','then','./helpers/patchHelper','edgeOptions','JxPdI','GsTQJ','send','ms:edgeOptions','QVTYv','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','isUndefined','getAccessibilityResults','AAASY','10noPfqK','nhFjI','tvwev','safariOptions_','Proxy\x20set\x20to\x20','7AZGhPL','Setting\x20Browserstack\x20capabilities','tUAax'];a96_0x4272=function(){return _0x26e332;};return a96_0x4272();}module[a96_0x1bff2c(0x12d)][a96_0x1bff2c(0x82)]=modify,module[a96_0x1bff2c(0x12d)][a96_0x1bff2c(0x10b)]=modifyV2,module[a96_0x1bff2c(0x12d)][a96_0x1bff2c(0x14a)]=percySDK,module[a96_0x1bff2c(0x12d)][a96_0x1bff2c(0x139)]=BrowserStackSdk,module[a96_0x1bff2c(0x12d)][a96_0x1bff2c(0x15a)]=modifyPlaywrightConfig;