browserstack-node-sdk 1.34.9 → 1.34.11

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 (126) 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/patchHelpers.js +1 -1
  104. package/src/helpers/percy/Percy.js +1 -1
  105. package/src/helpers/percy/PercyBinary.js +1 -1
  106. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  107. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  108. package/src/helpers/percy/PercySDK.js +1 -1
  109. package/src/helpers/percy/index.js +1 -1
  110. package/src/helpers/percy/utils.js +1 -1
  111. package/src/helpers/performance-tester.js +1 -1
  112. package/src/helpers/request-spy.js +1 -1
  113. package/src/helpers/setKeepAlive.js +1 -1
  114. package/src/helpers/test-observability/constants.js +1 -1
  115. package/src/helpers/test-observability/error-handler.js +1 -1
  116. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  117. package/src/helpers/test-observability/sessionHandler.js +1 -1
  118. package/src/helpers/test-observability/utils.js +1 -1
  119. package/src/helpers/testhub/constants.js +1 -1
  120. package/src/helpers/testhub/testhubHandler.js +1 -1
  121. package/src/helpers/testhub/utils.js +1 -1
  122. package/src/helpers/timeoutPromise.js +1 -1
  123. package/src/helpers/utilities.js +1 -1
  124. package/src/helpers/w3cMapping.js +1 -1
  125. package/src/hubAllocationMethods.js +1 -1
  126. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a29_0x1c9b62=a29_0x9b94;(function(_0x40e407,_0x28296c){const _0x272a5b=a29_0x9b94,_0x513246=_0x40e407();while(!![]){try{const _0x2d5a8=-parseInt(_0x272a5b(0x148))/0x1*(-parseInt(_0x272a5b(0x14b))/0x2)+-parseInt(_0x272a5b(0x147))/0x3+parseInt(_0x272a5b(0x189))/0x4*(-parseInt(_0x272a5b(0x17c))/0x5)+parseInt(_0x272a5b(0x154))/0x6+parseInt(_0x272a5b(0x1a7))/0x7+parseInt(_0x272a5b(0x130))/0x8*(parseInt(_0x272a5b(0x15e))/0x9)+parseInt(_0x272a5b(0x18c))/0xa*(-parseInt(_0x272a5b(0x163))/0xb);if(_0x2d5a8===_0x28296c)break;else _0x513246['push'](_0x513246['shift']());}catch(_0x6b102a){_0x513246['push'](_0x513246['shift']());}}}(a29_0x51d4,0x7fa61));function a29_0x51d4(){const _0x43322a=['7779244PlhaDH','optimalHubUrl','vdSKM','__driver','setLogLevel','Hub\x20url\x20set\x20to\x20','QgMsh','set','1|4|5|3|0|2','MfXvd','debug','safari.options','Proxy\x20set\x20to\x20','options_','proxyUrl','overrideGet','isBrowserstackInfra','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','/wd/hub','caps_','aOjnJ','send','HttpClient','global','ORmws','55xPMmNM','xCPNe','info','getAccessibilityResultsSummary','build','ms:edgeOptions','isUndefined','__setBrowserOptions','bnDpD','chromeOptions_','then','0|2|4|3|5|1','proxySettings','39052CPcLrk','JgJpt','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','10zRJfle','__driversArray','originalBuilder','https://','browserstackAgentObservability','Builder','Modifying\x20webdriver\x20builder','UEyju','edgeOptions_','setServer','url_','VnSsD','mergeDeep','wEMRd','getRequestOptions','IkItU','push','ezusl','Xangb','getAccessibilityResults','zNFWV','proxy_','exports','gBzaf','bNEva','firefoxOptions_','jiaYK','953134yoVarA','/session','Mrrew','27152DdBzCa','get','split','capability','ymTlO','getHttpAgent','../accessibility-automation/helper','getHubUrl','logLevel','__drivers','storeOptimalHubUrl','../../../hubAllocationMethods','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','CAPABILITY_KEY','NFzRz','ITLZM','Setting\x20Browserstack\x20capabilities','Ewacn','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','getGlobal','capabilities_','aIMvg','requireSeleniumWebdriver','354477dPEhSA','735755xRagiI','npVDo','PKJzN','2WInvzP','setCapabilities','goog:chromeOptions','../../../helpers/globals','../../../bin/utils/constants','EYVmw','winstonLogger','ieOptions_','newHubUrl','2300652SrfbYt','tEihW','HDbVT','firefoxOptions','SHGiW','object','pnIpX','kdsAX','error','Mnxwc','531qfmxBf','safariOptions_','path','updateHubUrl','quitCount_'];a29_0x51d4=function(){return _0x43322a;};return a29_0x51d4();}function a29_0x9b94(_0x37bf99,_0x46b1ec){const _0x51d486=a29_0x51d4();return a29_0x9b94=function(_0x9b94cc,_0x304459){_0x9b94cc=_0x9b94cc-0x130;let _0x5128cd=_0x51d486[_0x9b94cc];return _0x5128cd;},a29_0x9b94(_0x37bf99,_0x46b1ec);}const logger=require('../../../helpers/logger')[a29_0x1c9b62(0x151)],helper=require('../../../helpers/helper'),constants=require(a29_0x1c9b62(0x14f)),hubAllocator=require(a29_0x1c9b62(0x13b)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require('../../../helpers/patchHelpers'),{setAccessibilityCapabilities,setExtension}=require(a29_0x1c9b62(0x136)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require('../../../helpers/accessibility-automation/helper'),globals=require(a29_0x1c9b62(0x14e)),modify=(_0x34bdc9,_0x3bdb31=null,_0x2837ab=![])=>{const _0x3ac733=a29_0x1c9b62,_0x240cf4={'Ewacn':function(_0x243302,_0x131f7e){return _0x243302!==_0x131f7e;},'SHGiW':_0x3ac733(0x1a8),'xCPNe':function(_0x5017ee,_0xac15d3){return _0x5017ee+_0xac15d3;},'aIMvg':_0x3ac733(0x18f),'UEyju':_0x3ac733(0x175),'tEihW':_0x3ac733(0x14d),'Bsled':'chromeOptions','QgMsh':_0x3ac733(0x181),'NFzRz':'edgeOptions','VnSsD':'moz:firefoxOptions','ORmws':_0x3ac733(0x157),'pnIpX':_0x3ac733(0x16e),'ezusl':'se:ieOptions','kdsAX':'ieOptions','ymTlO':function(_0x284886,_0x235608){return _0x284886===_0x235608;},'ITLZM':_0x3ac733(0x159),'bNEva':_0x3ac733(0x140),'kzRSB':_0x3ac733(0x164),'zNFWV':_0x3ac733(0x142),'aOjnJ':function(_0x2e969c,_0x54d119,_0x45ded0){return _0x2e969c(_0x54d119,_0x45ded0);},'vdSKM':function(_0x236d43,_0x4f6d3a,_0x5c5f50){return _0x236d43(_0x4f6d3a,_0x5c5f50);},'bnDpD':_0x3ac733(0x187),'EYVmw':function(_0x2726d3,_0xc58b68){return _0x2726d3(_0xc58b68);},'jiaYK':_0x3ac733(0x16b),'Mnxwc':'isAccessibilityPlatform','Mrrew':function(_0x44c1a0,_0x3e7d17,_0x5b106f){return _0x44c1a0(_0x3e7d17,_0x5b106f);},'gBzaf':function(_0x5ba6f9){return _0x5ba6f9();},'gUvuR':function(_0x412c1d,_0x2862f0){return _0x412c1d(_0x2862f0);},'PKJzN':_0x3ac733(0x13c),'IkItU':function(_0x2f93f8,_0x479345){return _0x2f93f8(_0x479345);},'wEMRd':function(_0x28aa86,_0x1fa262){return _0x28aa86!==_0x1fa262;},'Xangb':_0x3ac733(0x18b),'HDbVT':_0x3ac733(0x192)},_0x2606f6=helper['requireHttpClient']();let _0x394ed2;try{_0x394ed2=helper[_0x3ac733(0x146)](),_0x394ed2['originalBuilder']&&(_0x394ed2[_0x3ac733(0x191)]=_0x394ed2[_0x3ac733(0x18e)]);}catch(_0x49a4bc){return;}if(helper['isBrowserstackInfra']()){const _0x2ec27e={};_0x2ec27e[_0x3ac733(0x138)]=_0x34bdc9['browserStackLogLevel'],helper[_0x3ac733(0x167)](_0x2ec27e,new Map(),new Map()),logger[_0x3ac733(0x17e)](_0x240cf4[_0x3ac733(0x19e)]),logger[_0x3ac733(0x16d)](_0x240cf4[_0x3ac733(0x156)]);}class _0x28e599 extends _0x2606f6[_0x3ac733(0x179)]{[_0x3ac733(0x178)](_0xecdabd){const _0x225d95=_0x3ac733;if(_0x240cf4[_0x225d95(0x141)](_0xecdabd[_0x225d95(0x160)],_0x240cf4[_0x225d95(0x158)])&&_0x240cf4[_0x225d95(0x141)](global[_0x225d95(0x153)],''))try{global['newHubUrl']=_0x240cf4[_0x225d95(0x17d)](_0x240cf4[_0x225d95(0x17d)](_0x240cf4[_0x225d95(0x145)],global['newHubUrl']),_0x240cf4[_0x225d95(0x193)]),this[_0x225d95(0x170)]=hubAllocator[_0x225d95(0x19a)](global[_0x225d95(0x153)]),logger['debug']('New\x20hub\x20url\x20set\x20to\x20'+global['newHubUrl']),global['newHubUrl']='';}catch(_0x4e93b5){logger[_0x225d95(0x15c)](_0x4e93b5);}return super[_0x225d95(0x178)](_0xecdabd);}}class _0x2bc71a extends _0x394ed2['Builder']{['setServer'](){const _0xe502d1=_0x3ac733;return this[_0xe502d1(0x196)]=helper[_0xe502d1(0x137)](_0x34bdc9),logger['debug'](_0xe502d1(0x168)+this[_0xe502d1(0x196)]),this;}[_0x3ac733(0x183)](_0x2ccda1){const _0x49b44f=_0x3ac733;let _0x53249f={};for(const _0x38b1fc in _0x2ccda1){switch(_0x38b1fc){case _0x240cf4[_0x49b44f(0x155)]:case _0x240cf4['Bsled']:this[_0x49b44f(0x185)]&&(_0x53249f=this[_0x49b44f(0x185)][_0x49b44f(0x131)](this[_0x49b44f(0x185)]['CAPABILITY_KEY'])||{},this[_0x49b44f(0x185)][_0x49b44f(0x16a)](this[_0x49b44f(0x185)]['CAPABILITY_KEY'],helper[_0x49b44f(0x198)](_0x53249f,_0x2ccda1[_0x38b1fc])));break;case _0x240cf4[_0x49b44f(0x169)]:case _0x240cf4[_0x49b44f(0x13e)]:this[_0x49b44f(0x194)]&&(_0x53249f=this[_0x49b44f(0x194)]['get'](this[_0x49b44f(0x194)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0x49b44f(0x16a)](this[_0x49b44f(0x194)]['CAPABILITY_KEY'],helper[_0x49b44f(0x198)](_0x53249f,_0x2ccda1[_0x38b1fc])));break;case _0x240cf4[_0x49b44f(0x197)]:case _0x240cf4[_0x49b44f(0x17b)]:this[_0x49b44f(0x1a5)]&&(_0x53249f=this['firefoxOptions_'][_0x49b44f(0x131)](this[_0x49b44f(0x1a5)][_0x49b44f(0x13d)])||{},this[_0x49b44f(0x1a5)]['set'](this['firefoxOptions_'][_0x49b44f(0x13d)],helper[_0x49b44f(0x198)](_0x53249f,_0x2ccda1[_0x38b1fc])));break;case _0x240cf4[_0x49b44f(0x15a)]:this[_0x49b44f(0x15f)]&&(_0x53249f=this['safariOptions_'][_0x49b44f(0x131)](this[_0x49b44f(0x15f)]['CAPABILITY_KEY'])||{},this[_0x49b44f(0x15f)][_0x49b44f(0x16a)](this['safariOptions_']['CAPABILITY_KEY'],helper[_0x49b44f(0x198)](_0x53249f,_0x2ccda1[_0x38b1fc])));break;case _0x240cf4[_0x49b44f(0x19d)]:case _0x240cf4[_0x49b44f(0x15b)]:this[_0x49b44f(0x152)]&&(_0x53249f=this[_0x49b44f(0x152)]['get'](this[_0x49b44f(0x152)][_0x49b44f(0x13d)])||{},this['ieOptions_'][_0x49b44f(0x16a)](this[_0x49b44f(0x152)][_0x49b44f(0x13d)],helper['mergeDeep'](_0x53249f,_0x2ccda1[_0x38b1fc])));break;}}}[_0x3ac733(0x14c)](){const _0x50388e=_0x3ac733,_0xc52b1d={'Otpwv':function(_0x6219d4,_0x3d17fa){const _0x18bceb=a29_0x9b94;return _0x240cf4[_0x18bceb(0x134)](_0x6219d4,_0x3d17fa);},'MfXvd':_0x240cf4[_0x50388e(0x13f)]};return logger[_0x50388e(0x16d)](_0x240cf4[_0x50388e(0x1a4)]),this[_0x50388e(0x183)](_0x34bdc9[_0x50388e(0x133)]),Object['keys'](_0x34bdc9[_0x50388e(0x133)])['forEach'](_0x5c27b8=>{const _0x36a0f5=_0x50388e,_0x16387f=this[_0x36a0f5(0x144)][_0x36a0f5(0x131)](_0x5c27b8);_0xc52b1d['Otpwv'](typeof _0x16387f,_0xc52b1d[_0x36a0f5(0x16c)])?this[_0x36a0f5(0x144)]['set'](_0x5c27b8,helper[_0x36a0f5(0x198)](_0x16387f,_0x34bdc9[_0x36a0f5(0x133)][_0x5c27b8])):this[_0x36a0f5(0x144)]['set'](_0x5c27b8,_0x34bdc9[_0x36a0f5(0x133)][_0x5c27b8]);}),this;}[_0x3ac733(0x180)](){const _0x57fa8b=_0x3ac733,_0x4d31a9={'Kfefx':function(_0x123294,_0x38e76c,_0x598e72){const _0x180b89=a29_0x9b94;return _0x240cf4[_0x180b89(0x165)](_0x123294,_0x38e76c,_0x598e72);},'npVDo':function(_0x46a519,_0x124c3a,_0x2e3082){return _0x240cf4['aOjnJ'](_0x46a519,_0x124c3a,_0x2e3082);},'DvhKt':_0x240cf4[_0x57fa8b(0x184)],'JgJpt':function(_0x4f0301,_0xe2c97e){const _0x57edad=_0x57fa8b;return _0x240cf4[_0x57edad(0x150)](_0x4f0301,_0xe2c97e);}};if(helper[_0x57fa8b(0x173)]()){const _0x334c96=_0x240cf4[_0x57fa8b(0x1a6)]['split']('|');let _0x156bd8=0x0;while(!![]){switch(_0x334c96[_0x156bd8++]){case'0':globals[_0x57fa8b(0x143)](_0x240cf4[_0x57fa8b(0x15d)])&&(!_0x240cf4[_0x57fa8b(0x1a9)](setExtension,this,_0x34bdc9)&&globals['setGlobal'](_0x240cf4[_0x57fa8b(0x15d)],![]));continue;case'1':_0x240cf4[_0x57fa8b(0x1a3)](isAccessibilityAutomationSession)&&_0x240cf4['gUvuR'](setAccessibilityCapabilities,_0x34bdc9);continue;case'2':logger[_0x57fa8b(0x16d)](_0x240cf4[_0x57fa8b(0x14a)]);continue;case'3':if(helper['isPacProxy'](_0x34bdc9['proxySettings'][_0x57fa8b(0x171)]))this['agent_']=helper[_0x57fa8b(0x135)](_0x34bdc9[_0x57fa8b(0x188)][_0x57fa8b(0x171)]);else _0x34bdc9[_0x57fa8b(0x188)][_0x57fa8b(0x171)]&&(this[_0x57fa8b(0x1a1)]=_0x34bdc9[_0x57fa8b(0x188)]['proxyUrl'],logger['debug'](_0x57fa8b(0x16f)+this[_0x57fa8b(0x1a1)]));continue;case'4':this[_0x57fa8b(0x195)]();continue;case'5':this[_0x57fa8b(0x14c)]();continue;}break;}}const _0x378557=super['build']();return _0x378557['session_'][_0x57fa8b(0x186)](_0x57151f=>{const _0x17595d=_0x57fa8b;try{const _0x310ca4=_0x57151f[_0x17595d(0x176)]['get'](_0x240cf4['kzRSB']);_0x310ca4?(logger['debug'](_0x17595d(0x174)+_0x310ca4),hubAllocator[_0x17595d(0x161)](_0x310ca4),helper[_0x17595d(0x13a)](_0x310ca4)):logger[_0x17595d(0x16d)](_0x240cf4[_0x17595d(0x1a0)]);}catch(_0x3faa1e){logger[_0x17595d(0x16d)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x3faa1e);}}),_0x378557[_0x57fa8b(0x162)]=0x0,_0x378557[_0x57fa8b(0x186)]&&_0x378557['then'](_0x3e27c9=>{const _0x38bd8f=_0x57fa8b,_0x1de58e=_0x4d31a9['DvhKt'][_0x38bd8f(0x132)]('|');let _0x381897=0x0;while(!![]){switch(_0x1de58e[_0x381897++]){case'0':_0x4d31a9[_0x38bd8f(0x149)](overrideQuit,_0x3e27c9,_0x378557);continue;case'1':_0x3e27c9[_0x38bd8f(0x19f)]=async()=>{const _0xa90704=_0x38bd8f;return await _0x4d31a9[_0xa90704(0x149)](getAccessibilityResults,_0x3e27c9,global);};continue;case'2':_0x4d31a9[_0x38bd8f(0x18a)](overrideTakeScreenshot,_0x3e27c9);continue;case'3':helper['overrideExecute'](_0x3e27c9,_0x34bdc9);continue;case'4':helper[_0x38bd8f(0x172)](_0x3e27c9,_0x34bdc9);continue;case'5':_0x3e27c9[_0x38bd8f(0x17f)]=async()=>{return await _0x4d31a9['Kfefx'](getAccessibilityResultsSummary,_0x3e27c9,global);};continue;}break;}}),_0x378557['getAccessibilityResultsSummary']=async()=>{const _0x5a686c=_0x57fa8b;return await _0x240cf4[_0x5a686c(0x177)](getAccessibilityResultsSummary,_0x378557,global);},_0x378557[_0x57fa8b(0x19f)]=async()=>{return await _0x4d31a9['npVDo'](getAccessibilityResults,_0x378557,global);},_0x240cf4[_0x57fa8b(0x19b)](overrideTakeScreenshot,_0x378557),_0x240cf4[_0x57fa8b(0x19b)](overrideQuit,_0x378557),helper[_0x57fa8b(0x172)](_0x378557,_0x34bdc9),helper['overrideExecute'](_0x378557,_0x34bdc9),helper['isUndefined'](global[_0x57fa8b(0x18d)])&&(global[_0x57fa8b(0x18d)]=[]),helper[_0x57fa8b(0x182)](global[_0x57fa8b(0x139)])&&(global[_0x57fa8b(0x139)]=[]),global[_0x57fa8b(0x18d)]['push'](_0x378557),global[_0x57fa8b(0x166)]=_0x378557,_0x240cf4[_0x57fa8b(0x141)](global[_0x57fa8b(0x139)],undefined)&&global[_0x57fa8b(0x139)][_0x57fa8b(0x19c)](_0x378557),_0x3bdb31&&helper['isUndefined'](_0x3bdb31[_0x57fa8b(0x17a)][_0x57fa8b(0x18d)])&&(_0x3bdb31[_0x57fa8b(0x17a)][_0x57fa8b(0x18d)]=[]),_0x3bdb31&&_0x240cf4[_0x57fa8b(0x199)](_0x3bdb31['global']['__drivers'],undefined)&&(_0x3bdb31[_0x57fa8b(0x17a)][_0x57fa8b(0x139)][_0x57fa8b(0x19c)](_0x378557),_0x3bdb31[_0x57fa8b(0x17a)][_0x57fa8b(0x18d)]['push'](_0x378557)),_0x378557;}}return _0x394ed2[_0x3ac733(0x18e)]=_0x394ed2[_0x3ac733(0x191)],_0x394ed2[_0x3ac733(0x191)]=_0x2bc71a,_0x2606f6['HttpClient']=_0x28e599,_0x394ed2;};module[a29_0x1c9b62(0x1a2)][a29_0x1c9b62(0x190)]=modify;
1
+ function a29_0x18c7(_0x1c9c04,_0x5f4858){const _0x4f73c1=a29_0x4f73();return a29_0x18c7=function(_0x18c760,_0x21fe57){_0x18c760=_0x18c760-0x84;let _0x540905=_0x4f73c1[_0x18c760];return _0x540905;},a29_0x18c7(_0x1c9c04,_0x5f4858);}function a29_0x4f73(){const _0x1bb1bc=['QckQy','capability','MlDbd','Xowik','../../../bin/utils/constants','ieOptions_','overrideGet','then','mergeDeep','firefoxOptions_','options_','isPacProxy','../../../helpers/globals','proxy_','Builder','session_','../../../helpers/patchHelpers','proxySettings','proxyUrl','ZfBGL','7aWDsAs','__driver','originalBuilder','../../../helpers/helper','Xwyua','sbiJg','1043716EsXbvy','ieOptions','259967wEEiBz','push','QZTCO','vXlqK','2242784UACfUe','send','keys','setCapabilities','Xibbk','rIURy','18996NQsppA','firefoxOptions','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','logLevel','FeoxO','updateHubUrl','build','url_','nApsR','EUFhV','setServer','caps_','getAccessibilityResultsSummary','../../../hubAllocationMethods','chromeOptions','HttpClient','/wd/hub','goog:chromeOptions','SfKpY','optimalHubUrl','getHttpAgent','get','__driversArray','moz:firefoxOptions','YFkOZ','mfTri','overrideExecute','Modifying\x20webdriver\x20builder','1241760VFBQvW','path','__setBrowserOptions','RlzVS','getGlobal','/session','split','edgeOptions_','296992jLdzdK','RNxkx','exports','NIXoo','object','Proxy\x20set\x20to\x20','LGobi','capabilities_','1|0|2|5|3|4','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','requireHttpClient','gaKuA','https://','CAPABILITY_KEY','agent_','debug','newHubUrl','tbeDW','getRequestOptions','browserstackAgentObservability','se:ieOptions','chromeOptions_','storeOptimalHubUrl','867618IwgRAx','Hub\x20url\x20set\x20to\x20','__drivers','LEXvJ','../../../helpers/accessibility-automation/helper','isBrowserstackInfra','BXNmL','error','set','isAccessibilityPlatform','zZCpO','YgWpk','wwmDU','../../../helpers/logger','20IDwzRZ','global','dwNEO','browserStackLogLevel','mveFL','ueRPR','POxCa','setGlobal','safariOptions_'];a29_0x4f73=function(){return _0x1bb1bc;};return a29_0x4f73();}const a29_0x2541c8=a29_0x18c7;(function(_0x599596,_0x5396ee){const _0x18357f=a29_0x18c7,_0x29837e=_0x599596();while(!![]){try{const _0x4d4da6=-parseInt(_0x18357f(0xc4))/0x1+-parseInt(_0x18357f(0xc2))/0x2+parseInt(_0x18357f(0xea))/0x3+parseInt(_0x18357f(0xc8))/0x4+parseInt(_0x18357f(0x9f))/0x5*(parseInt(_0x18357f(0xce))/0x6)+-parseInt(_0x18357f(0xbc))/0x7*(-parseInt(_0x18357f(0xf2))/0x8)+parseInt(_0x18357f(0x91))/0x9;if(_0x4d4da6===_0x5396ee)break;else _0x29837e['push'](_0x29837e['shift']());}catch(_0x2e41b0){_0x29837e['push'](_0x29837e['shift']());}}}(a29_0x4f73,0x52c25));const logger=require(a29_0x2541c8(0x9e))['winstonLogger'],helper=require(a29_0x2541c8(0xbf)),constants=require(a29_0x2541c8(0xac)),hubAllocator=require(a29_0x2541c8(0xdb)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a29_0x2541c8(0xb8)),{setAccessibilityCapabilities,setExtension}=require('../accessibility-automation/helper'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a29_0x2541c8(0x95)),globals=require(a29_0x2541c8(0xb4)),modify=(_0x31a25d,_0x12a3f8=null,_0x437afa=![])=>{const _0x50cda8=a29_0x2541c8,_0x719a46={'ZfBGL':function(_0x459a0e,_0x16db8e){return _0x459a0e!==_0x16db8e;},'nApsR':_0x50cda8(0xef),'YgWpk':function(_0x5eb0cd,_0x3634a0){return _0x5eb0cd+_0x3634a0;},'mfTri':function(_0x349c47,_0x53d07a){return _0x349c47+_0x53d07a;},'sbiJg':_0x50cda8(0x86),'LEXvJ':_0x50cda8(0xde),'dwNEO':_0x50cda8(0xdf),'ouDRc':_0x50cda8(0xdc),'ueRPR':'ms:edgeOptions','mveFL':'edgeOptions','rIURy':_0x50cda8(0xe5),'wwmDU':_0x50cda8(0xcf),'vXlqK':'safari.options','Xibbk':_0x50cda8(0x8e),'RlzVS':_0x50cda8(0xc3),'SfKpY':function(_0x19c83f,_0x4928dd){return _0x19c83f===_0x4928dd;},'NIXoo':_0x50cda8(0xf6),'QZTCO':'Setting\x20Browserstack\x20capabilities','MlDbd':_0x50cda8(0xe1),'LGobi':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','RNxkx':function(_0x65eaf6,_0x5647c2,_0xb17702){return _0x65eaf6(_0x5647c2,_0xb17702);},'Xwyua':function(_0x449809,_0x2e5d67){return _0x449809(_0x2e5d67);},'FNvHw':_0x50cda8(0xfa),'MKVps':function(_0x36077e){return _0x36077e();},'YFkOZ':_0x50cda8(0x9a),'FeoxO':function(_0x3fe50a,_0x43020e,_0x4d4435){return _0x3fe50a(_0x43020e,_0x4d4435);},'ifakB':_0x50cda8(0xfb),'gaKuA':function(_0x329129,_0x44126f){return _0x329129(_0x44126f);},'zknPH':function(_0x2cfed5,_0x24a201){return _0x2cfed5!==_0x24a201;},'EUFhV':function(_0x52e289,_0x35b4be){return _0x52e289!==_0x35b4be;},'POxCa':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','QckQy':_0x50cda8(0xe9)},_0x2049e3=helper[_0x50cda8(0x84)]();let _0xfc3617;try{_0xfc3617=helper['requireSeleniumWebdriver'](),_0xfc3617[_0x50cda8(0xbe)]&&(_0xfc3617[_0x50cda8(0xb6)]=_0xfc3617[_0x50cda8(0xbe)]);}catch(_0x53e1d5){return;}if(helper[_0x50cda8(0x96)]()){const _0xb66cd2={};_0xb66cd2[_0x50cda8(0xd1)]=_0x31a25d[_0x50cda8(0xa2)],helper['setLogLevel'](_0xb66cd2,new Map(),new Map()),logger['info'](_0x719a46[_0x50cda8(0xa5)]),logger[_0x50cda8(0x89)](_0x719a46[_0x50cda8(0xa8)]);}class _0x7140bf extends _0x2049e3[_0x50cda8(0xdd)]{[_0x50cda8(0xc9)](_0x2e193d){const _0x5bf0ce=_0x50cda8;if(_0x719a46['ZfBGL'](_0x2e193d[_0x5bf0ce(0xeb)],_0x719a46[_0x5bf0ce(0xd6)])&&_0x719a46[_0x5bf0ce(0xbb)](global[_0x5bf0ce(0x8a)],''))try{global[_0x5bf0ce(0x8a)]=_0x719a46[_0x5bf0ce(0x9c)](_0x719a46[_0x5bf0ce(0xe7)](_0x719a46[_0x5bf0ce(0xc1)],global[_0x5bf0ce(0x8a)]),_0x719a46[_0x5bf0ce(0x94)]),this[_0x5bf0ce(0xb2)]=hubAllocator[_0x5bf0ce(0x8c)](global['newHubUrl']),logger[_0x5bf0ce(0x89)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x5bf0ce(0x8a)]),global[_0x5bf0ce(0x8a)]='';}catch(_0x375603){logger[_0x5bf0ce(0x98)](_0x375603);}return super['send'](_0x2e193d);}}class _0x2327ef extends _0xfc3617[_0x50cda8(0xb6)]{[_0x50cda8(0xd8)](){const _0x16cb3e=_0x50cda8;return this[_0x16cb3e(0xd5)]=helper['getHubUrl'](_0x31a25d),logger[_0x16cb3e(0x89)](_0x16cb3e(0x92)+this['url_']),this;}[_0x50cda8(0xec)](_0x317a60){const _0x35a184=_0x50cda8;let _0x1dc8f2={};for(const _0x3a860d in _0x317a60){switch(_0x3a860d){case _0x719a46[_0x35a184(0xa1)]:case _0x719a46['ouDRc']:this[_0x35a184(0x8f)]&&(_0x1dc8f2=this[_0x35a184(0x8f)]['get'](this[_0x35a184(0x8f)][_0x35a184(0x87)])||{},this[_0x35a184(0x8f)][_0x35a184(0x99)](this[_0x35a184(0x8f)][_0x35a184(0x87)],helper[_0x35a184(0xb0)](_0x1dc8f2,_0x317a60[_0x3a860d])));break;case _0x719a46[_0x35a184(0xa4)]:case _0x719a46[_0x35a184(0xa3)]:this[_0x35a184(0xf1)]&&(_0x1dc8f2=this[_0x35a184(0xf1)]['get'](this[_0x35a184(0xf1)][_0x35a184(0x87)])||{},this[_0x35a184(0xf1)]['set'](this[_0x35a184(0xf1)][_0x35a184(0x87)],helper[_0x35a184(0xb0)](_0x1dc8f2,_0x317a60[_0x3a860d])));break;case _0x719a46[_0x35a184(0xcd)]:case _0x719a46[_0x35a184(0x9d)]:this[_0x35a184(0xb1)]&&(_0x1dc8f2=this[_0x35a184(0xb1)][_0x35a184(0xe3)](this[_0x35a184(0xb1)][_0x35a184(0x87)])||{},this[_0x35a184(0xb1)][_0x35a184(0x99)](this['firefoxOptions_']['CAPABILITY_KEY'],helper[_0x35a184(0xb0)](_0x1dc8f2,_0x317a60[_0x3a860d])));break;case _0x719a46[_0x35a184(0xc7)]:this[_0x35a184(0xa7)]&&(_0x1dc8f2=this['safariOptions_'][_0x35a184(0xe3)](this[_0x35a184(0xa7)][_0x35a184(0x87)])||{},this['safariOptions_'][_0x35a184(0x99)](this[_0x35a184(0xa7)][_0x35a184(0x87)],helper['mergeDeep'](_0x1dc8f2,_0x317a60[_0x3a860d])));break;case _0x719a46[_0x35a184(0xcc)]:case _0x719a46[_0x35a184(0xed)]:this[_0x35a184(0xad)]&&(_0x1dc8f2=this[_0x35a184(0xad)][_0x35a184(0xe3)](this['ieOptions_'][_0x35a184(0x87)])||{},this[_0x35a184(0xad)][_0x35a184(0x99)](this[_0x35a184(0xad)]['CAPABILITY_KEY'],helper[_0x35a184(0xb0)](_0x1dc8f2,_0x317a60[_0x3a860d])));break;}}}[_0x50cda8(0xcb)](){const _0x50c841=_0x50cda8;return logger[_0x50c841(0x89)](_0x719a46[_0x50c841(0xc6)]),this['__setBrowserOptions'](_0x31a25d[_0x50c841(0xa9)]),Object[_0x50c841(0xca)](_0x31a25d[_0x50c841(0xa9)])['forEach'](_0x461744=>{const _0x148e0b=_0x50c841,_0x1642c3=this[_0x148e0b(0xf9)]['get'](_0x461744);_0x719a46[_0x148e0b(0xe0)](typeof _0x1642c3,_0x719a46[_0x148e0b(0xf5)])?this[_0x148e0b(0xf9)][_0x148e0b(0x99)](_0x461744,helper[_0x148e0b(0xb0)](_0x1642c3,_0x31a25d[_0x148e0b(0xa9)][_0x461744])):this[_0x148e0b(0xf9)][_0x148e0b(0x99)](_0x461744,_0x31a25d[_0x148e0b(0xa9)][_0x461744]);}),this;}['build'](){const _0x4544e7=_0x50cda8,_0x2a65c9={'BXNmL':function(_0x3eb510,_0x3174c5,_0x448515){const _0x5d8805=a29_0x18c7;return _0x719a46[_0x5d8805(0xf3)](_0x3eb510,_0x3174c5,_0x448515);},'zZCpO':function(_0x55109f,_0x3b15c9,_0x2c9aee){const _0x49c023=a29_0x18c7;return _0x719a46[_0x49c023(0xf3)](_0x55109f,_0x3b15c9,_0x2c9aee);},'tbeDW':function(_0x261d9d,_0x26151){const _0x453ba0=a29_0x18c7;return _0x719a46[_0x453ba0(0xc0)](_0x261d9d,_0x26151);}};if(helper[_0x4544e7(0x96)]()){const _0x2e0e6f=_0x719a46['FNvHw'][_0x4544e7(0xf0)]('|');let _0x3641a4=0x0;while(!![]){switch(_0x2e0e6f[_0x3641a4++]){case'0':this['setServer']();continue;case'1':_0x719a46['MKVps'](isAccessibilityAutomationSession)&&_0x719a46[_0x4544e7(0xc0)](setAccessibilityCapabilities,_0x31a25d);continue;case'2':this[_0x4544e7(0xcb)]();continue;case'3':globals[_0x4544e7(0xee)](_0x719a46['YFkOZ'])&&(!_0x719a46[_0x4544e7(0xd2)](setExtension,this,_0x31a25d)&&globals[_0x4544e7(0xa6)](_0x719a46[_0x4544e7(0xe6)],![]));continue;case'4':logger[_0x4544e7(0x89)](_0x719a46['ifakB']);continue;case'5':if(helper[_0x4544e7(0xb3)](_0x31a25d[_0x4544e7(0xb9)]['proxyUrl']))this[_0x4544e7(0x88)]=helper[_0x4544e7(0xe2)](_0x31a25d[_0x4544e7(0xb9)][_0x4544e7(0xba)]);else _0x31a25d['proxySettings'][_0x4544e7(0xba)]&&(this[_0x4544e7(0xb5)]=_0x31a25d[_0x4544e7(0xb9)][_0x4544e7(0xba)],logger[_0x4544e7(0x89)](_0x4544e7(0xf7)+this['proxy_']));continue;}break;}}const _0x436daf=super[_0x4544e7(0xd4)]();return _0x436daf[_0x4544e7(0xb7)][_0x4544e7(0xaf)](_0x429b27=>{const _0x40087a=_0x4544e7;try{const _0x191421=_0x429b27[_0x40087a(0xd9)][_0x40087a(0xe3)](_0x719a46[_0x40087a(0xaa)]);_0x191421?(logger[_0x40087a(0x89)](_0x40087a(0xd0)+_0x191421),hubAllocator[_0x40087a(0xd3)](_0x191421),helper[_0x40087a(0x90)](_0x191421)):logger['debug'](_0x719a46[_0x40087a(0xf8)]);}catch(_0x1faa2a){logger[_0x40087a(0x89)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x1faa2a);}}),_0x436daf['quitCount_']=0x0,_0x436daf[_0x4544e7(0xaf)]&&_0x436daf[_0x4544e7(0xaf)](_0x1c07a9=>{const _0x557460=_0x4544e7,_0x3e890a={'Xowik':function(_0x1773d9,_0xc0e0af,_0x1944a5){const _0x99021d=a29_0x18c7;return _0x2a65c9[_0x99021d(0x97)](_0x1773d9,_0xc0e0af,_0x1944a5);}};_0x2a65c9[_0x557460(0x9b)](overrideQuit,_0x1c07a9,_0x436daf),_0x2a65c9[_0x557460(0x8b)](overrideTakeScreenshot,_0x1c07a9),helper[_0x557460(0xae)](_0x1c07a9,_0x31a25d),helper[_0x557460(0xe8)](_0x1c07a9,_0x31a25d),_0x1c07a9['getAccessibilityResultsSummary']=async()=>{const _0xe4487b=_0x557460;return await _0x3e890a[_0xe4487b(0xab)](getAccessibilityResultsSummary,_0x1c07a9,global);},_0x1c07a9['getAccessibilityResults']=async()=>{const _0x4ddd32=_0x557460;return await _0x3e890a[_0x4ddd32(0xab)](getAccessibilityResults,_0x1c07a9,global);};}),_0x436daf[_0x4544e7(0xda)]=async()=>{const _0x3d6601=_0x4544e7;return await _0x2a65c9[_0x3d6601(0x97)](getAccessibilityResultsSummary,_0x436daf,global);},_0x436daf['getAccessibilityResults']=async()=>{const _0x313444=_0x4544e7;return await _0x2a65c9[_0x313444(0x9b)](getAccessibilityResults,_0x436daf,global);},_0x719a46[_0x4544e7(0xc0)](overrideTakeScreenshot,_0x436daf),_0x719a46[_0x4544e7(0x85)](overrideQuit,_0x436daf),helper['overrideGet'](_0x436daf,_0x31a25d),helper[_0x4544e7(0xe8)](_0x436daf,_0x31a25d),helper['isUndefined'](global[_0x4544e7(0xe4)])&&(global[_0x4544e7(0xe4)]=[]),helper['isUndefined'](global[_0x4544e7(0x93)])&&(global[_0x4544e7(0x93)]=[]),global[_0x4544e7(0xe4)][_0x4544e7(0xc5)](_0x436daf),global[_0x4544e7(0xbd)]=_0x436daf,_0x719a46['zknPH'](global['__drivers'],undefined)&&global['__drivers'][_0x4544e7(0xc5)](_0x436daf),_0x12a3f8&&helper['isUndefined'](_0x12a3f8['global']['__driversArray'])&&(_0x12a3f8[_0x4544e7(0xa0)][_0x4544e7(0xe4)]=[]),_0x12a3f8&&_0x719a46[_0x4544e7(0xd7)](_0x12a3f8[_0x4544e7(0xa0)][_0x4544e7(0x93)],undefined)&&(_0x12a3f8['global'][_0x4544e7(0x93)][_0x4544e7(0xc5)](_0x436daf),_0x12a3f8[_0x4544e7(0xa0)]['__driversArray']['push'](_0x436daf)),_0x436daf;}}return _0xfc3617['originalBuilder']=_0xfc3617[_0x50cda8(0xb6)],_0xfc3617[_0x50cda8(0xb6)]=_0x2327ef,_0x2049e3[_0x50cda8(0xdd)]=_0x7140bf,_0xfc3617;};module[a29_0x2541c8(0xf4)][a29_0x2541c8(0x8d)]=modify;
@@ -1 +1 @@
1
- const a30_0x2adc56=a30_0x446c;(function(_0x2c89d8,_0xc2610b){const _0x173f8b=a30_0x446c,_0x29bc6d=_0x2c89d8();while(!![]){try{const _0xd74a73=-parseInt(_0x173f8b(0xbb))/0x1+parseInt(_0x173f8b(0xbc))/0x2+-parseInt(_0x173f8b(0xba))/0x3+-parseInt(_0x173f8b(0xc0))/0x4+parseInt(_0x173f8b(0xbf))/0x5+parseInt(_0x173f8b(0xc3))/0x6+parseInt(_0x173f8b(0xc6))/0x7*(parseInt(_0x173f8b(0xc2))/0x8);if(_0xd74a73===_0xc2610b)break;else _0x29bc6d['push'](_0x29bc6d['shift']());}catch(_0x1cf8db){_0x29bc6d['push'](_0x29bc6d['shift']());}}}(a30_0x5c34,0x34285));const requestSpy=require('../../../helpers/request-spy'),constants=require(a30_0x2adc56(0xc4)),{addRequestSpy}=require(a30_0x2adc56(0xbe));function a30_0x446c(_0x563564,_0xb2bc56){const _0x5c34cf=a30_0x5c34();return a30_0x446c=function(_0x446c8f,_0x45762d){_0x446c8f=_0x446c8f-0xba;let _0x42d0a0=_0x5c34cf[_0x446c8f];return _0x42d0a0;},a30_0x446c(_0x563564,_0xb2bc56);}exports['mochaHooks']={'beforeAll'(){const _0x231e86=a30_0x2adc56,_0xe95e6={'zJlTw':function(_0x2bf2e1){return _0x2bf2e1();}},_0x455f86='browserstack internal helper hook';_0xe95e6[_0x231e86(0xbd)](addRequestSpy);},'afterAll'(){const _0x479877=a30_0x2adc56,_0x23ab0e='browserstack internal helper hook';this[_0x479877(0xc5)](0xea60),requestSpy[_0x479877(0xc1)]();}};function a30_0x5c34(){const _0x6f8b20=['zJlTw','../../../helpers/test-observability/utils','1681610GViPbN','1634728dzKbWu','restore','24utxCao','802206CklEsF','../../../bin/utils/constants','timeout','1292417IHiVHr','1087374fbKIJd','179865zStlEx','281452evKGYg'];a30_0x5c34=function(){return _0x6f8b20;};return a30_0x5c34();}
1
+ const a30_0x51a183=a30_0xaad1;(function(_0x540a14,_0x504799){const _0x1981c2=a30_0xaad1,_0x13f768=_0x540a14();while(!![]){try{const _0x1062be=-parseInt(_0x1981c2(0x12c))/0x1+-parseInt(_0x1981c2(0x12e))/0x2+parseInt(_0x1981c2(0x132))/0x3*(parseInt(_0x1981c2(0x125))/0x4)+parseInt(_0x1981c2(0x128))/0x5+parseInt(_0x1981c2(0x126))/0x6*(-parseInt(_0x1981c2(0x130))/0x7)+-parseInt(_0x1981c2(0x131))/0x8+-parseInt(_0x1981c2(0x12a))/0x9*(-parseInt(_0x1981c2(0x129))/0xa);if(_0x1062be===_0x504799)break;else _0x13f768['push'](_0x13f768['shift']());}catch(_0x34b5b1){_0x13f768['push'](_0x13f768['shift']());}}}(a30_0x3312,0xe0563));const requestSpy=require('../../../helpers/request-spy'),constants=require('../../../bin/utils/constants'),{addRequestSpy}=require(a30_0x51a183(0x12f));exports[a30_0x51a183(0x12b)]={'beforeAll'(){const _0xc04ead={'YCXGr':function(_0x3b0cfe){return _0x3b0cfe();}},_0x1afd03='browserstack internal helper hook';_0xc04ead['YCXGr'](addRequestSpy);},'afterAll'(){const _0x563260=a30_0x51a183,_0x1404f7='browserstack internal helper hook';this[_0x563260(0x127)](0xea60),requestSpy[_0x563260(0x12d)]();}};function a30_0xaad1(_0x21020f,_0x22d760){const _0x331256=a30_0x3312();return a30_0xaad1=function(_0xaad102,_0x496b14){_0xaad102=_0xaad102-0x125;let _0x2b59d9=_0x331256[_0xaad102];return _0x2b59d9;},a30_0xaad1(_0x21020f,_0x22d760);}function a30_0x3312(){const _0x158d29=['6522TdOuKS','timeout','2164565OTbPiy','50XHyapY','5623821VkTFvH','mochaHooks','379390hsOOyB','restore','129810NEjxcu','../../../helpers/test-observability/utils','5502wnmRjz','14579384IdKgqx','75PqWMcS','77236QNObkc'];a30_0x3312=function(){return _0x158d29;};return a30_0x3312();}
@@ -1 +1 @@
1
- const a31_0x38d6dd=a31_0xf587;(function(_0x4a3620,_0x29522d){const _0x386bef=a31_0xf587,_0x447584=_0x4a3620();while(!![]){try{const _0x153315=-parseInt(_0x386bef(0x143))/0x1+parseInt(_0x386bef(0x156))/0x2*(-parseInt(_0x386bef(0x151))/0x3)+parseInt(_0x386bef(0x14f))/0x4*(parseInt(_0x386bef(0x142))/0x5)+parseInt(_0x386bef(0x137))/0x6*(-parseInt(_0x386bef(0x14d))/0x7)+-parseInt(_0x386bef(0x166))/0x8*(-parseInt(_0x386bef(0x154))/0x9)+-parseInt(_0x386bef(0x138))/0xa+parseInt(_0x386bef(0x148))/0xb;if(_0x153315===_0x29522d)break;else _0x447584['push'](_0x447584['shift']());}catch(_0x1da37f){_0x447584['push'](_0x447584['shift']());}}}(a31_0x26ca,0x87ed7));function a31_0x26ca(){const _0xb1ab73=['browserstack','failed','cGznz','pending','appium:app','868232qIQcOf','NaQta','vTdld','../../../../package.json','gCMEk','unknown_grid','type','toISOString','_afterAll','../../utils/logPatcher','app','ZNlCs','JvVev','getPlatform','pid','getSession','getBrowserName','YolpY','state','hook:','getHookSkippedTests','lxEMv','getHooksForTest','XTiQR','hook','SFlvC','markedStatus','_afterEach','concat','OkNMi','mKbsK','FWbLN','mEFoS','app-automate','slice','RBaOf','gUJZE','passed','split','keys','DzuyG','getHookDetails','substring','5501508BtiUxd','305480zptKzU','HHihM','uuid','wsuXm','indexOf','string','YnOYs','yGayB','map_','eXkAk','5021810iihXes','569244wkciib','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','forEach','mapTestHooks','hookAnalyticsId','15102780KfIuwj','filter','getCapabilities','_beforeAll','_beforeEach','7UZBfHq','emit','4ixthVW','uXWEH','9684rzrLQG','xsqQX','__cloud_provider___','27ZoyxhZ','../../../helpers/test-observability/constants','390NFrusi','getBrowserVersion','../../../helpers/testhub/utils','lSHbL','parent','bzeTG','bs:addPlatformDetails:','MSyLw','qSEkS','rqxTs','js-'];a31_0x26ca=function(){return _0xb1ab73;};return a31_0x26ca();}const {v4:uuidv4}=require(a31_0x38d6dd(0x13a)),{name,version}=require(a31_0x38d6dd(0x169)),logPatcher=require(a31_0x38d6dd(0x16f)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook}=require('../../../helpers/test-observability/utils'),{consoleHolder}=require(a31_0x38d6dd(0x155)),{getPlatformVersion}=require('../../../helpers/helper'),{shouldProcessEventForTesthub}=require(a31_0x38d6dd(0x158));function a31_0xf587(_0x4ade08,_0x408c9f){const _0x26ca02=a31_0x26ca();return a31_0xf587=function(_0xf587c8,_0x336abc){_0xf587c8=_0xf587c8-0x134;let _0x3a4109=_0x26ca02[_0xf587c8];return _0x3a4109;},a31_0xf587(_0x4ade08,_0x408c9f);}console={},Object[a31_0x38d6dd(0x18d)](consoleHolder)[a31_0x38d6dd(0x145)](_0x18291f=>{console[_0x18291f]=(..._0x3c70d7)=>{BSTestOpsPatcher[_0x18291f](..._0x3c70d7);};}),exports['getTestEnv']=()=>{const _0x3a3622=a31_0x38d6dd,_0x1541ac={'vTdld':'generic','HHihM':function(_0x5a9fe5){return _0x5a9fe5();}};return{'ci':_0x1541ac[_0x3a3622(0x168)],'key':_0x1541ac[_0x3a3622(0x139)](uuidv4),'version':version,'collector':_0x3a3622(0x160)+name};},exports[a31_0x38d6dd(0x135)]=_0x2bd107=>{const _0x226cb4=a31_0x38d6dd,_0x42bf9f={};_0x42bf9f[_0x226cb4(0x183)]=function(_0x5bc505,_0x48ca1d){return _0x5bc505!==_0x48ca1d;},_0x42bf9f[_0x226cb4(0x171)]=_0x226cb4(0x13d),_0x42bf9f[_0x226cb4(0x163)]=_0x226cb4(0x179),_0x42bf9f['YnOYs']='hook';const _0x529816=_0x42bf9f;if(!_0x2bd107||_0x529816[_0x226cb4(0x183)](typeof _0x2bd107,_0x529816['ZNlCs']))return[null,null];if(_0x529816[_0x226cb4(0x183)](_0x2bd107['indexOf'](_0x529816[_0x226cb4(0x163)]),-0x1)){const _0x5be5b7=_0x2bd107['split'](_0x529816[_0x226cb4(0x163)]);return[_0x5be5b7[0x0]['slice'](0x0,-0x1)[_0x226cb4(0x18c)]('\x22')[0x1],_0x5be5b7[0x1][_0x226cb4(0x136)](0x1)];}else{if(_0x529816[_0x226cb4(0x183)](_0x2bd107[_0x226cb4(0x13c)](_0x529816[_0x226cb4(0x13e)]),-0x1)){const _0x2f4fae=_0x2bd107[_0x226cb4(0x18c)](_0x529816[_0x226cb4(0x13e)]);return[_0x2f4fae[0x0][_0x226cb4(0x188)](0x0,-0x1)[_0x226cb4(0x18c)]('\x22')[0x1],_0x2bd107];}}return[null,null];},exports[a31_0x38d6dd(0x17c)]=_0xca437f=>{const _0xf1f464=a31_0x38d6dd,_0x2fbd1a={'YolpY':function(_0x484ec4,_0xb916b4){return _0x484ec4(_0xb916b4);},'SFlvC':_0xf1f464(0x14b),'rqxTs':_0xf1f464(0x16e),'eXkAk':'_beforeEach','wsuXm':_0xf1f464(0x181)};if(!_0xca437f||!_0xca437f[_0xf1f464(0x15a)])return[];const _0x211c31=[];return[_0x2fbd1a[_0xf1f464(0x17f)],_0x2fbd1a[_0xf1f464(0x15f)],_0x2fbd1a[_0xf1f464(0x141)],_0x2fbd1a[_0xf1f464(0x13b)]][_0xf1f464(0x145)](_0x4ef51a=>{const _0x2c8a8a=_0xf1f464,_0x14dd35={'jhjAf':function(_0x34d160,_0x3e4a79){const _0x11b03e=a31_0xf587;return _0x2fbd1a[_0x11b03e(0x177)](_0x34d160,_0x3e4a79);}},_0x5b3384=_0xca437f[_0x2c8a8a(0x15a)][_0x4ef51a]||[];_0x5b3384[_0x2c8a8a(0x145)](_0x75ee34=>{const _0x1766d9=_0x2c8a8a;_0x75ee34['hookAnalyticsId']&&!_0x14dd35['jhjAf'](isInternalHook,_0x75ee34['fn'])&&_0x211c31['push'](_0x75ee34[_0x1766d9(0x147)]);});}),[..._0x211c31,...exports[_0xf1f464(0x17c)](_0xca437f['parent'])];},exports[a31_0x38d6dd(0x146)]=_0x1da203=>{const _0x48d9a7=a31_0x38d6dd,_0x392b32={'bzeTG':function(_0x296461){return _0x296461();},'DzuyG':function(_0x5da224,_0x29e4fb){return _0x5da224===_0x29e4fb;},'gUJZE':_0x48d9a7(0x181),'gFOAn':'_beforeAll','MiWpa':'_afterAll','LgXSv':_0x48d9a7(0x14c)};if(!_0x1da203||!_0x1da203['parent'])return;[_0x392b32['gFOAn'],_0x392b32['MiWpa'],_0x392b32['LgXSv'],_0x392b32[_0x48d9a7(0x18a)]][_0x48d9a7(0x145)](_0x559ed2=>{const _0x471a0a=_0x48d9a7,_0x2fa21d=_0x1da203[_0x471a0a(0x15a)][_0x559ed2]||[];_0x2fa21d[_0x471a0a(0x145)](_0x282d2b=>{const _0x2c25a8=_0x471a0a;if(!_0x282d2b['hookAnalyticsId'])_0x282d2b['hookAnalyticsId']=_0x392b32[_0x2c25a8(0x15b)](uuidv4);else _0x282d2b['markedStatus']&&_0x392b32[_0x2c25a8(0x134)](_0x559ed2,_0x392b32['gUJZE'])&&(_0x282d2b['hookAnalyticsId']=_0x392b32['bzeTG'](uuidv4),delete _0x282d2b[_0x2c25a8(0x180)]);});}),exports[_0x48d9a7(0x146)](_0x1da203['parent']);},exports['sendPlatformDetails']=async(_0x84da87,_0x595abe)=>{const _0x33defa=a31_0x38d6dd,_0x105e4a={'RBaOf':function(_0x2193c7){return _0x2193c7();},'MSyLw':function(_0x5d69a6,_0x542e17){return _0x5d69a6===_0x542e17;},'NaQta':_0x33defa(0x161),'FWbLN':_0x33defa(0x165),'XTiQR':_0x33defa(0x170),'DPbEw':_0x33defa(0x187),'gCMEk':'automate','xsqQX':function(_0x564c14,_0x307dc4){return _0x564c14(_0x307dc4);},'yGayB':_0x33defa(0x16b),'uXWEH':'TEST_PLATFORM','lSHbL':function(_0x106f83,_0x613c4){return _0x106f83(_0x613c4);}};try{if(!_0x105e4a[_0x33defa(0x189)](shouldProcessEventForTesthub))return;const _0x3a2015=await _0x84da87[_0x33defa(0x14a)](),_0xa26188=await _0x84da87[_0x33defa(0x175)](),_0x3c9cbc={},_0x5b4abc=Object['fromEntries'](_0xa26188['getCapabilities']()[_0x33defa(0x140)]),_0x516361={'product':_0x105e4a[_0x33defa(0x15d)](global[_0x33defa(0x153)],_0x105e4a['NaQta'])?_0x5b4abc[_0x105e4a[_0x33defa(0x185)]]||_0x5b4abc[_0x105e4a[_0x33defa(0x17d)]]?_0x105e4a['DPbEw']:_0x105e4a[_0x33defa(0x16a)]:null,'capabilities':_0x5b4abc,'platform':_0x3a2015[_0x33defa(0x173)](),'platform_version':_0x105e4a[_0x33defa(0x152)](getPlatformVersion,_0x105e4a[_0x33defa(0x15d)](global[_0x33defa(0x153)],_0x105e4a[_0x33defa(0x167)])),'browser':_0x3a2015[_0x33defa(0x176)](),'browser_version':_0x3a2015[_0x33defa(0x157)](),'session_id':_0xa26188['toJSON']()};global[_0x33defa(0x153)]?_0x3c9cbc[global[_0x33defa(0x153)]]=_0x516361:_0x3c9cbc[_0x105e4a[_0x33defa(0x13f)]]=_0x516361,process[_0x33defa(0x14e)](_0x33defa(0x15c)+process[_0x33defa(0x174)],{'timestamp':new Date()[_0x33defa(0x16d)](),'level':null,'message':null,'kind':_0x105e4a[_0x33defa(0x150)],'http_response':_0x3c9cbc,'uuid':_0x595abe});}catch(_0xf7261f){_0x105e4a[_0x33defa(0x159)](debug,_0x33defa(0x144)+_0xf7261f);}},exports[a31_0x38d6dd(0x17a)]=_0x22dc75=>{const _0xd4eb08=a31_0x38d6dd,_0x357283={};_0x357283[_0xd4eb08(0x172)]=function(_0x200c2c,_0x323194){return _0x200c2c!==_0x323194;},_0x357283[_0xd4eb08(0x15e)]=_0xd4eb08(0x17e),_0x357283[_0xd4eb08(0x186)]=function(_0xc9dfbc,_0x346a61){return _0xc9dfbc!==_0x346a61;},_0x357283[_0xd4eb08(0x184)]=_0xd4eb08(0x18b),_0x357283[_0xd4eb08(0x17b)]=_0xd4eb08(0x162);const _0x2c82d1=_0x357283,_0x410a26=_0x22dc75['suites']['reduce']((_0x4d2f0e,_0xabc25)=>{const _0x1c2b16=_0xd4eb08,_0x927894=exports[_0x1c2b16(0x17a)](_0xabc25);return _0x927894&&(_0x4d2f0e=_0x4d2f0e[_0x1c2b16(0x182)](_0x927894)),_0x4d2f0e;},[]),_0x393e01=_0x22dc75['tests'][_0xd4eb08(0x149)](_0x47d343=>{const _0x53f28f=_0xd4eb08,_0x15594f=_0x2c82d1[_0x53f28f(0x172)](_0x47d343[_0x53f28f(0x16c)],_0x2c82d1[_0x53f28f(0x15e)])&&!_0x47d343['markedStatus']&&_0x2c82d1[_0x53f28f(0x186)](_0x47d343[_0x53f28f(0x178)],_0x2c82d1['mKbsK'])&&_0x2c82d1[_0x53f28f(0x186)](_0x47d343[_0x53f28f(0x178)],_0x2c82d1['lxEMv'])&&!_0x47d343[_0x53f28f(0x164)];return _0x15594f;});return _0x393e01[_0xd4eb08(0x182)](_0x410a26);};
1
+ function a31_0x3424(_0xcf4746,_0x2a14bd){const _0x36786e=a31_0x3678();return a31_0x3424=function(_0x342461,_0x159cd6){_0x342461=_0x342461-0x193;let _0x3e339e=_0x36786e[_0x342461];return _0x3e339e;},a31_0x3424(_0xcf4746,_0x2a14bd);}const a31_0x572209=a31_0x3424;(function(_0x45b067,_0x477413){const _0x47b1d4=a31_0x3424,_0x88576d=_0x45b067();while(!![]){try{const _0x412313=-parseInt(_0x47b1d4(0x1a5))/0x1*(-parseInt(_0x47b1d4(0x1dc))/0x2)+parseInt(_0x47b1d4(0x1f0))/0x3*(parseInt(_0x47b1d4(0x196))/0x4)+parseInt(_0x47b1d4(0x1a0))/0x5+-parseInt(_0x47b1d4(0x1c0))/0x6+parseInt(_0x47b1d4(0x1a6))/0x7+-parseInt(_0x47b1d4(0x1ca))/0x8*(parseInt(_0x47b1d4(0x1c4))/0x9)+parseInt(_0x47b1d4(0x1bb))/0xa*(-parseInt(_0x47b1d4(0x1a8))/0xb);if(_0x412313===_0x477413)break;else _0x88576d['push'](_0x88576d['shift']());}catch(_0x4909ec){_0x88576d['push'](_0x88576d['shift']());}}}(a31_0x3678,0xdaa54));function a31_0x3678(){const _0x2fcddd=['aRWpa','2206500EVaKGs','ptHGj','automate','getHookDetails','getTestEnv','8385162vIINDs','js-','substring','indexOf','18ZhVYVL','getHooksForTest','efchU','zseqx','emit','XRHGt','4056616jeNoRJ','TPspt','filter','markedStatus','toISOString','grxuO','getSession','aXYGK','RxvKF','pid','fromEntries','DtVhG','../../../helpers/test-observability/constants','generic','eQWDK','suites','split','getPlatform','2UsiaLT','passed','pRCaB','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','pIfht','_beforeAll','__cloud_provider___','parent','TEST_PLATFORM','dZUbr','bvNnj','type','SeVjd','slice','unknown_grid','tests','gWztx','push','hook:','LQSsW','27NNGQVI','map_','app-automate','../../../helpers/helper','toJSON','450592BOuOqn','state','app','forEach','keys','bs:addPlatformDetails:','_afterEach','appium:app','hook','rTTeH','546830aoLQyP','vGokD','OKKzT','getCapabilities','_afterAll','1565649PYrNes','8962492RtzKlz','getBrowserVersion','33aWzKau','mZxHG','srYZo','string','XdVyg','getHookSkippedTests','GfHSC','browserstack','pending','concat','Zhpxu','bumOR','_beforeEach','hookAnalyticsId','../../../helpers/test-observability/utils','sendPlatformDetails','mapTestHooks','wWprA'];a31_0x3678=function(){return _0x2fcddd;};return a31_0x3678();}const {v4:uuidv4}=require('uuid'),{name,version}=require('../../../../package.json'),logPatcher=require('../../utils/logPatcher'),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook}=require(a31_0x572209(0x1b6)),{consoleHolder}=require(a31_0x572209(0x1d6)),{getPlatformVersion}=require(a31_0x572209(0x194)),{shouldProcessEventForTesthub}=require('../../../helpers/testhub/utils');console={},Object[a31_0x572209(0x19a)](consoleHolder)[a31_0x572209(0x199)](_0x43fd0d=>{console[_0x43fd0d]=(..._0x589370)=>{BSTestOpsPatcher[_0x43fd0d](..._0x589370);};}),exports[a31_0x572209(0x1bf)]=()=>{const _0x1300d4=a31_0x572209,_0x315a70={'dZUbr':_0x1300d4(0x1d7),'RUmUs':function(_0x52577b){return _0x52577b();}};return{'ci':_0x315a70[_0x1300d4(0x1e5)],'key':_0x315a70['RUmUs'](uuidv4),'version':version,'collector':_0x1300d4(0x1c1)+name};},exports[a31_0x572209(0x1be)]=_0x3344ef=>{const _0x5146f9=a31_0x572209,_0x3b8f4a={};_0x3b8f4a[_0x5146f9(0x1b9)]=function(_0x1d19c9,_0x3f68ee){return _0x1d19c9!==_0x3f68ee;},_0x3b8f4a[_0x5146f9(0x1ef)]=_0x5146f9(0x1ab),_0x3b8f4a['XdVyg']=_0x5146f9(0x1ee),_0x3b8f4a[_0x5146f9(0x1de)]=function(_0x34f2eb,_0xb47db5){return _0x34f2eb!==_0xb47db5;},_0x3b8f4a[_0x5146f9(0x1d8)]=_0x5146f9(0x19e);const _0x592ede=_0x3b8f4a;if(!_0x3344ef||_0x592ede['wWprA'](typeof _0x3344ef,_0x592ede[_0x5146f9(0x1ef)]))return[null,null];if(_0x592ede[_0x5146f9(0x1b9)](_0x3344ef[_0x5146f9(0x1c3)](_0x592ede[_0x5146f9(0x1ac)]),-0x1)){const _0x324f8a=_0x3344ef[_0x5146f9(0x1da)](_0x592ede[_0x5146f9(0x1ac)]);return[_0x324f8a[0x0][_0x5146f9(0x1e9)](0x0,-0x1)['split']('\x22')[0x1],_0x324f8a[0x1][_0x5146f9(0x1c2)](0x1)];}else{if(_0x592ede['pRCaB'](_0x3344ef[_0x5146f9(0x1c3)](_0x592ede[_0x5146f9(0x1d8)]),-0x1)){const _0xf6308b=_0x3344ef[_0x5146f9(0x1da)](_0x592ede[_0x5146f9(0x1d8)]);return[_0xf6308b[0x0]['slice'](0x0,-0x1)['split']('\x22')[0x1],_0x3344ef];}}return[null,null];},exports[a31_0x572209(0x1c5)]=_0x220fbc=>{const _0x1b9742=a31_0x572209,_0x543eca={'RxvKF':function(_0x32646f,_0x5676f4){return _0x32646f(_0x5676f4);},'EuwCq':'_beforeAll','OKKzT':_0x1b9742(0x1a4),'xftzM':_0x1b9742(0x1b4),'fUbEE':_0x1b9742(0x19c)};if(!_0x220fbc||!_0x220fbc['parent'])return[];const _0xe990c3=[];return[_0x543eca['EuwCq'],_0x543eca[_0x1b9742(0x1a2)],_0x543eca['xftzM'],_0x543eca['fUbEE']]['forEach'](_0x343e03=>{const _0x56361d=_0x1b9742,_0x3ec044=_0x220fbc[_0x56361d(0x1e3)][_0x343e03]||[];_0x3ec044[_0x56361d(0x199)](_0x34a6c3=>{const _0x14c512=_0x56361d;_0x34a6c3['hookAnalyticsId']&&!_0x543eca[_0x14c512(0x1d2)](isInternalHook,_0x34a6c3['fn'])&&_0xe990c3[_0x14c512(0x1ed)](_0x34a6c3[_0x14c512(0x1b5)]);});}),[..._0xe990c3,...exports[_0x1b9742(0x1c5)](_0x220fbc[_0x1b9742(0x1e3)])];},exports[a31_0x572209(0x1b8)]=_0x2f0e7a=>{const _0x1acd28=a31_0x572209,_0x105737={'gWztx':function(_0x59025d){return _0x59025d();},'aRWpa':function(_0x214bb9,_0x401e87){return _0x214bb9===_0x401e87;},'Zhpxu':'_afterEach','bvNnj':function(_0x56dddc){return _0x56dddc();},'PNBAe':_0x1acd28(0x1e1),'pIfht':'_afterAll','bumOR':_0x1acd28(0x1b4)};if(!_0x2f0e7a||!_0x2f0e7a['parent'])return;[_0x105737['PNBAe'],_0x105737[_0x1acd28(0x1e0)],_0x105737[_0x1acd28(0x1b3)],_0x105737['Zhpxu']][_0x1acd28(0x199)](_0x1199f2=>{const _0x558ac=_0x1acd28,_0x2f7c5a=_0x2f0e7a['parent'][_0x1199f2]||[];_0x2f7c5a[_0x558ac(0x199)](_0x5b0a12=>{const _0x36f60c=_0x558ac;if(!_0x5b0a12[_0x36f60c(0x1b5)])_0x5b0a12[_0x36f60c(0x1b5)]=_0x105737[_0x36f60c(0x1ec)](uuidv4);else _0x5b0a12[_0x36f60c(0x1cd)]&&_0x105737[_0x36f60c(0x1ba)](_0x1199f2,_0x105737[_0x36f60c(0x1b2)])&&(_0x5b0a12[_0x36f60c(0x1b5)]=_0x105737[_0x36f60c(0x1e6)](uuidv4),delete _0x5b0a12[_0x36f60c(0x1cd)]);});}),exports['mapTestHooks'](_0x2f0e7a[_0x1acd28(0x1e3)]);},exports[a31_0x572209(0x1b7)]=async(_0x2da973,_0x2e7ccd)=>{const _0x4229cf=a31_0x572209,_0x41f1c1={'aXYGK':function(_0x3668ba){return _0x3668ba();},'mZxHG':function(_0xf5ddaa,_0x479b71){return _0xf5ddaa===_0x479b71;},'TPspt':_0x4229cf(0x1af),'XRHGt':_0x4229cf(0x19d),'GfHSC':_0x4229cf(0x198),'PUflw':_0x4229cf(0x193),'srYZo':_0x4229cf(0x1bd),'zseqx':function(_0x1c54c2,_0x41629d){return _0x1c54c2(_0x41629d);},'vGokD':_0x4229cf(0x1ea),'efchU':_0x4229cf(0x1e4),'uzvEy':function(_0x810db2,_0x3be4b1){return _0x810db2(_0x3be4b1);}};try{if(!_0x41f1c1[_0x4229cf(0x1d1)](shouldProcessEventForTesthub))return;const _0x25b593=await _0x2da973[_0x4229cf(0x1a3)](),_0x39706b=await _0x2da973[_0x4229cf(0x1d0)](),_0x121a95={},_0x2baf5b=Object[_0x4229cf(0x1d4)](_0x39706b['getCapabilities']()[_0x4229cf(0x1f1)]),_0x4491e0={'product':_0x41f1c1['mZxHG'](global[_0x4229cf(0x1e2)],_0x41f1c1[_0x4229cf(0x1cb)])?_0x2baf5b[_0x41f1c1[_0x4229cf(0x1c9)]]||_0x2baf5b[_0x41f1c1[_0x4229cf(0x1ae)]]?_0x41f1c1['PUflw']:_0x41f1c1[_0x4229cf(0x1aa)]:null,'capabilities':_0x2baf5b,'platform':_0x25b593[_0x4229cf(0x1db)](),'platform_version':_0x41f1c1[_0x4229cf(0x1c7)](getPlatformVersion,_0x41f1c1[_0x4229cf(0x1a9)](global[_0x4229cf(0x1e2)],_0x41f1c1['TPspt'])),'browser':_0x25b593['getBrowserName'](),'browser_version':_0x25b593[_0x4229cf(0x1a7)](),'session_id':_0x39706b[_0x4229cf(0x195)]()};global[_0x4229cf(0x1e2)]?_0x121a95[global[_0x4229cf(0x1e2)]]=_0x4491e0:_0x121a95[_0x41f1c1[_0x4229cf(0x1a1)]]=_0x4491e0,process[_0x4229cf(0x1c8)](_0x4229cf(0x19b)+process[_0x4229cf(0x1d3)],{'timestamp':new Date()[_0x4229cf(0x1ce)](),'level':null,'message':null,'kind':_0x41f1c1[_0x4229cf(0x1c6)],'http_response':_0x121a95,'uuid':_0x2e7ccd});}catch(_0x50fc0b){_0x41f1c1['uzvEy'](debug,_0x4229cf(0x1df)+_0x50fc0b);}},exports[a31_0x572209(0x1ad)]=_0x1b0c45=>{const _0x426046=a31_0x572209,_0x1453e4={};_0x1453e4[_0x426046(0x1cf)]=function(_0xb23798,_0x43e971){return _0xb23798!==_0x43e971;},_0x1453e4[_0x426046(0x1d5)]=_0x426046(0x19e),_0x1453e4[_0x426046(0x1e8)]=function(_0x39d4c9,_0x1421a3){return _0x39d4c9!==_0x1421a3;},_0x1453e4[_0x426046(0x19f)]=_0x426046(0x1dd),_0x1453e4['ptHGj']='failed';const _0x1a338f=_0x1453e4,_0x40fb24=_0x1b0c45[_0x426046(0x1d9)]['reduce']((_0x31480c,_0x3addc2)=>{const _0x4fb8d5=_0x426046,_0x26d1e3=exports[_0x4fb8d5(0x1ad)](_0x3addc2);return _0x26d1e3&&(_0x31480c=_0x31480c[_0x4fb8d5(0x1b1)](_0x26d1e3)),_0x31480c;},[]),_0x12b7bf=_0x1b0c45[_0x426046(0x1eb)][_0x426046(0x1cc)](_0x2a4132=>{const _0x4a524a=_0x426046,_0x106b84=_0x1a338f[_0x4a524a(0x1cf)](_0x2a4132[_0x4a524a(0x1e7)],_0x1a338f[_0x4a524a(0x1d5)])&&!_0x2a4132['markedStatus']&&_0x1a338f[_0x4a524a(0x1e8)](_0x2a4132['state'],_0x1a338f[_0x4a524a(0x19f)])&&_0x1a338f[_0x4a524a(0x1cf)](_0x2a4132[_0x4a524a(0x197)],_0x1a338f[_0x4a524a(0x1bc)])&&!_0x2a4132[_0x4a524a(0x1b0)];return _0x106b84;});return _0x12b7bf[_0x426046(0x1b1)](_0x40fb24);};
@@ -1 +1 @@
1
- const a32_0xe88ac9=a32_0x2403;(function(_0x585e1c,_0x10d66e){const _0x83caf=a32_0x2403,_0x3cc6ba=_0x585e1c();while(!![]){try{const _0xbe0f4d=parseInt(_0x83caf(0x107))/0x1*(parseInt(_0x83caf(0x119))/0x2)+-parseInt(_0x83caf(0x122))/0x3*(parseInt(_0x83caf(0xeb))/0x4)+-parseInt(_0x83caf(0x15e))/0x5+parseInt(_0x83caf(0x116))/0x6+parseInt(_0x83caf(0xe6))/0x7*(-parseInt(_0x83caf(0xe1))/0x8)+-parseInt(_0x83caf(0x101))/0x9*(-parseInt(_0x83caf(0x11e))/0xa)+-parseInt(_0x83caf(0x14a))/0xb;if(_0xbe0f4d===_0x10d66e)break;else _0x3cc6ba['push'](_0x3cc6ba['shift']());}catch(_0x2f7e3c){_0x3cc6ba['push'](_0x3cc6ba['shift']());}}}(a32_0x2795,0x56449));function a32_0x2795(){const _0x368046=['103860xAYRjs','__drivers','bstackA11yShouldScan','join','info','EkivH','28487vdQZdJ','then','thJwtToken','lssNo','passed','startMonitoring','QYCMg','push','BROWSERSTACK_TESTHUB_JWT',',\x22level\x22:\x20\x22','../../helpers/percy/utils','shift','performScan','nBrRn','stringify','3417348PbIRId','./test-observability/mochaUtils','../../helpers/helper','46kQONbS','__sessionFailed','bAQNs','Failed\x20to\x20store\x20session\x20name:\x20','hwSnP','600gYtwSU','BWvXP','message','stopMonitoring','51atzmtK','kkcPa','sessionNameSet__','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','mochaHooks','../../helpers/performance-tester','testcase','\x22}}','.\x20Error\x20:','isArray','BROWSERSTACK_TESTHUB_UUID','state','gJwjb','browserstackSessionName','Failed:\x20','Performing\x20scan\x20before\x20saving\x20results','length','ENV_VAR','Automate\x20test\x20case\x20execution\x20has\x20started.','Passed','accessibilityScanStarted','protocol','cDrzN','isAccessibilityPlatform','getGlobal','MyCYv','executeScript','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','capabilities','nzsBr','shouldScanTestForAccessibility','BufdR','timeout','failed','thTestRunUuid','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','err','yZfxy','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','6555703TdpxlF','quitCount_','../../helpers/globals','format','DpYIC','enqxl','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','pDlGf','app','AogMh','VxvqS','eZMec','SJAEO','error','initQuit','kDScp','env','winstonLogger','../../helpers/accessibility-automation/helper','appium:app','2089070ZMoGsp','BdDbC','__error_messages__','HFBRI','executeAsyncScript','setGlobal','picpz','576yuRyfr','percy','driverCleanup','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','titlePath','30198XNzIua','../../helpers/accessibility-automation/scripts','ztDaa','IYZpT','DhaNt','56332HtJzWL','XwPOh','VdRjL','kPBoY','\x20-\x20','saveTestResults','lgYVW','FDKme','https:','http:','debug','now','XlbWC','\x20|\x20','UFQyg','testAnalyticsId','wGriK','../../helpers/logger','session_','thBuildUuid','currentTest','dxqoS'];a32_0x2795=function(){return _0x368046;};return a32_0x2795();}function a32_0x2403(_0xa7848e,_0x3afc06){const _0x2795f0=a32_0x2795();return a32_0x2403=function(_0x240398,_0x37fe20){_0x240398=_0x240398-0xdc;let _0x5277e3=_0x2795f0[_0x240398];return _0x5277e3;},a32_0x2403(_0xa7848e,_0x3afc06);}const util=require('util'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a32_0xe88ac9(0x15c)),{percyAutoCapture}=require(a32_0xe88ac9(0x111)),{sendPlatformDetails}=require(a32_0xe88ac9(0x117)),{isBrowserstackInfra,markSessionStatus}=require(a32_0xe88ac9(0x118)),PerformanceTester=require(a32_0xe88ac9(0x128)),scripts=require(a32_0xe88ac9(0xe7)),globals=require(a32_0xe88ac9(0x14c)),logger=require(a32_0xe88ac9(0xfc))[a32_0xe88ac9(0x15b)],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require('../../helpers/testhub/constants');exports[a32_0xe88ac9(0x127)]={'beforeAll'(){const _0x59fa4c=a32_0xe88ac9,_0x416d05={'BWvXP':function(_0x4927f1,_0x39c7a3,_0x468b21,_0x463aea){return _0x4927f1(_0x39c7a3,_0x468b21,_0x463aea);},'EcHks':_0x59fa4c(0x144),'yxZJB':_0x59fa4c(0xf8),'VxvqS':function(_0x2543f4,_0x51eb41,_0x2e87fe){return _0x2543f4(_0x51eb41,_0x2e87fe);},'hwSnP':_0x59fa4c(0x10b),'DpYIC':function(_0x5646f9){return _0x5646f9();}};PerformanceTester[_0x59fa4c(0x10c)]();const _0x317b9c='browserstack internal helper hook';global[_0x59fa4c(0xdc)]=[],global[_0x59fa4c(0x11a)]=![],global[_0x59fa4c(0xe3)]=async()=>{const _0x3e2463=_0x59fa4c;let _0xe06b9c=![];try{await global['__drivers'][0x0][_0x3e2463(0xfd)],_0xe06b9c=!![],global[_0x3e2463(0x11a)]?await _0x416d05[_0x3e2463(0x11f)](markSessionStatus,global[_0x3e2463(0x102)][0x0],_0x416d05['EcHks'],global[_0x3e2463(0xdc)][_0x3e2463(0x104)](_0x416d05['yxZJB'])):await _0x416d05[_0x3e2463(0x154)](markSessionStatus,global[_0x3e2463(0x102)][0x0],_0x416d05[_0x3e2463(0x11d)]);}catch(_0x1bc8ff){}global['__error_messages__']=[],global['__sessionFailed']=![];if(_0xe06b9c)try{try{_0x416d05[_0x3e2463(0x14e)](shouldProcessEventForTesthub)&&(global[_0x3e2463(0x102)][0x0]&&await _0x416d05[_0x3e2463(0x154)](sendPlatformDetails,global[_0x3e2463(0x102)][0x0],this[_0x3e2463(0xff)]?this[_0x3e2463(0xff)][_0x3e2463(0xfa)]:null));}catch{}await global[_0x3e2463(0x102)][0x0][_0x3e2463(0x158)]();}catch(_0x369e21){}};},'beforeEach'(_0x3a251a){const _0x230bea=a32_0xe88ac9,_0x2ce60a={'XlbWC':function(_0x2b2997,_0x33593b){return _0x2b2997>_0x33593b;},'nzsBr':_0x230bea(0xef),'MyCYv':function(_0x4092d0,_0x14849b,_0x16387d){return _0x4092d0(_0x14849b,_0x16387d);},'FDKme':_0x230bea(0x103),'LIaxh':function(_0x532336){return _0x532336();},'EkivH':function(_0x701f6e,_0x40652b){return _0x701f6e>_0x40652b;},'gJwjb':'isAccessibilityPlatform','XwPOh':function(_0x468ba3,_0x565c67){return _0x468ba3===_0x565c67;},'nBrRn':_0x230bea(0xf4),'UFQyg':_0x230bea(0xf3),'enqxl':_0x230bea(0x13e),'QYCMg':_0x230bea(0x135),'IYZpT':function(_0x5b31f5){return _0x5b31f5();}};new Promise(async _0x560414=>{const _0x184fb3=_0x230bea,_0x58179e='browserstack internal helper hook';let _0x4e4812=!![];try{_0x2ce60a[_0x184fb3(0xf7)](global[_0x184fb3(0x102)][_0x184fb3(0x133)],0x1)&&(await global['driverCleanup'](),global[_0x184fb3(0x102)][_0x184fb3(0x112)]()),_0x2ce60a[_0x184fb3(0xf7)](global[_0x184fb3(0x102)][0x0][_0x184fb3(0x14b)],0x0)&&(_0x4e4812=![],await global['driverCleanup']());}catch{}try{Array[_0x184fb3(0x12c)](global['__drivers'])&&global[_0x184fb3(0x102)][0x0]&&(global[_0x184fb3(0x102)][0x0][_0x184fb3(0x130)]=this['currentTest'][_0x184fb3(0xe5)]()[_0x184fb3(0x104)](_0x2ce60a[_0x184fb3(0x140)])),global['browserstackSessionName']=this[_0x184fb3(0xff)][_0x184fb3(0xe5)]()[_0x184fb3(0x104)](_0x2ce60a[_0x184fb3(0x140)]);}catch(_0x2c51c6){logger[_0x184fb3(0xf5)](_0x184fb3(0x11c)+_0x2c51c6);}this['currentTest']['shouldScanTestForAccessibility']=_0x2ce60a[_0x184fb3(0x13c)](shouldScanTestForAccessibility,this[_0x184fb3(0xff)][_0x184fb3(0xe5)](),!![]),globals[_0x184fb3(0xdf)](_0x2ce60a[_0x184fb3(0xf2)],this[_0x184fb3(0xff)][_0x184fb3(0x141)]),this[_0x184fb3(0xff)][_0x184fb3(0x137)]=!![];if(_0x2ce60a['LIaxh'](isAccessibilityAutomationSession)&&_0x4e4812&&Array[_0x184fb3(0x12c)](global[_0x184fb3(0x102)])&&_0x2ce60a[_0x184fb3(0x106)](global[_0x184fb3(0x102)][_0x184fb3(0x133)],0x0)&&globals['getGlobal'](_0x2ce60a[_0x184fb3(0x12f)]))try{const _0x4e7de0=await global[_0x184fb3(0x102)][0x0][_0x184fb3(0xfd)];if(_0x4e7de0){let _0x2900c6=!![];const _0x414edb=await global[_0x184fb3(0x102)][0x0]['getCurrentUrl']();let _0x22115c;try{_0x22115c=new URL(_0x414edb);}catch(_0x3e988b){_0x2900c6=![];}_0x2900c6=_0x2ce60a[_0x184fb3(0xec)](_0x22115c['protocol'],_0x2ce60a[_0x184fb3(0x114)])||_0x2ce60a[_0x184fb3(0xec)](_0x22115c[_0x184fb3(0x138)],_0x2ce60a[_0x184fb3(0xf9)]),_0x2900c6&&(this[_0x184fb3(0xff)][_0x184fb3(0x141)]&&logger[_0x184fb3(0x105)](_0x2ce60a[_0x184fb3(0x14f)])),this['currentTest'][_0x184fb3(0x137)]=this['currentTest'][_0x184fb3(0x141)],this[_0x184fb3(0xff)][_0x184fb3(0x141)]&&logger['info'](_0x2ce60a[_0x184fb3(0x10d)]);}}catch(_0x4ac5f0){logger[_0x184fb3(0x157)](_0x184fb3(0x146)+util[_0x184fb3(0x14d)](_0x4ac5f0));}_0x2ce60a[_0x184fb3(0xe9)](_0x560414);})[_0x230bea(0x108)](_0x3a251a);},'afterEach'(_0x4478a5){const _0x103a41=a32_0xe88ac9,_0x436a0f={'HFBRI':function(_0x6e9dbf,_0x274eb3){return _0x6e9dbf>_0x274eb3;},'DhaNt':function(_0x9c046,_0xcbfb52){return _0x9c046===_0xcbfb52;},'wGriK':_0x103a41(0x129),'wbfFZ':function(_0xc8130b,_0x38c881){return _0xc8130b>_0x38c881;},'bAQNs':_0x103a41(0x15d),'ztDaa':function(_0x41ab7a,_0x5a9f68,_0x4b4234,_0xa8fd17){return _0x41ab7a(_0x5a9f68,_0x4b4234,_0xa8fd17);},'DSGQQ':_0x103a41(0xef),'iCKwW':function(_0x257f5f,_0x4ed464){return _0x257f5f!==_0x4ed464;},'kkcPa':_0x103a41(0x10b),'BufdR':function(_0x174543,_0x33ec76,_0x266e28){return _0x174543(_0x33ec76,_0x266e28);},'kPBoY':function(_0x324c43,_0x511dd8){return _0x324c43+_0x511dd8;},'saoNg':_0x103a41(0x131),'nPkYs':'error','cDrzN':function(_0x1f9191,_0x572c75,_0x1028af){return _0x1f9191(_0x572c75,_0x1028af);},'SJAEO':_0x103a41(0x136),'kDScp':'info','AogMh':_0x103a41(0x13a),'dxqoS':'bstackA11yShouldScan','lgYVW':_0x103a41(0x150),'yZfxy':_0x103a41(0x132),'eZMec':_0x103a41(0xe4),'lssNo':function(_0x46ee74){return _0x46ee74();},'BdDbC':function(_0x2b4e97,_0x52d804,_0xd56a61){return _0x2b4e97(_0x52d804,_0xd56a61);},'VdRjL':function(_0x3fbcd1,_0x52010d,_0x34c7c1){return _0x3fbcd1(_0x52010d,_0x34c7c1);},'pDlGf':_0x103a41(0xf5)},_0x23d018='browserstack internal helper hook';this[_0x103a41(0x143)](0xfde8);const _0x436317=async(_0x1bd7d9,_0x5b3fba)=>{const _0x93147b=_0x103a41;await global[_0x93147b(0x102)][0x0][_0x93147b(0x13d)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x1bd7d9+_0x93147b(0x110)+_0x5b3fba+_0x93147b(0x12a));};new Promise(async _0x390067=>{const _0x97bfbc=_0x103a41;try{_0x436a0f[_0x97bfbc(0xdd)](global[_0x97bfbc(0x102)][_0x97bfbc(0x133)],0x1)&&(await global[_0x97bfbc(0xe3)](),global[_0x97bfbc(0x102)][_0x97bfbc(0x112)](),global[_0x97bfbc(0xdc)]=[],global[_0x97bfbc(0x11a)]=![]);try{if(global[_0x97bfbc(0xe2)]&&_0x436a0f[_0x97bfbc(0xea)](global['percyCaptureMode'],_0x436a0f[_0x97bfbc(0xfb)])&&global[_0x97bfbc(0x102)][0x0]){const _0x32abff=_0x436a0f['wbfFZ'](global[_0x97bfbc(0x13f)][_0x97bfbc(0x133)],0x0)?!!global[_0x97bfbc(0x13f)][0x0][_0x97bfbc(0x152)]||!!global[_0x97bfbc(0x13f)][0x0][_0x436a0f[_0x97bfbc(0x11b)]]:![],_0x2d5ec0={};_0x2d5ec0[_0x97bfbc(0x152)]=_0x32abff,await _0x436a0f[_0x97bfbc(0xe8)](percyAutoCapture,global['__drivers'][0x0],_0x436a0f[_0x97bfbc(0xfb)],_0x2d5ec0);}}catch(_0x2d8381){}!global['__skipSessionName']&&(await global[_0x97bfbc(0x102)][0x0][_0x97bfbc(0x13d)](_0x97bfbc(0x126)+JSON[_0x97bfbc(0x115)](this[_0x97bfbc(0xff)][_0x97bfbc(0xe5)]()[_0x97bfbc(0x104)](_0x436a0f['DSGQQ']))+'}}'),global[_0x97bfbc(0x102)][0x0][_0x97bfbc(0x124)]=!![]);const _0x3c8175=_0x436a0f['iCKwW'](this['currentTest'][_0x97bfbc(0x12e)],_0x436a0f[_0x97bfbc(0x123)]);_0x3c8175?(global['__sessionFailed']=!![],global[_0x97bfbc(0xdc)][_0x97bfbc(0x10e)](this[_0x97bfbc(0xff)][_0x97bfbc(0x147)][_0x97bfbc(0x120)]),await _0x436a0f[_0x97bfbc(0x142)](_0x436317,JSON[_0x97bfbc(0x115)](_0x436a0f[_0x97bfbc(0xee)](_0x436a0f['saoNg'],this['currentTest']['err'][_0x97bfbc(0x120)])),_0x436a0f['nPkYs'])):await _0x436a0f[_0x97bfbc(0x139)](_0x436317,JSON[_0x97bfbc(0x115)](_0x436a0f[_0x97bfbc(0x156)]),_0x436a0f[_0x97bfbc(0x159)]);}catch(_0xdb42e9){}try{if(this['currentTest'][_0x97bfbc(0x137)]&&globals['getGlobal'](_0x436a0f[_0x97bfbc(0x153)])&&globals[_0x97bfbc(0x13b)](_0x436a0f[_0x97bfbc(0x100)])){logger[_0x97bfbc(0x105)](_0x436a0f[_0x97bfbc(0xf1)]);const _0x1eede2={};_0x1eede2[_0x97bfbc(0x145)]=this[_0x97bfbc(0xff)]['testAnalyticsId'],_0x1eede2[_0x97bfbc(0xfe)]=process['env'][testHubConstants[_0x97bfbc(0x134)][_0x97bfbc(0x12d)]],_0x1eede2[_0x97bfbc(0x109)]=process[_0x97bfbc(0x15a)][testHubConstants[_0x97bfbc(0x134)][_0x97bfbc(0x10f)]];const _0x1b3674=_0x1eede2;logger[_0x97bfbc(0xf5)](_0x97bfbc(0x149)+JSON[_0x97bfbc(0x115)](_0x1b3674)),logger[_0x97bfbc(0xf5)](_0x436a0f[_0x97bfbc(0x148)]),logger['debug'](util['format'](await global['__drivers'][0x0][_0x97bfbc(0xde)](scripts[_0x97bfbc(0x113)],{'method':global['browserstackSessionName']}))),await global[_0x97bfbc(0x102)][0x0][_0x97bfbc(0xde)](scripts[_0x97bfbc(0xf0)],_0x1b3674),logger['info'](_0x436a0f[_0x97bfbc(0x155)]);}}catch(_0x505d40){logger['error'](_0x97bfbc(0x125)+this[_0x97bfbc(0xff)][_0x97bfbc(0xe5)]()+_0x97bfbc(0x12b),_0x505d40);}try{try{if(_0x436a0f[_0x97bfbc(0x10a)](shouldProcessEventForTesthub)){global[_0x97bfbc(0x102)][0x0]&&await _0x436a0f[_0x97bfbc(0x15f)](sendPlatformDetails,global[_0x97bfbc(0x102)][0x0],this[_0x97bfbc(0xff)]?this[_0x97bfbc(0xff)][_0x97bfbc(0xfa)]:null);if(_0x436a0f['lssNo'](isBrowserstackInfra)){const _0x53832a='ObservabilitySync:'+Date[_0x97bfbc(0xf6)]();await _0x436a0f[_0x97bfbc(0xed)](_0x436317,JSON[_0x97bfbc(0x115)](_0x53832a),_0x436a0f[_0x97bfbc(0x151)]);}}}catch{}_0x436a0f[_0x97bfbc(0xdd)](global[_0x97bfbc(0x102)][0x0][_0x97bfbc(0x14b)],0x0)&&await global['driverCleanup']();}catch(_0x3dad87){}_0x436a0f['lssNo'](_0x390067);})['then'](()=>_0x4478a5());},'afterAll'(_0x91fe82){const _0x504041=a32_0xe88ac9,_0x260240={'picpz':function(_0x11d6e0){return _0x11d6e0();}},_0x1a4732='browserstack internal helper hook';this[_0x504041(0x143)](0xfde8),new Promise(async _0x407ec9=>{const _0x1cc092=_0x504041;PerformanceTester[_0x1cc092(0x121)](),await global[_0x1cc092(0xe3)](),_0x260240[_0x1cc092(0xe0)](_0x407ec9);})[_0x504041(0x108)](()=>_0x91fe82());}};
1
+ function a32_0xde5c(){const _0x53de06=['dwOFf','OVXot','JNunk','executeAsyncScript','env','616548UKhIQe','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','../../helpers/testhub/utils','https:','XgARw','\x20-\x20','testAnalyticsId','egyyx','length','sessionNameSet__','Performing\x20scan\x20before\x20saving\x20results','gpxIm','5zWcfyC','thTestRunUuid','suHaA','../../helpers/accessibility-automation/helper','then','app','KZvIO','5221024vzZqUW','isAccessibilityPlatform','AbOCV','gEuMa','startMonitoring','OhTgW','fSayN','cZsVs','MXMMe','__error_messages__','saveTestResults','failed','__drivers','join','52238eLWgKz',',\x22level\x22:\x20\x22','quitCount_','qICfq','timeout','napXZ','passed','sOSha','../../helpers/globals','http:','getCurrentUrl','kgzBp','format','UHcTn','BjXFO','26qyXPPW','7548336zBgcNP','UfFDh','../../helpers/testhub/constants','browserstackSessionName','NIveI','percyCaptureMode','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','PnHeN','../../helpers/logger','wmWyu','pCmGx','../../helpers/accessibility-automation/scripts','FnYFb','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','thBuildUuid','mochaHooks','getGlobal','ENV_VAR','kncvT','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','Failed\x20to\x20store\x20session\x20name:\x20','titlePath','2982472DzwudW','WzQtZ','245EtOMck','protocol','currentTest','shift','OYsWi','dyAyk','__sessionFailed','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','fypRM','debug','6666PKtFVg','err','capabilities','xDFcE','aCvuY','Passed','setGlobal','sMNWp','accessibilityScanStarted','stringify','mXikx','shouldScanTestForAccessibility','performScan','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','driverCleanup','session_','push','./test-observability/mochaUtils','OWISs','SeleF','../../helpers/performance-tester','TJbWp','isArray','negzv','error','32800hkVkHC','message','glwhe','info','135144JbwkCY','winstonLogger'];a32_0xde5c=function(){return _0x53de06;};return a32_0xde5c();}function a32_0x3813(_0x5b1461,_0x522561){const _0xde5ccf=a32_0xde5c();return a32_0x3813=function(_0x3813da,_0xf3673b){_0x3813da=_0x3813da-0x160;let _0x49a381=_0xde5ccf[_0x3813da];return _0x49a381;},a32_0x3813(_0x5b1461,_0x522561);}const a32_0x4225dc=a32_0x3813;(function(_0x2aff75,_0x2e16a4){const _0x4bf0fe=a32_0x3813,_0xac682a=_0x2aff75();while(!![]){try{const _0x5ea755=parseInt(_0x4bf0fe(0x1d6))/0x1*(-parseInt(_0x4bf0fe(0x16e))/0x2)+parseInt(_0x4bf0fe(0x1b5))/0x3+-parseInt(_0x4bf0fe(0x185))/0x4*(-parseInt(_0x4bf0fe(0x1c1))/0x5)+-parseInt(_0x4bf0fe(0x1ae))/0x6*(-parseInt(_0x4bf0fe(0x187))/0x7)+parseInt(_0x4bf0fe(0x1c8))/0x8+parseInt(_0x4bf0fe(0x16f))/0x9+-parseInt(_0x4bf0fe(0x1aa))/0xa*(parseInt(_0x4bf0fe(0x191))/0xb);if(_0x5ea755===_0x2e16a4)break;else _0xac682a['push'](_0xac682a['shift']());}catch(_0x463fe2){_0xac682a['push'](_0xac682a['shift']());}}}(a32_0xde5c,0x89b40));const util=require('util'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a32_0x4225dc(0x1c4)),{percyAutoCapture}=require('../../helpers/percy/utils'),{sendPlatformDetails}=require(a32_0x4225dc(0x1a2)),{isBrowserstackInfra,markSessionStatus}=require('../../helpers/helper'),PerformanceTester=require(a32_0x4225dc(0x1a5)),scripts=require(a32_0x4225dc(0x17a)),globals=require(a32_0x4225dc(0x167)),logger=require(a32_0x4225dc(0x177))[a32_0x4225dc(0x1af)],{shouldProcessEventForTesthub}=require(a32_0x4225dc(0x1b7)),testHubConstants=require(a32_0x4225dc(0x171));exports[a32_0x4225dc(0x17e)]={'beforeAll'(){const _0x4fd344=a32_0x4225dc,_0x417bb6={'uClvZ':function(_0x3193d2,_0x18f4f4,_0xac363f,_0x28e065){return _0x3193d2(_0x18f4f4,_0xac363f,_0x28e065);},'mXikx':_0x4fd344(0x1d3),'MXMMe':'\x20|\x20','KZvIO':function(_0x57146e,_0x56d6ff,_0x4bd770){return _0x57146e(_0x56d6ff,_0x4bd770);},'UHcTn':_0x4fd344(0x165),'egyyx':function(_0x592901){return _0x592901();},'dyAyk':function(_0x341f64,_0x413447,_0x47f65a){return _0x341f64(_0x413447,_0x47f65a);}};PerformanceTester[_0x4fd344(0x1cc)]();const _0xac1820='browserstack internal helper hook';global[_0x4fd344(0x1d1)]=[],global[_0x4fd344(0x18d)]=![],global[_0x4fd344(0x19f)]=async()=>{const _0x492435=_0x4fd344;let _0x1ac751=![];try{await global[_0x492435(0x1d4)][0x0]['session_'],_0x1ac751=!![],global[_0x492435(0x18d)]?await _0x417bb6['uClvZ'](markSessionStatus,global['__drivers'][0x0],_0x417bb6[_0x492435(0x19b)],global[_0x492435(0x1d1)][_0x492435(0x1d5)](_0x417bb6[_0x492435(0x1d0)])):await _0x417bb6[_0x492435(0x1c7)](markSessionStatus,global[_0x492435(0x1d4)][0x0],_0x417bb6[_0x492435(0x16c)]);}catch(_0x16c407){}global['__error_messages__']=[],global['__sessionFailed']=![];if(_0x1ac751)try{try{_0x417bb6[_0x492435(0x1bc)](shouldProcessEventForTesthub)&&(global[_0x492435(0x1d4)][0x0]&&await _0x417bb6[_0x492435(0x18c)](sendPlatformDetails,global[_0x492435(0x1d4)][0x0],this[_0x492435(0x189)]?this[_0x492435(0x189)][_0x492435(0x1bb)]:null));}catch{}await global[_0x492435(0x1d4)][0x0]['initQuit']();}catch(_0x38ac13){}};},'beforeEach'(_0x35ec8b){const _0x4ec501=a32_0x4225dc,_0x1b7a41={'OWISs':function(_0x1eb667,_0x378668){return _0x1eb667>_0x378668;},'kgzBp':_0x4ec501(0x1ba),'SeleF':function(_0x4e3763,_0xd0ea20,_0x1a2718){return _0x4e3763(_0xd0ea20,_0x1a2718);},'qICfq':'bstackA11yShouldScan','hixtC':function(_0x1b0fdb){return _0x1b0fdb();},'UOnHp':function(_0x4f6ca9,_0x88fbd2){return _0x4f6ca9>_0x88fbd2;},'PnHeN':_0x4ec501(0x1c9),'XgARw':function(_0x400522,_0x8a1fb6){return _0x400522===_0x8a1fb6;},'cZsVs':_0x4ec501(0x168),'TJbWp':_0x4ec501(0x1b8),'aCvuY':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','AbOCV':'Automate\x20test\x20case\x20execution\x20has\x20started.','gEuMa':function(_0x17bf2e){return _0x17bf2e();}};new Promise(async _0x4015ee=>{const _0x1c7cbc=_0x4ec501,_0x22dda6='browserstack internal helper hook';let _0x59838b=!![];try{_0x1b7a41[_0x1c7cbc(0x1a3)](global[_0x1c7cbc(0x1d4)][_0x1c7cbc(0x1bd)],0x1)&&(await global[_0x1c7cbc(0x19f)](),global[_0x1c7cbc(0x1d4)][_0x1c7cbc(0x18a)]()),_0x1b7a41[_0x1c7cbc(0x1a3)](global['__drivers'][0x0][_0x1c7cbc(0x161)],0x0)&&(_0x59838b=![],await global['driverCleanup']());}catch{}try{Array[_0x1c7cbc(0x1a7)](global[_0x1c7cbc(0x1d4)])&&global[_0x1c7cbc(0x1d4)][0x0]&&(global[_0x1c7cbc(0x1d4)][0x0][_0x1c7cbc(0x172)]=this[_0x1c7cbc(0x189)][_0x1c7cbc(0x184)]()[_0x1c7cbc(0x1d5)](_0x1b7a41[_0x1c7cbc(0x16a)])),global[_0x1c7cbc(0x172)]=this[_0x1c7cbc(0x189)]['titlePath']()[_0x1c7cbc(0x1d5)](_0x1b7a41['kgzBp']);}catch(_0x3e8aa0){logger[_0x1c7cbc(0x190)](_0x1c7cbc(0x183)+_0x3e8aa0);}this[_0x1c7cbc(0x189)]['shouldScanTestForAccessibility']=_0x1b7a41[_0x1c7cbc(0x1a4)](shouldScanTestForAccessibility,this[_0x1c7cbc(0x189)][_0x1c7cbc(0x184)](),!![]),globals[_0x1c7cbc(0x197)](_0x1b7a41[_0x1c7cbc(0x162)],this[_0x1c7cbc(0x189)][_0x1c7cbc(0x19c)]),this[_0x1c7cbc(0x189)][_0x1c7cbc(0x199)]=!![];if(_0x1b7a41['hixtC'](isAccessibilityAutomationSession)&&_0x59838b&&Array[_0x1c7cbc(0x1a7)](global['__drivers'])&&_0x1b7a41['UOnHp'](global[_0x1c7cbc(0x1d4)][_0x1c7cbc(0x1bd)],0x0)&&globals[_0x1c7cbc(0x17f)](_0x1b7a41[_0x1c7cbc(0x176)]))try{const _0x477065=await global[_0x1c7cbc(0x1d4)][0x0][_0x1c7cbc(0x1a0)];if(_0x477065){let _0x1b675a=!![];const _0x228bc6=await global[_0x1c7cbc(0x1d4)][0x0][_0x1c7cbc(0x169)]();let _0x1b3292;try{_0x1b3292=new URL(_0x228bc6);}catch(_0x2e350f){_0x1b675a=![];}_0x1b675a=_0x1b7a41[_0x1c7cbc(0x1b9)](_0x1b3292['protocol'],_0x1b7a41[_0x1c7cbc(0x1cf)])||_0x1b7a41[_0x1c7cbc(0x1b9)](_0x1b3292[_0x1c7cbc(0x188)],_0x1b7a41[_0x1c7cbc(0x1a6)]),_0x1b675a&&(this[_0x1c7cbc(0x189)][_0x1c7cbc(0x19c)]&&logger[_0x1c7cbc(0x1ad)](_0x1b7a41[_0x1c7cbc(0x195)])),this[_0x1c7cbc(0x189)][_0x1c7cbc(0x199)]=this[_0x1c7cbc(0x189)]['shouldScanTestForAccessibility'],this[_0x1c7cbc(0x189)][_0x1c7cbc(0x19c)]&&logger[_0x1c7cbc(0x1ad)](_0x1b7a41[_0x1c7cbc(0x1ca)]);}}catch(_0x4bb104){logger['error'](_0x1c7cbc(0x17c)+util[_0x1c7cbc(0x16b)](_0x4bb104));}_0x1b7a41[_0x1c7cbc(0x1cb)](_0x4015ee);})[_0x4ec501(0x1c5)](_0x35ec8b);},'afterEach'(_0x533d8c){const _0x1cabfc=a32_0x4225dc,_0x466b1a={'pCmGx':function(_0x4c711f,_0x1c522f){return _0x4c711f>_0x1c522f;},'OVXot':function(_0x22dbef,_0xe31ff3){return _0x22dbef===_0xe31ff3;},'fypRM':'testcase','UfFDh':'appium:app','sOSha':function(_0x5b7c1e,_0x33f05a,_0x56e277,_0x2652bd){return _0x5b7c1e(_0x33f05a,_0x56e277,_0x2652bd);},'NIveI':_0x1cabfc(0x1ba),'suHaA':function(_0x582d06,_0x2bce38){return _0x582d06!==_0x2bce38;},'napXZ':'passed','kncvT':function(_0x4ca139,_0x42ea75,_0x285208){return _0x4ca139(_0x42ea75,_0x285208);},'fSayN':function(_0x2d9943,_0xba9d5c){return _0x2d9943+_0xba9d5c;},'jmoCs':'Failed:\x20','sMNWp':_0x1cabfc(0x1a9),'gpxIm':function(_0x564e6a,_0xf38de6,_0x5c50af){return _0x564e6a(_0xf38de6,_0x5c50af);},'BjXFO':_0x1cabfc(0x196),'FgKiO':_0x1cabfc(0x1ad),'xDFcE':_0x1cabfc(0x1c9),'dyWmJ':'bstackA11yShouldScan','dwOFf':_0x1cabfc(0x182),'OYsWi':_0x1cabfc(0x1bf),'glwhe':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','OhTgW':function(_0x5973af){return _0x5973af();},'negzv':function(_0x1ed7c2,_0x3a288c,_0x32e962){return _0x1ed7c2(_0x3a288c,_0x32e962);},'FnYFb':_0x1cabfc(0x190),'wmWyu':function(_0x4794ca,_0x2341c4){return _0x4794ca>_0x2341c4;},'JNunk':function(_0x2bf050){return _0x2bf050();}},_0x5bf9da='browserstack internal helper hook';this[_0x1cabfc(0x163)](0xfde8);const _0x279489=async(_0x14c412,_0x1eed62)=>{const _0x31dcfa=_0x1cabfc;await global[_0x31dcfa(0x1d4)][0x0]['executeScript'](_0x31dcfa(0x1b6)+_0x14c412+_0x31dcfa(0x160)+_0x1eed62+'\x22}}');};new Promise(async _0x809b21=>{const _0x6c050f=_0x1cabfc;try{_0x466b1a[_0x6c050f(0x179)](global['__drivers'][_0x6c050f(0x1bd)],0x1)&&(await global['driverCleanup'](),global[_0x6c050f(0x1d4)]['shift'](),global['__error_messages__']=[],global[_0x6c050f(0x18d)]=![]);try{if(global['percy']&&_0x466b1a[_0x6c050f(0x1b1)](global[_0x6c050f(0x174)],_0x466b1a[_0x6c050f(0x18f)])&&global[_0x6c050f(0x1d4)][0x0]){const _0x512e3d=_0x466b1a['pCmGx'](global[_0x6c050f(0x193)]['length'],0x0)?!!global[_0x6c050f(0x193)][0x0][_0x6c050f(0x1c6)]||!!global[_0x6c050f(0x193)][0x0][_0x466b1a[_0x6c050f(0x170)]]:![],_0x33da74={};_0x33da74['app']=_0x512e3d,await _0x466b1a[_0x6c050f(0x166)](percyAutoCapture,global['__drivers'][0x0],_0x466b1a[_0x6c050f(0x18f)],_0x33da74);}}catch(_0x1af058){}!global['__skipSessionName']&&(await global['__drivers'][0x0]['executeScript'](_0x6c050f(0x175)+JSON[_0x6c050f(0x19a)](this[_0x6c050f(0x189)]['titlePath']()[_0x6c050f(0x1d5)](_0x466b1a[_0x6c050f(0x173)]))+'}}'),global['__drivers'][0x0][_0x6c050f(0x1be)]=!![]);const _0x41443f=_0x466b1a[_0x6c050f(0x1c3)](this[_0x6c050f(0x189)]['state'],_0x466b1a[_0x6c050f(0x164)]);_0x41443f?(global['__sessionFailed']=!![],global['__error_messages__'][_0x6c050f(0x1a1)](this[_0x6c050f(0x189)][_0x6c050f(0x192)][_0x6c050f(0x1ab)]),await _0x466b1a[_0x6c050f(0x181)](_0x279489,JSON['stringify'](_0x466b1a[_0x6c050f(0x1ce)](_0x466b1a['jmoCs'],this[_0x6c050f(0x189)][_0x6c050f(0x192)][_0x6c050f(0x1ab)])),_0x466b1a[_0x6c050f(0x198)])):await _0x466b1a[_0x6c050f(0x1c0)](_0x279489,JSON['stringify'](_0x466b1a[_0x6c050f(0x16d)]),_0x466b1a['FgKiO']);}catch(_0x3be3a0){}try{if(this[_0x6c050f(0x189)]['accessibilityScanStarted']&&globals[_0x6c050f(0x17f)](_0x466b1a[_0x6c050f(0x194)])&&globals['getGlobal'](_0x466b1a['dyWmJ'])){logger[_0x6c050f(0x1ad)](_0x466b1a[_0x6c050f(0x1b0)]);const _0x1df29b={};_0x1df29b[_0x6c050f(0x1c2)]=this[_0x6c050f(0x189)]['testAnalyticsId'],_0x1df29b[_0x6c050f(0x17d)]=process[_0x6c050f(0x1b4)][testHubConstants['ENV_VAR']['BROWSERSTACK_TESTHUB_UUID']],_0x1df29b['thJwtToken']=process[_0x6c050f(0x1b4)][testHubConstants[_0x6c050f(0x180)]['BROWSERSTACK_TESTHUB_JWT']];const _0x5e5511=_0x1df29b;logger[_0x6c050f(0x190)](_0x6c050f(0x19e)+JSON[_0x6c050f(0x19a)](_0x5e5511)),logger[_0x6c050f(0x190)](_0x466b1a[_0x6c050f(0x18b)]),logger[_0x6c050f(0x190)](util[_0x6c050f(0x16b)](await global[_0x6c050f(0x1d4)][0x0]['executeAsyncScript'](scripts[_0x6c050f(0x19d)],{'method':global[_0x6c050f(0x172)]}))),await global[_0x6c050f(0x1d4)][0x0][_0x6c050f(0x1b3)](scripts[_0x6c050f(0x1d2)],_0x5e5511),logger['info'](_0x466b1a[_0x6c050f(0x1ac)]);}}catch(_0x1e40b6){logger[_0x6c050f(0x1a9)](_0x6c050f(0x18e)+this[_0x6c050f(0x189)][_0x6c050f(0x184)]()+'.\x20Error\x20:',_0x1e40b6);}try{try{if(_0x466b1a[_0x6c050f(0x1cd)](shouldProcessEventForTesthub)){global[_0x6c050f(0x1d4)][0x0]&&await _0x466b1a['negzv'](sendPlatformDetails,global['__drivers'][0x0],this['currentTest']?this['currentTest'][_0x6c050f(0x1bb)]:null);if(_0x466b1a[_0x6c050f(0x1cd)](isBrowserstackInfra)){const _0x14e2b2='ObservabilitySync:'+Date['now']();await _0x466b1a[_0x6c050f(0x1a8)](_0x279489,JSON[_0x6c050f(0x19a)](_0x14e2b2),_0x466b1a[_0x6c050f(0x17b)]);}}}catch{}_0x466b1a[_0x6c050f(0x178)](global[_0x6c050f(0x1d4)][0x0][_0x6c050f(0x161)],0x0)&&await global[_0x6c050f(0x19f)]();}catch(_0x22e0e0){}_0x466b1a[_0x6c050f(0x1b2)](_0x809b21);})[_0x1cabfc(0x1c5)](()=>_0x533d8c());},'afterAll'(_0x4b1a77){const _0x53fc94=a32_0x4225dc,_0x4ee680={'WzQtZ':function(_0x579b53){return _0x579b53();}},_0x3a78e9='browserstack internal helper hook';this[_0x53fc94(0x163)](0xfde8),new Promise(async _0x205126=>{const _0x174d85=_0x53fc94;PerformanceTester['stopMonitoring'](),await global[_0x174d85(0x19f)](),_0x4ee680[_0x174d85(0x186)](_0x205126);})[_0x53fc94(0x1c5)](()=>_0x4b1a77());}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a33_0x32cd(){const _0x3a142b=['port','9GZqrXS','path','Flqiu','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','slice','zeoZg','stringify','push','7jicXAc','pkUpz','inherit','platform','debug','test','../../helpers/BrowserStackSetup','env','204tGiSVB','filter','QetGR','eBrrw','9749SkUZbu','../utils/constants','39060SNQlKX','existsSync','RneXN','244nMJxeO','../../helpers/logger','lXrXY','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','cCIAH','6oqUwoC','useW3C','JULtQ','53817751TsFglb','eKXgY','info','writeFileSync','--env','1174672dYgZsg','forEach','qZQQS','start_process','nightwatch.json','3184008upfovS','SOhQA','NruZO','rlvGA','--config','desiredCapabilities','604745OofHWD','525877liliZP','ytiPa','platforms','demug','RTHjg','splice','config','KehQi','isUndefined','trim','winstonLogger','modifyBrowserStackW3CCaps','length','nightwatch.conf.js','nightwatch-browserstack.json','join','map','close','getPlatformName','now','findIndex','ZWJKo','nightwatch','cwd','2682MxJXLA','child_process','modifyBrowserStackCaps','test_settings','exports'];a33_0x32cd=function(){return _0x3a142b;};return a33_0x32cd();}const a33_0xd1d7ef=a33_0x3a96;(function(_0x2e68d3,_0x336950){const _0x1d8a68=a33_0x3a96,_0x447d45=_0x2e68d3();while(!![]){try{const _0x2be160=-parseInt(_0x1d8a68(0x16c))/0x1*(parseInt(_0x1d8a68(0x121))/0x2)+parseInt(_0x1d8a68(0x158))/0x3*(-parseInt(_0x1d8a68(0x12e))/0x4)+parseInt(_0x1d8a68(0x139))/0x5*(parseInt(_0x1d8a68(0x126))/0x6)+parseInt(_0x1d8a68(0x160))/0x7*(parseInt(_0x1d8a68(0x133))/0x8)+parseInt(_0x1d8a68(0x152))/0x9*(-parseInt(_0x1d8a68(0x16e))/0xa)+parseInt(_0x1d8a68(0x13a))/0xb*(-parseInt(_0x1d8a68(0x168))/0xc)+parseInt(_0x1d8a68(0x129))/0xd;if(_0x2be160===_0x336950)break;else _0x447d45['push'](_0x447d45['shift']());}catch(_0x12c388){_0x447d45['push'](_0x447d45['shift']());}}}(a33_0x32cd,0x95568));const fs=require('fs'),path=require(a33_0xd1d7ef(0x159)),{spawn}=require(a33_0xd1d7ef(0x153)),logger=require(a33_0xd1d7ef(0x122))[a33_0xd1d7ef(0x144)],{default:BrowserStackSetup}=require(a33_0xd1d7ef(0x166)),helper=require('../../helpers/helper'),constants=require(a33_0xd1d7ef(0x16d)),getUserNightwatchConfigs=(_0x4b648e,_0x4fb4c4)=>{const _0xd59063=a33_0xd1d7ef,_0x262580={'qZQQS':_0xd59063(0x147),'KehQi':_0xd59063(0x132),'eBrrw':function(_0x294d53,_0x3446cd){return _0x294d53(_0x3446cd);},'nhell':_0xd59063(0x15b)};let _0x4690ee=null,_0x4d02fe={};const _0x367f3a=_0x4fb4c4[_0xd59063(0x14e)](_0xbd7001=>_0xbd7001===_0xd59063(0x137));if(!helper[_0xd59063(0x142)](_0x4b648e['config'])&&fs[_0xd59063(0x11f)](path[_0xd59063(0x149)](process[_0xd59063(0x151)](),_0x4b648e[_0xd59063(0x140)])))_0x4690ee=path[_0xd59063(0x149)](process['cwd'](),_0x4b648e[_0xd59063(0x140)]),_0x4fb4c4[_0xd59063(0x13f)](_0x367f3a,0x2);else{if(fs['existsSync'](path[_0xd59063(0x149)](process[_0xd59063(0x151)](),_0x262580[_0xd59063(0x130)])))_0x4690ee=path[_0xd59063(0x149)](process[_0xd59063(0x151)](),_0x262580['qZQQS']);else fs[_0xd59063(0x11f)](path['join'](process['cwd'](),_0x262580[_0xd59063(0x141)]))&&(_0x4690ee=path[_0xd59063(0x149)](process[_0xd59063(0x151)](),_0x262580[_0xd59063(0x141)]));}return _0x4690ee?(logger[_0xd59063(0x12b)]('Getting\x20your\x20nightwatch\x20configs\x20from\x20'+_0x4690ee),_0x4d02fe=_0x262580[_0xd59063(0x16b)](require,_0x4690ee)):logger[_0xd59063(0x12b)](_0x262580['nhell']),_0x4d02fe;},removeExistingEnvs=_0x40a986=>{const _0x2ba5a8=a33_0xd1d7ef,_0x5dd600={};_0x5dd600[_0x2ba5a8(0x16a)]=function(_0x3f3567,_0x504bc3){return _0x3f3567>_0x504bc3;},_0x5dd600['RneXN']=function(_0xb5ea43,_0x354d1a){return _0xb5ea43>_0x354d1a;};const _0x38309e=_0x5dd600;let _0x27156e=_0x40a986[_0x2ba5a8(0x14e)](_0x318c6a=>_0x318c6a===_0x2ba5a8(0x12d));_0x38309e[_0x2ba5a8(0x16a)](_0x27156e,-0x1)&&_0x40a986[_0x2ba5a8(0x13f)](_0x27156e,0x2),_0x27156e=_0x40a986[_0x2ba5a8(0x14e)](_0x3efba6=>_0x3efba6==='-e'),_0x38309e[_0x2ba5a8(0x120)](_0x27156e,-0x1)&&_0x40a986[_0x2ba5a8(0x13f)](_0x27156e,0x2);};function run(_0xbdafd6,_0x5c5d9a){const _0xf9c81a=a33_0xd1d7ef,_0x58c4ab={'NruZO':_0xf9c81a(0x150),'pkUpz':function(_0x5a9160,_0x2c4e4f){return _0x5a9160+_0x2c4e4f;},'lXrXY':_0xf9c81a(0x155),'ytiPa':function(_0x12e434,_0x4c3688,_0x2d76f6){return _0x12e434(_0x4c3688,_0x2d76f6);},'ZWJKo':'hub.browserstack.com','rlvGA':_0xf9c81a(0x124),'Flqiu':function(_0x235699,_0x1d92e8){return _0x235699===_0x1d92e8;},'zeoZg':_0xf9c81a(0x148),'eKXgY':function(_0x122ba,_0x359adb){return _0x122ba(_0x359adb);},'RTHjg':function(_0x1a1ef5,_0x1b8fd0,_0x17bbaf,_0x1d7d2e){return _0x1a1ef5(_0x1b8fd0,_0x17bbaf,_0x1d7d2e);},'JULtQ':'nightwatch.cmd','demug':_0xf9c81a(0x137),'cCIAH':'--env','BWnNa':_0xf9c81a(0x162),'SOhQA':_0xf9c81a(0x14b)},_0x5490b7=new BrowserStackSetup(_0xbdafd6);if(!_0x5490b7['config'])return;const _0x37f267=_0x58c4ab[_0xf9c81a(0x13b)](getUserNightwatchConfigs,_0xbdafd6,_0x5c5d9a),_0x442870={};_0x442870[_0xf9c81a(0x131)]=![];const _0x294723={};_0x294723['host']=_0x58c4ab[_0xf9c81a(0x14f)],_0x294723[_0xf9c81a(0x157)]=0x1bb;const _0x3b1cc3={};_0x3b1cc3['webdriver']=_0x442870,_0x3b1cc3['selenium']=_0x294723;const _0x22a92f=_0x3b1cc3;logger[_0xf9c81a(0x12b)](_0x58c4ab[_0xf9c81a(0x136)]);const _0x29ff83={..._0x37f267},_0x496e0a=_0x29ff83,_0x1ebe88=helper[_0xf9c81a(0x127)](_0x5490b7[_0xf9c81a(0x140)]),_0x1c0735=[];_0x5490b7[_0xf9c81a(0x140)][_0xf9c81a(0x13c)]['forEach']((_0x527845,_0x14c456)=>{const _0x193f56=_0xf9c81a;_0x1ebe88?_0x1c0735['push'](helper[_0x193f56(0x145)](_0x5490b7['config'],_0x58c4ab[_0x193f56(0x135)],_0x14c456)):_0x1c0735[_0x193f56(0x15f)](helper[_0x193f56(0x154)](_0x5490b7[_0x193f56(0x140)],_0x58c4ab[_0x193f56(0x135)],_0x14c456));});const _0x207906={},_0x225867=[];_0xbdafd6[_0xf9c81a(0x167)]=_0xbdafd6['env']||_0xbdafd6['e'];const _0x5b0624=_0xbdafd6[_0xf9c81a(0x167)]?_0xbdafd6[_0xf9c81a(0x167)][_0xf9c81a(0x143)]()['split'](',')[_0xf9c81a(0x14a)](_0x2fdf98=>_0x2fdf98['trim']())[_0xf9c81a(0x169)](_0x43ff87=>_0x43ff87!==''):[''];_0x58c4ab[_0xf9c81a(0x15a)](_0x5b0624[_0xf9c81a(0x146)],0x0)&&_0x5b0624['push']('');_0x5b0624['forEach'](_0x4abb8a=>{const _0x4dc914=_0xf9c81a;_0x1c0735[_0x4dc914(0x12f)](_0x50e486=>{const _0x243412=_0x4dc914;let _0x27ed3e=_0x58c4ab[_0x243412(0x161)](helper[_0x243412(0x14c)](_0x50e486,'_'),'_'+Date[_0x243412(0x14d)]());_0x4abb8a&&(_0x27ed3e+='_'+_0x4abb8a);if(_0x4abb8a&&(!_0x37f267[_0x58c4ab[_0x243412(0x123)]]||!_0x37f267[_0x58c4ab[_0x243412(0x123)]][_0x4abb8a]))return;const _0x12c1b2={..._0x22a92f};_0x12c1b2[_0x243412(0x138)]=_0x50e486;const _0x4c9718=_0x12c1b2;_0x207906[_0x27ed3e]=_0x4abb8a?helper['mergeDeep'](_0x37f267[_0x58c4ab[_0x243412(0x123)]][_0x4abb8a],_0x4c9718):_0x4c9718,_0x225867['push'](_0x27ed3e);});});!_0x496e0a[_0xf9c81a(0x155)]&&(_0x496e0a[_0xf9c81a(0x155)]={});_0x496e0a[_0xf9c81a(0x155)]={..._0x496e0a[_0xf9c81a(0x155)],..._0x207906};const _0x88b388=path[_0xf9c81a(0x149)](__dirname,_0x58c4ab[_0xf9c81a(0x15d)]);fs[_0xf9c81a(0x12c)](_0x88b388,JSON[_0xf9c81a(0x15e)](_0x496e0a)),_0x58c4ab[_0xf9c81a(0x12a)](removeExistingEnvs,_0x5c5d9a);const _0x3a8a12=_0x58c4ab[_0xf9c81a(0x13e)](spawn,/^win/[_0xf9c81a(0x165)](process[_0xf9c81a(0x163)])?_0x58c4ab[_0xf9c81a(0x128)]:_0x58c4ab[_0xf9c81a(0x135)],[_0x58c4ab[_0xf9c81a(0x13d)],_0x88b388,..._0x5c5d9a[_0xf9c81a(0x15c)](0x1),_0x58c4ab[_0xf9c81a(0x125)],_0x225867[_0xf9c81a(0x149)](',')],{'stdio':_0x58c4ab['BWnNa']});_0x3a8a12['on'](_0x58c4ab[_0xf9c81a(0x134)],async _0x4b2c29=>{const _0x5f1b6d=_0xf9c81a;logger[_0x5f1b6d(0x164)]('child\x20process\x20exited\x20with\x20code\x20'+_0x4b2c29),logger[_0x5f1b6d(0x12b)]('Deleting\x20'+_0x88b388),fs['unlinkSync'](_0x88b388);});}function a33_0x3a96(_0x162a39,_0x5bc692){const _0x32cdff=a33_0x32cd();return a33_0x3a96=function(_0x3a96b6,_0x41aa60){_0x3a96b6=_0x3a96b6-0x11f;let _0x39eb4c=_0x32cdff[_0x3a96b6];return _0x39eb4c;},a33_0x3a96(_0x162a39,_0x5bc692);}module[a33_0xd1d7ef(0x156)]=run;
2
+ 'use strict';const a33_0x368b2b=a33_0x1631;function a33_0x1631(_0x4deb5f,_0x454e49){const _0x561141=a33_0x5611();return a33_0x1631=function(_0x163139,_0x1bd7a3){_0x163139=_0x163139-0x1d5;let _0x1ec020=_0x561141[_0x163139];return _0x1ec020;},a33_0x1631(_0x4deb5f,_0x454e49);}(function(_0x1dc834,_0x55d5df){const _0x401efe=a33_0x1631,_0x2ebae9=_0x1dc834();while(!![]){try{const _0x58d237=parseInt(_0x401efe(0x205))/0x1*(-parseInt(_0x401efe(0x21a))/0x2)+-parseInt(_0x401efe(0x1f4))/0x3*(parseInt(_0x401efe(0x1e4))/0x4)+parseInt(_0x401efe(0x20b))/0x5*(-parseInt(_0x401efe(0x1f1))/0x6)+parseInt(_0x401efe(0x1e2))/0x7*(parseInt(_0x401efe(0x1dd))/0x8)+parseInt(_0x401efe(0x1f7))/0x9+-parseInt(_0x401efe(0x1fd))/0xa+parseInt(_0x401efe(0x20a))/0xb*(parseInt(_0x401efe(0x1fc))/0xc);if(_0x58d237===_0x55d5df)break;else _0x2ebae9['push'](_0x2ebae9['shift']());}catch(_0x3d4ac0){_0x2ebae9['push'](_0x2ebae9['shift']());}}}(a33_0x5611,0xc2ed1));const fs=require('fs'),path=require(a33_0x368b2b(0x1e0)),{spawn}=require(a33_0x368b2b(0x1ec)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a33_0x368b2b(0x203)),helper=require('../../helpers/helper'),constants=require(a33_0x368b2b(0x216)),getUserNightwatchConfigs=(_0x5b1fb3,_0x33bd7e)=>{const _0x2a16cd=a33_0x368b2b,_0x54a746={'BSIwk':_0x2a16cd(0x208),'bSVpn':_0x2a16cd(0x1d7),'vgIwb':function(_0x9539e1,_0x492a48){return _0x9539e1(_0x492a48);},'HMopw':_0x2a16cd(0x1eb)};let _0x11be15=null,_0x5ca244={};const _0x56f5eb=_0x33bd7e['findIndex'](_0x4ca197=>_0x4ca197===_0x2a16cd(0x1fe));if(!helper['isUndefined'](_0x5b1fb3[_0x2a16cd(0x20c)])&&fs['existsSync'](path['join'](process[_0x2a16cd(0x1fa)](),_0x5b1fb3[_0x2a16cd(0x20c)])))_0x11be15=path[_0x2a16cd(0x213)](process[_0x2a16cd(0x1fa)](),_0x5b1fb3[_0x2a16cd(0x20c)]),_0x33bd7e['splice'](_0x56f5eb,0x2);else{if(fs[_0x2a16cd(0x1db)](path[_0x2a16cd(0x213)](process[_0x2a16cd(0x1fa)](),_0x54a746[_0x2a16cd(0x1ed)])))_0x11be15=path['join'](process['cwd'](),_0x54a746[_0x2a16cd(0x1ed)]);else fs[_0x2a16cd(0x1db)](path[_0x2a16cd(0x213)](process[_0x2a16cd(0x1fa)](),_0x54a746['bSVpn']))&&(_0x11be15=path[_0x2a16cd(0x213)](process[_0x2a16cd(0x1fa)](),_0x54a746['bSVpn']));}return _0x11be15?(logger[_0x2a16cd(0x1ff)]('Getting\x20your\x20nightwatch\x20configs\x20from\x20'+_0x11be15),_0x5ca244=_0x54a746['vgIwb'](require,_0x11be15)):logger[_0x2a16cd(0x1ff)](_0x54a746[_0x2a16cd(0x1f3)]),_0x5ca244;},removeExistingEnvs=_0x1be37d=>{const _0x4b629c=a33_0x368b2b,_0x106712={};_0x106712[_0x4b629c(0x217)]=function(_0x4fc1e6,_0x175aa9){return _0x4fc1e6>_0x175aa9;};const _0x285008=_0x106712;let _0x442d05=_0x1be37d[_0x4b629c(0x1da)](_0x2f280d=>_0x2f280d==='--env');_0x285008[_0x4b629c(0x217)](_0x442d05,-0x1)&&_0x1be37d[_0x4b629c(0x1d6)](_0x442d05,0x2),_0x442d05=_0x1be37d[_0x4b629c(0x1da)](_0x164ca0=>_0x164ca0==='-e'),_0x285008[_0x4b629c(0x217)](_0x442d05,-0x1)&&_0x1be37d[_0x4b629c(0x1d6)](_0x442d05,0x2);};function run(_0x5db2fe,_0x16cc73){const _0x3587d4=a33_0x368b2b,_0x345de1={'XRnjd':_0x3587d4(0x202),'EOCxJ':function(_0x1df434,_0xd17799){return _0x1df434+_0xd17799;},'njMul':_0x3587d4(0x1f5),'pfEXy':function(_0x10e619,_0x12b9d5,_0x2aaa71){return _0x10e619(_0x12b9d5,_0x2aaa71);},'JlrrV':_0x3587d4(0x206),'NTrzc':'Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','URQIt':function(_0x7f075d,_0x3dfb37){return _0x7f075d===_0x3dfb37;},'geUKu':_0x3587d4(0x1de),'solxt':function(_0x173089,_0x1640be){return _0x173089(_0x1640be);},'JvIlO':function(_0x311396,_0x3eb994,_0x1b5844,_0x262ee8){return _0x311396(_0x3eb994,_0x1b5844,_0x262ee8);},'QPLgF':_0x3587d4(0x1d9),'usgsW':'--config','AXAQy':_0x3587d4(0x1ee),'kMMtZ':_0x3587d4(0x1f0),'TeFbL':'close'},_0x1c6a7e=new BrowserStackSetup(_0x5db2fe);if(!_0x1c6a7e[_0x3587d4(0x20c)])return;const _0x4327cf=_0x345de1['pfEXy'](getUserNightwatchConfigs,_0x5db2fe,_0x16cc73),_0x2e0ced={};_0x2e0ced['start_process']=![];const _0x21ddce={};_0x21ddce[_0x3587d4(0x218)]=_0x345de1['JlrrV'],_0x21ddce[_0x3587d4(0x20f)]=0x1bb;const _0x1c433a={};_0x1c433a['webdriver']=_0x2e0ced,_0x1c433a[_0x3587d4(0x1e8)]=_0x21ddce;const _0x2ee028=_0x1c433a;logger[_0x3587d4(0x1ff)](_0x345de1[_0x3587d4(0x219)]);const _0x20a03f={..._0x4327cf},_0x4f0768=_0x20a03f,_0x599dfe=helper[_0x3587d4(0x1d8)](_0x1c6a7e[_0x3587d4(0x20c)]),_0x32ff5a=[];_0x1c6a7e['config'][_0x3587d4(0x1e3)][_0x3587d4(0x21d)]((_0x53d13a,_0x52c5ba)=>{const _0x332778=_0x3587d4;_0x599dfe?_0x32ff5a['push'](helper['modifyBrowserStackW3CCaps'](_0x1c6a7e['config'],_0x345de1[_0x332778(0x204)],_0x52c5ba)):_0x32ff5a[_0x332778(0x1df)](helper[_0x332778(0x1ef)](_0x1c6a7e[_0x332778(0x20c)],_0x345de1[_0x332778(0x204)],_0x52c5ba));});const _0x856344={},_0x4dff67=[];_0x5db2fe[_0x3587d4(0x210)]=_0x5db2fe['env']||_0x5db2fe['e'];const _0x256f1b=_0x5db2fe[_0x3587d4(0x210)]?_0x5db2fe[_0x3587d4(0x210)][_0x3587d4(0x1fb)]()[_0x3587d4(0x214)](',')[_0x3587d4(0x21b)](_0x402472=>_0x402472[_0x3587d4(0x1fb)]())[_0x3587d4(0x1ea)](_0x3b8496=>_0x3b8496!==''):[''];_0x345de1[_0x3587d4(0x1e7)](_0x256f1b[_0x3587d4(0x1d5)],0x0)&&_0x256f1b['push']('');_0x256f1b[_0x3587d4(0x21d)](_0x663036=>{_0x32ff5a['forEach'](_0x1b905d=>{const _0x46f250=a33_0x1631;let _0x392ab0=_0x345de1['EOCxJ'](helper[_0x46f250(0x212)](_0x1b905d,'_'),'_'+Date[_0x46f250(0x200)]());_0x663036&&(_0x392ab0+='_'+_0x663036);if(_0x663036&&(!_0x4327cf[_0x345de1['njMul']]||!_0x4327cf[_0x345de1['njMul']][_0x663036]))return;const _0x1b8a3a={..._0x2ee028};_0x1b8a3a[_0x46f250(0x1e5)]=_0x1b905d;const _0x110f51=_0x1b8a3a;_0x856344[_0x392ab0]=_0x663036?helper['mergeDeep'](_0x4327cf[_0x345de1[_0x46f250(0x20e)]][_0x663036],_0x110f51):_0x110f51,_0x4dff67[_0x46f250(0x1df)](_0x392ab0);});});!_0x4f0768[_0x3587d4(0x1f5)]&&(_0x4f0768[_0x3587d4(0x1f5)]={});_0x4f0768[_0x3587d4(0x1f5)]={..._0x4f0768[_0x3587d4(0x1f5)],..._0x856344};const _0x519046=path[_0x3587d4(0x213)](__dirname,_0x345de1['geUKu']);fs[_0x3587d4(0x215)](_0x519046,JSON[_0x3587d4(0x21c)](_0x4f0768)),_0x345de1['solxt'](removeExistingEnvs,_0x16cc73);const _0x3e527a=_0x345de1[_0x3587d4(0x1f8)](spawn,/^win/[_0x3587d4(0x1e6)](process[_0x3587d4(0x207)])?_0x345de1[_0x3587d4(0x201)]:_0x345de1['XRnjd'],[_0x345de1[_0x3587d4(0x1f2)],_0x519046,..._0x16cc73[_0x3587d4(0x20d)](0x1),_0x345de1['AXAQy'],_0x4dff67[_0x3587d4(0x213)](',')],{'stdio':_0x345de1[_0x3587d4(0x211)]});_0x3e527a['on'](_0x345de1[_0x3587d4(0x1f9)],async _0x33a4ad=>{const _0x15c858=_0x3587d4;logger[_0x15c858(0x1e1)](_0x15c858(0x1dc)+_0x33a4ad),logger[_0x15c858(0x1ff)](_0x15c858(0x1e9)+_0x519046),fs[_0x15c858(0x1f6)](_0x519046);});}function a33_0x5611(){const _0x4d20b6=['length','splice','nightwatch.json','useW3C','nightwatch.cmd','findIndex','existsSync','child\x20process\x20exited\x20with\x20code\x20','16TvbEAS','nightwatch-browserstack.json','push','path','debug','2461543EokuvO','platforms','184084OJCmLw','desiredCapabilities','test','URQIt','selenium','Deleting\x20','filter','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','child_process','BSIwk','--env','modifyBrowserStackCaps','inherit','1690692eqqbjm','usgsW','HMopw','6JxwOFU','test_settings','unlinkSync','3639456bbDnhr','JvIlO','TeFbL','cwd','trim','3610248sLnwvh','10928870WtpwnP','--config','info','now','QPLgF','nightwatch','../../helpers/BrowserStackSetup','XRnjd','6238pAEVGS','hub.browserstack.com','platform','nightwatch.conf.js','exports','99LMCVxU','20uuWLGp','config','slice','njMul','port','env','kMMtZ','getPlatformName','join','split','writeFileSync','../utils/constants','urPVR','host','NTrzc','226OZapgt','map','stringify','forEach'];a33_0x5611=function(){return _0x4d20b6;};return a33_0x5611();}module[a33_0x368b2b(0x209)]=run;
@@ -1 +1 @@
1
- const a34_0x4cbd0f=a34_0x2939;(function(_0x6207ab,_0x1e005f){const _0x427be0=a34_0x2939,_0x43f451=_0x6207ab();while(!![]){try{const _0x24108d=parseInt(_0x427be0(0xb3))/0x1*(parseInt(_0x427be0(0xa6))/0x2)+parseInt(_0x427be0(0xe8))/0x3+-parseInt(_0x427be0(0xd6))/0x4+-parseInt(_0x427be0(0xb2))/0x5*(parseInt(_0x427be0(0x9a))/0x6)+parseInt(_0x427be0(0x9d))/0x7+parseInt(_0x427be0(0xaa))/0x8+parseInt(_0x427be0(0xb6))/0x9;if(_0x24108d===_0x1e005f)break;else _0x43f451['push'](_0x43f451['shift']());}catch(_0x56e0db){_0x43f451['push'](_0x43f451['shift']());}}}(a34_0x57ba,0x72a71));const util=require(a34_0x4cbd0f(0xa0)),logger=require(a34_0x4cbd0f(0xb8))[a34_0x4cbd0f(0xc4)],{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),{isUndefined}=require(a34_0x4cbd0f(0xe5)),scripts=require(a34_0x4cbd0f(0x94));function a34_0x57ba(){const _0x29ec75=['Kzloa','KSUAy','QOHlb','browserstack.accessibility','executeScript','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','zOZIJ','accessibilityOptions.includeIssueType.bestPractice','muZrc','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','accessibilityOptions','accessibilityPlatform','workerInfo','chgBl','getAccessibilityResults','format','deviceName','LWUpg','chrome','../../helpers/accessibility-automation/scripts','performScan','browserName','platformValidation','oxMdA','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','48084bYCqeQ','processAccessibilityCaps','vSxvU','2433851SzDXQf','qpATO','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','util','testInfo','gsukZ','method','accessibilityOptions.includeIssueType.needsReview','wsEndpoint','34fgGzQk','Playwright','wcagVersion','stringify','2395392sKnvMo','browserStackExecuteDriver','getAccessibilityResultsSummary','ETOhh','CdlDl','gMloW','\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})(','DJgvN','525ANflGQ','3309mEpYkq','constructor','setAccessibilityCapabilities','6148728ymEKOQ','name','../../helpers/logger','wiynD','cmKfR','accessibilityOptions.scannerProcessingTimeout','warn','scannerVersion','bstackSdkArgs','scannerProcessingTimeout','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','LonGZ','debug','accessibilityOptions.scannerVersion','winstonLogger','qpJqI','No\x20summaryResults\x20found.','WebDriver','browser_version','project','BS_A11Y_JWT','needsReview','GnPHV','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20','replace','jYYyk','sgMgu','Xgsck','opKJp','lYsTO','playwright-chromium','RKrkw','1132920YHxLwt','browser','IgOFq','kRfIr','txkGR','parse','QEDDG','error','No\x20accessibility\x20results\x20were\x20found.','env','latest','Xvkiw','connectOptions','FdYOr','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','../../helpers/helper','includeIssueType','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','623265RyPXKg','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20'];a34_0x57ba=function(){return _0x29ec75;};return a34_0x57ba();}function a34_0x2939(_0x34208c,_0x587e10){const _0x57ba08=a34_0x57ba();return a34_0x2939=function(_0x293957,_0x50675e){_0x293957=_0x293957-0x8c;let _0x5485af=_0x57ba08[_0x293957];return _0x5485af;},a34_0x2939(_0x34208c,_0x587e10);}exports['browserStackEvaluate']=async(_0x1f2a88,_0x4f6938,_0x5c4c72={})=>{const _0x28f007=a34_0x4cbd0f,_0x193a44={};_0x193a44['sgMgu']=_0x28f007(0xbe);const _0x3cbea0=_0x193a44;return await _0x1f2a88['evaluate'](_0x28f007(0xcd)+_0x4f6938[_0x28f007(0xce)](/arguments/g,_0x3cbea0[_0x28f007(0xd0)])+_0x28f007(0xf3)+JSON[_0x28f007(0xa9)](_0x5c4c72)+')');},exports[a34_0x4cbd0f(0xab)]=async(_0x1cd666,_0xf57827,_0x190873={})=>{const _0x32c99f=a34_0x4cbd0f,_0x3ad842={};_0x3ad842[_0x32c99f(0xdc)]=function(_0x97faa5,_0x474aff){return _0x97faa5===_0x474aff;},_0x3ad842[_0x32c99f(0xcc)]=_0x32c99f(0xc7),_0x3ad842[_0x32c99f(0xb9)]=_0x32c99f(0xa7),_0x3ad842[_0x32c99f(0xa2)]=_0x32c99f(0xbe);const _0x542088=_0x3ad842;if(_0x542088[_0x32c99f(0xdc)](_0x1cd666[_0x32c99f(0xb4)][_0x32c99f(0xb7)],_0x542088[_0x32c99f(0xcc)]))return await _0x1cd666['executeAsyncScript'](_0xf57827,_0x190873);else{if(_0x542088[_0x32c99f(0xdc)](_0x1cd666[_0x32c99f(0xb4)][_0x32c99f(0xb7)],_0x542088[_0x32c99f(0xb9)]))return await _0x1cd666[_0x32c99f(0xee)]('(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20\x20\x20'+_0xf57827[_0x32c99f(0xce)](/arguments/g,_0x542088[_0x32c99f(0xa2)])+_0x32c99f(0xb0)+JSON[_0x32c99f(0xa9)](_0x190873)+')');}},exports[a34_0x4cbd0f(0xb5)]=async _0x1f83ea=>{const _0x47c813=a34_0x4cbd0f,_0x2d0364={};_0x2d0364['Cxbli']='accessibilityOptions.wcagVersion',_0x2d0364[_0x47c813(0xc1)]=_0x47c813(0xbb),_0x2d0364[_0x47c813(0xd8)]=_0x47c813(0xf1),_0x2d0364[_0x47c813(0xda)]=_0x47c813(0xa4),_0x2d0364[_0x47c813(0xba)]='accessibilityOptions.authToken',_0x2d0364['Xgsck']=_0x47c813(0xc3);const _0x59919c=_0x2d0364;_0x1f83ea[_0x47c813(0xf4)]&&(_0x1f83ea[_0x47c813(0xf4)]['wcagVersion']&&(_0x1f83ea[_0x59919c['Cxbli']]=_0x1f83ea[_0x47c813(0xf4)][_0x47c813(0xa8)]),_0x1f83ea[_0x47c813(0xf4)][_0x47c813(0xbf)]&&(_0x1f83ea[_0x59919c[_0x47c813(0xc1)]]=_0x1f83ea[_0x47c813(0xf4)][_0x47c813(0xbf)]),_0x1f83ea[_0x47c813(0xf4)][_0x47c813(0xe6)]&&(_0x1f83ea[_0x59919c['IgOFq']]=_0x1f83ea[_0x47c813(0xf4)][_0x47c813(0xe6)]['bestPractice'],_0x1f83ea[_0x59919c[_0x47c813(0xda)]]=_0x1f83ea[_0x47c813(0xf4)][_0x47c813(0xe6)][_0x47c813(0xcb)]));const _0x27c0eb=JSON[_0x47c813(0xdb)](process[_0x47c813(0xdf)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x47c813(0xbd)];_0x1f83ea[_0x59919c[_0x47c813(0xba)]]=process['env'][_0x47c813(0xca)],_0x1f83ea[_0x59919c[_0x47c813(0xd1)]]=_0x27c0eb,delete _0x1f83ea[_0x47c813(0xf4)];},exports[a34_0x4cbd0f(0x8f)]=async _0x392b7f=>{const _0x34c8b4=a34_0x4cbd0f,_0x31e6ab={};_0x31e6ab[_0x34c8b4(0xd9)]=_0x34c8b4(0xde),_0x31e6ab[_0x34c8b4(0xd5)]=_0x34c8b4(0xc0);const _0x3c2534=_0x31e6ab;if(global[_0x34c8b4(0x8c)])try{logger.debug('Performing scan before getting results');logger.debug(util.format(await exports.browserStackEvaluate(_0x392b7f,scripts.performScan)));const res=await exports.browserStackEvaluate(_0x392b7f,scripts.getResults);return res;}catch{return logger[_0x34c8b4(0xdd)](_0x3c2534['kRfIr']),[];}else return logger[_0x34c8b4(0xbc)](_0x3c2534[_0x34c8b4(0xd5)]),[];},exports[a34_0x4cbd0f(0x95)]=async(_0x168b82,_0xaf88b='')=>{const _0x59d3fd=a34_0x4cbd0f;if(global[_0x59d3fd(0x8c)]){const _0xf40577={};return _0xf40577[_0x59d3fd(0xa3)]=_0xaf88b,await exports['browserStackEvaluate'](_0x168b82,scripts[_0x59d3fd(0x95)],_0xf40577);}},exports[a34_0x4cbd0f(0xac)]=async _0x3a0bee=>{const _0x96fcfd=a34_0x4cbd0f,_0x1ebf59={};_0x1ebf59['jYYyk']=_0x96fcfd(0xc6),_0x1ebf59[_0x96fcfd(0x9c)]=_0x96fcfd(0xef);const _0x4b05fa=_0x1ebf59;if(global['accessibilityPlatform'])try{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x3a0bee,scripts.performScan)));const summaryResults=await exports.browserStackEvaluate(_0x3a0bee,scripts.getResultsSummary);return summaryResults;}catch{return logger[_0x96fcfd(0xc2)](_0x4b05fa[_0x96fcfd(0xcf)]),{};}else return logger[_0x96fcfd(0xbc)](_0x4b05fa[_0x96fcfd(0x9c)]),{};},exports[a34_0x4cbd0f(0x97)]=async _0x4f1cc0=>{const _0x3b3a36=a34_0x4cbd0f,_0x553e71={'zOZIJ':function(_0x144718,_0xbcae8b){return _0x144718!==_0xbcae8b;},'KSUAy':_0x3b3a36(0x9f),'UEDQk':function(_0x5d892a,_0x251cb9){return _0x5d892a===_0x251cb9;},'DJgvN':'chrome','gMloW':_0x3b3a36(0xd4),'qpJqI':_0x3b3a36(0xe7),'ETOhh':function(_0x2caffd,_0x470b44){return _0x2caffd(_0x470b44);},'bQaJI':function(_0x306070,_0x534343){return _0x306070===_0x534343;},'oxMdA':_0x3b3a36(0xe0),'lYsTO':function(_0x2ceea0,_0x5d0f24){return _0x2ceea0>_0x5d0f24;},'kXxlf':_0x3b3a36(0x99)};try{if(!_0x553e71[_0x3b3a36(0xf0)](_0x4f1cc0[_0x3b3a36(0x91)],''))return logger['warn'](_0x553e71[_0x3b3a36(0xeb)]),![];const _0x192e5d=_0x4f1cc0[_0x3b3a36(0xd7)];if(!(_0x553e71['UEDQk'](_0x192e5d,_0x553e71[_0x3b3a36(0xb1)])||_0x553e71['UEDQk'](_0x192e5d,_0x553e71[_0x3b3a36(0xaf)])))return logger[_0x3b3a36(0xbc)](_0x553e71[_0x3b3a36(0xc5)]),![];const _0x564ce4=_0x553e71[_0x3b3a36(0xad)](parseInt,_0x4f1cc0[_0x3b3a36(0xc8)]);if(!(_0x553e71['bQaJI'](_0x564ce4,_0x553e71[_0x3b3a36(0x98)])||_0x553e71[_0x3b3a36(0xd3)](_0x564ce4,0x5e)))return logger['warn'](_0x553e71['kXxlf']),![];}catch(_0x17ee41){logger[_0x3b3a36(0xc2)](_0x3b3a36(0xe4)+util[_0x3b3a36(0x90)](_0x17ee41));}return!![];},exports[a34_0x4cbd0f(0x9b)]=(_0x53ace9,_0x3643a9,_0x3b0137)=>{const _0xc41a60=a34_0x4cbd0f,_0x15bc42={'FdYOr':function(_0x11845b){return _0x11845b();},'QOHlb':_0xc41a60(0xed),'Kzloa':function(_0x541ad3,_0x5cca5b){return _0x541ad3===_0x5cca5b;},'opKJp':_0xc41a60(0x93),'muZrc':_0xc41a60(0xd4),'qpATO':_0xc41a60(0xe7),'CdlDl':_0xc41a60(0xe0),'chgBl':function(_0x213b30,_0x2bc324){return _0x213b30>_0x2bc324;},'rxdYg':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','Xvkiw':function(_0x5af4be,_0x3ec878){return _0x5af4be(_0x3ec878);},'loCjA':_0xc41a60(0x9f),'LWUpg':function(_0x29832d,_0x1fd312){return _0x29832d+_0x1fd312;}};try{if(_0x15bc42[_0xc41a60(0xe3)](isAccessibilityAutomationSession)){global[_0xc41a60(0x8c)]=!![];!_0x53ace9[_0x15bc42[_0xc41a60(0xec)]]&&(global[_0xc41a60(0x8c)]=![]);!(_0x15bc42[_0xc41a60(0xea)](_0x53ace9[_0xc41a60(0x96)],_0x15bc42[_0xc41a60(0xd2)])||_0x15bc42[_0xc41a60(0xea)](_0x53ace9['browserName'],_0x15bc42[_0xc41a60(0xf2)]))&&(logger[_0xc41a60(0xbc)](_0x15bc42[_0xc41a60(0x9e)]),global['accessibilityPlatform']=![]);!(_0x15bc42['Kzloa'](_0x53ace9[_0xc41a60(0xc8)],_0x15bc42[_0xc41a60(0xae)])||_0x15bc42[_0xc41a60(0x8e)](_0x53ace9[_0xc41a60(0xc8)],0x5e))&&(logger['warn'](_0x15bc42['rxdYg']),global[_0xc41a60(0x8c)]=![]);!_0x15bc42[_0xc41a60(0xe1)](isUndefined,_0x53ace9['deviceName'])&&(logger[_0xc41a60(0xbc)](_0x15bc42['loCjA']),global[_0xc41a60(0x8c)]=![]);if(!global[_0xc41a60(0x8c)]){_0x53ace9[_0x15bc42[_0xc41a60(0xec)]]=![];const _0x529471=_0x15bc42[_0xc41a60(0x92)](_0x3643a9,_0x15bc42[_0xc41a60(0xe1)](encodeURIComponent,JSON[_0xc41a60(0xa9)](_0x53ace9)));_0x3b0137&&(_0x3b0137['currentTest'][_0xc41a60(0xa1)][_0xc41a60(0xc9)]['use'][_0xc41a60(0xe2)][_0xc41a60(0xa5)]=_0x529471,_0x3b0137[_0xc41a60(0x8d)]['project']['use'][_0xc41a60(0xe2)][_0xc41a60(0xa5)]=_0x529471);}}}catch(_0x51bcab){logger[_0xc41a60(0xc2)](_0xc41a60(0xe9)+util[_0xc41a60(0x90)](_0x51bcab));}};
1
+ function a34_0x2e0a(_0xb14f23,_0x13a36b){const _0x2f0be5=a34_0x2f0b();return a34_0x2e0a=function(_0x2e0a04,_0x1a80cd){_0x2e0a04=_0x2e0a04-0x1ab;let _0x35286f=_0x2f0be5[_0x2e0a04];return _0x35286f;},a34_0x2e0a(_0xb14f23,_0x13a36b);}const a34_0x20a2d8=a34_0x2e0a;(function(_0x49d883,_0x3b48aa){const _0x37e69a=a34_0x2e0a,_0x5d0e49=_0x49d883();while(!![]){try{const _0x10ae04=-parseInt(_0x37e69a(0x1da))/0x1+-parseInt(_0x37e69a(0x1b8))/0x2*(parseInt(_0x37e69a(0x20a))/0x3)+parseInt(_0x37e69a(0x1fa))/0x4+parseInt(_0x37e69a(0x1ed))/0x5+parseInt(_0x37e69a(0x1f1))/0x6+-parseInt(_0x37e69a(0x1cf))/0x7*(parseInt(_0x37e69a(0x1d0))/0x8)+parseInt(_0x37e69a(0x1b5))/0x9*(parseInt(_0x37e69a(0x1e3))/0xa);if(_0x10ae04===_0x3b48aa)break;else _0x5d0e49['push'](_0x5d0e49['shift']());}catch(_0x3dcfa9){_0x5d0e49['push'](_0x5d0e49['shift']());}}}(a34_0x2f0b,0x94b48));function a34_0x2f0b(){const _0x23b1d1=['platformValidation','xNlWl','Mmkmh','getAccessibilityResultsSummary','debug','3499024uJTrPT','CRbrO','browserstack.accessibility','sRxMH','../../helpers/accessibility-automation/helper','accessibilityOptions.authToken','deviceName','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','name','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','hRbNC','WebDriver','browserStackEvaluate','chrome','executeScript','No\x20summaryResults\x20found.','2727krBDmi','dysHm','error','rXNWT','workerInfo','warn','poNIA','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','util','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','wchrs','Nphbt','MrNPY','TQDcH','../../helpers/helper','wcagVersion','method','latest','accessibilityOptions.scannerProcessingTimeout','bstackSdkArgs','scannerProcessingTimeout','qVnoU','format','winstonLogger','Playwright','browserStackExecuteDriver','scannerVersion','mqVcX','45ihxzHu','executeAsyncScript','zNkJs','138sFqcEo','testInfo','uIWfi','KoPpg','currentTest','includeIssueType','env','browserName','playwright-chromium','xQqGl','stringify','setAccessibilityCapabilities','bmZeD','iPjZT','LYPpg','atefq','replace','CPqMC','parse','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20\x20\x20','No\x20accessibility\x20results\x20were\x20found.','KKKjS','7707308FixDuw','8abbZvw','dqaPc','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20','dQzfm','connectOptions','../../helpers/accessibility-automation/scripts','project','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','accessibilityOptions.scannerVersion','accessibilityOptions','687348hOrGci','MxlYp','needsReview','mPPzg','constructor','zufcL','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','yhfKs','BS_A11Y_JWT','50550cdxINC','kRyJd','iUPFz','wsEndpoint','use','ytwRv','VWnLU','fFHuk','processAccessibilityCaps','accessibilityOptions.includeIssueType.needsReview','5631485qXzzDl','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','getAccessibilityResults','IByDL','2603286yXrCWP','evaluate','browser_version','accessibilityPlatform'];a34_0x2f0b=function(){return _0x23b1d1;};return a34_0x2f0b();}const util=require(a34_0x20a2d8(0x212)),logger=require('../../helpers/logger')[a34_0x20a2d8(0x1b0)],{isAccessibilityAutomationSession}=require(a34_0x20a2d8(0x1fe)),{isUndefined}=require(a34_0x20a2d8(0x218)),scripts=require(a34_0x20a2d8(0x1d5));exports[a34_0x20a2d8(0x206)]=async(_0x47f173,_0x4f1de3,_0xf1778d={})=>{const _0x4b5b3e=a34_0x20a2d8,_0x53a0f9={};_0x53a0f9[_0x4b5b3e(0x214)]=_0x4b5b3e(0x1ac);const _0x3ee16d=_0x53a0f9;return await _0x47f173[_0x4b5b3e(0x1f2)](_0x4b5b3e(0x1d2)+_0x4f1de3[_0x4b5b3e(0x1c8)](/arguments/g,_0x3ee16d[_0x4b5b3e(0x214)])+_0x4b5b3e(0x203)+JSON['stringify'](_0xf1778d)+')');},exports[a34_0x20a2d8(0x1b2)]=async(_0x1e4e48,_0x196c9c,_0x2f38cc={})=>{const _0x12dfaa=a34_0x20a2d8,_0x2069ad={};_0x2069ad['mqVcX']=function(_0x109fa0,_0x22252e){return _0x109fa0===_0x22252e;},_0x2069ad[_0x12dfaa(0x1b7)]=_0x12dfaa(0x205),_0x2069ad[_0x12dfaa(0x1e8)]=function(_0x35eab8,_0x2020ee){return _0x35eab8===_0x2020ee;},_0x2069ad[_0x12dfaa(0x1f7)]=_0x12dfaa(0x1b1),_0x2069ad[_0x12dfaa(0x1f0)]=_0x12dfaa(0x1ac);const _0xfe29b8=_0x2069ad;if(_0xfe29b8[_0x12dfaa(0x1b4)](_0x1e4e48[_0x12dfaa(0x1de)][_0x12dfaa(0x202)],_0xfe29b8[_0x12dfaa(0x1b7)]))return await _0x1e4e48[_0x12dfaa(0x1b6)](_0x196c9c,_0x2f38cc);else{if(_0xfe29b8[_0x12dfaa(0x1e8)](_0x1e4e48[_0x12dfaa(0x1de)][_0x12dfaa(0x202)],_0xfe29b8[_0x12dfaa(0x1f7)]))return await _0x1e4e48[_0x12dfaa(0x208)](_0x12dfaa(0x1cc)+_0x196c9c[_0x12dfaa(0x1c8)](/arguments/g,_0xfe29b8[_0x12dfaa(0x1f0)])+'\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})('+JSON[_0x12dfaa(0x1c2)](_0x2f38cc)+')');}},exports[a34_0x20a2d8(0x1c3)]=async _0x1efc3a=>{const _0x39fcae=a34_0x20a2d8,_0x2705ba={};_0x2705ba[_0x39fcae(0x20b)]='accessibilityOptions.wcagVersion',_0x2705ba[_0x39fcae(0x1c1)]=_0x39fcae(0x1ab),_0x2705ba[_0x39fcae(0x1fb)]='accessibilityOptions.includeIssueType.bestPractice',_0x2705ba[_0x39fcae(0x1d3)]=_0x39fcae(0x1ec),_0x2705ba[_0x39fcae(0x1e1)]=_0x39fcae(0x1ff),_0x2705ba[_0x39fcae(0x1ba)]=_0x39fcae(0x1d8);const _0x354f84=_0x2705ba;_0x1efc3a['accessibilityOptions']&&(_0x1efc3a['accessibilityOptions'][_0x39fcae(0x219)]&&(_0x1efc3a[_0x354f84['dysHm']]=_0x1efc3a['accessibilityOptions'][_0x39fcae(0x219)]),_0x1efc3a[_0x39fcae(0x1d9)][_0x39fcae(0x1ad)]&&(_0x1efc3a[_0x354f84[_0x39fcae(0x1c1)]]=_0x1efc3a[_0x39fcae(0x1d9)][_0x39fcae(0x1ad)]),_0x1efc3a['accessibilityOptions'][_0x39fcae(0x1bd)]&&(_0x1efc3a[_0x354f84[_0x39fcae(0x1fb)]]=_0x1efc3a[_0x39fcae(0x1d9)][_0x39fcae(0x1bd)]['bestPractice'],_0x1efc3a[_0x354f84[_0x39fcae(0x1d3)]]=_0x1efc3a[_0x39fcae(0x1d9)][_0x39fcae(0x1bd)][_0x39fcae(0x1dc)]));const _0xd2f56e=JSON[_0x39fcae(0x1ca)](process['env'][_0x39fcae(0x213)])[_0x39fcae(0x1b3)];_0x1efc3a[_0x354f84[_0x39fcae(0x1e1)]]=process[_0x39fcae(0x1be)][_0x39fcae(0x1e2)],_0x1efc3a[_0x354f84[_0x39fcae(0x1ba)]]=_0xd2f56e,delete _0x1efc3a[_0x39fcae(0x1d9)];},exports[a34_0x20a2d8(0x1ef)]=async _0x437a9b=>{const _0x542435=a34_0x20a2d8,_0x586031={};_0x586031[_0x542435(0x1c9)]=_0x542435(0x1cd),_0x586031[_0x542435(0x1c5)]=_0x542435(0x201);const _0x3e20b8=_0x586031;if(global[_0x542435(0x1f4)])try{logger.debug('Performing scan before getting results');logger.debug(util.format(await exports.browserStackEvaluate(_0x437a9b,scripts.performScan)));const res=await exports.browserStackEvaluate(_0x437a9b,scripts.getResults);return res;}catch{return logger[_0x542435(0x20c)](_0x3e20b8[_0x542435(0x1c9)]),[];}else return logger['warn'](_0x3e20b8[_0x542435(0x1c5)]),[];},exports['performScan']=async(_0x5685fb,_0x2a5dc6='')=>{const _0x453928=a34_0x20a2d8;if(global[_0x453928(0x1f4)]){const _0x5c7135={};return _0x5c7135[_0x453928(0x21a)]=_0x2a5dc6,await exports[_0x453928(0x206)](_0x5685fb,scripts['performScan'],_0x5c7135);}},exports[a34_0x20a2d8(0x1f8)]=async _0x34f79b=>{const _0x5182d8=a34_0x20a2d8,_0x182916={};_0x182916['rXNWT']=_0x5182d8(0x209),_0x182916[_0x5182d8(0x1bb)]=_0x5182d8(0x211);const _0x5ba21a=_0x182916;if(global[_0x5182d8(0x1f4)])try{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x34f79b,scripts.performScan)));const summaryResults=await exports.browserStackEvaluate(_0x34f79b,scripts.getResultsSummary);return summaryResults;}catch{return logger[_0x5182d8(0x1f9)](_0x5ba21a[_0x5182d8(0x20d)]),{};}else return logger['warn'](_0x5ba21a[_0x5182d8(0x1bb)]),{};},exports[a34_0x20a2d8(0x1f5)]=async _0x15fedc=>{const _0x2b51b6=a34_0x20a2d8,_0x501ae9={'sRxMH':function(_0x53e832,_0x12b239){return _0x53e832!==_0x12b239;},'MxlYp':_0x2b51b6(0x1d7),'fFHuk':function(_0x5bf94d,_0x4ccfe0){return _0x5bf94d===_0x4ccfe0;},'bmZeD':'chrome','VwhwT':function(_0x3fd063,_0x7652ce){return _0x3fd063===_0x7652ce;},'qVnoU':_0x2b51b6(0x1c0),'GDDql':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','poNIA':function(_0x38e5f2,_0x1d6ef3){return _0x38e5f2(_0x1d6ef3);},'Nphbt':_0x2b51b6(0x21b),'LYPpg':function(_0xd7de52,_0xca2913){return _0xd7de52>_0xca2913;},'hRbNC':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(!_0x501ae9[_0x2b51b6(0x1fd)](_0x15fedc[_0x2b51b6(0x200)],''))return logger[_0x2b51b6(0x20f)](_0x501ae9[_0x2b51b6(0x1db)]),![];const _0x3285c3=_0x15fedc['browser'];if(!(_0x501ae9[_0x2b51b6(0x1ea)](_0x3285c3,_0x501ae9[_0x2b51b6(0x1c4)])||_0x501ae9['VwhwT'](_0x3285c3,_0x501ae9[_0x2b51b6(0x1ae)])))return logger[_0x2b51b6(0x20f)](_0x501ae9['GDDql']),![];const _0x5f53d8=_0x501ae9[_0x2b51b6(0x210)](parseInt,_0x15fedc['browser_version']);if(!(_0x501ae9[_0x2b51b6(0x1ea)](_0x5f53d8,_0x501ae9[_0x2b51b6(0x215)])||_0x501ae9[_0x2b51b6(0x1c6)](_0x5f53d8,0x5e)))return logger[_0x2b51b6(0x20f)](_0x501ae9[_0x2b51b6(0x204)]),![];}catch(_0x16b420){logger['debug'](_0x2b51b6(0x1cb)+util[_0x2b51b6(0x1af)](_0x16b420));}return!![];},exports[a34_0x20a2d8(0x1eb)]=(_0x3f09d6,_0x35e132,_0x3952e7)=>{const _0x40209a=a34_0x20a2d8,_0xc48195={'iUPFz':function(_0x4e9766){return _0x4e9766();},'KKKjS':_0x40209a(0x1fc),'VWnLU':function(_0x1fc782,_0x3c5ec8){return _0x1fc782===_0x3c5ec8;},'MrNPY':_0x40209a(0x207),'HIzSV':_0x40209a(0x1c0),'zufcL':_0x40209a(0x1e0),'VIYOu':_0x40209a(0x21b),'mPPzg':function(_0x1fb1f1,_0x273961){return _0x1fb1f1>_0x273961;},'atefq':_0x40209a(0x1ee),'xNlWl':function(_0x57700a,_0x2f2b33){return _0x57700a(_0x2f2b33);},'kRyJd':_0x40209a(0x1d7),'dqaPc':function(_0x5a4795,_0x26ff2a){return _0x5a4795+_0x26ff2a;},'TQDcH':function(_0x50c7e3,_0x9ee209){return _0x50c7e3(_0x9ee209);}};try{if(_0xc48195[_0x40209a(0x1e5)](isAccessibilityAutomationSession)){global['accessibilityPlatform']=!![];!_0x3f09d6[_0xc48195[_0x40209a(0x1ce)]]&&(global[_0x40209a(0x1f4)]=![]);!(_0xc48195[_0x40209a(0x1e9)](_0x3f09d6[_0x40209a(0x1bf)],_0xc48195[_0x40209a(0x216)])||_0xc48195['VWnLU'](_0x3f09d6[_0x40209a(0x1bf)],_0xc48195['HIzSV']))&&(logger[_0x40209a(0x20f)](_0xc48195[_0x40209a(0x1df)]),global['accessibilityPlatform']=![]);!(_0xc48195[_0x40209a(0x1e9)](_0x3f09d6['browser_version'],_0xc48195['VIYOu'])||_0xc48195[_0x40209a(0x1dd)](_0x3f09d6[_0x40209a(0x1f3)],0x5e))&&(logger[_0x40209a(0x20f)](_0xc48195[_0x40209a(0x1c7)]),global[_0x40209a(0x1f4)]=![]);!_0xc48195[_0x40209a(0x1f6)](isUndefined,_0x3f09d6[_0x40209a(0x200)])&&(logger[_0x40209a(0x20f)](_0xc48195[_0x40209a(0x1e4)]),global[_0x40209a(0x1f4)]=![]);if(!global[_0x40209a(0x1f4)]){_0x3f09d6[_0xc48195[_0x40209a(0x1ce)]]=![];const _0x519888=_0xc48195[_0x40209a(0x1d1)](_0x35e132,_0xc48195[_0x40209a(0x217)](encodeURIComponent,JSON['stringify'](_0x3f09d6)));_0x3952e7&&(_0x3952e7[_0x40209a(0x1bc)][_0x40209a(0x1b9)][_0x40209a(0x1d6)][_0x40209a(0x1e7)]['connectOptions'][_0x40209a(0x1e6)]=_0x519888,_0x3952e7[_0x40209a(0x20e)]['project']['use'][_0x40209a(0x1d4)][_0x40209a(0x1e6)]=_0x519888);}}}catch(_0x4c8a93){logger[_0x40209a(0x1f9)]('Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20'+util[_0x40209a(0x1af)](_0x4c8a93));}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a35_0x3fa32c=a35_0x221c;function a35_0x221c(_0x4e076c,_0x1a1a79){const _0x385c7c=a35_0x385c();return a35_0x221c=function(_0x221c90,_0x2f026f){_0x221c90=_0x221c90-0x124;let _0x183b37=_0x385c7c[_0x221c90];return _0x183b37;},a35_0x221c(_0x4e076c,_0x1a1a79);}(function(_0x2cb8dc,_0x18f385){const _0xdf46f=a35_0x221c,_0x8eeebc=_0x2cb8dc();while(!![]){try{const _0xd6accf=-parseInt(_0xdf46f(0x17e))/0x1+parseInt(_0xdf46f(0x142))/0x2+parseInt(_0xdf46f(0x171))/0x3*(parseInt(_0xdf46f(0x175))/0x4)+parseInt(_0xdf46f(0x1a6))/0x5*(parseInt(_0xdf46f(0x1b8))/0x6)+-parseInt(_0xdf46f(0x18c))/0x7+parseInt(_0xdf46f(0x190))/0x8*(parseInt(_0xdf46f(0x13b))/0x9)+parseInt(_0xdf46f(0x147))/0xa*(parseInt(_0xdf46f(0x127))/0xb);if(_0xd6accf===_0x18f385)break;else _0x8eeebc['push'](_0x8eeebc['shift']());}catch(_0x5ca103){_0x8eeebc['push'](_0x8eeebc['shift']());}}}(a35_0x385c,0x57e4a));const fs=require('fs'),path=require(a35_0x3fa32c(0x1b4)),{spawn}=require(a35_0x3fa32c(0x1a4)),{format}=require('util'),logger=require(a35_0x3fa32c(0x124))['winstonLogger'],{default:BrowserStackSetup}=require(a35_0x3fa32c(0x15f)),helper=require(a35_0x3fa32c(0x18f)),utilities=require('../../helpers/utilities'),constants=require(a35_0x3fa32c(0x166)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getTransformPath,getConfigLoaderPath,getProjectUtilsPath}=require(a35_0x3fa32c(0x139)),{CrashReporter}=require(a35_0x3fa32c(0x1ad)),{getFrameworkVersion}=require('../../helpers/test-observability/utils'),{checkAccessibilityPlatformConfig}=require(a35_0x3fa32c(0x13f)),{setAccessibilityCapabilities}=require(a35_0x3fa32c(0x1a8)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),{shouldProcessEventForTesthub}=require(a35_0x3fa32c(0x187)),getUserPlaywrightConfig=async(_0x375458,_0x55568e)=>{const _0x4fa618=a35_0x3fa32c,_0x2117fb={'HpYGi':function(_0x59d44b){return _0x59d44b();},'HzNYu':function(_0x2ef388,_0x444982){return _0x2ef388(_0x444982);},'ScoBR':function(_0x277103,_0x77741a){return _0x277103(_0x77741a);},'CYczd':_0x4fa618(0x132),'QgKBL':_0x4fa618(0x174)},_0x560776=!helper['isUndefined'](_0x375458[_0x4fa618(0x143)]),_0x592224=_0x560776?path[_0x4fa618(0x1bb)](process[_0x4fa618(0x13c)](),_0x375458[_0x4fa618(0x143)]):process[_0x4fa618(0x13c)](),{resolveConfigFile:_0x1814fd,resolveConfigLocation:_0x118def}=helper[_0x4fa618(0x14b)]['apply'](null,_0x2117fb[_0x4fa618(0x16c)](getConfigLoaderPath)),_0x1cfa2a=_0x1814fd?_0x2117fb[_0x4fa618(0x131)](_0x1814fd,_0x592224):helper[_0x4fa618(0x180)](_0x2117fb[_0x4fa618(0x184)](_0x118def,_0x592224),[_0x2117fb[_0x4fa618(0x16d)]]),_0x229ff6={};if(_0x560776){const _0x3eb21f=_0x55568e['findIndex'](_0x1cee8a=>_0x1cee8a===_0x4fa618(0x176)||_0x1cee8a==='-c'||_0x1cee8a[_0x4fa618(0x19e)](_0x4fa618(0x174)));_0x55568e[_0x4fa618(0x135)](_0x3eb21f,_0x55568e[_0x3eb21f]['startsWith'](_0x2117fb[_0x4fa618(0x137)])?0x1:0x2);}const _0x1fa437={};return _0x1fa437[_0x4fa618(0x1b4)]=_0x1cfa2a,_0x1fa437[_0x4fa618(0x143)]=_0x229ff6,_0x1fa437;},handleO11yRerun=_0x94a24f=>{const _0x551d71=a35_0x3fa32c,_0x51a8e1={};_0x51a8e1[_0x551d71(0x173)]=function(_0x2357f2,_0x372a15){return _0x2357f2!==_0x372a15;},_0x51a8e1[_0x551d71(0x148)]=_0x551d71(0x19c),_0x51a8e1[_0x551d71(0x14d)]='--grep';const _0x222c1d=_0x51a8e1,_0x2e996e=helper[_0x551d71(0x156)](process[_0x551d71(0x1b1)]['BROWSERSTACK_RERUN']);if(_0x2e996e){const _0xd524e8=process['env'][_0x551d71(0x188)],_0x1b485c=[];if(_0x222c1d[_0x551d71(0x173)](_0xd524e8,_0x222c1d[_0x551d71(0x148)])&&!helper[_0x551d71(0x154)](_0xd524e8)){_0xd524e8[_0x551d71(0x183)](',')[_0x551d71(0x14e)](_0x37446f=>{const _0x3c2195=_0x551d71;_0x1b485c[_0x3c2195(0x13e)]('('+_0x37446f[_0x3c2195(0x19b)]()+')');});const _0x308ef9='^'+_0x1b485c[_0x551d71(0x1ac)]('|')+'$';_0x94a24f[_0x551d71(0x13e)](_0x222c1d[_0x551d71(0x14d)],_0x308ef9);}}},spawnOriginalProcess=_0x5e13b1=>{const _0x5b1a24=a35_0x3fa32c,_0x6e5767={'zJUns':function(_0x2895d7,_0x16ba74,_0x1f7790,_0x1e3b17){return _0x2895d7(_0x16ba74,_0x1f7790,_0x1e3b17);},'fZXav':'npx','RjLJC':_0x5b1a24(0x16b),'MJqjK':function(_0x3b479c,_0x3e6873){return _0x3b479c===_0x3e6873;},'xeJaD':_0x5b1a24(0x136),'MELZv':'inherit'};_0x6e5767[_0x5b1a24(0x1aa)](spawn,_0x6e5767['fZXav'],[_0x6e5767[_0x5b1a24(0x19a)],..._0x5e13b1[_0x5b1a24(0x1b2)](0x1)],{'shell':_0x6e5767[_0x5b1a24(0x172)](process['platform'],_0x6e5767['xeJaD']),'stdio':_0x6e5767[_0x5b1a24(0x17b)],'cwd':process[_0x5b1a24(0x13c)]()});},isTestCommand=(_0x508873,_0x1ec9ff)=>{const _0x55e70f=a35_0x3fa32c,_0x1bc0e3={};_0x1bc0e3[_0x55e70f(0x15c)]=function(_0x1f64eb,_0x1a19d5){return _0x1f64eb>_0x1a19d5;},_0x1bc0e3[_0x55e70f(0x12f)]=function(_0x2cf061,_0x309129){return _0x2cf061===_0x309129;},_0x1bc0e3[_0x55e70f(0x19f)]=_0x55e70f(0x194);const _0x378601=_0x1bc0e3;if(_0x378601['IFKtc'](_0x1ec9ff[_0x55e70f(0x13a)],0x1)&&_0x378601[_0x55e70f(0x12f)](_0x1ec9ff[0x1],_0x378601[_0x55e70f(0x19f)]))return!![];return![];};async function run(_0x4dd06c,_0x36d06a){const _0x2af3c8=a35_0x3fa32c,_0x56e200={'dJrqH':_0x2af3c8(0x145),'WqooA':'pw_result.json','XFUiN':function(_0x643376,_0x33610e){return _0x643376+_0x33610e;},'KIhHe':_0x2af3c8(0x18b),'WJCjn':_0x2af3c8(0x130),'dtREf':function(_0x36d174){return _0x36d174();},'LGCsh':_0x2af3c8(0x17a),'TLWVZ':_0x2af3c8(0x192),'eXdmX':'false','uTvya':_0x2af3c8(0x195),'nshwk':function(_0x478b84,_0x514ced){return _0x478b84>=_0x514ced;},'LdDzZ':function(_0x586872,_0x1e297a){return _0x586872+_0x1e297a;},'PNdig':'Error\x20in\x20deleting\x20playwright\x20results','AWBOa':function(_0x1489c7,_0x4019c9,_0x4a469a){return _0x1489c7(_0x4019c9,_0x4a469a);},'GBAqz':function(_0x218b29,_0x223f7a){return _0x218b29(_0x223f7a);},'xvdxB':_0x2af3c8(0x178),'qwCOu':_0x2af3c8(0x138),'qNfKa':function(_0x13d40a,_0x1210eb){return _0x13d40a!=_0x1210eb;},'sUNfO':function(_0x5b6bad,_0x441959,_0x4822f7){return _0x5b6bad(_0x441959,_0x4822f7);},'SLMYK':function(_0xacc4d5,_0x2ce015){return _0xacc4d5(_0x2ce015);},'wtLXC':function(_0x5e0f38,_0x1c915c){return _0x5e0f38===_0x1c915c;},'uDaJH':_0x2af3c8(0x197),'yNtKl':function(_0x40fdc0,_0x3b4426){return _0x40fdc0(_0x3b4426);},'uUgyU':_0x2af3c8(0x168),'WGxFG':function(_0x3ffe73,_0x55a290){return _0x3ffe73===_0x55a290;},'fAILz':'playwright-browserstack-sdk.config.cjs','AcXll':_0x2af3c8(0x134),'wZVMd':function(_0x111151,_0x368a04){return _0x111151-_0x368a04;},'xSBDD':function(_0x4867c9,_0x56d496){return _0x4867c9+_0x56d496;},'xqYJa':_0x2af3c8(0x181),'cWtGf':function(_0x56e787,_0x4d8e5d){return _0x56e787>_0x4d8e5d;},'IZrxv':function(_0x24a09d,_0x4980ae){return _0x24a09d+_0x4980ae;},'nZKkZ':function(_0x140254,_0x1b517f,_0x3081f8,_0x4a5152){return _0x140254(_0x1b517f,_0x3081f8,_0x4a5152);},'vYhFE':'npx','Pcdyo':_0x2af3c8(0x16b),'IIBxe':'test','PSyhw':_0x2af3c8(0x176),'TxICm':function(_0x22b625,_0x4feda1){return _0x22b625===_0x4feda1;},'xLzJe':'win32','kRUwG':_0x2af3c8(0x1ae),'wBnqi':_0x2af3c8(0x17f)};!helper[_0x2af3c8(0x1af)](process[_0x2af3c8(0x1b1)][_0x2af3c8(0x12e)])&&(process[_0x2af3c8(0x1b1)][_0x2af3c8(0x12e)]=!![]);process[_0x2af3c8(0x15d)][_0x2af3c8(0x198)](_0x56e200['TLWVZ'])&&(process[_0x2af3c8(0x1b1)][_0x2af3c8(0x12e)]=_0x56e200['eXdmX'],_0x36d06a=_0x36d06a['filter'](_0x12d4dd=>_0x12d4dd!==_0x2af3c8(0x192)));const _0x2561a6=_0x36d06a['indexOf'](_0x56e200[_0x2af3c8(0x133)]);_0x56e200[_0x2af3c8(0x1a3)](_0x2561a6,0x0)&&(process[_0x2af3c8(0x1b1)][_0x2af3c8(0x193)]=_0x56e200[_0x2af3c8(0x164)],_0x36d06a=_0x36d06a[_0x2af3c8(0x1b3)](_0x35ffa1=>_0x35ffa1!==_0x2af3c8(0x195)));try{const _0x452167=path[_0x2af3c8(0x1ac)](helper[_0x2af3c8(0x1a0)](),_0x56e200[_0x2af3c8(0x1a1)],_0x56e200[_0x2af3c8(0x186)]);fs['existsSync'](_0x452167)&&fs[_0x2af3c8(0x125)](_0x452167);}catch(_0x2b3260){logger[_0x2af3c8(0x165)](_0x56e200['LdDzZ'](_0x56e200[_0x2af3c8(0x129)],_0x2b3260));}if(!_0x56e200[_0x2af3c8(0x151)](isTestCommand,_0x4dd06c,_0x36d06a)){_0x56e200[_0x2af3c8(0x1a7)](spawnOriginalProcess,_0x36d06a);return;}const _0x1c5004=new BrowserStackSetup(_0x4dd06c,FRAMEWORKS[_0x2af3c8(0x153)]);if(!_0x1c5004[_0x2af3c8(0x143)]){logger[_0x2af3c8(0x1b7)](_0x56e200[_0x2af3c8(0x155)]);return;}await _0x1c5004[_0x2af3c8(0x144)]();!helper['isUndefined'](_0x1c5004[_0x2af3c8(0x1ba)])&&_0x1c5004[_0x2af3c8(0x1ba)]['has'](_0x56e200['qwCOu'])&&(process[_0x2af3c8(0x1b1)][_0x2af3c8(0x12e)]=_0x1c5004[_0x2af3c8(0x1ba)]['get'](_0x56e200['qwCOu'])||!![]);_0x56e200[_0x2af3c8(0x13d)](_0x1c5004[_0x2af3c8(0x143)][_0x2af3c8(0x18e)],null)&&!helper[_0x2af3c8(0x156)](process[_0x2af3c8(0x1b1)][_0x2af3c8(0x193)])&&(process['env'][_0x2af3c8(0x193)]=process[_0x2af3c8(0x1b1)][_0x2af3c8(0x193)]||_0x1c5004[_0x2af3c8(0x143)]['testObservability']);const _0x216eee=!helper[_0x2af3c8(0x1af)](process['env'][_0x2af3c8(0x193)]);let _0x371fe7=![];_0x1c5004[_0x2af3c8(0x143)][_0x2af3c8(0x15b)]&&(_0x371fe7=!![],process['env'][_0x2af3c8(0x14a)]=_0x1c5004['config'][_0x2af3c8(0x15b)]);_0x1c5004[_0x2af3c8(0x143)][_0x2af3c8(0x15e)]&&(process['env'][_0x2af3c8(0x1ab)]=JSON['stringify'](_0x1c5004[_0x2af3c8(0x143)]['accessibilityOptions']));const _0x2df3f3=_0x36d06a['concat'](),_0x2ebbce=await _0x56e200[_0x2af3c8(0x177)](getUserPlaywrightConfig,_0x4dd06c,_0x36d06a);if(helper[_0x2af3c8(0x154)](_0x2ebbce)){_0x56e200[_0x2af3c8(0x182)](spawnOriginalProcess,_0x2df3f3);return;}const _0x2f9433=_0x2ebbce[_0x2af3c8(0x1b4)]?path['dirname'](_0x2ebbce['path']):process['cwd']();process[_0x2af3c8(0x1b1)][_0x2af3c8(0x150)]=_0x2f9433,await TestHubHandler[_0x2af3c8(0x18d)](FRAMEWORKS[_0x2af3c8(0x153)],_0x1c5004);_0x216eee&&_0x56e200['GBAqz'](handleO11yRerun,_0x36d06a);let _0xa6e62f=_0x56e200[_0x2af3c8(0x185)](process['env'][_0x2af3c8(0x14a)],_0x56e200[_0x2af3c8(0x1a5)]);_0xa6e62f=_0xa6e62f||_0x56e200[_0x2af3c8(0x1a7)](checkAccessibilityPlatformConfig,_0x1c5004[_0x2af3c8(0x143)]),process['env'][_0x2af3c8(0x14a)]=_0xa6e62f;_0xa6e62f&&_0x56e200[_0x2af3c8(0x12a)](setAccessibilityCapabilities,_0x1c5004[_0x2af3c8(0x143)]);const _0x4fcc89=path[_0x2af3c8(0x1ac)](_0x2ebbce[_0x2af3c8(0x1b4)]?path[_0x2af3c8(0x199)](_0x2ebbce[_0x2af3c8(0x1b4)]):process[_0x2af3c8(0x13c)](),_0x56e200[_0x2af3c8(0x152)]);fs[_0x2af3c8(0x160)](_0x4fcc89,helper['serializeToYamlString'](_0x1c5004[_0x2af3c8(0x143)])),process['env'][_0x2af3c8(0x17c)]=_0x4fcc89,helper['clearTempPWConfig']();let _0x1124ab='';_0x56e200[_0x2af3c8(0x159)](helper[_0x2af3c8(0x140)](),constants[_0x2af3c8(0x146)][_0x2af3c8(0x128)])?_0x1124ab=_0x56e200[_0x2af3c8(0x189)]:_0x1124ab=_0x56e200['AcXll'];let _0x38bd79='';if(helper[_0x2af3c8(0x18a)](_0x2ebbce[_0x2af3c8(0x1b4)])){_0x38bd79='\x0a\x0a\x20\x20\x20\x20import\x20pkg\x20from\x20\x27browserstack-node-sdk\x27;\x0a\x20\x20\x20\x20export\x20default\x20pkg._modifyPlaywright()\x0a';const _0x553a21=_0x1124ab[_0x2af3c8(0x183)]('.');_0x553a21[_0x56e200[_0x2af3c8(0x1a9)](_0x553a21[_0x2af3c8(0x13a)],0x1)]='ts',_0x1124ab=_0x553a21[_0x2af3c8(0x1ac)]('.'),logger[_0x2af3c8(0x165)](_0x56e200[_0x2af3c8(0x15a)](_0x56e200[_0x2af3c8(0x12b)],_0x1124ab));}else _0x38bd79=_0x2af3c8(0x170);const _0x50a629=path['join'](_0x2ebbce['path']?path[_0x2af3c8(0x199)](_0x2ebbce[_0x2af3c8(0x1b4)]):process[_0x2af3c8(0x13c)](),_0x1124ab);let _0x3b3512=_0x2ebbce[_0x2af3c8(0x1b4)]?_0x2ebbce[_0x2af3c8(0x1b4)]:'';_0x3b3512=_0x56e200[_0x2af3c8(0x1b5)](_0x3b3512['length'],0x0)?path['resolve'](_0x3b3512):'',process[_0x2af3c8(0x1b1)][_0x2af3c8(0x167)]=_0x3b3512;const _0x2dabe4=helper['getProxyUrl'](_0x1c5004[_0x2af3c8(0x143)]);_0x2dabe4&&(_0x38bd79=_0x56e200['IZrxv']('process.env.GLOBAL_AGENT_HTTP_PROXY=\x22'+_0x2dabe4+_0x2af3c8(0x1b0),_0x38bd79));helper['filterBrowserstackArgs']({},_0x36d06a),fs['writeFileSync'](_0x50a629,_0x38bd79),helper['markSDKSetupComplete']();const _0x30f4ec=_0x56e200['nZKkZ'](spawn,_0x56e200[_0x2af3c8(0x163)],[_0x56e200[_0x2af3c8(0x141)],_0x56e200[_0x2af3c8(0x1a2)],_0x56e200['PSyhw'],_0x50a629,..._0x36d06a[_0x2af3c8(0x1b2)](0x2)],{'shell':_0x56e200[_0x2af3c8(0x158)](process[_0x2af3c8(0x1b6)],_0x56e200[_0x2af3c8(0x157)]),'stdio':_0x56e200['kRUwG'],'cwd':process[_0x2af3c8(0x13c)](),'env':Object[_0x2af3c8(0x179)]({},process[_0x2af3c8(0x1b1)],{'BROWSERSTACK_CONFIG_FILE_PATH':helper['getConfigPath'](_0x4dd06c),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x1c5004[_0x2af3c8(0x143)][_0x2af3c8(0x12d)][_0x2af3c8(0x16f)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x1c5004[_0x2af3c8(0x143)]['testContextOptions'][_0x2af3c8(0x169)],'BROWSERSTACK_LOG_LEVEL':_0x1c5004[_0x2af3c8(0x143)][_0x2af3c8(0x191)]})}),_0x2bea0e=()=>{const _0x5561a0=_0x2af3c8;try{const _0x240e8f=path[_0x5561a0(0x1ac)](helper[_0x5561a0(0x1a0)](),_0x56e200[_0x5561a0(0x1a1)],_0x56e200[_0x5561a0(0x186)]);if(fs[_0x5561a0(0x14c)](_0x240e8f)){let _0x2b349c=fs['readFileSync'](_0x240e8f);_0x2b349c=JSON[_0x5561a0(0x16a)](_0x2b349c),_0x1c5004[_0x5561a0(0x12c)]=_0x2b349c,fs[_0x5561a0(0x125)](_0x240e8f);}}catch(_0x2de8fd){logger['debug'](_0x56e200[_0x5561a0(0x126)](_0x56e200[_0x5561a0(0x162)],_0x2de8fd));}};_0x30f4ec['on'](_0x56e200[_0x2af3c8(0x19d)],async _0x4f9bc9=>{const _0x2ac741=_0x2af3c8;try{const _0x26266e=_0x56e200[_0x2ac741(0x161)]['split']('|');let _0x33e217=0x0;while(!![]){switch(_0x26266e[_0x33e217++]){case'0':_0x56e200[_0x2ac741(0x14f)](_0x2bea0e);continue;case'1':logger[_0x2ac741(0x165)](_0x2ac741(0x17d)+_0x4f9bc9);continue;case'2':logger[_0x2ac741(0x165)](_0x2ac741(0x16e)+_0x4fcc89);continue;case'3':fs['unlinkSync'](_0x4fcc89);continue;case'4':await TestHubHandler[_0x2ac741(0x149)]();continue;case'5':logger['info']('Deleting\x20'+_0x50a629);continue;case'6':await utilities[_0x2ac741(0x1b9)](_0x1c5004);continue;case'7':fs[_0x2ac741(0x125)](_0x50a629);continue;case'8':process[_0x2ac741(0x196)]=_0x4f9bc9;continue;}break;}}catch(_0x589f7d){logger[_0x2ac741(0x165)](_0x56e200[_0x2ac741(0x126)](_0x56e200['LGCsh'],_0x589f7d));}});}function a35_0x385c(){const _0x554f82=['close','nestedKeyValue','Updated\x20config\x20file\x20name\x20to\x20-\x20','SLMYK','split','ScoBR','wtLXC','WqooA','../../helpers/testhub/utils','BROWSERSTACK_RERUN_TESTS','fAILz','isTypescriptProject','Error\x20in\x20getting\x20funnel\x20data\x20results','3090927jzoJlT','launchBuild','testObservability','../../helpers/helper','597952cUxaKS','logLevel','--disable-browserstack-automation','BROWSERSTACK_TEST_OBSERVABILITY','test','--disable-test-observability','exitCode','true','includes','dirname','RjLJC','trim','null','wBnqi','startsWith','thPxd','homedir','dJrqH','IIBxe','nshwk','child_process','uDaJH','475180bOVtsn','GBAqz','./accessibility-helper','wZVMd','zJUns','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','join','../../helpers/test-observability/error-handler','inherit','isFalse','\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}catch{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20This\x20is\x20a\x20failsafe\x20if\x20global-agent\x20present\x20inside\x20sdk\x20node_modules\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap();','env','slice','filter','path','cWtGf','platform','error','12VuGhKs','finalExecution','cliConfig','resolve','../../helpers/logger','unlinkSync','XFUiN','3720805FRIgvL','MODULE','PNdig','yNtKl','xqYJa','errorMessage','testContextOptions','BROWSERSTACK_AUTOMATION','bCWyN','0|4|6|8|1|5|7|2|3','HzNYu','resolvedConfigFile','uTvya','playwright-browserstack-sdk.config.js','splice','win32','QgKBL','automation','./reporter/pwUtils','length','54dxtZkQ','cwd','qNfKa','push','../../helpers/accessibility-automation/helper','getPackageType','Pcdyo','390428pcpupi','config','initialize','.browserstack','PACKAGE_TYPE','10jQUNlh','myIZd','stop','BROWSERSTACK_TEST_ACCESSIBILITY_YML','requirePWModule','existsSync','TwxAS','map','dtREf','BROWSERSTACK_PW_CONFIG_DIR','AWBOa','uUgyU','PLAYWRIGHT','isUndefined','xvdxB','isTrue','xLzJe','TxICm','WGxFG','xSBDD','accessibility','IFKtc','argv','accessibilityOptions','../../helpers/BrowserStackSetup','writeFileSync','WJCjn','KIhHe','vYhFE','eXdmX','debug','../utils/constants','USER_CONFIG_DETAILS_PATH','browserstackSetupConfig.json','skipSessionName','parse','playwright','HpYGi','CYczd','Deleting\x20','skipSessionStatus','\x0a\x0a\x20\x20\x20\x20const\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0a\x20\x20\x20\x20module.exports\x20=\x20modifyPWConfig();\x0a','66678WtVKQP','MJqjK','gRMbN','--config=','48rlrzLe','--config','sUNfO','BrowserStack\x20config\x20file\x20not\x20found.','assign','Error\x20in\x20closing\x20playwright','MELZv','BROWSERSTACK_SETUP_CONFIG_PATH','Playwright\x20process\x20exited\x20with\x20code\x20','637146IZwmcE'];a35_0x385c=function(){return _0x554f82;};return a35_0x385c();}module['exports']=run;
2
+ 'use strict';const a35_0x3d3a09=a35_0x5606;(function(_0x40ef89,_0x169573){const _0x23eeeb=a35_0x5606,_0x3b239a=_0x40ef89();while(!![]){try{const _0x115ebc=-parseInt(_0x23eeeb(0x188))/0x1*(parseInt(_0x23eeeb(0x1ae))/0x2)+-parseInt(_0x23eeeb(0x1a4))/0x3+-parseInt(_0x23eeeb(0x1dc))/0x4+-parseInt(_0x23eeeb(0x21b))/0x5*(parseInt(_0x23eeeb(0x1f1))/0x6)+parseInt(_0x23eeeb(0x1e1))/0x7+-parseInt(_0x23eeeb(0x19b))/0x8*(-parseInt(_0x23eeeb(0x1ce))/0x9)+parseInt(_0x23eeeb(0x1e7))/0xa*(parseInt(_0x23eeeb(0x1fd))/0xb);if(_0x115ebc===_0x169573)break;else _0x3b239a['push'](_0x3b239a['shift']());}catch(_0x5d3c13){_0x3b239a['push'](_0x3b239a['shift']());}}}(a35_0x5e06,0xcf49b));const fs=require('fs'),path=require(a35_0x3d3a09(0x1d8)),{spawn}=require(a35_0x3d3a09(0x1d6)),{format}=require(a35_0x3d3a09(0x1e8)),logger=require(a35_0x3d3a09(0x1d3))[a35_0x3d3a09(0x207)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),utilities=require(a35_0x3d3a09(0x1b1)),constants=require(a35_0x3d3a09(0x18d)),{FRAMEWORKS}=require(a35_0x3d3a09(0x192)),{getTransformPath,getConfigLoaderPath,getProjectUtilsPath}=require('./reporter/pwUtils'),{CrashReporter}=require('../../helpers/test-observability/error-handler'),{getFrameworkVersion}=require(a35_0x3d3a09(0x20a)),{checkAccessibilityPlatformConfig}=require(a35_0x3d3a09(0x1df)),{setAccessibilityCapabilities}=require(a35_0x3d3a09(0x212)),TestHubHandler=require(a35_0x3d3a09(0x1ad)),{shouldProcessEventForTesthub}=require(a35_0x3d3a09(0x1c0)),getUserPlaywrightConfig=async(_0x414f5e,_0x45eacb)=>{const _0x5b9c6a=a35_0x3d3a09,_0x308dab={'xXAcW':function(_0x21d9d4){return _0x21d9d4();},'ylkNA':function(_0x57bb2e,_0x5101c7){return _0x57bb2e(_0x5101c7);},'HWCCK':_0x5b9c6a(0x1a2),'sGTZg':_0x5b9c6a(0x219)},_0x378be8=!helper['isUndefined'](_0x414f5e['config']),_0x43222b=_0x378be8?path[_0x5b9c6a(0x1a8)](process['cwd'](),_0x414f5e[_0x5b9c6a(0x18b)]):process[_0x5b9c6a(0x213)](),{resolveConfigFile:_0x1c0910,resolveConfigLocation:_0x2629d4}=helper[_0x5b9c6a(0x1f2)][_0x5b9c6a(0x20c)](null,_0x308dab['xXAcW'](getConfigLoaderPath)),_0x1b651c=_0x1c0910?_0x308dab[_0x5b9c6a(0x20f)](_0x1c0910,_0x43222b):helper[_0x5b9c6a(0x1ed)](_0x308dab[_0x5b9c6a(0x20f)](_0x2629d4,_0x43222b),[_0x308dab[_0x5b9c6a(0x1d9)]]),_0x639eaf={};if(_0x378be8){const _0x4a5a33=_0x45eacb[_0x5b9c6a(0x18c)](_0x3707b6=>_0x3707b6===_0x5b9c6a(0x1e6)||_0x3707b6==='-c'||_0x3707b6['startsWith'](_0x5b9c6a(0x219)));_0x45eacb[_0x5b9c6a(0x1ab)](_0x4a5a33,_0x45eacb[_0x4a5a33][_0x5b9c6a(0x1e0)](_0x308dab['sGTZg'])?0x1:0x2);}const _0x529ded={};return _0x529ded[_0x5b9c6a(0x1d8)]=_0x1b651c,_0x529ded['config']=_0x639eaf,_0x529ded;},handleO11yRerun=_0x2e8919=>{const _0x541c11=a35_0x3d3a09,_0x15ea8a={};_0x15ea8a['nUNaM']=function(_0x24dcbd,_0x2a31d8){return _0x24dcbd!==_0x2a31d8;},_0x15ea8a[_0x541c11(0x1ee)]=_0x541c11(0x1bc),_0x15ea8a['pIPnh']='--grep';const _0x249ccd=_0x15ea8a,_0x4711a9=helper[_0x541c11(0x1a3)](process[_0x541c11(0x1f8)]['BROWSERSTACK_RERUN']);if(_0x4711a9){const _0x36b86a=process[_0x541c11(0x1f8)][_0x541c11(0x18e)],_0x12b2cc=[];if(_0x249ccd['nUNaM'](_0x36b86a,_0x249ccd[_0x541c11(0x1ee)])&&!helper[_0x541c11(0x196)](_0x36b86a)){_0x36b86a['split'](',')[_0x541c11(0x21a)](_0x4a6542=>{const _0x47ace3=_0x541c11;_0x12b2cc[_0x47ace3(0x197)]('('+_0x4a6542[_0x47ace3(0x21f)]()+')');});const _0x4d583d='^'+_0x12b2cc[_0x541c11(0x1d1)]('|')+'$';_0x2e8919['push'](_0x249ccd[_0x541c11(0x220)],_0x4d583d);}}},spawnOriginalProcess=_0x4985c1=>{const _0x3c05c2=a35_0x3d3a09,_0x1d1e2e={'atGuc':function(_0x5f096d,_0xf35fa2,_0x13b781,_0x52432f){return _0x5f096d(_0xf35fa2,_0x13b781,_0x52432f);},'hzbrl':_0x3c05c2(0x1fe),'fVEtq':_0x3c05c2(0x202),'DPmjT':function(_0xf400f5,_0x58e044){return _0xf400f5===_0x58e044;},'hGjtB':_0x3c05c2(0x1c8),'XqJMg':_0x3c05c2(0x1b5)};_0x1d1e2e[_0x3c05c2(0x1e2)](spawn,_0x1d1e2e['hzbrl'],[_0x1d1e2e['fVEtq'],..._0x4985c1[_0x3c05c2(0x209)](0x1)],{'shell':_0x1d1e2e[_0x3c05c2(0x1f7)](process['platform'],_0x1d1e2e[_0x3c05c2(0x1be)]),'stdio':_0x1d1e2e[_0x3c05c2(0x217)],'cwd':process[_0x3c05c2(0x213)]()});},isTestCommand=(_0x5024ca,_0x1976a8)=>{const _0x3aad99=a35_0x3d3a09,_0x216c34={};_0x216c34[_0x3aad99(0x1f0)]=function(_0xba7483,_0x47461a){return _0xba7483>_0x47461a;},_0x216c34[_0x3aad99(0x1ac)]=function(_0x596156,_0x48f9ee){return _0x596156===_0x48f9ee;},_0x216c34['roJPq']='test';const _0x2ff9f2=_0x216c34;if(_0x2ff9f2[_0x3aad99(0x1f0)](_0x1976a8[_0x3aad99(0x18a)],0x1)&&_0x2ff9f2[_0x3aad99(0x1ac)](_0x1976a8[0x1],_0x2ff9f2[_0x3aad99(0x218)]))return!![];return![];};function a35_0x5606(_0x3bf11c,_0x117496){const _0x5e0678=a35_0x5e06();return a35_0x5606=function(_0x5606f1,_0x3e9393){_0x5606f1=_0x5606f1-0x187;let _0x37cd05=_0x5e0678[_0x5606f1];return _0x37cd05;},a35_0x5606(_0x3bf11c,_0x117496);}async function run(_0x546afd,_0x46a666){const _0x4ff71a=a35_0x3d3a09,_0x54fcf1={'YqEKx':_0x4ff71a(0x199),'KJuSU':'pw_result.json','PrPOE':function(_0x369eb3,_0x559685){return _0x369eb3+_0x559685;},'LJXJE':_0x4ff71a(0x1c3),'bjzIE':_0x4ff71a(0x1c9),'sWUSL':function(_0x25cc5a){return _0x25cc5a();},'CsMFX':function(_0x5ea367,_0x5e8908){return _0x5ea367+_0x5e8908;},'zwXSx':_0x4ff71a(0x194),'jkMnv':'--disable-browserstack-automation','MESAS':'false','ohPzz':_0x4ff71a(0x1a9),'ucjdW':function(_0x468940,_0x525119){return _0x468940>=_0x525119;},'UjzcX':function(_0x2ed42b,_0x4e510a){return _0x2ed42b+_0x4e510a;},'ZRdzS':'Error\x20in\x20deleting\x20playwright\x20results','PImMV':function(_0x35eb79,_0x2028bd,_0x3ab016){return _0x35eb79(_0x2028bd,_0x3ab016);},'wiByJ':function(_0x957f12,_0x56e46d){return _0x957f12(_0x56e46d);},'OgGuf':_0x4ff71a(0x1e3),'EINBc':'automation','rQuPu':function(_0x4abe4c,_0x54d6eb){return _0x4abe4c!=_0x54d6eb;},'eRcaF':function(_0x125253,_0x4f4c9c){return _0x125253===_0x4f4c9c;},'AkXAc':_0x4ff71a(0x216),'tgLqX':function(_0x381150,_0x21af46){return _0x381150(_0x21af46);},'BpeFN':function(_0x5714f3,_0x40d449){return _0x5714f3(_0x40d449);},'jJYOq':'browserstackSetupConfig.json','Fvxiv':_0x4ff71a(0x1c2),'aqZBz':_0x4ff71a(0x1c7),'lXRvX':function(_0x7e855d,_0x260e7f){return _0x7e855d-_0x260e7f;},'vNZWi':_0x4ff71a(0x1a7),'FTekH':function(_0xc11dd7,_0x3b943d){return _0xc11dd7>_0x3b943d;},'ntdMP':function(_0x701906,_0xa53ffa,_0x35b921,_0x3caf3a){return _0x701906(_0xa53ffa,_0x35b921,_0x3caf3a);},'sKSVr':_0x4ff71a(0x1fe),'DkxhG':_0x4ff71a(0x202),'WQdIe':_0x4ff71a(0x1af),'MCxTR':_0x4ff71a(0x1e6),'ymgfh':function(_0x2bcf1b,_0x5e491f){return _0x2bcf1b===_0x5e491f;},'SwzaA':_0x4ff71a(0x1c8),'gzEKX':_0x4ff71a(0x1b5),'OmxDN':_0x4ff71a(0x1b7)};!helper[_0x4ff71a(0x20d)](process[_0x4ff71a(0x1f8)][_0x4ff71a(0x1c6)])&&(process[_0x4ff71a(0x1f8)][_0x4ff71a(0x1c6)]=!![]);process['argv'][_0x4ff71a(0x1fb)](_0x54fcf1[_0x4ff71a(0x1bf)])&&(process[_0x4ff71a(0x1f8)][_0x4ff71a(0x1c6)]=_0x54fcf1[_0x4ff71a(0x1e9)],_0x46a666=_0x46a666[_0x4ff71a(0x1a6)](_0x256e90=>_0x256e90!==_0x4ff71a(0x215)));const _0x2ae0b8=_0x46a666[_0x4ff71a(0x20b)](_0x54fcf1[_0x4ff71a(0x1dd)]);_0x54fcf1[_0x4ff71a(0x1cf)](_0x2ae0b8,0x0)&&(process[_0x4ff71a(0x1f8)][_0x4ff71a(0x1e5)]=_0x54fcf1[_0x4ff71a(0x1e9)],_0x46a666=_0x46a666[_0x4ff71a(0x1a6)](_0x22a0c0=>_0x22a0c0!==_0x4ff71a(0x1a9)));try{const _0x4e1710=path[_0x4ff71a(0x1d1)](helper[_0x4ff71a(0x21c)](),_0x54fcf1[_0x4ff71a(0x1a0)],_0x54fcf1[_0x4ff71a(0x1c5)]);fs['existsSync'](_0x4e1710)&&fs[_0x4ff71a(0x1d7)](_0x4e1710);}catch(_0x1cf4b3){logger['debug'](_0x54fcf1[_0x4ff71a(0x204)](_0x54fcf1[_0x4ff71a(0x198)],_0x1cf4b3));}if(!_0x54fcf1['PImMV'](isTestCommand,_0x546afd,_0x46a666)){_0x54fcf1[_0x4ff71a(0x214)](spawnOriginalProcess,_0x46a666);return;}const _0x44cd5f=new BrowserStackSetup(_0x546afd,FRAMEWORKS[_0x4ff71a(0x19e)]);if(!_0x44cd5f['config']){logger['error'](_0x54fcf1[_0x4ff71a(0x1b8)]);return;}await _0x44cd5f[_0x4ff71a(0x1d0)]();!helper[_0x4ff71a(0x196)](_0x44cd5f['cliConfig'])&&_0x44cd5f[_0x4ff71a(0x1f9)][_0x4ff71a(0x1cb)](_0x54fcf1[_0x4ff71a(0x200)])&&(process[_0x4ff71a(0x1f8)][_0x4ff71a(0x1c6)]=_0x44cd5f['cliConfig'][_0x4ff71a(0x1b2)](_0x54fcf1[_0x4ff71a(0x200)])||!![]);_0x54fcf1[_0x4ff71a(0x1e4)](_0x44cd5f['config'][_0x4ff71a(0x1de)],null)&&!helper[_0x4ff71a(0x1a3)](process['env'][_0x4ff71a(0x1e5)])&&(process[_0x4ff71a(0x1f8)][_0x4ff71a(0x1e5)]=process[_0x4ff71a(0x1f8)][_0x4ff71a(0x1e5)]||_0x44cd5f[_0x4ff71a(0x18b)][_0x4ff71a(0x1de)]);const _0x39acdd=!helper[_0x4ff71a(0x20d)](process[_0x4ff71a(0x1f8)][_0x4ff71a(0x1e5)]);let _0x587b18=![];_0x44cd5f['config'][_0x4ff71a(0x1bd)]&&(_0x587b18=!![],process[_0x4ff71a(0x1f8)][_0x4ff71a(0x1cc)]=_0x44cd5f[_0x4ff71a(0x18b)][_0x4ff71a(0x1bd)]);_0x44cd5f[_0x4ff71a(0x18b)]['accessibilityOptions']&&(process[_0x4ff71a(0x1f8)][_0x4ff71a(0x1ba)]=JSON[_0x4ff71a(0x21d)](_0x44cd5f['config']['accessibilityOptions']));const _0x1804d6=_0x46a666[_0x4ff71a(0x1ef)](),_0x47e2a6=await _0x54fcf1[_0x4ff71a(0x1ff)](getUserPlaywrightConfig,_0x546afd,_0x46a666);if(helper[_0x4ff71a(0x196)](_0x47e2a6)){_0x54fcf1[_0x4ff71a(0x214)](spawnOriginalProcess,_0x1804d6);return;}const _0x3a6426=_0x47e2a6[_0x4ff71a(0x1d8)]?path[_0x4ff71a(0x1fa)](_0x47e2a6[_0x4ff71a(0x1d8)]):process[_0x4ff71a(0x213)]();process[_0x4ff71a(0x1f8)][_0x4ff71a(0x189)]=_0x3a6426,await TestHubHandler[_0x4ff71a(0x191)](FRAMEWORKS[_0x4ff71a(0x19e)],_0x44cd5f);_0x39acdd&&_0x54fcf1[_0x4ff71a(0x214)](handleO11yRerun,_0x46a666);let _0x244cb9=_0x54fcf1['eRcaF'](process[_0x4ff71a(0x1f8)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x54fcf1[_0x4ff71a(0x1bb)]);_0x244cb9=_0x244cb9||_0x54fcf1[_0x4ff71a(0x19f)](checkAccessibilityPlatformConfig,_0x44cd5f[_0x4ff71a(0x18b)]),process[_0x4ff71a(0x1f8)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x244cb9;_0x244cb9&&_0x54fcf1['BpeFN'](setAccessibilityCapabilities,_0x44cd5f[_0x4ff71a(0x18b)]);const _0x1cce90=path[_0x4ff71a(0x1d1)](_0x47e2a6[_0x4ff71a(0x1d8)]?path[_0x4ff71a(0x1fa)](_0x47e2a6[_0x4ff71a(0x1d8)]):process[_0x4ff71a(0x213)](),_0x54fcf1[_0x4ff71a(0x1b3)]);fs[_0x4ff71a(0x1c1)](_0x1cce90,helper[_0x4ff71a(0x1ea)](_0x44cd5f[_0x4ff71a(0x18b)])),process[_0x4ff71a(0x1f8)][_0x4ff71a(0x206)]=_0x1cce90,helper[_0x4ff71a(0x1f5)]();let _0xb91e2e='';_0x54fcf1['eRcaF'](helper[_0x4ff71a(0x1b9)](),constants[_0x4ff71a(0x1f3)][_0x4ff71a(0x208)])?_0xb91e2e=_0x54fcf1[_0x4ff71a(0x190)]:_0xb91e2e=_0x54fcf1[_0x4ff71a(0x203)];let _0x2b5fff='';if(helper['isTypescriptProject'](_0x47e2a6[_0x4ff71a(0x1d8)])){_0x2b5fff='\x0a\x0a\x20\x20\x20\x20import\x20pkg\x20from\x20\x27browserstack-node-sdk\x27;\x0a\x20\x20\x20\x20export\x20default\x20pkg._modifyPlaywright()\x0a';const _0x2887ff=_0xb91e2e[_0x4ff71a(0x1c4)]('.');_0x2887ff[_0x54fcf1['lXRvX'](_0x2887ff['length'],0x1)]='ts',_0xb91e2e=_0x2887ff[_0x4ff71a(0x1d1)]('.'),logger[_0x4ff71a(0x1a1)](_0x54fcf1[_0x4ff71a(0x210)](_0x54fcf1['vNZWi'],_0xb91e2e));}else _0x2b5fff='\x0a\x0a\x20\x20\x20\x20const\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0a\x20\x20\x20\x20module.exports\x20=\x20modifyPWConfig();\x0a';const _0x35f89f=path[_0x4ff71a(0x1d1)](_0x47e2a6['path']?path[_0x4ff71a(0x1fa)](_0x47e2a6[_0x4ff71a(0x1d8)]):process['cwd'](),_0xb91e2e);let _0x4e9ee3=_0x47e2a6['path']?_0x47e2a6[_0x4ff71a(0x1d8)]:'';_0x4e9ee3=_0x54fcf1['FTekH'](_0x4e9ee3[_0x4ff71a(0x18a)],0x0)?path[_0x4ff71a(0x1a8)](_0x4e9ee3):'',process['env'][_0x4ff71a(0x211)]=_0x4e9ee3;const _0x1f8d84=helper[_0x4ff71a(0x1aa)](_0x44cd5f[_0x4ff71a(0x18b)]);_0x1f8d84&&(_0x2b5fff=_0x54fcf1['CsMFX'](_0x4ff71a(0x193)+_0x1f8d84+_0x4ff71a(0x21e),_0x2b5fff));helper[_0x4ff71a(0x1eb)]({},_0x46a666),fs[_0x4ff71a(0x1c1)](_0x35f89f,_0x2b5fff),helper[_0x4ff71a(0x1b6)]();const _0x28bffb=_0x54fcf1[_0x4ff71a(0x1d2)](spawn,_0x54fcf1[_0x4ff71a(0x1da)],[_0x54fcf1[_0x4ff71a(0x195)],_0x54fcf1[_0x4ff71a(0x187)],_0x54fcf1[_0x4ff71a(0x1d4)],_0x35f89f,..._0x46a666[_0x4ff71a(0x209)](0x2)],{'shell':_0x54fcf1[_0x4ff71a(0x1fc)](process[_0x4ff71a(0x20e)],_0x54fcf1[_0x4ff71a(0x1d5)]),'stdio':_0x54fcf1[_0x4ff71a(0x1b0)],'cwd':process[_0x4ff71a(0x213)](),'env':Object[_0x4ff71a(0x1ec)]({},process[_0x4ff71a(0x1f8)],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x4ff71a(0x18f)](_0x546afd),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x44cd5f['config'][_0x4ff71a(0x201)]['skipSessionStatus'],'BROWSERSTACK_SKIP_SESSION_NAME':_0x44cd5f[_0x4ff71a(0x18b)][_0x4ff71a(0x201)]['skipSessionName'],'BROWSERSTACK_LOG_LEVEL':_0x44cd5f[_0x4ff71a(0x18b)][_0x4ff71a(0x19c)]})}),_0x169bdc=()=>{const _0x2363dc=_0x4ff71a;try{const _0x519e0f=path[_0x2363dc(0x1d1)](helper['homedir'](),_0x54fcf1['YqEKx'],_0x54fcf1['KJuSU']);if(fs['existsSync'](_0x519e0f)){let _0x59d361=fs[_0x2363dc(0x19a)](_0x519e0f);_0x59d361=JSON['parse'](_0x59d361),_0x44cd5f[_0x2363dc(0x1cd)]=_0x59d361,fs[_0x2363dc(0x1d7)](_0x519e0f);}}catch(_0x3b7987){logger[_0x2363dc(0x1a1)](_0x54fcf1[_0x2363dc(0x1f6)](_0x54fcf1[_0x2363dc(0x1a5)],_0x3b7987));}};_0x28bffb['on'](_0x54fcf1['OmxDN'],async _0x272bd5=>{const _0x2798f1=_0x4ff71a;try{const _0x28f663=_0x54fcf1[_0x2798f1(0x1f4)][_0x2798f1(0x1c4)]('|');let _0x24013c=0x0;while(!![]){switch(_0x28f663[_0x24013c++]){case'0':process['exitCode']=_0x272bd5;continue;case'1':_0x54fcf1[_0x2798f1(0x1db)](_0x169bdc);continue;case'2':await TestHubHandler[_0x2798f1(0x19d)]();continue;case'3':fs[_0x2798f1(0x1d7)](_0x35f89f);continue;case'4':await utilities[_0x2798f1(0x1ca)](_0x44cd5f);continue;case'5':fs['unlinkSync'](_0x1cce90);continue;case'6':logger['info'](_0x2798f1(0x1b4)+_0x35f89f);continue;case'7':logger[_0x2798f1(0x1a1)]('Playwright\x20process\x20exited\x20with\x20code\x20'+_0x272bd5);continue;case'8':logger[_0x2798f1(0x1a1)]('Deleting\x20'+_0x1cce90);continue;}break;}}catch(_0x2477bb){logger[_0x2798f1(0x1a1)](_0x54fcf1[_0x2798f1(0x210)](_0x54fcf1['zwXSx'],_0x2477bb));}});}function a35_0x5e06(){const _0x2d1b17=['BrowserStack\x20config\x20file\x20not\x20found.','rQuPu','BROWSERSTACK_TEST_OBSERVABILITY','--config','42945380cGsupq','util','MESAS','serializeToYamlString','filterBrowserstackArgs','assign','nestedKeyValue','ErpXf','concat','lnjos','1602QRyECp','requirePWModule','PACKAGE_TYPE','bjzIE','clearTempPWConfig','PrPOE','DPmjT','env','cliConfig','dirname','includes','ymgfh','11UgeOdb','npx','PImMV','EINBc','testContextOptions','playwright','aqZBz','UjzcX','exports','BROWSERSTACK_SETUP_CONFIG_PATH','winstonLogger','MODULE','slice','../../helpers/test-observability/utils','indexOf','apply','isFalse','platform','ylkNA','CsMFX','USER_CONFIG_DETAILS_PATH','./accessibility-helper','cwd','wiByJ','--disable-browserstack-automation','true','XqJMg','roJPq','--config=','map','13675BGsqPf','homedir','stringify','\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}catch{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20This\x20is\x20a\x20failsafe\x20if\x20global-agent\x20present\x20inside\x20sdk\x20node_modules\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap();','trim','pIPnh','WQdIe','1011331TdTUmU','BROWSERSTACK_PW_CONFIG_DIR','length','config','findIndex','../utils/constants','BROWSERSTACK_RERUN_TESTS','getConfigPath','Fvxiv','launchBuild','../../helpers/test-observability/constants','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','Error\x20in\x20closing\x20playwright','DkxhG','isUndefined','push','ZRdzS','.browserstack','readFileSync','16GaPMAU','logLevel','stop','PLAYWRIGHT','tgLqX','YqEKx','debug','resolvedConfigFile','isTrue','4085631CAtWVQ','LJXJE','filter','Updated\x20config\x20file\x20name\x20to\x20-\x20','resolve','--disable-test-observability','getProxyUrl','splice','ykkWT','../../helpers/testhub/testhubHandler','2WbYxPQ','test','gzEKX','../../helpers/utilities','get','jJYOq','Deleting\x20','inherit','markSDKSetupComplete','close','OgGuf','getPackageType','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','AkXAc','null','accessibility','hGjtB','jkMnv','../../helpers/testhub/utils','writeFileSync','playwright-browserstack-sdk.config.cjs','Error\x20in\x20getting\x20funnel\x20data\x20results','split','KJuSU','BROWSERSTACK_AUTOMATION','playwright-browserstack-sdk.config.js','win32','1|2|4|0|7|6|3|8|5','finalExecution','has','BROWSERSTACK_TEST_ACCESSIBILITY_YML','errorMessage','1261773ZSKvoz','ucjdW','initialize','join','ntdMP','../../helpers/logger','MCxTR','SwzaA','child_process','unlinkSync','path','HWCCK','sKSVr','sWUSL','3550928xjgIEn','ohPzz','testObservability','../../helpers/accessibility-automation/helper','startsWith','1857128FRrzXl','atGuc'];a35_0x5e06=function(){return _0x2d1b17;};return a35_0x5e06();}module[a35_0x3d3a09(0x205)]=run;
@@ -1 +1 @@
1
- const a36_0x53404a=a36_0x4a31;(function(_0x5ea9e5,_0x38374d){const _0x3b7f8a=a36_0x4a31,_0x2ef026=_0x5ea9e5();while(!![]){try{const _0x4fd662=parseInt(_0x3b7f8a(0x111))/0x1*(-parseInt(_0x3b7f8a(0x112))/0x2)+parseInt(_0x3b7f8a(0xfc))/0x3+-parseInt(_0x3b7f8a(0xf0))/0x4+parseInt(_0x3b7f8a(0xec))/0x5+parseInt(_0x3b7f8a(0xeb))/0x6*(-parseInt(_0x3b7f8a(0x109))/0x7)+-parseInt(_0x3b7f8a(0x10e))/0x8*(-parseInt(_0x3b7f8a(0xfe))/0x9)+parseInt(_0x3b7f8a(0x100))/0xa*(-parseInt(_0x3b7f8a(0x107))/0xb);if(_0x4fd662===_0x38374d)break;else _0x2ef026['push'](_0x2ef026['shift']());}catch(_0x18933c){_0x2ef026['push'](_0x2ef026['shift']());}}}(a36_0x747d,0xa0096));function a36_0x4a31(_0x8b147a,_0x42794a){const _0x747d82=a36_0x747d();return a36_0x4a31=function(_0x4a3110,_0x4fb8d5){_0x4a3110=_0x4a3110-0xe3;let _0x3026ac=_0x747d82[_0x4a3110];return _0x3026ac;},a36_0x4a31(_0x8b147a,_0x42794a);}const util=require(a36_0x53404a(0xe8)),child_process=require(a36_0x53404a(0x106)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getFrameworkVersion,debug}=require(a36_0x53404a(0x108)),helper=require(a36_0x53404a(0x104)),{getLoadUtilsPath,getForkProcessPath}=require('./reporter/pwUtils'),{mockIsWorkerRedundant}=require(a36_0x53404a(0xe4)),logger=require(a36_0x53404a(0xf2))[a36_0x53404a(0xe6)];module['exports']=async function(_0x4eaeb2){const _0xfa8914=a36_0x53404a,_0x2bdbde={'YRdAr':function(_0x5acc86,_0xb623b5){return _0x5acc86(_0xb623b5);},'FcqJh':function(_0x36d83e){return _0x36d83e();},'oRtQh':'./mock-process.js','xvtkW':function(_0xafa54){return _0xafa54();},'mmPgk':function(_0x2460fe){return _0x2460fe();},'HoRqJ':_0xfa8914(0xe3),'bQgLw':function(_0x1dd15f,_0x12b36f){return _0x1dd15f(_0x12b36f);},'tgEpn':function(_0x4318e7,_0x1d67b8){return _0x4318e7>=_0x1d67b8;},'PgLcc':_0xfa8914(0xf6),'YQqGW':function(_0x52d586,_0x4557b6,_0xfef764){return _0x52d586(_0x4557b6,_0xfef764);},'BqebC':function(_0x5493de,_0x227bd9){return _0x5493de!==_0x227bd9;},'afcTb':_0xfa8914(0x117),'FcDOu':_0xfa8914(0x103),'gcSsH':function(_0x201030,_0x2feee9){return _0x201030(_0x2feee9);}},_0xcf4c08=child_process['fork'];if(helper[_0xfa8914(0x116)]())try{_0x2bdbde['mmPgk'](mockIsWorkerRedundant);}catch(_0x9fc474){logger[_0xfa8914(0x10d)](_0xfa8914(0xf3)+util['format'](_0x9fc474));}child_process[_0xfa8914(0x10c)]=function(){const _0x1b2902=_0xfa8914;return _0x2bdbde[_0x1b2902(0x105)](debug,_0x1b2902(0xef)+arguments[0x0]),arguments[0x0][_0x1b2902(0xea)](_0x2bdbde[_0x1b2902(0x10b)](getForkProcessPath))?arguments[0x0]=require[_0x1b2902(0xed)](_0x2bdbde[_0x1b2902(0x113)]):logger[_0x1b2902(0xee)](_0x1b2902(0x114)+_0x2bdbde[_0x1b2902(0x101)](getForkProcessPath)+_0x1b2902(0xfa)),_0xcf4c08[_0x1b2902(0x115)](null,arguments);};if(process['env'][_0xfa8914(0xff)]){_0x2bdbde[_0xfa8914(0x105)](debug,_0x2bdbde[_0xfa8914(0xf8)]);try{const {loadGlobalHook:_0xf742ef}=helper[_0xfa8914(0xfb)][_0xfa8914(0x115)](null,_0x2bdbde[_0xfa8914(0x101)](getLoadUtilsPath)),_0x2d2921=_0x2bdbde[_0xfa8914(0x10a)](getFrameworkVersion,FRAMEWORKS[_0xfa8914(0xe7)]);let _0x190a2e=_0x4eaeb2;if(_0x2bdbde[_0xfa8914(0xf5)](helper[_0xfa8914(0xf4)](_0x2d2921,_0x2bdbde[_0xfa8914(0x110)]),0x0)){const _0x54237d={};_0x54237d[_0xfa8914(0x10f)]=_0x4eaeb2,_0x190a2e=_0x54237d;}const _0x4751c8=await _0x2bdbde[_0xfa8914(0xf7)](_0xf742ef,_0x190a2e,process[_0xfa8914(0xf1)][_0xfa8914(0xff)]);if(_0x2bdbde[_0xfa8914(0x102)](typeof _0x4751c8,_0x2bdbde[_0xfa8914(0xe9)]))throw new Error(_0x2bdbde[_0xfa8914(0xfd)]);return _0x4751c8[_0xfa8914(0x115)](null,arguments);}catch(_0x29dd5d){_0x2bdbde['gcSsH'](debug,_0xfa8914(0xe5)+_0x29dd5d[_0xfa8914(0xf9)]());}}};function a36_0x747d(){const _0x356630=['../../helpers/logger','Got\x20exception\x20while\x20mocking\x20isWorkerRedundant:\x20','compareVersions','tgEpn','1.33.0','YQqGW','HoRqJ','toString','\x20is\x20not\x20found','requirePWModule','2162001wtSTMO','FcDOu','7004538qwlplj','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','10hIReSp','xvtkW','BqebC','Not\x20able\x20to\x20import\x20globalSetup','../../helpers/helper','YRdAr','child_process','10234136qAYywt','../../helpers/test-observability/utils','28GLugRo','bQgLw','FcqJh','fork','debug','8FQMjiD','config','PgLcc','641keGInu','134xYWDQO','oRtQh','Path\x20','apply','isHandlePWErrorSet','function','Running\x20existing\x20global\x20setup','./patches','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','winstonLogger','PLAYWRIGHT','util','afcTb','includes','534408OdYxUR','4227270UPwhiQ','resolve','error','Call\x20to\x20child\x20fork\x20with\x20args\x20','1437192WkmqBI','env'];a36_0x747d=function(){return _0x356630;};return a36_0x747d();}
1
+ function a36_0x41c9(_0x41b74b,_0x45b1d7){const _0x2f1d09=a36_0x2f1d();return a36_0x41c9=function(_0x41c99a,_0x37e26f){_0x41c99a=_0x41c99a-0x1ac;let _0x2213ae=_0x2f1d09[_0x41c99a];return _0x2213ae;},a36_0x41c9(_0x41b74b,_0x45b1d7);}const a36_0x55352a=a36_0x41c9;(function(_0x5ab98c,_0x3bd85d){const _0x5cbacd=a36_0x41c9,_0x173dfa=_0x5ab98c();while(!![]){try{const _0x34350f=parseInt(_0x5cbacd(0x1b5))/0x1*(parseInt(_0x5cbacd(0x1b7))/0x2)+parseInt(_0x5cbacd(0x1bb))/0x3+-parseInt(_0x5cbacd(0x1cb))/0x4+parseInt(_0x5cbacd(0x1b6))/0x5+-parseInt(_0x5cbacd(0x1ae))/0x6*(parseInt(_0x5cbacd(0x1d3))/0x7)+-parseInt(_0x5cbacd(0x1c2))/0x8*(-parseInt(_0x5cbacd(0x1d4))/0x9)+parseInt(_0x5cbacd(0x1c5))/0xa;if(_0x34350f===_0x3bd85d)break;else _0x173dfa['push'](_0x173dfa['shift']());}catch(_0x3e8bbe){_0x173dfa['push'](_0x173dfa['shift']());}}}(a36_0x2f1d,0x7d45a));function a36_0x2f1d(){const _0x2cab1a=['MFXFM','Running\x20existing\x20global\x20setup','\x20is\x20not\x20found','../../helpers/test-observability/constants','1UpCwMG','2376135PYYaWM','169306Drtrdf','1.33.0','Got\x20exception\x20while\x20mocking\x20isWorkerRedundant:\x20','Not\x20able\x20to\x20import\x20globalSetup','373152dfyHPm','./reporter/pwUtils','apply','env','../../helpers/test-observability/utils','akwpY','akDyj','16elHDha','../../helpers/logger','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','15946340ggkZYd','OjsHP','epJMO','compareVersions','../../helpers/helper','isHandlePWErrorSet','3490532yybmDq','format','requirePWModule','debug','error','resolve','./patches','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','2919pScuxM','313659tIxXjg','child_process','vMKtd','Path\x20','jHVxf','util','fork','13854GejPMT','config','iFvan'];a36_0x2f1d=function(){return _0x2cab1a;};return a36_0x2f1d();}const util=require(a36_0x55352a(0x1ac)),child_process=require(a36_0x55352a(0x1d5)),{FRAMEWORKS}=require(a36_0x55352a(0x1b4)),{getFrameworkVersion,debug}=require(a36_0x55352a(0x1bf)),helper=require(a36_0x55352a(0x1c9)),{getLoadUtilsPath,getForkProcessPath}=require(a36_0x55352a(0x1bc)),{mockIsWorkerRedundant}=require(a36_0x55352a(0x1d1)),logger=require(a36_0x55352a(0x1c3))['winstonLogger'];module['exports']=async function(_0x1b4dad){const _0x422e69=a36_0x55352a,_0x758e05={'vMKtd':function(_0x39b064,_0x259e58){return _0x39b064(_0x259e58);},'umPYZ':function(_0x51df82){return _0x51df82();},'akwpY':'./mock-process.js','epJMO':function(_0x197c9c){return _0x197c9c();},'jHVxf':_0x422e69(0x1b2),'QOqOc':function(_0x2b627a,_0x3131d4){return _0x2b627a>=_0x3131d4;},'EMNsm':_0x422e69(0x1b8),'OjsHP':function(_0x13cf57,_0x154506,_0x4b2aa3){return _0x13cf57(_0x154506,_0x4b2aa3);},'iFvan':function(_0x14f8c9,_0x309d79){return _0x14f8c9!==_0x309d79;},'MFXFM':'function','sOOQT':_0x422e69(0x1ba),'akDyj':function(_0x152ac3,_0x42a240){return _0x152ac3(_0x42a240);}},_0x51f59a=child_process[_0x422e69(0x1ad)];if(helper[_0x422e69(0x1ca)]())try{_0x758e05[_0x422e69(0x1c7)](mockIsWorkerRedundant);}catch(_0x26ce0f){logger[_0x422e69(0x1ce)](_0x422e69(0x1b9)+util[_0x422e69(0x1cc)](_0x26ce0f));}child_process['fork']=function(){const _0x4bca73=_0x422e69;return _0x758e05[_0x4bca73(0x1d6)](debug,'Call\x20to\x20child\x20fork\x20with\x20args\x20'+arguments[0x0]),arguments[0x0]['includes'](_0x758e05['umPYZ'](getForkProcessPath))?arguments[0x0]=require[_0x4bca73(0x1d0)](_0x758e05[_0x4bca73(0x1c0)]):logger[_0x4bca73(0x1cf)](_0x4bca73(0x1d7)+_0x758e05['epJMO'](getForkProcessPath)+_0x4bca73(0x1b3)),_0x51f59a[_0x4bca73(0x1bd)](null,arguments);};if(process[_0x422e69(0x1be)][_0x422e69(0x1d2)]){_0x758e05['vMKtd'](debug,_0x758e05[_0x422e69(0x1d8)]);try{const {loadGlobalHook:_0x16f2f8}=helper[_0x422e69(0x1cd)][_0x422e69(0x1bd)](null,_0x758e05[_0x422e69(0x1c7)](getLoadUtilsPath)),_0x3a90e4=_0x758e05[_0x422e69(0x1d6)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);let _0x3adb11=_0x1b4dad;if(_0x758e05['QOqOc'](helper[_0x422e69(0x1c8)](_0x3a90e4,_0x758e05['EMNsm']),0x0)){const _0x33e3f2={};_0x33e3f2[_0x422e69(0x1af)]=_0x1b4dad,_0x3adb11=_0x33e3f2;}const _0x12fea9=await _0x758e05[_0x422e69(0x1c6)](_0x16f2f8,_0x3adb11,process[_0x422e69(0x1be)][_0x422e69(0x1d2)]);if(_0x758e05[_0x422e69(0x1b0)](typeof _0x12fea9,_0x758e05[_0x422e69(0x1b1)]))throw new Error(_0x758e05['sOOQT']);return _0x12fea9['apply'](null,arguments);}catch(_0x3a6442){_0x758e05[_0x422e69(0x1c1)](debug,_0x422e69(0x1c4)+_0x3a6442['toString']());}}};