browserstack-node-sdk 1.31.18 → 1.31.20

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 (111) 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/templates/autoscaler-role-creation.yaml +2 -2
  25. package/ats/src/templates/hub-deployment.yaml +2 -0
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createk8sClient.js +1 -1
  30. package/ats/src/utils/deleteStack.js +1 -1
  31. package/ats/src/utils/gridComponents.js +1 -1
  32. package/ats/src/utils/hstUtils.js +1 -1
  33. package/ats/src/utils/instrumentationUtils.js +1 -1
  34. package/ats/src/utils/userInput.js +1 -1
  35. package/ats/src/utils/utilityMethods.js +1 -1
  36. package/ats/src/utils/webSocketUtils.js +1 -1
  37. package/package.json +1 -1
  38. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  39. package/src/bin/codeceptjs/command.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/jest/command.js +1 -1
  47. package/src/bin/jest/customImplements/customCircus.js +1 -1
  48. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  49. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  50. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  51. package/src/bin/jest/jest.setup.js +1 -1
  52. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  53. package/src/bin/jest/test-observability/helper.js +1 -1
  54. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  55. package/src/bin/jest/test-observability/test-details.js +1 -1
  56. package/src/bin/jest/test_before.setup.js +1 -1
  57. package/src/bin/launcher/launcher.js +1 -1
  58. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  59. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  60. package/src/bin/mocha/command.js +1 -1
  61. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  62. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  63. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  64. package/src/bin/mocha/test.setup.js +1 -1
  65. package/src/bin/nightwatch/command.js +1 -1
  66. package/src/bin/playwright/accessibility-helper.js +1 -1
  67. package/src/bin/playwright/command.js +1 -1
  68. package/src/bin/playwright/globalSetup.js +1 -1
  69. package/src/bin/playwright/mock-process.js +1 -1
  70. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  71. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  72. package/src/bin/playwright/reporter/reporter.js +1 -1
  73. package/src/bin/playwright/reporter/test-details.js +1 -1
  74. package/src/bin/runner.js +1 -1
  75. package/src/bin/setup.js +1 -1
  76. package/src/bin/test-runner/index.js +1 -1
  77. package/src/bin/test-runner/runTest.js +1 -1
  78. package/src/bin/test-runner/testWorker.js +1 -1
  79. package/src/bin/utils/constants.js +1 -1
  80. package/src/bin/utils/log4jsAppender.js +1 -1
  81. package/src/bin/utils/logPatcher.js +1 -1
  82. package/src/bin/utils/logReportingAPI.js +1 -1
  83. package/src/bin/vanilla-js/command.js +1 -1
  84. package/src/browserStackSdk.js +1 -1
  85. package/src/helpers/BrowserStackSetup.js +1 -1
  86. package/src/helpers/accessibility-automation/constants.js +1 -1
  87. package/src/helpers/accessibility-automation/helper.js +1 -1
  88. package/src/helpers/ats/constants.js +1 -1
  89. package/src/helpers/ats/helper.js +1 -1
  90. package/src/helpers/capsMapping.js +1 -1
  91. package/src/helpers/helper.js +1 -1
  92. package/src/helpers/logger.js +1 -1
  93. package/src/helpers/patchHelpers.js +1 -1
  94. package/src/helpers/percy/Percy.js +1 -1
  95. package/src/helpers/percy/PercyBinary.js +1 -1
  96. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  97. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  98. package/src/helpers/percy/PercySDK.js +1 -1
  99. package/src/helpers/percy/index.js +1 -1
  100. package/src/helpers/percy/utils.js +1 -1
  101. package/src/helpers/performance-tester.js +1 -1
  102. package/src/helpers/request-spy.js +1 -1
  103. package/src/helpers/setKeepAlive.js +1 -1
  104. package/src/helpers/test-observability/constants.js +1 -1
  105. package/src/helpers/test-observability/error-handler.js +1 -1
  106. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  107. package/src/helpers/test-observability/sessionHandler.js +1 -1
  108. package/src/helpers/test-observability/utils.js +1 -1
  109. package/src/helpers/w3cMapping.js +1 -1
  110. package/src/hubAllocationMethods.js +1 -1
  111. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a17_0x51d4f5=a17_0x3946;(function(_0x50b06d,_0x205dbb){const _0x619f05=a17_0x3946,_0x25c91e=_0x50b06d();while(!![]){try{const _0x2dbe3f=parseInt(_0x619f05(0x74))/0x1+-parseInt(_0x619f05(0x9c))/0x2+parseInt(_0x619f05(0x68))/0x3+-parseInt(_0x619f05(0x94))/0x4*(parseInt(_0x619f05(0x7b))/0x5)+-parseInt(_0x619f05(0x84))/0x6*(parseInt(_0x619f05(0x86))/0x7)+-parseInt(_0x619f05(0x8f))/0x8+parseInt(_0x619f05(0x93))/0x9*(parseInt(_0x619f05(0x6e))/0xa);if(_0x2dbe3f===_0x205dbb)break;else _0x25c91e['push'](_0x25c91e['shift']());}catch(_0x35e148){_0x25c91e['push'](_0x25c91e['shift']());}}}(a17_0x1961,0x1e2ad));const fs=require('fs'),path=require(a17_0x51d4f5(0x73)),{v4:uuidv4}=require(a17_0x51d4f5(0x8d)),helper=require(a17_0x51d4f5(0x6f));function a17_0x3946(_0x40a84d,_0xf18635){const _0x196148=a17_0x1961();return a17_0x3946=function(_0x394672,_0x51b480){_0x394672=_0x394672-0x68;let _0xea5d9c=_0x196148[_0x394672];return _0xea5d9c;},a17_0x3946(_0x40a84d,_0xf18635);}function a17_0x1961(){const _0x1b9794=['890XqFCdH','dirPath','shutdown','parse','getFilePath','yMOeQ','join','env','retry','103668neSJwR','getTestUUID','7bIpfhj','_projectId','stringify','setup','aoVjx','WONMb','setTestUUID','uuid','ubocT','1920632HmqxFF','.browserstack','jest-o11y-','tests','69786VFEbuc','4312nmEFDI','lfTWX','homedir','rmSync','recursive','removeTestUUID','readFileSync','aapRP','149228mLgSOG','647919LPiOTG','mkdirSync','unlinkSync','zOQmS','_test','UQSJJ','380iZOTzC','../../../helpers/helper','toString','.json','tLOGn','path','136795DmOuBk','nXuht','tcroC','existsSync','xRhJo','getTestRunIdFromTestInfo','BS_TESTOPS_BUILD_HASHED_ID'];a17_0x1961=function(){return _0x1b9794;};return a17_0x1961();}class TestDetails{static [a17_0x51d4f5(0x92)]={};static [a17_0x51d4f5(0x7c)]=path['join'](helper[a17_0x51d4f5(0x96)](),a17_0x51d4f5(0x90),a17_0x51d4f5(0x91)+process['env']['BS_TESTOPS_BUILD_HASHED_ID']);static[a17_0x51d4f5(0x89)](){const _0x5604c2=a17_0x51d4f5,_0x3d4260={};_0x3d4260[_0x5604c2(0x6b)]=_0x5604c2(0x90);const _0x394ce0=_0x3d4260;this[_0x5604c2(0x7c)]=path[_0x5604c2(0x81)](helper[_0x5604c2(0x96)](),_0x394ce0[_0x5604c2(0x6b)],'jest-o11y-'+process[_0x5604c2(0x82)][_0x5604c2(0x7a)]),this[_0x5604c2(0x7d)]();const _0x2edace={};_0x2edace[_0x5604c2(0x98)]=!![],fs[_0x5604c2(0x69)](this['dirPath'],_0x2edace);}static[a17_0x51d4f5(0x7f)](_0x1a68ca){const _0x4dca0f=a17_0x51d4f5,_0x2f4c9d={};_0x2f4c9d[_0x4dca0f(0x78)]=function(_0x3f2dac,_0x2d895d){return _0x3f2dac+_0x2d895d;},_0x2f4c9d[_0x4dca0f(0x6d)]=_0x4dca0f(0x71);const _0x5b20fc=_0x2f4c9d;return path[_0x4dca0f(0x81)](this[_0x4dca0f(0x7c)],_0x5b20fc[_0x4dca0f(0x78)](_0x1a68ca,_0x5b20fc[_0x4dca0f(0x6d)]));}static[a17_0x51d4f5(0x79)](_0x3e3ca7){const _0x276977=a17_0x51d4f5,_0x489d52={};_0x489d52[_0x276977(0x8e)]=function(_0x36bf08,_0x10a1a7){return _0x36bf08+_0x10a1a7;},_0x489d52['yMOeQ']=function(_0x2ef17d,_0x3a7b4d){return _0x2ef17d+_0x3a7b4d;},_0x489d52[_0x276977(0x8a)]=function(_0x5e6141,_0x22f0f1){return _0x5e6141+_0x22f0f1;};const _0x232e5d=_0x489d52;return _0x232e5d['ubocT'](_0x232e5d[_0x276977(0x8e)](_0x232e5d[_0x276977(0x80)](_0x232e5d[_0x276977(0x8a)](_0x3e3ca7[_0x276977(0x6c)][_0x276977(0x87)],'-'),_0x3e3ca7[_0x276977(0x6c)]['id']),'-'),_0x3e3ca7[_0x276977(0x83)]);}static[a17_0x51d4f5(0x85)](_0x40fda0){const _0x4b14e4=a17_0x51d4f5,_0x532108={};_0x532108[_0x4b14e4(0x72)]=function(_0x56e24a,_0x21cb23){return _0x56e24a!==_0x21cb23;},_0x532108[_0x4b14e4(0x8b)]=_0x4b14e4(0x75),_0x532108['tcroC']=_0x4b14e4(0x95);const _0x597802=_0x532108,_0x188fe6=this[_0x4b14e4(0x7f)](_0x40fda0);if(fs[_0x4b14e4(0x77)](_0x188fe6)){if(_0x597802['tLOGn'](_0x597802[_0x4b14e4(0x8b)],_0x597802[_0x4b14e4(0x76)])){const _0x16999e=JSON[_0x4b14e4(0x7e)](fs[_0x4b14e4(0x9a)](_0x188fe6)[_0x4b14e4(0x70)]());return this[_0x4b14e4(0x92)][_0x40fda0]=_0x16999e,this['tests'][_0x40fda0][_0x4b14e4(0x8d)];}else{const _0x3fb1e0=_0x3d1753[_0x4b14e4(0x7e)](_0x5b3cec[_0x4b14e4(0x9a)](_0x396c8d)[_0x4b14e4(0x70)]());return this[_0x4b14e4(0x92)][_0x4bd44c]=_0x3fb1e0,this[_0x4b14e4(0x92)][_0x4d858a][_0x4b14e4(0x8d)];}}}static[a17_0x51d4f5(0x8c)](_0x54eca4){const _0x22f674=a17_0x51d4f5,_0x15d4ca={'aapRP':function(_0x2e4756){return _0x2e4756();}},_0x53fbc3=this[_0x22f674(0x7f)](_0x54eca4);return this[_0x22f674(0x92)][_0x54eca4]={'uuid':_0x15d4ca[_0x22f674(0x9b)](uuidv4)},fs['writeFileSync'](_0x53fbc3,JSON[_0x22f674(0x88)](this[_0x22f674(0x92)][_0x54eca4])),this[_0x22f674(0x92)][_0x54eca4][_0x22f674(0x8d)];}static[a17_0x51d4f5(0x99)](_0x2a4a82){const _0xa8ec87=a17_0x51d4f5,_0x2f54da=this[_0xa8ec87(0x7f)](_0x2a4a82);fs[_0xa8ec87(0x77)](_0x2f54da)&&fs[_0xa8ec87(0x6a)](_0x2f54da);}static['shutdown'](){const _0x32e4fe=a17_0x51d4f5,_0x48c0ba={};_0x48c0ba[_0x32e4fe(0x98)]=!![],_0x48c0ba['force']=!![],fs[_0x32e4fe(0x97)](this[_0x32e4fe(0x7c)],_0x48c0ba);}}module['exports']=TestDetails;
1
+ const a17_0x48627e=a17_0x7b27;(function(_0x54527e,_0xb99c12){const _0x3635d4=a17_0x7b27,_0x286657=_0x54527e();while(!![]){try{const _0x25c488=-parseInt(_0x3635d4(0x1fe))/0x1+-parseInt(_0x3635d4(0x1f2))/0x2+parseInt(_0x3635d4(0x1f6))/0x3+parseInt(_0x3635d4(0x21c))/0x4*(parseInt(_0x3635d4(0x1f3))/0x5)+parseInt(_0x3635d4(0x1ff))/0x6+parseInt(_0x3635d4(0x1f1))/0x7*(-parseInt(_0x3635d4(0x1f4))/0x8)+parseInt(_0x3635d4(0x217))/0x9*(-parseInt(_0x3635d4(0x211))/0xa);if(_0x25c488===_0xb99c12)break;else _0x286657['push'](_0x286657['shift']());}catch(_0x2c32cd){_0x286657['push'](_0x286657['shift']());}}}(a17_0x5f1b,0x8131e));const fs=require('fs'),path=require(a17_0x48627e(0x214)),{v4:uuidv4}=require('uuid'),helper=require(a17_0x48627e(0x21f));function a17_0x7b27(_0x4ddc13,_0x928a5e){const _0x5f1b90=a17_0x5f1b();return a17_0x7b27=function(_0x7b2767,_0x3f3624){_0x7b2767=_0x7b2767-0x1f0;let _0x170395=_0x5f1b90[_0x7b2767];return _0x170395;},a17_0x7b27(_0x4ddc13,_0x928a5e);}class TestDetails{static ['tests']={};static [a17_0x48627e(0x205)]=path[a17_0x48627e(0x219)](helper[a17_0x48627e(0x21e)](),a17_0x48627e(0x206),a17_0x48627e(0x1fc)+process['env'][a17_0x48627e(0x208)]);static[a17_0x48627e(0x220)](){const _0x2c16cc=a17_0x48627e,_0x3b10b2={};_0x3b10b2[_0x2c16cc(0x213)]=_0x2c16cc(0x206);const _0xd6db53=_0x3b10b2;this['dirPath']=path['join'](helper['homedir'](),_0xd6db53[_0x2c16cc(0x213)],_0x2c16cc(0x1fc)+process[_0x2c16cc(0x200)][_0x2c16cc(0x208)]),this['shutdown']();const _0x1a38f3={};_0x1a38f3[_0x2c16cc(0x20d)]=!![],fs[_0x2c16cc(0x1fb)](this[_0x2c16cc(0x205)],_0x1a38f3);}static[a17_0x48627e(0x209)](_0x8f6145){const _0x3aa0ca=a17_0x48627e,_0x1b7fef={};_0x1b7fef[_0x3aa0ca(0x215)]=function(_0x2132da,_0xe2e188){return _0x2132da+_0xe2e188;},_0x1b7fef[_0x3aa0ca(0x1f0)]=_0x3aa0ca(0x21d);const _0x17da51=_0x1b7fef;return path[_0x3aa0ca(0x219)](this['dirPath'],_0x17da51[_0x3aa0ca(0x215)](_0x8f6145,_0x17da51[_0x3aa0ca(0x1f0)]));}static[a17_0x48627e(0x1f7)](_0x4eaf19){const _0x126e7b=a17_0x48627e,_0x214c75={};_0x214c75['ntLwP']=function(_0x142a2c,_0xac97d1){return _0x142a2c+_0xac97d1;},_0x214c75[_0x126e7b(0x1fa)]=function(_0x4917f6,_0x38f547){return _0x4917f6+_0x38f547;};const _0x46de67=_0x214c75;return _0x46de67[_0x126e7b(0x20e)](_0x46de67['ntLwP'](_0x46de67[_0x126e7b(0x20e)](_0x46de67[_0x126e7b(0x1fa)](_0x4eaf19['_test'][_0x126e7b(0x204)],'-'),_0x4eaf19[_0x126e7b(0x207)]['id']),'-'),_0x4eaf19[_0x126e7b(0x202)]);}static['getTestUUID'](_0x3999f0){const _0x5f24e=a17_0x48627e,_0x13cefe={};_0x13cefe[_0x5f24e(0x216)]=function(_0x5b426c,_0x1ada92){return _0x5b426c!==_0x1ada92;},_0x13cefe[_0x5f24e(0x20b)]=_0x5f24e(0x203);const _0x4b2c58=_0x13cefe,_0x5d7d9a=this[_0x5f24e(0x209)](_0x3999f0);if(fs[_0x5f24e(0x1f5)](_0x5d7d9a)){if(_0x4b2c58['xJhxJ'](_0x4b2c58[_0x5f24e(0x20b)],_0x4b2c58['frtiy'])){const _0x49e033=this['getFilePath'](_0x368127);_0x1d8254[_0x5f24e(0x1f5)](_0x49e033)&&_0x1dfaaa[_0x5f24e(0x20f)](_0x49e033);}else{const _0x1ed1e7=JSON['parse'](fs[_0x5f24e(0x21b)](_0x5d7d9a)[_0x5f24e(0x218)]());return this['tests'][_0x3999f0]=_0x1ed1e7,this[_0x5f24e(0x20c)][_0x3999f0][_0x5f24e(0x1f9)];}}}static[a17_0x48627e(0x212)](_0x4ca494){const _0x5b595e=a17_0x48627e,_0x269edb={'EHLMo':function(_0x290bd9){return _0x290bd9();}},_0x4b625e=this[_0x5b595e(0x209)](_0x4ca494);return this[_0x5b595e(0x20c)][_0x4ca494]={'uuid':_0x269edb[_0x5b595e(0x201)](uuidv4)},fs['writeFileSync'](_0x4b625e,JSON[_0x5b595e(0x1f8)](this['tests'][_0x4ca494])),this[_0x5b595e(0x20c)][_0x4ca494][_0x5b595e(0x1f9)];}static['removeTestUUID'](_0x454332){const _0x58de33=a17_0x48627e,_0x1a2a08=this[_0x58de33(0x209)](_0x454332);fs[_0x58de33(0x1f5)](_0x1a2a08)&&fs[_0x58de33(0x20f)](_0x1a2a08);}static[a17_0x48627e(0x210)](){const _0x3b8274=a17_0x48627e,_0x4a203d={};_0x4a203d['recursive']=!![],_0x4a203d[_0x3b8274(0x20a)]=!![],fs[_0x3b8274(0x21a)](this['dirPath'],_0x4a203d);}}function a17_0x5f1b(){const _0x47b26c=['1589UIfoNz','381562XeRSph','2313125gymklh','13448iVwQMp','existsSync','875946mglFBE','getTestRunIdFromTestInfo','stringify','uuid','GEwkW','mkdirSync','jest-o11y-','exports','147441NCEUPa','5376792hQXucR','env','EHLMo','retry','ITOpL','_projectId','dirPath','.browserstack','_test','BS_TESTOPS_BUILD_HASHED_ID','getFilePath','force','frtiy','tests','recursive','ntLwP','unlinkSync','shutdown','10iFlmjy','setTestUUID','tDcks','path','kIhjg','xJhxJ','7779357urjOZr','toString','join','rmSync','readFileSync','8SUcTaS','.json','homedir','../../../helpers/helper','setup','lIxWG'];a17_0x5f1b=function(){return _0x47b26c;};return a17_0x5f1b();}module[a17_0x48627e(0x1fd)]=TestDetails;
@@ -1 +1 @@
1
- function a18_0x4e10(_0x282e3e,_0x27a351){const _0x4df24b=a18_0x4df2();return a18_0x4e10=function(_0x4e10ed,_0x2b113e){_0x4e10ed=_0x4e10ed-0x1c0;let _0x193329=_0x4df24b[_0x4e10ed];return _0x193329;},a18_0x4e10(_0x282e3e,_0x27a351);}const a18_0x40f60e=a18_0x4e10;(function(_0x276120,_0x3155f6){const _0x5e8d34=a18_0x4e10,_0x310960=_0x276120();while(!![]){try{const _0x120cda=parseInt(_0x5e8d34(0x1c4))/0x1*(parseInt(_0x5e8d34(0x1c3))/0x2)+parseInt(_0x5e8d34(0x1c2))/0x3+-parseInt(_0x5e8d34(0x1c6))/0x4*(-parseInt(_0x5e8d34(0x1c0))/0x5)+-parseInt(_0x5e8d34(0x1c1))/0x6+parseInt(_0x5e8d34(0x1c5))/0x7*(parseInt(_0x5e8d34(0x1c8))/0x8)+-parseInt(_0x5e8d34(0x1d0))/0x9*(parseInt(_0x5e8d34(0x1cc))/0xa)+-parseInt(_0x5e8d34(0x1ce))/0xb*(parseInt(_0x5e8d34(0x1ca))/0xc);if(_0x120cda===_0x3155f6)break;else _0x310960['push'](_0x310960['shift']());}catch(_0x41e705){_0x310960['push'](_0x310960['shift']());}}}(a18_0x4df2,0x53343));const {requireModule}=require(a18_0x40f60e(0x1c9));require(a18_0x40f60e(0x1cb))();const __wd__=requireModule('selenium-webdriver');__wd__[a18_0x40f60e(0x1cd)]=global[a18_0x40f60e(0x1c7)][a18_0x40f60e(0x1cd)],__wd__['By']=global[a18_0x40f60e(0x1c7)]['By'],__wd__[a18_0x40f60e(0x1cf)]=global['__webdriver']['Builder'];function a18_0x4df2(){const _0x5b8609=['1111SRobNI','Builder','206325pifkOX','35rscRis','506928wOHXYk','1187847rMrSfo','472006RRereo','2fluoao','7nuXKkl','135356caDICl','__webdriver','2804840yBUSsn','../../helpers/helper','43404xOfkiE','../../helpers/setKeepAlive','290DPUfWX','until'];a18_0x4df2=function(){return _0x5b8609;};return a18_0x4df2();}
1
+ const a18_0x2eaaee=a18_0x4b2f;(function(_0x406765,_0x526a18){const _0x11a3e1=a18_0x4b2f,_0x46925b=_0x406765();while(!![]){try{const _0x5a3923=parseInt(_0x11a3e1(0x1ce))/0x1*(parseInt(_0x11a3e1(0x1cc))/0x2)+parseInt(_0x11a3e1(0x1c3))/0x3*(-parseInt(_0x11a3e1(0x1c0))/0x4)+parseInt(_0x11a3e1(0x1cd))/0x5+parseInt(_0x11a3e1(0x1c8))/0x6*(-parseInt(_0x11a3e1(0x1cf))/0x7)+parseInt(_0x11a3e1(0x1cb))/0x8*(parseInt(_0x11a3e1(0x1c6))/0x9)+parseInt(_0x11a3e1(0x1ca))/0xa*(parseInt(_0x11a3e1(0x1c5))/0xb)+-parseInt(_0x11a3e1(0x1c1))/0xc;if(_0x5a3923===_0x526a18)break;else _0x46925b['push'](_0x46925b['shift']());}catch(_0x1d36de){_0x46925b['push'](_0x46925b['shift']());}}}(a18_0x5b24,0xb9245));function a18_0x4b2f(_0x438fc0,_0x32c579){const _0x5b241c=a18_0x5b24();return a18_0x4b2f=function(_0x4b2f7d,_0x51c702){_0x4b2f7d=_0x4b2f7d-0x1be;let _0x2defc1=_0x5b241c[_0x4b2f7d];return _0x2defc1;},a18_0x4b2f(_0x438fc0,_0x32c579);}const {requireModule}=require(a18_0x2eaaee(0x1c7));require(a18_0x2eaaee(0x1bf))();const __wd__=requireModule(a18_0x2eaaee(0x1be));function a18_0x5b24(){const _0x34eb38=['28479KDxxRL','9XnaMgn','../../helpers/helper','42aDvJwL','Builder','4830ralrYk','5838328nSerKX','37028pirIAb','3417285woTMlE','75oUvXqe','924301fkrxTH','selenium-webdriver','../../helpers/setKeepAlive','20ULpJNq','20413896mgGwVc','__webdriver','401091TJCZms','until'];a18_0x5b24=function(){return _0x34eb38;};return a18_0x5b24();}__wd__[a18_0x2eaaee(0x1c4)]=global['__webdriver'][a18_0x2eaaee(0x1c4)],__wd__['By']=global[a18_0x2eaaee(0x1c2)]['By'],__wd__[a18_0x2eaaee(0x1c9)]=global[a18_0x2eaaee(0x1c2)]['Builder'];
@@ -1 +1 @@
1
- const a19_0x314b63=a19_0x1a7f;function a19_0x50c9(){const _0x541240=['9105WYTVti','configuration','3424956EGLBfX','wjphC','wSuun','kgRqQ','browserstackAgent','../cucumber-js/timeout.setup.js','DsWCW','turboScaleUrl','obmnW','../mocha/test.setup','testsUnknown','KSVcv','goEtk','RaheP','_formatter','pendingUploads','stepsFailed','aSvTP','LnKpn','@cucumber/cucumber/lib/api/paths.js','testsPending','wbkkp','rQvlP','CLwqp','vanilla','testsSkipped','OeOTG','SKHIM','split','FsjfB','qBXsw','LmYOf','TCsEX','testsAmbiguous','BLEbb','AnCbM','WrcgL','handleRequires','path','skipSessionName','jCoEq','cucumber-js','NxOUT','splice','kUceh','../utils/constants','vecil','XoIgo','XLkyc','MLAsk','RXmee','IxKPH','totalTests','yDYpc','spec','ocgkb','assign','beforeEach','env','QBuHH','testSuites','KCTiY','LEnHE','platformCaps','mochaOpts','EiXky','YEkmo','KxjCZ','browserStackPercyOptions','gvIOO','cfcAz','gUwOn','mocha','lYSVv','iDGZt','_configuration','indexOf','unshift','cucumber/lib/cli/configuration_builder.js','nNAzK','_mochaOpts','mocha/lib/cli/run-helpers.js','tWaoF','prototype','7|4|0|5|12|9|20|14|17|1|2|21|3|8|18|6|10|19|11|13|16|15','testSuitesFailed','success','join','PWTus','../../helpers/helper','483805ovwkHs','edZkI','MXYUD','qTbLh','wonlz','qmWbx','../../helpers/test-observability/requestQueueHandler','mochaHooks',':tmp/','NqLjg','file','testsErrorMessage','crMYJ','7654400JPqbax','QzHMg','urriQ','formatter','LUMop','gMEmn','tXRvt','1351204nBYNdj','_capability','percyCaptureMode','_framework','mSqAV','wWxIC','NlOPE','TTxoS','beforeAll','cikeU','KwKzP','testsUndefined','QgLZB','_testObservability','extname','suEMS','tUAvg','build','KAzuM','__driversArray','__platform__','__platformCaps','skipSessionStatus','4|2|1|12|10|7|3|20|6|9|18|21|11|16|5|0|19|13|15|17|14|8','default','AnWJj','reporterOptions','prevRun','tmp/','browserstackPercyBestPlatform','JWdDo','GxfRD','Pobav','HNsTY','IloWO','scenarios','tnoQp','stepsAmbiguous','_argv','LSfER','steps','maxWorkers','efdAd','hWMug','capabilities','isBrowserstackInfra','testContextOptions','--parallel','3fgXqCq','stepsUndefined','gQVDd','stringify','require','ADhMR','mRxqq','tjBJB','__skipSessionStatus','aTdHg','Wgbjj','UZGWY','saOiK','mSyex','scenariosFailed','cwd','NYlyg','ZfSZT','platformIndex','tmykA','nestedKeyValue','LQpdj','dozkv','VNJpe','ZXmrZ','wOzih','VfkBG','supportCodePaths','OnGRq','FKVln','../../helpers/setKeepAlive','MlOGU','cHmce','1430702bFemIS','HNqvD','_accessibilityAutomation','rootHooks','run','twQJp','ZyMvG','KSpLP','lRJRb','beforeExit','gjbYF','tcqyy','timeout','viMEn','VgEhf','getInstance','miHbs','MonKq','args','../cucumber-js/test.setup.js','zmojj','stderr','DtNXa','replace','call','catch','error','ksqpb','--format','gtGtc','afterEach','CZwiP','../cucumber-js/formatter/custom_formatter.js','then','wcCJc','gfNPN','afterAll','push','xMteQ','testsPassed','../mocha/bstack-reporter/customReporter.js','../mocha/test-observability/data-hooks','EDxwq','length','zTMKk','exitCode','@cucumber/cucumber/lib/cli/configuration_builder.js','testsFailed','Bdgfu','aVzTW','husBg','CjYYK','gusrb','rpQJr','stepsPending','stepsPassed','UIZoi','vMBUO','APxPj','../../helpers/test-observability/utils','_bsConfig','uaLbx','platform','stepsSkipped','rQRvf','SdrxY','PHXNs','qYQFg','NXsmH','dlFNK','971938ZfYPWv','sqzcT','BSTACK_DELTA','TBRRu','MQwvf','__skipSessionName','ZyVBf','tNFit','ZzCEK','CONFIG','fIkqP','stdout','MgOMX','wSltL','etHmL','onAWj','Dwunp','capability','../cucumber-js/test_old.setup.js','percy'];a19_0x50c9=function(){return _0x541240;};return a19_0x50c9();}function a19_0x1a7f(_0x149795,_0x2dd00f){const _0x50c9dd=a19_0x50c9();return a19_0x1a7f=function(_0x1a7f69,_0x13cdea){_0x1a7f69=_0x1a7f69-0xdb;let _0x24cfc7=_0x50c9dd[_0x1a7f69];return _0x24cfc7;},a19_0x1a7f(_0x149795,_0x2dd00f);}(function(_0x1ca099,_0x299894){const _0x37fa64=a19_0x1a7f,_0x1094ef=_0x1ca099();while(!![]){try{const _0x414fc=-parseInt(_0x37fa64(0x156))/0x1+parseInt(_0x37fa64(0x142))/0x2*(parseInt(_0x37fa64(0xdb))/0x3)+parseInt(_0x37fa64(0x1c6))/0x4+parseInt(_0x37fa64(0x1b2))/0x5+parseInt(_0x37fa64(0x158))/0x6+-parseInt(_0x37fa64(0xfc))/0x7+-parseInt(_0x37fa64(0x1bf))/0x8;if(_0x414fc===_0x299894)break;else _0x1094ef['push'](_0x1094ef['shift']());}catch(_0x45e400){_0x1094ef['push'](_0x1094ef['shift']());}}}(a19_0x50c9,0x4e62a));const path=require(a19_0x314b63(0x17e)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require('../../helpers/helper'),constants=require(a19_0x314b63(0x185)),{isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),RequestQueueHandler=require(a19_0x314b63(0x1b8)),{isTestObservabilitySession}=require(a19_0x314b63(0x137)),helper=require(a19_0x314b63(0x1b1));class Launcher{constructor(_0x346141,_0x287d05,_0x59db6b,_0x41a9d0=[]){const _0x229003=a19_0x314b63,_0x26715b={'LEnHE':_0x229003(0x1ac),'Pobav':function(_0x5d7b06){return _0x5d7b06();}},_0x3d7588=_0x26715b[_0x229003(0x196)][_0x229003(0x174)]('|');let _0x57f8ca=0x0;while(!![]){switch(_0x3d7588[_0x57f8ca++]){case'0':this[_0x229003(0x1a8)]=_0x287d05[_0x229003(0x198)];continue;case'1':this[_0x229003(0xfe)]=_0x26715b['Pobav'](isAccessibilityAutomationSession);continue;case'2':global[_0x229003(0x1db)]=this['_configuration']['platformCaps']||{};continue;case'3':global[_0x229003(0x18c)]=0x0;continue;case'4':this['_configuration']=_0x287d05[_0x229003(0x157)]||{};continue;case'5':this[_0x229003(0x166)]=_0x287d05[_0x229003(0x1c2)];continue;case'6':global[_0x229003(0x16c)]=0x0;continue;case'7':this['_framework']=_0x346141;continue;case'8':global[_0x229003(0x123)]=0x0;continue;case'9':global['__platform__']=this[_0x229003(0x1a3)][_0x229003(0x13a)];continue;case'10':global['testsSkipped']=0x0;continue;case'11':global['testsUndefined']=0x0;continue;case'12':this[_0x229003(0x1c7)]=this[_0x229003(0x1a3)]['capability'];continue;case'13':global['testsUnknown']=0x0;continue;case'14':this[_0x229003(0x138)]=_0x59db6b;continue;case'15':global[_0x229003(0x1bd)]={};continue;case'16':global[_0x229003(0x179)]=0x0;continue;case'17':this['_testObservability']=_0x26715b[_0x229003(0x1e6)](isTestObservabilitySession);continue;case'18':global[_0x229003(0x12b)]=0x0;continue;case'19':global[_0x229003(0x1ad)]=0x0;continue;case'20':this['_argv']=_0x41a9d0;continue;case'21':global[_0x229003(0x194)]=0x0;continue;}break;}}[a19_0x314b63(0x100)](){const _0x821997=a19_0x314b63,_0x3f959e={'APxPj':_0x821997(0x118),'goEtk':function(_0x59b598,_0x30dcb0){return _0x59b598!==_0x30dcb0;},'OeOTG':function(_0x14ead3,_0x1c0b26){return _0x14ead3(_0x1c0b26);},'gQVDd':function(_0x578611,_0x5d21ca){return _0x578611===_0x5d21ca;},'wcCJc':'loxEJ','aVzTW':_0x821997(0x19d),'Bdgfu':function(_0x3c9e49,_0x4be5ed){return _0x3c9e49<=_0x4be5ed;},'QzHMg':_0x821997(0xe0),'NxOUT':_0x821997(0x16a),'OnyCu':function(_0x37cd97,_0x427966){return _0x37cd97(_0x427966);},'wWxIC':function(_0x593007,_0x3e2f1f){return _0x593007!==_0x3e2f1f;},'bCJSE':'rnSoP','QcrTO':_0x821997(0xeb),'fIkqP':function(_0x1c95f9,_0x4ca8a4,_0xdccbbb){return _0x1c95f9(_0x4ca8a4,_0xdccbbb);},'husBg':function(_0x4a9526,_0x52a6ba){return _0x4a9526!==_0x52a6ba;},'LQEac':_0x821997(0x146),'lYSVv':'cucumber/lib/cli/index.js','cfcAz':_0x821997(0x122),'urriQ':function(_0x369689,_0x5538bf){return _0x369689(_0x5538bf);},'VNJpe':function(_0x5be0b5,_0x3e3648){return _0x5be0b5(_0x3e3648);},'ZzCEK':function(_0x1a09ac,_0x4aaa89){return _0x1a09ac(_0x4aaa89);},'QBuHH':'@cucumber/cucumber/lib/cli/index.js','DsWCW':function(_0x8d573e,_0x5c2aa3){return _0x8d573e(_0x5c2aa3);},'saOiK':_0x821997(0x1a6),'SKHIM':'../cucumber-js/formatter/custom_formatter_old_versions.js','VfkBG':_0x821997(0x154),'JWdDo':function(_0x21f886,_0x2f881a){return _0x21f886>_0x2f881a;},'KxjCZ':_0x821997(0xec),'ZyMvG':'trTWJ','PWTus':_0x821997(0x12a),'rQvlP':_0x821997(0x11c),'AnCbM':function(_0x5aefa2){return _0x5aefa2();},'THQfN':'DhGzX','aSvTP':_0x821997(0x165),'HNqvD':'../../index','GxfRD':_0x821997(0x1dd),'zmojj':_0x821997(0x125),'VgEhf':function(_0x50cd4e,_0x3ca9f9){return _0x50cd4e(_0x3ca9f9);},'BLEbb':_0x821997(0xf9),'vecil':_0x821997(0x1a0),'miHbs':function(_0x1446cc,_0x5e8901){return _0x1446cc!==_0x5e8901;},'suEMS':'Zpxle','MlOGU':_0x821997(0xf8),'qmWbx':_0x821997(0x1a9),'EiXky':_0x821997(0x103),'MLAsk':_0x821997(0x139),'IxKPH':_0x821997(0x161),'jtIWs':function(_0x4800bb){return _0x4800bb();},'NlOPE':_0x821997(0x11f),'mSyex':function(_0x2f8807,_0x72d5a5){return _0x2f8807===_0x72d5a5;},'MgOMX':_0x821997(0x109),'xEjFK':_0x821997(0xf1),'wYWlB':function(_0x3d2e28,_0x3b2010){return _0x3d2e28*_0x3b2010;},'wonlz':function(_0x1aa1a4,_0x803ba3){return _0x1aa1a4===_0x803ba3;},'qBXsw':'SwpjV','gjbYF':function(_0xeef915,_0x565e3a){return _0xeef915===_0x565e3a;},'obmnW':_0x821997(0x15b),'PteFO':'wywjT','VNZtO':_0x821997(0x124),'YOxEd':function(_0x3fd264,_0x525806){return _0x3fd264||_0x525806;},'rpQJr':_0x821997(0x18e),'cuXRx':_0x821997(0xed),'CZwiP':_0x821997(0x19c),'rNOWt':_0x821997(0x1e3),'iDGZt':_0x821997(0x155),'hfMEG':_0x821997(0x1c8),'TBRRu':function(_0x314628,_0x254d8e){return _0x314628!==_0x254d8e;},'UZGWY':'uqpIU','tXRvt':function(_0x156e6d,_0xd1a6a8){return _0x156e6d!==_0xd1a6a8;},'vMBUO':_0x821997(0x1f0),'mRxqq':'VzfZo','tUAvg':_0x821997(0x18a),'fbJrP':function(_0x5626db,_0x1ac60e){return _0x5626db!==_0x1ac60e;},'rQRvf':_0x821997(0x1aa),'wOzih':function(_0x30f711,_0x1d1aee){return _0x30f711===_0x1d1aee;},'ocgkb':'wyqVg','nNAzK':function(_0x1ae91b,_0x3ed442){return _0x1ae91b===_0x3ed442;},'AnWJj':_0x821997(0x140),'gusrb':'VKOPX','LUMop':function(_0x343cff,_0x307f53){return _0x343cff(_0x307f53);},'tNFit':_0x821997(0x181),'CLwqp':function(_0x4438a9,_0x202aaa){return _0x4438a9!==_0x202aaa;},'UIZoi':_0x821997(0x1ed),'SSrVr':_0x821997(0x104),'cikeU':function(_0x419912,_0x1ce9e8){return _0x419912(_0x1ce9e8);},'XLkyc':_0x821997(0x126),'KCTiY':function(_0x15ca37,_0xbc50e2){return _0x15ca37(_0xbc50e2);},'wSltL':function(_0x2e976a,_0x52fa34){return _0x2e976a>_0x52fa34;},'LQpdj':_0x821997(0x1ea),'PHXNs':_0x821997(0x15d),'BjNrd':function(_0xeb6277,_0x33f73b){return _0xeb6277===_0x33f73b;},'CjYYK':'URPCB','HBvgD':_0x821997(0x148),'DtNXa':function(_0x23a84a,_0x268e72){return _0x23a84a(_0x268e72);},'xZdaE':_0x821997(0x16b),'LmYOf':_0x821997(0x10f),'crMYJ':_0x821997(0xf3),'IloWO':function(_0x31c1e9,_0x15db45){return _0x31c1e9(_0x15db45);},'MnUPw':_0x821997(0x1f5),'DkeLj':function(_0xdcd5ca,_0x316a4c){return _0xdcd5ca>_0x316a4c;},'wbkkp':function(_0x3dde59,_0x406985){return _0x3dde59<_0x406985;},'hWMug':function(_0x2e586f,_0x2bb6f7){return _0x2e586f(_0x2bb6f7);},'MonKq':function(_0x3a0cba,_0x3ec701){return _0x3a0cba!==_0x3ec701;},'tcqyy':function(_0x31616c,_0x19ebf9){return _0x31616c!==_0x19ebf9;},'zTMKk':_0x821997(0x170),'TTxoS':function(_0x1608fe){return _0x1608fe();},'PYMpj':function(_0x23f37c,_0x571835){return _0x23f37c(_0x571835);},'onAWj':_0x821997(0x105),'edZkI':function(_0x42f954){return _0x42f954();}};return new Promise(async(_0x12e98f,_0x55d6d4)=>{const _0x49e070=_0x821997,_0x3a3492={'XoIgo':function(_0x27a6cc,_0x15c8a5){return _0x3f959e['ZzCEK'](_0x27a6cc,_0x15c8a5);},'etHmL':_0x3f959e[_0x49e070(0x193)],'tmykA':function(_0x4a260c,_0x295188){const _0x393a37=_0x49e070;return _0x3f959e[_0x393a37(0x1c1)](_0x4a260c,_0x295188);},'wjphC':function(_0x3ff733,_0x4c949f){const _0xe55277=_0x49e070;return _0x3f959e[_0xe55277(0x15e)](_0x3ff733,_0x4c949f);},'tjBJB':_0x3f959e['saOiK'],'NqLjg':_0x3f959e[_0x49e070(0x136)],'aTdHg':_0x3f959e[_0x49e070(0x173)],'xeBol':_0x3f959e[_0x49e070(0xf5)],'Dwunp':function(_0x49ce09,_0x317f17){const _0x1b443f=_0x49e070;return _0x3f959e[_0x1b443f(0x14a)](_0x49ce09,_0x317f17);},'qYQFg':function(_0x50aef6,_0x36cad0){const _0x538093=_0x49e070;return _0x3f959e[_0x538093(0x164)](_0x50aef6,_0x36cad0);},'KAzuM':function(_0x33894f,_0x4474c0){return _0x3f959e['JWdDo'](_0x33894f,_0x4474c0);},'MXYUD':function(_0x3b8358,_0x4a000f){const _0x36182c=_0x49e070;return _0x3f959e[_0x36182c(0x1cb)](_0x3b8358,_0x4a000f);},'KSVcv':_0x3f959e[_0x49e070(0x19b)],'FsjfB':_0x3f959e[_0x49e070(0x102)],'TCsEX':_0x3f959e['PWTus'],'mSqAV':_0x3f959e[_0x49e070(0x16e)],'gUwOn':function(_0x1df533){return _0x3f959e['AnCbM'](_0x1df533);},'SdrxY':_0x3f959e['THQfN'],'qTbLh':_0x3f959e[_0x49e070(0x169)],'BMlOx':function(_0x49d3cb,_0x327d93){const _0x211ccd=_0x49e070;return _0x3f959e[_0x211ccd(0xf2)](_0x49d3cb,_0x327d93);},'gMEmn':_0x3f959e[_0x49e070(0xfd)],'OnGRq':_0x3f959e[_0x49e070(0x1e5)],'fCVQP':function(_0x28c3bd){const _0xd3a2b3=_0x49e070;return _0x3f959e[_0xd3a2b3(0x17b)](_0x28c3bd);},'sqzcT':function(_0x4efe2f,_0x4bfa8b){const _0x2e23a9=_0x49e070;return _0x3f959e[_0x2e23a9(0x172)](_0x4efe2f,_0x4bfa8b);},'WrcgL':_0x3f959e[_0x49e070(0x110)],'ksqpb':function(_0x1b3990,_0x55d83a){const _0x87a99c=_0x49e070;return _0x3f959e[_0x87a99c(0x1e4)](_0x1b3990,_0x55d83a);},'wSuun':function(_0x4b405b,_0x4efe9f){const _0x5e8a47=_0x49e070;return _0x3f959e[_0x5e8a47(0x10a)](_0x4b405b,_0x4efe9f);}};_0x3f959e['OeOTG'](require,_0x3f959e[_0x49e070(0x17a)])();if(_0x3f959e['gQVDd'](this[_0x49e070(0x1c9)],_0x3f959e[_0x49e070(0x186)])){if(_0x3f959e[_0x49e070(0x10c)](_0x3f959e[_0x49e070(0x1d5)],_0x3f959e[_0x49e070(0xfa)])){const _0x480bf5=_0x3f959e[_0x49e070(0x15e)](requireModule,_0x3f959e[_0x49e070(0x1b7)]),_0x4e9b2b=_0x3f959e['OeOTG'](requireModule,_0x3f959e[_0x49e070(0x186)]);_0x3f959e[_0x49e070(0x17b)](isBrowserstackInfra)&&(_0x3f959e[_0x49e070(0x12e)](_0x3f959e[_0x49e070(0x199)],_0x3f959e[_0x49e070(0x189)])?_0x3f959e['AnCbM'](modifyCommand):(_0x3feec1[_0x49e070(0x121)](_0x3f959e[_0x49e070(0x136)]),_0x53d45a[_0x49e070(0x121)](_0x585f12+_0x49e070(0x1ba)+_0x8297f0)));const _0x58d4fd=_0x3f959e[_0x49e070(0x10a)](require,_0x3f959e[_0x49e070(0x18b)])[_0x49e070(0x1b9)],_0x164ee3={};_0x164ee3[_0x49e070(0x1ce)]=[_0x58d4fd[_0x49e070(0x1ce)]],_0x164ee3[_0x49e070(0x191)]=[_0x58d4fd[_0x49e070(0x191)]],_0x164ee3['afterAll']=[_0x58d4fd[_0x49e070(0x120)]],_0x164ee3['afterEach']=[_0x58d4fd['afterEach']];const _0x581444=_0x164ee3;if(_0x3f959e['jtIWs'](isTestObservabilitySession)){if(_0x3f959e[_0x49e070(0xdd)](_0x3f959e[_0x49e070(0x1cc)],_0x3f959e[_0x49e070(0x1cc)])){const _0x642817=_0x3f959e[_0x49e070(0x10a)](require,_0x3f959e[_0x49e070(0x110)])[_0x49e070(0x1b9)];_0x581444[_0x49e070(0x1ce)][_0x49e070(0x1a5)](_0x642817['beforeAll']),_0x581444[_0x49e070(0x120)][_0x49e070(0x121)](_0x642817['afterAll']);}else this[_0x49e070(0x138)][_0x49e070(0x1f4)][_0x49e070(0x17f)]&&(_0x16a066[_0x49e070(0x147)]=!![]),this[_0x49e070(0x138)][_0x49e070(0x1f4)][_0x49e070(0x1dc)]&&(_0x4a82b8[_0x49e070(0xe3)]=!![]);}const _0x21fa76=await _0x480bf5[_0x49e070(0x17d)](this[_0x49e070(0x1a8)][_0x49e070(0xdf)]);Object[_0x49e070(0x190)](this[_0x49e070(0x1a8)],_0x21fa76);if(this['_mochaOpts'][_0x49e070(0xff)]){if(_0x3f959e[_0x49e070(0xe8)](_0x3f959e[_0x49e070(0x14e)],_0x3f959e['xEjFK'])){const _0x2e292f=this[_0x49e070(0x166)][_0x2e926a][0x1],_0x2a5758=''+this[_0x49e070(0x166)][_0xa0edfd][0x0];if(_0x3f959e[_0x49e070(0x164)](_0x2e292f,_0x297599)){const _0xdbd71f=_0x49e070(0x1e2)+_0x593098+_0x4cd9a8[_0x49e070(0x1d4)](_0x2e292f);_0x49bf95['push'](_0x3f959e[_0x49e070(0x136)]),_0x826ccd['push'](_0x2a5758+':'+_0xdbd71f);}else _0x2cdf24[_0x49e070(0x121)](_0x3f959e['APxPj']),_0x1288bf['push'](_0x2a5758+_0x49e070(0x1ba)+_0x21e4be);}else this[_0x49e070(0x1a8)][_0x49e070(0xff)][_0x49e070(0x1ce)]&&_0x581444[_0x49e070(0x1ce)][_0x49e070(0x1a5)](...this[_0x49e070(0x1a8)][_0x49e070(0xff)][_0x49e070(0x1ce)]),this['_mochaOpts'][_0x49e070(0xff)][_0x49e070(0x191)]&&_0x581444[_0x49e070(0x191)][_0x49e070(0x1a5)](...this[_0x49e070(0x1a8)][_0x49e070(0xff)]['beforeEach']),this['_mochaOpts']['rootHooks'][_0x49e070(0x120)]&&_0x581444[_0x49e070(0x120)][_0x49e070(0x121)](...this[_0x49e070(0x1a8)][_0x49e070(0xff)]['afterAll']),this[_0x49e070(0x1a8)][_0x49e070(0xff)][_0x49e070(0x11a)]&&_0x581444[_0x49e070(0x11a)]['push'](...this['_mochaOpts']['rootHooks'][_0x49e070(0x11a)]);}const _0x1c9094=this[_0x49e070(0x1a8)]['reporter'];let _0x50865d=_0x3f959e['wYWlB'](this[_0x49e070(0x1a8)][_0x49e070(0x108)],0x1);if(_0x3f959e['gQVDd'](this['_mochaOpts'][_0x49e070(0x108)],0x0)){if(_0x3f959e['wonlz'](_0x3f959e[_0x49e070(0x176)],_0x3f959e[_0x49e070(0x176)]))_0x50865d=0x0;else return;}else _0x3f959e['gjbYF'](_0x3f959e[_0x49e070(0x160)],_0x3f959e['PteFO'])?_0x3a3492[_0x49e070(0x187)](_0x13e5f1,_0x5639c4):_0x50865d+=constants[_0x49e070(0x144)];const _0x3f5d56={...this['_mochaOpts'],'reporter':path['join'](__dirname,_0x3f959e['VNZtO']),'reporterOption':{...this[_0x49e070(0x1a8)][_0x49e070(0x1e0)],'type':_0x3f959e['YOxEd'](_0x1c9094,_0x3f959e[_0x49e070(0x131)]),'testObservability':this['_testObservability'],'bsConfig':this[_0x49e070(0x138)]},'parallel':![],'rootHooks':_0x581444,'isWorker':!![],'timeout':_0x50865d};global['browserstackPlatformIndex']=helper[_0x49e070(0xef)](this[_0x49e070(0x1a3)],[_0x3f959e['cuXRx']]),global[_0x49e070(0x1e3)]=helper[_0x49e070(0xef)](this[_0x49e070(0x1a3)],[_0x3f959e[_0x49e070(0x11b)],_0x3f959e['rNOWt']]),global[_0x49e070(0x155)]=helper[_0x49e070(0xef)](this[_0x49e070(0x1a3)],[_0x3f959e[_0x49e070(0x11b)],_0x3f959e[_0x49e070(0x1a2)]]),global[_0x49e070(0x1c8)]=helper[_0x49e070(0xef)](this[_0x49e070(0x1a3)],[_0x3f959e[_0x49e070(0x11b)],_0x3f959e['hfMEG']]),global[_0x49e070(0x1f2)]=[this['_capability']];if(helper[_0x49e070(0x1f3)]()){if(_0x3f959e[_0x49e070(0x145)](_0x3f959e[_0x49e070(0xe6)],_0x3f959e[_0x49e070(0xe6)]))this['_mochaOpts'][_0x49e070(0xff)][_0x49e070(0x1ce)]&&_0x129829[_0x49e070(0x1ce)][_0x49e070(0x1a5)](...this[_0x49e070(0x1a8)][_0x49e070(0xff)][_0x49e070(0x1ce)]),this[_0x49e070(0x1a8)]['rootHooks'][_0x49e070(0x191)]&&_0x485fc2[_0x49e070(0x191)][_0x49e070(0x1a5)](...this[_0x49e070(0x1a8)][_0x49e070(0xff)][_0x49e070(0x191)]),this['_mochaOpts'][_0x49e070(0xff)][_0x49e070(0x120)]&&_0xf8688a[_0x49e070(0x120)][_0x49e070(0x121)](...this[_0x49e070(0x1a8)][_0x49e070(0xff)][_0x49e070(0x120)]),this['_mochaOpts'][_0x49e070(0xff)][_0x49e070(0x11a)]&&_0x27f681[_0x49e070(0x11a)][_0x49e070(0x121)](...this[_0x49e070(0x1a8)][_0x49e070(0xff)]['afterEach']);else{this['_bsConfig']['testContextOptions']['skipSessionName']&&(_0x3f959e[_0x49e070(0x1c5)](_0x3f959e[_0x49e070(0x135)],_0x3f959e[_0x49e070(0x135)])?_0x5d8762=_0x3a3492['XoIgo'](_0x16ba8d,_0x3a3492[_0x49e070(0x150)]):global[_0x49e070(0x147)]=!![]);if(this['_bsConfig']['testContextOptions'][_0x49e070(0x1dc)]){if(_0x3f959e[_0x49e070(0xdd)](_0x3f959e[_0x49e070(0xe1)],_0x3f959e[_0x49e070(0x1d6)])){const _0xcc9f52={};_0xcc9f52[_0x49e070(0x1e9)]=_0x5634ee[_0x49e070(0x194)],_0xcc9f52[_0x49e070(0x1ee)]=_0x313f22[_0x49e070(0x18c)],_0xcc9f52['scenariosFailed']=_0xd4638b['testSuitesFailed'],_0xcc9f52[_0x49e070(0x168)]=_0xfd4454[_0x49e070(0x12b)],_0xcc9f52[_0x49e070(0x133)]=_0x4347e3[_0x49e070(0x123)],_0xcc9f52[_0x49e070(0x13b)]=_0x39c93e[_0x49e070(0x171)],_0xcc9f52[_0x49e070(0x132)]=_0x4b2988[_0x49e070(0x16c)],_0xcc9f52['stepsUndefined']=_0x5e47e3[_0x49e070(0x1d1)],_0xcc9f52['stepsUnknown']=_0xc13a06['testsUnknown'],_0xcc9f52[_0x49e070(0x1eb)]=_0x2ca1d7[_0x49e070(0x179)],_0xcc9f52['processSuccess']=_0x55d924[_0x49e070(0x1ae)],_0xcc9f52[_0x49e070(0x1bd)]=_0x109968[_0x49e070(0x1bd)];const _0x12eb97=_0xcc9f52;_0x3a3492['tmykA'](_0x65a8a7,_0x12eb97);}else global[_0x49e070(0xe3)]=!![];}}}this['_bsConfig'][_0x49e070(0x15f)]&&(_0x3f959e['fbJrP'](_0x3f959e[_0x49e070(0x13c)],_0x3f959e[_0x49e070(0x13c)])?(_0x34d1c6=_0x3a3492['wjphC'](_0x273212,_0x3a3492[_0x49e070(0xe2)])['default'],_0x54e6bd[_0x49e070(0x121)](_0x3a3492[_0x49e070(0x1bb)]),_0x3d1b0e[_0x49e070(0x121)](_0x4be7c7['join'](_0x1fde9e,_0x3a3492[_0x49e070(0xe4)])),_0x5e8b9b=_0x3a3492['xeBol']):this['_configuration'][_0x49e070(0x15f)]=this['_bsConfig'][_0x49e070(0x15f)]);const _0x20ea07=new _0x4e9b2b(_0x3f5d56);_0x20ea07[_0x49e070(0x1e1)]=_0x20ea07[_0x49e070(0x100)];if(_0x3f959e[_0x49e070(0x17b)](isTestObservabilitySession))_0x3f959e[_0x49e070(0xf4)](_0x3f959e[_0x49e070(0x18f)],_0x3f959e[_0x49e070(0x18f)])?_0x20ea07[_0x49e070(0x100)]=function(_0x1f9673){const _0x30c83d=_0x49e070,_0x5e2d37={'YEkmo':function(_0x424467,_0x40912e){const _0x1f0ec2=a19_0x1a7f;return _0x3f959e[_0x1f0ec2(0x172)](_0x424467,_0x40912e);},'yDYpc':function(_0xe89ba1,_0x24c6c5){return _0x3f959e['gQVDd'](_0xe89ba1,_0x24c6c5);},'Wgbjj':_0x3f959e[_0x30c83d(0x11e)],'TfRGX':_0x3f959e[_0x30c83d(0x12d)],'mTHdA':function(_0x55c327,_0x546d69){const _0x5b26f6=_0x30c83d;return _0x3f959e[_0x5b26f6(0x12c)](_0x55c327,_0x546d69);},'HNsTY':function(_0x3d277b,_0x403938){const _0x144178=_0x30c83d;return _0x3f959e[_0x144178(0xdd)](_0x3d277b,_0x403938);},'jCoEq':_0x3f959e[_0x30c83d(0x1c0)],'kUceh':_0x3f959e[_0x30c83d(0x182)],'gtGtc':function(_0x40e351,_0x403077){return _0x3f959e['OnyCu'](_0x40e351,_0x403077);},'UYbuD':function(_0x2af11f,_0x3c924e){return _0x3f959e['OeOTG'](_0x2af11f,_0x3c924e);},'cHmce':function(_0x2996a3,_0x2d1e8f){return _0x3f959e['wWxIC'](_0x2996a3,_0x2d1e8f);},'QgLZB':_0x3f959e['bCJSE'],'twQJp':_0x3f959e['QcrTO'],'kuCjv':function(_0xa8eabe,_0x1ca718,_0x5c2898){const _0x39cefa=_0x30c83d;return _0x3f959e[_0x39cefa(0x14c)](_0xa8eabe,_0x1ca718,_0x5c2898);}};if(_0x3f959e[_0x30c83d(0x12e)](_0x3f959e['LQEac'],_0x3f959e['LQEac']))this['_configuration'][_0x30c83d(0x15f)]=this[_0x30c83d(0x138)][_0x30c83d(0x15f)];else return _0x20ea07['prevRun'](_0x4baf9e=>{const _0x468f58=_0x30c83d;if(_0x5e2d37[_0x468f58(0xfb)](_0x5e2d37[_0x468f58(0x1d2)],_0x5e2d37[_0x468f58(0x101)])){const _0x54c882=_0x5e2d37['kuCjv'](setInterval,async()=>{const _0x4351a5=_0x468f58,_0x5bd27e={'wSQZb':function(_0x577bb2,_0x32a7f2){const _0x38d81c=a19_0x1a7f;return _0x5e2d37[_0x38d81c(0x19a)](_0x577bb2,_0x32a7f2);}};_0x5e2d37[_0x4351a5(0x18d)](_0x5e2d37[_0x4351a5(0xe5)],_0x5e2d37['TfRGX'])?_0x37f87d+=_0x2bc157[_0x4351a5(0x144)]:_0x5e2d37['mTHdA'](RequestQueueHandler[_0x4351a5(0x10b)]()[_0x4351a5(0x167)],0x0)&&(_0x5e2d37[_0x4351a5(0x1e7)](_0x5e2d37[_0x4351a5(0x180)],_0x5e2d37[_0x4351a5(0x184)])?_0x5bd27e['wSQZb'](_0x59b6b2,_0x2be742):(_0x5e2d37[_0x4351a5(0x19a)](clearInterval,_0x54c882),await _0x5e2d37[_0x4351a5(0x119)](cleanupDrivers,global[_0x4351a5(0x1d9)]),_0x5e2d37['UYbuD'](_0x12e98f,_0x4baf9e)));},0x3e8);}else _0xdf1782[_0x468f58(0x147)]=!![];});}:_0x44ccec[_0x49e070(0x183)](_0x44a9a8,0x1);else{if(_0x3f959e[_0x49e070(0x1a7)](_0x3f959e[_0x49e070(0x1df)],_0x3f959e[_0x49e070(0x1df)]))_0x20ea07['run']=function(_0xcdfe56){const _0x558e03=_0x49e070,_0x50857b={'dlFNK':function(_0x250fb4,_0x59e302){return _0x3f959e['OeOTG'](_0x250fb4,_0x59e302);},'KwKzP':_0x3f959e[_0x558e03(0x1a1)]};if(_0x3f959e['wWxIC'](_0x3f959e[_0x558e03(0x19e)],_0x3f959e[_0x558e03(0x19e)])){const _0x33407a=_0x3a3492[_0x558e03(0x152)](_0x1c5dee,this['_capability'])[_0x558e03(0x113)](/ /g,'_');if(_0x3a3492[_0x558e03(0x13f)](this[_0x558e03(0x166)][_0x51ccff],_0x457cfc)&&_0x3a3492[_0x558e03(0x1d8)](this['_formatter'][_0x40cc33][_0x558e03(0x127)],0x0)){const _0x5d6920=this[_0x558e03(0x166)][_0x3b3431][0x1],_0x1a010c=''+this[_0x558e03(0x166)][_0x3a6c07][0x0];if(_0x3a3492[_0x558e03(0x1b4)](_0x5d6920,_0x2232e1)){const _0x5eca74='tmp/'+_0x33407a+_0x2f81f2[_0x558e03(0x1d4)](_0x5d6920);_0x2afbf8[_0x558e03(0x121)](_0x3a3492[_0x558e03(0x1bb)]),_0x291235[_0x558e03(0x121)](_0x1a010c+':'+_0x5eca74);}else _0x5b9d60[_0x558e03(0x121)](_0x3a3492[_0x558e03(0x1bb)]),_0x4b8f59['push'](_0x1a010c+':tmp/'+_0x33407a);}}else return _0x20ea07[_0x558e03(0x1e1)](async _0x8bbbd4=>{const _0x3292ca=_0x558e03;_0x3a3492['qYQFg'](_0x3a3492[_0x3292ca(0x163)],_0x3a3492[_0x3292ca(0x175)])?(await _0x3a3492[_0x3292ca(0x187)](cleanupDrivers,global['__driversArray']),_0x3a3492[_0x3292ca(0x187)](_0x12e98f,_0x8bbbd4)):_0x4dcdc9=_0x50857b[_0x3292ca(0x141)](_0x4a63b4,_0x50857b[_0x3292ca(0x1d0)]);});};else{const _0x4d9ed8=_0x49e070(0x1e2)+_0x22abb0+_0x260fc3['extname'](_0x199831);_0x524d70[_0x49e070(0x121)](_0x3f959e[_0x49e070(0x136)]),_0x5a2bd0[_0x49e070(0x121)](_0x126459+':'+_0x4d9ed8);}}try{_0x3f959e[_0x49e070(0x1b6)](_0x3f959e[_0x49e070(0x130)],_0x3f959e['gusrb'])?_0x3f959e[_0x49e070(0x1c3)](require,_0x3f959e[_0x49e070(0xfd)])['browserstackAgentV2'](this[_0x49e070(0x1a3)],null,this[_0x49e070(0x1d3)]):(_0x2e633c=_0x3a3492[_0x49e070(0xee)](_0x36653b,_0x3a3492[_0x49e070(0x178)])[_0x49e070(0x1de)],_0x3c94b4[_0x49e070(0x121)](_0x3a3492[_0x49e070(0x1bb)]),_0x1eb868[_0x49e070(0x121)](_0x14b625[_0x49e070(0x1af)](_0x16dfd7,_0x3a3492[_0x49e070(0x1ca)])));}catch{}const _0x2ee7ee=_0x480bf5['runMocha'](_0x20ea07,_0x3f5d56);_0x2ee7ee&&_0x2ee7ee[_0x49e070(0x115)](_0x39ab81=>{const _0x539051=_0x49e070,_0x321c3a={'IROgn':function(_0x13d145){const _0x11227f=a19_0x1a7f;return _0x3a3492[_0x11227f(0x19f)](_0x13d145);}};_0x3a3492['qYQFg'](_0x3a3492[_0x539051(0x13d)],_0x3a3492[_0x539051(0x1b5)])?_0x3a3492['BMlOx'](_0x55d6d4,_0x39ab81):_0x321c3a['IROgn'](_0x39a938);});}else _0x3a3492[_0x49e070(0x159)](_0x84e0be,_0x3a3492[_0x49e070(0x1c4)])['browserstackAgentV2'](this['_configuration'],null,this['_testObservability']);}else{if(_0x3f959e[_0x49e070(0x106)](this[_0x49e070(0x1c9)],_0x3f959e[_0x49e070(0x149)])){let _0x2e761c;try{_0x3f959e[_0x49e070(0x16f)](_0x3f959e[_0x49e070(0x134)],_0x3f959e['SSrVr'])?_0x2e761c=_0x3f959e[_0x49e070(0x1cf)](requireModule,_0x3f959e[_0x49e070(0x193)]):_0x150612[_0x49e070(0xe3)]=!![];}catch(_0x52f297){_0x3f959e[_0x49e070(0x10c)](_0x3f959e['XLkyc'],_0x3f959e[_0x49e070(0x188)])?(_0x258fb1[_0x49e070(0x116)](_0x3ef027),_0x19b930[_0x49e070(0x129)]=0x1,_0x3f959e[_0x49e070(0x1c1)](_0x4687e4,_0x1f2263)):_0x2e761c=_0x3f959e[_0x49e070(0x195)](requireModule,_0x3f959e[_0x49e070(0x1a1)]);}const _0x224faa=this[_0x49e070(0x1ec)],_0x45112a=_0x224faa[_0x49e070(0x1a4)](_0x3f959e['tNFit']);if(_0x3f959e[_0x49e070(0x14f)](_0x45112a,-0x1)){if(_0x3f959e[_0x49e070(0x1cb)](_0x3f959e[_0x49e070(0xf0)],_0x3f959e[_0x49e070(0xf0)])){const _0x39d438=_0x3a3492[_0x49e070(0xf7)][_0x49e070(0x174)]('|');let _0x1a6e15=0x0;while(!![]){switch(_0x39d438[_0x1a6e15++]){case'0':_0x120486[_0x49e070(0x16c)]=0x0;continue;case'1':this['_mochaOpts']=_0x52f917[_0x49e070(0x198)];continue;case'2':this[_0x49e070(0x1a3)]=_0x21f8a9['configuration']||{};continue;case'3':this[_0x49e070(0x1ec)]=_0xe5bab8;continue;case'4':this[_0x49e070(0x1c9)]=_0x5104ae;continue;case'5':_0x809cf1[_0x49e070(0x12b)]=0x0;continue;case'6':this[_0x49e070(0x1d3)]=_0x3a3492['fCVQP'](_0x202364);continue;case'7':_0x24f5a3[_0x49e070(0x1da)]=this[_0x49e070(0x1a3)][_0x49e070(0x13a)];continue;case'8':_0x2d9e43[_0x49e070(0x1bd)]={};continue;case'9':this[_0x49e070(0xfe)]=_0x3a3492['fCVQP'](_0x3b1d27);continue;case'10':this[_0x49e070(0x1c7)]=this[_0x49e070(0x1a3)][_0x49e070(0x153)];continue;case'11':_0x290c28['totalTests']=0x0;continue;case'12':this[_0x49e070(0x166)]=_0x26e4ed['formatter'];continue;case'13':_0x121799[_0x49e070(0x1ad)]=0x0;continue;case'14':_0x411012[_0x49e070(0x179)]=0x0;continue;case'15':_0x11b8c8[_0x49e070(0x1d1)]=0x0;continue;case'16':_0x546585[_0x49e070(0x123)]=0x0;continue;case'17':_0x3a5ae9[_0x49e070(0x162)]=0x0;continue;case'18':_0x5c5587[_0x49e070(0x1db)]=this['_configuration'][_0x49e070(0x197)]||{};continue;case'19':_0x14b2ac[_0x49e070(0x171)]=0x0;continue;case'20':this['_bsConfig']=_0xe78078;continue;case'21':_0x18a85e['testSuites']=0x0;continue;}break;}}else _0x224faa[_0x49e070(0x183)](_0x45112a,0x1);}const _0x3ca521=_0x3f959e[_0x49e070(0x13e)];try{if(_0x3f959e['BjNrd'](_0x3f959e[_0x49e070(0x12f)],_0x3f959e['HBvgD']))_0x52c7be=0x0;else{const _0x6a34f4=_0x3f959e[_0x49e070(0x112)](requireModule,_0x3f959e['xZdaE']),_0x415c96=_0x6a34f4['resolvePaths'];_0x6a34f4.resolvePaths=async function(){const pathResults=await _0x415c96.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x3ca521)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x224faa[_0x49e070(0x121)](_0x3f959e[_0x49e070(0x136)]),_0x224faa[_0x49e070(0x121)](path[_0x49e070(0x1af)](__dirname,_0x3f959e['rQvlP']));}}catch(_0x473a0d){let _0x19f6e3=_0x3f959e[_0x49e070(0x177)],_0x513e05;try{if(_0x3f959e[_0x49e070(0x164)](_0x3f959e['crMYJ'],_0x3f959e[_0x49e070(0x1be)])){const _0x390d88=_0x3a3492[_0x49e070(0x143)](_0xeabf41,_0x3a3492[_0x49e070(0x17c)])[_0x49e070(0x1b9)];_0x8bdf6f[_0x49e070(0x1ce)]['unshift'](_0x390d88[_0x49e070(0x1ce)]),_0x582df9['afterAll'][_0x49e070(0x121)](_0x390d88[_0x49e070(0x120)]);}else _0x513e05=_0x3f959e[_0x49e070(0x112)](requireModule,_0x3f959e[_0x49e070(0x1b0)])[_0x49e070(0x1de)],_0x224faa[_0x49e070(0x121)](_0x3f959e[_0x49e070(0x136)]),_0x224faa[_0x49e070(0x121)](path[_0x49e070(0x1af)](__dirname,_0x3f959e[_0x49e070(0x16e)]));}catch(_0x46dfac){_0x513e05=_0x3f959e[_0x49e070(0x1e8)](requireModule,_0x3f959e[_0x49e070(0xe7)])[_0x49e070(0x1de)],_0x224faa[_0x49e070(0x121)](_0x3f959e[_0x49e070(0x136)]),_0x224faa[_0x49e070(0x121)](path[_0x49e070(0x1af)](__dirname,_0x3f959e[_0x49e070(0x173)])),_0x19f6e3=_0x3f959e[_0x49e070(0xf5)];}const _0xbdcbb4=_0x513e05[_0x49e070(0x1ab)][_0x49e070(0x1d7)];_0x513e05['prototype'][_0x49e070(0x1d7)]=async function(){const _0x2aadfb=_0x49e070,_0x242b3a=await _0xbdcbb4[_0x2aadfb(0x114)](this);return _0x242b3a[_0x2aadfb(0xf6)][_0x2aadfb(0x1a5)](path['join'](__dirname,_0x19f6e3)),_0x242b3a['supportCodePaths'][_0x2aadfb(0x121)](path['join'](__dirname,_0x3ca521)),_0x242b3a;};}_0x224faa['push'](_0x3f959e['MnUPw']),_0x224faa['push'](''+this[_0x49e070(0x1a3)][_0x49e070(0x1ef)]);if(this['_formatter']&&_0x3f959e['DkeLj'](this[_0x49e070(0x166)]['length'],0x0))for(let _0x585256=0x0;_0x3f959e[_0x49e070(0x16d)](_0x585256,this[_0x49e070(0x166)][_0x49e070(0x127)]);_0x585256++){const _0x1696b0=_0x3f959e[_0x49e070(0x1f1)](getPlatformName,this[_0x49e070(0x1c7)])[_0x49e070(0x113)](/ /g,'_');if(_0x3f959e[_0x49e070(0x10d)](this[_0x49e070(0x166)][_0x585256],undefined)&&_0x3f959e['DkeLj'](this[_0x49e070(0x166)][_0x585256][_0x49e070(0x127)],0x0)){const _0x545d75=this[_0x49e070(0x166)][_0x585256][0x1],_0x9d3618=''+this[_0x49e070(0x166)][_0x585256][0x0];if(_0x3f959e[_0x49e070(0x107)](_0x545d75,undefined)){const _0xa154b6='tmp/'+_0x1696b0+path['extname'](_0x545d75);_0x224faa[_0x49e070(0x121)](_0x3f959e[_0x49e070(0x136)]),_0x224faa[_0x49e070(0x121)](_0x9d3618+':'+_0xa154b6);}else _0x224faa[_0x49e070(0x121)](_0x3f959e['APxPj']),_0x224faa[_0x49e070(0x121)](_0x9d3618+_0x49e070(0x1ba)+_0x1696b0);}}const _0x46cbce=new _0x2e761c['default']({'argv':_0x224faa,'cwd':process[_0x49e070(0xea)](),'stdout':process[_0x49e070(0x14d)],'stderr':process[_0x49e070(0x111)],'env':process[_0x49e070(0x192)]});process[_0x49e070(0x192)][_0x49e070(0x14b)]=JSON[_0x49e070(0xde)](this[_0x49e070(0x1a3)]),_0x46cbce[_0x49e070(0x100)]()[_0x49e070(0x11d)](_0x16c516=>{const _0xa68c3c=_0x49e070,_0x234c39={};_0x234c39[_0xa68c3c(0x1e9)]=global[_0xa68c3c(0x194)],_0x234c39[_0xa68c3c(0x1ee)]=global['totalTests'],_0x234c39[_0xa68c3c(0xe9)]=global[_0xa68c3c(0x1ad)],_0x234c39[_0xa68c3c(0x168)]=global[_0xa68c3c(0x12b)],_0x234c39[_0xa68c3c(0x133)]=global['testsPassed'],_0x234c39[_0xa68c3c(0x13b)]=global[_0xa68c3c(0x171)],_0x234c39[_0xa68c3c(0x132)]=global[_0xa68c3c(0x16c)],_0x234c39[_0xa68c3c(0xdc)]=global['testsUndefined'],_0x234c39['stepsUnknown']=global['testsUnknown'],_0x234c39[_0xa68c3c(0x1eb)]=global[_0xa68c3c(0x179)],_0x234c39['processSuccess']=_0x16c516['success'],_0x234c39[_0xa68c3c(0x1bd)]=global[_0xa68c3c(0x1bd)];const _0x55b8fa=_0x234c39;_0x3f959e['VNJpe'](_0x12e98f,_0x55b8fa);})[_0x49e070(0x115)](_0x356d9b=>{const _0x50a4ce=_0x49e070;_0x3f959e[_0x50a4ce(0x1c1)](_0x55d6d4,_0x356d9b);});}else{if(_0x3f959e[_0x49e070(0x1a7)](this[_0x49e070(0x1c9)],_0x3f959e[_0x49e070(0x128)])){process['argv']=this[_0x49e070(0x1a3)][_0x49e070(0x10e)];try{_0x3f959e[_0x49e070(0x1cd)](modifyCommand),_0x3f959e['PYMpj'](require,_0x3f959e[_0x49e070(0xfd)])[_0x49e070(0x15c)](this[_0x49e070(0x1a3)]);let _0x3ae56f=0x0;process['on'](_0x3f959e[_0x49e070(0x151)],async()=>{const _0x1af4b5=_0x49e070;if(_0x3a3492[_0x1af4b5(0x117)](_0x3ae56f,0x0))return;_0x3ae56f++,await _0x3a3492[_0x1af4b5(0x15a)](cleanupDrivers,global[_0x1af4b5(0x1d9)]);}),_0x3f959e['PYMpj'](require,this[_0x49e070(0x1a3)][_0x49e070(0x1bc)]);}catch(_0x176ccb){console[_0x49e070(0x116)](_0x176ccb),process[_0x49e070(0x129)]=0x1,_0x3f959e[_0x49e070(0x10a)](_0x55d6d4,_0x176ccb);}_0x3f959e[_0x49e070(0x1b3)](_0x12e98f);}}}});}}module['exports']=Launcher;
1
+ const a19_0x53da81=a19_0x3053;(function(_0x3a0533,_0x3e1410){const _0x3a45e8=a19_0x3053,_0x51005c=_0x3a0533();while(!![]){try{const _0x5cc79a=-parseInt(_0x3a45e8(0x1cf))/0x1*(-parseInt(_0x3a45e8(0x1a4))/0x2)+-parseInt(_0x3a45e8(0x16e))/0x3+-parseInt(_0x3a45e8(0x1aa))/0x4+parseInt(_0x3a45e8(0x1b5))/0x5*(parseInt(_0x3a45e8(0x205))/0x6)+-parseInt(_0x3a45e8(0x220))/0x7+-parseInt(_0x3a45e8(0x21f))/0x8+parseInt(_0x3a45e8(0x141))/0x9;if(_0x5cc79a===_0x3e1410)break;else _0x51005c['push'](_0x51005c['shift']());}catch(_0x3a33d5){_0x51005c['push'](_0x51005c['shift']());}}}(a19_0x2954,0x8cf0b));const path=require(a19_0x53da81(0x17e)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x53da81(0x1eb)),constants=require(a19_0x53da81(0x133)),{isAccessibilityAutomationSession}=require(a19_0x53da81(0x14d)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{isTestObservabilitySession}=require('../../helpers/test-observability/utils'),helper=require(a19_0x53da81(0x1eb));class Launcher{constructor(_0x3b45d3,_0x4db4be,_0x400a99,_0x338908=[]){const _0x22baaf=a19_0x53da81,_0x1a3178={'OANCM':_0x22baaf(0x1ab),'URGQI':function(_0x277528){return _0x277528();},'MJbVj':function(_0x2635be){return _0x2635be();}},_0x1961e7=_0x1a3178[_0x22baaf(0x195)][_0x22baaf(0x20f)]('|');let _0x4ff851=0x0;while(!![]){switch(_0x1961e7[_0x4ff851++]){case'0':this[_0x22baaf(0x1ee)]=_0x1a3178['URGQI'](isAccessibilityAutomationSession);continue;case'1':this[_0x22baaf(0x1d1)]=_0x4db4be[_0x22baaf(0x182)]||{};continue;case'2':global[_0x22baaf(0x206)]=0x0;continue;case'3':global['__platform__']=this['_configuration'][_0x22baaf(0x19c)];continue;case'4':this[_0x22baaf(0x1af)]=_0x400a99;continue;case'5':global['testsAmbiguous']=0x0;continue;case'6':global[_0x22baaf(0x1f5)]={};continue;case'7':global[_0x22baaf(0x199)]=0x0;continue;case'8':this[_0x22baaf(0x1dd)]=this['_configuration']['capability'];continue;case'9':global[_0x22baaf(0x12b)]=0x0;continue;case'10':this['_argv']=_0x338908;continue;case'11':global[_0x22baaf(0x13a)]=this[_0x22baaf(0x1d1)]['platformCaps']||{};continue;case'12':global[_0x22baaf(0x1c4)]=0x0;continue;case'13':this[_0x22baaf(0x15a)]=_0x3b45d3;continue;case'14':global['testsUnknown']=0x0;continue;case'15':global[_0x22baaf(0x207)]=0x0;continue;case'16':global['testsFailed']=0x0;continue;case'17':this[_0x22baaf(0x132)]=_0x4db4be[_0x22baaf(0x146)];continue;case'18':global['testsPassed']=0x0;continue;case'19':this[_0x22baaf(0x1fa)]=_0x4db4be[_0x22baaf(0x21d)];continue;case'20':global[_0x22baaf(0x176)]=0x0;continue;case'21':this[_0x22baaf(0x16d)]=_0x1a3178[_0x22baaf(0x15b)](isTestObservabilitySession);continue;}break;}}[a19_0x53da81(0x169)](){const _0x39a00d=a19_0x53da81,_0x1cb267={'MYURu':function(_0x408ad8,_0x24c933){return _0x408ad8(_0x24c933);},'xeNKN':'cucumber/lib/cli/index.js','bMnxJ':function(_0x229038,_0x41c32d){return _0x229038(_0x41c32d);},'llIIP':_0x39a00d(0x1a9),'mWitg':_0x39a00d(0x1de),'rCYmd':function(_0x34b1bb){return _0x34b1bb();},'ycpNO':function(_0x511f31,_0x1fc9dd){return _0x511f31(_0x1fc9dd);},'vYhFT':function(_0x200ec5,_0x170374){return _0x200ec5===_0x170374;},'aXmSZ':_0x39a00d(0x1ba),'FnlBU':function(_0x3b6702,_0x59a6cd){return _0x3b6702<=_0x59a6cd;},'kfbVv':function(_0x5a28a2,_0x14ada0){return _0x5a28a2!==_0x14ada0;},'varLo':_0x39a00d(0x135),'JZfjg':_0x39a00d(0x233),'EecQe':function(_0x284a61,_0x1d4617){return _0x284a61!==_0x1d4617;},'MIRqJ':_0x39a00d(0x170),'vwPFK':function(_0xbfc4b,_0x567af7,_0x493352){return _0xbfc4b(_0x567af7,_0x493352);},'IaEyG':'cPred','OHhDR':'FCQCN','nZaZE':'--format','MQUcf':_0x39a00d(0x230),'pfgeo':_0x39a00d(0x228),'zLrmu':function(_0x2f69a3,_0x51c109){return _0x2f69a3(_0x51c109);},'IFeHU':'eemko','GDkKS':_0x39a00d(0x145),'twkgg':function(_0x553c4e,_0x32128e){return _0x553c4e!==_0x32128e;},'jNLqI':_0x39a00d(0x22b),'SmSjs':_0x39a00d(0x124),'MSfuc':function(_0x4190d4,_0x4a163d){return _0x4190d4(_0x4a163d);},'bUWub':'15|18|6|1|19|21|7|12|11|13|16|20|10|9|14|5|0|17|2|8|3|4','Karbq':function(_0x5547fe){return _0x5547fe();},'lrIma':function(_0x403845){return _0x403845();},'UXQoR':function(_0x2ffc08,_0x34f4ad){return _0x2ffc08(_0x34f4ad);},'CJsvX':_0x39a00d(0x1d3),'HZlST':_0x39a00d(0x11c),'ZGHks':_0x39a00d(0x1f3),'vNoma':function(_0xd3aaf1,_0x47e1f1){return _0xd3aaf1(_0x47e1f1);},'sqBaT':function(_0x2ad369,_0x349d40){return _0x2ad369!==_0x349d40;},'ijNZD':function(_0x55b4df,_0x386e12){return _0x55b4df>_0x386e12;},'kCqhL':'@cucumber/cucumber/lib/cli/index.js','EOFDG':'@cucumber/cucumber/lib/cli/configuration_builder.js','QHZYk':'../cucumber-js/formatter/custom_formatter.js','OBnWh':function(_0xf8038c,_0x3ecf44){return _0xf8038c(_0x3ecf44);},'nEKUE':_0x39a00d(0x140),'UmkHI':function(_0x4a69e5,_0x3866d4){return _0x4a69e5===_0x3866d4;},'sNBxA':'mocha','fLQcG':'JOZFq','VhTqf':function(_0x2712ae,_0x357c7b){return _0x2712ae(_0x357c7b);},'JYvYi':_0x39a00d(0x203),'nEmaq':function(_0x1a040e,_0x41bb31){return _0x1a040e(_0x41bb31);},'RBDsL':function(_0x1d16d9,_0x47ce1d){return _0x1d16d9===_0x47ce1d;},'zwdYU':_0x39a00d(0x21b),'jtDoT':_0x39a00d(0x214),'AUVeJ':function(_0x301bc9){return _0x301bc9();},'iMtmF':_0x39a00d(0x235),'edvYY':function(_0x39f0ba,_0x40c6f3){return _0x39f0ba===_0x40c6f3;},'wDPkL':_0x39a00d(0x1f1),'lIyLH':_0x39a00d(0x20c),'ZPSeL':'piLkI','kNWHe':_0x39a00d(0x1f7),'rIwzi':function(_0x31d8ab,_0x455dde){return _0x31d8ab*_0x455dde;},'EzaCx':function(_0x368715,_0x5b867f){return _0x368715===_0x5b867f;},'fsuPQ':function(_0x3b13ca,_0x22ecab){return _0x3b13ca===_0x22ecab;},'THQgP':_0x39a00d(0x200),'wZPqC':function(_0x410314,_0x373397){return _0x410314===_0x373397;},'Syeme':_0x39a00d(0x144),'cUvvE':_0x39a00d(0x1fb),'MIVOX':function(_0x21ae93,_0x262087){return _0x21ae93||_0x262087;},'EOpwI':'spec','nWwzR':'platformIndex','jztsA':_0x39a00d(0x1c3),'XtKYz':'browserstackPercyBestPlatform','qDNzk':_0x39a00d(0x17f),'dGqau':_0x39a00d(0x1c0),'QlTUu':'tfFZu','Ebklw':_0x39a00d(0x22f),'iVPvi':'baLEB','SGrNb':_0x39a00d(0x150),'GZMAb':_0x39a00d(0x193),'YnXRy':_0x39a00d(0x1e7),'WHSDP':function(_0x5e4058,_0x264cd5){return _0x5e4058!==_0x264cd5;},'pExkQ':_0x39a00d(0x1bb),'riIwd':function(_0x303fb6,_0xf3a75){return _0x303fb6!==_0xf3a75;},'ECSBs':_0x39a00d(0x11f),'csVNQ':_0x39a00d(0x172),'IGdZr':'EfXma','uuSkP':_0x39a00d(0x213),'gjybU':_0x39a00d(0x11d),'Clrpt':function(_0x34944e,_0x243418){return _0x34944e!==_0x243418;},'yvljo':_0x39a00d(0x1ed),'IIeFC':function(_0x46b9a9,_0x171329){return _0x46b9a9(_0x171329);},'iQKAE':_0x39a00d(0x22e),'RNQdX':function(_0x21478f,_0xc1f9f8){return _0x21478f(_0xc1f9f8);},'FUWZq':_0x39a00d(0x1b7),'llAKI':_0x39a00d(0x12f),'DMFha':'../cucumber-js/timeout.setup.js','aRNRl':function(_0x28c18e,_0x5efa84){return _0x28c18e===_0x5efa84;},'kziUK':_0x39a00d(0x1ac),'TPJsK':_0x39a00d(0x188),'mRGwR':function(_0x4fdfe0,_0x4b5edb){return _0x4fdfe0(_0x4b5edb);},'hZqlo':_0x39a00d(0x225),'ezmCI':_0x39a00d(0x11e),'FAcZF':function(_0x5707f9,_0x23bbbf){return _0x5707f9===_0x23bbbf;},'tbczJ':_0x39a00d(0x215),'iotUY':_0x39a00d(0x178),'hGqma':function(_0x3a33d6,_0xdb53ae){return _0x3a33d6(_0xdb53ae);},'sfEfW':_0x39a00d(0x216),'zWsUy':function(_0x478d91,_0x5c6ece){return _0x478d91<_0x5c6ece;},'VygDM':function(_0x3153ce,_0x55d3e9){return _0x3153ce(_0x55d3e9);},'ErflJ':function(_0x43919e,_0x23a424){return _0x43919e>_0x23a424;},'RCqHP':function(_0x4e4b06,_0x149b34){return _0x4e4b06!==_0x149b34;},'kzRjT':function(_0x146175,_0x5a17dd){return _0x146175===_0x5a17dd;},'JwLeC':_0x39a00d(0x14f),'YODbI':_0x39a00d(0x18a),'NgoIh':function(_0x4687f7,_0x6f7486){return _0x4687f7(_0x6f7486);}};return new Promise(async(_0x4de330,_0x4d2d87)=>{const _0x2f93af=_0x39a00d,_0x1e3bd3={'JcyAm':function(_0xd79d86,_0xd33ac7){const _0x53a1bc=a19_0x3053;return _0x1cb267[_0x53a1bc(0x11a)](_0xd79d86,_0xd33ac7);},'szBYS':_0x1cb267['CJsvX'],'BcSyM':_0x1cb267[_0x2f93af(0x155)],'deeMI':_0x1cb267['HZlST'],'WrGBq':_0x1cb267['ZGHks'],'ObaHb':function(_0x3fa250,_0x544025){const _0x57cb1f=_0x2f93af;return _0x1cb267[_0x57cb1f(0x134)](_0x3fa250,_0x544025);},'cMELG':function(_0x501850,_0x1fbadb){return _0x1cb267['sqBaT'](_0x501850,_0x1fbadb);},'omlnr':function(_0x2d32dd,_0x391aa2){const _0x1297e6=_0x2f93af;return _0x1cb267[_0x1297e6(0x1c8)](_0x2d32dd,_0x391aa2);},'bdiBd':_0x1cb267['kCqhL'],'GHbnJ':function(_0xc460e7,_0x423735){const _0x242233=_0x2f93af;return _0x1cb267[_0x242233(0x1a0)](_0xc460e7,_0x423735);},'ebjrg':_0x1cb267['EOFDG'],'oKweC':_0x1cb267['QHZYk']};_0x1cb267[_0x2f93af(0x183)](require,_0x1cb267[_0x2f93af(0x14e)])();if(_0x1cb267[_0x2f93af(0x122)](this[_0x2f93af(0x15a)],_0x1cb267[_0x2f93af(0x151)])){if(_0x1cb267['vYhFT'](_0x1cb267['fLQcG'],_0x1cb267[_0x2f93af(0x1b3)])){const _0x12f056=_0x1cb267[_0x2f93af(0x22c)](requireModule,_0x1cb267[_0x2f93af(0x15c)]),_0x442d7d=_0x1cb267[_0x2f93af(0x13c)](requireModule,_0x1cb267[_0x2f93af(0x151)]);_0x1cb267[_0x2f93af(0x18e)](isBrowserstackInfra)&&(_0x1cb267['RBDsL'](_0x1cb267[_0x2f93af(0x1ff)],_0x1cb267[_0x2f93af(0x16b)])?_0x2e6ace=_0x1cb267[_0x2f93af(0x1d4)](_0x23e66e,_0x1cb267[_0x2f93af(0x167)]):_0x1cb267['AUVeJ'](modifyCommand));const _0x43e4ee=_0x1cb267[_0x2f93af(0x1d4)](require,_0x1cb267[_0x2f93af(0x1b9)])[_0x2f93af(0x217)],_0x57712f={};_0x57712f['beforeAll']=[_0x43e4ee[_0x2f93af(0x177)]],_0x57712f[_0x2f93af(0x158)]=[_0x43e4ee[_0x2f93af(0x158)]],_0x57712f[_0x2f93af(0x1be)]=[_0x43e4ee[_0x2f93af(0x1be)]],_0x57712f['afterEach']=[_0x43e4ee[_0x2f93af(0x224)]];const _0x12f141=_0x57712f;if(_0x1cb267['rCYmd'](isTestObservabilitySession)){if(_0x1cb267[_0x2f93af(0x185)](_0x1cb267[_0x2f93af(0x1fe)],_0x1cb267[_0x2f93af(0x210)]))_0x1e0e29[_0x2f93af(0x147)]=!![];else{const _0x395c33=_0x1cb267[_0x2f93af(0x22c)](require,_0x1cb267[_0x2f93af(0x1d6)])[_0x2f93af(0x217)];_0x12f141[_0x2f93af(0x177)][_0x2f93af(0x1ad)](_0x395c33[_0x2f93af(0x177)]),_0x12f141[_0x2f93af(0x1be)]['push'](_0x395c33[_0x2f93af(0x1be)]);}}const _0x21dd74=await _0x12f056[_0x2f93af(0x232)](this[_0x2f93af(0x1fa)][_0x2f93af(0x212)]);Object[_0x2f93af(0x11b)](this['_mochaOpts'],_0x21dd74);this[_0x2f93af(0x1fa)]['rootHooks']&&(_0x1cb267[_0x2f93af(0x1fc)](_0x1cb267[_0x2f93af(0x1e9)],_0x1cb267[_0x2f93af(0x197)])?_0x4f12ce[_0x2f93af(0x18f)]=!![]:(this['_mochaOpts'][_0x2f93af(0x18b)][_0x2f93af(0x177)]&&_0x12f141['beforeAll'][_0x2f93af(0x1ad)](...this[_0x2f93af(0x1fa)][_0x2f93af(0x18b)][_0x2f93af(0x177)]),this[_0x2f93af(0x1fa)][_0x2f93af(0x18b)][_0x2f93af(0x158)]&&_0x12f141[_0x2f93af(0x158)]['unshift'](...this['_mochaOpts']['rootHooks'][_0x2f93af(0x158)]),this[_0x2f93af(0x1fa)][_0x2f93af(0x18b)][_0x2f93af(0x1be)]&&_0x12f141['afterAll'][_0x2f93af(0x138)](...this[_0x2f93af(0x1fa)][_0x2f93af(0x18b)][_0x2f93af(0x1be)]),this[_0x2f93af(0x1fa)]['rootHooks'][_0x2f93af(0x224)]&&_0x12f141[_0x2f93af(0x224)]['push'](...this[_0x2f93af(0x1fa)][_0x2f93af(0x18b)][_0x2f93af(0x224)])));const _0x2d6af2=this[_0x2f93af(0x1fa)][_0x2f93af(0x14c)];let _0x493123=_0x1cb267['rIwzi'](this[_0x2f93af(0x1fa)][_0x2f93af(0x1e4)],0x1);_0x1cb267[_0x2f93af(0x18c)](this[_0x2f93af(0x1fa)][_0x2f93af(0x1e4)],0x0)?_0x1cb267[_0x2f93af(0x209)](_0x1cb267[_0x2f93af(0x1a5)],_0x1cb267[_0x2f93af(0x1a5)])?_0x493123=0x0:_0x1cb267[_0x2f93af(0x139)](_0x43f6f9,_0x1cb267[_0x2f93af(0x174)])[_0x2f93af(0x204)](this['_configuration'],null,this['_testObservability']):_0x1cb267[_0x2f93af(0x166)](_0x1cb267[_0x2f93af(0x17b)],_0x1cb267[_0x2f93af(0x17b)])?_0x493123+=constants[_0x2f93af(0x186)]:(_0x5190b9=_0x1e3bd3[_0x2f93af(0x20b)](_0x103709,_0x1e3bd3[_0x2f93af(0x171)])[_0x2f93af(0x149)],_0x192886[_0x2f93af(0x138)](_0x1e3bd3[_0x2f93af(0x22d)]),_0x7c4778['push'](_0x19bc72[_0x2f93af(0x12e)](_0x43512b,_0x1e3bd3[_0x2f93af(0x1f9)])),_0x7e67e=_0x1e3bd3[_0x2f93af(0x1f0)]);const _0x537616={...this['_mochaOpts'],'reporter':path['join'](__dirname,_0x1cb267[_0x2f93af(0x234)]),'reporterOption':{...this['_mochaOpts'][_0x2f93af(0x1b0)],'type':_0x1cb267['MIVOX'](_0x2d6af2,_0x1cb267[_0x2f93af(0x137)]),'testObservability':this[_0x2f93af(0x16d)],'bsConfig':this[_0x2f93af(0x1af)]},'parallel':![],'rootHooks':_0x12f141,'isWorker':!![],'timeout':_0x493123};global['browserstackPlatformIndex']=helper['nestedKeyValue'](this['_configuration'],[_0x1cb267[_0x2f93af(0x229)]]),global[_0x2f93af(0x117)]=helper['nestedKeyValue'](this[_0x2f93af(0x1d1)],[_0x1cb267[_0x2f93af(0x231)],_0x1cb267[_0x2f93af(0x223)]]),global[_0x2f93af(0x17f)]=helper['nestedKeyValue'](this['_configuration'],[_0x1cb267[_0x2f93af(0x231)],_0x1cb267[_0x2f93af(0x12d)]]),global[_0x2f93af(0x1c0)]=helper[_0x2f93af(0x13b)](this['_configuration'],[_0x1cb267[_0x2f93af(0x231)],_0x1cb267[_0x2f93af(0x1dc)]]),global['capabilities']=[this[_0x2f93af(0x1dd)]];if(helper[_0x2f93af(0x19f)]()){if(_0x1cb267['kfbVv'](_0x1cb267[_0x2f93af(0x219)],_0x1cb267[_0x2f93af(0x219)])){const _0x5bd9e2=_0x1cb267[_0x2f93af(0x139)](_0x39d2c2,_0x1cb267[_0x2f93af(0x1d6)])[_0x2f93af(0x217)];_0x1022b9[_0x2f93af(0x177)][_0x2f93af(0x1ad)](_0x5bd9e2[_0x2f93af(0x177)]),_0x1a9cfa[_0x2f93af(0x1be)][_0x2f93af(0x138)](_0x5bd9e2[_0x2f93af(0x1be)]);}else{this[_0x2f93af(0x1af)][_0x2f93af(0x121)][_0x2f93af(0x192)]&&(_0x1cb267[_0x2f93af(0x185)](_0x1cb267[_0x2f93af(0x15d)],_0x1cb267['iVPvi'])?(this[_0x2f93af(0x1af)][_0x2f93af(0x121)][_0x2f93af(0x192)]&&(_0x45d5de[_0x2f93af(0x147)]=!![]),this['_bsConfig']['testContextOptions'][_0x2f93af(0x189)]&&(_0x8c0f46['__skipSessionStatus']=!![])):global[_0x2f93af(0x147)]=!![]);if(this[_0x2f93af(0x1af)]['testContextOptions'][_0x2f93af(0x189)]){if(_0x1cb267[_0x2f93af(0x17c)](_0x1cb267['SGrNb'],_0x1cb267['GZMAb']))global['__skipSessionStatus']=!![];else{const _0x53ca1c=_0x1e3bd3['ObaHb'](_0x4bd4c9,this[_0x2f93af(0x1dd)])['replace'](/ /g,'_');if(_0x1e3bd3[_0x2f93af(0x1c9)](this['_formatter'][_0x36af5f],_0x5d80df)&&_0x1e3bd3[_0x2f93af(0x162)](this[_0x2f93af(0x132)][_0x110642][_0x2f93af(0x211)],0x0)){const _0x45bbd2=this['_formatter'][_0x545555][0x1],_0x3a1aae=''+this[_0x2f93af(0x132)][_0x591a48][0x0];if(_0x1e3bd3['cMELG'](_0x45bbd2,_0x681950)){const _0x39b7df='tmp/'+_0x53ca1c+_0x3aa279[_0x2f93af(0x123)](_0x45bbd2);_0xccb0c3[_0x2f93af(0x138)](_0x1e3bd3[_0x2f93af(0x22d)]),_0x593e78[_0x2f93af(0x138)](_0x3a1aae+':'+_0x39b7df);}else _0x3b88ad[_0x2f93af(0x138)](_0x1e3bd3['BcSyM']),_0x8b9ed9[_0x2f93af(0x138)](_0x3a1aae+_0x2f93af(0x1f8)+_0x53ca1c);}}}}}this[_0x2f93af(0x1af)][_0x2f93af(0x173)]&&(_0x1cb267[_0x2f93af(0x209)](_0x1cb267[_0x2f93af(0x1e3)],_0x1cb267[_0x2f93af(0x1e3)])?this[_0x2f93af(0x1d1)][_0x2f93af(0x173)]=this['_bsConfig'][_0x2f93af(0x173)]:_0x1cb267[_0x2f93af(0x18e)](_0x25ab11));const _0x2ab428=new _0x442d7d(_0x537616);_0x2ab428['prevRun']=_0x2ab428[_0x2f93af(0x169)];_0x1cb267['lrIma'](isTestObservabilitySession)?_0x1cb267[_0x2f93af(0x142)](_0x1cb267['pExkQ'],_0x1cb267[_0x2f93af(0x20d)])?(this[_0x2f93af(0x1fa)][_0x2f93af(0x18b)][_0x2f93af(0x177)]&&_0x5652d2['beforeAll'][_0x2f93af(0x1ad)](...this[_0x2f93af(0x1fa)][_0x2f93af(0x18b)][_0x2f93af(0x177)]),this[_0x2f93af(0x1fa)]['rootHooks'][_0x2f93af(0x158)]&&_0x24cc29['beforeEach']['unshift'](...this[_0x2f93af(0x1fa)][_0x2f93af(0x18b)]['beforeEach']),this[_0x2f93af(0x1fa)][_0x2f93af(0x18b)][_0x2f93af(0x1be)]&&_0x5d16ce['afterAll'][_0x2f93af(0x138)](...this[_0x2f93af(0x1fa)][_0x2f93af(0x18b)]['afterAll']),this[_0x2f93af(0x1fa)][_0x2f93af(0x18b)][_0x2f93af(0x224)]&&_0x3bef5c[_0x2f93af(0x224)]['push'](...this[_0x2f93af(0x1fa)]['rootHooks'][_0x2f93af(0x224)])):_0x2ab428['run']=function(_0x210b51){const _0x57797d=_0x2f93af,_0x5c3325={'onXaT':function(_0x5eb303,_0x32172e){return _0x1cb267['ycpNO'](_0x5eb303,_0x32172e);},'aIEUJ':function(_0xfd7508,_0x5f355d){const _0x2ba6b1=a19_0x3053;return _0x1cb267[_0x2ba6b1(0x143)](_0xfd7508,_0x5f355d);},'jrptf':_0x1cb267[_0x57797d(0x130)],'PfTCi':function(_0x21ba54,_0x3b50e9){const _0x143c99=_0x57797d;return _0x1cb267[_0x143c99(0x1e0)](_0x21ba54,_0x3b50e9);},'jismt':function(_0x45764d,_0x1b22fa){const _0x29ad35=_0x57797d;return _0x1cb267[_0x29ad35(0x17c)](_0x45764d,_0x1b22fa);},'HJeYe':_0x1cb267['varLo'],'evlTu':_0x1cb267[_0x57797d(0x22a)],'CWvjX':function(_0x4de69b,_0xbd6be5){const _0x1469dd=_0x57797d;return _0x1cb267[_0x1469dd(0x15f)](_0x4de69b,_0xbd6be5);},'iXhhZ':_0x1cb267[_0x57797d(0x1a7)],'ZexqA':function(_0x201286,_0x26b36a,_0x210218){const _0x4fea9d=_0x57797d;return _0x1cb267[_0x4fea9d(0x1bf)](_0x201286,_0x26b36a,_0x210218);}};if(_0x1cb267['kfbVv'](_0x1cb267[_0x57797d(0x1b1)],_0x1cb267[_0x57797d(0x1ca)]))return _0x2ab428[_0x57797d(0x1d0)](_0x48a96e=>{const _0x4f6ef1=_0x57797d,_0x3a61bd={'ZaBOD':function(_0x4c842a,_0x164b85){const _0x1ccec2=a19_0x3053;return _0x5c3325[_0x1ccec2(0x1b8)](_0x4c842a,_0x164b85);},'tiUBc':function(_0x10b530,_0x329d3c){const _0xf8d91c=a19_0x3053;return _0x5c3325[_0xf8d91c(0x1cc)](_0x10b530,_0x329d3c);},'ozOsY':_0x5c3325['jrptf'],'uhhof':function(_0x4ca0ac,_0x22547b){const _0x8404dc=a19_0x3053;return _0x5c3325[_0x8404dc(0x227)](_0x4ca0ac,_0x22547b);},'QPEft':function(_0x167232,_0x593be4){const _0x42d073=a19_0x3053;return _0x5c3325[_0x42d073(0x127)](_0x167232,_0x593be4);},'OZBmN':_0x5c3325['HJeYe'],'lsPRH':_0x5c3325[_0x4f6ef1(0x1c6)],'kFcFt':function(_0xc1c3ab,_0x1455ab){return _0x5c3325['onXaT'](_0xc1c3ab,_0x1455ab);},'pDQLf':function(_0x3e8075,_0x784bc){return _0x5c3325['onXaT'](_0x3e8075,_0x784bc);}};if(_0x5c3325[_0x4f6ef1(0x17d)](_0x5c3325['iXhhZ'],_0x5c3325[_0x4f6ef1(0x1db)]))_0xe82ef1[_0x4f6ef1(0x125)](_0x2199e6),_0x496d5e[_0x4f6ef1(0x16f)]=0x1,_0x3a61bd[_0x4f6ef1(0x194)](_0x51f03c,_0x3b350f);else{const _0x45db08=_0x5c3325['ZexqA'](setInterval,async()=>{const _0x270b4b=_0x4f6ef1;_0x3a61bd[_0x270b4b(0x1e6)](_0x3a61bd['ozOsY'],_0x3a61bd[_0x270b4b(0x1c2)])?_0x3a61bd[_0x270b4b(0x226)](RequestQueueHandler['getInstance']()['pendingUploads'],0x0)&&(_0x3a61bd[_0x270b4b(0x131)](_0x3a61bd['OZBmN'],_0x3a61bd['lsPRH'])?(_0x3a61bd[_0x270b4b(0x1d8)](clearInterval,_0x45db08),await _0x3a61bd[_0x270b4b(0x1d8)](cleanupDrivers,global[_0x270b4b(0x120)]),_0x3a61bd[_0x270b4b(0x1ea)](_0x4de330,_0x48a96e)):this[_0x270b4b(0x1d1)][_0x270b4b(0x173)]=this[_0x270b4b(0x1af)][_0x270b4b(0x173)]):_0x3a61bd[_0x270b4b(0x194)](_0x50b9b7,_0x37e5ae);},0x3e8);}});else{const _0x3fb2ee={};_0x3fb2ee[_0x57797d(0x16a)]=_0x4c75d0[_0x57797d(0x1c4)],_0x3fb2ee['steps']=_0x10117c[_0x57797d(0x206)],_0x3fb2ee[_0x57797d(0x221)]=_0x4930da[_0x57797d(0x176)],_0x3fb2ee[_0x57797d(0x18d)]=_0x159c07['testsFailed'],_0x3fb2ee['stepsPassed']=_0x3a47be['testsPassed'],_0x3fb2ee[_0x57797d(0x20e)]=_0xc8962f[_0x57797d(0x207)],_0x3fb2ee[_0x57797d(0x164)]=_0x9a3bb[_0x57797d(0x12b)],_0x3fb2ee[_0x57797d(0x198)]=_0xea8285[_0x57797d(0x199)],_0x3fb2ee['stepsUnknown']=_0x582a0d[_0x57797d(0x12c)],_0x3fb2ee[_0x57797d(0x1e5)]=_0x36fb84['testsAmbiguous'],_0x3fb2ee['processSuccess']=_0x4906a5[_0x57797d(0x17a)],_0x3fb2ee[_0x57797d(0x1f5)]=_0x3de14b[_0x57797d(0x1f5)];const _0x2e9b98=_0x3fb2ee;_0x1e3bd3[_0x57797d(0x20b)](_0x7a0a55,_0x2e9b98);}}:_0x1cb267[_0x2f93af(0x1cd)](_0x1cb267[_0x2f93af(0x12a)],_0x1cb267[_0x2f93af(0x1a8)])?_0x2ab428[_0x2f93af(0x169)]=function(_0x40b7c0){const _0x2de847=_0x2f93af,_0x5ed593={'olUOf':function(_0x3b699c,_0x547725){const _0x558eab=a19_0x3053;return _0x1cb267[_0x558eab(0x17c)](_0x3b699c,_0x547725);},'sNjGx':_0x1cb267[_0x2de847(0x155)],'VdvGv':_0x1cb267[_0x2de847(0x1f6)],'jTbaH':_0x1cb267[_0x2de847(0x236)],'BjZUR':function(_0x7aa9aa,_0x39549e){const _0x59928e=_0x2de847;return _0x1cb267[_0x59928e(0x1e1)](_0x7aa9aa,_0x39549e);}};if(_0x1cb267[_0x2de847(0x15f)](_0x1cb267[_0x2de847(0x13d)],_0x1cb267[_0x2de847(0x16c)]))return _0x2ab428['prevRun'](async _0x189ae9=>{const _0x3a7307=_0x2de847;if(_0x5ed593[_0x3a7307(0x161)](_0x5ed593[_0x3a7307(0x160)],_0x5ed593['jTbaH']))await _0x5ed593[_0x3a7307(0x181)](cleanupDrivers,global[_0x3a7307(0x120)]),_0x5ed593['BjZUR'](_0x4de330,_0x189ae9);else{const _0x1c7b04=this[_0x3a7307(0x132)][_0x35a71e][0x1],_0x323385=''+this[_0x3a7307(0x132)][_0x3b4c4c][0x0];if(_0x5ed593[_0x3a7307(0x161)](_0x1c7b04,_0x216217)){const _0x119908='tmp/'+_0x47debb+_0x42a10b[_0x3a7307(0x123)](_0x1c7b04);_0x5dea11[_0x3a7307(0x138)](_0x5ed593[_0x3a7307(0x19d)]),_0x1fa39f[_0x3a7307(0x138)](_0x323385+':'+_0x119908);}else _0x3afa42[_0x3a7307(0x138)](_0x5ed593['sNjGx']),_0x353d35[_0x3a7307(0x138)](_0x323385+_0x3a7307(0x1f8)+_0x974a35);}});else return;}:_0x1ea754+=_0x539e3e[_0x2f93af(0x186)];try{_0x1cb267[_0x2f93af(0x143)](_0x1cb267[_0x2f93af(0x1a2)],_0x1cb267['uuSkP'])?_0x1e3bd3[_0x2f93af(0x1ae)](_0x160eca,_0x3d6226):_0x1cb267['zLrmu'](require,_0x1cb267[_0x2f93af(0x174)])[_0x2f93af(0x204)](this[_0x2f93af(0x1d1)],null,this['_testObservability']);}catch{}const _0x426ea1=_0x12f056[_0x2f93af(0x1a3)](_0x2ab428,_0x537616);_0x426ea1&&_0x426ea1[_0x2f93af(0x201)](_0xd41a47=>{const _0x454701=_0x2f93af;_0x1cb267[_0x454701(0x1bc)](_0x1cb267[_0x454701(0x1ef)],_0x1cb267[_0x454701(0x196)])?_0x1cb267[_0x454701(0x179)](_0x4d2d87,_0xd41a47):(_0x5b3d74[_0x454701(0x138)](_0x1e3bd3[_0x454701(0x22d)]),_0x1099b2[_0x454701(0x138)](_0x32113f+_0x454701(0x1f8)+_0x38606e));});}else{const _0x135de2=_0x2f93af(0x1df)+_0x4981c0+_0x34dd6b[_0x2f93af(0x123)](_0x728c82);_0x1e8560[_0x2f93af(0x138)](_0x1e3bd3['BcSyM']),_0x6ef94d['push'](_0x194084+':'+_0x135de2);}}else{if(_0x1cb267[_0x2f93af(0x1fc)](this['_framework'],_0x1cb267[_0x2f93af(0x1e2)])){let _0xfbd7d0;try{_0x1cb267['Clrpt'](_0x1cb267[_0x2f93af(0x168)],_0x1cb267[_0x2f93af(0x168)])?_0x1b7796=_0x1e3bd3['JcyAm'](_0x1db28a,_0x1e3bd3[_0x2f93af(0x1da)]):_0xfbd7d0=_0x1cb267[_0x2f93af(0x154)](requireModule,_0x1cb267['kCqhL']);}catch(_0x347e30){_0x1cb267['kfbVv'](_0x1cb267[_0x2f93af(0x1ce)],_0x1cb267[_0x2f93af(0x1ce)])?(_0x570ad4=_0x1e3bd3[_0x2f93af(0x1c1)](_0x4dd27e,_0x1e3bd3['ebjrg'])[_0x2f93af(0x149)],_0x2cc52a[_0x2f93af(0x138)](_0x1e3bd3['BcSyM']),_0x34498e[_0x2f93af(0x138)](_0x557011[_0x2f93af(0x12e)](_0x359343,_0x1e3bd3[_0x2f93af(0x190)]))):_0xfbd7d0=_0x1cb267['RNQdX'](requireModule,_0x1cb267[_0x2f93af(0x167)]);}const _0x1f98ec=this[_0x2f93af(0x136)],_0x5295b4=_0x1f98ec[_0x2f93af(0x1b2)](_0x1cb267[_0x2f93af(0x1e2)]);_0x1cb267[_0x2f93af(0x1c8)](_0x5295b4,-0x1)&&(_0x1cb267['edvYY'](_0x1cb267[_0x2f93af(0x1a6)],_0x1cb267['llAKI'])?_0x756feb=0x0:_0x1f98ec[_0x2f93af(0x159)](_0x5295b4,0x1));const _0x1bab9e=_0x1cb267[_0x2f93af(0x1d2)];try{if(_0x1cb267['aRNRl'](_0x1cb267[_0x2f93af(0x1f2)],_0x1cb267[_0x2f93af(0x184)]))_0x3975c4[_0x2f93af(0x159)](_0x9d6a45,0x1);else{const _0x542331=_0x1cb267[_0x2f93af(0x163)](requireModule,_0x1cb267[_0x2f93af(0x13f)]),_0xfe7a21=_0x542331[_0x2f93af(0x19a)];_0x542331.resolvePaths=async function(){const pathResults=await _0xfe7a21.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x1bab9e)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x1f98ec[_0x2f93af(0x138)](_0x1cb267[_0x2f93af(0x155)]),_0x1f98ec[_0x2f93af(0x138)](path[_0x2f93af(0x12e)](__dirname,_0x1cb267[_0x2f93af(0x129)]));}}catch(_0x2adf4f){let _0x395d71=_0x1cb267[_0x2f93af(0x218)],_0xb43638;try{if(_0x1cb267[_0x2f93af(0x21e)](_0x1cb267[_0x2f93af(0x1ec)],_0x1cb267[_0x2f93af(0x1cb)])){const _0x1455e6=_0x1cb267[_0x2f93af(0x1d9)][_0x2f93af(0x20f)]('|');let _0x57b37c=0x0;while(!![]){switch(_0x1455e6[_0x57b37c++]){case'0':_0x446adf[_0x2f93af(0x207)]=0x0;continue;case'1':this[_0x2f93af(0x132)]=_0x683536[_0x2f93af(0x146)];continue;case'2':_0xae897f[_0x2f93af(0x199)]=0x0;continue;case'3':_0x486d4e[_0x2f93af(0x175)]=0x0;continue;case'4':_0x5a22a9[_0x2f93af(0x1f5)]={};continue;case'5':_0x5c75f1[_0x2f93af(0x12b)]=0x0;continue;case'6':this[_0x2f93af(0x1fa)]=_0x1a803e[_0x2f93af(0x21d)];continue;case'7':this[_0x2f93af(0x136)]=_0x34b55d;continue;case'8':_0x3d3785[_0x2f93af(0x12c)]=0x0;continue;case'9':_0x1771b8[_0x2f93af(0x21a)]=0x0;continue;case'10':_0x3d5851[_0x2f93af(0x206)]=0x0;continue;case'11':this['_testObservability']=_0x1cb267[_0x2f93af(0x19e)](_0x1f1eaf);continue;case'12':this[_0x2f93af(0x1af)]=_0xc3570b;continue;case'13':this[_0x2f93af(0x1ee)]=_0x1cb267['lrIma'](_0x24b149);continue;case'14':_0x19ec04[_0x2f93af(0x126)]=0x0;continue;case'15':this['_framework']=_0x263be3;continue;case'16':_0x474048['__platformCaps']=this[_0x2f93af(0x1d1)][_0x2f93af(0x15e)]||{};continue;case'17':_0x590d94[_0x2f93af(0x176)]=0x0;continue;case'18':this[_0x2f93af(0x1d1)]=_0x1da46b[_0x2f93af(0x182)]||{};continue;case'19':this[_0x2f93af(0x1dd)]=this[_0x2f93af(0x1d1)][_0x2f93af(0x165)];continue;case'20':_0x113d11[_0x2f93af(0x1c4)]=0x0;continue;case'21':_0x347fb8[_0x2f93af(0x1f4)]=this[_0x2f93af(0x1d1)][_0x2f93af(0x19c)];continue;}break;}}else _0xb43638=_0x1cb267[_0x2f93af(0x152)](requireModule,_0x1cb267[_0x2f93af(0x19b)])[_0x2f93af(0x149)],_0x1f98ec[_0x2f93af(0x138)](_0x1cb267[_0x2f93af(0x155)]),_0x1f98ec[_0x2f93af(0x138)](path[_0x2f93af(0x12e)](__dirname,_0x1cb267['QHZYk']));}catch(_0x585df9){_0xb43638=_0x1cb267[_0x2f93af(0x134)](requireModule,_0x1cb267['CJsvX'])[_0x2f93af(0x149)],_0x1f98ec['push'](_0x1cb267['nZaZE']),_0x1f98ec[_0x2f93af(0x138)](path['join'](__dirname,_0x1cb267[_0x2f93af(0x191)])),_0x395d71=_0x1cb267[_0x2f93af(0x1b6)];}const _0x4fc8e0=_0xb43638['prototype'][_0x2f93af(0x180)];_0xb43638[_0x2f93af(0x1bd)][_0x2f93af(0x180)]=async function(){const _0x8559d3=_0x2f93af,_0x55300c=await _0x4fc8e0[_0x8559d3(0x21c)](this);return _0x55300c['supportCodePaths']['unshift'](path[_0x8559d3(0x12e)](__dirname,_0x395d71)),_0x55300c['supportCodePaths'][_0x8559d3(0x138)](path['join'](__dirname,_0x1bab9e)),_0x55300c;};}_0x1f98ec[_0x2f93af(0x138)](_0x1cb267[_0x2f93af(0x13e)]),_0x1f98ec[_0x2f93af(0x138)](''+this['_configuration'][_0x2f93af(0x153)]);if(this[_0x2f93af(0x132)]&&_0x1cb267[_0x2f93af(0x1c8)](this[_0x2f93af(0x132)][_0x2f93af(0x211)],0x0))for(let _0x1cd256=0x0;_0x1cb267[_0x2f93af(0x222)](_0x1cd256,this[_0x2f93af(0x132)]['length']);_0x1cd256++){const _0x4ffe51=_0x1cb267[_0x2f93af(0x128)](getPlatformName,this[_0x2f93af(0x1dd)])['replace'](/ /g,'_');if(_0x1cb267['sqBaT'](this['_formatter'][_0x1cd256],undefined)&&_0x1cb267[_0x2f93af(0x1d5)](this[_0x2f93af(0x132)][_0x1cd256][_0x2f93af(0x211)],0x0)){const _0x3bfa02=this[_0x2f93af(0x132)][_0x1cd256][0x1],_0x411c5f=''+this[_0x2f93af(0x132)][_0x1cd256][0x0];if(_0x1cb267[_0x2f93af(0x187)](_0x3bfa02,undefined)){const _0x5a106c=_0x2f93af(0x1df)+_0x4ffe51+path[_0x2f93af(0x123)](_0x3bfa02);_0x1f98ec['push'](_0x1cb267['nZaZE']),_0x1f98ec['push'](_0x411c5f+':'+_0x5a106c);}else _0x1f98ec[_0x2f93af(0x138)](_0x1cb267[_0x2f93af(0x155)]),_0x1f98ec[_0x2f93af(0x138)](_0x411c5f+':tmp/'+_0x4ffe51);}}const _0x55f07a=new _0xfbd7d0[(_0x2f93af(0x149))]({'argv':_0x1f98ec,'cwd':process['cwd'](),'stdout':process[_0x2f93af(0x1c7)],'stderr':process[_0x2f93af(0x1d7)],'env':process[_0x2f93af(0x1c5)]});process[_0x2f93af(0x1c5)][_0x2f93af(0x14a)]=JSON[_0x2f93af(0x202)](this[_0x2f93af(0x1d1)]),_0x55f07a['run']()['then'](_0x2fd4a1=>{const _0x293516=_0x2f93af,_0x1afbf2={};_0x1afbf2[_0x293516(0x16a)]=global[_0x293516(0x1c4)],_0x1afbf2[_0x293516(0x118)]=global['totalTests'],_0x1afbf2[_0x293516(0x221)]=global[_0x293516(0x176)],_0x1afbf2[_0x293516(0x18d)]=global[_0x293516(0x126)],_0x1afbf2[_0x293516(0x148)]=global['testsPassed'],_0x1afbf2[_0x293516(0x20e)]=global['testsSkipped'],_0x1afbf2[_0x293516(0x164)]=global[_0x293516(0x12b)],_0x1afbf2['stepsUndefined']=global[_0x293516(0x199)],_0x1afbf2[_0x293516(0x157)]=global[_0x293516(0x12c)],_0x1afbf2[_0x293516(0x1e5)]=global[_0x293516(0x175)],_0x1afbf2[_0x293516(0x20a)]=_0x2fd4a1[_0x293516(0x17a)],_0x1afbf2['testsErrorMessage']=global[_0x293516(0x1f5)];const _0x383b61=_0x1afbf2;_0x1cb267['bMnxJ'](_0x4de330,_0x383b61);})[_0x2f93af(0x201)](_0x39cbca=>{const _0x12d4a4=_0x2f93af;_0x1cb267[_0x12d4a4(0x1a0)](_0x4d2d87,_0x39cbca);});}else{if(_0x1cb267[_0x2f93af(0x208)](this[_0x2f93af(0x15a)],_0x1cb267[_0x2f93af(0x1e8)])){process[_0x2f93af(0x1fd)]=this['_configuration']['args'];try{_0x1cb267['lrIma'](modifyCommand),_0x1cb267[_0x2f93af(0x1d4)](require,_0x1cb267[_0x2f93af(0x174)])[_0x2f93af(0x1b4)](this[_0x2f93af(0x1d1)]);let _0x3e09dc=0x0;process['on'](_0x1cb267['YODbI'],async()=>{const _0x6dd47b=_0x2f93af;if(_0x1e3bd3[_0x6dd47b(0x162)](_0x3e09dc,0x0))return;_0x3e09dc++,await _0x1e3bd3[_0x6dd47b(0x20b)](cleanupDrivers,global['__driversArray']);}),_0x1cb267[_0x2f93af(0x134)](require,this[_0x2f93af(0x1d1)][_0x2f93af(0x14b)]);}catch(_0x34bafb){console['error'](_0x34bafb),process[_0x2f93af(0x16f)]=0x1,_0x1cb267[_0x2f93af(0x119)](_0x4d2d87,_0x34bafb);}_0x1cb267[_0x2f93af(0x1a1)](_0x4de330);}}}});}}function a19_0x3053(_0x12d4c8,_0x2675e9){const _0x295468=a19_0x2954();return a19_0x3053=function(_0x3053c4,_0x355520){_0x3053c4=_0x3053c4-0x117;let _0x54dbb3=_0x295468[_0x3053c4];return _0x54dbb3;},a19_0x3053(_0x12d4c8,_0x2675e9);}module[a19_0x53da81(0x156)]=Launcher;function a19_0x2954(){const _0x18daab=['kfbVv','CWvjX','path','percy','build','BjZUR','configuration','OBnWh','TPJsK','edvYY','BSTACK_DELTA','RCqHP','PTPBr','skipSessionStatus','beforeExit','rootHooks','EzaCx','stepsFailed','rCYmd','__skipSessionStatus','oKweC','HZlST','skipSessionName','SeNTV','ZaBOD','OANCM','SmSjs','kNWHe','stepsUndefined','testsUndefined','resolvePaths','EOFDG','platform','sNjGx','Karbq','isBrowserstackInfra','UXQoR','AUVeJ','IGdZr','runMocha','2wIROkL','THQgP','FUWZq','MIRqJ','csVNQ','../../index','4130704yhTXvP','13|1|19|17|8|3|10|4|21|0|11|12|2|18|16|9|15|20|7|14|5|6','bBqNq','unshift','ObaHb','_bsConfig','reporterOptions','IaEyG','indexOf','fLQcG','browserstackAgent','144580tWOznV','ZGHks','CKAqd','onXaT','iMtmF','Dqiqt','iCuri','twkgg','prototype','afterAll','vwPFK','percyCaptureMode','GHbnJ','ozOsY','browserStackPercyOptions','testSuites','env','evlTu','stdout','ijNZD','cMELG','OHhDR','iotUY','aIEUJ','riIwd','iQKAE','957682abaCVg','prevRun','_configuration','DMFha','cucumber/lib/cli/configuration_builder.js','MYURu','ErflJ','mWitg','stderr','kFcFt','bUWub','bdiBd','iXhhZ','dGqau','_capability','../mocha/test-observability/data-hooks','tmp/','FnlBU','zLrmu','gjybU','YnXRy','timeout','stepsAmbiguous','tiUBc','iKQYh','JwLeC','ZPSeL','pDQLf','../../helpers/helper','tbczJ','jvHIC','_accessibilityAutomation','jNLqI','WrGBq','cakkm','kziUK','../cucumber-js/test_old.setup.js','__platform__','testsErrorMessage','MQUcf','TEZcw',':tmp/','deeMI','_mochaOpts','../mocha/bstack-reporter/customReporter.js','RBDsL','argv','wDPkL','zwdYU','UXSyT','catch','stringify','mocha/lib/cli/run-helpers.js','browserstackAgentV2','42nJpAPi','totalTests','testsSkipped','kzRjT','fsuPQ','processSuccess','JcyAm','wjQFW','pExkQ','stepsSkipped','split','lIyLH','length','require','FGFZu','grLaB','HxBjI','--parallel','mochaHooks','ezmCI','QlTUu','testsPassed','xDBlb','call','mochaOpts','FAcZF','1621928EIHiEx','396179JlualA','scenariosFailed','zWsUy','XtKYz','afterEach','@cucumber/cucumber/lib/api/paths.js','uhhof','PfTCi','cwXop','nWwzR','JZfjg','PRKtL','VhTqf','BcSyM','IkQEi','oIaAu','hkONk','jztsA','handleRequires','YvyNE','cUvvE','../mocha/test.setup','pfgeo','browserstackPercyBestPlatform','steps','NgoIh','ycpNO','assign','../cucumber-js/formatter/custom_formatter_old_versions.js','cucumber-js','../cucumber-js/test.setup.js','mTLXn','__driversArray','testContextOptions','UmkHI','extname','CTKck','error','testsFailed','jismt','VygDM','QHZYk','ECSBs','testsPending','testsUnknown','qDNzk','join','hmMWh','aXmSZ','QPEft','_formatter','../utils/constants','vNoma','umedC','_argv','EOpwI','push','bMnxJ','__platformCaps','nestedKeyValue','nEmaq','IFeHU','sfEfW','hZqlo','../../helpers/setKeepAlive','15657615FXAapY','WHSDP','vYhFT','PJZsA','HJYOr','formatter','__skipSessionName','stepsPassed','default','CONFIG','file','reporter','../../helpers/accessibility-automation/helper','nEKUE','vanilla','gXWCO','sNBxA','hGqma','maxWorkers','IIeFC','nZaZE','exports','stepsUnknown','beforeEach','splice','_framework','MJbVj','JYvYi','Ebklw','platformCaps','EecQe','VdvGv','olUOf','omlnr','mRGwR','stepsPending','capability','wZPqC','xeNKN','yvljo','run','scenarios','jtDoT','GDkKS','_testObservability','3091572pZZiTo','exitCode','LoojH','szBYS','pzmUP','turboScaleUrl','llIIP','testsAmbiguous','testSuitesFailed','beforeAll','CfAho','MSfuc','success','Syeme'];a19_0x2954=function(){return _0x18daab;};return a19_0x2954();}
@@ -1 +1 @@
1
- const a20_0x5e647f=a20_0x13d6;(function(_0x435147,_0x24c77d){const _0x4f1323=a20_0x13d6,_0x1b248a=_0x435147();while(!![]){try{const _0x5e52f9=-parseInt(_0x4f1323(0x10e))/0x1*(parseInt(_0x4f1323(0x10a))/0x2)+parseInt(_0x4f1323(0x129))/0x3+-parseInt(_0x4f1323(0xc6))/0x4*(parseInt(_0x4f1323(0x117))/0x5)+-parseInt(_0x4f1323(0x125))/0x6+parseInt(_0x4f1323(0x104))/0x7*(parseInt(_0x4f1323(0x116))/0x8)+-parseInt(_0x4f1323(0x118))/0x9+parseInt(_0x4f1323(0xdb))/0xa*(parseInt(_0x4f1323(0xf3))/0xb);if(_0x5e52f9===_0x24c77d)break;else _0x1b248a['push'](_0x1b248a['shift']());}catch(_0x5305d0){_0x1b248a['push'](_0x1b248a['shift']());}}}(a20_0x428b,0x285a8));function a20_0x428b(){const _0x56daf0=['MzPnb','GIDqC','KOVgT','NELpy','env','isUndefined','CKTnm','VGAxT','getBrowserName','upCsQ','cRvSx','XFCLk','Exception\x20in\x20setExtension\x20Error:\x20','getBrowserVersion','browserstack.accessibilityOptions','6754BLZDqG','otpcr','winstonLogger','zOxkN','isAccessibilityPlatform','accessibility','vAmLp','../../../helpers/logger','warn','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','orOjz','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','accessibilityOptions','fetchPlatformDetails','cthoF','CxbPV','GuJdD','110537RtrucD','setExtension','mkLMx','../../../helpers/helper','zuzgI','bKgFQ','503986dXEVai','qqYtA','Options','zIfNM','1mWNYrm','VbPBS','XkluK','scannerVersion','device','deviceName','GFytk','requireModule','112lrqFdx','69495JAfjaK','2749608EhGMMv','browserVersion','xrSuJ','KbEaL','sBADA','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','toLowerCase','DHhQG','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','DzMsL','TdtDU','MFVdp','1388058jxbtok','fmeIg','eQkLF','OrWki','734127NvyfEc','zCFBb','zdOnL','olVrF','format','EGQzP','nQjuf','DlYvS','jeCGp','uelUj','ATlak','debug','getPlatformVersion','util','coJGd','args','sVDxp','FtxYC','RshJJ','yMBVL','--headless','UIMcW','JmICf','chromeOptions_','chrome','fUTUS','vWpOT','4ODZZkX','HTEaS','browserstack.accessibility','NdApF','__cloud_provider___','BS_A11Y_JWT','ZKRBe','Utvqz','nAeDY','BCLCH','OWMOR','ZGEMU','SGmIq','jlWqo','nLYWv','AvDDs','options_','parse','setAccessibilityCapabilities','bstack:options','GOFzu','8180JqceTc','khcuM','getCapabilities','browserstack','capability','includes','authToken','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','rESRZ'];a20_0x428b=function(){return _0x56daf0;};return a20_0x428b();}const path=require('path'),os=require('os'),util=require(a20_0x5e647f(0x136)),bsSetupHelper=require(a20_0x5e647f(0x107)),logger=require(a20_0x5e647f(0xfa))[a20_0x5e647f(0xf5)];function a20_0x13d6(_0x28f087,_0x322c22){const _0x428b2b=a20_0x428b();return a20_0x13d6=function(_0x13d678,_0x1ee4bf){_0x13d678=_0x13d678-0xc3;let _0x3007cd=_0x428b2b[_0x13d678];return _0x3007cd;},a20_0x13d6(_0x28f087,_0x322c22);}exports[a20_0x5e647f(0xd8)]=_0x4bf3aa=>{const _0xdcfecc=a20_0x5e647f,_0x56dd63={};_0x56dd63[_0xdcfecc(0x10d)]=_0xdcfecc(0xe2),_0x56dd63[_0xdcfecc(0xd3)]=_0xdcfecc(0xfc),_0x56dd63[_0xdcfecc(0xea)]=_0xdcfecc(0xd9),_0x56dd63[_0xdcfecc(0x13b)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.',_0x56dd63['NdApF']='browserstack.accessibilityOptions',_0x56dd63['JmICf']=function(_0x42f333,_0x5023ad){return _0x42f333!==_0x5023ad;},_0x56dd63[_0xdcfecc(0xd2)]=_0xdcfecc(0xce),_0x56dd63[_0xdcfecc(0x130)]=_0xdcfecc(0xe4),_0x56dd63[_0xdcfecc(0xcf)]=_0xdcfecc(0xc8),_0x56dd63['vAmLp']=function(_0x2d6473,_0x3c2af2){return _0x2d6473===_0x3c2af2;},_0x56dd63[_0xdcfecc(0x101)]='uxUal',_0x56dd63['orOjz']=_0xdcfecc(0xed),_0x56dd63[_0xdcfecc(0x127)]=_0xdcfecc(0x106),_0x56dd63[_0xdcfecc(0x13c)]=_0xdcfecc(0x123),_0x56dd63['XkluK']=function(_0x579940,_0x1735b2){return _0x579940===_0x1735b2;},_0x56dd63[_0xdcfecc(0x133)]=_0xdcfecc(0x109),_0x56dd63[_0xdcfecc(0xeb)]='yBwsJ',_0x56dd63[_0xdcfecc(0x13a)]=function(_0x7f154a,_0x10ac8a){return _0x7f154a===_0x10ac8a;},_0x56dd63[_0xdcfecc(0x137)]=_0xdcfecc(0x12a),_0x56dd63['ZKRBe']='UrHrg',_0x56dd63[_0xdcfecc(0xd0)]=function(_0x2ea2eb,_0x4c4d43){return _0x2ea2eb!==_0x4c4d43;},_0x56dd63[_0xdcfecc(0xc5)]=_0xdcfecc(0x11c),_0x56dd63[_0xdcfecc(0x103)]=_0xdcfecc(0xd5),_0x56dd63[_0xdcfecc(0x124)]=_0xdcfecc(0x10b),_0x56dd63['GIDqC']=_0xdcfecc(0x122);const _0xc9f907=_0x56dd63;try{if(_0xc9f907[_0xdcfecc(0x13f)](_0xc9f907[_0xdcfecc(0xd2)],_0xc9f907[_0xdcfecc(0x130)])){const _0x515b8a=_0x4bf3aa[_0xdcfecc(0xdf)]||{};if(_0x515b8a[_0xc9f907[_0xdcfecc(0xea)]]&&_0x515b8a[_0xc9f907[_0xdcfecc(0xea)]][_0xdcfecc(0xf8)]||_0x4bf3aa['capability'][_0xc9f907['BCLCH']]){if(_0xc9f907['vAmLp'](_0xc9f907[_0xdcfecc(0x101)],_0xc9f907[_0xdcfecc(0x101)])){global[_0xdcfecc(0xf7)]=!![];if(_0x515b8a[_0xc9f907['CKTnm']]){if(_0xc9f907[_0xdcfecc(0xf9)](_0xc9f907[_0xdcfecc(0xfd)],_0xc9f907[_0xdcfecc(0xfd)])){if(_0x515b8a[_0xc9f907[_0xdcfecc(0xea)]][_0xdcfecc(0xff)])_0xc9f907[_0xdcfecc(0xf9)](_0xc9f907[_0xdcfecc(0x127)],_0xc9f907[_0xdcfecc(0x13c)])?_0x323958['debug'](_0xdcfecc(0xf0)+_0x1daae6[_0xdcfecc(0x12d)](_0x3338d6)):_0x515b8a[_0xc9f907[_0xdcfecc(0xea)]][_0xdcfecc(0xff)][_0xdcfecc(0xe1)]=process[_0xdcfecc(0xe8)][_0xdcfecc(0xcb)];else{if(_0xc9f907[_0xdcfecc(0x110)](_0xc9f907[_0xdcfecc(0x133)],_0xc9f907[_0xdcfecc(0xeb)]))return _0x2c8821[_0xdcfecc(0xfb)](_0xc9f907[_0xdcfecc(0x10d)]),![];else{const _0x5bf23e={};_0x5bf23e['authToken']=process[_0xdcfecc(0xe8)][_0xdcfecc(0xcb)],_0x515b8a[_0xc9f907[_0xdcfecc(0xea)]][_0xdcfecc(0xff)]=_0x5bf23e;}}_0x515b8a[_0xc9f907[_0xdcfecc(0xea)]]['accessibilityOptions'][_0xdcfecc(0x111)]=JSON['parse'](process[_0xdcfecc(0xe8)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0xdcfecc(0x111)];}else _0x3343b6[_0xdcfecc(0x134)](_0xdcfecc(0x11d)+_0x3fb27b);}else{if(_0x4bf3aa[_0xdcfecc(0xdf)][_0xc9f907['BCLCH']]){if(_0xc9f907[_0xdcfecc(0x13a)](_0xc9f907['coJGd'],_0xc9f907[_0xdcfecc(0xcc)]))return _0x1b0120[_0xdcfecc(0xfb)](_0xc9f907[_0xdcfecc(0xd3)]),![];else{if(_0x515b8a[_0xc9f907['NdApF']])_0xc9f907['OWMOR'](_0xc9f907[_0xdcfecc(0xc5)],_0xc9f907[_0xdcfecc(0xc5)])?_0x2bf242[_0xc9f907[_0xdcfecc(0xea)]][_0xdcfecc(0xff)][_0xdcfecc(0xe1)]=_0x23fee2['env'][_0xdcfecc(0xcb)]:_0x515b8a[_0xc9f907[_0xdcfecc(0xc9)]][_0xdcfecc(0xe1)]=process[_0xdcfecc(0xe8)][_0xdcfecc(0xcb)];else{if(_0xc9f907[_0xdcfecc(0x13f)](_0xc9f907[_0xdcfecc(0x103)],_0xc9f907[_0xdcfecc(0x103)])){if(_0x37120a[_0xc9f907[_0xdcfecc(0xea)]][_0xdcfecc(0xff)])_0x165e83[_0xc9f907[_0xdcfecc(0xea)]][_0xdcfecc(0xff)][_0xdcfecc(0xe1)]=_0x4bcfd8[_0xdcfecc(0xe8)][_0xdcfecc(0xcb)];else{const _0x2c9704={};_0x2c9704[_0xdcfecc(0xe1)]=_0x225e4f[_0xdcfecc(0xe8)][_0xdcfecc(0xcb)],_0x1a66f1[_0xc9f907[_0xdcfecc(0xea)]][_0xdcfecc(0xff)]=_0x2c9704;}_0x5008dd[_0xc9f907[_0xdcfecc(0xea)]][_0xdcfecc(0xff)][_0xdcfecc(0x111)]=_0x149203[_0xdcfecc(0xd7)](_0x488a32[_0xdcfecc(0xe8)][_0xdcfecc(0x121)])[_0xdcfecc(0x111)];}else{const _0x3e4b3b={};_0x3e4b3b[_0xdcfecc(0xe1)]=process['env'][_0xdcfecc(0xcb)],_0x515b8a[_0xc9f907[_0xdcfecc(0xc9)]]=_0x3e4b3b;}}_0x515b8a[_0xc9f907[_0xdcfecc(0xc9)]][_0xdcfecc(0x111)]=JSON[_0xdcfecc(0xd7)](process['env'][_0xdcfecc(0x121)])['scannerVersion'];}}}}else return _0x50442d[_0xdcfecc(0xfb)](_0xc9f907[_0xdcfecc(0x13b)]),![];}}else{if(_0x2c12f1[_0xc9f907[_0xdcfecc(0xc9)]])_0x2fb8da[_0xc9f907[_0xdcfecc(0xc9)]][_0xdcfecc(0xe1)]=_0xbaf14f[_0xdcfecc(0xe8)][_0xdcfecc(0xcb)];else{const _0x308c4a={};_0x308c4a[_0xdcfecc(0xe1)]=_0x288f8c[_0xdcfecc(0xe8)][_0xdcfecc(0xcb)],_0x237392[_0xc9f907[_0xdcfecc(0xc9)]]=_0x308c4a;}_0x47ac81[_0xc9f907[_0xdcfecc(0xc9)]][_0xdcfecc(0x111)]=_0x2dccdf[_0xdcfecc(0xd7)](_0x3b449e[_0xdcfecc(0xe8)][_0xdcfecc(0x121)])[_0xdcfecc(0x111)];}}catch(_0x30b8b2){if(_0xc9f907[_0xdcfecc(0xd0)](_0xc9f907['MFVdp'],_0xc9f907[_0xdcfecc(0xe5)]))logger[_0xdcfecc(0x134)]('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x30b8b2);else{const _0x493b96={};_0x493b96[_0xdcfecc(0xe1)]=_0xc1a861[_0xdcfecc(0xe8)][_0xdcfecc(0xcb)],_0x17dc72[_0xc9f907['NdApF']]=_0x493b96;}}},exports[a20_0x5e647f(0x105)]=(_0x431e10,_0x5c8add)=>{const _0x1bd59b=a20_0x5e647f,_0x6307d4={};_0x6307d4[_0x1bd59b(0x126)]=_0x1bd59b(0xf2),_0x6307d4[_0x1bd59b(0xe7)]=_0x1bd59b(0xd9),_0x6307d4[_0x1bd59b(0xee)]=_0x1bd59b(0x120),_0x6307d4[_0x1bd59b(0xe6)]='selenium-webdriver/chrome.js',_0x6307d4[_0x1bd59b(0x102)]=function(_0x15bc94,_0x138acb){return _0x15bc94!==_0x138acb;},_0x6307d4['fUTUS']=function(_0x20cdcd,_0xc5379c){return _0x20cdcd===_0xc5379c;},_0x6307d4[_0x1bd59b(0x12e)]=_0x1bd59b(0x13e),_0x6307d4[_0x1bd59b(0xda)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.',_0x6307d4[_0x1bd59b(0x108)]=function(_0x1c79ca,_0x1d8a8d){return _0x1c79ca!==_0x1d8a8d;},_0x6307d4['iqpms']=_0x1bd59b(0xc3),_0x6307d4[_0x1bd59b(0xcd)]='tZkCI',_0x6307d4[_0x1bd59b(0x128)]='gDntv',_0x6307d4[_0x1bd59b(0xc7)]='latest',_0x6307d4[_0x1bd59b(0xd1)]=function(_0x197739,_0x4ba397){return _0x197739>_0x4ba397;},_0x6307d4[_0x1bd59b(0xf4)]=_0x1bd59b(0x131),_0x6307d4[_0x1bd59b(0xdc)]=_0x1bd59b(0x12b),_0x6307d4[_0x1bd59b(0x114)]=_0x1bd59b(0xfe),_0x6307d4[_0x1bd59b(0xd4)]=function(_0x5add37,_0x57be20){return _0x5add37!==_0x57be20;},_0x6307d4[_0x1bd59b(0xf6)]=_0x1bd59b(0x11f),_0x6307d4[_0x1bd59b(0x12f)]=function(_0x55d577,_0x152b43){return _0x55d577!==_0x152b43;},_0x6307d4[_0x1bd59b(0xef)]='kVCAT',_0x6307d4[_0x1bd59b(0x132)]=_0x1bd59b(0x13d),_0x6307d4[_0x1bd59b(0x139)]=function(_0x428406,_0x2a905c){return _0x428406!==_0x2a905c;},_0x6307d4[_0x1bd59b(0x12c)]=_0x1bd59b(0xe3),_0x6307d4[_0x1bd59b(0x11b)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.';const _0x3eff0a=_0x6307d4;try{const _0x4d1b22=_0x5c8add[_0x1bd59b(0xdf)]||{},_0x1fd920=(_0x4d1b22[_0x3eff0a[_0x1bd59b(0xe7)]]?_0x4d1b22[_0x3eff0a[_0x1bd59b(0xe7)]][_0x1bd59b(0x113)]:_0x4d1b22[_0x1bd59b(0x112)])||'';if(_0x3eff0a[_0x1bd59b(0x102)](_0x1fd920,'')){if(_0x3eff0a[_0x1bd59b(0xc4)](_0x3eff0a[_0x1bd59b(0x12e)],_0x3eff0a['EGQzP']))return logger['warn'](_0x3eff0a[_0x1bd59b(0xda)]),![];else _0x586953[_0x3eff0a[_0x1bd59b(0x126)]][_0x1bd59b(0xe1)]=_0xbd2f26['env'][_0x1bd59b(0xcb)];}const _0x3dc188=_0x4d1b22['browserName'];if(_0x3eff0a[_0x1bd59b(0x108)](_0x3dc188[_0x1bd59b(0x11e)](),_0x3eff0a['iqpms'])){if(_0x3eff0a[_0x1bd59b(0x102)](_0x3eff0a['Utvqz'],_0x3eff0a[_0x1bd59b(0x128)]))return logger[_0x1bd59b(0xfb)](_0x3eff0a[_0x1bd59b(0xee)]),![];else _0x13c187[_0x1bd59b(0x134)]('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x473d74);}const _0x300ee6=_0x4d1b22[_0x1bd59b(0x119)]||_0x4d1b22['browser_version'];if(!bsSetupHelper[_0x1bd59b(0xe9)](_0x300ee6)&&!(_0x3eff0a[_0x1bd59b(0xc4)](_0x300ee6,_0x3eff0a[_0x1bd59b(0xc7)])||_0x3eff0a[_0x1bd59b(0xd1)](_0x300ee6,0x5e))){if(_0x3eff0a[_0x1bd59b(0xc4)](_0x3eff0a[_0x1bd59b(0xf4)],_0x3eff0a[_0x1bd59b(0xdc)])){const _0x457658={};_0x457658[_0x1bd59b(0xe1)]=_0x1cb9c2[_0x1bd59b(0xe8)][_0x1bd59b(0xcb)],_0x13024c[_0x3eff0a[_0x1bd59b(0xe7)]]['accessibilityOptions']=_0x457658;}else return logger[_0x1bd59b(0xfb)](_0x3eff0a[_0x1bd59b(0x114)]),![];}let _0x4e5bbb;try{if(_0x3eff0a[_0x1bd59b(0xd4)](_0x3eff0a[_0x1bd59b(0xf6)],_0x3eff0a[_0x1bd59b(0xf6)]))return _0x25c452[_0x1bd59b(0xfb)](_0x3eff0a[_0x1bd59b(0xee)]),![];else _0x4e5bbb=bsSetupHelper[_0x1bd59b(0x115)](_0x3eff0a[_0x1bd59b(0xe6)]);}catch(_0x759cee){return _0x3eff0a[_0x1bd59b(0x12f)](_0x3eff0a[_0x1bd59b(0xef)],_0x3eff0a[_0x1bd59b(0xef)])?![]:![];}const _0x346e63=new _0x4e5bbb[(_0x1bd59b(0x10c))](_0x431e10[_0x1bd59b(0x140)]);if(_0x346e63[_0x1bd59b(0xd6)]?.[_0x1bd59b(0x138)]?.[_0x1bd59b(0xe0)](_0x3eff0a[_0x1bd59b(0x132)])){if(_0x3eff0a['sVDxp'](_0x3eff0a['olVrF'],_0x3eff0a[_0x1bd59b(0x12c)]))_0x14cb6f=_0x4a4c4b[_0x1bd59b(0x115)](_0x3eff0a[_0x1bd59b(0xe6)]);else return logger['warn'](_0x3eff0a['KbEaL']),![];}return!![];}catch(_0x137092){logger[_0x1bd59b(0x134)](_0x1bd59b(0xf0)+util[_0x1bd59b(0x12d)](_0x137092));}return![];},exports[a20_0x5e647f(0x100)]=async _0x4cf02d=>{const _0x46b757=a20_0x5e647f,_0x8472b2={};_0x8472b2[_0x46b757(0x10f)]=function(_0x184d47,_0x42e969){return _0x184d47===_0x42e969;},_0x8472b2[_0x46b757(0x11a)]=_0x46b757(0xde);const _0x14dfc3=_0x8472b2;let _0x49e57f={};try{const _0x5873b0=await _0x4cf02d[_0x46b757(0xdd)]();_0x49e57f={'os_name':_0x5873b0['getPlatform'](),'os_version':bsSetupHelper[_0x46b757(0x135)](_0x14dfc3[_0x46b757(0x10f)](global[_0x46b757(0xca)],_0x14dfc3['xrSuJ'])),'browser_name':_0x5873b0[_0x46b757(0xec)](),'browser_version':_0x5873b0[_0x46b757(0xf1)]()};}catch(_0x4e9f24){logger['debug'](_0x46b757(0x11d)+_0x4e9f24);}return _0x49e57f;};
1
+ const a20_0x575a74=a20_0x451e;(function(_0x1d0ae8,_0x33df67){const _0x4646cc=a20_0x451e,_0x1fc583=_0x1d0ae8();while(!![]){try{const _0x5b7216=parseInt(_0x4646cc(0x1a2))/0x1*(-parseInt(_0x4646cc(0x1dc))/0x2)+-parseInt(_0x4646cc(0x198))/0x3*(-parseInt(_0x4646cc(0x1e2))/0x4)+-parseInt(_0x4646cc(0x1a1))/0x5+-parseInt(_0x4646cc(0x1dd))/0x6*(-parseInt(_0x4646cc(0x1c6))/0x7)+parseInt(_0x4646cc(0x1af))/0x8+-parseInt(_0x4646cc(0x1f1))/0x9+parseInt(_0x4646cc(0x199))/0xa;if(_0x5b7216===_0x33df67)break;else _0x1fc583['push'](_0x1fc583['shift']());}catch(_0x2a511e){_0x1fc583['push'](_0x1fc583['shift']());}}}(a20_0x5d85,0x18ce5));function a20_0x5d85(){const _0xce039d=['Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','jQgoI','GyGVV','Nfwqb','tqvkw','KNQak','uEJgu','../../../helpers/helper','__cloud_provider___','EkNuS','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','peFJu','FpcKn','Jxsqh','FwVnE','3LfnpOQ','1430790QtEzhJ','env','Exception\x20in\x20setExtension\x20Error:\x20','warn','debug','pGvyZ','lBuhV','wfHvk','1007185MFYUGu','1544fLZvMh','OSHtc','OgfVA','NkeUP','RNJEh','PDdyg','getBrowserName','util','setExtension','browserstack.accessibilityOptions','WIMYA','MIvie','browserVersion','753240kxHXmB','fetchPlatformDetails','FJSzC','HlbCu','WbLPB','OeeSs','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','bstack:options','browserstack.accessibility','KqyuP','BZjDy','mUoaZ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','getPlatformVersion','TjMZj','accessibility','UsQrI','accessibilityOptions','requireModule','IeIlT','LnQbw','getBrowserVersion','ecrsX','7YtIxfq','hMBTf','YYcLG','args','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','azESu','OMZaZ','../../../helpers/logger','EpEFt','latest','selenium-webdriver/chrome.js','ruSrg','lTzHz','gGwcR','capability','xUJmQ','chrome','Xmmvw','bUkel','vzuUK','PTWoR','parse','4qiBHMR','96270NgNOQd','options_','jbgUR','format','winstonLogger','213168VITaPC','BS_A11Y_JWT','deviceName','IksEx','bHAru','setAccessibilityCapabilities','YNDRK','tUITH','vRhDo','cBZQv','iNgcT','ScSyZ','BjxbS','--headless','nftwF','3969zHFnex','browser_version','IyaJD','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','QgGlf','QkKJk','KXjYO','utyHV','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','chromeOptions_','QalhV','qUXQy','BXURk','authToken','getPlatform','qSojB','mFPCj','cVraw','bxDvb','Options','scannerVersion','PEGjR','KnChg','bPixI','browserstack','lpZYX','LdfDZ','TYSvo'];a20_0x5d85=function(){return _0xce039d;};return a20_0x5d85();}const path=require('path'),os=require('os'),util=require(a20_0x575a74(0x1a9)),bsSetupHelper=require(a20_0x575a74(0x190)),logger=require(a20_0x575a74(0x1cd))[a20_0x575a74(0x1e1)];function a20_0x451e(_0x92242e,_0x3a487f){const _0x5d85b5=a20_0x5d85();return a20_0x451e=function(_0x451e5e,_0xbb7739){_0x451e5e=_0x451e5e-0x18a;let _0x4287f8=_0x5d85b5[_0x451e5e];return _0x4287f8;},a20_0x451e(_0x92242e,_0x3a487f);}exports[a20_0x575a74(0x1e7)]=_0xca10db=>{const _0xcc251e=a20_0x575a74,_0x3ce636={};_0x3ce636[_0xcc251e(0x195)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.',_0x3ce636[_0xcc251e(0x1ac)]=_0xcc251e(0x1d0),_0x3ce636[_0xcc251e(0x1b8)]=_0xcc251e(0x1ca),_0x3ce636['ruSrg']=_0xcc251e(0x1ab),_0x3ce636['mFPCj']=_0xcc251e(0x1b6),_0x3ce636['PEGjR']=function(_0x176c3b,_0x1e7a0d){return _0x176c3b===_0x1e7a0d;},_0x3ce636['YYcLG']=_0xcc251e(0x18d),_0x3ce636[_0xcc251e(0x1d7)]=_0xcc251e(0x18b),_0x3ce636[_0xcc251e(0x1a6)]=_0xcc251e(0x1b7),_0x3ce636[_0xcc251e(0x1f8)]=function(_0x149204,_0x5ab332){return _0x149204!==_0x5ab332;},_0x3ce636['xUJmQ']=_0xcc251e(0x1b4),_0x3ce636[_0xcc251e(0x192)]=_0xcc251e(0x1d9),_0x3ce636['cVraw']=_0xcc251e(0x1f3),_0x3ce636['QalhV']=function(_0x3c8116,_0x12c087){return _0x3c8116===_0x12c087;},_0x3ce636['Nfwqb']=_0xcc251e(0x194),_0x3ce636[_0xcc251e(0x20b)]='FRAom',_0x3ce636[_0xcc251e(0x1bd)]=_0xcc251e(0x1e6),_0x3ce636[_0xcc251e(0x1ed)]='uVLbo',_0x3ce636[_0xcc251e(0x20a)]=_0xcc251e(0x1a4),_0x3ce636['lBuhV']=function(_0x21b7d0,_0x19efa7){return _0x21b7d0===_0x19efa7;},_0x3ce636[_0xcc251e(0x1e5)]=_0xcc251e(0x1fd),_0x3ce636[_0xcc251e(0x1c5)]=_0xcc251e(0x1ee),_0x3ce636[_0xcc251e(0x1a5)]=function(_0x27ea72,_0xa680f3){return _0x27ea72!==_0xa680f3;},_0x3ce636['Jxsqh']=_0xcc251e(0x1d8),_0x3ce636[_0xcc251e(0x1eb)]=function(_0x33fcd6,_0x234fa1){return _0x33fcd6!==_0x234fa1;},_0x3ce636[_0xcc251e(0x1f6)]=_0xcc251e(0x1d2),_0x3ce636[_0xcc251e(0x1ce)]=_0xcc251e(0x18a);const _0x37ffa8=_0x3ce636;try{if(_0x37ffa8[_0xcc251e(0x206)](_0x37ffa8[_0xcc251e(0x1c8)],_0x37ffa8[_0xcc251e(0x1d7)]))return _0x49507d[_0xcc251e(0x19c)](_0x37ffa8[_0xcc251e(0x195)]),![];else{const _0x495d97=_0xca10db[_0xcc251e(0x1d4)]||{};if(_0x495d97[_0x37ffa8[_0xcc251e(0x201)]]&&_0x495d97[_0x37ffa8[_0xcc251e(0x201)]][_0xcc251e(0x1be)]||_0xca10db['capability'][_0x37ffa8[_0xcc251e(0x1a6)]]){if(_0x37ffa8[_0xcc251e(0x1f8)](_0x37ffa8[_0xcc251e(0x1d5)],_0x37ffa8[_0xcc251e(0x1d5)]))_0x354bac[_0xcc251e(0x19d)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x3840eb);else{global['isAccessibilityPlatform']=!![];if(_0x495d97[_0x37ffa8[_0xcc251e(0x201)]]){if(_0x37ffa8[_0xcc251e(0x1f8)](_0x37ffa8[_0xcc251e(0x192)],_0x37ffa8[_0xcc251e(0x202)])){if(_0x495d97[_0x37ffa8['mFPCj']][_0xcc251e(0x1c0)])_0x37ffa8[_0xcc251e(0x1fb)](_0x37ffa8[_0xcc251e(0x18c)],_0x37ffa8['LdfDZ'])?_0x280226=_0x5e7a3c[_0xcc251e(0x1c1)](_0x37ffa8['WIMYA']):_0x495d97[_0x37ffa8[_0xcc251e(0x201)]][_0xcc251e(0x1c0)][_0xcc251e(0x1fe)]=process[_0xcc251e(0x19a)][_0xcc251e(0x1e3)];else{if(_0x37ffa8[_0xcc251e(0x1f8)](_0x37ffa8[_0xcc251e(0x1bd)],_0x37ffa8[_0xcc251e(0x1bd)]))return _0x53c24f[_0xcc251e(0x19c)](_0x37ffa8[_0xcc251e(0x1b8)]),![];else{const _0x3c959d={};_0x3c959d[_0xcc251e(0x1fe)]=process[_0xcc251e(0x19a)]['BS_A11Y_JWT'],_0x495d97[_0x37ffa8[_0xcc251e(0x201)]]['accessibilityOptions']=_0x3c959d;}}_0x495d97[_0x37ffa8[_0xcc251e(0x201)]][_0xcc251e(0x1c0)][_0xcc251e(0x205)]=JSON[_0xcc251e(0x1db)](process[_0xcc251e(0x19a)][_0xcc251e(0x1f9)])['scannerVersion'];}else _0x55347e[_0x37ffa8[_0xcc251e(0x1d1)]][_0xcc251e(0x1fe)]=_0x4085c0[_0xcc251e(0x19a)][_0xcc251e(0x1e3)];}else{if(_0xca10db[_0xcc251e(0x1d4)][_0x37ffa8[_0xcc251e(0x1a6)]]){if(_0x37ffa8[_0xcc251e(0x206)](_0x37ffa8[_0xcc251e(0x1ed)],_0x37ffa8['lpZYX'])){const _0x99370c={};_0x99370c['authToken']=_0x23a1bc[_0xcc251e(0x19a)][_0xcc251e(0x1e3)],_0x49d78d[_0x37ffa8['ruSrg']]=_0x99370c;}else{if(_0x495d97[_0x37ffa8[_0xcc251e(0x1d1)]])_0x37ffa8[_0xcc251e(0x19f)](_0x37ffa8[_0xcc251e(0x1e5)],_0x37ffa8[_0xcc251e(0x1c5)])?_0x5b07d7[_0x37ffa8['mFPCj']][_0xcc251e(0x1c0)][_0xcc251e(0x1fe)]=_0xb36f93['env'][_0xcc251e(0x1e3)]:_0x495d97[_0x37ffa8[_0xcc251e(0x1d1)]][_0xcc251e(0x1fe)]=process[_0xcc251e(0x19a)][_0xcc251e(0x1e3)];else{if(_0x37ffa8[_0xcc251e(0x1a5)](_0x37ffa8[_0xcc251e(0x196)],_0x37ffa8[_0xcc251e(0x196)]))_0x47129a[_0xcc251e(0x19d)](_0xcc251e(0x19b)+_0x3589f8[_0xcc251e(0x1e0)](_0x5c83c6));else{const _0x51e10b={};_0x51e10b[_0xcc251e(0x1fe)]=process[_0xcc251e(0x19a)][_0xcc251e(0x1e3)],_0x495d97[_0x37ffa8[_0xcc251e(0x1d1)]]=_0x51e10b;}}_0x495d97[_0x37ffa8[_0xcc251e(0x1d1)]][_0xcc251e(0x205)]=JSON[_0xcc251e(0x1db)](process[_0xcc251e(0x19a)][_0xcc251e(0x1f9)])[_0xcc251e(0x205)];}}}}}}}catch(_0x5f4783){if(_0x37ffa8[_0xcc251e(0x1eb)](_0x37ffa8[_0xcc251e(0x1f6)],_0x37ffa8[_0xcc251e(0x1ce)]))logger[_0xcc251e(0x19d)](_0xcc251e(0x1b5)+_0x5f4783);else{if(_0x4a4af4[_0x37ffa8['ruSrg']])_0x4d0d6b[_0x37ffa8['ruSrg']][_0xcc251e(0x1fe)]=_0x5f4786[_0xcc251e(0x19a)][_0xcc251e(0x1e3)];else{const _0x3d38f3={};_0x3d38f3['authToken']=_0x362966[_0xcc251e(0x19a)][_0xcc251e(0x1e3)],_0x1947a9[_0x37ffa8[_0xcc251e(0x1d1)]]=_0x3d38f3;}_0x3399d4[_0x37ffa8[_0xcc251e(0x1d1)]][_0xcc251e(0x205)]=_0x12cca0[_0xcc251e(0x1db)](_0x44907c['env'][_0xcc251e(0x1f9)])['scannerVersion'];}}},exports[a20_0x575a74(0x1aa)]=(_0x388aa9,_0x53baae)=>{const _0x18fc6c=a20_0x575a74,_0x492bb9={};_0x492bb9[_0x18fc6c(0x1a7)]=_0x18fc6c(0x193),_0x492bb9[_0x18fc6c(0x1da)]=_0x18fc6c(0x1bb),_0x492bb9['TYSvo']=_0x18fc6c(0x1b6),_0x492bb9[_0x18fc6c(0x207)]=function(_0x1ee0c1,_0x360968){return _0x1ee0c1!==_0x360968;},_0x492bb9[_0x18fc6c(0x1cc)]=_0x18fc6c(0x18e),_0x492bb9['MIvie']=_0x18fc6c(0x1df),_0x492bb9[_0x18fc6c(0x1ec)]=_0x18fc6c(0x1d6),_0x492bb9[_0x18fc6c(0x203)]=function(_0x3508a3,_0x23bc01){return _0x3508a3===_0x23bc01;},_0x492bb9['YNDRK']=_0x18fc6c(0x1f7),_0x492bb9['nftwF']=_0x18fc6c(0x1ca),_0x492bb9[_0x18fc6c(0x1c3)]=function(_0x3b149e,_0x20d949){return _0x3b149e===_0x20d949;},_0x492bb9['vEKxM']=_0x18fc6c(0x1cf),_0x492bb9[_0x18fc6c(0x200)]=function(_0x43692d,_0x5ceb74){return _0x43692d>_0x5ceb74;},_0x492bb9[_0x18fc6c(0x1cb)]=_0x18fc6c(0x1bf),_0x492bb9[_0x18fc6c(0x1ea)]=_0x18fc6c(0x1f5),_0x492bb9['mUoaZ']=_0x18fc6c(0x1b2),_0x492bb9[_0x18fc6c(0x1a3)]=_0x18fc6c(0x1c2),_0x492bb9[_0x18fc6c(0x19e)]=_0x18fc6c(0x1d0),_0x492bb9[_0x18fc6c(0x1a0)]=function(_0x564fa2,_0x327342){return _0x564fa2===_0x327342;},_0x492bb9['qUXQy']='XyIgH',_0x492bb9[_0x18fc6c(0x208)]='dzwWa',_0x492bb9[_0x18fc6c(0x1e9)]=_0x18fc6c(0x1ef),_0x492bb9[_0x18fc6c(0x1b1)]=function(_0x1941a9,_0x70fade){return _0x1941a9===_0x70fade;},_0x492bb9[_0x18fc6c(0x18f)]=_0x18fc6c(0x1c7),_0x492bb9[_0x18fc6c(0x1b9)]=_0x18fc6c(0x197),_0x492bb9['GTtWb']=_0x18fc6c(0x1f4);const _0x1a653d=_0x492bb9;try{const _0xb58027=_0x53baae['capability']||{},_0x28d929=(_0xb58027[_0x1a653d[_0x18fc6c(0x20c)]]?_0xb58027[_0x1a653d[_0x18fc6c(0x20c)]][_0x18fc6c(0x1e4)]:_0xb58027['device'])||'';if(_0x1a653d[_0x18fc6c(0x207)](_0x28d929,''))return _0x1a653d['KnChg'](_0x1a653d[_0x18fc6c(0x1cc)],_0x1a653d[_0x18fc6c(0x1ad)])?(logger[_0x18fc6c(0x19c)](_0x1a653d['PTWoR']),![]):(_0x3d2e73[_0x18fc6c(0x19c)](_0x1a653d[_0x18fc6c(0x1a7)]),![]);const _0x355651=_0xb58027['browserName'];if(_0x1a653d[_0x18fc6c(0x207)](_0x355651['toLowerCase'](),_0x1a653d[_0x18fc6c(0x1ec)]))return _0x1a653d[_0x18fc6c(0x203)](_0x1a653d[_0x18fc6c(0x1e8)],_0x1a653d[_0x18fc6c(0x1e8)])?(logger['warn'](_0x1a653d[_0x18fc6c(0x1f0)]),![]):(_0x194b0a[_0x18fc6c(0x19c)](_0x1a653d['PTWoR']),![]);const _0x2f0dd2=_0xb58027[_0x18fc6c(0x1ae)]||_0xb58027[_0x18fc6c(0x1f2)];if(!bsSetupHelper['isUndefined'](_0x2f0dd2)&&!(_0x1a653d[_0x18fc6c(0x1c3)](_0x2f0dd2,_0x1a653d['vEKxM'])||_0x1a653d[_0x18fc6c(0x200)](_0x2f0dd2,0x5e))){if(_0x1a653d['KnChg'](_0x1a653d['azESu'],_0x1a653d[_0x18fc6c(0x1ea)]))return logger['warn'](_0x1a653d[_0x18fc6c(0x1a7)]),![];else{if(_0xdc33e6[_0x1a653d[_0x18fc6c(0x20c)]]['accessibilityOptions'])_0x557c4b[_0x1a653d[_0x18fc6c(0x20c)]][_0x18fc6c(0x1c0)]['authToken']=_0x121110[_0x18fc6c(0x19a)]['BS_A11Y_JWT'];else{const _0x30cc57={};_0x30cc57[_0x18fc6c(0x1fe)]=_0x514946[_0x18fc6c(0x19a)][_0x18fc6c(0x1e3)],_0x5ed86a[_0x1a653d[_0x18fc6c(0x20c)]][_0x18fc6c(0x1c0)]=_0x30cc57;}_0x206934[_0x1a653d['TYSvo']]['accessibilityOptions']['scannerVersion']=_0x5d6ec9[_0x18fc6c(0x1db)](_0x5a1f8b[_0x18fc6c(0x19a)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x18fc6c(0x205)];}}let _0x44a82d;try{if(_0x1a653d['LnQbw'](_0x1a653d[_0x18fc6c(0x1ba)],_0x1a653d[_0x18fc6c(0x1a3)]))return![];else _0x44a82d=bsSetupHelper[_0x18fc6c(0x1c1)](_0x1a653d[_0x18fc6c(0x19e)]);}catch(_0x59ca79){if(_0x1a653d['wfHvk'](_0x1a653d[_0x18fc6c(0x1fc)],_0x1a653d[_0x18fc6c(0x208)])){const _0xd898bc={};_0xd898bc[_0x18fc6c(0x1fe)]=_0x303a89[_0x18fc6c(0x19a)][_0x18fc6c(0x1e3)],_0x5ed797[_0x1a653d['TYSvo']]['accessibilityOptions']=_0xd898bc;}else return![];}const _0x290b78=new _0x44a82d[(_0x18fc6c(0x204))](_0x388aa9[_0x18fc6c(0x1fa)]);if(_0x290b78[_0x18fc6c(0x1de)]?.[_0x18fc6c(0x1c9)]?.['includes'](_0x1a653d[_0x18fc6c(0x1e9)])){if(_0x1a653d[_0x18fc6c(0x1b1)](_0x1a653d[_0x18fc6c(0x18f)],_0x1a653d[_0x18fc6c(0x1b9)]))_0x40abe7[_0x18fc6c(0x19d)](_0x18fc6c(0x1b5)+_0x2d261d);else return logger['warn'](_0x1a653d['GTtWb']),![];}return!![];}catch(_0x1983d2){logger[_0x18fc6c(0x19d)](_0x18fc6c(0x19b)+util[_0x18fc6c(0x1e0)](_0x1983d2));}return![];},exports[a20_0x575a74(0x1b0)]=async _0x5c8e02=>{const _0x1782bf=a20_0x575a74,_0x524bcb={};_0x524bcb[_0x1782bf(0x1b3)]=function(_0x5ce059,_0x27a44b){return _0x5ce059===_0x27a44b;},_0x524bcb['gGwcR']=_0x1782bf(0x209);const _0x3b63ac=_0x524bcb;let _0x23a9ef={};try{const _0x21fc71=await _0x5c8e02['getCapabilities']();_0x23a9ef={'os_name':_0x21fc71[_0x1782bf(0x1ff)](),'os_version':bsSetupHelper[_0x1782bf(0x1bc)](_0x3b63ac[_0x1782bf(0x1b3)](global[_0x1782bf(0x191)],_0x3b63ac[_0x1782bf(0x1d3)])),'browser_name':_0x21fc71[_0x1782bf(0x1a8)](),'browser_version':_0x21fc71[_0x1782bf(0x1c4)]()};}catch(_0x27e30c){logger[_0x1782bf(0x19d)](_0x1782bf(0x20d)+_0x27e30c);}return _0x23a9ef;};