browserstack-node-sdk 1.35.8 → 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 +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
- const a95_0x3bb9e3=a95_0x5a1a;(function(_0x5bf79b,_0x26770c){const _0x7db3f6=a95_0x5a1a,_0x1ddf4c=_0x5bf79b();while(!![]){try{const _0x430116=parseInt(_0x7db3f6(0x18b))/0x1+parseInt(_0x7db3f6(0x17f))/0x2*(-parseInt(_0x7db3f6(0x194))/0x3)+-parseInt(_0x7db3f6(0x1b8))/0x4*(parseInt(_0x7db3f6(0x180))/0x5)+parseInt(_0x7db3f6(0x197))/0x6+parseInt(_0x7db3f6(0x199))/0x7+-parseInt(_0x7db3f6(0x18f))/0x8*(-parseInt(_0x7db3f6(0x1aa))/0x9)+parseInt(_0x7db3f6(0x1b1))/0xa*(-parseInt(_0x7db3f6(0x19f))/0xb);if(_0x430116===_0x26770c)break;else _0x1ddf4c['push'](_0x1ddf4c['shift']());}catch(_0x4b6ba0){_0x1ddf4c['push'](_0x1ddf4c['shift']());}}}(a95_0x44e1,0x624da));const url=require(a95_0x3bb9e3(0x191)),util=require(a95_0x3bb9e3(0x1af)),helper=require(a95_0x3bb9e3(0x1bc)),logger=require('./helpers/logger')[a95_0x3bb9e3(0x18e)],constants=require(a95_0x3bb9e3(0x19c));function a95_0x5a1a(_0x586ccd,_0x37aafe){const _0x44e109=a95_0x44e1();return a95_0x5a1a=function(_0x5a1aa3,_0x5eb52c){_0x5a1aa3=_0x5a1aa3-0x178;let _0x2206a3=_0x44e109[_0x5a1aa3];return _0x2206a3;},a95_0x5a1a(_0x586ccd,_0x37aafe);}function a95_0x44e1(){const _0x24d488=['NEAREST\x20HUBS:\x20','1731996qaPTdr','next_hubs','3670562qxbDDT','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','./bin/utils/constants','ctGiJ','parse','22ZUpZIL','push','https://hub.browserstack.com','getRequestOptions','pathname','/wd/hub','Invalid\x20new\x20HUB\x20URL:\x20','updateHubUrl','GET','findLatency','aUJEl','9ZByazd','check','map','data','resolve','util','HUB\x20URL\x20SET\x20TO\x20-\x20','1345030HBsTzo','newHubUrl','nodeRequest','arBZQ','LzThs','allocateHub','hash','12BsgInT','keys','WvdMZ','jOijb','./helpers/helper','hubUrl','hostname','format','ZIhPq','fromEntries','search','YCVTR','211556MGgoYO','1334015fduwur','LZZys','rbdFr','then','MRNRe','\x20HUB\x20-\x20','debug','sort','PWYGR','path','ihmkl','525308gwpjps','iKkLI','QTFah','winstonLogger','1916024wNKcdt','HPyra','url','length','latency','3hQtMFh','xWleK'];a95_0x44e1=function(){return _0x24d488;};return a95_0x44e1();}global[a95_0x3bb9e3(0x1b2)]='',exports[a95_0x3bb9e3(0x1a2)]=_0x5bcd5d=>{const _0x1c7e79=a95_0x3bb9e3,_0xcb2b90={};_0xcb2b90[_0x1c7e79(0x190)]=function(_0x4df009,_0x309ccf){return _0x4df009+_0x309ccf;},_0xcb2b90[_0x1c7e79(0x188)]=_0x1c7e79(0x1a5);const _0x89981d=_0xcb2b90,_0x1c1b27=url[_0x1c7e79(0x19e)](_0x5bcd5d);if(!_0x1c1b27[_0x1c7e79(0x179)])throw new Error(_0x89981d[_0x1c7e79(0x190)](_0x89981d[_0x1c7e79(0x188)],_0x5bcd5d));return _0x1c1b27[_0x1c7e79(0x17d)]=null,_0x1c1b27[_0x1c7e79(0x1b7)]=null,_0x1c1b27[_0x1c7e79(0x189)]=_0x1c1b27[_0x1c7e79(0x1a3)],_0x1c1b27;},exports[a95_0x3bb9e3(0x1a6)]=_0x1b170b=>{const _0x54859b=a95_0x3bb9e3;global[_0x54859b(0x1b2)]=_0x1b170b;},exports[a95_0x3bb9e3(0x1b6)]=_0x1b1c31=>{const _0xe75608=a95_0x3bb9e3,_0x1f4e65={'ctGiJ':function(_0x438902){return _0x438902();},'xWleK':function(_0x4901fa,_0x4dafb3){return _0x4901fa+_0x4dafb3;},'LzThs':_0xe75608(0x1a4),'NXcaM':function(_0x2cc8aa){return _0x2cc8aa();},'WvdMZ':function(_0x534deb,_0x1edfc9){return _0x534deb!=_0x1edfc9;},'nVwQs':function(_0x58dfee,_0x3bbd9a){return _0x58dfee!==_0x3bbd9a;},'MRNRe':'https://'};return new Promise(_0x2e04ca=>{const _0x19f8d4=_0xe75608,_0x3ca66b={'aUJEl':function(_0x3a6862,_0x24e82c){const _0x476eba=a95_0x5a1a;return _0x1f4e65[_0x476eba(0x195)](_0x3a6862,_0x24e82c);},'YCVTR':_0x1f4e65[_0x19f8d4(0x1b5)],'ZIhPq':function(_0x353344){return _0x1f4e65['NXcaM'](_0x353344);},'iKkLI':function(_0xaf2d60,_0x23ffb5){const _0x39c18b=_0x19f8d4;return _0x1f4e65[_0x39c18b(0x1ba)](_0xaf2d60,_0x23ffb5);},'oeqah':function(_0x406442,_0x1dd770){return _0x1f4e65['nVwQs'](_0x406442,_0x1dd770);},'jOijb':_0x1f4e65[_0x19f8d4(0x184)]};Promise[_0x19f8d4(0x1ae)](this['nextHubs'](_0x1b1c31))[_0x19f8d4(0x183)](_0x5ef5be=>{const _0x67e4d3=_0x19f8d4;logger['debug'](_0x67e4d3(0x196)+util['format']('%j',_0x5ef5be));if(_0x3ca66b[_0x67e4d3(0x18c)](_0x5ef5be,null)&&_0x3ca66b['oeqah'](_0x5ef5be[_0x67e4d3(0x192)],0x0)){const _0x78b165=[];for(const _0xda6d4d of _0x5ef5be){_0x78b165[_0x67e4d3(0x1a0)](this[_0x67e4d3(0x1a8)](_0x1b1c31,_0x3ca66b[_0x67e4d3(0x1a9)](_0x3ca66b[_0x67e4d3(0x1bb)],_0xda6d4d)));}Promise['all'](_0x78b165)[_0x67e4d3(0x183)](_0x220afe=>{const _0xb3741e=_0x67e4d3,_0x515934=Object[_0xb3741e(0x17c)](_0x220afe[_0xb3741e(0x1ac)](_0xe54072=>[_0xe54072[_0xb3741e(0x178)],_0xe54072[_0xb3741e(0x193)]])),_0x25afdd=Object[_0xb3741e(0x17c)](Object['entries'](_0x515934)[_0xb3741e(0x187)](([,_0x35d04f],[,_0x378863])=>_0x35d04f-_0x378863)),_0x5c284c=Object[_0xb3741e(0x1b9)](_0x25afdd)[0x0];constants[_0xb3741e(0x178)]=_0x3ca66b['aUJEl'](_0x5c284c,_0x3ca66b[_0xb3741e(0x17e)]),logger[_0xb3741e(0x186)](_0xb3741e(0x1b0)+_0x5c284c),_0x3ca66b[_0xb3741e(0x17b)](_0x2e04ca);});}else _0x3ca66b['ZIhPq'](_0x2e04ca);})['catch'](_0x4b866b=>{const _0x6b1c1f=_0x19f8d4;logger[_0x6b1c1f(0x186)](_0x6b1c1f(0x19a)+_0x4b866b),_0x1f4e65[_0x6b1c1f(0x19d)](_0x2e04ca);});});},exports[a95_0x3bb9e3(0x1a8)]=async(_0x550ddf,_0x22c9b6)=>{const _0x53aeae=a95_0x3bb9e3,_0x34cf8b={};_0x34cf8b[_0x53aeae(0x1b4)]='GET',_0x34cf8b[_0x53aeae(0x182)]=_0x53aeae(0x1ab),_0x34cf8b['LZZys']=function(_0x70c17a,_0x35ca66){return _0x70c17a-_0x35ca66;};const _0x18539e=_0x34cf8b;try{const _0x52890c=new Date();await helper[_0x53aeae(0x1b3)](_0x18539e[_0x53aeae(0x1b4)],_0x18539e['rbdFr'],{},_0x550ddf,_0x22c9b6,0x1388);const _0x3b6ddf=_0x18539e[_0x53aeae(0x181)](new Date(),_0x52890c);logger[_0x53aeae(0x186)]('Execution\x20time\x20for\x20'+_0x22c9b6+'\x20is:\x20'+_0x3b6ddf+'ms');const _0x3d49e1={};return _0x3d49e1['hubUrl']=_0x22c9b6,_0x3d49e1['latency']=_0x3b6ddf,_0x3d49e1;}catch(_0x27875f){return logger[_0x53aeae(0x186)](_0x53aeae(0x19b)+_0x22c9b6+_0x53aeae(0x185)+_0x27875f),{};}},exports['nextHubs']=async _0x5db485=>{const _0x47dd3d=a95_0x3bb9e3,_0x184620={};_0x184620[_0x47dd3d(0x18a)]=_0x47dd3d(0x1a7),_0x184620['QSAFq']=_0x47dd3d(0x198),_0x184620[_0x47dd3d(0x18d)]=_0x47dd3d(0x1a1);const _0x309696=_0x184620;try{const _0x3e2a24=await helper['nodeRequest'](_0x309696[_0x47dd3d(0x18a)],_0x309696['QSAFq'],{},_0x5db485,_0x309696[_0x47dd3d(0x18d)],0x1388),_0x4c0d97=_0x3e2a24[_0x47dd3d(0x1ad)];return logger[_0x47dd3d(0x186)]('Response:\x20'+util[_0x47dd3d(0x17a)]('%j',_0x4c0d97)),_0x4c0d97['hubs'];}catch(_0x3e044d){logger['debug']('ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20'+_0x3e044d);}return null;};
1
+ const a95_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_0x3e11b9=a96_0x1246;(function(_0x55a5db,_0x94b118){const _0x21a0dc=a96_0x1246,_0x15ac73=_0x55a5db();while(!![]){try{const _0x445a38=parseInt(_0x21a0dc(0x116))/0x1+parseInt(_0x21a0dc(0xc4))/0x2+-parseInt(_0x21a0dc(0x117))/0x3*(-parseInt(_0x21a0dc(0xc3))/0x4)+-parseInt(_0x21a0dc(0x13a))/0x5*(-parseInt(_0x21a0dc(0xdd))/0x6)+-parseInt(_0x21a0dc(0x18a))/0x7*(parseInt(_0x21a0dc(0x11c))/0x8)+-parseInt(_0x21a0dc(0x160))/0x9+-parseInt(_0x21a0dc(0x17c))/0xa;if(_0x445a38===_0x94b118)break;else _0x15ac73['push'](_0x15ac73['shift']());}catch(_0x2d7284){_0x15ac73['push'](_0x15ac73['shift']());}}}(a96_0x2eff,0xc89e0));function a96_0x1246(_0x30d5ae,_0x44e54d){const _0x2efffe=a96_0x2eff();return a96_0x1246=function(_0x1246bf,_0x157fc5){_0x1246bf=_0x1246bf-0xb1;let _0x38d77c=_0x2efffe[_0x1246bf];return _0x38d77c;},a96_0x1246(_0x30d5ae,_0x44e54d);}function a96_0x2eff(){const _0x127a32=['util','getAccessibilityResultsSummary','requireModule','storeOptimalHubUrl','5TvAqWt','Proxy\x20set\x20to\x20','getGlobal','egIWm','roptF','nyJKo','NkfNd','FeknK','GOiSJ','getAccessibilityResults','isAccessibilityPlatform','vLqeb','send','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','CJwCy','JwvFl','./helpers/globals','MZcVg','selenium-webdriver/lib/http.js','iZQCV','XCPsF','ObuDr','mAOKt','logLevel','https://','aiHeal_isAuthenticated','SDK_POST_INITIALIZE','debug','chromeOptions','setting\x20driver\x20Session\x20ID:\x20','browserStackLogLevel','vMwLr','Hub\x20url\x20set\x20to\x20','path','aiSdk_framework','KxEuK','keys','fWtGV','3444822sBdgeZ','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','measureWrapper','Modifying\x20webdriver\x20execute','NCuRR','UkKYc','./helpers/performance/performance-tester','overrideGet','JJegr','firefoxOptions','dFtJl','isBrowserstackInfra','TIife','huOCd','__drivers','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','_modifyPlaywright','./bin/playwright/modifyPlaywrightConf','NyOgf','safari.options','CAPABILITY_KEY','ieOptions','./bin/mocha/accessibility-automation/helper','safariOptions_','icfoz','HttpClient','parameters_','RLolL','7267380pKjRAR','Failed\x20to\x20perform\x20scan\x20','pushCommand','hbZhK','SaxxQ','qXdEV','.browserstack.com','New\x20hub\x20url\x20set\x20to\x20','object','yebxl','wdccx','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','mergeDeep','UCMgM','308dZmDOb','UmIwc','ojntY','Jcpcm','QZPNz','ZMLOn','apply','updateHubUrl','voowM','iXgFf','UEyyh','./helpers/performance/constants','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','aiSdk_bstackConfig','moz:firefoxOptions','requireHttpClient','RFJov','getHttpAgent','PpLZt','eaDLM','GzViA','capability','ykqdA','performScan','ieOptions_','get','bstackAllyScanning','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','CGpnd','sDqEt','browserStackGlobals','./helpers/ai-sdk/autoHealHelper','UtZTq','getRequestOptions','cLAwH','forEach','euDGb','proxy_','./hubAllocationMethods','uGTlk','mNyVC','gTYal','rwSRr','setGlobal','772WkOpUU','119172xGBwiY','info','build','browserstackAgent','__setBrowserOptions','QNrzJ','pXPpe','includes','initializeHealingCapabilities','Nsqhv','mrafu','setServer','Modifying\x20webdriver\x20builder','LccXh','__driversArray','catch','mOAmu','se:ieOptions','overrideQuit','Csxop','Builder','IfluI','SDK_PRE_INITIALIZE','set','hLAkJ','7400472MbsmIX','TSDPe','IAbOs','XgWNi','setAdditionalCapabilities','capabilities_','session_','edgeOptions_','pQHfD','requireSeleniumWebdriver','7|0|6|1|4|5|3|2','winstonLogger','options_','uOzFc','cvaoA','Unable\x20to\x20find\x20executor\x20class\x20','setCapabilities','caps_','framework','FYWHh','getHubUrl','iuaqD','lJhgh','WzrLD','proxyUrl','cckVi','readTcgAuthConfigToGlobal','tkQqF','./helpers/accessibility-automation/scripts','SBgIw','./helpers/logger','xQVXe','then','Mxjjv','ms:edgeOptions','global','newHubUrl','icWQL','agent_','./helpers/patchHelpers','ukQTM','isUndefined','exports','fEPli','./helpers/ai-sdk/aiSdkWrapper','setConfig','prototype','gYSpy','getId','2|6|0|3|1|4|5','smKxY','split','2|4|3|0|1','cIdzm','setFramework','isPacProxy','OCefX','264597WlIuuO','24735sVuURf','__driver','\x20to\x20global\x20drivers\x20array','chromeOptions_','MLJjM','221392GdQqsi','shouldWrapCommand','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','push','error','proxySettings','firefoxOptions_','fRmwy','execute','WebElement','mHyOA','Setting\x20Browserstack\x20capabilities','goog:chromeOptions','slxDI','/wd/hub','originalBuilder','/session','patchDriverPercy','name_','pAEBU','quitCount_','setLogLevel','url_','jRgrp','zvTmn','RVTza'];a96_0x2eff=function(){return _0x127a32;};return a96_0x2eff();}const util=require(a96_0x3e11b9(0x136)),{overrideTakeScreenshot}=require(a96_0x3e11b9(0x104)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require(a96_0x3e11b9(0x176)),helper=require('./helpers/helper'),logger=require(a96_0x3e11b9(0xfb))[a96_0x3e11b9(0xe8)],hubAllocator=require(a96_0x3e11b9(0xbd)),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a96_0x3e11b9(0x171)),scripts=require(a96_0x3e11b9(0xf9)),globals=require(a96_0x3e11b9(0x14a)),{commandRepository}=require(a96_0x3e11b9(0xb6)),{aiSdkWrapper}=require(a96_0x3e11b9(0x109)),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require(a96_0x3e11b9(0x166)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a96_0x3e11b9(0x195)),modify=_0x14eeb2=>{const _0x4f8e4f=a96_0x3e11b9,_0x93ca06={'XyPrE':function(_0x5cba6e,_0x5c6392){return _0x5cba6e!==_0x5c6392;},'vLqeb':'/session','NyOgf':function(_0x48d46c,_0x4e9bd2){return _0x48d46c+_0x4e9bd2;},'qXdEV':function(_0x11daa0,_0x35a6df){return _0x11daa0+_0x35a6df;},'XgWNi':'https://','yBRfC':_0x4f8e4f(0x12a),'cIdzm':_0x4f8e4f(0x128),'fEPli':_0x4f8e4f(0x156),'ObuDr':_0x4f8e4f(0xff),'eaDLM':'edgeOptions','NCuRR':_0x4f8e4f(0x198),'WJiPO':_0x4f8e4f(0x169),'RAUWO':_0x4f8e4f(0x173),'ViyQK':_0x4f8e4f(0xd5),'mHyOA':_0x4f8e4f(0x175),'DsJiI':function(_0x2df2d0,_0x36543a){return _0x2df2d0===_0x36543a;},'huOCd':_0x4f8e4f(0x184),'CGpnd':_0x4f8e4f(0x127),'cLAwH':_0x4f8e4f(0xe7),'pBsov':_0x4f8e4f(0x11e),'BhsmZ':_0x4f8e4f(0x144),'iuaqD':function(_0x236eb7,_0x110169,_0xc51e0f){return _0x236eb7(_0x110169,_0xc51e0f);},'pAEBU':function(_0x492435){return _0x492435();},'uOzFc':function(_0x3be7c6,_0x1cb884){return _0x3be7c6(_0x1cb884);},'MZcVg':'optimalHubUrl','dFtJl':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','gTYal':function(_0x4c0033,_0x554cde,_0x4ec3d7){return _0x4c0033(_0x554cde,_0x4ec3d7);},'JwvFl':function(_0x3f263d,_0xa681ec,_0x547875){return _0x3f263d(_0xa681ec,_0x547875);},'slxDI':function(_0x6f9634,_0x5bad27,_0x266060){return _0x6f9634(_0x5bad27,_0x266060);},'mmUcI':function(_0x27833c,_0x4a2d29){return _0x27833c(_0x4a2d29);},'MdTxO':_0x4f8e4f(0xb2),'rwSRr':_0x4f8e4f(0xd0)};logger['info'](_0x93ca06['MdTxO']),logger[_0x4f8e4f(0x155)](_0x93ca06[_0x4f8e4f(0xc1)]);const _0x341ff8=helper[_0x4f8e4f(0xe6)](),_0x425ee8=helper[_0x4f8e4f(0x199)]();class _0x21c551 extends _0x425ee8[_0x4f8e4f(0x179)]{['send'](_0x2ca62b){const _0x2c25e1=_0x4f8e4f;if(_0x93ca06['XyPrE'](_0x2ca62b[_0x2c25e1(0x15b)],_0x93ca06[_0x2c25e1(0x145)])&&_0x93ca06['XyPrE'](global[_0x2c25e1(0x101)],''))try{global[_0x2c25e1(0x101)]=_0x93ca06[_0x2c25e1(0x172)](_0x93ca06[_0x2c25e1(0x181)](_0x93ca06[_0x2c25e1(0xe0)],global[_0x2c25e1(0x101)]),_0x93ca06['yBRfC']),this[_0x2c25e1(0xe9)]=hubAllocator[_0x2c25e1(0xb8)](global['newHubUrl']),logger[_0x2c25e1(0x155)](_0x2c25e1(0x183)+global[_0x2c25e1(0x101)]),global[_0x2c25e1(0x101)]='';}catch(_0x1a3241){logger[_0x2c25e1(0x120)](_0x1a3241);}return super[_0x2c25e1(0x146)](_0x2ca62b);}}class _0x378382 extends _0x341ff8['Builder']{[_0x4f8e4f(0xc8)](_0x5c8483){const _0x10f8d1=_0x4f8e4f;let _0x4f00b6={};for(const _0x483a6f in _0x5c8483){switch(_0x483a6f){case _0x93ca06[_0x10f8d1(0x112)]:case _0x93ca06[_0x10f8d1(0x108)]:this['chromeOptions_']&&(_0x4f00b6=this['chromeOptions_'][_0x10f8d1(0x1a3)](this[_0x10f8d1(0x11a)][_0x10f8d1(0x174)])||{},this[_0x10f8d1(0x11a)]['set'](this[_0x10f8d1(0x11a)][_0x10f8d1(0x174)],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;case _0x93ca06[_0x10f8d1(0x14f)]:case _0x93ca06[_0x10f8d1(0x19d)]:this[_0x10f8d1(0xe4)]&&(_0x4f00b6=this[_0x10f8d1(0xe4)][_0x10f8d1(0x1a3)](this[_0x10f8d1(0xe4)][_0x10f8d1(0x174)])||{},this[_0x10f8d1(0xe4)][_0x10f8d1(0xdb)](this['edgeOptions_'][_0x10f8d1(0x174)],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;case _0x93ca06[_0x10f8d1(0x164)]:case _0x93ca06['WJiPO']:this[_0x10f8d1(0x122)]&&(_0x4f00b6=this[_0x10f8d1(0x122)][_0x10f8d1(0x1a3)](this[_0x10f8d1(0x122)][_0x10f8d1(0x174)])||{},this['firefoxOptions_'][_0x10f8d1(0xdb)](this[_0x10f8d1(0x122)]['CAPABILITY_KEY'],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;case _0x93ca06['RAUWO']:this[_0x10f8d1(0x177)]&&(_0x4f00b6=this['safariOptions_'][_0x10f8d1(0x1a3)](this[_0x10f8d1(0x177)][_0x10f8d1(0x174)])||{},this[_0x10f8d1(0x177)][_0x10f8d1(0xdb)](this[_0x10f8d1(0x177)]['CAPABILITY_KEY'],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;case _0x93ca06['ViyQK']:case _0x93ca06[_0x10f8d1(0x126)]:this[_0x10f8d1(0x1a2)]&&(_0x4f00b6=this[_0x10f8d1(0x1a2)]['get'](this[_0x10f8d1(0x1a2)][_0x10f8d1(0x174)])||{},this[_0x10f8d1(0x1a2)]['set'](this[_0x10f8d1(0x1a2)][_0x10f8d1(0x174)],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;}}}[_0x4f8e4f(0xcf)](){const _0x2127ea=_0x4f8e4f;return this[_0x2127ea(0x132)]=helper[_0x2127ea(0xf1)](_0x14eeb2),logger['debug'](_0x2127ea(0x15a)+this['url_']),this;}[_0x4f8e4f(0xed)](){const _0x5ce49e=_0x4f8e4f,_0xbc4bde={'wdccx':function(_0xff0392,_0x331d99){return _0x93ca06['DsJiI'](_0xff0392,_0x331d99);},'Csxop':_0x93ca06[_0x5ce49e(0x16d)]};return logger[_0x5ce49e(0x155)](_0x93ca06[_0x5ce49e(0xb3)]),this['__setBrowserOptions'](_0x14eeb2[_0x5ce49e(0x19f)]),Object[_0x5ce49e(0x15e)](_0x14eeb2[_0x5ce49e(0x19f)])[_0x5ce49e(0xba)](_0x467f77=>{const _0xb2102d=_0x5ce49e,_0x1e0ad5=this['capabilities_'][_0xb2102d(0x1a3)](_0x467f77);_0xbc4bde[_0xb2102d(0x186)](typeof _0x1e0ad5,_0xbc4bde[_0xb2102d(0xd7)])?this['capabilities_']['set'](_0x467f77,helper[_0xb2102d(0x188)](_0x1e0ad5,_0x14eeb2[_0xb2102d(0x19f)][_0x467f77])):this[_0xb2102d(0xe2)][_0xb2102d(0xdb)](_0x467f77,_0x14eeb2[_0xb2102d(0x19f)][_0x467f77]);}),this;}['build'](){const _0x53eb52=_0x4f8e4f,_0x404230={'mNyVC':function(_0x1ea5d0,_0x4c5ff1,_0x924af2){const _0x114d59=a96_0x1246;return _0x93ca06[_0x114d59(0xf2)](_0x1ea5d0,_0x4c5ff1,_0x924af2);},'KxEuK':function(_0x2d148a,_0x5487fc){return _0x93ca06['mmUcI'](_0x2d148a,_0x5487fc);}};PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x1cb658=a96_0x1246,_0x2f58c5=_0x93ca06[_0x1cb658(0xb9)][_0x1cb658(0x110)]('|');let _0x3a0e25=0x0;while(!![]){switch(_0x2f58c5[_0x3a0e25++]){case'0':this[_0x1cb658(0xcf)]();continue;case'1':if(helper[_0x1cb658(0x114)](_0x14eeb2[_0x1cb658(0x121)][_0x1cb658(0xf5)]))this[_0x1cb658(0x103)]=helper['getHttpAgent'](_0x14eeb2[_0x1cb658(0x121)]['proxyUrl']);else _0x14eeb2['proxySettings'][_0x1cb658(0xf5)]&&(this['proxy_']=_0x14eeb2[_0x1cb658(0x121)][_0x1cb658(0xf5)],logger[_0x1cb658(0x155)](_0x1cb658(0x13b)+this[_0x1cb658(0xbc)]));continue;case'2':logger[_0x1cb658(0x155)](_0x93ca06['pBsov']);continue;case'3':helper[_0x1cb658(0xe1)](_0x14eeb2[_0x1cb658(0x19f)]);continue;case'4':globals[_0x1cb658(0x13c)](_0x93ca06['BhsmZ'])&&(!_0x93ca06[_0x1cb658(0xf2)](setExtension,this,_0x14eeb2)&&globals['setGlobal'](_0x93ca06['BhsmZ'],![]));continue;case'5':!helper[_0x1cb658(0x16b)]()&&helper['prepareCapabilities'](null,null,_0x14eeb2[_0x1cb658(0xef)],null,this,null);continue;case'6':this['setCapabilities']();continue;case'7':_0x93ca06[_0x1cb658(0x12f)](isAccessibilityAutomationSession)&&_0x93ca06[_0x1cb658(0xea)](setAccessibilityCapabilities,_0x14eeb2);continue;}break;}})();const _0x4bf7f4=super[_0x53eb52(0xc6)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x53eb52(0x154)],()=>{const _0x244891=_0x53eb52,_0x41276e={'zvTmn':_0x93ca06[_0x244891(0x14b)],'IfluI':_0x93ca06[_0x244891(0x16a)],'TSDPe':function(_0x2f60c5,_0x37eb08,_0x498b1a){const _0x44e7eb=_0x244891;return _0x93ca06[_0x44e7eb(0xc0)](_0x2f60c5,_0x37eb08,_0x498b1a);},'icfoz':function(_0x58391c,_0x4af47b,_0x21f2f4){const _0x1f3fb7=_0x244891;return _0x93ca06[_0x1f3fb7(0x149)](_0x58391c,_0x4af47b,_0x21f2f4);},'UmIwc':function(_0x446cbf,_0x3439d0){const _0xef541e=_0x244891;return _0x93ca06[_0xef541e(0xea)](_0x446cbf,_0x3439d0);},'xErPO':function(_0x34d6c1,_0x3a5093,_0x4aa868){const _0x14b505=_0x244891;return _0x93ca06[_0x14b505(0x129)](_0x34d6c1,_0x3a5093,_0x4aa868);}};_0x4bf7f4['session_'][_0x244891(0xfd)](_0x4f9c00=>{const _0x243c5c=_0x244891;try{const _0x5fa26a=_0x4f9c00[_0x243c5c(0xee)][_0x243c5c(0x1a3)](_0x41276e[_0x243c5c(0x134)]);_0x5fa26a?(logger[_0x243c5c(0x155)](_0x243c5c(0x16f)+_0x5fa26a),hubAllocator[_0x243c5c(0x191)](_0x5fa26a),helper['storeOptimalHubUrl'](_0x5fa26a)):logger['debug'](_0x41276e[_0x243c5c(0xd9)]);}catch(_0x55d1b7){logger[_0x243c5c(0x155)](_0x243c5c(0x196)+_0x55d1b7);}}),_0x4bf7f4['then']&&_0x4bf7f4[_0x244891(0xfd)](_0x391004=>{const _0x5b5851=_0x244891,_0x1df9b9={'hLAkJ':function(_0x3b80d0,_0x175219,_0x30ac6b){const _0x1fcd2b=a96_0x1246;return _0x41276e[_0x1fcd2b(0x178)](_0x3b80d0,_0x175219,_0x30ac6b);},'tkQqF':function(_0x594702,_0x265d80){const _0x13f8eb=a96_0x1246;return _0x41276e[_0x13f8eb(0x18b)](_0x594702,_0x265d80);}};helper[_0x5b5851(0x167)](_0x391004,_0x14eeb2),_0x41276e['xErPO'](overrideExecute,_0x391004,_0x14eeb2),_0x391004[_0x5b5851(0x137)]=async()=>{const _0x31aa62=_0x5b5851;return await _0x1df9b9[_0x31aa62(0xdc)](getAccessibilityResultsSummary,_0x391004,global);},_0x391004[_0x5b5851(0x143)]=async()=>{return await _0x41276e['TSDPe'](getAccessibilityResults,_0x391004,global);},_0x391004[_0x5b5851(0x1a1)]=async()=>{const _0x96a948=_0x5b5851;return await _0x1df9b9[_0x96a948(0xf8)](performScan,_0x391004);};}),_0x4bf7f4[_0x244891(0x137)]=async()=>{const _0x2fbec4=_0x244891;return await _0x41276e[_0x2fbec4(0xde)](getAccessibilityResultsSummary,_0x4bf7f4,global);},_0x4bf7f4[_0x244891(0x143)]=async()=>{const _0x3c3e58=_0x244891;return await _0x404230[_0x3c3e58(0xbf)](getAccessibilityResults,_0x4bf7f4,global);},_0x4bf7f4[_0x244891(0x1a1)]=async()=>{const _0x363877=_0x244891;return await _0x404230[_0x363877(0x15d)](performScan,_0x4bf7f4);},helper[_0x244891(0x167)](_0x4bf7f4,_0x14eeb2),_0x93ca06[_0x244891(0x149)](overrideExecute,_0x4bf7f4,_0x14eeb2),helper[_0x244891(0x106)](global[_0x244891(0xd2)])&&(global[_0x244891(0xd2)]=[]),global[_0x244891(0xd2)][_0x244891(0x11f)](_0x4bf7f4);})(),_0x4bf7f4;}}_0x341ff8['originalBuilder']=_0x341ff8['Builder'],_0x341ff8[_0x4f8e4f(0xd8)]=_0x378382,_0x425ee8['HttpClient']=_0x21c551;},modifyV2=(_0x4bed00,_0x4ab38d=null,_0x2d9409=![])=>{const _0x4a74a5=a96_0x3e11b9,_0x24316e={'UCMgM':function(_0x46760d,_0x5bc714){return _0x46760d!==_0x5bc714;},'cvaoA':_0x4a74a5(0x12c),'Mxjjv':function(_0x195c0d,_0x441f2a){return _0x195c0d+_0x441f2a;},'egIWm':function(_0x46d9eb,_0x57e715){return _0x46d9eb+_0x57e715;},'AuNYB':_0x4a74a5(0x152),'RVTza':_0x4a74a5(0x12a),'QZPNz':_0x4a74a5(0x153),'ojntY':'aiHeal_isHealingEnabled','iXgFf':_0x4a74a5(0x128),'mrafu':_0x4a74a5(0x156),'TIife':_0x4a74a5(0xff),'ZQryN':'edgeOptions','JJegr':'moz:firefoxOptions','ukQTM':_0x4a74a5(0x169),'mOAmu':_0x4a74a5(0x173),'OCefX':_0x4a74a5(0xd5),'fRmwy':_0x4a74a5(0x175),'PpLZt':function(_0x1c96e5,_0x5c4789){return _0x1c96e5===_0x5c4789;},'GzViA':_0x4a74a5(0x184),'smKxY':'Setting\x20Browserstack\x20capabilities','lJhgh':function(_0x153d26,_0x2ca797){return _0x153d26(_0x2ca797);},'NkfNd':function(_0x2b1da7,_0x276319,_0x39b840){return _0x2b1da7(_0x276319,_0x39b840);},'OrkJW':function(_0x3162b1,_0x4e078d){return _0x3162b1!==_0x4e078d;},'mAOKt':_0x4a74a5(0x144),'uQIQx':_0x4a74a5(0x10e),'cVZmK':_0x4a74a5(0x11e),'UtZTq':function(_0x42ece5){return _0x42ece5();},'GOiSJ':function(_0x19f16f,_0x4725e4){return _0x19f16f(_0x4725e4);},'ZMLOn':_0x4a74a5(0x111),'SaxxQ':function(_0x5ecb17,_0x5e757f){return _0x5ecb17===_0x5e757f;},'SBgIw':_0x4a74a5(0x15c),'UEyyh':'jest','euDGb':_0x4a74a5(0x197),'nyJKo':_0x4a74a5(0x182),'icWQL':_0x4a74a5(0x147),'yYhzE':'optimalHubUrl','ykqdA':_0x4a74a5(0x161),'Jcpcm':function(_0x107ab7,_0x1f2e1c){return _0x107ab7(_0x1f2e1c);},'USdaw':function(_0x37da74,_0x5d50d3,_0x47e230){return _0x37da74(_0x5d50d3,_0x47e230);},'hbZhK':_0x4a74a5(0xb1),'gYSpy':'bstackA11yShouldScan','XCPsF':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','xgTHn':_0x4a74a5(0xd0),'LccXh':function(_0x44a20d){return _0x44a20d();},'UkKYc':'selenium-webdriver/lib/webdriver.js','roptF':'selenium-webdriver','CJwCy':_0x4a74a5(0x14c),'FeknK':_0x4a74a5(0x163),'jRgrp':_0x4a74a5(0xec)},_0x322556=helper[_0x4a74a5(0x199)]();let _0x31e973;try{_0x31e973=helper[_0x4a74a5(0xe6)](),_0x31e973[_0x4a74a5(0x12b)]&&(_0x31e973['Builder']=_0x31e973[_0x4a74a5(0x12b)]);}catch(_0x3a8927){return;}if(helper['isBrowserstackInfra']()){const _0x3b6bfe={};_0x3b6bfe[_0x4a74a5(0x151)]=_0x4bed00[_0x4a74a5(0x158)],helper[_0x4a74a5(0x131)](_0x3b6bfe,new Map(),new Map()),logger[_0x4a74a5(0xc5)](_0x24316e[_0x4a74a5(0x14e)]),logger[_0x4a74a5(0x155)](_0x24316e['xgTHn']);}class _0x5a0fc6 extends _0x322556[_0x4a74a5(0x179)]{['send'](_0x2c031e){const _0x507601=_0x4a74a5;if(_0x24316e[_0x507601(0x189)](_0x2c031e[_0x507601(0x15b)],_0x24316e[_0x507601(0xeb)])&&_0x24316e[_0x507601(0x189)](global['newHubUrl'],''))try{global[_0x507601(0x101)]=_0x24316e[_0x507601(0xfe)](_0x24316e[_0x507601(0x13d)](_0x24316e['AuNYB'],global[_0x507601(0x101)]),_0x24316e[_0x507601(0x135)]),this[_0x507601(0xe9)]=hubAllocator[_0x507601(0xb8)](global['newHubUrl']),logger[_0x507601(0x155)](_0x507601(0x183)+global['newHubUrl']),global['newHubUrl']='';}catch(_0x100ca2){logger['error'](_0x100ca2);}if(globals[_0x507601(0x13c)](_0x24316e[_0x507601(0x18e)])&&globals[_0x507601(0x13c)](_0x24316e[_0x507601(0x18c)])){const _0x8f3da6=_0x2c031e[_0x507601(0x15b)][_0x507601(0x110)]('/')[0x2];_0x8f3da6&&commandRepository[_0x507601(0x17e)](_0x8f3da6,_0x2c031e);}return super[_0x507601(0x146)](_0x2c031e);}}class _0x3191f8 extends _0x31e973[_0x4a74a5(0xd8)]{[_0x4a74a5(0xcf)](){const _0x1ebbcd=_0x4a74a5;return this[_0x1ebbcd(0x132)]=helper[_0x1ebbcd(0xf1)](_0x4bed00),logger['debug'](_0x1ebbcd(0x15a)+this[_0x1ebbcd(0x132)]),this;}[_0x4a74a5(0xc8)](_0x20010e){const _0x505c71=_0x4a74a5;let _0x1cfb45={};for(const _0x27e02e in _0x20010e){switch(_0x27e02e){case _0x24316e[_0x505c71(0x193)]:case _0x24316e[_0x505c71(0xce)]:this[_0x505c71(0x11a)]&&(_0x1cfb45=this[_0x505c71(0x11a)][_0x505c71(0x1a3)](this['chromeOptions_'][_0x505c71(0x174)])||{},this[_0x505c71(0x11a)]['set'](this['chromeOptions_'][_0x505c71(0x174)],helper[_0x505c71(0x188)](_0x1cfb45,_0x20010e[_0x27e02e])));break;case _0x24316e[_0x505c71(0x16c)]:case _0x24316e['ZQryN']:this['edgeOptions_']&&(_0x1cfb45=this['edgeOptions_'][_0x505c71(0x1a3)](this[_0x505c71(0xe4)][_0x505c71(0x174)])||{},this[_0x505c71(0xe4)][_0x505c71(0xdb)](this['edgeOptions_'][_0x505c71(0x174)],helper['mergeDeep'](_0x1cfb45,_0x20010e[_0x27e02e])));break;case _0x24316e[_0x505c71(0x168)]:case _0x24316e[_0x505c71(0x105)]:this[_0x505c71(0x122)]&&(_0x1cfb45=this[_0x505c71(0x122)][_0x505c71(0x1a3)](this[_0x505c71(0x122)][_0x505c71(0x174)])||{},this['firefoxOptions_'][_0x505c71(0xdb)](this['firefoxOptions_']['CAPABILITY_KEY'],helper[_0x505c71(0x188)](_0x1cfb45,_0x20010e[_0x27e02e])));break;case _0x24316e[_0x505c71(0xd4)]:this['safariOptions_']&&(_0x1cfb45=this[_0x505c71(0x177)][_0x505c71(0x1a3)](this[_0x505c71(0x177)][_0x505c71(0x174)])||{},this[_0x505c71(0x177)][_0x505c71(0xdb)](this['safariOptions_'][_0x505c71(0x174)],helper[_0x505c71(0x188)](_0x1cfb45,_0x20010e[_0x27e02e])));break;case _0x24316e[_0x505c71(0x115)]:case _0x24316e[_0x505c71(0x123)]:this[_0x505c71(0x1a2)]&&(_0x1cfb45=this[_0x505c71(0x1a2)]['get'](this[_0x505c71(0x1a2)][_0x505c71(0x174)])||{},this[_0x505c71(0x1a2)][_0x505c71(0xdb)](this[_0x505c71(0x1a2)][_0x505c71(0x174)],helper[_0x505c71(0x188)](_0x1cfb45,_0x20010e[_0x27e02e])));break;}}}[_0x4a74a5(0xed)](){const _0x3dc728=_0x4a74a5;return logger[_0x3dc728(0x155)](_0x24316e[_0x3dc728(0x10f)]),this[_0x3dc728(0xc8)](_0x4bed00['capability']),Object[_0x3dc728(0x15e)](_0x4bed00['capability'])[_0x3dc728(0xba)](_0xcf5c8f=>{const _0x1fbe30=_0x3dc728,_0x1fcf59=this['capabilities_']['get'](_0xcf5c8f);_0x24316e[_0x1fbe30(0x19c)](typeof _0x1fcf59,_0x24316e[_0x1fbe30(0x19e)])?this[_0x1fbe30(0xe2)][_0x1fbe30(0xdb)](_0xcf5c8f,helper[_0x1fbe30(0x188)](_0x1fcf59,_0x4bed00[_0x1fbe30(0x19f)][_0xcf5c8f])):this[_0x1fbe30(0xe2)][_0x1fbe30(0xdb)](_0xcf5c8f,_0x4bed00['capability'][_0xcf5c8f]);}),this;}['build'](){const _0x53f992=_0x4a74a5,_0x425f5c={'IAbOs':_0x24316e['uQIQx'],'voowM':_0x24316e[_0x53f992(0x150)],'iZQCV':function(_0x1372e3,_0x508c17,_0x5d0611){const _0x310309=_0x53f992;return _0x24316e[_0x310309(0x140)](_0x1372e3,_0x508c17,_0x5d0611);},'Nsqhv':_0x24316e['cVZmK'],'fWtGV':function(_0x3cfbc6){const _0x5237af=_0x53f992;return _0x24316e[_0x5237af(0xb7)](_0x3cfbc6);},'cckVi':function(_0x22da14,_0x5dbc6b){const _0x499c7b=_0x53f992;return _0x24316e[_0x499c7b(0x142)](_0x22da14,_0x5dbc6b);},'RLolL':_0x24316e[_0x53f992(0x18f)],'FYWHh':function(_0x931534,_0x581746){const _0x286822=_0x53f992;return _0x24316e[_0x286822(0x180)](_0x931534,_0x581746);},'lOtnG':_0x24316e[_0x53f992(0xfa)],'yebxl':_0x24316e[_0x53f992(0x194)],'tFoGM':_0x24316e[_0x53f992(0xbb)],'vMwLr':_0x24316e[_0x53f992(0x13f)],'MLJjM':_0x24316e[_0x53f992(0x102)],'pQHfD':_0x24316e[_0x53f992(0x18e)],'sDqEt':_0x24316e[_0x53f992(0x18c)],'QNrzJ':_0x24316e['yYhzE'],'pXPpe':_0x24316e[_0x53f992(0x1a0)],'uGTlk':function(_0x23b04a,_0x3c9936,_0x3e92f6){const _0x20ff40=_0x53f992;return _0x24316e[_0x20ff40(0x140)](_0x23b04a,_0x3c9936,_0x3e92f6);},'PNAPk':function(_0x4be2a3,_0x4a6156){const _0x55f5fe=_0x53f992;return _0x24316e[_0x55f5fe(0x18d)](_0x4be2a3,_0x4a6156);},'RFJov':function(_0x18b854,_0xf03e15,_0x4dc656){return _0x24316e['USdaw'](_0x18b854,_0xf03e15,_0x4dc656);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x53f992(0xda)],()=>{const _0x1e5ab2=_0x53f992;if(helper[_0x1e5ab2(0x16b)]()){const _0x4a2406=_0x425f5c[_0x1e5ab2(0xdf)][_0x1e5ab2(0x110)]('|');let _0xf5fb6b=0x0;while(!![]){switch(_0x4a2406[_0xf5fb6b++]){case'0':this[_0x1e5ab2(0xcf)]();continue;case'1':if(helper[_0x1e5ab2(0x114)](_0x4bed00[_0x1e5ab2(0x121)][_0x1e5ab2(0xf5)]))this['agent_']=helper[_0x1e5ab2(0x19b)](_0x4bed00['proxySettings'][_0x1e5ab2(0xf5)]);else _0x4bed00['proxySettings'][_0x1e5ab2(0xf5)]&&(this[_0x1e5ab2(0xbc)]=_0x4bed00[_0x1e5ab2(0x121)][_0x1e5ab2(0xf5)],logger[_0x1e5ab2(0x155)](_0x1e5ab2(0x13b)+this['proxy_']));continue;case'2':helper[_0x1e5ab2(0xe1)](_0x4bed00[_0x1e5ab2(0x19f)]);continue;case'3':this[_0x1e5ab2(0xed)]();continue;case'4':globals[_0x1e5ab2(0x13c)](_0x425f5c[_0x1e5ab2(0x192)])&&(!_0x425f5c[_0x1e5ab2(0x14d)](setExtension,this,_0x4bed00)&&globals[_0x1e5ab2(0xc2)](_0x425f5c[_0x1e5ab2(0x192)],![]));continue;case'5':logger['debug'](_0x425f5c[_0x1e5ab2(0xcd)]);continue;case'6':_0x425f5c[_0x1e5ab2(0x15f)](isAccessibilityAutomationSession)&&_0x425f5c[_0x1e5ab2(0xf6)](setAccessibilityCapabilities,_0x4bed00);continue;}break;}}else{const _0x54a4ec=_0x425f5c[_0x1e5ab2(0x17b)]['split']('|');let _0x1d8127=0x0;while(!![]){switch(_0x54a4ec[_0x1d8127++]){case'0':_0x425f5c[_0x1e5ab2(0xf0)](globals[_0x1e5ab2(0x13c)](_0x425f5c['lOtnG']),_0x425f5c[_0x1e5ab2(0x185)])&&(commandRepository[_0x1e5ab2(0x113)](_0x425f5c['yebxl']),commandRepository[_0x1e5ab2(0x10a)](globals[_0x1e5ab2(0x13c)](_0x425f5c['tFoGM'])));continue;case'1':if(this[_0x1e5ab2(0x132)][_0x1e5ab2(0xcb)](_0x425f5c[_0x1e5ab2(0x159)]))logger[_0x1e5ab2(0x155)](_0x425f5c[_0x1e5ab2(0x11b)]),globals['setGlobal'](_0x425f5c[_0x1e5ab2(0xe5)],![]),globals[_0x1e5ab2(0xc2)](_0x425f5c[_0x1e5ab2(0xb4)],![]);else globals[_0x1e5ab2(0x13c)](_0x425f5c[_0x1e5ab2(0xe5)])&&globals['getGlobal'](_0x425f5c['sDqEt'])&&aiSdkWrapper[_0x1e5ab2(0xcc)](this);continue;case'2':helper['prepareCapabilities'](null,null,_0x4bed00['framework'],null,this,null);continue;case'3':helper[_0x1e5ab2(0xf7)]();continue;case'4':helper[_0x1e5ab2(0xe1)](_0x4bed00[_0x1e5ab2(0x19f)]);continue;}break;}}})();const _0xfc704a=super[_0x53f992(0xc6)]();return PerformanceTester[_0x53f992(0x162)](PerformanceEvents[_0x53f992(0x154)],()=>{const _0x5b77f5=_0x53f992,_0x56efe9={'xQVXe':function(_0x22e9cd,_0x1e4a08){const _0x148206=a96_0x1246;return _0x24316e[_0x148206(0xf3)](_0x22e9cd,_0x1e4a08);}};_0xfc704a[_0x5b77f5(0xe3)]['then'](_0x134972=>{const _0x5652d7=_0x5b77f5;try{logger[_0x5652d7(0x155)]('Session\x20ID:\x20'+_0x134972[_0x5652d7(0x10d)]());const _0x2d837c=_0x134972[_0x5652d7(0xee)][_0x5652d7(0x1a3)](_0x425f5c[_0x5652d7(0xc9)]);_0x2d837c?(logger[_0x5652d7(0x155)](_0x5652d7(0x16f)+_0x2d837c),hubAllocator['updateHubUrl'](_0x2d837c),helper[_0x5652d7(0x139)](_0x2d837c)):logger[_0x5652d7(0x155)](_0x425f5c[_0x5652d7(0xca)]);}catch(_0x521eea){logger[_0x5652d7(0x155)](_0x5652d7(0x196)+_0x521eea);}}),_0xfc704a[_0x5b77f5(0x130)]=0x0,_0xfc704a[_0x5b77f5(0xfd)]&&_0xfc704a[_0x5b77f5(0xfd)](_0x4f0de0=>{const _0xdd973d=_0x5b77f5,_0x33115f={'WzrLD':function(_0x4f5d06,_0x2a3636,_0xf4a4c1){const _0x126799=a96_0x1246;return _0x425f5c[_0x126799(0x14d)](_0x4f5d06,_0x2a3636,_0xf4a4c1);},'ftHcp':function(_0x270822,_0x1e73de,_0x27630c){const _0x1b70e7=a96_0x1246;return _0x425f5c[_0x1b70e7(0xbe)](_0x270822,_0x1e73de,_0x27630c);}};helper[_0xdd973d(0xd6)](_0x4f0de0,_0xfc704a),_0x2d9409&&_0x425f5c['PNAPk'](overrideTakeScreenshot,_0x4f0de0),helper['overrideGet'](_0x4f0de0,_0x4bed00),_0x425f5c['iZQCV'](overrideExecute,_0x4f0de0,_0x4bed00),_0x4bed00[_0xdd973d(0x19f)]&&percyHelper[_0xdd973d(0x12d)](_0x4f0de0,_0x31e973[_0xdd973d(0x125)],_0x4bed00),_0x4f0de0[_0xdd973d(0x137)]=async()=>{const _0x4b4d36=_0xdd973d;return await _0x33115f[_0x4b4d36(0xf4)](getAccessibilityResultsSummary,_0x4f0de0,global);},_0x4f0de0[_0xdd973d(0x143)]=async()=>{return await _0x33115f['ftHcp'](getAccessibilityResults,_0x4f0de0,global);},_0x4f0de0[_0xdd973d(0x1a1)]=async()=>{return await _0x56efe9['xQVXe'](performScan,_0x4f0de0);};}),_0xfc704a['getAccessibilityResultsSummary']=async()=>{const _0x3f3984=_0x5b77f5;return await _0x425f5c[_0x3f3984(0x19a)](getAccessibilityResultsSummary,_0xfc704a,global);},_0xfc704a['getAccessibilityResults']=async()=>{const _0x226d44=_0x5b77f5;return await _0x425f5c[_0x226d44(0x19a)](getAccessibilityResults,_0xfc704a,global);},_0xfc704a['performScan']=async()=>{const _0x5d6124=_0x5b77f5;return await _0x56efe9[_0x5d6124(0xfc)](performScan,_0xfc704a);},_0x2d9409&&_0x24316e[_0x5b77f5(0xf3)](overrideTakeScreenshot,_0xfc704a),helper[_0x5b77f5(0xd6)](_0xfc704a),helper['overrideGet'](_0xfc704a,_0x4bed00),_0x24316e['NkfNd'](overrideExecute,_0xfc704a,_0x4bed00),_0x4bed00[_0x5b77f5(0x19f)]&&percyHelper[_0x5b77f5(0x12d)](_0xfc704a,_0x31e973['WebElement'],_0x4bed00);helper[_0x5b77f5(0x106)](global[_0x5b77f5(0xd2)])&&(global[_0x5b77f5(0xd2)]=[]);helper[_0x5b77f5(0x106)](global[_0x5b77f5(0x16e)])&&(global[_0x5b77f5(0x16e)]=[]);global['__driversArray'][_0x5b77f5(0x11f)](_0xfc704a),global[_0x5b77f5(0x118)]=_0xfc704a,_0x4ab38d&&(_0x4ab38d[_0x5b77f5(0x100)][_0x5b77f5(0x118)]=_0xfc704a);_0x24316e[_0x5b77f5(0x189)](global[_0x5b77f5(0x16e)],undefined)&&global['__drivers'][_0x5b77f5(0x11f)](_0xfc704a);_0x4ab38d&&helper[_0x5b77f5(0x106)](_0x4ab38d[_0x5b77f5(0x100)]['__drivers'])&&(_0x4ab38d['global'][_0x5b77f5(0x16e)]=[]);_0x4ab38d&&helper['isUndefined'](_0x4ab38d['global'][_0x5b77f5(0xd2)])&&(_0x4ab38d['global'][_0x5b77f5(0xd2)]=[]);_0x4ab38d&&_0x24316e['OrkJW'](_0x4ab38d[_0x5b77f5(0x100)]['__drivers'],undefined)&&(_0x4ab38d['global']['__drivers'][_0x5b77f5(0x11f)](_0xfc704a),_0x4ab38d[_0x5b77f5(0x100)][_0x5b77f5(0xd2)][_0x5b77f5(0x11f)](_0xfc704a));_0xfc704a[_0x5b77f5(0x144)]=globals[_0x5b77f5(0x13c)](_0x24316e['mAOKt']);try{global['__drivers'][0x0][_0x5b77f5(0xe3)]['then'](_0x2a8eb0=>{const _0x3dfbe3=_0x5b77f5;logger[_0x3dfbe3(0x155)](_0x3dfbe3(0x157)+_0x2a8eb0['getId']()+_0x3dfbe3(0x119));})[_0x5b77f5(0xd3)](_0x10f417=>{const _0x13abfd=_0x5b77f5;logger[_0x13abfd(0x155)](_0x13abfd(0x187)+_0x10f417);});}catch(_0x26d37c){logger[_0x5b77f5(0x155)](_0x5b77f5(0x187)+_0x26d37c);}globals[_0x5b77f5(0xc2)](_0x24316e[_0x5b77f5(0x150)],globals[_0x5b77f5(0x13c)](_0x24316e[_0x5b77f5(0x150)]));})(),_0xfc704a;}}_0x4ab38d&&(globals['browserStackGlobals']=_0x4ab38d[_0x4a74a5(0x100)][_0x4a74a5(0xb5)]);if(_0x24316e[_0x4a74a5(0xd1)](isAccessibilityAutomationSession))try{let _0x6f2c11=helper[_0x4a74a5(0x138)](_0x24316e[_0x4a74a5(0x165)],_0x24316e['roptF'])['WebDriver'];(!_0x6f2c11[_0x4a74a5(0x10b)]||!_0x6f2c11[_0x4a74a5(0x10b)][_0x4a74a5(0x124)])&&(_0x6f2c11=helper[_0x4a74a5(0x138)](_0x24316e[_0x4a74a5(0x148)],_0x24316e[_0x4a74a5(0x13e)])['Executor']);if(_0x6f2c11[_0x4a74a5(0x10b)]&&_0x6f2c11[_0x4a74a5(0x10b)][_0x4a74a5(0x124)]){const _0x204d9f=_0x6f2c11['prototype'][_0x4a74a5(0x124)];logger[_0x4a74a5(0x155)](_0x24316e[_0x4a74a5(0x141)]),_0x6f2c11[_0x4a74a5(0x10b)][_0x4a74a5(0x124)]=async function(){const _0x1343c1=_0x4a74a5;try{!globals[_0x1343c1(0x13c)](_0x24316e[_0x1343c1(0x17f)])&&globals[_0x1343c1(0x13c)](_0x24316e[_0x1343c1(0x150)])&&globals[_0x1343c1(0x13c)](_0x24316e[_0x1343c1(0x10c)])&&scripts[_0x1343c1(0x11d)](arguments[0x0][_0x1343c1(0x12e)])&&!_0x24316e[_0x1343c1(0xf3)](isBrowserStackCommandExecutor,arguments[0x0][_0x1343c1(0x17a)])&&(globals[_0x1343c1(0xc2)](_0x24316e[_0x1343c1(0x17f)],!![]),logger[_0x1343c1(0x155)]('Performing\x20scan\x20for\x20'+arguments[0x0][_0x1343c1(0x12e)]),await _0x24316e['NkfNd'](performScan,global[_0x1343c1(0x118)],arguments[0x0][_0x1343c1(0x12e)]));}catch(_0x488ed6){logger[_0x1343c1(0x155)](_0x1343c1(0x17d)+util['format'](_0x488ed6));}return globals[_0x1343c1(0xc2)](_0x24316e[_0x1343c1(0x17f)],![]),_0x204d9f[_0x1343c1(0x190)](this,arguments);};}}catch(_0x3c157b){logger[_0x4a74a5(0x155)](_0x24316e['egIWm'](_0x24316e[_0x4a74a5(0x133)],_0x3c157b));}return _0x31e973[_0x4a74a5(0x12b)]=_0x31e973[_0x4a74a5(0xd8)],_0x31e973[_0x4a74a5(0xd8)]=_0x3191f8,_0x322556[_0x4a74a5(0x179)]=_0x5a0fc6,_0x31e973;};module[a96_0x3e11b9(0x107)][a96_0x3e11b9(0xc7)]=modify,module[a96_0x3e11b9(0x107)]['browserstackAgentV2']=modifyV2,module[a96_0x3e11b9(0x107)]['percy']=percySDK,module[a96_0x3e11b9(0x107)]['BrowserStackSdk']=BrowserStackSdk,module['exports'][a96_0x3e11b9(0x170)]=modifyPlaywrightConfig;
1
+ 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;