browserstack-node-sdk 1.34.45 → 1.34.46

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 (134) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createHubHaStack.js +1 -1
  28. package/ats/src/utils/createk8sClient.js +1 -1
  29. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  30. package/ats/src/utils/deleteStack.js +1 -1
  31. package/ats/src/utils/describeStack.js +1 -1
  32. package/ats/src/utils/gridComponents.js +1 -1
  33. package/ats/src/utils/hstUtils.js +1 -1
  34. package/ats/src/utils/instrumentationUtils.js +1 -1
  35. package/ats/src/utils/userInput.js +1 -1
  36. package/ats/src/utils/utilityMethods.js +1 -1
  37. package/ats/src/utils/webSocketUtils.js +1 -1
  38. package/package.json +1 -1
  39. package/src/ai-sdk-node/bundle.js +1 -1
  40. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  41. package/src/bin/codeceptjs/command.js +1 -1
  42. package/src/bin/codeceptjs/helper.js +1 -1
  43. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  44. package/src/bin/cucumber-js/command.js +1 -1
  45. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  47. package/src/bin/cucumber-js/test-observability.js +1 -1
  48. package/src/bin/cucumber-js/test.setup.js +1 -1
  49. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  50. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  51. package/src/bin/integrations/command.js +1 -1
  52. package/src/bin/integrations/constants.js +1 -1
  53. package/src/bin/jest/command.js +1 -1
  54. package/src/bin/jest/customImplements/customCircus.js +1 -1
  55. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  56. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  57. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  58. package/src/bin/jest/jest.setup.js +1 -1
  59. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  60. package/src/bin/jest/test-observability/helper.js +1 -1
  61. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  62. package/src/bin/jest/test-observability/test-details.js +1 -1
  63. package/src/bin/jest/test_before.setup.js +1 -1
  64. package/src/bin/launcher/launcher.js +1 -1
  65. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  66. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  67. package/src/bin/mocha/command.js +1 -1
  68. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  69. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  70. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  71. package/src/bin/mocha/test.setup.js +1 -1
  72. package/src/bin/nightwatch/command.js +1 -1
  73. package/src/bin/playwright/accessibility-helper.js +1 -1
  74. package/src/bin/playwright/command.js +1 -1
  75. package/src/bin/playwright/globalSetup.js +1 -1
  76. package/src/bin/playwright/mock-process.js +1 -1
  77. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  78. package/src/bin/playwright/patches.js +1 -1
  79. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  80. package/src/bin/playwright/reporter/reporter.js +1 -1
  81. package/src/bin/playwright/reporter/test-details.js +1 -1
  82. package/src/bin/playwright/sessionDetails.js +1 -1
  83. package/src/bin/runner.js +1 -1
  84. package/src/bin/setup.js +1 -1
  85. package/src/bin/test-runner/index.js +1 -1
  86. package/src/bin/test-runner/runTest.js +1 -1
  87. package/src/bin/test-runner/testWorker.js +1 -1
  88. package/src/bin/utils/constants.js +1 -1
  89. package/src/bin/utils/log4jsAppender.js +1 -1
  90. package/src/bin/utils/logPatcher.js +1 -1
  91. package/src/bin/utils/logReportingAPI.js +1 -1
  92. package/src/bin/vanilla-js/command.js +1 -1
  93. package/src/browserStackSdk.js +1 -1
  94. package/src/helpers/BrowserStackSetup.js +1 -1
  95. package/src/helpers/accessibility-automation/constants.js +1 -1
  96. package/src/helpers/accessibility-automation/helper.js +1 -1
  97. package/src/helpers/accessibility-automation/scripts.js +1 -1
  98. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  99. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  100. package/src/helpers/ats/constants.js +1 -1
  101. package/src/helpers/ats/helper.js +1 -1
  102. package/src/helpers/capsMapping.js +1 -1
  103. package/src/helpers/central-scanner/constants.js +1 -1
  104. package/src/helpers/central-scanner/helpers.js +1 -1
  105. package/src/helpers/globals.js +1 -1
  106. package/src/helpers/helper.js +1 -1
  107. package/src/helpers/logger.js +1 -1
  108. package/src/helpers/patchHelper.js +1 -1
  109. package/src/helpers/patchHelpers.js +1 -1
  110. package/src/helpers/percy/Percy.js +1 -1
  111. package/src/helpers/percy/PercyBinary.js +1 -1
  112. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  113. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  114. package/src/helpers/percy/PercySDK.js +1 -1
  115. package/src/helpers/percy/index.js +1 -1
  116. package/src/helpers/percy/utils.js +1 -1
  117. package/src/helpers/performance/constants.js +1 -1
  118. package/src/helpers/performance/performance-tester.js +1 -1
  119. package/src/helpers/processHelper.js +1 -1
  120. package/src/helpers/request-spy.js +1 -1
  121. package/src/helpers/setKeepAlive.js +1 -1
  122. package/src/helpers/test-observability/constants.js +1 -1
  123. package/src/helpers/test-observability/error-handler.js +1 -1
  124. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  125. package/src/helpers/test-observability/sessionHandler.js +1 -1
  126. package/src/helpers/test-observability/utils.js +1 -1
  127. package/src/helpers/testhub/constants.js +1 -1
  128. package/src/helpers/testhub/testhubHandler.js +1 -1
  129. package/src/helpers/testhub/utils.js +1 -1
  130. package/src/helpers/timeoutPromise.js +1 -1
  131. package/src/helpers/utilities.js +1 -1
  132. package/src/helpers/w3cMapping.js +1 -1
  133. package/src/hubAllocationMethods.js +1 -1
  134. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a94_0x1773e=a94_0x312c;(function(_0x40a28a,_0x58c2b9){const _0x3a8bd3=a94_0x312c,_0x1b3096=_0x40a28a();while(!![]){try{const _0x4658fd=-parseInt(_0x3a8bd3(0x228))/0x1+-parseInt(_0x3a8bd3(0x223))/0x2+-parseInt(_0x3a8bd3(0x1e8))/0x3*(-parseInt(_0x3a8bd3(0x21b))/0x4)+parseInt(_0x3a8bd3(0x1f5))/0x5*(parseInt(_0x3a8bd3(0x20c))/0x6)+parseInt(_0x3a8bd3(0x210))/0x7*(-parseInt(_0x3a8bd3(0x1ee))/0x8)+-parseInt(_0x3a8bd3(0x205))/0x9*(parseInt(_0x3a8bd3(0x207))/0xa)+-parseInt(_0x3a8bd3(0x1f1))/0xb*(-parseInt(_0x3a8bd3(0x1f9))/0xc);if(_0x4658fd===_0x58c2b9)break;else _0x1b3096['push'](_0x1b3096['shift']());}catch(_0x53fd32){_0x1b3096['push'](_0x1b3096['shift']());}}}(a94_0x54ef,0x7c460));function a94_0x54ef(){const _0x47b0fb=['data','next_hubs','9vRjdqB','Invalid\x20new\x20HUB\x20URL:\x20','https://','getRequestOptions','mokUD','QoXzC','744PVimHi','./bin/utils/constants','resolve','759FgXlTu','then','dOOPf','fromEntries','1245190wMnLPn','hubUrl','GET','Response:\x20','227676RJUgNj','XMbxr','XwDhf','nodeRequest','winstonLogger','NEAREST\x20HUBS:\x20','util','entries','latency','KNVOT','pathname','newHubUrl','7314507sgCucp','length','10TlxcmB','Qhzqs','url','XgcTU','path','12opSiSv','hostname','\x20HUB\x20-\x20','findLatency','13223AiZrLW','qAQbO','pZyET','debug','HUB\x20URL\x20SET\x20TO\x20-\x20','ZUAsa','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','https://hub.browserstack.com','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','search','nextHubs','217336jTdNQj','push','sort','/wd/hub','Execution\x20time\x20for\x20','catch','ToJrS','allocateHub','420448gWHDzp','hubs','check','mcKPs','./helpers/helper','262567JNNsDv','updateHubUrl','\x20is:\x20'];a94_0x54ef=function(){return _0x47b0fb;};return a94_0x54ef();}const url=require(a94_0x1773e(0x209)),util=require(a94_0x1773e(0x1ff)),helper=require(a94_0x1773e(0x227)),logger=require('./helpers/logger')[a94_0x1773e(0x1fd)],constants=require(a94_0x1773e(0x1ef));function a94_0x312c(_0x185af1,_0x4ea1ef){const _0x54efdf=a94_0x54ef();return a94_0x312c=function(_0x312c9a,_0x3d9fef){_0x312c9a=_0x312c9a-0x1e4;let _0x258d6a=_0x54efdf[_0x312c9a];return _0x258d6a;},a94_0x312c(_0x185af1,_0x4ea1ef);}global['newHubUrl']='',exports[a94_0x1773e(0x1eb)]=_0x7b3518=>{const _0x3010fe=a94_0x1773e,_0x8903d8={};_0x8903d8['AQVmm']=function(_0x449c11,_0x473cdb){return _0x449c11+_0x473cdb;},_0x8903d8[_0x3010fe(0x202)]=_0x3010fe(0x1e9);const _0x2f69fd=_0x8903d8,_0xfc7376=url['parse'](_0x7b3518);if(!_0xfc7376[_0x3010fe(0x20d)])throw new Error(_0x2f69fd['AQVmm'](_0x2f69fd[_0x3010fe(0x202)],_0x7b3518));return _0xfc7376[_0x3010fe(0x219)]=null,_0xfc7376['hash']=null,_0xfc7376[_0x3010fe(0x20b)]=_0xfc7376[_0x3010fe(0x203)],_0xfc7376;},exports[a94_0x1773e(0x1e4)]=_0x264bf9=>{const _0x2d7aca=a94_0x1773e;global[_0x2d7aca(0x204)]=_0x264bf9;},exports[a94_0x1773e(0x222)]=_0x33beb1=>{const _0x245bdc=a94_0x1773e,_0x54b8ef={'rEVWz':function(_0x1b7428,_0x193504){return _0x1b7428!=_0x193504;},'dOOPf':function(_0x2a5e71,_0x19ea09){return _0x2a5e71!==_0x19ea09;},'nYYoJ':function(_0xfd3d89,_0x207658){return _0xfd3d89+_0x207658;},'qAQbO':_0x245bdc(0x1ea),'QoXzC':function(_0x1c0816){return _0x1c0816();},'aRDEn':function(_0xd5630a,_0x3f1ebd){return _0xd5630a+_0x3f1ebd;},'fqJIV':_0x245bdc(0x21e),'pZyET':function(_0x378f8f){return _0x378f8f();}};return new Promise(_0x4e9b52=>{const _0x48a4a8=_0x245bdc,_0x530d7e={'ZUAsa':function(_0xc8ef1d,_0x38efcc){return _0x54b8ef['aRDEn'](_0xc8ef1d,_0x38efcc);},'Qhzqs':_0x54b8ef['fqJIV'],'HcYNW':function(_0x2526a9){const _0xed6637=a94_0x312c;return _0x54b8ef[_0xed6637(0x212)](_0x2526a9);}};Promise[_0x48a4a8(0x1f0)](this[_0x48a4a8(0x21a)](_0x33beb1))[_0x48a4a8(0x1f2)](_0xbc2951=>{const _0x3ad7b9=_0x48a4a8;logger[_0x3ad7b9(0x213)](_0x3ad7b9(0x1fe)+util['format']('%j',_0xbc2951));if(_0x54b8ef['rEVWz'](_0xbc2951,null)&&_0x54b8ef[_0x3ad7b9(0x1f3)](_0xbc2951[_0x3ad7b9(0x206)],0x0)){const _0x1d1912=[];for(const _0x4be444 of _0xbc2951){_0x1d1912[_0x3ad7b9(0x21c)](this[_0x3ad7b9(0x20f)](_0x33beb1,_0x54b8ef['nYYoJ'](_0x54b8ef[_0x3ad7b9(0x211)],_0x4be444)));}Promise['all'](_0x1d1912)[_0x3ad7b9(0x1f2)](_0x1490db=>{const _0x2b28d3=_0x3ad7b9,_0xd1bcbc=Object[_0x2b28d3(0x1f4)](_0x1490db['map'](_0x382f54=>[_0x382f54['hubUrl'],_0x382f54[_0x2b28d3(0x201)]])),_0x2a8262=Object[_0x2b28d3(0x1f4)](Object[_0x2b28d3(0x200)](_0xd1bcbc)[_0x2b28d3(0x21d)](([,_0x1a4abd],[,_0xe0174b])=>_0x1a4abd-_0xe0174b)),_0x3b6aaf=Object['keys'](_0x2a8262)[0x0];constants['hubUrl']=_0x530d7e[_0x2b28d3(0x215)](_0x3b6aaf,_0x530d7e[_0x2b28d3(0x208)]),logger[_0x2b28d3(0x213)](_0x2b28d3(0x214)+_0x3b6aaf),_0x530d7e['HcYNW'](_0x4e9b52);});}else _0x54b8ef[_0x3ad7b9(0x1ed)](_0x4e9b52);})[_0x48a4a8(0x220)](_0x22b110=>{const _0x2879a9=_0x48a4a8;logger[_0x2879a9(0x213)](_0x2879a9(0x218)+_0x22b110),_0x54b8ef[_0x2879a9(0x1ed)](_0x4e9b52);});});},exports['findLatency']=async(_0x49c7aa,_0x8841cf)=>{const _0x454617=a94_0x1773e,_0x356e40={};_0x356e40['ToJrS']=_0x454617(0x1f7),_0x356e40[_0x454617(0x1ec)]=_0x454617(0x225),_0x356e40['XMbxr']=function(_0x169b41,_0x5b26d3){return _0x169b41-_0x5b26d3;};const _0x254d4f=_0x356e40;try{const _0x4ee26c=new Date();await helper['nodeRequest'](_0x254d4f[_0x454617(0x221)],_0x254d4f[_0x454617(0x1ec)],{},_0x49c7aa,_0x8841cf,0x1388);const _0x731838=_0x254d4f[_0x454617(0x1fa)](new Date(),_0x4ee26c);logger[_0x454617(0x213)](_0x454617(0x21f)+_0x8841cf+_0x454617(0x1e5)+_0x731838+'ms');const _0x40f24a={};return _0x40f24a[_0x454617(0x1f6)]=_0x8841cf,_0x40f24a[_0x454617(0x201)]=_0x731838,_0x40f24a;}catch(_0xf42584){return logger['debug'](_0x454617(0x216)+_0x8841cf+_0x454617(0x20e)+_0xf42584),{};}},exports[a94_0x1773e(0x21a)]=async _0x3f1967=>{const _0x2b15ba=a94_0x1773e,_0x15dca3={};_0x15dca3[_0x2b15ba(0x20a)]=_0x2b15ba(0x1f7),_0x15dca3[_0x2b15ba(0x1fb)]=_0x2b15ba(0x1e7),_0x15dca3['mcKPs']=_0x2b15ba(0x217);const _0x19ad9a=_0x15dca3;try{const _0x5a22f8=await helper[_0x2b15ba(0x1fc)](_0x19ad9a[_0x2b15ba(0x20a)],_0x19ad9a[_0x2b15ba(0x1fb)],{},_0x3f1967,_0x19ad9a[_0x2b15ba(0x226)],0x1388),_0xe577c=_0x5a22f8[_0x2b15ba(0x1e6)];return logger['debug'](_0x2b15ba(0x1f8)+util['format']('%j',_0xe577c)),_0xe577c[_0x2b15ba(0x224)];}catch(_0x535b50){logger[_0x2b15ba(0x213)]('ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20'+_0x535b50);}return null;};
1
+ const a94_0x2c11aa=a94_0x68c5;(function(_0x262366,_0x4ddbc3){const _0x20aeae=a94_0x68c5,_0x373b5b=_0x262366();while(!![]){try{const _0xa689bc=parseInt(_0x20aeae(0x83))/0x1+-parseInt(_0x20aeae(0x7f))/0x2+-parseInt(_0x20aeae(0xa5))/0x3+parseInt(_0x20aeae(0x8d))/0x4*(parseInt(_0x20aeae(0x9a))/0x5)+parseInt(_0x20aeae(0x88))/0x6*(-parseInt(_0x20aeae(0xa3))/0x7)+-parseInt(_0x20aeae(0x69))/0x8*(parseInt(_0x20aeae(0x73))/0x9)+parseInt(_0x20aeae(0x76))/0xa*(parseInt(_0x20aeae(0x9c))/0xb);if(_0xa689bc===_0x4ddbc3)break;else _0x373b5b['push'](_0x373b5b['shift']());}catch(_0x5b26cc){_0x373b5b['push'](_0x373b5b['shift']());}}}(a94_0x1e22,0x9c03c));const url=require('url'),util=require(a94_0x2c11aa(0x80)),helper=require(a94_0x2c11aa(0x6e)),logger=require(a94_0x2c11aa(0x6a))[a94_0x2c11aa(0x68)],constants=require('./bin/utils/constants');function a94_0x68c5(_0x5d6dcc,_0x4152a9){const _0x1e22d1=a94_0x1e22();return a94_0x68c5=function(_0x68c5fd,_0x7f3f36){_0x68c5fd=_0x68c5fd-0x67;let _0x3c6858=_0x1e22d1[_0x68c5fd];return _0x3c6858;},a94_0x68c5(_0x5d6dcc,_0x4152a9);}function a94_0x1e22(){const _0x3a8938=['2318722TvHxsj','https://hub.browserstack.com','318627ZDNNiy','map','duZZp','nodeRequest','latency','Invalid\x20new\x20HUB\x20URL:\x20','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','search','winstonLogger','67224jrfaGA','./helpers/logger','eYZeu','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','LNynj','./helpers/helper','data','JhMqP','mwwsw','check','18sjZPsE','XmGoK','eFpQe','1957420XGNLTi','newHubUrl','gUpcF','fromEntries','allocateHub','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','xUjNL','hubs','then','941636EtaDJE','util','debug','HUB\x20URL\x20SET\x20TO\x20-\x20','1121280oLNtSH','findLatency','getRequestOptions','Response:\x20','hubUrl','18eEEYnv','resolve','aEDoJ','https://','sGZtC','4jISXiH','EYKDl','path','HFHdd','all','updateHubUrl','Execution\x20time\x20for\x20','mLbhh','next_hubs','\x20HUB\x20-\x20','/wd/hub','length','yrtLH','633085wvpYTX','lAwgi','55iflZKc','HPsnm','NEAREST\x20HUBS:\x20','GET','hash','pathname','nextHubs'];a94_0x1e22=function(){return _0x3a8938;};return a94_0x1e22();}global[a94_0x2c11aa(0x77)]='',exports[a94_0x2c11aa(0x85)]=_0x2e9385=>{const _0x5b7784=a94_0x2c11aa,_0x3de7a2={};_0x3de7a2[_0x5b7784(0x7c)]=function(_0x395c4a,_0x3a0214){return _0x395c4a+_0x3a0214;},_0x3de7a2['aEDoJ']=_0x5b7784(0xaa);const _0x22ef29=_0x3de7a2,_0x2911dd=url['parse'](_0x2e9385);if(!_0x2911dd['hostname'])throw new Error(_0x22ef29['xUjNL'](_0x22ef29[_0x5b7784(0x8a)],_0x2e9385));return _0x2911dd[_0x5b7784(0x67)]=null,_0x2911dd[_0x5b7784(0xa0)]=null,_0x2911dd[_0x5b7784(0x8f)]=_0x2911dd[_0x5b7784(0xa1)],_0x2911dd;},exports[a94_0x2c11aa(0x92)]=_0x14e7cb=>{const _0x43d6ce=a94_0x2c11aa;global[_0x43d6ce(0x77)]=_0x14e7cb;},exports[a94_0x2c11aa(0x7a)]=_0x1b9641=>{const _0x5a7908=a94_0x2c11aa,_0x5d0be1={'HFHdd':function(_0x38ebc0,_0x3ec082){return _0x38ebc0+_0x3ec082;},'lAwgi':_0x5a7908(0x97),'yrtLH':function(_0x1f0767){return _0x1f0767();},'RLORE':function(_0x27fd72,_0x2243bb){return _0x27fd72!=_0x2243bb;},'ThypD':function(_0x170b09,_0x5c9580){return _0x170b09!==_0x5c9580;},'eFpQe':_0x5a7908(0x8b),'sGZtC':function(_0x44fe9c){return _0x44fe9c();},'HPsnm':function(_0x3f5208){return _0x3f5208();}};return new Promise(_0x49f1f3=>{const _0x5f10b1=_0x5a7908;Promise[_0x5f10b1(0x89)](this[_0x5f10b1(0xa2)](_0x1b9641))[_0x5f10b1(0x7e)](_0x2d96cc=>{const _0x356631=_0x5f10b1,_0x1dd7b9={'mwwsw':function(_0x2524dc,_0x5ed506){return _0x5d0be1['HFHdd'](_0x2524dc,_0x5ed506);},'JhMqP':_0x5d0be1[_0x356631(0x9b)],'EYKDl':function(_0x1fa0c2){const _0x41d290=_0x356631;return _0x5d0be1[_0x41d290(0x99)](_0x1fa0c2);}};logger['debug'](_0x356631(0x9e)+util['format']('%j',_0x2d96cc));if(_0x5d0be1['RLORE'](_0x2d96cc,null)&&_0x5d0be1['ThypD'](_0x2d96cc[_0x356631(0x98)],0x0)){const _0x45efdd=[];for(const _0x2befd9 of _0x2d96cc){_0x45efdd['push'](this['findLatency'](_0x1b9641,_0x5d0be1[_0x356631(0x90)](_0x5d0be1[_0x356631(0x75)],_0x2befd9)));}Promise[_0x356631(0x91)](_0x45efdd)[_0x356631(0x7e)](_0x1655f1=>{const _0x4a56b3=_0x356631,_0x5ee65f=Object[_0x4a56b3(0x79)](_0x1655f1[_0x4a56b3(0xa6)](_0x3d01d8=>[_0x3d01d8[_0x4a56b3(0x87)],_0x3d01d8[_0x4a56b3(0xa9)]])),_0x1f046c=Object['fromEntries'](Object['entries'](_0x5ee65f)['sort'](([,_0x1d74df],[,_0x1ce14c])=>_0x1d74df-_0x1ce14c)),_0x45ab53=Object['keys'](_0x1f046c)[0x0];constants['hubUrl']=_0x1dd7b9[_0x4a56b3(0x71)](_0x45ab53,_0x1dd7b9[_0x4a56b3(0x70)]),logger[_0x4a56b3(0x81)](_0x4a56b3(0x82)+_0x45ab53),_0x1dd7b9[_0x4a56b3(0x8e)](_0x49f1f3);});}else _0x5d0be1[_0x356631(0x8c)](_0x49f1f3);})['catch'](_0x154dac=>{const _0x5893df=_0x5f10b1;logger[_0x5893df(0x81)](_0x5893df(0x6c)+_0x154dac),_0x5d0be1[_0x5893df(0x9d)](_0x49f1f3);});});},exports[a94_0x2c11aa(0x84)]=async(_0x7dee17,_0xe647d)=>{const _0x126554=a94_0x2c11aa,_0x185a18={};_0x185a18[_0x126554(0x94)]=_0x126554(0x9f),_0x185a18['XmGoK']=_0x126554(0x72),_0x185a18[_0x126554(0x6d)]=function(_0x4bccfd,_0x1a86ba){return _0x4bccfd-_0x1a86ba;};const _0x3a67a4=_0x185a18;try{const _0x5311a4=new Date();await helper['nodeRequest'](_0x3a67a4['mLbhh'],_0x3a67a4[_0x126554(0x74)],{},_0x7dee17,_0xe647d,0x1388);const _0x678a08=_0x3a67a4[_0x126554(0x6d)](new Date(),_0x5311a4);logger['debug'](_0x126554(0x93)+_0xe647d+'\x20is:\x20'+_0x678a08+'ms');const _0x384bce={};return _0x384bce[_0x126554(0x87)]=_0xe647d,_0x384bce[_0x126554(0xa9)]=_0x678a08,_0x384bce;}catch(_0x1bec6b){return logger[_0x126554(0x81)](_0x126554(0xab)+_0xe647d+_0x126554(0x96)+_0x1bec6b),{};}},exports[a94_0x2c11aa(0xa2)]=async _0x34e7dd=>{const _0x5419e8=a94_0x2c11aa,_0x59c82f={};_0x59c82f[_0x5419e8(0x78)]=_0x5419e8(0x9f),_0x59c82f[_0x5419e8(0x6b)]=_0x5419e8(0x95),_0x59c82f[_0x5419e8(0xa7)]=_0x5419e8(0xa4);const _0x46d1b9=_0x59c82f;try{const _0x3f30c1=await helper[_0x5419e8(0xa8)](_0x46d1b9[_0x5419e8(0x78)],_0x46d1b9[_0x5419e8(0x6b)],{},_0x34e7dd,_0x46d1b9[_0x5419e8(0xa7)],0x1388),_0x1aaf8f=_0x3f30c1[_0x5419e8(0x6f)];return logger[_0x5419e8(0x81)](_0x5419e8(0x86)+util['format']('%j',_0x1aaf8f)),_0x1aaf8f[_0x5419e8(0x7d)];}catch(_0x357a54){logger[_0x5419e8(0x81)](_0x5419e8(0x7b)+_0x357a54);}return null;};
package/src/index.js CHANGED
@@ -1 +1 @@
1
- const a95_0x1b5f42=a95_0x15f8;(function(_0xbdea40,_0x2a79f6){const _0x132ccb=a95_0x15f8,_0x4d20a2=_0xbdea40();while(!![]){try{const _0x22bd80=parseInt(_0x132ccb(0x1a8))/0x1+-parseInt(_0x132ccb(0x12e))/0x2+-parseInt(_0x132ccb(0x185))/0x3*(-parseInt(_0x132ccb(0x1de))/0x4)+parseInt(_0x132ccb(0x1af))/0x5*(parseInt(_0x132ccb(0x1a7))/0x6)+parseInt(_0x132ccb(0xf8))/0x7*(-parseInt(_0x132ccb(0x1bc))/0x8)+parseInt(_0x132ccb(0x11a))/0x9*(parseInt(_0x132ccb(0x15e))/0xa)+-parseInt(_0x132ccb(0x1d6))/0xb*(parseInt(_0x132ccb(0x18c))/0xc);if(_0x22bd80===_0x2a79f6)break;else _0x4d20a2['push'](_0x4d20a2['shift']());}catch(_0x1cb2f6){_0x4d20a2['push'](_0x4d20a2['shift']());}}}(a95_0x6143,0xc5a6a));function a95_0x15f8(_0x449e4e,_0x190ff4){const _0x6143ac=a95_0x6143();return a95_0x15f8=function(_0x15f89f,_0x56ffbb){_0x15f89f=_0x15f89f-0xea;let _0x377add=_0x6143ac[_0x15f89f];return _0x377add;},a95_0x15f8(_0x449e4e,_0x190ff4);}const util=require(a95_0x1b5f42(0x1b1)),{overrideTakeScreenshot}=require(a95_0x1b5f42(0x1a9)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a95_0x1b5f42(0x1c6)),{setAccessibilityCapabilities,setExtension}=require(a95_0x1b5f42(0x115)),helper=require(a95_0x1b5f42(0x148)),logger=require(a95_0x1b5f42(0x1a3))[a95_0x1b5f42(0x162)],hubAllocator=require(a95_0x1b5f42(0x172)),percySDK=require(a95_0x1b5f42(0x1d2)),percyHelper=require(a95_0x1b5f42(0x159)),BrowserStackSdk=require(a95_0x1b5f42(0x17f)),modifyPlaywrightConfig=require(a95_0x1b5f42(0x100)),scripts=require(a95_0x1b5f42(0x125)),globals=require(a95_0x1b5f42(0x131)),{commandRepository}=require(a95_0x1b5f42(0xef)),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require(a95_0x1b5f42(0x14d)),PerformanceTester=require(a95_0x1b5f42(0x179)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a95_0x1b5f42(0x1c8)),modify=_0x5dcc80=>{const _0x3d2ae6=a95_0x1b5f42,_0x23c42b={'GVtRF':function(_0x1422fd,_0x1d469d){return _0x1422fd!==_0x1d469d;},'ULSGJ':_0x3d2ae6(0x10c),'FrfwJ':function(_0x4dbe01,_0x55a4c4){return _0x4dbe01!==_0x55a4c4;},'CFfhp':function(_0x2fb117,_0x30e033){return _0x2fb117+_0x30e033;},'UApmZ':function(_0x232a75,_0x4779ef){return _0x232a75+_0x4779ef;},'dFHKQ':_0x3d2ae6(0x10d),'xQsGP':_0x3d2ae6(0x193),'omAUr':_0x3d2ae6(0x13a),'hKICr':_0x3d2ae6(0x19e),'KMcXg':'ms:edgeOptions','EAhGe':_0x3d2ae6(0x1d0),'MAUIs':_0x3d2ae6(0x198),'fQVnf':'firefoxOptions','IdfvI':'safari.options','PeAes':'se:ieOptions','qFWoQ':_0x3d2ae6(0x1c2),'uwjZI':function(_0x27042a,_0x213452){return _0x27042a===_0x213452;},'TDUjh':_0x3d2ae6(0x1e9),'cYygp':'Setting\x20Browserstack\x20capabilities','XYgyJ':_0x3d2ae6(0x1f2),'gATcY':'isAccessibilityPlatform','UCSLF':function(_0x532f4f,_0x2299c1,_0x24c2a8){return _0x532f4f(_0x2299c1,_0x24c2a8);},'EgsLY':function(_0xbe5a38){return _0xbe5a38();},'HHFUU':function(_0x342cea,_0x32d0e9){return _0x342cea(_0x32d0e9);},'QZlnN':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','NbeTb':_0x3d2ae6(0x1b5),'mAuZP':_0x3d2ae6(0x194),'uaOBD':function(_0x137ca8,_0x3cd74d){return _0x137ca8(_0x3cd74d);},'bnTlq':_0x3d2ae6(0x168),'WvLRP':function(_0x62471e,_0x4a613c,_0x52782f){return _0x62471e(_0x4a613c,_0x52782f);},'YctHb':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','MKLQT':_0x3d2ae6(0x1be)};logger[_0x3d2ae6(0x1d4)](_0x23c42b[_0x3d2ae6(0x167)]),logger['debug'](_0x23c42b[_0x3d2ae6(0x1b9)]);const _0x1e68e7=helper['requireSeleniumWebdriver'](),_0x45ce61=helper[_0x3d2ae6(0xec)]();class _0x22384c extends _0x45ce61[_0x3d2ae6(0x18d)]{['send'](_0x4f5c81){const _0x3d736b=_0x3d2ae6;if(_0x23c42b['GVtRF'](_0x4f5c81[_0x3d736b(0x1e5)],_0x23c42b[_0x3d736b(0x1e8)])&&_0x23c42b[_0x3d736b(0x1cd)](global[_0x3d736b(0x1f5)],''))try{global['newHubUrl']=_0x23c42b['CFfhp'](_0x23c42b[_0x3d736b(0x1b7)](_0x23c42b[_0x3d736b(0x190)],global['newHubUrl']),_0x23c42b[_0x3d736b(0x138)]),this[_0x3d736b(0x14c)]=hubAllocator[_0x3d736b(0x10e)](global[_0x3d736b(0x1f5)]),logger[_0x3d736b(0x1d7)](_0x3d736b(0xed)+global[_0x3d736b(0x1f5)]),global[_0x3d736b(0x1f5)]='';}catch(_0x578ce2){logger[_0x3d736b(0x112)](_0x578ce2);}return super['send'](_0x4f5c81);}}class _0x3ab816 extends _0x1e68e7['Builder']{[_0x3d2ae6(0x1d1)](_0x371714){const _0x1c1d10=_0x3d2ae6;let _0xe3d6f4={};for(const _0x357bea in _0x371714){switch(_0x357bea){case _0x23c42b['omAUr']:case _0x23c42b[_0x1c1d10(0xf3)]:this[_0x1c1d10(0x1e0)]&&(_0xe3d6f4=this[_0x1c1d10(0x1e0)]['get'](this[_0x1c1d10(0x1e0)]['CAPABILITY_KEY'])||{},this[_0x1c1d10(0x1e0)][_0x1c1d10(0x19a)](this[_0x1c1d10(0x1e0)][_0x1c1d10(0xf7)],helper[_0x1c1d10(0x13d)](_0xe3d6f4,_0x371714[_0x357bea])));break;case _0x23c42b[_0x1c1d10(0x1aa)]:case _0x23c42b[_0x1c1d10(0x1d3)]:this['edgeOptions_']&&(_0xe3d6f4=this[_0x1c1d10(0x177)][_0x1c1d10(0x15b)](this[_0x1c1d10(0x177)]['CAPABILITY_KEY'])||{},this[_0x1c1d10(0x177)]['set'](this['edgeOptions_'][_0x1c1d10(0xf7)],helper[_0x1c1d10(0x13d)](_0xe3d6f4,_0x371714[_0x357bea])));break;case _0x23c42b['MAUIs']:case _0x23c42b[_0x1c1d10(0x18f)]:this[_0x1c1d10(0x1b3)]&&(_0xe3d6f4=this['firefoxOptions_'][_0x1c1d10(0x15b)](this[_0x1c1d10(0x1b3)][_0x1c1d10(0xf7)])||{},this[_0x1c1d10(0x1b3)][_0x1c1d10(0x19a)](this[_0x1c1d10(0x1b3)][_0x1c1d10(0xf7)],helper[_0x1c1d10(0x13d)](_0xe3d6f4,_0x371714[_0x357bea])));break;case _0x23c42b[_0x1c1d10(0x1b0)]:this[_0x1c1d10(0x145)]&&(_0xe3d6f4=this[_0x1c1d10(0x145)][_0x1c1d10(0x15b)](this[_0x1c1d10(0x145)][_0x1c1d10(0xf7)])||{},this['safariOptions_'][_0x1c1d10(0x19a)](this[_0x1c1d10(0x145)][_0x1c1d10(0xf7)],helper[_0x1c1d10(0x13d)](_0xe3d6f4,_0x371714[_0x357bea])));break;case _0x23c42b['PeAes']:case _0x23c42b[_0x1c1d10(0x1e2)]:this[_0x1c1d10(0x191)]&&(_0xe3d6f4=this[_0x1c1d10(0x191)][_0x1c1d10(0x15b)](this[_0x1c1d10(0x191)][_0x1c1d10(0xf7)])||{},this[_0x1c1d10(0x191)][_0x1c1d10(0x19a)](this[_0x1c1d10(0x191)][_0x1c1d10(0xf7)],helper[_0x1c1d10(0x13d)](_0xe3d6f4,_0x371714[_0x357bea])));break;}}}[_0x3d2ae6(0x103)](){const _0x397e39=_0x3d2ae6;return this['url_']=helper[_0x397e39(0x118)](_0x5dcc80),logger[_0x397e39(0x1d7)]('Hub\x20url\x20set\x20to\x20'+this[_0x397e39(0x19b)]),this;}[_0x3d2ae6(0x136)](){const _0x558fe0=_0x3d2ae6;return logger[_0x558fe0(0x1d7)](_0x23c42b[_0x558fe0(0xfd)]),this['__setBrowserOptions'](_0x5dcc80['capability']),Object[_0x558fe0(0x11d)](_0x5dcc80[_0x558fe0(0x178)])['forEach'](_0x20902e=>{const _0x233c6d=_0x558fe0,_0x2050da=this[_0x233c6d(0x1b4)]['get'](_0x20902e);_0x23c42b[_0x233c6d(0x1df)](typeof _0x2050da,_0x23c42b[_0x233c6d(0xee)])?this[_0x233c6d(0x1b4)][_0x233c6d(0x19a)](_0x20902e,helper['mergeDeep'](_0x2050da,_0x5dcc80['capability'][_0x20902e])):this[_0x233c6d(0x1b4)][_0x233c6d(0x19a)](_0x20902e,_0x5dcc80[_0x233c6d(0x178)][_0x20902e]);}),this;}[_0x3d2ae6(0x195)](){const _0x55b5fb=_0x3d2ae6,_0x29ad00={'lMgyZ':_0x23c42b['XYgyJ'],'EmpcC':_0x23c42b['gATcY'],'brWvy':function(_0x50648b,_0x2b3f73,_0x18ed08){const _0x57d47d=a95_0x15f8;return _0x23c42b[_0x57d47d(0x17b)](_0x50648b,_0x2b3f73,_0x18ed08);},'BLGoK':function(_0x3c008b){return _0x23c42b['EgsLY'](_0x3c008b);},'YCmwd':function(_0x3779b9,_0x52e875){const _0x17b927=a95_0x15f8;return _0x23c42b[_0x17b927(0x171)](_0x3779b9,_0x52e875);},'qdRON':_0x23c42b[_0x55b5fb(0x1e1)],'rTOrA':_0x23c42b[_0x55b5fb(0x1e4)],'Zoevi':_0x23c42b[_0x55b5fb(0x108)],'rOKvq':function(_0x7cc5e4,_0x1713cf,_0x305042){const _0x34480c=_0x55b5fb;return _0x23c42b[_0x34480c(0x17b)](_0x7cc5e4,_0x1713cf,_0x305042);},'FYhBq':function(_0x35a616,_0x21a032,_0x495c54){const _0x5a763f=_0x55b5fb;return _0x23c42b[_0x5a763f(0x17b)](_0x35a616,_0x21a032,_0x495c54);},'uUBRp':function(_0x43b981,_0x3bf7f1){const _0x464187=_0x55b5fb;return _0x23c42b[_0x464187(0x1d8)](_0x43b981,_0x3bf7f1);},'RDqcm':_0x23c42b[_0x55b5fb(0x1ec)],'bkgQN':function(_0x2b257e,_0x394261,_0x232669){const _0x31f9e2=_0x55b5fb;return _0x23c42b[_0x31f9e2(0x17b)](_0x2b257e,_0x394261,_0x232669);},'mvLKd':function(_0x3565e2,_0x3834ee,_0x39cda9){const _0x59a044=_0x55b5fb;return _0x23c42b[_0x59a044(0xfa)](_0x3565e2,_0x3834ee,_0x39cda9);},'faZez':function(_0x43662e,_0x3a2d31,_0x2e1e73){const _0x2715c1=_0x55b5fb;return _0x23c42b[_0x2715c1(0x17b)](_0x43662e,_0x3a2d31,_0x2e1e73);}};PerformanceTester[_0x55b5fb(0xf6)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x3d063c=_0x55b5fb,_0x580a36=_0x29ad00[_0x3d063c(0x1c7)][_0x3d063c(0x170)]('|');let _0x219ce7=0x0;while(!![]){switch(_0x580a36[_0x219ce7++]){case'0':this[_0x3d063c(0x136)]();continue;case'1':!helper['isBrowserstackInfra']()&&helper[_0x3d063c(0x101)](null,null,_0x5dcc80[_0x3d063c(0x164)],null,this,null);continue;case'2':this[_0x3d063c(0x103)]();continue;case'3':if(helper[_0x3d063c(0x186)](_0x5dcc80[_0x3d063c(0x1ab)]['proxyUrl']))this[_0x3d063c(0x1ce)]=helper[_0x3d063c(0x187)](_0x5dcc80[_0x3d063c(0x1ab)][_0x3d063c(0x152)]);else _0x5dcc80[_0x3d063c(0x1ab)][_0x3d063c(0x152)]&&(this['proxy_']=_0x5dcc80[_0x3d063c(0x1ab)][_0x3d063c(0x152)],logger['debug'](_0x3d063c(0x17a)+this[_0x3d063c(0xfb)]));continue;case'4':globals[_0x3d063c(0x153)](_0x29ad00[_0x3d063c(0x151)])&&(!_0x29ad00[_0x3d063c(0x169)](setExtension,this,_0x5dcc80)&&globals['setGlobal'](_0x29ad00[_0x3d063c(0x151)],![]));continue;case'5':_0x29ad00[_0x3d063c(0x192)](isAccessibilityAutomationSession)&&_0x29ad00['YCmwd'](setAccessibilityCapabilities,_0x5dcc80);continue;case'6':helper['setAdditionalCapabilities'](_0x5dcc80[_0x3d063c(0x178)]);continue;case'7':logger[_0x3d063c(0x1d7)](_0x29ad00[_0x3d063c(0x16e)]);continue;}break;}})();const _0x7788e4=super['build']();return PerformanceTester[_0x55b5fb(0xf6)](PerformanceEvents[_0x55b5fb(0xeb)],()=>{const _0x2facaf=_0x55b5fb,_0x15797b={'KVyco':function(_0x5ee98a,_0xa1527b,_0x31a70d){const _0x11df9e=a95_0x15f8;return _0x29ad00[_0x11df9e(0x123)](_0x5ee98a,_0xa1527b,_0x31a70d);},'suYIp':function(_0x30b22d,_0x113caa){const _0x1d07ec=a95_0x15f8;return _0x29ad00[_0x1d07ec(0xf1)](_0x30b22d,_0x113caa);},'LlNGA':_0x29ad00[_0x2facaf(0x161)],'LTayv':function(_0x2dcf3e,_0xf95a7a,_0x223cf6){const _0x1c0665=_0x2facaf;return _0x29ad00[_0x1c0665(0x1f4)](_0x2dcf3e,_0xf95a7a,_0x223cf6);},'cPEMS':function(_0x51683b,_0x118bd4,_0x34f077){return _0x29ad00['mvLKd'](_0x51683b,_0x118bd4,_0x34f077);}};_0x7788e4[_0x2facaf(0x1d5)][_0x2facaf(0x181)](_0x4aae8c=>{const _0x394446=_0x2facaf;try{const _0x5d6a3a=_0x4aae8c['caps_'][_0x394446(0x15b)](_0x29ad00['rTOrA']);_0x5d6a3a?(logger[_0x394446(0x1d7)](_0x394446(0x12c)+_0x5d6a3a),hubAllocator[_0x394446(0x189)](_0x5d6a3a),helper[_0x394446(0x16d)](_0x5d6a3a)):logger[_0x394446(0x1d7)](_0x29ad00[_0x394446(0x174)]);}catch(_0x200f7a){logger[_0x394446(0x1d7)](_0x394446(0x1ef)+_0x200f7a);}}),_0x7788e4[_0x2facaf(0x181)]&&_0x7788e4[_0x2facaf(0x181)](_0x27add9=>{const _0x1efcb3=_0x2facaf,_0x42df2e=_0x15797b[_0x1efcb3(0x107)][_0x1efcb3(0x170)]('|');let _0x3d314f=0x0;while(!![]){switch(_0x42df2e[_0x3d314f++]){case'0':_0x15797b[_0x1efcb3(0xea)](overrideExecute,_0x27add9,_0x5dcc80);continue;case'1':_0x27add9[_0x1efcb3(0x149)]=async()=>{const _0x3328b9=_0x1efcb3;return await _0x15797b[_0x3328b9(0x13f)](performScan,_0x27add9);};continue;case'2':_0x27add9[_0x1efcb3(0x175)]=async()=>{return await _0x15797b['KVyco'](getAccessibilityResults,_0x27add9,global);};continue;case'3':helper[_0x1efcb3(0x139)](_0x27add9,_0x5dcc80);continue;case'4':_0x27add9[_0x1efcb3(0x1ca)]=async()=>{const _0x5b6d13=_0x1efcb3;return await _0x15797b[_0x5b6d13(0x104)](getAccessibilityResultsSummary,_0x27add9,global);};continue;}break;}}),_0x7788e4['getAccessibilityResultsSummary']=async()=>{const _0x3a735f=_0x2facaf;return await _0x15797b[_0x3a735f(0xf5)](getAccessibilityResultsSummary,_0x7788e4,global);},_0x7788e4[_0x2facaf(0x175)]=async()=>{const _0x2d297d=_0x2facaf;return await _0x29ad00[_0x2d297d(0x1f1)](getAccessibilityResults,_0x7788e4,global);},_0x7788e4[_0x2facaf(0x149)]=async()=>{const _0x5603ca=_0x2facaf;return await _0x15797b[_0x5603ca(0x13f)](performScan,_0x7788e4);},helper[_0x2facaf(0x139)](_0x7788e4,_0x5dcc80),_0x29ad00['faZez'](overrideExecute,_0x7788e4,_0x5dcc80),helper[_0x2facaf(0x176)](global[_0x2facaf(0x1f6)])&&(global[_0x2facaf(0x1f6)]=[]),global[_0x2facaf(0x1f6)][_0x2facaf(0x1b6)](_0x7788e4);})(),_0x7788e4;}}_0x1e68e7[_0x3d2ae6(0x144)]=_0x1e68e7[_0x3d2ae6(0x158)],_0x1e68e7[_0x3d2ae6(0x158)]=_0x3ab816,_0x45ce61[_0x3d2ae6(0x18d)]=_0x22384c;},modifyV2=(_0x12e82c,_0xdbf430=null,_0x2f29d4=![])=>{const _0x14a241=a95_0x1b5f42,_0xbaa33a={'njksM':function(_0x3ff69b,_0x184a8d){return _0x3ff69b!==_0x184a8d;},'phYdV':_0x14a241(0x10c),'rlgJg':function(_0x20a488,_0x506ece){return _0x20a488!==_0x506ece;},'UtFcW':function(_0x586e3d,_0xc4eeb0){return _0x586e3d+_0xc4eeb0;},'NWuxl':'https://','gArnv':'/wd/hub','xyXfa':_0x14a241(0x14f),'dOrVH':_0x14a241(0x12a),'mUGLE':_0x14a241(0x13a),'cGMMe':_0x14a241(0x19e),'EPTkC':_0x14a241(0x196),'TzzzY':_0x14a241(0x1d0),'JHFdA':_0x14a241(0x198),'HNgxD':_0x14a241(0x129),'BMiAi':_0x14a241(0x15a),'IoLEp':_0x14a241(0x1a4),'eNqrL':_0x14a241(0x1c2),'huLrY':function(_0x19d095,_0x2f8f7e){return _0x19d095===_0x2f8f7e;},'gCGWN':_0x14a241(0x1e9),'SDVjE':_0x14a241(0x1ed),'KVEgn':_0x14a241(0x16f),'kpYDa':'isAccessibilityPlatform','tXziA':function(_0x21bad0,_0x37de56,_0x464daa){return _0x21bad0(_0x37de56,_0x464daa);},'ejvuA':_0x14a241(0x16b),'FNzWs':function(_0x4c7a24){return _0x4c7a24();},'AnuDG':function(_0x331586,_0x53b725){return _0x331586(_0x53b725);},'pfeYd':_0x14a241(0x121),'Cnkvd':_0x14a241(0x166),'dTpvQ':_0x14a241(0x113),'VAGxp':'aiSdk_bstackConfig','GsDWH':_0x14a241(0x132),'AeGIs':_0x14a241(0x17c),'SQpsc':_0x14a241(0x1b5),'RrVck':_0x14a241(0x194),'UfVzJ':function(_0x256638,_0x12fbc6){return _0x256638(_0x12fbc6);},'Iltlq':function(_0x258a6e,_0x270a72){return _0x258a6e(_0x270a72);},'NDoYh':function(_0x495df7,_0x166c63){return _0x495df7!==_0x166c63;},'luRPz':_0x14a241(0x119),'qDdUj':_0x14a241(0x15c),'JpcUN':function(_0x129b62,_0x35b291,_0x256a48){return _0x129b62(_0x35b291,_0x256a48);},'LTITx':_0x14a241(0xf4),'Ntrpu':'Modifying\x20webdriver\x20builder','xbIFo':'selenium-webdriver/lib/webdriver.js','xFAHW':_0x14a241(0x15f),'iofDU':_0x14a241(0x140),'KdsHO':_0x14a241(0x157),'fPCYL':function(_0x15c4d6,_0x17a2a4){return _0x15c4d6+_0x17a2a4;},'vzrmc':_0x14a241(0x106)},_0x47ac7e=helper['requireHttpClient']();let _0x4756db;try{_0x4756db=helper[_0x14a241(0x1ba)](),_0x4756db['originalBuilder']&&(_0x4756db[_0x14a241(0x158)]=_0x4756db[_0x14a241(0x144)]);}catch(_0x1ec0a1){return;}if(helper['isBrowserstackInfra']()){const _0x24a08d={};_0x24a08d[_0x14a241(0x1bb)]=_0x12e82c['browserStackLogLevel'],helper[_0x14a241(0x15d)](_0x24a08d,new Map(),new Map()),logger[_0x14a241(0x1d4)](_0xbaa33a[_0x14a241(0x10a)]),logger[_0x14a241(0x1d7)](_0xbaa33a[_0x14a241(0x17d)]);}class _0x2c99a1 extends _0x47ac7e[_0x14a241(0x18d)]{[_0x14a241(0xfc)](_0x5b8a33){const _0x323906=_0x14a241;if(_0xbaa33a[_0x323906(0x127)](_0x5b8a33[_0x323906(0x1e5)],_0xbaa33a[_0x323906(0x135)])&&_0xbaa33a[_0x323906(0x182)](global[_0x323906(0x1f5)],''))try{global[_0x323906(0x1f5)]=_0xbaa33a[_0x323906(0x1a6)](_0xbaa33a['UtFcW'](_0xbaa33a[_0x323906(0x143)],global[_0x323906(0x1f5)]),_0xbaa33a[_0x323906(0x173)]),this['options_']=hubAllocator['getRequestOptions'](global[_0x323906(0x1f5)]),logger[_0x323906(0x1d7)](_0x323906(0xed)+global[_0x323906(0x1f5)]),global[_0x323906(0x1f5)]='';}catch(_0x4b3aa1){logger[_0x323906(0x112)](_0x4b3aa1);}if(globals[_0x323906(0x153)](_0xbaa33a[_0x323906(0x13c)])&&globals[_0x323906(0x153)](_0xbaa33a['dOrVH'])){const _0x5a5104=_0x5b8a33['path'][_0x323906(0x170)]('/')[0x2];_0x5a5104&&commandRepository['pushCommand'](_0x5a5104,_0x5b8a33);}return super['send'](_0x5b8a33);}}class _0x26d715 extends _0x4756db[_0x14a241(0x158)]{[_0x14a241(0x103)](){const _0x49c98a=_0x14a241;return this[_0x49c98a(0x19b)]=helper[_0x49c98a(0x118)](_0x12e82c),logger[_0x49c98a(0x1d7)]('Hub\x20url\x20set\x20to\x20'+this['url_']),this;}[_0x14a241(0x1d1)](_0x53102c){const _0x52e851=_0x14a241;let _0x5cb177={};for(const _0x236ff6 in _0x53102c){switch(_0x236ff6){case _0xbaa33a[_0x52e851(0x155)]:case _0xbaa33a['cGMMe']:this[_0x52e851(0x1e0)]&&(_0x5cb177=this['chromeOptions_']['get'](this[_0x52e851(0x1e0)]['CAPABILITY_KEY'])||{},this[_0x52e851(0x1e0)][_0x52e851(0x19a)](this['chromeOptions_'][_0x52e851(0xf7)],helper['mergeDeep'](_0x5cb177,_0x53102c[_0x236ff6])));break;case _0xbaa33a[_0x52e851(0x110)]:case _0xbaa33a[_0x52e851(0x12d)]:this[_0x52e851(0x177)]&&(_0x5cb177=this[_0x52e851(0x177)][_0x52e851(0x15b)](this[_0x52e851(0x177)][_0x52e851(0xf7)])||{},this[_0x52e851(0x177)][_0x52e851(0x19a)](this[_0x52e851(0x177)]['CAPABILITY_KEY'],helper[_0x52e851(0x13d)](_0x5cb177,_0x53102c[_0x236ff6])));break;case _0xbaa33a[_0x52e851(0x11e)]:case _0xbaa33a[_0x52e851(0x1cc)]:this[_0x52e851(0x1b3)]&&(_0x5cb177=this['firefoxOptions_'][_0x52e851(0x15b)](this[_0x52e851(0x1b3)]['CAPABILITY_KEY'])||{},this[_0x52e851(0x1b3)][_0x52e851(0x19a)](this[_0x52e851(0x1b3)][_0x52e851(0xf7)],helper[_0x52e851(0x13d)](_0x5cb177,_0x53102c[_0x236ff6])));break;case _0xbaa33a[_0x52e851(0x11b)]:this[_0x52e851(0x145)]&&(_0x5cb177=this[_0x52e851(0x145)][_0x52e851(0x15b)](this['safariOptions_'][_0x52e851(0xf7)])||{},this[_0x52e851(0x145)][_0x52e851(0x19a)](this[_0x52e851(0x145)][_0x52e851(0xf7)],helper[_0x52e851(0x13d)](_0x5cb177,_0x53102c[_0x236ff6])));break;case _0xbaa33a[_0x52e851(0x1bd)]:case _0xbaa33a['eNqrL']:this[_0x52e851(0x191)]&&(_0x5cb177=this[_0x52e851(0x191)][_0x52e851(0x15b)](this[_0x52e851(0x191)][_0x52e851(0xf7)])||{},this['ieOptions_'][_0x52e851(0x19a)](this[_0x52e851(0x191)][_0x52e851(0xf7)],helper[_0x52e851(0x13d)](_0x5cb177,_0x53102c[_0x236ff6])));break;}}}[_0x14a241(0x136)](){const _0x4cd0d6=_0x14a241;return logger['debug'](_0xbaa33a['SDVjE']),this[_0x4cd0d6(0x1d1)](_0x12e82c['capability']),Object[_0x4cd0d6(0x11d)](_0x12e82c[_0x4cd0d6(0x178)])[_0x4cd0d6(0x122)](_0x2337c3=>{const _0x36d9de=_0x4cd0d6,_0x169c08=this['capabilities_'][_0x36d9de(0x15b)](_0x2337c3);_0xbaa33a[_0x36d9de(0x14a)](typeof _0x169c08,_0xbaa33a[_0x36d9de(0x117)])?this[_0x36d9de(0x1b4)][_0x36d9de(0x19a)](_0x2337c3,helper[_0x36d9de(0x13d)](_0x169c08,_0x12e82c[_0x36d9de(0x178)][_0x2337c3])):this[_0x36d9de(0x1b4)][_0x36d9de(0x19a)](_0x2337c3,_0x12e82c[_0x36d9de(0x178)][_0x2337c3]);}),this;}[_0x14a241(0x195)](){const _0x4f97f1=_0x14a241,_0x4d26be={'vwEhG':_0xbaa33a[_0x4f97f1(0x10b)],'HGcVq':_0xbaa33a[_0x4f97f1(0x130)],'moasH':function(_0x170f61,_0x512e96,_0x3b7cf3){const _0xaf7bbb=_0x4f97f1;return _0xbaa33a[_0xaf7bbb(0x1c0)](_0x170f61,_0x512e96,_0x3b7cf3);},'jErJm':_0xbaa33a[_0x4f97f1(0x105)],'PUrLg':function(_0x3a32c2){const _0x1dbe24=_0x4f97f1;return _0xbaa33a[_0x1dbe24(0x1eb)](_0x3a32c2);},'mHBEb':function(_0x1b26f0,_0x5eb9e5){const _0x256301=_0x4f97f1;return _0xbaa33a[_0x256301(0x128)](_0x1b26f0,_0x5eb9e5);},'ZYCuh':_0xbaa33a['pfeYd'],'RACmN':function(_0x5b2497,_0x5e7e74){const _0x3b6fc6=_0x4f97f1;return _0xbaa33a[_0x3b6fc6(0x14a)](_0x5b2497,_0x5e7e74);},'exDRT':_0xbaa33a[_0x4f97f1(0x111)],'MdKce':_0xbaa33a['dTpvQ'],'eUOyo':_0xbaa33a[_0x4f97f1(0x1c3)],'Rgqin':_0xbaa33a[_0x4f97f1(0x165)],'GjMDI':_0xbaa33a['AeGIs'],'lNfbf':_0xbaa33a[_0x4f97f1(0x13c)],'oUdSM':_0xbaa33a['dOrVH'],'FYgzq':_0xbaa33a[_0x4f97f1(0x102)],'Pmils':_0xbaa33a['RrVck'],'ExqlC':function(_0x4e0f16,_0x55783f){const _0x242b7c=_0x4f97f1;return _0xbaa33a[_0x242b7c(0x1dc)](_0x4e0f16,_0x55783f);},'BekdG':function(_0x2bf6d5,_0x5c8ef7,_0x2e39de){const _0x33ee63=_0x4f97f1;return _0xbaa33a[_0x33ee63(0x1c0)](_0x2bf6d5,_0x5c8ef7,_0x2e39de);},'TtCLY':function(_0x226352,_0x56ba3b,_0x591d22){const _0x3eeecb=_0x4f97f1;return _0xbaa33a[_0x3eeecb(0x1c0)](_0x226352,_0x56ba3b,_0x591d22);},'oRwcb':function(_0x108b87,_0x20bb3e){return _0xbaa33a['Iltlq'](_0x108b87,_0x20bb3e);},'NQvUr':function(_0x2bc2cf,_0x42e053){const _0x17251c=_0x4f97f1;return _0xbaa33a[_0x17251c(0x197)](_0x2bc2cf,_0x42e053);}};PerformanceTester[_0x4f97f1(0xf6)](PerformanceEvents[_0x4f97f1(0x109)],()=>{const _0x12cf27=_0x4f97f1;if(helper[_0x12cf27(0x19d)]()){const _0x131b56=_0x4d26be[_0x12cf27(0x19c)]['split']('|');let _0x183401=0x0;while(!![]){switch(_0x131b56[_0x183401++]){case'0':this[_0x12cf27(0x136)]();continue;case'1':globals[_0x12cf27(0x153)](_0x4d26be[_0x12cf27(0x12f)])&&(!_0x4d26be[_0x12cf27(0x1dd)](setExtension,this,_0x12e82c)&&globals['setGlobal'](_0x4d26be[_0x12cf27(0x12f)],![]));continue;case'2':if(helper[_0x12cf27(0x186)](_0x12e82c[_0x12cf27(0x1ab)]['proxyUrl']))this[_0x12cf27(0x1ce)]=helper[_0x12cf27(0x187)](_0x12e82c[_0x12cf27(0x1ab)][_0x12cf27(0x152)]);else _0x12e82c[_0x12cf27(0x1ab)][_0x12cf27(0x152)]&&(this[_0x12cf27(0xfb)]=_0x12e82c[_0x12cf27(0x1ab)][_0x12cf27(0x152)],logger['debug'](_0x12cf27(0x17a)+this[_0x12cf27(0xfb)]));continue;case'3':logger[_0x12cf27(0x1d7)](_0x4d26be[_0x12cf27(0x1e7)]);continue;case'4':this['setServer']();continue;case'5':helper[_0x12cf27(0x114)](_0x12e82c[_0x12cf27(0x178)]);continue;case'6':_0x4d26be[_0x12cf27(0x19f)](isAccessibilityAutomationSession)&&_0x4d26be[_0x12cf27(0x1f0)](setAccessibilityCapabilities,_0x12e82c);continue;}break;}}else{const _0x1a9eed=_0x4d26be[_0x12cf27(0x1b2)][_0x12cf27(0x170)]('|');let _0x187043=0x0;while(!![]){switch(_0x1a9eed[_0x187043++]){case'0':helper[_0x12cf27(0x1e6)]();continue;case'1':_0x4d26be[_0x12cf27(0xf9)](globals[_0x12cf27(0x153)](_0x4d26be[_0x12cf27(0x142)]),_0x4d26be['MdKce'])&&(commandRepository[_0x12cf27(0x1ee)](_0x4d26be[_0x12cf27(0x146)]),commandRepository[_0x12cf27(0x1a2)](globals[_0x12cf27(0x153)](_0x4d26be[_0x12cf27(0x1ad)])));continue;case'2':helper['prepareCapabilities'](null,null,_0x12e82c[_0x12cf27(0x164)],null,this,null);continue;case'3':helper[_0x12cf27(0x114)](_0x12e82c[_0x12cf27(0x178)]);continue;case'4':if(this['url_'][_0x12cf27(0x124)](_0x4d26be[_0x12cf27(0x16a)]))logger[_0x12cf27(0x1d7)](_0x4d26be['GjMDI']),globals[_0x12cf27(0x17e)](_0x4d26be[_0x12cf27(0x126)],![]),globals[_0x12cf27(0x17e)](_0x4d26be[_0x12cf27(0x1a1)],![]);else globals[_0x12cf27(0x153)](_0x4d26be['lNfbf'])&&globals['getGlobal'](_0x4d26be[_0x12cf27(0x1a1)])&&aiSdkWrapper[_0x12cf27(0x1e3)](this);continue;}break;}}})();const _0x5b6099=super[_0x4f97f1(0x195)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x4f97f1(0xeb)],()=>{const _0x43c209=_0x4f97f1,_0x55d80e={'laAYA':function(_0x516b0a,_0x31132b,_0x507879){const _0xda9c9f=a95_0x15f8;return _0x4d26be[_0xda9c9f(0x1dd)](_0x516b0a,_0x31132b,_0x507879);},'XypmR':function(_0x23bc7a,_0x3e064d){const _0x46a959=a95_0x15f8;return _0x4d26be[_0x46a959(0x150)](_0x23bc7a,_0x3e064d);},'wfLIQ':function(_0x2d4fa8,_0x13ffef,_0x4cfa7b){const _0x53f55f=a95_0x15f8;return _0x4d26be[_0x53f55f(0x14e)](_0x2d4fa8,_0x13ffef,_0x4cfa7b);},'hrSLO':function(_0x134720,_0x10dbb3){const _0x575cab=a95_0x15f8;return _0x4d26be[_0x575cab(0x1f0)](_0x134720,_0x10dbb3);},'Rsski':function(_0x56fb49,_0xab5993,_0x56aab9){const _0x584808=a95_0x15f8;return _0x4d26be[_0x584808(0x1f3)](_0x56fb49,_0xab5993,_0x56aab9);},'LvPQz':function(_0x164d38,_0xfe4fbd,_0x253278){const _0x14e081=a95_0x15f8;return _0x4d26be[_0x14e081(0x1f3)](_0x164d38,_0xfe4fbd,_0x253278);}};_0x5b6099['session_']['then'](_0x29bd32=>{const _0x45bd62=a95_0x15f8;try{logger[_0x45bd62(0x1d7)](_0x45bd62(0x13e)+_0x29bd32['getId']());const _0x595934=_0x29bd32[_0x45bd62(0x1c5)][_0x45bd62(0x15b)](_0x4d26be[_0x45bd62(0x188)]);_0x595934?(logger[_0x45bd62(0x1d7)](_0x45bd62(0x12c)+_0x595934),hubAllocator[_0x45bd62(0x189)](_0x595934),helper[_0x45bd62(0x16d)](_0x595934)):logger['debug'](_0x4d26be[_0x45bd62(0xfe)]);}catch(_0x31f65a){logger[_0x45bd62(0x1d7)](_0x45bd62(0x1ef)+_0x31f65a);}}),_0x5b6099[_0x43c209(0x156)]=0x0,_0x5b6099[_0x43c209(0x181)]&&_0x5b6099['then'](_0x34448f=>{const _0x5a5c78=_0x43c209,_0x18e87a={'Zpctr':function(_0x42b564,_0x381ec8,_0x320939){const _0x3250a4=a95_0x15f8;return _0x55d80e[_0x3250a4(0x18a)](_0x42b564,_0x381ec8,_0x320939);}};helper['overrideQuit'](_0x34448f,_0x5b6099),_0x2f29d4&&_0x55d80e[_0x5a5c78(0x11c)](overrideTakeScreenshot,_0x34448f),helper['overrideGet'](_0x34448f,_0x12e82c),_0x55d80e['wfLIQ'](overrideExecute,_0x34448f,_0x12e82c),_0x12e82c['capability']&&percyHelper[_0x5a5c78(0x1d9)](_0x34448f,_0x4756db['WebElement'],_0x12e82c),_0x34448f['getAccessibilityResultsSummary']=async()=>{const _0x18dedd=_0x5a5c78;return await _0x18e87a[_0x18dedd(0x18e)](getAccessibilityResultsSummary,_0x34448f,global);},_0x34448f['getAccessibilityResults']=async()=>{return await _0x55d80e['laAYA'](getAccessibilityResults,_0x34448f,global);},_0x34448f[_0x5a5c78(0x149)]=async()=>{const _0x235b80=_0x5a5c78;return await _0x55d80e[_0x235b80(0x120)](performScan,_0x34448f);};}),_0x5b6099[_0x43c209(0x1ca)]=async()=>{const _0x52a3e9=_0x43c209;return await _0x55d80e[_0x52a3e9(0x1ea)](getAccessibilityResultsSummary,_0x5b6099,global);},_0x5b6099[_0x43c209(0x175)]=async()=>{const _0x573a35=_0x43c209;return await _0x55d80e[_0x573a35(0x11f)](getAccessibilityResults,_0x5b6099,global);},_0x5b6099[_0x43c209(0x149)]=async()=>{return await _0x4d26be['mHBEb'](performScan,_0x5b6099);},_0x2f29d4&&_0x4d26be['oRwcb'](overrideTakeScreenshot,_0x5b6099),helper[_0x43c209(0xf0)](_0x5b6099),helper[_0x43c209(0x139)](_0x5b6099,_0x12e82c),_0x4d26be[_0x43c209(0x1f3)](overrideExecute,_0x5b6099,_0x12e82c),_0x12e82c[_0x43c209(0x178)]&&percyHelper['patchDriverPercy'](_0x5b6099,_0x4756db['WebElement'],_0x12e82c);helper['isUndefined'](global[_0x43c209(0x1f6)])&&(global[_0x43c209(0x1f6)]=[]);helper['isUndefined'](global[_0x43c209(0x1cb)])&&(global['__drivers']=[]);global[_0x43c209(0x1f6)][_0x43c209(0x1b6)](_0x5b6099),global[_0x43c209(0x147)]=_0x5b6099,_0xdbf430&&(_0xdbf430[_0x43c209(0x141)]['__driver']=_0x5b6099);_0x4d26be[_0x43c209(0x1c4)](global[_0x43c209(0x1cb)],undefined)&&global[_0x43c209(0x1cb)][_0x43c209(0x1b6)](_0x5b6099);_0xdbf430&&helper['isUndefined'](_0xdbf430[_0x43c209(0x141)][_0x43c209(0x1cb)])&&(_0xdbf430['global']['__drivers']=[]);_0xdbf430&&helper[_0x43c209(0x176)](_0xdbf430[_0x43c209(0x141)][_0x43c209(0x1f6)])&&(_0xdbf430[_0x43c209(0x141)][_0x43c209(0x1f6)]=[]);_0xdbf430&&_0x4d26be[_0x43c209(0x1c4)](_0xdbf430[_0x43c209(0x141)][_0x43c209(0x1cb)],undefined)&&(_0xdbf430[_0x43c209(0x141)][_0x43c209(0x1cb)][_0x43c209(0x1b6)](_0x5b6099),_0xdbf430['global'][_0x43c209(0x1f6)]['push'](_0x5b6099));_0x5b6099[_0x43c209(0x14b)]=globals[_0x43c209(0x153)](_0x4d26be[_0x43c209(0x12f)]);try{global[_0x43c209(0x1cb)][0x0][_0x43c209(0x1d5)][_0x43c209(0x181)](_0x20b893=>{const _0x40fb77=_0x43c209;logger[_0x40fb77(0x1d7)](_0x40fb77(0x134)+_0x20b893['getId']()+_0x40fb77(0x1c9));});}catch(_0x52f08b){logger['debug'](_0x43c209(0xff)+_0x52f08b);}globals['setGlobal'](_0x4d26be[_0x43c209(0x12f)],globals['getGlobal'](_0x4d26be['HGcVq']));})(),_0x5b6099;}}_0xdbf430&&(globals[_0x14a241(0x13b)]=_0xdbf430[_0x14a241(0x141)][_0x14a241(0x13b)]);if(_0xbaa33a['FNzWs'](isAccessibilityAutomationSession))try{let _0x40d97a=helper[_0x14a241(0x1cf)](_0xbaa33a[_0x14a241(0x1b8)],_0xbaa33a[_0x14a241(0x180)])[_0x14a241(0x116)];(!_0x40d97a['prototype']||!_0x40d97a[_0x14a241(0x1da)][_0x14a241(0xf2)])&&(_0x40d97a=helper['requireModule'](_0xbaa33a[_0x14a241(0x133)],_0xbaa33a[_0x14a241(0x180)])[_0x14a241(0x199)]);if(_0x40d97a[_0x14a241(0x1da)]&&_0x40d97a[_0x14a241(0x1da)][_0x14a241(0xf2)]){const _0x5142a2=_0x40d97a[_0x14a241(0x1da)][_0x14a241(0xf2)];logger['debug'](_0xbaa33a[_0x14a241(0x1ac)]),_0x40d97a[_0x14a241(0x1da)][_0x14a241(0xf2)]=async function(){const _0x536a66=_0x14a241;try{!globals[_0x536a66(0x153)](_0xbaa33a[_0x536a66(0x1db)])&&globals[_0x536a66(0x153)](_0xbaa33a[_0x536a66(0x130)])&&globals[_0x536a66(0x153)](_0xbaa33a[_0x536a66(0x1a0)])&&scripts[_0x536a66(0x1bf)](arguments[0x0]['name_'])&&!_0xbaa33a[_0x536a66(0x1dc)](isBrowserStackCommandExecutor,arguments[0x0][_0x536a66(0x183)])&&(globals[_0x536a66(0x17e)](_0xbaa33a[_0x536a66(0x1db)],!![]),logger[_0x536a66(0x1d7)](_0x536a66(0x137)+arguments[0x0][_0x536a66(0x184)]),await _0xbaa33a['JpcUN'](performScan,global[_0x536a66(0x147)],arguments[0x0]['name_']));}catch(_0x309b37){logger['debug'](_0x536a66(0x163)+util[_0x536a66(0x16c)](_0x309b37));}return globals[_0x536a66(0x17e)](_0xbaa33a[_0x536a66(0x1db)],![]),_0x5142a2[_0x536a66(0x10f)](this,arguments);};}}catch(_0x495ea5){logger[_0x14a241(0x1d7)](_0xbaa33a[_0x14a241(0x1a5)](_0xbaa33a[_0x14a241(0x154)],_0x495ea5));}return _0x4756db[_0x14a241(0x144)]=_0x4756db[_0x14a241(0x158)],_0x4756db['Builder']=_0x26d715,_0x47ac7e[_0x14a241(0x18d)]=_0x2c99a1,_0x4756db;};module[a95_0x1b5f42(0x160)][a95_0x1b5f42(0x18b)]=modify,module[a95_0x1b5f42(0x160)][a95_0x1b5f42(0x1ae)]=modifyV2,module[a95_0x1b5f42(0x160)][a95_0x1b5f42(0x12b)]=percySDK,module[a95_0x1b5f42(0x160)]['BrowserStackSdk']=BrowserStackSdk,module[a95_0x1b5f42(0x160)][a95_0x1b5f42(0x1c1)]=modifyPlaywrightConfig;function a95_0x6143(){const _0x1523d1=['QZlnN','qFWoQ','initializeHealingCapabilities','NbeTb','path','readTcgAuthConfigToGlobal','jErJm','ULSGJ','object','Rsski','FNzWs','bnTlq','Setting\x20Browserstack\x20capabilities','setFramework','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','mHBEb','rOKvq','5|2|0|3|4|1|6|7','TtCLY','bkgQN','newHubUrl','__driversArray','LTayv','SDK_POST_INITIALIZE','requireHttpClient','New\x20hub\x20url\x20set\x20to\x20','TDUjh','./helpers/ai-sdk/autoHealHelper','overrideQuit','uUBRp','execute','hKICr','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','cPEMS','measureWrapper','CAPABILITY_KEY','91OdIURg','RACmN','WvLRP','proxy_','send','cYygp','Pmils','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','./bin/playwright/modifyPlaywrightConf','prepareCapabilities','SQpsc','setServer','KVyco','ejvuA','Unable\x20to\x20find\x20executor\x20class\x20','LlNGA','mAuZP','SDK_PRE_INITIALIZE','LTITx','KVEgn','/session','https://','getRequestOptions','apply','EPTkC','Cnkvd','error','jest','setAdditionalCapabilities','./bin/mocha/accessibility-automation/helper','WebDriver','gCGWN','getHubUrl','bstackAllyScanning','9ztAyqT','BMiAi','hrSLO','keys','JHFdA','LvPQz','XypmR','2|3|0|1|4','forEach','FYhBq','includes','./helpers/accessibility-automation/scripts','lNfbf','njksM','AnuDG','firefoxOptions','aiHeal_isHealingEnabled','percy','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','TzzzY','1813712plwyUY','HGcVq','kpYDa','./helpers/globals','.browserstack.com','iofDU','setting\x20driver\x20Session\x20ID:\x20','phYdV','setCapabilities','Performing\x20scan\x20for\x20','xQsGP','overrideGet','goog:chromeOptions','browserStackGlobals','xyXfa','mergeDeep','Session\x20ID:\x20','suYIp','selenium-webdriver/lib/http.js','global','exDRT','NWuxl','originalBuilder','safariOptions_','MdKce','__driver','./helpers/helper','performScan','huLrY','isAccessibilityPlatform','options_','./helpers/patchHelper','BekdG','aiHeal_isAuthenticated','ExqlC','EmpcC','proxyUrl','getGlobal','vzrmc','mUGLE','quitCount_','Modifying\x20webdriver\x20execute','Builder','./helpers/percy/utils','safari.options','get','bstackA11yShouldScan','setLogLevel','15990530FdBEPw','selenium-webdriver','exports','RDqcm','winstonLogger','Failed\x20to\x20perform\x20scan\x20','framework','GsDWH','aiSdk_framework','YctHb','3|0|4|2|1','brWvy','Rgqin','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','format','storeOptimalHubUrl','qdRON','5|6|4|0|2|1|3','split','HHFUU','./hubAllocationMethods','gArnv','Zoevi','getAccessibilityResults','isUndefined','edgeOptions_','capability','./helpers/performance/performance-tester','Proxy\x20set\x20to\x20','UCSLF','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','Ntrpu','setGlobal','./browserStackSdk','xFAHW','then','rlgJg','parameters_','name_','3lhAJpm','isPacProxy','getHttpAgent','FYgzq','updateHubUrl','wfLIQ','browserstackAgent','47136SQMsPy','HttpClient','Zpctr','fQVnf','dFHKQ','ieOptions_','BLGoK','/wd/hub','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','build','ms:edgeOptions','NDoYh','moz:firefoxOptions','Executor','set','url_','vwEhG','isBrowserstackInfra','chromeOptions','PUrLg','qDdUj','oUdSM','setConfig','./helpers/logger','se:ieOptions','fPCYL','UtFcW','3488568eHoWkO','1100843mVXwRY','./helpers/patchHelpers','KMcXg','proxySettings','KdsHO','eUOyo','browserstackAgentV2','10ClxUJi','IdfvI','util','ZYCuh','firefoxOptions_','capabilities_','optimalHubUrl','push','UApmZ','xbIFo','MKLQT','requireSeleniumWebdriver','logLevel','471352oGVTBv','IoLEp','Modifying\x20webdriver\x20builder','shouldWrapCommand','tXziA','_modifyPlaywright','ieOptions','VAGxp','NQvUr','caps_','./helpers/accessibility-automation/helper','lMgyZ','./helpers/performance/constants','\x20to\x20global\x20drivers\x20array','getAccessibilityResultsSummary','__drivers','HNgxD','FrfwJ','agent_','requireModule','edgeOptions','__setBrowserOptions','./helpers/percy/PercySDK','EAhGe','info','session_','4785WmSMDI','debug','uaOBD','patchDriverPercy','prototype','luRPz','UfVzJ','moasH','1313236pyVyzc','uwjZI','chromeOptions_'];a95_0x6143=function(){return _0x1523d1;};return a95_0x6143();}
1
+ const a95_0x2f6702=a95_0x4bc0;(function(_0xd4bc59,_0x23de98){const _0x53b377=a95_0x4bc0,_0x11c01c=_0xd4bc59();while(!![]){try{const _0x19a43a=parseInt(_0x53b377(0x20c))/0x1+-parseInt(_0x53b377(0x193))/0x2*(parseInt(_0x53b377(0x198))/0x3)+-parseInt(_0x53b377(0x1a9))/0x4*(parseInt(_0x53b377(0x1a8))/0x5)+parseInt(_0x53b377(0x1d2))/0x6+parseInt(_0x53b377(0x1f3))/0x7+-parseInt(_0x53b377(0x26c))/0x8*(parseInt(_0x53b377(0x204))/0x9)+parseInt(_0x53b377(0x19a))/0xa;if(_0x19a43a===_0x23de98)break;else _0x11c01c['push'](_0x11c01c['shift']());}catch(_0x9c7e5b){_0x11c01c['push'](_0x11c01c['shift']());}}}(a95_0x2297,0x68a85));const util=require(a95_0x2f6702(0x245)),{overrideTakeScreenshot}=require(a95_0x2f6702(0x238)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require(a95_0x2f6702(0x22a)),helper=require('./helpers/helper'),logger=require(a95_0x2f6702(0x207))[a95_0x2f6702(0x1ff)],hubAllocator=require(a95_0x2f6702(0x19e)),percySDK=require(a95_0x2f6702(0x1e9)),percyHelper=require(a95_0x2f6702(0x246)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a95_0x2f6702(0x233)),scripts=require(a95_0x2f6702(0x1e3)),globals=require('./helpers/globals'),{commandRepository}=require(a95_0x2f6702(0x23b)),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require(a95_0x2f6702(0x221)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a95_0x2f6702(0x192)),modify=_0x13b722=>{const _0x24fcd6=a95_0x2f6702,_0x11685d={'xJJUX':function(_0x5c183c,_0x15f909){return _0x5c183c!==_0x15f909;},'tJLHt':'/session','Wxypi':function(_0x4bd95a,_0x317e54){return _0x4bd95a+_0x317e54;},'UMppp':_0x24fcd6(0x261),'yKUMO':_0x24fcd6(0x1ea),'dJMux':'goog:chromeOptions','gwcGL':'chromeOptions','QcgMq':_0x24fcd6(0x18f),'TatBt':_0x24fcd6(0x226),'xtoVa':_0x24fcd6(0x237),'NgAkn':'firefoxOptions','lWUKD':_0x24fcd6(0x1cb),'tIsog':_0x24fcd6(0x234),'GHrMp':'ieOptions','rPMzU':function(_0x1b120a,_0x3e51cc){return _0x1b120a===_0x3e51cc;},'gQlcd':_0x24fcd6(0x229),'ALTPa':_0x24fcd6(0x259),'JnWAU':function(_0x1107ae,_0x5bba74,_0xd8e254){return _0x1107ae(_0x5bba74,_0xd8e254);},'DJbQs':function(_0x14edf2,_0x52a5ae){return _0x14edf2(_0x52a5ae);},'wfzMN':function(_0x2dff4d,_0x994ad6,_0x47a5c3){return _0x2dff4d(_0x994ad6,_0x47a5c3);},'QGztX':function(_0x5532ac,_0x5823ea,_0x24e935){return _0x5532ac(_0x5823ea,_0x24e935);},'VvNEx':_0x24fcd6(0x197),'hiCPZ':_0x24fcd6(0x266),'fZVnC':function(_0x727a1e){return _0x727a1e();},'Cpvdu':function(_0x39e09a,_0x144c70){return _0x39e09a(_0x144c70);},'whaga':_0x24fcd6(0x190),'whsNm':_0x24fcd6(0x231),'LAtkY':_0x24fcd6(0x224),'ufXiB':function(_0x29f801,_0x5c57f3,_0x1ea071){return _0x29f801(_0x5c57f3,_0x1ea071);},'qYYtm':function(_0x2651ff,_0x222d4f,_0x4f193a){return _0x2651ff(_0x222d4f,_0x4f193a);},'UHTGI':_0x24fcd6(0x24c),'uXPIs':'Modifying\x20webdriver\x20builder'};logger[_0x24fcd6(0x1a6)](_0x11685d[_0x24fcd6(0x186)]),logger['debug'](_0x11685d['uXPIs']);const _0x21166f=helper['requireSeleniumWebdriver'](),_0x5678e6=helper[_0x24fcd6(0x1df)]();class _0x118c66 extends _0x5678e6[_0x24fcd6(0x200)]{[_0x24fcd6(0x1af)](_0x1b4421){const _0x28fe06=_0x24fcd6;if(_0x11685d['xJJUX'](_0x1b4421[_0x28fe06(0x248)],_0x11685d[_0x28fe06(0x1b1)])&&_0x11685d[_0x28fe06(0x236)](global[_0x28fe06(0x23d)],''))try{global[_0x28fe06(0x23d)]=_0x11685d['Wxypi'](_0x11685d['Wxypi'](_0x11685d[_0x28fe06(0x260)],global['newHubUrl']),_0x11685d[_0x28fe06(0x1a5)]),this[_0x28fe06(0x17d)]=hubAllocator[_0x28fe06(0x1ee)](global[_0x28fe06(0x23d)]),logger[_0x28fe06(0x1da)](_0x28fe06(0x1d4)+global['newHubUrl']),global[_0x28fe06(0x23d)]='';}catch(_0x1be143){logger[_0x28fe06(0x1f1)](_0x1be143);}return super[_0x28fe06(0x1af)](_0x1b4421);}}class _0x38948c extends _0x21166f[_0x24fcd6(0x194)]{[_0x24fcd6(0x1eb)](_0x46ef52){const _0x402206=_0x24fcd6;let _0x1141d2={};for(const _0x3f349c in _0x46ef52){switch(_0x3f349c){case _0x11685d[_0x402206(0x1b3)]:case _0x11685d[_0x402206(0x18b)]:this[_0x402206(0x22b)]&&(_0x1141d2=this[_0x402206(0x22b)][_0x402206(0x220)](this['chromeOptions_']['CAPABILITY_KEY'])||{},this[_0x402206(0x22b)][_0x402206(0x25d)](this[_0x402206(0x22b)][_0x402206(0x1c9)],helper[_0x402206(0x1ae)](_0x1141d2,_0x46ef52[_0x3f349c])));break;case _0x11685d[_0x402206(0x1b6)]:case _0x11685d['TatBt']:this['edgeOptions_']&&(_0x1141d2=this['edgeOptions_'][_0x402206(0x220)](this[_0x402206(0x1bd)][_0x402206(0x1c9)])||{},this[_0x402206(0x1bd)]['set'](this['edgeOptions_'][_0x402206(0x1c9)],helper[_0x402206(0x1ae)](_0x1141d2,_0x46ef52[_0x3f349c])));break;case _0x11685d['xtoVa']:case _0x11685d['NgAkn']:this[_0x402206(0x1d7)]&&(_0x1141d2=this['firefoxOptions_']['get'](this['firefoxOptions_'][_0x402206(0x1c9)])||{},this[_0x402206(0x1d7)]['set'](this[_0x402206(0x1d7)][_0x402206(0x1c9)],helper[_0x402206(0x1ae)](_0x1141d2,_0x46ef52[_0x3f349c])));break;case _0x11685d[_0x402206(0x1fc)]:this[_0x402206(0x181)]&&(_0x1141d2=this[_0x402206(0x181)][_0x402206(0x220)](this['safariOptions_'][_0x402206(0x1c9)])||{},this[_0x402206(0x181)][_0x402206(0x25d)](this['safariOptions_'][_0x402206(0x1c9)],helper['mergeDeep'](_0x1141d2,_0x46ef52[_0x3f349c])));break;case _0x11685d[_0x402206(0x17c)]:case _0x11685d[_0x402206(0x1f9)]:this['ieOptions_']&&(_0x1141d2=this[_0x402206(0x235)]['get'](this[_0x402206(0x235)][_0x402206(0x1c9)])||{},this['ieOptions_']['set'](this[_0x402206(0x235)][_0x402206(0x1c9)],helper[_0x402206(0x1ae)](_0x1141d2,_0x46ef52[_0x3f349c])));break;}}}[_0x24fcd6(0x1e0)](){const _0x29fdd2=_0x24fcd6;return this[_0x29fdd2(0x1a0)]=helper[_0x29fdd2(0x262)](_0x13b722),logger[_0x29fdd2(0x1da)](_0x29fdd2(0x1fe)+this[_0x29fdd2(0x1a0)]),this;}[_0x24fcd6(0x206)](){const _0x1ae820=_0x24fcd6;return logger['debug'](_0x11685d[_0x1ae820(0x267)]),this[_0x1ae820(0x1eb)](_0x13b722['capability']),Object[_0x1ae820(0x23e)](_0x13b722['capability'])[_0x1ae820(0x18c)](_0x1ac60a=>{const _0x42143f=_0x1ae820,_0x4ae222=this[_0x42143f(0x1a1)][_0x42143f(0x220)](_0x1ac60a);_0x11685d[_0x42143f(0x1a7)](typeof _0x4ae222,_0x11685d[_0x42143f(0x1e1)])?this[_0x42143f(0x1a1)]['set'](_0x1ac60a,helper[_0x42143f(0x1ae)](_0x4ae222,_0x13b722[_0x42143f(0x180)][_0x1ac60a])):this['capabilities_'][_0x42143f(0x25d)](_0x1ac60a,_0x13b722[_0x42143f(0x180)][_0x1ac60a]);}),this;}[_0x24fcd6(0x241)](){const _0x2f3ecf=_0x24fcd6,_0x2b8c3a={'sRnEW':_0x11685d['VvNEx'],'CCnmX':_0x11685d[_0x2f3ecf(0x25e)],'NGLHI':function(_0x13ce34){const _0x188b77=_0x2f3ecf;return _0x11685d[_0x188b77(0x1e4)](_0x13ce34);},'JNJlJ':function(_0x3e0a0f,_0x1bf2a2){return _0x11685d['Cpvdu'](_0x3e0a0f,_0x1bf2a2);},'DSPEx':_0x11685d[_0x2f3ecf(0x25c)],'cpoqz':function(_0x1e11a6,_0x104a3f,_0x583b51){const _0x2ce5c6=_0x2f3ecf;return _0x11685d[_0x2ce5c6(0x1c2)](_0x1e11a6,_0x104a3f,_0x583b51);},'GkGfg':_0x11685d[_0x2f3ecf(0x22f)],'nLubx':_0x11685d['LAtkY'],'HjDds':function(_0x5d7bb7,_0x36d013,_0x15abae){const _0x15a062=_0x2f3ecf;return _0x11685d[_0x15a062(0x265)](_0x5d7bb7,_0x36d013,_0x15abae);},'XchGd':function(_0x31fdfe,_0x1d095f,_0x105ea8){return _0x11685d['qYYtm'](_0x31fdfe,_0x1d095f,_0x105ea8);},'UGyxy':function(_0xf3974,_0x4a1844,_0x3b2b2e){const _0xe6700a=_0x2f3ecf;return _0x11685d[_0xe6700a(0x254)](_0xf3974,_0x4a1844,_0x3b2b2e);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x2f3ecf(0x20e)],()=>{const _0x2da41b=_0x2f3ecf,_0x410729=_0x2b8c3a[_0x2da41b(0x1d8)][_0x2da41b(0x17e)]('|');let _0x114fbc=0x0;while(!![]){switch(_0x410729[_0x114fbc++]){case'0':logger[_0x2da41b(0x1da)](_0x2b8c3a[_0x2da41b(0x1ac)]);continue;case'1':this[_0x2da41b(0x206)]();continue;case'2':if(helper[_0x2da41b(0x1e7)](_0x13b722[_0x2da41b(0x1d3)]['proxyUrl']))this[_0x2da41b(0x183)]=helper[_0x2da41b(0x1ef)](_0x13b722[_0x2da41b(0x1d3)]['proxyUrl']);else _0x13b722['proxySettings'][_0x2da41b(0x1b4)]&&(this[_0x2da41b(0x1e5)]=_0x13b722[_0x2da41b(0x1d3)]['proxyUrl'],logger['debug'](_0x2da41b(0x1f5)+this[_0x2da41b(0x1e5)]));continue;case'3':!helper[_0x2da41b(0x203)]()&&helper[_0x2da41b(0x215)](null,null,_0x13b722[_0x2da41b(0x210)],null,this,null);continue;case'4':_0x2b8c3a['NGLHI'](isAccessibilityAutomationSession)&&_0x2b8c3a[_0x2da41b(0x239)](setAccessibilityCapabilities,_0x13b722);continue;case'5':helper[_0x2da41b(0x1d9)](_0x13b722['capability']);continue;case'6':this[_0x2da41b(0x1e0)]();continue;case'7':globals['getGlobal'](_0x2b8c3a[_0x2da41b(0x199)])&&(!_0x2b8c3a['cpoqz'](setExtension,this,_0x13b722)&&globals[_0x2da41b(0x20f)](_0x2b8c3a[_0x2da41b(0x199)],![]));continue;}break;}})();const _0x4811c1=super[_0x2f3ecf(0x241)]();return PerformanceTester[_0x2f3ecf(0x25f)](PerformanceEvents[_0x2f3ecf(0x1a4)],()=>{const _0x1183b6=_0x2f3ecf,_0x332ab9={'yWBLN':function(_0x286e4f,_0x2c2adf,_0x285da0){const _0xef37e6=a95_0x4bc0;return _0x11685d[_0xef37e6(0x184)](_0x286e4f,_0x2c2adf,_0x285da0);},'nTWkC':function(_0xa0fac6,_0x102b9f){const _0x5c9804=a95_0x4bc0;return _0x11685d[_0x5c9804(0x1c0)](_0xa0fac6,_0x102b9f);},'ZPUDy':function(_0x3c261a,_0x3888c4,_0x5663f0){const _0x3203e4=a95_0x4bc0;return _0x11685d[_0x3203e4(0x187)](_0x3c261a,_0x3888c4,_0x5663f0);}};_0x4811c1[_0x1183b6(0x205)][_0x1183b6(0x24e)](_0x3f3ffb=>{const _0x244f4c=_0x1183b6;try{const _0x25534b=_0x3f3ffb[_0x244f4c(0x18d)]['get'](_0x2b8c3a[_0x244f4c(0x1ab)]);_0x25534b?(logger['debug'](_0x244f4c(0x1f6)+_0x25534b),hubAllocator[_0x244f4c(0x25a)](_0x25534b),helper[_0x244f4c(0x1a3)](_0x25534b)):logger['debug'](_0x2b8c3a[_0x244f4c(0x255)]);}catch(_0x225419){logger[_0x244f4c(0x1da)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x225419);}}),_0x4811c1[_0x1183b6(0x24e)]&&_0x4811c1['then'](_0x4e5ccb=>{const _0x181d04=_0x1183b6,_0x199bc6={'wFkBX':function(_0xc4ed87,_0x2296c6,_0x217223){const _0x4bb75a=a95_0x4bc0;return _0x2b8c3a[_0x4bb75a(0x21e)](_0xc4ed87,_0x2296c6,_0x217223);}};helper[_0x181d04(0x1ba)](_0x4e5ccb,_0x13b722),_0x2b8c3a['XchGd'](overrideExecute,_0x4e5ccb,_0x13b722),_0x4e5ccb['getAccessibilityResultsSummary']=async()=>{const _0xb022af=_0x181d04;return await _0x332ab9[_0xb022af(0x1cd)](getAccessibilityResultsSummary,_0x4e5ccb,global);},_0x4e5ccb['getAccessibilityResults']=async()=>{const _0x37a53c=_0x181d04;return await _0x199bc6[_0x37a53c(0x19f)](getAccessibilityResults,_0x4e5ccb,global);},_0x4e5ccb['performScan']=async()=>{const _0x3a20b0=_0x181d04;return await _0x332ab9[_0x3a20b0(0x1ad)](performScan,_0x4e5ccb);};}),_0x4811c1[_0x1183b6(0x202)]=async()=>{const _0x219c98=_0x1183b6;return await _0x2b8c3a[_0x219c98(0x1c8)](getAccessibilityResultsSummary,_0x4811c1,global);},_0x4811c1[_0x1183b6(0x1d5)]=async()=>{const _0x159579=_0x1183b6;return await _0x332ab9[_0x159579(0x26a)](getAccessibilityResults,_0x4811c1,global);},_0x4811c1['performScan']=async()=>{return await _0x2b8c3a['JNJlJ'](performScan,_0x4811c1);},helper[_0x1183b6(0x1ba)](_0x4811c1,_0x13b722),_0x11685d[_0x1183b6(0x1c2)](overrideExecute,_0x4811c1,_0x13b722),helper[_0x1183b6(0x23a)](global[_0x1183b6(0x21c)])&&(global['__driversArray']=[]),global[_0x1183b6(0x21c)][_0x1183b6(0x1f2)](_0x4811c1);})(),_0x4811c1;}}_0x21166f[_0x24fcd6(0x1fa)]=_0x21166f[_0x24fcd6(0x194)],_0x21166f['Builder']=_0x38948c,_0x5678e6[_0x24fcd6(0x200)]=_0x118c66;},modifyV2=(_0x45942c,_0x24f421=null,_0x49fedd=![])=>{const _0x3d8e03=a95_0x2f6702,_0x4ec13d={'IqiJk':function(_0x2c6c88,_0x23debe){return _0x2c6c88!==_0x23debe;},'MurtV':_0x3d8e03(0x1c4),'wbaAm':function(_0x10bcf7,_0x12f8a8){return _0x10bcf7!==_0x12f8a8;},'ebzWr':function(_0x676832,_0x56f744){return _0x676832+_0x56f744;},'dDAxU':_0x3d8e03(0x261),'DNsrN':_0x3d8e03(0x1ea),'hUQuN':_0x3d8e03(0x1ed),'Jmfrn':_0x3d8e03(0x1b9),'pWDUU':_0x3d8e03(0x24a),'wpTox':_0x3d8e03(0x18e),'XkjRh':'ms:edgeOptions','Qfkfl':_0x3d8e03(0x226),'aVGhx':'moz:firefoxOptions','tEfWa':'firefoxOptions','JFKGo':'safari.options','ysYVS':_0x3d8e03(0x234),'jDkkn':_0x3d8e03(0x1fb),'sqDCL':function(_0x27106c,_0x296787){return _0x27106c===_0x296787;},'qimXi':_0x3d8e03(0x229),'BzxLU':_0x3d8e03(0x259),'qYiUn':function(_0x2f8b07,_0x1e30ce,_0x33b9f9){return _0x2f8b07(_0x1e30ce,_0x33b9f9);},'agrjo':function(_0x17a98c,_0x450233){return _0x17a98c(_0x450233);},'pTyQB':function(_0x131d9e,_0x255064,_0xf30f4d){return _0x131d9e(_0x255064,_0xf30f4d);},'yqXvt':_0x3d8e03(0x190),'Qekds':_0x3d8e03(0x1c1),'njVbB':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','Qcnre':function(_0xaca6ec){return _0xaca6ec();},'IOFrJ':_0x3d8e03(0x182),'UESXk':_0x3d8e03(0x21f),'lNsqS':_0x3d8e03(0x269),'AZQVK':function(_0x32fc03,_0x53b64c){return _0x32fc03===_0x53b64c;},'RhAiC':'aiSdk_framework','AaieL':'jest','qFjRb':_0x3d8e03(0x256),'dRiXA':_0x3d8e03(0x231),'bjiSp':_0x3d8e03(0x224),'FVNsb':function(_0x24bf25,_0x4d0ed6,_0x439b93){return _0x24bf25(_0x4d0ed6,_0x439b93);},'ktoAP':_0x3d8e03(0x1aa),'FnHBy':_0x3d8e03(0x20a),'ijsIn':function(_0x4c6e55,_0x234f0e,_0x4fe3f9){return _0x4c6e55(_0x234f0e,_0x4fe3f9);},'bhBxO':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','PQAPc':'Modifying\x20webdriver\x20builder','BdhLL':'selenium-webdriver/lib/webdriver.js','eWExz':'selenium-webdriver','fnWdh':_0x3d8e03(0x218),'qvAdT':_0x3d8e03(0x20b),'tyvlk':_0x3d8e03(0x225)},_0x5851db=helper[_0x3d8e03(0x1df)]();let _0x1eb6b9;try{_0x1eb6b9=helper[_0x3d8e03(0x214)](),_0x1eb6b9[_0x3d8e03(0x1fa)]&&(_0x1eb6b9[_0x3d8e03(0x194)]=_0x1eb6b9[_0x3d8e03(0x1fa)]);}catch(_0xb19d05){return;}if(helper[_0x3d8e03(0x203)]()){const _0x5822ae={};_0x5822ae['logLevel']=_0x45942c['browserStackLogLevel'],helper[_0x3d8e03(0x208)](_0x5822ae,new Map(),new Map()),logger[_0x3d8e03(0x1a6)](_0x4ec13d[_0x3d8e03(0x1f8)]),logger[_0x3d8e03(0x1da)](_0x4ec13d[_0x3d8e03(0x257)]);}class _0x1e7e2d extends _0x5851db[_0x3d8e03(0x200)]{[_0x3d8e03(0x1af)](_0x12e10c){const _0x383fc2=_0x3d8e03;if(_0x4ec13d[_0x383fc2(0x1c7)](_0x12e10c[_0x383fc2(0x248)],_0x4ec13d[_0x383fc2(0x1a2)])&&_0x4ec13d['wbaAm'](global[_0x383fc2(0x23d)],''))try{global[_0x383fc2(0x23d)]=_0x4ec13d[_0x383fc2(0x230)](_0x4ec13d[_0x383fc2(0x230)](_0x4ec13d[_0x383fc2(0x17b)],global[_0x383fc2(0x23d)]),_0x4ec13d['DNsrN']),this[_0x383fc2(0x17d)]=hubAllocator['getRequestOptions'](global[_0x383fc2(0x23d)]),logger['debug'](_0x383fc2(0x1d4)+global[_0x383fc2(0x23d)]),global[_0x383fc2(0x23d)]='';}catch(_0x49778b){logger[_0x383fc2(0x1f1)](_0x49778b);}if(globals['getGlobal'](_0x4ec13d[_0x383fc2(0x1ca)])&&globals[_0x383fc2(0x20d)](_0x4ec13d['Jmfrn'])){const _0x3590f2=_0x12e10c[_0x383fc2(0x248)][_0x383fc2(0x17e)]('/')[0x2];_0x3590f2&&commandRepository['pushCommand'](_0x3590f2,_0x12e10c);}return super[_0x383fc2(0x1af)](_0x12e10c);}}class _0x456935 extends _0x1eb6b9[_0x3d8e03(0x194)]{[_0x3d8e03(0x1e0)](){const _0x2d0d9d=_0x3d8e03;return this[_0x2d0d9d(0x1a0)]=helper[_0x2d0d9d(0x262)](_0x45942c),logger[_0x2d0d9d(0x1da)](_0x2d0d9d(0x1fe)+this['url_']),this;}[_0x3d8e03(0x1eb)](_0x803b2b){const _0x31fbc7=_0x3d8e03;let _0x19313c={};for(const _0x490235 in _0x803b2b){switch(_0x490235){case _0x4ec13d[_0x31fbc7(0x1bb)]:case _0x4ec13d['wpTox']:this[_0x31fbc7(0x22b)]&&(_0x19313c=this['chromeOptions_'][_0x31fbc7(0x220)](this[_0x31fbc7(0x22b)][_0x31fbc7(0x1c9)])||{},this[_0x31fbc7(0x22b)][_0x31fbc7(0x25d)](this[_0x31fbc7(0x22b)][_0x31fbc7(0x1c9)],helper['mergeDeep'](_0x19313c,_0x803b2b[_0x490235])));break;case _0x4ec13d[_0x31fbc7(0x240)]:case _0x4ec13d[_0x31fbc7(0x1b7)]:this['edgeOptions_']&&(_0x19313c=this[_0x31fbc7(0x1bd)][_0x31fbc7(0x220)](this[_0x31fbc7(0x1bd)][_0x31fbc7(0x1c9)])||{},this[_0x31fbc7(0x1bd)][_0x31fbc7(0x25d)](this[_0x31fbc7(0x1bd)][_0x31fbc7(0x1c9)],helper[_0x31fbc7(0x1ae)](_0x19313c,_0x803b2b[_0x490235])));break;case _0x4ec13d[_0x31fbc7(0x188)]:case _0x4ec13d[_0x31fbc7(0x1f7)]:this['firefoxOptions_']&&(_0x19313c=this[_0x31fbc7(0x1d7)][_0x31fbc7(0x220)](this[_0x31fbc7(0x1d7)][_0x31fbc7(0x1c9)])||{},this[_0x31fbc7(0x1d7)][_0x31fbc7(0x25d)](this[_0x31fbc7(0x1d7)][_0x31fbc7(0x1c9)],helper[_0x31fbc7(0x1ae)](_0x19313c,_0x803b2b[_0x490235])));break;case _0x4ec13d[_0x31fbc7(0x258)]:this[_0x31fbc7(0x181)]&&(_0x19313c=this[_0x31fbc7(0x181)][_0x31fbc7(0x220)](this[_0x31fbc7(0x181)][_0x31fbc7(0x1c9)])||{},this['safariOptions_']['set'](this[_0x31fbc7(0x181)][_0x31fbc7(0x1c9)],helper[_0x31fbc7(0x1ae)](_0x19313c,_0x803b2b[_0x490235])));break;case _0x4ec13d[_0x31fbc7(0x195)]:case _0x4ec13d['jDkkn']:this[_0x31fbc7(0x235)]&&(_0x19313c=this[_0x31fbc7(0x235)][_0x31fbc7(0x220)](this[_0x31fbc7(0x235)][_0x31fbc7(0x1c9)])||{},this[_0x31fbc7(0x235)][_0x31fbc7(0x25d)](this[_0x31fbc7(0x235)][_0x31fbc7(0x1c9)],helper['mergeDeep'](_0x19313c,_0x803b2b[_0x490235])));break;}}}['setCapabilities'](){const _0x19a0e9=_0x3d8e03;return logger[_0x19a0e9(0x1da)](_0x4ec13d[_0x19a0e9(0x22e)]),this[_0x19a0e9(0x1eb)](_0x45942c['capability']),Object[_0x19a0e9(0x23e)](_0x45942c[_0x19a0e9(0x180)])['forEach'](_0x28fe98=>{const _0x3e11cd=_0x19a0e9,_0x5373b8=this['capabilities_'][_0x3e11cd(0x220)](_0x28fe98);_0x4ec13d['sqDCL'](typeof _0x5373b8,_0x4ec13d[_0x3e11cd(0x24d)])?this[_0x3e11cd(0x1a1)][_0x3e11cd(0x25d)](_0x28fe98,helper[_0x3e11cd(0x1ae)](_0x5373b8,_0x45942c[_0x3e11cd(0x180)][_0x28fe98])):this[_0x3e11cd(0x1a1)][_0x3e11cd(0x25d)](_0x28fe98,_0x45942c[_0x3e11cd(0x180)][_0x28fe98]);}),this;}['build'](){const _0x58bb2a=_0x3d8e03,_0x46b7e0={'iXPyK':_0x4ec13d[_0x58bb2a(0x26d)],'NLUak':_0x4ec13d[_0x58bb2a(0x19d)],'iZOjK':function(_0xbab445,_0x16e380,_0x3f285e){const _0x29ba60=_0x58bb2a;return _0x4ec13d[_0x29ba60(0x1f0)](_0xbab445,_0x16e380,_0x3f285e);},'ZCpyL':_0x4ec13d[_0x58bb2a(0x1c5)],'crEVV':function(_0x1ac06a){const _0x3617d0=_0x58bb2a;return _0x4ec13d[_0x3617d0(0x21d)](_0x1ac06a);},'LQnzO':function(_0x37f091,_0x2906d6){return _0x4ec13d['agrjo'](_0x37f091,_0x2906d6);},'xRTzq':_0x4ec13d[_0x58bb2a(0x26b)],'UIwRE':_0x4ec13d['UESXk'],'Gsbsd':_0x4ec13d['lNsqS'],'fcBXf':_0x4ec13d[_0x58bb2a(0x1ca)],'brZOF':_0x4ec13d[_0x58bb2a(0x1bc)],'bTbbr':function(_0x324bd1,_0x22a91d){const _0x5678a9=_0x58bb2a;return _0x4ec13d[_0x5678a9(0x244)](_0x324bd1,_0x22a91d);},'hUcRK':_0x4ec13d[_0x58bb2a(0x1c6)],'XEwqC':_0x4ec13d[_0x58bb2a(0x252)],'wHbxp':_0x4ec13d[_0x58bb2a(0x223)],'aGFrg':_0x4ec13d[_0x58bb2a(0x212)],'drjas':_0x4ec13d['bjiSp'],'xwdao':function(_0x326899,_0x171be8,_0xb50752){const _0x559eb7=_0x58bb2a;return _0x4ec13d[_0x559eb7(0x249)](_0x326899,_0x171be8,_0xb50752);},'RArMM':function(_0x162469,_0x5d4c6d){const _0x30dc5b=_0x58bb2a;return _0x4ec13d[_0x30dc5b(0x1dc)](_0x162469,_0x5d4c6d);}};PerformanceTester[_0x58bb2a(0x25f)](PerformanceEvents[_0x58bb2a(0x20e)],()=>{const _0x3761de=_0x58bb2a;if(helper['isBrowserstackInfra']()){const _0xa795c0=_0x46b7e0[_0x3761de(0x19c)][_0x3761de(0x17e)]('|');let _0x36fabd=0x0;while(!![]){switch(_0xa795c0[_0x36fabd++]){case'0':globals[_0x3761de(0x20d)](_0x46b7e0[_0x3761de(0x264)])&&(!_0x46b7e0['iZOjK'](setExtension,this,_0x45942c)&&globals['setGlobal'](_0x46b7e0[_0x3761de(0x264)],![]));continue;case'1':this[_0x3761de(0x1e0)]();continue;case'2':helper[_0x3761de(0x1d9)](_0x45942c[_0x3761de(0x180)]);continue;case'3':if(helper[_0x3761de(0x1e7)](_0x45942c[_0x3761de(0x1d3)][_0x3761de(0x1b4)]))this[_0x3761de(0x183)]=helper[_0x3761de(0x1ef)](_0x45942c[_0x3761de(0x1d3)][_0x3761de(0x1b4)]);else _0x45942c[_0x3761de(0x1d3)]['proxyUrl']&&(this[_0x3761de(0x1e5)]=_0x45942c[_0x3761de(0x1d3)][_0x3761de(0x1b4)],logger[_0x3761de(0x1da)](_0x3761de(0x1f5)+this[_0x3761de(0x1e5)]));continue;case'4':logger['debug'](_0x46b7e0[_0x3761de(0x17f)]);continue;case'5':this[_0x3761de(0x206)]();continue;case'6':_0x46b7e0[_0x3761de(0x1d1)](isAccessibilityAutomationSession)&&_0x46b7e0[_0x3761de(0x1b5)](setAccessibilityCapabilities,_0x45942c);continue;}break;}}else{const _0xaab3f0=_0x46b7e0['xRTzq'][_0x3761de(0x17e)]('|');let _0x2fd2d8=0x0;while(!![]){switch(_0xaab3f0[_0x2fd2d8++]){case'0':if(this[_0x3761de(0x1a0)][_0x3761de(0x228)](_0x46b7e0[_0x3761de(0x211)]))logger[_0x3761de(0x1da)](_0x46b7e0[_0x3761de(0x243)]),globals['setGlobal'](_0x46b7e0[_0x3761de(0x247)],![]),globals[_0x3761de(0x20f)](_0x46b7e0['brZOF'],![]);else globals['getGlobal'](_0x46b7e0[_0x3761de(0x247)])&&globals['getGlobal'](_0x46b7e0[_0x3761de(0x1e2)])&&aiSdkWrapper[_0x3761de(0x201)](this);continue;case'1':helper[_0x3761de(0x1d9)](_0x45942c['capability']);continue;case'2':helper[_0x3761de(0x185)]();continue;case'3':helper['prepareCapabilities'](null,null,_0x45942c[_0x3761de(0x210)],null,this,null);continue;case'4':_0x46b7e0[_0x3761de(0x216)](globals[_0x3761de(0x20d)](_0x46b7e0[_0x3761de(0x1de)]),_0x46b7e0[_0x3761de(0x22d)])&&(commandRepository[_0x3761de(0x1b2)](_0x46b7e0[_0x3761de(0x22d)]),commandRepository['setConfig'](globals[_0x3761de(0x20d)](_0x46b7e0[_0x3761de(0x1bf)])));continue;}break;}}})();const _0x57428e=super['build']();return PerformanceTester['measureWrapper'](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x5523a7=_0x58bb2a,_0x1ceee7={'IoWuq':function(_0x327c87,_0x2b2714,_0x455a4d){const _0x4611a0=a95_0x4bc0;return _0x4ec13d[_0x4611a0(0x1db)](_0x327c87,_0x2b2714,_0x455a4d);},'plLDF':function(_0x3edfc4,_0xfdcb6a){const _0x558333=a95_0x4bc0;return _0x4ec13d[_0x558333(0x1dc)](_0x3edfc4,_0xfdcb6a);},'DDDkv':function(_0x383688,_0x27736f,_0x495b39){const _0xf511d7=a95_0x4bc0;return _0x4ec13d[_0xf511d7(0x1f0)](_0x383688,_0x27736f,_0x495b39);}};_0x57428e['session_'][_0x5523a7(0x24e)](_0x411db6=>{const _0x1a2458=_0x5523a7;try{logger['debug'](_0x1a2458(0x24f)+_0x411db6['getId']());const _0x3acc1e=_0x411db6[_0x1a2458(0x18d)][_0x1a2458(0x220)](_0x46b7e0[_0x1a2458(0x18a)]);_0x3acc1e?(logger[_0x1a2458(0x1da)](_0x1a2458(0x1f6)+_0x3acc1e),hubAllocator[_0x1a2458(0x25a)](_0x3acc1e),helper[_0x1a2458(0x1a3)](_0x3acc1e)):logger['debug'](_0x46b7e0[_0x1a2458(0x19b)]);}catch(_0x33d9b5){logger[_0x1a2458(0x1da)](_0x1a2458(0x24b)+_0x33d9b5);}}),_0x57428e[_0x5523a7(0x1b8)]=0x0,_0x57428e[_0x5523a7(0x24e)]&&_0x57428e['then'](_0x59e384=>{const _0x37b85c=_0x5523a7,_0x4c9673={'lZDIc':function(_0x444932,_0x186ba5,_0x4b42e8){const _0x6a5d72=a95_0x4bc0;return _0x46b7e0[_0x6a5d72(0x1f4)](_0x444932,_0x186ba5,_0x4b42e8);}};helper[_0x37b85c(0x1ec)](_0x59e384,_0x57428e),_0x49fedd&&_0x46b7e0['RArMM'](overrideTakeScreenshot,_0x59e384),helper['overrideGet'](_0x59e384,_0x45942c),_0x46b7e0[_0x37b85c(0x263)](overrideExecute,_0x59e384,_0x45942c),_0x45942c[_0x37b85c(0x180)]&&percyHelper[_0x37b85c(0x191)](_0x59e384,_0x1eb6b9[_0x37b85c(0x1d0)],_0x45942c),_0x59e384[_0x37b85c(0x202)]=async()=>{const _0x3a97da=_0x37b85c;return await _0x4c9673[_0x3a97da(0x213)](getAccessibilityResultsSummary,_0x59e384,global);},_0x59e384[_0x37b85c(0x1d5)]=async()=>{const _0x4913c0=_0x37b85c;return await _0x1ceee7[_0x4913c0(0x17a)](getAccessibilityResults,_0x59e384,global);},_0x59e384[_0x37b85c(0x1dd)]=async()=>{const _0x1c08a3=_0x37b85c;return await _0x1ceee7[_0x1c08a3(0x25b)](performScan,_0x59e384);};}),_0x57428e['getAccessibilityResultsSummary']=async()=>{const _0x4a3cf3=_0x5523a7;return await _0x46b7e0[_0x4a3cf3(0x263)](getAccessibilityResultsSummary,_0x57428e,global);},_0x57428e[_0x5523a7(0x1d5)]=async()=>{return await _0x1ceee7['DDDkv'](getAccessibilityResults,_0x57428e,global);},_0x57428e[_0x5523a7(0x1dd)]=async()=>{const _0x389d3c=_0x5523a7;return await _0x1ceee7[_0x389d3c(0x25b)](performScan,_0x57428e);},_0x49fedd&&_0x4ec13d[_0x5523a7(0x1dc)](overrideTakeScreenshot,_0x57428e),helper[_0x5523a7(0x1ec)](_0x57428e),helper[_0x5523a7(0x1ba)](_0x57428e,_0x45942c),_0x4ec13d[_0x5523a7(0x1db)](overrideExecute,_0x57428e,_0x45942c),_0x45942c[_0x5523a7(0x180)]&&percyHelper['patchDriverPercy'](_0x57428e,_0x1eb6b9[_0x5523a7(0x1d0)],_0x45942c);helper[_0x5523a7(0x23a)](global['__driversArray'])&&(global[_0x5523a7(0x21c)]=[]);helper['isUndefined'](global[_0x5523a7(0x1fd)])&&(global[_0x5523a7(0x1fd)]=[]);global[_0x5523a7(0x21c)][_0x5523a7(0x1f2)](_0x57428e),global[_0x5523a7(0x250)]=_0x57428e,_0x24f421&&(_0x24f421[_0x5523a7(0x22c)][_0x5523a7(0x250)]=_0x57428e);_0x4ec13d[_0x5523a7(0x251)](global[_0x5523a7(0x1fd)],undefined)&&global['__drivers'][_0x5523a7(0x1f2)](_0x57428e);_0x24f421&&helper[_0x5523a7(0x23a)](_0x24f421[_0x5523a7(0x22c)][_0x5523a7(0x1fd)])&&(_0x24f421[_0x5523a7(0x22c)][_0x5523a7(0x1fd)]=[]);_0x24f421&&helper['isUndefined'](_0x24f421[_0x5523a7(0x22c)]['__driversArray'])&&(_0x24f421[_0x5523a7(0x22c)]['__driversArray']=[]);_0x24f421&&_0x4ec13d[_0x5523a7(0x1c7)](_0x24f421['global'][_0x5523a7(0x1fd)],undefined)&&(_0x24f421['global'][_0x5523a7(0x1fd)]['push'](_0x57428e),_0x24f421[_0x5523a7(0x22c)][_0x5523a7(0x21c)][_0x5523a7(0x1f2)](_0x57428e));_0x57428e[_0x5523a7(0x190)]=globals[_0x5523a7(0x20d)](_0x4ec13d['yqXvt']);try{global[_0x5523a7(0x1fd)][0x0][_0x5523a7(0x205)]['then'](_0x4bbeb5=>{const _0x4d7e65=_0x5523a7;logger[_0x4d7e65(0x1da)](_0x4d7e65(0x1d6)+_0x4bbeb5[_0x4d7e65(0x196)]()+_0x4d7e65(0x217));});}catch(_0x17a55b){logger[_0x5523a7(0x1da)](_0x5523a7(0x1b0)+_0x17a55b);}globals[_0x5523a7(0x20f)](_0x4ec13d[_0x5523a7(0x19d)],globals[_0x5523a7(0x20d)](_0x4ec13d['yqXvt']));})(),_0x57428e;}}_0x24f421&&(globals[_0x3d8e03(0x1ce)]=_0x24f421[_0x3d8e03(0x22c)][_0x3d8e03(0x1ce)]);if(_0x4ec13d['Qcnre'](isAccessibilityAutomationSession))try{let _0x4a0c8e=helper[_0x3d8e03(0x1e6)](_0x4ec13d['BdhLL'],_0x4ec13d[_0x3d8e03(0x227)])['WebDriver'];(!_0x4a0c8e[_0x3d8e03(0x23f)]||!_0x4a0c8e[_0x3d8e03(0x23f)][_0x3d8e03(0x209)])&&(_0x4a0c8e=helper[_0x3d8e03(0x1e6)](_0x4ec13d[_0x3d8e03(0x21b)],_0x4ec13d[_0x3d8e03(0x227)])[_0x3d8e03(0x1e8)]);if(_0x4a0c8e[_0x3d8e03(0x23f)]&&_0x4a0c8e['prototype'][_0x3d8e03(0x209)]){const _0x463b7f=_0x4a0c8e[_0x3d8e03(0x23f)][_0x3d8e03(0x209)];logger[_0x3d8e03(0x1da)](_0x4ec13d[_0x3d8e03(0x23c)]),_0x4a0c8e[_0x3d8e03(0x23f)][_0x3d8e03(0x209)]=async function(){const _0x593b4a=_0x3d8e03;try{!globals[_0x593b4a(0x20d)](_0x4ec13d[_0x593b4a(0x219)])&&globals[_0x593b4a(0x20d)](_0x4ec13d[_0x593b4a(0x19d)])&&globals['getGlobal'](_0x4ec13d[_0x593b4a(0x1c3)])&&scripts[_0x593b4a(0x21a)](arguments[0x0][_0x593b4a(0x253)])&&!_0x4ec13d['agrjo'](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x593b4a(0x20f)](_0x4ec13d[_0x593b4a(0x219)],!![]),logger[_0x593b4a(0x1da)](_0x593b4a(0x242)+arguments[0x0][_0x593b4a(0x253)]),await _0x4ec13d['ijsIn'](performScan,global[_0x593b4a(0x250)],arguments[0x0][_0x593b4a(0x253)]));}catch(_0x51a0b5){logger[_0x593b4a(0x1da)](_0x593b4a(0x232)+util[_0x593b4a(0x1cc)](_0x51a0b5));}return globals[_0x593b4a(0x20f)](_0x4ec13d[_0x593b4a(0x219)],![]),_0x463b7f[_0x593b4a(0x222)](this,arguments);};}}catch(_0x487403){logger[_0x3d8e03(0x1da)](_0x4ec13d[_0x3d8e03(0x230)](_0x4ec13d[_0x3d8e03(0x268)],_0x487403));}return _0x1eb6b9[_0x3d8e03(0x1fa)]=_0x1eb6b9[_0x3d8e03(0x194)],_0x1eb6b9[_0x3d8e03(0x194)]=_0x456935,_0x5851db[_0x3d8e03(0x200)]=_0x1e7e2d,_0x1eb6b9;};function a95_0x2297(){const _0x24e2b9=['15349520qylRsh','drjas','iXPyK','yqXvt','./hubAllocationMethods','wFkBX','url_','capabilities_','MurtV','storeOptimalHubUrl','SDK_POST_INITIALIZE','yKUMO','info','rPMzU','15mPlAZP','1135592ltkmTY','bstackAllyScanning','GkGfg','CCnmX','nTWkC','mergeDeep','send','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','tJLHt','setFramework','dJMux','proxyUrl','LQnzO','QcgMq','Qfkfl','quitCount_','aiHeal_isHealingEnabled','overrideGet','pWDUU','Jmfrn','edgeOptions_','_modifyPlaywright','wHbxp','DJbQs','2|6|1|5|3|0|4','QGztX','FnHBy','/session','njVbB','RhAiC','IqiJk','UGyxy','CAPABILITY_KEY','hUQuN','safari.options','format','yWBLN','browserStackGlobals','percy','WebElement','crEVV','633792ClHnXE','proxySettings','New\x20hub\x20url\x20set\x20to\x20','getAccessibilityResults','setting\x20driver\x20Session\x20ID:\x20','firefoxOptions_','sRnEW','setAdditionalCapabilities','debug','qYiUn','agrjo','performScan','hUcRK','requireHttpClient','setServer','gQlcd','brZOF','./helpers/accessibility-automation/scripts','fZVnC','proxy_','requireModule','isPacProxy','Executor','./helpers/percy/PercySDK','/wd/hub','__setBrowserOptions','overrideQuit','aiHeal_isAuthenticated','getRequestOptions','getHttpAgent','pTyQB','error','push','2729629RuyujU','xwdao','Proxy\x20set\x20to\x20','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','tEfWa','bhBxO','GHrMp','originalBuilder','ieOptions','lWUKD','__drivers','Hub\x20url\x20set\x20to\x20','winstonLogger','HttpClient','initializeHealingCapabilities','getAccessibilityResultsSummary','isBrowserstackInfra','51246kkleQD','session_','setCapabilities','./helpers/logger','setLogLevel','execute','bstackA11yShouldScan','Modifying\x20webdriver\x20execute','165843nGPzma','getGlobal','SDK_PRE_INITIALIZE','setGlobal','framework','UIwRE','dRiXA','lZDIc','requireSeleniumWebdriver','prepareCapabilities','bTbbr','\x20to\x20global\x20drivers\x20array','selenium-webdriver/lib/http.js','ktoAP','shouldWrapCommand','fnWdh','__driversArray','Qcnre','HjDds','.browserstack.com','get','./helpers/patchHelper','apply','qFjRb','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','Unable\x20to\x20find\x20executor\x20class\x20','edgeOptions','eWExz','includes','object','./bin/mocha/accessibility-automation/helper','chromeOptions_','global','XEwqC','BzxLU','whsNm','ebzWr','optimalHubUrl','Failed\x20to\x20perform\x20scan\x20','./bin/playwright/modifyPlaywrightConf','se:ieOptions','ieOptions_','xJJUX','moz:firefoxOptions','./helpers/patchHelpers','JNJlJ','isUndefined','./helpers/ai-sdk/autoHealHelper','qvAdT','newHubUrl','keys','prototype','XkjRh','build','Performing\x20scan\x20for\x20','Gsbsd','AZQVK','util','./helpers/percy/utils','fcBXf','path','FVNsb','goog:chromeOptions','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','qimXi','then','Session\x20ID:\x20','__driver','wbaAm','AaieL','name_','qYYtm','nLubx','aiSdk_bstackConfig','PQAPc','JFKGo','Setting\x20Browserstack\x20capabilities','updateHubUrl','plLDF','whaga','set','hiCPZ','measureWrapper','UMppp','https://','getHubUrl','iZOjK','NLUak','ufXiB','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','ALTPa','tyvlk','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','ZPUDy','IOFrJ','568ncdMVK','Qekds','IoWuq','dDAxU','tIsog','options_','split','ZCpyL','capability','safariOptions_','3|1|2|4|0','agent_','JnWAU','readTcgAuthConfigToGlobal','UHTGI','wfzMN','aVGhx','exports','aGFrg','gwcGL','forEach','caps_','chromeOptions','ms:edgeOptions','isAccessibilityPlatform','patchDriverPercy','./helpers/performance/constants','122OYcYgT','Builder','ysYVS','getId','4|6|1|2|7|3|5|0','25167kbTECf','DSPEx'];a95_0x2297=function(){return _0x24e2b9;};return a95_0x2297();}function a95_0x4bc0(_0x3027c5,_0x54fa94){const _0x229775=a95_0x2297();return a95_0x4bc0=function(_0x4bc049,_0x147786){_0x4bc049=_0x4bc049-0x17a;let _0x2134b1=_0x229775[_0x4bc049];return _0x2134b1;},a95_0x4bc0(_0x3027c5,_0x54fa94);}module[a95_0x2f6702(0x189)]['browserstackAgent']=modify,module['exports']['browserstackAgentV2']=modifyV2,module[a95_0x2f6702(0x189)][a95_0x2f6702(0x1cf)]=percySDK,module[a95_0x2f6702(0x189)]['BrowserStackSdk']=BrowserStackSdk,module['exports'][a95_0x2f6702(0x1be)]=modifyPlaywrightConfig;