browserstack-node-sdk 1.31.22 → 1.31.23

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/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/cucumber-js/command.js +1 -1
  39. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  40. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  41. package/src/bin/cucumber-js/test.setup.js +1 -1
  42. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  43. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  44. package/src/bin/jest/command.js +1 -1
  45. package/src/bin/jest/customImplements/customCircus.js +1 -1
  46. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  47. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  48. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  49. package/src/bin/jest/jest.setup.js +1 -1
  50. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  51. package/src/bin/jest/test-observability/helper.js +1 -1
  52. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  53. package/src/bin/jest/test-observability/test-details.js +1 -1
  54. package/src/bin/jest/test_before.setup.js +1 -1
  55. package/src/bin/launcher/launcher.js +1 -1
  56. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  57. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  58. package/src/bin/mocha/command.js +1 -1
  59. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  60. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  61. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  62. package/src/bin/mocha/test.setup.js +1 -1
  63. package/src/bin/nightwatch/command.js +1 -1
  64. package/src/bin/playwright/accessibility-helper.js +1 -1
  65. package/src/bin/playwright/command.js +1 -1
  66. package/src/bin/playwright/globalSetup.js +1 -1
  67. package/src/bin/playwright/mock-process.js +1 -1
  68. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  69. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  70. package/src/bin/playwright/reporter/reporter.js +1 -1
  71. package/src/bin/playwright/reporter/test-details.js +1 -1
  72. package/src/bin/runner.js +1 -1
  73. package/src/bin/setup.js +1 -1
  74. package/src/bin/test-runner/index.js +1 -1
  75. package/src/bin/test-runner/runTest.js +1 -1
  76. package/src/bin/test-runner/testWorker.js +1 -1
  77. package/src/bin/utils/constants.js +1 -1
  78. package/src/bin/utils/log4jsAppender.js +1 -1
  79. package/src/bin/utils/logPatcher.js +1 -1
  80. package/src/bin/utils/logReportingAPI.js +1 -1
  81. package/src/bin/vanilla-js/command.js +1 -1
  82. package/src/browserStackSdk.js +1 -1
  83. package/src/helpers/BrowserStackSetup.js +1 -1
  84. package/src/helpers/accessibility-automation/constants.js +1 -1
  85. package/src/helpers/accessibility-automation/helper.js +1 -1
  86. package/src/helpers/accessibility-automation/scripts.js +1 -1
  87. package/src/helpers/ats/constants.js +1 -1
  88. package/src/helpers/ats/helper.js +1 -1
  89. package/src/helpers/capsMapping.js +1 -1
  90. package/src/helpers/globals.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
- function a18_0x56d2(_0x4d0ea5,_0x50cc7c){const _0x5ca754=a18_0x5ca7();return a18_0x56d2=function(_0x56d210,_0x5e5e9a){_0x56d210=_0x56d210-0x163;let _0x51f38c=_0x5ca754[_0x56d210];return _0x51f38c;},a18_0x56d2(_0x4d0ea5,_0x50cc7c);}const a18_0x5497c6=a18_0x56d2;(function(_0x14747f,_0x119282){const _0x5533c1=a18_0x56d2,_0x1d6c9=_0x14747f();while(!![]){try{const _0x4e109c=parseInt(_0x5533c1(0x163))/0x1+parseInt(_0x5533c1(0x164))/0x2+-parseInt(_0x5533c1(0x172))/0x3*(-parseInt(_0x5533c1(0x16f))/0x4)+parseInt(_0x5533c1(0x16c))/0x5*(-parseInt(_0x5533c1(0x171))/0x6)+parseInt(_0x5533c1(0x167))/0x7*(parseInt(_0x5533c1(0x16b))/0x8)+-parseInt(_0x5533c1(0x166))/0x9*(parseInt(_0x5533c1(0x16a))/0xa)+-parseInt(_0x5533c1(0x170))/0xb*(parseInt(_0x5533c1(0x169))/0xc);if(_0x4e109c===_0x119282)break;else _0x1d6c9['push'](_0x1d6c9['shift']());}catch(_0x1bde1d){_0x1d6c9['push'](_0x1d6c9['shift']());}}}(a18_0x5ca7,0x46894));const {requireModule}=require(a18_0x5497c6(0x173));function a18_0x5ca7(){const _0x393afb=['396neAMaY','130pjjXXG','2181592AnaHCG','275MiiTiR','__webdriver','selenium-webdriver','8EkGYiC','263098SRfttM','50340yEJJwX','152304FHKlWY','../../helpers/helper','559895MTTBdK','1042376OIrqbV','../../helpers/setKeepAlive','130401kSVAfd','14FyoSFr','keys'];a18_0x5ca7=function(){return _0x393afb;};return a18_0x5ca7();}require(a18_0x5497c6(0x165))();const __wd__=requireModule(a18_0x5497c6(0x16e));for(const key of Object[a18_0x5497c6(0x168)](global['__webdriver'])){__wd__[key]=global[a18_0x5497c6(0x16d)][key];}
1
+ const a18_0x4bd338=a18_0x13ff;function a18_0x13ff(_0x50c1fa,_0x234aad){const _0x40036a=a18_0x4003();return a18_0x13ff=function(_0x13ff55,_0x24073e){_0x13ff55=_0x13ff55-0x18f;let _0x3bafdb=_0x40036a[_0x13ff55];return _0x3bafdb;},a18_0x13ff(_0x50c1fa,_0x234aad);}(function(_0x3edacc,_0x2008b1){const _0x537a8c=a18_0x13ff,_0x3dde7a=_0x3edacc();while(!![]){try{const _0x2ee052=-parseInt(_0x537a8c(0x194))/0x1*(parseInt(_0x537a8c(0x190))/0x2)+-parseInt(_0x537a8c(0x19a))/0x3+parseInt(_0x537a8c(0x18f))/0x4*(-parseInt(_0x537a8c(0x192))/0x5)+parseInt(_0x537a8c(0x199))/0x6*(-parseInt(_0x537a8c(0x197))/0x7)+-parseInt(_0x537a8c(0x195))/0x8*(parseInt(_0x537a8c(0x19d))/0x9)+parseInt(_0x537a8c(0x198))/0xa*(parseInt(_0x537a8c(0x196))/0xb)+parseInt(_0x537a8c(0x191))/0xc;if(_0x2ee052===_0x2008b1)break;else _0x3dde7a['push'](_0x3dde7a['shift']());}catch(_0x5281d2){_0x3dde7a['push'](_0x3dde7a['shift']());}}}(a18_0x4003,0x1e959));const {requireModule}=require(a18_0x4bd338(0x19c));require(a18_0x4bd338(0x19b))();const __wd__=requireModule(a18_0x4bd338(0x193));function a18_0x4003(){const _0x33506b=['../../helpers/helper','19512GbgJSJ','__webdriver','4jmmWZb','12016CeYNpq','8190072YKxyCL','353055BemkyI','selenium-webdriver','30uyshaj','128EJdlSl','1207569lDqwRm','24899utzBjr','10FRCwbs','246QCDeci','706908tYKJTn','../../helpers/setKeepAlive'];a18_0x4003=function(){return _0x33506b;};return a18_0x4003();}for(const key of Object['keys'](global[a18_0x4bd338(0x19e)])){__wd__[key]=global['__webdriver'][key];}
@@ -1 +1 @@
1
- function a19_0x5a88(_0x32ff5b,_0x2fb69a){const _0x4ccf2e=a19_0x4ccf();return a19_0x5a88=function(_0x5a888f,_0x4c0949){_0x5a888f=_0x5a888f-0x64;let _0x38ec68=_0x4ccf2e[_0x5a888f];return _0x38ec68;},a19_0x5a88(_0x32ff5b,_0x2fb69a);}const a19_0x5ef1b8=a19_0x5a88;(function(_0x5bdc8c,_0x57e90a){const _0x2fd3c8=a19_0x5a88,_0x369961=_0x5bdc8c();while(!![]){try{const _0x280202=parseInt(_0x2fd3c8(0xc7))/0x1*(-parseInt(_0x2fd3c8(0xa0))/0x2)+parseInt(_0x2fd3c8(0x13a))/0x3+-parseInt(_0x2fd3c8(0xac))/0x4*(parseInt(_0x2fd3c8(0x186))/0x5)+parseInt(_0x2fd3c8(0x107))/0x6*(-parseInt(_0x2fd3c8(0x120))/0x7)+parseInt(_0x2fd3c8(0xe8))/0x8+-parseInt(_0x2fd3c8(0x163))/0x9+parseInt(_0x2fd3c8(0x7c))/0xa;if(_0x280202===_0x57e90a)break;else _0x369961['push'](_0x369961['shift']());}catch(_0x5f338f){_0x369961['push'](_0x369961['shift']());}}}(a19_0x4ccf,0x95d4a));const path=require(a19_0x5ef1b8(0xb1)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x5ef1b8(0x12d)),constants=require(a19_0x5ef1b8(0x85)),{isAccessibilityAutomationSession}=require(a19_0x5ef1b8(0xb4)),RequestQueueHandler=require(a19_0x5ef1b8(0x162)),{isTestObservabilitySession}=require(a19_0x5ef1b8(0x8e)),helper=require(a19_0x5ef1b8(0x12d));class Launcher{constructor(_0xbf4f9,_0x6bdea8,_0x3fa1d4,_0x1495df=[]){const _0x4e869b=a19_0x5ef1b8,_0x370715={'PVsrm':_0x4e869b(0xb9),'drukH':function(_0x19cb9a){return _0x19cb9a();},'LvOiQ':function(_0x150223){return _0x150223();}},_0xa92252=_0x370715[_0x4e869b(0x9d)]['split']('|');let _0x6965da=0x0;while(!![]){switch(_0xa92252[_0x6965da++]){case'0':global[_0x4e869b(0x10f)]=0x0;continue;case'1':global['testSuites']=0x0;continue;case'2':global[_0x4e869b(0xca)]=0x0;continue;case'3':this[_0x4e869b(0xc1)]=_0x3fa1d4;continue;case'4':this[_0x4e869b(0xe4)]=_0x370715[_0x4e869b(0x15f)](isTestObservabilitySession);continue;case'5':global[_0x4e869b(0xe5)]=0x0;continue;case'6':global[_0x4e869b(0x165)]=0x0;continue;case'7':this[_0x4e869b(0x131)]=_0x1495df;continue;case'8':this[_0x4e869b(0x149)]=_0x6bdea8['mochaOpts'];continue;case'9':this[_0x4e869b(0x9b)]=_0x370715['LvOiQ'](isAccessibilityAutomationSession);continue;case'10':global['__platform__']=this[_0x4e869b(0x8c)][_0x4e869b(0x6f)];continue;case'11':this['_configuration']=_0x6bdea8[_0x4e869b(0x11d)]||{};continue;case'12':global[_0x4e869b(0x113)]=0x0;continue;case'13':global[_0x4e869b(0xea)]=this[_0x4e869b(0x8c)]['platformCaps']||{};continue;case'14':global[_0x4e869b(0xa2)]=0x0;continue;case'15':global[_0x4e869b(0x17d)]=0x0;continue;case'16':global[_0x4e869b(0x100)]=0x0;continue;case'17':global[_0x4e869b(0xef)]={};continue;case'18':this['_framework']=_0xbf4f9;continue;case'19':this[_0x4e869b(0x154)]=_0x6bdea8[_0x4e869b(0x176)];continue;case'20':global[_0x4e869b(0xfc)]=0x0;continue;case'21':this['_capability']=this[_0x4e869b(0x8c)][_0x4e869b(0x11b)];continue;}break;}}[a19_0x5ef1b8(0x158)](){const _0x19ce4d=a19_0x5ef1b8,_0x170ac0={'GxCfn':_0x19ce4d(0xd3),'XISmz':function(_0x16726c,_0x46801d){return _0x16726c(_0x46801d);},'YRnlj':_0x19ce4d(0x101),'KVqVW':function(_0x1fc8ae,_0x246a3d){return _0x1fc8ae(_0x246a3d);},'DKxZs':function(_0x29e52e,_0x85e49b){return _0x29e52e(_0x85e49b);},'NJXVw':_0x19ce4d(0xcb),'lGjwG':function(_0x175ff0,_0x369cb6){return _0x175ff0(_0x369cb6);},'Othit':function(_0x4cfb8f,_0x9af90d){return _0x4cfb8f!==_0x9af90d;},'tOotn':function(_0x34a754,_0x57bcc3){return _0x34a754>_0x57bcc3;},'VzQnm':_0x19ce4d(0x160),'DClXq':_0x19ce4d(0x168),'gekbE':function(_0x2e0c08,_0x2d39b1){return _0x2e0c08<=_0x2d39b1;},'FCdyS':function(_0x4fc7ef,_0x59272d){return _0x4fc7ef!==_0x59272d;},'ESBKN':_0x19ce4d(0x11c),'dscTv':_0x19ce4d(0xf9),'KIqXS':function(_0x32762d,_0xc1f7c1){return _0x32762d===_0xc1f7c1;},'LjQpr':_0x19ce4d(0x75),'QAOhU':_0x19ce4d(0x14d),'EZIJl':function(_0x3b242f,_0x24a588,_0x275f48){return _0x3b242f(_0x24a588,_0x275f48);},'AZZdh':function(_0x96316d,_0x1c7bbd){return _0x96316d(_0x1c7bbd);},'AKsLc':_0x19ce4d(0xf5),'mhRaP':_0x19ce4d(0x69),'JJzEB':_0x19ce4d(0xde),'RudBx':_0x19ce4d(0xda),'zXQcx':_0x19ce4d(0xf0),'pzpzn':function(_0x3743cb){return _0x3743cb();},'oaijq':function(_0x2e1dd5){return _0x2e1dd5();},'GSgxk':function(_0x530b1b){return _0x530b1b();},'eBJSS':function(_0x4297bb,_0x422e44){return _0x4297bb!==_0x422e44;},'EpkXr':_0x19ce4d(0x102),'DbYPs':function(_0x582614,_0xd0b93d){return _0x582614(_0xd0b93d);},'qhFDW':'../../index','RkmzL':function(_0x3b7dc0,_0x14831d){return _0x3b7dc0(_0x14831d);},'ZqEve':function(_0xa2abfe,_0x1f0e91){return _0xa2abfe>_0x1f0e91;},'OxuqF':function(_0x3bebe2,_0x430bd3){return _0x3bebe2(_0x430bd3);},'YDRug':'@cucumber/cucumber/lib/cli/configuration_builder.js','IJWAP':'../cucumber-js/formatter/custom_formatter.js','LFdbq':function(_0x20707e,_0x1d768e){return _0x20707e===_0x1d768e;},'JaEok':'xyOlq','yRUHS':'GuQTL','xQgiB':function(_0x1c149f,_0x1c1d3b){return _0x1c149f(_0x1c1d3b);},'hidRL':_0x19ce4d(0x83),'urzeM':_0x19ce4d(0xd5),'dSOrM':function(_0x3e1565,_0x14e804){return _0x3e1565(_0x14e804);},'ayBun':_0x19ce4d(0x152),'ZibbB':function(_0x48d918,_0x4fd2d3){return _0x48d918===_0x4fd2d3;},'PLPAr':'mocha','jcnqg':_0x19ce4d(0x17e),'RSXvt':function(_0x7421a3,_0x256288){return _0x7421a3(_0x256288);},'crAqG':_0x19ce4d(0x14b),'nDZww':function(_0x20c3bd,_0x269ec1){return _0x20c3bd===_0x269ec1;},'Iavtg':'ntkpO','jVaRQ':function(_0x2e163d){return _0x2e163d();},'nuvdH':function(_0x3581df,_0xfadefd){return _0x3581df(_0xfadefd);},'PvslG':'../mocha/test.setup','GsOjo':function(_0x387fc2){return _0x387fc2();},'CrwYB':'zsEZq','ShDnZ':_0x19ce4d(0x124),'VzAfq':function(_0x3aacb0,_0x5f1728){return _0x3aacb0*_0x5f1728;},'qewvN':function(_0x4ede4c,_0x405181){return _0x4ede4c===_0x405181;},'mbEOd':function(_0x5042f6,_0x24374c){return _0x5042f6!==_0x24374c;},'FdGJU':'ClTaR','KWkVQ':_0x19ce4d(0xf8),'TuOwE':_0x19ce4d(0xed),'ZInbs':function(_0x3d8116,_0x1603d1){return _0x3d8116||_0x1603d1;},'RfgBu':_0x19ce4d(0x157),'IVCxb':'platformIndex','GOUHI':'browserStackPercyOptions','NBymJ':_0x19ce4d(0xc4),'FiICu':_0x19ce4d(0x12c),'uDrvS':'percyCaptureMode','Sxuwh':_0x19ce4d(0x174),'QUXCV':_0x19ce4d(0x16c),'tlKLl':_0x19ce4d(0x164),'GVozc':_0x19ce4d(0xb3),'HsywM':function(_0xf92484,_0x579b5b){return _0xf92484!==_0x579b5b;},'NIQwv':_0x19ce4d(0x74),'JxBMh':function(_0x1a6ef4,_0x2c03a7){return _0x1a6ef4===_0x2c03a7;},'RFPvI':_0x19ce4d(0xd1),'RZAJR':_0x19ce4d(0x76),'jIvVg':function(_0x885ea3){return _0x885ea3();},'HHFId':_0x19ce4d(0x84),'Qwtnb':function(_0x594349,_0x4421f2){return _0x594349===_0x4421f2;},'YbchT':_0x19ce4d(0x16a),'WwkbB':_0x19ce4d(0x80),'gxcIh':function(_0x241e82,_0x25893d){return _0x241e82(_0x25893d);},'fzaSi':function(_0x53b60b,_0x46990e){return _0x53b60b===_0x46990e;},'AmkNh':_0x19ce4d(0x16b),'buoiQ':_0x19ce4d(0x151),'bNpyZ':'pzbeJ','lWsdP':function(_0x262787,_0x2137b4){return _0x262787!==_0x2137b4;},'efsyz':_0x19ce4d(0x14a),'kqIRK':'FrMGc','cggTg':function(_0x10cf34,_0x3b015b){return _0x10cf34>_0x3b015b;},'ueHsH':function(_0x5079d0,_0x5b3017){return _0x5079d0!==_0x5b3017;},'JqSGX':'PVUSV','ERCnn':_0x19ce4d(0xbb),'LgEwY':function(_0x164886,_0x17795f){return _0x164886!==_0x17795f;},'YjqXF':_0x19ce4d(0x13f),'WBfnP':_0x19ce4d(0x123),'AHtaP':_0x19ce4d(0xaf),'rdmFu':function(_0x45cc88,_0x9061dd){return _0x45cc88!==_0x9061dd;},'QbZwR':_0x19ce4d(0x10b),'vCVjk':function(_0x27d132,_0x4b46a6){return _0x27d132(_0x4b46a6);},'CcPSU':_0x19ce4d(0x155),'wbfJG':function(_0x382c85,_0x3199e2){return _0x382c85<_0x3199e2;},'VRjyu':function(_0xee66b0,_0x5ba0d1){return _0xee66b0(_0x5ba0d1);},'xQSFR':function(_0x4e7a04,_0x205992){return _0x4e7a04!==_0x205992;},'Uridm':function(_0x54e46b,_0x6976f0){return _0x54e46b>_0x6976f0;},'GZhzr':function(_0xd1fd40,_0x6f1d04){return _0xd1fd40!==_0x6f1d04;},'TEOgL':function(_0x5331a0,_0x4ac483){return _0x5331a0===_0x4ac483;},'dXXeD':'vanilla','theNt':function(_0xa9f175){return _0xa9f175();},'iDVtb':'beforeExit','iqcIj':function(_0x50410f){return _0x50410f();}};return new Promise(async(_0x43fab2,_0x2fece7)=>{const _0x44acbf=_0x19ce4d,_0x314de4={'kgwYU':function(_0x76dcef,_0x5a6257){const _0x39e741=a19_0x5a88;return _0x170ac0[_0x39e741(0x170)](_0x76dcef,_0x5a6257);},'wRvHa':_0x170ac0[_0x44acbf(0x147)],'mxoXT':_0x170ac0[_0x44acbf(0xdd)],'svfPW':_0x170ac0[_0x44acbf(0xc8)],'XrASn':function(_0x7d49a7,_0x5293e5){const _0x4c98b4=_0x44acbf;return _0x170ac0[_0x4c98b4(0x108)](_0x7d49a7,_0x5293e5);},'EBHCO':_0x170ac0[_0x44acbf(0xa4)],'DdFAY':_0x170ac0[_0x44acbf(0x65)],'Dvape':function(_0x368c2e,_0xff9052){return _0x170ac0['xQgiB'](_0x368c2e,_0xff9052);},'ZbiIB':function(_0x34a1f9,_0x14def0){return _0x170ac0['OxuqF'](_0x34a1f9,_0x14def0);},'ufnby':_0x170ac0[_0x44acbf(0x97)],'dUgcU':_0x170ac0[_0x44acbf(0x9f)]};_0x170ac0[_0x44acbf(0x138)](require,_0x170ac0[_0x44acbf(0x104)])();if(_0x170ac0[_0x44acbf(0x9e)](this['_framework'],_0x170ac0[_0x44acbf(0xfb)])){if(_0x170ac0[_0x44acbf(0xb6)](_0x170ac0[_0x44acbf(0x17a)],_0x170ac0[_0x44acbf(0x17a)])){const _0x55fe34=_0x170ac0['RSXvt'](requireModule,_0x170ac0['crAqG']),_0x27376e=_0x170ac0[_0x44acbf(0x15b)](requireModule,_0x170ac0['PLPAr']);if(_0x170ac0[_0x44acbf(0x144)](isBrowserstackInfra)){if(_0x170ac0['nDZww'](_0x170ac0[_0x44acbf(0xdb)],_0x170ac0[_0x44acbf(0xdb)]))_0x170ac0[_0x44acbf(0x153)](modifyCommand);else{const _0x3ba61a=_0x44acbf(0x116)+_0x588371+_0x3fa687[_0x44acbf(0xc6)](_0x57e969);_0x1efc83[_0x44acbf(0x181)](_0x170ac0['GxCfn']),_0x2d978b[_0x44acbf(0x181)](_0x4fbf6b+':'+_0x3ba61a);}}const _0x488c27=_0x170ac0[_0x44acbf(0x79)](require,_0x170ac0[_0x44acbf(0x66)])[_0x44acbf(0x11f)],_0x599f9d={};_0x599f9d['beforeAll']=[_0x488c27['beforeAll']],_0x599f9d[_0x44acbf(0x148)]=[_0x488c27[_0x44acbf(0x148)]],_0x599f9d[_0x44acbf(0x6d)]=[_0x488c27[_0x44acbf(0x6d)]],_0x599f9d['afterEach']=[_0x488c27[_0x44acbf(0x179)]];const _0x364251=_0x599f9d;if(_0x170ac0[_0x44acbf(0x137)](isTestObservabilitySession)){if(_0x170ac0['eBJSS'](_0x170ac0[_0x44acbf(0xb2)],_0x170ac0[_0x44acbf(0xb2)]))_0x1caf9a=_0x314de4[_0x44acbf(0x146)](_0x19a52d,_0x314de4[_0x44acbf(0xd9)])[_0x44acbf(0x67)],_0x100805[_0x44acbf(0x181)](_0x314de4[_0x44acbf(0x7a)]),_0x228206[_0x44acbf(0x181)](_0x1f32bd[_0x44acbf(0x7b)](_0x142d83,_0x314de4[_0x44acbf(0x78)]));else{const _0x763967=_0x170ac0[_0x44acbf(0x92)](require,_0x170ac0[_0x44acbf(0x94)])[_0x44acbf(0x11f)];_0x364251[_0x44acbf(0xb0)]['unshift'](_0x763967[_0x44acbf(0xb0)]),_0x364251['afterAll'][_0x44acbf(0x181)](_0x763967[_0x44acbf(0x6d)]);}}const _0x52a711=await _0x55fe34['handleRequires'](this[_0x44acbf(0x149)][_0x44acbf(0x10a)]);Object[_0x44acbf(0xa5)](this[_0x44acbf(0x149)],_0x52a711);this[_0x44acbf(0x149)]['rootHooks']&&(_0x170ac0[_0x44acbf(0x156)](_0x170ac0['ShDnZ'],_0x170ac0[_0x44acbf(0x150)])?(_0x556844['push'](_0x314de4[_0x44acbf(0x7a)]),_0x440059[_0x44acbf(0x181)](_0x2cae57+_0x44acbf(0x172)+_0x5eba29)):(this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0xb0)]&&_0x364251[_0x44acbf(0xb0)][_0x44acbf(0x139)](...this[_0x44acbf(0x149)]['rootHooks']['beforeAll']),this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x148)]&&_0x364251['beforeEach'][_0x44acbf(0x139)](...this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x148)]),this['_mochaOpts'][_0x44acbf(0xdf)][_0x44acbf(0x6d)]&&_0x364251[_0x44acbf(0x6d)]['push'](...this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x6d)]),this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x179)]&&_0x364251[_0x44acbf(0x179)]['push'](...this[_0x44acbf(0x149)][_0x44acbf(0xdf)]['afterEach'])));const _0x33d485=this[_0x44acbf(0x149)][_0x44acbf(0x127)];let _0x245a3c=_0x170ac0[_0x44acbf(0x16e)](this['_mochaOpts']['timeout'],0x1);_0x170ac0[_0x44acbf(0xf1)](this['_mochaOpts']['timeout'],0x0)?_0x170ac0[_0x44acbf(0x15a)](_0x170ac0['FdGJU'],_0x170ac0[_0x44acbf(0xe2)])?_0x32e5a7=_0x170ac0[_0x44acbf(0xbd)](_0x5773bc,_0x170ac0['YRnlj']):_0x245a3c=0x0:_0x170ac0['LFdbq'](_0x170ac0[_0x44acbf(0xae)],_0x170ac0[_0x44acbf(0xae)])?_0x245a3c+=constants[_0x44acbf(0x142)]:_0x4731e1[_0x44acbf(0x112)](_0x2379a5,0x1);const _0xd76e6e={...this[_0x44acbf(0x149)],'reporter':path[_0x44acbf(0x7b)](__dirname,_0x170ac0[_0x44acbf(0x187)]),'reporterOption':{...this[_0x44acbf(0x149)][_0x44acbf(0x13c)],'type':_0x170ac0[_0x44acbf(0x68)](_0x33d485,_0x170ac0[_0x44acbf(0x7d)]),'testObservability':this[_0x44acbf(0xe4)],'bsConfig':this[_0x44acbf(0xc1)]},'parallel':![],'rootHooks':_0x364251,'isWorker':!![],'timeout':_0x245a3c};global[_0x44acbf(0x17c)]=helper['nestedKeyValue'](this['_configuration'],[_0x170ac0[_0x44acbf(0x8f)]]),global['browserstackPercyBestPlatform']=helper[_0x44acbf(0xa1)](this[_0x44acbf(0x8c)],[_0x170ac0['GOUHI'],_0x170ac0['NBymJ']]),global[_0x44acbf(0x12c)]=helper['nestedKeyValue'](this[_0x44acbf(0x8c)],[_0x170ac0[_0x44acbf(0x185)],_0x170ac0[_0x44acbf(0x6b)]]),global[_0x44acbf(0x10e)]=helper[_0x44acbf(0xa1)](this['_configuration'],[_0x170ac0[_0x44acbf(0x185)],_0x170ac0['uDrvS']]),global[_0x44acbf(0xb8)]=[this['_capability']];helper[_0x44acbf(0x96)]()&&(_0x170ac0['FCdyS'](_0x170ac0[_0x44acbf(0x166)],_0x170ac0[_0x44acbf(0x180)])?(this[_0x44acbf(0xc1)][_0x44acbf(0x12e)][_0x44acbf(0xbc)]&&(_0x170ac0['FCdyS'](_0x170ac0[_0x44acbf(0x8a)],_0x170ac0[_0x44acbf(0x177)])?global['__skipSessionName']=!![]:_0x170ac0[_0x44acbf(0xe6)](_0x1edce3,_0x465ca9)),this[_0x44acbf(0xc1)][_0x44acbf(0x12e)][_0x44acbf(0x161)]&&(_0x170ac0[_0x44acbf(0x10c)](_0x170ac0[_0x44acbf(0xbe)],_0x170ac0[_0x44acbf(0xbe)])?_0x274093['__skipSessionStatus']=!![]:global['__skipSessionStatus']=!![])):_0x388ade=_0x170ac0['DKxZs'](_0x591dd8,_0x170ac0['NJXVw']));this[_0x44acbf(0xc1)]['turboScaleUrl']&&(_0x170ac0[_0x44acbf(0xcd)](_0x170ac0[_0x44acbf(0x167)],_0x170ac0['RZAJR'])?this['_configuration'][_0x44acbf(0x12b)]=this[_0x44acbf(0xc1)][_0x44acbf(0x12b)]:this['_configuration']['turboScaleUrl']=this[_0x44acbf(0xc1)][_0x44acbf(0x12b)]);const _0x22464f=new _0x27376e(_0xd76e6e);_0x22464f[_0x44acbf(0x8d)]=_0x22464f[_0x44acbf(0x158)];if(_0x170ac0['jIvVg'](isTestObservabilitySession)){if(_0x170ac0[_0x44acbf(0xcd)](_0x170ac0['HHFId'],_0x170ac0[_0x44acbf(0xdc)]))_0x22464f['run']=function(_0x234ecd){const _0x4d4e98=_0x44acbf,_0x53913c={'CGOIt':function(_0x1d3e16,_0x1a3625){const _0x9639be=a19_0x5a88;return _0x170ac0[_0x9639be(0x118)](_0x1d3e16,_0x1a3625);},'lUfeM':function(_0x134289,_0x1babdd){const _0x4de279=a19_0x5a88;return _0x170ac0[_0x4de279(0x15e)](_0x134289,_0x1babdd);},'MNsWl':function(_0x677648,_0x1cc28f){const _0x45e9c9=a19_0x5a88;return _0x170ac0[_0x45e9c9(0x14c)](_0x677648,_0x1cc28f);},'DpaxB':_0x170ac0[_0x4d4e98(0xdd)],'NEYSE':function(_0x42df69,_0x3e89a3){const _0x1c96a4=_0x4d4e98;return _0x170ac0[_0x1c96a4(0x15e)](_0x42df69,_0x3e89a3);},'AUaTo':_0x170ac0['VzQnm'],'imTPU':_0x170ac0['DClXq'],'inTgp':function(_0x55b023,_0x24d3b2){return _0x170ac0['gekbE'](_0x55b023,_0x24d3b2);},'sTdOi':function(_0x2a18af,_0x2d3842){return _0x170ac0['FCdyS'](_0x2a18af,_0x2d3842);},'SJGLW':_0x170ac0[_0x4d4e98(0xa8)],'rexCw':_0x170ac0[_0x4d4e98(0xfe)],'GTvIY':function(_0x1db559,_0x65ce35){const _0x2f65c7=_0x4d4e98;return _0x170ac0[_0x2f65c7(0xb6)](_0x1db559,_0x65ce35);},'MykjK':_0x170ac0[_0x4d4e98(0xe1)],'TISfy':_0x170ac0[_0x4d4e98(0x14f)],'dWMAs':function(_0x81eefc,_0x1da09e,_0x1427eb){const _0x147776=_0x4d4e98;return _0x170ac0[_0x147776(0x17f)](_0x81eefc,_0x1da09e,_0x1427eb);},'HSTpJ':function(_0x4688af,_0x174eed){return _0x170ac0['AZZdh'](_0x4688af,_0x174eed);},'QhXRR':_0x170ac0[_0x4d4e98(0x105)],'gjzSV':_0x170ac0[_0x4d4e98(0x82)],'LYxXI':_0x170ac0[_0x4d4e98(0xd0)]};if(_0x170ac0['KIqXS'](_0x170ac0[_0x4d4e98(0xc2)],_0x170ac0[_0x4d4e98(0xc2)]))return _0x22464f['prevRun'](_0x12fae4=>{const _0x520e88=_0x4d4e98,_0x4ec9b9={'tfXkj':function(_0x4806d2,_0x189d29){const _0x255696=a19_0x5a88;return _0x53913c[_0x255696(0x16d)](_0x4806d2,_0x189d29);},'AxWrY':function(_0x4e7bc2,_0x44f394){return _0x53913c['lUfeM'](_0x4e7bc2,_0x44f394);},'KYtRC':function(_0x4518e5,_0x17267d){return _0x53913c['MNsWl'](_0x4518e5,_0x17267d);},'qclNf':function(_0x531dd4,_0x51998c){const _0x4a0cda=a19_0x5a88;return _0x53913c[_0x4a0cda(0xba)](_0x531dd4,_0x51998c);},'ZQgmy':_0x53913c[_0x520e88(0x184)],'oiHMK':function(_0x360441,_0x11ab59){const _0x4d8bf3=_0x520e88;return _0x53913c[_0x4d8bf3(0xf4)](_0x360441,_0x11ab59);},'eJDGR':function(_0x2bbee7,_0x5968d6){const _0x5c8ebd=_0x520e88;return _0x53913c[_0x5c8ebd(0x16d)](_0x2bbee7,_0x5968d6);},'CRPmZ':_0x53913c[_0x520e88(0x7e)],'CVtDj':_0x53913c['imTPU'],'PofYV':function(_0x1d0742,_0x1bccca){const _0xb198c8=_0x520e88;return _0x53913c[_0xb198c8(0xc9)](_0x1d0742,_0x1bccca);},'KGPdd':function(_0x48ffd9,_0x590fb4){return _0x53913c['sTdOi'](_0x48ffd9,_0x590fb4);},'Udgms':_0x53913c[_0x520e88(0xcc)],'zIggS':_0x53913c[_0x520e88(0xd8)],'xoHNi':function(_0x5cddc1,_0x54d186){const _0x10667e=_0x520e88;return _0x53913c[_0x10667e(0x16d)](_0x5cddc1,_0x54d186);},'xLLiY':function(_0x23f46d,_0x24110e){return _0x53913c['CGOIt'](_0x23f46d,_0x24110e);}};if(_0x53913c[_0x520e88(0x10d)](_0x53913c[_0x520e88(0x136)],_0x53913c[_0x520e88(0x175)])){const _0x4c8f6a=_0x4ec9b9['tfXkj'](_0x8d84c2,this[_0x520e88(0xc5)])[_0x520e88(0x129)](/ /g,'_');if(_0x4ec9b9[_0x520e88(0x91)](this[_0x520e88(0x154)][_0x45fcca],_0x21bb5f)&&_0x4ec9b9[_0x520e88(0xbf)](this['_formatter'][_0x5dca86][_0x520e88(0xf2)],0x0)){const _0xfe1ed7=this[_0x520e88(0x154)][_0x5aedba][0x1],_0x3d0a62=''+this[_0x520e88(0x154)][_0x2865d9][0x0];if(_0x4ec9b9[_0x520e88(0xd7)](_0xfe1ed7,_0x3b6981)){const _0x24a28d=_0x520e88(0x116)+_0x4c8f6a+_0x212f88[_0x520e88(0xc6)](_0xfe1ed7);_0x11ddbf[_0x520e88(0x181)](_0x4ec9b9['ZQgmy']),_0x4564b4[_0x520e88(0x181)](_0x3d0a62+':'+_0x24a28d);}else _0x25aa52[_0x520e88(0x181)](_0x4ec9b9[_0x520e88(0x171)]),_0x20092e[_0x520e88(0x181)](_0x3d0a62+':tmp/'+_0x4c8f6a);}}else{const _0x2f5bf4=_0x53913c[_0x520e88(0x73)](setInterval,async()=>{const _0x1d0980=_0x520e88,_0x22269a={'kKxMo':function(_0x3af37c,_0x3d912f){return _0x4ec9b9['eJDGR'](_0x3af37c,_0x3d912f);},'BxgML':_0x4ec9b9[_0x1d0980(0x77)]};if(_0x4ec9b9[_0x1d0980(0x91)](_0x4ec9b9[_0x1d0980(0xec)],_0x4ec9b9[_0x1d0980(0xec)])){const _0x5b7174=this[_0x1d0980(0x154)][_0xd40cf3][0x1],_0x1215d3=''+this['_formatter'][_0x547a07][0x0];if(_0x4ec9b9[_0x1d0980(0x15c)](_0x5b7174,_0x35baeb)){const _0x400f5d=_0x1d0980(0x116)+_0x584f7e+_0x31e489[_0x1d0980(0xc6)](_0x5b7174);_0x5b4b54[_0x1d0980(0x181)](_0x4ec9b9[_0x1d0980(0x171)]),_0x3ea141[_0x1d0980(0x181)](_0x1215d3+':'+_0x400f5d);}else _0x52fce0[_0x1d0980(0x181)](_0x4ec9b9[_0x1d0980(0x171)]),_0x267ced[_0x1d0980(0x181)](_0x1215d3+_0x1d0980(0x172)+_0x9e44b);}else{if(_0x4ec9b9['PofYV'](RequestQueueHandler[_0x1d0980(0x121)]()[_0x1d0980(0x143)],0x0)){if(_0x4ec9b9['KGPdd'](_0x4ec9b9[_0x1d0980(0x125)],_0x4ec9b9['zIggS']))_0x4ec9b9['xoHNi'](clearInterval,_0x2f5bf4),await _0x4ec9b9['xoHNi'](cleanupDrivers,global[_0x1d0980(0x13d)]),_0x4ec9b9[_0x1d0980(0x126)](_0x43fab2,_0x12fae4);else{const _0x4432f8=_0x22269a[_0x1d0980(0xa6)](_0x97103f,_0x22269a[_0x1d0980(0xa7)])[_0x1d0980(0x11f)];_0x470e96[_0x1d0980(0xb0)][_0x1d0980(0x139)](_0x4432f8[_0x1d0980(0xb0)]),_0x2a8598['afterAll'][_0x1d0980(0x181)](_0x4432f8[_0x1d0980(0x6d)]);}}}},0x3e8);}});else _0x1bc723=_0x53913c[_0x4d4e98(0xe7)](_0xf0765e,_0x53913c[_0x4d4e98(0xa3)])[_0x4d4e98(0x67)],_0x572473[_0x4d4e98(0x181)](_0x53913c[_0x4d4e98(0x184)]),_0x1ce4d0['push'](_0x57e76a[_0x4d4e98(0x7b)](_0x3b8c13,_0x53913c[_0x4d4e98(0x145)])),_0x569d36=_0x53913c[_0x4d4e98(0x99)];};else{const _0x368a6f=_0x170ac0['zXQcx'][_0x44acbf(0xa9)]('|');let _0xf8f4a9=0x0;while(!![]){switch(_0x368a6f[_0xf8f4a9++]){case'0':_0x3a8cbf[_0x44acbf(0x10f)]=0x0;continue;case'1':this[_0x44acbf(0x131)]=_0x579344;continue;case'2':_0x3f6d95[_0x44acbf(0xfc)]=0x0;continue;case'3':this[_0x44acbf(0x149)]=_0x15ae1c['mochaOpts'];continue;case'4':this[_0x44acbf(0xc1)]=_0x38fb27;continue;case'5':_0x52c345[_0x44acbf(0x100)]=0x0;continue;case'6':_0xc65bb6[_0x44acbf(0xef)]={};continue;case'7':_0x445a3e[_0x44acbf(0x113)]=0x0;continue;case'8':this['_testObservability']=_0x170ac0['pzpzn'](_0x359838);continue;case'9':this[_0x44acbf(0x154)]=_0x58f45c['formatter'];continue;case'10':_0xb42523[_0x44acbf(0x111)]=0x0;continue;case'11':this[_0x44acbf(0xfd)]=_0x5c36da;continue;case'12':_0x276ca1[_0x44acbf(0xa2)]=0x0;continue;case'13':_0x39722c['testsSkipped']=0x0;continue;case'14':_0x4110bc[_0x44acbf(0x17d)]=0x0;continue;case'15':_0x37c288['__platformCaps']=this[_0x44acbf(0x8c)][_0x44acbf(0x122)]||{};continue;case'16':this[_0x44acbf(0xc5)]=this[_0x44acbf(0x8c)][_0x44acbf(0x11b)];continue;case'17':_0x10e23e[_0x44acbf(0xe5)]=0x0;continue;case'18':this[_0x44acbf(0x8c)]=_0xeec675[_0x44acbf(0x11d)]||{};continue;case'19':_0x1211c9[_0x44acbf(0x64)]=this[_0x44acbf(0x8c)][_0x44acbf(0x6f)];continue;case'20':_0x5eda86['testsPending']=0x0;continue;case'21':this[_0x44acbf(0x9b)]=_0x170ac0[_0x44acbf(0xab)](_0x46ad35);continue;}break;}}}else _0x170ac0['Qwtnb'](_0x170ac0[_0x44acbf(0x132)],_0x170ac0[_0x44acbf(0x132)])?_0x22464f['run']=function(_0x3d0324){const _0x20b1b3=_0x44acbf;if(_0x314de4[_0x20b1b3(0x86)](_0x314de4[_0x20b1b3(0x106)],_0x314de4[_0x20b1b3(0x16f)]))return;else return _0x22464f[_0x20b1b3(0x8d)](async _0x2b2a6c=>{const _0x4bdf0f=_0x20b1b3;_0x314de4[_0x4bdf0f(0x86)](_0x314de4[_0x4bdf0f(0xaa)],_0x314de4[_0x4bdf0f(0x141)])?_0x3e9eca+=_0x225921['BSTACK_DELTA']:(await _0x314de4[_0x4bdf0f(0xce)](cleanupDrivers,global[_0x4bdf0f(0x13d)]),_0x314de4[_0x4bdf0f(0xc3)](_0x43fab2,_0x2b2a6c));});}:_0x170ac0[_0x44acbf(0x144)](_0x483427);try{_0x170ac0['mbEOd'](_0x170ac0[_0x44acbf(0x182)],_0x170ac0['WwkbB'])?(this[_0x44acbf(0xc1)][_0x44acbf(0x12e)][_0x44acbf(0xbc)]&&(_0x111e0e[_0x44acbf(0x90)]=!![]),this['_bsConfig'][_0x44acbf(0x12e)][_0x44acbf(0x161)]&&(_0x42a150[_0x44acbf(0x6e)]=!![])):_0x170ac0['gxcIh'](require,_0x170ac0['qhFDW'])[_0x44acbf(0xf7)](this[_0x44acbf(0x8c)],null,this['_testObservability']);}catch{}const _0x4b2253=_0x55fe34['runMocha'](_0x22464f,_0xd76e6e);_0x4b2253&&_0x4b2253['catch'](_0x42e4a8=>{const _0x473877=_0x44acbf,_0x3b523a={'xHffz':function(_0x4b14b6,_0x5c47cc){return _0x170ac0['AZZdh'](_0x4b14b6,_0x5c47cc);}};if(_0x170ac0['eBJSS'](_0x170ac0['EpkXr'],_0x170ac0['EpkXr'])){const _0x413feb={};_0x413feb[_0x473877(0x89)]=_0x43936b[_0x473877(0x111)],_0x413feb[_0x473877(0xad)]=_0x1a5c45[_0x473877(0x100)],_0x413feb[_0x473877(0x115)]=_0x120ed8[_0x473877(0x113)],_0x413feb[_0x473877(0x11a)]=_0x521ba4[_0x473877(0x17d)],_0x413feb['stepsPassed']=_0x3bbdbf[_0x473877(0xa2)],_0x413feb[_0x473877(0x117)]=_0x4515b1[_0x473877(0x165)],_0x413feb[_0x473877(0xd6)]=_0x98876[_0x473877(0xca)],_0x413feb[_0x473877(0x128)]=_0x1c367f['testsUndefined'],_0x413feb[_0x473877(0x81)]=_0x172efa[_0x473877(0xe5)],_0x413feb[_0x473877(0x103)]=_0x521591[_0x473877(0x10f)],_0x413feb[_0x473877(0xe9)]=_0x3765cf[_0x473877(0x178)],_0x413feb['testsErrorMessage']=_0x35ebec[_0x473877(0xef)];const _0x569c3e=_0x413feb;_0x3b523a[_0x473877(0xeb)](_0x2aa4dd,_0x569c3e);}else _0x170ac0[_0x473877(0x15b)](_0x2fece7,_0x42e4a8);});}else _0x14232e[_0x44acbf(0xe3)](_0x22a1f3),_0x3153ad[_0x44acbf(0x15d)]=0x1,_0x170ac0[_0x44acbf(0x15b)](_0x3a4196,_0x9d7636);}else{if(_0x170ac0[_0x44acbf(0xd4)](this[_0x44acbf(0xfd)],_0x170ac0[_0x44acbf(0x93)])){let _0x5dcd0c;try{_0x170ac0[_0x44acbf(0x10c)](_0x170ac0[_0x44acbf(0x7f)],_0x170ac0[_0x44acbf(0x109)])?_0x5dcd0c=_0x170ac0[_0x44acbf(0x118)](requireModule,_0x170ac0[_0x44acbf(0x135)]):_0x170ac0['DbYPs'](_0x289fdd,_0x170ac0[_0x44acbf(0x71)])[_0x44acbf(0xf7)](this[_0x44acbf(0x8c)],null,this[_0x44acbf(0xe4)]);}catch(_0x1ae75b){_0x170ac0['lWsdP'](_0x170ac0['efsyz'],_0x170ac0[_0x44acbf(0xe0)])?_0x5dcd0c=_0x170ac0[_0x44acbf(0x98)](requireModule,_0x170ac0['NJXVw']):(this[_0x44acbf(0x149)][_0x44acbf(0xdf)]['beforeAll']&&_0x20e1c8[_0x44acbf(0xb0)][_0x44acbf(0x139)](...this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0xb0)]),this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x148)]&&_0x474b05['beforeEach'][_0x44acbf(0x139)](...this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x148)]),this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x6d)]&&_0x26dbf8[_0x44acbf(0x6d)][_0x44acbf(0x181)](...this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x6d)]),this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x179)]&&_0xe4a45e[_0x44acbf(0x179)][_0x44acbf(0x181)](...this[_0x44acbf(0x149)][_0x44acbf(0xdf)][_0x44acbf(0x179)]));}const _0xd2d287=this[_0x44acbf(0x131)],_0x337edd=_0xd2d287[_0x44acbf(0x17b)](_0x170ac0[_0x44acbf(0x93)]);_0x170ac0[_0x44acbf(0xf3)](_0x337edd,-0x1)&&(_0x170ac0[_0x44acbf(0x9c)](_0x170ac0[_0x44acbf(0x95)],_0x170ac0[_0x44acbf(0x95)])?_0x170ac0[_0x44acbf(0x118)](_0x66e6ef,_0x4663a6):_0xd2d287[_0x44acbf(0x112)](_0x337edd,0x1));const _0x20d05e=_0x170ac0[_0x44acbf(0x119)];try{if(_0x170ac0[_0x44acbf(0x169)](_0x170ac0[_0x44acbf(0xcf)],_0x170ac0[_0x44acbf(0xcf)]))_0x1243c6[_0x44acbf(0x90)]=!![];else{const _0x1bc35b=_0x170ac0[_0x44acbf(0x79)](requireModule,_0x170ac0[_0x44acbf(0x159)]),_0xcbf596=_0x1bc35b[_0x44acbf(0x6c)];_0x1bc35b.resolvePaths=async function(){const pathResults=await _0xcbf596.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x20d05e)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0xd2d287['push'](_0x170ac0[_0x44acbf(0xdd)]),_0xd2d287[_0x44acbf(0x181)](path[_0x44acbf(0x7b)](__dirname,_0x170ac0[_0x44acbf(0xc8)]));}}catch(_0x5aaddc){let _0x178fbe=_0x170ac0[_0x44acbf(0xfa)],_0x354ba8;try{_0x170ac0[_0x44acbf(0x87)](_0x170ac0[_0x44acbf(0x13b)],_0x170ac0[_0x44acbf(0x13b)])?_0x55357c=0x0:(_0x354ba8=_0x170ac0[_0x44acbf(0x140)](requireModule,_0x170ac0[_0x44acbf(0x147)])[_0x44acbf(0x67)],_0xd2d287[_0x44acbf(0x181)](_0x170ac0[_0x44acbf(0xdd)]),_0xd2d287[_0x44acbf(0x181)](path[_0x44acbf(0x7b)](__dirname,_0x170ac0['IJWAP'])));}catch(_0x17eb04){_0x354ba8=_0x170ac0[_0x44acbf(0xe6)](requireModule,_0x170ac0[_0x44acbf(0x105)])['default'],_0xd2d287[_0x44acbf(0x181)](_0x170ac0[_0x44acbf(0xdd)]),_0xd2d287[_0x44acbf(0x181)](path[_0x44acbf(0x7b)](__dirname,_0x170ac0[_0x44acbf(0x82)])),_0x178fbe=_0x170ac0[_0x44acbf(0xd0)];}const _0x2b406e=_0x354ba8[_0x44acbf(0xd2)][_0x44acbf(0x6a)];_0x354ba8[_0x44acbf(0xd2)]['build']=async function(){const _0x3a1891=_0x44acbf,_0x55e9dd=await _0x2b406e['call'](this);return _0x55e9dd[_0x3a1891(0x173)]['unshift'](path[_0x3a1891(0x7b)](__dirname,_0x178fbe)),_0x55e9dd[_0x3a1891(0x173)]['push'](path[_0x3a1891(0x7b)](__dirname,_0x20d05e)),_0x55e9dd;};}_0xd2d287[_0x44acbf(0x181)](_0x170ac0['CcPSU']),_0xd2d287[_0x44acbf(0x181)](''+this['_configuration'][_0x44acbf(0x88)]);if(this['_formatter']&&_0x170ac0[_0x44acbf(0x12a)](this['_formatter'][_0x44acbf(0xf2)],0x0))for(let _0x13a0c0=0x0;_0x170ac0[_0x44acbf(0x8b)](_0x13a0c0,this[_0x44acbf(0x154)][_0x44acbf(0xf2)]);_0x13a0c0++){const _0x108551=_0x170ac0['VRjyu'](getPlatformName,this[_0x44acbf(0xc5)])[_0x44acbf(0x129)](/ /g,'_');if(_0x170ac0[_0x44acbf(0x14e)](this[_0x44acbf(0x154)][_0x13a0c0],undefined)&&_0x170ac0[_0x44acbf(0xee)](this[_0x44acbf(0x154)][_0x13a0c0][_0x44acbf(0xf2)],0x0)){const _0x34bbe9=this[_0x44acbf(0x154)][_0x13a0c0][0x1],_0x23fe88=''+this[_0x44acbf(0x154)][_0x13a0c0][0x0];if(_0x170ac0['GZhzr'](_0x34bbe9,undefined)){const _0x47f6f9=_0x44acbf(0x116)+_0x108551+path['extname'](_0x34bbe9);_0xd2d287[_0x44acbf(0x181)](_0x170ac0[_0x44acbf(0xdd)]),_0xd2d287['push'](_0x23fe88+':'+_0x47f6f9);}else _0xd2d287[_0x44acbf(0x181)](_0x170ac0[_0x44acbf(0xdd)]),_0xd2d287[_0x44acbf(0x181)](_0x23fe88+':tmp/'+_0x108551);}}const _0x22dc7c=new _0x5dcd0c[(_0x44acbf(0x67))]({'argv':_0xd2d287,'cwd':process[_0x44acbf(0xf6)](),'stdout':process['stdout'],'stderr':process['stderr'],'env':process[_0x44acbf(0xff)]});process[_0x44acbf(0xff)][_0x44acbf(0x133)]=JSON['stringify'](this[_0x44acbf(0x8c)]),_0x22dc7c[_0x44acbf(0x158)]()[_0x44acbf(0xb5)](_0x3fa5a5=>{const _0x4fc2cf=_0x44acbf,_0x45fe14={};_0x45fe14['scenarios']=global[_0x4fc2cf(0x111)],_0x45fe14['steps']=global[_0x4fc2cf(0x100)],_0x45fe14[_0x4fc2cf(0x115)]=global['testSuitesFailed'],_0x45fe14[_0x4fc2cf(0x11a)]=global[_0x4fc2cf(0x17d)],_0x45fe14[_0x4fc2cf(0x134)]=global['testsPassed'],_0x45fe14[_0x4fc2cf(0x117)]=global[_0x4fc2cf(0x165)],_0x45fe14[_0x4fc2cf(0xd6)]=global[_0x4fc2cf(0xca)],_0x45fe14['stepsUndefined']=global['testsUndefined'],_0x45fe14['stepsUnknown']=global[_0x4fc2cf(0xe5)],_0x45fe14[_0x4fc2cf(0x103)]=global[_0x4fc2cf(0x10f)],_0x45fe14['processSuccess']=_0x3fa5a5['success'],_0x45fe14[_0x4fc2cf(0xef)]=global[_0x4fc2cf(0xef)];const _0x3c4a98=_0x45fe14;_0x170ac0['lGjwG'](_0x43fab2,_0x3c4a98);})[_0x44acbf(0x114)](_0x292a9f=>{const _0x1d4622=_0x44acbf;_0x170ac0[_0x1d4622(0x72)](_0x2fece7,_0x292a9f);});}else{if(_0x170ac0[_0x44acbf(0x11e)](this['_framework'],_0x170ac0[_0x44acbf(0x183)])){process['argv']=this[_0x44acbf(0x8c)][_0x44acbf(0x70)];try{_0x170ac0[_0x44acbf(0xb7)](modifyCommand),_0x170ac0[_0x44acbf(0x13e)](require,_0x170ac0[_0x44acbf(0x71)])[_0x44acbf(0x9a)](this[_0x44acbf(0x8c)]);let _0x47dbc5=0x0;process['on'](_0x170ac0[_0x44acbf(0x130)],async()=>{const _0x3adc05=_0x44acbf;if(_0x170ac0[_0x3adc05(0x12a)](_0x47dbc5,0x0))return;_0x47dbc5++,await _0x170ac0[_0x3adc05(0x98)](cleanupDrivers,global[_0x3adc05(0x13d)]);}),_0x170ac0[_0x44acbf(0x118)](require,this['_configuration'][_0x44acbf(0xc0)]);}catch(_0x2e5b38){console[_0x44acbf(0xe3)](_0x2e5b38),process[_0x44acbf(0x15d)]=0x1,_0x170ac0[_0x44acbf(0x15b)](_0x2fece7,_0x2e5b38);}_0x170ac0[_0x44acbf(0x12f)](_0x43fab2);}}}});}}module[a19_0x5ef1b8(0x110)]=Launcher;function a19_0x4ccf(){const _0x350707=['GOUHI','5gcgQKA','TuOwE','__platform__','yRUHS','PvslG','default','ZInbs','../cucumber-js/formatter/custom_formatter_old_versions.js','build','FiICu','resolvePaths','afterAll','__skipSessionStatus','platform','args','qhFDW','RkmzL','dWMAs','HcPmM','jLRdl','TQOSo','CRPmZ','svfPW','nuvdH','mxoXT','join','15808650uYfPUj','RfgBu','AUaTo','buoiQ','JwwlN','stepsUnknown','mhRaP','CseFM','lVvID','../utils/constants','XrASn','rdmFu','maxWorkers','scenarios','tlKLl','wbfJG','_configuration','prevRun','../../helpers/test-observability/utils','IVCxb','__skipSessionName','AxWrY','xQgiB','AmkNh','VzQnm','JqSGX','isBrowserstackInfra','hidRL','DKxZs','LYxXI','browserstackAgent','_accessibilityAutomation','ueHsH','PVsrm','ZibbB','urzeM','326902SnuUfw','nestedKeyValue','testsPassed','QhXRR','JaEok','assign','kKxMo','BxgML','ESBKN','split','EBHCO','oaijq','981196AMYeeF','steps','KWkVQ','../cucumber-js/test.setup.js','beforeAll','path','CrwYB','PRaEf','../../helpers/accessibility-automation/helper','then','KIqXS','theNt','capabilities','18|11|8|19|21|10|7|3|4|9|13|1|16|14|15|2|6|12|20|5|0|17','lUfeM','../cucumber-js/timeout.setup.js','skipSessionName','XISmz','NIQwv','KYtRC','file','_bsConfig','RudBx','ZbiIB','browserstackPercyBestPlatform','_capability','extname','1WuBlHj','IJWAP','inTgp','testsPending','cucumber/lib/cli/index.js','SJGLW','JxBMh','Dvape','YjqXF','JJzEB','FSTJg','prototype','--format','fzaSi','NGdAI','stepsPending','qclNf','rexCw','wRvHa','czCYa','Iavtg','HHFId','GxCfn','../cucumber-js/test_old.setup.js','rootHooks','kqIRK','LjQpr','FdGJU','error','_testObservability','testsUnknown','KVqVW','HSTpJ','7592496RkXvgU','processSuccess','__platformCaps','xHffz','CVtDj','../mocha/bstack-reporter/customReporter.js','Uridm','testsErrorMessage','11|18|3|9|16|19|1|4|8|21|15|10|5|12|14|20|13|7|2|17|0|6','qewvN','length','cggTg','NEYSE','cucumber/lib/cli/configuration_builder.js','cwd','browserstackAgentV2','KFrnv','EHDQs','AHtaP','PLPAr','testsUndefined','_framework','dscTv','env','totalTests','@cucumber/cucumber/lib/cli/index.js','Jitxt','stepsAmbiguous','ayBun','AKsLc','ufnby','551658GZEpep','LFdbq','bNpyZ','require','cqSke','HsywM','GTvIY','percyCaptureMode','testsAmbiguous','exports','testSuites','splice','testSuitesFailed','catch','scenariosFailed','tmp/','stepsSkipped','lGjwG','ERCnn','stepsFailed','capability','HtxWF','configuration','TEOgL','mochaHooks','77hrLWhB','getInstance','platformCaps','@cucumber/cucumber/lib/api/paths.js','wSYxg','Udgms','xLLiY','reporter','stepsUndefined','replace','ZqEve','turboScaleUrl','percy','../../helpers/helper','testContextOptions','iqcIj','iDVtb','_argv','YbchT','CONFIG','stepsPassed','YRnlj','MykjK','GsOjo','dSOrM','unshift','733227DtJzKU','QbZwR','reporterOptions','__driversArray','gxcIh','ZjBQE','vCVjk','DdFAY','BSTACK_DELTA','pendingUploads','GSgxk','gjzSV','kgwYU','YDRug','beforeEach','_mochaOpts','lYgLR','mocha/lib/cli/run-helpers.js','tOotn','rebee','xQSFR','QAOhU','ShDnZ','AznUT','../../helpers/setKeepAlive','jVaRQ','_formatter','--parallel','FCdyS','spec','run','WBfnP','mbEOd','AZZdh','oiHMK','exitCode','Othit','drukH','../mocha/test-observability/data-hooks','skipSessionStatus','../../helpers/test-observability/requestQueueHandler','6664563ICPTiS','SUzXH','testsSkipped','Sxuwh','RFPvI','bShjc','LgEwY','mdkvg','cucumber-js','LlozB','CGOIt','VzAfq','dUgcU','OxuqF','ZQgmy',':tmp/','supportCodePaths','dNKFZ','TISfy','formatter','GVozc','success','afterEach','jcnqg','indexOf','browserstackPlatformIndex','testsFailed','KTJet','EZIJl','QUXCV','push','WwkbB','dXXeD','DpaxB'];a19_0x4ccf=function(){return _0x350707;};return a19_0x4ccf();}
1
+ const a19_0x5d6820=a19_0x5918;(function(_0x3d2caa,_0x15a39f){const _0x173557=a19_0x5918,_0x2bd09a=_0x3d2caa();while(!![]){try{const _0x5b750f=parseInt(_0x173557(0x125))/0x1+parseInt(_0x173557(0x233))/0x2*(-parseInt(_0x173557(0x23a))/0x3)+parseInt(_0x173557(0x173))/0x4+-parseInt(_0x173557(0x21c))/0x5*(-parseInt(_0x173557(0x23b))/0x6)+parseInt(_0x173557(0x169))/0x7*(-parseInt(_0x173557(0x144))/0x8)+-parseInt(_0x173557(0x218))/0x9+parseInt(_0x173557(0x194))/0xa*(parseInt(_0x173557(0x1c5))/0xb);if(_0x5b750f===_0x15a39f)break;else _0x2bd09a['push'](_0x2bd09a['shift']());}catch(_0x84f608){_0x2bd09a['push'](_0x2bd09a['shift']());}}}(a19_0x3995,0x92297));function a19_0x5918(_0x4d0472,_0x3157ce){const _0x3995e9=a19_0x3995();return a19_0x5918=function(_0x59185d,_0x354027){_0x59185d=_0x59185d-0x125;let _0x1fefa0=_0x3995e9[_0x59185d];return _0x1fefa0;},a19_0x5918(_0x4d0472,_0x3157ce);}const path=require('path'),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x5d6820(0x21a)),constants=require(a19_0x5d6820(0x1c4)),{isAccessibilityAutomationSession}=require(a19_0x5d6820(0x1e9)),RequestQueueHandler=require(a19_0x5d6820(0x1fb)),{isTestObservabilitySession}=require(a19_0x5d6820(0x1ad)),helper=require(a19_0x5d6820(0x21a));function a19_0x3995(){const _0x4f2546=['ZRAmg','GuAqI','args','lrzth','FrlLg','IHpkg','run','kKlEN','../../helpers/test-observability/requestQueueHandler','capabilities','SvzLi','oZRpV','require','lktPy','_testObservability','extname','indexOf','stepsPassed','NKIQJ','nestedKeyValue','ZhKsG','scenarios','qCPan','CAwYF','NWPfh','browserStackPercyOptions','dyFeF','BElia','browserstackAgentV2','tPfeB','IyIML','_bsConfig',':tmp/','cucumber-js','pdoQe','percyCaptureMode','ZJQAX','9297954wCdHfB','totalTests','../../helpers/helper','aftjN','10VUsviT','@cucumber/cucumber/lib/cli/index.js','stepsPending','YWZkn','testsUndefined','_framework','splice','JvYuo','lMZWU','_capability','SpZjq','wzMsR','../mocha/test-observability/data-hooks','npHqy','nHMbI','bWLZT','capability','uJJWN','bOmzl','platformCaps','ezToB','FTljn','Sfokx','204196zDxwJG','GlWBN','ZcOGE','../cucumber-js/test.setup.js','skipSessionStatus','SZoBo','Augyx','33JXYTYQ','365178wagmWV','push','VIOhF','rootHooks','GcHPf','kdNVX','qlGqp','pJBgx','afterEach','Hyigr','__skipSessionStatus','_argv','QEMnJ','../../helpers/setKeepAlive','VArYV','316369queQcr','fAIbY','AoIxM','default','pOEZt','JECxM','KrGjY','isBrowserstackInfra','yFVle','oNizQ','BSTACK_DELTA','nMJPj','stdout','aJRcW','supportCodePaths','LZFOF','browserstackPlatformIndex','../cucumber-js/timeout.setup.js','call','EKuZD','cucumber/lib/cli/index.js','rtvfI','SHtGa','testsUnknown','MWynK','stepsFailed','cLgkA','ahQOk','pGiWS','FFwfh','jYGYN','8schySS','maxWorkers','fjdsp','fnBDG','DQKkP','beforeAll','assign','testsPassed','JgdtW','testsAmbiguous','mochaOpts','VsvQK','jhXEi','PsiSG','FNIgd','cucumber/lib/cli/configuration_builder.js','prevRun','steps','rWHxm','RisJf','mochaHooks','CVMZv','reporterOptions','spec','../cucumber-js/test_old.setup.js','split','length','vNtZM','__skipSessionName','testsPending','TcoaQ','PTQNV','JVxkv','stepsUnknown','@cucumber/cucumber/lib/cli/configuration_builder.js','mNyvr','FbSje','5624402dykYKv','turboScaleUrl','--format','ywDsl','iWmFo','kGOaY','LmxYp','testContextOptions','timeout','stderr','3370072xItrgJ','pendingUploads','mrXbc','scenariosFailed','formatter','XlQnL','qbMaY','IMWVg','replace','KeWsP','aSvyw','SjUEq','QknSF','configuration','CONFIG','Htnup','ITfmp','WopQV','platformIndex','lrTVB','testsErrorMessage','QVZdG','aZIkn','skipSessionName','SEncv','RqGMV','_accessibilityAutomation','SQFNJ','lRdkZ','percy','testsSkipped','unshift','ZxpIr','80HHZdmY','build','kHVCH','../mocha/test.setup','wMbQu','xgDeX','lehar','ujXiS','hUwhq','then','EYkwv','CFfHr','21|11|20|1|16|13|0|9|12|17|8|4|18|19|3|6|2|15|10|5|7|14','VZKCG','nYUcU','__platform__','lmYBc','processSuccess','cPpAI','exNGy','exitCode','JwMda','afterAll','xBaNz','exports','../../helpers/test-observability/utils','testsFailed','UtEkB','gDNQe','eiZsD','wKsfB','vanilla','__platformCaps','_mochaOpts','XkbXT','Dgvou','platform','tmp/','_formatter','__driversArray','juQdD','Aiwis','tHQVH','KIjcs','eECek','YShfJ','pnMxk','testSuites','../utils/constants','3131887HQVPqV','hYlyw','KvXpf','nmzjt','mocha','env','kqUmS','beforeEach','../../index','kmCXw','../cucumber-js/formatter/custom_formatter_old_versions.js','UBlyE','resolvePaths','mocha/lib/cli/run-helpers.js','_configuration','fzWRO','join','tigLe','wCNYw','catch','stepsAmbiguous','getInstance','ApMLf','stepsUndefined','AFgBd','QvVAm','uTEAI','pnKWr','BthxD','success','HgtGk','testSuitesFailed','lZkJD','unahl','beforeExit','browserstackPercyBestPlatform','../../helpers/accessibility-automation/helper','hdmXC','cwd','bAkha','0|14|2|12|13|15|8|6|3|1|5|10|20|7|11|9|4|16|19|17|21|18','RRkgz','stepsSkipped','prototype','runMocha','WdycK'];a19_0x3995=function(){return _0x4f2546;};return a19_0x3995();}class Launcher{constructor(_0x3db507,_0x27092b,_0x150197,_0x5a0481=[]){const _0x34db96=a19_0x5d6820,_0x45e8cf={'KrGjY':_0x34db96(0x1ed),'eECek':function(_0x4fb939){return _0x4fb939();}},_0x5ab238=_0x45e8cf[_0x34db96(0x12b)][_0x34db96(0x15d)]('|');let _0x43d877=0x0;while(!![]){switch(_0x5ab238[_0x43d877++]){case'0':this[_0x34db96(0x221)]=_0x3db507;continue;case'1':this['_accessibilityAutomation']=_0x45e8cf[_0x34db96(0x1c0)](isAccessibilityAutomationSession);continue;case'2':this[_0x34db96(0x1b5)]=_0x27092b[_0x34db96(0x14e)];continue;case'3':this['_testObservability']=_0x45e8cf['eECek'](isTestObservabilitySession);continue;case'4':global[_0x34db96(0x191)]=0x0;continue;case'5':global[_0x34db96(0x1b4)]=this[_0x34db96(0x1d3)][_0x34db96(0x22f)]||{};continue;case'6':this[_0x34db96(0x212)]=_0x150197;continue;case'7':global[_0x34db96(0x14b)]=0x0;continue;case'8':this['_argv']=_0x5a0481;continue;case'9':global['testsPending']=0x0;continue;case'10':global[_0x34db96(0x1c3)]=0x0;continue;case'11':global[_0x34db96(0x1ae)]=0x0;continue;case'12':this[_0x34db96(0x1ba)]=_0x27092b[_0x34db96(0x177)];continue;case'13':this[_0x34db96(0x225)]=this[_0x34db96(0x1d3)][_0x34db96(0x22c)];continue;case'14':this[_0x34db96(0x1d3)]=_0x27092b[_0x34db96(0x180)]||{};continue;case'15':global[_0x34db96(0x1a3)]=this[_0x34db96(0x1d3)][_0x34db96(0x1b8)];continue;case'16':global[_0x34db96(0x1e4)]=0x0;continue;case'17':global[_0x34db96(0x13c)]=0x0;continue;case'18':global[_0x34db96(0x187)]={};continue;case'19':global[_0x34db96(0x220)]=0x0;continue;case'20':global[_0x34db96(0x219)]=0x0;continue;case'21':global['testsAmbiguous']=0x0;continue;}break;}}['run'](){const _0x26911a=a19_0x5d6820,_0x70351f={'fFklw':function(_0x405162,_0x1a2318){return _0x405162(_0x1a2318);},'ITfmp':_0x26911a(0x16b),'hYlyw':function(_0x594a02,_0x232648){return _0x594a02(_0x232648);},'kHVCH':_0x26911a(0x153),'SEncv':_0x26911a(0x1cf),'FTljn':_0x26911a(0x15c),'VIOhF':_0x26911a(0x139),'FNIgd':function(_0x58cfb3,_0x2a8167){return _0x58cfb3===_0x2a8167;},'cPpAI':_0x26911a(0x1d4),'lktPy':function(_0x4f8df6,_0x3b8cde){return _0x4f8df6!==_0x3b8cde;},'cLgkA':_0x26911a(0x1b6),'jYGYN':function(_0x2f8a87,_0x2323c8){return _0x2f8a87(_0x2323c8);},'YWZkn':function(_0x5cc2af,_0x35131f){return _0x5cc2af(_0x35131f);},'hdmXC':_0x26911a(0x166),'npHqy':'../cucumber-js/formatter/custom_formatter.js','Augyx':_0x26911a(0x1cd),'mNyvr':_0x26911a(0x1a0),'pOEZt':function(_0x334510){return _0x334510();},'CAwYF':function(_0x132499){return _0x132499();},'aJRcW':function(_0x5944fa,_0x4acf5f){return _0x5944fa(_0x4acf5f);},'bWLZT':function(_0x3c5d99,_0x4d1149){return _0x3c5d99(_0x4d1149);},'KIjcs':function(_0x3abf04,_0x17f364){return _0x3abf04>_0x17f364;},'Sfokx':function(_0x1a5821,_0x252c6b){return _0x1a5821(_0x252c6b);},'kmCXw':function(_0x2f6d54,_0x41d771){return _0x2f6d54(_0x41d771);},'lmYBc':function(_0x4fc29b,_0x3605d0){return _0x4fc29b!==_0x3605d0;},'VLeiM':function(_0x1301ca,_0x26cb9f){return _0x1301ca>_0x26cb9f;},'KvXpf':function(_0x286508,_0x425b69){return _0x286508!==_0x425b69;},'TcoaQ':_0x26911a(0x21d),'AFgBd':function(_0x1b6a5f,_0x24a0a9){return _0x1b6a5f===_0x24a0a9;},'xwQhu':'DnWAy','CFfHr':'DTwrz','LZFOF':function(_0xc75fcf,_0x24c8ef){return _0xc75fcf<=_0x24c8ef;},'iWmFo':'PcOst','qlGqp':_0x26911a(0x1be),'wCNYw':function(_0x459643,_0x5ac229,_0x585bd4){return _0x459643(_0x5ac229,_0x585bd4);},'VsvQK':_0x26911a(0x228),'mrXbc':function(_0x44d062,_0x55a340){return _0x44d062===_0x55a340;},'pGiWS':_0x26911a(0x1bd),'IHpkg':_0x26911a(0x207),'Zxaaj':function(_0x26a320,_0x55d95e){return _0x26a320(_0x55d95e);},'oZRpV':function(_0x427edc,_0x366313){return _0x427edc!==_0x366313;},'CVMZv':_0x26911a(0x163),'JvYuo':function(_0x5c31de,_0x903e34){return _0x5c31de(_0x903e34);},'fjdsp':_0x26911a(0x248),'rWHxm':_0x26911a(0x1c9),'nJOLr':function(_0x53941c,_0x2f25eb){return _0x53941c===_0x2f25eb;},'SpZjq':_0x26911a(0x1af),'lehar':_0x26911a(0x1d2),'bAkha':_0x26911a(0x182),'WIyKp':_0x26911a(0x1f3),'SmkMM':_0x26911a(0x197),'uJJWN':function(_0x306802){return _0x306802();},'LRkou':'NIaPJ','XsgTL':_0x26911a(0x140),'PsiSG':function(_0x4c8a61,_0x274e77){return _0x4c8a61(_0x274e77);},'EYkwv':function(_0x420801,_0x13c66c){return _0x420801!==_0x13c66c;},'pJBgx':_0x26911a(0x1ee),'RqGMV':function(_0x58cec7,_0x18e6de){return _0x58cec7*_0x18e6de;},'lZkJD':function(_0xcc71c,_0x400c24){return _0xcc71c===_0x400c24;},'pdoQe':function(_0x51f721,_0x56d86d){return _0x51f721===_0x56d86d;},'NKIQJ':'UTXMy','ItHcI':_0x26911a(0x1a2),'ZJQAX':_0x26911a(0x210),'hUwhq':'../mocha/bstack-reporter/customReporter.js','kGOaY':function(_0x3f0617,_0x2a9d35){return _0x3f0617||_0x2a9d35;},'pnMxk':_0x26911a(0x15b),'FwyiY':_0x26911a(0x185),'oNizQ':_0x26911a(0x20c),'uTEAI':'browserstackPercyBestPlatform','WLRCI':'percy','ywDsl':'percyCaptureMode','xBaNz':function(_0x28858b,_0x5efb7c){return _0x28858b!==_0x5efb7c;},'aZIkn':_0x26911a(0x14c),'juQdD':_0x26911a(0x17a),'yFVle':function(_0x1308d3,_0x11514d){return _0x1308d3===_0x11514d;},'kqUmS':_0x26911a(0x17c),'ZcOGE':_0x26911a(0x1d6),'EVeoE':function(_0x532fc5){return _0x532fc5();},'IyIML':_0x26911a(0x20b),'SvzLi':_0x26911a(0x18e),'EETpI':function(_0x3d6c23,_0x342f0f){return _0x3d6c23===_0x342f0f;},'lMZWU':_0x26911a(0x23f),'lrzth':_0x26911a(0x214),'lRdkZ':'eNdKL','exNGy':function(_0x3a6b9b,_0x282eab){return _0x3a6b9b(_0x282eab);},'FbSje':_0x26911a(0x209),'SjUEq':function(_0x5abb25,_0x5c8f2e){return _0x5abb25(_0x5c8f2e);},'gJrPu':function(_0x191414,_0x17b6e6){return _0x191414>_0x17b6e6;},'Hyigr':_0x26911a(0x20d),'Dgvou':_0x26911a(0x240),'pnKWr':_0x26911a(0x136),'jhXEi':function(_0x3b0500,_0x5818b0){return _0x3b0500!==_0x5818b0;},'BElia':_0x26911a(0x247),'lrTVB':function(_0x118980,_0x518b26){return _0x118980(_0x518b26);},'WdycK':'@cucumber/cucumber/lib/api/paths.js','wzMsR':_0x26911a(0x236),'nMJPj':_0x26911a(0x164),'MWynK':'--parallel','IWWPa':function(_0x5b0e06,_0x5845f6){return _0x5b0e06>_0x5845f6;},'QVZdG':function(_0x277f05,_0x47cef8){return _0x277f05<_0x47cef8;},'JwMda':function(_0x3d2352,_0x594b26){return _0x3d2352>_0x594b26;},'kKlEN':function(_0x552fa3,_0x5e554e){return _0x552fa3!==_0x5e554e;},'vNtZM':function(_0x5c39c4,_0x4d0945){return _0x5c39c4===_0x4d0945;},'vMBpw':_0x26911a(0x1b3),'fnBDG':function(_0x2dbfe1,_0x5495d9){return _0x2dbfe1(_0x5495d9);},'QvVAm':_0x26911a(0x1e7),'lMGJa':function(_0x482c46,_0x5d018e){return _0x482c46(_0x5d018e);},'eiZsD':function(_0x5dbd98){return _0x5dbd98();}};return new Promise(async(_0x3aaaf2,_0x4d4589)=>{const _0x2f2731=_0x26911a,_0x2a0f47={'GlWBN':function(_0x3373c6,_0x56c8fd){const _0x5c6f58=a19_0x5918;return _0x70351f[_0x5c6f58(0x232)](_0x3373c6,_0x56c8fd);},'FrlLg':function(_0x44adc8,_0x5a68f0){const _0x206b95=a19_0x5918;return _0x70351f[_0x206b95(0x1ce)](_0x44adc8,_0x5a68f0);},'vlAbT':function(_0xab3b2b,_0x569bfb){const _0xf776ae=a19_0x5918;return _0x70351f[_0xf776ae(0x1a4)](_0xab3b2b,_0x569bfb);},'eBPVN':function(_0x4baba6,_0x371a2c){return _0x70351f['VLeiM'](_0x4baba6,_0x371a2c);},'VZKCG':function(_0x21b626,_0x58180c){const _0x303bfd=a19_0x5918;return _0x70351f[_0x303bfd(0x1c7)](_0x21b626,_0x58180c);},'fAIbY':_0x70351f[_0x2f2731(0x183)],'ujXiS':function(_0xb1b399,_0x60a964){const _0xde2fe9=_0x2f2731;return _0x70351f[_0xde2fe9(0x22b)](_0xb1b399,_0x60a964);},'VArYV':_0x70351f[_0x2f2731(0x162)],'ApMLf':function(_0x5094ba,_0x33552e){const _0xd97068=_0x2f2731;return _0x70351f[_0xd97068(0x1dd)](_0x5094ba,_0x33552e);},'GuAqI':_0x70351f['xwQhu'],'HgtGk':_0x70351f[_0x2f2731(0x19f)],'wKsfB':function(_0x215990,_0x43aa07){const _0x2806a2=_0x2f2731;return _0x70351f[_0x2806a2(0x134)](_0x215990,_0x43aa07);},'bOmzl':_0x70351f[_0x2f2731(0x16d)],'JECxM':function(_0x43b663,_0x31b3f0){const _0x3f17a8=_0x2f2731;return _0x70351f[_0x3f17a8(0x200)](_0x43b663,_0x31b3f0);},'AoIxM':_0x70351f[_0x2f2731(0x241)],'SZoBo':function(_0x299dc3,_0x32a81a,_0x45e974){const _0x358a27=_0x2f2731;return _0x70351f[_0x358a27(0x1d7)](_0x299dc3,_0x32a81a,_0x45e974);},'xdSQl':function(_0x336601,_0xe5367f){const _0x483226=_0x2f2731;return _0x70351f[_0x483226(0x143)](_0x336601,_0xe5367f);},'QknSF':_0x70351f[_0x2f2731(0x14f)],'rtvfI':function(_0x5a1892,_0x941342){const _0x2c5885=_0x2f2731;return _0x70351f[_0x2c5885(0x175)](_0x5a1892,_0x941342);},'pKXWe':_0x70351f[_0x2f2731(0x141)],'YShfJ':_0x70351f[_0x2f2731(0x1f8)],'nHMbI':function(_0x1c824c,_0x2b307d){return _0x70351f['Zxaaj'](_0x1c824c,_0x2b307d);},'BthxD':function(_0x3fbbf0,_0x9d04d6){return _0x70351f['oZRpV'](_0x3fbbf0,_0x9d04d6);},'XlQnL':_0x70351f[_0x2f2731(0x159)],'aSvyw':function(_0x2d8375,_0x281677){const _0xa93dff=_0x2f2731;return _0x70351f[_0xa93dff(0x21f)](_0x2d8375,_0x281677);},'qbMaY':function(_0x3c366e,_0x3224a2){const _0x1fa8e1=_0x2f2731;return _0x70351f[_0x1fa8e1(0x1ce)](_0x3c366e,_0x3224a2);},'KltsL':function(_0x50eb20){const _0x42d855=_0x2f2731;return _0x70351f[_0x42d855(0x129)](_0x50eb20);}};_0x70351f[_0x2f2731(0x223)](require,_0x70351f[_0x2f2731(0x146)])();if(_0x70351f[_0x2f2731(0x1dd)](this[_0x2f2731(0x221)],_0x70351f[_0x2f2731(0x156)])){if(_0x70351f['nJOLr'](_0x70351f['SpZjq'],_0x70351f[_0x2f2731(0x226)])){const _0x2839fa=_0x70351f['kmCXw'](requireModule,_0x70351f[_0x2f2731(0x19a)]),_0x26f83c=_0x70351f[_0x2f2731(0x232)](requireModule,_0x70351f[_0x2f2731(0x156)]);_0x70351f[_0x2f2731(0x129)](isBrowserstackInfra)&&(_0x70351f['nJOLr'](_0x70351f[_0x2f2731(0x1ec)],_0x70351f['WIyKp'])?_0xb1e930['__skipSessionName']=!![]:_0x70351f['pOEZt'](modifyCommand));const _0x1523b8=_0x70351f[_0x2f2731(0x143)](require,_0x70351f['SmkMM'])[_0x2f2731(0x158)],_0x1c074a={};_0x1c074a[_0x2f2731(0x149)]=[_0x1523b8['beforeAll']],_0x1c074a[_0x2f2731(0x1cc)]=[_0x1523b8['beforeEach']],_0x1c074a[_0x2f2731(0x1aa)]=[_0x1523b8[_0x2f2731(0x1aa)]],_0x1c074a['afterEach']=[_0x1523b8[_0x2f2731(0x243)]];const _0x43ad9f=_0x1c074a;if(_0x70351f[_0x2f2731(0x22d)](isTestObservabilitySession)){if(_0x70351f['mrXbc'](_0x70351f['LRkou'],_0x70351f['XsgTL']))_0x70351f['fFklw'](_0x235dea,_0x4eda0c);else{const _0x4913be=_0x70351f[_0x2f2731(0x151)](require,_0x70351f[_0x2f2731(0x14f)])[_0x2f2731(0x158)];_0x43ad9f[_0x2f2731(0x149)][_0x2f2731(0x192)](_0x4913be[_0x2f2731(0x149)]),_0x43ad9f[_0x2f2731(0x1aa)][_0x2f2731(0x23c)](_0x4913be[_0x2f2731(0x1aa)]);}}const _0x42ea54=await _0x2839fa['handleRequires'](this[_0x2f2731(0x1b5)][_0x2f2731(0x1ff)]);Object[_0x2f2731(0x14a)](this[_0x2f2731(0x1b5)],_0x42ea54);this[_0x2f2731(0x1b5)][_0x2f2731(0x23e)]&&(_0x70351f[_0x2f2731(0x19e)](_0x70351f[_0x2f2731(0x242)],_0x70351f[_0x2f2731(0x242)])?_0x31cb44[_0x2f2731(0x245)]=!![]:(this[_0x2f2731(0x1b5)]['rootHooks'][_0x2f2731(0x149)]&&_0x43ad9f[_0x2f2731(0x149)]['unshift'](...this['_mochaOpts']['rootHooks'][_0x2f2731(0x149)]),this[_0x2f2731(0x1b5)][_0x2f2731(0x23e)][_0x2f2731(0x1cc)]&&_0x43ad9f[_0x2f2731(0x1cc)][_0x2f2731(0x192)](...this[_0x2f2731(0x1b5)][_0x2f2731(0x23e)][_0x2f2731(0x1cc)]),this['_mochaOpts'][_0x2f2731(0x23e)]['afterAll']&&_0x43ad9f['afterAll'][_0x2f2731(0x23c)](...this[_0x2f2731(0x1b5)][_0x2f2731(0x23e)]['afterAll']),this['_mochaOpts'][_0x2f2731(0x23e)]['afterEach']&&_0x43ad9f[_0x2f2731(0x243)][_0x2f2731(0x23c)](...this['_mochaOpts'][_0x2f2731(0x23e)]['afterEach'])));const _0x3f57d6=this[_0x2f2731(0x1b5)]['reporter'];let _0x3954a7=_0x70351f[_0x2f2731(0x18c)](this['_mochaOpts'][_0x2f2731(0x171)],0x1);if(_0x70351f[_0x2f2731(0x1e5)](this[_0x2f2731(0x1b5)][_0x2f2731(0x171)],0x0)){if(_0x70351f[_0x2f2731(0x215)](_0x70351f[_0x2f2731(0x205)],_0x70351f['ItHcI'])){const _0x390886=_0x2f2731(0x1b9)+_0xbf75d1+_0x12718c[_0x2f2731(0x202)](_0x5e0569);_0x549ff4[_0x2f2731(0x23c)](_0x70351f[_0x2f2731(0x183)]),_0x30553a[_0x2f2731(0x23c)](_0x6d1282+':'+_0x390886);}else _0x3954a7=0x0;}else _0x70351f[_0x2f2731(0x200)](_0x70351f['ZJQAX'],_0x70351f[_0x2f2731(0x217)])?(this[_0x2f2731(0x212)][_0x2f2731(0x170)][_0x2f2731(0x18a)]&&(_0x5c0601[_0x2f2731(0x160)]=!![]),this[_0x2f2731(0x212)][_0x2f2731(0x170)][_0x2f2731(0x237)]&&(_0x5381d3[_0x2f2731(0x245)]=!![])):_0x3954a7+=constants[_0x2f2731(0x12f)];const _0x4850f8={...this[_0x2f2731(0x1b5)],'reporter':path[_0x2f2731(0x1d5)](__dirname,_0x70351f[_0x2f2731(0x19c)]),'reporterOption':{...this['_mochaOpts'][_0x2f2731(0x15a)],'type':_0x70351f[_0x2f2731(0x16e)](_0x3f57d6,_0x70351f[_0x2f2731(0x1c2)]),'testObservability':this['_testObservability'],'bsConfig':this[_0x2f2731(0x212)]},'parallel':![],'rootHooks':_0x43ad9f,'isWorker':!![],'timeout':_0x3954a7};global[_0x2f2731(0x135)]=helper[_0x2f2731(0x206)](this['_configuration'],[_0x70351f['FwyiY']]),global[_0x2f2731(0x1e8)]=helper[_0x2f2731(0x206)](this[_0x2f2731(0x1d3)],[_0x70351f[_0x2f2731(0x12e)],_0x70351f[_0x2f2731(0x1df)]]),global[_0x2f2731(0x190)]=helper[_0x2f2731(0x206)](this['_configuration'],[_0x70351f[_0x2f2731(0x12e)],_0x70351f['WLRCI']]),global[_0x2f2731(0x216)]=helper['nestedKeyValue'](this[_0x2f2731(0x1d3)],[_0x70351f['oNizQ'],_0x70351f[_0x2f2731(0x16c)]]),global[_0x2f2731(0x1fc)]=[this[_0x2f2731(0x225)]];if(helper[_0x2f2731(0x12c)]()){if(_0x70351f[_0x2f2731(0x1ab)](_0x70351f[_0x2f2731(0x189)],_0x70351f[_0x2f2731(0x189)])){const _0x1db59e={};_0x1db59e[_0x2f2731(0x208)]=_0x33a18e[_0x2f2731(0x1c3)],_0x1db59e['steps']=_0x33d922[_0x2f2731(0x219)],_0x1db59e[_0x2f2731(0x176)]=_0x5c52d2[_0x2f2731(0x1e4)],_0x1db59e[_0x2f2731(0x13e)]=_0x3e2c28[_0x2f2731(0x1ae)],_0x1db59e[_0x2f2731(0x204)]=_0x403f7c['testsPassed'],_0x1db59e[_0x2f2731(0x1ef)]=_0x157d80[_0x2f2731(0x191)],_0x1db59e[_0x2f2731(0x21e)]=_0x3b4d7a[_0x2f2731(0x161)],_0x1db59e['stepsUndefined']=_0x1d2a0e[_0x2f2731(0x220)],_0x1db59e[_0x2f2731(0x165)]=_0x3d091a[_0x2f2731(0x13c)],_0x1db59e[_0x2f2731(0x1d9)]=_0x5ca843[_0x2f2731(0x14d)],_0x1db59e['processSuccess']=_0xee8450[_0x2f2731(0x1e2)],_0x1db59e[_0x2f2731(0x187)]=_0xa12fea['testsErrorMessage'];const _0x2eb340=_0x1db59e;_0x2a0f47[_0x2f2731(0x234)](_0x879926,_0x2eb340);}else this[_0x2f2731(0x212)]['testContextOptions'][_0x2f2731(0x18a)]&&(_0x70351f[_0x2f2731(0x215)](_0x70351f[_0x2f2731(0x1bc)],_0x70351f[_0x2f2731(0x1bc)])?global[_0x2f2731(0x160)]=!![]:_0x2e5039+=_0x504e05[_0x2f2731(0x12f)]),this[_0x2f2731(0x212)]['testContextOptions'][_0x2f2731(0x237)]&&(_0x70351f[_0x2f2731(0x12d)](_0x70351f[_0x2f2731(0x1cb)],_0x70351f['kqUmS'])?global['__skipSessionStatus']=!![]:(_0x22b2eb=_0x70351f[_0x2f2731(0x1c6)](_0x12f5f2,_0x70351f[_0x2f2731(0x196)])[_0x2f2731(0x128)],_0x557650[_0x2f2731(0x23c)](_0x70351f['ITfmp']),_0x3ad079[_0x2f2731(0x23c)](_0x42a6d8[_0x2f2731(0x1d5)](_0x51c631,_0x70351f[_0x2f2731(0x18b)])),_0x59092c=_0x70351f['FTljn']));}this['_bsConfig'][_0x2f2731(0x16a)]&&(_0x70351f['lZkJD'](_0x70351f[_0x2f2731(0x235)],_0x70351f[_0x2f2731(0x235)])?this[_0x2f2731(0x1d3)]['turboScaleUrl']=this[_0x2f2731(0x212)][_0x2f2731(0x16a)]:_0x28a6f8=0x0);const _0x5cca0c=new _0x26f83c(_0x4850f8);_0x5cca0c[_0x2f2731(0x154)]=_0x5cca0c['run'];_0x70351f['EVeoE'](isTestObservabilitySession)?_0x70351f[_0x2f2731(0x152)](_0x70351f['IyIML'],_0x70351f[_0x2f2731(0x211)])?_0x5cca0c[_0x2f2731(0x1f9)]=function(_0x366816){const _0x18a092=_0x2f2731,_0x52a282={'xgDeX':function(_0x2a2aa1,_0x55d5f2){return _0x2a0f47['xdSQl'](_0x2a2aa1,_0x55d5f2);},'ZxpIr':_0x2a0f47[_0x18a092(0x17f)]};if(_0x2a0f47[_0x18a092(0x13a)](_0x2a0f47['pKXWe'],_0x2a0f47[_0x18a092(0x1c1)])){const _0x37e1fe=_0x2a0f47[_0x18a092(0x1f7)](_0x3f0e21,this[_0x18a092(0x225)])[_0x18a092(0x17b)](/ /g,'_');if(_0x2a0f47['vlAbT'](this[_0x18a092(0x1ba)][_0x31b81c],_0x3c9cd9)&&_0x2a0f47['eBPVN'](this[_0x18a092(0x1ba)][_0x23ba5b][_0x18a092(0x15e)],0x0)){const _0x39a778=this[_0x18a092(0x1ba)][_0x280c2f][0x1],_0x16c6bc=''+this[_0x18a092(0x1ba)][_0x2261ef][0x0];if(_0x2a0f47[_0x18a092(0x1a1)](_0x39a778,_0x188d3e)){const _0x157bdd=_0x18a092(0x1b9)+_0x37e1fe+_0x5e9471['extname'](_0x39a778);_0x4ff0a5[_0x18a092(0x23c)](_0x2a0f47['fAIbY']),_0x3025c8[_0x18a092(0x23c)](_0x16c6bc+':'+_0x157bdd);}else _0x301fac[_0x18a092(0x23c)](_0x2a0f47[_0x18a092(0x126)]),_0x51ca96[_0x18a092(0x23c)](_0x16c6bc+_0x18a092(0x213)+_0x37e1fe);}}else return _0x5cca0c[_0x18a092(0x154)](_0x249695=>{const _0x1fa91a=_0x18a092,_0xe96b43={'WopQV':_0x2a0f47[_0x1fa91a(0x126)],'DQKkP':function(_0x3f8acf,_0x2c72d6){return _0x2a0f47['ujXiS'](_0x3f8acf,_0x2c72d6);},'ezToB':_0x2a0f47[_0x1fa91a(0x249)],'gDNQe':function(_0x1e50c2,_0xbe1756){const _0xbbed02=_0x1fa91a;return _0x2a0f47[_0xbbed02(0x1db)](_0x1e50c2,_0xbe1756);},'FFwfh':_0x2a0f47[_0x1fa91a(0x1f4)],'SHtGa':_0x2a0f47[_0x1fa91a(0x1e3)],'LmxYp':function(_0x2dd1b3,_0x9d1fe8){const _0x1b1034=_0x1fa91a;return _0x2a0f47[_0x1b1034(0x1b2)](_0x2dd1b3,_0x9d1fe8);},'nmzjt':_0x2a0f47[_0x1fa91a(0x22e)],'aftjN':function(_0x2ba399,_0x520127){const _0x127614=_0x1fa91a;return _0x2a0f47[_0x127614(0x19b)](_0x2ba399,_0x520127);}};if(_0x2a0f47[_0x1fa91a(0x12a)](_0x2a0f47[_0x1fa91a(0x127)],_0x2a0f47[_0x1fa91a(0x127)])){const _0x3f713e=_0x52a282[_0x1fa91a(0x199)](_0x409502,_0x52a282[_0x1fa91a(0x193)])[_0x1fa91a(0x158)];_0x160e8f[_0x1fa91a(0x149)][_0x1fa91a(0x192)](_0x3f713e['beforeAll']),_0x6ae600[_0x1fa91a(0x1aa)][_0x1fa91a(0x23c)](_0x3f713e['afterAll']);}else{const _0xde8722=_0x2a0f47[_0x1fa91a(0x238)](setInterval,async()=>{const _0x4bcf52=_0x1fa91a,_0x31c36b={'EKuZD':_0xe96b43[_0x4bcf52(0x184)],'wMbQu':function(_0x1f57f2,_0x2f3f83){const _0x2e65d0=_0x4bcf52;return _0xe96b43[_0x2e65d0(0x148)](_0x1f57f2,_0x2f3f83);},'RisJf':_0xe96b43[_0x4bcf52(0x230)]};_0xe96b43[_0x4bcf52(0x1b0)](_0xe96b43[_0x4bcf52(0x142)],_0xe96b43[_0x4bcf52(0x13b)])?(_0x3041ef[_0x4bcf52(0x23c)](_0x31c36b[_0x4bcf52(0x138)]),_0x52bc16[_0x4bcf52(0x23c)](_0xe504bf+':tmp/'+_0x5d1878)):_0xe96b43[_0x4bcf52(0x16f)](RequestQueueHandler[_0x4bcf52(0x1da)]()[_0x4bcf52(0x174)],0x0)&&(_0xe96b43['gDNQe'](_0xe96b43['nmzjt'],_0xe96b43[_0x4bcf52(0x1c8)])?(_0xe96b43[_0x4bcf52(0x21b)](clearInterval,_0xde8722),await _0xe96b43[_0x4bcf52(0x21b)](cleanupDrivers,global[_0x4bcf52(0x1bb)]),_0xe96b43[_0x4bcf52(0x21b)](_0x3aaaf2,_0x249695)):_0x5d27a0=_0x31c36b[_0x4bcf52(0x198)](_0x3a03a3,_0x31c36b[_0x4bcf52(0x157)]));},0x3e8);}});}:_0x2a0f47[_0x2f2731(0x22a)](_0x20c3df,_0x53f5fe):_0x70351f[_0x2f2731(0x1e5)](_0x70351f['SvzLi'],_0x70351f[_0x2f2731(0x1fd)])?_0x5cca0c[_0x2f2731(0x1f9)]=function(_0x4926f5){const _0x32c19d=_0x2f2731,_0x4bab98={'UBlyE':function(_0x1d7eaa,_0x42f6c3){return _0x70351f['fFklw'](_0x1d7eaa,_0x42f6c3);},'unahl':_0x70351f['VIOhF']};if(_0x70351f[_0x32c19d(0x152)](_0x70351f[_0x32c19d(0x1a6)],_0x70351f[_0x32c19d(0x1a6)]))return _0x5cca0c[_0x32c19d(0x154)](async _0x54ecf8=>{const _0xbb97bb=_0x32c19d;_0x2a0f47[_0xbb97bb(0x1e1)](_0x2a0f47[_0xbb97bb(0x178)],_0x2a0f47[_0xbb97bb(0x178)])?_0x1a004d[_0xbb97bb(0x222)](_0x362451,0x1):(await _0x2a0f47[_0xbb97bb(0x17d)](cleanupDrivers,global['__driversArray']),_0x2a0f47[_0xbb97bb(0x179)](_0x3aaaf2,_0x54ecf8));});else _0x4e5c38=_0x4bab98[_0x32c19d(0x1d0)](_0xac2e16,_0x4bab98[_0x32c19d(0x1e6)]);}:(this[_0x2f2731(0x1b5)]['rootHooks'][_0x2f2731(0x149)]&&_0x2e4d9e[_0x2f2731(0x149)][_0x2f2731(0x192)](...this['_mochaOpts']['rootHooks'][_0x2f2731(0x149)]),this['_mochaOpts']['rootHooks'][_0x2f2731(0x1cc)]&&_0x32472e['beforeEach']['unshift'](...this[_0x2f2731(0x1b5)][_0x2f2731(0x23e)][_0x2f2731(0x1cc)]),this[_0x2f2731(0x1b5)]['rootHooks']['afterAll']&&_0x37282b[_0x2f2731(0x1aa)]['push'](...this[_0x2f2731(0x1b5)][_0x2f2731(0x23e)][_0x2f2731(0x1aa)]),this['_mochaOpts']['rootHooks'][_0x2f2731(0x243)]&&_0x3640c5[_0x2f2731(0x243)]['push'](...this['_mochaOpts'][_0x2f2731(0x23e)][_0x2f2731(0x243)]));try{if(_0x70351f['EETpI'](_0x70351f[_0x2f2731(0x224)],_0x70351f[_0x2f2731(0x224)]))_0x70351f['JvYuo'](require,_0x70351f[_0x2f2731(0x239)])[_0x2f2731(0x20f)](this[_0x2f2731(0x1d3)],null,this[_0x2f2731(0x201)]);else return;}catch{}const _0x2b530a=_0x2839fa[_0x2f2731(0x1f1)](_0x5cca0c,_0x4850f8);_0x2b530a&&_0x2b530a[_0x2f2731(0x1d8)](_0xa77c7e=>{const _0x43ba12=_0x2f2731;if(_0x70351f[_0x43ba12(0x200)](_0x70351f['cLgkA'],_0x70351f[_0x43ba12(0x13f)])){const _0x10af0e=this[_0x43ba12(0x1ba)][_0x42f75e][0x1],_0x5b4823=''+this['_formatter'][_0xcb330f][0x0];if(_0x2a0f47[_0x43ba12(0x1e1)](_0x10af0e,_0x505432)){const _0x59a98e=_0x43ba12(0x1b9)+_0x28bdcd+_0x310a6f['extname'](_0x10af0e);_0x436a9c[_0x43ba12(0x23c)](_0x2a0f47[_0x43ba12(0x126)]),_0x34fbfe[_0x43ba12(0x23c)](_0x5b4823+':'+_0x59a98e);}else _0x2c29e0[_0x43ba12(0x23c)](_0x2a0f47[_0x43ba12(0x126)]),_0x6f4b09['push'](_0x5b4823+_0x43ba12(0x213)+_0x2a19aa);}else _0x70351f[_0x43ba12(0x143)](_0x4d4589,_0xa77c7e);});}else this[_0x2f2731(0x1d3)][_0x2f2731(0x16a)]=this[_0x2f2731(0x212)][_0x2f2731(0x16a)];}else{if(_0x70351f[_0x2f2731(0x1e5)](this['_framework'],_0x70351f[_0x2f2731(0x1f6)])){let _0x549c80;try{_0x70351f[_0x2f2731(0x19e)](_0x70351f[_0x2f2731(0x18f)],_0x70351f[_0x2f2731(0x18f)])?_0x2a0f47['KltsL'](_0x291b01):_0x549c80=_0x70351f[_0x2f2731(0x1a7)](requireModule,_0x70351f[_0x2f2731(0x162)]);}catch(_0x47c51b){_0x70351f[_0x2f2731(0x175)](_0x70351f[_0x2f2731(0x168)],_0x70351f['FbSje'])?_0x549c80=_0x70351f[_0x2f2731(0x17e)](requireModule,_0x70351f[_0x2f2731(0x23d)]):(_0x27f7e3=_0x70351f[_0x2f2731(0x21f)](_0x4c15cb,_0x70351f[_0x2f2731(0x1ea)])[_0x2f2731(0x128)],_0x5bc107[_0x2f2731(0x23c)](_0x70351f[_0x2f2731(0x183)]),_0x318436[_0x2f2731(0x23c)](_0x561bc3[_0x2f2731(0x1d5)](_0x2d437b,_0x70351f[_0x2f2731(0x229)])));}const _0x84bd70=this[_0x2f2731(0x246)],_0x479da3=_0x84bd70[_0x2f2731(0x203)](_0x70351f[_0x2f2731(0x1f6)]);_0x70351f['gJrPu'](_0x479da3,-0x1)&&(_0x70351f[_0x2f2731(0x19e)](_0x70351f[_0x2f2731(0x244)],_0x70351f[_0x2f2731(0x1b7)])?_0x84bd70[_0x2f2731(0x222)](_0x479da3,0x1):_0x70351f[_0x2f2731(0x21f)](_0x52ae79,_0x70351f[_0x2f2731(0x239)])['browserstackAgentV2'](this[_0x2f2731(0x1d3)],null,this[_0x2f2731(0x201)]));const _0x349c1b=_0x70351f[_0x2f2731(0x1e0)];try{if(_0x70351f[_0x2f2731(0x150)](_0x70351f[_0x2f2731(0x20e)],_0x70351f[_0x2f2731(0x20e)])){const _0x5adc62=_0x70351f[_0x2f2731(0x167)]['split']('|');let _0x3760f9=0x0;while(!![]){switch(_0x5adc62[_0x3760f9++]){case'0':this['_argv']=_0x211872;continue;case'1':this[_0x2f2731(0x1ba)]=_0x469e93[_0x2f2731(0x177)];continue;case'2':_0x1f5bc5[_0x2f2731(0x191)]=0x0;continue;case'3':_0x360320['testsFailed']=0x0;continue;case'4':_0x2a9aa0[_0x2f2731(0x1c3)]=0x0;continue;case'5':_0x562b6d[_0x2f2731(0x13c)]=0x0;continue;case'6':_0x46244a[_0x2f2731(0x161)]=0x0;continue;case'7':_0x1362c5[_0x2f2731(0x14d)]=0x0;continue;case'8':_0x87e77f[_0x2f2731(0x1b4)]=this['_configuration'][_0x2f2731(0x22f)]||{};continue;case'9':this[_0x2f2731(0x212)]=_0x463ae6;continue;case'10':_0x3c2e38[_0x2f2731(0x220)]=0x0;continue;case'11':this[_0x2f2731(0x1d3)]=_0xc25a76[_0x2f2731(0x180)]||{};continue;case'12':this[_0x2f2731(0x201)]=_0x70351f[_0x2f2731(0x129)](_0x2953fa);continue;case'13':_0x4c63a9[_0x2f2731(0x1a3)]=this['_configuration']['platform'];continue;case'14':_0x27dcc3[_0x2f2731(0x187)]={};continue;case'15':_0x261b4b['testSuitesFailed']=0x0;continue;case'16':this[_0x2f2731(0x225)]=this[_0x2f2731(0x1d3)][_0x2f2731(0x22c)];continue;case'17':this[_0x2f2731(0x18d)]=_0x70351f[_0x2f2731(0x20a)](_0xb45c90);continue;case'18':_0x504a61[_0x2f2731(0x219)]=0x0;continue;case'19':_0x3de1fa[_0x2f2731(0x14b)]=0x0;continue;case'20':this[_0x2f2731(0x1b5)]=_0x5c5c1d[_0x2f2731(0x14e)];continue;case'21':this[_0x2f2731(0x221)]=_0x454896;continue;}break;}}else{const _0x193b6c=_0x70351f[_0x2f2731(0x186)](requireModule,_0x70351f[_0x2f2731(0x1f2)]),_0x5bc679=_0x193b6c[_0x2f2731(0x1d1)];_0x193b6c.resolvePaths=async function(){const pathResults=await _0x5bc679.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x349c1b)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x84bd70[_0x2f2731(0x23c)](_0x70351f[_0x2f2731(0x183)]),_0x84bd70['push'](path[_0x2f2731(0x1d5)](__dirname,_0x70351f[_0x2f2731(0x229)]));}}catch(_0x43e3a8){let _0xbe48a3=_0x70351f[_0x2f2731(0x227)],_0x355fb;try{_0x70351f[_0x2f2731(0x1e5)](_0x70351f[_0x2f2731(0x130)],_0x70351f[_0x2f2731(0x130)])?(_0x355fb=_0x70351f['PsiSG'](requireModule,_0x70351f[_0x2f2731(0x1ea)])['default'],_0x84bd70['push'](_0x70351f[_0x2f2731(0x183)]),_0x84bd70[_0x2f2731(0x23c)](path['join'](__dirname,_0x70351f[_0x2f2731(0x229)]))):(_0x2fa6d2['error'](_0xb13da),_0x8e0243[_0x2f2731(0x1a8)]=0x1,_0x70351f[_0x2f2731(0x132)](_0x41ba4e,_0x28bb0e));}catch(_0x2e872b){_0x355fb=_0x70351f[_0x2f2731(0x1ce)](requireModule,_0x70351f[_0x2f2731(0x196)])[_0x2f2731(0x128)],_0x84bd70['push'](_0x70351f[_0x2f2731(0x183)]),_0x84bd70['push'](path[_0x2f2731(0x1d5)](__dirname,_0x70351f[_0x2f2731(0x18b)])),_0xbe48a3=_0x70351f[_0x2f2731(0x231)];}const _0x3531b1=_0x355fb[_0x2f2731(0x1f0)][_0x2f2731(0x195)];_0x355fb[_0x2f2731(0x1f0)][_0x2f2731(0x195)]=async function(){const _0x4501d0=_0x2f2731,_0x1d8853=await _0x3531b1[_0x4501d0(0x137)](this);return _0x1d8853[_0x4501d0(0x133)][_0x4501d0(0x192)](path[_0x4501d0(0x1d5)](__dirname,_0xbe48a3)),_0x1d8853[_0x4501d0(0x133)]['push'](path[_0x4501d0(0x1d5)](__dirname,_0x349c1b)),_0x1d8853;};}_0x84bd70['push'](_0x70351f[_0x2f2731(0x13d)]),_0x84bd70[_0x2f2731(0x23c)](''+this[_0x2f2731(0x1d3)][_0x2f2731(0x145)]);if(this['_formatter']&&_0x70351f['IWWPa'](this[_0x2f2731(0x1ba)][_0x2f2731(0x15e)],0x0))for(let _0x1fe900=0x0;_0x70351f[_0x2f2731(0x188)](_0x1fe900,this['_formatter'][_0x2f2731(0x15e)]);_0x1fe900++){const _0x158c08=_0x70351f[_0x2f2731(0x223)](getPlatformName,this['_capability'])[_0x2f2731(0x17b)](/ /g,'_');if(_0x70351f[_0x2f2731(0x1fe)](this[_0x2f2731(0x1ba)][_0x1fe900],undefined)&&_0x70351f[_0x2f2731(0x1a9)](this[_0x2f2731(0x1ba)][_0x1fe900][_0x2f2731(0x15e)],0x0)){const _0x4aa5f8=this[_0x2f2731(0x1ba)][_0x1fe900][0x1],_0x129809=''+this[_0x2f2731(0x1ba)][_0x1fe900][0x0];if(_0x70351f[_0x2f2731(0x1fa)](_0x4aa5f8,undefined)){const _0x5d1066=_0x2f2731(0x1b9)+_0x158c08+path['extname'](_0x4aa5f8);_0x84bd70[_0x2f2731(0x23c)](_0x70351f[_0x2f2731(0x183)]),_0x84bd70[_0x2f2731(0x23c)](_0x129809+':'+_0x5d1066);}else _0x84bd70[_0x2f2731(0x23c)](_0x70351f[_0x2f2731(0x183)]),_0x84bd70[_0x2f2731(0x23c)](_0x129809+':tmp/'+_0x158c08);}}const _0x4563c7=new _0x549c80[(_0x2f2731(0x128))]({'argv':_0x84bd70,'cwd':process[_0x2f2731(0x1eb)](),'stdout':process[_0x2f2731(0x131)],'stderr':process[_0x2f2731(0x172)],'env':process[_0x2f2731(0x1ca)]});process[_0x2f2731(0x1ca)][_0x2f2731(0x181)]=JSON['stringify'](this[_0x2f2731(0x1d3)]),_0x4563c7[_0x2f2731(0x1f9)]()[_0x2f2731(0x19d)](_0x83d0fd=>{const _0x186c07=_0x2f2731,_0x467fd6={};_0x467fd6['scenarios']=global[_0x186c07(0x1c3)],_0x467fd6[_0x186c07(0x155)]=global[_0x186c07(0x219)],_0x467fd6[_0x186c07(0x176)]=global['testSuitesFailed'],_0x467fd6[_0x186c07(0x13e)]=global[_0x186c07(0x1ae)],_0x467fd6[_0x186c07(0x204)]=global[_0x186c07(0x14b)],_0x467fd6[_0x186c07(0x1ef)]=global['testsSkipped'],_0x467fd6[_0x186c07(0x21e)]=global[_0x186c07(0x161)],_0x467fd6[_0x186c07(0x1dc)]=global[_0x186c07(0x220)],_0x467fd6[_0x186c07(0x165)]=global[_0x186c07(0x13c)],_0x467fd6[_0x186c07(0x1d9)]=global['testsAmbiguous'],_0x467fd6[_0x186c07(0x1a5)]=_0x83d0fd['success'],_0x467fd6[_0x186c07(0x187)]=global['testsErrorMessage'];const _0x87b664=_0x467fd6;_0x70351f[_0x186c07(0x22b)](_0x3aaaf2,_0x87b664);})['catch'](_0x26aea5=>{const _0x181103=_0x2f2731;_0x70351f[_0x181103(0x132)](_0x4d4589,_0x26aea5);});}else{if(_0x70351f[_0x2f2731(0x15f)](this[_0x2f2731(0x221)],_0x70351f['vMBpw'])){process['argv']=this[_0x2f2731(0x1d3)][_0x2f2731(0x1f5)];try{_0x70351f['uJJWN'](modifyCommand),_0x70351f[_0x2f2731(0x147)](require,_0x70351f['Augyx'])['browserstackAgent'](this[_0x2f2731(0x1d3)]);let _0x114e2f=0x0;process['on'](_0x70351f[_0x2f2731(0x1de)],async()=>{const _0x547755=_0x2f2731;if(_0x70351f[_0x547755(0x1bf)](_0x114e2f,0x0))return;_0x114e2f++,await _0x70351f['YWZkn'](cleanupDrivers,global[_0x547755(0x1bb)]);}),_0x70351f['lMGJa'](require,this[_0x2f2731(0x1d3)]['file']);}catch(_0x120ecd){console['error'](_0x120ecd),process['exitCode']=0x1,_0x70351f['fnBDG'](_0x4d4589,_0x120ecd);}_0x70351f[_0x2f2731(0x1b1)](_0x3aaaf2);}}}});}}module[a19_0x5d6820(0x1ac)]=Launcher;
@@ -1 +1 @@
1
- function a20_0x1819(){const _0x56c6e4=['1102770lWhdaR','rZFXH','lrZDP','--headless','browserstack.accessibility','iYJjk','ifrRF','vAxAZ','AfqzP','WSlxr','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','pbRVR','setGlobal','path','PUKHN','capabilities_','accessibility','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','warn','JIDbO','1pgwFCq','gNcCa','uwplM','Tncdk','browserstack.accessibilityOptions','aKKcU','device','7166831hIVsrT','hejus','sVxIL','kdaWD','DjpuY','JEESd','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','authToken','mXQno','COGnp','QMpJb','952404BgOGYr','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','cIaQD','GAUGg','nvdfv','bstack:options','capability','GzxCV','chromeOptions','10DiAJPz','hRPcw','YLaqV','uXxPP','TGMVE','kBSxg','xLzBT','HQHWL','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','EZXhH','8GYgzWb','accessibilityOptions','10248849NJFaBW','browserstack','setExtension','10974hQVvQJ','incii','nestedKeyValue','dQfQL','fetchPlatformDetails','chrome','parse','browserName','getCapabilities','34597607vxCaSS','lKbHi','browser_version','giewn','vypYm','CIzOj','AITZd','nZIoM','QXdGY','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','NNezL','Exception\x20in\x20setExtension\x20Error:\x20','CcWhP','get','VUFTF','UeCKV','548wQiSHl','KSNgK','scannerVersion','Tbmye','HlIyy','getPlatform','EeVBN','YTQLH','vGrEl','vrIxf','requireModule','ANlyN','../../../helpers/logger','lHVGz','lIAUs','aBCLq','__cloud_provider___','vmrik','WizJE','RdmZa','1015720kxkaUm','latest','zTjgq','JbxgQ','drZoY','ykpvT','IHlgy','uwoVe','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','../../../helpers/globals','toLowerCase','selenium-webdriver/chrome.js','XsdDe','BS_A11Y_JWT','wOXBu','options_','hIEdq','../../../helpers/helper','ijNFV','azWJb','format','vpeHB','env','winstonLogger','debug'];a20_0x1819=function(){return _0x56c6e4;};return a20_0x1819();}const a20_0x3ef869=a20_0x3fa1;(function(_0x47b067,_0x317ba9){const _0x4d140e=a20_0x3fa1,_0x3f3aed=_0x47b067();while(!![]){try{const _0x2b1652=-parseInt(_0x4d140e(0x12c))/0x1*(parseInt(_0x4d140e(0xff))/0x2)+-parseInt(_0x4d140e(0x156))/0x3*(-parseInt(_0x4d140e(0x16f))/0x4)+-parseInt(_0x4d140e(0x118))/0x5+-parseInt(_0x4d140e(0x13e))/0x6+-parseInt(_0x4d140e(0x133))/0x7+-parseInt(_0x4d140e(0x151))/0x8*(parseInt(_0x4d140e(0x153))/0x9)+-parseInt(_0x4d140e(0x147))/0xa*(-parseInt(_0x4d140e(0x15f))/0xb);if(_0x2b1652===_0x317ba9)break;else _0x3f3aed['push'](_0x3f3aed['shift']());}catch(_0x515f62){_0x3f3aed['push'](_0x3f3aed['shift']());}}}(a20_0x1819,0x91aa1));const path=require(a20_0x3ef869(0x125)),os=require('os'),util=require('util'),bsSetupHelper=require(a20_0x3ef869(0x110)),globals=require(a20_0x3ef869(0x108)),logger=require(a20_0x3ef869(0x17b))[a20_0x3ef869(0x116)];function a20_0x3fa1(_0x1d2bd9,_0x452143){const _0x18191b=a20_0x1819();return a20_0x3fa1=function(_0x3fa1c3,_0x1c1506){_0x3fa1c3=_0x3fa1c3-0xfb;let _0x22fce8=_0x18191b[_0x3fa1c3];return _0x22fce8;},a20_0x3fa1(_0x1d2bd9,_0x452143);}exports['setAccessibilityCapabilities']=_0x19f8fc=>{const _0x4cee44=a20_0x3ef869,_0x200208={};_0x200208[_0x4cee44(0x142)]=_0x4cee44(0x10a),_0x200208[_0x4cee44(0x178)]=_0x4cee44(0x130),_0x200208[_0x4cee44(0x17a)]=_0x4cee44(0x122),_0x200208['CIzOj']='bstack:options',_0x200208['Tncdk']=_0x4cee44(0x13f),_0x200208[_0x4cee44(0x11f)]=_0x4cee44(0x139),_0x200208[_0x4cee44(0x163)]=function(_0x399049,_0x3d2d02){return _0x399049===_0x3d2d02;},_0x200208[_0x4cee44(0x170)]=_0x4cee44(0x120),_0x200208['hejus']=_0x4cee44(0x11c),_0x200208[_0x4cee44(0x10b)]=function(_0x17667d,_0x117272){return _0x17667d!==_0x117272;},_0x200208[_0x4cee44(0xfe)]=_0x4cee44(0x10d),_0x200208[_0x4cee44(0x17d)]='isAccessibilityPlatform',_0x200208['lKbHi']=_0x4cee44(0x165),_0x200208[_0x4cee44(0x12e)]=function(_0x403d34,_0x2b3f41){return _0x403d34!==_0x2b3f41;},_0x200208['aKKcU']='ffEiH',_0x200208['vGrEl']=_0x4cee44(0x140),_0x200208[_0x4cee44(0x148)]=function(_0x142a8d,_0x2b720e){return _0x142a8d===_0x2b720e;},_0x200208[_0x4cee44(0x114)]=_0x4cee44(0x11e),_0x200208['QMpJb']=_0x4cee44(0x14b),_0x200208[_0x4cee44(0x16d)]=function(_0x56aaf9,_0xfeab46){return _0x56aaf9===_0xfeab46;},_0x200208[_0x4cee44(0x176)]=_0x4cee44(0x16b),_0x200208['aBCLq']='zfrRl',_0x200208['UeCKV']=function(_0x26b47b,_0x54b1cc){return _0x26b47b!==_0x54b1cc;},_0x200208['Tbmye']=_0x4cee44(0x12d),_0x200208['NHafa']='xqSuS',_0x200208[_0x4cee44(0x13c)]=_0x4cee44(0x159),_0x200208[_0x4cee44(0x105)]=_0x4cee44(0x121),_0x200208[_0x4cee44(0x162)]='QECBw';const _0x35e44d=_0x200208;try{if(_0x35e44d['vypYm'](_0x35e44d[_0x4cee44(0x170)],_0x35e44d[_0x4cee44(0x170)])){const _0x4d4431=_0x19f8fc[_0x4cee44(0x144)]||{};if(_0x4d4431[_0x35e44d['CIzOj']]&&_0x4d4431[_0x35e44d[_0x4cee44(0x164)]][_0x4cee44(0x128)]||_0x19f8fc[_0x4cee44(0x144)][_0x35e44d[_0x4cee44(0x134)]]){if(_0x35e44d['XsdDe'](_0x35e44d[_0x4cee44(0xfe)],_0x35e44d['RdmZa']))_0x4bb706=_0xb42967[_0x4cee44(0x179)](_0x35e44d['nvdfv']);else{globals[_0x4cee44(0x124)](_0x35e44d[_0x4cee44(0x17d)],!![]);if(_0x4d4431[_0x35e44d[_0x4cee44(0x164)]]){if(_0x35e44d[_0x4cee44(0x10b)](_0x35e44d[_0x4cee44(0x160)],_0x35e44d[_0x4cee44(0x160)]))_0x4e91a8[_0x35e44d[_0x4cee44(0x178)]]['authToken']=_0x35d8d2['env'][_0x4cee44(0x10c)];else{if(_0x4d4431[_0x35e44d[_0x4cee44(0x164)]][_0x4cee44(0x152)]){if(_0x35e44d[_0x4cee44(0x12e)](_0x35e44d[_0x4cee44(0x131)],_0x35e44d[_0x4cee44(0x177)]))_0x4d4431[_0x35e44d['CIzOj']][_0x4cee44(0x152)][_0x4cee44(0x13a)]=process[_0x4cee44(0x115)][_0x4cee44(0x10c)];else return _0x315194['warn'](_0x35e44d[_0x4cee44(0x17a)]),![];}else{if(_0x35e44d[_0x4cee44(0x148)](_0x35e44d['vpeHB'],_0x35e44d[_0x4cee44(0x13d)]))_0x26a8b2[_0x4cee44(0x117)]('Exception\x20in\x20setExtension\x20Error:\x20'+_0x8f127b['format'](_0x429be8));else{const _0x25ae0b={};_0x25ae0b[_0x4cee44(0x13a)]=process[_0x4cee44(0x115)]['BS_A11Y_JWT'],_0x4d4431[_0x35e44d[_0x4cee44(0x164)]][_0x4cee44(0x152)]=_0x25ae0b;}}_0x4d4431[_0x35e44d[_0x4cee44(0x164)]][_0x4cee44(0x152)][_0x4cee44(0x171)]=JSON[_0x4cee44(0x15c)](process[_0x4cee44(0x115)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x4cee44(0x171)];}}else{if(_0x19f8fc[_0x4cee44(0x144)][_0x35e44d[_0x4cee44(0x134)]]){if(_0x35e44d['VUFTF'](_0x35e44d[_0x4cee44(0x176)],_0x35e44d[_0x4cee44(0x17e)]))_0x4e09e3[_0x4cee44(0x117)](_0x4cee44(0x168)+_0x2ec9d4);else{if(_0x4d4431[_0x35e44d[_0x4cee44(0x178)]]){if(_0x35e44d[_0x4cee44(0x16e)](_0x35e44d['Tbmye'],_0x35e44d[_0x4cee44(0x172)])){const _0x29da4c={};_0x29da4c[_0x4cee44(0x13a)]=_0x5ae2e0[_0x4cee44(0x115)]['BS_A11Y_JWT'],_0x3c64d1[_0x35e44d['CIzOj']][_0x4cee44(0x152)]=_0x29da4c;}else _0x4d4431[_0x35e44d[_0x4cee44(0x178)]][_0x4cee44(0x13a)]=process[_0x4cee44(0x115)][_0x4cee44(0x10c)];}else{if(_0x35e44d['vypYm'](_0x35e44d['NHafa'],_0x35e44d[_0x4cee44(0x13c)])){if(_0x572f20[_0x35e44d[_0x4cee44(0x164)]][_0x4cee44(0x152)])_0xc0c77b[_0x35e44d['CIzOj']][_0x4cee44(0x152)]['authToken']=_0x5ded0c[_0x4cee44(0x115)]['BS_A11Y_JWT'];else{const _0x17a2b5={};_0x17a2b5[_0x4cee44(0x13a)]=_0x4ab084[_0x4cee44(0x115)][_0x4cee44(0x10c)],_0x38606e[_0x35e44d['CIzOj']]['accessibilityOptions']=_0x17a2b5;}_0x26d6c6[_0x35e44d['CIzOj']][_0x4cee44(0x152)][_0x4cee44(0x171)]=_0x47fcac[_0x4cee44(0x15c)](_0x89de1b['env'][_0x4cee44(0x129)])[_0x4cee44(0x171)];}else{const _0x5015cf={};_0x5015cf[_0x4cee44(0x13a)]=process[_0x4cee44(0x115)]['BS_A11Y_JWT'],_0x4d4431[_0x35e44d[_0x4cee44(0x178)]]=_0x5015cf;}}_0x4d4431[_0x35e44d[_0x4cee44(0x178)]]['scannerVersion']=JSON[_0x4cee44(0x15c)](process[_0x4cee44(0x115)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x4cee44(0x171)];}}}}}}else return _0x2baaac[_0x4cee44(0x12a)](_0x35e44d[_0x4cee44(0x12f)]),![];}catch(_0x3dee2c){if(_0x35e44d[_0x4cee44(0x10b)](_0x35e44d[_0x4cee44(0x105)],_0x35e44d[_0x4cee44(0x162)]))logger[_0x4cee44(0x117)]('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x3dee2c);else return _0x277357['warn'](_0x35e44d[_0x4cee44(0x11f)]),![];}},exports[a20_0x3ef869(0x155)]=(_0x3a4186,_0x1421cb)=>{const _0x270f8f=a20_0x3ef869,_0xc065d4={};_0xc065d4['uwoVe']=_0x270f8f(0x143),_0xc065d4[_0x270f8f(0x126)]='browserstack.accessibilityOptions',_0xc065d4[_0x270f8f(0x167)]=_0x270f8f(0x14f),_0xc065d4[_0x270f8f(0x123)]=function(_0x1b84db,_0xcfa069){return _0x1b84db!==_0xcfa069;},_0xc065d4['mXQno']=function(_0x373974,_0x2bf60c){return _0x373974===_0x2bf60c;},_0xc065d4[_0x270f8f(0x157)]=_0x270f8f(0x150),_0xc065d4[_0x270f8f(0x12b)]=_0x270f8f(0x122),_0xc065d4[_0x270f8f(0x145)]=function(_0x3c2373,_0x3778c5){return _0x3c2373!==_0x3778c5;},_0xc065d4[_0x270f8f(0x103)]=_0x270f8f(0x15b),_0xc065d4[_0x270f8f(0xfc)]=function(_0x16b1a4,_0x2c43c5){return _0x16b1a4===_0x2c43c5;},_0xc065d4[_0x270f8f(0x141)]=_0x270f8f(0x14c),_0xc065d4[_0x270f8f(0x111)]=_0x270f8f(0x139),_0xc065d4[_0x270f8f(0x175)]=_0x270f8f(0x100),_0xc065d4['lHVGz']=function(_0x108dbd,_0x225a16){return _0x108dbd>_0x225a16;},_0xc065d4['zTjgq']='QCHkp',_0xc065d4[_0x270f8f(0x10f)]='BsVsF',_0xc065d4[_0x270f8f(0x102)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.',_0xc065d4[_0x270f8f(0x14d)]=_0x270f8f(0x14a),_0xc065d4[_0x270f8f(0x137)]=_0x270f8f(0x10a),_0xc065d4[_0x270f8f(0x138)]=function(_0x3bbc7f,_0x5cd9b8){return _0x3bbc7f===_0x5cd9b8;},_0xc065d4['azWJb']=_0x270f8f(0x149),_0xc065d4[_0x270f8f(0x104)]='FLHlp',_0xc065d4[_0x270f8f(0x135)]=_0x270f8f(0x10e),_0xc065d4['WizJE']='args',_0xc065d4[_0x270f8f(0x11d)]=_0x270f8f(0x146),_0xc065d4['lrZDP']=_0x270f8f(0x11b),_0xc065d4['nZIoM']=function(_0x10511f,_0x13aa5d){return _0x10511f!==_0x13aa5d;},_0xc065d4['HlIyy']=_0x270f8f(0x14e),_0xc065d4[_0x270f8f(0x169)]='mJWQJ';const _0x3370b2=_0xc065d4;try{const _0x28d5aa=_0x1421cb[_0x270f8f(0x144)]||{},_0x13ac4d=(_0x28d5aa[_0x3370b2[_0x270f8f(0x106)]]?_0x28d5aa[_0x3370b2['uwoVe']]['deviceName']:_0x28d5aa[_0x270f8f(0x132)])||'';if(_0x3370b2[_0x270f8f(0x123)](_0x13ac4d,'')){if(_0x3370b2[_0x270f8f(0x13b)](_0x3370b2[_0x270f8f(0x157)],_0x3370b2['incii']))return logger[_0x270f8f(0x12a)](_0x3370b2['JIDbO']),![];else _0x317406[_0x3370b2['uwoVe']][_0x270f8f(0x152)][_0x270f8f(0x13a)]=_0x39820f[_0x270f8f(0x115)][_0x270f8f(0x10c)];}const _0x509534=_0x28d5aa[_0x270f8f(0x15d)];if(_0x3370b2[_0x270f8f(0x145)](_0x509534[_0x270f8f(0x109)](),_0x3370b2[_0x270f8f(0x103)]))return _0x3370b2[_0x270f8f(0xfc)](_0x3370b2[_0x270f8f(0x141)],_0x3370b2['GAUGg'])?(logger[_0x270f8f(0x12a)](_0x3370b2[_0x270f8f(0x111)]),![]):![];const _0x209fa6=_0x28d5aa['browserVersion']||_0x28d5aa[_0x270f8f(0x161)];if(!bsSetupHelper['isUndefined'](_0x209fa6)&&!(_0x3370b2[_0x270f8f(0xfc)](_0x209fa6,_0x3370b2[_0x270f8f(0x175)])||_0x3370b2[_0x270f8f(0x17c)](_0x209fa6,0x5e))){if(_0x3370b2[_0x270f8f(0x145)](_0x3370b2[_0x270f8f(0x101)],_0x3370b2[_0x270f8f(0x10f)]))return logger[_0x270f8f(0x12a)](_0x3370b2[_0x270f8f(0x102)]),![];else _0x1519f0['debug'](_0x270f8f(0x107)+_0x4fe712);}let _0x27af9d;try{if(_0x3370b2[_0x270f8f(0x123)](_0x3370b2[_0x270f8f(0x14d)],_0x3370b2[_0x270f8f(0x14d)])){if(_0x2cbe6d[_0x3370b2[_0x270f8f(0x126)]])_0x2b5aea[_0x3370b2[_0x270f8f(0x126)]][_0x270f8f(0x13a)]=_0x1c91c7[_0x270f8f(0x115)][_0x270f8f(0x10c)];else{const _0x280141={};_0x280141[_0x270f8f(0x13a)]=_0x3e2261[_0x270f8f(0x115)][_0x270f8f(0x10c)],_0x136898[_0x3370b2[_0x270f8f(0x126)]]=_0x280141;}_0x2bc362[_0x3370b2[_0x270f8f(0x126)]][_0x270f8f(0x171)]=_0x39706c[_0x270f8f(0x15c)](_0x49fd06[_0x270f8f(0x115)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])['scannerVersion'];}else _0x27af9d=bsSetupHelper[_0x270f8f(0x179)](_0x3370b2[_0x270f8f(0x137)]);}catch(_0x4eb639){if(_0x3370b2[_0x270f8f(0x138)](_0x3370b2[_0x270f8f(0x112)],_0x3370b2[_0x270f8f(0x104)])){const _0x5ce09f={};_0x5ce09f[_0x270f8f(0x13a)]=_0x22844f[_0x270f8f(0x115)][_0x270f8f(0x10c)],_0x1b604c[_0x3370b2[_0x270f8f(0x126)]]=_0x5ce09f;}else return![];}const _0x221ce9=new _0x27af9d['Options'](_0x3a4186['chromeOptions_']),_0x4259cf=bsSetupHelper[_0x270f8f(0x158)](_0x221ce9,[_0x3370b2[_0x270f8f(0x135)],_0x3370b2[_0x270f8f(0xfd)]])||bsSetupHelper[_0x270f8f(0x158)](_0x3a4186[_0x270f8f(0x127)][_0x270f8f(0x16c)](_0x3370b2[_0x270f8f(0x106)]),[_0x3370b2[_0x270f8f(0x11d)],_0x3370b2[_0x270f8f(0xfd)]])||bsSetupHelper[_0x270f8f(0x158)](_0x3a4186[_0x270f8f(0x127)][_0x270f8f(0x16c)](_0x3370b2[_0x270f8f(0x11d)]),[_0x3370b2[_0x270f8f(0xfd)]])||[];if(_0x4259cf['includes'](_0x3370b2[_0x270f8f(0x11a)]))return _0x3370b2[_0x270f8f(0x166)](_0x3370b2[_0x270f8f(0x173)],_0x3370b2['NNezL'])?(logger['warn'](_0x3370b2[_0x270f8f(0x167)]),![]):(_0x2ab9bb[_0x270f8f(0x12a)](_0x3370b2['QXdGY']),![]);return!![];}catch(_0x449749){logger['debug'](_0x270f8f(0x16a)+util[_0x270f8f(0x113)](_0x449749));}return![];},exports[a20_0x3ef869(0x15a)]=async _0xc968a2=>{const _0x3c3121=a20_0x3ef869,_0x2b431e={};_0x2b431e[_0x3c3121(0x119)]=function(_0x3d1c11,_0x5f4e91){return _0x3d1c11===_0x5f4e91;},_0x2b431e[_0x3c3121(0x136)]=_0x3c3121(0x154);const _0xc3b3c0=_0x2b431e;let _0x364c2d={};try{const _0x3acbf1=await _0xc968a2[_0x3c3121(0x15e)]();_0x364c2d={'os_name':_0x3acbf1[_0x3c3121(0x174)](),'os_version':bsSetupHelper['getPlatformVersion'](_0xc3b3c0[_0x3c3121(0x119)](global[_0x3c3121(0xfb)],_0xc3b3c0[_0x3c3121(0x136)])),'browser_name':_0x3acbf1['getBrowserName'](),'browser_version':_0x3acbf1['getBrowserVersion']()};}catch(_0x51328c){logger[_0x3c3121(0x117)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x51328c);}return _0x364c2d;};
1
+ function a20_0x553c(_0x551c87,_0x4cfed9){const _0x38ac59=a20_0x38ac();return a20_0x553c=function(_0x553cdb,_0x62089b){_0x553cdb=_0x553cdb-0x1a6;let _0x2452a8=_0x38ac59[_0x553cdb];return _0x2452a8;},a20_0x553c(_0x551c87,_0x4cfed9);}const a20_0x1f012a=a20_0x553c;(function(_0x2c75e0,_0x4999ce){const _0x6dcd05=a20_0x553c,_0xabf72e=_0x2c75e0();while(!![]){try{const _0xc20674=parseInt(_0x6dcd05(0x1b3))/0x1+-parseInt(_0x6dcd05(0x20a))/0x2+parseInt(_0x6dcd05(0x1b5))/0x3*(parseInt(_0x6dcd05(0x1ad))/0x4)+parseInt(_0x6dcd05(0x1b8))/0x5*(-parseInt(_0x6dcd05(0x1c3))/0x6)+parseInt(_0x6dcd05(0x1ab))/0x7+-parseInt(_0x6dcd05(0x1ea))/0x8*(-parseInt(_0x6dcd05(0x207))/0x9)+parseInt(_0x6dcd05(0x1de))/0xa;if(_0xc20674===_0x4999ce)break;else _0xabf72e['push'](_0xabf72e['shift']());}catch(_0x2c5428){_0xabf72e['push'](_0xabf72e['shift']());}}}(a20_0x38ac,0x99a88));const path=require(a20_0x1f012a(0x1f3)),os=require('os'),util=require(a20_0x1f012a(0x1f2)),bsSetupHelper=require('../../../helpers/helper'),globals=require('../../../helpers/globals'),logger=require(a20_0x1f012a(0x1c1))[a20_0x1f012a(0x1c2)];function a20_0x38ac(){const _0x43f611=['23205SGTQGV','fGJNp','306doPnIk','TCLDR','tfjvp','5fRwDzC','EKSPq','isAccessibilityPlatform','MqjyM','xDWiA','args','aUkWe','lFJeL','RHvbu','../../../helpers/logger','winstonLogger','5893548kOOEYS','HCHle','gCoWt','AEcsN','scannerVersion','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','capabilities_','Hhjsf','deviceName','JflEN','browserVersion','toLowerCase','parse','get','rwEcM','SAqQf','CdrWJ','includes','kzNhc','DPpNO','fDVlL','getPlatformVersion','CMpJJ','BdRgj','eXzlW','setExtension','chrome','8763100qSjNun','LjmEf','CxiPa','nmCeJ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','yMMyb','ReGiv','__cloud_provider___','EiswA','lBueh','OwvlD','format','2854552wfKymV','glWGN','requireModule','lfxAI','accessibilityOptions','browserName','capability','Ompgr','util','path','JFZFJ','bfzeU','getPlatform','accessibility','browserstack','SqfPP','IWqkP','env','chromeOptions_','latest','wgEhe','nestedKeyValue','BS_A11Y_JWT','hvqpq','KjLwT','RRGhB','Dcyos','fqNxv','wMaAV','9ZqEpcu','qcRYZ','GEbzl','912760qWGYcW','TZFLn','warn','HmsoZ','IKIWM','mmjuv','setAccessibilityCapabilities','Tpwoj','HmeYL','selenium-webdriver/chrome.js','bFNSB','bstack:options','GIhCM','cBLcw','--headless','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','jYnCj','hgibq','yBBQE','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','eJAFr','DBzjc','GoDkh','debug','auyjJ','browser_version','fetchPlatformDetails','browserstack.accessibilityOptions','Options','rLzED','jNoPD','getCapabilities','LirYQ','authToken','setGlobal','IayXd','uIQjW','ogpRw','496748iHHqNn','PaVlR','29048UitGFg','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','PQQFC','vNoje','Exception\x20in\x20setExtension\x20Error:\x20','bbIVS'];a20_0x38ac=function(){return _0x43f611;};return a20_0x38ac();}exports[a20_0x1f012a(0x210)]=_0x1141b9=>{const _0x3eaada=a20_0x1f012a,_0x5ffc19={};_0x5ffc19[_0x3eaada(0x206)]='selenium-webdriver/chrome.js',_0x5ffc19[_0x3eaada(0x1bc)]=_0x3eaada(0x219),_0x5ffc19['JHOUG']=_0x3eaada(0x1e2),_0x5ffc19[_0x3eaada(0x1f9)]=_0x3eaada(0x1c8),_0x5ffc19['lBueh']=_0x3eaada(0x225),_0x5ffc19[_0x3eaada(0x1a8)]=_0x3eaada(0x215),_0x5ffc19[_0x3eaada(0x227)]=function(_0x298842,_0x5a8136){return _0x298842!==_0x5a8136;},_0x5ffc19['cBLcw']=_0x3eaada(0x203),_0x5ffc19[_0x3eaada(0x1d7)]=_0x3eaada(0x1b9),_0x5ffc19[_0x3eaada(0x21a)]='browserstack.accessibility',_0x5ffc19['CMpJJ']=function(_0x46de45,_0x1f2117){return _0x46de45===_0x1f2117;},_0x5ffc19[_0x3eaada(0x1f1)]='eLDeQ',_0x5ffc19['JFZFJ']=_0x3eaada(0x1ba),_0x5ffc19[_0x3eaada(0x21e)]=function(_0x4839f8,_0x1496be){return _0x4839f8!==_0x1496be;},_0x5ffc19['ReGiv']=_0x3eaada(0x212),_0x5ffc19['ggUcQ']=_0x3eaada(0x1c5),_0x5ffc19[_0x3eaada(0x20d)]=function(_0x47dde0,_0xc598dc){return _0x47dde0!==_0xc598dc;},_0x5ffc19[_0x3eaada(0x1d5)]=_0x3eaada(0x1d6),_0x5ffc19[_0x3eaada(0x1d1)]=_0x3eaada(0x21b),_0x5ffc19[_0x3eaada(0x1e8)]=function(_0x193d4b,_0x230f5e){return _0x193d4b===_0x230f5e;},_0x5ffc19[_0x3eaada(0x201)]=_0x3eaada(0x220),_0x5ffc19[_0x3eaada(0x1df)]=_0x3eaada(0x1c4),_0x5ffc19[_0x3eaada(0x1be)]=_0x3eaada(0x21f),_0x5ffc19[_0x3eaada(0x209)]=_0x3eaada(0x202),_0x5ffc19['vNoje']='FZyjy',_0x5ffc19[_0x3eaada(0x228)]=function(_0x310289,_0x1e5c65){return _0x310289===_0x1e5c65;},_0x5ffc19['PQQFC']=_0x3eaada(0x1e1);const _0x535d50=_0x5ffc19;try{if(_0x535d50[_0x3eaada(0x227)](_0x535d50[_0x3eaada(0x217)],_0x535d50[_0x3eaada(0x1d7)])){const _0x22bde6=_0x1141b9['capability']||{};if(_0x22bde6[_0x535d50[_0x3eaada(0x1a8)]]&&_0x22bde6[_0x535d50[_0x3eaada(0x1a8)]][_0x3eaada(0x1f7)]||_0x1141b9[_0x3eaada(0x1f0)][_0x535d50['jYnCj']]){if(_0x535d50[_0x3eaada(0x1d9)](_0x535d50['Ompgr'],_0x535d50[_0x3eaada(0x1f1)])){globals[_0x3eaada(0x1a7)](_0x535d50[_0x3eaada(0x1f4)],!![]);if(_0x22bde6[_0x535d50[_0x3eaada(0x1a8)]]){if(_0x535d50['eJAFr'](_0x535d50[_0x3eaada(0x1e4)],_0x535d50['ggUcQ'])){if(_0x22bde6[_0x535d50[_0x3eaada(0x1a8)]][_0x3eaada(0x1ee)]){if(_0x535d50['HmsoZ'](_0x535d50[_0x3eaada(0x1d5)],_0x535d50[_0x3eaada(0x1d1)]))_0x22bde6[_0x535d50[_0x3eaada(0x1a8)]]['accessibilityOptions']['authToken']=process[_0x3eaada(0x1fb)][_0x3eaada(0x200)];else return![];}else{if(_0x535d50[_0x3eaada(0x1e8)](_0x535d50[_0x3eaada(0x201)],_0x535d50[_0x3eaada(0x201)])){const _0x15846e={};_0x15846e[_0x3eaada(0x1a6)]=process[_0x3eaada(0x1fb)][_0x3eaada(0x200)],_0x22bde6[_0x535d50[_0x3eaada(0x1a8)]][_0x3eaada(0x1ee)]=_0x15846e;}else _0x1c5c23=_0x18dedc[_0x3eaada(0x1ec)](_0x535d50[_0x3eaada(0x206)]);}_0x22bde6[_0x535d50['IayXd']][_0x3eaada(0x1ee)]['scannerVersion']=JSON[_0x3eaada(0x1cf)](process[_0x3eaada(0x1fb)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x3eaada(0x1c7)];}else return _0x437f6e['warn'](_0x535d50[_0x3eaada(0x1bc)]),![];}else{if(_0x1141b9[_0x3eaada(0x1f0)][_0x535d50[_0x3eaada(0x21a)]]){if(_0x535d50[_0x3eaada(0x227)](_0x535d50[_0x3eaada(0x1df)],_0x535d50[_0x3eaada(0x1df)]))_0x4778a7[_0x3eaada(0x221)](_0x3eaada(0x1b1)+_0x5e2db0[_0x3eaada(0x1e9)](_0x486775));else{if(_0x22bde6[_0x535d50['lBueh']])_0x535d50[_0x3eaada(0x1d9)](_0x535d50['aUkWe'],_0x535d50[_0x3eaada(0x209)])?_0x1b3bd2[_0x3eaada(0x221)](_0x3eaada(0x1ae)+_0x4aa97d):_0x22bde6[_0x535d50['lBueh']][_0x3eaada(0x1a6)]=process[_0x3eaada(0x1fb)][_0x3eaada(0x200)];else{if(_0x535d50[_0x3eaada(0x21e)](_0x535d50[_0x3eaada(0x1b0)],_0x535d50[_0x3eaada(0x1b0)]))return _0x50b6d6[_0x3eaada(0x20c)](_0x535d50['JHOUG']),![];else{const _0x27f566={};_0x27f566[_0x3eaada(0x1a6)]=process[_0x3eaada(0x1fb)][_0x3eaada(0x200)],_0x22bde6[_0x535d50[_0x3eaada(0x1e7)]]=_0x27f566;}}_0x22bde6[_0x535d50[_0x3eaada(0x1e7)]][_0x3eaada(0x1c7)]=JSON[_0x3eaada(0x1cf)](process[_0x3eaada(0x1fb)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x3eaada(0x1c7)];}}}}else return _0x1625c4[_0x3eaada(0x20c)](_0x535d50['SqfPP']),![];}}else{const _0x46260e={};_0x46260e['authToken']=_0xc79917[_0x3eaada(0x1fb)][_0x3eaada(0x200)],_0x19f8d6[_0x535d50[_0x3eaada(0x1e7)]]=_0x46260e;}}catch(_0xeaab7){if(_0x535d50['jNoPD'](_0x535d50[_0x3eaada(0x1af)],_0x535d50[_0x3eaada(0x1af)]))logger['debug']('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0xeaab7);else{const _0x622768={};_0x622768[_0x3eaada(0x1a6)]=_0x1ce13d[_0x3eaada(0x1fb)][_0x3eaada(0x200)],_0x3a96ca[_0x535d50[_0x3eaada(0x1a8)]]['accessibilityOptions']=_0x622768;}}},exports[a20_0x1f012a(0x1dc)]=(_0x597624,_0x1b1515)=>{const _0x4f6cfa=a20_0x1f012a,_0x1b8909={};_0x1b8909['RHvbu']=_0x4f6cfa(0x215),_0x1b8909[_0x4f6cfa(0x20e)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.',_0x1b8909[_0x4f6cfa(0x1cc)]=_0x4f6cfa(0x225),_0x1b8909[_0x4f6cfa(0x1c6)]=function(_0x2a576e,_0x1c8bfc){return _0x2a576e!==_0x1c8bfc;},_0x1b8909['zyDMK']=_0x4f6cfa(0x1a9),_0x1b8909[_0x4f6cfa(0x1d3)]=_0x4f6cfa(0x1ed),_0x1b8909[_0x4f6cfa(0x1d2)]=_0x4f6cfa(0x1dd),_0x1b8909[_0x4f6cfa(0x1e0)]=function(_0x168615,_0x5ca28c){return _0x168615===_0x5ca28c;},_0x1b8909['qcRYZ']=_0x4f6cfa(0x1fa),_0x1b8909[_0x4f6cfa(0x1eb)]=_0x4f6cfa(0x1e2),_0x1b8909[_0x4f6cfa(0x21c)]=_0x4f6cfa(0x1fd),_0x1b8909['TZFLn']=function(_0x5a8aad,_0x97c0eb){return _0x5a8aad>_0x97c0eb;},_0x1b8909[_0x4f6cfa(0x1ca)]=function(_0x42e5c4,_0x28fcea){return _0x42e5c4===_0x28fcea;},_0x1b8909['fGJNp']=_0x4f6cfa(0x1bb),_0x1b8909['CzFNw']=_0x4f6cfa(0x1c8),_0x1b8909['mmjuv']=function(_0x25db98,_0x7c08ff){return _0x25db98!==_0x7c08ff;},_0x1b8909[_0x4f6cfa(0x1f5)]=_0x4f6cfa(0x222),_0x1b8909[_0x4f6cfa(0x1e6)]=_0x4f6cfa(0x211),_0x1b8909[_0x4f6cfa(0x1fe)]=_0x4f6cfa(0x213),_0x1b8909[_0x4f6cfa(0x1aa)]=function(_0x37a040,_0x13e167){return _0x37a040!==_0x13e167;},_0x1b8909[_0x4f6cfa(0x205)]=_0x4f6cfa(0x204),_0x1b8909[_0x4f6cfa(0x1b2)]=_0x4f6cfa(0x1db),_0x1b8909['drrEy']='options_',_0x1b8909['bFNSB']=_0x4f6cfa(0x1bd),_0x1b8909[_0x4f6cfa(0x1e3)]='chromeOptions',_0x1b8909['BdRgj']=_0x4f6cfa(0x218),_0x1b8909[_0x4f6cfa(0x1b6)]=function(_0x47a37e,_0x56114c){return _0x47a37e!==_0x56114c;},_0x1b8909[_0x4f6cfa(0x1bf)]=_0x4f6cfa(0x1b7),_0x1b8909[_0x4f6cfa(0x1ac)]=_0x4f6cfa(0x219);const _0x279891=_0x1b8909;try{const _0x3045a2=_0x1b1515[_0x4f6cfa(0x1f0)]||{},_0x35f822=(_0x3045a2[_0x279891[_0x4f6cfa(0x1c0)]]?_0x3045a2[_0x279891[_0x4f6cfa(0x1c0)]][_0x4f6cfa(0x1cb)]:_0x3045a2['device'])||'';if(_0x279891[_0x4f6cfa(0x1c6)](_0x35f822,'')){if(_0x279891[_0x4f6cfa(0x1c6)](_0x279891['zyDMK'],_0x279891[_0x4f6cfa(0x1d3)]))return logger[_0x4f6cfa(0x20c)](_0x279891['IKIWM']),![];else _0x3f0109[_0x279891[_0x4f6cfa(0x1c0)]][_0x4f6cfa(0x1ee)]['authToken']=_0x56614b[_0x4f6cfa(0x1fb)][_0x4f6cfa(0x200)];}const _0x24d773=_0x3045a2[_0x4f6cfa(0x1ef)];if(_0x279891['AEcsN'](_0x24d773[_0x4f6cfa(0x1ce)](),_0x279891['SAqQf']))return _0x279891[_0x4f6cfa(0x1e0)](_0x279891[_0x4f6cfa(0x208)],_0x279891[_0x4f6cfa(0x208)])?(logger[_0x4f6cfa(0x20c)](_0x279891[_0x4f6cfa(0x1eb)]),![]):(_0xd25141['warn'](_0x279891[_0x4f6cfa(0x20e)]),![]);const _0xb87d8d=_0x3045a2[_0x4f6cfa(0x1cd)]||_0x3045a2[_0x4f6cfa(0x223)];if(!bsSetupHelper['isUndefined'](_0xb87d8d)&&!(_0x279891[_0x4f6cfa(0x1e0)](_0xb87d8d,_0x279891[_0x4f6cfa(0x21c)])||_0x279891[_0x4f6cfa(0x20b)](_0xb87d8d,0x5e))){if(_0x279891[_0x4f6cfa(0x1ca)](_0x279891[_0x4f6cfa(0x1b4)],_0x279891['fGJNp']))return logger['warn'](_0x279891['CzFNw']),![];else _0x83c010[_0x279891['JflEN']]['authToken']=_0x2d7482['env'][_0x4f6cfa(0x200)];}let _0x675bff;try{if(_0x279891[_0x4f6cfa(0x20f)](_0x279891[_0x4f6cfa(0x1f5)],_0x279891[_0x4f6cfa(0x1e6)]))_0x675bff=bsSetupHelper[_0x4f6cfa(0x1ec)](_0x279891[_0x4f6cfa(0x1fe)]);else{if(_0x56f6d9[_0x279891['RHvbu']][_0x4f6cfa(0x1ee)])_0x2f66f2[_0x279891[_0x4f6cfa(0x1c0)]][_0x4f6cfa(0x1ee)][_0x4f6cfa(0x1a6)]=_0x5694bd[_0x4f6cfa(0x1fb)][_0x4f6cfa(0x200)];else{const _0x1e346b={};_0x1e346b['authToken']=_0x50571b[_0x4f6cfa(0x1fb)]['BS_A11Y_JWT'],_0x5e051a[_0x279891[_0x4f6cfa(0x1c0)]][_0x4f6cfa(0x1ee)]=_0x1e346b;}_0x2f1da9[_0x279891[_0x4f6cfa(0x1c0)]][_0x4f6cfa(0x1ee)][_0x4f6cfa(0x1c7)]=_0x2e22c5[_0x4f6cfa(0x1cf)](_0x3d6349['env'][_0x4f6cfa(0x21d)])[_0x4f6cfa(0x1c7)];}}catch(_0x1d41f9){if(_0x279891['ogpRw'](_0x279891[_0x4f6cfa(0x205)],_0x279891[_0x4f6cfa(0x1b2)]))return![];else _0x338fef[_0x4f6cfa(0x221)]('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x5aa773);}const _0x44bc83=new _0x675bff[(_0x4f6cfa(0x226))](_0x597624[_0x4f6cfa(0x1fc)]),_0x5744fe=bsSetupHelper[_0x4f6cfa(0x1ff)](_0x44bc83,[_0x279891['drrEy'],_0x279891[_0x4f6cfa(0x214)]])||bsSetupHelper['nestedKeyValue'](_0x597624[_0x4f6cfa(0x1c9)][_0x4f6cfa(0x1d0)](_0x279891['RHvbu']),[_0x279891['yMMyb'],_0x279891[_0x4f6cfa(0x214)]])||bsSetupHelper[_0x4f6cfa(0x1ff)](_0x597624[_0x4f6cfa(0x1c9)]['get'](_0x279891[_0x4f6cfa(0x1e3)]),[_0x279891[_0x4f6cfa(0x214)]])||[];if(_0x5744fe[_0x4f6cfa(0x1d4)](_0x279891[_0x4f6cfa(0x1da)])){if(_0x279891['TCLDR'](_0x279891['lFJeL'],_0x279891[_0x4f6cfa(0x1bf)])){if(_0x30e3bd[_0x279891[_0x4f6cfa(0x1cc)]])_0x1220b1[_0x279891[_0x4f6cfa(0x1cc)]][_0x4f6cfa(0x1a6)]=_0x518825['env'][_0x4f6cfa(0x200)];else{const _0x56a2af={};_0x56a2af[_0x4f6cfa(0x1a6)]=_0x261716[_0x4f6cfa(0x1fb)]['BS_A11Y_JWT'],_0xd24911[_0x279891[_0x4f6cfa(0x1cc)]]=_0x56a2af;}_0x3f2137[_0x279891[_0x4f6cfa(0x1cc)]][_0x4f6cfa(0x1c7)]=_0x4899fa[_0x4f6cfa(0x1cf)](_0x1202d7[_0x4f6cfa(0x1fb)][_0x4f6cfa(0x21d)])[_0x4f6cfa(0x1c7)];}else return logger[_0x4f6cfa(0x20c)](_0x279891[_0x4f6cfa(0x1ac)]),![];}return!![];}catch(_0x5b41c8){logger[_0x4f6cfa(0x221)]('Exception\x20in\x20setExtension\x20Error:\x20'+util['format'](_0x5b41c8));}return![];},exports[a20_0x1f012a(0x224)]=async _0xcf13c3=>{const _0x49a745=a20_0x1f012a,_0x303acb={};_0x303acb[_0x49a745(0x22a)]=function(_0x388dcc,_0x29fdc4){return _0x388dcc===_0x29fdc4;},_0x303acb['GIhCM']=_0x49a745(0x1f8);const _0xf695da=_0x303acb;let _0x24f9d3={};try{const _0x19c701=await _0xcf13c3[_0x49a745(0x229)]();_0x24f9d3={'os_name':_0x19c701[_0x49a745(0x1f6)](),'os_version':bsSetupHelper[_0x49a745(0x1d8)](_0xf695da[_0x49a745(0x22a)](global[_0x49a745(0x1e5)],_0xf695da[_0x49a745(0x216)])),'browser_name':_0x19c701['getBrowserName'](),'browser_version':_0x19c701['getBrowserVersion']()};}catch(_0x361310){logger['debug']('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x361310);}return _0x24f9d3;};