browserstack-node-sdk 1.34.14 → 1.34.15

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 (127) 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/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/ai-sdk-node/bundle.js +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test-observability.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/integrations/command.js +1 -1
  49. package/src/bin/integrations/constants.js +1 -1
  50. package/src/bin/jest/command.js +1 -1
  51. package/src/bin/jest/customImplements/customCircus.js +1 -1
  52. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  53. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  54. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  55. package/src/bin/jest/jest.setup.js +1 -1
  56. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  57. package/src/bin/jest/test-observability/helper.js +1 -1
  58. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  59. package/src/bin/jest/test-observability/test-details.js +1 -1
  60. package/src/bin/jest/test_before.setup.js +1 -1
  61. package/src/bin/launcher/launcher.js +1 -1
  62. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  63. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  64. package/src/bin/mocha/command.js +1 -1
  65. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  66. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  67. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  68. package/src/bin/mocha/test.setup.js +1 -1
  69. package/src/bin/nightwatch/command.js +1 -1
  70. package/src/bin/playwright/accessibility-helper.js +1 -1
  71. package/src/bin/playwright/command.js +1 -1
  72. package/src/bin/playwright/globalSetup.js +1 -1
  73. package/src/bin/playwright/mock-process.js +1 -1
  74. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  75. package/src/bin/playwright/patches.js +1 -1
  76. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  77. package/src/bin/playwright/reporter/reporter.js +1 -1
  78. package/src/bin/playwright/reporter/test-details.js +1 -1
  79. package/src/bin/playwright/sessionDetails.js +1 -1
  80. package/src/bin/runner.js +1 -1
  81. package/src/bin/setup.js +1 -1
  82. package/src/bin/test-runner/index.js +1 -1
  83. package/src/bin/test-runner/runTest.js +1 -1
  84. package/src/bin/test-runner/testWorker.js +1 -1
  85. package/src/bin/utils/constants.js +1 -1
  86. package/src/bin/utils/log4jsAppender.js +1 -1
  87. package/src/bin/utils/logPatcher.js +1 -1
  88. package/src/bin/utils/logReportingAPI.js +1 -1
  89. package/src/bin/vanilla-js/command.js +1 -1
  90. package/src/browserStackSdk.js +1 -1
  91. package/src/helpers/BrowserStackSetup.js +1 -1
  92. package/src/helpers/accessibility-automation/constants.js +1 -1
  93. package/src/helpers/accessibility-automation/helper.js +1 -1
  94. package/src/helpers/accessibility-automation/scripts.js +1 -1
  95. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  96. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  97. package/src/helpers/ats/constants.js +1 -1
  98. package/src/helpers/ats/helper.js +1 -1
  99. package/src/helpers/capsMapping.js +1 -1
  100. package/src/helpers/globals.js +1 -1
  101. package/src/helpers/helper.js +1 -1
  102. package/src/helpers/logger.js +1 -1
  103. package/src/helpers/patchHelper.js +1 -0
  104. package/src/helpers/patchHelpers.js +1 -1
  105. package/src/helpers/percy/Percy.js +1 -1
  106. package/src/helpers/percy/PercyBinary.js +1 -1
  107. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  108. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  109. package/src/helpers/percy/PercySDK.js +1 -1
  110. package/src/helpers/percy/index.js +1 -1
  111. package/src/helpers/percy/utils.js +1 -1
  112. package/src/helpers/performance-tester.js +1 -1
  113. package/src/helpers/request-spy.js +1 -1
  114. package/src/helpers/setKeepAlive.js +1 -1
  115. package/src/helpers/test-observability/constants.js +1 -1
  116. package/src/helpers/test-observability/error-handler.js +1 -1
  117. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  118. package/src/helpers/test-observability/sessionHandler.js +1 -1
  119. package/src/helpers/test-observability/utils.js +1 -1
  120. package/src/helpers/testhub/constants.js +1 -1
  121. package/src/helpers/testhub/testhubHandler.js +1 -1
  122. package/src/helpers/testhub/utils.js +1 -1
  123. package/src/helpers/timeoutPromise.js +1 -1
  124. package/src/helpers/utilities.js +1 -1
  125. package/src/helpers/w3cMapping.js +1 -1
  126. package/src/hubAllocationMethods.js +1 -1
  127. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a85_0x2d1d5e=a85_0x5476;(function(_0x478237,_0x24eb9e){const _0x47c727=a85_0x5476,_0xa30522=_0x478237();while(!![]){try{const _0x59807c=parseInt(_0x47c727(0xc0))/0x1*(-parseInt(_0x47c727(0xe9))/0x2)+parseInt(_0x47c727(0x134))/0x3*(parseInt(_0x47c727(0x10f))/0x4)+-parseInt(_0x47c727(0xca))/0x5*(parseInt(_0x47c727(0xbe))/0x6)+-parseInt(_0x47c727(0xb9))/0x7*(parseInt(_0x47c727(0x137))/0x8)+parseInt(_0x47c727(0xb1))/0x9+-parseInt(_0x47c727(0x135))/0xa*(-parseInt(_0x47c727(0x118))/0xb)+parseInt(_0x47c727(0x141))/0xc*(parseInt(_0x47c727(0xa2))/0xd);if(_0x59807c===_0x24eb9e)break;else _0xa30522['push'](_0xa30522['shift']());}catch(_0x3aed5b){_0xa30522['push'](_0xa30522['shift']());}}}(a85_0x3419,0x478c0));const bsSetupHelper=require(a85_0x2d1d5e(0xd2)),{isTestObservabilitySession,getFrameworkVersion}=require(a85_0x2d1d5e(0xba)),accessibilityHelper=require(a85_0x2d1d5e(0xb5)),logger=require(a85_0x2d1d5e(0xa9))[a85_0x2d1d5e(0xc4)],{nestedKeyValue}=require(a85_0x2d1d5e(0xce)),scripts=require('../accessibility-automation/scripts.js'),globals=require(a85_0x2d1d5e(0xaf)),testHubConstants=require('./constants.js'),PWTestDetails=require('../../bin/playwright/reporter/test-details.js'),JestTestDetails=require(a85_0x2d1d5e(0xfc)),{FRAMEWORKS}=require(a85_0x2d1d5e(0x107)),{isTurboScaleSession}=require(a85_0x2d1d5e(0x9c));let testData={};function a85_0x3419(){const _0x47708b=['361640pltoEe','\x20Build\x20creation\x20failed','OOHpx','parse','../helper.js','AhxTc','JEST','javascript','../helper','yXtIF','LBBCg','split','DEPRECATED','getCurrentTestData','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','errors','options','RoUGN','bstackA11yShouldScan','uhuoH','info','WBALa','hZPoJ','xBMxi','Orvor','shouldScanTestForAccessibility','message','env','error','yWhCX','BMPWT','91914JIIaVU','PLAYWRIGHT','getAccessibilityPlatformValidation','getAgentVersion','isBrowserstackInfra','BROWSERSTACK_ACCESSIBILITY','jdaJL','oDNlF','capabilities','commandsToWrap','getGlobal','teOYW','hqNjZ','UQZSG','pCWcE','cxKUs','join','XjcMb','uploadEventData','../../bin/jest/test-observability/test-details.js','BS_A11Y_JWT','kTsRU','username','titlePath','XJrvS','keys','handleErrorForAccessibility','BROWSERSTACK_PERCY','BROWSERSTACK_TESTHUB_UUID','jwt','../test-observability/constants.js','setTestData','product_map','ERROR','HookRunStarted','true','KdSuC','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','4UEybhF','accessibility','wVpLt','handleErrorForObservability','TgXRN','stringify','vFcaB','length','biWmX','3217291CJPsGR','ozALs','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','WGANz','LogCreated','isPercyBuild','cpTew','commands','PoMTV','setAccessibilityVariables','cSRhf','2|0|5|4|1|3','setPercyFlag','Mlefc','uuid','command','getTestData','isAccessibilityEnabled','null','parseFromJson','CUCUMBER','CBTSessionCreated','MOCHA','cucIc','BROWSERSTACK_TESTHUB_UUID:\x20','observability','app','isAccessibilityPlatform','367809ZwyyKa','10VqKWpt','VywGj','56eLUDcN','TRFxZ','Hubsa','BS_TESTOPS_ALLOW_SCREENSHOTS','qpDPn','KHGfT','scannerVersion','isUndefined','false','jbman','24PmOZJe','password','setCurrentTestData','getFrameworkDetails','dUFXv','CODECEPT','scripts','build_hashed_id','allow_screenshots','PFECD','QQvSN','../ats/helper','CREDENTIALS_FOR_CRASH_REPORTING','DrPMz','BnZWW','umTeE','isTrue','4715295uvAovJ','BROWSERSTACK_TESTHUB_JWT','TWozA','aFAhQ','success','toUpperCase','test_run','../logger','getTestFrameworkDetails','bQNfv','setTestHubCommonMetaInfo','toString','tags','../globals.js','BS_TESTOPS_BUILD_HASHED_ID','4636422zfAdvF','checkAccessibilityPlatformConfig','[OBSERVABILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','debug','../accessibility-automation/helper','TestRunStarted','BS_TESTOPS_JWT','name','324422ooRWWG','../test-observability/utils','BROWSERSTACK_TEST_ACCESSIBILITY_YML','chpgj','HookRunFinished','48Tvjwzx','shouldProcessEventForTesthub','10BGgajg','config','percy','lYpCl','winstonLogger','KScYy','appendTesthubParams','ACCESS_DENIED','includes','setTestObservabilityVariables'];a85_0x3419=function(){return _0x47708b;};return a85_0x3419();}function a85_0x5476(_0x3c69d0,_0x23b930){const _0x341981=a85_0x3419();return a85_0x5476=function(_0x5476de,_0x2bdfef){_0x5476de=_0x5476de-0x96;let _0x3f9de2=_0x341981[_0x5476de];return _0x3f9de2;},a85_0x5476(_0x3c69d0,_0x23b930);}exports['getProductMap']=_0x8206b5=>{const _0x5e6cc2=a85_0x2d1d5e,_0x2da3ff={'TRFxZ':function(_0x5bd3bd){return _0x5bd3bd();},'cxKUs':function(_0x5ac4e2,_0x15d138){return _0x5ac4e2(_0x15d138);}};let _0x16022b=![],_0x5bd3b8=![];if(bsSetupHelper[_0x5e6cc2(0xed)]()&&_0x8206b5[_0x5e6cc2(0x132)])_0x5bd3b8=!![];else bsSetupHelper['isBrowserstackInfra']()&&(_0x16022b=!![]);return{'observability':_0x2da3ff[_0x5e6cc2(0x138)](isTestObservabilitySession),'accessibility':exports['isAccessibilityEnabled'](_0x8206b5),'percy':_0x8206b5[_0x5e6cc2(0xc2)]||![],'automate':_0x16022b,'app_automate':_0x5bd3b8,'turboscale':_0x2da3ff[_0x5e6cc2(0xf8)](isTurboScaleSession,_0x8206b5)};},exports[a85_0x2d1d5e(0x144)]=(_0x5a661c,_0x5015ca)=>{const _0x445079=a85_0x2d1d5e,_0x36fa2e={'bQNfv':function(_0x36ecb3,_0x256292){return _0x36ecb3(_0x256292);},'oDNlF':_0x445079(0xd1)};return{'frameworkName':_0x5015ca,'frameworkVersion':_0x36fa2e[_0x445079(0xab)](getFrameworkVersion,_0x5015ca),'sdkVersion':bsSetupHelper[_0x445079(0xec)](),'language':_0x36fa2e[_0x445079(0xf0)],'testFramework':bsSetupHelper[_0x445079(0xaa)](_0x5a661c,_0x5015ca)};},exports[a85_0x2d1d5e(0x124)]=_0x5f08d6=>{const _0x357cec=a85_0x2d1d5e,_0x48b31b={};_0x48b31b[_0x357cec(0xfa)]=_0x357cec(0x13f),_0x48b31b[_0x357cec(0xbc)]=_0x357cec(0x10c);const _0x46b9e8=_0x48b31b;process[_0x357cec(0xe5)][_0x357cec(0x104)]=_0x46b9e8['XjcMb'],bsSetupHelper[_0x357cec(0xa1)](_0x5f08d6[_0x357cec(0xc1)][_0x357cec(0xc2)])&&(!_0x5f08d6[_0x357cec(0xc2)]||!_0x5f08d6['percy']['isRunning']())&&(process[_0x357cec(0xe5)]['BROWSERSTACK_PERCY']=_0x46b9e8[_0x357cec(0xbc)]);},exports[a85_0x2d1d5e(0x11d)]=()=>{const _0x104320=a85_0x2d1d5e;return bsSetupHelper[_0x104320(0xa1)](process[_0x104320(0xe5)]['BROWSERSTACK_PERCY']);},exports['isAccessibilityEnabled']=(_0x41720a={})=>{const _0x328012=a85_0x2d1d5e,_0x1b29bc={};_0x1b29bc[_0x328012(0x125)]=function(_0x33da89,_0x100db2){return _0x33da89!==_0x100db2;},_0x1b29bc[_0x328012(0xe0)]=function(_0x75bc50,_0x137b89){return _0x75bc50===_0x137b89;},_0x1b29bc[_0x328012(0xcf)]=_0x328012(0x10c),_0x1b29bc['teOYW']=function(_0x5774b8,_0x4a062e){return _0x5774b8>_0x4a062e;},_0x1b29bc[_0x328012(0xc5)]=function(_0x3c3aac,_0x467583){return _0x3c3aac===_0x467583;};const _0x2a456d=_0x1b29bc;if(_0x2a456d[_0x328012(0x125)](process[_0x328012(0xe5)][_0x328012(0xee)],undefined))return bsSetupHelper[_0x328012(0xa1)](process[_0x328012(0xe5)][_0x328012(0xee)]);let _0x5a5de0=_0x2a456d[_0x328012(0xe0)](process[_0x328012(0xe5)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x2a456d[_0x328012(0xcf)]);return _0x2a456d[_0x328012(0xf4)](Object['keys'](_0x41720a)[_0x328012(0x116)],0x0)&&(process[_0x328012(0xe5)][_0x328012(0xd8)]=accessibilityHelper[_0x328012(0xb2)](_0x41720a)),_0x5a5de0=_0x5a5de0||_0x2a456d[_0x328012(0xc5)](process[_0x328012(0xe5)][_0x328012(0xd8)],_0x2a456d[_0x328012(0xcf)]),_0x5a5de0;},exports[a85_0x2d1d5e(0xc9)]=(_0x458d40,_0x1d9829)=>{const _0x1a1912=a85_0x2d1d5e,_0x1b8560={'oaDsM':function(_0x36053a){return _0x36053a();},'VywGj':_0x1a1912(0x123),'OOHpx':'true','qpDPn':function(_0x39e100,_0x1fcfd7,_0x323fe7){return _0x39e100(_0x1fcfd7,_0x323fe7);},'jbman':_0x1a1912(0x131),'mzlnt':_0x1a1912(0xda)};if(!_0x458d40||!_0x458d40[_0x1a1912(0x131)])return exports['handleErrorForObservability'](),[null,null,null];if(!_0x458d40[_0x1a1912(0x131)][_0x1a1912(0xa6)])return exports[_0x1a1912(0x112)](_0x458d40[_0x1a1912(0x131)]),[null,null,null];if(_0x1b8560['oaDsM'](isTestObservabilitySession)){const _0x22e3b9=_0x1b8560[_0x1a1912(0x136)]['split']('|');let _0x4d99a5=0x0;while(!![]){switch(_0x22e3b9[_0x4d99a5++]){case'0':if(_0x458d40['jwt']){process[_0x1a1912(0xe5)][_0x1a1912(0xb7)]=_0x458d40[_0x1a1912(0x106)];const _0x572be8={};_0x572be8[_0x1a1912(0xff)]=_0x1d9829[_0x1a1912(0xff)],_0x572be8[_0x1a1912(0x142)]=_0x1d9829['password'],process['env'][_0x1a1912(0x9d)]=JSON[_0x1a1912(0x114)](_0x572be8);}continue;case'1':logger[_0x1a1912(0xb4)](_0x1a1912(0xb3)+_0x458d40[_0x1a1912(0x98)]);continue;case'2':process[_0x1a1912(0xe5)]['BS_TESTOPS_BUILD_COMPLETED']=_0x1b8560[_0x1a1912(0xcc)];continue;case'3':return[_0x458d40[_0x1a1912(0x106)],_0x458d40['build_hashed_id'],process[_0x1a1912(0xe5)][_0x1a1912(0x13a)]];case'4':_0x1b8560[_0x1a1912(0x13b)](nestedKeyValue,_0x458d40,[_0x1b8560[_0x1a1912(0x140)],_0x1b8560['mzlnt']])&&(process[_0x1a1912(0xe5)][_0x1a1912(0x13a)]=_0x458d40[_0x1a1912(0x131)][_0x1a1912(0xda)][_0x1a1912(0x99)][_0x1a1912(0xad)]());continue;case'5':_0x458d40['build_hashed_id']&&(process[_0x1a1912(0xe5)][_0x1a1912(0xb0)]=_0x458d40[_0x1a1912(0x98)]);continue;}break;}}return[null,null,null];},exports[a85_0x2d1d5e(0x121)]=_0x32ac9b=>{const _0x2ddf5e=a85_0x2d1d5e,_0x488f7d={'umTeE':function(_0x265759,_0x1c2bef,_0x25ba28){return _0x265759(_0x1c2bef,_0x25ba28);},'oHnUR':_0x2ddf5e(0x110),'TgXRN':'options','yWhCX':function(_0x4616d0,_0x18c42f,_0x3f3084,_0x4ef19d){return _0x4616d0(_0x18c42f,_0x3f3084,_0x4ef19d);},'wVpLt':'name','Orvor':'value','hqNjZ':function(_0x5613b8,_0x4e3a06,_0x480dde,_0x235d0e){return _0x5613b8(_0x4e3a06,_0x480dde,_0x235d0e);},'oyIqt':_0x2ddf5e(0x127),'Hubsa':_0x2ddf5e(0x11f)};if(!_0x32ac9b[_0x2ddf5e(0x110)])return exports[_0x2ddf5e(0x103)](),[null,null];if(!_0x32ac9b['accessibility']['success'])return exports[_0x2ddf5e(0x103)](_0x32ac9b[_0x2ddf5e(0x110)]),[null,null];if(_0x488f7d[_0x2ddf5e(0xa0)](nestedKeyValue,_0x32ac9b,[_0x488f7d['oHnUR'],_0x488f7d[_0x2ddf5e(0x113)]])){const {accessibilityToken:_0x19c4d0,scannerVersion:_0x433ae9}=_0x488f7d[_0x2ddf5e(0xe7)](jsonifyAccessibilityArray,_0x32ac9b[_0x2ddf5e(0x110)][_0x2ddf5e(0xda)][_0x2ddf5e(0xf1)],_0x488f7d['wVpLt'],_0x488f7d[_0x2ddf5e(0xe2)]),_0x925002={'scripts':_0x488f7d[_0x2ddf5e(0xf5)](jsonifyAccessibilityArray,_0x32ac9b[_0x2ddf5e(0x110)]['options'][_0x2ddf5e(0x97)],_0x488f7d[_0x2ddf5e(0x111)],_0x488f7d['oyIqt'])};_0x925002[_0x488f7d[_0x2ddf5e(0x139)]]=_0x32ac9b['accessibility'][_0x2ddf5e(0xda)][_0x2ddf5e(0xf2)][_0x2ddf5e(0x11f)],scripts[_0x2ddf5e(0x12b)](_0x925002),scripts['toJson']();let _0x106a4c=process[_0x2ddf5e(0xe5)][_0x2ddf5e(0x10e)];return _0x106a4c=!!_0x106a4c?JSON[_0x2ddf5e(0xcd)](_0x106a4c):{},_0x106a4c[_0x2ddf5e(0x13d)]=_0x433ae9,process[_0x2ddf5e(0xe5)][_0x2ddf5e(0x10e)]=JSON[_0x2ddf5e(0x114)](_0x106a4c),process[_0x2ddf5e(0xe5)][_0x2ddf5e(0xfd)]=_0x19c4d0,logger[_0x2ddf5e(0xb4)](_0x2ddf5e(0x11a)+_0x32ac9b['build_hashed_id']),[_0x19c4d0,_0x32ac9b[_0x2ddf5e(0x98)]];}return[null,null];},exports['handleErrorForObservability']=_0xe3355=>{const _0xadf567=a85_0x2d1d5e,_0x185f59={};_0x185f59['obfwv']='0|3|5|1|2|4|6',_0x185f59['lYpCl']=_0xadf567(0x12a),_0x185f59[_0xadf567(0x9a)]=_0xadf567(0x13f);const _0x5d54ba=_0x185f59,_0x4366e2=_0x5d54ba['obfwv'][_0xadf567(0xd5)]('|');let _0xecbfb5=0x0;while(!![]){switch(_0x4366e2[_0xecbfb5++]){case'0':process[_0xadf567(0xe5)]['BROWSERSTACK_TESTHUB_UUID']=_0x5d54ba[_0xadf567(0xc3)];continue;case'1':process['env']['BS_TESTOPS_JWT']=_0x5d54ba[_0xadf567(0xc3)];continue;case'2':process[_0xadf567(0xe5)][_0xadf567(0xb0)]=_0x5d54ba[_0xadf567(0xc3)];continue;case'3':process[_0xadf567(0xe5)]['BROWSERSTACK_TESTHUB_JWT']=_0x5d54ba[_0xadf567(0xc3)];continue;case'4':process[_0xadf567(0xe5)][_0xadf567(0x13a)]=_0x5d54ba[_0xadf567(0xc3)];continue;case'5':process[_0xadf567(0xe5)]['BS_TESTOPS_BUILD_COMPLETED']=_0x5d54ba['PFECD'];continue;case'6':exports['logBuildError'](_0xe3355,testHubConstants['OBSERVABILITY']);continue;}break;}},exports[a85_0x2d1d5e(0x103)]=_0x3a0db3=>{const _0x17fbe6=a85_0x2d1d5e,_0x5969cf={};_0x5969cf[_0x17fbe6(0x9b)]='0|2|3|1|4',_0x5969cf['biWmX']=_0x17fbe6(0x12a),_0x5969cf['yXtIF']=_0x17fbe6(0x13f);const _0x3bc72c=_0x5969cf,_0x35115e=_0x3bc72c[_0x17fbe6(0x9b)][_0x17fbe6(0xd5)]('|');let _0x2ad585=0x0;while(!![]){switch(_0x35115e[_0x2ad585++]){case'0':process[_0x17fbe6(0xe5)][_0x17fbe6(0x105)]=_0x3bc72c[_0x17fbe6(0x117)];continue;case'1':process[_0x17fbe6(0xe5)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x3bc72c['yXtIF'];continue;case'2':process[_0x17fbe6(0xe5)]['BROWSERSTACK_TESTHUB_JWT']=_0x3bc72c[_0x17fbe6(0x117)];continue;case'3':process[_0x17fbe6(0xe5)][_0x17fbe6(0xbb)]=_0x3bc72c[_0x17fbe6(0xd3)];continue;case'4':exports['logBuildError'](_0x3a0db3,testHubConstants['ACCESSIBILITY']);continue;}break;}},exports['logBuildError']=(_0x4a1cf2,_0x4d240e='')=>{const _0x11d277=a85_0x2d1d5e,_0x2bebee={};_0x2bebee['cpTew']=function(_0x2b44ad,_0x12e5b){return _0x2b44ad===_0x12e5b;};const _0x473337=_0x2bebee;if(_0x473337[_0x11d277(0x11e)](_0x4a1cf2,undefined)){logger[_0x11d277(0xe6)](_0x4d240e[_0x11d277(0xa7)]()+_0x11d277(0xcb));return;}for(const _0x2dd76e of _0x4a1cf2[_0x11d277(0xd9)]){const _0xfdc24a=_0x2dd76e['key'],_0x38f221=_0x2dd76e[_0x11d277(0xe4)];if(_0x38f221)switch(_0xfdc24a){case testHubConstants[_0x11d277(0x10a)]['INVALID_CREDENTIALS']:logger[_0x11d277(0xe6)](_0x38f221);break;case testHubConstants[_0x11d277(0x10a)][_0x11d277(0xc7)]:logger[_0x11d277(0xde)](_0x38f221);break;case testHubConstants[_0x11d277(0x10a)][_0x11d277(0xd6)]:logger['error'](_0x38f221);break;default:logger['error'](_0x38f221);}}};const jsonifyAccessibilityArray=(_0x506e80,_0x5939de,_0x2ccff1)=>{const _0x54d588={};return _0x506e80['forEach'](_0x4043af=>{_0x54d588[_0x4043af[_0x5939de]]=_0x4043af[_0x2ccff1];}),_0x54d588;};exports[a85_0x2d1d5e(0xac)]=_0x16aa56=>{const _0x4d061c=a85_0x2d1d5e;_0x16aa56[_0x4d061c(0x106)]&&(process[_0x4d061c(0xe5)][_0x4d061c(0xa3)]=_0x16aa56[_0x4d061c(0x106)]);_0x16aa56[_0x4d061c(0x98)]&&(process[_0x4d061c(0xe5)][_0x4d061c(0x105)]=_0x16aa56['build_hashed_id'],logger['debug'](_0x4d061c(0x130)+_0x16aa56[_0x4d061c(0x98)]));;},exports[a85_0x2d1d5e(0xbf)]=(_0x3dfb74='',_0x3651f6='')=>{const _0x172b54=a85_0x2d1d5e,_0x28a1db={'UQZSG':function(_0x1fd730){return _0x1fd730();},'dDKOj':function(_0x223621,_0x390cf8){return _0x223621===_0x390cf8;},'vFcaB':_0x172b54(0xfb),'DrPMz':_0x172b54(0x11c),'cSRhf':_0x172b54(0x12d),'hCMRf':'HookRunStarted','TWozA':_0x172b54(0xbd)};if(exports[_0x172b54(0x11d)]()&&!exports['isAccessibilityEnabled']()&&!_0x28a1db[_0x172b54(0xf6)](isTestObservabilitySession)){if(_0x28a1db['dDKOj'](_0x3651f6,_0x28a1db[_0x172b54(0x115)]))return![];if([_0x28a1db[_0x172b54(0x9e)],_0x28a1db[_0x172b54(0x122)]]['includes'](_0x3dfb74))return![];return!![];}if(exports[_0x172b54(0x129)]()&&!_0x28a1db[_0x172b54(0xf6)](isTestObservabilitySession)){if([_0x28a1db['hCMRf'],_0x28a1db[_0x172b54(0xa4)],_0x28a1db[_0x172b54(0x9e)]][_0x172b54(0xc8)](_0x3dfb74))return![];return!![];}return exports[_0x172b54(0x129)]()||_0x28a1db[_0x172b54(0xf6)](isTestObservabilitySession)||exports[_0x172b54(0x11d)]();},exports[a85_0x2d1d5e(0xc6)]=(_0x190755,_0x10bae4,_0x23535f='',_0x5bf47d)=>{const _0x119d7c=a85_0x2d1d5e,_0x31053b={};_0x31053b[_0x119d7c(0xdf)]=_0x119d7c(0x10b),_0x31053b[_0x119d7c(0xdb)]=_0x119d7c(0xbd),_0x31053b[_0x119d7c(0x10d)]=function(_0x21a583,_0x288067){return _0x21a583===_0x288067;},_0x31053b[_0x119d7c(0xd4)]=_0x119d7c(0xdc),_0x31053b['kTsRU']=_0x119d7c(0x133),_0x31053b[_0x119d7c(0x120)]=_0x119d7c(0x110),_0x31053b[_0x119d7c(0xe8)]=function(_0x4e206b,_0x4a7fe6){return _0x4e206b&&_0x4a7fe6;},_0x31053b[_0x119d7c(0x12f)]=function(_0xeb3bb0,_0x576a7d){return _0xeb3bb0===_0x576a7d;},_0x31053b[_0x119d7c(0xf7)]=function(_0x5347e7,_0x421df8){return _0x5347e7+_0x421df8;},_0x31053b[_0x119d7c(0x145)]=function(_0x357c04,_0xbd40ce){return _0x357c04+_0xbd40ce;},_0x31053b[_0x119d7c(0xe1)]=function(_0x438afc,_0x1c8374){return _0x438afc===_0x1c8374;},_0x31053b[_0x119d7c(0x11b)]=function(_0x4d418b,_0x4a4a79){return _0x4d418b===_0x4a4a79;},_0x31053b[_0x119d7c(0xdd)]=_0x119d7c(0xb6),_0x31053b[_0x119d7c(0x9f)]=function(_0x135dec,_0x35d27e){return _0x135dec&&_0x35d27e;},_0x31053b[_0x119d7c(0xef)]=function(_0x11f8d2,_0x336447){return _0x11f8d2===_0x336447;},_0x31053b[_0x119d7c(0x101)]=function(_0x306ec9,_0x24fb4a){return _0x306ec9&&_0x24fb4a;},_0x31053b[_0x119d7c(0x13c)]=_0x119d7c(0x109);const _0x55d59d=_0x31053b;if(![_0x55d59d[_0x119d7c(0xdf)],_0x55d59d[_0x119d7c(0xdb)]][_0x119d7c(0xc8)](_0x10bae4)&&exports[_0x119d7c(0x129)]()){const _0x10c84e={};if(_0x55d59d[_0x119d7c(0x10d)](_0x5bf47d,FRAMEWORKS[_0x119d7c(0x12e)])){const _0x3f3ce1=globals[_0x119d7c(0xf3)](_0x55d59d[_0x119d7c(0xd4)])||accessibilityHelper[_0x119d7c(0xe3)](_0x23535f[_0x119d7c(0x100)](),!![]),_0x6e168a=globals[_0x119d7c(0xf3)](_0x55d59d['kTsRU']);_0x10c84e[_0x55d59d[_0x119d7c(0x120)]]=_0x55d59d[_0x119d7c(0xe8)](_0x6e168a,_0x3f3ce1);}if(_0x55d59d[_0x119d7c(0x12f)](_0x5bf47d,FRAMEWORKS['JEST'])){const _0x41dc09=_0x55d59d['pCWcE'](_0x55d59d[_0x119d7c(0x145)](_0x190755['scopes'][_0x119d7c(0xf9)]('\x20'),'\x20'),_0x23535f[_0x119d7c(0xb8)]),_0x1cd7b3=globals['getGlobal'](_0x55d59d[_0x119d7c(0xd4)])||accessibilityHelper[_0x119d7c(0xe3)](_0x41dc09,![]),_0x23051c=browserStackGlobals[_0x119d7c(0x133)];_0x10c84e[_0x55d59d[_0x119d7c(0x120)]]=_0x55d59d[_0x119d7c(0xe8)](_0x23051c,_0x1cd7b3);}if(_0x55d59d['xBMxi'](_0x5bf47d,FRAMEWORKS[_0x119d7c(0xea)])){if(_0x55d59d[_0x119d7c(0x11b)](_0x10bae4,_0x55d59d[_0x119d7c(0xdd)]))return;_0x10c84e[_0x55d59d[_0x119d7c(0x120)]]=PWTestDetails[_0x119d7c(0xeb)](_0x190755[_0x119d7c(0x126)]);}if(_0x55d59d['WGANz'](_0x5bf47d,FRAMEWORKS[_0x119d7c(0x96)])){const _0x6048d6=accessibilityHelper[_0x119d7c(0xe3)](_0x23535f[_0x119d7c(0x100)](),!![]),_0x3ba4be=global['accessibilityPlatform']&&bsSetupHelper[_0x119d7c(0xed)]();_0x10c84e[_0x55d59d['PoMTV']]=_0x55d59d[_0x119d7c(0x9f)](_0x3ba4be,_0x6048d6);}if(_0x55d59d[_0x119d7c(0xef)](_0x5bf47d,FRAMEWORKS[_0x119d7c(0x12c)])){const _0xbd0f33=accessibilityHelper[_0x119d7c(0xe3)](null,![],_0x190755[_0x119d7c(0xae)]),_0x26b830=globals[_0x119d7c(0xf3)](_0x55d59d[_0x119d7c(0xfe)]);_0x10c84e[_0x55d59d[_0x119d7c(0x120)]]=_0x55d59d[_0x119d7c(0x101)](_0x26b830,_0xbd0f33);}_0x190755[_0x55d59d[_0x119d7c(0x13c)]]=_0x10c84e;}},exports[a85_0x2d1d5e(0xd7)]=_0x2c0025=>{const _0x39b96c=a85_0x2d1d5e,_0x147c70={};_0x147c70[_0x39b96c(0xa5)]=function(_0x384c03,_0x1a88fd){return _0x384c03>_0x1a88fd;},_0x147c70[_0x39b96c(0x119)]=function(_0x15cf33,_0x5979c4){return _0x15cf33>_0x5979c4;};const _0x4a69e0=_0x147c70;let _0x496853={};if(_0x4a69e0[_0x39b96c(0xa5)](Object[_0x39b96c(0x102)](testData)[_0x39b96c(0x116)],0x0))return testData;_0x496853=JestTestDetails[_0x39b96c(0x128)]();if(_0x4a69e0[_0x39b96c(0x119)](Object[_0x39b96c(0x102)](_0x496853)['length'],0x0))return _0x496853;return _0x496853;},exports[a85_0x2d1d5e(0x143)]=(_0x2befa7,_0x823190={})=>{const _0x5a5104=a85_0x2d1d5e;if(bsSetupHelper[_0x5a5104(0x13e)](_0x823190['test_run']))return;switch(_0x2befa7){case FRAMEWORKS[_0x5a5104(0x12e)]:testData=_0x823190[_0x5a5104(0xa8)];break;case FRAMEWORKS[_0x5a5104(0xd0)]:JestTestDetails[_0x5a5104(0x108)](_0x823190[_0x5a5104(0xa8)]);break;default:break;}};
1
+ function a86_0x3cd0(_0x3c4ae8,_0xceb72c){const _0xfd3c18=a86_0xfd3c();return a86_0x3cd0=function(_0x3cd025,_0x1d2fc1){_0x3cd025=_0x3cd025-0x121;let _0x37eafa=_0xfd3c18[_0x3cd025];return _0x37eafa;},a86_0x3cd0(_0x3c4ae8,_0xceb72c);}const a86_0xb04c20=a86_0x3cd0;(function(_0x52c35a,_0x3c0285){const _0x4e7b3f=a86_0x3cd0,_0x3afe32=_0x52c35a();while(!![]){try{const _0x588a5a=parseInt(_0x4e7b3f(0x158))/0x1+parseInt(_0x4e7b3f(0x16f))/0x2*(-parseInt(_0x4e7b3f(0x19e))/0x3)+-parseInt(_0x4e7b3f(0x14d))/0x4+parseInt(_0x4e7b3f(0x187))/0x5+-parseInt(_0x4e7b3f(0x186))/0x6+parseInt(_0x4e7b3f(0x1a3))/0x7+-parseInt(_0x4e7b3f(0x142))/0x8;if(_0x588a5a===_0x3c0285)break;else _0x3afe32['push'](_0x3afe32['shift']());}catch(_0x116015){_0x3afe32['push'](_0x3afe32['shift']());}}}(a86_0xfd3c,0x4f317));const bsSetupHelper=require(a86_0xb04c20(0x196)),{isTestObservabilitySession,getFrameworkVersion}=require(a86_0xb04c20(0x12d)),accessibilityHelper=require(a86_0xb04c20(0x1a6)),logger=require(a86_0xb04c20(0x1b9))[a86_0xb04c20(0x19c)],{nestedKeyValue}=require(a86_0xb04c20(0x1a8)),scripts=require('../accessibility-automation/scripts.js'),globals=require(a86_0xb04c20(0x127)),testHubConstants=require('./constants.js'),PWTestDetails=require(a86_0xb04c20(0x16e)),JestTestDetails=require(a86_0xb04c20(0x1bd)),{FRAMEWORKS}=require(a86_0xb04c20(0x136)),{isTurboScaleSession}=require(a86_0xb04c20(0x174));function a86_0xfd3c(){const _0x18e401=['../test-observability/utils','setTestData','CUCUMBER','true','VqIlp','bNAPD','2|0|4|3|1','Ueqmw','BROWSERSTACK_TESTHUB_JWT','../test-observability/constants.js','RhdDH','GRduO','options','scopes','mFuHa','join','qlkGa','5|4|3|0|2|1','BS_TESTOPS_BUILD_COMPLETED','hqCjz','yIEcq','199240NpHIcG','setPercyFlag','BS_TESTOPS_JWT','commands','getGlobal','forEach','ojAMb','parseFromJson','NthMf','MOCHA','ofUBy','1611592VkRzQr','appendTesthubParams','product_map','bstackA11yShouldScan','IzHBT','accessibilityPlatform','includes','EUboj','accessibility','JUzdd','getTestData','517388EAMauC','GSMAy','success','kvkGI','hyODm','build_hashed_id','isAccessibilityEnabled','username','isTrue','checkAccessibilityPlatformConfig','CBTSessionCreated','percy','name','BROWSERSTACK_ACCESSIBILITY','[OBSERVABILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','WWTJv','\x20Build\x20creation\x20failed','TestRunStarted','erBFu','isAccessibilityPlatform','ERROR','test_run','../../bin/playwright/reporter/test-details.js','2oMvKHf','XKQAY','gPcgt','info','commandsToWrap','../ats/helper','handleErrorForAccessibility','titlePath','toString','getTestFrameworkDetails','command','SuHZX','eadBq','getCurrentTestData','getAgentVersion','oNRvG','ACCESSIBILITY','observability','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','handleErrorForObservability','BS_TESTOPS_ALLOW_SCREENSHOTS','klcyW','BS_TESTOPS_BUILD_HASHED_ID','138240zZgECe','1717940ghpFYN','fJqLy','BZlor','toUpperCase','FiakA','OBSERVABILITY','error','logBuildError','3|0|4|1|6|2|5','shouldScanTestForAccessibility','HookRunFinished','BROWSERSTACK_PERCY','tags','null','uploadEventData','../helper','capabilities','OPXtA','getAccessibilityPlatformValidation','PhBmI','shouldProcessEventForTesthub','winstonLogger','false','354630kPAngi','BROWSERSTACK_TESTHUB_UUID:\x20','INVALID_CREDENTIALS','jwt','isBrowserstackInfra','227164krawTT','length','key','../accessibility-automation/helper','password','../helper.js','BS_A11Y_JWT','isUndefined','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','setCurrentTestData','FfxCr','oYRoL','BROWSERSTACK_TEST_ACCESSIBILITY_YML','toJson','HookRunStarted','vJAEv','getProductMap','env','CREDENTIALS_FOR_CRASH_REPORTING','yeoAD','NmnhX','getFrameworkDetails','../logger','isRunning','MTLCB','parse','../../bin/jest/test-observability/test-details.js','debug','allow_screenshots','PLAYWRIGHT','ACCESS_DENIED','stringify','split','fwJqz','lEknL','TZtRr','config','value','iBkdm','nVhbV','LogCreated','isPercyBuild','CqpFy','CODECEPT','ICDfO','keys','wBquO','message','scripts','../globals.js','BROWSERSTACK_TESTHUB_UUID','uuid','YGUBM','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','JEST'];a86_0xfd3c=function(){return _0x18e401;};return a86_0xfd3c();}let testData={};exports[a86_0xb04c20(0x1b3)]=_0x808edb=>{const _0xa97f74=a86_0xb04c20,_0x16c9e4={'IzHBT':function(_0x412708){return _0x412708();},'iBkdm':function(_0x432a70,_0x55492c){return _0x432a70(_0x55492c);}};let _0x5f52fd=![],_0x21e354=![];if(bsSetupHelper['isBrowserstackInfra']()&&_0x808edb['app'])_0x21e354=!![];else bsSetupHelper[_0xa97f74(0x1a2)]()&&(_0x5f52fd=!![]);return{'observability':_0x16c9e4[_0xa97f74(0x151)](isTestObservabilitySession),'accessibility':exports['isAccessibilityEnabled'](_0x808edb),'percy':_0x808edb['percy']||![],'automate':_0x5f52fd,'app_automate':_0x21e354,'turboscale':_0x16c9e4[_0xa97f74(0x1c9)](isTurboScaleSession,_0x808edb)};},exports[a86_0xb04c20(0x1b8)]=(_0xe1ac61,_0x1f0679)=>{const _0x3d79fa=a86_0xb04c20,_0x3b01fe={'fJqLy':function(_0xc51442,_0x509cfa){return _0xc51442(_0x509cfa);},'GRduO':'javascript'};return{'frameworkName':_0x1f0679,'frameworkVersion':_0x3b01fe[_0x3d79fa(0x188)](getFrameworkVersion,_0x1f0679),'sdkVersion':bsSetupHelper[_0x3d79fa(0x17d)](),'language':_0x3b01fe[_0x3d79fa(0x138)],'testFramework':bsSetupHelper[_0x3d79fa(0x178)](_0xe1ac61,_0x1f0679)};},exports[a86_0xb04c20(0x143)]=_0x38cbd2=>{const _0x5c83ef=a86_0xb04c20,_0x3ea02e={};_0x3ea02e[_0x5c83ef(0x159)]=_0x5c83ef(0x19d),_0x3ea02e[_0x5c83ef(0x15b)]=_0x5c83ef(0x130);const _0x269483=_0x3ea02e;process[_0x5c83ef(0x1b4)][_0x5c83ef(0x192)]=_0x269483['GSMAy'],bsSetupHelper[_0x5c83ef(0x160)](_0x38cbd2[_0x5c83ef(0x1c7)]['percy'])&&(!_0x38cbd2[_0x5c83ef(0x163)]||!_0x38cbd2['percy'][_0x5c83ef(0x1ba)]())&&(process[_0x5c83ef(0x1b4)]['BROWSERSTACK_PERCY']=_0x269483[_0x5c83ef(0x15b)]);},exports[a86_0xb04c20(0x1cc)]=()=>{const _0x2f2660=a86_0xb04c20;return bsSetupHelper[_0x2f2660(0x160)](process[_0x2f2660(0x1b4)][_0x2f2660(0x192)]);},exports[a86_0xb04c20(0x15e)]=(_0x5a1ab2={})=>{const _0x6f030c=a86_0xb04c20,_0x3ed6df={};_0x3ed6df['qlkGa']=function(_0x283050,_0x5c1723){return _0x283050!==_0x5c1723;},_0x3ed6df[_0x6f030c(0x13b)]=function(_0x2f6522,_0x5691c2){return _0x2f6522===_0x5691c2;},_0x3ed6df[_0x6f030c(0x154)]=_0x6f030c(0x130),_0x3ed6df[_0x6f030c(0x17b)]=function(_0x68e27,_0x1cc11a){return _0x68e27>_0x1cc11a;},_0x3ed6df[_0x6f030c(0x132)]=function(_0x3fbfc7,_0x65b0ca){return _0x3fbfc7===_0x65b0ca;};const _0x356dfc=_0x3ed6df;if(_0x356dfc[_0x6f030c(0x13d)](process[_0x6f030c(0x1b4)][_0x6f030c(0x165)],undefined))return bsSetupHelper[_0x6f030c(0x160)](process[_0x6f030c(0x1b4)]['BROWSERSTACK_ACCESSIBILITY']);let _0x5652d2=_0x356dfc[_0x6f030c(0x13b)](process[_0x6f030c(0x1b4)][_0x6f030c(0x1af)],_0x356dfc['EUboj']);return _0x356dfc[_0x6f030c(0x17b)](Object[_0x6f030c(0x123)](_0x5a1ab2)['length'],0x0)&&(process[_0x6f030c(0x1b4)][_0x6f030c(0x181)]=accessibilityHelper[_0x6f030c(0x161)](_0x5a1ab2)),_0x5652d2=_0x5652d2||_0x356dfc[_0x6f030c(0x132)](process[_0x6f030c(0x1b4)][_0x6f030c(0x181)],_0x356dfc['EUboj']),_0x5652d2;},exports['setTestObservabilityVariables']=(_0x3f7ac9,_0x5b9900)=>{const _0x4600b5=a86_0xb04c20,_0x47918a={'ICDfO':function(_0x25b3b6){return _0x25b3b6();},'oYRoL':_0x4600b5(0x13e),'gPcgt':function(_0x269482,_0x4f3cab,_0x3730fa){return _0x269482(_0x4f3cab,_0x3730fa);},'yIEcq':'observability','hwgDT':'options','OPXtA':_0x4600b5(0x130)};if(!_0x3f7ac9||!_0x3f7ac9[_0x4600b5(0x180)])return exports[_0x4600b5(0x182)](),[null,null,null];if(!_0x3f7ac9['observability'][_0x4600b5(0x15a)])return exports[_0x4600b5(0x182)](_0x3f7ac9[_0x4600b5(0x180)]),[null,null,null];if(_0x47918a[_0x4600b5(0x122)](isTestObservabilitySession)){const _0x183e91=_0x47918a[_0x4600b5(0x1ae)][_0x4600b5(0x1c3)]('|');let _0x2a94c7=0x0;while(!![]){switch(_0x183e91[_0x2a94c7++]){case'0':_0x47918a[_0x4600b5(0x171)](nestedKeyValue,_0x3f7ac9,[_0x47918a[_0x4600b5(0x141)],_0x47918a['hwgDT']])&&(process[_0x4600b5(0x1b4)][_0x4600b5(0x183)]=_0x3f7ac9['observability']['options'][_0x4600b5(0x1bf)][_0x4600b5(0x177)]());continue;case'1':return[_0x3f7ac9['jwt'],_0x3f7ac9[_0x4600b5(0x15d)],process[_0x4600b5(0x1b4)][_0x4600b5(0x183)]];case'2':logger[_0x4600b5(0x1be)](_0x4600b5(0x166)+_0x3f7ac9[_0x4600b5(0x15d)]);continue;case'3':_0x3f7ac9['build_hashed_id']&&(process[_0x4600b5(0x1b4)]['BS_TESTOPS_BUILD_HASHED_ID']=_0x3f7ac9[_0x4600b5(0x15d)]);continue;case'4':if(_0x3f7ac9['jwt']){process[_0x4600b5(0x1b4)][_0x4600b5(0x144)]=_0x3f7ac9[_0x4600b5(0x1a1)];const _0x296813={};_0x296813['username']=_0x5b9900[_0x4600b5(0x15f)],_0x296813[_0x4600b5(0x1a7)]=_0x5b9900[_0x4600b5(0x1a7)],process[_0x4600b5(0x1b4)][_0x4600b5(0x1b5)]=JSON[_0x4600b5(0x1c2)](_0x296813);}continue;case'5':process[_0x4600b5(0x1b4)]['BS_TESTOPS_BUILD_COMPLETED']=_0x47918a[_0x4600b5(0x198)];continue;}break;}}return[null,null,null];},exports['setAccessibilityVariables']=_0x4684d7=>{const _0x329731=a86_0xb04c20,_0x488af6={'Ueqmw':function(_0xaf6cf7,_0x54881f,_0x46b0b6){return _0xaf6cf7(_0x54881f,_0x46b0b6);},'Ywldl':_0x329731(0x155),'yeoAD':'options','gAhtY':function(_0x4184c4,_0x32505a,_0x5a5f0e,_0x11c7b9){return _0x4184c4(_0x32505a,_0x5a5f0e,_0x11c7b9);},'ojAMb':'name','wBquO':_0x329731(0x1c8),'xOtBV':function(_0x4c1e66,_0x3f8e23,_0x342165,_0x3918e2){return _0x4c1e66(_0x3f8e23,_0x342165,_0x3918e2);},'Uhlpf':_0x329731(0x179),'nVhbV':_0x329731(0x145)};if(!_0x4684d7[_0x329731(0x155)])return exports[_0x329731(0x175)](),[null,null];if(!_0x4684d7[_0x329731(0x155)][_0x329731(0x15a)])return exports['handleErrorForAccessibility'](_0x4684d7[_0x329731(0x155)]),[null,null];if(_0x488af6[_0x329731(0x134)](nestedKeyValue,_0x4684d7,[_0x488af6['Ywldl'],_0x488af6[_0x329731(0x1b6)]])){const {accessibilityToken:_0x1ae794,scannerVersion:_0x26739b}=_0x488af6['gAhtY'](jsonifyAccessibilityArray,_0x4684d7[_0x329731(0x155)]['options'][_0x329731(0x197)],_0x488af6['ojAMb'],_0x488af6[_0x329731(0x124)]),_0x4bc652={'scripts':_0x488af6['xOtBV'](jsonifyAccessibilityArray,_0x4684d7[_0x329731(0x155)][_0x329731(0x139)][_0x329731(0x126)],_0x488af6[_0x329731(0x148)],_0x488af6['Uhlpf'])};_0x4bc652[_0x488af6[_0x329731(0x1ca)]]=_0x4684d7[_0x329731(0x155)][_0x329731(0x139)][_0x329731(0x173)]['commands'],scripts[_0x329731(0x149)](_0x4bc652),scripts[_0x329731(0x1b0)]();let _0x1cbfc1=process[_0x329731(0x1b4)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x1cbfc1=!!_0x1cbfc1?JSON[_0x329731(0x1bc)](_0x1cbfc1):{},_0x1cbfc1['scannerVersion']=_0x26739b,process[_0x329731(0x1b4)][_0x329731(0x12b)]=JSON[_0x329731(0x1c2)](_0x1cbfc1),process[_0x329731(0x1b4)][_0x329731(0x1a9)]=_0x1ae794,logger[_0x329731(0x1be)](_0x329731(0x1ab)+_0x4684d7['build_hashed_id']),[_0x1ae794,_0x4684d7['build_hashed_id']];}return[null,null];},exports['handleErrorForObservability']=_0xcedb80=>{const _0x147b28=a86_0xb04c20,_0x7de9d0={};_0x7de9d0[_0x147b28(0x137)]=_0x147b28(0x18f),_0x7de9d0[_0x147b28(0x1bb)]=_0x147b28(0x194),_0x7de9d0['Itukp']='false';const _0x2c5597=_0x7de9d0,_0x8fe747=_0x2c5597[_0x147b28(0x137)][_0x147b28(0x1c3)]('|');let _0x1b972c=0x0;while(!![]){switch(_0x8fe747[_0x1b972c++]){case'0':process[_0x147b28(0x1b4)][_0x147b28(0x135)]=_0x2c5597[_0x147b28(0x1bb)];continue;case'1':process[_0x147b28(0x1b4)][_0x147b28(0x144)]=_0x2c5597[_0x147b28(0x1bb)];continue;case'2':process['env']['BS_TESTOPS_ALLOW_SCREENSHOTS']=_0x2c5597['MTLCB'];continue;case'3':process['env'][_0x147b28(0x128)]=_0x2c5597['MTLCB'];continue;case'4':process['env'][_0x147b28(0x13f)]=_0x2c5597['Itukp'];continue;case'5':exports['logBuildError'](_0xcedb80,testHubConstants[_0x147b28(0x18c)]);continue;case'6':process[_0x147b28(0x1b4)][_0x147b28(0x185)]=_0x2c5597['MTLCB'];continue;}break;}},exports[a86_0xb04c20(0x175)]=_0x3bd38a=>{const _0x382bfb=a86_0xb04c20,_0x49902d={};_0x49902d[_0x382bfb(0x140)]=_0x382bfb(0x133),_0x49902d[_0x382bfb(0x131)]='null',_0x49902d['NmnhX']='false';const _0x114d57=_0x49902d,_0x3783c1=_0x114d57[_0x382bfb(0x140)][_0x382bfb(0x1c3)]('|');let _0x11020e=0x0;while(!![]){switch(_0x3783c1[_0x11020e++]){case'0':process[_0x382bfb(0x1b4)]['BROWSERSTACK_TESTHUB_JWT']=_0x114d57[_0x382bfb(0x131)];continue;case'1':exports['logBuildError'](_0x3bd38a,testHubConstants[_0x382bfb(0x17f)]);continue;case'2':process[_0x382bfb(0x1b4)]['BROWSERSTACK_TESTHUB_UUID']=_0x114d57[_0x382bfb(0x131)];continue;case'3':process['env'][_0x382bfb(0x181)]=_0x114d57[_0x382bfb(0x1b7)];continue;case'4':process[_0x382bfb(0x1b4)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x114d57[_0x382bfb(0x1b7)];continue;}break;}},exports[a86_0xb04c20(0x18e)]=(_0x38837e,_0x4eaf7f='')=>{const _0x4fbf3e=a86_0xb04c20,_0x5e189c={};_0x5e189c['XKQAY']=function(_0x4ca4b0,_0x2a410a){return _0x4ca4b0===_0x2a410a;};const _0x51ee71=_0x5e189c;if(_0x51ee71[_0x4fbf3e(0x170)](_0x38837e,undefined)){logger[_0x4fbf3e(0x18d)](_0x4eaf7f[_0x4fbf3e(0x18a)]()+_0x4fbf3e(0x168));return;}for(const _0x2fb29c of _0x38837e['errors']){const _0x37093c=_0x2fb29c[_0x4fbf3e(0x1a5)],_0x5334e8=_0x2fb29c[_0x4fbf3e(0x125)];if(_0x5334e8)switch(_0x37093c){case testHubConstants[_0x4fbf3e(0x16c)][_0x4fbf3e(0x1a0)]:logger[_0x4fbf3e(0x18d)](_0x5334e8);break;case testHubConstants['ERROR'][_0x4fbf3e(0x1c1)]:logger[_0x4fbf3e(0x172)](_0x5334e8);break;case testHubConstants['ERROR']['DEPRECATED']:logger['error'](_0x5334e8);break;default:logger[_0x4fbf3e(0x18d)](_0x5334e8);}}};const jsonifyAccessibilityArray=(_0x2f3edf,_0x29c41e,_0x583832)=>{const _0x49450d=a86_0xb04c20,_0x4dc3ab={};return _0x2f3edf[_0x49450d(0x147)](_0x80f774=>{_0x4dc3ab[_0x80f774[_0x29c41e]]=_0x80f774[_0x583832];}),_0x4dc3ab;};exports['setTestHubCommonMetaInfo']=_0x28020d=>{const _0xd7ec5f=a86_0xb04c20;_0x28020d['jwt']&&(process[_0xd7ec5f(0x1b4)]['BROWSERSTACK_TESTHUB_JWT']=_0x28020d['jwt']);_0x28020d['build_hashed_id']&&(process['env'][_0xd7ec5f(0x128)]=_0x28020d['build_hashed_id'],logger[_0xd7ec5f(0x1be)](_0xd7ec5f(0x19f)+_0x28020d[_0xd7ec5f(0x15d)]));;},exports[a86_0xb04c20(0x19b)]=(_0x2107ac='',_0x278243='')=>{const _0x9f1613=a86_0xb04c20,_0x349cee={'ofUBy':function(_0x73d543){return _0x73d543();},'AnFSO':function(_0x3dab89,_0x473595){return _0x3dab89===_0x473595;},'lQVpa':_0x9f1613(0x195),'erBFu':_0x9f1613(0x1cb),'lEknL':_0x9f1613(0x162),'wLybc':'HookRunStarted','JRxYh':_0x9f1613(0x191)};if(exports['isPercyBuild']()&&!exports['isAccessibilityEnabled']()&&!_0x349cee['ofUBy'](isTestObservabilitySession)){if(_0x349cee['AnFSO'](_0x278243,_0x349cee['lQVpa']))return![];if([_0x349cee[_0x9f1613(0x16a)],_0x349cee[_0x9f1613(0x1c5)]][_0x9f1613(0x153)](_0x2107ac))return![];return!![];}if(exports[_0x9f1613(0x15e)]()&&!_0x349cee[_0x9f1613(0x14c)](isTestObservabilitySession)){if([_0x349cee['wLybc'],_0x349cee['JRxYh'],_0x349cee[_0x9f1613(0x16a)]][_0x9f1613(0x153)](_0x2107ac))return![];return!![];}return exports[_0x9f1613(0x15e)]()||_0x349cee[_0x9f1613(0x14c)](isTestObservabilitySession)||exports['isPercyBuild']();},exports[a86_0xb04c20(0x14e)]=(_0x12d757,_0x163ff5,_0x3cf87a='',_0x2332d0)=>{const _0x206318=a86_0xb04c20,_0x2f3f40={};_0x2f3f40[_0x206318(0x167)]=_0x206318(0x1b1),_0x2f3f40[_0x206318(0x189)]=_0x206318(0x191),_0x2f3f40[_0x206318(0x1ad)]=function(_0x27fe90,_0x309788){return _0x27fe90===_0x309788;},_0x2f3f40[_0x206318(0x19a)]=_0x206318(0x150),_0x2f3f40[_0x206318(0x184)]=_0x206318(0x16b),_0x2f3f40[_0x206318(0x156)]=_0x206318(0x155),_0x2f3f40[_0x206318(0x1cd)]=function(_0x3d0826,_0x66bba5){return _0x3d0826&&_0x66bba5;},_0x2f3f40[_0x206318(0x12a)]=function(_0x524dbb,_0x385ad1){return _0x524dbb===_0x385ad1;},_0x2f3f40['NthMf']=function(_0x54cd6e,_0x23dcf5){return _0x54cd6e+_0x23dcf5;},_0x2f3f40[_0x206318(0x1c6)]=function(_0x217423,_0x1013a6){return _0x217423===_0x1013a6;},_0x2f3f40[_0x206318(0x17e)]=_0x206318(0x169),_0x2f3f40[_0x206318(0x1b2)]=function(_0x23d1d1,_0x3e804d){return _0x23d1d1===_0x3e804d;},_0x2f3f40[_0x206318(0x18b)]=function(_0x338de2,_0x484fdd){return _0x338de2&&_0x484fdd;},_0x2f3f40[_0x206318(0x1c4)]=function(_0x257df1,_0x3672d3){return _0x257df1===_0x3672d3;},_0x2f3f40[_0x206318(0x15c)]=_0x206318(0x14f);const _0x4dbccb=_0x2f3f40;if(![_0x4dbccb['WWTJv'],_0x4dbccb[_0x206318(0x189)]][_0x206318(0x153)](_0x163ff5)&&exports[_0x206318(0x15e)]()){const _0x2c3131={};if(_0x4dbccb['FfxCr'](_0x2332d0,FRAMEWORKS[_0x206318(0x14b)])){const _0x1e02b1=globals['getGlobal'](_0x4dbccb[_0x206318(0x19a)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x3cf87a[_0x206318(0x176)](),!![]),_0xc4fc9c=globals[_0x206318(0x146)](_0x4dbccb[_0x206318(0x184)]);_0x2c3131[_0x4dbccb[_0x206318(0x156)]]=_0x4dbccb['CqpFy'](_0xc4fc9c,_0x1e02b1);}if(_0x4dbccb[_0x206318(0x12a)](_0x2332d0,FRAMEWORKS[_0x206318(0x12c)])){const _0x1ad772=_0x4dbccb['NthMf'](_0x4dbccb[_0x206318(0x14a)](_0x12d757[_0x206318(0x13a)][_0x206318(0x13c)]('\x20'),'\x20'),_0x3cf87a[_0x206318(0x164)]),_0x38c5f0=globals['getGlobal'](_0x4dbccb[_0x206318(0x19a)])||accessibilityHelper[_0x206318(0x190)](_0x1ad772,![]),_0x13908f=browserStackGlobals[_0x206318(0x16b)];_0x2c3131[_0x4dbccb[_0x206318(0x156)]]=_0x4dbccb[_0x206318(0x1cd)](_0x13908f,_0x38c5f0);}if(_0x4dbccb['FfxCr'](_0x2332d0,FRAMEWORKS[_0x206318(0x1c0)])){if(_0x4dbccb['TZtRr'](_0x163ff5,_0x4dbccb[_0x206318(0x17e)]))return;_0x2c3131[_0x4dbccb[_0x206318(0x156)]]=PWTestDetails[_0x206318(0x199)](_0x12d757[_0x206318(0x129)]);}if(_0x4dbccb[_0x206318(0x1b2)](_0x2332d0,FRAMEWORKS[_0x206318(0x121)])){const _0x44762c=accessibilityHelper[_0x206318(0x190)](_0x3cf87a[_0x206318(0x176)](),!![]),_0xa6c436=global[_0x206318(0x152)]&&bsSetupHelper[_0x206318(0x1a2)]();_0x2c3131[_0x4dbccb['JUzdd']]=_0x4dbccb[_0x206318(0x18b)](_0xa6c436,_0x44762c);}if(_0x4dbccb[_0x206318(0x1c4)](_0x2332d0,FRAMEWORKS[_0x206318(0x12f)])){const _0x1b4c39=accessibilityHelper[_0x206318(0x190)](null,![],_0x12d757[_0x206318(0x193)]),_0x1f215a=globals[_0x206318(0x146)](_0x4dbccb['klcyW']);_0x2c3131[_0x4dbccb['JUzdd']]=_0x4dbccb[_0x206318(0x1cd)](_0x1f215a,_0x1b4c39);}_0x12d757[_0x4dbccb[_0x206318(0x15c)]]=_0x2c3131;}},exports[a86_0xb04c20(0x17c)]=_0x55827c=>{const _0x2f8dbb=a86_0xb04c20,_0x34ac0d={};_0x34ac0d[_0x2f8dbb(0x17a)]=function(_0x5270c4,_0x1c283){return _0x5270c4>_0x1c283;};const _0xb0c3a1=_0x34ac0d;let _0x466949={};if(_0xb0c3a1['SuHZX'](Object[_0x2f8dbb(0x123)](testData)[_0x2f8dbb(0x1a4)],0x0))return testData;_0x466949=JestTestDetails[_0x2f8dbb(0x157)]();if(_0xb0c3a1[_0x2f8dbb(0x17a)](Object[_0x2f8dbb(0x123)](_0x466949)[_0x2f8dbb(0x1a4)],0x0))return _0x466949;return _0x466949;},exports[a86_0xb04c20(0x1ac)]=(_0x2597cc,_0x2a4314={})=>{const _0x2e05cb=a86_0xb04c20;if(bsSetupHelper[_0x2e05cb(0x1aa)](_0x2a4314['test_run']))return;switch(_0x2597cc){case FRAMEWORKS[_0x2e05cb(0x14b)]:testData=_0x2a4314[_0x2e05cb(0x16d)];break;case FRAMEWORKS[_0x2e05cb(0x12c)]:JestTestDetails[_0x2e05cb(0x12e)](_0x2a4314['test_run']);break;default:break;}};
@@ -1 +1 @@
1
- function a86_0x565d(){const _0x3e9183=['Rkknj','1348274CloClo','981277lOasbj','2065bwRbip','vXVoR','9416916Qfqnza','120npNXGA','jvCkw','fireFunnelTestEvent','445fBJIiN','cancel','33976sNHPzp','61710PtARqA','34854620EtmDZJ','162147uhDtOs','./helper','kiZcQ'];a86_0x565d=function(){return _0x3e9183;};return a86_0x565d();}function a86_0x77e3(_0x181af4,_0x2dab40){const _0x565d9f=a86_0x565d();return a86_0x77e3=function(_0x77e366,_0x3729ba){_0x77e366=_0x77e366-0x1a5;let _0x25152c=_0x565d9f[_0x77e366];return _0x25152c;},a86_0x77e3(_0x181af4,_0x2dab40);}const a86_0x2de28a=a86_0x77e3;(function(_0x11844d,_0x1d82ca){const _0x48fa50=a86_0x77e3,_0x397d14=_0x11844d();while(!![]){try{const _0x3cc52=-parseInt(_0x48fa50(0x1ab))/0x1+parseInt(_0x48fa50(0x1aa))/0x2+-parseInt(_0x48fa50(0x1a6))/0x3*(parseInt(_0x48fa50(0x1af))/0x4)+-parseInt(_0x48fa50(0x1b2))/0x5*(parseInt(_0x48fa50(0x1b5))/0x6)+parseInt(_0x48fa50(0x1ac))/0x7*(parseInt(_0x48fa50(0x1b4))/0x8)+-parseInt(_0x48fa50(0x1ae))/0x9+parseInt(_0x48fa50(0x1a5))/0xa;if(_0x3cc52===_0x1d82ca)break;else _0x397d14['push'](_0x397d14['shift']());}catch(_0x87d060){_0x397d14['push'](_0x397d14['shift']());}}}(a86_0x565d,0xcf09c));const helper=require(a86_0x2de28a(0x1a7));module['exports']=(_0x212c9a,_0x12de27,_0x38ea12,_0xd1d8c6,_0x51f5ee,_0x3adf9f)=>{const _0x38c890=a86_0x2de28a,_0x1f81f1={'dDDWJ':function(_0x434b71,_0x56671f){return _0x434b71-_0x56671f;},'vXVoR':function(_0x35feac,_0x15716c){return _0x35feac(_0x15716c);},'Rkknj':function(_0x3f5fac,_0x291076,_0x43e68d){return _0x3f5fac(_0x291076,_0x43e68d);}};let _0x344647,_0x1753d3=![];const _0x20d39c=new Promise((_0x2336e4,_0x4e57f8)=>{const _0x59ccc3=a86_0x77e3,_0x47fe4b={'jvCkw':function(_0x162335,_0x185a86){return _0x1f81f1['dDDWJ'](_0x162335,_0x185a86);},'kiZcQ':function(_0x30a832,_0x39ffd2){const _0x47966e=a86_0x77e3;return _0x1f81f1[_0x47966e(0x1ad)](_0x30a832,_0x39ffd2);}};_0x344647=_0x1f81f1[_0x59ccc3(0x1a9)](setTimeout,()=>{const _0xc0b418=_0x59ccc3;if(!_0x1753d3){const _0x30062c={'status':''+_0x12de27,'timeTaken':_0x47fe4b[_0xc0b418(0x1b0)](new Date(),_0xd1d8c6)};helper[_0xc0b418(0x1b1)](_0x38ea12,_0x30062c,_0x51f5ee,_0x3adf9f),_0x47fe4b[_0xc0b418(0x1a8)](_0x4e57f8,new Error(_0x12de27));}},_0x212c9a);});return _0x20d39c[_0x38c890(0x1b3)]=()=>{const _0x51638f=_0x38c890;_0x1753d3=!![],_0x1f81f1[_0x51638f(0x1ad)](clearTimeout,_0x344647);},_0x20d39c;};
1
+ function a87_0x2ed3(){const _0x32c7fd=['2LFGtUv','551685IZHqwt','2941445ntyzPW','fireFunnelTestEvent','7937028OJBQEB','1127982SoLJPN','21XUOaYI','6382184LsUBEA','281136hVogVu','./utilities','iHXif','cancel','1703680ftalBV','IRltw'];a87_0x2ed3=function(){return _0x32c7fd;};return a87_0x2ed3();}const a87_0x1ab8eb=a87_0x2ed6;(function(_0x3c5fa0,_0x4a7a21){const _0x44ac86=a87_0x2ed6,_0x9c4430=_0x3c5fa0();while(!![]){try{const _0x2c8f1e=parseInt(_0x44ac86(0x170))/0x1+-parseInt(_0x44ac86(0x176))/0x2*(parseInt(_0x44ac86(0x177))/0x3)+parseInt(_0x44ac86(0x174))/0x4+-parseInt(_0x44ac86(0x178))/0x5+parseInt(_0x44ac86(0x16d))/0x6*(parseInt(_0x44ac86(0x16e))/0x7)+parseInt(_0x44ac86(0x16f))/0x8+-parseInt(_0x44ac86(0x16c))/0x9;if(_0x2c8f1e===_0x4a7a21)break;else _0x9c4430['push'](_0x9c4430['shift']());}catch(_0x41e59e){_0x9c4430['push'](_0x9c4430['shift']());}}}(a87_0x2ed3,0x65418));const utilities=require(a87_0x1ab8eb(0x171));function a87_0x2ed6(_0x17e07a,_0x30823e){const _0x2ed3cf=a87_0x2ed3();return a87_0x2ed6=function(_0x2ed6e4,_0x1a8b66){_0x2ed6e4=_0x2ed6e4-0x16b;let _0x58536c=_0x2ed3cf[_0x2ed6e4];return _0x58536c;},a87_0x2ed6(_0x17e07a,_0x30823e);}module['exports']=(_0x53fae4,_0x7869f3,_0x27b5b0,_0x2c61c0,_0x5e3781,_0x1491b3)=>{const _0x17a582=a87_0x1ab8eb,_0x2c21df={'iHXif':function(_0x4379dc,_0x18313a){return _0x4379dc-_0x18313a;},'IRltw':function(_0x46b8f0,_0x5da7dd){return _0x46b8f0(_0x5da7dd);},'BhHou':function(_0x55a6f6,_0x1393e7,_0x501ad4){return _0x55a6f6(_0x1393e7,_0x501ad4);}};let _0x819fd0,_0x12ce16=![];const _0x1c8c06=new Promise((_0x11c874,_0x4a9079)=>{_0x819fd0=_0x2c21df['BhHou'](setTimeout,()=>{const _0x2dcec2=a87_0x2ed6;if(!_0x12ce16){const _0x4e27fe={'status':''+_0x7869f3,'timeTaken':_0x2c21df[_0x2dcec2(0x172)](new Date(),_0x2c61c0)};utilities[_0x2dcec2(0x16b)](_0x27b5b0,_0x4e27fe,_0x5e3781,_0x1491b3),_0x2c21df[_0x2dcec2(0x175)](_0x4a9079,new Error(_0x7869f3));}},_0x53fae4);});return _0x1c8c06[_0x17a582(0x173)]=()=>{const _0x4d3741=_0x17a582;_0x12ce16=!![],_0x2c21df[_0x4d3741(0x175)](clearTimeout,_0x819fd0);},_0x1c8c06;};
@@ -1 +1 @@
1
- const a87_0x399552=a87_0x2596;function a87_0x2e04(){const _0x496a46=['DCifV','finishedMetadata','592380JNadSv','fireFunnelTestEvent','DrZpw','requirePWModule','browser','type','getFrameworkVersion','stopPercy','getTurboScaleSessionsList','18ryVAFs','../bin/playwright/reporter/pwUtils','./performance-tester','event_properties','getSessionsList','tests','AUTOMATE','API\x20Event\x20','getGlobal','debug','../helpers/testhub/constants','BlKqI','browserVersion','assign','QuEsy','config','values','parse','nVieb','globalException','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','application/json','eqJPc','ajQqF','HNaIK','selenium-webdriver','JzywI','osVersion','Lmpze','sdkRunId','isBrowserstackInfra','99422wXxocU','reduce','codeceptjs','apply','finalize','forEach','./helper','getOptimalHubUrl','framework','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','winstonLogger','nodeRequest','getPackageVersion','945OhlvJP','object','\x20response\x20-\x20','1270TkpwKV','unhandledErrors','EdZRu','every','SDKTestSuccessful','./logger','uaMqx','notifyUpdate','YGbgo','7SdfYzN','./ats/helper','SXaRT','Error\x20in\x20firing\x20request\x20to\x20','ENV_VAR','sendLogs','join','hFGJF','APP_AUTOMATE','FUNNEL_INSTRUMENTATION_API_URL','CQhSq','all','wALMa','1372AcGqMb','gtSfn','error','GazJN','format','cYQxl','killSignal','getAccessKey','5951sjGoYE','datJP','length','errorMessage','source','getUserName','rpowp','nodejs','deviceName','IVAUC','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','split','jcRGH','fxOWd','IqSCh','util','yCjvR','version','aBcQz','finalExecution','2XvkLZf','WrsTY','lqaln','\x20:\x20','1045074PDDcNh','undefined','push','2033148rakTZN','getTurboScaleBuildLink','unknown','Elxzx','295904RxZklJ','isEnabled','null','_buildHashedId','APP_AUTOMATE_PRODUCTS','app','keys','browserStackConfig'];a87_0x2e04=function(){return _0x496a46;};return a87_0x2e04();}function a87_0x2596(_0x457301,_0x1053be){const _0x2e04c=a87_0x2e04();return a87_0x2596=function(_0x259691,_0x54af4d){_0x259691=_0x259691-0x18a;let _0x2f0f2a=_0x2e04c[_0x259691];return _0x2f0f2a;},a87_0x2596(_0x457301,_0x1053be);}(function(_0x2f23b5,_0x48c391){const _0x7ec537=a87_0x2596,_0x271fbc=_0x2f23b5();while(!![]){try{const _0x503505=parseInt(_0x7ec537(0x1e3))/0x1*(-parseInt(_0x7ec537(0x1a6))/0x2)+-parseInt(_0x7ec537(0x1bb))/0x3+parseInt(_0x7ec537(0x18a))/0x4*(parseInt(_0x7ec537(0x1f0))/0x5)+parseInt(_0x7ec537(0x1aa))/0x6*(parseInt(_0x7ec537(0x1fc))/0x7)+-parseInt(_0x7ec537(0x1b1))/0x8*(-parseInt(_0x7ec537(0x1c4))/0x9)+-parseInt(_0x7ec537(0x1f3))/0xa*(parseInt(_0x7ec537(0x192))/0xb)+parseInt(_0x7ec537(0x1ad))/0xc;if(_0x503505===_0x48c391)break;else _0x271fbc['push'](_0x271fbc['shift']());}catch(_0xce172){_0x271fbc['push'](_0x271fbc['shift']());}}}(a87_0x2e04,0x1c856));const os=require('os'),util=require(a87_0x399552(0x1a1)),{getProductMap}=require('./testhub/utils'),logger=require(a87_0x399552(0x1f8))[a87_0x399552(0x1ed)],constants=require('../bin/utils/constants'),testHubConstants=require(a87_0x399552(0x1ce)),{getTransformPath}=require(a87_0x399552(0x1c5)),{FUNNEL_INSTRUMENTATION_API_URL}=require('../bin/utils/constants'),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a87_0x399552(0x1e9)),PerformanceTester=require(a87_0x399552(0x1c6)),globals=require('./globals'),{isTurboScaleSession}=require(a87_0x399552(0x1fd)),helper=require('./helper'),{isTestObservabilitySession}=require('./test-observability/utils');let unhandledErrors='';exports[a87_0x399552(0x1bc)]=async(_0x3bb1b,_0x5a9020={},_0x1e6e93,_0x20cbd2)=>{const _0x2454d3=a87_0x399552,_0x5573df={'UAsXL':function(_0x5ed353,_0x429446){return _0x5ed353===_0x429446;},'IVAUC':_0x2454d3(0x1f1),'CQhSq':function(_0x2adbc0,_0x639315){return _0x2adbc0>_0x639315;},'Lmpze':'tests','SXaRT':function(_0x1e8165){return _0x1e8165();},'lqaln':function(_0x11c706){return _0x11c706();},'ryrZe':function(_0x1bc7b2,_0x5d496c){return _0x1bc7b2==_0x5d496c;},'YGbgo':_0x2454d3(0x1b3),'DrZpw':function(_0x34df17,_0x5a1fa9){return _0x34df17===_0x5a1fa9;},'HNaIK':_0x2454d3(0x1ab),'aBcQz':function(_0x5f303c,_0x5e3e8a){return _0x5f303c>_0x5e3e8a;},'QuEsy':function(_0x3b2452,_0x4a83b1){return _0x3b2452===_0x4a83b1;},'Elxzx':_0x2454d3(0x1e5),'BrWzq':function(_0x4de4e7,_0x3aa3f8){return _0x4de4e7>_0x3aa3f8;},'rpowp':function(_0x2638f4,_0x2fb6f2){return _0x2638f4!==_0x2fb6f2;},'ajQqF':'Playwright','GazJN':function(_0x4bc2e4,_0x4f62bc){return _0x4bc2e4===_0x4f62bc;},'cYQxl':_0x2454d3(0x18c),'hFGJF':function(_0x3ed1d8,_0x37e638){return _0x3ed1d8>_0x37e638;},'IqSCh':function(_0x2fbc29,_0x302f6b){return _0x2fbc29+_0x302f6b;},'rBpLO':'Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','npzvo':_0x2454d3(0x1b4),'datJP':function(_0x14e920,_0x13a0ae){return _0x14e920(_0x13a0ae);},'JzywI':_0x2454d3(0x1af),'pzWqd':_0x2454d3(0x199),'EdZRu':_0x2454d3(0x1f7),'wALMa':function(_0x39cdf2,_0x46a99a){return _0x39cdf2===_0x46a99a;},'BlKqI':_0x2454d3(0x1dd),'eqJPc':_0x2454d3(0x1d9),'yCjvR':'POST'};let _0x2c6867=[];if(helper[_0x2454d3(0x1e2)]()&&_0x5573df[_0x2454d3(0x1fe)](isTestObservabilitySession))_0x2c6867=_0x1e6e93['app']?constants[_0x2454d3(0x1b5)]:constants['AUTOMATE_PRODUCTS'];else{if(_0x5573df['lqaln'](isTestObservabilitySession))_0x2c6867=constants['PRODUCT_IF_NOT_BROWSERSTACK_INFRA'];else helper[_0x2454d3(0x1e2)]()&&(_0x2c6867=_0x1e6e93[_0x2454d3(0x1b6)]?constants[_0x2454d3(0x204)]:constants[_0x2454d3(0x1ca)]);}let _0x52ade5=_0x1e6e93['buildIdentifier'];if(_0x5573df['ryrZe'](_0x52ade5,null))_0x52ade5=_0x5573df[_0x2454d3(0x1fb)];else _0x5573df[_0x2454d3(0x1bd)](_0x52ade5,undefined)&&(_0x52ade5=_0x5573df[_0x2454d3(0x1dc)]);unhandledErrors&&_0x5573df[_0x2454d3(0x1a4)](unhandledErrors[_0x2454d3(0x194)],0x0)&&(_0x5a9020[_0x2454d3(0x1d7)]=unhandledErrors);global[_0x2454d3(0x1e1)]&&(_0x5a9020[_0x2454d3(0x1e1)]=global[_0x2454d3(0x1e1)]);try{if(_0x5a9020['error']){if(_0x5573df[_0x2454d3(0x1d2)](_0x20cbd2,_0x5573df[_0x2454d3(0x1b0)])&&_0x5573df['BrWzq'](_0x5a9020[_0x2454d3(0x18c)][_0x2454d3(0x194)],0x0)){const _0x54d7cd={};_0x54d7cd['os']='',_0x54d7cd['osVersion']='',_0x54d7cd['browser']='',_0x54d7cd[_0x2454d3(0x1d0)]='';const _0x1043a6=_0x54d7cd;let _0xcbc59b={};const _0x7f780=_0x5a9020[_0x2454d3(0x18c)];_0xcbc59b=_0x7f780[_0x2454d3(0x1e4)]((_0x4470be,_0x5225ae)=>{for(const _0x1e102 in _0x5225ae){_0x4470be[_0x1e102]=_0x5225ae[_0x1e102];}return _0x4470be;},{});const _0x5c77d6={};_0x5c77d6[_0x2454d3(0x1c9)]=_0xcbc59b,_0x5a9020[_0x2454d3(0x18c)]=[Object[_0x2454d3(0x1d1)]({},_0x1043a6,_0x5c77d6)];}else{let _0x496f78=0x0;const _0x213bfa=_0x5573df[_0x2454d3(0x198)](_0x20cbd2,_0x5573df[_0x2454d3(0x1db)])?JSON[_0x2454d3(0x1d5)](_0x5a9020[_0x2454d3(0x18c)]):_0x5a9020[_0x2454d3(0x18c)],_0x3a0dfb=Object[_0x2454d3(0x1d4)](_0x213bfa);_0x3a0dfb['forEach'](_0x2f039c=>{const _0x1bee19=_0x2454d3;if(_0x5573df['UAsXL'](typeof _0x2f039c,_0x5573df[_0x1bee19(0x19b)])){const _0x5e9fd9=Object[_0x1bee19(0x1d4)](_0x2f039c);!_0x5e9fd9[_0x1bee19(0x1f6)](_0x435d6c=>_0x435d6c===null||_0x435d6c===undefined||_0x435d6c==='')&&(_0x496f78+=0x1);}});if(_0x5573df[_0x2454d3(0x18d)](_0x496f78,0x0))delete _0x5a9020[_0x5573df[_0x2454d3(0x18f)]];else{const _0x29880d=[];Object[_0x2454d3(0x1b7)](_0x213bfa)['forEach'](_0x386c65=>{const _0x3e5232=_0x2454d3,[_0xa528c6,_0x591d11,_0x13632a,_0x1098eb]=_0x386c65[_0x3e5232(0x19d)](',\x20');let _0x429d3e={};if(!_0x1098eb){const _0x2f4df7={};_0x2f4df7[_0x3e5232(0x19a)]=_0xa528c6,_0x2f4df7['osVersion']=_0x591d11,_0x2f4df7[_0x3e5232(0x1bf)]=_0x13632a,_0x429d3e=_0x2f4df7;}else{const _0x245c22={};_0x245c22['os']=_0xa528c6,_0x245c22[_0x3e5232(0x1df)]=_0x591d11,_0x245c22[_0x3e5232(0x1bf)]=_0x13632a,_0x245c22[_0x3e5232(0x1d0)]=_0x1098eb,_0x429d3e=_0x245c22;}const _0x1b744b={},_0x15a536=_0x213bfa[_0x386c65];Object[_0x3e5232(0x1b7)](_0x15a536)[_0x3e5232(0x1e8)](_0x12d45d=>{const _0x3a2d91=_0x3e5232;_0x5573df['CQhSq'](_0x15a536[_0x12d45d][_0x3a2d91(0x194)],0x0)&&(_0x1b744b[_0x12d45d]=_0x15a536[_0x12d45d]);}),_0x5573df[_0x3e5232(0x206)](Object['keys'](_0x1b744b)[_0x3e5232(0x194)],0x0)&&(_0x429d3e[_0x5573df[_0x3e5232(0x1e0)]]=_0x1b744b,_0x29880d[_0x3e5232(0x1ac)](_0x429d3e));}),_0x5573df[_0x2454d3(0x203)](_0x29880d[_0x2454d3(0x194)],0x0)?_0x5a9020[_0x2454d3(0x18c)]=_0x29880d:delete _0x5a9020[_0x5573df[_0x2454d3(0x18f)]];}}}}catch(_0xaca5b1){delete _0x5a9020[_0x5573df['cYQxl']],logger[_0x2454d3(0x1cd)](_0x5573df[_0x2454d3(0x1a0)](_0x5573df['rBpLO'],_0xaca5b1));}const _0x2a2548={'userName':helper[_0x2454d3(0x197)](_0x1e6e93),'accessKey':helper[_0x2454d3(0x191)](_0x1e6e93),'event_type':_0x3bb1b,'detectedFramework':_0x20cbd2,'buildHashedId':globals[_0x2454d3(0x1cc)](_0x5573df['npzvo']),'optimalHubUrl':helper[_0x2454d3(0x1ea)](),'event_properties':{'testhub_uuid':process['env'][testHubConstants[_0x2454d3(0x200)]['BROWSERSTACK_TESTHUB_UUID']]||'','product_map':_0x5573df[_0x2454d3(0x193)](getProductMap,_0x1e6e93),'productMap':_0x5573df['datJP'](getProductMap,_0x1e6e93),'language_framework':_0x1e6e93[_0x2454d3(0x196)]||_0x5573df['JzywI'],'referrer':helper['getNodeAgent'](_0x20cbd2),'frameworkVersion':helper[_0x2454d3(0x1c1)](_0x20cbd2),'language':_0x5573df['pzWqd'],'product':_0x2c6867,'languageVersion':process[_0x2454d3(0x1a3)],'buildName':_0x1e6e93['buildName']||_0x5573df[_0x2454d3(0x1dc)],'buildIdentifier':_0x52ade5,'os':os[_0x2454d3(0x1c0)]()||_0x5573df[_0x2454d3(0x1de)],'hostname':os['hostname']()||_0x5573df[_0x2454d3(0x1de)],..._0x5a9020}};try{_0x5573df[_0x2454d3(0x1d2)](_0x3bb1b,_0x5573df[_0x2454d3(0x1f5)])&&(_0x2a2548[_0x2454d3(0x1c7)][_0x2454d3(0x1b8)]=helper['sanitizeBrowserStackConfig'](_0x1e6e93)),_0x5573df[_0x2454d3(0x208)](_0x20cbd2,_0x5573df[_0x2454d3(0x1db)])?_0x2a2548['event_properties']['playwrightVersion']=helper[_0x2454d3(0x1be)][_0x2454d3(0x1e6)](null,_0x5573df[_0x2454d3(0x1a8)](getTransformPath),!![]):_0x2a2548[_0x2454d3(0x1c7)]['seleniumVersion']=helper[_0x2454d3(0x1ef)](_0x5573df[_0x2454d3(0x1cf)]);}catch(_0x376fee){logger['debug'](_0x2454d3(0x19c)+_0x376fee);}const _0x5d2721={};_0x5d2721['content-type']=_0x5573df[_0x2454d3(0x1da)];const _0x33d19a={'headers':_0x5d2721,'body':_0x2a2548,'auth':{'user':helper[_0x2454d3(0x197)](_0x1e6e93),'pass':helper[_0x2454d3(0x191)](_0x1e6e93)},'json':!![]};logger[_0x2454d3(0x1cd)](_0x2454d3(0x1ec)+JSON['stringify'](_0x33d19a['body']));try{const _0x56a3f7=await helper[_0x2454d3(0x1ee)](_0x5573df[_0x2454d3(0x1a2)],constants[_0x2454d3(0x205)],_0x33d19a,_0x1e6e93);logger[_0x2454d3(0x1cd)](_0x2454d3(0x1cb)+_0x3bb1b+_0x2454d3(0x1f2)+util[_0x2454d3(0x18e)]('%j',_0x56a3f7));}catch(_0x5c7f30){logger['debug'](_0x2454d3(0x1ff)+FUNNEL_INSTRUMENTATION_API_URL+_0x2454d3(0x1a9)+util[_0x2454d3(0x18e)](_0x5c7f30));}},exports[a87_0x399552(0x1a5)]=async _0x2b2f1b=>{const _0x31f5b0=a87_0x399552,_0x2e8b6a={'tWkPz':function(_0x1e05d0){return _0x1e05d0();},'uaMqx':function(_0x1f385d,_0x1fb28a){return _0x1f385d>_0x1fb28a;},'DCifV':_0x31f5b0(0x1ba),'jcRGH':'user_killed','fxOWd':function(_0x357a3e,_0x38f904){return _0x357a3e(_0x38f904);},'gtSfn':_0x31f5b0(0x1f7),'bfRNB':function(_0x1d3a50,_0x12f030,_0x16633c){return _0x1d3a50(_0x12f030,_0x16633c);},'nVieb':function(_0x55fc36,_0x58b704){return _0x55fc36+_0x58b704;},'WrsTY':_0x31f5b0(0x1d8)};try{await _0x2b2f1b[_0x31f5b0(0x1c2)](),_0x2e8b6a['tWkPz'](printNudgeLocalNotSetError);const _0x216fc5={};_0x216fc5[_0x31f5b0(0x18c)]=_0x2b2f1b[_0x31f5b0(0x195)]?_0x2b2f1b[_0x31f5b0(0x195)]:'{}';const _0x3e3892=_0x216fc5,_0x133aae=Object['assign']({},_0x3e3892);if(PerformanceTester[_0x31f5b0(0x1b2)]()){const {measures:_0x319ed9,errors:_0x2587eb}=PerformanceTester[_0x31f5b0(0x1e7)]();if(_0x319ed9&&_0x2e8b6a[_0x31f5b0(0x1f9)](_0x319ed9['length'],0x0)||_0x2587eb&&_0x2e8b6a[_0x31f5b0(0x1f9)](_0x2587eb['length'],0x0)){const _0x378b6b={};_0x378b6b['measures']=_0x319ed9,_0x378b6b['exceptions']=_0x2587eb,Object['assign'](_0x133aae,_0x378b6b);}}!!_0x2b2f1b[_0x31f5b0(0x190)]&&(_0x133aae[_0x2e8b6a[_0x31f5b0(0x1b9)]]={'reason':_0x2e8b6a[_0x31f5b0(0x19e)],'signal':_0x2b2f1b[_0x31f5b0(0x190)]});unhandledErrors=_0x2b2f1b[_0x31f5b0(0x1f4)][_0x31f5b0(0x202)]('\x0a');let _0x4137df,_0x282e77,_0x23481c;_0x2e8b6a[_0x31f5b0(0x19f)](isTurboScaleSession,_0x2b2f1b[_0x31f5b0(0x1d3)])?([_0x4137df,_0x282e77]=await helper[_0x31f5b0(0x1ae)](_0x2b2f1b['config']),[_0x23481c]=await Promise[_0x31f5b0(0x207)]([helper[_0x31f5b0(0x1c3)](_0x4137df,_0x2b2f1b[_0x31f5b0(0x1d3)]),exports[_0x31f5b0(0x1bc)](_0x2e8b6a['gtSfn'],_0x133aae,_0x2b2f1b['config'],_0x2b2f1b['framework'])])):([_0x4137df,_0x282e77]=await helper['getBuildLink'](_0x2b2f1b[_0x31f5b0(0x1d3)]),[_0x23481c]=await Promise[_0x31f5b0(0x207)]([helper[_0x31f5b0(0x1c8)](_0x4137df,_0x2b2f1b[_0x31f5b0(0x1d3)]),exports['fireFunnelTestEvent'](_0x2e8b6a[_0x31f5b0(0x18b)],_0x133aae,_0x2b2f1b['config'],_0x2b2f1b[_0x31f5b0(0x1eb)])])),_0x23481c&&await _0x2e8b6a['bfRNB'](generateCIArtifacts,_0x23481c,_0x282e77),await helper[_0x31f5b0(0x201)](_0x2b2f1b[_0x31f5b0(0x1d3)]);}catch(_0x26b456){logger[_0x31f5b0(0x1cd)](_0x2e8b6a[_0x31f5b0(0x1d6)](_0x2e8b6a[_0x31f5b0(0x1a7)],_0x26b456));}helper[_0x31f5b0(0x1fa)]();};
1
+ const a88_0x17e4f6=a88_0x3c35;(function(_0x412e6c,_0x52e151){const _0xbd8a8f=a88_0x3c35,_0x319d1c=_0x412e6c();while(!![]){try{const _0x24d350=parseInt(_0xbd8a8f(0x127))/0x1+-parseInt(_0xbd8a8f(0x154))/0x2*(-parseInt(_0xbd8a8f(0x12e))/0x3)+parseInt(_0xbd8a8f(0x111))/0x4*(parseInt(_0xbd8a8f(0x10d))/0x5)+parseInt(_0xbd8a8f(0x119))/0x6+-parseInt(_0xbd8a8f(0x158))/0x7*(parseInt(_0xbd8a8f(0x176))/0x8)+parseInt(_0xbd8a8f(0x137))/0x9*(parseInt(_0xbd8a8f(0xfe))/0xa)+parseInt(_0xbd8a8f(0x15b))/0xb*(-parseInt(_0xbd8a8f(0x167))/0xc);if(_0x24d350===_0x52e151)break;else _0x319d1c['push'](_0x319d1c['shift']());}catch(_0x4c3fa2){_0x319d1c['push'](_0x319d1c['shift']());}}}(a88_0x270b,0xbe499));const os=require('os'),util=require(a88_0x17e4f6(0x148)),{getProductMap}=require(a88_0x17e4f6(0x132)),logger=require(a88_0x17e4f6(0x104))[a88_0x17e4f6(0x150)],constants=require(a88_0x17e4f6(0x14a)),testHubConstants=require(a88_0x17e4f6(0x172)),{getTransformPath}=require(a88_0x17e4f6(0x143)),{FUNNEL_INSTRUMENTATION_API_URL}=require(a88_0x17e4f6(0x14a)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a88_0x17e4f6(0x133)),PerformanceTester=require(a88_0x17e4f6(0x16d)),globals=require(a88_0x17e4f6(0x16a)),{isTurboScaleSession}=require('./ats/helper'),helper=require('./helper'),{isTestObservabilitySession}=require(a88_0x17e4f6(0x103));function a88_0x3c35(_0x584b67,_0x56874d){const _0x270b71=a88_0x270b();return a88_0x3c35=function(_0x3c35e5,_0xe76e7){_0x3c35e5=_0x3c35e5-0xfd;let _0x29dcfd=_0x270b71[_0x3c35e5];return _0x29dcfd;},a88_0x3c35(_0x584b67,_0x56874d);}function a88_0x270b(){const _0x2373d0=['browser','\x20response\x20-\x20','./performance-tester','vzfFR','pDNrG','YSkJy','every','../helpers/testhub/constants','notifyUpdate','Txaay','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','16aDBRbo','pZqlO','measures','values','config','errorMessage','10kkLgfd','undefined','VAdWU','unknown','finishedMetadata','./test-observability/utils','./logger','apply','getBuildLink','HnLln','length','selenium-webdriver','APP_AUTOMATE_PRODUCTS','getUserName','Error\x20in\x20firing\x20request\x20to\x20','17905JJbqxh','QCiGS','stopPercy','join','456JClQXY','Dgxsh','content-type','parse','yVFJM','buildIdentifier','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','deviceName','4744416gTwJbt','requirePWModule','getFrameworkVersion','isBrowserstackInfra','globalException','all','unhandledErrors','exceptions','browserStackConfig','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','iUACl','IHIUn','tests','app','1072946HpmzXh','killSignal','browserVersion','getGlobal','FUNNEL_INSTRUMENTATION_API_URL','finalize','aCYnG','51YVKgZb','NDjio','osVersion','tQSGk','./testhub/utils','./helper','Udgqu','sanitizeBrowserStackConfig','fJfWG','4346721pQJDxg','user_killed','error','HLnXp','assign','env','nodejs','finalExecution','forEach','ENV_VAR','PeXse','getTurboScaleBuildLink','../bin/playwright/reporter/pwUtils','framework','eCRhL','Playwright','getSessionsList','util','Agqfd','../bin/utils/constants','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','getTurboScaleSessionsList','null','playwrightVersion','qlYIF','winstonLogger','isEnabled','TysLC','getAccessKey','36118CojxHw','format','event_properties','plZEw','1366792sYmOlW','reduce','version','33vCKbvN','push','SDKTestSuccessful','nTMaw','body','keys','sendLogs','VJqKv','MmERc','stringify','fireFunnelTestEvent','sdkRunId','7567836NBFXOE','debug','_buildHashedId','./globals'];a88_0x270b=function(){return _0x2373d0;};return a88_0x270b();}let unhandledErrors='';exports[a88_0x17e4f6(0x165)]=async(_0x3ed96c,_0x2ad27a={},_0x4dead1,_0x2e3698)=>{const _0x250cb7=a88_0x17e4f6,_0x26e860={'HnLln':function(_0xa9609,_0x381a28){return _0xa9609===_0x381a28;},'aHCnQ':'object','aCYnG':function(_0x1013e7,_0x241640){return _0x1013e7>_0x241640;},'xeGye':'tests','Txaay':function(_0xd7403b){return _0xd7403b();},'YSkJy':function(_0x3d93f9){return _0x3d93f9();},'iUACl':function(_0x3923b3,_0x1a0ed4){return _0x3923b3==_0x1a0ed4;},'NDjio':_0x250cb7(0x14d),'IHIUn':function(_0x3640ea,_0x133f74){return _0x3640ea===_0x133f74;},'nTMaw':_0x250cb7(0xff),'qlYIF':function(_0x55c5da,_0x2b3a55){return _0x55c5da>_0x2b3a55;},'hHsHU':function(_0x1fd793,_0x1b04a1){return _0x1fd793===_0x1b04a1;},'Dgxsh':'codeceptjs','Laygq':function(_0xb097eb,_0x284d92){return _0xb097eb!==_0x284d92;},'VAdWU':_0x250cb7(0x146),'pZqlO':_0x250cb7(0x139),'Agqfd':function(_0x4f7544,_0x244905){return _0x4f7544+_0x244905;},'yVFJM':_0x250cb7(0x14b),'Ykwlm':_0x250cb7(0x169),'fJfWG':function(_0x1600cd,_0x4a9abd){return _0x1600cd(_0x4a9abd);},'TysLC':function(_0x1caa52,_0x10021e){return _0x1caa52(_0x10021e);},'QCiGS':_0x250cb7(0x101),'mmIbC':_0x250cb7(0x13d),'VJqKv':function(_0x3f9eab,_0x271130){return _0x3f9eab===_0x271130;},'Udgqu':_0x250cb7(0x15d),'btsuP':_0x250cb7(0x109),'pDNrG':'application/json','MmERc':'POST'};let _0x531a53=[];if(helper[_0x250cb7(0x11c)]()&&_0x26e860[_0x250cb7(0x174)](isTestObservabilitySession))_0x531a53=_0x4dead1[_0x250cb7(0x126)]?constants[_0x250cb7(0x10a)]:constants['AUTOMATE_PRODUCTS'];else{if(_0x26e860[_0x250cb7(0x170)](isTestObservabilitySession))_0x531a53=constants['PRODUCT_IF_NOT_BROWSERSTACK_INFRA'];else helper[_0x250cb7(0x11c)]()&&(_0x531a53=_0x4dead1['app']?constants['APP_AUTOMATE']:constants['AUTOMATE']);}let _0x5428fb=_0x4dead1[_0x250cb7(0x116)];if(_0x26e860[_0x250cb7(0x123)](_0x5428fb,null))_0x5428fb=_0x26e860[_0x250cb7(0x12f)];else _0x26e860[_0x250cb7(0x124)](_0x5428fb,undefined)&&(_0x5428fb=_0x26e860[_0x250cb7(0x15e)]);unhandledErrors&&_0x26e860[_0x250cb7(0x14f)](unhandledErrors['length'],0x0)&&(_0x2ad27a[_0x250cb7(0x11d)]=unhandledErrors);global[_0x250cb7(0x166)]&&(_0x2ad27a[_0x250cb7(0x166)]=global[_0x250cb7(0x166)]);try{if(_0x2ad27a['error']){if(_0x26e860['hHsHU'](_0x2e3698,_0x26e860[_0x250cb7(0x112)])&&_0x26e860[_0x250cb7(0x12d)](_0x2ad27a[_0x250cb7(0x139)][_0x250cb7(0x108)],0x0)){const _0x38fd6c={};_0x38fd6c['os']='',_0x38fd6c['osVersion']='',_0x38fd6c['browser']='',_0x38fd6c['browserVersion']='';const _0x3c79b4=_0x38fd6c;let _0x4e9e64={};const _0x313327=_0x2ad27a['error'];_0x4e9e64=_0x313327[_0x250cb7(0x159)]((_0xe9415e,_0x119d89)=>{for(const _0x2b82a8 in _0x119d89){_0xe9415e[_0x2b82a8]=_0x119d89[_0x2b82a8];}return _0xe9415e;},{});const _0x3f07a9={};_0x3f07a9[_0x250cb7(0x125)]=_0x4e9e64,_0x2ad27a[_0x250cb7(0x139)]=[Object[_0x250cb7(0x13b)]({},_0x3c79b4,_0x3f07a9)];}else{let _0x42b0e3=0x0;const _0x5bcbe2=_0x26e860['Laygq'](_0x2e3698,_0x26e860['VAdWU'])?JSON[_0x250cb7(0x114)](_0x2ad27a[_0x250cb7(0x139)]):_0x2ad27a[_0x250cb7(0x139)],_0x48d75d=Object['values'](_0x5bcbe2);_0x48d75d[_0x250cb7(0x13f)](_0x3a92e8=>{const _0x59bfc6=_0x250cb7;if(_0x26e860['HnLln'](typeof _0x3a92e8,_0x26e860['aHCnQ'])){const _0x4deb43=Object[_0x59bfc6(0x179)](_0x3a92e8);!_0x4deb43[_0x59bfc6(0x171)](_0x2a725f=>_0x2a725f===null||_0x2a725f===undefined||_0x2a725f==='')&&(_0x42b0e3+=0x1);}});if(_0x26e860[_0x250cb7(0x107)](_0x42b0e3,0x0))delete _0x2ad27a[_0x26e860[_0x250cb7(0x177)]];else{const _0x5433b4=[];Object[_0x250cb7(0x160)](_0x5bcbe2)[_0x250cb7(0x13f)](_0x59a1e2=>{const _0x5d1bfb=_0x250cb7,_0x251125={'sbWXF':function(_0x115e13,_0x4d3c72){const _0x3f2cb8=a88_0x3c35;return _0x26e860[_0x3f2cb8(0x12d)](_0x115e13,_0x4d3c72);}},[_0x4e37c9,_0x2b757e,_0x31529d,_0x40bcec]=_0x59a1e2['split'](',\x20');let _0x212637={};if(!_0x40bcec){const _0x4d3569={};_0x4d3569[_0x5d1bfb(0x118)]=_0x4e37c9,_0x4d3569[_0x5d1bfb(0x130)]=_0x2b757e,_0x4d3569['browser']=_0x31529d,_0x212637=_0x4d3569;}else{const _0x13d789={};_0x13d789['os']=_0x4e37c9,_0x13d789[_0x5d1bfb(0x130)]=_0x2b757e,_0x13d789[_0x5d1bfb(0x16b)]=_0x31529d,_0x13d789[_0x5d1bfb(0x129)]=_0x40bcec,_0x212637=_0x13d789;}const _0x57c06a={},_0x2911cc=_0x5bcbe2[_0x59a1e2];Object['keys'](_0x2911cc)[_0x5d1bfb(0x13f)](_0x2916d2=>{const _0x7df369=_0x5d1bfb;_0x251125['sbWXF'](_0x2911cc[_0x2916d2][_0x7df369(0x108)],0x0)&&(_0x57c06a[_0x2916d2]=_0x2911cc[_0x2916d2]);}),_0x26e860[_0x5d1bfb(0x12d)](Object[_0x5d1bfb(0x160)](_0x57c06a)[_0x5d1bfb(0x108)],0x0)&&(_0x212637[_0x26e860['xeGye']]=_0x57c06a,_0x5433b4[_0x5d1bfb(0x15c)](_0x212637));}),_0x26e860['qlYIF'](_0x5433b4[_0x250cb7(0x108)],0x0)?_0x2ad27a[_0x250cb7(0x139)]=_0x5433b4:delete _0x2ad27a[_0x26e860[_0x250cb7(0x177)]];}}}}catch(_0x1d6c5){delete _0x2ad27a[_0x26e860[_0x250cb7(0x177)]],logger[_0x250cb7(0x168)](_0x26e860[_0x250cb7(0x149)](_0x26e860[_0x250cb7(0x115)],_0x1d6c5));}const _0x21ce3c={'userName':helper[_0x250cb7(0x10b)](_0x4dead1),'accessKey':helper[_0x250cb7(0x153)](_0x4dead1),'event_type':_0x3ed96c,'detectedFramework':_0x2e3698,'buildHashedId':globals[_0x250cb7(0x12a)](_0x26e860['Ykwlm']),'optimalHubUrl':helper['getOptimalHubUrl'](),'event_properties':{'testhub_uuid':process[_0x250cb7(0x13c)][testHubConstants[_0x250cb7(0x140)]['BROWSERSTACK_TESTHUB_UUID']]||'','product_map':_0x26e860[_0x250cb7(0x136)](getProductMap,_0x4dead1),'productMap':_0x26e860[_0x250cb7(0x152)](getProductMap,_0x4dead1),'language_framework':_0x4dead1['source']||_0x26e860['QCiGS'],'referrer':helper['getNodeAgent'](_0x2e3698),'frameworkVersion':helper[_0x250cb7(0x11b)](_0x2e3698),'language':_0x26e860['mmIbC'],'product':_0x531a53,'languageVersion':process[_0x250cb7(0x15a)],'buildName':_0x4dead1['buildName']||_0x26e860[_0x250cb7(0x15e)],'buildIdentifier':_0x5428fb,'os':os['type']()||_0x26e860[_0x250cb7(0x10e)],'hostname':os['hostname']()||_0x26e860[_0x250cb7(0x10e)],..._0x2ad27a}};try{_0x26e860[_0x250cb7(0x162)](_0x3ed96c,_0x26e860[_0x250cb7(0x134)])&&(_0x21ce3c[_0x250cb7(0x156)][_0x250cb7(0x121)]=helper[_0x250cb7(0x135)](_0x4dead1)),_0x26e860[_0x250cb7(0x107)](_0x2e3698,_0x26e860[_0x250cb7(0x100)])?_0x21ce3c[_0x250cb7(0x156)][_0x250cb7(0x14e)]=helper[_0x250cb7(0x11a)][_0x250cb7(0x105)](null,_0x26e860[_0x250cb7(0x174)](getTransformPath),!![]):_0x21ce3c[_0x250cb7(0x156)]['seleniumVersion']=helper['getPackageVersion'](_0x26e860['btsuP']);}catch(_0x45b31d){logger['debug'](_0x250cb7(0x122)+_0x45b31d);}const _0x226689={};_0x226689[_0x250cb7(0x113)]=_0x26e860[_0x250cb7(0x16f)];const _0xf225bf={'headers':_0x226689,'body':_0x21ce3c,'auth':{'user':helper[_0x250cb7(0x10b)](_0x4dead1),'pass':helper[_0x250cb7(0x153)](_0x4dead1)},'json':!![]};logger['debug'](_0x250cb7(0x117)+JSON[_0x250cb7(0x164)](_0xf225bf[_0x250cb7(0x15f)]));try{const _0x70c74=await helper['nodeRequest'](_0x26e860[_0x250cb7(0x163)],constants[_0x250cb7(0x12b)],_0xf225bf,_0x4dead1);logger[_0x250cb7(0x168)]('API\x20Event\x20'+_0x3ed96c+_0x250cb7(0x16c)+util[_0x250cb7(0x155)]('%j',_0x70c74));}catch(_0xe6e953){logger[_0x250cb7(0x168)](_0x250cb7(0x10c)+FUNNEL_INSTRUMENTATION_API_URL+'\x20:\x20'+util[_0x250cb7(0x155)](_0xe6e953));}},exports[a88_0x17e4f6(0x13e)]=async _0x7e3abd=>{const _0x50d90e=a88_0x17e4f6,_0xd0fd18={'hNIBn':function(_0x14b14f){return _0x14b14f();},'tQSGk':function(_0x379353,_0xf4a33c){return _0x379353>_0xf4a33c;},'eCRhL':_0x50d90e(0x102),'HLnXp':_0x50d90e(0x138),'vzfFR':function(_0x1cdd6b,_0x3b1c14){return _0x1cdd6b(_0x3b1c14);},'plZEw':'SDKTestSuccessful','RxLIt':function(_0x309777,_0x4875cd,_0x333a36){return _0x309777(_0x4875cd,_0x333a36);},'PeXse':function(_0x32b518,_0x52028d){return _0x32b518+_0x52028d;},'CnfBX':_0x50d90e(0x175)};try{await _0x7e3abd[_0x50d90e(0x10f)](),_0xd0fd18['hNIBn'](printNudgeLocalNotSetError);const _0x17d987={};_0x17d987['error']=_0x7e3abd[_0x50d90e(0xfd)]?_0x7e3abd['errorMessage']:'{}';const _0x38d132=_0x17d987,_0x143f6f=Object[_0x50d90e(0x13b)]({},_0x38d132);if(PerformanceTester[_0x50d90e(0x151)]()){const {measures:_0xf42d9d,errors:_0x5cb894}=PerformanceTester[_0x50d90e(0x12c)]();if(_0xf42d9d&&_0xd0fd18[_0x50d90e(0x131)](_0xf42d9d['length'],0x0)||_0x5cb894&&_0xd0fd18['tQSGk'](_0x5cb894['length'],0x0)){const _0x4c5d78={};_0x4c5d78[_0x50d90e(0x178)]=_0xf42d9d,_0x4c5d78[_0x50d90e(0x120)]=_0x5cb894,Object[_0x50d90e(0x13b)](_0x143f6f,_0x4c5d78);}}!!_0x7e3abd[_0x50d90e(0x128)]&&(_0x143f6f[_0xd0fd18[_0x50d90e(0x145)]]={'reason':_0xd0fd18[_0x50d90e(0x13a)],'signal':_0x7e3abd[_0x50d90e(0x128)]});unhandledErrors=_0x7e3abd[_0x50d90e(0x11f)][_0x50d90e(0x110)]('\x0a');let _0x1b3590,_0xd90678,_0x560203;_0xd0fd18[_0x50d90e(0x16e)](isTurboScaleSession,_0x7e3abd[_0x50d90e(0x17a)])?([_0x1b3590,_0xd90678]=await helper[_0x50d90e(0x142)](_0x7e3abd[_0x50d90e(0x17a)]),[_0x560203]=await Promise[_0x50d90e(0x11e)]([helper[_0x50d90e(0x14c)](_0x1b3590,_0x7e3abd['config']),exports[_0x50d90e(0x165)](_0xd0fd18['plZEw'],_0x143f6f,_0x7e3abd[_0x50d90e(0x17a)],_0x7e3abd[_0x50d90e(0x144)])])):([_0x1b3590,_0xd90678]=await helper[_0x50d90e(0x106)](_0x7e3abd[_0x50d90e(0x17a)]),[_0x560203]=await Promise[_0x50d90e(0x11e)]([helper[_0x50d90e(0x147)](_0x1b3590,_0x7e3abd['config']),exports[_0x50d90e(0x165)](_0xd0fd18[_0x50d90e(0x157)],_0x143f6f,_0x7e3abd[_0x50d90e(0x17a)],_0x7e3abd[_0x50d90e(0x144)])])),_0x560203&&await _0xd0fd18['RxLIt'](generateCIArtifacts,_0x560203,_0xd90678),await helper[_0x50d90e(0x161)](_0x7e3abd[_0x50d90e(0x17a)]);}catch(_0xae4a69){logger[_0x50d90e(0x168)](_0xd0fd18[_0x50d90e(0x141)](_0xd0fd18['CnfBX'],_0xae4a69));}helper[_0x50d90e(0x173)]();};
@@ -1 +1 @@
1
- function a88_0x2785(){var _0x946835=['uGVoq','accessibilityOptions.scannerVersion','os_version','browserstack.idleTimeout','eFtpf','zivbJ','resolution','maskBasicAuth','project','HgyKV','22704ZSBWAR','mEzkG','browserstack.uploadMedia','browserstack.networkLogsOptions','47754htjSDh','ondIB','EKvrW','accessibility','fDJOb','1048376ySUmfp','browserstack.hosts','consoleLogs','fRdcP','playwrightVersion','browserstack.networkProfile','HLePR','xQatj','browserstack.networkLogs','browserstack.accessibilityOptions.scannerProcessingTimeout','buildName','browserstack.local','browser_version','SqSQu','zDfKB','IMgYl','localIdentifier','truNd','IrRpw','ucNRr','Ntrux','fWana','debug','41682XVYqsU','timezone','38561OEMmkr','568611aNtLiz','pFvdv','idleTimeout','browserVersion','siBcx','browserstack.accessibilityOptions.authToken','projectName','uaUlG','accessibilityOptions.includeIssueType.needsReview','appiumLogs','nqybL','realMobile','W3CMapping','hosts','build','browserstack.appiumLogs','XWQNY','browserstack.enableSim','browserstack.wsLocalSupport','video','GbtnC','browserstack.buildIdentifier','geoLocation','browserstack.playwrightVersion','local','browser','device','8XJPjSo','browserstack.maskCommands','buWOA','pqaYY','sessionName','appiumVersion','GzdKT','JIcBW','browserstack.accessibilityOptions.includeIssueType.bestPractice','seleniumLogs','bfcache','browserstack.selenium_version','uWzSZ','iyHWy','browserstack.timezone','uploadMedia','uzbIq','browserstack.customNetwork','yxvrg','disableCorsRestrictions','accessibilityOptions.scannerProcessingTimeout','bhHjh','accessibilityOptions.authToken','accessibilityOptions.includeIssueType.bestPractice','wlJkx','browserstack.geoLocation','BKpkx','deviceName','browserstack.appium_version','aiafd','browserstackSDK','browserstack.user','browserstack.bfcache','wsLocalSupport','mUHeb','HBnHY','deJnH','iOYZq','telemetryLogs','behVK','browserstack.use_w3c','3311170bQOBAh','userName','browserstack.debug','mdXTc','browserstack.browserstackSDK','browserstack.autoWait','WEusm','buildIdentifier','enableSim','browserstack.telemetryLogs','RNgMn','50YUaVUa','10UflmGW','browserstack.localIdentifier','useW3c','browserstack.accessibility','deviceOrientation'];a88_0x2785=function(){return _0x946835;};return a88_0x2785();}function a88_0x23a4(_0x2d47ec,_0x200b77){var _0x2785b0=a88_0x2785();return a88_0x23a4=function(_0x23a408,_0x2229d5){_0x23a408=_0x23a408-0xde;var _0x566487=_0x2785b0[_0x23a408];return _0x566487;},a88_0x23a4(_0x2d47ec,_0x200b77);}var a88_0x35aa86=a88_0x23a4;(function(_0x23fd07,_0x53614c){var _0x34de10=a88_0x23a4,_0x291603=_0x23fd07();while(!![]){try{var _0x19fe99=-parseInt(_0x34de10(0x140))/0x1*(-parseInt(_0x34de10(0x10f))/0x2)+-parseInt(_0x34de10(0x122))/0x3+-parseInt(_0x34de10(0x11e))/0x4+-parseInt(_0x34de10(0x10e))/0x5*(-parseInt(_0x34de10(0x13e))/0x6)+parseInt(_0x34de10(0x127))/0x7+parseInt(_0x34de10(0x15c))/0x8*(parseInt(_0x34de10(0x141))/0x9)+-parseInt(_0x34de10(0x103))/0xa;if(_0x19fe99===_0x53614c)break;else _0x291603['push'](_0x291603['shift']());}catch(_0xcaa0a6){_0x291603['push'](_0x291603['shift']());}}}(a88_0x2785,0x1de8f),exports[a88_0x35aa86(0x14d)]=()=>{var _0x32279d=a88_0x35aa86,_0x21f388={};_0x21f388[_0x32279d(0xe0)]=_0x32279d(0x104),_0x21f388[_0x32279d(0xef)]='accessKey',_0x21f388[_0x32279d(0x15e)]='osVersion',_0x21f388[_0x32279d(0xff)]=_0x32279d(0x15a),_0x21f388[_0x32279d(0x101)]=_0x32279d(0x144),_0x21f388[_0x32279d(0xe1)]=_0x32279d(0x111),_0x21f388[_0x32279d(0x11f)]=_0x32279d(0x147),_0x21f388[_0x32279d(0x13b)]=_0x32279d(0x131),_0x21f388[_0x32279d(0x109)]=_0x32279d(0xde),_0x21f388['xQatj']=_0x32279d(0x159),_0x21f388[_0x32279d(0x123)]=_0x32279d(0x137),_0x21f388[_0x32279d(0x142)]=_0x32279d(0x13d),_0x21f388[_0x32279d(0x134)]=_0x32279d(0x129),_0x21f388[_0x32279d(0xf7)]='networkLogs',_0x21f388[_0x32279d(0x138)]='networkLogsOptions',_0x21f388['IrRpw']=_0x32279d(0x14a),_0x21f388['XWQNY']=_0x32279d(0x154),_0x21f388[_0x32279d(0x145)]=_0x32279d(0xe3),_0x21f388[_0x32279d(0x11d)]=_0x32279d(0x100),_0x21f388['deJnH']=_0x32279d(0x157),_0x21f388['JaOyX']=_0x32279d(0x13f),_0x21f388[_0x32279d(0x15f)]=_0x32279d(0x11a),_0x21f388[_0x32279d(0x118)]='seleniumVersion',_0x21f388[_0x32279d(0x126)]='maskCommands',_0x21f388[_0x32279d(0xec)]=_0x32279d(0x143),_0x21f388[_0x32279d(0xf4)]=_0x32279d(0x11b),_0x21f388['IMgYl']='autoWait',_0x21f388['HLePR']=_0x32279d(0x14e),_0x21f388['fRdcP']=_0x32279d(0xe4),_0x21f388[_0x32279d(0x114)]=_0x32279d(0xfb),_0x21f388[_0x32279d(0x135)]=_0x32279d(0xed),_0x21f388[_0x32279d(0xfc)]=_0x32279d(0xf5),_0x21f388['MvQDb']=_0x32279d(0x14c),_0x21f388['rhKZo']=_0x32279d(0xdf),_0x21f388[_0x32279d(0x10d)]=_0x32279d(0x113),_0x21f388['YLgiD']='customNetwork',_0x21f388[_0x32279d(0xe6)]='networkProfile',_0x21f388['GbtnC']=_0x32279d(0x10a),_0x21f388['iyHWy']=_0x32279d(0xf8),_0x21f388[_0x32279d(0xf2)]=_0x32279d(0x125),_0x21f388['yramS']='accessibilityOptions.wcagVersion',_0x21f388['nqybL']=_0x32279d(0x115),_0x21f388[_0x32279d(0x106)]=_0x32279d(0xee),_0x21f388[_0x32279d(0x13c)]=_0x32279d(0xf1),_0x21f388['uzbIq']=_0x32279d(0x149),_0x21f388[_0x32279d(0x124)]=_0x32279d(0xf0),_0x21f388['uaUlG']=_0x32279d(0xe9),_0x21f388['HBnHY']=_0x32279d(0x10b),_0x21f388[_0x32279d(0x13a)]='simOptions',_0x21f388[_0x32279d(0x119)]=_0x32279d(0x12b);var _0x3975af=_0x21f388,_0x706a4f={};return _0x706a4f[_0x32279d(0xf9)]=_0x3975af['GzdKT'],_0x706a4f['browserstack.key']=_0x3975af['bhHjh'],_0x706a4f['os']='os',_0x706a4f[_0x32279d(0x116)]=_0x3975af[_0x32279d(0x15e)],_0x706a4f[_0x32279d(0x15a)]=_0x3975af[_0x32279d(0xff)],_0x706a4f[_0x32279d(0x133)]=_0x3975af[_0x32279d(0x101)],_0x706a4f[_0x32279d(0x102)]=_0x3975af[_0x32279d(0xe1)],_0x706a4f[_0x32279d(0x11c)]=_0x3975af[_0x32279d(0x11f)],_0x706a4f[_0x32279d(0x14f)]=_0x3975af[_0x32279d(0x13b)],_0x706a4f['name']=_0x3975af[_0x32279d(0x109)],_0x706a4f[_0x32279d(0x132)]=_0x3975af[_0x32279d(0x12e)],_0x706a4f[_0x32279d(0x110)]=_0x3975af[_0x32279d(0x123)],_0x706a4f[_0x32279d(0x105)]=_0x3975af[_0x32279d(0x142)],_0x706a4f['browserstack.console']=_0x3975af[_0x32279d(0x134)],_0x706a4f[_0x32279d(0x12f)]=_0x3975af[_0x32279d(0xf7)],_0x706a4f[_0x32279d(0x121)]=_0x3975af[_0x32279d(0x138)],_0x706a4f[_0x32279d(0x150)]=_0x3975af[_0x32279d(0x139)],_0x706a4f['browserstack.video']=_0x3975af[_0x32279d(0x151)],_0x706a4f['browserstack.seleniumLogs']=_0x3975af[_0x32279d(0x145)],_0x706a4f[_0x32279d(0x10c)]=_0x3975af[_0x32279d(0x11d)],_0x706a4f[_0x32279d(0xf3)]=_0x3975af[_0x32279d(0xfe)],_0x706a4f[_0x32279d(0xe8)]=_0x3975af['JaOyX'],_0x706a4f[_0x32279d(0x11a)]=_0x3975af[_0x32279d(0x15f)],_0x706a4f[_0x32279d(0xe5)]=_0x3975af[_0x32279d(0x118)],_0x706a4f[_0x32279d(0x15d)]=_0x3975af[_0x32279d(0x126)],_0x706a4f[_0x32279d(0x117)]=_0x3975af[_0x32279d(0xec)],_0x706a4f['browserstack.maskBasicAuth']=_0x3975af[_0x32279d(0xf4)],_0x706a4f[_0x32279d(0x108)]=_0x3975af[_0x32279d(0x136)],_0x706a4f[_0x32279d(0x128)]=_0x3975af[_0x32279d(0x12d)],_0x706a4f[_0x32279d(0xfa)]=_0x3975af[_0x32279d(0x12a)],_0x706a4f[_0x32279d(0x153)]=_0x3975af[_0x32279d(0x114)],_0x706a4f['browserstack.disableCorsRestrictions']=_0x3975af[_0x32279d(0x135)],_0x706a4f[_0x32279d(0x15b)]=_0x3975af['mUHeb'],_0x706a4f[_0x32279d(0x14c)]=_0x3975af['MvQDb'],_0x706a4f[_0x32279d(0xf6)]=_0x3975af['rhKZo'],_0x706a4f[_0x32279d(0x113)]=_0x3975af['RNgMn'],_0x706a4f[_0x32279d(0xeb)]=_0x3975af['YLgiD'],_0x706a4f[_0x32279d(0x12c)]=_0x3975af[_0x32279d(0xe6)],_0x706a4f[_0x32279d(0x156)]=_0x3975af[_0x32279d(0x155)],_0x706a4f[_0x32279d(0x107)]=_0x3975af[_0x32279d(0xe7)],_0x706a4f[_0x32279d(0x112)]=_0x3975af[_0x32279d(0xf2)],_0x706a4f['browserstack.accessibilityOptions.wcagVersion']=_0x3975af['yramS'],_0x706a4f['browserstack.accessibilityOptions.scannerVersion']=_0x3975af[_0x32279d(0x14b)],_0x706a4f[_0x32279d(0x130)]=_0x3975af[_0x32279d(0x106)],_0x706a4f[_0x32279d(0xe2)]=_0x3975af[_0x32279d(0x13c)],_0x706a4f['browserstack.accessibilityOptions.includeIssueType.needsReview']=_0x3975af[_0x32279d(0xea)],_0x706a4f[_0x32279d(0x146)]=_0x3975af['EKvrW'],_0x706a4f[_0x32279d(0x120)]=_0x3975af[_0x32279d(0x148)],_0x706a4f[_0x32279d(0x152)]=_0x3975af[_0x32279d(0xfd)],_0x706a4f['browserstack.simOptions']=_0x3975af['ucNRr'],_0x706a4f[_0x32279d(0x158)]=_0x3975af[_0x32279d(0x119)],_0x706a4f;});
1
+ function a89_0x2323(_0x5a3aa9,_0x2d5887){var _0x28a3b0=a89_0x28a3();return a89_0x2323=function(_0x2323e4,_0x2b2e27){_0x2323e4=_0x2323e4-0x190;var _0x43b88a=_0x28a3b0[_0x2323e4];return _0x43b88a;},a89_0x2323(_0x5a3aa9,_0x2d5887);}var a89_0x2b520f=a89_0x2323;function a89_0x28a3(){var _0x4bcb16=['accessibility','qYQBJ','seleniumVersion','browserstack.accessibilityOptions.includeIssueType.needsReview','10118FNxATa','appiumVersion','RRVfK','playwrightVersion','seleniumLogs','browserstack.idleTimeout','browserstack.accessibilityOptions.wcagVersion','596dDCjHv','browserstackSDK','browserstack.timezone','accessKey','timezone','yKcTY','rhbyl','telemetryLogs','virve','sKXeT','NBuwQ','1455990uBHLWd','UuLQb','SThLa','browserstack.appium_version','hqCwE','simOptions','browserstack.accessibility','EOkMd','dAdUj','project','browserstack.selenium_version','1081664hlOaRL','browserstack.localIdentifier','hosts','browserstack.video','browserstack.networkProfile','11734821paFyht','build','projectName','bfcache','device','VkNoX','browserstack.uploadMedia','osVersion','networkLogs','XZGcm','xaaOe','resolution','14165qHDZyf','accessibilityOptions.includeIssueType.bestPractice','accessibilityOptions.wcagVersion','cIOnD','NvWLu','maskBasicAuth','nnUVm','browserstack.wsLocalSupport','YuJCI','localIdentifier','IBadn','lkQZN','112SolOJx','browserstack.accessibilityOptions.includeIssueType.bestPractice','quwcp','name','SMrPy','urPuu','2805150JObcnr','buildIdentifier','browserstack.accessibilityOptions.scannerProcessingTimeout','appiumLogs','autoWait','OsWwZ','browserstack.maskCommands','browserstack.accessibilityOptions.scannerVersion','networkLogsOptions','stTgZ','browserstack.accessibilityOptions.authToken','usUdW','gyyOp','browserstack.use_w3c','accessibilityOptions.authToken','lmzEX','browserstack.key','ADgql','video','browser_version','disableCorsRestrictions','browserstack.browserstackSDK','browserstack.hosts','enableSim','customNetwork','browserVersion','ogaXH','browserstack.simOptions','mwNoz','browserstack.console','fGYNH','IMjmj','W3CMapping','browserstack.playwrightVersion','realMobile','DUZjc','browserstack.maskBasicAuth','browserstack.disableCorsRestrictions','EGYVs','770210UykBOp','userName','xnbOJ','JSRVf','JCxuu','browserstack.networkLogsOptions','accessibilityOptions.scannerVersion','accessibilityOptions.includeIssueType.needsReview','JJyzf','useW3c','lbIYN','zmujk','deviceName','browserstack.autoWait','qphrT','bMeHa','browserstack.customNetwork','TYfIg','browserstack.user','browserstack.appiumLogs','deviceOrientation','pUgyq','buildName','networkProfile','browserstack.debug','browserstack.telemetryLogs','debug','browser'];a89_0x28a3=function(){return _0x4bcb16;};return a89_0x28a3();}(function(_0x3805c8,_0x1abcc3){var _0x3878a3=a89_0x2323,_0x45fa9b=_0x3805c8();while(!![]){try{var _0x1d52ce=parseInt(_0x3878a3(0x1f0))/0x1*(-parseInt(_0x3878a3(0x1b6))/0x2)+-parseInt(_0x3878a3(0x1c8))/0x3+-parseInt(_0x3878a3(0x1bd))/0x4*(parseInt(_0x3878a3(0x1e4))/0x5)+parseInt(_0x3878a3(0x1f6))/0x6+-parseInt(_0x3878a3(0x196))/0x7+parseInt(_0x3878a3(0x1d3))/0x8+parseInt(_0x3878a3(0x1d8))/0x9;if(_0x1d52ce===_0x1abcc3)break;else _0x45fa9b['push'](_0x45fa9b['shift']());}catch(_0x2c8b07){_0x45fa9b['push'](_0x45fa9b['shift']());}}}(a89_0x28a3,0x4ebd5),exports[a89_0x2b520f(0x216)]=()=>{var _0x126dcf=a89_0x2b520f,_0x267f7f={};_0x267f7f['JJyzf']=_0x126dcf(0x197),_0x267f7f[_0x126dcf(0x1c3)]=_0x126dcf(0x1c0),_0x267f7f[_0x126dcf(0x1a7)]=_0x126dcf(0x1df),_0x267f7f[_0x126dcf(0x1cc)]=_0x126dcf(0x1b1),_0x267f7f[_0x126dcf(0x212)]=_0x126dcf(0x20f),_0x267f7f[_0x126dcf(0x1fb)]=_0x126dcf(0x19f),_0x267f7f[_0x126dcf(0x214)]=_0x126dcf(0x1da),_0x267f7f['eSawU']=_0x126dcf(0x1ac),_0x267f7f['ogaXH']='sessionName',_0x267f7f['urPuu']='local',_0x267f7f[_0x126dcf(0x1f4)]=_0x126dcf(0x1ed),_0x267f7f['quwcp']=_0x126dcf(0x1b0),_0x267f7f['UuLQb']='consoleLogs',_0x267f7f['KDpDq']=_0x126dcf(0x1e0),_0x267f7f[_0x126dcf(0x19a)]=_0x126dcf(0x1fe),_0x267f7f[_0x126dcf(0x199)]=_0x126dcf(0x1f9),_0x267f7f['RRVfK']=_0x126dcf(0x208),_0x267f7f[_0x126dcf(0x1a4)]=_0x126dcf(0x1ba),_0x267f7f['xaaOe']=_0x126dcf(0x1c4),_0x267f7f[_0x126dcf(0x207)]='geoLocation',_0x267f7f[_0x126dcf(0x1ef)]=_0x126dcf(0x1c1),_0x267f7f[_0x126dcf(0x1ab)]=_0x126dcf(0x1e3),_0x267f7f[_0x126dcf(0x198)]=_0x126dcf(0x1b4),_0x267f7f['gAjNf']='maskCommands',_0x267f7f['zmujk']='idleTimeout',_0x267f7f['IMjmj']=_0x126dcf(0x1e9),_0x267f7f[_0x126dcf(0x1c6)]=_0x126dcf(0x1fa),_0x267f7f[_0x126dcf(0x1ea)]=_0x126dcf(0x1d5),_0x267f7f['qYQBJ']=_0x126dcf(0x1db),_0x267f7f['cIOnD']='wsLocalSupport',_0x267f7f[_0x126dcf(0x1a0)]=_0x126dcf(0x20a),_0x267f7f[_0x126dcf(0x202)]=_0x126dcf(0x1a2),_0x267f7f[_0x126dcf(0x1ec)]=_0x126dcf(0x191),_0x267f7f['yKcTY']=_0x126dcf(0x1b7),_0x267f7f[_0x126dcf(0x1ca)]=_0x126dcf(0x1aa),_0x267f7f['CPYJS']=_0x126dcf(0x20e),_0x267f7f[_0x126dcf(0x195)]=_0x126dcf(0x1ad),_0x267f7f[_0x126dcf(0x1e1)]=_0x126dcf(0x1f7),_0x267f7f['NBuwQ']=_0x126dcf(0x1be),_0x267f7f[_0x126dcf(0x201)]=_0x126dcf(0x1b2),_0x267f7f[_0x126dcf(0x1dd)]=_0x126dcf(0x1e6),_0x267f7f[_0x126dcf(0x192)]=_0x126dcf(0x19c),_0x267f7f[_0x126dcf(0x1cf)]='accessibilityOptions.scannerProcessingTimeout',_0x267f7f[_0x126dcf(0x1a5)]=_0x126dcf(0x1e5),_0x267f7f[_0x126dcf(0x1e8)]=_0x126dcf(0x19d),_0x267f7f[_0x126dcf(0x1ff)]=_0x126dcf(0x204),_0x267f7f[_0x126dcf(0x1d0)]='uploadMedia',_0x267f7f[_0x126dcf(0x1c5)]=_0x126dcf(0x20d),_0x267f7f[_0x126dcf(0x1ee)]=_0x126dcf(0x1cd),_0x267f7f[_0x126dcf(0x205)]=_0x126dcf(0x1b9);var _0x5ea981=_0x267f7f,_0x532082={};return _0x532082[_0x126dcf(0x1a8)]=_0x5ea981[_0x126dcf(0x19e)],_0x532082[_0x126dcf(0x206)]=_0x5ea981['rhbyl'],_0x532082['os']='os',_0x532082['os_version']=_0x5ea981[_0x126dcf(0x1a7)],_0x532082[_0x126dcf(0x1b1)]=_0x5ea981['hqCwE'],_0x532082[_0x126dcf(0x209)]=_0x5ea981[_0x126dcf(0x212)],_0x532082[_0x126dcf(0x203)]=_0x5ea981[_0x126dcf(0x1fb)],_0x532082[_0x126dcf(0x1d1)]=_0x5ea981[_0x126dcf(0x214)],_0x532082[_0x126dcf(0x1d9)]=_0x5ea981['eSawU'],_0x532082[_0x126dcf(0x1f3)]=_0x5ea981[_0x126dcf(0x210)],_0x532082['browserstack.local']=_0x5ea981[_0x126dcf(0x1f5)],_0x532082[_0x126dcf(0x1d4)]=_0x5ea981[_0x126dcf(0x1f4)],_0x532082[_0x126dcf(0x1ae)]=_0x5ea981[_0x126dcf(0x1f2)],_0x532082[_0x126dcf(0x213)]=_0x5ea981[_0x126dcf(0x1c9)],_0x532082['browserstack.networkLogs']=_0x5ea981['KDpDq'],_0x532082[_0x126dcf(0x19b)]=_0x5ea981[_0x126dcf(0x19a)],_0x532082[_0x126dcf(0x1a9)]=_0x5ea981[_0x126dcf(0x199)],_0x532082[_0x126dcf(0x1d6)]=_0x5ea981[_0x126dcf(0x1b8)],_0x532082['browserstack.seleniumLogs']=_0x5ea981[_0x126dcf(0x1a4)],_0x532082[_0x126dcf(0x1af)]=_0x5ea981[_0x126dcf(0x1e2)],_0x532082['browserstack.geoLocation']=_0x5ea981['ADgql'],_0x532082[_0x126dcf(0x1bf)]=_0x5ea981[_0x126dcf(0x1ef)],_0x532082['resolution']=_0x5ea981[_0x126dcf(0x1ab)],_0x532082[_0x126dcf(0x1d2)]=_0x5ea981[_0x126dcf(0x198)],_0x532082[_0x126dcf(0x1fc)]=_0x5ea981['gAjNf'],_0x532082[_0x126dcf(0x1bb)]=_0x5ea981[_0x126dcf(0x1a1)],_0x532082[_0x126dcf(0x193)]=_0x5ea981[_0x126dcf(0x215)],_0x532082[_0x126dcf(0x1a3)]=_0x5ea981[_0x126dcf(0x1c6)],_0x532082[_0x126dcf(0x20c)]=_0x5ea981[_0x126dcf(0x1ea)],_0x532082['browserstack.bfcache']=_0x5ea981[_0x126dcf(0x1b3)],_0x532082[_0x126dcf(0x1eb)]=_0x5ea981[_0x126dcf(0x1e7)],_0x532082[_0x126dcf(0x194)]=_0x5ea981[_0x126dcf(0x1a0)],_0x532082[_0x126dcf(0x1dc)]=_0x5ea981['gyyOp'],_0x532082[_0x126dcf(0x191)]=_0x5ea981[_0x126dcf(0x1ec)],_0x532082[_0x126dcf(0x1cb)]=_0x5ea981[_0x126dcf(0x1c2)],_0x532082[_0x126dcf(0x1aa)]=_0x5ea981[_0x126dcf(0x1ca)],_0x532082[_0x126dcf(0x1a6)]=_0x5ea981['CPYJS'],_0x532082[_0x126dcf(0x1d7)]=_0x5ea981[_0x126dcf(0x195)],_0x532082['browserstack.buildIdentifier']=_0x5ea981['XZGcm'],_0x532082[_0x126dcf(0x20b)]=_0x5ea981[_0x126dcf(0x1c7)],_0x532082[_0x126dcf(0x1ce)]=_0x5ea981[_0x126dcf(0x201)],_0x532082[_0x126dcf(0x1bc)]=_0x5ea981['VkNoX'],_0x532082[_0x126dcf(0x1fd)]=_0x5ea981[_0x126dcf(0x192)],_0x532082[_0x126dcf(0x1f8)]=_0x5ea981[_0x126dcf(0x1cf)],_0x532082[_0x126dcf(0x1f1)]=_0x5ea981[_0x126dcf(0x1a5)],_0x532082[_0x126dcf(0x1b5)]=_0x5ea981[_0x126dcf(0x1e8)],_0x532082[_0x126dcf(0x200)]=_0x5ea981[_0x126dcf(0x1ff)],_0x532082[_0x126dcf(0x1de)]=_0x5ea981[_0x126dcf(0x1d0)],_0x532082['browserstack.enableSim']=_0x5ea981[_0x126dcf(0x1c5)],_0x532082[_0x126dcf(0x211)]=_0x5ea981['IBadn'],_0x532082[_0x126dcf(0x190)]=_0x5ea981['lmzEX'],_0x532082;});
@@ -1 +1 @@
1
- function a89_0x11d8(_0x2dcbd3,_0xd6a898){const _0x5d6587=a89_0x5d65();return a89_0x11d8=function(_0x11d8db,_0x1b7c0c){_0x11d8db=_0x11d8db-0x1d9;let _0x12bd32=_0x5d6587[_0x11d8db];return _0x12bd32;},a89_0x11d8(_0x2dcbd3,_0xd6a898);}const a89_0x31c640=a89_0x11d8;function a89_0x5d65(){const _0x1e1375=['debug','format','path','bEDFQ','VoHff','resolve','https://','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','4787608bsScKd','3004NleSMF','JHeDx','nodeRequest','./helpers/logger','kGeRR','zJpAD','1697037wcWQJO','length','bwzKU','SDStE','2480334sjksHg','/wd/hub','PpVEW','hubs','NEAREST\x20HUBS:\x20','util','findLatency','next_hubs','DTbaq','hubUrl','push','FQEAc','1225780HPUVpy','pathname','newHubUrl','CsQAI','fromEntries','ZzGIx','winstonLogger','parse','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','\x20HUB\x20-\x20','NhnXy','catch','https://hub.browserstack.com','all','14pVIdfA','\x20is:\x20','177544njsGrk','GET','gibDG','url','dJDJV','latency','1849108DTSnFh','then','aQKNB','MYnib','keys','mlGbK','GqaIE','entries','data','YylqE','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','mQHsk','check','351CSoADG','nextHubs','LlojO','./bin/utils/constants'];a89_0x5d65=function(){return _0x1e1375;};return a89_0x5d65();}(function(_0x45ec90,_0x493caa){const _0x38d7f0=a89_0x11d8,_0x58824b=_0x45ec90();while(!![]){try{const _0x303fcc=-parseInt(_0x38d7f0(0x21e))/0x1*(parseInt(_0x38d7f0(0x1fa))/0x2)+parseInt(_0x38d7f0(0x200))/0x3+parseInt(_0x38d7f0(0x1e0))/0x4+-parseInt(_0x38d7f0(0x210))/0x5+-parseInt(_0x38d7f0(0x204))/0x6+-parseInt(_0x38d7f0(0x1f9))/0x7+-parseInt(_0x38d7f0(0x1da))/0x8*(-parseInt(_0x38d7f0(0x1ed))/0x9);if(_0x303fcc===_0x493caa)break;else _0x58824b['push'](_0x58824b['shift']());}catch(_0x331949){_0x58824b['push'](_0x58824b['shift']());}}}(a89_0x5d65,0x8162e));const url=require(a89_0x31c640(0x1dd)),util=require(a89_0x31c640(0x209)),helper=require('./helpers/helper'),logger=require(a89_0x31c640(0x1fd))[a89_0x31c640(0x216)],constants=require(a89_0x31c640(0x1f0));global[a89_0x31c640(0x212)]='',exports['getRequestOptions']=_0x59dc3b=>{const _0x23fb83=a89_0x31c640,_0x4ace87={};_0x4ace87[_0x23fb83(0x213)]=function(_0x5593d7,_0x5a2fab){return _0x5593d7+_0x5a2fab;},_0x4ace87['GqaIE']='Invalid\x20new\x20HUB\x20URL:\x20';const _0x4f02c9=_0x4ace87,_0x16e3bd=url[_0x23fb83(0x217)](_0x59dc3b);if(!_0x16e3bd['hostname'])throw new Error(_0x4f02c9['CsQAI'](_0x4f02c9[_0x23fb83(0x1e6)],_0x59dc3b));return _0x16e3bd['search']=null,_0x16e3bd['hash']=null,_0x16e3bd[_0x23fb83(0x1f3)]=_0x16e3bd[_0x23fb83(0x211)],_0x16e3bd;},exports['updateHubUrl']=_0x126a00=>{const _0x167f56=a89_0x31c640;global[_0x167f56(0x212)]=_0x126a00;},exports['allocateHub']=_0x5cd865=>{const _0x1e4d1b=a89_0x31c640,_0x38b8fc={'gibDG':function(_0x40d168){return _0x40d168();},'JHeDx':function(_0x5dc5a3,_0x2d5b1d){return _0x5dc5a3+_0x2d5b1d;},'NhnXy':_0x1e4d1b(0x205),'FQEAc':function(_0x255d7e){return _0x255d7e();},'aQKNB':function(_0x242186,_0x37ddbf){return _0x242186!=_0x37ddbf;},'kGeRR':function(_0x3a894f,_0x5e52d7){return _0x3a894f!==_0x5e52d7;},'mDPuv':function(_0x4b09b6,_0x4129ff){return _0x4b09b6+_0x4129ff;},'bwzKU':_0x1e4d1b(0x1f7)};return new Promise(_0x47e081=>{const _0x36cd15=_0x1e4d1b,_0x2e2be5={'bEDFQ':function(_0x5a0ad2,_0x499a53){const _0x5aaa45=a89_0x11d8;return _0x38b8fc[_0x5aaa45(0x1fb)](_0x5a0ad2,_0x499a53);},'LlojO':_0x38b8fc[_0x36cd15(0x21a)],'ARboq':function(_0x2c3e4a){const _0xea77f8=_0x36cd15;return _0x38b8fc[_0xea77f8(0x20f)](_0x2c3e4a);},'ZzGIx':function(_0x44e2cc,_0x2a577e){const _0x447029=_0x36cd15;return _0x38b8fc[_0x447029(0x1e2)](_0x44e2cc,_0x2a577e);},'VoHff':function(_0x2580dc,_0x5ab6b2){const _0x2614e3=_0x36cd15;return _0x38b8fc[_0x2614e3(0x1fe)](_0x2580dc,_0x5ab6b2);},'DTbaq':function(_0x547c89,_0x1cc232){return _0x38b8fc['mDPuv'](_0x547c89,_0x1cc232);},'dtkbx':_0x38b8fc[_0x36cd15(0x202)]};Promise[_0x36cd15(0x1f6)](this[_0x36cd15(0x1ee)](_0x5cd865))[_0x36cd15(0x1e1)](_0x1adb42=>{const _0x24b07b=_0x36cd15,_0x2168a6={'YylqE':function(_0x476cee,_0xce0628){const _0x453dff=a89_0x11d8;return _0x2e2be5[_0x453dff(0x1f4)](_0x476cee,_0xce0628);},'MYnib':_0x2e2be5[_0x24b07b(0x1ef)],'OrPLN':function(_0x579c2a){return _0x2e2be5['ARboq'](_0x579c2a);}};logger[_0x24b07b(0x1f1)](_0x24b07b(0x208)+util[_0x24b07b(0x1f2)]('%j',_0x1adb42));if(_0x2e2be5[_0x24b07b(0x215)](_0x1adb42,null)&&_0x2e2be5[_0x24b07b(0x1f5)](_0x1adb42[_0x24b07b(0x201)],0x0)){const _0x17def3=[];for(const _0x4af7bc of _0x1adb42){_0x17def3[_0x24b07b(0x20e)](this['findLatency'](_0x5cd865,_0x2e2be5[_0x24b07b(0x20c)](_0x2e2be5['dtkbx'],_0x4af7bc)));}Promise[_0x24b07b(0x21d)](_0x17def3)[_0x24b07b(0x1e1)](_0x21320f=>{const _0x282470=_0x24b07b,_0x35a054=Object[_0x282470(0x214)](_0x21320f['map'](_0x342033=>[_0x342033['hubUrl'],_0x342033[_0x282470(0x1df)]])),_0x137c94=Object[_0x282470(0x214)](Object[_0x282470(0x1e7)](_0x35a054)['sort'](([,_0x314543],[,_0x325806])=>_0x314543-_0x325806)),_0x21e887=Object[_0x282470(0x1e4)](_0x137c94)[0x0];constants[_0x282470(0x20d)]=_0x2168a6[_0x282470(0x1e9)](_0x21e887,_0x2168a6[_0x282470(0x1e3)]),logger[_0x282470(0x1f1)]('HUB\x20URL\x20SET\x20TO\x20-\x20'+_0x21e887),_0x2168a6['OrPLN'](_0x47e081);});}else _0x2e2be5['ARboq'](_0x47e081);})[_0x36cd15(0x21b)](_0xe0b148=>{const _0xb97038=_0x36cd15;logger[_0xb97038(0x1f1)](_0xb97038(0x1f8)+_0xe0b148),_0x38b8fc[_0xb97038(0x1dc)](_0x47e081);});});},exports[a89_0x31c640(0x20a)]=async(_0x1bee63,_0x33dab2)=>{const _0x512925=a89_0x31c640,_0x451fc3={};_0x451fc3[_0x512925(0x206)]=_0x512925(0x1db),_0x451fc3[_0x512925(0x203)]=_0x512925(0x1ec),_0x451fc3[_0x512925(0x1de)]=function(_0x1d3b5f,_0x45653b){return _0x1d3b5f-_0x45653b;};const _0x85e22e=_0x451fc3;try{const _0x5a9942=new Date();await helper[_0x512925(0x1fc)](_0x85e22e[_0x512925(0x206)],_0x85e22e[_0x512925(0x203)],{},_0x1bee63,_0x33dab2,0x1388);const _0x3a2699=_0x85e22e[_0x512925(0x1de)](new Date(),_0x5a9942);logger[_0x512925(0x1f1)]('Execution\x20time\x20for\x20'+_0x33dab2+_0x512925(0x1d9)+_0x3a2699+'ms');const _0x3dae15={};return _0x3dae15[_0x512925(0x20d)]=_0x33dab2,_0x3dae15[_0x512925(0x1df)]=_0x3a2699,_0x3dae15;}catch(_0x47d88b){return logger[_0x512925(0x1f1)](_0x512925(0x218)+_0x33dab2+_0x512925(0x219)+_0x47d88b),{};}},exports['nextHubs']=async _0x30f6d4=>{const _0x50faeb=a89_0x31c640,_0x43a892={};_0x43a892[_0x50faeb(0x1e5)]=_0x50faeb(0x1db),_0x43a892['zJpAD']=_0x50faeb(0x20b),_0x43a892[_0x50faeb(0x1eb)]=_0x50faeb(0x21c);const _0x1e0ad7=_0x43a892;try{const _0x3a34f6=await helper[_0x50faeb(0x1fc)](_0x1e0ad7[_0x50faeb(0x1e5)],_0x1e0ad7[_0x50faeb(0x1ff)],{},_0x30f6d4,_0x1e0ad7[_0x50faeb(0x1eb)],0x1388),_0xd1d52=_0x3a34f6[_0x50faeb(0x1e8)];return logger[_0x50faeb(0x1f1)]('Response:\x20'+util[_0x50faeb(0x1f2)]('%j',_0xd1d52)),_0xd1d52[_0x50faeb(0x207)];}catch(_0x9b9328){logger[_0x50faeb(0x1f1)](_0x50faeb(0x1ea)+_0x9b9328);}return null;};
1
+ function a90_0x5214(_0x429012,_0x170972){const _0x4a16cf=a90_0x4a16();return a90_0x5214=function(_0x5214aa,_0x4dd824){_0x5214aa=_0x5214aa-0x1bf;let _0x4e0a34=_0x4a16cf[_0x5214aa];return _0x4e0a34;},a90_0x5214(_0x429012,_0x170972);}const a90_0x1cdca8=a90_0x5214;(function(_0x672f56,_0x412dde){const _0x5d620f=a90_0x5214,_0x5086db=_0x672f56();while(!![]){try{const _0x3ae239=parseInt(_0x5d620f(0x209))/0x1+-parseInt(_0x5d620f(0x1c7))/0x2+parseInt(_0x5d620f(0x1f4))/0x3+-parseInt(_0x5d620f(0x1c4))/0x4*(-parseInt(_0x5d620f(0x206))/0x5)+parseInt(_0x5d620f(0x201))/0x6+-parseInt(_0x5d620f(0x1ce))/0x7*(-parseInt(_0x5d620f(0x1c6))/0x8)+parseInt(_0x5d620f(0x1d6))/0x9*(-parseInt(_0x5d620f(0x1e0))/0xa);if(_0x3ae239===_0x412dde)break;else _0x5086db['push'](_0x5086db['shift']());}catch(_0x5550e3){_0x5086db['push'](_0x5086db['shift']());}}}(a90_0x4a16,0x4c427));const url=require(a90_0x1cdca8(0x1da)),util=require(a90_0x1cdca8(0x1f1)),helper=require(a90_0x1cdca8(0x203)),logger=require(a90_0x1cdca8(0x1c0))[a90_0x1cdca8(0x1e8)],constants=require(a90_0x1cdca8(0x207));global['newHubUrl']='',exports['getRequestOptions']=_0x52b2da=>{const _0x5f7294=a90_0x1cdca8,_0x526786={};_0x526786[_0x5f7294(0x1df)]=function(_0x36e510,_0x38c54b){return _0x36e510+_0x38c54b;},_0x526786[_0x5f7294(0x1eb)]=_0x5f7294(0x1e9);const _0x4091b6=_0x526786,_0x374d5e=url[_0x5f7294(0x1dd)](_0x52b2da);if(!_0x374d5e['hostname'])throw new Error(_0x4091b6[_0x5f7294(0x1df)](_0x4091b6['QdLWy'],_0x52b2da));return _0x374d5e[_0x5f7294(0x1d3)]=null,_0x374d5e[_0x5f7294(0x1d0)]=null,_0x374d5e[_0x5f7294(0x1f6)]=_0x374d5e[_0x5f7294(0x1e1)],_0x374d5e;},exports[a90_0x1cdca8(0x1cc)]=_0x305a92=>{const _0x5d3cde=a90_0x1cdca8;global[_0x5d3cde(0x205)]=_0x305a92;},exports[a90_0x1cdca8(0x1f8)]=_0x3c4108=>{const _0xdd1721=a90_0x1cdca8,_0x480938={'FNUVQ':function(_0x55d9d4,_0x514edd){return _0x55d9d4+_0x514edd;},'wcQck':'/wd/hub','QTFtw':function(_0x2be33a){return _0x2be33a();},'tUGlp':function(_0x3b08f2,_0x5d09a2){return _0x3b08f2!=_0x5d09a2;},'gcBRk':function(_0x8edcc7,_0x16dde5){return _0x8edcc7!==_0x16dde5;},'cxmsL':function(_0x1d02d9,_0x300d06){return _0x1d02d9+_0x300d06;},'ufYgg':_0xdd1721(0x1ee)};return new Promise(_0xd5c631=>{const _0x38ed63=_0xdd1721,_0x4deada={'nbbmt':function(_0x43a99c,_0x503369){const _0x18bdf4=a90_0x5214;return _0x480938[_0x18bdf4(0x1de)](_0x43a99c,_0x503369);},'OGArP':_0x480938[_0x38ed63(0x1d8)],'bnqOL':function(_0x1ffb87){const _0x447826=_0x38ed63;return _0x480938[_0x447826(0x1fa)](_0x1ffb87);},'SuaWG':function(_0x5a1f0c,_0x11c8c2){return _0x480938['tUGlp'](_0x5a1f0c,_0x11c8c2);},'WGDDF':function(_0x4bcc1c,_0x45cfd8){const _0x1875e3=_0x38ed63;return _0x480938[_0x1875e3(0x1e7)](_0x4bcc1c,_0x45cfd8);},'CdDRU':function(_0x3aeb26,_0x37948a){const _0x707eb1=_0x38ed63;return _0x480938[_0x707eb1(0x1db)](_0x3aeb26,_0x37948a);},'mxJmj':_0x480938[_0x38ed63(0x1cb)]};Promise[_0x38ed63(0x1e6)](this[_0x38ed63(0x200)](_0x3c4108))['then'](_0x468781=>{const _0x616fbe=_0x38ed63,_0x12e343={'TSUQW':function(_0x28c626,_0x389780){return _0x4deada['nbbmt'](_0x28c626,_0x389780);},'guFTQ':_0x4deada[_0x616fbe(0x1e2)],'SHWUh':function(_0x298854){const _0x3765bc=_0x616fbe;return _0x4deada[_0x3765bc(0x1d1)](_0x298854);}};logger[_0x616fbe(0x1fc)](_0x616fbe(0x1c2)+util['format']('%j',_0x468781));if(_0x4deada[_0x616fbe(0x1ff)](_0x468781,null)&&_0x4deada[_0x616fbe(0x1bf)](_0x468781[_0x616fbe(0x1d2)],0x0)){const _0x1d2b8a=[];for(const _0x4855de of _0x468781){_0x1d2b8a[_0x616fbe(0x1f7)](this['findLatency'](_0x3c4108,_0x4deada[_0x616fbe(0x1ca)](_0x4deada['mxJmj'],_0x4855de)));}Promise['all'](_0x1d2b8a)[_0x616fbe(0x1f3)](_0x4a4587=>{const _0x40603b=_0x616fbe,_0x369758=Object[_0x40603b(0x1d7)](_0x4a4587['map'](_0x4dee3f=>[_0x4dee3f[_0x40603b(0x1e4)],_0x4dee3f['latency']])),_0x324070=Object[_0x40603b(0x1d7)](Object[_0x40603b(0x1fe)](_0x369758)[_0x40603b(0x1c5)](([,_0x1dafe7],[,_0x5d5f14])=>_0x1dafe7-_0x5d5f14)),_0x2ceea6=Object[_0x40603b(0x1c3)](_0x324070)[0x0];constants[_0x40603b(0x1e4)]=_0x12e343[_0x40603b(0x1cd)](_0x2ceea6,_0x12e343['guFTQ']),logger['debug'](_0x40603b(0x1c8)+_0x2ceea6),_0x12e343[_0x40603b(0x1fb)](_0xd5c631);});}else _0x4deada['bnqOL'](_0xd5c631);})[_0x38ed63(0x1cf)](_0xf11e9f=>{const _0x3ec812=_0x38ed63;logger[_0x3ec812(0x1fc)](_0x3ec812(0x1ec)+_0xf11e9f),_0x4deada[_0x3ec812(0x1d1)](_0xd5c631);});});},exports[a90_0x1cdca8(0x1f5)]=async(_0x18b1b8,_0x1c569c)=>{const _0x5105c9=a90_0x1cdca8,_0x5805e6={};_0x5805e6[_0x5105c9(0x1d9)]=_0x5105c9(0x1c9),_0x5805e6['ToLxO']=_0x5105c9(0x1f0),_0x5805e6[_0x5105c9(0x1e5)]=function(_0x51d8c5,_0x12e411){return _0x51d8c5-_0x12e411;};const _0x534f6f=_0x5805e6;try{const _0x258308=new Date();await helper[_0x5105c9(0x1ed)](_0x534f6f[_0x5105c9(0x1d9)],_0x534f6f[_0x5105c9(0x1ea)],{},_0x18b1b8,_0x1c569c,0x1388);const _0x5e9be5=_0x534f6f['HtOoh'](new Date(),_0x258308);logger[_0x5105c9(0x1fc)]('Execution\x20time\x20for\x20'+_0x1c569c+_0x5105c9(0x204)+_0x5e9be5+'ms');const _0x42d925={};return _0x42d925['hubUrl']=_0x1c569c,_0x42d925[_0x5105c9(0x1fd)]=_0x5e9be5,_0x42d925;}catch(_0x472114){return logger[_0x5105c9(0x1fc)](_0x5105c9(0x1d5)+_0x1c569c+_0x5105c9(0x1d4)+_0x472114),{};}},exports[a90_0x1cdca8(0x200)]=async _0x538496=>{const _0x4b0b46=a90_0x1cdca8,_0x40b4f2={};_0x40b4f2[_0x4b0b46(0x1c1)]=_0x4b0b46(0x1c9),_0x40b4f2[_0x4b0b46(0x1f9)]='next_hubs',_0x40b4f2[_0x4b0b46(0x202)]=_0x4b0b46(0x1f2);const _0x370b9c=_0x40b4f2;try{const _0x5219ee=await helper[_0x4b0b46(0x1ed)](_0x370b9c['VeZGv'],_0x370b9c[_0x4b0b46(0x1f9)],{},_0x538496,_0x370b9c['firfK'],0x1388),_0x276668=_0x5219ee[_0x4b0b46(0x1ef)];return logger[_0x4b0b46(0x1fc)](_0x4b0b46(0x1e3)+util[_0x4b0b46(0x208)]('%j',_0x276668)),_0x276668['hubs'];}catch(_0x543ca0){logger[_0x4b0b46(0x1fc)](_0x4b0b46(0x1dc)+_0x543ca0);}return null;};function a90_0x4a16(){const _0x3facfb=['SHWUh','debug','latency','entries','SuaWG','nextHubs','1639632kOOvsq','firfK','./helpers/helper','\x20is:\x20','newHubUrl','390GglmOn','./bin/utils/constants','format','338408djEgmK','WGDDF','./helpers/logger','VeZGv','NEAREST\x20HUBS:\x20','keys','26736BhPIVs','sort','11576RjpucC','46182gTSEvR','HUB\x20URL\x20SET\x20TO\x20-\x20','GET','CdDRU','ufYgg','updateHubUrl','TSUQW','2023ZVxFRo','catch','hash','bnqOL','length','search','\x20HUB\x20-\x20','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','14930739CWlJxF','fromEntries','wcQck','fRHrO','url','cxmsL','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','parse','FNUVQ','txAMM','10gvXgbj','pathname','OGArP','Response:\x20','hubUrl','HtOoh','resolve','gcBRk','winstonLogger','Invalid\x20new\x20HUB\x20URL:\x20','ToLxO','QdLWy','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','nodeRequest','https://','data','check','util','https://hub.browserstack.com','then','1329618MbTylV','findLatency','path','push','allocateHub','xIjbR','QTFtw'];a90_0x4a16=function(){return _0x3facfb;};return a90_0x4a16();}
package/src/index.js CHANGED
@@ -1 +1 @@
1
- const a90_0x3b6dc5=a90_0x96f5;(function(_0x4f0b5e,_0x35ecbd){const _0x27a731=a90_0x96f5,_0x4d8ff8=_0x4f0b5e();while(!![]){try{const _0x57feb3=parseInt(_0x27a731(0x1db))/0x1+-parseInt(_0x27a731(0x1ec))/0x2*(-parseInt(_0x27a731(0x1b5))/0x3)+parseInt(_0x27a731(0x1ac))/0x4+-parseInt(_0x27a731(0x179))/0x5*(parseInt(_0x27a731(0x1f6))/0x6)+parseInt(_0x27a731(0x1e7))/0x7+-parseInt(_0x27a731(0x145))/0x8+-parseInt(_0x27a731(0x1e9))/0x9;if(_0x57feb3===_0x35ecbd)break;else _0x4d8ff8['push'](_0x4d8ff8['shift']());}catch(_0x53eb55){_0x4d8ff8['push'](_0x4d8ff8['shift']());}}}(a90_0x51e5,0x59eba));function a90_0x96f5(_0x4c16c9,_0x13ef25){const _0x51e50f=a90_0x51e5();return a90_0x96f5=function(_0x96f586,_0x3222ab){_0x96f586=_0x96f586-0x127;let _0x1b8f0a=_0x51e50f[_0x96f586];return _0x1b8f0a;},a90_0x96f5(_0x4c16c9,_0x13ef25);}const util=require(a90_0x3b6dc5(0x197)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a90_0x3b6dc5(0x188)),{setAccessibilityCapabilities,setExtension}=require(a90_0x3b6dc5(0x15b)),helper=require(a90_0x3b6dc5(0x170)),logger=require('./helpers/logger')[a90_0x3b6dc5(0x1ee)],hubAllocator=require('./hubAllocationMethods'),percySDK=require(a90_0x3b6dc5(0x1a6)),percyHelper=require(a90_0x3b6dc5(0x1b8)),BrowserStackSdk=require(a90_0x3b6dc5(0x149)),modifyPlaywrightConfig=require(a90_0x3b6dc5(0x1dd)),scripts=require(a90_0x3b6dc5(0x12f)),globals=require(a90_0x3b6dc5(0x1c6)),{commandRepository}=require(a90_0x3b6dc5(0x1ea)),{aiSdkWrapper}=require(a90_0x3b6dc5(0x189)),modify=_0x3d2097=>{const _0x2d31a8=a90_0x3b6dc5,_0x57d598={'aOWNa':function(_0x4abc01,_0x5ea46a){return _0x4abc01!==_0x5ea46a;},'fDWWz':'/session','wZYPl':function(_0x14a80a,_0x4541a1){return _0x14a80a+_0x4541a1;},'tQqzR':'https://','MoZCm':_0x2d31a8(0x14b),'zDKDd':'goog:chromeOptions','uBQJD':'chromeOptions','Ihjor':_0x2d31a8(0x191),'gYGBh':_0x2d31a8(0x1c2),'CfpQc':'moz:firefoxOptions','qVtFN':_0x2d31a8(0x1bc),'SKZUQ':_0x2d31a8(0x13a),'UlAvl':'se:ieOptions','bamsz':_0x2d31a8(0x198),'lEpiC':function(_0x1242e2,_0x4aa4fc){return _0x1242e2===_0x4aa4fc;},'iPxEs':_0x2d31a8(0x174),'foOGd':_0x2d31a8(0x1bd),'WXbre':'optimalHubUrl','jnNPk':_0x2d31a8(0x1a9),'WDKiE':_0x2d31a8(0x144),'AxdOP':function(_0x2fa378,_0x42fe33){return _0x2fa378(_0x42fe33);},'nRlqL':function(_0x47e94d,_0x415183,_0x2649af){return _0x47e94d(_0x415183,_0x2649af);},'keJKg':function(_0x21f7ea){return _0x21f7ea();},'INuir':function(_0x4ef948,_0x2c1479){return _0x4ef948(_0x2c1479);},'MyKOX':_0x2d31a8(0x1ca),'SIrCm':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','VEUug':_0x2d31a8(0x1b3),'TzCgd':_0x2d31a8(0x173)};logger[_0x2d31a8(0x134)](_0x57d598['VEUug']),logger[_0x2d31a8(0x1e8)](_0x57d598[_0x2d31a8(0x1d4)]);const _0x33022a=helper[_0x2d31a8(0x1ad)](),_0x36a9af=helper[_0x2d31a8(0x1dc)]();class _0x1d72c9 extends _0x36a9af[_0x2d31a8(0x13b)]{['send'](_0x5ce52d){const _0x25bf51=_0x2d31a8;if(_0x57d598[_0x25bf51(0x182)](_0x5ce52d[_0x25bf51(0x195)],_0x57d598['fDWWz'])&&_0x57d598[_0x25bf51(0x182)](global[_0x25bf51(0x1c0)],''))try{global[_0x25bf51(0x1c0)]=_0x57d598[_0x25bf51(0x1e3)](_0x57d598[_0x25bf51(0x1e3)](_0x57d598[_0x25bf51(0x150)],global[_0x25bf51(0x1c0)]),_0x57d598[_0x25bf51(0x171)]),this[_0x25bf51(0x1da)]=hubAllocator[_0x25bf51(0x1f4)](global[_0x25bf51(0x1c0)]),logger[_0x25bf51(0x1e8)]('New\x20hub\x20url\x20set\x20to\x20'+global['newHubUrl']),global[_0x25bf51(0x1c0)]='';}catch(_0x44154c){logger[_0x25bf51(0x1d8)](_0x44154c);}return super[_0x25bf51(0x1d7)](_0x5ce52d);}}class _0x412f09 extends _0x33022a[_0x2d31a8(0x15f)]{[_0x2d31a8(0x133)](_0x1fa62b){const _0x505502=_0x2d31a8;let _0x5cf240={};for(const _0x5ab5d1 in _0x1fa62b){switch(_0x5ab5d1){case _0x57d598[_0x505502(0x1a3)]:case _0x57d598[_0x505502(0x142)]:this[_0x505502(0x1f5)]&&(_0x5cf240=this[_0x505502(0x1f5)][_0x505502(0x164)](this[_0x505502(0x1f5)][_0x505502(0x15c)])||{},this['chromeOptions_']['set'](this[_0x505502(0x1f5)][_0x505502(0x15c)],helper['mergeDeep'](_0x5cf240,_0x1fa62b[_0x5ab5d1])));break;case _0x57d598[_0x505502(0x1a8)]:case _0x57d598[_0x505502(0x1a5)]:this[_0x505502(0x1c3)]&&(_0x5cf240=this['edgeOptions_'][_0x505502(0x164)](this[_0x505502(0x1c3)][_0x505502(0x15c)])||{},this[_0x505502(0x1c3)][_0x505502(0x1f2)](this[_0x505502(0x1c3)][_0x505502(0x15c)],helper[_0x505502(0x185)](_0x5cf240,_0x1fa62b[_0x5ab5d1])));break;case _0x57d598[_0x505502(0x158)]:case _0x57d598[_0x505502(0x193)]:this['firefoxOptions_']&&(_0x5cf240=this['firefoxOptions_']['get'](this[_0x505502(0x183)]['CAPABILITY_KEY'])||{},this['firefoxOptions_'][_0x505502(0x1f2)](this[_0x505502(0x183)][_0x505502(0x15c)],helper[_0x505502(0x185)](_0x5cf240,_0x1fa62b[_0x5ab5d1])));break;case _0x57d598[_0x505502(0x19e)]:this[_0x505502(0x135)]&&(_0x5cf240=this[_0x505502(0x135)][_0x505502(0x164)](this['safariOptions_'][_0x505502(0x15c)])||{},this[_0x505502(0x135)][_0x505502(0x1f2)](this['safariOptions_'][_0x505502(0x15c)],helper[_0x505502(0x185)](_0x5cf240,_0x1fa62b[_0x5ab5d1])));break;case _0x57d598[_0x505502(0x1df)]:case _0x57d598[_0x505502(0x152)]:this[_0x505502(0x1a7)]&&(_0x5cf240=this[_0x505502(0x1a7)][_0x505502(0x164)](this[_0x505502(0x1a7)][_0x505502(0x15c)])||{},this[_0x505502(0x1a7)][_0x505502(0x1f2)](this[_0x505502(0x1a7)][_0x505502(0x15c)],helper['mergeDeep'](_0x5cf240,_0x1fa62b[_0x5ab5d1])));break;}}}[_0x2d31a8(0x1e5)](){const _0x2c0404=_0x2d31a8;return this[_0x2c0404(0x17e)]=helper[_0x2c0404(0x12c)](_0x3d2097),logger[_0x2c0404(0x1e8)]('Hub\x20url\x20set\x20to\x20'+this[_0x2c0404(0x17e)]),this;}[_0x2d31a8(0x194)](){const _0x57fdff=_0x2d31a8;return logger[_0x57fdff(0x1e8)](_0x57d598[_0x57fdff(0x15d)]),this[_0x57fdff(0x133)](_0x3d2097['capability']),Object[_0x57fdff(0x1e1)](_0x3d2097[_0x57fdff(0x1b7)])[_0x57fdff(0x162)](_0x5bfa0a=>{const _0x5cdcc5=_0x57fdff,_0x20fa49=this[_0x5cdcc5(0x165)][_0x5cdcc5(0x164)](_0x5bfa0a);_0x57d598['lEpiC'](typeof _0x20fa49,_0x57d598[_0x5cdcc5(0x1de)])?this[_0x5cdcc5(0x165)]['set'](_0x5bfa0a,helper['mergeDeep'](_0x20fa49,_0x3d2097[_0x5cdcc5(0x1b7)][_0x5bfa0a])):this[_0x5cdcc5(0x165)][_0x5cdcc5(0x1f2)](_0x5bfa0a,_0x3d2097[_0x5cdcc5(0x1b7)][_0x5bfa0a]);}),this;}[_0x2d31a8(0x1d6)](){const _0xb2edf7=_0x2d31a8,_0x526e95={'aNuXB':function(_0x47c72c,_0x16bf5c,_0x3549fc){const _0x18a40f=a90_0x96f5;return _0x57d598[_0x18a40f(0x131)](_0x47c72c,_0x16bf5c,_0x3549fc);},'pUIWU':function(_0x1e826d,_0x5bde02,_0x15acdd){const _0x27ffde=a90_0x96f5;return _0x57d598[_0x27ffde(0x131)](_0x1e826d,_0x5bde02,_0x15acdd);},'fkmrA':function(_0x4b4ce6,_0x49de51){const _0x5ebd6a=a90_0x96f5;return _0x57d598[_0x5ebd6a(0x1f7)](_0x4b4ce6,_0x49de51);},'zkXoK':function(_0x10dbb5,_0x1ca55a,_0x5de60f){const _0x21c1ca=a90_0x96f5;return _0x57d598[_0x21c1ca(0x131)](_0x10dbb5,_0x1ca55a,_0x5de60f);},'dfujG':function(_0x94bd66,_0x1261a7,_0x289efd){const _0x1e24b1=a90_0x96f5;return _0x57d598[_0x1e24b1(0x131)](_0x94bd66,_0x1261a7,_0x289efd);}};_0x57d598['keJKg'](isAccessibilityAutomationSession)&&_0x57d598[_0xb2edf7(0x1b1)](setAccessibilityCapabilities,_0x3d2097);this[_0xb2edf7(0x1e5)](),this[_0xb2edf7(0x194)]();if(helper[_0xb2edf7(0x1b9)](_0x3d2097[_0xb2edf7(0x1e6)]['proxyUrl']))this['agent_']=helper[_0xb2edf7(0x19b)](_0x3d2097[_0xb2edf7(0x1e6)]['proxyUrl']);else _0x3d2097['proxySettings'][_0xb2edf7(0x17d)]&&(this['proxy_']=_0x3d2097[_0xb2edf7(0x1e6)][_0xb2edf7(0x17d)],logger[_0xb2edf7(0x1e8)]('Proxy\x20set\x20to\x20'+this[_0xb2edf7(0x1c1)]));globals[_0xb2edf7(0x192)](_0x57d598['MyKOX'])&&(!_0x57d598[_0xb2edf7(0x131)](setExtension,this,_0x3d2097)&&globals[_0xb2edf7(0x190)](_0x57d598[_0xb2edf7(0x1c7)],![]));!helper[_0xb2edf7(0x163)]()&&helper[_0xb2edf7(0x17b)](null,null,_0x3d2097[_0xb2edf7(0x196)],null,this,null);logger['debug'](_0x57d598[_0xb2edf7(0x1e2)]);const _0x14147d=super[_0xb2edf7(0x1d6)]();return _0x14147d[_0xb2edf7(0x18e)]['then'](_0x594990=>{const _0x4e0e6f=_0xb2edf7;try{const _0x30543d=_0x594990[_0x4e0e6f(0x139)][_0x4e0e6f(0x164)](_0x57d598[_0x4e0e6f(0x186)]);_0x30543d?(logger[_0x4e0e6f(0x1e8)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x30543d),hubAllocator[_0x4e0e6f(0x1ae)](_0x30543d),helper[_0x4e0e6f(0x17c)](_0x30543d)):logger['debug'](_0x57d598['jnNPk']);}catch(_0x1c8a69){logger[_0x4e0e6f(0x1e8)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x1c8a69);}}),_0x14147d['then']&&_0x14147d[_0xb2edf7(0x16c)](_0x1e8846=>{const _0x5a39b4=_0xb2edf7,_0x4007f8=_0x57d598[_0x5a39b4(0x19d)][_0x5a39b4(0x127)]('|');let _0x673cbc=0x0;while(!![]){switch(_0x4007f8[_0x673cbc++]){case'0':_0x1e8846[_0x5a39b4(0x148)]=async()=>{const _0x4401b8=_0x5a39b4;return await _0x526e95[_0x4401b8(0x140)](performScan,_0x1e8846);};continue;case'1':_0x1e8846[_0x5a39b4(0x176)]=async()=>{const _0xd8716b=_0x5a39b4;return await _0x526e95[_0xd8716b(0x156)](getAccessibilityResultsSummary,_0x1e8846,global);};continue;case'2':_0x1e8846[_0x5a39b4(0x143)]=async()=>{const _0x4e0efc=_0x5a39b4;return await _0x526e95[_0x4e0efc(0x13c)](getAccessibilityResults,_0x1e8846,global);};continue;case'3':helper[_0x5a39b4(0x154)](_0x1e8846,_0x3d2097);continue;case'4':helper['overrideExecute'](_0x1e8846,_0x3d2097);continue;}break;}}),_0x14147d[_0xb2edf7(0x176)]=async()=>{const _0xfec810=_0xb2edf7;return await _0x526e95[_0xfec810(0x136)](getAccessibilityResultsSummary,_0x14147d,global);},_0x14147d[_0xb2edf7(0x143)]=async()=>{const _0x2da670=_0xb2edf7;return await _0x526e95[_0x2da670(0x12a)](getAccessibilityResults,_0x14147d,global);},_0x14147d[_0xb2edf7(0x148)]=async()=>{const _0x41b897=_0xb2edf7;return await _0x57d598[_0x41b897(0x1f7)](performScan,_0x14147d);},helper[_0xb2edf7(0x154)](_0x14147d,_0x3d2097),helper[_0xb2edf7(0x1c8)](_0x14147d,_0x3d2097),helper[_0xb2edf7(0x177)](global[_0xb2edf7(0x187)])&&(global['__driversArray']=[]),global[_0xb2edf7(0x187)][_0xb2edf7(0x1eb)](_0x14147d),_0x14147d;}}_0x33022a['originalBuilder']=_0x33022a[_0x2d31a8(0x15f)],_0x33022a[_0x2d31a8(0x15f)]=_0x412f09,_0x36a9af[_0x2d31a8(0x13b)]=_0x1d72c9;},modifyV2=(_0x5da4ea,_0x1bfbe9=null,_0x554dd0=![])=>{const _0x1633bf=a90_0x3b6dc5,_0x54a358={'BzfNH':function(_0x4618f1,_0x19c59c){return _0x4618f1!==_0x19c59c;},'STjQu':_0x1633bf(0x151),'SWFVn':function(_0x2da1fd,_0x42382d){return _0x2da1fd!==_0x42382d;},'REmOo':function(_0x140208,_0x1c3eef){return _0x140208+_0x1c3eef;},'ktrJU':function(_0x5c5917,_0x22ee7d){return _0x5c5917+_0x22ee7d;},'aNPUa':_0x1633bf(0x16e),'bynwz':'/wd/hub','qgzuY':_0x1633bf(0x1bb),'AUzKl':_0x1633bf(0x1d1),'MstrL':'goog:chromeOptions','pKYzT':_0x1633bf(0x14d),'tKDyA':_0x1633bf(0x191),'DwHsy':_0x1633bf(0x1c2),'StbGK':_0x1633bf(0x180),'QuOiZ':_0x1633bf(0x1bc),'bhhnt':_0x1633bf(0x13a),'ohqJm':_0x1633bf(0x1ef),'MzyCY':_0x1633bf(0x198),'FDhhj':function(_0x5e3a25,_0x189650){return _0x5e3a25===_0x189650;},'nUXfR':_0x1633bf(0x174),'INxBv':_0x1633bf(0x1bd),'ZImRm':function(_0x58b45d,_0x855029,_0x2091ab){return _0x58b45d(_0x855029,_0x2091ab);},'RaedO':function(_0x567433,_0x599da3,_0x742ad1){return _0x567433(_0x599da3,_0x742ad1);},'HhMqE':function(_0x3db477,_0x59fbc7){return _0x3db477(_0x59fbc7);},'kqrTv':_0x1633bf(0x1c5),'YSPAT':_0x1633bf(0x1a9),'KnwZA':function(_0x139fa3,_0x150e55,_0xd62fe3){return _0x139fa3(_0x150e55,_0xd62fe3);},'zrZlE':_0x1633bf(0x1ed),'pIlLl':_0x1633bf(0x19c),'lIwhw':_0x1633bf(0x1ca),'Rhela':function(_0x134384,_0x2ffa25,_0x27e247){return _0x134384(_0x2ffa25,_0x27e247);},'IKSWF':function(_0x50b274){return _0x50b274();},'qacnK':function(_0x2b96ba,_0x59a032){return _0x2b96ba(_0x59a032);},'sNnys':_0x1633bf(0x1c9),'CAfHm':_0x1633bf(0x1cc),'igGSz':_0x1633bf(0x172),'sSlzJ':_0x1633bf(0x16a),'BWbrO':_0x1633bf(0x1b2),'xqqqd':function(_0x8feae6,_0x463858){return _0x8feae6!==_0x463858;},'OJHrQ':function(_0x564369,_0x5743f8){return _0x564369!==_0x5743f8;},'LqfQY':_0x1633bf(0x199),'HKftL':_0x1633bf(0x1be),'PBsrr':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','BfiiI':_0x1633bf(0x173),'BsYYh':_0x1633bf(0x1cd),'QPWfS':'selenium-webdriver/lib/http.js','efidC':_0x1633bf(0x1e4),'wLIUn':function(_0x56fdd0,_0x58a024){return _0x56fdd0+_0x58a024;},'sPJVl':'Unable\x20to\x20find\x20executor\x20class\x20'},_0x164b1b=helper['requireHttpClient']();let _0x3dda93;try{_0x3dda93=helper['requireSeleniumWebdriver'](),_0x3dda93[_0x1633bf(0x19f)]&&(_0x3dda93['Builder']=_0x3dda93['originalBuilder']);}catch(_0x1c85f5){return;}if(helper['isBrowserstackInfra']()){const _0x2a870c={};_0x2a870c['logLevel']=_0x5da4ea[_0x1633bf(0x1ab)],helper[_0x1633bf(0x137)](_0x2a870c,new Map(),new Map()),logger[_0x1633bf(0x134)](_0x54a358[_0x1633bf(0x1f1)]),logger[_0x1633bf(0x1e8)](_0x54a358[_0x1633bf(0x160)]);}class _0x59247f extends _0x164b1b[_0x1633bf(0x13b)]{[_0x1633bf(0x1d7)](_0x4da233){const _0x168bc9=_0x1633bf;if(_0x54a358[_0x168bc9(0x1f0)](_0x4da233[_0x168bc9(0x195)],_0x54a358['STjQu'])&&_0x54a358['SWFVn'](global['newHubUrl'],''))try{global[_0x168bc9(0x1c0)]=_0x54a358['REmOo'](_0x54a358[_0x168bc9(0x13e)](_0x54a358['aNPUa'],global[_0x168bc9(0x1c0)]),_0x54a358[_0x168bc9(0x16f)]),this['options_']=hubAllocator[_0x168bc9(0x1f4)](global[_0x168bc9(0x1c0)]),logger[_0x168bc9(0x1e8)](_0x168bc9(0x1d2)+global[_0x168bc9(0x1c0)]),global[_0x168bc9(0x1c0)]='';}catch(_0x59e158){logger['error'](_0x59e158);}if(globals[_0x168bc9(0x192)](_0x54a358['qgzuY'])&&globals[_0x168bc9(0x192)](_0x54a358[_0x168bc9(0x130)])){const _0x322422=_0x4da233[_0x168bc9(0x195)][_0x168bc9(0x127)]('/')[0x2];_0x322422&&commandRepository['pushCommand'](_0x322422,_0x4da233);}return super['send'](_0x4da233);}}class _0x5346e1 extends _0x3dda93[_0x1633bf(0x15f)]{[_0x1633bf(0x1e5)](){const _0x5ba299=_0x1633bf;return this[_0x5ba299(0x17e)]=helper['getHubUrl'](_0x5da4ea),logger[_0x5ba299(0x1e8)]('Hub\x20url\x20set\x20to\x20'+this[_0x5ba299(0x17e)]),this;}[_0x1633bf(0x133)](_0x323239){const _0x4d3508=_0x1633bf;let _0x535547={};for(const _0x3f21b8 in _0x323239){switch(_0x3f21b8){case _0x54a358[_0x4d3508(0x141)]:case _0x54a358[_0x4d3508(0x1a2)]:this['chromeOptions_']&&(_0x535547=this[_0x4d3508(0x1f5)][_0x4d3508(0x164)](this['chromeOptions_'][_0x4d3508(0x15c)])||{},this['chromeOptions_']['set'](this[_0x4d3508(0x1f5)][_0x4d3508(0x15c)],helper[_0x4d3508(0x185)](_0x535547,_0x323239[_0x3f21b8])));break;case _0x54a358[_0x4d3508(0x169)]:case _0x54a358['DwHsy']:this[_0x4d3508(0x1c3)]&&(_0x535547=this['edgeOptions_'][_0x4d3508(0x164)](this[_0x4d3508(0x1c3)][_0x4d3508(0x15c)])||{},this['edgeOptions_'][_0x4d3508(0x1f2)](this[_0x4d3508(0x1c3)]['CAPABILITY_KEY'],helper[_0x4d3508(0x185)](_0x535547,_0x323239[_0x3f21b8])));break;case _0x54a358[_0x4d3508(0x181)]:case _0x54a358[_0x4d3508(0x14f)]:this[_0x4d3508(0x183)]&&(_0x535547=this[_0x4d3508(0x183)][_0x4d3508(0x164)](this['firefoxOptions_'][_0x4d3508(0x15c)])||{},this[_0x4d3508(0x183)][_0x4d3508(0x1f2)](this[_0x4d3508(0x183)][_0x4d3508(0x15c)],helper[_0x4d3508(0x185)](_0x535547,_0x323239[_0x3f21b8])));break;case _0x54a358['bhhnt']:this['safariOptions_']&&(_0x535547=this[_0x4d3508(0x135)][_0x4d3508(0x164)](this[_0x4d3508(0x135)][_0x4d3508(0x15c)])||{},this[_0x4d3508(0x135)][_0x4d3508(0x1f2)](this[_0x4d3508(0x135)][_0x4d3508(0x15c)],helper[_0x4d3508(0x185)](_0x535547,_0x323239[_0x3f21b8])));break;case _0x54a358[_0x4d3508(0x1a0)]:case _0x54a358[_0x4d3508(0x1d5)]:this[_0x4d3508(0x1a7)]&&(_0x535547=this[_0x4d3508(0x1a7)][_0x4d3508(0x164)](this[_0x4d3508(0x1a7)][_0x4d3508(0x15c)])||{},this[_0x4d3508(0x1a7)]['set'](this['ieOptions_'][_0x4d3508(0x15c)],helper[_0x4d3508(0x185)](_0x535547,_0x323239[_0x3f21b8])));break;}}}[_0x1633bf(0x194)](){const _0x3ea4ff=_0x1633bf,_0x838ce0={'oUuGk':function(_0x5a8f09,_0x59a94d){const _0x381a9c=a90_0x96f5;return _0x54a358[_0x381a9c(0x18c)](_0x5a8f09,_0x59a94d);},'gWsKU':_0x54a358['nUXfR']};return logger[_0x3ea4ff(0x1e8)](_0x54a358[_0x3ea4ff(0x18d)]),this['__setBrowserOptions'](_0x5da4ea[_0x3ea4ff(0x1b7)]),Object['keys'](_0x5da4ea[_0x3ea4ff(0x1b7)])['forEach'](_0x3a7b90=>{const _0x1ad0f5=_0x3ea4ff,_0x205b06=this[_0x1ad0f5(0x165)][_0x1ad0f5(0x164)](_0x3a7b90);_0x838ce0[_0x1ad0f5(0x175)](typeof _0x205b06,_0x838ce0['gWsKU'])?this[_0x1ad0f5(0x165)][_0x1ad0f5(0x1f2)](_0x3a7b90,helper[_0x1ad0f5(0x185)](_0x205b06,_0x5da4ea[_0x1ad0f5(0x1b7)][_0x3a7b90])):this[_0x1ad0f5(0x165)][_0x1ad0f5(0x1f2)](_0x3a7b90,_0x5da4ea[_0x1ad0f5(0x1b7)][_0x3a7b90]);}),this;}['build'](){const _0x7c8d0f=_0x1633bf,_0x2ede62={'cfblB':_0x54a358[_0x7c8d0f(0x14e)],'bUcdG':_0x54a358[_0x7c8d0f(0x1b0)],'thSyU':function(_0x559762,_0x4f06e2){const _0xa105e5=_0x7c8d0f;return _0x54a358[_0xa105e5(0x1ba)](_0x559762,_0x4f06e2);},'bRKnW':function(_0x43bbc3,_0x519479,_0x2b5ad4){return _0x54a358['KnwZA'](_0x43bbc3,_0x519479,_0x2b5ad4);}};if(helper[_0x7c8d0f(0x163)]()){const _0x3a526b=_0x54a358['zrZlE'][_0x7c8d0f(0x127)]('|');let _0x239b6a=0x0;while(!![]){switch(_0x3a526b[_0x239b6a++]){case'0':this[_0x7c8d0f(0x194)]();continue;case'1':this[_0x7c8d0f(0x1e5)]();continue;case'2':logger['debug'](_0x54a358['pIlLl']);continue;case'3':if(helper[_0x7c8d0f(0x1b9)](_0x5da4ea[_0x7c8d0f(0x1e6)][_0x7c8d0f(0x17d)]))this[_0x7c8d0f(0x166)]=helper[_0x7c8d0f(0x19b)](_0x5da4ea[_0x7c8d0f(0x1e6)][_0x7c8d0f(0x17d)]);else _0x5da4ea[_0x7c8d0f(0x1e6)][_0x7c8d0f(0x17d)]&&(this[_0x7c8d0f(0x1c1)]=_0x5da4ea[_0x7c8d0f(0x1e6)][_0x7c8d0f(0x17d)],logger[_0x7c8d0f(0x1e8)]('Proxy\x20set\x20to\x20'+this[_0x7c8d0f(0x1c1)]));continue;case'4':globals[_0x7c8d0f(0x192)](_0x54a358[_0x7c8d0f(0x184)])&&(!_0x54a358[_0x7c8d0f(0x1c4)](setExtension,this,_0x5da4ea)&&globals['setGlobal'](_0x54a358['lIwhw'],![]));continue;case'5':_0x54a358[_0x7c8d0f(0x13d)](isAccessibilityAutomationSession)&&_0x54a358[_0x7c8d0f(0x12d)](setAccessibilityCapabilities,_0x5da4ea);continue;}break;}}else{helper[_0x7c8d0f(0x17b)](null,null,_0x5da4ea[_0x7c8d0f(0x196)],null,this,null),helper[_0x7c8d0f(0x12e)]();_0x54a358[_0x7c8d0f(0x18c)](globals['getGlobal'](_0x54a358[_0x7c8d0f(0x153)]),_0x54a358[_0x7c8d0f(0x1bf)])&&(commandRepository[_0x7c8d0f(0x168)](_0x54a358[_0x7c8d0f(0x1bf)]),commandRepository[_0x7c8d0f(0x132)](globals[_0x7c8d0f(0x192)](_0x54a358[_0x7c8d0f(0x1ce)])));if(this[_0x7c8d0f(0x17e)]['includes'](_0x54a358[_0x7c8d0f(0x1a1)]))logger[_0x7c8d0f(0x1e8)](_0x54a358[_0x7c8d0f(0x1af)]),globals[_0x7c8d0f(0x190)](_0x54a358[_0x7c8d0f(0x138)],![]),globals[_0x7c8d0f(0x190)](_0x54a358['AUzKl'],![]);else globals[_0x7c8d0f(0x192)](_0x54a358[_0x7c8d0f(0x138)])&&globals['getGlobal'](_0x54a358[_0x7c8d0f(0x130)])&&aiSdkWrapper['initializeHealingCapabilities'](this);}const _0x5507bb=super[_0x7c8d0f(0x1d6)]();return _0x5507bb[_0x7c8d0f(0x18e)][_0x7c8d0f(0x16c)](_0x3bd382=>{const _0x29dfea=_0x7c8d0f;try{const _0x501279=_0x3bd382[_0x29dfea(0x139)][_0x29dfea(0x164)](_0x2ede62['cfblB']);_0x501279?(logger[_0x29dfea(0x1e8)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x501279),hubAllocator[_0x29dfea(0x1ae)](_0x501279),helper['storeOptimalHubUrl'](_0x501279)):logger['debug'](_0x2ede62[_0x29dfea(0x19a)]);}catch(_0x5ac783){logger[_0x29dfea(0x1e8)](_0x29dfea(0x1aa)+_0x5ac783);}}),_0x5507bb[_0x7c8d0f(0x18f)]=0x0,_0x5507bb[_0x7c8d0f(0x16c)]&&_0x5507bb[_0x7c8d0f(0x16c)](_0x3323f2=>{const _0x4898fd=_0x7c8d0f,_0x160c7c={'aiGCj':function(_0x3c9729,_0x3b8e51,_0x28a81e){const _0x395fa3=a90_0x96f5;return _0x54a358[_0x395fa3(0x147)](_0x3c9729,_0x3b8e51,_0x28a81e);},'uMnwW':function(_0x381f2a,_0x126434,_0x32d0c0){const _0x5ede8a=a90_0x96f5;return _0x54a358[_0x5ede8a(0x1f3)](_0x381f2a,_0x126434,_0x32d0c0);}};helper[_0x4898fd(0x18b)](_0x3323f2,_0x5507bb),_0x554dd0&&_0x54a358[_0x4898fd(0x1ba)](overrideTakeScreenshot,_0x3323f2),helper['overrideGet'](_0x3323f2,_0x5da4ea),helper[_0x4898fd(0x1c8)](_0x3323f2,_0x5da4ea),_0x5da4ea[_0x4898fd(0x1b7)]&&percyHelper[_0x4898fd(0x157)](_0x3323f2,_0x3dda93[_0x4898fd(0x15a)],_0x5da4ea),_0x3323f2[_0x4898fd(0x176)]=async()=>{return await _0x160c7c['aiGCj'](getAccessibilityResultsSummary,_0x3323f2,global);},_0x3323f2[_0x4898fd(0x143)]=async()=>{const _0x5083d9=_0x4898fd;return await _0x160c7c[_0x5083d9(0x146)](getAccessibilityResults,_0x3323f2,global);},_0x3323f2[_0x4898fd(0x148)]=async()=>{const _0x4a2cde=_0x4898fd;return await _0x2ede62[_0x4a2cde(0x16d)](performScan,_0x3323f2);};}),_0x5507bb[_0x7c8d0f(0x176)]=async()=>{const _0x19bbeb=_0x7c8d0f;return await _0x54a358[_0x19bbeb(0x147)](getAccessibilityResultsSummary,_0x5507bb,global);},_0x5507bb[_0x7c8d0f(0x143)]=async()=>{const _0x45cb0d=_0x7c8d0f;return await _0x2ede62[_0x45cb0d(0x16b)](getAccessibilityResults,_0x5507bb,global);},_0x5507bb['performScan']=async()=>{const _0x1710fc=_0x7c8d0f;return await _0x2ede62[_0x1710fc(0x16d)](performScan,_0x5507bb);},_0x554dd0&&_0x54a358[_0x7c8d0f(0x12d)](overrideTakeScreenshot,_0x5507bb),helper['overrideQuit'](_0x5507bb),helper[_0x7c8d0f(0x154)](_0x5507bb,_0x5da4ea),helper[_0x7c8d0f(0x1c8)](_0x5507bb,_0x5da4ea),_0x5da4ea[_0x7c8d0f(0x1b7)]&&percyHelper[_0x7c8d0f(0x157)](_0x5507bb,_0x3dda93[_0x7c8d0f(0x15a)],_0x5da4ea),helper[_0x7c8d0f(0x177)](global[_0x7c8d0f(0x187)])&&(global['__driversArray']=[]),helper[_0x7c8d0f(0x177)](global['__drivers'])&&(global[_0x7c8d0f(0x178)]=[]),global[_0x7c8d0f(0x187)][_0x7c8d0f(0x1eb)](_0x5507bb),global['__driver']=_0x5507bb,_0x1bfbe9&&(_0x1bfbe9[_0x7c8d0f(0x15e)][_0x7c8d0f(0x13f)]=_0x5507bb),_0x54a358[_0x7c8d0f(0x129)](global[_0x7c8d0f(0x178)],undefined)&&global[_0x7c8d0f(0x178)][_0x7c8d0f(0x1eb)](_0x5507bb),_0x1bfbe9&&helper['isUndefined'](_0x1bfbe9[_0x7c8d0f(0x15e)][_0x7c8d0f(0x187)])&&(_0x1bfbe9['global'][_0x7c8d0f(0x187)]=[]),_0x1bfbe9&&_0x54a358[_0x7c8d0f(0x14a)](_0x1bfbe9[_0x7c8d0f(0x15e)]['__drivers'],undefined)&&(_0x1bfbe9['global'][_0x7c8d0f(0x178)][_0x7c8d0f(0x1eb)](_0x5507bb),_0x1bfbe9[_0x7c8d0f(0x15e)][_0x7c8d0f(0x187)][_0x7c8d0f(0x1eb)](_0x5507bb)),_0x5507bb[_0x7c8d0f(0x1ca)]=globals[_0x7c8d0f(0x192)](_0x54a358['lIwhw']),globals[_0x7c8d0f(0x190)](_0x54a358[_0x7c8d0f(0x184)],globals[_0x7c8d0f(0x192)](_0x54a358[_0x7c8d0f(0x184)])),_0x5507bb;}}_0x1bfbe9&&(globals['browserStackGlobals']=_0x1bfbe9[_0x1633bf(0x15e)]['browserStackGlobals']);if(_0x54a358['IKSWF'](isAccessibilityAutomationSession))try{let _0x47dbd2=helper[_0x1633bf(0x14c)](_0x54a358[_0x1633bf(0x1e0)])[_0x1633bf(0x128)];(!_0x47dbd2[_0x1633bf(0x17f)]||!_0x47dbd2[_0x1633bf(0x17f)][_0x1633bf(0x1d0)])&&(_0x47dbd2=helper[_0x1633bf(0x14c)](_0x54a358['QPWfS'])['Executor']);if(_0x47dbd2[_0x1633bf(0x17f)]&&_0x47dbd2[_0x1633bf(0x17f)][_0x1633bf(0x1d0)]){const _0x48b2f1=_0x47dbd2[_0x1633bf(0x17f)]['execute'];logger[_0x1633bf(0x1e8)](_0x54a358[_0x1633bf(0x1cb)]),_0x47dbd2[_0x1633bf(0x17f)]['execute']=async function(){const _0x113ebc=_0x1633bf;try{!globals[_0x113ebc(0x192)](_0x54a358[_0x113ebc(0x167)])&&globals[_0x113ebc(0x192)](_0x54a358['lIwhw'])&&globals[_0x113ebc(0x192)](_0x54a358['HKftL'])&&scripts['shouldWrapCommand'](arguments[0x0]['name_'])&&!_0x54a358[_0x113ebc(0x12d)](isBrowserStackCommandExecutor,arguments[0x0][_0x113ebc(0x18a)])&&(globals[_0x113ebc(0x190)](_0x54a358[_0x113ebc(0x167)],!![]),logger['debug'](_0x113ebc(0x1cf)+arguments[0x0][_0x113ebc(0x161)]),await _0x54a358['Rhela'](performScan,global[_0x113ebc(0x13f)],arguments[0x0][_0x113ebc(0x161)]));}catch(_0x2ffd43){logger[_0x113ebc(0x1e8)](_0x113ebc(0x1a4)+util[_0x113ebc(0x155)](_0x2ffd43));}return globals[_0x113ebc(0x190)](_0x54a358['LqfQY'],![]),_0x48b2f1['apply'](this,arguments);};}}catch(_0x39c764){logger[_0x1633bf(0x1e8)](_0x54a358[_0x1633bf(0x12b)](_0x54a358[_0x1633bf(0x1d3)],_0x39c764));}return _0x3dda93['originalBuilder']=_0x3dda93[_0x1633bf(0x15f)],_0x3dda93[_0x1633bf(0x15f)]=_0x5346e1,_0x164b1b['HttpClient']=_0x59247f,_0x3dda93;};function a90_0x51e5(){const _0xd8e097=['set','RaedO','getRequestOptions','chromeOptions_','35370EJQKeQ','AxdOP','split','WebDriver','xqqqd','dfujG','wLIUn','getHubUrl','qacnK','readTcgAuthConfigToGlobal','./helpers/accessibility-automation/scripts','AUzKl','nRlqL','setConfig','__setBrowserOptions','info','safariOptions_','zkXoK','setLogLevel','qgzuY','caps_','safari.options','HttpClient','pUIWU','IKSWF','ktrJU','__driver','fkmrA','MstrL','uBQJD','getAccessibilityResults','3|4|1|2|0','169584iZFTWT','uMnwW','ZImRm','performScan','./browserStackSdk','OJHrQ','/wd/hub','requireModule','chromeOptions','kqrTv','QuOiZ','tQqzR','/session','bamsz','sNnys','overrideGet','format','aNuXB','patchDriverPercy','CfpQc','exports','WebElement','./bin/mocha/accessibility-automation/helper','CAPABILITY_KEY','foOGd','global','Builder','BfiiI','name_','forEach','isBrowserstackInfra','get','capabilities_','agent_','LqfQY','setFramework','tKDyA','.browserstack.com','bRKnW','then','thSyU','https://','bynwz','./helpers/helper','MoZCm','aiSdk_bstackConfig','Modifying\x20webdriver\x20builder','object','oUuGk','getAccessibilityResultsSummary','isUndefined','__drivers','365YxdUuI','BrowserStackSdk','prepareCapabilities','storeOptimalHubUrl','proxyUrl','url_','prototype','moz:firefoxOptions','StbGK','aOWNa','firefoxOptions_','lIwhw','mergeDeep','WXbre','__driversArray','./helpers/accessibility-automation/helper','./helpers/ai-sdk/aiSdkWrapper','parameters_','overrideQuit','FDhhj','INxBv','session_','quitCount_','setGlobal','ms:edgeOptions','getGlobal','qVtFN','setCapabilities','path','framework','util','ieOptions','bstackAllyScanning','bUcdG','getHttpAgent','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','WDKiE','SKZUQ','originalBuilder','ohqJm','sSlzJ','pKYzT','zDKDd','Failed\x20to\x20perform\x20scan\x20','gYGBh','./helpers/percy/PercySDK','ieOptions_','Ihjor','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','browserStackLogLevel','360156aMLzTk','requireSeleniumWebdriver','updateHubUrl','BWbrO','YSPAT','INuir','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','_modifyPlaywright','3uUDYoO','percy','capability','./helpers/percy/utils','isPacProxy','HhMqE','aiHeal_isAuthenticated','firefoxOptions','Setting\x20Browserstack\x20capabilities','bstackA11yShouldScan','CAfHm','newHubUrl','proxy_','edgeOptions','edgeOptions_','Rhela','optimalHubUrl','./helpers/globals','MyKOX','overrideExecute','aiSdk_framework','isAccessibilityPlatform','efidC','jest','selenium-webdriver/lib/webdriver.js','igGSz','Performing\x20scan\x20for\x20','execute','aiHeal_isHealingEnabled','New\x20hub\x20url\x20set\x20to\x20','sPJVl','TzCgd','MzyCY','build','send','error','browserstackAgent','options_','523736BwcJwz','requireHttpClient','./bin/playwright/modifyPlaywrightConf','iPxEs','UlAvl','BsYYh','keys','SIrCm','wZYPl','Modifying\x20webdriver\x20execute','setServer','proxySettings','3654231agplNH','debug','4156362mOWWQb','./helpers/ai-sdk/autoHealHelper','push','291714NRglVB','5|1|0|3|4|2','winstonLogger','se:ieOptions','BzfNH','PBsrr'];a90_0x51e5=function(){return _0xd8e097;};return a90_0x51e5();}module[a90_0x3b6dc5(0x159)][a90_0x3b6dc5(0x1d9)]=modify,module[a90_0x3b6dc5(0x159)]['browserstackAgentV2']=modifyV2,module[a90_0x3b6dc5(0x159)][a90_0x3b6dc5(0x1b6)]=percySDK,module[a90_0x3b6dc5(0x159)][a90_0x3b6dc5(0x17a)]=BrowserStackSdk,module[a90_0x3b6dc5(0x159)][a90_0x3b6dc5(0x1b4)]=modifyPlaywrightConfig;
1
+ function a91_0x5d0c(){const _0x49275c=['haink','setFramework','proxyUrl','dWSmP','dFkOS','ieOptions','newHubUrl','IiWke','get','prototype','__driversArray','apply','path','forEach','GRbOa','kDPUR','Hub\x20url\x20set\x20to\x20','HblBc','RAhAp','xtuFi','yKYzA','optimalHubUrl','percy','2877717FIkFdz','BrowserStackSdk','setConfig','dKHgx','444fBdYkT','DZPnW','se:ieOptions','LGBiP','FVEcd','AepJh','LDwBX','__driver','requireSeleniumWebdriver','proxy_','sgAsF','shouldWrapCommand','XgcMQ','overrideQuit','/session','./helpers/patchHelper','selenium-webdriver/lib/webdriver.js','DkGDI','WkZBZ','WebElement','edgeOptions','browserStackGlobals','requireHttpClient','parameters_','puANX','selenium-webdriver/lib/http.js','keys','setCapabilities','requireModule','proxySettings','piZQn','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','Executor','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','setGlobal','LAxlT','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','jaiSI','sTMGa','error','./helpers/accessibility-automation/helper','LGQkF','nIrNr','XMkMl','./bin/mocha/accessibility-automation/helper','NcXDn','./browserStackSdk','./bin/playwright/modifyPlaywrightConf','AGCPp','getGlobal','PfzdY','14DOektn','UMZFq','safariOptions_','hyvHb','6835ebWiRt','ZkUHV','CcvDY','__drivers','mbYkz','exports','__setBrowserOptions','bGobC','object','then','aiHeal_isHealingEnabled','fTvqR','capability','chromeOptions_','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','vOdtI','QBTok','ibOXK','dveYg','_modifyPlaywright','17572380AYJwDh','226413ypgXnV','getAccessibilityResults','capabilities_','info','util','isUndefined','updateHubUrl','jest','storeOptimalHubUrl','caps_','debug','oiaSf','HttpClient','moz:firefoxOptions','./helpers/accessibility-automation/scripts','build','push','OsMxs','patchDriverPercy','mhFSn','FkWaa','/wd/hub','bstackA11yShouldScan','ieOptions_','9321471PDFYuM','send','set','getHubUrl','browserstackAgentV2','icTXh','logLevel','AfgMs','jIBYr','overrideGet','tHnQw','readTcgAuthConfigToGlobal','name_','WOlxK','firefoxOptions_','session_','Failed\x20to\x20perform\x20scan\x20','performScan','zqGcW','unOIN','originalBuilder','2938328wAbbgd','chromeOptions','getAccessibilityResultsSummary','iCAaW','pushCommand','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','firefoxOptions','TTxfd','New\x20hub\x20url\x20set\x20to\x20','BAJri','qXUBu','prepareCapabilities','8122722NYDBwZ','options_','split','.browserstack.com','HuxcN','XKWUs','wEITI','eXWtJ','qxDnq','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','initializeHealingCapabilities','ms:edgeOptions','tFnVU','xnVHL','EppRB','getHttpAgent','erWFn','browserstackAgent','Modifying\x20webdriver\x20builder','./helpers/ai-sdk/aiSdkWrapper','oyMDj','isAccessibilityPlatform','jWaCT','SrbSi','execute','Setting\x20Browserstack\x20capabilities','zaksO','isPacProxy','JlgBT','mergeDeep','Performing\x20scan\x20for\x20','winstonLogger','WyFDu','GcfYV','LcsNJ','framework','edgeOptions_','SlfuB','HPpAP','CAPABILITY_KEY','isBrowserstackInfra','12ykOylK','agent_','Builder','WebDriver','https://','getRequestOptions','zcdsF','./helpers/helper','global','hUCyR','setServer','goog:chromeOptions','iLIxE','url_'];a91_0x5d0c=function(){return _0x49275c;};return a91_0x5d0c();}const a91_0x122c0c=a91_0x484d;(function(_0x24be0c,_0x28b442){const _0x3734cf=a91_0x484d,_0x2fcee5=_0x24be0c();while(!![]){try{const _0x5375e1=-parseInt(_0x3734cf(0x14c))/0x1*(parseInt(_0x3734cf(0x1ae))/0x2)+parseInt(_0x3734cf(0xfc))/0x3+parseInt(_0x3734cf(0x100))/0x4*(-parseInt(_0x3734cf(0x137))/0x5)+parseInt(_0x3734cf(0x185))/0x6+-parseInt(_0x3734cf(0x133))/0x7*(-parseInt(_0x3734cf(0x179))/0x8)+parseInt(_0x3734cf(0x164))/0x9+-parseInt(_0x3734cf(0x14b))/0xa;if(_0x5375e1===_0x28b442)break;else _0x2fcee5['push'](_0x2fcee5['shift']());}catch(_0x3024bb){_0x2fcee5['push'](_0x2fcee5['shift']());}}}(a91_0x5d0c,0xc7302));function a91_0x484d(_0x41f64c,_0x3209cc){const _0x5d0c16=a91_0x5d0c();return a91_0x484d=function(_0x484d4d,_0x8a3b16){_0x484d4d=_0x484d4d-0xf1;let _0x189c90=_0x5d0c16[_0x484d4d];return _0x189c90;},a91_0x484d(_0x41f64c,_0x3209cc);}const util=require(a91_0x122c0c(0x150)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a91_0x122c0c(0x128)),{setAccessibilityCapabilities,setExtension}=require(a91_0x122c0c(0x12c)),helper=require(a91_0x122c0c(0x1b5)),logger=require('./helpers/logger')[a91_0x122c0c(0x1a4)],hubAllocator=require('./hubAllocationMethods'),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a91_0x122c0c(0x12e)),modifyPlaywrightConfig=require(a91_0x122c0c(0x12f)),scripts=require(a91_0x122c0c(0x15a)),globals=require('./helpers/globals'),{commandRepository}=require('./helpers/ai-sdk/autoHealHelper'),{aiSdkWrapper}=require(a91_0x122c0c(0x198)),{overrideExecute}=require(a91_0x122c0c(0x10f)),modify=_0x1281c5=>{const _0x28a586=a91_0x122c0c,_0x43d547={'AfgMs':function(_0x3c2a78,_0x4ebb52){return _0x3c2a78!==_0x4ebb52;},'exKoj':'/session','AepJh':function(_0x58457e,_0x53ebc1){return _0x58457e+_0x53ebc1;},'GcfYV':function(_0x3f1f66,_0x50406b){return _0x3f1f66+_0x50406b;},'mbYkz':_0x28a586(0x1b2),'NFtYn':_0x28a586(0x161),'piZQn':_0x28a586(0x1b9),'iCAaW':_0x28a586(0x17a),'XMkMl':_0x28a586(0x190),'SlfuB':'edgeOptions','vOdtI':_0x28a586(0x159),'jIBYr':_0x28a586(0x17f),'ZkUHV':'safari.options','TUVyv':_0x28a586(0x102),'HPpAP':_0x28a586(0x1c1),'LAxlT':function(_0xfb3438,_0x5de812){return _0xfb3438===_0x5de812;},'puANX':_0x28a586(0x13f),'FkWaa':'Setting\x20Browserstack\x20capabilities','WyFDu':'optimalHubUrl','dFkOS':_0x28a586(0x17e),'jWaCT':function(_0x127435,_0x14e916){return _0x127435(_0x14e916);},'sgAsF':function(_0xcc9da7,_0x56dc4f,_0x5a7cd5){return _0xcc9da7(_0x56dc4f,_0x5a7cd5);},'zqGcW':function(_0x353f48,_0x2966f1,_0xee4487){return _0x353f48(_0x2966f1,_0xee4487);},'yKYzA':function(_0x18300d){return _0x18300d();},'qxDnq':function(_0x3855aa,_0x35a2ba){return _0x3855aa(_0x35a2ba);},'tFnVU':'isAccessibilityPlatform','OsMxs':_0x28a586(0x18e),'AGCPp':function(_0x438ec6,_0x3e8f8a,_0xa21f82){return _0x438ec6(_0x3e8f8a,_0xa21f82);},'UKudZ':_0x28a586(0x124),'PpdvJ':_0x28a586(0x197)};logger['info'](_0x43d547['UKudZ']),logger[_0x28a586(0x156)](_0x43d547['PpdvJ']);const _0x1dd8f2=helper[_0x28a586(0x108)](),_0xd40941=helper[_0x28a586(0x116)]();class _0x46435b extends _0xd40941[_0x28a586(0x158)]{[_0x28a586(0x165)](_0x34e07a){const _0x27a65d=_0x28a586;if(_0x43d547[_0x27a65d(0x16b)](_0x34e07a['path'],_0x43d547['exKoj'])&&_0x43d547[_0x27a65d(0x16b)](global[_0x27a65d(0x1c2)],''))try{global[_0x27a65d(0x1c2)]=_0x43d547[_0x27a65d(0x105)](_0x43d547[_0x27a65d(0x1a6)](_0x43d547[_0x27a65d(0x13b)],global[_0x27a65d(0x1c2)]),_0x43d547['NFtYn']),this[_0x27a65d(0x186)]=hubAllocator[_0x27a65d(0x1b3)](global[_0x27a65d(0x1c2)]),logger[_0x27a65d(0x156)](_0x27a65d(0x181)+global['newHubUrl']),global[_0x27a65d(0x1c2)]='';}catch(_0x31ee81){logger[_0x27a65d(0x127)](_0x31ee81);}return super['send'](_0x34e07a);}}class _0xe3073e extends _0x1dd8f2['Builder']{['__setBrowserOptions'](_0x16d84f){const _0x16cf5a=_0x28a586;let _0x1f6f53={};for(const _0x3ef7dd in _0x16d84f){switch(_0x3ef7dd){case _0x43d547[_0x16cf5a(0x11e)]:case _0x43d547[_0x16cf5a(0x17c)]:this['chromeOptions_']&&(_0x1f6f53=this[_0x16cf5a(0x144)][_0x16cf5a(0x1c4)](this[_0x16cf5a(0x144)][_0x16cf5a(0x1ac)])||{},this[_0x16cf5a(0x144)]['set'](this[_0x16cf5a(0x144)]['CAPABILITY_KEY'],helper[_0x16cf5a(0x1a2)](_0x1f6f53,_0x16d84f[_0x3ef7dd])));break;case _0x43d547[_0x16cf5a(0x12b)]:case _0x43d547[_0x16cf5a(0x1aa)]:this[_0x16cf5a(0x1a9)]&&(_0x1f6f53=this[_0x16cf5a(0x1a9)]['get'](this[_0x16cf5a(0x1a9)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0x16cf5a(0x166)](this[_0x16cf5a(0x1a9)]['CAPABILITY_KEY'],helper[_0x16cf5a(0x1a2)](_0x1f6f53,_0x16d84f[_0x3ef7dd])));break;case _0x43d547[_0x16cf5a(0x146)]:case _0x43d547[_0x16cf5a(0x16c)]:this[_0x16cf5a(0x172)]&&(_0x1f6f53=this[_0x16cf5a(0x172)]['get'](this[_0x16cf5a(0x172)][_0x16cf5a(0x1ac)])||{},this[_0x16cf5a(0x172)][_0x16cf5a(0x166)](this[_0x16cf5a(0x172)]['CAPABILITY_KEY'],helper[_0x16cf5a(0x1a2)](_0x1f6f53,_0x16d84f[_0x3ef7dd])));break;case _0x43d547[_0x16cf5a(0x138)]:this[_0x16cf5a(0x135)]&&(_0x1f6f53=this[_0x16cf5a(0x135)][_0x16cf5a(0x1c4)](this[_0x16cf5a(0x135)][_0x16cf5a(0x1ac)])||{},this[_0x16cf5a(0x135)][_0x16cf5a(0x166)](this[_0x16cf5a(0x135)][_0x16cf5a(0x1ac)],helper[_0x16cf5a(0x1a2)](_0x1f6f53,_0x16d84f[_0x3ef7dd])));break;case _0x43d547['TUVyv']:case _0x43d547[_0x16cf5a(0x1ab)]:this[_0x16cf5a(0x163)]&&(_0x1f6f53=this[_0x16cf5a(0x163)][_0x16cf5a(0x1c4)](this[_0x16cf5a(0x163)][_0x16cf5a(0x1ac)])||{},this[_0x16cf5a(0x163)]['set'](this[_0x16cf5a(0x163)]['CAPABILITY_KEY'],helper[_0x16cf5a(0x1a2)](_0x1f6f53,_0x16d84f[_0x3ef7dd])));break;}}}[_0x28a586(0x1b8)](){const _0x5d2426=_0x28a586;return this[_0x5d2426(0x1bb)]=helper[_0x5d2426(0x167)](_0x1281c5),logger[_0x5d2426(0x156)](_0x5d2426(0xf5)+this[_0x5d2426(0x1bb)]),this;}[_0x28a586(0x11b)](){const _0x523acb=_0x28a586,_0x5a8299={'DZPnW':function(_0x9f2476,_0x5f5bc4){const _0x1c8af4=a91_0x484d;return _0x43d547[_0x1c8af4(0x123)](_0x9f2476,_0x5f5bc4);},'DkGDI':_0x43d547[_0x523acb(0x118)]};return logger[_0x523acb(0x156)](_0x43d547[_0x523acb(0x160)]),this['__setBrowserOptions'](_0x1281c5['capability']),Object[_0x523acb(0x11a)](_0x1281c5['capability'])[_0x523acb(0xf2)](_0x4a25f7=>{const _0x1deaed=_0x523acb,_0x39caf2=this[_0x1deaed(0x14e)][_0x1deaed(0x1c4)](_0x4a25f7);_0x5a8299[_0x1deaed(0x101)](typeof _0x39caf2,_0x5a8299[_0x1deaed(0x111)])?this[_0x1deaed(0x14e)][_0x1deaed(0x166)](_0x4a25f7,helper[_0x1deaed(0x1a2)](_0x39caf2,_0x1281c5[_0x1deaed(0x143)][_0x4a25f7])):this[_0x1deaed(0x14e)]['set'](_0x4a25f7,_0x1281c5['capability'][_0x4a25f7]);}),this;}[_0x28a586(0x15b)](){const _0x2a9e3b=_0x28a586,_0x811d85={'WOlxK':function(_0x239162,_0x26ab99,_0x310c93){const _0x4d8b34=a91_0x484d;return _0x43d547[_0x4d8b34(0x10a)](_0x239162,_0x26ab99,_0x310c93);},'dWSmP':function(_0x4e6277,_0x270491){const _0x25a5fb=a91_0x484d;return _0x43d547[_0x25a5fb(0x19b)](_0x4e6277,_0x270491);}};_0x43d547[_0x2a9e3b(0xf9)](isAccessibilityAutomationSession)&&_0x43d547[_0x2a9e3b(0x18d)](setAccessibilityCapabilities,_0x1281c5);this[_0x2a9e3b(0x1b8)](),this[_0x2a9e3b(0x11b)]();if(helper[_0x2a9e3b(0x1a0)](_0x1281c5[_0x2a9e3b(0x11d)][_0x2a9e3b(0x1be)]))this[_0x2a9e3b(0x1af)]=helper[_0x2a9e3b(0x194)](_0x1281c5['proxySettings']['proxyUrl']);else _0x1281c5['proxySettings'][_0x2a9e3b(0x1be)]&&(this[_0x2a9e3b(0x109)]=_0x1281c5['proxySettings'][_0x2a9e3b(0x1be)],logger['debug']('Proxy\x20set\x20to\x20'+this[_0x2a9e3b(0x109)]));globals['getGlobal'](_0x43d547[_0x2a9e3b(0x191)])&&(!_0x43d547[_0x2a9e3b(0x10a)](setExtension,this,_0x1281c5)&&globals['setGlobal'](_0x43d547[_0x2a9e3b(0x191)],![]));!helper[_0x2a9e3b(0x1ad)]()&&helper[_0x2a9e3b(0x184)](null,null,_0x1281c5['framework'],null,this,null);logger[_0x2a9e3b(0x156)](_0x43d547[_0x2a9e3b(0x15d)]);const _0x4d3562=super[_0x2a9e3b(0x15b)]();return _0x4d3562['session_'][_0x2a9e3b(0x140)](_0x1cb34f=>{const _0x47caec=_0x2a9e3b;try{const _0x3407a6=_0x1cb34f[_0x47caec(0x155)][_0x47caec(0x1c4)](_0x43d547[_0x47caec(0x1a5)]);_0x3407a6?(logger[_0x47caec(0x156)](_0x47caec(0x121)+_0x3407a6),hubAllocator[_0x47caec(0x152)](_0x3407a6),helper[_0x47caec(0x154)](_0x3407a6)):logger[_0x47caec(0x156)](_0x43d547[_0x47caec(0x1c0)]);}catch(_0x4ea1e5){logger[_0x47caec(0x156)](_0x47caec(0x11f)+_0x4ea1e5);}}),_0x4d3562[_0x2a9e3b(0x140)]&&_0x4d3562[_0x2a9e3b(0x140)](_0x5b30c6=>{const _0x44e0a6=_0x2a9e3b,_0x24aec7={'FVEcd':function(_0x2bdcf6,_0x4b7362){const _0xad15e8=a91_0x484d;return _0x43d547[_0xad15e8(0x19b)](_0x2bdcf6,_0x4b7362);}};helper[_0x44e0a6(0x16d)](_0x5b30c6,_0x1281c5),_0x43d547[_0x44e0a6(0x10a)](overrideExecute,_0x5b30c6,_0x1281c5),_0x5b30c6[_0x44e0a6(0x17b)]=async()=>{const _0x35d0a2=_0x44e0a6;return await _0x811d85[_0x35d0a2(0x171)](getAccessibilityResultsSummary,_0x5b30c6,global);},_0x5b30c6[_0x44e0a6(0x14d)]=async()=>{const _0x24746b=_0x44e0a6;return await _0x811d85[_0x24746b(0x171)](getAccessibilityResults,_0x5b30c6,global);},_0x5b30c6[_0x44e0a6(0x175)]=async()=>{const _0x3324c9=_0x44e0a6;return await _0x24aec7[_0x3324c9(0x104)](performScan,_0x5b30c6);};}),_0x4d3562[_0x2a9e3b(0x17b)]=async()=>{const _0x4014b0=_0x2a9e3b;return await _0x811d85[_0x4014b0(0x171)](getAccessibilityResultsSummary,_0x4d3562,global);},_0x4d3562[_0x2a9e3b(0x14d)]=async()=>{const _0xd6cc77=_0x2a9e3b;return await _0x43d547[_0xd6cc77(0x176)](getAccessibilityResults,_0x4d3562,global);},_0x4d3562['performScan']=async()=>{const _0x2ab9f9=_0x2a9e3b;return await _0x811d85[_0x2ab9f9(0x1bf)](performScan,_0x4d3562);},helper[_0x2a9e3b(0x16d)](_0x4d3562,_0x1281c5),_0x43d547[_0x2a9e3b(0x130)](overrideExecute,_0x4d3562,_0x1281c5),helper[_0x2a9e3b(0x151)](global[_0x2a9e3b(0x1c6)])&&(global[_0x2a9e3b(0x1c6)]=[]),global['__driversArray'][_0x2a9e3b(0x15c)](_0x4d3562),_0x4d3562;}}_0x1dd8f2['originalBuilder']=_0x1dd8f2[_0x28a586(0x1b0)],_0x1dd8f2[_0x28a586(0x1b0)]=_0xe3073e,_0xd40941[_0x28a586(0x158)]=_0x46435b;},modifyV2=(_0x4b0c3b,_0x5119fe=null,_0x26d1fd=![])=>{const _0x4cebf0=a91_0x122c0c,_0x3b14ae={'sHHWc':function(_0x4fef48,_0x3ff0b4){return _0x4fef48!==_0x3ff0b4;},'tHnQw':_0x4cebf0(0x10e),'UMZFq':function(_0x5616a8,_0x4af9d1){return _0x5616a8!==_0x4af9d1;},'LDwBX':function(_0x262b15,_0x46ff99){return _0x262b15+_0x46ff99;},'xbvdr':function(_0x3fb006,_0x225431){return _0x3fb006+_0x225431;},'xtuFi':_0x4cebf0(0x1b2),'HblBc':_0x4cebf0(0x161),'XgcMQ':'aiHeal_isAuthenticated','LcsNJ':_0x4cebf0(0x141),'QBTok':_0x4cebf0(0x1b9),'haink':_0x4cebf0(0x17a),'GRbOa':_0x4cebf0(0x190),'IIPMC':_0x4cebf0(0x114),'PfzdY':_0x4cebf0(0x159),'yArsD':_0x4cebf0(0x17f),'XKWUs':'safari.options','JlgBT':_0x4cebf0(0x102),'qXUBu':_0x4cebf0(0x1c1),'wjqUa':function(_0x4202b7,_0x597b41){return _0x4202b7===_0x597b41;},'zcdsF':'object','QfBmF':_0x4cebf0(0x19e),'ibOXK':function(_0x164eeb,_0x5011a9,_0x4f02af){return _0x164eeb(_0x5011a9,_0x4f02af);},'fTvqR':function(_0x207de2,_0x550504){return _0x207de2(_0x550504);},'erWFn':function(_0x400a6d,_0x193ae3,_0x4b5358){return _0x400a6d(_0x193ae3,_0x4b5358);},'CcvDY':function(_0x1b1c53,_0x486e43,_0x17b5bd){return _0x1b1c53(_0x486e43,_0x17b5bd);},'oyMDj':_0x4cebf0(0xfa),'xnVHL':_0x4cebf0(0x17e),'hUCyR':function(_0x6ef1ff,_0x57d331){return _0x6ef1ff(_0x57d331);},'dveYg':'2|4|1|0|3|5','WkZBZ':function(_0x260ef4){return _0x260ef4();},'BfJVM':function(_0x84eb22,_0x27a021){return _0x84eb22(_0x27a021);},'sTMGa':_0x4cebf0(0x19a),'zaksO':function(_0x2e7cb3,_0x2aa075,_0x2b57e2){return _0x2e7cb3(_0x2aa075,_0x2b57e2);},'HuxcN':_0x4cebf0(0x18e),'RAhAp':function(_0x168fe8,_0xb90b10){return _0x168fe8===_0xb90b10;},'hyvHb':'aiSdk_framework','bGobC':_0x4cebf0(0x153),'NcXDn':'aiSdk_bstackConfig','iLIxE':_0x4cebf0(0x188),'LGBiP':_0x4cebf0(0x145),'jaiSI':function(_0x45c5f5,_0x109287){return _0x45c5f5(_0x109287);},'zHAbE':function(_0x5d51f7,_0x5122c4){return _0x5d51f7!==_0x5122c4;},'dKHgx':'bstackAllyScanning','TTxfd':_0x4cebf0(0x162),'mhFSn':_0x4cebf0(0x124),'nIrNr':_0x4cebf0(0x197),'EppRB':function(_0x1d2d2f){return _0x1d2d2f();},'icTXh':_0x4cebf0(0x110),'SrbSi':_0x4cebf0(0x119),'lmIQF':'Modifying\x20webdriver\x20execute','eXWtJ':'Unable\x20to\x20find\x20executor\x20class\x20'},_0x3b54c6=helper['requireHttpClient']();let _0x3fe3d5;try{_0x3fe3d5=helper[_0x4cebf0(0x108)](),_0x3fe3d5[_0x4cebf0(0x178)]&&(_0x3fe3d5[_0x4cebf0(0x1b0)]=_0x3fe3d5['originalBuilder']);}catch(_0x332c9a){return;}if(helper['isBrowserstackInfra']()){const _0x539c86={};_0x539c86[_0x4cebf0(0x16a)]=_0x4b0c3b['browserStackLogLevel'],helper['setLogLevel'](_0x539c86,new Map(),new Map()),logger[_0x4cebf0(0x14f)](_0x3b14ae[_0x4cebf0(0x15f)]),logger[_0x4cebf0(0x156)](_0x3b14ae[_0x4cebf0(0x12a)]);}class _0x58f603 extends _0x3b54c6[_0x4cebf0(0x158)]{[_0x4cebf0(0x165)](_0x9a1f02){const _0x44b193=_0x4cebf0;if(_0x3b14ae['sHHWc'](_0x9a1f02[_0x44b193(0xf1)],_0x3b14ae[_0x44b193(0x16e)])&&_0x3b14ae[_0x44b193(0x134)](global[_0x44b193(0x1c2)],''))try{global['newHubUrl']=_0x3b14ae[_0x44b193(0x106)](_0x3b14ae['xbvdr'](_0x3b14ae[_0x44b193(0xf8)],global[_0x44b193(0x1c2)]),_0x3b14ae[_0x44b193(0xf6)]),this[_0x44b193(0x186)]=hubAllocator[_0x44b193(0x1b3)](global[_0x44b193(0x1c2)]),logger[_0x44b193(0x156)](_0x44b193(0x181)+global[_0x44b193(0x1c2)]),global[_0x44b193(0x1c2)]='';}catch(_0x2c38bb){logger[_0x44b193(0x127)](_0x2c38bb);}if(globals[_0x44b193(0x131)](_0x3b14ae[_0x44b193(0x10c)])&&globals['getGlobal'](_0x3b14ae[_0x44b193(0x1a7)])){const _0x3356fa=_0x9a1f02[_0x44b193(0xf1)][_0x44b193(0x187)]('/')[0x2];_0x3356fa&&commandRepository[_0x44b193(0x17d)](_0x3356fa,_0x9a1f02);}return super[_0x44b193(0x165)](_0x9a1f02);}}class _0x1b4240 extends _0x3fe3d5[_0x4cebf0(0x1b0)]{[_0x4cebf0(0x1b8)](){const _0x2c8613=_0x4cebf0;return this[_0x2c8613(0x1bb)]=helper[_0x2c8613(0x167)](_0x4b0c3b),logger[_0x2c8613(0x156)]('Hub\x20url\x20set\x20to\x20'+this[_0x2c8613(0x1bb)]),this;}[_0x4cebf0(0x13d)](_0x3eedc4){const _0x5173af=_0x4cebf0;let _0x4ca65b={};for(const _0x1cb8d0 in _0x3eedc4){switch(_0x1cb8d0){case _0x3b14ae[_0x5173af(0x147)]:case _0x3b14ae[_0x5173af(0x1bc)]:this['chromeOptions_']&&(_0x4ca65b=this[_0x5173af(0x144)]['get'](this['chromeOptions_'][_0x5173af(0x1ac)])||{},this['chromeOptions_'][_0x5173af(0x166)](this['chromeOptions_']['CAPABILITY_KEY'],helper[_0x5173af(0x1a2)](_0x4ca65b,_0x3eedc4[_0x1cb8d0])));break;case _0x3b14ae[_0x5173af(0xf3)]:case _0x3b14ae['IIPMC']:this[_0x5173af(0x1a9)]&&(_0x4ca65b=this['edgeOptions_']['get'](this[_0x5173af(0x1a9)][_0x5173af(0x1ac)])||{},this[_0x5173af(0x1a9)][_0x5173af(0x166)](this[_0x5173af(0x1a9)][_0x5173af(0x1ac)],helper['mergeDeep'](_0x4ca65b,_0x3eedc4[_0x1cb8d0])));break;case _0x3b14ae[_0x5173af(0x132)]:case _0x3b14ae['yArsD']:this[_0x5173af(0x172)]&&(_0x4ca65b=this[_0x5173af(0x172)]['get'](this[_0x5173af(0x172)]['CAPABILITY_KEY'])||{},this[_0x5173af(0x172)][_0x5173af(0x166)](this[_0x5173af(0x172)][_0x5173af(0x1ac)],helper[_0x5173af(0x1a2)](_0x4ca65b,_0x3eedc4[_0x1cb8d0])));break;case _0x3b14ae[_0x5173af(0x18a)]:this[_0x5173af(0x135)]&&(_0x4ca65b=this[_0x5173af(0x135)][_0x5173af(0x1c4)](this[_0x5173af(0x135)][_0x5173af(0x1ac)])||{},this[_0x5173af(0x135)][_0x5173af(0x166)](this['safariOptions_'][_0x5173af(0x1ac)],helper['mergeDeep'](_0x4ca65b,_0x3eedc4[_0x1cb8d0])));break;case _0x3b14ae[_0x5173af(0x1a1)]:case _0x3b14ae[_0x5173af(0x183)]:this[_0x5173af(0x163)]&&(_0x4ca65b=this[_0x5173af(0x163)][_0x5173af(0x1c4)](this[_0x5173af(0x163)][_0x5173af(0x1ac)])||{},this[_0x5173af(0x163)][_0x5173af(0x166)](this[_0x5173af(0x163)][_0x5173af(0x1ac)],helper['mergeDeep'](_0x4ca65b,_0x3eedc4[_0x1cb8d0])));break;}}}[_0x4cebf0(0x11b)](){const _0x1e4569=_0x4cebf0;return logger[_0x1e4569(0x156)](_0x3b14ae['QfBmF']),this[_0x1e4569(0x13d)](_0x4b0c3b['capability']),Object[_0x1e4569(0x11a)](_0x4b0c3b['capability'])[_0x1e4569(0xf2)](_0x7cb17f=>{const _0x20a7ab=_0x1e4569,_0x1968bc=this[_0x20a7ab(0x14e)]['get'](_0x7cb17f);_0x3b14ae['wjqUa'](typeof _0x1968bc,_0x3b14ae[_0x20a7ab(0x1b4)])?this[_0x20a7ab(0x14e)]['set'](_0x7cb17f,helper[_0x20a7ab(0x1a2)](_0x1968bc,_0x4b0c3b[_0x20a7ab(0x143)][_0x7cb17f])):this[_0x20a7ab(0x14e)][_0x20a7ab(0x166)](_0x7cb17f,_0x4b0c3b['capability'][_0x7cb17f]);}),this;}[_0x4cebf0(0x15b)](){const _0xc34cd5=_0x4cebf0,_0x1fb3a1={'wEITI':_0x3b14ae[_0xc34cd5(0x199)],'kDPUR':_0x3b14ae[_0xc34cd5(0x192)],'oiaSf':function(_0xa0d6c0,_0x111ba2,_0xed093f){const _0x3f9b57=_0xc34cd5;return _0x3b14ae[_0x3f9b57(0x148)](_0xa0d6c0,_0x111ba2,_0xed093f);},'unOIN':function(_0x259fd9,_0x278b3d){const _0x439d8c=_0xc34cd5;return _0x3b14ae[_0x439d8c(0x1b7)](_0x259fd9,_0x278b3d);}};if(helper[_0xc34cd5(0x1ad)]()){const _0x2788a5=_0x3b14ae[_0xc34cd5(0x149)][_0xc34cd5(0x187)]('|');let _0x4dab70=0x0;while(!![]){switch(_0x2788a5[_0x4dab70++]){case'0':if(helper[_0xc34cd5(0x1a0)](_0x4b0c3b[_0xc34cd5(0x11d)][_0xc34cd5(0x1be)]))this[_0xc34cd5(0x1af)]=helper['getHttpAgent'](_0x4b0c3b[_0xc34cd5(0x11d)]['proxyUrl']);else _0x4b0c3b[_0xc34cd5(0x11d)][_0xc34cd5(0x1be)]&&(this[_0xc34cd5(0x109)]=_0x4b0c3b[_0xc34cd5(0x11d)]['proxyUrl'],logger[_0xc34cd5(0x156)]('Proxy\x20set\x20to\x20'+this[_0xc34cd5(0x109)]));continue;case'1':this[_0xc34cd5(0x11b)]();continue;case'2':_0x3b14ae[_0xc34cd5(0x112)](isAccessibilityAutomationSession)&&_0x3b14ae['BfJVM'](setAccessibilityCapabilities,_0x4b0c3b);continue;case'3':globals[_0xc34cd5(0x131)](_0x3b14ae[_0xc34cd5(0x126)])&&(!_0x3b14ae[_0xc34cd5(0x19f)](setExtension,this,_0x4b0c3b)&&globals[_0xc34cd5(0x122)](_0x3b14ae[_0xc34cd5(0x126)],![]));continue;case'4':this[_0xc34cd5(0x1b8)]();continue;case'5':logger['debug'](_0x3b14ae[_0xc34cd5(0x189)]);continue;}break;}}else{helper[_0xc34cd5(0x184)](null,null,_0x4b0c3b[_0xc34cd5(0x1a8)],null,this,null),helper[_0xc34cd5(0x16f)]();_0x3b14ae[_0xc34cd5(0xf7)](globals[_0xc34cd5(0x131)](_0x3b14ae[_0xc34cd5(0x136)]),_0x3b14ae[_0xc34cd5(0x13e)])&&(commandRepository[_0xc34cd5(0x1bd)](_0x3b14ae[_0xc34cd5(0x13e)]),commandRepository[_0xc34cd5(0xfe)](globals[_0xc34cd5(0x131)](_0x3b14ae[_0xc34cd5(0x12d)])));if(this[_0xc34cd5(0x1bb)]['includes'](_0x3b14ae[_0xc34cd5(0x1ba)]))logger[_0xc34cd5(0x156)](_0x3b14ae[_0xc34cd5(0x103)]),globals[_0xc34cd5(0x122)](_0x3b14ae[_0xc34cd5(0x10c)],![]),globals[_0xc34cd5(0x122)](_0x3b14ae[_0xc34cd5(0x1a7)],![]);else globals[_0xc34cd5(0x131)](_0x3b14ae[_0xc34cd5(0x10c)])&&globals['getGlobal'](_0x3b14ae[_0xc34cd5(0x1a7)])&&aiSdkWrapper[_0xc34cd5(0x18f)](this);}const _0x56f860=super[_0xc34cd5(0x15b)]();return _0x56f860[_0xc34cd5(0x173)][_0xc34cd5(0x140)](_0x491c90=>{const _0x3a469d=_0xc34cd5;try{const _0x4c76c6=_0x491c90['caps_'][_0x3a469d(0x1c4)](_0x1fb3a1[_0x3a469d(0x18b)]);_0x4c76c6?(logger[_0x3a469d(0x156)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x4c76c6),hubAllocator[_0x3a469d(0x152)](_0x4c76c6),helper[_0x3a469d(0x154)](_0x4c76c6)):logger[_0x3a469d(0x156)](_0x1fb3a1[_0x3a469d(0xf4)]);}catch(_0x5a2f60){logger['debug'](_0x3a469d(0x11f)+_0x5a2f60);}}),_0x56f860['quitCount_']=0x0,_0x56f860['then']&&_0x56f860['then'](_0x8e44b5=>{const _0x5c3479=_0xc34cd5,_0x3cfa22={'LGQkF':function(_0x4bf20e,_0x5e87c9,_0xb99eea){const _0x460734=a91_0x484d;return _0x3b14ae[_0x460734(0x148)](_0x4bf20e,_0x5e87c9,_0xb99eea);},'BAJri':function(_0x1c4572,_0x2ec069,_0x3a6b1b){const _0x327577=a91_0x484d;return _0x3b14ae[_0x327577(0x148)](_0x1c4572,_0x2ec069,_0x3a6b1b);},'IiWke':function(_0x3b6ea4,_0x23285f){const _0xb539a0=a91_0x484d;return _0x3b14ae[_0xb539a0(0x142)](_0x3b6ea4,_0x23285f);}};helper[_0x5c3479(0x10d)](_0x8e44b5,_0x56f860),_0x26d1fd&&_0x3b14ae['fTvqR'](overrideTakeScreenshot,_0x8e44b5),helper[_0x5c3479(0x16d)](_0x8e44b5,_0x4b0c3b),_0x3b14ae[_0x5c3479(0x195)](overrideExecute,_0x8e44b5,_0x4b0c3b),_0x4b0c3b[_0x5c3479(0x143)]&&percyHelper[_0x5c3479(0x15e)](_0x8e44b5,_0x3fe3d5['WebElement'],_0x4b0c3b),_0x8e44b5[_0x5c3479(0x17b)]=async()=>{const _0x21950f=_0x5c3479;return await _0x3cfa22[_0x21950f(0x129)](getAccessibilityResultsSummary,_0x8e44b5,global);},_0x8e44b5[_0x5c3479(0x14d)]=async()=>{const _0x2051f0=_0x5c3479;return await _0x3cfa22[_0x2051f0(0x182)](getAccessibilityResults,_0x8e44b5,global);},_0x8e44b5[_0x5c3479(0x175)]=async()=>{const _0x1dcc6e=_0x5c3479;return await _0x3cfa22[_0x1dcc6e(0x1c3)](performScan,_0x8e44b5);};}),_0x56f860[_0xc34cd5(0x17b)]=async()=>{const _0x491039=_0xc34cd5;return await _0x3b14ae[_0x491039(0x139)](getAccessibilityResultsSummary,_0x56f860,global);},_0x56f860[_0xc34cd5(0x14d)]=async()=>{const _0xbd04e9=_0xc34cd5;return await _0x1fb3a1[_0xbd04e9(0x157)](getAccessibilityResults,_0x56f860,global);},_0x56f860[_0xc34cd5(0x175)]=async()=>{const _0x113524=_0xc34cd5;return await _0x1fb3a1[_0x113524(0x177)](performScan,_0x56f860);},_0x26d1fd&&_0x3b14ae[_0xc34cd5(0x125)](overrideTakeScreenshot,_0x56f860),helper[_0xc34cd5(0x10d)](_0x56f860),helper[_0xc34cd5(0x16d)](_0x56f860,_0x4b0c3b),_0x3b14ae[_0xc34cd5(0x148)](overrideExecute,_0x56f860,_0x4b0c3b),_0x4b0c3b[_0xc34cd5(0x143)]&&percyHelper[_0xc34cd5(0x15e)](_0x56f860,_0x3fe3d5[_0xc34cd5(0x113)],_0x4b0c3b),helper[_0xc34cd5(0x151)](global[_0xc34cd5(0x1c6)])&&(global[_0xc34cd5(0x1c6)]=[]),helper[_0xc34cd5(0x151)](global['__drivers'])&&(global[_0xc34cd5(0x13a)]=[]),global[_0xc34cd5(0x1c6)][_0xc34cd5(0x15c)](_0x56f860),global[_0xc34cd5(0x107)]=_0x56f860,_0x5119fe&&(_0x5119fe[_0xc34cd5(0x1b6)]['__driver']=_0x56f860),_0x3b14ae['zHAbE'](global[_0xc34cd5(0x13a)],undefined)&&global[_0xc34cd5(0x13a)][_0xc34cd5(0x15c)](_0x56f860),_0x5119fe&&helper[_0xc34cd5(0x151)](_0x5119fe[_0xc34cd5(0x1b6)]['__driversArray'])&&(_0x5119fe['global'][_0xc34cd5(0x1c6)]=[]),_0x5119fe&&_0x3b14ae['sHHWc'](_0x5119fe[_0xc34cd5(0x1b6)][_0xc34cd5(0x13a)],undefined)&&(_0x5119fe[_0xc34cd5(0x1b6)][_0xc34cd5(0x13a)][_0xc34cd5(0x15c)](_0x56f860),_0x5119fe[_0xc34cd5(0x1b6)][_0xc34cd5(0x1c6)]['push'](_0x56f860)),_0x56f860[_0xc34cd5(0x19a)]=globals['getGlobal'](_0x3b14ae['sTMGa']),globals['setGlobal'](_0x3b14ae[_0xc34cd5(0x126)],globals[_0xc34cd5(0x131)](_0x3b14ae[_0xc34cd5(0x126)])),_0x56f860;}}_0x5119fe&&(globals[_0x4cebf0(0x115)]=_0x5119fe['global']['browserStackGlobals']);if(_0x3b14ae[_0x4cebf0(0x193)](isAccessibilityAutomationSession))try{let _0x11ef4b=helper[_0x4cebf0(0x11c)](_0x3b14ae[_0x4cebf0(0x169)])[_0x4cebf0(0x1b1)];(!_0x11ef4b[_0x4cebf0(0x1c5)]||!_0x11ef4b[_0x4cebf0(0x1c5)]['execute'])&&(_0x11ef4b=helper[_0x4cebf0(0x11c)](_0x3b14ae[_0x4cebf0(0x19c)])[_0x4cebf0(0x120)]);if(_0x11ef4b[_0x4cebf0(0x1c5)]&&_0x11ef4b['prototype'][_0x4cebf0(0x19d)]){const _0x4ff4ad=_0x11ef4b[_0x4cebf0(0x1c5)][_0x4cebf0(0x19d)];logger[_0x4cebf0(0x156)](_0x3b14ae['lmIQF']),_0x11ef4b['prototype'][_0x4cebf0(0x19d)]=async function(){const _0xa60ab2=_0x4cebf0;try{!globals[_0xa60ab2(0x131)](_0x3b14ae[_0xa60ab2(0xff)])&&globals[_0xa60ab2(0x131)](_0x3b14ae['sTMGa'])&&globals[_0xa60ab2(0x131)](_0x3b14ae[_0xa60ab2(0x180)])&&scripts[_0xa60ab2(0x10b)](arguments[0x0]['name_'])&&!_0x3b14ae[_0xa60ab2(0x142)](isBrowserStackCommandExecutor,arguments[0x0][_0xa60ab2(0x117)])&&(globals[_0xa60ab2(0x122)](_0x3b14ae['dKHgx'],!![]),logger[_0xa60ab2(0x156)](_0xa60ab2(0x1a3)+arguments[0x0][_0xa60ab2(0x170)]),await _0x3b14ae['erWFn'](performScan,global[_0xa60ab2(0x107)],arguments[0x0][_0xa60ab2(0x170)]));}catch(_0x4b6d1e){logger['debug'](_0xa60ab2(0x174)+util['format'](_0x4b6d1e));}return globals['setGlobal'](_0x3b14ae[_0xa60ab2(0xff)],![]),_0x4ff4ad[_0xa60ab2(0x1c7)](this,arguments);};}}catch(_0x3938cd){logger['debug'](_0x3b14ae[_0x4cebf0(0x106)](_0x3b14ae[_0x4cebf0(0x18c)],_0x3938cd));}return _0x3fe3d5[_0x4cebf0(0x178)]=_0x3fe3d5[_0x4cebf0(0x1b0)],_0x3fe3d5[_0x4cebf0(0x1b0)]=_0x1b4240,_0x3b54c6['HttpClient']=_0x58f603,_0x3fe3d5;};module[a91_0x122c0c(0x13c)][a91_0x122c0c(0x196)]=modify,module[a91_0x122c0c(0x13c)][a91_0x122c0c(0x168)]=modifyV2,module[a91_0x122c0c(0x13c)][a91_0x122c0c(0xfb)]=percySDK,module[a91_0x122c0c(0x13c)][a91_0x122c0c(0xfd)]=BrowserStackSdk,module[a91_0x122c0c(0x13c)][a91_0x122c0c(0x14a)]=modifyPlaywrightConfig;