browserstack-node-sdk 1.34.32 → 1.34.33

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 (131) 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/central-scanner/constants.js +1 -1
  101. package/src/helpers/central-scanner/helpers.js +1 -1
  102. package/src/helpers/globals.js +1 -1
  103. package/src/helpers/helper.js +1 -1
  104. package/src/helpers/logger.js +1 -1
  105. package/src/helpers/patchHelper.js +1 -1
  106. package/src/helpers/patchHelpers.js +1 -1
  107. package/src/helpers/percy/Percy.js +1 -1
  108. package/src/helpers/percy/PercyBinary.js +1 -1
  109. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  110. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  111. package/src/helpers/percy/PercySDK.js +1 -1
  112. package/src/helpers/percy/index.js +1 -1
  113. package/src/helpers/percy/utils.js +1 -1
  114. package/src/helpers/performance/constants.js +1 -1
  115. package/src/helpers/performance/performance-tester.js +1 -1
  116. package/src/helpers/processHelper.js +1 -1
  117. package/src/helpers/request-spy.js +1 -1
  118. package/src/helpers/setKeepAlive.js +1 -1
  119. package/src/helpers/test-observability/constants.js +1 -1
  120. package/src/helpers/test-observability/error-handler.js +1 -1
  121. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  122. package/src/helpers/test-observability/sessionHandler.js +1 -1
  123. package/src/helpers/test-observability/utils.js +1 -1
  124. package/src/helpers/testhub/constants.js +1 -1
  125. package/src/helpers/testhub/testhubHandler.js +1 -1
  126. package/src/helpers/testhub/utils.js +1 -1
  127. package/src/helpers/timeoutPromise.js +1 -1
  128. package/src/helpers/utilities.js +1 -1
  129. package/src/helpers/w3cMapping.js +1 -1
  130. package/src/hubAllocationMethods.js +1 -1
  131. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a29_0x5a00b6=a29_0x5ba7;(function(_0x1a4125,_0x51b907){const _0x41ae7c=a29_0x5ba7,_0x55c3a9=_0x1a4125();while(!![]){try{const _0x59b961=-parseInt(_0x41ae7c(0x190))/0x1*(parseInt(_0x41ae7c(0x1a2))/0x2)+-parseInt(_0x41ae7c(0x15f))/0x3+parseInt(_0x41ae7c(0x184))/0x4+-parseInt(_0x41ae7c(0x17c))/0x5*(parseInt(_0x41ae7c(0x1a1))/0x6)+-parseInt(_0x41ae7c(0x1c0))/0x7+parseInt(_0x41ae7c(0x16e))/0x8+parseInt(_0x41ae7c(0x17f))/0x9;if(_0x59b961===_0x51b907)break;else _0x55c3a9['push'](_0x55c3a9['shift']());}catch(_0x5ca91b){_0x55c3a9['push'](_0x55c3a9['shift']());}}}(a29_0x49bd,0xd8665));function a29_0x5ba7(_0x5d713a,_0x33b6a5){const _0x49bd56=a29_0x49bd();return a29_0x5ba7=function(_0x5ba767,_0x595f14){_0x5ba767=_0x5ba767-0x15d;let _0x4b844d=_0x49bd56[_0x5ba767];return _0x4b844d;},a29_0x5ba7(_0x5d713a,_0x33b6a5);}const logger=require(a29_0x5a00b6(0x187))[a29_0x5a00b6(0x1b7)],helper=require(a29_0x5a00b6(0x1d3)),constants=require('../../../bin/utils/constants'),hubAllocator=require('../../../hubAllocationMethods'),{overrideQuit,overrideTakeScreenshot,overrideGet}=require('../../../helpers/patchHelpers'),{setAccessibilityCapabilities,setExtension}=require(a29_0x5a00b6(0x1ae)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a29_0x5a00b6(0x1bb)),globals=require(a29_0x5a00b6(0x1a8)),{overrideExecute}=require(a29_0x5a00b6(0x18d)),modify=(_0xa1bc1a,_0x336a3e=null,_0x216e60=![])=>{const _0x23ba7a=a29_0x5a00b6,_0x14791b={'Znshf':function(_0x19fa48,_0x656e01){return _0x19fa48!==_0x656e01;},'gtRtA':_0x23ba7a(0x174),'fJZJl':function(_0x3b5435,_0x1f3182){return _0x3b5435+_0x1f3182;},'xbpEF':function(_0x462c37,_0x203b97){return _0x462c37+_0x203b97;},'emvyA':'https://','GkzFl':_0x23ba7a(0x1cc),'inlkM':'goog:chromeOptions','zRQBU':_0x23ba7a(0x1b6),'cIiaC':_0x23ba7a(0x1d6),'VQpvF':_0x23ba7a(0x168),'MIVPX':_0x23ba7a(0x1a5),'sERqL':_0x23ba7a(0x182),'MPdNX':_0x23ba7a(0x178),'GStRn':'se:ieOptions','sOLcs':_0x23ba7a(0x1c2),'xQmFI':function(_0x386272,_0x1abf4a){return _0x386272===_0x1abf4a;},'wMxjv':_0x23ba7a(0x179),'kkZUD':'Setting\x20Browserstack\x20capabilities','Txmtk':_0x23ba7a(0x175),'Ukghn':_0x23ba7a(0x17b),'uVQEy':function(_0xab2fc1,_0x1fec80,_0x13136a){return _0xab2fc1(_0x1fec80,_0x13136a);},'mKeKL':function(_0x4f0468,_0x562c34){return _0x4f0468(_0x562c34);},'lMZRI':function(_0x48f0a1,_0x52dea4,_0x11c116){return _0x48f0a1(_0x52dea4,_0x11c116);},'eNEaW':_0x23ba7a(0x1cf),'BTTiy':function(_0x5f4f56){return _0x5f4f56();},'LslNo':_0x23ba7a(0x1b0),'jCRoC':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','baiLx':function(_0x16a676,_0x4d2f3f){return _0x16a676(_0x4d2f3f);},'bDbfq':_0x23ba7a(0x167),'roeRv':_0x23ba7a(0x1b3)},_0x99c78a=helper[_0x23ba7a(0x181)]();let _0x2dcd4c;try{_0x2dcd4c=helper[_0x23ba7a(0x196)](),_0x2dcd4c[_0x23ba7a(0x1af)]&&(_0x2dcd4c[_0x23ba7a(0x19f)]=_0x2dcd4c[_0x23ba7a(0x1af)]);}catch(_0x31f288){return;}if(helper[_0x23ba7a(0x169)]()){const _0x3e664f={};_0x3e664f[_0x23ba7a(0x1a7)]=_0xa1bc1a[_0x23ba7a(0x1ce)],helper[_0x23ba7a(0x16a)](_0x3e664f,new Map(),new Map()),logger[_0x23ba7a(0x177)](_0x14791b[_0x23ba7a(0x1b8)]),logger[_0x23ba7a(0x192)](_0x14791b[_0x23ba7a(0x19c)]);}class _0x52e0e8 extends _0x99c78a[_0x23ba7a(0x162)]{[_0x23ba7a(0x1a3)](_0x163bc8){const _0x3b0374=_0x23ba7a;if(_0x14791b['Znshf'](_0x163bc8[_0x3b0374(0x16c)],_0x14791b[_0x3b0374(0x19d)])&&_0x14791b['Znshf'](global['newHubUrl'],''))try{global['newHubUrl']=_0x14791b[_0x3b0374(0x1b2)](_0x14791b[_0x3b0374(0x1ad)](_0x14791b[_0x3b0374(0x19b)],global[_0x3b0374(0x1c3)]),_0x14791b[_0x3b0374(0x1c5)]),this[_0x3b0374(0x1a9)]=hubAllocator[_0x3b0374(0x171)](global['newHubUrl']),logger[_0x3b0374(0x192)](_0x3b0374(0x1d0)+global[_0x3b0374(0x1c3)]),global[_0x3b0374(0x1c3)]='';}catch(_0x43d3bb){logger['error'](_0x43d3bb);}return super[_0x3b0374(0x1a3)](_0x163bc8);}}class _0x21ea1b extends _0x2dcd4c['Builder']{['setServer'](){const _0x568334=_0x23ba7a;return this[_0x568334(0x1c6)]=helper['getHubUrl'](_0xa1bc1a),logger[_0x568334(0x192)]('Hub\x20url\x20set\x20to\x20'+this[_0x568334(0x1c6)]),this;}[_0x23ba7a(0x180)](_0x5211c8){const _0x225d5f=_0x23ba7a;let _0x2ac534={};for(const _0x86ee0b in _0x5211c8){switch(_0x86ee0b){case _0x14791b[_0x225d5f(0x17e)]:case _0x14791b[_0x225d5f(0x16f)]:this[_0x225d5f(0x1d7)]&&(_0x2ac534=this[_0x225d5f(0x1d7)][_0x225d5f(0x199)](this[_0x225d5f(0x1d7)][_0x225d5f(0x18a)])||{},this[_0x225d5f(0x1d7)][_0x225d5f(0x186)](this[_0x225d5f(0x1d7)]['CAPABILITY_KEY'],helper[_0x225d5f(0x1a4)](_0x2ac534,_0x5211c8[_0x86ee0b])));break;case _0x14791b[_0x225d5f(0x1b4)]:case _0x14791b[_0x225d5f(0x19a)]:this[_0x225d5f(0x1a6)]&&(_0x2ac534=this[_0x225d5f(0x1a6)][_0x225d5f(0x199)](this[_0x225d5f(0x1a6)][_0x225d5f(0x18a)])||{},this['edgeOptions_'][_0x225d5f(0x186)](this['edgeOptions_'][_0x225d5f(0x18a)],helper[_0x225d5f(0x1a4)](_0x2ac534,_0x5211c8[_0x86ee0b])));break;case _0x14791b[_0x225d5f(0x160)]:case _0x14791b['sERqL']:this[_0x225d5f(0x172)]&&(_0x2ac534=this[_0x225d5f(0x172)][_0x225d5f(0x199)](this[_0x225d5f(0x172)][_0x225d5f(0x18a)])||{},this['firefoxOptions_'][_0x225d5f(0x186)](this['firefoxOptions_'][_0x225d5f(0x18a)],helper[_0x225d5f(0x1a4)](_0x2ac534,_0x5211c8[_0x86ee0b])));break;case _0x14791b[_0x225d5f(0x15e)]:this['safariOptions_']&&(_0x2ac534=this['safariOptions_'][_0x225d5f(0x199)](this[_0x225d5f(0x176)][_0x225d5f(0x18a)])||{},this[_0x225d5f(0x176)][_0x225d5f(0x186)](this[_0x225d5f(0x176)]['CAPABILITY_KEY'],helper[_0x225d5f(0x1a4)](_0x2ac534,_0x5211c8[_0x86ee0b])));break;case _0x14791b[_0x225d5f(0x15d)]:case _0x14791b[_0x225d5f(0x170)]:this[_0x225d5f(0x1ba)]&&(_0x2ac534=this[_0x225d5f(0x1ba)]['get'](this[_0x225d5f(0x1ba)]['CAPABILITY_KEY'])||{},this[_0x225d5f(0x1ba)][_0x225d5f(0x186)](this[_0x225d5f(0x1ba)][_0x225d5f(0x18a)],helper[_0x225d5f(0x1a4)](_0x2ac534,_0x5211c8[_0x86ee0b])));break;}}}[_0x23ba7a(0x173)](){const _0x29ecc7=_0x23ba7a,_0x17536c={'fASrb':function(_0x146224,_0x3017f5){return _0x14791b['xQmFI'](_0x146224,_0x3017f5);},'VbDUc':_0x14791b[_0x29ecc7(0x1ac)]};return logger[_0x29ecc7(0x192)](_0x14791b[_0x29ecc7(0x1bd)]),this['__setBrowserOptions'](_0xa1bc1a[_0x29ecc7(0x1ab)]),Object[_0x29ecc7(0x1bf)](_0xa1bc1a[_0x29ecc7(0x1ab)])[_0x29ecc7(0x1c9)](_0x3766f6=>{const _0x430650=_0x29ecc7,_0x21640f=this[_0x430650(0x1be)][_0x430650(0x199)](_0x3766f6);_0x17536c[_0x430650(0x1d1)](typeof _0x21640f,_0x17536c[_0x430650(0x161)])?this['capabilities_'][_0x430650(0x186)](_0x3766f6,helper[_0x430650(0x1a4)](_0x21640f,_0xa1bc1a['capability'][_0x3766f6])):this[_0x430650(0x1be)]['set'](_0x3766f6,_0xa1bc1a['capability'][_0x3766f6]);}),this;}[_0x23ba7a(0x1b9)](){const _0xbbe484=_0x23ba7a,_0x53ff21={'lULLl':_0x14791b['Txmtk'],'gSQjB':_0x14791b[_0xbbe484(0x17d)],'BQRgb':function(_0x21c9ce,_0x37002e,_0x4d6a71){const _0x46c1fc=_0xbbe484;return _0x14791b[_0x46c1fc(0x1c8)](_0x21c9ce,_0x37002e,_0x4d6a71);},'eTRWt':function(_0x180be0,_0x17a64f){const _0x1cf6fe=_0xbbe484;return _0x14791b[_0x1cf6fe(0x18b)](_0x180be0,_0x17a64f);},'NVYxn':function(_0x4dd18d,_0x222b04,_0x5ad83e){const _0x3d4446=_0xbbe484;return _0x14791b[_0x3d4446(0x16d)](_0x4dd18d,_0x222b04,_0x5ad83e);},'hAlxe':function(_0x1bffed,_0x262bad,_0x194237){const _0x23e064=_0xbbe484;return _0x14791b[_0x23e064(0x16d)](_0x1bffed,_0x262bad,_0x194237);}};if(helper['isBrowserstackInfra']()){const _0x27fd20=_0x14791b[_0xbbe484(0x193)][_0xbbe484(0x1d4)]('|');let _0x4eda9d=0x0;while(!![]){switch(_0x27fd20[_0x4eda9d++]){case'0':_0x14791b['BTTiy'](isAccessibilityAutomationSession)&&_0x14791b[_0xbbe484(0x18b)](setAccessibilityCapabilities,_0xa1bc1a);continue;case'1':this[_0xbbe484(0x191)]();continue;case'2':globals[_0xbbe484(0x197)](_0x14791b['LslNo'])&&(!_0x14791b['uVQEy'](setExtension,this,_0xa1bc1a)&&globals['setGlobal'](_0x14791b['LslNo'],![]));continue;case'3':if(helper[_0xbbe484(0x19e)](_0xa1bc1a[_0xbbe484(0x17a)][_0xbbe484(0x164)]))this['agent_']=helper[_0xbbe484(0x185)](_0xa1bc1a[_0xbbe484(0x17a)]['proxyUrl']);else _0xa1bc1a[_0xbbe484(0x17a)][_0xbbe484(0x164)]&&(this['proxy_']=_0xa1bc1a[_0xbbe484(0x17a)][_0xbbe484(0x164)],logger[_0xbbe484(0x192)](_0xbbe484(0x1c7)+this[_0xbbe484(0x18e)]));continue;case'4':logger['debug'](_0x14791b['jCRoC']);continue;case'5':this[_0xbbe484(0x173)]();continue;}break;}}const _0x23f0d6=super['build']();return _0x23f0d6[_0xbbe484(0x195)][_0xbbe484(0x1aa)](_0x323661=>{const _0x16e2ec=_0xbbe484;try{const _0x1736cd=_0x323661['caps_'][_0x16e2ec(0x199)](_0x53ff21[_0x16e2ec(0x18f)]);_0x1736cd?(logger['debug']('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x1736cd),hubAllocator[_0x16e2ec(0x189)](_0x1736cd),helper[_0x16e2ec(0x16b)](_0x1736cd)):logger[_0x16e2ec(0x192)](_0x53ff21[_0x16e2ec(0x1b5)]);}catch(_0x183663){logger['debug']('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x183663);}}),_0x23f0d6[_0xbbe484(0x163)]=0x0,_0x23f0d6[_0xbbe484(0x1aa)]&&_0x23f0d6[_0xbbe484(0x1aa)](_0x30efa0=>{const _0x335774=_0xbbe484,_0x47b032={'vhiZX':function(_0x16cf02,_0x42f724,_0x506307){const _0x204433=a29_0x5ba7;return _0x53ff21[_0x204433(0x166)](_0x16cf02,_0x42f724,_0x506307);}};_0x53ff21[_0x335774(0x166)](overrideQuit,_0x30efa0,_0x23f0d6),_0x53ff21[_0x335774(0x1d2)](overrideTakeScreenshot,_0x30efa0),helper[_0x335774(0x1ca)](_0x30efa0,_0xa1bc1a),_0x53ff21[_0x335774(0x166)](overrideExecute,_0x30efa0,_0xa1bc1a),_0x30efa0[_0x335774(0x1b1)]=async()=>{const _0x18f688=_0x335774;return await _0x47b032[_0x18f688(0x1a0)](getAccessibilityResultsSummary,_0x30efa0,global);},_0x30efa0[_0x335774(0x188)]=async()=>{const _0x368072=_0x335774;return await _0x53ff21[_0x368072(0x166)](getAccessibilityResults,_0x30efa0,global);};}),_0x23f0d6[_0xbbe484(0x1b1)]=async()=>{return await _0x53ff21['NVYxn'](getAccessibilityResultsSummary,_0x23f0d6,global);},_0x23f0d6[_0xbbe484(0x188)]=async()=>{const _0x78f3e8=_0xbbe484;return await _0x53ff21[_0x78f3e8(0x1d5)](getAccessibilityResults,_0x23f0d6,global);},_0x14791b[_0xbbe484(0x1cb)](overrideTakeScreenshot,_0x23f0d6),_0x14791b[_0xbbe484(0x18b)](overrideQuit,_0x23f0d6),helper[_0xbbe484(0x1ca)](_0x23f0d6,_0xa1bc1a),_0x14791b['uVQEy'](overrideExecute,_0x23f0d6,_0xa1bc1a),helper[_0xbbe484(0x183)](global['__driversArray'])&&(global[_0xbbe484(0x198)]=[]),helper[_0xbbe484(0x183)](global['__drivers'])&&(global['__drivers']=[]),global[_0xbbe484(0x198)]['push'](_0x23f0d6),global[_0xbbe484(0x165)]=_0x23f0d6,_0x14791b['Znshf'](global[_0xbbe484(0x1c4)],undefined)&&global[_0xbbe484(0x1c4)]['push'](_0x23f0d6),_0x336a3e&&helper['isUndefined'](_0x336a3e[_0xbbe484(0x18c)]['__driversArray'])&&(_0x336a3e['global'][_0xbbe484(0x198)]=[]),_0x336a3e&&_0x14791b[_0xbbe484(0x194)](_0x336a3e[_0xbbe484(0x18c)][_0xbbe484(0x1c4)],undefined)&&(_0x336a3e[_0xbbe484(0x18c)][_0xbbe484(0x1c4)][_0xbbe484(0x1c1)](_0x23f0d6),_0x336a3e[_0xbbe484(0x18c)]['__driversArray']['push'](_0x23f0d6)),_0x23f0d6;}}return _0x2dcd4c[_0x23ba7a(0x1af)]=_0x2dcd4c[_0x23ba7a(0x19f)],_0x2dcd4c[_0x23ba7a(0x19f)]=_0x21ea1b,_0x99c78a[_0x23ba7a(0x162)]=_0x52e0e8,_0x2dcd4c;};module[a29_0x5a00b6(0x1cd)][a29_0x5a00b6(0x1bc)]=modify;function a29_0x49bd(){const _0x1bd70c=['isUndefined','5393680RZUAsa','getHttpAgent','set','../../../helpers/logger','getAccessibilityResults','updateHubUrl','CAPABILITY_KEY','mKeKL','global','./helpers/patchHelper','proxy_','lULLl','6nRIYhA','setServer','debug','eNEaW','Znshf','session_','requireSeleniumWebdriver','getGlobal','__driversArray','get','VQpvF','emvyA','roeRv','gtRtA','isPacProxy','Builder','vhiZX','72222JhPdMi','9104LMxPUI','send','mergeDeep','moz:firefoxOptions','edgeOptions_','logLevel','../../../helpers/globals','options_','then','capability','wMxjv','xbpEF','../accessibility-automation/helper','originalBuilder','isAccessibilityPlatform','getAccessibilityResultsSummary','fJZJl','Modifying\x20webdriver\x20builder','cIiaC','gSQjB','chromeOptions','winstonLogger','bDbfq','build','ieOptions_','../../../helpers/accessibility-automation/helper','browserstackAgentObservability','kkZUD','capabilities_','keys','3081715WuBiJv','push','ieOptions','newHubUrl','__drivers','GkzFl','url_','Proxy\x20set\x20to\x20','uVQEy','forEach','overrideGet','baiLx','/wd/hub','exports','browserStackLogLevel','0|1|5|3|2|4','New\x20hub\x20url\x20set\x20to\x20','fASrb','eTRWt','../../../helpers/helper','split','hAlxe','ms:edgeOptions','chromeOptions_','GStRn','MPdNX','853062wAFZLD','MIVPX','VbDUc','HttpClient','quitCount_','proxyUrl','__driver','BQRgb','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','edgeOptions','isBrowserstackInfra','setLogLevel','storeOptimalHubUrl','path','lMZRI','196600LfUkAl','zRQBU','sOLcs','getRequestOptions','firefoxOptions_','setCapabilities','/session','optimalHubUrl','safariOptions_','info','safari.options','object','proxySettings','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','15pGwtvS','Ukghn','inlkM','2712600upAwSn','__setBrowserOptions','requireHttpClient','firefoxOptions'];a29_0x49bd=function(){return _0x1bd70c;};return a29_0x49bd();}
1
+ function a29_0x4382(_0x1ed886,_0x3a520a){const _0x123ed0=a29_0x123e();return a29_0x4382=function(_0x43825a,_0x19e9c6){_0x43825a=_0x43825a-0x1c5;let _0x16ab56=_0x123ed0[_0x43825a];return _0x16ab56;},a29_0x4382(_0x1ed886,_0x3a520a);}const a29_0x336e9a=a29_0x4382;(function(_0x3a4c94,_0x3b3640){const _0x212fbe=a29_0x4382,_0x203575=_0x3a4c94();while(!![]){try{const _0x253aa2=-parseInt(_0x212fbe(0x230))/0x1+-parseInt(_0x212fbe(0x1d1))/0x2*(-parseInt(_0x212fbe(0x204))/0x3)+-parseInt(_0x212fbe(0x20e))/0x4+parseInt(_0x212fbe(0x232))/0x5*(-parseInt(_0x212fbe(0x22e))/0x6)+-parseInt(_0x212fbe(0x1d0))/0x7+-parseInt(_0x212fbe(0x22c))/0x8+parseInt(_0x212fbe(0x217))/0x9*(parseInt(_0x212fbe(0x223))/0xa);if(_0x253aa2===_0x3b3640)break;else _0x203575['push'](_0x203575['shift']());}catch(_0x5d3369){_0x203575['push'](_0x203575['shift']());}}}(a29_0x123e,0xd6572));const logger=require(a29_0x336e9a(0x203))[a29_0x336e9a(0x1cf)],helper=require(a29_0x336e9a(0x226)),constants=require(a29_0x336e9a(0x225)),hubAllocator=require(a29_0x336e9a(0x233)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a29_0x336e9a(0x222)),{setAccessibilityCapabilities,setExtension}=require(a29_0x336e9a(0x20b)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a29_0x336e9a(0x1fe)),globals=require(a29_0x336e9a(0x212)),{overrideExecute}=require(a29_0x336e9a(0x236)),modify=(_0x453cb8,_0x5da106=null,_0x487e05=![])=>{const _0x4dc8c3=a29_0x336e9a,_0x225d82={'GItGe':function(_0x5ca082,_0x2e4508){return _0x5ca082!==_0x2e4508;},'HGnQo':'/session','vjHCm':function(_0xc558b7,_0x50711d){return _0xc558b7!==_0x50711d;},'OuceA':function(_0x1e5474,_0xf74c30){return _0x1e5474+_0xf74c30;},'suQta':function(_0x3153b7,_0x3d0a54){return _0x3153b7+_0x3d0a54;},'upbLo':_0x4dc8c3(0x1cb),'TxSsp':_0x4dc8c3(0x21f),'QYHYm':_0x4dc8c3(0x1d5),'dhgPE':_0x4dc8c3(0x20c),'mkNIg':_0x4dc8c3(0x1f6),'HtaUC':_0x4dc8c3(0x228),'NMdRS':_0x4dc8c3(0x1de),'VbjOR':_0x4dc8c3(0x1eb),'cHtKB':_0x4dc8c3(0x1f0),'GKKiL':_0x4dc8c3(0x1ee),'bzOsS':_0x4dc8c3(0x1df),'eRkFM':function(_0x18f693,_0x56682e){return _0x18f693===_0x56682e;},'EBOKW':_0x4dc8c3(0x1fc),'ZDCTp':_0x4dc8c3(0x1fa),'vzGMp':'optimalHubUrl','Yvtvb':_0x4dc8c3(0x23f),'KNYzF':function(_0x3762dd,_0x299958,_0x1b696d){return _0x3762dd(_0x299958,_0x1b696d);},'BwPTS':function(_0x380638,_0x557dce,_0x2175f4){return _0x380638(_0x557dce,_0x2175f4);},'TSNkQ':function(_0x162ebc,_0x3a148c){return _0x162ebc(_0x3a148c);},'Swkpc':'3|4|5|0|1|2','HLikt':_0x4dc8c3(0x23c),'MKigU':_0x4dc8c3(0x1e1),'ftdvK':function(_0x52e1d9){return _0x52e1d9();},'eophE':function(_0x288f45,_0x5df2c5){return _0x288f45(_0x5df2c5);},'cFnpw':function(_0x3338b2,_0x1d325a){return _0x3338b2(_0x1d325a);},'DYQWg':function(_0x320a23,_0x139124){return _0x320a23(_0x139124);},'ojvMP':function(_0x4084ba,_0x3860e1,_0x1b257e){return _0x4084ba(_0x3860e1,_0x1b257e);},'VadVN':function(_0x17b6de,_0x35a7b6){return _0x17b6de!==_0x35a7b6;},'pAxMu':_0x4dc8c3(0x1dc),'yViED':_0x4dc8c3(0x216)},_0x30f071=helper[_0x4dc8c3(0x1ed)]();let _0x4f534b;try{_0x4f534b=helper[_0x4dc8c3(0x1c5)](),_0x4f534b[_0x4dc8c3(0x240)]&&(_0x4f534b[_0x4dc8c3(0x205)]=_0x4f534b[_0x4dc8c3(0x240)]);}catch(_0x15216d){return;}if(helper['isBrowserstackInfra']()){const _0x3357fb={};_0x3357fb[_0x4dc8c3(0x1e8)]=_0x453cb8['browserStackLogLevel'],helper[_0x4dc8c3(0x234)](_0x3357fb,new Map(),new Map()),logger[_0x4dc8c3(0x1cd)](_0x225d82[_0x4dc8c3(0x1fd)]),logger[_0x4dc8c3(0x238)](_0x225d82['yViED']);}class _0x585272 extends _0x30f071[_0x4dc8c3(0x1ec)]{[_0x4dc8c3(0x1ea)](_0x14d85d){const _0x1bd44c=_0x4dc8c3;if(_0x225d82[_0x1bd44c(0x20d)](_0x14d85d[_0x1bd44c(0x209)],_0x225d82[_0x1bd44c(0x1cc)])&&_0x225d82[_0x1bd44c(0x218)](global['newHubUrl'],''))try{global['newHubUrl']=_0x225d82[_0x1bd44c(0x200)](_0x225d82[_0x1bd44c(0x1d9)](_0x225d82[_0x1bd44c(0x1e3)],global[_0x1bd44c(0x239)]),_0x225d82['TxSsp']),this[_0x1bd44c(0x21d)]=hubAllocator['getRequestOptions'](global[_0x1bd44c(0x239)]),logger[_0x1bd44c(0x238)](_0x1bd44c(0x1f2)+global[_0x1bd44c(0x239)]),global[_0x1bd44c(0x239)]='';}catch(_0x5876fb){logger[_0x1bd44c(0x1d7)](_0x5876fb);}return super['send'](_0x14d85d);}}class _0x3fc797 extends _0x4f534b[_0x4dc8c3(0x205)]{[_0x4dc8c3(0x1ca)](){const _0x1b09f8=_0x4dc8c3;return this[_0x1b09f8(0x1e5)]=helper[_0x1b09f8(0x1e4)](_0x453cb8),logger['debug'](_0x1b09f8(0x1ce)+this[_0x1b09f8(0x1e5)]),this;}[_0x4dc8c3(0x23a)](_0x55d817){const _0x539d42=_0x4dc8c3;let _0x378371={};for(const _0x29c2f4 in _0x55d817){switch(_0x29c2f4){case _0x225d82[_0x539d42(0x20f)]:case _0x225d82['dhgPE']:this[_0x539d42(0x1e9)]&&(_0x378371=this[_0x539d42(0x1e9)]['get'](this[_0x539d42(0x1e9)][_0x539d42(0x1ef)])||{},this[_0x539d42(0x1e9)][_0x539d42(0x214)](this['chromeOptions_']['CAPABILITY_KEY'],helper['mergeDeep'](_0x378371,_0x55d817[_0x29c2f4])));break;case _0x225d82[_0x539d42(0x1f1)]:case _0x225d82[_0x539d42(0x1c9)]:this[_0x539d42(0x1d8)]&&(_0x378371=this['edgeOptions_'][_0x539d42(0x1d6)](this['edgeOptions_']['CAPABILITY_KEY'])||{},this['edgeOptions_']['set'](this[_0x539d42(0x1d8)][_0x539d42(0x1ef)],helper[_0x539d42(0x213)](_0x378371,_0x55d817[_0x29c2f4])));break;case _0x225d82[_0x539d42(0x201)]:case _0x225d82['VbjOR']:this[_0x539d42(0x1da)]&&(_0x378371=this[_0x539d42(0x1da)]['get'](this[_0x539d42(0x1da)][_0x539d42(0x1ef)])||{},this[_0x539d42(0x1da)][_0x539d42(0x214)](this['firefoxOptions_'][_0x539d42(0x1ef)],helper[_0x539d42(0x213)](_0x378371,_0x55d817[_0x29c2f4])));break;case _0x225d82[_0x539d42(0x1f7)]:this[_0x539d42(0x237)]&&(_0x378371=this[_0x539d42(0x237)][_0x539d42(0x1d6)](this[_0x539d42(0x237)][_0x539d42(0x1ef)])||{},this[_0x539d42(0x237)]['set'](this[_0x539d42(0x237)][_0x539d42(0x1ef)],helper[_0x539d42(0x213)](_0x378371,_0x55d817[_0x29c2f4])));break;case _0x225d82[_0x539d42(0x221)]:case _0x225d82[_0x539d42(0x21b)]:this[_0x539d42(0x21e)]&&(_0x378371=this[_0x539d42(0x21e)][_0x539d42(0x1d6)](this[_0x539d42(0x21e)]['CAPABILITY_KEY'])||{},this[_0x539d42(0x21e)][_0x539d42(0x214)](this['ieOptions_']['CAPABILITY_KEY'],helper[_0x539d42(0x213)](_0x378371,_0x55d817[_0x29c2f4])));break;}}}[_0x4dc8c3(0x202)](){const _0x499c97=_0x4dc8c3,_0x7af46b={'zoTFj':function(_0x14edae,_0x5c9182){const _0x3ccd01=a29_0x4382;return _0x225d82[_0x3ccd01(0x241)](_0x14edae,_0x5c9182);},'bRIgY':_0x225d82[_0x499c97(0x227)]};return logger[_0x499c97(0x238)](_0x225d82['ZDCTp']),this[_0x499c97(0x23a)](_0x453cb8['capability']),Object[_0x499c97(0x1f3)](_0x453cb8[_0x499c97(0x1f8)])['forEach'](_0x7f017f=>{const _0x25fb2b=_0x499c97,_0x5abcd4=this['capabilities_'][_0x25fb2b(0x1d6)](_0x7f017f);_0x7af46b[_0x25fb2b(0x22f)](typeof _0x5abcd4,_0x7af46b[_0x25fb2b(0x21a)])?this[_0x25fb2b(0x22d)][_0x25fb2b(0x214)](_0x7f017f,helper['mergeDeep'](_0x5abcd4,_0x453cb8['capability'][_0x7f017f])):this[_0x25fb2b(0x22d)][_0x25fb2b(0x214)](_0x7f017f,_0x453cb8['capability'][_0x7f017f]);}),this;}[_0x4dc8c3(0x1e7)](){const _0xc85787=_0x4dc8c3,_0x40e3ee={'uQAiH':function(_0x41f2bd,_0x5aa2ec,_0x50b3c1){const _0x43dd0c=a29_0x4382;return _0x225d82[_0x43dd0c(0x23d)](_0x41f2bd,_0x5aa2ec,_0x50b3c1);},'YYmWh':function(_0x2eaa75,_0x2312ae,_0x1e7d7f){const _0x1dd05c=a29_0x4382;return _0x225d82[_0x1dd05c(0x1c8)](_0x2eaa75,_0x2312ae,_0x1e7d7f);},'MIUgY':function(_0x44d0c1,_0x8d87e6){return _0x225d82['TSNkQ'](_0x44d0c1,_0x8d87e6);}};if(helper[_0xc85787(0x211)]()){const _0x1ac7b2=_0x225d82[_0xc85787(0x220)][_0xc85787(0x1db)]('|');let _0x319323=0x0;while(!![]){switch(_0x1ac7b2[_0x319323++]){case'0':if(helper[_0xc85787(0x1e6)](_0x453cb8[_0xc85787(0x1dd)][_0xc85787(0x1d4)]))this[_0xc85787(0x21c)]=helper['getHttpAgent'](_0x453cb8[_0xc85787(0x1dd)][_0xc85787(0x1d4)]);else _0x453cb8[_0xc85787(0x1dd)][_0xc85787(0x1d4)]&&(this['proxy_']=_0x453cb8['proxySettings'][_0xc85787(0x1d4)],logger[_0xc85787(0x238)](_0xc85787(0x1f4)+this[_0xc85787(0x22b)]));continue;case'1':globals['getGlobal'](_0x225d82['HLikt'])&&(!_0x225d82[_0xc85787(0x1c8)](setExtension,this,_0x453cb8)&&globals['setGlobal'](_0x225d82['HLikt'],![]));continue;case'2':logger['debug'](_0x225d82[_0xc85787(0x20a)]);continue;case'3':_0x225d82[_0xc85787(0x210)](isAccessibilityAutomationSession)&&_0x225d82[_0xc85787(0x1f5)](setAccessibilityCapabilities,_0x453cb8);continue;case'4':this['setServer']();continue;case'5':this[_0xc85787(0x202)]();continue;}break;}}const _0x4aacf4=super[_0xc85787(0x1e7)]();return _0x4aacf4[_0xc85787(0x1fb)][_0xc85787(0x219)](_0x179c98=>{const _0x412eb8=_0xc85787;try{const _0xd0cf77=_0x179c98[_0x412eb8(0x23b)][_0x412eb8(0x1d6)](_0x225d82['vzGMp']);_0xd0cf77?(logger[_0x412eb8(0x238)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0xd0cf77),hubAllocator[_0x412eb8(0x231)](_0xd0cf77),helper[_0x412eb8(0x1e2)](_0xd0cf77)):logger[_0x412eb8(0x238)](_0x225d82[_0x412eb8(0x229)]);}catch(_0x4be9de){logger[_0x412eb8(0x238)](_0x412eb8(0x1e0)+_0x4be9de);}}),_0x4aacf4[_0xc85787(0x208)]=0x0,_0x4aacf4[_0xc85787(0x219)]&&_0x4aacf4['then'](_0x5c6134=>{const _0x473a89=_0xc85787,_0x3a9acb={'zfZVP':function(_0x47d90f,_0xb70aae,_0x3e2227){return _0x40e3ee['uQAiH'](_0x47d90f,_0xb70aae,_0x3e2227);}};_0x40e3ee['YYmWh'](overrideQuit,_0x5c6134,_0x4aacf4),_0x40e3ee['MIUgY'](overrideTakeScreenshot,_0x5c6134),helper[_0x473a89(0x1ff)](_0x5c6134,_0x453cb8),_0x40e3ee['uQAiH'](overrideExecute,_0x5c6134,_0x453cb8),_0x5c6134[_0x473a89(0x22a)]=async()=>{const _0x4c09e1=_0x473a89;return await _0x3a9acb[_0x4c09e1(0x206)](getAccessibilityResultsSummary,_0x5c6134,global);},_0x5c6134['getAccessibilityResults']=async()=>{const _0x5090c7=_0x473a89;return await _0x3a9acb[_0x5090c7(0x206)](getAccessibilityResults,_0x5c6134,global);};}),_0x4aacf4[_0xc85787(0x22a)]=async()=>{const _0x572627=_0xc85787;return await _0x225d82[_0x572627(0x1c8)](getAccessibilityResultsSummary,_0x4aacf4,global);},_0x4aacf4[_0xc85787(0x1f9)]=async()=>{return await _0x225d82['KNYzF'](getAccessibilityResults,_0x4aacf4,global);},_0x225d82[_0xc85787(0x23e)](overrideTakeScreenshot,_0x4aacf4),_0x225d82['DYQWg'](overrideQuit,_0x4aacf4),helper[_0xc85787(0x1ff)](_0x4aacf4,_0x453cb8),_0x225d82[_0xc85787(0x1d2)](overrideExecute,_0x4aacf4,_0x453cb8),helper['isUndefined'](global['__driversArray'])&&(global[_0xc85787(0x1c6)]=[]),helper['isUndefined'](global[_0xc85787(0x235)])&&(global[_0xc85787(0x235)]=[]),global[_0xc85787(0x1c6)][_0xc85787(0x224)](_0x4aacf4),global[_0xc85787(0x215)]=_0x4aacf4,_0x225d82['VadVN'](global[_0xc85787(0x235)],undefined)&&global[_0xc85787(0x235)][_0xc85787(0x224)](_0x4aacf4),_0x5da106&&helper[_0xc85787(0x1d3)](_0x5da106[_0xc85787(0x207)][_0xc85787(0x1c6)])&&(_0x5da106[_0xc85787(0x207)][_0xc85787(0x1c6)]=[]),_0x5da106&&_0x225d82['GItGe'](_0x5da106['global'][_0xc85787(0x235)],undefined)&&(_0x5da106[_0xc85787(0x207)][_0xc85787(0x235)][_0xc85787(0x224)](_0x4aacf4),_0x5da106[_0xc85787(0x207)][_0xc85787(0x1c6)][_0xc85787(0x224)](_0x4aacf4)),_0x4aacf4;}}return _0x4f534b[_0x4dc8c3(0x240)]=_0x4f534b[_0x4dc8c3(0x205)],_0x4f534b[_0x4dc8c3(0x205)]=_0x3fc797,_0x30f071[_0x4dc8c3(0x1ec)]=_0x585272,_0x4f534b;};module['exports'][a29_0x336e9a(0x1c7)]=modify;function a29_0x123e(){const _0x2c3dab=['18AqrFZe','vjHCm','then','bRIgY','bzOsS','agent_','options_','ieOptions_','/wd/hub','Swkpc','GKKiL','../../../helpers/patchHelpers','29828730sFEkkK','push','../../../bin/utils/constants','../../../helpers/helper','EBOKW','edgeOptions','Yvtvb','getAccessibilityResultsSummary','proxy_','10774752BsPngw','capabilities_','393180HXJuBh','zoTFj','1630612wrUKuL','updateHubUrl','5rEwYPL','../../../hubAllocationMethods','setLogLevel','__drivers','./helpers/patchHelper','safariOptions_','debug','newHubUrl','__setBrowserOptions','caps_','isAccessibilityPlatform','BwPTS','cFnpw','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','originalBuilder','eRkFM','requireSeleniumWebdriver','__driversArray','browserstackAgentObservability','KNYzF','HtaUC','setServer','https://','HGnQo','info','Hub\x20url\x20set\x20to\x20','winstonLogger','4267095lvSioD','1104gFjwFs','ojvMP','isUndefined','proxyUrl','goog:chromeOptions','get','error','edgeOptions_','suQta','firefoxOptions_','split','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','proxySettings','moz:firefoxOptions','ieOptions','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','storeOptimalHubUrl','upbLo','getHubUrl','url_','isPacProxy','build','logLevel','chromeOptions_','send','firefoxOptions','HttpClient','requireHttpClient','se:ieOptions','CAPABILITY_KEY','safari.options','mkNIg','New\x20hub\x20url\x20set\x20to\x20','keys','Proxy\x20set\x20to\x20','eophE','ms:edgeOptions','cHtKB','capability','getAccessibilityResults','Setting\x20Browserstack\x20capabilities','session_','object','pAxMu','../../../helpers/accessibility-automation/helper','overrideGet','OuceA','NMdRS','setCapabilities','../../../helpers/logger','1542ngPSvm','Builder','zfZVP','global','quitCount_','path','MKigU','../accessibility-automation/helper','chromeOptions','GItGe','6875860CJfLqy','QYHYm','ftdvK','isBrowserstackInfra','../../../helpers/globals','mergeDeep','set','__driver','Modifying\x20webdriver\x20builder'];a29_0x123e=function(){return _0x2c3dab;};return a29_0x123e();}
@@ -1 +1 @@
1
- const a30_0x1d11b5=a30_0x323b;(function(_0x1909b1,_0x11730f){const _0x241cf2=a30_0x323b,_0xf1290c=_0x1909b1();while(!![]){try{const _0x2cac28=parseInt(_0x241cf2(0x190))/0x1+parseInt(_0x241cf2(0x18d))/0x2+parseInt(_0x241cf2(0x191))/0x3*(-parseInt(_0x241cf2(0x18f))/0x4)+-parseInt(_0x241cf2(0x196))/0x5*(-parseInt(_0x241cf2(0x197))/0x6)+-parseInt(_0x241cf2(0x18e))/0x7*(-parseInt(_0x241cf2(0x18c))/0x8)+parseInt(_0x241cf2(0x192))/0x9*(parseInt(_0x241cf2(0x18b))/0xa)+-parseInt(_0x241cf2(0x198))/0xb*(parseInt(_0x241cf2(0x199))/0xc);if(_0x2cac28===_0x11730f)break;else _0xf1290c['push'](_0xf1290c['shift']());}catch(_0x2b6055){_0xf1290c['push'](_0xf1290c['shift']());}}}(a30_0x3937,0x8bc3b));const requestSpy=require(a30_0x1d11b5(0x193)),constants=require('../../../bin/utils/constants'),{addRequestSpy}=require('../../../helpers/test-observability/utils');function a30_0x323b(_0x25601a,_0x1a3939){const _0x3937e9=a30_0x3937();return a30_0x323b=function(_0x323b5d,_0x5b6c65){_0x323b5d=_0x323b5d-0x18b;let _0x1576b6=_0x3937e9[_0x323b5d];return _0x1576b6;},a30_0x323b(_0x25601a,_0x1a3939);}function a30_0x3937(){const _0xb2ed1c=['6306mswABd','36935426ZLSFxz','12vrWGac','1573450YAWYTH','996656mAmoff','1342364vLECsx','35QGKEFo','551592JAawzu','800519SfqUBi','6HLoBIo','63xhNsZR','../../../helpers/request-spy','mochaHooks','timeout','4805ModzMv'];a30_0x3937=function(){return _0xb2ed1c;};return a30_0x3937();}exports[a30_0x1d11b5(0x194)]={'beforeAll'(){const _0x1565a4={'spPJO':function(_0x23ae6d){return _0x23ae6d();}},_0x1f174b='browserstack internal helper hook';_0x1565a4['spPJO'](addRequestSpy);},'afterAll'(){const _0x30075d=a30_0x1d11b5,_0x28867d='browserstack internal helper hook';this[_0x30075d(0x195)](0xea60),requestSpy['restore']();}};
1
+ const a30_0x5cfa8e=a30_0x498f;(function(_0x521384,_0x27a642){const _0x4dded1=a30_0x498f,_0x74b0ed=_0x521384();while(!![]){try{const _0x2e6c03=-parseInt(_0x4dded1(0x163))/0x1*(parseInt(_0x4dded1(0x156))/0x2)+parseInt(_0x4dded1(0x153))/0x3+-parseInt(_0x4dded1(0x160))/0x4*(-parseInt(_0x4dded1(0x162))/0x5)+parseInt(_0x4dded1(0x15f))/0x6*(-parseInt(_0x4dded1(0x15b))/0x7)+-parseInt(_0x4dded1(0x15e))/0x8+parseInt(_0x4dded1(0x15a))/0x9*(parseInt(_0x4dded1(0x158))/0xa)+-parseInt(_0x4dded1(0x165))/0xb*(parseInt(_0x4dded1(0x161))/0xc);if(_0x2e6c03===_0x27a642)break;else _0x74b0ed['push'](_0x74b0ed['shift']());}catch(_0x5bf7af){_0x74b0ed['push'](_0x74b0ed['shift']());}}}(a30_0x56e0,0x83911));function a30_0x498f(_0x715376,_0x5a7dfe){const _0x56e0db=a30_0x56e0();return a30_0x498f=function(_0x498faf,_0x6b7d4a){_0x498faf=_0x498faf-0x153;let _0x3c5da2=_0x56e0db[_0x498faf];return _0x3c5da2;},a30_0x498f(_0x715376,_0x5a7dfe);}const requestSpy=require(a30_0x5cfa8e(0x157)),constants=require(a30_0x5cfa8e(0x164)),{addRequestSpy}=require(a30_0x5cfa8e(0x15c));function a30_0x56e0(){const _0x3e0e48=['706593qqSObK','timeout','YvIlP','14132UyQzyx','../../../helpers/request-spy','820RHbqiy','restore','91359uryrMo','7toqRec','../../../helpers/test-observability/utils','mochaHooks','970456iUbWbt','1403076ghkhiv','3713100jMpAGn','84kmYLls','5UWLJNi','66LAOInP','../../../bin/utils/constants','999086SqkoQa'];a30_0x56e0=function(){return _0x3e0e48;};return a30_0x56e0();}exports[a30_0x5cfa8e(0x15d)]={'beforeAll'(){const _0x15d899=a30_0x5cfa8e,_0x29f52c={'YvIlP':function(_0x574cfd){return _0x574cfd();}},_0xd3f221='browserstack internal helper hook';_0x29f52c[_0x15d899(0x155)](addRequestSpy);},'afterAll'(){const _0x440f19=a30_0x5cfa8e,_0x873596='browserstack internal helper hook';this[_0x440f19(0x154)](0xea60),requestSpy[_0x440f19(0x159)]();}};
@@ -1 +1 @@
1
- function a31_0x1b61(){const _0x579e56=['../../../helpers/test-observability/utils','hookAnalyticsId','browserstack','_beforeAll','Mwgoa','passed','getTestEnv','obEDJ','type','../../../helpers/test-observability/constants','672492kWhmVs','tests','slice','1TENVrp','reduce','uxpDs','mjuOy','vIrmv','split','3640301BZSMSa','4aYurWS','WXEKn','__cloud_provider___','../../../helpers/helper','19051452GUThUd','fromEntries','mapTestHooks','sSZgn','12114wpMXcm','_afterAll','QMijE','js-','getPlatform','GkNnT','wVjAY','map_','../../../helpers/testhub/utils','concat','emit','_afterEach','oiStS','gaOFI','parent','getHooksForTest','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','921216TwrtsH','pending','VtbFL','695DGREtH','dgkAd','../../../../package.json','getHookSkippedTests','getBrowserVersion','nGuXm','SyhSK','TEST_PLATFORM','MlSuY','DKxJu','22297KAPrRZ','unknown_grid','forEach','state','PBTbW','oJUCt','sendPlatformDetails','push','hook','iaBUz','5030KqzhNr','getSession','pid','_beforeEach','toISOString','getCapabilities','bs:addPlatformDetails:','markedStatus','2007540JSWLZa','indexOf','suites','oRNAD','sFGsM','8PoqxTk','toJSON','CSMKM'];a31_0x1b61=function(){return _0x579e56;};return a31_0x1b61();}const a31_0x248d4c=a31_0xd17a;(function(_0x13e588,_0x164de1){const _0x54f66a=a31_0xd17a,_0x132151=_0x13e588();while(!![]){try{const _0x55f059=parseInt(_0x54f66a(0x14a))/0x1*(parseInt(_0x54f66a(0x16a))/0x2)+-parseInt(_0x54f66a(0x147))/0x3*(parseInt(_0x54f66a(0x151))/0x4)+parseInt(_0x54f66a(0x16d))/0x5*(parseInt(_0x54f66a(0x159))/0x6)+parseInt(_0x54f66a(0x150))/0x7+parseInt(_0x54f66a(0x13a))/0x8*(parseInt(_0x54f66a(0x135))/0x9)+-parseInt(_0x54f66a(0x12d))/0xa*(-parseInt(_0x54f66a(0x177))/0xb)+-parseInt(_0x54f66a(0x155))/0xc;if(_0x55f059===_0x164de1)break;else _0x132151['push'](_0x132151['shift']());}catch(_0x3b9c8b){_0x132151['push'](_0x132151['shift']());}}}(a31_0x1b61,0xa8fb4));const {v4:uuidv4}=require('uuid'),{name,version}=require(a31_0x248d4c(0x16f)),logPatcher=require('../../utils/logPatcher'),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require(a31_0x248d4c(0x13d)),{consoleHolder}=require(a31_0x248d4c(0x146)),{getPlatformVersion}=require(a31_0x248d4c(0x154)),{shouldProcessEventForTesthub}=require(a31_0x248d4c(0x161)),{isFunction}=require('lodash'),{patchConsoleLogger}=require(a31_0x248d4c(0x13d));function a31_0xd17a(_0x3e8541,_0x443d81){const _0x1b61dd=a31_0x1b61();return a31_0xd17a=function(_0xd17af2,_0x231a8d){_0xd17af2=_0xd17af2-0x128;let _0x5664fa=_0x1b61dd[_0xd17af2];return _0x5664fa;},a31_0xd17a(_0x3e8541,_0x443d81);}patchConsoleLogger(),exports[a31_0x248d4c(0x143)]=()=>{const _0x523d79=a31_0x248d4c,_0x10143b={'WXEKn':'generic','Mwgoa':function(_0x59882c){return _0x59882c();}};return{'ci':_0x10143b[_0x523d79(0x152)],'key':_0x10143b[_0x523d79(0x141)](uuidv4),'version':version,'collector':_0x523d79(0x15c)+name};},exports['getHookDetails']=_0x4104e9=>{const _0x3ea623=a31_0x248d4c,_0x4fe471={};_0x4fe471[_0x3ea623(0x165)]=function(_0x31861e,_0x51baf8){return _0x31861e!==_0x51baf8;},_0x4fe471[_0x3ea623(0x14d)]='string',_0x4fe471[_0x3ea623(0x173)]='hook:',_0x4fe471[_0x3ea623(0x16e)]=_0x3ea623(0x12b);const _0x20d779=_0x4fe471;if(!_0x4104e9||_0x20d779['oiStS'](typeof _0x4104e9,_0x20d779['mjuOy']))return[null,null];if(_0x20d779[_0x3ea623(0x165)](_0x4104e9['indexOf'](_0x20d779[_0x3ea623(0x173)]),-0x1)){const _0x1a0535=_0x4104e9[_0x3ea623(0x14f)](_0x20d779[_0x3ea623(0x173)]);return[_0x1a0535[0x0][_0x3ea623(0x149)](0x0,-0x1)[_0x3ea623(0x14f)]('\x22')[0x1],_0x1a0535[0x1]['substring'](0x1)];}else{if(_0x20d779['oiStS'](_0x4104e9[_0x3ea623(0x136)](_0x20d779[_0x3ea623(0x16e)]),-0x1)){const _0x458079=_0x4104e9[_0x3ea623(0x14f)](_0x20d779[_0x3ea623(0x16e)]);return[_0x458079[0x0]['slice'](0x0,-0x1)['split']('\x22')[0x1],_0x4104e9];}}return[null,null];},exports[a31_0x248d4c(0x168)]=_0x5526ce=>{const _0x3bf986=a31_0x248d4c,_0x473b4b={'oRNAD':function(_0x4f96e4,_0x33eb80){return _0x4f96e4(_0x33eb80);},'SuhXD':_0x3bf986(0x140),'CSMKM':_0x3bf986(0x15a),'VtbFL':_0x3bf986(0x130),'GkNnT':_0x3bf986(0x164)};if(!_0x5526ce||!_0x5526ce['parent'])return[];const _0xb85c8b=[];return[_0x473b4b['SuhXD'],_0x473b4b[_0x3bf986(0x13c)],_0x473b4b[_0x3bf986(0x16c)],_0x473b4b[_0x3bf986(0x15e)]]['forEach'](_0x3643c4=>{const _0x3651bf=_0x3bf986,_0x1f246a={'obEDJ':function(_0x243e46,_0x4224d5){const _0x3206fc=a31_0xd17a;return _0x473b4b[_0x3206fc(0x138)](_0x243e46,_0x4224d5);}},_0x12e8c5=_0x5526ce[_0x3651bf(0x167)][_0x3643c4]||[];_0x12e8c5[_0x3651bf(0x179)](_0x264823=>{const _0x34437c=_0x3651bf;_0x264823[_0x34437c(0x13e)]&&!_0x1f246a[_0x34437c(0x144)](isInternalHook,_0x264823['fn'])&&_0xb85c8b[_0x34437c(0x12a)](_0x264823['hookAnalyticsId']);});}),[..._0xb85c8b,...exports['getHooksForTest'](_0x5526ce[_0x3bf986(0x167)])];},exports['mapTestHooks']=_0x6b334c=>{const _0x1ba4b1=a31_0x248d4c,_0x254046={'PnudL':function(_0x59101c){return _0x59101c();},'MlSuY':function(_0x356742,_0x4eeeb3){return _0x356742===_0x4eeeb3;},'nGuXm':_0x1ba4b1(0x164),'ZnKiX':function(_0x370071){return _0x370071();},'gaOFI':_0x1ba4b1(0x140),'VcHGg':'_afterAll','yAkBZ':_0x1ba4b1(0x130)};if(!_0x6b334c||!_0x6b334c['parent'])return;[_0x254046[_0x1ba4b1(0x166)],_0x254046['VcHGg'],_0x254046['yAkBZ'],_0x254046[_0x1ba4b1(0x172)]][_0x1ba4b1(0x179)](_0x14dae8=>{const _0x339f55=_0x1ba4b1,_0x185ad5=_0x6b334c[_0x339f55(0x167)][_0x14dae8]||[];_0x185ad5[_0x339f55(0x179)](_0x4fa9cf=>{const _0x118931=_0x339f55;if(!_0x4fa9cf['hookAnalyticsId'])_0x4fa9cf[_0x118931(0x13e)]=_0x254046['PnudL'](uuidv4);else _0x4fa9cf['markedStatus']&&_0x254046[_0x118931(0x175)](_0x14dae8,_0x254046[_0x118931(0x172)])&&(_0x4fa9cf[_0x118931(0x13e)]=_0x254046['ZnKiX'](uuidv4),delete _0x4fa9cf[_0x118931(0x134)]);});}),exports[_0x1ba4b1(0x157)](_0x6b334c[_0x1ba4b1(0x167)]);},exports[a31_0x248d4c(0x129)]=async(_0x4a782b,_0x4e07d2)=>{const _0xcc3fbd=a31_0x248d4c,_0x3e7781={'sFGsM':function(_0xe4991d){return _0xe4991d();},'DKxJu':function(_0x53bcd8,_0x541980){return _0x53bcd8(_0x541980);},'iaBUz':function(_0x2de8eb,_0x37163c){return _0x2de8eb===_0x37163c;},'dVMMp':_0xcc3fbd(0x13f),'PBTbW':_0xcc3fbd(0x178),'oJUCt':_0xcc3fbd(0x174),'vIrmv':function(_0x534b89,_0x2bcf79){return _0x534b89(_0x2bcf79);}};try{if(!_0x3e7781[_0xcc3fbd(0x139)](shouldProcessEventForTesthub))return;const _0x47757a=await _0x4a782b[_0xcc3fbd(0x132)](),_0x1dba44=await _0x4a782b[_0xcc3fbd(0x12e)](),_0x234669={},_0x48467b=Object[_0xcc3fbd(0x156)](_0x1dba44['getCapabilities']()[_0xcc3fbd(0x160)]),_0x134784={'product':_0x3e7781[_0xcc3fbd(0x176)](getObservabilityLinkedProductName,_0x48467b),'capabilities':_0x48467b,'platform':_0x47757a[_0xcc3fbd(0x15d)](),'platform_version':_0x3e7781['DKxJu'](getPlatformVersion,_0x3e7781[_0xcc3fbd(0x12c)](global[_0xcc3fbd(0x153)],_0x3e7781['dVMMp'])),'browser':_0x47757a['getBrowserName'](),'browser_version':_0x47757a[_0xcc3fbd(0x171)](),'session_id':_0x1dba44[_0xcc3fbd(0x13b)]()};global['__cloud_provider___']?_0x234669[global[_0xcc3fbd(0x153)]]=_0x134784:_0x234669[_0x3e7781[_0xcc3fbd(0x17b)]]=_0x134784,process[_0xcc3fbd(0x163)](_0xcc3fbd(0x133)+process[_0xcc3fbd(0x12f)],{'timestamp':new Date()[_0xcc3fbd(0x131)](),'level':null,'message':null,'kind':_0x3e7781[_0xcc3fbd(0x128)],'http_response':_0x234669,'uuid':_0x4e07d2});}catch(_0xb5af6a){_0x3e7781[_0xcc3fbd(0x14e)](debug,_0xcc3fbd(0x169)+_0xb5af6a);}},exports[a31_0x248d4c(0x170)]=_0xf2fd66=>{const _0x3b1a53=a31_0x248d4c,_0x577b6d={};_0x577b6d[_0x3b1a53(0x15b)]=function(_0x214244,_0x12e054){return _0x214244!==_0x12e054;},_0x577b6d[_0x3b1a53(0x14c)]=_0x3b1a53(0x12b),_0x577b6d['wVjAY']=_0x3b1a53(0x142),_0x577b6d[_0x3b1a53(0x158)]='failed';const _0x247d5d=_0x577b6d,_0x3e2b1d=_0xf2fd66[_0x3b1a53(0x137)][_0x3b1a53(0x14b)]((_0x5cee30,_0x30c5fa)=>{const _0x3bb289=_0x3b1a53,_0x1c900b=exports[_0x3bb289(0x170)](_0x30c5fa);return _0x1c900b&&(_0x5cee30=_0x5cee30[_0x3bb289(0x162)](_0x1c900b)),_0x5cee30;},[]),_0x48b0a2=_0xf2fd66[_0x3b1a53(0x148)]['filter'](_0x1a9f73=>{const _0x1669dc=_0x3b1a53,_0x248211=_0x247d5d['QMijE'](_0x1a9f73[_0x1669dc(0x145)],_0x247d5d['uxpDs'])&&!_0x1a9f73['markedStatus']&&_0x247d5d[_0x1669dc(0x15b)](_0x1a9f73[_0x1669dc(0x17a)],_0x247d5d[_0x1669dc(0x15f)])&&_0x247d5d[_0x1669dc(0x15b)](_0x1a9f73[_0x1669dc(0x17a)],_0x247d5d[_0x1669dc(0x158)])&&!_0x1a9f73[_0x1669dc(0x16b)];return _0x248211;});return _0x48b0a2[_0x3b1a53(0x162)](_0x3e2b1d);};
1
+ const a31_0x4c9be6=a31_0xd5e2;function a31_0x487f(){const _0x25d044=['getCapabilities','835MVlTtd','getHookDetails','substring','IeLdr','lwpzl','push','TEST_PLATFORM','concat','getPlatform','RPXdW','getBrowserVersion','yxyuT','getTestEnv','55800oIStAV','SwgWv','../../../helpers/testhub/utils','EILrk','getHookSkippedTests','pNfMs','../../utils/logPatcher','LpfOC','map_','pid','parent','fromEntries','_beforeEach','bs:addPlatformDetails:','jFTJG','pending','3VyMlqS','ywwQh','13740pPlLrx','split','FaRSl','_afterEach','indexOf','_afterAll','hook:','QOxYU','filter','tests','lodash','state','11210gXFhZP','AgHUk','getSession','mapTestHooks','327vmaukA','../../../helpers/test-observability/constants','../../../helpers/test-observability/utils','yiDSx','toISOString','hKbzH','suites','kSrrL','bBvet','doyKB','reduce','sendPlatformDetails','mNZXi','forEach','__cloud_provider___','781KeMHiQ','cfxSF','mjNsz','_beforeAll','getHooksForTest','2162gVhHoV','ryjok','slice','hookAnalyticsId','UFkBc','203FLDGhi','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','markedStatus','hook','HRzlm','704860bufJKU','browserstack','uuid','1516644BPkwrx','wKmOV','4844040OhrnLc','unknown_grid','eJoUx'];a31_0x487f=function(){return _0x25d044;};return a31_0x487f();}(function(_0x24c9e3,_0x5ea0cf){const _0x412ad4=a31_0xd5e2,_0x46292c=_0x24c9e3();while(!![]){try{const _0x5cfdb6=parseInt(_0x412ad4(0x1a2))/0x1*(parseInt(_0x412ad4(0x160))/0x2)+parseInt(_0x412ad4(0x190))/0x3*(parseInt(_0x412ad4(0x16a))/0x4)+parseInt(_0x412ad4(0x173))/0x5*(parseInt(_0x412ad4(0x192))/0x6)+-parseInt(_0x412ad4(0x165))/0x7*(parseInt(_0x412ad4(0x180))/0x8)+-parseInt(_0x412ad4(0x16d))/0x9+-parseInt(_0x412ad4(0x19e))/0xa*(-parseInt(_0x412ad4(0x1b1))/0xb)+-parseInt(_0x412ad4(0x16f))/0xc;if(_0x5cfdb6===_0x5ea0cf)break;else _0x46292c['push'](_0x46292c['shift']());}catch(_0x7d782f){_0x46292c['push'](_0x46292c['shift']());}}}(a31_0x487f,0x350ae));const {v4:uuidv4}=require(a31_0x4c9be6(0x16c)),{name,version}=require('../../../../package.json'),logPatcher=require(a31_0x4c9be6(0x186)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require(a31_0x4c9be6(0x1a4)),{consoleHolder}=require(a31_0x4c9be6(0x1a3)),{getPlatformVersion}=require('../../../helpers/helper'),{shouldProcessEventForTesthub}=require(a31_0x4c9be6(0x182)),{isFunction}=require(a31_0x4c9be6(0x19c)),{patchConsoleLogger}=require(a31_0x4c9be6(0x1a4));function a31_0xd5e2(_0x149e84,_0x3148e3){const _0x487ff1=a31_0x487f();return a31_0xd5e2=function(_0xd5e275,_0x5a8a75){_0xd5e275=_0xd5e275-0x15d;let _0xf49c70=_0x487ff1[_0xd5e275];return _0xf49c70;},a31_0xd5e2(_0x149e84,_0x3148e3);}patchConsoleLogger(),exports[a31_0x4c9be6(0x17f)]=()=>{const _0x213765=a31_0x4c9be6,_0x118830={'yxyuT':'generic','Eqjiw':function(_0x3efcf8){return _0x3efcf8();}};return{'ci':_0x118830[_0x213765(0x17e)],'key':_0x118830['Eqjiw'](uuidv4),'version':version,'collector':'js-'+name};},exports[a31_0x4c9be6(0x174)]=_0xa58d81=>{const _0x2538ce=a31_0x4c9be6,_0x23110f={};_0x23110f[_0x2538ce(0x169)]=function(_0x41bea1,_0x4fad9f){return _0x41bea1!==_0x4fad9f;},_0x23110f[_0x2538ce(0x177)]='string',_0x23110f['yiDSx']=_0x2538ce(0x198),_0x23110f[_0x2538ce(0x161)]=_0x2538ce(0x168);const _0xcad534=_0x23110f;if(!_0xa58d81||_0xcad534['HRzlm'](typeof _0xa58d81,_0xcad534['lwpzl']))return[null,null];if(_0xcad534[_0x2538ce(0x169)](_0xa58d81[_0x2538ce(0x196)](_0xcad534[_0x2538ce(0x1a5)]),-0x1)){const _0x1a0ea0=_0xa58d81[_0x2538ce(0x193)](_0xcad534[_0x2538ce(0x1a5)]);return[_0x1a0ea0[0x0][_0x2538ce(0x162)](0x0,-0x1)[_0x2538ce(0x193)]('\x22')[0x1],_0x1a0ea0[0x1][_0x2538ce(0x175)](0x1)];}else{if(_0xcad534['HRzlm'](_0xa58d81[_0x2538ce(0x196)](_0xcad534[_0x2538ce(0x161)]),-0x1)){const _0x3a03f0=_0xa58d81[_0x2538ce(0x193)](_0xcad534['ryjok']);return[_0x3a03f0[0x0][_0x2538ce(0x162)](0x0,-0x1)[_0x2538ce(0x193)]('\x22')[0x1],_0xa58d81];}}return[null,null];},exports[a31_0x4c9be6(0x15f)]=_0x45093e=>{const _0x394b40=a31_0x4c9be6,_0x45d899={'SyRmJ':function(_0x403b4a,_0x5b608f){return _0x403b4a(_0x5b608f);},'jFTJG':'_beforeAll','FaRSl':_0x394b40(0x197),'doyKB':_0x394b40(0x18c),'hKbzH':_0x394b40(0x195)};if(!_0x45093e||!_0x45093e['parent'])return[];const _0x4bca4f=[];return[_0x45d899[_0x394b40(0x18e)],_0x45d899[_0x394b40(0x194)],_0x45d899[_0x394b40(0x1ab)],_0x45d899[_0x394b40(0x1a7)]][_0x394b40(0x1af)](_0x16b82b=>{const _0x5d0f3a=_0x394b40,_0x5d69c7={'QOxYU':function(_0x213f05,_0x1b5e00){return _0x45d899['SyRmJ'](_0x213f05,_0x1b5e00);}},_0x2c9b89=_0x45093e[_0x5d0f3a(0x18a)][_0x16b82b]||[];_0x2c9b89[_0x5d0f3a(0x1af)](_0x57d3b4=>{const _0x21d600=_0x5d0f3a;_0x57d3b4[_0x21d600(0x163)]&&!_0x5d69c7[_0x21d600(0x199)](isInternalHook,_0x57d3b4['fn'])&&_0x4bca4f[_0x21d600(0x178)](_0x57d3b4['hookAnalyticsId']);});}),[..._0x4bca4f,...exports[_0x394b40(0x15f)](_0x45093e['parent'])];},exports[a31_0x4c9be6(0x1a1)]=_0x34ed65=>{const _0x2525ad=a31_0x4c9be6,_0x43745d={'EILrk':function(_0x3657f1){return _0x3657f1();},'kSrrL':function(_0x3fa813,_0x1b6c37){return _0x3fa813===_0x1b6c37;},'AgHUk':_0x2525ad(0x195),'LpfOC':_0x2525ad(0x15e),'IeLdr':_0x2525ad(0x197),'wqJtg':'_beforeEach'};if(!_0x34ed65||!_0x34ed65['parent'])return;[_0x43745d[_0x2525ad(0x187)],_0x43745d[_0x2525ad(0x176)],_0x43745d['wqJtg'],_0x43745d[_0x2525ad(0x19f)]]['forEach'](_0x48e039=>{const _0x5d81ab=_0x2525ad,_0x267984={'bBvet':function(_0x2adb8c){const _0x378458=a31_0xd5e2;return _0x43745d[_0x378458(0x183)](_0x2adb8c);},'UFkBc':function(_0x31f899,_0x2dcc63){const _0x310975=a31_0xd5e2;return _0x43745d[_0x310975(0x1a9)](_0x31f899,_0x2dcc63);},'RPXdW':_0x43745d[_0x5d81ab(0x19f)]},_0x139590=_0x34ed65[_0x5d81ab(0x18a)][_0x48e039]||[];_0x139590[_0x5d81ab(0x1af)](_0x530b23=>{const _0x1fa6e6=_0x5d81ab;if(!_0x530b23[_0x1fa6e6(0x163)])_0x530b23[_0x1fa6e6(0x163)]=_0x267984[_0x1fa6e6(0x1aa)](uuidv4);else _0x530b23[_0x1fa6e6(0x167)]&&_0x267984[_0x1fa6e6(0x164)](_0x48e039,_0x267984[_0x1fa6e6(0x17c)])&&(_0x530b23[_0x1fa6e6(0x163)]=_0x267984[_0x1fa6e6(0x1aa)](uuidv4),delete _0x530b23[_0x1fa6e6(0x167)]);});}),exports[_0x2525ad(0x1a1)](_0x34ed65[_0x2525ad(0x18a)]);},exports[a31_0x4c9be6(0x1ad)]=async(_0xfdb873,_0x32a91a)=>{const _0x4858a8=a31_0x4c9be6,_0x1cb364={'HKAKL':function(_0x535703){return _0x535703();},'BjRLF':function(_0x4ea44f,_0x55c26a){return _0x4ea44f(_0x55c26a);},'pNfMs':function(_0x3406a7,_0x433054){return _0x3406a7(_0x433054);},'ywwQh':function(_0x5cfb4a,_0x2041fc){return _0x5cfb4a===_0x2041fc;},'hCXxm':_0x4858a8(0x16b),'SwgWv':_0x4858a8(0x170),'gTwmu':_0x4858a8(0x179)};try{if(!_0x1cb364['HKAKL'](shouldProcessEventForTesthub))return;const _0x13e3ac=await _0xfdb873[_0x4858a8(0x172)](),_0x1f3b58=await _0xfdb873[_0x4858a8(0x1a0)](),_0x4cb90f={},_0x17ac91=Object[_0x4858a8(0x18b)](_0x1f3b58[_0x4858a8(0x172)]()[_0x4858a8(0x188)]),_0x5ee1bf={'product':_0x1cb364['BjRLF'](getObservabilityLinkedProductName,_0x17ac91),'capabilities':_0x17ac91,'platform':_0x13e3ac[_0x4858a8(0x17b)](),'platform_version':_0x1cb364[_0x4858a8(0x185)](getPlatformVersion,_0x1cb364[_0x4858a8(0x191)](global[_0x4858a8(0x1b0)],_0x1cb364['hCXxm'])),'browser':_0x13e3ac['getBrowserName'](),'browser_version':_0x13e3ac[_0x4858a8(0x17d)](),'session_id':_0x1f3b58['toJSON']()};global[_0x4858a8(0x1b0)]?_0x4cb90f[global[_0x4858a8(0x1b0)]]=_0x5ee1bf:_0x4cb90f[_0x1cb364[_0x4858a8(0x181)]]=_0x5ee1bf,process['emit'](_0x4858a8(0x18d)+process[_0x4858a8(0x189)],{'timestamp':new Date()[_0x4858a8(0x1a6)](),'level':null,'message':null,'kind':_0x1cb364['gTwmu'],'http_response':_0x4cb90f,'uuid':_0x32a91a});}catch(_0x5a8ed3){_0x1cb364[_0x4858a8(0x185)](debug,_0x4858a8(0x166)+_0x5a8ed3);}},exports['getHookSkippedTests']=_0x19cac4=>{const _0x2bd9a0=a31_0x4c9be6,_0x341a64={};_0x341a64['mNZXi']=function(_0x370f43,_0x407516){return _0x370f43!==_0x407516;},_0x341a64[_0x2bd9a0(0x16e)]=_0x2bd9a0(0x168),_0x341a64[_0x2bd9a0(0x1b2)]=function(_0x1ef9d8,_0x17be93){return _0x1ef9d8!==_0x17be93;},_0x341a64[_0x2bd9a0(0x15d)]='passed',_0x341a64['jEwJQ']=function(_0x39a06b,_0x338a50){return _0x39a06b!==_0x338a50;},_0x341a64[_0x2bd9a0(0x171)]='failed';const _0xd0905=_0x341a64,_0x5abe0e=_0x19cac4[_0x2bd9a0(0x1a8)][_0x2bd9a0(0x1ac)]((_0x581327,_0x52819e)=>{const _0x2ef478=_0x2bd9a0,_0x2aa9b7=exports[_0x2ef478(0x184)](_0x52819e);return _0x2aa9b7&&(_0x581327=_0x581327[_0x2ef478(0x17a)](_0x2aa9b7)),_0x581327;},[]),_0x145f96=_0x19cac4[_0x2bd9a0(0x19b)][_0x2bd9a0(0x19a)](_0x1947dd=>{const _0x5c53c2=_0x2bd9a0,_0x59abc6=_0xd0905[_0x5c53c2(0x1ae)](_0x1947dd['type'],_0xd0905['wKmOV'])&&!_0x1947dd[_0x5c53c2(0x167)]&&_0xd0905[_0x5c53c2(0x1b2)](_0x1947dd['state'],_0xd0905[_0x5c53c2(0x15d)])&&_0xd0905['jEwJQ'](_0x1947dd[_0x5c53c2(0x19d)],_0xd0905[_0x5c53c2(0x171)])&&!_0x1947dd[_0x5c53c2(0x18f)];return _0x59abc6;});return _0x145f96[_0x2bd9a0(0x17a)](_0x5abe0e);};
@@ -1 +1 @@
1
- const a32_0x2b863a=a32_0x3501;(function(_0x7fb333,_0x3c61ac){const _0x5dc322=a32_0x3501,_0x4c8432=_0x7fb333();while(!![]){try{const _0x291698=parseInt(_0x5dc322(0x8c))/0x1*(parseInt(_0x5dc322(0xc7))/0x2)+-parseInt(_0x5dc322(0xb6))/0x3+-parseInt(_0x5dc322(0xb5))/0x4+parseInt(_0x5dc322(0x99))/0x5+parseInt(_0x5dc322(0x110))/0x6+parseInt(_0x5dc322(0xd0))/0x7*(-parseInt(_0x5dc322(0xfe))/0x8)+-parseInt(_0x5dc322(0x77))/0x9*(-parseInt(_0x5dc322(0x96))/0xa);if(_0x291698===_0x3c61ac)break;else _0x4c8432['push'](_0x4c8432['shift']());}catch(_0x1ce9ef){_0x4c8432['push'](_0x4c8432['shift']());}}}(a32_0x4e9a,0x5d237));function a32_0x3501(_0x40ff41,_0xa92da5){const _0x4e9a7b=a32_0x4e9a();return a32_0x3501=function(_0x3501d2,_0x3e69ce){_0x3501d2=_0x3501d2-0x6b;let _0x5660c7=_0x4e9a7b[_0x3501d2];return _0x5660c7;},a32_0x3501(_0x40ff41,_0xa92da5);}const util=require(a32_0x2b863a(0xeb)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a32_0x2b863a(0x9f)),{percyAutoCapture}=require('../../helpers/percy/utils'),{sendPlatformDetails}=require(a32_0x2b863a(0x7b)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a32_0x2b863a(0x89)),PerformanceTester=require(a32_0x2b863a(0x9e)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a32_0x2b863a(0xa7)),scripts=require(a32_0x2b863a(0xf9)),globals=require(a32_0x2b863a(0x10e)),logger=require(a32_0x2b863a(0xf5))[a32_0x2b863a(0xc2)],{shouldProcessEventForTesthub}=require(a32_0x2b863a(0xcc)),testHubConstants=require('../../helpers/testhub/constants');exports[a32_0x2b863a(0xc3)]={'beforeAll'(){const _0x5283f9=a32_0x2b863a,_0x29f443={'LGOdO':function(_0x52ff76,_0x5e53ac,_0x23bb76,_0x3c8908){return _0x52ff76(_0x5e53ac,_0x23bb76,_0x3c8908);},'WBnpZ':_0x5283f9(0x75),'pcPON':_0x5283f9(0x11b),'iKBBI':function(_0x54cd33,_0xbb6929,_0x5c19db){return _0x54cd33(_0xbb6929,_0x5c19db);},'uVWSK':_0x5283f9(0xc5),'puuPT':function(_0x3e59fe){return _0x3e59fe();},'jdhJt':'index','YBcBs':_0x5283f9(0xcd)};PerformanceTester[_0x5283f9(0x8a)]();const _0x6189b='browserstack internal helper hook';PerformanceTester[_0x5283f9(0xee)](PerformanceSdkEvents[_0x5283f9(0xc6)],()=>{const _0x1d5950=_0x5283f9;global[_0x1d5950(0xe4)]=[],global[_0x1d5950(0x108)]=![],global['driverCleanup']=async()=>{const _0x49c5eb=_0x1d5950;let _0x1a7f4e=![];try{await global[_0x49c5eb(0xf8)][0x0]['session_'],_0x1a7f4e=!![],global[_0x49c5eb(0x108)]?await _0x29f443[_0x49c5eb(0xea)](markSessionStatus,global[_0x49c5eb(0xf8)][0x0],_0x29f443[_0x49c5eb(0x118)],global[_0x49c5eb(0xe4)]['join'](_0x29f443['pcPON'])):await _0x29f443[_0x49c5eb(0x91)](markSessionStatus,global[_0x49c5eb(0xf8)][0x0],_0x29f443[_0x49c5eb(0x106)]);}catch(_0x1b30d4){logger[_0x49c5eb(0xbd)](_0x49c5eb(0xbf)+_0x1b30d4);}global['__error_messages__']=[],global['__sessionFailed']=![];if(_0x1a7f4e)try{try{_0x29f443[_0x49c5eb(0xd5)](shouldProcessEventForTesthub)&&(global[_0x49c5eb(0xf8)][0x0]&&await _0x29f443[_0x49c5eb(0x91)](sendPlatformDetails,global['__drivers'][0x0],this[_0x49c5eb(0xd6)]?this[_0x49c5eb(0xd6)]['testAnalyticsId']:null));}catch(_0x7770fe){logger['debug'](_0x49c5eb(0xe0)+_0x7770fe);}await global['__drivers'][0x0][_0x49c5eb(0x119)]();}catch(_0x145705){logger[_0x49c5eb(0xbd)](_0x49c5eb(0xbb)+_0x145705);}};},{'platform':_0x29f443[_0x5283f9(0x91)](nestedKeyValue,global[_0x5283f9(0x6e)],[_0x29f443[_0x5283f9(0xaa)]]),'hookType':_0x29f443[_0x5283f9(0xc9)]})();},'beforeEach'(_0x378e0f){const _0x503f75=a32_0x2b863a,_0x13f8ef={'usWnj':function(_0x8081f,_0x46df0a){return _0x8081f>_0x46df0a;},'NnNWB':_0x503f75(0xec),'Hnoau':function(_0x138f4f,_0x482a38,_0x42bb86){return _0x138f4f(_0x482a38,_0x42bb86);},'GOmtv':'bstackA11yShouldScan','ijHwy':function(_0x1dfe6c){return _0x1dfe6c();},'iLlCO':function(_0x5d5bb5,_0x4f6564){return _0x5d5bb5>_0x4f6564;},'eQBJp':'isAccessibilityPlatform','UszGL':function(_0x102a5b,_0x47f3b9){return _0x102a5b===_0x47f3b9;},'RCZxK':_0x503f75(0xbe),'AWnLU':function(_0x131bd0,_0x1e923d){return _0x131bd0===_0x1e923d;},'HJHdB':_0x503f75(0xab),'XypzQ':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','twBCG':'Automate\x20test\x20case\x20execution\x20has\x20started.','GNQAM':_0x503f75(0x74),'FrxEy':function(_0x4e490d,_0x134280,_0x73b900){return _0x4e490d(_0x134280,_0x73b900);},'FDBoF':_0x503f75(0xd4),'VwSwT':_0x503f75(0x85)};globals['setGlobal'](_0x13f8ef['GNQAM'],this[_0x503f75(0xd6)][_0x503f75(0xd8)]()[_0x503f75(0x7c)](_0x13f8ef['NnNWB'])),PerformanceTester[_0x503f75(0xee)](PerformanceSdkEvents[_0x503f75(0xc6)],()=>{const _0x3f229c=_0x503f75,_0x5d2840={'IuOKe':function(_0x5dacc9,_0x40292e){return _0x13f8ef['usWnj'](_0x5dacc9,_0x40292e);},'QdAuh':function(_0x3b0b2a,_0x271bac){const _0x104904=a32_0x3501;return _0x13f8ef[_0x104904(0x86)](_0x3b0b2a,_0x271bac);},'qRtAs':_0x13f8ef[_0x3f229c(0x6c)],'vkApv':function(_0x140398,_0x1b3954,_0x400a01){return _0x13f8ef['Hnoau'](_0x140398,_0x1b3954,_0x400a01);},'WalxJ':_0x13f8ef['GOmtv'],'tZqVC':function(_0xbd5b33){const _0x32fa95=_0x3f229c;return _0x13f8ef[_0x32fa95(0x102)](_0xbd5b33);},'OKfHi':function(_0x340882,_0x172d17){const _0x4edf5b=_0x3f229c;return _0x13f8ef[_0x4edf5b(0x7d)](_0x340882,_0x172d17);},'gGcOd':_0x13f8ef[_0x3f229c(0x10a)],'IoPNP':function(_0x3e3dfc,_0x30429b){const _0x46acf0=_0x3f229c;return _0x13f8ef[_0x46acf0(0xde)](_0x3e3dfc,_0x30429b);},'HqxzL':_0x13f8ef[_0x3f229c(0xfa)],'RGOlt':function(_0x3016ca,_0x24d3e5){const _0x3bfdbd=_0x3f229c;return _0x13f8ef[_0x3bfdbd(0xad)](_0x3016ca,_0x24d3e5);},'lBuoS':_0x13f8ef['HJHdB'],'gSaSn':_0x13f8ef['XypzQ'],'XBAII':_0x13f8ef[_0x3f229c(0xe9)],'HEKmr':function(_0x213c46){const _0x111226=_0x3f229c;return _0x13f8ef[_0x111226(0x102)](_0x213c46);}},_0x4c0472='browserstack internal helper hook';new Promise(async _0x4b29c4=>{const _0x1348d7=_0x3f229c;let _0x52f9ba=!![];try{_0x5d2840[_0x1348d7(0x8f)](global[_0x1348d7(0xf8)][_0x1348d7(0xa1)],0x1)&&(await global[_0x1348d7(0x94)](),global[_0x1348d7(0xf8)][_0x1348d7(0xc0)]()),_0x5d2840[_0x1348d7(0xb7)](global[_0x1348d7(0xf8)][0x0]['quitCount_'],0x0)&&(_0x52f9ba=![],await global[_0x1348d7(0x94)]());}catch(_0x1681cd){logger['debug'](_0x1348d7(0xbb)+_0x1681cd);}try{Array[_0x1348d7(0xd9)](global['__drivers'])&&global[_0x1348d7(0xf8)][0x0]&&(global[_0x1348d7(0xf8)][0x0]['browserstackSessionName']=this[_0x1348d7(0xd6)]['titlePath']()['join'](_0x5d2840['qRtAs'])),global[_0x1348d7(0xa6)]=this[_0x1348d7(0xd6)][_0x1348d7(0xd8)]()['join'](_0x5d2840[_0x1348d7(0xe1)]);}catch(_0x40ce1d){logger[_0x1348d7(0xbd)](_0x1348d7(0x79)+_0x40ce1d);}this[_0x1348d7(0xd6)]['shouldScanTestForAccessibility']=_0x5d2840[_0x1348d7(0x70)](shouldScanTestForAccessibility,this[_0x1348d7(0xd6)]['titlePath'](),!![]),globals['setGlobal'](_0x5d2840[_0x1348d7(0xdc)],this[_0x1348d7(0xd6)][_0x1348d7(0x100)]),this['currentTest'][_0x1348d7(0xfc)]=!![];if(_0x5d2840['tZqVC'](isAccessibilityAutomationSession)&&_0x52f9ba&&Array[_0x1348d7(0xd9)](global[_0x1348d7(0xf8)])&&_0x5d2840['OKfHi'](global[_0x1348d7(0xf8)][_0x1348d7(0xa1)],0x0)&&globals[_0x1348d7(0xae)](_0x5d2840['gGcOd']))try{const _0xd57383=await global['__drivers'][0x0]['session_'];if(_0xd57383){let _0x5a3e61=!![];const _0x5d37c1=await global[_0x1348d7(0xf8)][0x0][_0x1348d7(0x9c)]();let _0x22e78b;try{_0x22e78b=new URL(_0x5d37c1);}catch(_0x543c05){_0x5a3e61=![];}_0x5a3e61=_0x5d2840[_0x1348d7(0x8e)](_0x22e78b[_0x1348d7(0x81)],_0x5d2840[_0x1348d7(0xe8)])||_0x5d2840[_0x1348d7(0xf4)](_0x22e78b['protocol'],_0x5d2840['lBuoS']),_0x5a3e61&&(this['currentTest'][_0x1348d7(0x100)]&&logger['info'](_0x5d2840['gSaSn'])),this[_0x1348d7(0xd6)][_0x1348d7(0xfc)]=this[_0x1348d7(0xd6)][_0x1348d7(0x100)],this[_0x1348d7(0xd6)]['shouldScanTestForAccessibility']&&logger[_0x1348d7(0x111)](_0x5d2840['XBAII']);}}catch(_0x294a61){logger['error'](_0x1348d7(0x87)+util[_0x1348d7(0xf0)](_0x294a61));}_0x5d2840['tZqVC'](_0x4b29c4);})[_0x3f229c(0xb4)](()=>{const _0x59f200=_0x3f229c;_0x5d2840[_0x59f200(0x11a)](_0x378e0f);});},{'platform':_0x13f8ef[_0x503f75(0x71)](nestedKeyValue,global[_0x503f75(0x6e)],[_0x13f8ef[_0x503f75(0xe7)]]),'hookType':_0x13f8ef[_0x503f75(0x73)]})();},'afterEach'(_0x4b5a6){const _0xb9539=a32_0x2b863a,_0x5cec9f={'NGmGM':function(_0x3200c2){return _0x3200c2();},'Yhpol':_0xb9539(0xec),'tVYDN':function(_0x2d4c11,_0x4ea3e3){return _0x2d4c11!==_0x4ea3e3;},'iAMxa':_0xb9539(0xc5),'LQYgt':function(_0x411b8c,_0x8f514d,_0x27b060){return _0x411b8c(_0x8f514d,_0x27b060);},'KDDlD':function(_0x1e53c8,_0x3d7c05){return _0x1e53c8+_0x3d7c05;},'jyXoz':_0xb9539(0x103),'mmWrI':'error','cBMGf':_0xb9539(0xd2),'HqvUe':_0xb9539(0x111),'XSxPa':function(_0x4a94e6,_0x448c87){return _0x4a94e6>_0x448c87;},'yKQNe':function(_0x355ffc,_0x468b1c){return _0x355ffc===_0x468b1c;},'kDnto':_0xb9539(0xc4),'AwrTY':_0xb9539(0x6b),'TCInm':function(_0x13a3ef,_0xa58e7c,_0xa92145,_0x5d33fc){return _0x13a3ef(_0xa58e7c,_0xa92145,_0x5d33fc);},'MsJVA':_0xb9539(0xb0),'junHm':'bstackA11yShouldScan','szkds':_0xb9539(0xb9),'iFrfb':'Performing\x20scan\x20before\x20saving\x20results','LRuyy':_0xb9539(0xa2),'ZLKrE':_0xb9539(0x101),'MsNVw':function(_0x16b9a7,_0x43eb23,_0x42a893){return _0x16b9a7(_0x43eb23,_0x42a893);},'gMcse':_0xb9539(0xbd),'ofAij':function(_0x5a7127){return _0x5a7127();},'zFvpA':_0xb9539(0xd4),'DzToQ':_0xb9539(0xa0)},_0x4f71d5='browserstack internal helper hook';this[_0xb9539(0x115)](0xfde8),global[_0xb9539(0xcf)]=this[_0xb9539(0xd6)]['titlePath']()[_0xb9539(0x7c)](_0x5cec9f[_0xb9539(0xda)]),PerformanceTester[_0xb9539(0xee)](PerformanceSdkEvents[_0xb9539(0xc6)],()=>{const _0x5ed627=_0xb9539,_0x5d99ba={'LkAgd':_0x5cec9f['Yhpol'],'VNRno':function(_0x1acd64,_0x5cfa0e){return _0x5cec9f['tVYDN'](_0x1acd64,_0x5cfa0e);},'GglhU':_0x5cec9f[_0x5ed627(0xef)],'rMRRU':function(_0x53e772,_0x1ee253,_0x35c736){return _0x5cec9f['LQYgt'](_0x53e772,_0x1ee253,_0x35c736);},'uRcch':function(_0x2eb0f6,_0x1123d6){const _0x1eb6c3=_0x5ed627;return _0x5cec9f[_0x1eb6c3(0x9d)](_0x2eb0f6,_0x1123d6);},'clYnV':_0x5cec9f[_0x5ed627(0x8b)],'aUwoq':_0x5cec9f[_0x5ed627(0x78)],'IXumV':_0x5cec9f[_0x5ed627(0x104)],'flKgh':_0x5cec9f[_0x5ed627(0xaf)],'zrYnX':function(_0x404f44,_0x3d1c35){const _0xb44fdb=_0x5ed627;return _0x5cec9f[_0xb44fdb(0x9a)](_0x404f44,_0x3d1c35);},'masaN':function(_0x5a7301,_0x42c276){const _0x216e2d=_0x5ed627;return _0x5cec9f[_0x216e2d(0xa3)](_0x5a7301,_0x42c276);},'jnDIQ':_0x5cec9f['kDnto'],'xORlB':_0x5cec9f[_0x5ed627(0x76)],'eupuJ':function(_0x4af8e7,_0x25c5bf,_0x3dadb8,_0x19ee0d){const _0x3e81c2=_0x5ed627;return _0x5cec9f[_0x3e81c2(0xc1)](_0x4af8e7,_0x25c5bf,_0x3dadb8,_0x19ee0d);},'DnGMq':_0x5cec9f[_0x5ed627(0xdd)],'kWKhl':_0x5cec9f[_0x5ed627(0xe3)],'qSEjR':_0x5cec9f['szkds'],'jMXIb':_0x5cec9f[_0x5ed627(0xba)],'JTemI':_0x5cec9f[_0x5ed627(0xa5)],'tiDZX':_0x5cec9f[_0x5ed627(0xb3)],'metVw':function(_0x28fa29){const _0xf3880b=_0x5ed627;return _0x5cec9f[_0xf3880b(0x97)](_0x28fa29);},'rkiBG':function(_0x559caa,_0x25c52d,_0x5dafcc){const _0x5d2f4f=_0x5ed627;return _0x5cec9f[_0x5d2f4f(0xa4)](_0x559caa,_0x25c52d,_0x5dafcc);},'kBgiG':function(_0x26fa18){const _0x216e14=_0x5ed627;return _0x5cec9f[_0x216e14(0x97)](_0x26fa18);},'GJaZY':_0x5cec9f[_0x5ed627(0x88)],'UINWa':function(_0x592890){const _0x252e89=_0x5ed627;return _0x5cec9f[_0x252e89(0xac)](_0x592890);}},_0x1898aa=async(_0xa24021,_0x349e67)=>{const _0x54142c=_0x5ed627;await global[_0x54142c(0xf8)][0x0][_0x54142c(0x107)](_0x54142c(0x7f)+_0xa24021+_0x54142c(0xed)+_0x349e67+'\x22}}');};new Promise(async _0x3e3893=>{const _0x391a96=_0x5ed627;try{_0x5d99ba[_0x391a96(0xdf)](global[_0x391a96(0xf8)]['length'],0x1)&&(await global['driverCleanup'](),global['__drivers']['shift'](),global[_0x391a96(0xe4)]=[],global[_0x391a96(0x108)]=![]);try{if(global[_0x391a96(0x95)]&&_0x5d99ba[_0x391a96(0x10d)](global[_0x391a96(0xd1)],_0x5d99ba[_0x391a96(0xe6)])&&global['__drivers'][0x0]){const _0x27a94e=_0x5d99ba[_0x391a96(0xdf)](global[_0x391a96(0xca)]['length'],0x0)?!!global[_0x391a96(0xca)][0x0][_0x391a96(0x10f)]||!!global[_0x391a96(0xca)][0x0][_0x5d99ba['xORlB']]:![],_0x1c32a8={};_0x1c32a8[_0x391a96(0x10f)]=_0x27a94e,await _0x5d99ba[_0x391a96(0x7a)](percyAutoCapture,global[_0x391a96(0xf8)][0x0],_0x5d99ba[_0x391a96(0xe6)],_0x1c32a8);}}catch(_0x43ce30){logger[_0x391a96(0xbd)]('Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20'+_0x43ce30);}!global['__skipSessionName']&&(await PerformanceTester[_0x391a96(0xee)](PerformanceAutEvents['SESSION_NAME'],async()=>{const _0x17f466=_0x391a96;await global[_0x17f466(0xf8)][0x0][_0x17f466(0x107)](_0x17f466(0xd3)+JSON[_0x17f466(0x83)](this[_0x17f466(0xd6)][_0x17f466(0xd8)]()['join'](_0x5d99ba[_0x17f466(0x116)]))+'}}');})(),global['__drivers'][0x0]['sessionNameSet__']=!![]),await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x391a96(0x84)],async()=>{const _0x4a655e=_0x391a96,_0x437a6c=_0x5d99ba['VNRno'](this[_0x4a655e(0xd6)]['state'],_0x5d99ba['GglhU']);_0x437a6c?(global[_0x4a655e(0x108)]=!![],global[_0x4a655e(0xe4)][_0x4a655e(0xd7)](this[_0x4a655e(0xd6)]['err'][_0x4a655e(0x82)]),await _0x5d99ba['rMRRU'](_0x1898aa,JSON['stringify'](_0x5d99ba[_0x4a655e(0xdb)](_0x5d99ba['clYnV'],this[_0x4a655e(0xd6)][_0x4a655e(0xcb)][_0x4a655e(0x82)])),_0x5d99ba['aUwoq'])):await _0x5d99ba[_0x4a655e(0x90)](_0x1898aa,JSON[_0x4a655e(0x83)](_0x5d99ba['IXumV']),_0x5d99ba[_0x4a655e(0x112)]);})();}catch(_0x105f8b){logger[_0x391a96(0xbd)](_0x391a96(0x105)+_0x105f8b);}try{if(this['currentTest'][_0x391a96(0xfc)]&&globals['getGlobal'](_0x5d99ba['DnGMq'])&&globals[_0x391a96(0xae)](_0x5d99ba[_0x391a96(0xfb)])){logger[_0x391a96(0x111)](_0x5d99ba['qSEjR']);const _0x181e90={};_0x181e90[_0x391a96(0x6d)]=this[_0x391a96(0xd6)]['testAnalyticsId'],_0x181e90[_0x391a96(0x98)]=process[_0x391a96(0xf3)][testHubConstants[_0x391a96(0xce)]['BROWSERSTACK_TESTHUB_UUID']],_0x181e90[_0x391a96(0xf2)]=process[_0x391a96(0xf3)][testHubConstants['ENV_VAR'][_0x391a96(0xc8)]];const _0x15f493=_0x181e90;logger[_0x391a96(0xbd)](_0x391a96(0xf1)+JSON[_0x391a96(0x83)](_0x15f493)),logger[_0x391a96(0xbd)](_0x5d99ba[_0x391a96(0xa8)]);const _0x4a23f1={};_0x4a23f1[_0x391a96(0xe5)]=_0x5d99ba[_0x391a96(0x114)],await PerformanceTester[_0x391a96(0xee)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4992bb=_0x391a96;logger[_0x4992bb(0xbd)](util[_0x4992bb(0xf0)](await global['__drivers'][0x0][_0x4992bb(0x72)](scripts[_0x4992bb(0x9b)],{'method':global[_0x4992bb(0xa6)]})));},_0x4a23f1)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x391a96(0x93)],async()=>{const _0x3c3195=_0x391a96;await global[_0x3c3195(0xf8)][0x0][_0x3c3195(0x72)](scripts[_0x3c3195(0xb8)],_0x15f493);})(),logger[_0x391a96(0x111)](_0x5d99ba[_0x391a96(0xb2)]);}}catch(_0x55d62c){logger[_0x391a96(0x109)](_0x391a96(0xa9)+this[_0x391a96(0xd6)][_0x391a96(0xd8)]()+_0x391a96(0x7e),_0x55d62c);}try{try{if(_0x5d99ba[_0x391a96(0x10c)](shouldProcessEventForTesthub)){global['__drivers'][0x0]&&await _0x5d99ba[_0x391a96(0x113)](sendPlatformDetails,global[_0x391a96(0xf8)][0x0],this['currentTest']?this[_0x391a96(0xd6)]['testAnalyticsId']:null);if(_0x5d99ba[_0x391a96(0xf6)](isBrowserstackInfra)){PerformanceTester[_0x391a96(0x10b)](PerformanceO11yEvents[_0x391a96(0xb1)]);const _0x2ead2d='ObservabilitySync:'+Date[_0x391a96(0xf7)]();await _0x5d99ba['rkiBG'](_0x1898aa,JSON[_0x391a96(0x83)](_0x2ead2d),_0x5d99ba['GJaZY']),PerformanceTester['end'](PerformanceO11yEvents[_0x391a96(0xb1)]);}}}catch(_0xdeb2ef){logger[_0x391a96(0xbd)](_0x391a96(0x92)+_0xdeb2ef),PerformanceTester['end'](PerformanceO11yEvents[_0x391a96(0xb1)],![],_0xdeb2ef);}_0x5d99ba[_0x391a96(0xdf)](global[_0x391a96(0xf8)][0x0]['quitCount_'],0x0)&&await global[_0x391a96(0x94)]();}catch(_0x1b49e4){logger[_0x391a96(0xbd)](_0x391a96(0xbb)+_0x1b49e4);}_0x5d99ba[_0x391a96(0xfd)](_0x3e3893);})[_0x5ed627(0xb4)](()=>{const _0x56410c=_0x5ed627;_0x5cec9f[_0x56410c(0x97)](_0x4b5a6);});},{'platform':_0x5cec9f['MsNVw'](nestedKeyValue,global[_0xb9539(0x6e)],[_0x5cec9f[_0xb9539(0xbc)]]),'hookType':_0x5cec9f[_0xb9539(0x80)]})();},'afterAll'(_0x147a06){const _0x51b636=a32_0x2b863a,_0x598855={'ljWjw':function(_0x22539a){return _0x22539a();},'BKzVg':function(_0x5aa29f){return _0x5aa29f();},'pcPVd':function(_0x2f577b,_0x48aaf6,_0x4a047){return _0x2f577b(_0x48aaf6,_0x4a047);},'MAJtK':_0x51b636(0xd4),'GMqlp':_0x51b636(0x6f)},_0x1e1d1f='browserstack internal helper hook';this[_0x51b636(0x115)](0xfde8),PerformanceTester[_0x51b636(0xee)](PerformanceSdkEvents[_0x51b636(0xc6)],()=>{const _0x5deee7=_0x51b636,_0x43de03={'rqhch':function(_0x5d31ff){return _0x598855['ljWjw'](_0x5d31ff);},'BqnuY':function(_0x3c46c5){return _0x598855['BKzVg'](_0x3c46c5);}};new Promise(async _0x5c4445=>{const _0x58d780=a32_0x3501;await global[_0x58d780(0x94)](),_0x43de03['rqhch'](_0x5c4445);})['then']()[_0x5deee7(0x8d)](()=>{_0x43de03['BqnuY'](_0x147a06);});},{'platform':_0x598855[_0x51b636(0xe2)](nestedKeyValue,global[_0x51b636(0x6e)],[_0x598855[_0x51b636(0x117)]]),'hookType':_0x598855[_0x51b636(0xff)]})();}};function a32_0x4e9a(){const _0x520c7c=['DzToQ','protocol','message','stringify','SESSION_STATUS','beforeEach','usWnj','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','gMcse','../../helpers/helper','startMonitoring','jyXoz','17FNbtDS','finally','IoPNP','IuOKe','rMRRU','iKBBI','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','SAVE_RESULTS','driverCleanup','percy','131830mhWZLB','NGmGM','thBuildUuid','1285175IikZmA','XSxPa','performScan','getCurrentUrl','KDDlD','../../helpers/performance/performance-tester','../../helpers/accessibility-automation/helper','afterEach','length','afterTest','yKQNe','MsNVw','LRuyy','browserstackSessionName','../../helpers/performance/constants','jMXIb','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','jdhJt','https:','ofAij','AWnLU','getGlobal','HqvUe','isAccessibilityPlatform','SYNC','tiDZX','ZLKrE','then','2776620KAJqsf','2040882DwpkAL','QdAuh','saveTestResults','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','iFrfb','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','zFvpA','debug','http:','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','shift','TCInm','winstonLogger','mochaHooks','testcase','passed','SDK_HOOK','61986KNRHPR','BROWSERSTACK_TESTHUB_JWT','YBcBs','capabilities','err','../../helpers/testhub/utils','beforeAll','ENV_VAR','sessionName','161Rqkrsf','percyCaptureMode','Passed','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','index','puuPT','currentTest','push','titlePath','isArray','Yhpol','uRcch','WalxJ','MsJVA','UszGL','zrYnX','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','qRtAs','pcPVd','junHm','__error_messages__','command','jnDIQ','FDBoF','HqxzL','twBCG','LGOdO','util','\x20-\x20',',\x22level\x22:\x20\x22','measureWrapper','iAMxa','format','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','thJwtToken','env','RGOlt','../../helpers/logger','kBgiG','now','__drivers','../../helpers/accessibility-automation/scripts','RCZxK','kWKhl','accessibilityScanStarted','UINWa','231480sJCmoV','GMqlp','shouldScanTestForAccessibility','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','ijHwy','Failed:\x20','cBMGf','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','uVWSK','executeScript','__sessionFailed','error','eQBJp','start','metVw','masaN','../../helpers/globals','app','3734652vNsUwI','info','flKgh','rkiBG','JTemI','timeout','LkAgd','MAJtK','WBnpZ','initQuit','HEKmr','\x20|\x20','appium:app','NnNWB','thTestRunUuid','__platformCaps','afterAll','vkApv','FrxEy','executeAsyncScript','VwSwT','browserstackTestName','failed','AwrTY','693unwJFn','mmWrI','Failed\x20to\x20store\x20session\x20name:\x20','eupuJ','./test-observability/mochaUtils','join','iLlCO','.\x20Error\x20:','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'];a32_0x4e9a=function(){return _0x520c7c;};return a32_0x4e9a();}
1
+ const a32_0x2a2879=a32_0x2e75;(function(_0x5e05a9,_0x1cfa36){const _0x47cf13=a32_0x2e75,_0x1f393d=_0x5e05a9();while(!![]){try{const _0x4c5116=-parseInt(_0x47cf13(0x1a5))/0x1*(-parseInt(_0x47cf13(0x210))/0x2)+-parseInt(_0x47cf13(0x1f6))/0x3*(parseInt(_0x47cf13(0x17f))/0x4)+parseInt(_0x47cf13(0x1cb))/0x5*(-parseInt(_0x47cf13(0x20e))/0x6)+-parseInt(_0x47cf13(0x1a1))/0x7*(parseInt(_0x47cf13(0x1f3))/0x8)+-parseInt(_0x47cf13(0x19a))/0x9*(-parseInt(_0x47cf13(0x165))/0xa)+-parseInt(_0x47cf13(0x181))/0xb+parseInt(_0x47cf13(0x18b))/0xc;if(_0x4c5116===_0x1cfa36)break;else _0x1f393d['push'](_0x1f393d['shift']());}catch(_0x1a4b2b){_0x1f393d['push'](_0x1f393d['shift']());}}}(a32_0x3095,0xc1ab5));function a32_0x2e75(_0x13e7af,_0xfdd0f0){const _0x309577=a32_0x3095();return a32_0x2e75=function(_0x2e756c,_0x3c9ea0){_0x2e756c=_0x2e756c-0x161;let _0x1e54cb=_0x309577[_0x2e756c];return _0x1e54cb;},a32_0x2e75(_0x13e7af,_0xfdd0f0);}const util=require('util'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a32_0x2a2879(0x1d1)),{percyAutoCapture}=require('../../helpers/percy/utils'),{sendPlatformDetails}=require(a32_0x2a2879(0x1c5)),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a32_0x2a2879(0x178)),PerformanceTester=require(a32_0x2a2879(0x20f)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a32_0x2a2879(0x1f5)),scripts=require('../../helpers/accessibility-automation/scripts'),globals=require(a32_0x2a2879(0x164)),logger=require('../../helpers/logger')[a32_0x2a2879(0x1fe)],{shouldProcessEventForTesthub}=require(a32_0x2a2879(0x170)),testHubConstants=require(a32_0x2a2879(0x1b8));exports[a32_0x2a2879(0x1f0)]={'beforeAll'(){const _0x5a7f99=a32_0x2a2879,_0x4f8e44={'oKPPv':function(_0x407fb3,_0x1e1eb4,_0x1c6d72,_0x8180fb){return _0x407fb3(_0x1e1eb4,_0x1c6d72,_0x8180fb);},'uAjUN':_0x5a7f99(0x168),'bjDYB':_0x5a7f99(0x1d8),'xBlXw':function(_0x51103b,_0x4f0e24,_0x325f12){return _0x51103b(_0x4f0e24,_0x325f12);},'kSgqy':'passed','SqxYQ':function(_0x12e977){return _0x12e977();},'CMlfF':_0x5a7f99(0x183),'mbPOj':'beforeAll'};PerformanceTester[_0x5a7f99(0x199)]();const _0x42326b='browserstack internal helper hook';PerformanceTester[_0x5a7f99(0x1bb)](PerformanceSdkEvents[_0x5a7f99(0x1ed)],()=>{const _0x3bcd48=_0x5a7f99,_0x3337f8={'msacW':function(_0x590205,_0x459f29,_0xae6d8c,_0x52d8d2){const _0x56e720=a32_0x2e75;return _0x4f8e44[_0x56e720(0x166)](_0x590205,_0x459f29,_0xae6d8c,_0x52d8d2);},'axhaR':_0x4f8e44['uAjUN'],'AIoJO':_0x4f8e44[_0x3bcd48(0x1fb)],'ICRaV':function(_0x5e4d61,_0x28d108,_0xd1feb3){const _0x5301b4=_0x3bcd48;return _0x4f8e44[_0x5301b4(0x205)](_0x5e4d61,_0x28d108,_0xd1feb3);},'oSOoo':_0x4f8e44[_0x3bcd48(0x1b4)],'zfJco':function(_0x3976d9){const _0x358d83=_0x3bcd48;return _0x4f8e44[_0x358d83(0x189)](_0x3976d9);},'EKhWc':function(_0x207644,_0x373228,_0x38a8f9){const _0x4857a2=_0x3bcd48;return _0x4f8e44[_0x4857a2(0x205)](_0x207644,_0x373228,_0x38a8f9);}};global['__error_messages__']=[],global['__sessionFailed']=![],global[_0x3bcd48(0x188)]=async()=>{const _0x20cb62=_0x3bcd48;let _0x11b76f=![];try{await global[_0x20cb62(0x1af)][0x0][_0x20cb62(0x211)],_0x11b76f=!![],global[_0x20cb62(0x1ee)]?await _0x3337f8[_0x20cb62(0x1de)](markSessionStatus,global[_0x20cb62(0x1af)][0x0],_0x3337f8['axhaR'],global[_0x20cb62(0x1f7)]['join'](_0x3337f8[_0x20cb62(0x1f8)])):await _0x3337f8[_0x20cb62(0x207)](markSessionStatus,global[_0x20cb62(0x1af)][0x0],_0x3337f8[_0x20cb62(0x1fa)]);}catch(_0x3bdf14){logger[_0x20cb62(0x1a8)](_0x20cb62(0x18c)+_0x3bdf14);}global[_0x20cb62(0x1f7)]=[],global[_0x20cb62(0x1ee)]=![];if(_0x11b76f)try{try{_0x3337f8[_0x20cb62(0x1f9)](shouldProcessEventForTesthub)&&(global[_0x20cb62(0x1af)][0x0]&&await _0x3337f8[_0x20cb62(0x179)](sendPlatformDetails,global[_0x20cb62(0x1af)][0x0],this[_0x20cb62(0x191)]?this[_0x20cb62(0x191)][_0x20cb62(0x1f1)]:null));}catch(_0x4d6452){logger[_0x20cb62(0x1a8)](_0x20cb62(0x1eb)+_0x4d6452);}await global['__drivers'][0x0][_0x20cb62(0x195)]();}catch(_0x1cec5f){logger['debug']('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x1cec5f);}};},{'platform':_0x4f8e44[_0x5a7f99(0x205)](nestedKeyValue,global[_0x5a7f99(0x180)],[_0x4f8e44[_0x5a7f99(0x218)]]),'hookType':_0x4f8e44[_0x5a7f99(0x174)]})();},'beforeEach'(_0x1a200a){const _0x108cfd=a32_0x2a2879,_0x3789a6={'TLhgI':function(_0x35a12e,_0x18449){return _0x35a12e>_0x18449;},'VMKKc':_0x108cfd(0x17b),'CoNcW':function(_0x3c736d,_0x3562c2,_0x196c33){return _0x3c736d(_0x3562c2,_0x196c33);},'GKQJC':_0x108cfd(0x19d),'kJkIi':function(_0x161be4){return _0x161be4();},'JQCRk':_0x108cfd(0x1d2),'xzZYe':function(_0x4a4b1a,_0x55dd68){return _0x4a4b1a===_0x55dd68;},'Kixkm':_0x108cfd(0x209),'LiteI':'https:','EAWRD':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','GRSTp':_0x108cfd(0x217),'FFRgZ':_0x108cfd(0x1b7),'gSLhD':'index','jOPIp':_0x108cfd(0x19c)};globals[_0x108cfd(0x1ab)](_0x3789a6[_0x108cfd(0x192)],this[_0x108cfd(0x191)]['titlePath']()['join'](_0x3789a6[_0x108cfd(0x1da)])),PerformanceTester[_0x108cfd(0x1bb)](PerformanceSdkEvents[_0x108cfd(0x1ed)],()=>{const _0x41b782=_0x108cfd,_0x44416b={'hnhHF':function(_0x41c07b,_0x7e1109){const _0x385fd0=a32_0x2e75;return _0x3789a6[_0x385fd0(0x1a0)](_0x41c07b,_0x7e1109);},'KJBqG':function(_0x42f37e,_0x59988b){const _0x544117=a32_0x2e75;return _0x3789a6[_0x544117(0x1a0)](_0x42f37e,_0x59988b);},'zJeuw':_0x3789a6[_0x41b782(0x1da)],'LJGij':function(_0x26c8fd,_0x4b2a6c,_0x83839d){const _0x4edff6=_0x41b782;return _0x3789a6[_0x4edff6(0x1c2)](_0x26c8fd,_0x4b2a6c,_0x83839d);},'bgFvP':_0x3789a6[_0x41b782(0x1cd)],'sOSXJ':function(_0x261855){return _0x3789a6['kJkIi'](_0x261855);},'WgxUv':_0x3789a6[_0x41b782(0x1ac)],'bGQHn':function(_0x40e2f1,_0x14d350){return _0x3789a6['xzZYe'](_0x40e2f1,_0x14d350);},'Niecz':_0x3789a6[_0x41b782(0x1d0)],'kxOzS':function(_0x65ceec,_0x539f4e){const _0x42bbd1=_0x41b782;return _0x3789a6[_0x42bbd1(0x1c0)](_0x65ceec,_0x539f4e);},'sIGBI':_0x3789a6[_0x41b782(0x1e6)],'dhGiv':_0x3789a6[_0x41b782(0x1d7)],'mUKEp':_0x3789a6[_0x41b782(0x18e)]},_0x4d3640='browserstack internal helper hook';new Promise(async _0x34710e=>{const _0x40e199=_0x41b782;let _0x27dc4f=!![];try{_0x44416b[_0x40e199(0x198)](global[_0x40e199(0x1af)][_0x40e199(0x1df)],0x1)&&(await global['driverCleanup'](),global[_0x40e199(0x1af)][_0x40e199(0x1e4)]()),_0x44416b[_0x40e199(0x1a3)](global['__drivers'][0x0]['quitCount_'],0x0)&&(_0x27dc4f=![],await global[_0x40e199(0x188)]());}catch(_0x2394ab){logger[_0x40e199(0x1a8)](_0x40e199(0x19e)+_0x2394ab);}try{Array[_0x40e199(0x16b)](global[_0x40e199(0x1af)])&&global['__drivers'][0x0]&&(global['__drivers'][0x0][_0x40e199(0x19b)]=this[_0x40e199(0x191)][_0x40e199(0x1ce)]()['join'](_0x44416b['zJeuw'])),global['browserstackSessionName']=this[_0x40e199(0x191)][_0x40e199(0x1ce)]()[_0x40e199(0x1d3)](_0x44416b[_0x40e199(0x219)]);}catch(_0x48445d){logger[_0x40e199(0x1a8)](_0x40e199(0x187)+_0x48445d);}this['currentTest'][_0x40e199(0x1c3)]=_0x44416b[_0x40e199(0x1ec)](shouldScanTestForAccessibility,this[_0x40e199(0x191)]['titlePath'](),!![]),globals[_0x40e199(0x1ab)](_0x44416b[_0x40e199(0x1e3)],this[_0x40e199(0x191)][_0x40e199(0x1c3)]),this['currentTest'][_0x40e199(0x1bd)]=!![];if(_0x44416b['sOSXJ'](isAccessibilityAutomationSession)&&_0x27dc4f&&Array['isArray'](global[_0x40e199(0x1af)])&&_0x44416b[_0x40e199(0x198)](global[_0x40e199(0x1af)]['length'],0x0)&&globals[_0x40e199(0x1e7)](_0x44416b[_0x40e199(0x16e)]))try{const _0x341175=await global['__drivers'][0x0]['session_'];if(_0x341175){let _0x26daaa=!![];const _0x39a97a=await global[_0x40e199(0x1af)][0x0][_0x40e199(0x1d9)]();let _0x58df82;try{_0x58df82=new URL(_0x39a97a);}catch(_0x4ea75f){_0x26daaa=![];}_0x26daaa=_0x44416b[_0x40e199(0x216)](_0x58df82[_0x40e199(0x16c)],_0x44416b['Niecz'])||_0x44416b['kxOzS'](_0x58df82['protocol'],_0x44416b[_0x40e199(0x17e)]),_0x26daaa&&(this[_0x40e199(0x191)][_0x40e199(0x1c3)]&&logger['info'](_0x44416b[_0x40e199(0x197)])),this[_0x40e199(0x191)][_0x40e199(0x1bd)]=this[_0x40e199(0x191)][_0x40e199(0x1c3)],this['currentTest']['shouldScanTestForAccessibility']&&logger[_0x40e199(0x200)](_0x44416b[_0x40e199(0x17d)]);}}catch(_0x5c342a){logger['error'](_0x40e199(0x1b2)+util[_0x40e199(0x1fc)](_0x5c342a));}_0x44416b[_0x40e199(0x1bc)](_0x34710e);})[_0x41b782(0x1a2)](()=>{const _0x48c270=_0x41b782;_0x44416b[_0x48c270(0x1bc)](_0x1a200a);});},{'platform':_0x3789a6[_0x108cfd(0x1c2)](nestedKeyValue,global[_0x108cfd(0x180)],[_0x3789a6[_0x108cfd(0x16a)]]),'hookType':_0x3789a6[_0x108cfd(0x1be)]})();},'afterEach'(_0x1e464d){const _0x36ae7c=a32_0x2a2879,_0x1f0cc2={'pwtgW':_0x36ae7c(0x17b),'VSCyO':function(_0x2047d2,_0x88f338){return _0x2047d2>_0x88f338;},'eTaKM':function(_0x5e73c8,_0x12ed3c){return _0x5e73c8===_0x12ed3c;},'jUEgV':'testcase','ciYRO':'appium:app','XTzmr':function(_0x509896,_0x1e07f9,_0x360f39,_0x5bff64){return _0x509896(_0x1e07f9,_0x360f39,_0x5bff64);},'cXMuQ':_0x36ae7c(0x1d2),'jGZPe':_0x36ae7c(0x19d),'QPiJL':_0x36ae7c(0x17c),'IvWPa':_0x36ae7c(0x167),'WEUES':_0x36ae7c(0x1c7),'aETlU':_0x36ae7c(0x16f),'Haoju':function(_0x386ce0){return _0x386ce0();},'QPOYX':function(_0x40451c,_0x3e57cd,_0x355277){return _0x40451c(_0x3e57cd,_0x355277);},'lUBQa':function(_0x10f302){return _0x10f302();},'xwfqH':_0x36ae7c(0x1a8),'BjUga':function(_0xd38d20,_0x1f3981){return _0xd38d20>_0x1f3981;},'hOXqa':function(_0x5efa2d){return _0x5efa2d();},'Celiq':function(_0x535173,_0x18bbba){return _0x535173!==_0x18bbba;},'UWThw':_0x36ae7c(0x1ba),'BwfES':function(_0x32c775,_0x46b170,_0x40422d){return _0x32c775(_0x46b170,_0x40422d);},'WOjNl':function(_0x28ddcd,_0x4a3964){return _0x28ddcd+_0x4a3964;},'rZtJQ':_0x36ae7c(0x171),'ZIhUe':_0x36ae7c(0x186),'vHnxG':_0x36ae7c(0x18d),'aWehZ':_0x36ae7c(0x200),'hDiTC':_0x36ae7c(0x183),'kIjwd':'afterEach'},_0x135014='browserstack internal helper hook';this[_0x36ae7c(0x201)](0xfde8),global[_0x36ae7c(0x208)]=this[_0x36ae7c(0x191)][_0x36ae7c(0x1ce)]()['join'](_0x1f0cc2[_0x36ae7c(0x19f)]),PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x36ae7c(0x1ed)],()=>{const _0x2b07c0=_0x36ae7c,_0x29adeb={'dNewh':function(_0x41a616,_0x3f8c74){return _0x1f0cc2['Celiq'](_0x41a616,_0x3f8c74);},'sYatJ':_0x1f0cc2[_0x2b07c0(0x1e1)],'qarwc':function(_0x44d168,_0x27c093,_0xb3f321){const _0x1da220=_0x2b07c0;return _0x1f0cc2[_0x1da220(0x1fd)](_0x44d168,_0x27c093,_0xb3f321);},'PAuws':function(_0x7e9a91,_0x2ddbdd){const _0x2438c7=_0x2b07c0;return _0x1f0cc2[_0x2438c7(0x16d)](_0x7e9a91,_0x2ddbdd);},'FDMPS':_0x1f0cc2['rZtJQ'],'ZnzPR':_0x1f0cc2[_0x2b07c0(0x1c9)],'SzjLF':_0x1f0cc2[_0x2b07c0(0x1a7)],'vBwFa':_0x1f0cc2[_0x2b07c0(0x21a)]},_0x444024=async(_0x736a23,_0x56a499)=>{const _0x5ae606=_0x2b07c0;await global[_0x5ae606(0x1af)][0x0][_0x5ae606(0x1ff)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x736a23+_0x5ae606(0x1e0)+_0x56a499+_0x5ae606(0x161));};new Promise(async _0x106c19=>{const _0x13857c=_0x2b07c0,_0x2a7a8a={};_0x2a7a8a[_0x13857c(0x1f2)]=_0x1f0cc2[_0x13857c(0x19f)];const _0xd7059e=_0x2a7a8a;try{_0x1f0cc2[_0x13857c(0x203)](global[_0x13857c(0x1af)][_0x13857c(0x1df)],0x1)&&(await global[_0x13857c(0x188)](),global[_0x13857c(0x1af)][_0x13857c(0x1e4)](),global[_0x13857c(0x1f7)]=[],global[_0x13857c(0x1ee)]=![]);try{if(global[_0x13857c(0x182)]&&_0x1f0cc2['eTaKM'](global[_0x13857c(0x204)],_0x1f0cc2[_0x13857c(0x1a6)])&&global['__drivers'][0x0]){const _0x4984ac=_0x1f0cc2[_0x13857c(0x203)](global[_0x13857c(0x20c)][_0x13857c(0x1df)],0x0)?!!global[_0x13857c(0x20c)][0x0][_0x13857c(0x18f)]||!!global[_0x13857c(0x20c)][0x0][_0x1f0cc2[_0x13857c(0x185)]]:![],_0xf5337e={};_0xf5337e['app']=_0x4984ac,await _0x1f0cc2[_0x13857c(0x193)](percyAutoCapture,global[_0x13857c(0x1af)][0x0],_0x1f0cc2[_0x13857c(0x1a6)],_0xf5337e);}}catch(_0x32d1f4){logger[_0x13857c(0x1a8)](_0x13857c(0x190)+_0x32d1f4);}!global[_0x13857c(0x17a)]&&(await PerformanceTester[_0x13857c(0x1bb)](PerformanceAutEvents[_0x13857c(0x1b6)],async()=>{const _0x27f192=_0x13857c;await global[_0x27f192(0x1af)][0x0][_0x27f192(0x1ff)](_0x27f192(0x1dd)+JSON[_0x27f192(0x215)](this['currentTest']['titlePath']()[_0x27f192(0x1d3)](_0xd7059e[_0x27f192(0x1f2)]))+'}}');})(),global[_0x13857c(0x1af)][0x0][_0x13857c(0x1ef)]=!![]),await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x13857c(0x194)],async()=>{const _0x775bf8=_0x13857c,_0x42e30e=_0x29adeb['dNewh'](this[_0x775bf8(0x191)][_0x775bf8(0x1e5)],_0x29adeb[_0x775bf8(0x1f4)]);_0x42e30e?(global[_0x775bf8(0x1ee)]=!![],global[_0x775bf8(0x1f7)][_0x775bf8(0x214)](this[_0x775bf8(0x191)][_0x775bf8(0x1ad)][_0x775bf8(0x176)]),await _0x29adeb['qarwc'](_0x444024,JSON[_0x775bf8(0x215)](_0x29adeb[_0x775bf8(0x1c1)](_0x29adeb[_0x775bf8(0x1a9)],this[_0x775bf8(0x191)][_0x775bf8(0x1ad)][_0x775bf8(0x176)])),_0x29adeb[_0x775bf8(0x1bf)])):await _0x29adeb[_0x775bf8(0x196)](_0x444024,JSON['stringify'](_0x29adeb[_0x775bf8(0x184)]),_0x29adeb['vBwFa']);})();}catch(_0x2e5895){logger[_0x13857c(0x1a8)](_0x13857c(0x213)+_0x2e5895);}try{if(this[_0x13857c(0x191)][_0x13857c(0x1bd)]&&globals[_0x13857c(0x1e7)](_0x1f0cc2[_0x13857c(0x1ae)])&&globals[_0x13857c(0x1e7)](_0x1f0cc2['jGZPe'])){logger[_0x13857c(0x200)](_0x1f0cc2['QPiJL']);const _0x196770={};_0x196770[_0x13857c(0x1cc)]=this[_0x13857c(0x191)][_0x13857c(0x1f1)],_0x196770['thBuildUuid']=process['env'][testHubConstants[_0x13857c(0x18a)][_0x13857c(0x20a)]],_0x196770[_0x13857c(0x206)]=process[_0x13857c(0x1cf)][testHubConstants[_0x13857c(0x18a)][_0x13857c(0x1e8)]];const _0x3b5058=_0x196770;logger['debug']('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x13857c(0x215)](_0x3b5058)),logger[_0x13857c(0x1a8)](_0x1f0cc2[_0x13857c(0x212)]);const _0x1d0061={};_0x1d0061[_0x13857c(0x1db)]=_0x1f0cc2[_0x13857c(0x1a4)],await PerformanceTester[_0x13857c(0x1bb)](PerformanceA11yEvents[_0x13857c(0x1aa)],async()=>{const _0x3886ac=_0x13857c;logger[_0x3886ac(0x1a8)](util[_0x3886ac(0x1fc)](await global[_0x3886ac(0x1af)][0x0][_0x3886ac(0x162)](scripts[_0x3886ac(0x163)],{'method':global[_0x3886ac(0x19b)]})));},_0x1d0061)(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x13857c(0x172)],async()=>{const _0x41b54b=_0x13857c;await global[_0x41b54b(0x1af)][0x0]['executeAsyncScript'](scripts[_0x41b54b(0x1b5)],_0x3b5058);})(),logger[_0x13857c(0x200)](_0x1f0cc2[_0x13857c(0x1ea)]);}}catch(_0x106d31){logger[_0x13857c(0x186)](_0x13857c(0x175)+this[_0x13857c(0x191)][_0x13857c(0x1ce)]()+'.\x20Error\x20:',_0x106d31);}try{try{if(_0x1f0cc2['Haoju'](shouldProcessEventForTesthub)){global[_0x13857c(0x1af)][0x0]&&await _0x1f0cc2[_0x13857c(0x1b1)](sendPlatformDetails,global[_0x13857c(0x1af)][0x0],this['currentTest']?this[_0x13857c(0x191)]['testAnalyticsId']:null);if(_0x1f0cc2[_0x13857c(0x1c8)](isBrowserstackInfra)){PerformanceTester[_0x13857c(0x1d6)](PerformanceO11yEvents['SYNC']);const _0x400f61=_0x13857c(0x1c4)+Date[_0x13857c(0x177)]();await _0x1f0cc2['QPOYX'](_0x444024,JSON[_0x13857c(0x215)](_0x400f61),_0x1f0cc2[_0x13857c(0x1b3)]),PerformanceTester[_0x13857c(0x1d5)](PerformanceO11yEvents[_0x13857c(0x1b9)]);}}}catch(_0x40beb5){logger[_0x13857c(0x1a8)]('Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20'+_0x40beb5),PerformanceTester[_0x13857c(0x1d5)](PerformanceO11yEvents['SYNC'],![],_0x40beb5);}_0x1f0cc2[_0x13857c(0x20d)](global['__drivers'][0x0][_0x13857c(0x169)],0x0)&&await global[_0x13857c(0x188)]();}catch(_0x21c817){logger[_0x13857c(0x1a8)]('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x21c817);}_0x1f0cc2['hOXqa'](_0x106c19);})[_0x2b07c0(0x1a2)](()=>{const _0x106ab1=_0x2b07c0;_0x1f0cc2[_0x106ab1(0x1e9)](_0x1e464d);});},{'platform':_0x1f0cc2['QPOYX'](nestedKeyValue,global[_0x36ae7c(0x180)],[_0x1f0cc2[_0x36ae7c(0x1ca)]]),'hookType':_0x1f0cc2[_0x36ae7c(0x1d4)]})();},'afterAll'(_0x34da31){const _0x1c4085=a32_0x2a2879,_0x499d21={'rmXYC':function(_0x1373c9){return _0x1373c9();},'soHXl':function(_0x12eb10){return _0x12eb10();},'IymfF':function(_0x4b6c1b,_0x4f0375,_0x11b15e){return _0x4b6c1b(_0x4f0375,_0x11b15e);},'QntHv':_0x1c4085(0x183),'ypllT':_0x1c4085(0x20b)},_0x526e1a='browserstack internal helper hook';this['timeout'](0xfde8),PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x1c4085(0x1ed)],()=>{const _0x19bb95=_0x1c4085,_0x2c5364={'GKzhN':function(_0x4ce063){const _0x361118=a32_0x2e75;return _0x499d21[_0x361118(0x173)](_0x4ce063);}};new Promise(async _0x188e3c=>{const _0x3074a7=a32_0x2e75;await global[_0x3074a7(0x188)](),_0x499d21[_0x3074a7(0x1c6)](_0x188e3c);})[_0x19bb95(0x1a2)]()[_0x19bb95(0x1e2)](()=>{_0x2c5364['GKzhN'](_0x34da31);});},{'platform':_0x499d21[_0x1c4085(0x202)](nestedKeyValue,global['__platformCaps'],[_0x499d21[_0x1c4085(0x1dc)]]),'hookType':_0x499d21[_0x1c4085(0x1b0)]})();}};function a32_0x3095(){const _0x1d2c91=['err','cXMuQ','__drivers','ypllT','QPOYX','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','xwfqH','kSgqy','saveTestResults','SESSION_NAME','browserstackTestName','../../helpers/testhub/constants','SYNC','passed','measureWrapper','sOSXJ','accessibilityScanStarted','jOPIp','ZnzPR','xzZYe','PAuws','CoNcW','shouldScanTestForAccessibility','ObservabilitySync:','./test-observability/mochaUtils','rmXYC','afterTest','lUBQa','ZIhUe','hDiTC','196790oVhjun','thTestRunUuid','GKQJC','titlePath','env','Kixkm','../../helpers/accessibility-automation/helper','isAccessibilityPlatform','join','kIjwd','end','start','EAWRD','\x20|\x20','getCurrentUrl','VMKKc','command','QntHv','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','msacW','length',',\x22level\x22:\x20\x22','UWThw','finally','bgFvP','shift','state','LiteI','getGlobal','BROWSERSTACK_TESTHUB_JWT','Haoju','aETlU','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','LJGij','SDK_HOOK','__sessionFailed','sessionNameSet__','mochaHooks','testAnalyticsId','eiune','1406696CxqCku','sYatJ','../../helpers/performance/constants','134229AEfCnK','__error_messages__','AIoJO','zfJco','oSOoo','bjDYB','format','BwfES','winstonLogger','executeScript','info','timeout','IymfF','VSCyO','percyCaptureMode','xBlXw','thJwtToken','ICRaV','sessionName','http:','BROWSERSTACK_TESTHUB_UUID','afterAll','capabilities','BjUga','240ZqKgMZ','../../helpers/performance/performance-tester','4hlBSZt','session_','IvWPa','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','push','stringify','bGQHn','Automate\x20test\x20case\x20execution\x20has\x20started.','CMlfF','zJeuw','aWehZ','\x22}}','executeAsyncScript','performScan','../../helpers/globals','509300dzFBBu','oKPPv','Performing\x20scan\x20before\x20saving\x20results','failed','quitCount_','gSLhD','isArray','protocol','WOjNl','WgxUv','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','../../helpers/testhub/utils','Failed:\x20','SAVE_RESULTS','soHXl','mbPOj','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','message','now','../../helpers/helper','EKhWc','__skipSessionName','\x20-\x20','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','mUKEp','sIGBI','88DreTjh','__platformCaps','15030477YzxTGg','percy','index','SzjLF','ciYRO','error','Failed\x20to\x20store\x20session\x20name:\x20','driverCleanup','SqxYQ','ENV_VAR','42434916zGOyRH','Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20','Passed','GRSTp','app','Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','currentTest','FFRgZ','XTzmr','SESSION_STATUS','initQuit','qarwc','dhGiv','hnhHF','startMonitoring','234qOkHpt','browserstackSessionName','beforeEach','bstackA11yShouldScan','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','pwtgW','TLhgI','7tszfpC','then','KJBqG','WEUES','16878UkAdQh','jUEgV','vHnxG','debug','FDMPS','PERFORM_SCAN','setGlobal','JQCRk'];a32_0x3095=function(){return _0x1d2c91;};return a32_0x3095();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a33_0x2caf38=a33_0x2368;(function(_0x2ca2af,_0x27f4b5){const _0x57df61=a33_0x2368,_0x17d8af=_0x2ca2af();while(!![]){try{const _0x24ad49=-parseInt(_0x57df61(0xa4))/0x1*(-parseInt(_0x57df61(0x76))/0x2)+-parseInt(_0x57df61(0x98))/0x3+parseInt(_0x57df61(0x95))/0x4*(parseInt(_0x57df61(0xb0))/0x5)+-parseInt(_0x57df61(0xb8))/0x6+-parseInt(_0x57df61(0x7b))/0x7+-parseInt(_0x57df61(0x83))/0x8*(-parseInt(_0x57df61(0xad))/0x9)+-parseInt(_0x57df61(0xb9))/0xa;if(_0x24ad49===_0x27f4b5)break;else _0x17d8af['push'](_0x17d8af['shift']());}catch(_0x1b2164){_0x17d8af['push'](_0x17d8af['shift']());}}}(a33_0x25b4,0xe1106));const fs=require('fs'),path=require(a33_0x2caf38(0x72)),{spawn}=require(a33_0x2caf38(0x97)),logger=require(a33_0x2caf38(0xaf))[a33_0x2caf38(0x8c)],{default:BrowserStackSetup}=require(a33_0x2caf38(0xb2)),helper=require(a33_0x2caf38(0x9a)),constants=require(a33_0x2caf38(0x94)),getUserNightwatchConfigs=(_0x24e38b,_0xa7bdff)=>{const _0x26286c=a33_0x2caf38,_0x458f4e={'UdPOv':'nightwatch.conf.js','ebOBy':_0x26286c(0x78),'pFwOR':function(_0x461ec0,_0xe03652){return _0x461ec0(_0xe03652);},'Qvbiz':_0x26286c(0x9c)};let _0x3152dc=null,_0x355e1f={};const _0x595041=_0xa7bdff['findIndex'](_0xab467d=>_0xab467d===_0x26286c(0x89));if(!helper[_0x26286c(0x71)](_0x24e38b[_0x26286c(0xa8)])&&fs[_0x26286c(0x7a)](path[_0x26286c(0xab)](process[_0x26286c(0x8a)](),_0x24e38b[_0x26286c(0xa8)])))_0x3152dc=path[_0x26286c(0xab)](process[_0x26286c(0x8a)](),_0x24e38b['config']),_0xa7bdff['splice'](_0x595041,0x2);else{if(fs[_0x26286c(0x7a)](path['join'](process['cwd'](),_0x458f4e[_0x26286c(0x91)])))_0x3152dc=path[_0x26286c(0xab)](process['cwd'](),_0x458f4e[_0x26286c(0x91)]);else fs[_0x26286c(0x7a)](path[_0x26286c(0xab)](process[_0x26286c(0x8a)](),_0x458f4e[_0x26286c(0xa0)]))&&(_0x3152dc=path[_0x26286c(0xab)](process['cwd'](),_0x458f4e[_0x26286c(0xa0)]));}return _0x3152dc?(logger['info'](_0x26286c(0x81)+_0x3152dc),_0x355e1f=_0x458f4e[_0x26286c(0x7e)](require,_0x3152dc)):logger[_0x26286c(0x87)](_0x458f4e[_0x26286c(0x9d)]),_0x355e1f;},removeExistingEnvs=_0x51c734=>{const _0x745804=a33_0x2caf38,_0x1169e0={};_0x1169e0[_0x745804(0xa5)]=function(_0x1c99d6,_0x578127){return _0x1c99d6>_0x578127;},_0x1169e0[_0x745804(0x86)]=function(_0x313b43,_0x4f7468){return _0x313b43>_0x4f7468;};const _0x5264fd=_0x1169e0;let _0x494c6d=_0x51c734[_0x745804(0xbc)](_0x1f478a=>_0x1f478a===_0x745804(0x93));_0x5264fd[_0x745804(0xa5)](_0x494c6d,-0x1)&&_0x51c734[_0x745804(0x74)](_0x494c6d,0x2),_0x494c6d=_0x51c734[_0x745804(0xbc)](_0x2eb0c2=>_0x2eb0c2==='-e'),_0x5264fd[_0x745804(0x86)](_0x494c6d,-0x1)&&_0x51c734[_0x745804(0x74)](_0x494c6d,0x2);};function run(_0x606d72,_0x446ed6){const _0x4436f9=a33_0x2caf38,_0xa01a48={'fDeto':'nightwatch','fHbsY':function(_0x171034,_0x55d4de){return _0x171034+_0x55d4de;},'fLXJU':_0x4436f9(0x85),'QeomP':function(_0xeff122,_0x3497ab,_0x5e3d67){return _0xeff122(_0x3497ab,_0x5e3d67);},'NBjdo':'hub.browserstack.com','SRapW':'Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','kfUqF':function(_0x1a0436,_0x110fde){return _0x1a0436===_0x110fde;},'JSqOA':_0x4436f9(0x92),'yhcvj':function(_0x6b9619,_0x24384a){return _0x6b9619(_0x24384a);},'krfok':function(_0x41bd38,_0x5a6406,_0x2399d1,_0x3e0225){return _0x41bd38(_0x5a6406,_0x2399d1,_0x3e0225);},'dpNwb':'nightwatch.cmd','wuhjR':'--config','LmzHW':_0x4436f9(0x93),'Sidml':_0x4436f9(0xb3),'vjKUP':_0x4436f9(0x8f)},_0xa9137b=new BrowserStackSetup(_0x606d72);if(!_0xa9137b['config'])return;const _0x52b168=_0xa01a48[_0x4436f9(0xa3)](getUserNightwatchConfigs,_0x606d72,_0x446ed6),_0x25f3fc={};_0x25f3fc['start_process']=![];const _0x3c8031={};_0x3c8031[_0x4436f9(0xa7)]=_0xa01a48[_0x4436f9(0x6f)],_0x3c8031[_0x4436f9(0xb7)]=0x1bb;const _0x208d19={};_0x208d19[_0x4436f9(0xa1)]=_0x25f3fc,_0x208d19['selenium']=_0x3c8031;const _0x4342c9=_0x208d19;logger[_0x4436f9(0x87)](_0xa01a48[_0x4436f9(0xb1)]);const _0x3d8a62={..._0x52b168},_0x6304cd=_0x3d8a62,_0x438d73=helper[_0x4436f9(0x70)](_0xa9137b[_0x4436f9(0xa8)]),_0x162740=[];_0xa9137b[_0x4436f9(0xa8)][_0x4436f9(0x8e)][_0x4436f9(0x77)]((_0x2a0a38,_0x5d63b6)=>{const _0x436e7e=_0x4436f9;_0x438d73?_0x162740[_0x436e7e(0x88)](helper[_0x436e7e(0xa2)](_0xa9137b[_0x436e7e(0xa8)],_0xa01a48[_0x436e7e(0x96)],_0x5d63b6)):_0x162740[_0x436e7e(0x88)](helper[_0x436e7e(0x73)](_0xa9137b['config'],_0xa01a48[_0x436e7e(0x96)],_0x5d63b6));});const _0x40b4b1={},_0x3ded89=[];_0x606d72[_0x4436f9(0xb6)]=_0x606d72['env']||_0x606d72['e'];const _0x92f3e5=_0x606d72[_0x4436f9(0xb6)]?_0x606d72[_0x4436f9(0xb6)][_0x4436f9(0xba)]()[_0x4436f9(0x7d)](',')[_0x4436f9(0x90)](_0x36ea69=>_0x36ea69['trim']())[_0x4436f9(0x9b)](_0x47a635=>_0x47a635!==''):[''];_0xa01a48['kfUqF'](_0x92f3e5[_0x4436f9(0x75)],0x0)&&_0x92f3e5[_0x4436f9(0x88)]('');_0x92f3e5[_0x4436f9(0x77)](_0x17c44c=>{const _0x20b3a0=_0x4436f9;_0x162740[_0x20b3a0(0x77)](_0x370292=>{const _0x1cd8d4=_0x20b3a0;let _0x1d304b=_0xa01a48[_0x1cd8d4(0x79)](helper[_0x1cd8d4(0xa9)](_0x370292,'_'),'_'+Date[_0x1cd8d4(0x8d)]());_0x17c44c&&(_0x1d304b+='_'+_0x17c44c);if(_0x17c44c&&(!_0x52b168[_0xa01a48[_0x1cd8d4(0x99)]]||!_0x52b168[_0xa01a48[_0x1cd8d4(0x99)]][_0x17c44c]))return;const _0x2c4a3f={..._0x4342c9};_0x2c4a3f[_0x1cd8d4(0xb4)]=_0x370292;const _0x3fa860=_0x2c4a3f;_0x40b4b1[_0x1d304b]=_0x17c44c?helper[_0x1cd8d4(0x82)](_0x52b168[_0xa01a48[_0x1cd8d4(0x99)]][_0x17c44c],_0x3fa860):_0x3fa860,_0x3ded89[_0x1cd8d4(0x88)](_0x1d304b);});});!_0x6304cd[_0x4436f9(0x85)]&&(_0x6304cd['test_settings']={});_0x6304cd[_0x4436f9(0x85)]={..._0x6304cd[_0x4436f9(0x85)],..._0x40b4b1};const _0x369d62=path[_0x4436f9(0xab)](__dirname,_0xa01a48[_0x4436f9(0x84)]);fs[_0x4436f9(0xa6)](_0x369d62,JSON[_0x4436f9(0xaa)](_0x6304cd)),_0xa01a48[_0x4436f9(0x7f)](removeExistingEnvs,_0x446ed6);const _0x2a0dc7=_0xa01a48[_0x4436f9(0x80)](spawn,/^win/['test'](process['platform'])?_0xa01a48['dpNwb']:_0xa01a48['fDeto'],[_0xa01a48['wuhjR'],_0x369d62,..._0x446ed6[_0x4436f9(0xac)](0x1),_0xa01a48[_0x4436f9(0x9e)],_0x3ded89[_0x4436f9(0xab)](',')],{'stdio':_0xa01a48[_0x4436f9(0xbb)]});_0x2a0dc7['on'](_0xa01a48[_0x4436f9(0xae)],async _0x3bb5bd=>{const _0x273be6=_0x4436f9;logger[_0x273be6(0x7c)]('child\x20process\x20exited\x20with\x20code\x20'+_0x3bb5bd),logger[_0x273be6(0x87)](_0x273be6(0xb5)+_0x369d62),fs[_0x273be6(0x9f)](_0x369d62);});}function a33_0x2368(_0x445d7a,_0x303e3b){const _0x25b479=a33_0x25b4();return a33_0x2368=function(_0x23689a,_0x3c62b0){_0x23689a=_0x23689a-0x6f;let _0x851c6c=_0x25b479[_0x23689a];return _0x851c6c;},a33_0x2368(_0x445d7a,_0x303e3b);}function a33_0x25b4(){const _0x419c4b=['--config','cwd','exports','winstonLogger','now','platforms','close','map','UdPOv','nightwatch-browserstack.json','--env','../utils/constants','4548644HWMEZr','fDeto','child_process','1132524IYsVXD','fLXJU','../../helpers/helper','filter','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Qvbiz','LmzHW','unlinkSync','ebOBy','webdriver','modifyBrowserStackW3CCaps','QeomP','20294UkyjXV','eZnSY','writeFileSync','host','config','getPlatformName','stringify','join','slice','375327FGgLks','vjKUP','../../helpers/logger','5YZrXrC','SRapW','../../helpers/BrowserStackSetup','inherit','desiredCapabilities','Deleting\x20','env','port','1314228fCElAA','9376410UuelSq','trim','Sidml','findIndex','NBjdo','useW3C','isUndefined','path','modifyBrowserStackCaps','splice','length','146zJNBwj','forEach','nightwatch.json','fHbsY','existsSync','2597623oBhiBt','debug','split','pFwOR','yhcvj','krfok','Getting\x20your\x20nightwatch\x20configs\x20from\x20','mergeDeep','40UHXLqj','JSqOA','test_settings','yPJiU','info','push'];a33_0x25b4=function(){return _0x419c4b;};return a33_0x25b4();}module[a33_0x2caf38(0x8b)]=run;
2
+ 'use strict';const a33_0x113a16=a33_0x505c;(function(_0x2db14e,_0x3a32af){const _0x495585=a33_0x505c,_0x390807=_0x2db14e();while(!![]){try{const _0x6166b8=-parseInt(_0x495585(0xa3))/0x1+parseInt(_0x495585(0xa2))/0x2*(parseInt(_0x495585(0xa9))/0x3)+-parseInt(_0x495585(0xcd))/0x4+parseInt(_0x495585(0xb2))/0x5*(parseInt(_0x495585(0xd6))/0x6)+-parseInt(_0x495585(0xbe))/0x7*(-parseInt(_0x495585(0xad))/0x8)+-parseInt(_0x495585(0xcb))/0x9+parseInt(_0x495585(0xd2))/0xa*(-parseInt(_0x495585(0xe0))/0xb);if(_0x6166b8===_0x3a32af)break;else _0x390807['push'](_0x390807['shift']());}catch(_0x326653){_0x390807['push'](_0x390807['shift']());}}}(a33_0x46b3,0xa4cec));function a33_0x46b3(){const _0x2c45f1=['splice','fxKkj','mergeDeep','host','HhLtN','start_process','child_process','nightwatch-browserstack.json','../../helpers/logger','existsSync','test_settings','length','platforms','selenium','16htTqii','197950qSQQRt','exports','getPlatformName','--env','trim','isUndefined','264237mcwtMi','MHAcU','join','modifyBrowserStackCaps','8YQPAPD','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','winstonLogger','yjmeU','forEach','5cbFaLm','enxES','RJtgS','push','modifyBrowserStackW3CCaps','useW3C','platform','path','Getting\x20your\x20nightwatch\x20configs\x20from\x20','Kjsou','FKbzs','xwyuP','3200666VwZDJk','nightwatch.json','etoAr','BnJfr','stringify','info','close','../../helpers/helper','filter','Deleting\x20','env','findIndex','--config','1909989dJMJLC','xhqaq','906560eWFPgg','config','now','map','debug','130YnAmCn','webdriver','MmDjN','inherit','7846482mXLhor','OEHvx','../../helpers/BrowserStackSetup','nightwatch','cwd','XRrIP','desiredCapabilities','nightwatch.conf.js','PXODk','hub.browserstack.com','979638OWKxaw','slice'];a33_0x46b3=function(){return _0x2c45f1;};return a33_0x46b3();}function a33_0x505c(_0x4d649a,_0x1f62a8){const _0x46b36a=a33_0x46b3();return a33_0x505c=function(_0x505c31,_0x1cfce8){_0x505c31=_0x505c31-0xa0;let _0x2e6905=_0x46b36a[_0x505c31];return _0x2e6905;},a33_0x505c(_0x4d649a,_0x1f62a8);}const fs=require('fs'),path=require(a33_0x113a16(0xb9)),{spawn}=require(a33_0x113a16(0xe8)),logger=require(a33_0x113a16(0xea))[a33_0x113a16(0xaf)],{default:BrowserStackSetup}=require(a33_0x113a16(0xd8)),helper=require(a33_0x113a16(0xc5)),constants=require('../utils/constants'),getUserNightwatchConfigs=(_0xb5c002,_0x10061a)=>{const _0x1e50a8=a33_0x113a16,_0x1db144={'OEHvx':_0x1e50a8(0xdd),'BnJfr':_0x1e50a8(0xbf),'fxKkj':function(_0x287a04,_0x5a0cd9){return _0x287a04(_0x5a0cd9);},'RJtgS':_0x1e50a8(0xae)};let _0x3f951f=null,_0x4cc5f4={};const _0x55b723=_0x10061a[_0x1e50a8(0xc9)](_0xfc377e=>_0xfc377e===_0x1e50a8(0xca));if(!helper[_0x1e50a8(0xa8)](_0xb5c002[_0x1e50a8(0xce)])&&fs[_0x1e50a8(0xeb)](path[_0x1e50a8(0xab)](process[_0x1e50a8(0xda)](),_0xb5c002[_0x1e50a8(0xce)])))_0x3f951f=path[_0x1e50a8(0xab)](process['cwd'](),_0xb5c002['config']),_0x10061a[_0x1e50a8(0xe2)](_0x55b723,0x2);else{if(fs[_0x1e50a8(0xeb)](path[_0x1e50a8(0xab)](process[_0x1e50a8(0xda)](),_0x1db144['OEHvx'])))_0x3f951f=path[_0x1e50a8(0xab)](process[_0x1e50a8(0xda)](),_0x1db144[_0x1e50a8(0xd7)]);else fs[_0x1e50a8(0xeb)](path[_0x1e50a8(0xab)](process[_0x1e50a8(0xda)](),_0x1db144[_0x1e50a8(0xc1)]))&&(_0x3f951f=path[_0x1e50a8(0xab)](process[_0x1e50a8(0xda)](),_0x1db144[_0x1e50a8(0xc1)]));}return _0x3f951f?(logger['info'](_0x1e50a8(0xba)+_0x3f951f),_0x4cc5f4=_0x1db144[_0x1e50a8(0xe3)](require,_0x3f951f)):logger[_0x1e50a8(0xc3)](_0x1db144[_0x1e50a8(0xb4)]),_0x4cc5f4;},removeExistingEnvs=_0x4eddc6=>{const _0x14d498=a33_0x113a16,_0x1611b9={};_0x1611b9[_0x14d498(0xaa)]=function(_0x3f812c,_0x3d0321){return _0x3f812c>_0x3d0321;},_0x1611b9['MmDjN']=function(_0x16f75f,_0x2d3412){return _0x16f75f>_0x2d3412;};const _0x4dc6e9=_0x1611b9;let _0x56dec9=_0x4eddc6[_0x14d498(0xc9)](_0x296c27=>_0x296c27===_0x14d498(0xa6));_0x4dc6e9[_0x14d498(0xaa)](_0x56dec9,-0x1)&&_0x4eddc6['splice'](_0x56dec9,0x2),_0x56dec9=_0x4eddc6[_0x14d498(0xc9)](_0x2b3cc7=>_0x2b3cc7==='-e'),_0x4dc6e9[_0x14d498(0xd4)](_0x56dec9,-0x1)&&_0x4eddc6[_0x14d498(0xe2)](_0x56dec9,0x2);};function run(_0x234bc1,_0xe66868){const _0x173391=a33_0x113a16,_0x2ccec6={'XRrIP':_0x173391(0xd9),'yjmeU':function(_0x56886e,_0x26ed4d){return _0x56886e+_0x26ed4d;},'xwyuP':_0x173391(0xec),'enxES':function(_0x596442,_0x2ba083,_0x22d89c){return _0x596442(_0x2ba083,_0x22d89c);},'fjEUf':_0x173391(0xdf),'AtWwX':'Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','Kjsou':function(_0x740b44,_0x52bb03){return _0x740b44===_0x52bb03;},'xhqaq':_0x173391(0xe9),'etoAr':function(_0x79c239,_0x35ee68){return _0x79c239(_0x35ee68);},'YhoeC':function(_0x139b5e,_0x1eb14c,_0x2b7a39,_0x1023b6){return _0x139b5e(_0x1eb14c,_0x2b7a39,_0x1023b6);},'FKbzs':'nightwatch.cmd','HhLtN':_0x173391(0xca),'Gilty':_0x173391(0xa6),'PXODk':_0x173391(0xd5),'qEtch':_0x173391(0xc4)},_0x5bf032=new BrowserStackSetup(_0x234bc1);if(!_0x5bf032['config'])return;const _0xa59f00=_0x2ccec6[_0x173391(0xb3)](getUserNightwatchConfigs,_0x234bc1,_0xe66868),_0x2b63a8={};_0x2b63a8[_0x173391(0xe7)]=![];const _0x19086e={};_0x19086e[_0x173391(0xe5)]=_0x2ccec6['fjEUf'],_0x19086e['port']=0x1bb;const _0x5b7e85={};_0x5b7e85[_0x173391(0xd3)]=_0x2b63a8,_0x5b7e85[_0x173391(0xa1)]=_0x19086e;const _0x528234=_0x5b7e85;logger['info'](_0x2ccec6['AtWwX']);const _0x5c0e4e={..._0xa59f00},_0xc9e8c9=_0x5c0e4e,_0x4e0cfe=helper[_0x173391(0xb7)](_0x5bf032[_0x173391(0xce)]),_0x49fd35=[];_0x5bf032[_0x173391(0xce)][_0x173391(0xa0)]['forEach']((_0xab06a8,_0x5460ba)=>{const _0x3fbb24=_0x173391;_0x4e0cfe?_0x49fd35[_0x3fbb24(0xb5)](helper[_0x3fbb24(0xb6)](_0x5bf032[_0x3fbb24(0xce)],_0x2ccec6[_0x3fbb24(0xdb)],_0x5460ba)):_0x49fd35[_0x3fbb24(0xb5)](helper[_0x3fbb24(0xac)](_0x5bf032['config'],_0x2ccec6['XRrIP'],_0x5460ba));});const _0x239c64={},_0x279758=[];_0x234bc1['env']=_0x234bc1[_0x173391(0xc8)]||_0x234bc1['e'];const _0x120c5f=_0x234bc1[_0x173391(0xc8)]?_0x234bc1['env'][_0x173391(0xa7)]()['split'](',')[_0x173391(0xd0)](_0x326a9f=>_0x326a9f[_0x173391(0xa7)]())[_0x173391(0xc6)](_0x5309a7=>_0x5309a7!==''):[''];_0x2ccec6[_0x173391(0xbb)](_0x120c5f[_0x173391(0xed)],0x0)&&_0x120c5f[_0x173391(0xb5)]('');_0x120c5f[_0x173391(0xb1)](_0x436fd7=>{const _0x433f0f=_0x173391;_0x49fd35[_0x433f0f(0xb1)](_0x48246e=>{const _0x4918c9=_0x433f0f;let _0x20c53c=_0x2ccec6[_0x4918c9(0xb0)](helper[_0x4918c9(0xa5)](_0x48246e,'_'),'_'+Date[_0x4918c9(0xcf)]());_0x436fd7&&(_0x20c53c+='_'+_0x436fd7);if(_0x436fd7&&(!_0xa59f00[_0x2ccec6[_0x4918c9(0xbd)]]||!_0xa59f00[_0x2ccec6[_0x4918c9(0xbd)]][_0x436fd7]))return;const _0x3679c4={..._0x528234};_0x3679c4[_0x4918c9(0xdc)]=_0x48246e;const _0x3c9813=_0x3679c4;_0x239c64[_0x20c53c]=_0x436fd7?helper[_0x4918c9(0xe4)](_0xa59f00[_0x2ccec6[_0x4918c9(0xbd)]][_0x436fd7],_0x3c9813):_0x3c9813,_0x279758[_0x4918c9(0xb5)](_0x20c53c);});});!_0xc9e8c9[_0x173391(0xec)]&&(_0xc9e8c9[_0x173391(0xec)]={});_0xc9e8c9['test_settings']={..._0xc9e8c9[_0x173391(0xec)],..._0x239c64};const _0x10ca5e=path[_0x173391(0xab)](__dirname,_0x2ccec6[_0x173391(0xcc)]);fs['writeFileSync'](_0x10ca5e,JSON[_0x173391(0xc2)](_0xc9e8c9)),_0x2ccec6[_0x173391(0xc0)](removeExistingEnvs,_0xe66868);const _0x127874=_0x2ccec6['YhoeC'](spawn,/^win/['test'](process[_0x173391(0xb8)])?_0x2ccec6[_0x173391(0xbc)]:_0x2ccec6['XRrIP'],[_0x2ccec6[_0x173391(0xe6)],_0x10ca5e,..._0xe66868[_0x173391(0xe1)](0x1),_0x2ccec6['Gilty'],_0x279758['join'](',')],{'stdio':_0x2ccec6[_0x173391(0xde)]});_0x127874['on'](_0x2ccec6['qEtch'],async _0x851611=>{const _0x57190a=_0x173391;logger[_0x57190a(0xd1)]('child\x20process\x20exited\x20with\x20code\x20'+_0x851611),logger[_0x57190a(0xc3)](_0x57190a(0xc7)+_0x10ca5e),fs['unlinkSync'](_0x10ca5e);});}module[a33_0x113a16(0xa4)]=run;
@@ -1 +1 @@
1
- const a34_0x18aecc=a34_0x4d9c;function a34_0x4d9c(_0x40512e,_0x20430a){const _0x44c364=a34_0x44c3();return a34_0x4d9c=function(_0x4d9cf4,_0xc74ab0){_0x4d9cf4=_0x4d9cf4-0x81;let _0x577ef2=_0x44c364[_0x4d9cf4];return _0x577ef2;},a34_0x4d9c(_0x40512e,_0x20430a);}(function(_0x283bad,_0x343e25){const _0x34a073=a34_0x4d9c,_0x23121e=_0x283bad();while(!![]){try{const _0x10065c=-parseInt(_0x34a073(0xe8))/0x1+-parseInt(_0x34a073(0xd2))/0x2+-parseInt(_0x34a073(0x89))/0x3*(parseInt(_0x34a073(0xa8))/0x4)+parseInt(_0x34a073(0xa3))/0x5+-parseInt(_0x34a073(0xe3))/0x6*(parseInt(_0x34a073(0x96))/0x7)+-parseInt(_0x34a073(0xc3))/0x8+parseInt(_0x34a073(0xcc))/0x9;if(_0x10065c===_0x343e25)break;else _0x23121e['push'](_0x23121e['shift']());}catch(_0x3a279b){_0x23121e['push'](_0x23121e['shift']());}}}(a34_0x44c3,0x68b36));const util=require(a34_0x18aecc(0x99)),logger=require('../../helpers/logger')[a34_0x18aecc(0xca)],{isAccessibilityAutomationSession}=require(a34_0x18aecc(0x88)),{isUndefined}=require('../../helpers/helper'),scripts=require(a34_0x18aecc(0x8a)),PerformanceTester=require(a34_0x18aecc(0xe5)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a34_0x18aecc(0xad));exports[a34_0x18aecc(0xc9)]=async(_0x3b8f21,_0x4eb1a7,_0x82830a={})=>{const _0xeedb32=a34_0x18aecc,_0x1c8774={};_0x1c8774[_0xeedb32(0xb9)]=_0xeedb32(0xa1);const _0x418497=_0x1c8774;return await _0x3b8f21[_0xeedb32(0xc1)]('(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'+_0x4eb1a7[_0xeedb32(0xb8)](/arguments/g,_0x418497[_0xeedb32(0xb9)])+_0xeedb32(0x92)+JSON[_0xeedb32(0x9b)](_0x82830a)+')');},exports['browserStackExecuteDriver']=async(_0x5ddbf5,_0x439c8a,_0xeb1616={})=>{const _0x20313d=a34_0x18aecc,_0x3486a1={};_0x3486a1[_0x20313d(0x84)]=function(_0x946156,_0xa207f8){return _0x946156===_0xa207f8;},_0x3486a1[_0x20313d(0xbc)]=_0x20313d(0xdd),_0x3486a1['DwVPl']=function(_0xb207ff,_0x4d82fc){return _0xb207ff===_0x4d82fc;},_0x3486a1[_0x20313d(0xc8)]=_0x20313d(0xaa),_0x3486a1[_0x20313d(0xc5)]='bstackSdkArgs';const _0x528a16=_0x3486a1;if(_0x528a16[_0x20313d(0x84)](_0x5ddbf5['constructor'][_0x20313d(0xc6)],_0x528a16['cUnUK']))return await _0x5ddbf5[_0x20313d(0xc2)](_0x439c8a,_0xeb1616);else{if(_0x528a16[_0x20313d(0x8b)](_0x5ddbf5[_0x20313d(0xb4)][_0x20313d(0xc6)],_0x528a16['UBfzo']))return await _0x5ddbf5[_0x20313d(0xcb)]('(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'+_0x439c8a[_0x20313d(0xb8)](/arguments/g,_0x528a16[_0x20313d(0xc5)])+_0x20313d(0xa6)+JSON[_0x20313d(0x9b)](_0xeb1616)+')');}},exports['setAccessibilityCapabilities']=async _0x466c9d=>{const _0x250dcb=a34_0x18aecc,_0x4909b4={};_0x4909b4[_0x250dcb(0xb5)]='accessibilityOptions.wcagVersion',_0x4909b4[_0x250dcb(0x9c)]=_0x250dcb(0x93),_0x4909b4[_0x250dcb(0x97)]=_0x250dcb(0xbd),_0x4909b4[_0x250dcb(0xcf)]='accessibilityOptions.includeIssueType.needsReview',_0x4909b4[_0x250dcb(0xe1)]=_0x250dcb(0xab),_0x4909b4[_0x250dcb(0xd5)]='accessibilityOptions.scannerVersion';const _0x2ae373=_0x4909b4;_0x466c9d[_0x250dcb(0xa5)]&&(_0x466c9d[_0x250dcb(0xa5)][_0x250dcb(0xcd)]&&(_0x466c9d[_0x2ae373[_0x250dcb(0xb5)]]=_0x466c9d['accessibilityOptions']['wcagVersion']),_0x466c9d[_0x250dcb(0xa5)]['scannerProcessingTimeout']&&(_0x466c9d[_0x2ae373[_0x250dcb(0x9c)]]=_0x466c9d[_0x250dcb(0xa5)][_0x250dcb(0x91)]),_0x466c9d[_0x250dcb(0xa5)][_0x250dcb(0xd0)]&&(_0x466c9d[_0x2ae373[_0x250dcb(0x97)]]=_0x466c9d[_0x250dcb(0xa5)][_0x250dcb(0xd0)][_0x250dcb(0xb0)],_0x466c9d[_0x2ae373[_0x250dcb(0xcf)]]=_0x466c9d[_0x250dcb(0xa5)][_0x250dcb(0xd0)][_0x250dcb(0xd1)]));const _0x4a3841=JSON[_0x250dcb(0xaf)](process[_0x250dcb(0xa0)][_0x250dcb(0x9e)])[_0x250dcb(0x90)];_0x466c9d[_0x2ae373[_0x250dcb(0xe1)]]=process[_0x250dcb(0xa0)][_0x250dcb(0xde)],_0x466c9d[_0x2ae373['LKruV']]=_0x4a3841,delete _0x466c9d[_0x250dcb(0xa5)];},exports[a34_0x18aecc(0xdc)]=async _0x2ecc7f=>{const _0x3bbb0f=a34_0x18aecc,_0x4259f7={};_0x4259f7[_0x3bbb0f(0x85)]='No\x20accessibility\x20results\x20were\x20found.',_0x4259f7[_0x3bbb0f(0x8d)]=_0x3bbb0f(0xe0);const _0x16dcef=_0x4259f7;if(global[_0x3bbb0f(0xd6)])try{logger.debug('Performing scan before getting results');PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug(util.format(await exports.browserStackEvaluate(_0x2ecc7f,scripts.performScan)));},{command:'getAccessibilityResults'})();const res=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS,async()=>{return await exports.browserStackEvaluate(_0x2ecc7f,scripts.getResults);})();return res;}catch{return logger['error'](_0x16dcef[_0x3bbb0f(0x85)]),[];}else return logger['warn'](_0x16dcef[_0x3bbb0f(0x8d)]),[];},exports[a34_0x18aecc(0xac)]=async(_0x5915a8,_0x4ea181='')=>{if(global['accessibilityPlatform'])return await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x39c905=a34_0x4d9c,_0x4255de={};_0x4255de['command']=_0x4ea181,await exports[_0x39c905(0xc9)](_0x5915a8,scripts['performScan'],_0x4255de);},{'command':_0x4ea181})();},exports[a34_0x18aecc(0xb3)]=async _0x2ceb3e=>{const _0x56e86b=a34_0x18aecc,_0x4d72a5={};_0x4d72a5['YsQra']=_0x56e86b(0xe6),_0x4d72a5['ehCAg']=_0x56e86b(0xd4);const _0xb2651b=_0x4d72a5;if(global['accessibilityPlatform'])try{await PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x2ceb3e,scripts.performScan)));},{command:'getAccessibilityResultsSummary'})();const summaryResults=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS_SUMMARY,async()=>{return await exports.browserStackEvaluate(_0x2ceb3e,scripts.getResultsSummary);})();return summaryResults;}catch{return logger['debug'](_0xb2651b['YsQra']),{};}else return logger['warn'](_0xb2651b[_0x56e86b(0xe4)]),{};},exports[a34_0x18aecc(0x83)]=async _0x251228=>{const _0xfb3fad=a34_0x18aecc,_0x46faa0={'fSWib':function(_0xa5cd87,_0x53d1a7){return _0xa5cd87!==_0x53d1a7;},'BztSG':_0xfb3fad(0xd7),'HxabM':function(_0x26c82a,_0x15f77f){return _0x26c82a===_0x15f77f;},'SikrV':_0xfb3fad(0xa4),'OsIce':function(_0x521ab5,_0x3dd476){return _0x521ab5===_0x3dd476;},'JmBzb':_0xfb3fad(0xb7),'blgbp':_0xfb3fad(0x9f),'YCZEA':function(_0x411857,_0x8ef099){return _0x411857(_0x8ef099);},'cNRBJ':function(_0xeb4d33,_0x5bf051){return _0xeb4d33===_0x5bf051;},'kUZOn':_0xfb3fad(0xdb),'pBLie':function(_0x3ba99f,_0x219cb6){return _0x3ba99f>_0x219cb6;},'aMMVF':_0xfb3fad(0xc7)};try{if(!_0x46faa0[_0xfb3fad(0x82)](_0x251228[_0xfb3fad(0x86)],''))return logger[_0xfb3fad(0xda)](_0x46faa0['BztSG']),![];const _0x80fb99=_0x251228['browser'];if(!(_0x46faa0[_0xfb3fad(0xa9)](_0x80fb99,_0x46faa0['SikrV'])||_0x46faa0[_0xfb3fad(0xdf)](_0x80fb99,_0x46faa0[_0xfb3fad(0xba)])))return logger[_0xfb3fad(0xda)](_0x46faa0[_0xfb3fad(0xbf)]),![];const _0x41cd4b=_0x46faa0[_0xfb3fad(0xbe)](parseInt,_0x251228[_0xfb3fad(0xe2)]);if(!(_0x46faa0[_0xfb3fad(0x8c)](_0x41cd4b,_0x46faa0[_0xfb3fad(0xc0)])||_0x46faa0['pBLie'](_0x41cd4b,0x5e)))return logger[_0xfb3fad(0xda)](_0x46faa0['aMMVF']),![];}catch(_0x2ec38f){logger[_0xfb3fad(0xbb)]('Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20'+util[_0xfb3fad(0xe7)](_0x2ec38f));}return!![];},exports[a34_0x18aecc(0xb1)]=(_0xf5fa3b,_0x5696d1,_0x35778e)=>{const _0x52d6cc=a34_0x18aecc,_0x276561={'lYMwZ':function(_0x123ed6){return _0x123ed6();},'QNhje':_0x52d6cc(0x9d),'McqWs':function(_0x35712d,_0x688a8b){return _0x35712d===_0x688a8b;},'vlPGI':_0x52d6cc(0xa4),'VrPlm':function(_0x5256e7,_0x154f10){return _0x5256e7===_0x154f10;},'SopXh':_0x52d6cc(0xb7),'JQgYC':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','SZLiR':_0x52d6cc(0xdb),'khRqD':function(_0x224548,_0x1a9deb){return _0x224548>_0x1a9deb;},'hRhzC':_0x52d6cc(0xc7),'kZrBf':function(_0x3a8aac,_0xce9db){return _0x3a8aac(_0xce9db);},'oiZOL':_0x52d6cc(0xd7),'NNwBW':function(_0x303b09,_0xf3b46){return _0x303b09+_0xf3b46;}};try{if(_0x276561[_0x52d6cc(0x8f)](isAccessibilityAutomationSession)){global[_0x52d6cc(0xd6)]=!![];!_0xf5fa3b[_0x276561['QNhje']]&&(global[_0x52d6cc(0xd6)]=![]);!(_0x276561[_0x52d6cc(0x81)](_0xf5fa3b[_0x52d6cc(0xce)],_0x276561[_0x52d6cc(0x98)])||_0x276561['VrPlm'](_0xf5fa3b[_0x52d6cc(0xce)],_0x276561['SopXh']))&&(logger[_0x52d6cc(0xda)](_0x276561['JQgYC']),global[_0x52d6cc(0xd6)]=![]);!(_0x276561[_0x52d6cc(0x94)](_0xf5fa3b[_0x52d6cc(0xe2)],_0x276561[_0x52d6cc(0xa7)])||_0x276561[_0x52d6cc(0x87)](_0xf5fa3b[_0x52d6cc(0xe2)],0x5e))&&(logger['warn'](_0x276561[_0x52d6cc(0x95)]),global['accessibilityPlatform']=![]);!_0x276561['kZrBf'](isUndefined,_0xf5fa3b[_0x52d6cc(0x86)])&&(logger[_0x52d6cc(0xda)](_0x276561[_0x52d6cc(0xa2)]),global[_0x52d6cc(0xd6)]=![]);if(!global[_0x52d6cc(0xd6)]){_0xf5fa3b[_0x276561['QNhje']]=![];const _0x4e1592=_0x276561[_0x52d6cc(0xae)](_0x5696d1,_0x276561[_0x52d6cc(0xd3)](encodeURIComponent,JSON[_0x52d6cc(0x9b)](_0xf5fa3b)));_0x35778e&&(_0x35778e[_0x52d6cc(0xb2)]['testInfo'][_0x52d6cc(0x8e)]['use'][_0x52d6cc(0xc4)][_0x52d6cc(0x9a)]=_0x4e1592,_0x35778e[_0x52d6cc(0xb6)]['project'][_0x52d6cc(0xd8)]['connectOptions'][_0x52d6cc(0x9a)]=_0x4e1592);}}}catch(_0x1cd0a5){logger[_0x52d6cc(0xbb)](_0x52d6cc(0xd9)+util[_0x52d6cc(0xe7)](_0x1cd0a5));}};function a34_0x44c3(){const _0xf61454=['khRqD','../../helpers/accessibility-automation/helper','21lqHALu','../../helpers/accessibility-automation/scripts','DwVPl','cNRBJ','leRiy','project','lYMwZ','scannerVersion','scannerProcessingTimeout','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','accessibilityOptions.scannerProcessingTimeout','VrPlm','hRhzC','258293kzpfzX','oFVJK','vlPGI','util','wsEndpoint','stringify','iZbiY','browserstack.accessibility','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','env','bstackSdkArgs','oiZOL','4135780cOjzhV','chrome','accessibilityOptions','\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})(','SZLiR','9876KEzOvJ','HxabM','Playwright','accessibilityOptions.authToken','performScan','../../helpers/performance/constants','NNwBW','parse','bestPractice','processAccessibilityCaps','currentTest','getAccessibilityResultsSummary','constructor','JvzvB','workerInfo','playwright-chromium','replace','TGKUB','JmBzb','debug','cUnUK','accessibilityOptions.includeIssueType.bestPractice','YCZEA','blgbp','kUZOn','evaluate','executeAsyncScript','2323832zZBCGB','connectOptions','ATZyy','name','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','UBfzo','browserStackEvaluate','winstonLogger','executeScript','18028998XjNWCZ','wcagVersion','browserName','YWoAG','includeIssueType','needsReview','1170456sFnymc','kZrBf','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','LKruV','accessibilityPlatform','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','use','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','warn','latest','getAccessibilityResults','WebDriver','BS_A11Y_JWT','OsIce','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','pGWLr','browser_version','138HuQWsr','ehCAg','../../helpers/performance/performance-tester','No\x20summaryResults\x20found.','format','659857bqcnOs','McqWs','fSWib','platformValidation','rJuuq','IhsET','deviceName'];a34_0x44c3=function(){return _0xf61454;};return a34_0x44c3();}
1
+ const a34_0x2bf7a3=a34_0xc035;function a34_0x5a16(){const _0x162e66=['workerInfo','tBdzg','playwright-chromium','../../helpers/performance/constants','1344060ZJROpZ','uWWmd','browser_version','format','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','pbfcC','bestPractice','KCwjE','MtJHC','browserName','evFud','needsReview','qsauL','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','setAccessibilityCapabilities','browserStackExecuteDriver','BTdBE','../../helpers/helper','../../helpers/accessibility-automation/helper','wsEndpoint','measureWrapper','\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})(','1260642RHWgTL','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','../../helpers/logger','6844385hvNrlE','VJMEu','parse','1614128NALhzY','accessibilityOptions','gteJW','RgxYb','performScan','project','GyljT','HFwzB','49AgvVIz','currentTest','browserstack.accessibility','vTwpT','BS_A11Y_JWT','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','RyWzn','util','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','prYWP','35199oQJaNf','bxSlZ','bstackSdkArgs','warn','replace','accessibilityPlatform','Yfyjs','platformValidation','uJVWG','latest','deviceName','connectOptions','../../helpers/performance/performance-tester','hmUjD','browser','accessibilityOptions.scannerVersion','200sCiQwM','constructor','mcIFI','No\x20summaryResults\x20found.','includeIssueType','GHELt','sgreF','env','Playwright','hCDJj','stringify','ihKaU','debug','PERFORM_SCAN','testInfo','command','pWngl','accessibilityOptions.includeIssueType.needsReview','1665660QLTBHH','accessibilityOptions.authToken','322yUvjnt','YuOPT','processAccessibilityCaps','accessibilityOptions.scannerProcessingTimeout','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','xmvgg','use','TUhgz','QCAzc','scannerProcessingTimeout','363DGyQCN','error','blAQN','chrome','(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','560079AnjpdN','../../helpers/accessibility-automation/scripts','browserStackEvaluate','ErshX','winstonLogger','No\x20accessibility\x20results\x20were\x20found.','cVspa','evaluate','wcagVersion','executeScript','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','accessibilityOptions.wcagVersion','name'];a34_0x5a16=function(){return _0x162e66;};return a34_0x5a16();}(function(_0x45a0d4,_0x513604){const _0x104ca8=a34_0xc035,_0x179ff7=_0x45a0d4();while(!![]){try{const _0x499cbe=parseInt(_0x104ca8(0xe1))/0x1+parseInt(_0x104ca8(0xe3))/0x2*(parseInt(_0x104ca8(0xbf))/0x3)+parseInt(_0x104ca8(0xac))/0x4+parseInt(_0x104ca8(0x11c))/0x5+parseInt(_0x104ca8(0x119))/0x6*(-parseInt(_0x104ca8(0xb4))/0x7)+parseInt(_0x104ca8(0xcf))/0x8*(parseInt(_0x104ca8(0xf2))/0x9)+parseInt(_0x104ca8(0x103))/0xa*(-parseInt(_0x104ca8(0xed))/0xb);if(_0x499cbe===_0x513604)break;else _0x179ff7['push'](_0x179ff7['shift']());}catch(_0x147f82){_0x179ff7['push'](_0x179ff7['shift']());}}}(a34_0x5a16,0xee746));const util=require(a34_0x2bf7a3(0xbb)),logger=require(a34_0x2bf7a3(0x11b))[a34_0x2bf7a3(0xf6)],{isAccessibilityAutomationSession}=require(a34_0x2bf7a3(0x115)),{isUndefined}=require(a34_0x2bf7a3(0x114)),scripts=require(a34_0x2bf7a3(0xf3)),PerformanceTester=require(a34_0x2bf7a3(0xcb)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a34_0x2bf7a3(0x102));function a34_0xc035(_0x148d9f,_0x275dcf){const _0x5a166a=a34_0x5a16();return a34_0xc035=function(_0xc035fb,_0x2e7e35){_0xc035fb=_0xc035fb-0xac;let _0x13c78d=_0x5a166a[_0xc035fb];return _0x13c78d;},a34_0xc035(_0x148d9f,_0x275dcf);}exports[a34_0x2bf7a3(0xf4)]=async(_0x15cc63,_0x4fa3f9,_0x3befb7={})=>{const _0x990080=a34_0x2bf7a3,_0x2403d6={};_0x2403d6[_0x990080(0xef)]='bstackSdkArgs';const _0x5be831=_0x2403d6;return await _0x15cc63[_0x990080(0xf9)](_0x990080(0xf1)+_0x4fa3f9['replace'](/arguments/g,_0x5be831['blAQN'])+'\x0a\x20\x20\x20\x20})\x0a\x20\x20})('+JSON[_0x990080(0xd9)](_0x3befb7)+')');},exports[a34_0x2bf7a3(0x112)]=async(_0x2c2081,_0x14bae9,_0x5f4f28={})=>{const _0xf23647=a34_0x2bf7a3,_0x4bcd73={};_0x4bcd73[_0xf23647(0xf5)]=function(_0x5eaac3,_0x5db6e5){return _0x5eaac3===_0x5db6e5;},_0x4bcd73['Nphhh']='WebDriver',_0x4bcd73['sgreF']=function(_0x3d76fb,_0x21b981){return _0x3d76fb===_0x21b981;},_0x4bcd73[_0xf23647(0x10f)]=_0xf23647(0xd7),_0x4bcd73[_0xf23647(0x11d)]=_0xf23647(0xc1);const _0x59e29d=_0x4bcd73;if(_0x59e29d['ErshX'](_0x2c2081[_0xf23647(0xd0)][_0xf23647(0xfe)],_0x59e29d['Nphhh']))return await _0x2c2081['executeAsyncScript'](_0x14bae9,_0x5f4f28);else{if(_0x59e29d[_0xf23647(0xd5)](_0x2c2081['constructor'][_0xf23647(0xfe)],_0x59e29d[_0xf23647(0x10f)]))return await _0x2c2081[_0xf23647(0xfb)]('(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'+_0x14bae9[_0xf23647(0xc3)](/arguments/g,_0x59e29d[_0xf23647(0x11d)])+_0xf23647(0x118)+JSON[_0xf23647(0xd9)](_0x5f4f28)+')');}},exports[a34_0x2bf7a3(0x111)]=async _0x274f18=>{const _0x5b2905=a34_0x2bf7a3,_0x50fdfc={};_0x50fdfc[_0x5b2905(0xeb)]=_0x5b2905(0xfd),_0x50fdfc[_0x5b2905(0x108)]=_0x5b2905(0xe6),_0x50fdfc[_0x5b2905(0xaf)]='accessibilityOptions.includeIssueType.bestPractice',_0x50fdfc[_0x5b2905(0xb7)]=_0x5b2905(0xe0),_0x50fdfc[_0x5b2905(0x10a)]=_0x5b2905(0xe2),_0x50fdfc[_0x5b2905(0xf8)]=_0x5b2905(0xce);const _0x1832e6=_0x50fdfc;_0x274f18[_0x5b2905(0xad)]&&(_0x274f18[_0x5b2905(0xad)][_0x5b2905(0xfa)]&&(_0x274f18[_0x1832e6[_0x5b2905(0xeb)]]=_0x274f18[_0x5b2905(0xad)][_0x5b2905(0xfa)]),_0x274f18[_0x5b2905(0xad)]['scannerProcessingTimeout']&&(_0x274f18[_0x1832e6[_0x5b2905(0x108)]]=_0x274f18[_0x5b2905(0xad)][_0x5b2905(0xec)]),_0x274f18[_0x5b2905(0xad)]['includeIssueType']&&(_0x274f18[_0x1832e6[_0x5b2905(0xaf)]]=_0x274f18['accessibilityOptions'][_0x5b2905(0xd3)][_0x5b2905(0x109)],_0x274f18[_0x1832e6[_0x5b2905(0xb7)]]=_0x274f18[_0x5b2905(0xad)]['includeIssueType'][_0x5b2905(0x10e)]));const _0x1c23b9=JSON[_0x5b2905(0x11e)](process[_0x5b2905(0xd6)][_0x5b2905(0xb9)])['scannerVersion'];_0x274f18[_0x1832e6[_0x5b2905(0x10a)]]=process[_0x5b2905(0xd6)][_0x5b2905(0xb8)],_0x274f18[_0x1832e6[_0x5b2905(0xf8)]]=_0x1c23b9,delete _0x274f18['accessibilityOptions'];},exports['getAccessibilityResults']=async _0x2f1e93=>{const _0x1f0957=a34_0x2bf7a3,_0x12fef7={};_0x12fef7[_0x1f0957(0xbe)]=_0x1f0957(0xf7),_0x12fef7[_0x1f0957(0xb3)]=_0x1f0957(0x110);const _0x10c888=_0x12fef7;if(global[_0x1f0957(0xc4)])try{logger.debug('Performing scan before getting results');PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug(util.format(await exports.browserStackEvaluate(_0x2f1e93,scripts.performScan)));},{command:'getAccessibilityResults'})();const res=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS,async()=>{return await exports.browserStackEvaluate(_0x2f1e93,scripts.getResults);})();return res;}catch{return logger[_0x1f0957(0xee)](_0x10c888['prYWP']),[];}else return logger[_0x1f0957(0xc2)](_0x10c888[_0x1f0957(0xb3)]),[];},exports[a34_0x2bf7a3(0xb0)]=async(_0x5ce952,_0x557753='')=>{const _0x58fc6e=a34_0x2bf7a3;if(global[_0x58fc6e(0xc4)])return await PerformanceTester[_0x58fc6e(0x117)](PerformanceA11yEvents[_0x58fc6e(0xdc)],async()=>{const _0x1b7c3a=_0x58fc6e,_0x438a68={};_0x438a68[_0x1b7c3a(0xde)]=_0x557753,await exports[_0x1b7c3a(0xf4)](_0x5ce952,scripts[_0x1b7c3a(0xb0)],_0x438a68);},{'command':_0x557753})();},exports['getAccessibilityResultsSummary']=async _0x5796e6=>{const _0x4c51d3=a34_0x2bf7a3,_0x568ae0={};_0x568ae0['ZYQgx']=_0x4c51d3(0xd2),_0x568ae0[_0x4c51d3(0x100)]=_0x4c51d3(0x11a);const _0x56568a=_0x568ae0;if(global[_0x4c51d3(0xc4)])try{await PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x5796e6,scripts.performScan)));},{command:'getAccessibilityResultsSummary'})();const summaryResults=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS_SUMMARY,async()=>{return await exports.browserStackEvaluate(_0x5796e6,scripts.getResultsSummary);})();return summaryResults;}catch{return logger[_0x4c51d3(0xdb)](_0x56568a['ZYQgx']),{};}else return logger[_0x4c51d3(0xc2)](_0x56568a[_0x4c51d3(0x100)]),{};},exports[a34_0x2bf7a3(0xc6)]=async _0x450c27=>{const _0x2249e0=a34_0x2bf7a3,_0xa5c2ac={'eJUSR':function(_0x5b7f5d,_0x1b67f4){return _0x5b7f5d!==_0x1b67f4;},'pkYxc':_0x2249e0(0xfc),'uJVWG':function(_0x584aa5,_0xb0be43){return _0x584aa5===_0xb0be43;},'MtJHC':_0x2249e0(0xf0),'BTdBE':function(_0xcc88ea,_0x2f52b2){return _0xcc88ea===_0x2f52b2;},'xmvgg':_0x2249e0(0x101),'YuOPT':_0x2249e0(0xbc),'evFud':function(_0x1d2ada,_0x4a451f){return _0x1d2ada(_0x4a451f);},'GyljT':_0x2249e0(0xc8),'bxSlZ':function(_0x3cbfb3,_0x5d2deb){return _0x3cbfb3>_0x5d2deb;},'TUhgz':_0x2249e0(0xe7)};try{if(!_0xa5c2ac['eJUSR'](_0x450c27[_0x2249e0(0xc9)],''))return logger[_0x2249e0(0xc2)](_0xa5c2ac['pkYxc']),![];const _0x2e349b=_0x450c27[_0x2249e0(0xcd)];if(!(_0xa5c2ac[_0x2249e0(0xc7)](_0x2e349b,_0xa5c2ac[_0x2249e0(0x10b)])||_0xa5c2ac[_0x2249e0(0x113)](_0x2e349b,_0xa5c2ac[_0x2249e0(0xe8)])))return logger[_0x2249e0(0xc2)](_0xa5c2ac[_0x2249e0(0xe4)]),![];const _0xb0e8d9=_0xa5c2ac[_0x2249e0(0x10d)](parseInt,_0x450c27[_0x2249e0(0x105)]);if(!(_0xa5c2ac['uJVWG'](_0xb0e8d9,_0xa5c2ac[_0x2249e0(0xb2)])||_0xa5c2ac[_0x2249e0(0xc0)](_0xb0e8d9,0x5e)))return logger[_0x2249e0(0xc2)](_0xa5c2ac[_0x2249e0(0xea)]),![];}catch(_0x5577e2){logger[_0x2249e0(0xdb)](_0x2249e0(0xbd)+util['format'](_0x5577e2));}return!![];},exports[a34_0x2bf7a3(0xe5)]=(_0x5c41ba,_0x515d3c,_0x126fd0)=>{const _0x3f0a6d=a34_0x2bf7a3,_0x4eb2da={'Yfyjs':function(_0x1a2c4f){return _0x1a2c4f();},'pWngl':_0x3f0a6d(0xb6),'RyWzn':function(_0x460ff6,_0x8cf789){return _0x460ff6===_0x8cf789;},'gteJW':_0x3f0a6d(0xf0),'mcIFI':_0x3f0a6d(0x101),'GHELt':_0x3f0a6d(0xbc),'ATQxO':function(_0x52df7f,_0x2d296b){return _0x52df7f===_0x2d296b;},'hmUjD':_0x3f0a6d(0xc8),'ihKaU':function(_0x244b3b,_0x504b15){return _0x244b3b>_0x504b15;},'hCDJj':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','uWWmd':function(_0x564958,_0x430353){return _0x564958(_0x430353);},'PjarD':_0x3f0a6d(0xfc),'phtoh':function(_0x161c1e,_0x4fba18){return _0x161c1e+_0x4fba18;}};try{if(_0x4eb2da[_0x3f0a6d(0xc5)](isAccessibilityAutomationSession)){global[_0x3f0a6d(0xc4)]=!![];!_0x5c41ba[_0x4eb2da[_0x3f0a6d(0xdf)]]&&(global[_0x3f0a6d(0xc4)]=![]);!(_0x4eb2da[_0x3f0a6d(0xba)](_0x5c41ba[_0x3f0a6d(0x10c)],_0x4eb2da[_0x3f0a6d(0xae)])||_0x4eb2da[_0x3f0a6d(0xba)](_0x5c41ba[_0x3f0a6d(0x10c)],_0x4eb2da[_0x3f0a6d(0xd1)]))&&(logger[_0x3f0a6d(0xc2)](_0x4eb2da[_0x3f0a6d(0xd4)]),global['accessibilityPlatform']=![]);!(_0x4eb2da['ATQxO'](_0x5c41ba[_0x3f0a6d(0x105)],_0x4eb2da[_0x3f0a6d(0xcc)])||_0x4eb2da[_0x3f0a6d(0xda)](_0x5c41ba[_0x3f0a6d(0x105)],0x5e))&&(logger[_0x3f0a6d(0xc2)](_0x4eb2da[_0x3f0a6d(0xd8)]),global[_0x3f0a6d(0xc4)]=![]);!_0x4eb2da['uWWmd'](isUndefined,_0x5c41ba[_0x3f0a6d(0xc9)])&&(logger[_0x3f0a6d(0xc2)](_0x4eb2da['PjarD']),global[_0x3f0a6d(0xc4)]=![]);if(!global[_0x3f0a6d(0xc4)]){_0x5c41ba[_0x4eb2da[_0x3f0a6d(0xdf)]]=![];const _0x2ceabf=_0x4eb2da['phtoh'](_0x515d3c,_0x4eb2da[_0x3f0a6d(0x104)](encodeURIComponent,JSON[_0x3f0a6d(0xd9)](_0x5c41ba)));_0x126fd0&&(_0x126fd0[_0x3f0a6d(0xb5)][_0x3f0a6d(0xdd)][_0x3f0a6d(0xb1)][_0x3f0a6d(0xe9)][_0x3f0a6d(0xca)][_0x3f0a6d(0x116)]=_0x2ceabf,_0x126fd0[_0x3f0a6d(0xff)][_0x3f0a6d(0xb1)][_0x3f0a6d(0xe9)][_0x3f0a6d(0xca)][_0x3f0a6d(0x116)]=_0x2ceabf);}}}catch(_0x57adc9){logger[_0x3f0a6d(0xdb)](_0x3f0a6d(0x107)+util[_0x3f0a6d(0x106)](_0x57adc9));}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a35_0x4f3b65=a35_0x4052;function a35_0x4db8(){const _0x4e678f=['cliConfig','ayLUF','../../helpers/accessibility-automation/helper','errorMessage','env','win32','\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();','mTMzH','path','SDK_POST_INITIALIZE','config','assign','iIPXy','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','playwright-browserstack-sdk.config.js','bWNzU','TnpPR','USER_CONFIG_DETAILS_PATH','YLxUU','1116AqwgkV','Playwright\x20process\x20exited\x20with\x20code\x20','initialize','launchBuild','concat','dirname','stop','Error\x20in\x20deleting\x20playwright\x20results','get','qXXkN','KyBkf','KgHkw','RwjCN','NvWRW','Qincb','RfBCm','testContextOptions','readFileSync','push','DNHvx','PACKAGE_TYPE','--disable-test-observability','SBZDS','SDK_PRE_INITIALIZE','../../helpers/performance/performance-tester','argv','cwd','true','slice','isFalse','Error\x20in\x20closing\x20playwright','./reporter/pwUtils','XKAbT','GCaiG','../../helpers/BrowserStackSetup','179728cBVuCF','filter','parse','177058MdTyeK','MODULE','browserstackSetupConfig.json','winstonLogger','join','isUndefined','--config','lmROS','BROWSERSTACK_PW_CONFIG_DIR','BROWSERSTACK_RERUN_TESTS','JYajO','.browserstack','trim','jQttZ','QcwkP','error','test','uZbDy','jyIsz','BROWSERSTACK_AUTOMATION','../../helpers/test-observability/constants','testObservability','getConfigPath','end','indexOf','unlinkSync','apply','logLevel','close','resolve','platform','requirePWModule','8752ASnyFp','getPackageType','util','HhAtj','writeFileSync','--disable-browserstack-automation','\x0a\x0a\x20\x20\x20\x20import\x20pkg\x20from\x20\x27browserstack-node-sdk\x27;\x0a\x20\x20\x20\x20export\x20default\x20pkg._modifyPlaywright()\x0a','split','TnIaf','BROWSERSTACK_RERUN','isTrue','150BnwBFX','../../helpers/logger','FHshl','exports','serializeToYamlString','fUgut','PZmBT','JlqQR','../../helpers/testhub/testhubHandler','PlEMs','startsWith','kPNqJ','../../helpers/helper','homedir','findIndex','has','child_process','inherit','false','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','playwright','pw_result.json','debug','HBTWz','Deleting\x20','npx','filterBrowserstackArgs','dIfEN','clearTempPWConfig','BrowserStack\x20config\x20file\x20not\x20found.','../utils/constants','fkpnU','finalExecution','bQXBZ','null','PLAYWRIGHT','SDK_CLEANUP','OXDbo','BROWSERSTACK_TEST_ACCESSIBILITY_YML','722724wixDvE','automation','accessibility','173844nhjZhB','start','plYmu','76363GSQVxn','KBReV','length','includes','PiZyr','EOfdj','existsSync','--config=','getProxyUrl','1472975zwCFyw','info','BROWSERSTACK_SETUP_CONFIG_PATH','BROWSERSTACK_TEST_OBSERVABILITY','lMifp'];a35_0x4db8=function(){return _0x4e678f;};return a35_0x4db8();}(function(_0x235cdc,_0x1fb3c2){const _0x5e0647=a35_0x4052,_0x135158=_0x235cdc();while(!![]){try{const _0x1baa4d=-parseInt(_0x5e0647(0x11d))/0x1+parseInt(_0x5e0647(0x11a))/0x2+-parseInt(_0x5e0647(0xd3))/0x3+parseInt(_0x5e0647(0xd0))/0x4+-parseInt(_0x5e0647(0xdf))/0x5+parseInt(_0x5e0647(0xa9))/0x6*(parseInt(_0x5e0647(0xd6))/0x7)+-parseInt(_0x5e0647(0x9e))/0x8*(-parseInt(_0x5e0647(0xf7))/0x9);if(_0x1baa4d===_0x1fb3c2)break;else _0x135158['push'](_0x135158['shift']());}catch(_0x38ef0e){_0x135158['push'](_0x135158['shift']());}}}(a35_0x4db8,0x2474d));const fs=require('fs'),path=require(a35_0x4f3b65(0xec)),{spawn}=require(a35_0x4f3b65(0xb9)),{format}=require(a35_0x4f3b65(0xa0)),logger=require(a35_0x4f3b65(0xaa))[a35_0x4f3b65(0x120)],{default:BrowserStackSetup}=require(a35_0x4f3b65(0x119)),helper=require(a35_0x4f3b65(0xb5)),utilities=require('../../helpers/utilities'),constants=require(a35_0x4f3b65(0xc7)),{FRAMEWORKS}=require(a35_0x4f3b65(0x92)),{getConfigLoaderPath}=require(a35_0x4f3b65(0x116)),{checkAccessibilityPlatformConfig}=require(a35_0x4f3b65(0xe6)),{setAccessibilityCapabilities}=require('./accessibility-helper'),TestHubHandler=require(a35_0x4f3b65(0xb1)),PerformanceTester=require(a35_0x4f3b65(0x10f)),PerformanceEvents=require('../../helpers/performance/constants')['EVENTS'],getUserPlaywrightConfig=async(_0x36e368,_0x5bfa00)=>{const _0x418186=a35_0x4f3b65,_0x5870fc={'RfBCm':function(_0x59716a){return _0x59716a();},'yByvP':function(_0x3689ce,_0x59225e){return _0x3689ce(_0x59225e);},'ayLUF':'resolvedConfigFile','TnIaf':_0x418186(0xdd)},_0x2eecae=!helper[_0x418186(0x122)](_0x36e368[_0x418186(0xee)]),_0x1e5bd2=_0x2eecae?path['resolve'](process[_0x418186(0x111)](),_0x36e368[_0x418186(0xee)]):process[_0x418186(0x111)](),{resolveConfigFile:_0x3ce533,resolveConfigLocation:_0x1f2dda}=helper[_0x418186(0x9d)][_0x418186(0x98)](null,_0x5870fc[_0x418186(0x106)](getConfigLoaderPath)),_0x5e8ae2=_0x3ce533?_0x5870fc['yByvP'](_0x3ce533,_0x1e5bd2):helper['nestedKeyValue'](_0x5870fc['yByvP'](_0x1f2dda,_0x1e5bd2),[_0x5870fc[_0x418186(0xe5)]]),_0x4e9169={};if(_0x2eecae){const _0x46c552=_0x5bfa00[_0x418186(0xb7)](_0x119b67=>_0x119b67==='--config'||_0x119b67==='-c'||_0x119b67[_0x418186(0xb3)]('--config='));_0x5bfa00['splice'](_0x46c552,_0x5bfa00[_0x46c552]['startsWith'](_0x5870fc[_0x418186(0xa6)])?0x1:0x2);}const _0x3c651d={};return _0x3c651d['path']=_0x5e8ae2,_0x3c651d[_0x418186(0xee)]=_0x4e9169,_0x3c651d;},handleO11yRerun=_0xe3e5de=>{const _0x157f0f=a35_0x4f3b65,_0xb1f2e3={};_0xb1f2e3['QcwkP']=function(_0x17ba8b,_0x3326fc){return _0x17ba8b!==_0x3326fc;},_0xb1f2e3[_0x157f0f(0xd5)]=_0x157f0f(0xcb),_0xb1f2e3[_0x157f0f(0xa1)]='--grep';const _0x1df473=_0xb1f2e3,_0x59edaa=helper['isTrue'](process[_0x157f0f(0xe8)][_0x157f0f(0xa7)]);if(_0x59edaa){const _0xe7452=process[_0x157f0f(0xe8)][_0x157f0f(0x126)],_0x51d6ba=[];if(_0x1df473[_0x157f0f(0x8c)](_0xe7452,_0x1df473[_0x157f0f(0xd5)])&&!helper[_0x157f0f(0x122)](_0xe7452)){_0xe7452[_0x157f0f(0xa5)](',')['map'](_0x9f6b6f=>{const _0x87c460=_0x157f0f;_0x51d6ba[_0x87c460(0x109)]('('+_0x9f6b6f[_0x87c460(0x8a)]()+')');});const _0x64eb01='^'+_0x51d6ba[_0x157f0f(0x121)]('|')+'$';_0xe3e5de[_0x157f0f(0x109)](_0x1df473[_0x157f0f(0xa1)],_0x64eb01);}}},spawnOriginalProcess=_0x41a517=>{const _0x167c03=a35_0x4f3b65,_0x9fb110={'kPNqJ':function(_0x264b1f,_0x34d70a,_0x38a873,_0x80d6f6){return _0x264b1f(_0x34d70a,_0x38a873,_0x80d6f6);},'lMifp':_0x167c03(0xc2),'EOfdj':'playwright','mTMzH':function(_0x4742fb,_0x44bf83){return _0x4742fb===_0x44bf83;},'TnpPR':_0x167c03(0xe9),'uFmKn':_0x167c03(0xba)};_0x9fb110[_0x167c03(0xb4)](spawn,_0x9fb110[_0x167c03(0xe3)],[_0x9fb110[_0x167c03(0xdb)],..._0x41a517[_0x167c03(0x113)](0x1)],{'shell':_0x9fb110[_0x167c03(0xeb)](process[_0x167c03(0x9c)],_0x9fb110[_0x167c03(0xf4)]),'stdio':_0x9fb110['uFmKn'],'cwd':process[_0x167c03(0x111)]()});},isTestCommand=(_0x1ba04f,_0xec14c9)=>{const _0xbf3cb0=a35_0x4f3b65,_0x2753e2={};_0x2753e2['bWNzU']=function(_0x38606c,_0x389a21){return _0x38606c>_0x389a21;},_0x2753e2[_0xbf3cb0(0x124)]=function(_0x368c69,_0x1b250b){return _0x368c69===_0x1b250b;},_0x2753e2[_0xbf3cb0(0x10a)]='test';const _0xcd2663=_0x2753e2;if(_0xcd2663[_0xbf3cb0(0xf3)](_0xec14c9[_0xbf3cb0(0xd8)],0x1)&&_0xcd2663[_0xbf3cb0(0x124)](_0xec14c9[0x1],_0xcd2663[_0xbf3cb0(0x10a)]))return!![];return![];};async function run(_0x15c9d4,_0x4eaf94){const _0x3d0036=a35_0x4f3b65,_0x567686={'jQttZ':_0x3d0036(0x128),'FqHaF':_0x3d0036(0xbe),'Mwovn':function(_0x55302c,_0x34df8d){return _0x55302c+_0x34df8d;},'uFVVL':'Error\x20in\x20getting\x20funnel\x20data\x20results','GCaiG':'8|9|3|2|0|4|1|7|6|5','Qincb':function(_0x2dba9d){return _0x2dba9d();},'bQXBZ':function(_0x49e786,_0x12ef9c){return _0x49e786+_0x12ef9c;},'YLxUU':_0x3d0036(0x115),'FHshl':function(_0x3e8048,_0x3f61c9){return _0x3e8048(_0x3f61c9);},'iuhSu':_0x3d0036(0xc6),'XVgfe':_0x3d0036(0xd1),'MeFDV':function(_0x1f1ca7,_0x369866){return _0x1f1ca7!=_0x369866;},'KBReV':function(_0x93c65b,_0x6cf3f,_0x5b0998){return _0x93c65b(_0x6cf3f,_0x5b0998);},'OXDbo':function(_0xeb5738,_0x1d7b4b){return _0xeb5738(_0x1d7b4b);},'PrlOl':function(_0x10f6cd,_0x445093){return _0x10f6cd===_0x445093;},'vTASD':_0x3d0036(0x112),'nWZAs':function(_0xc3fcad,_0x444c26){return _0xc3fcad(_0x444c26);},'KgHkw':_0x3d0036(0x11f),'PZmBT':function(_0x5b4e09,_0x16fd6a){return _0x5b4e09===_0x16fd6a;},'RwjCN':'playwright-browserstack-sdk.config.cjs','cnZOo':_0x3d0036(0xf2),'XKAbT':function(_0x5dfcc2,_0x46909d){return _0x5dfcc2-_0x46909d;},'JlqQR':'Updated\x20config\x20file\x20name\x20to\x20-\x20','SBZDS':function(_0xd39d96,_0x4c64a6){return _0xd39d96>_0x4c64a6;},'shXfY':function(_0x24ca24,_0x5b447b,_0x1dd058,_0x584792){return _0x24ca24(_0x5b447b,_0x1dd058,_0x584792);},'qXXkN':_0x3d0036(0xc2),'PiZyr':_0x3d0036(0xbd),'NvWRW':_0x3d0036(0x8e),'JYajO':_0x3d0036(0x123),'dIfEN':function(_0x31b9f7,_0x1aa273){return _0x31b9f7===_0x1aa273;},'jyIsz':_0x3d0036(0xe9),'WgeoD':'inherit','HBTWz':_0x3d0036(0x9a),'slkhe':_0x3d0036(0xa3),'fkpnU':_0x3d0036(0xbb),'KyBkf':_0x3d0036(0x10c),'fUgut':function(_0x512af5,_0x31b1ef){return _0x512af5>=_0x31b1ef;},'uZbDy':_0x3d0036(0xfe),'PlEMs':function(_0x539d1a,_0x2388c5,_0x49ca2c){return _0x539d1a(_0x2388c5,_0x49ca2c);}};!helper[_0x3d0036(0x114)](process[_0x3d0036(0xe8)]['BROWSERSTACK_AUTOMATION'])&&(process[_0x3d0036(0xe8)]['BROWSERSTACK_AUTOMATION']=!![]);process[_0x3d0036(0x110)][_0x3d0036(0xd9)](_0x567686['slkhe'])&&(process[_0x3d0036(0xe8)][_0x3d0036(0x91)]=_0x567686[_0x3d0036(0xc8)],_0x4eaf94=_0x4eaf94[_0x3d0036(0x11b)](_0x3a5d6b=>_0x3a5d6b!==_0x3d0036(0xa3)));const _0x323977=_0x4eaf94[_0x3d0036(0x96)](_0x567686[_0x3d0036(0x101)]);_0x567686[_0x3d0036(0xae)](_0x323977,0x0)&&(process['env'][_0x3d0036(0xe2)]=_0x567686[_0x3d0036(0xc8)],_0x4eaf94=_0x4eaf94[_0x3d0036(0x11b)](_0x2e0cd0=>_0x2e0cd0!==_0x3d0036(0x10c)));try{const _0x381f4f=path[_0x3d0036(0x121)](helper[_0x3d0036(0xb6)](),_0x567686['jQttZ'],_0x567686['FqHaF']);fs[_0x3d0036(0xdc)](_0x381f4f)&&fs[_0x3d0036(0x97)](_0x381f4f);}catch(_0x55440f){logger[_0x3d0036(0xbf)](_0x567686['Mwovn'](_0x567686[_0x3d0036(0x8f)],_0x55440f));}if(!_0x567686[_0x3d0036(0xb2)](isTestCommand,_0x15c9d4,_0x4eaf94)){_0x567686['nWZAs'](spawnOriginalProcess,_0x4eaf94);return;}const _0x13920d=new BrowserStackSetup(_0x15c9d4,FRAMEWORKS['PLAYWRIGHT']);await PerformanceTester['measureWrapper'](PerformanceEvents[_0x3d0036(0x10e)],async()=>{const _0xf4150e=_0x3d0036,_0x44d3a7={'iIPXy':function(_0x4a3484,_0x33b7ac){const _0x1d4d7f=a35_0x4052;return _0x567686[_0x1d4d7f(0xab)](_0x4a3484,_0x33b7ac);}};if(!_0x13920d[_0xf4150e(0xee)]){logger[_0xf4150e(0x8d)](_0x567686['iuhSu']);return;}await _0x13920d[_0xf4150e(0xf9)]();!helper[_0xf4150e(0x122)](_0x13920d[_0xf4150e(0xe4)])&&_0x13920d['cliConfig'][_0xf4150e(0xb8)](_0x567686['XVgfe'])&&(process[_0xf4150e(0xe8)][_0xf4150e(0x91)]=_0x13920d[_0xf4150e(0xe4)][_0xf4150e(0xff)](_0x567686['XVgfe'])||!![]);_0x567686['MeFDV'](_0x13920d['config'][_0xf4150e(0x93)],null)&&!helper[_0xf4150e(0xa8)](process[_0xf4150e(0xe8)][_0xf4150e(0xe2)])&&(process[_0xf4150e(0xe8)][_0xf4150e(0xe2)]=process['env'][_0xf4150e(0xe2)]||_0x13920d['config'][_0xf4150e(0x93)]);const _0x4a098c=!helper[_0xf4150e(0x114)](process['env'][_0xf4150e(0xe2)]);let _0x21c86e=![];_0x13920d['config'][_0xf4150e(0xd2)]&&(_0x21c86e=!![],process[_0xf4150e(0xe8)][_0xf4150e(0xcf)]=_0x13920d[_0xf4150e(0xee)][_0xf4150e(0xd2)]);_0x13920d['config']['accessibilityOptions']&&(process['env'][_0xf4150e(0xf1)]=JSON['stringify'](_0x13920d['config']['accessibilityOptions']));const _0xcc20d0=_0x4eaf94[_0xf4150e(0xfb)](),_0x56dbaa=await _0x567686[_0xf4150e(0xd7)](getUserPlaywrightConfig,_0x15c9d4,_0x4eaf94);if(helper[_0xf4150e(0x122)](_0x56dbaa)){_0x567686[_0xf4150e(0xce)](spawnOriginalProcess,_0xcc20d0);return;}const _0x2affd6=_0x56dbaa[_0xf4150e(0xec)]?path[_0xf4150e(0xfc)](_0x56dbaa[_0xf4150e(0xec)]):process['cwd']();process[_0xf4150e(0xe8)][_0xf4150e(0x125)]=_0x2affd6,await PerformanceTester['measureWrapper'](PerformanceEvents[_0xf4150e(0xed)],async()=>{const _0x82ef50=_0xf4150e;await TestHubHandler[_0x82ef50(0xfa)](FRAMEWORKS[_0x82ef50(0xcc)],_0x13920d),_0x4a098c&&_0x44d3a7[_0x82ef50(0xf0)](handleO11yRerun,_0x4eaf94);})();let _0x427f9c=_0x567686['PrlOl'](process[_0xf4150e(0xe8)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x567686['vTASD']);_0x427f9c=_0x427f9c||_0x567686['FHshl'](checkAccessibilityPlatformConfig,_0x13920d[_0xf4150e(0xee)]),process[_0xf4150e(0xe8)][_0xf4150e(0xcf)]=_0x427f9c;_0x427f9c&&_0x567686['nWZAs'](setAccessibilityCapabilities,_0x13920d[_0xf4150e(0xee)]);const _0x5d7579=path[_0xf4150e(0x121)](_0x56dbaa['path']?path[_0xf4150e(0xfc)](_0x56dbaa[_0xf4150e(0xec)]):process[_0xf4150e(0x111)](),_0x567686[_0xf4150e(0x102)]);fs[_0xf4150e(0xa2)](_0x5d7579,helper[_0xf4150e(0xad)](_0x13920d[_0xf4150e(0xee)])),process[_0xf4150e(0xe8)][_0xf4150e(0xe1)]=_0x5d7579,helper[_0xf4150e(0xc5)]();let _0x24cd2b='';_0x567686[_0xf4150e(0xaf)](helper[_0xf4150e(0x9f)](),constants[_0xf4150e(0x10b)][_0xf4150e(0x11e)])?_0x24cd2b=_0x567686[_0xf4150e(0x103)]:_0x24cd2b=_0x567686['cnZOo'];let _0x19db7b='';if(helper['isTypescriptProject'](_0x56dbaa['path'])){_0x19db7b=_0xf4150e(0xa4);const _0x68ba53=_0x24cd2b['split']('.');_0x68ba53[_0x567686[_0xf4150e(0x117)](_0x68ba53[_0xf4150e(0xd8)],0x1)]='ts',_0x24cd2b=_0x68ba53[_0xf4150e(0x121)]('.'),logger[_0xf4150e(0xbf)](_0x567686[_0xf4150e(0xca)](_0x567686[_0xf4150e(0xb0)],_0x24cd2b));}else _0x19db7b='\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 _0x2f5f59=path['join'](_0x56dbaa[_0xf4150e(0xec)]?path['dirname'](_0x56dbaa[_0xf4150e(0xec)]):process[_0xf4150e(0x111)](),_0x24cd2b);let _0x4ea0b2=_0x56dbaa[_0xf4150e(0xec)]?_0x56dbaa[_0xf4150e(0xec)]:'';_0x4ea0b2=_0x567686[_0xf4150e(0x10d)](_0x4ea0b2['length'],0x0)?path[_0xf4150e(0x9b)](_0x4ea0b2):'',process[_0xf4150e(0xe8)][_0xf4150e(0xf5)]=_0x4ea0b2;const _0x29ce1a=helper[_0xf4150e(0xde)](_0x13920d[_0xf4150e(0xee)]);_0x29ce1a&&(_0x19db7b=_0x567686[_0xf4150e(0xca)](_0xf4150e(0xbc)+_0x29ce1a+_0xf4150e(0xea),_0x19db7b));helper[_0xf4150e(0xc3)]({},_0x4eaf94),fs[_0xf4150e(0xa2)](_0x2f5f59,_0x19db7b),PerformanceTester[_0xf4150e(0x95)](PerformanceEvents['SDK_SETUP']);const _0x2ca1a3=_0x567686['shXfY'](spawn,_0x567686[_0xf4150e(0x100)],[_0x567686[_0xf4150e(0xda)],_0x567686[_0xf4150e(0x104)],_0x567686[_0xf4150e(0x127)],_0x2f5f59,..._0x4eaf94['slice'](0x2)],{'shell':_0x567686[_0xf4150e(0xc4)](process[_0xf4150e(0x9c)],_0x567686[_0xf4150e(0x90)]),'stdio':_0x567686['WgeoD'],'cwd':process['cwd'](),'env':Object[_0xf4150e(0xef)]({},process[_0xf4150e(0xe8)],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0xf4150e(0x94)](_0x15c9d4),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x13920d[_0xf4150e(0xee)][_0xf4150e(0x107)]['skipSessionStatus'],'BROWSERSTACK_SKIP_SESSION_NAME':_0x13920d[_0xf4150e(0xee)][_0xf4150e(0x107)]['skipSessionName'],'BROWSERSTACK_LOG_LEVEL':_0x13920d['config'][_0xf4150e(0x99)]})}),_0xe6821f=()=>{const _0x1b0c59=_0xf4150e;try{const _0x421eb5=path[_0x1b0c59(0x121)](helper[_0x1b0c59(0xb6)](),_0x567686[_0x1b0c59(0x8b)],_0x567686['FqHaF']);if(fs[_0x1b0c59(0xdc)](_0x421eb5)){let _0x405987=fs[_0x1b0c59(0x108)](_0x421eb5);_0x405987=JSON[_0x1b0c59(0x11c)](_0x405987),_0x13920d[_0x1b0c59(0xe7)]=_0x405987,fs[_0x1b0c59(0x97)](_0x421eb5);}}catch(_0x326041){logger[_0x1b0c59(0xbf)](_0x567686['Mwovn'](_0x567686['uFVVL'],_0x326041));}};_0x2ca1a3['on'](_0x567686[_0xf4150e(0xc0)],async _0x4cfc8f=>{const _0x3acb33=_0xf4150e;try{const _0x1cdd9a=_0x567686[_0x3acb33(0x118)][_0x3acb33(0xa5)]('|');let _0x26367a=0x0;while(!![]){switch(_0x1cdd9a[_0x26367a++]){case'0':process['exitCode']=_0x4cfc8f;continue;case'1':logger[_0x3acb33(0xe0)](_0x3acb33(0xc1)+_0x2f5f59);continue;case'2':await utilities[_0x3acb33(0xc9)](_0x13920d);continue;case'3':await TestHubHandler[_0x3acb33(0xfd)]();continue;case'4':logger[_0x3acb33(0xbf)](_0x3acb33(0xf8)+_0x4cfc8f);continue;case'5':fs[_0x3acb33(0x97)](_0x5d7579);continue;case'6':logger[_0x3acb33(0xbf)](_0x3acb33(0xc1)+_0x5d7579);continue;case'7':fs[_0x3acb33(0x97)](_0x2f5f59);continue;case'8':PerformanceTester[_0x3acb33(0xd4)](PerformanceEvents[_0x3acb33(0xcd)]);continue;case'9':_0x567686[_0x3acb33(0x105)](_0xe6821f);continue;}break;}}catch(_0x344c7c){logger[_0x3acb33(0xbf)](_0x567686['bQXBZ'](_0x567686[_0x3acb33(0xf6)],_0x344c7c));}});})();}function a35_0x4052(_0x14cfb8,_0x28c967){const _0x4db8fc=a35_0x4db8();return a35_0x4052=function(_0x405261,_0x2b944a){_0x405261=_0x405261-0x8a;let _0x362c19=_0x4db8fc[_0x405261];return _0x362c19;},a35_0x4052(_0x14cfb8,_0x28c967);}module[a35_0x4f3b65(0xac)]=run;
2
+ 'use strict';const a35_0x5be83e=a35_0x390e;(function(_0x597b5e,_0xffd613){const _0x2553ce=a35_0x390e,_0x1acc98=_0x597b5e();while(!![]){try{const _0x39ecef=parseInt(_0x2553ce(0x1a0))/0x1+parseInt(_0x2553ce(0x186))/0x2+parseInt(_0x2553ce(0x12e))/0x3*(-parseInt(_0x2553ce(0x117))/0x4)+parseInt(_0x2553ce(0x191))/0x5+-parseInt(_0x2553ce(0x111))/0x6+-parseInt(_0x2553ce(0x1a8))/0x7*(-parseInt(_0x2553ce(0x124))/0x8)+parseInt(_0x2553ce(0x183))/0x9*(-parseInt(_0x2553ce(0x11c))/0xa);if(_0x39ecef===_0xffd613)break;else _0x1acc98['push'](_0x1acc98['shift']());}catch(_0x4d8900){_0x1acc98['push'](_0x1acc98['shift']());}}}(a35_0x1289,0xcf4c0));function a35_0x1289(){const _0x5d182f=['DPXdO','JGjth','--disable-test-observability','cLjNE','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','isTrue','error','rtcBn','eBpoH','path','assign','QwmOq','USER_CONFIG_DETAILS_PATH','win32','SDK_POST_INITIALIZE','slice','gcPsc','nestedKeyValue','UpVzM','Playwright\x20process\x20exited\x20with\x20code\x20','npx','resolve','parse','9lhFNUH','BROWSERSTACK_RERUN','Error\x20in\x20getting\x20funnel\x20data\x20results','1515868ClsdEk','false','has','WzktG','hUiWG','LtTXY','--config','EVENTS','BROWSERSTACK_TEST_ACCESSIBILITY_YML','SDK_PRE_INITIALIZE','iaeac','7178290yUpaAV','env','uOWHe','playwright-browserstack-sdk.config.cjs','inherit','errorMessage','exports','automation','uXugK','\x0a\x0a\x20\x20\x20\x20import\x20pkg\x20from\x20\x27browserstack-node-sdk\x27;\x0a\x20\x20\x20\x20export\x20default\x20pkg._modifyPlaywright()\x0a','close','nhHzA','config','DcKVF','PrHcl','1387379AZDIny','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','SDK_CLEANUP','BROWSERSTACK_RERUN_TESTS','serializeToYamlString','VscwE','Nerum','qwBoy','918974MNSaEj','--config=','push','resolvedConfigFile','blesN','getPackageType','cliConfig','lQQFH','XAMqt','accessibility','stringify','winstonLogger','10087692JfISZu','BROWSERSTACK_AUTOMATION','homedir','writeFileSync','BROWSERSTACK_TEST_OBSERVABILITY','../../helpers/accessibility-automation/helper','20RJBAnF','\x0a\x0a\x20\x20\x20\x20const\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0a\x20\x20\x20\x20module.exports\x20=\x20modifyPWConfig();\x0a','playwright-browserstack-sdk.config.js','skipSessionName','kFyNx','10386970LbbFqs','Kwzoh','logLevel','../../helpers/test-observability/constants','./reporter/pwUtils','--disable-browserstack-automation','exitCode','includes','24dWaXkh','getConfigPath','isUndefined','testContextOptions','info','child_process','argv','measureWrapper','clearTempPWConfig','RoBFZ','243450MxlCiQ','tSkXm','PLAYWRIGHT','GCJlF','accessibilityOptions','existsSync','wRDOa','concat','Error\x20in\x20deleting\x20playwright\x20results','BROWSERSTACK_PW_CONFIG_DIR','BROWSERSTACK_SETUP_CONFIG_PATH','test','length','PqyPW','../../helpers/logger','BRDqe','dvXcw','findIndex','platform','GCaJm','../../helpers/helper','eJPdx','launchBuild','BrowserStack\x20config\x20file\x20not\x20found.','.browserstack','map','EJDwt','Deleting\x20','dmLoY','startsWith','dDEFS','split','get','DlCsc','ZKecP','aCIHZ','VZwVg','Fgpvn','debug','requirePWModule','../../helpers/utilities','stop','skipSessionStatus','jbrJf','splice','../../helpers/testhub/testhubHandler','getProxyUrl','cwd','EhUBd','browserstackSetupConfig.json','filter','unlinkSync','RPvEH','dirname','playwright','../utils/constants','SDK_SETUP','./accessibility-helper','indexOf','join','true','UyYuV'];a35_0x1289=function(){return _0x5d182f;};return a35_0x1289();}const fs=require('fs'),path=require('path'),{spawn}=require(a35_0x5be83e(0x129)),{format}=require('util'),logger=require(a35_0x5be83e(0x13c))[a35_0x5be83e(0x110)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a35_0x5be83e(0x142)),utilities=require(a35_0x5be83e(0x156)),constants=require(a35_0x5be83e(0x165)),{FRAMEWORKS}=require(a35_0x5be83e(0x11f)),{getConfigLoaderPath}=require(a35_0x5be83e(0x120)),{checkAccessibilityPlatformConfig}=require(a35_0x5be83e(0x116)),{setAccessibilityCapabilities}=require(a35_0x5be83e(0x167)),TestHubHandler=require(a35_0x5be83e(0x15b)),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require('../../helpers/performance/constants')[a35_0x5be83e(0x18d)],getUserPlaywrightConfig=async(_0x5a86eb,_0x445144)=>{const _0x2168bc=a35_0x5be83e,_0x39881a={'VscwE':function(_0x3a3a2b){return _0x3a3a2b();},'eBpoH':function(_0x38d57b,_0xbfa528){return _0x38d57b(_0xbfa528);},'tSkXm':_0x2168bc(0x108),'WzktG':_0x2168bc(0x1a9)},_0x25e3d3=!helper[_0x2168bc(0x126)](_0x5a86eb[_0x2168bc(0x19d)]),_0x46d4ad=_0x25e3d3?path[_0x2168bc(0x181)](process[_0x2168bc(0x15d)](),_0x5a86eb['config']):process['cwd'](),{resolveConfigFile:_0x1fff6d,resolveConfigLocation:_0x41a3a7}=helper[_0x2168bc(0x155)]['apply'](null,_0x39881a[_0x2168bc(0x1a5)](getConfigLoaderPath)),_0x5d3612=_0x1fff6d?_0x39881a[_0x2168bc(0x174)](_0x1fff6d,_0x46d4ad):helper[_0x2168bc(0x17d)](_0x39881a[_0x2168bc(0x174)](_0x41a3a7,_0x46d4ad),[_0x39881a[_0x2168bc(0x12f)]]),_0xb2b42a={};if(_0x25e3d3){const _0xd0c0fe=_0x445144[_0x2168bc(0x13f)](_0x5b3e55=>_0x5b3e55===_0x2168bc(0x18c)||_0x5b3e55==='-c'||_0x5b3e55['startsWith'](_0x2168bc(0x1a9)));_0x445144[_0x2168bc(0x15a)](_0xd0c0fe,_0x445144[_0xd0c0fe][_0x2168bc(0x14b)](_0x39881a[_0x2168bc(0x189)])?0x1:0x2);}const _0x5a5258={};return _0x5a5258[_0x2168bc(0x175)]=_0x5d3612,_0x5a5258['config']=_0xb2b42a,_0x5a5258;},handleO11yRerun=_0x49878c=>{const _0x36dce1=a35_0x5be83e,_0x595a33={};_0x595a33['hUiWG']=function(_0x59076e,_0x4beeff){return _0x59076e!==_0x4beeff;},_0x595a33[_0x36dce1(0x159)]='null',_0x595a33[_0x36dce1(0x1a6)]='--grep';const _0x1bd06c=_0x595a33,_0x4bdee8=helper[_0x36dce1(0x171)](process[_0x36dce1(0x192)][_0x36dce1(0x184)]);if(_0x4bdee8){const _0x26b0c5=process[_0x36dce1(0x192)][_0x36dce1(0x1a3)],_0x26b74e=[];if(_0x1bd06c[_0x36dce1(0x18a)](_0x26b0c5,_0x1bd06c[_0x36dce1(0x159)])&&!helper[_0x36dce1(0x126)](_0x26b0c5)){_0x26b0c5[_0x36dce1(0x14d)](',')[_0x36dce1(0x147)](_0x41cba6=>{const _0x281660=_0x36dce1;_0x26b74e[_0x281660(0x107)]('('+_0x41cba6['trim']()+')');});const _0x146261='^'+_0x26b74e[_0x36dce1(0x169)]('|')+'$';_0x49878c[_0x36dce1(0x107)](_0x1bd06c[_0x36dce1(0x1a6)],_0x146261);}}},spawnOriginalProcess=_0x509c2e=>{const _0x193030=a35_0x5be83e,_0x3e1d9b={'RoBFZ':function(_0x5489ee,_0x167f5b,_0x45fe00,_0x58b372){return _0x5489ee(_0x167f5b,_0x45fe00,_0x58b372);},'UyYuV':'npx','XMlRU':'playwright','lqMWG':function(_0x352c49,_0x13c511){return _0x352c49===_0x13c511;},'oPekJ':_0x193030(0x179),'kFyNx':_0x193030(0x195)};_0x3e1d9b[_0x193030(0x12d)](spawn,_0x3e1d9b[_0x193030(0x16b)],[_0x3e1d9b['XMlRU'],..._0x509c2e[_0x193030(0x17b)](0x1)],{'shell':_0x3e1d9b['lqMWG'](process['platform'],_0x3e1d9b['oPekJ']),'stdio':_0x3e1d9b[_0x193030(0x11b)],'cwd':process[_0x193030(0x15d)]()});},isTestCommand=(_0x433fe3,_0x18d87a)=>{const _0x41aa19=a35_0x5be83e,_0x264a0a={};_0x264a0a[_0x41aa19(0x17c)]=function(_0x574a36,_0x3d8c35){return _0x574a36>_0x3d8c35;},_0x264a0a['rtcBn']=function(_0x14d058,_0x4ac3ad){return _0x14d058===_0x4ac3ad;},_0x264a0a['UpVzM']='test';const _0x2599b9=_0x264a0a;if(_0x2599b9[_0x41aa19(0x17c)](_0x18d87a['length'],0x1)&&_0x2599b9[_0x41aa19(0x173)](_0x18d87a[0x1],_0x2599b9[_0x41aa19(0x17e)]))return!![];return![];};async function run(_0x1e87a3,_0x5232c1){const _0x22ed5f=a35_0x5be83e,_0x105c36={'QwmOq':_0x22ed5f(0x146),'DcKVF':'pw_result.json','DlCsc':function(_0x5f1c71,_0x282626){return _0x5f1c71+_0x282626;},'LtTXY':_0x22ed5f(0x185),'aCIHZ':'1|6|7|9|2|0|4|8|3|5','JGjth':function(_0x50d915){return _0x50d915();},'dmLoY':function(_0x2fb6f5,_0x1a015d){return _0x2fb6f5+_0x1a015d;},'qwBoy':'Error\x20in\x20closing\x20playwright','nhHzA':function(_0x1aa503,_0x432baf){return _0x1aa503(_0x432baf);},'Kwzoh':_0x22ed5f(0x145),'GCaJm':_0x22ed5f(0x198),'pfsFI':function(_0x3fef7c,_0x171ae6){return _0x3fef7c!=_0x171ae6;},'XAMqt':function(_0x19f1a7,_0x2a930e,_0x4c392d){return _0x19f1a7(_0x2a930e,_0x4c392d);},'Fgpvn':function(_0x1bb4ec,_0x218f1b){return _0x1bb4ec===_0x218f1b;},'cLjNE':_0x22ed5f(0x16a),'ZKecP':function(_0xb6353d,_0x1174ae){return _0xb6353d(_0x1174ae);},'DPXdO':_0x22ed5f(0x15f),'EhUBd':_0x22ed5f(0x194),'ktFsy':_0x22ed5f(0x119),'OPAKd':function(_0x292091,_0xb01c92){return _0x292091-_0xb01c92;},'eJPdx':function(_0x54daf8,_0x1844fb){return _0x54daf8+_0x1844fb;},'wRDOa':'Updated\x20config\x20file\x20name\x20to\x20-\x20','dDEFS':function(_0x2a8b9f,_0x1dffe5){return _0x2a8b9f>_0x1dffe5;},'EJDwt':function(_0x1b07e5,_0x3fd9f0){return _0x1b07e5+_0x3fd9f0;},'blesN':function(_0x290fde,_0x19858a,_0x3ecf47,_0xef39aa){return _0x290fde(_0x19858a,_0x3ecf47,_0xef39aa);},'MLEMn':_0x22ed5f(0x180),'GCJlF':_0x22ed5f(0x164),'ASdts':_0x22ed5f(0x139),'iaeac':_0x22ed5f(0x18c),'VZwVg':function(_0x20ff33,_0x1becf4){return _0x20ff33===_0x1becf4;},'lQQFH':_0x22ed5f(0x179),'RPvEH':_0x22ed5f(0x195),'knAMq':_0x22ed5f(0x19b),'uOWHe':_0x22ed5f(0x121),'FunkN':_0x22ed5f(0x187),'PqyPW':_0x22ed5f(0x16e),'dvXcw':function(_0x363b73,_0x58f429){return _0x363b73>=_0x58f429;},'uXugK':_0x22ed5f(0x136),'PrHcl':function(_0x36e2b5,_0x504cfe){return _0x36e2b5(_0x504cfe);}};!helper['isFalse'](process[_0x22ed5f(0x192)][_0x22ed5f(0x112)])&&(process['env'][_0x22ed5f(0x112)]=!![]);process[_0x22ed5f(0x12a)][_0x22ed5f(0x123)](_0x105c36[_0x22ed5f(0x193)])&&(process[_0x22ed5f(0x192)][_0x22ed5f(0x112)]=_0x105c36['FunkN'],_0x5232c1=_0x5232c1[_0x22ed5f(0x160)](_0x3899da=>_0x3899da!==_0x22ed5f(0x121)));const _0xf393de=_0x5232c1[_0x22ed5f(0x168)](_0x105c36[_0x22ed5f(0x13b)]);_0x105c36[_0x22ed5f(0x13e)](_0xf393de,0x0)&&(process['env'][_0x22ed5f(0x115)]=_0x105c36['FunkN'],_0x5232c1=_0x5232c1['filter'](_0x1beaf1=>_0x1beaf1!=='--disable-test-observability'));try{const _0x4f2254=path['join'](helper[_0x22ed5f(0x113)](),_0x105c36[_0x22ed5f(0x177)],_0x105c36[_0x22ed5f(0x19e)]);fs[_0x22ed5f(0x133)](_0x4f2254)&&fs['unlinkSync'](_0x4f2254);}catch(_0x4ba171){logger[_0x22ed5f(0x154)](_0x105c36[_0x22ed5f(0x14f)](_0x105c36[_0x22ed5f(0x199)],_0x4ba171));}if(!_0x105c36['XAMqt'](isTestCommand,_0x1e87a3,_0x5232c1)){_0x105c36[_0x22ed5f(0x19f)](spawnOriginalProcess,_0x5232c1);return;}const _0x4c07c5=new BrowserStackSetup(_0x1e87a3,FRAMEWORKS[_0x22ed5f(0x130)]);await PerformanceTester[_0x22ed5f(0x12b)](PerformanceEvents[_0x22ed5f(0x18f)],async()=>{const _0x258731=_0x22ed5f,_0x3d8a9b={'BRDqe':function(_0x5f00d7,_0x2efe33){const _0x54243f=a35_0x390e;return _0x105c36[_0x54243f(0x19c)](_0x5f00d7,_0x2efe33);}};if(!_0x4c07c5[_0x258731(0x19d)]){logger[_0x258731(0x172)](_0x105c36[_0x258731(0x11d)]);return;}await _0x4c07c5['initialize']();!helper[_0x258731(0x126)](_0x4c07c5[_0x258731(0x10b)])&&_0x4c07c5['cliConfig'][_0x258731(0x188)](_0x105c36[_0x258731(0x141)])&&(process[_0x258731(0x192)][_0x258731(0x112)]=_0x4c07c5[_0x258731(0x10b)][_0x258731(0x14e)](_0x105c36[_0x258731(0x141)])||!![]);_0x105c36['pfsFI'](_0x4c07c5['config']['testObservability'],null)&&!helper[_0x258731(0x171)](process[_0x258731(0x192)][_0x258731(0x115)])&&(process[_0x258731(0x192)][_0x258731(0x115)]=process[_0x258731(0x192)][_0x258731(0x115)]||_0x4c07c5['config']['testObservability']);const _0xafb504=!helper['isFalse'](process[_0x258731(0x192)][_0x258731(0x115)]);let _0x45d4a7=![];_0x4c07c5['config'][_0x258731(0x10e)]&&(_0x45d4a7=!![],process[_0x258731(0x192)][_0x258731(0x18e)]=_0x4c07c5[_0x258731(0x19d)][_0x258731(0x10e)]);_0x4c07c5[_0x258731(0x19d)][_0x258731(0x132)]&&(process[_0x258731(0x192)][_0x258731(0x1a1)]=JSON[_0x258731(0x10f)](_0x4c07c5[_0x258731(0x19d)]['accessibilityOptions']));const _0x50dcbc=_0x5232c1[_0x258731(0x135)](),_0x135305=await _0x105c36[_0x258731(0x10d)](getUserPlaywrightConfig,_0x1e87a3,_0x5232c1);if(helper[_0x258731(0x126)](_0x135305)){_0x105c36[_0x258731(0x19c)](spawnOriginalProcess,_0x50dcbc);return;}const _0x36310d=_0x135305['path']?path[_0x258731(0x163)](_0x135305['path']):process[_0x258731(0x15d)]();process['env'][_0x258731(0x137)]=_0x36310d,await PerformanceTester[_0x258731(0x12b)](PerformanceEvents[_0x258731(0x17a)],async()=>{const _0x273d9e=_0x258731;await TestHubHandler[_0x273d9e(0x144)](FRAMEWORKS[_0x273d9e(0x130)],_0x4c07c5),_0xafb504&&_0x3d8a9b[_0x273d9e(0x13d)](handleO11yRerun,_0x5232c1);})();let _0x38b05e=_0x105c36[_0x258731(0x153)](process['env'][_0x258731(0x18e)],_0x105c36[_0x258731(0x16f)]);_0x38b05e=_0x38b05e||_0x105c36[_0x258731(0x150)](checkAccessibilityPlatformConfig,_0x4c07c5['config']),process[_0x258731(0x192)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x38b05e;_0x38b05e&&_0x105c36[_0x258731(0x19c)](setAccessibilityCapabilities,_0x4c07c5[_0x258731(0x19d)]);const _0x12592a=path[_0x258731(0x169)](_0x135305[_0x258731(0x175)]?path[_0x258731(0x163)](_0x135305[_0x258731(0x175)]):process[_0x258731(0x15d)](),_0x105c36[_0x258731(0x16c)]);fs['writeFileSync'](_0x12592a,helper[_0x258731(0x1a4)](_0x4c07c5['config'])),process[_0x258731(0x192)][_0x258731(0x138)]=_0x12592a,helper[_0x258731(0x12c)]();let _0x2f413c='';_0x105c36[_0x258731(0x153)](helper[_0x258731(0x10a)](),constants['PACKAGE_TYPE']['MODULE'])?_0x2f413c=_0x105c36[_0x258731(0x15e)]:_0x2f413c=_0x105c36['ktFsy'];let _0x383dd2='';if(helper['isTypescriptProject'](_0x135305[_0x258731(0x175)])){_0x383dd2=_0x258731(0x19a);const _0x594a26=_0x2f413c[_0x258731(0x14d)]('.');_0x594a26[_0x105c36['OPAKd'](_0x594a26['length'],0x1)]='ts',_0x2f413c=_0x594a26[_0x258731(0x169)]('.'),logger['debug'](_0x105c36[_0x258731(0x143)](_0x105c36[_0x258731(0x134)],_0x2f413c));}else _0x383dd2=_0x258731(0x118);const _0x41d5fc=path[_0x258731(0x169)](_0x135305[_0x258731(0x175)]?path['dirname'](_0x135305[_0x258731(0x175)]):process[_0x258731(0x15d)](),_0x2f413c);let _0x175fed=_0x135305['path']?_0x135305[_0x258731(0x175)]:'';_0x175fed=_0x105c36[_0x258731(0x14c)](_0x175fed[_0x258731(0x13a)],0x0)?path[_0x258731(0x181)](_0x175fed):'',process[_0x258731(0x192)][_0x258731(0x178)]=_0x175fed;const _0xf303aa=helper[_0x258731(0x15c)](_0x4c07c5['config']);_0xf303aa&&(_0x383dd2=_0x105c36[_0x258731(0x148)](_0x258731(0x170)+_0xf303aa+'\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();',_0x383dd2));helper['filterBrowserstackArgs']({},_0x5232c1),fs[_0x258731(0x114)](_0x41d5fc,_0x383dd2),PerformanceTester['end'](PerformanceEvents[_0x258731(0x166)]);const _0xa15e37=_0x105c36[_0x258731(0x109)](spawn,_0x105c36['MLEMn'],[_0x105c36[_0x258731(0x131)],_0x105c36['ASdts'],_0x105c36[_0x258731(0x190)],_0x41d5fc,..._0x5232c1[_0x258731(0x17b)](0x2)],{'shell':_0x105c36[_0x258731(0x152)](process[_0x258731(0x140)],_0x105c36[_0x258731(0x10c)]),'stdio':_0x105c36[_0x258731(0x162)],'cwd':process[_0x258731(0x15d)](),'env':Object[_0x258731(0x176)]({},process['env'],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x258731(0x125)](_0x1e87a3),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x4c07c5[_0x258731(0x19d)][_0x258731(0x127)][_0x258731(0x158)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x4c07c5[_0x258731(0x19d)][_0x258731(0x127)][_0x258731(0x11a)],'BROWSERSTACK_LOG_LEVEL':_0x4c07c5[_0x258731(0x19d)][_0x258731(0x11e)]})}),_0x116829=()=>{const _0x51c73d=_0x258731;try{const _0x2cea25=path[_0x51c73d(0x169)](helper[_0x51c73d(0x113)](),_0x105c36[_0x51c73d(0x177)],_0x105c36[_0x51c73d(0x19e)]);if(fs[_0x51c73d(0x133)](_0x2cea25)){let _0x1a54cc=fs['readFileSync'](_0x2cea25);_0x1a54cc=JSON[_0x51c73d(0x182)](_0x1a54cc),_0x4c07c5[_0x51c73d(0x196)]=_0x1a54cc,fs[_0x51c73d(0x161)](_0x2cea25);}}catch(_0x1e69fe){logger[_0x51c73d(0x154)](_0x105c36['DlCsc'](_0x105c36[_0x51c73d(0x18b)],_0x1e69fe));}};_0xa15e37['on'](_0x105c36['knAMq'],async _0x1bac94=>{const _0x574350=_0x258731;try{const _0x507dd5=_0x105c36[_0x574350(0x151)]['split']('|');let _0x23bbda=0x0;while(!![]){switch(_0x507dd5[_0x23bbda++]){case'0':logger[_0x574350(0x154)](_0x574350(0x17f)+_0x1bac94);continue;case'1':PerformanceTester['start'](PerformanceEvents[_0x574350(0x1a2)]);continue;case'2':process[_0x574350(0x122)]=_0x1bac94;continue;case'3':logger[_0x574350(0x154)](_0x574350(0x149)+_0x12592a);continue;case'4':logger[_0x574350(0x128)](_0x574350(0x149)+_0x41d5fc);continue;case'5':fs[_0x574350(0x161)](_0x12592a);continue;case'6':_0x105c36[_0x574350(0x16d)](_0x116829);continue;case'7':await TestHubHandler[_0x574350(0x157)]();continue;case'8':fs['unlinkSync'](_0x41d5fc);continue;case'9':await utilities['finalExecution'](_0x4c07c5);continue;}break;}}catch(_0x200646){logger[_0x574350(0x154)](_0x105c36[_0x574350(0x14a)](_0x105c36[_0x574350(0x1a7)],_0x200646));}});})();}function a35_0x390e(_0x115176,_0x2b2163){const _0x12896b=a35_0x1289();return a35_0x390e=function(_0x390e11,_0x5177c1){_0x390e11=_0x390e11-0x107;let _0x3255ad=_0x12896b[_0x390e11];return _0x3255ad;},a35_0x390e(_0x115176,_0x2b2163);}module[a35_0x5be83e(0x197)]=run;
@@ -1 +1 @@
1
- const a36_0x50b78a=a36_0x11e3;(function(_0x4daf30,_0x55d9a2){const _0x455930=a36_0x11e3,_0x2a83df=_0x4daf30();while(!![]){try{const _0x538712=-parseInt(_0x455930(0xc4))/0x1+parseInt(_0x455930(0xc3))/0x2*(-parseInt(_0x455930(0xb5))/0x3)+parseInt(_0x455930(0xab))/0x4*(-parseInt(_0x455930(0xcc))/0x5)+parseInt(_0x455930(0xc6))/0x6+parseInt(_0x455930(0xaa))/0x7*(-parseInt(_0x455930(0xa7))/0x8)+parseInt(_0x455930(0xb6))/0x9*(parseInt(_0x455930(0xc5))/0xa)+-parseInt(_0x455930(0xca))/0xb*(-parseInt(_0x455930(0xc7))/0xc);if(_0x538712===_0x55d9a2)break;else _0x2a83df['push'](_0x2a83df['shift']());}catch(_0x8a3ce4){_0x2a83df['push'](_0x2a83df['shift']());}}}(a36_0x4c76,0x4547b));function a36_0x11e3(_0x32f7a4,_0x4aa151){const _0x4c7688=a36_0x4c76();return a36_0x11e3=function(_0x11e34,_0x51f57c){_0x11e34=_0x11e34-0xa7;let _0x4824d7=_0x4c7688[_0x11e34];return _0x4824d7;},a36_0x11e3(_0x32f7a4,_0x4aa151);}function a36_0x4c76(){const _0x2821fd=['apply','util','./patches','amLtD','Got\x20exception\x20while\x20mocking\x20isWorkerRedundant:\x20','SkbJl','PLAYWRIGHT','winstonLogger','fvpxh','includes','child_process','iyxuZ','8WRLDaH','env','function','816627hURgVb','13636UwIthY','isHandlePWErrorSet','format','fork','config','ZwDct','\x20is\x20not\x20found','./mock-process.js','../../helpers/test-observability/utils','resolve','981GCDRHf','3807kyeNOr','ISnvZ','Running\x20existing\x20global\x20setup','../../helpers/test-observability/constants','rYpuy','../../helpers/logger','toString','error','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','LexfU','NONeE','Path\x20','../../helpers/helper','158qjjDpJ','71641tyXFsv','8110HuORAZ','3000570ZqZhmD','876MJdalu','Call\x20to\x20child\x20fork\x20with\x20args\x20','debug','7051AbBRek','Not\x20able\x20to\x20import\x20globalSetup','575ppvvtM'];a36_0x4c76=function(){return _0x2821fd;};return a36_0x4c76();}const util=require(a36_0x50b78a(0xce)),child_process=require(a36_0x50b78a(0xd7)),{FRAMEWORKS}=require(a36_0x50b78a(0xb9)),{getFrameworkVersion,debug}=require(a36_0x50b78a(0xb3)),helper=require(a36_0x50b78a(0xc2)),{getLoadUtilsPath,getForkProcessPath}=require('./reporter/pwUtils'),{mockIsWorkerRedundant}=require(a36_0x50b78a(0xcf)),logger=require(a36_0x50b78a(0xbb))[a36_0x50b78a(0xd4)];module['exports']=async function(_0x53b04a){const _0x359d00=a36_0x50b78a,_0x285742={'zkTRK':function(_0x3ad151,_0x33bd42){return _0x3ad151(_0x33bd42);},'SkbJl':function(_0x2fca49){return _0x2fca49();},'iyxuZ':_0x359d00(0xb2),'mmvUm':function(_0x17d8b8){return _0x17d8b8();},'lYadz':_0x359d00(0xb8),'NONeE':function(_0x8744f5){return _0x8744f5();},'amLtD':function(_0x542119,_0x3410cc){return _0x542119(_0x3410cc);},'rYpuy':function(_0x26ba8e,_0x255ff5){return _0x26ba8e>=_0x255ff5;},'LexfU':'1.33.0','GjeIP':function(_0x46743c,_0x1d44dc,_0xc6a3a){return _0x46743c(_0x1d44dc,_0xc6a3a);},'fvpxh':function(_0x1677dd,_0x56dd9a){return _0x1677dd!==_0x56dd9a;},'ISnvZ':_0x359d00(0xa9),'ZwDct':_0x359d00(0xcb),'ikIBh':function(_0x511c18,_0x37e3fc){return _0x511c18(_0x37e3fc);}},_0x22a215=child_process[_0x359d00(0xae)];if(helper[_0x359d00(0xac)]())try{_0x285742['mmvUm'](mockIsWorkerRedundant);}catch(_0x574f2b){logger[_0x359d00(0xc9)](_0x359d00(0xd1)+util[_0x359d00(0xad)](_0x574f2b));}child_process[_0x359d00(0xae)]=function(){const _0x4fd7ae=_0x359d00;return _0x285742['zkTRK'](debug,_0x4fd7ae(0xc8)+arguments[0x0]),arguments[0x0][_0x4fd7ae(0xd6)](_0x285742['SkbJl'](getForkProcessPath))?arguments[0x0]=require[_0x4fd7ae(0xb4)](_0x285742[_0x4fd7ae(0xd8)]):logger[_0x4fd7ae(0xbd)](_0x4fd7ae(0xc1)+_0x285742[_0x4fd7ae(0xd2)](getForkProcessPath)+_0x4fd7ae(0xb1)),_0x22a215[_0x4fd7ae(0xcd)](null,arguments);};if(process[_0x359d00(0xa8)][_0x359d00(0xbe)]){_0x285742['zkTRK'](debug,_0x285742['lYadz']);try{const {loadGlobalHook:_0x5a3e96}=helper['requirePWModule']['apply'](null,_0x285742[_0x359d00(0xc0)](getLoadUtilsPath)),_0x3b46f6=_0x285742[_0x359d00(0xd0)](getFrameworkVersion,FRAMEWORKS[_0x359d00(0xd3)]);let _0x2dd0d4=_0x53b04a;if(_0x285742[_0x359d00(0xba)](helper['compareVersions'](_0x3b46f6,_0x285742[_0x359d00(0xbf)]),0x0)){const _0x569f4c={};_0x569f4c[_0x359d00(0xaf)]=_0x53b04a,_0x2dd0d4=_0x569f4c;}const _0x363c7b=await _0x285742['GjeIP'](_0x5a3e96,_0x2dd0d4,process['env'][_0x359d00(0xbe)]);if(_0x285742[_0x359d00(0xd5)](typeof _0x363c7b,_0x285742[_0x359d00(0xb7)]))throw new Error(_0x285742[_0x359d00(0xb0)]);return _0x363c7b[_0x359d00(0xcd)](null,arguments);}catch(_0x32a81e){_0x285742['ikIBh'](debug,'Error\x20in\x20calling\x20existing\x20global\x20setup:\x20'+_0x32a81e[_0x359d00(0xbc)]());}}};
1
+ function a36_0x27c0(_0x2f453d,_0x5a9f48){const _0x5467ba=a36_0x5467();return a36_0x27c0=function(_0x27c032,_0x1a3a8c){_0x27c032=_0x27c032-0xa5;let _0x5dee32=_0x5467ba[_0x27c032];return _0x5dee32;},a36_0x27c0(_0x2f453d,_0x5a9f48);}const a36_0x4d24fb=a36_0x27c0;function a36_0x5467(){const _0x14bf4d=['222461nLlNfY','isHandlePWErrorSet','resolve','./reporter/pwUtils','includes','459360PFBcBt','env','child_process','./mock-process.js','FNnHT','../../helpers/test-observability/utils','../../helpers/test-observability/constants','560210dOAnEd','exports','gYWtv','WvNBr','EHngG','Not\x20able\x20to\x20import\x20globalSetup','318060rxGfXp','apply','Got\x20exception\x20while\x20mocking\x20isWorkerRedundant:\x20','function','debug','5267087EFGheG','406664WAKVfO','bYZgu','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','Gfoch','Path\x20','../../helpers/helper','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','ixbOy','compareVersions','fork','pugcj','wbuVA','Call\x20to\x20child\x20fork\x20with\x20args\x20','JLCCN','PLAYWRIGHT','\x20is\x20not\x20found','Running\x20existing\x20global\x20setup','480312XKkYyw','8kIbGhK'];a36_0x5467=function(){return _0x14bf4d;};return a36_0x5467();}(function(_0x5cba28,_0x1bb074){const _0x382e01=a36_0x27c0,_0x39adfb=_0x5cba28();while(!![]){try{const _0x1fd56c=-parseInt(_0x382e01(0xb2))/0x1+-parseInt(_0x382e01(0xca))/0x2+parseInt(_0x382e01(0xc4))/0x3+-parseInt(_0x382e01(0xb7))/0x4+-parseInt(_0x382e01(0xbe))/0x5+-parseInt(_0x382e01(0xb0))/0x6+-parseInt(_0x382e01(0xc9))/0x7*(-parseInt(_0x382e01(0xb1))/0x8);if(_0x1fd56c===_0x1bb074)break;else _0x39adfb['push'](_0x39adfb['shift']());}catch(_0xe4a87f){_0x39adfb['push'](_0x39adfb['shift']());}}}(a36_0x5467,0x1eb26));const util=require('util'),child_process=require(a36_0x4d24fb(0xb9)),{FRAMEWORKS}=require(a36_0x4d24fb(0xbd)),{getFrameworkVersion,debug}=require(a36_0x4d24fb(0xbc)),helper=require(a36_0x4d24fb(0xcf)),{getLoadUtilsPath,getForkProcessPath}=require(a36_0x4d24fb(0xb5)),{mockIsWorkerRedundant}=require('./patches'),logger=require('../../helpers/logger')['winstonLogger'];module[a36_0x4d24fb(0xbf)]=async function(_0x470c33){const _0x15da20=a36_0x4d24fb,_0x472bab={'bYZgu':function(_0x52600d,_0x4a48bc){return _0x52600d(_0x4a48bc);},'EHngG':function(_0x508bf7){return _0x508bf7();},'WvNBr':_0x15da20(0xba),'TZNmm':function(_0x14df7d){return _0x14df7d();},'Gfoch':_0x15da20(0xaf),'JLCCN':function(_0x5b3552){return _0x5b3552();},'ixbOy':function(_0x5cca14,_0xbca932){return _0x5cca14>=_0xbca932;},'wbuVA':'1.33.0','FNnHT':function(_0x253fb5,_0x3d67f1,_0x38ea25){return _0x253fb5(_0x3d67f1,_0x38ea25);},'gYWtv':function(_0x131e71,_0x5cc72b){return _0x131e71!==_0x5cc72b;},'pugcj':_0x15da20(0xc7),'aRQRE':_0x15da20(0xc3)},_0x28379c=child_process['fork'];if(helper[_0x15da20(0xb3)]())try{_0x472bab['TZNmm'](mockIsWorkerRedundant);}catch(_0x8aaa7){logger[_0x15da20(0xc8)](_0x15da20(0xc6)+util['format'](_0x8aaa7));}child_process[_0x15da20(0xa8)]=function(){const _0x11e8e4=_0x15da20;return _0x472bab[_0x11e8e4(0xcb)](debug,_0x11e8e4(0xab)+arguments[0x0]),arguments[0x0][_0x11e8e4(0xb6)](_0x472bab[_0x11e8e4(0xc2)](getForkProcessPath))?arguments[0x0]=require[_0x11e8e4(0xb4)](_0x472bab[_0x11e8e4(0xc1)]):logger['error'](_0x11e8e4(0xce)+_0x472bab[_0x11e8e4(0xc2)](getForkProcessPath)+_0x11e8e4(0xae)),_0x28379c['apply'](null,arguments);};if(process[_0x15da20(0xb8)][_0x15da20(0xcc)]){_0x472bab['bYZgu'](debug,_0x472bab[_0x15da20(0xcd)]);try{const {loadGlobalHook:_0x132afa}=helper['requirePWModule'][_0x15da20(0xc5)](null,_0x472bab[_0x15da20(0xac)](getLoadUtilsPath)),_0x391e30=_0x472bab[_0x15da20(0xcb)](getFrameworkVersion,FRAMEWORKS[_0x15da20(0xad)]);let _0x4d5d68=_0x470c33;if(_0x472bab[_0x15da20(0xa6)](helper[_0x15da20(0xa7)](_0x391e30,_0x472bab[_0x15da20(0xaa)]),0x0)){const _0x35d1c3={};_0x35d1c3['config']=_0x470c33,_0x4d5d68=_0x35d1c3;}const _0x1f1cb7=await _0x472bab[_0x15da20(0xbb)](_0x132afa,_0x4d5d68,process[_0x15da20(0xb8)][_0x15da20(0xcc)]);if(_0x472bab[_0x15da20(0xc0)](typeof _0x1f1cb7,_0x472bab[_0x15da20(0xa9)]))throw new Error(_0x472bab['aRQRE']);return _0x1f1cb7[_0x15da20(0xc5)](null,arguments);}catch(_0xd3bff4){_0x472bab[_0x15da20(0xcb)](debug,_0x15da20(0xa5)+_0xd3bff4['toString']());}}};