browserstack-node-sdk 1.35.9 → 1.35.10

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 +60 -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
- 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;};
1
+ const a95_0x4beba2=a95_0x3d21;(function(_0xb6ede,_0x2de887){const _0x18a1db=a95_0x3d21,_0x45859e=_0xb6ede();while(!![]){try{const _0x4e910b=-parseInt(_0x18a1db(0x1f5))/0x1*(-parseInt(_0x18a1db(0x21a))/0x2)+parseInt(_0x18a1db(0x206))/0x3+parseInt(_0x18a1db(0x1f1))/0x4+parseInt(_0x18a1db(0x1e8))/0x5+-parseInt(_0x18a1db(0x222))/0x6+parseInt(_0x18a1db(0x227))/0x7*(parseInt(_0x18a1db(0x21e))/0x8)+-parseInt(_0x18a1db(0x1ec))/0x9;if(_0x4e910b===_0x2de887)break;else _0x45859e['push'](_0x45859e['shift']());}catch(_0x3e1cde){_0x45859e['push'](_0x45859e['shift']());}}}(a95_0x3770,0x75d83));function a95_0x3d21(_0x1438b3,_0x5da0f0){const _0x37709d=a95_0x3770();return a95_0x3d21=function(_0x3d2151,_0x404a2e){_0x3d2151=_0x3d2151-0x1e6;let _0x29a9ae=_0x37709d[_0x3d2151];return _0x29a9ae;},a95_0x3d21(_0x1438b3,_0x5da0f0);}const url=require(a95_0x4beba2(0x212)),util=require(a95_0x4beba2(0x210)),helper=require(a95_0x4beba2(0x223)),logger=require(a95_0x4beba2(0x1ef))['winstonLogger'],constants=require('./bin/utils/constants');global[a95_0x4beba2(0x220)]='',exports['getRequestOptions']=_0x477cf1=>{const _0x37da75=a95_0x4beba2,_0x466135={};_0x466135[_0x37da75(0x201)]=function(_0x53bee0,_0x42ba29){return _0x53bee0+_0x42ba29;},_0x466135[_0x37da75(0x217)]=_0x37da75(0x203);const _0x41ffb2=_0x466135,_0x3a0dc4=url[_0x37da75(0x225)](_0x477cf1);if(!_0x3a0dc4[_0x37da75(0x214)])throw new Error(_0x41ffb2[_0x37da75(0x201)](_0x41ffb2[_0x37da75(0x217)],_0x477cf1));return _0x3a0dc4[_0x37da75(0x208)]=null,_0x3a0dc4[_0x37da75(0x1ea)]=null,_0x3a0dc4[_0x37da75(0x1f8)]=_0x3a0dc4[_0x37da75(0x20a)],_0x3a0dc4;},exports[a95_0x4beba2(0x200)]=_0x8bddd6=>{const _0x54c7e6=a95_0x4beba2;global[_0x54c7e6(0x220)]=_0x8bddd6;},exports[a95_0x4beba2(0x207)]=_0x3e920f=>{const _0x591231={'YynCg':function(_0x3c43d7){return _0x3c43d7();},'AvJfs':function(_0x14b998,_0x90201e){return _0x14b998+_0x90201e;},'zHewD':'/wd/hub','fUTOZ':function(_0x10fcde){return _0x10fcde();},'GwYnW':function(_0x36f124,_0x2cd1c5){return _0x36f124!=_0x2cd1c5;},'GDQhE':function(_0x4c8742,_0x51d164){return _0x4c8742!==_0x51d164;},'MJuli':function(_0x327a38,_0x6c79a2){return _0x327a38+_0x6c79a2;},'gByFL':'https://','doinr':function(_0xcb6360){return _0xcb6360();}};return new Promise(_0xc6f251=>{const _0x5e8c20=a95_0x3d21,_0x16bec6={'Cbydv':function(_0x180b73,_0x3196ec){const _0x38b637=a95_0x3d21;return _0x591231[_0x38b637(0x215)](_0x180b73,_0x3196ec);},'EtMcK':_0x591231[_0x5e8c20(0x21b)],'KHueD':function(_0x1e6247){const _0x48c254=_0x5e8c20;return _0x591231[_0x48c254(0x226)](_0x1e6247);},'HTNzR':function(_0x1fb49c,_0x329ab9){const _0xd2d587=_0x5e8c20;return _0x591231[_0xd2d587(0x1f0)](_0x1fb49c,_0x329ab9);},'lUXji':function(_0x2760b8,_0x45049e){const _0x49ac1e=_0x5e8c20;return _0x591231[_0x49ac1e(0x21d)](_0x2760b8,_0x45049e);},'LFWJh':function(_0x43a60f,_0xb85272){const _0x59ffc6=_0x5e8c20;return _0x591231[_0x59ffc6(0x213)](_0x43a60f,_0xb85272);},'GGMJv':_0x591231['gByFL'],'gMEED':function(_0x67bfbe){const _0x766a50=_0x5e8c20;return _0x591231[_0x766a50(0x1e6)](_0x67bfbe);}};Promise[_0x5e8c20(0x1fc)](this[_0x5e8c20(0x1f2)](_0x3e920f))[_0x5e8c20(0x219)](_0x5a5c1f=>{const _0x5dd7f1=_0x5e8c20;logger[_0x5dd7f1(0x218)](_0x5dd7f1(0x21c)+util['format']('%j',_0x5a5c1f));if(_0x16bec6[_0x5dd7f1(0x205)](_0x5a5c1f,null)&&_0x16bec6[_0x5dd7f1(0x1ff)](_0x5a5c1f['length'],0x0)){const _0x1cc5e2=[];for(const _0x5d6772 of _0x5a5c1f){_0x1cc5e2[_0x5dd7f1(0x1ed)](this[_0x5dd7f1(0x1e7)](_0x3e920f,_0x16bec6[_0x5dd7f1(0x224)](_0x16bec6['GGMJv'],_0x5d6772)));}Promise['all'](_0x1cc5e2)[_0x5dd7f1(0x219)](_0x1d7dbb=>{const _0x2310ac=_0x5dd7f1,_0x207a75=Object[_0x2310ac(0x1f6)](_0x1d7dbb[_0x2310ac(0x1fa)](_0x249723=>[_0x249723[_0x2310ac(0x1fe)],_0x249723['latency']])),_0x170f1f=Object[_0x2310ac(0x1f6)](Object[_0x2310ac(0x1fb)](_0x207a75)[_0x2310ac(0x202)](([,_0x483e8f],[,_0x3866bf])=>_0x483e8f-_0x3866bf)),_0x1761a7=Object['keys'](_0x170f1f)[0x0];constants[_0x2310ac(0x1fe)]=_0x16bec6[_0x2310ac(0x204)](_0x1761a7,_0x16bec6[_0x2310ac(0x1eb)]),logger[_0x2310ac(0x218)]('HUB\x20URL\x20SET\x20TO\x20-\x20'+_0x1761a7),_0x16bec6['KHueD'](_0xc6f251);});}else _0x16bec6['gMEED'](_0xc6f251);})[_0x5e8c20(0x1f3)](_0x3559db=>{const _0x4f5453=_0x5e8c20;logger['debug'](_0x4f5453(0x1f4)+_0x3559db),_0x591231[_0x4f5453(0x209)](_0xc6f251);});});},exports['findLatency']=async(_0x43e9b8,_0x1aa3f1)=>{const _0x20bcea=a95_0x4beba2,_0x2a2eb2={};_0x2a2eb2['IzQtV']=_0x20bcea(0x20c),_0x2a2eb2[_0x20bcea(0x211)]=_0x20bcea(0x20d),_0x2a2eb2[_0x20bcea(0x1f9)]=function(_0x2b3cb1,_0x6fd95b){return _0x2b3cb1-_0x6fd95b;};const _0x4ad0ac=_0x2a2eb2;try{const _0x104d0a=new Date();await helper[_0x20bcea(0x21f)](_0x4ad0ac['IzQtV'],_0x4ad0ac['iVPyI'],{},_0x43e9b8,_0x1aa3f1,0x1388);const _0x1f5a7c=_0x4ad0ac['iShxj'](new Date(),_0x104d0a);logger[_0x20bcea(0x218)]('Execution\x20time\x20for\x20'+_0x1aa3f1+'\x20is:\x20'+_0x1f5a7c+'ms');const _0x134d35={};return _0x134d35[_0x20bcea(0x1fe)]=_0x1aa3f1,_0x134d35['latency']=_0x1f5a7c,_0x134d35;}catch(_0x177e8b){return logger['debug']('ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20'+_0x1aa3f1+_0x20bcea(0x221)+_0x177e8b),{};}},exports[a95_0x4beba2(0x1f2)]=async _0x5b306c=>{const _0x311505=a95_0x4beba2,_0x5c87d0={};_0x5c87d0['wpxtO']=_0x311505(0x20c),_0x5c87d0[_0x311505(0x1f7)]='next_hubs',_0x5c87d0[_0x311505(0x20e)]=_0x311505(0x1ee);const _0x43b037=_0x5c87d0;try{const _0x44e97b=await helper[_0x311505(0x21f)](_0x43b037[_0x311505(0x1e9)],_0x43b037[_0x311505(0x1f7)],{},_0x5b306c,_0x43b037[_0x311505(0x20e)],0x1388),_0x550a28=_0x44e97b[_0x311505(0x216)];return logger['debug']('Response:\x20'+util[_0x311505(0x20f)]('%j',_0x550a28)),_0x550a28[_0x311505(0x20b)];}catch(_0x7b0bc9){logger['debug'](_0x311505(0x1fd)+_0x7b0bc9);}return null;};function a95_0x3770(){const _0x2f5d5b=['EtMcK','12541662TTRJlw','push','https://hub.browserstack.com','./helpers/logger','GwYnW','2794280baqMQJ','nextHubs','catch','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','1LOlbdF','fromEntries','mJWQo','path','iShxj','map','entries','resolve','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','hubUrl','lUXji','updateHubUrl','hJroN','sort','Invalid\x20new\x20HUB\x20URL:\x20','Cbydv','HTNzR','945897EaiYop','allocateHub','search','YynCg','pathname','hubs','GET','check','dElvo','format','util','iVPyI','url','MJuli','hostname','AvJfs','data','cCwWB','debug','then','547276gjcpSb','zHewD','NEAREST\x20HUBS:\x20','GDQhE','8soeZvu','nodeRequest','newHubUrl','\x20HUB\x20-\x20','4292142iYTLoC','./helpers/helper','LFWJh','parse','fUTOZ','4839177svWFAL','doinr','findLatency','3063740TZMNLB','wpxtO','hash'];a95_0x3770=function(){return _0x2f5d5b;};return a95_0x3770();}
package/src/index.js CHANGED
@@ -1 +1 @@
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();}
1
+ function a96_0x5475(_0x2be975,_0x4f6461){const _0xcd51f7=a96_0xcd51();return a96_0x5475=function(_0x5475ec,_0x38c18b){_0x5475ec=_0x5475ec-0x18e;let _0x3b8363=_0xcd51f7[_0x5475ec];return _0x3b8363;},a96_0x5475(_0x2be975,_0x4f6461);}const a96_0x3a0b87=a96_0x5475;function a96_0xcd51(){const _0x37f312=['sEnMq','setServer','prepareCapabilities','__driversArray','Session\x20ID:\x20','getHubUrl','tYetG','setCapabilities','isPacProxy','push','browserstackAgent','garHJ','XRUuO','7352044LDsEAk','BhVUr','goog:chromeOptions','KuFuZ','forEach','proxy_','setLogLevel','SDK_POST_INITIALIZE','util','Modifying\x20webdriver\x20builder','ZOXPk','capabilities_','aiHeal_isHealingEnabled','gGKEH','cRTCH','ffqXz','overrideQuit','FcyiY','/wd/hub','getAccessibilityResults','exports','FTeqh','Failed\x20to\x20perform\x20scan\x20','YULDt','aiSdk_bstackConfig','./helpers/globals','Nsohd','./helpers/logger','performScan','then','dUnlr','./helpers/ai-sdk/aiSdkWrapper','SYsQp','UyPaA','YykQD','XfGGK','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','jJOVi','path','browserstackAgentV2','QHrkT','LzNyh','requireModule','nHqxY','newHubUrl','getGlobal','NLMBj','format','setGlobal','shouldWrapCommand','fBIeM','zefvX','OjiZC','safari.options','JxuXF','cSNDO','pqAKp','getRequestOptions','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','safariOptions_','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','bAdBJ','split','WebElement','prototype','url_','initializeHealingCapabilities','aclJs','error','tqNHX','__driver','4130693bhVEYM','set','WOKHx','1513685dCdVvQ','mecrb','zBVbR','./bin/playwright/modifyPlaywrightConf','GRTny','browserStackGlobals','jWMtO','CKeWb','getId','edgeOptions_','ieOptions_','measureWrapper','MBQud','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','zYKDR','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','LqZTu','overrideGet','CAPABILITY_KEY','UPkZt','./helpers/accessibility-automation/helper','storeOptimalHubUrl','./helpers/percy/utils','QEcWw','build','Modifying\x20webdriver\x20execute','logLevel','bstackAllyScanning','DllLL','chromeOptions_','oDpGh','selenium-webdriver/lib/webdriver.js','4|0|1|5|6|3|7|2','isUndefined','patchDriverPercy','Builder','New\x20hub\x20url\x20set\x20to\x20','dqGMG','./helpers/helper','PYpPX','./helpers/ai-sdk/autoHealHelper','browserStackLogLevel','MfOOo','get','bEXkW','https://','dkblI','VoZJA','updateHubUrl','PgaBa','SAHBq','./helpers/performance/constants','setFramework','global','name_','ahOiS','mergeDeep','.browserstack.com','ALMRo','originalBuilder','sSyMR','15439000nvaTlC','nZuQx','object','ugwoY','keys','WDscM','ktcxX','HttpClient','setConfig','proxySettings','selenium-webdriver/lib/http.js','trMdj','caps_','info','yljRb','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','MutVo','requireSeleniumWebdriver','./browserStackSdk','uEhfS','edgeOptions','aiHeal_isAuthenticated','./hubAllocationMethods','ieOptions','wAHjN','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','apply','chromeOptions','__drivers','oNtBl','Unable\x20to\x20find\x20executor\x20class\x20','dAyBD','moz:firefoxOptions','capability','Performing\x20scan\x20for\x20','winstonLogger','se:ieOptions','2355805TmRsAT','includes','getHttpAgent','isAccessibilityPlatform','aiSdk_framework','selenium-webdriver','Executor','gOpiG','ShaMj','ms:edgeOptions','debug','execute','/session','agent_','pypee','firefoxOptions','options_','1150002tkUluN','./helpers/percy/PercySDK','firefoxOptions_','Kldip','IiHVP','__setBrowserOptions','WXfix','./helpers/performance/performance-tester','AhuDW','Hub\x20url\x20set\x20to\x20','bstackA11yShouldScan','percy','ihdIJ','BnBGn','parameters_','rUhSk','proxyUrl','nrZAo','NsHpG','send','2|4|0|1|3','framework','pfrDq','setAdditionalCapabilities','isBrowserstackInfra','Setting\x20Browserstack\x20capabilities','2613768efNfbN','XSRRS','requireHttpClient','6wxjjhY','getAccessibilityResultsSummary','VCrUY','MdESF','PlGJP','lkTNR','SDK_PRE_INITIALIZE'];a96_0xcd51=function(){return _0x37f312;};return a96_0xcd51();}(function(_0xc7971b,_0x181b6d){const _0x2341e1=a96_0x5475,_0x42bfcc=_0xc7971b();while(!![]){try{const _0x421f33=parseInt(_0x2341e1(0x230))/0x1+-parseInt(_0x2341e1(0x1cf))/0x2+-parseInt(_0x2341e1(0x1b5))/0x3+-parseInt(_0x2341e1(0x1e6))/0x4+parseInt(_0x2341e1(0x1a4))/0x5+-parseInt(_0x2341e1(0x1d2))/0x6*(-parseInt(_0x2341e1(0x22d))/0x7)+parseInt(_0x2341e1(0x26d))/0x8;if(_0x421f33===_0x181b6d)break;else _0x42bfcc['push'](_0x42bfcc['shift']());}catch(_0x37cbe5){_0x42bfcc['push'](_0x42bfcc['shift']());}}}(a96_0xcd51,0xee6cf));const util=require(a96_0x3a0b87(0x1ee)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a96_0x3a0b87(0x244)),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require(a96_0x3a0b87(0x256)),logger=require(a96_0x3a0b87(0x201))[a96_0x3a0b87(0x1a2)],hubAllocator=require(a96_0x3a0b87(0x195)),percySDK=require(a96_0x3a0b87(0x1b6)),percyHelper=require(a96_0x3a0b87(0x246)),BrowserStackSdk=require(a96_0x3a0b87(0x191)),modifyPlaywrightConfig=require(a96_0x3a0b87(0x233)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a96_0x3a0b87(0x1ff)),{commandRepository}=require(a96_0x3a0b87(0x258)),{aiSdkWrapper}=require(a96_0x3a0b87(0x205)),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require(a96_0x3a0b87(0x1bc)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a96_0x3a0b87(0x263)),modify=_0x1fbbdb=>{const _0x58c8c9=a96_0x3a0b87,_0x2ebba3={'bEXkW':function(_0x14ac59,_0x179471){return _0x14ac59!==_0x179471;},'HRRKi':_0x58c8c9(0x1b0),'bHLQo':function(_0x266b22,_0x4e2d5a){return _0x266b22!==_0x4e2d5a;},'ZOXPk':function(_0x2c739c,_0x377a51){return _0x2c739c+_0x377a51;},'wAHjN':_0x58c8c9(0x25d),'YCvHJ':_0x58c8c9(0x1f8),'pQosa':_0x58c8c9(0x1e8),'pypee':_0x58c8c9(0x19a),'sEnMq':_0x58c8c9(0x1ad),'icbcu':_0x58c8c9(0x193),'PlGJP':_0x58c8c9(0x19f),'bAdBJ':_0x58c8c9(0x1b3),'garHJ':_0x58c8c9(0x21b),'NLMBj':_0x58c8c9(0x1a3),'PYpPX':_0x58c8c9(0x196),'ugwoY':function(_0x1ba0ed,_0x23346c){return _0x1ba0ed===_0x23346c;},'FTeqh':_0x58c8c9(0x26f),'jWMtO':_0x58c8c9(0x1ce),'tiQAo':_0x58c8c9(0x250),'SAnlS':_0x58c8c9(0x23f),'OvvOC':function(_0xa7dd5e){return _0xa7dd5e();},'PWmqK':function(_0x23cb02,_0xcec9c6){return _0x23cb02(_0xcec9c6);},'SAHBq':_0x58c8c9(0x1a7),'VCrUY':function(_0x2f2c69,_0x24e817,_0x200e25){return _0x2f2c69(_0x24e817,_0x200e25);},'tYetG':function(_0x54ac34,_0x9c99e3,_0x16841b){return _0x54ac34(_0x9c99e3,_0x16841b);},'JxuXF':function(_0x205baf,_0x414069){return _0x205baf(_0x414069);},'XRUuO':_0x58c8c9(0x1c9),'sSyMR':function(_0x4cc4b7,_0x3bcf07,_0xdf5b3b){return _0x4cc4b7(_0x3bcf07,_0xdf5b3b);},'ihdIJ':function(_0x5b8f9d,_0x14d381,_0x17342a){return _0x5b8f9d(_0x14d381,_0x17342a);},'elUyb':'optimalHubUrl','oDpGh':_0x58c8c9(0x220),'MBQud':function(_0x189cf8,_0x2dd9a9){return _0x189cf8(_0x2dd9a9);},'cSNDO':_0x58c8c9(0x18e),'XSRRS':'Modifying\x20webdriver\x20builder'};logger['info'](_0x2ebba3[_0x58c8c9(0x21d)]),logger[_0x58c8c9(0x1ae)](_0x2ebba3[_0x58c8c9(0x1d0)]);const _0x345fab=helper[_0x58c8c9(0x190)](),_0x5b4d12=helper['requireHttpClient']();class _0x196b66 extends _0x5b4d12['HttpClient']{[_0x58c8c9(0x1c8)](_0x43d331){const _0x547984=_0x58c8c9;if(_0x2ebba3[_0x547984(0x25c)](_0x43d331[_0x547984(0x20c)],_0x2ebba3['HRRKi'])&&_0x2ebba3['bHLQo'](global[_0x547984(0x212)],''))try{global[_0x547984(0x212)]=_0x2ebba3[_0x547984(0x1f0)](_0x2ebba3[_0x547984(0x1f0)](_0x2ebba3[_0x547984(0x197)],global[_0x547984(0x212)]),_0x2ebba3['YCvHJ']),this[_0x547984(0x1b4)]=hubAllocator[_0x547984(0x21f)](global[_0x547984(0x212)]),logger['debug'](_0x547984(0x254)+global[_0x547984(0x212)]),global[_0x547984(0x212)]='';}catch(_0xdbd909){logger['error'](_0xdbd909);}return super['send'](_0x43d331);}}class _0x1cd398 extends _0x345fab[_0x58c8c9(0x253)]{[_0x58c8c9(0x1ba)](_0xe3914a){const _0x4ff38c=_0x58c8c9;let _0x1a4341={};for(const _0x16f2f4 in _0xe3914a){switch(_0x16f2f4){case _0x2ebba3['pQosa']:case _0x2ebba3[_0x4ff38c(0x1b2)]:this[_0x4ff38c(0x24d)]&&(_0x1a4341=this[_0x4ff38c(0x24d)][_0x4ff38c(0x25b)](this[_0x4ff38c(0x24d)][_0x4ff38c(0x242)])||{},this[_0x4ff38c(0x24d)]['set'](this[_0x4ff38c(0x24d)][_0x4ff38c(0x242)],helper[_0x4ff38c(0x268)](_0x1a4341,_0xe3914a[_0x16f2f4])));break;case _0x2ebba3[_0x4ff38c(0x1d9)]:case _0x2ebba3['icbcu']:this[_0x4ff38c(0x239)]&&(_0x1a4341=this[_0x4ff38c(0x239)][_0x4ff38c(0x25b)](this[_0x4ff38c(0x239)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0x4ff38c(0x22e)](this[_0x4ff38c(0x239)][_0x4ff38c(0x242)],helper[_0x4ff38c(0x268)](_0x1a4341,_0xe3914a[_0x16f2f4])));break;case _0x2ebba3[_0x4ff38c(0x1d6)]:case _0x2ebba3[_0x4ff38c(0x223)]:this[_0x4ff38c(0x1b7)]&&(_0x1a4341=this[_0x4ff38c(0x1b7)][_0x4ff38c(0x25b)](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this[_0x4ff38c(0x1b7)][_0x4ff38c(0x22e)](this[_0x4ff38c(0x1b7)]['CAPABILITY_KEY'],helper[_0x4ff38c(0x268)](_0x1a4341,_0xe3914a[_0x16f2f4])));break;case _0x2ebba3[_0x4ff38c(0x1e4)]:this['safariOptions_']&&(_0x1a4341=this[_0x4ff38c(0x221)]['get'](this['safariOptions_'][_0x4ff38c(0x242)])||{},this[_0x4ff38c(0x221)][_0x4ff38c(0x22e)](this[_0x4ff38c(0x221)][_0x4ff38c(0x242)],helper[_0x4ff38c(0x268)](_0x1a4341,_0xe3914a[_0x16f2f4])));break;case _0x2ebba3[_0x4ff38c(0x214)]:case _0x2ebba3[_0x4ff38c(0x257)]:this['ieOptions_']&&(_0x1a4341=this[_0x4ff38c(0x23a)]['get'](this[_0x4ff38c(0x23a)][_0x4ff38c(0x242)])||{},this[_0x4ff38c(0x23a)][_0x4ff38c(0x22e)](this[_0x4ff38c(0x23a)][_0x4ff38c(0x242)],helper[_0x4ff38c(0x268)](_0x1a4341,_0xe3914a[_0x16f2f4])));break;}}}[_0x58c8c9(0x1da)](){const _0x787a5a=_0x58c8c9;return this[_0x787a5a(0x227)]=helper[_0x787a5a(0x1de)](_0x1fbbdb),logger['debug'](_0x787a5a(0x1be)+this['url_']),this;}['setCapabilities'](){const _0x7c88a0=_0x58c8c9,_0x1f4e9c={'jJOVi':function(_0x20521d,_0x276371){const _0x499dbc=a96_0x5475;return _0x2ebba3[_0x499dbc(0x270)](_0x20521d,_0x276371);},'IiHVP':_0x2ebba3[_0x7c88a0(0x1fb)]};return logger[_0x7c88a0(0x1ae)](_0x2ebba3[_0x7c88a0(0x236)]),this[_0x7c88a0(0x1ba)](_0x1fbbdb['capability']),Object[_0x7c88a0(0x271)](_0x1fbbdb[_0x7c88a0(0x1a0)])['forEach'](_0x459d4c=>{const _0x2b0c67=_0x7c88a0,_0x45b1d7=this[_0x2b0c67(0x1f1)]['get'](_0x459d4c);_0x1f4e9c[_0x2b0c67(0x20b)](typeof _0x45b1d7,_0x1f4e9c[_0x2b0c67(0x1b9)])?this[_0x2b0c67(0x1f1)][_0x2b0c67(0x22e)](_0x459d4c,helper[_0x2b0c67(0x268)](_0x45b1d7,_0x1fbbdb['capability'][_0x459d4c])):this[_0x2b0c67(0x1f1)][_0x2b0c67(0x22e)](_0x459d4c,_0x1fbbdb['capability'][_0x459d4c]);}),this;}[_0x58c8c9(0x248)](){const _0x28271f=_0x58c8c9,_0x52bfaa={'ktcxX':_0x2ebba3['elUyb'],'zBVbR':_0x2ebba3[_0x28271f(0x24e)],'XOXKw':function(_0x2b8cb1,_0x388863,_0x53ccb3){const _0x22984a=_0x28271f;return _0x2ebba3[_0x22984a(0x1d4)](_0x2b8cb1,_0x388863,_0x53ccb3);},'ffqXz':function(_0x447b20,_0x3c9d59){const _0x572e5e=_0x28271f;return _0x2ebba3[_0x572e5e(0x23c)](_0x447b20,_0x3c9d59);}};PerformanceTester[_0x28271f(0x23b)](PerformanceEvents[_0x28271f(0x1d8)],()=>{const _0x3eae6d=_0x28271f,_0x320b80=_0x2ebba3['tiQAo'][_0x3eae6d(0x224)]('|');let _0x581db1=0x0;while(!![]){switch(_0x320b80[_0x581db1++]){case'0':this[_0x3eae6d(0x1da)]();continue;case'1':this[_0x3eae6d(0x1e0)]();continue;case'2':logger['debug'](_0x2ebba3['SAnlS']);continue;case'3':!helper[_0x3eae6d(0x1cd)]()&&helper[_0x3eae6d(0x1db)](null,null,_0x1fbbdb[_0x3eae6d(0x1ca)],null,this,null);continue;case'4':_0x2ebba3['OvvOC'](isAccessibilityAutomationSession)&&_0x2ebba3['PWmqK'](setAccessibilityCapabilities,_0x1fbbdb);continue;case'5':if(helper[_0x3eae6d(0x1e1)](_0x1fbbdb[_0x3eae6d(0x276)][_0x3eae6d(0x1c5)]))this[_0x3eae6d(0x1b1)]=helper['getHttpAgent'](_0x1fbbdb[_0x3eae6d(0x276)][_0x3eae6d(0x1c5)]);else _0x1fbbdb[_0x3eae6d(0x276)][_0x3eae6d(0x1c5)]&&(this[_0x3eae6d(0x1eb)]=_0x1fbbdb[_0x3eae6d(0x276)]['proxyUrl'],logger[_0x3eae6d(0x1ae)]('Proxy\x20set\x20to\x20'+this[_0x3eae6d(0x1eb)]));continue;case'6':globals['getGlobal'](_0x2ebba3[_0x3eae6d(0x262)])&&(!_0x2ebba3[_0x3eae6d(0x1d4)](setExtension,this,_0x1fbbdb)&&globals[_0x3eae6d(0x216)](_0x2ebba3[_0x3eae6d(0x262)],![]));continue;case'7':helper[_0x3eae6d(0x1cc)](_0x1fbbdb[_0x3eae6d(0x1a0)]);continue;}break;}})();const _0x3bfbda=super[_0x28271f(0x248)]();return PerformanceTester[_0x28271f(0x23b)](PerformanceEvents[_0x28271f(0x1ed)],()=>{const _0x39fee0=_0x28271f,_0x33f9c9={'gOpiG':function(_0x4e3a0c,_0xbfe6c,_0x1237d8){const _0x27593a=a96_0x5475;return _0x2ebba3[_0x27593a(0x1df)](_0x4e3a0c,_0xbfe6c,_0x1237d8);},'LtCmv':function(_0x1a3958,_0x554b94){const _0x517e77=a96_0x5475;return _0x2ebba3[_0x517e77(0x21c)](_0x1a3958,_0x554b94);},'ShaMj':_0x2ebba3[_0x39fee0(0x1e5)],'FcyiY':function(_0x2f2237,_0x5e4110,_0x242ef0){const _0x16109a=_0x39fee0;return _0x2ebba3[_0x16109a(0x1df)](_0x2f2237,_0x5e4110,_0x242ef0);},'MutVo':function(_0x349e71,_0x46969e,_0x45a81d){const _0xff397d=_0x39fee0;return _0x2ebba3[_0xff397d(0x26c)](_0x349e71,_0x46969e,_0x45a81d);}};_0x3bfbda['session_']['then'](_0x3e0b29=>{const _0x38daa4=_0x39fee0;try{const _0x487649=_0x3e0b29['caps_'][_0x38daa4(0x25b)](_0x52bfaa[_0x38daa4(0x273)]);_0x487649?(logger['debug'](_0x38daa4(0x222)+_0x487649),hubAllocator[_0x38daa4(0x260)](_0x487649),helper[_0x38daa4(0x245)](_0x487649)):logger[_0x38daa4(0x1ae)](_0x52bfaa[_0x38daa4(0x232)]);}catch(_0x4a41c8){logger[_0x38daa4(0x1ae)](_0x38daa4(0x23d)+_0x4a41c8);}}),_0x3bfbda['then']&&_0x3bfbda[_0x39fee0(0x203)](_0xc33a38=>{const _0x3aef35=_0x39fee0,_0x345cd7=_0x33f9c9[_0x3aef35(0x1ac)][_0x3aef35(0x224)]('|');let _0x2a51dc=0x0;while(!![]){switch(_0x345cd7[_0x2a51dc++]){case'0':_0xc33a38['getAccessibilityResultsSummary']=async()=>{const _0x52b699=_0x3aef35;return await _0x33f9c9[_0x52b699(0x1ab)](getAccessibilityResultsSummary,_0xc33a38,global);};continue;case'1':_0xc33a38[_0x3aef35(0x1f9)]=async()=>{const _0x55a54e=_0x3aef35;return await _0x33f9c9[_0x55a54e(0x1ab)](getAccessibilityResults,_0xc33a38,global);};continue;case'2':helper[_0x3aef35(0x241)](_0xc33a38,_0x1fbbdb);continue;case'3':_0xc33a38[_0x3aef35(0x202)]=async()=>{return await _0x33f9c9['LtCmv'](performScan,_0xc33a38);};continue;case'4':_0x33f9c9[_0x3aef35(0x1f7)](overrideExecute,_0xc33a38,_0x1fbbdb);continue;}break;}}),_0x3bfbda[_0x39fee0(0x1d3)]=async()=>{const _0x5cb371=_0x39fee0;return await _0x33f9c9[_0x5cb371(0x18f)](getAccessibilityResultsSummary,_0x3bfbda,global);},_0x3bfbda[_0x39fee0(0x1f9)]=async()=>{return await _0x52bfaa['XOXKw'](getAccessibilityResults,_0x3bfbda,global);},_0x3bfbda[_0x39fee0(0x202)]=async()=>{const _0x2f508d=_0x39fee0;return await _0x52bfaa[_0x2f508d(0x1f5)](performScan,_0x3bfbda);},helper[_0x39fee0(0x241)](_0x3bfbda,_0x1fbbdb),_0x2ebba3[_0x39fee0(0x1c1)](overrideExecute,_0x3bfbda,_0x1fbbdb),helper[_0x39fee0(0x251)](global[_0x39fee0(0x1dc)])&&(global[_0x39fee0(0x1dc)]=[]),global['__driversArray'][_0x39fee0(0x1e2)](_0x3bfbda);})(),_0x3bfbda;}}_0x345fab[_0x58c8c9(0x26b)]=_0x345fab[_0x58c8c9(0x253)],_0x345fab[_0x58c8c9(0x253)]=_0x1cd398,_0x5b4d12[_0x58c8c9(0x274)]=_0x196b66;},modifyV2=(_0x14d99c,_0x2a2ce5=null,_0x382a1a=![])=>{const _0x57eccf=a96_0x3a0b87,_0x5f0adc={'uEhfS':function(_0x216bce,_0xbd8c6){return _0x216bce!==_0xbd8c6;},'LOjBy':'/session','ubtpd':function(_0x44eda6,_0x278c70){return _0x44eda6!==_0x278c70;},'pfrDq':function(_0x33519b,_0x4bd6ab){return _0x33519b+_0x4bd6ab;},'LqZTu':function(_0x2eebf2,_0x5e0fcf){return _0x2eebf2+_0x5e0fcf;},'SYsQp':'https://','WOKHx':'/wd/hub','nZuQx':_0x57eccf(0x194),'NsHpG':_0x57eccf(0x1f2),'tEQHo':_0x57eccf(0x1e8),'dqGMG':'chromeOptions','cRTCH':_0x57eccf(0x1ad),'rnCCz':'edgeOptions','nrZAo':_0x57eccf(0x19f),'dUnlr':_0x57eccf(0x1b3),'lzrSY':'safari.options','MfOOo':_0x57eccf(0x1a3),'AhuDW':_0x57eccf(0x196),'sqQIm':function(_0xc1a6f9,_0x5c8db3){return _0xc1a6f9===_0x5c8db3;},'NgVnQ':_0x57eccf(0x26f),'dkblI':'Setting\x20Browserstack\x20capabilities','yljRb':'4|0|5|2|3|1|6','OjiZC':function(_0x3d08c5){return _0x3d08c5();},'BnBGn':function(_0x4135e2,_0x11fa7d){return _0x4135e2(_0x11fa7d);},'PgaBa':'isAccessibilityPlatform','qGKCN':function(_0x35645b,_0x62ed00,_0x252a7f){return _0x35645b(_0x62ed00,_0x252a7f);},'UyPaA':_0x57eccf(0x23f),'ahOiS':'2|0|4|3|1','QHrkT':_0x57eccf(0x269),'kxVGN':_0x57eccf(0x198),'daars':function(_0x27bd6b,_0x457f64){return _0x27bd6b===_0x457f64;},'lWGRA':_0x57eccf(0x1a8),'fBIeM':'jest','trMdj':_0x57eccf(0x1fe),'oNtBl':function(_0x54e8fa,_0x53fccb,_0x5dec86){return _0x54e8fa(_0x53fccb,_0x5dec86);},'pqAKp':'optimalHubUrl','tqNHX':_0x57eccf(0x220),'XfGGK':function(_0x52bc60,_0x218f57,_0x4bc3d8){return _0x52bc60(_0x218f57,_0x4bc3d8);},'mecrb':function(_0x5441f7,_0x1954f8,_0x3348d1){return _0x5441f7(_0x1954f8,_0x3348d1);},'WDscM':function(_0x2e0e0d,_0x5584ee,_0x3e6d77){return _0x2e0e0d(_0x5584ee,_0x3e6d77);},'ALMRo':function(_0x20c850,_0x4691d2){return _0x20c850!==_0x4691d2;},'zYKDR':_0x57eccf(0x24b),'rUhSk':_0x57eccf(0x1bf),'aclJs':function(_0x3e8053,_0x476794){return _0x3e8053(_0x476794);},'XrQVs':function(_0x407af6,_0x4d0106,_0x5c2cd5){return _0x407af6(_0x4d0106,_0x5c2cd5);},'RIDOg':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','nHqxY':_0x57eccf(0x1ef),'KuFuZ':function(_0x12fcce){return _0x12fcce();},'YULDt':_0x57eccf(0x24f),'UPkZt':_0x57eccf(0x1a9),'ZXEgA':_0x57eccf(0x277),'twSXn':_0x57eccf(0x249),'dAyBD':_0x57eccf(0x19d)},_0x1c9e14=helper[_0x57eccf(0x1d1)]();let _0x5dfacd;try{_0x5dfacd=helper[_0x57eccf(0x190)](),_0x5dfacd[_0x57eccf(0x26b)]&&(_0x5dfacd[_0x57eccf(0x253)]=_0x5dfacd['originalBuilder']);}catch(_0x1bb9c2){return;}if(helper[_0x57eccf(0x1cd)]()){const _0x489db0={};_0x489db0[_0x57eccf(0x24a)]=_0x14d99c[_0x57eccf(0x259)],helper[_0x57eccf(0x1ec)](_0x489db0,new Map(),new Map()),logger[_0x57eccf(0x27a)](_0x5f0adc['RIDOg']),logger[_0x57eccf(0x1ae)](_0x5f0adc[_0x57eccf(0x211)]);}class _0x3a8612 extends _0x1c9e14[_0x57eccf(0x274)]{[_0x57eccf(0x1c8)](_0x43ae8e){const _0x31a275=_0x57eccf;if(_0x5f0adc[_0x31a275(0x192)](_0x43ae8e[_0x31a275(0x20c)],_0x5f0adc['LOjBy'])&&_0x5f0adc['ubtpd'](global[_0x31a275(0x212)],''))try{global[_0x31a275(0x212)]=_0x5f0adc[_0x31a275(0x1cb)](_0x5f0adc[_0x31a275(0x240)](_0x5f0adc[_0x31a275(0x206)],global[_0x31a275(0x212)]),_0x5f0adc[_0x31a275(0x22f)]),this[_0x31a275(0x1b4)]=hubAllocator[_0x31a275(0x21f)](global['newHubUrl']),logger[_0x31a275(0x1ae)](_0x31a275(0x254)+global[_0x31a275(0x212)]),global[_0x31a275(0x212)]='';}catch(_0x32956a){logger[_0x31a275(0x22a)](_0x32956a);}if(globals[_0x31a275(0x213)](_0x5f0adc['nZuQx'])&&globals[_0x31a275(0x213)](_0x5f0adc['NsHpG'])){const _0x17fb0b=_0x43ae8e[_0x31a275(0x20c)][_0x31a275(0x224)]('/')[0x2];_0x17fb0b&&commandRepository['pushCommand'](_0x17fb0b,_0x43ae8e);}return super[_0x31a275(0x1c8)](_0x43ae8e);}}class _0x234f22 extends _0x5dfacd['Builder']{[_0x57eccf(0x1da)](){const _0x262d69=_0x57eccf;return this['url_']=helper[_0x262d69(0x1de)](_0x14d99c),logger[_0x262d69(0x1ae)](_0x262d69(0x1be)+this[_0x262d69(0x227)]),this;}[_0x57eccf(0x1ba)](_0x2433ad){const _0x54c6e9=_0x57eccf;let _0x38dc9f={};for(const _0x282ddf in _0x2433ad){switch(_0x282ddf){case _0x5f0adc['tEQHo']:case _0x5f0adc[_0x54c6e9(0x255)]:this[_0x54c6e9(0x24d)]&&(_0x38dc9f=this[_0x54c6e9(0x24d)][_0x54c6e9(0x25b)](this[_0x54c6e9(0x24d)][_0x54c6e9(0x242)])||{},this['chromeOptions_']['set'](this[_0x54c6e9(0x24d)][_0x54c6e9(0x242)],helper[_0x54c6e9(0x268)](_0x38dc9f,_0x2433ad[_0x282ddf])));break;case _0x5f0adc[_0x54c6e9(0x1f4)]:case _0x5f0adc['rnCCz']:this[_0x54c6e9(0x239)]&&(_0x38dc9f=this[_0x54c6e9(0x239)][_0x54c6e9(0x25b)](this[_0x54c6e9(0x239)][_0x54c6e9(0x242)])||{},this['edgeOptions_'][_0x54c6e9(0x22e)](this['edgeOptions_'][_0x54c6e9(0x242)],helper[_0x54c6e9(0x268)](_0x38dc9f,_0x2433ad[_0x282ddf])));break;case _0x5f0adc[_0x54c6e9(0x1c6)]:case _0x5f0adc[_0x54c6e9(0x204)]:this[_0x54c6e9(0x1b7)]&&(_0x38dc9f=this[_0x54c6e9(0x1b7)]['get'](this[_0x54c6e9(0x1b7)][_0x54c6e9(0x242)])||{},this[_0x54c6e9(0x1b7)][_0x54c6e9(0x22e)](this['firefoxOptions_']['CAPABILITY_KEY'],helper[_0x54c6e9(0x268)](_0x38dc9f,_0x2433ad[_0x282ddf])));break;case _0x5f0adc['lzrSY']:this[_0x54c6e9(0x221)]&&(_0x38dc9f=this['safariOptions_']['get'](this[_0x54c6e9(0x221)][_0x54c6e9(0x242)])||{},this['safariOptions_']['set'](this[_0x54c6e9(0x221)][_0x54c6e9(0x242)],helper[_0x54c6e9(0x268)](_0x38dc9f,_0x2433ad[_0x282ddf])));break;case _0x5f0adc[_0x54c6e9(0x25a)]:case _0x5f0adc[_0x54c6e9(0x1bd)]:this[_0x54c6e9(0x23a)]&&(_0x38dc9f=this['ieOptions_'][_0x54c6e9(0x25b)](this[_0x54c6e9(0x23a)][_0x54c6e9(0x242)])||{},this[_0x54c6e9(0x23a)][_0x54c6e9(0x22e)](this[_0x54c6e9(0x23a)][_0x54c6e9(0x242)],helper[_0x54c6e9(0x268)](_0x38dc9f,_0x2433ad[_0x282ddf])));break;}}}[_0x57eccf(0x1e0)](){const _0x57193f=_0x57eccf;return logger[_0x57193f(0x1ae)](_0x5f0adc[_0x57193f(0x25e)]),this['__setBrowserOptions'](_0x14d99c[_0x57193f(0x1a0)]),Object[_0x57193f(0x271)](_0x14d99c[_0x57193f(0x1a0)])[_0x57193f(0x1ea)](_0x47f052=>{const _0x52200a=_0x57193f,_0x231482=this['capabilities_'][_0x52200a(0x25b)](_0x47f052);_0x5f0adc['sqQIm'](typeof _0x231482,_0x5f0adc['NgVnQ'])?this[_0x52200a(0x1f1)]['set'](_0x47f052,helper[_0x52200a(0x268)](_0x231482,_0x14d99c['capability'][_0x47f052])):this[_0x52200a(0x1f1)][_0x52200a(0x22e)](_0x47f052,_0x14d99c['capability'][_0x47f052]);}),this;}[_0x57eccf(0x248)](){const _0x2afe29=_0x57eccf,_0x2dc268={'CKeWb':function(_0x82d17c,_0x20d1d7,_0x5ce78e){const _0x45337e=a96_0x5475;return _0x5f0adc[_0x45337e(0x19c)](_0x82d17c,_0x20d1d7,_0x5ce78e);},'lkTNR':function(_0x5733e1,_0x447e2f){const _0xfbc310=a96_0x5475;return _0x5f0adc[_0xfbc310(0x1c2)](_0x5733e1,_0x447e2f);},'YykQD':_0x5f0adc[_0x2afe29(0x21e)],'LzNyh':_0x5f0adc[_0x2afe29(0x22b)],'gGKEH':function(_0x3a589d,_0x5a489e,_0x4897e6){const _0x2a2593=_0x2afe29;return _0x5f0adc[_0x2a2593(0x209)](_0x3a589d,_0x5a489e,_0x4897e6);},'WXfix':function(_0x56a046,_0xf47ff,_0x5e8cf4){const _0x4129a7=_0x2afe29;return _0x5f0adc[_0x4129a7(0x231)](_0x56a046,_0xf47ff,_0x5e8cf4);},'GRTny':function(_0x52f4ae,_0x3b2ec4,_0x16e771){const _0x20b2bb=_0x2afe29;return _0x5f0adc[_0x20b2bb(0x272)](_0x52f4ae,_0x3b2ec4,_0x16e771);},'zefvX':function(_0x18a34d,_0x28981e){const _0x2a44dc=_0x2afe29;return _0x5f0adc[_0x2a44dc(0x26a)](_0x18a34d,_0x28981e);},'Kldip':_0x5f0adc[_0x2afe29(0x261)]};PerformanceTester[_0x2afe29(0x23b)](PerformanceEvents[_0x2afe29(0x1d8)],()=>{const _0x5e7f74=_0x2afe29;if(helper[_0x5e7f74(0x1cd)]()){const _0x30cf1a=_0x5f0adc[_0x5e7f74(0x27b)]['split']('|');let _0x26e456=0x0;while(!![]){switch(_0x30cf1a[_0x26e456++]){case'0':_0x5f0adc[_0x5e7f74(0x21a)](isAccessibilityAutomationSession)&&_0x5f0adc[_0x5e7f74(0x1c2)](setAccessibilityCapabilities,_0x14d99c);continue;case'1':globals[_0x5e7f74(0x213)](_0x5f0adc[_0x5e7f74(0x261)])&&(!_0x5f0adc['qGKCN'](setExtension,this,_0x14d99c)&&globals[_0x5e7f74(0x216)](_0x5f0adc[_0x5e7f74(0x261)],![]));continue;case'2':this[_0x5e7f74(0x1e0)]();continue;case'3':if(helper[_0x5e7f74(0x1e1)](_0x14d99c[_0x5e7f74(0x276)][_0x5e7f74(0x1c5)]))this[_0x5e7f74(0x1b1)]=helper[_0x5e7f74(0x1a6)](_0x14d99c[_0x5e7f74(0x276)][_0x5e7f74(0x1c5)]);else _0x14d99c[_0x5e7f74(0x276)][_0x5e7f74(0x1c5)]&&(this[_0x5e7f74(0x1eb)]=_0x14d99c['proxySettings'][_0x5e7f74(0x1c5)],logger['debug']('Proxy\x20set\x20to\x20'+this[_0x5e7f74(0x1eb)]));continue;case'4':helper[_0x5e7f74(0x1cc)](_0x14d99c[_0x5e7f74(0x1a0)]);continue;case'5':this[_0x5e7f74(0x1da)]();continue;case'6':logger['debug'](_0x5f0adc[_0x5e7f74(0x207)]);continue;}break;}}else{const _0x54e35b=_0x5f0adc[_0x5e7f74(0x267)][_0x5e7f74(0x224)]('|');let _0x4fb6ae=0x0;while(!![]){switch(_0x54e35b[_0x4fb6ae++]){case'0':helper[_0x5e7f74(0x1cc)](_0x14d99c['capability']);continue;case'1':if(this['url_'][_0x5e7f74(0x1a5)](_0x5f0adc[_0x5e7f74(0x20e)]))logger[_0x5e7f74(0x1ae)](_0x5f0adc['kxVGN']),globals[_0x5e7f74(0x216)](_0x5f0adc[_0x5e7f74(0x26e)],![]),globals[_0x5e7f74(0x216)](_0x5f0adc[_0x5e7f74(0x1c7)],![]);else globals['getGlobal'](_0x5f0adc[_0x5e7f74(0x26e)])&&globals[_0x5e7f74(0x213)](_0x5f0adc['NsHpG'])&&aiSdkWrapper[_0x5e7f74(0x228)](this);continue;case'2':helper[_0x5e7f74(0x1db)](null,null,_0x14d99c['framework'],null,this,null);continue;case'3':_0x5f0adc['daars'](globals[_0x5e7f74(0x213)](_0x5f0adc['lWGRA']),_0x5f0adc['fBIeM'])&&(commandRepository[_0x5e7f74(0x264)](_0x5f0adc[_0x5e7f74(0x218)]),commandRepository[_0x5e7f74(0x275)](globals['getGlobal'](_0x5f0adc[_0x5e7f74(0x278)])));continue;case'4':helper['readTcgAuthConfigToGlobal']();continue;}break;}}})();const _0x5661a5=super[_0x2afe29(0x248)]();return PerformanceTester[_0x2afe29(0x23b)](PerformanceEvents[_0x2afe29(0x1ed)],()=>{const _0x33c6b1=_0x2afe29,_0xd30343={'YQNOa':_0x2dc268[_0x33c6b1(0x208)],'QEcWw':_0x2dc268[_0x33c6b1(0x20f)],'VoZJA':function(_0x51fd0c,_0x54a4fe,_0x38c042){const _0x975b8b=_0x33c6b1;return _0x2dc268[_0x975b8b(0x1f3)](_0x51fd0c,_0x54a4fe,_0x38c042);},'BhVUr':function(_0x535d45,_0x34a6bd){const _0x27778e=_0x33c6b1;return _0x2dc268[_0x27778e(0x1d7)](_0x535d45,_0x34a6bd);},'DllLL':function(_0x35641a,_0x568ec5,_0x18f384){const _0x5e2485=_0x33c6b1;return _0x2dc268[_0x5e2485(0x237)](_0x35641a,_0x568ec5,_0x18f384);},'nItRB':function(_0x520a82,_0x3088d6){const _0x2e7c1b=_0x33c6b1;return _0x2dc268[_0x2e7c1b(0x1d7)](_0x520a82,_0x3088d6);},'Nsohd':function(_0x421adb,_0x3ce280,_0x150233){const _0x3346a2=_0x33c6b1;return _0x2dc268[_0x3346a2(0x1bb)](_0x421adb,_0x3ce280,_0x150233);}};_0x5661a5['session_'][_0x33c6b1(0x203)](_0x1f1500=>{const _0x5a2a78=_0x33c6b1;try{logger[_0x5a2a78(0x1ae)](_0x5a2a78(0x1dd)+_0x1f1500[_0x5a2a78(0x238)]());const _0x5b1b8a=_0x1f1500[_0x5a2a78(0x279)][_0x5a2a78(0x25b)](_0xd30343['YQNOa']);_0x5b1b8a?(logger[_0x5a2a78(0x1ae)](_0x5a2a78(0x222)+_0x5b1b8a),hubAllocator[_0x5a2a78(0x260)](_0x5b1b8a),helper[_0x5a2a78(0x245)](_0x5b1b8a)):logger['debug'](_0xd30343[_0x5a2a78(0x247)]);}catch(_0x350261){logger[_0x5a2a78(0x1ae)](_0x5a2a78(0x23d)+_0x350261);}}),_0x5661a5['quitCount_']=0x0,_0x5661a5[_0x33c6b1(0x203)]&&_0x5661a5[_0x33c6b1(0x203)](_0x4c0d86=>{const _0x1e06b0=_0x33c6b1,_0x4439de={'MdESF':function(_0xea1325,_0x2db570,_0x4144ce){const _0x36fd37=a96_0x5475;return _0xd30343[_0x36fd37(0x24c)](_0xea1325,_0x2db570,_0x4144ce);}};helper[_0x1e06b0(0x1f6)](_0x4c0d86,_0x5661a5),_0x382a1a&&_0xd30343['nItRB'](overrideTakeScreenshot,_0x4c0d86),helper[_0x1e06b0(0x241)](_0x4c0d86,_0x14d99c),_0xd30343[_0x1e06b0(0x200)](overrideExecute,_0x4c0d86,_0x14d99c),_0x14d99c['capability']&&percyHelper[_0x1e06b0(0x252)](_0x4c0d86,_0x5dfacd[_0x1e06b0(0x225)],_0x14d99c),_0x4c0d86[_0x1e06b0(0x1d3)]=async()=>{const _0xef87ab=_0x1e06b0;return await _0xd30343[_0xef87ab(0x25f)](getAccessibilityResultsSummary,_0x4c0d86,global);},_0x4c0d86[_0x1e06b0(0x1f9)]=async()=>{const _0xd498be=_0x1e06b0;return await _0x4439de[_0xd498be(0x1d5)](getAccessibilityResults,_0x4c0d86,global);},_0x4c0d86[_0x1e06b0(0x202)]=async()=>{const _0xb74402=_0x1e06b0;return await _0xd30343[_0xb74402(0x1e7)](performScan,_0x4c0d86);};}),_0x5661a5[_0x33c6b1(0x1d3)]=async()=>{const _0x532888=_0x33c6b1;return await _0x2dc268[_0x532888(0x237)](getAccessibilityResultsSummary,_0x5661a5,global);},_0x5661a5['getAccessibilityResults']=async()=>{return await _0x2dc268['CKeWb'](getAccessibilityResults,_0x5661a5,global);},_0x5661a5[_0x33c6b1(0x202)]=async()=>{return await _0x2dc268['lkTNR'](performScan,_0x5661a5);},_0x382a1a&&_0x2dc268['lkTNR'](overrideTakeScreenshot,_0x5661a5),helper[_0x33c6b1(0x1f6)](_0x5661a5),helper[_0x33c6b1(0x241)](_0x5661a5,_0x14d99c),_0x2dc268[_0x33c6b1(0x234)](overrideExecute,_0x5661a5,_0x14d99c),_0x14d99c[_0x33c6b1(0x1a0)]&&percyHelper['patchDriverPercy'](_0x5661a5,_0x5dfacd[_0x33c6b1(0x225)],_0x14d99c);helper[_0x33c6b1(0x251)](global[_0x33c6b1(0x1dc)])&&(global[_0x33c6b1(0x1dc)]=[]);helper[_0x33c6b1(0x251)](global[_0x33c6b1(0x19b)])&&(global[_0x33c6b1(0x19b)]=[]);global[_0x33c6b1(0x1dc)]['push'](_0x5661a5),global[_0x33c6b1(0x22c)]=_0x5661a5,_0x2a2ce5&&(_0x2a2ce5[_0x33c6b1(0x265)][_0x33c6b1(0x22c)]=_0x5661a5);_0x2dc268[_0x33c6b1(0x219)](global['__drivers'],undefined)&&global[_0x33c6b1(0x19b)][_0x33c6b1(0x1e2)](_0x5661a5);_0x2a2ce5&&helper[_0x33c6b1(0x251)](_0x2a2ce5[_0x33c6b1(0x265)][_0x33c6b1(0x19b)])&&(_0x2a2ce5['global'][_0x33c6b1(0x19b)]=[]);_0x2a2ce5&&helper[_0x33c6b1(0x251)](_0x2a2ce5[_0x33c6b1(0x265)]['__driversArray'])&&(_0x2a2ce5[_0x33c6b1(0x265)][_0x33c6b1(0x1dc)]=[]);_0x2a2ce5&&_0x2dc268['zefvX'](_0x2a2ce5[_0x33c6b1(0x265)][_0x33c6b1(0x19b)],undefined)&&(_0x2a2ce5[_0x33c6b1(0x265)][_0x33c6b1(0x19b)][_0x33c6b1(0x1e2)](_0x5661a5),_0x2a2ce5[_0x33c6b1(0x265)][_0x33c6b1(0x1dc)][_0x33c6b1(0x1e2)](_0x5661a5));_0x5661a5['isAccessibilityPlatform']=globals[_0x33c6b1(0x213)](_0x2dc268[_0x33c6b1(0x1b8)]);try{global[_0x33c6b1(0x19b)][0x0]['session_'][_0x33c6b1(0x203)](_0x4a5240=>{const _0x455f4b=_0x33c6b1;logger[_0x455f4b(0x1ae)]('setting\x20driver\x20Session\x20ID:\x20'+_0x4a5240[_0x455f4b(0x238)]()+'\x20to\x20global\x20drivers\x20array');})['catch'](_0xe4fe2d=>{logger['debug']('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0xe4fe2d);});}catch(_0x3e242a){logger[_0x33c6b1(0x1ae)](_0x33c6b1(0x20a)+_0x3e242a);}globals[_0x33c6b1(0x216)](_0x2dc268[_0x33c6b1(0x1b8)],globals[_0x33c6b1(0x213)](_0x2dc268['Kldip']));})(),_0x5661a5;}}_0x2a2ce5&&(globals[_0x57eccf(0x235)]=_0x2a2ce5[_0x57eccf(0x265)][_0x57eccf(0x235)]);if(_0x5f0adc[_0x57eccf(0x1e9)](isAccessibilityAutomationSession))try{let _0x27fd13=helper[_0x57eccf(0x210)](_0x5f0adc[_0x57eccf(0x1fd)],_0x5f0adc[_0x57eccf(0x243)])['WebDriver'];(!_0x27fd13[_0x57eccf(0x226)]||!_0x27fd13[_0x57eccf(0x226)]['execute'])&&(_0x27fd13=helper[_0x57eccf(0x210)](_0x5f0adc['ZXEgA'],_0x5f0adc[_0x57eccf(0x243)])[_0x57eccf(0x1aa)]);if(_0x27fd13[_0x57eccf(0x226)]&&_0x27fd13['prototype'][_0x57eccf(0x1af)]){const _0x43add6=_0x27fd13[_0x57eccf(0x226)][_0x57eccf(0x1af)];logger[_0x57eccf(0x1ae)](_0x5f0adc['twSXn']),_0x27fd13[_0x57eccf(0x226)][_0x57eccf(0x1af)]=async function(){const _0x3ee4f5=_0x57eccf;try{!globals[_0x3ee4f5(0x213)](_0x5f0adc[_0x3ee4f5(0x23e)])&&globals['getGlobal'](_0x5f0adc['PgaBa'])&&globals[_0x3ee4f5(0x213)](_0x5f0adc[_0x3ee4f5(0x1c4)])&&scripts[_0x3ee4f5(0x217)](arguments[0x0]['name_'])&&!_0x5f0adc[_0x3ee4f5(0x229)](isBrowserStackCommandExecutor,arguments[0x0][_0x3ee4f5(0x1c3)])&&(globals[_0x3ee4f5(0x216)](_0x5f0adc['zYKDR'],!![]),logger[_0x3ee4f5(0x1ae)](_0x3ee4f5(0x1a1)+arguments[0x0][_0x3ee4f5(0x266)]),await _0x5f0adc['XrQVs'](performScan,global[_0x3ee4f5(0x22c)],arguments[0x0][_0x3ee4f5(0x266)]));}catch(_0x2b4573){logger[_0x3ee4f5(0x1ae)](_0x3ee4f5(0x1fc)+util[_0x3ee4f5(0x215)](_0x2b4573));}return globals[_0x3ee4f5(0x216)](_0x5f0adc[_0x3ee4f5(0x23e)],![]),_0x43add6[_0x3ee4f5(0x199)](this,arguments);};}}catch(_0x1a072d){logger[_0x57eccf(0x1ae)](_0x5f0adc[_0x57eccf(0x1cb)](_0x5f0adc[_0x57eccf(0x19e)],_0x1a072d));}return _0x5dfacd[_0x57eccf(0x26b)]=_0x5dfacd['Builder'],_0x5dfacd[_0x57eccf(0x253)]=_0x234f22,_0x1c9e14[_0x57eccf(0x274)]=_0x3a8612,_0x5dfacd;};module[a96_0x3a0b87(0x1fa)][a96_0x3a0b87(0x1e3)]=modify,module[a96_0x3a0b87(0x1fa)][a96_0x3a0b87(0x20d)]=modifyV2,module[a96_0x3a0b87(0x1fa)][a96_0x3a0b87(0x1c0)]=percySDK,module[a96_0x3a0b87(0x1fa)]['BrowserStackSdk']=BrowserStackSdk,module[a96_0x3a0b87(0x1fa)]['_modifyPlaywright']=modifyPlaywrightConfig;