browserstack-node-sdk 1.31.19 → 1.31.21

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 (109) 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/ats/constants.js +1 -1
  87. package/src/helpers/ats/helper.js +1 -1
  88. package/src/helpers/capsMapping.js +1 -1
  89. package/src/helpers/helper.js +1 -1
  90. package/src/helpers/logger.js +1 -1
  91. package/src/helpers/patchHelpers.js +1 -1
  92. package/src/helpers/percy/Percy.js +1 -1
  93. package/src/helpers/percy/PercyBinary.js +1 -1
  94. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  95. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  96. package/src/helpers/percy/PercySDK.js +1 -1
  97. package/src/helpers/percy/index.js +1 -1
  98. package/src/helpers/percy/utils.js +1 -1
  99. package/src/helpers/performance-tester.js +1 -1
  100. package/src/helpers/request-spy.js +1 -1
  101. package/src/helpers/setKeepAlive.js +1 -1
  102. package/src/helpers/test-observability/constants.js +1 -1
  103. package/src/helpers/test-observability/error-handler.js +1 -1
  104. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  105. package/src/helpers/test-observability/sessionHandler.js +1 -1
  106. package/src/helpers/test-observability/utils.js +1 -1
  107. package/src/helpers/w3cMapping.js +1 -1
  108. package/src/hubAllocationMethods.js +1 -1
  109. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a18_0x2204(_0x23b95d,_0x480209){const _0x4efa20=a18_0x4efa();return a18_0x2204=function(_0x220482,_0x31e377){_0x220482=_0x220482-0x130;let _0x4d85af=_0x4efa20[_0x220482];return _0x4d85af;},a18_0x2204(_0x23b95d,_0x480209);}function a18_0x4efa(){const _0x1b26f5=['488935tDAYXm','6aDZnLm','8RKBJft','__webdriver','626908NxTyPe','selenium-webdriver','until','../../helpers/helper','2886030gGFQXn','2lYBmUK','../../helpers/setKeepAlive','71234vsOzzV','2152520itsipY','Builder','1134217cwOFeR','206466QPDIJI'];a18_0x4efa=function(){return _0x1b26f5;};return a18_0x4efa();}const a18_0x223bd2=a18_0x2204;(function(_0x5c0a7f,_0x586c9e){const _0x21d2ff=a18_0x2204,_0x41e8cf=_0x5c0a7f();while(!![]){try{const _0x5a7588=-parseInt(_0x21d2ff(0x134))/0x1*(parseInt(_0x21d2ff(0x136))/0x2)+parseInt(_0x21d2ff(0x13c))/0x3*(parseInt(_0x21d2ff(0x13f))/0x4)+-parseInt(_0x21d2ff(0x13b))/0x5+-parseInt(_0x21d2ff(0x13a))/0x6+-parseInt(_0x21d2ff(0x139))/0x7*(-parseInt(_0x21d2ff(0x13d))/0x8)+-parseInt(_0x21d2ff(0x133))/0x9+parseInt(_0x21d2ff(0x137))/0xa;if(_0x5a7588===_0x586c9e)break;else _0x41e8cf['push'](_0x41e8cf['shift']());}catch(_0x26a9d5){_0x41e8cf['push'](_0x41e8cf['shift']());}}}(a18_0x4efa,0x28aeb));const {requireModule}=require(a18_0x223bd2(0x132));require(a18_0x223bd2(0x135))();const __wd__=requireModule(a18_0x223bd2(0x130));__wd__[a18_0x223bd2(0x131)]=global[a18_0x223bd2(0x13e)][a18_0x223bd2(0x131)],__wd__['By']=global[a18_0x223bd2(0x13e)]['By'],__wd__[a18_0x223bd2(0x138)]=global['__webdriver'][a18_0x223bd2(0x138)];
1
+ const a18_0x29e426=a18_0x1fe6;function a18_0x1fe6(_0x4db759,_0x388b32){const _0x1e2642=a18_0x1e26();return a18_0x1fe6=function(_0x1fe615,_0x57f0d0){_0x1fe615=_0x1fe615-0x1cf;let _0xfd1956=_0x1e2642[_0x1fe615];return _0xfd1956;},a18_0x1fe6(_0x4db759,_0x388b32);}(function(_0x48c9ca,_0x2e8d0c){const _0x4cb569=a18_0x1fe6,_0x466dff=_0x48c9ca();while(!![]){try{const _0x5c453b=-parseInt(_0x4cb569(0x1d1))/0x1+-parseInt(_0x4cb569(0x1d7))/0x2*(-parseInt(_0x4cb569(0x1d0))/0x3)+-parseInt(_0x4cb569(0x1dc))/0x4+-parseInt(_0x4cb569(0x1d9))/0x5+parseInt(_0x4cb569(0x1db))/0x6*(-parseInt(_0x4cb569(0x1d6))/0x7)+-parseInt(_0x4cb569(0x1d3))/0x8+-parseInt(_0x4cb569(0x1da))/0x9*(-parseInt(_0x4cb569(0x1dd))/0xa);if(_0x5c453b===_0x2e8d0c)break;else _0x466dff['push'](_0x466dff['shift']());}catch(_0x344ad1){_0x466dff['push'](_0x466dff['shift']());}}}(a18_0x1e26,0x8698c));const {requireModule}=require(a18_0x29e426(0x1cf));require(a18_0x29e426(0x1d4))();const __wd__=requireModule(a18_0x29e426(0x1d2));function a18_0x1e26(){const _0x2f9e7a=['../../helpers/helper','3hfbrvh','315999ewjJHm','selenium-webdriver','129304OYPOhC','../../helpers/setKeepAlive','__webdriver','4555817zSFqyZ','1467398YgrMZd','keys','3165310GHFGWx','162AWQZhu','6dJniCZ','174960XMnqyd','820780KZGCkx'];a18_0x1e26=function(){return _0x2f9e7a;};return a18_0x1e26();}for(const key of Object[a18_0x29e426(0x1d8)](global[a18_0x29e426(0x1d5)])){__wd__[key]=global[a18_0x29e426(0x1d5)][key];}
@@ -1 +1 @@
1
- const a19_0x49db18=a19_0x1fe1;(function(_0xb14ffc,_0x3ae209){const _0x2ea2b3=a19_0x1fe1,_0x3af329=_0xb14ffc();while(!![]){try{const _0x1a7305=parseInt(_0x2ea2b3(0x2f6))/0x1*(-parseInt(_0x2ea2b3(0x2e4))/0x2)+-parseInt(_0x2ea2b3(0x203))/0x3+parseInt(_0x2ea2b3(0x1f2))/0x4+-parseInt(_0x2ea2b3(0x2c0))/0x5+-parseInt(_0x2ea2b3(0x2e3))/0x6*(parseInt(_0x2ea2b3(0x2df))/0x7)+-parseInt(_0x2ea2b3(0x2d1))/0x8*(parseInt(_0x2ea2b3(0x2a9))/0x9)+parseInt(_0x2ea2b3(0x263))/0xa;if(_0x1a7305===_0x3ae209)break;else _0x3af329['push'](_0x3af329['shift']());}catch(_0x33db5b){_0x3af329['push'](_0x3af329['shift']());}}}(a19_0xbf98,0x3d978));function a19_0x1fe1(_0x374358,_0xfec254){const _0xbf989a=a19_0xbf98();return a19_0x1fe1=function(_0x1fe116,_0x3a39eb){_0x1fe116=_0x1fe116-0x1e0;let _0x4b802b=_0xbf989a[_0x1fe116];return _0x4b802b;},a19_0x1fe1(_0x374358,_0xfec254);}function a19_0xbf98(){const _0x4e212d=['upekI','TsXUR','join','CufEM','__driversArray','snpKg','LsypV','Oygih','lEgeb','uNaUU','GeExf','../../helpers/test-observability/utils','HdtdT','BonnR','prevRun','timeout','split','success','GATus','stepsUnknown','env','--format','browserstackPlatformIndex','ySfGC','rootHooks','ulxEj','eTYUI','GZzdF','JEoQc','UMROg','aGffI','hsCic','__platform__','kjbzW','reporterOptions','__platformCaps','BjRUd','27PWEFNz','OQafL','LUjmd','_capability','testsFailed','testsUnknown','vCfdV','cafzs','QAtuq','XsdSc','OxmPU','nestedKeyValue','pFEpH','stepsPassed','runMocha','zcUWr','capabilities','percyCaptureMode','xwIXv','run','exitCode','TjJPr','rrlIe','2409055QqTcIj','GJINs','KNdXq','UdfeN','LJmOM','DgWyV','QKerP','ATSJu','iWddD','platformIndex','IsnxQ','totalTests','FxTKD','platformCaps','SNBRE','skipSessionStatus','mocha','1282584hOmlBx','../cucumber-js/test.setup.js','LnFKC','vzJVR','@cucumber/cucumber/lib/api/paths.js','zzedp','browserstackAgentV2','CxMgx','khdud','unshift','afterEach','JxmMf','require','ZGddy','826OKqsdU','jrerF','reporter','BSTACK_DELTA','23424iXGWmq','12BfLsZw','mQqXG','beforeEach','../../helpers/accessibility-automation/helper','Yzfbm','--parallel','stepsPending','OfTFy','@cucumber/cucumber/lib/cli/configuration_builder.js','../cucumber-js/formatter/custom_formatter.js','nlLfJ','clLEc','PIezO','EJyQD','VeaKS','turboScaleUrl','Zvfgt','testsSkipped','48381VfFSSB','Urxsl','rQVok','YFXJE','OLQiE','frSbh','default','stepsFailed','rAaun','steps','ppwAv','_mochaOpts','aIksd','skipSessionName','dgEPd','testSuites','OcvCG','OmvWs','MMEvT','owWzZ','uIihI','lxYkh','testsUndefined','_testObservability','KMYUO','abnKD','305060KfxRfF','aqHiv','VuaPS','length','PahmT','OkjsI','HczbM','TrcTw','RbOFp','NPvHd','handleRequires','supportCodePaths','OoiKr','file','mochaOpts','exports','UQIOs','544722gUFuMs','ZORoN','uRGuC',':tmp/','aXWCU','_formatter','../../index','../../helpers/helper','stepsSkipped','ABYnp','bmXZG','XVlfg','gIero','nIilJ','vgpyg','testsPassed','VVfjp','testsErrorMessage','stepsUndefined','KHyJi','txgPS','_argv','browserstackPercyBestPlatform','IlfVF','CnmtG','eEpyy','scenarios','argv','HqrBz','RfzoH','dQOKC','Hpjpx','spec','voilq','sYNLi','csmUw','cucumber-js','../mocha/test.setup','uajmB','_bsConfig','IzXTx','getInstance','beforeExit','../cucumber-js/formatter/custom_formatter_old_versions.js','dcTFc','NslxI','wcZdE','vtdoe','testsAmbiguous','wPQXt','ksPtm','IKEqq','aWgLz','extname','aeifv','formatter','JwUBz','zDoZW','EehZW','tAIzO','BYxrM','replace','tePWb','stepsAmbiguous','jthIq','WbsaX','cucumber/lib/cli/index.js','afterAll','args','../mocha/test-observability/data-hooks','GTjFX','cOuAb','@cucumber/cucumber/lib/cli/index.js','mocha/lib/cli/run-helpers.js','GZpdc','TxIfO','CWeoV','__skipSessionName','EpodE','SylTc','prototype','12|10|1|3|8|13|15|4|11|0|17|6|7|20|9|21|14|5|2|18|19|16','SNMxE','CONFIG','jPzpt','rhIKa','catch','vZBLT','stdout','testsPending','../mocha/bstack-reporter/customReporter.js','push','cFOrV','SRnTh','UcKZl','rICMW','20713270yDmHYa','lZRXm','fCUMo','_configuration','LcWla','_accessibilityAutomation','indexOf','tmp/','gnoSD','percy','KPMXD','pendingUploads','aEdlO','stringify','platform','eCIMl','../../helpers/test-observability/requestQueueHandler','beforeAll','__skipSessionStatus','testSuitesFailed','configuration','KQufg','LkHYd','_framework','mochaHooks','cucumber/lib/cli/configuration_builder.js','processSuccess','BGHUI','SsmYW','afkiW','testContextOptions','wwVPF','mufay'];a19_0xbf98=function(){return _0x4e212d;};return a19_0xbf98();}const path=require('path'),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x49db18(0x20a)),constants=require('../utils/constants'),{isAccessibilityAutomationSession}=require(a19_0x49db18(0x2e7)),RequestQueueHandler=require(a19_0x49db18(0x273)),{isTestObservabilitySession}=require(a19_0x49db18(0x28f)),helper=require(a19_0x49db18(0x20a));class Launcher{constructor(_0x30796a,_0x1cebcf,_0x23dca5,_0x1f75b8=[]){const _0x3081a7=a19_0x49db18,_0x408113={'UqjAa':_0x3081a7(0x254),'uIihI':function(_0xe2b82a){return _0xe2b82a();}},_0x43183f=_0x408113['UqjAa'][_0x3081a7(0x294)]('|');let _0xa302cb=0x0;while(!![]){switch(_0x43183f[_0xa302cb++]){case'0':this[_0x3081a7(0x268)]=_0x408113['uIihI'](isAccessibilityAutomationSession);continue;case'1':this[_0x3081a7(0x1e3)]=_0x1cebcf[_0x3081a7(0x200)];continue;case'2':global['testsUndefined']=0x0;continue;case'3':this['_formatter']=_0x1cebcf[_0x3081a7(0x23a)];continue;case'4':this[_0x3081a7(0x22a)]=_0x23dca5;continue;case'5':global[_0x3081a7(0x276)]=0x0;continue;case'6':global[_0x3081a7(0x1e7)]=0x0;continue;case'7':global['totalTests']=0x0;continue;case'8':this[_0x3081a7(0x2ac)]=this['_configuration']['capability'];continue;case'9':global[_0x3081a7(0x2ad)]=0x0;continue;case'10':this[_0x3081a7(0x266)]=_0x1cebcf[_0x3081a7(0x277)]||{};continue;case'11':this[_0x3081a7(0x1ef)]=_0x408113[_0x3081a7(0x1ec)](isTestObservabilitySession);continue;case'12':this['_framework']=_0x30796a;continue;case'13':global[_0x3081a7(0x2a4)]=this[_0x3081a7(0x266)][_0x3081a7(0x271)];continue;case'14':global[_0x3081a7(0x2f5)]=0x0;continue;case'15':this['_argv']=_0x1f75b8;continue;case'16':global[_0x3081a7(0x214)]={};continue;case'17':global[_0x3081a7(0x2a7)]=this[_0x3081a7(0x266)][_0x3081a7(0x2cd)]||{};continue;case'18':global[_0x3081a7(0x2ae)]=0x0;continue;case'19':global['testsAmbiguous']=0x0;continue;case'20':global['testsPassed']=0x0;continue;case'21':global[_0x3081a7(0x25c)]=0x0;continue;}break;}}['run'](){const _0x4707d7=a19_0x49db18,_0x6bf834={'RfzoH':function(_0x4f40ef,_0x54d902){return _0x4f40ef(_0x54d902);},'clLEc':function(_0x318b1e,_0x4e1d49){return _0x318b1e(_0x4e1d49);},'ShGMK':_0x4707d7(0x2ec),'LsypV':_0x4707d7(0x299),'BYxrM':_0x4707d7(0x2ed),'xwIXv':function(_0xb623c0,_0x473abe){return _0xb623c0(_0x473abe);},'KQufg':_0x4707d7(0x248),'abnKD':function(_0x5e2ed4,_0x271b8d){return _0x5e2ed4!==_0x271b8d;},'OkjsI':function(_0x3498a1,_0x691c83){return _0x3498a1>_0x691c83;},'XsdSc':function(_0x5e3d10,_0x32d897){return _0x5e3d10===_0x32d897;},'OQafL':_0x4707d7(0x221),'TrcTw':_0x4707d7(0x23d),'VuaPS':_0x4707d7(0x24b),'KMYUO':function(_0x4ac5a1,_0x1518de){return _0x4ac5a1!==_0x1518de;},'tAIzO':function(_0x92df7,_0x504537){return _0x92df7(_0x504537);},'rQVok':_0x4707d7(0x245),'TsXUR':'16|13|5|19|21|12|1|0|2|10|4|14|9|8|3|15|11|6|18|17|7|20','aWgLz':function(_0x1c2af0){return _0x1c2af0();},'txgPS':_0x4707d7(0x20f),'DgWyV':'JItoQ','NPvHd':function(_0x142afe,_0x131c76,_0x444787){return _0x142afe(_0x131c76,_0x444787);},'LUjmd':_0x4707d7(0x27c),'Oygih':_0x4707d7(0x22e),'OxmPU':'../cucumber-js/test_old.setup.js','uRGuC':function(_0x3b3ba8,_0x54fbd1){return _0x3b3ba8!==_0x54fbd1;},'vgpyg':'hmLZZ','OxCfe':function(_0x3f447c,_0x2343c6){return _0x3f447c<=_0x2343c6;},'UcKZl':_0x4707d7(0x2ca),'ZORoN':'HGofo','RbOFp':function(_0x57b11f,_0x5d8238){return _0x57b11f(_0x5d8238);},'pFEpH':_0x4707d7(0x209),'Yzfbm':function(_0x304735,_0x21aea5){return _0x304735!==_0x21aea5;},'zcUWr':_0x4707d7(0x26d),'GeExf':function(_0x37e1d7,_0x261bd6){return _0x37e1d7(_0x261bd6);},'BjRUd':_0x4707d7(0x1e9),'zvJDu':'vSICk','fCUMo':function(_0x5d47b9){return _0x5d47b9();},'Zvfgt':function(_0x4b1735,_0x2277bd){return _0x4b1735(_0x2277bd);},'LJmOM':'../../helpers/setKeepAlive','Urxsl':function(_0x37cc5c,_0x43fed2){return _0x37cc5c===_0x43fed2;},'HqrBz':_0x4707d7(0x2d0),'eTYUI':_0x4707d7(0x207),'KHyJi':'aPXnX','OoiKr':_0x4707d7(0x24c),'keAYw':function(_0x2a033e,_0x1fa361){return _0x2a033e(_0x1fa361);},'VVfjp':function(_0x3aad67,_0x45dd1e){return _0x3aad67!==_0x45dd1e;},'vBPPW':_0x4707d7(0x2eb),'fjmxv':_0x4707d7(0x230),'zDoZW':function(_0x496aa9,_0x598599){return _0x496aa9(_0x598599);},'VgpHu':_0x4707d7(0x228),'BGHUI':function(_0x331660){return _0x331660();},'GTjFX':function(_0x705e77,_0xbe1cda){return _0x705e77===_0xbe1cda;},'gnoSD':_0x4707d7(0x296),'NNvVJ':_0x4707d7(0x29f),'uNaUU':function(_0x292925,_0x1a56cb){return _0x292925(_0x1a56cb);},'bmXZG':_0x4707d7(0x20c),'dnqKK':function(_0x3ab052,_0x5cd101){return _0x3ab052*_0x5cd101;},'sYNLi':function(_0x4ccd09,_0x1c114d){return _0x4ccd09===_0x1c114d;},'WbsaX':_0x4707d7(0x236),'mxbII':_0x4707d7(0x24f),'mdkTB':_0x4707d7(0x2f1),'vzJVR':_0x4707d7(0x25d),'VeaKS':function(_0x2f8a40,_0x1c665c){return _0x2f8a40||_0x1c665c;},'aqHiv':_0x4707d7(0x223),'UdfeN':_0x4707d7(0x2c9),'GZpdc':'browserStackPercyOptions','PahmT':_0x4707d7(0x219),'aIksd':'percy','LnFKC':_0x4707d7(0x2ba),'ySfGC':_0x4707d7(0x251),'dcTFc':_0x4707d7(0x290),'SkThw':function(_0x8b684e,_0x16f0a4){return _0x8b684e!==_0x16f0a4;},'SNBRE':_0x4707d7(0x1f8),'jrerF':_0x4707d7(0x232),'aUaUr':_0x4707d7(0x257),'LkHYd':_0x4707d7(0x2d6),'ksPtm':function(_0x5021f3,_0x311fe2){return _0x5021f3===_0x311fe2;},'iWddD':_0x4707d7(0x22b),'aEdlO':function(_0x1a1c7b,_0x58a8db){return _0x1a1c7b===_0x58a8db;},'vZBLT':_0x4707d7(0x264),'cHmZS':'BxUxC','SNMxE':_0x4707d7(0x1e8),'lEgeb':_0x4707d7(0x2bf),'UMROg':function(_0x8def15,_0x55c608){return _0x8def15(_0x55c608);},'UcIRe':_0x4707d7(0x227),'MMEvT':_0x4707d7(0x23b),'emgUS':'UUfrH','lxYkh':_0x4707d7(0x289),'mufay':function(_0x5a2cbf,_0x4ff949){return _0x5a2cbf>_0x4ff949;},'DdXMy':'cjfFU','wPQXt':'../cucumber-js/timeout.setup.js','YFXJE':_0x4707d7(0x267),'CnmtG':_0x4707d7(0x2c1),'jthIq':_0x4707d7(0x2d5),'rhIKa':_0x4707d7(0x2d2),'ulxEj':function(_0x2e7b0b,_0x562576){return _0x2e7b0b===_0x562576;},'xHsaq':_0x4707d7(0x20e),'SRnTh':_0x4707d7(0x2ee),'JEoQc':function(_0x2b0993,_0x149359){return _0x2b0993(_0x149359);},'krssO':function(_0x21e44d,_0x2e2b2a){return _0x21e44d(_0x2e2b2a);},'mQqXG':_0x4707d7(0x2e9),'iiHlU':function(_0x3dd67e,_0x8b1190){return _0x3dd67e>_0x8b1190;},'UQIOs':function(_0x2e9564,_0x3d21e9){return _0x2e9564<_0x3d21e9;},'eEpyy':function(_0x2145fa,_0x4e6dc5){return _0x2145fa>_0x4e6dc5;},'SylTc':function(_0x36fe75,_0x25d3cc){return _0x36fe75===_0x25d3cc;},'frSbh':'vanilla','aeifv':function(_0x5032bd,_0x10f7d7){return _0x5032bd(_0x10f7d7);},'JxmMf':_0x4707d7(0x22d),'tePWb':function(_0x39d2f5,_0x1805c9){return _0x39d2f5(_0x1805c9);}};return new Promise(async(_0x4d68ca,_0xecea62)=>{const _0x5f1905=_0x4707d7,_0x49766c={'CufEM':_0x6bf834['LsypV'],'FxTKD':function(_0x17d980,_0x3be1e2){const _0x20fab4=a19_0x1fe1;return _0x6bf834[_0x20fab4(0x1f0)](_0x17d980,_0x3be1e2);},'wwVPF':function(_0x1517af,_0x5938f8){const _0x4f8964=a19_0x1fe1;return _0x6bf834[_0x4f8964(0x23e)](_0x1517af,_0x5938f8);},'SsmYW':_0x6bf834[_0x5f1905(0x2f8)],'czDmP':_0x6bf834[_0x5f1905(0x285)],'yoPjb':function(_0x560135){const _0x41254a=_0x5f1905;return _0x6bf834[_0x41254a(0x237)](_0x560135);},'Hpjpx':function(_0x5519e8){const _0x11a0b4=_0x5f1905;return _0x6bf834[_0x11a0b4(0x237)](_0x5519e8);},'SWOhG':_0x6bf834[_0x5f1905(0x217)],'cOuAb':_0x6bf834[_0x5f1905(0x2c5)],'UBMtZ':function(_0x1dd6fe,_0x46ee3d,_0x1e5122){const _0x520c9d=_0x5f1905;return _0x6bf834[_0x520c9d(0x1fb)](_0x1dd6fe,_0x46ee3d,_0x1e5122);},'uajmB':_0x6bf834[_0x5f1905(0x2ab)],'GwIKL':_0x6bf834['Oygih'],'QEBaq':_0x6bf834[_0x5f1905(0x2b3)],'pIMmJ':function(_0x19589a,_0x1603e3){const _0x300b44=_0x5f1905;return _0x6bf834[_0x300b44(0x205)](_0x19589a,_0x1603e3);},'kjbzW':_0x6bf834[_0x5f1905(0x211)],'Bplnf':function(_0x21e6c8,_0x1f121f){return _0x6bf834['OxCfe'](_0x21e6c8,_0x1f121f);},'dgEPd':function(_0x19e042,_0x21c28a){const _0x218f77=_0x5f1905;return _0x6bf834[_0x218f77(0x2b2)](_0x19e042,_0x21c28a);},'mCUUc':_0x6bf834[_0x5f1905(0x261)],'QAtuq':_0x6bf834[_0x5f1905(0x204)],'ATSJu':function(_0x370a3a,_0x42cc9){const _0x38ccdd=_0x5f1905;return _0x6bf834[_0x38ccdd(0x1fa)](_0x370a3a,_0x42cc9);},'RkJkS':_0x6bf834['pFEpH'],'upekI':function(_0x191b7d,_0x2bfa40){const _0x512f4a=_0x5f1905;return _0x6bf834[_0x512f4a(0x2e8)](_0x191b7d,_0x2bfa40);},'PIezO':_0x6bf834[_0x5f1905(0x2b8)],'uUpbt':function(_0x5e4e84,_0x30da9c){const _0x21a208=_0x5f1905;return _0x6bf834[_0x21a208(0x28e)](_0x5e4e84,_0x30da9c);},'afkiW':function(_0x403e84,_0xa676d8){const _0x199fa4=_0x5f1905;return _0x6bf834[_0x199fa4(0x1fa)](_0x403e84,_0xa676d8);},'vCfdV':function(_0x43c015,_0x156b2d){const _0x53ece4=_0x5f1905;return _0x6bf834[_0x53ece4(0x2ef)](_0x43c015,_0x156b2d);},'voilq':_0x6bf834[_0x5f1905(0x2a8)],'rAaun':_0x6bf834['zvJDu'],'TxIfO':function(_0xb1b5d1,_0x4b0d89){return _0x6bf834['GeExf'](_0xb1b5d1,_0x4b0d89);},'cjvLa':function(_0x4aca16){const _0x33ecb6=_0x5f1905;return _0x6bf834[_0x33ecb6(0x265)](_0x4aca16);},'owWzZ':function(_0x332438,_0x32fde2){const _0x47ec13=_0x5f1905;return _0x6bf834[_0x47ec13(0x2f4)](_0x332438,_0x32fde2);},'csmUw':function(_0x5888b2,_0x30819f){const _0x5d51e7=_0x5f1905;return _0x6bf834[_0x5d51e7(0x1f7)](_0x5888b2,_0x30819f);},'ppwAv':function(_0x119d2b,_0x406862){return _0x6bf834['RfzoH'](_0x119d2b,_0x406862);}};_0x6bf834[_0x5f1905(0x220)](require,_0x6bf834[_0x5f1905(0x2c4)])();if(_0x6bf834['Urxsl'](this[_0x5f1905(0x27a)],_0x6bf834[_0x5f1905(0x21f)])){if(_0x6bf834[_0x5f1905(0x2f7)](_0x6bf834[_0x5f1905(0x29e)],_0x6bf834[_0x5f1905(0x216)]))_0x5e66f7[_0x5f1905(0x25e)](_0x49766c[_0x5f1905(0x287)]),_0x4586f2[_0x5f1905(0x25e)](_0x5692bb+_0x5f1905(0x206)+_0x14a521);else{const _0x4c0f6d=_0x6bf834[_0x5f1905(0x28e)](requireModule,_0x6bf834[_0x5f1905(0x1fe)]),_0x493935=_0x6bf834['keAYw'](requireModule,_0x6bf834['HqrBz']);if(_0x6bf834['aWgLz'](isBrowserstackInfra)){if(_0x6bf834[_0x5f1905(0x213)](_0x6bf834['vBPPW'],_0x6bf834['fjmxv']))_0x6bf834[_0x5f1905(0x265)](modifyCommand);else{const _0x33f7f5=this['_formatter'][_0x5c68bc][0x1],_0x49c6fe=''+this[_0x5f1905(0x208)][_0x358550][0x0];if(_0x49766c[_0x5f1905(0x2cc)](_0x33f7f5,_0x1864f7)){const _0x4eed44='tmp/'+_0x5e477a+_0x34eaea['extname'](_0x33f7f5);_0x15d2ee[_0x5f1905(0x25e)](_0x49766c['CufEM']),_0x401d92[_0x5f1905(0x25e)](_0x49c6fe+':'+_0x4eed44);}else _0x3a7314[_0x5f1905(0x25e)](_0x49766c['CufEM']),_0x4f3691[_0x5f1905(0x25e)](_0x49c6fe+':tmp/'+_0x14bfc5);}}const _0x1371b7=_0x6bf834[_0x5f1905(0x23c)](require,_0x6bf834['VgpHu'])[_0x5f1905(0x27b)],_0x48cc06={};_0x48cc06[_0x5f1905(0x274)]=[_0x1371b7[_0x5f1905(0x274)]],_0x48cc06['beforeEach']=[_0x1371b7[_0x5f1905(0x2e6)]],_0x48cc06['afterAll']=[_0x1371b7[_0x5f1905(0x246)]],_0x48cc06[_0x5f1905(0x2db)]=[_0x1371b7['afterEach']];const _0x56747e=_0x48cc06;if(_0x6bf834[_0x5f1905(0x27e)](isTestObservabilitySession)){if(_0x6bf834[_0x5f1905(0x249)](_0x6bf834[_0x5f1905(0x26b)],_0x6bf834['NNvVJ']))_0x3270e9=_0x49766c[_0x5f1905(0x282)](_0x1fdd05,_0x49766c[_0x5f1905(0x27f)]);else{const _0x28f94b=_0x6bf834[_0x5f1905(0x28d)](require,_0x6bf834['KQufg'])[_0x5f1905(0x27b)];_0x56747e[_0x5f1905(0x274)][_0x5f1905(0x2da)](_0x28f94b['beforeAll']),_0x56747e[_0x5f1905(0x246)]['push'](_0x28f94b[_0x5f1905(0x246)]);}}const _0x46cd94=await _0x4c0f6d[_0x5f1905(0x1fc)](this[_0x5f1905(0x1e3)][_0x5f1905(0x2dd)]);Object['assign'](this[_0x5f1905(0x1e3)],_0x46cd94);this[_0x5f1905(0x1e3)][_0x5f1905(0x29c)]&&(_0x6bf834['GTjFX'](_0x6bf834[_0x5f1905(0x20d)],_0x6bf834[_0x5f1905(0x20d)])?(this[_0x5f1905(0x1e3)][_0x5f1905(0x29c)][_0x5f1905(0x274)]&&_0x56747e[_0x5f1905(0x274)][_0x5f1905(0x2da)](...this[_0x5f1905(0x1e3)][_0x5f1905(0x29c)][_0x5f1905(0x274)]),this['_mochaOpts'][_0x5f1905(0x29c)]['beforeEach']&&_0x56747e[_0x5f1905(0x2e6)][_0x5f1905(0x2da)](...this[_0x5f1905(0x1e3)]['rootHooks']['beforeEach']),this[_0x5f1905(0x1e3)][_0x5f1905(0x29c)]['afterAll']&&_0x56747e[_0x5f1905(0x246)][_0x5f1905(0x25e)](...this[_0x5f1905(0x1e3)][_0x5f1905(0x29c)][_0x5f1905(0x246)]),this[_0x5f1905(0x1e3)][_0x5f1905(0x29c)][_0x5f1905(0x2db)]&&_0x56747e[_0x5f1905(0x2db)][_0x5f1905(0x25e)](...this[_0x5f1905(0x1e3)][_0x5f1905(0x29c)][_0x5f1905(0x2db)])):_0x38b8ca['splice'](_0x459ead,0x1));const _0x253818=this[_0x5f1905(0x1e3)][_0x5f1905(0x2e1)];let _0x34abfb=_0x6bf834['dnqKK'](this[_0x5f1905(0x1e3)]['timeout'],0x1);if(_0x6bf834[_0x5f1905(0x225)](this[_0x5f1905(0x1e3)][_0x5f1905(0x293)],0x0))_0x6bf834[_0x5f1905(0x249)](_0x6bf834[_0x5f1905(0x244)],_0x6bf834[_0x5f1905(0x244)])?_0x34abfb=0x0:_0x13e90b+=_0x2c4f90[_0x5f1905(0x2e2)];else{if(_0x6bf834[_0x5f1905(0x2b2)](_0x6bf834['mxbII'],_0x6bf834['mdkTB'])){const _0x271d6e=_0x49766c['czDmP'][_0x5f1905(0x294)]('|');let _0x237064=0x0;while(!![]){switch(_0x271d6e[_0x237064++]){case'0':this['_bsConfig']=_0x3b64ed;continue;case'1':this[_0x5f1905(0x218)]=_0x5b1b6c;continue;case'2':this['_testObservability']=_0x49766c['yoPjb'](_0x4acf9b);continue;case'3':_0x57bd84[_0x5f1905(0x2ad)]=0x0;continue;case'4':_0x41964c['__platformCaps']=this['_configuration'][_0x5f1905(0x2cd)]||{};continue;case'5':this[_0x5f1905(0x1e3)]=_0x1591dc[_0x5f1905(0x200)];continue;case'6':_0x458832[_0x5f1905(0x276)]=0x0;continue;case'7':_0x580100['testsAmbiguous']=0x0;continue;case'8':_0x5a9c51[_0x5f1905(0x212)]=0x0;continue;case'9':_0xd5d576[_0x5f1905(0x2cb)]=0x0;continue;case'10':this['_accessibilityAutomation']=_0x49766c[_0x5f1905(0x222)](_0x1640a9);continue;case'11':_0x323163[_0x5f1905(0x2f5)]=0x0;continue;case'12':_0xfe4d49['__platform__']=this['_configuration']['platform'];continue;case'13':this[_0x5f1905(0x266)]=_0x57eab7[_0x5f1905(0x277)]||{};continue;case'14':_0x55864d[_0x5f1905(0x1e7)]=0x0;continue;case'15':_0x186730[_0x5f1905(0x25c)]=0x0;continue;case'16':this[_0x5f1905(0x27a)]=_0x469ab1;continue;case'17':_0x1fa014['testsUnknown']=0x0;continue;case'18':_0x5e6936[_0x5f1905(0x1ee)]=0x0;continue;case'19':this[_0x5f1905(0x208)]=_0x3d06c0[_0x5f1905(0x23a)];continue;case'20':_0x40fe9f['testsErrorMessage']={};continue;case'21':this['_capability']=this[_0x5f1905(0x266)]['capability'];continue;}break;}}else _0x34abfb+=constants[_0x5f1905(0x2e2)];}const _0x1f18f2={...this[_0x5f1905(0x1e3)],'reporter':path[_0x5f1905(0x286)](__dirname,_0x6bf834[_0x5f1905(0x2d4)]),'reporterOption':{...this[_0x5f1905(0x1e3)][_0x5f1905(0x2a6)],'type':_0x6bf834[_0x5f1905(0x2f2)](_0x253818,_0x6bf834[_0x5f1905(0x1f3)]),'testObservability':this[_0x5f1905(0x1ef)],'bsConfig':this['_bsConfig']},'parallel':![],'rootHooks':_0x56747e,'isWorker':!![],'timeout':_0x34abfb};global[_0x5f1905(0x29a)]=helper['nestedKeyValue'](this[_0x5f1905(0x266)],[_0x6bf834[_0x5f1905(0x2c3)]]),global['browserstackPercyBestPlatform']=helper[_0x5f1905(0x2b4)](this[_0x5f1905(0x266)],[_0x6bf834[_0x5f1905(0x24d)],_0x6bf834[_0x5f1905(0x1f6)]]),global[_0x5f1905(0x26c)]=helper[_0x5f1905(0x2b4)](this['_configuration'],[_0x6bf834[_0x5f1905(0x24d)],_0x6bf834[_0x5f1905(0x1e4)]]),global[_0x5f1905(0x2ba)]=helper[_0x5f1905(0x2b4)](this[_0x5f1905(0x266)],[_0x6bf834[_0x5f1905(0x24d)],_0x6bf834[_0x5f1905(0x2d3)]]),global[_0x5f1905(0x2b9)]=[this[_0x5f1905(0x2ac)]];if(helper['isBrowserstackInfra']()){if(_0x6bf834[_0x5f1905(0x1f1)](_0x6bf834[_0x5f1905(0x29b)],_0x6bf834[_0x5f1905(0x22f)])){if(this[_0x5f1905(0x22a)]['testContextOptions'][_0x5f1905(0x1e5)]){if(_0x6bf834['SkThw'](_0x6bf834[_0x5f1905(0x2ce)],_0x6bf834[_0x5f1905(0x2e0)]))global[_0x5f1905(0x250)]=!![];else{const _0x120d4a={};_0x120d4a['scenarios']=_0x1a4c17['testSuites'],_0x120d4a[_0x5f1905(0x1e1)]=_0x2f3993[_0x5f1905(0x2cb)],_0x120d4a['scenariosFailed']=_0x5c6306[_0x5f1905(0x276)],_0x120d4a['stepsFailed']=_0x4cdc17[_0x5f1905(0x2ad)],_0x120d4a['stepsPassed']=_0x32a481['testsPassed'],_0x120d4a[_0x5f1905(0x20b)]=_0x96e0d8[_0x5f1905(0x2f5)],_0x120d4a['stepsPending']=_0x11ca87[_0x5f1905(0x25c)],_0x120d4a[_0x5f1905(0x215)]=_0x228f3a[_0x5f1905(0x1ee)],_0x120d4a['stepsUnknown']=_0x75d625['testsUnknown'],_0x120d4a[_0x5f1905(0x242)]=_0x5a34ec[_0x5f1905(0x233)],_0x120d4a['processSuccess']=_0x31048a['success'],_0x120d4a['testsErrorMessage']=_0x53ff16[_0x5f1905(0x214)];const _0x42a6f0=_0x120d4a;_0x6bf834[_0x5f1905(0x220)](_0x13b08b,_0x42a6f0);}}this['_bsConfig'][_0x5f1905(0x281)][_0x5f1905(0x2cf)]&&(_0x6bf834[_0x5f1905(0x225)](_0x6bf834['aUaUr'],_0x6bf834[_0x5f1905(0x279)])?(_0x37fd41=_0x6bf834[_0x5f1905(0x2ef)](_0x5030f1,_0x6bf834['ShGMK'])[_0x5f1905(0x2fc)],_0x52cac6[_0x5f1905(0x25e)](_0x6bf834[_0x5f1905(0x28a)]),_0x4d8c5f['push'](_0xeadf76['join'](_0x5290de,_0x6bf834[_0x5f1905(0x23f)]))):global['__skipSessionStatus']=!![]);}else _0x6bf834['clLEc'](_0x3dcb8f,_0x4971fc);}if(this[_0x5f1905(0x22a)][_0x5f1905(0x2f3)]){if(_0x6bf834[_0x5f1905(0x235)](_0x6bf834['iWddD'],_0x6bf834[_0x5f1905(0x2c8)]))this[_0x5f1905(0x266)][_0x5f1905(0x2f3)]=this[_0x5f1905(0x22a)][_0x5f1905(0x2f3)];else{const _0x567f2f=_0x6bf834[_0x5f1905(0x2bb)](_0x4995e7,_0x6bf834[_0x5f1905(0x278)])[_0x5f1905(0x27b)];_0x4a520c[_0x5f1905(0x274)][_0x5f1905(0x2da)](_0x567f2f[_0x5f1905(0x274)]),_0x4a021f[_0x5f1905(0x246)][_0x5f1905(0x25e)](_0x567f2f[_0x5f1905(0x246)]);}}const _0x2ba9e7=new _0x493935(_0x1f18f2);_0x2ba9e7[_0x5f1905(0x292)]=_0x2ba9e7[_0x5f1905(0x2bc)];_0x6bf834[_0x5f1905(0x265)](isTestObservabilitySession)?_0x6bf834[_0x5f1905(0x26f)](_0x6bf834[_0x5f1905(0x25a)],_0x6bf834['cHmZS'])?this['_configuration']['turboScaleUrl']=this['_bsConfig'][_0x5f1905(0x2f3)]:_0x2ba9e7['run']=function(_0x1ad801){const _0x472cd7=_0x5f1905,_0x2a7a0f={'nIilJ':function(_0x580e87,_0x363515){const _0x56aa55=a19_0x1fe1;return _0x49766c[_0x56aa55(0x282)](_0x580e87,_0x363515);},'XdJtb':_0x49766c[_0x472cd7(0x229)],'CxMgx':_0x49766c['CufEM'],'hsCic':_0x49766c['GwIKL'],'QKerP':_0x49766c['QEBaq'],'IlfVF':function(_0x2f7291,_0x5afe38){return _0x49766c['pIMmJ'](_0x2f7291,_0x5afe38);},'wcZdE':_0x49766c[_0x472cd7(0x2a5)],'cFOrV':function(_0x5a9fdc,_0x190009){return _0x49766c['Bplnf'](_0x5a9fdc,_0x190009);},'aGffI':function(_0x97fa79,_0x53be07){const _0xecdd8d=_0x472cd7;return _0x49766c[_0xecdd8d(0x1e6)](_0x97fa79,_0x53be07);},'OLQiE':_0x49766c['mCUUc']};if(_0x49766c[_0x472cd7(0x1e6)](_0x49766c[_0x472cd7(0x2b1)],_0x49766c[_0x472cd7(0x2b1)]))return _0x2ba9e7[_0x472cd7(0x292)](_0x55a198=>{const _0x58f9ec=_0x472cd7;if(_0x49766c[_0x58f9ec(0x2cc)](_0x49766c['SWOhG'],_0x49766c[_0x58f9ec(0x24a)])){const _0x4a4012=_0x49766c['UBMtZ'](setInterval,async()=>{const _0xba3a2d=_0x58f9ec,_0x22ef04={'rICMW':function(_0x51e532,_0xf0d2cf){const _0x2d69ef=a19_0x1fe1;return _0x2a7a0f[_0x2d69ef(0x210)](_0x51e532,_0xf0d2cf);},'eCIMl':_0x2a7a0f['XdJtb'],'ElCnR':_0x2a7a0f[_0xba3a2d(0x2d8)],'BonnR':_0x2a7a0f[_0xba3a2d(0x2a3)],'cafzs':_0x2a7a0f[_0xba3a2d(0x2c6)]};if(_0x2a7a0f[_0xba3a2d(0x21a)](_0x2a7a0f[_0xba3a2d(0x231)],_0x2a7a0f['wcZdE']))_0x55e9b1=_0x22ef04[_0xba3a2d(0x262)](_0x4e0160,_0x22ef04[_0xba3a2d(0x272)])[_0xba3a2d(0x2fc)],_0x587c91[_0xba3a2d(0x25e)](_0x22ef04['ElCnR']),_0x2a2248['push'](_0x2d6c26[_0xba3a2d(0x286)](_0x40bb20,_0x22ef04[_0xba3a2d(0x291)])),_0x506fd7=_0x22ef04[_0xba3a2d(0x2b0)];else{if(_0x2a7a0f[_0xba3a2d(0x25f)](RequestQueueHandler[_0xba3a2d(0x22c)]()[_0xba3a2d(0x26e)],0x0)){if(_0x2a7a0f[_0xba3a2d(0x2a2)](_0x2a7a0f[_0xba3a2d(0x2fa)],_0x2a7a0f[_0xba3a2d(0x2fa)]))_0x2a7a0f[_0xba3a2d(0x210)](clearInterval,_0x4a4012),await _0x2a7a0f[_0xba3a2d(0x210)](cleanupDrivers,global[_0xba3a2d(0x288)]),_0x2a7a0f['nIilJ'](_0x4d68ca,_0x55a198);else return;}}},0x3e8);}else _0x27fc55[_0x58f9ec(0x250)]=!![];});else _0x4165ec=0x0;}:_0x6bf834[_0x5f1905(0x1f1)](_0x6bf834[_0x5f1905(0x255)],_0x6bf834['SNMxE'])?(this['_bsConfig'][_0x5f1905(0x281)][_0x5f1905(0x1e5)]&&(_0x270141['__skipSessionName']=!![]),this[_0x5f1905(0x22a)][_0x5f1905(0x281)][_0x5f1905(0x2cf)]&&(_0x3b950b[_0x5f1905(0x275)]=!![])):_0x2ba9e7[_0x5f1905(0x2bc)]=function(_0x4e8459){const _0x5ca5bf=_0x5f1905,_0x1590c1={'KNdXq':function(_0x292dfe,_0x3139b5){const _0x2aaf10=a19_0x1fe1;return _0x6bf834[_0x2aaf10(0x220)](_0x292dfe,_0x3139b5);},'kkSUF':function(_0x463449,_0x59580d){const _0x43ceb5=a19_0x1fe1;return _0x6bf834[_0x43ceb5(0x1f1)](_0x463449,_0x59580d);},'TjJPr':function(_0x2ce638,_0x36498b){const _0x12ccc9=a19_0x1fe1;return _0x6bf834[_0x12ccc9(0x1f7)](_0x2ce638,_0x36498b);},'khdud':function(_0x3a520e,_0x1d64ba){const _0x4f0025=a19_0x1fe1;return _0x6bf834[_0x4f0025(0x1f1)](_0x3a520e,_0x1d64ba);},'ZGddy':_0x6bf834[_0x5ca5bf(0x28a)]};if(_0x6bf834[_0x5ca5bf(0x2b2)](_0x6bf834[_0x5ca5bf(0x2aa)],_0x6bf834[_0x5ca5bf(0x1f9)]))_0x49766c[_0x5ca5bf(0x2c7)](_0x3a70db,_0x49766c['RkJkS'])[_0x5ca5bf(0x2d7)](this[_0x5ca5bf(0x266)],null,this[_0x5ca5bf(0x1ef)]);else return _0x2ba9e7[_0x5ca5bf(0x292)](async _0x2e3e9e=>{const _0x649384=_0x5ca5bf;if(_0x49766c[_0x649384(0x284)](_0x49766c[_0x649384(0x2f0)],_0x49766c['PIezO'])){const _0xbb334f=_0x1590c1[_0x649384(0x2c2)](_0x1f7412,this[_0x649384(0x2ac)])[_0x649384(0x240)](/ /g,'_');if(_0x1590c1['kkSUF'](this[_0x649384(0x208)][_0x3cd552],_0x7d2f56)&&_0x1590c1[_0x649384(0x2be)](this[_0x649384(0x208)][_0x168e68]['length'],0x0)){const _0x2c697e=this['_formatter'][_0x5c398c][0x1],_0x16753d=''+this[_0x649384(0x208)][_0x210dc2][0x0];if(_0x1590c1[_0x649384(0x2d9)](_0x2c697e,_0x59ff81)){const _0xc738b2='tmp/'+_0xbb334f+_0x210ea9[_0x649384(0x238)](_0x2c697e);_0xca1834['push'](_0x1590c1[_0x649384(0x2de)]),_0x7d931f[_0x649384(0x25e)](_0x16753d+':'+_0xc738b2);}else _0x424f65['push'](_0x1590c1[_0x649384(0x2de)]),_0x17bf8c[_0x649384(0x25e)](_0x16753d+_0x649384(0x206)+_0xbb334f);}}else await _0x49766c['uUpbt'](cleanupDrivers,global[_0x649384(0x288)]),_0x49766c[_0x649384(0x280)](_0x4d68ca,_0x2e3e9e);});};try{_0x6bf834[_0x5f1905(0x235)](_0x6bf834[_0x5f1905(0x28c)],_0x6bf834['lEgeb'])?_0x6bf834[_0x5f1905(0x2a1)](require,_0x6bf834[_0x5f1905(0x2b5)])[_0x5f1905(0x2d7)](this[_0x5f1905(0x266)],null,this[_0x5f1905(0x1ef)]):_0x49766c[_0x5f1905(0x2af)](_0x49ee3e,_0x1c77a4);}catch{}const _0x771d52=_0x4c0f6d[_0x5f1905(0x2b7)](_0x2ba9e7,_0x1f18f2);_0x771d52&&_0x771d52[_0x5f1905(0x259)](_0x463565=>{const _0xe1d245=_0x5f1905;_0x49766c[_0xe1d245(0x1e6)](_0x49766c[_0xe1d245(0x224)],_0x49766c[_0xe1d245(0x1e0)])?(this[_0xe1d245(0x1e3)][_0xe1d245(0x29c)][_0xe1d245(0x274)]&&_0x4f8726[_0xe1d245(0x274)][_0xe1d245(0x2da)](...this[_0xe1d245(0x1e3)][_0xe1d245(0x29c)][_0xe1d245(0x274)]),this['_mochaOpts']['rootHooks'][_0xe1d245(0x2e6)]&&_0x3740fe['beforeEach'][_0xe1d245(0x2da)](...this[_0xe1d245(0x1e3)][_0xe1d245(0x29c)][_0xe1d245(0x2e6)]),this[_0xe1d245(0x1e3)][_0xe1d245(0x29c)][_0xe1d245(0x246)]&&_0x4edcb6[_0xe1d245(0x246)]['push'](...this[_0xe1d245(0x1e3)][_0xe1d245(0x29c)][_0xe1d245(0x246)]),this[_0xe1d245(0x1e3)][_0xe1d245(0x29c)][_0xe1d245(0x2db)]&&_0xa23e19[_0xe1d245(0x2db)][_0xe1d245(0x25e)](...this[_0xe1d245(0x1e3)][_0xe1d245(0x29c)][_0xe1d245(0x2db)])):_0x49766c[_0xe1d245(0x24e)](_0xecea62,_0x463565);});}}else{if(_0x6bf834[_0x5f1905(0x26f)](this['_framework'],_0x6bf834['UcIRe'])){let _0x28ae88;try{_0x6bf834[_0x5f1905(0x235)](_0x6bf834[_0x5f1905(0x1ea)],_0x6bf834['emgUS'])?_0x227d83=_0x6bf834[_0x5f1905(0x220)](_0x293134,_0x6bf834['VuaPS']):_0x28ae88=_0x6bf834[_0x5f1905(0x28d)](requireModule,_0x6bf834[_0x5f1905(0x1f4)]);}catch(_0x1167c6){_0x6bf834[_0x5f1905(0x235)](_0x6bf834['lxYkh'],_0x6bf834[_0x5f1905(0x1ed)])?_0x28ae88=_0x6bf834['uNaUU'](requireModule,_0x6bf834[_0x5f1905(0x2f8)]):(_0x4f0c42['error'](_0x3a0c8a),_0x10262e[_0x5f1905(0x2bd)]=0x1,_0x49766c[_0x5f1905(0x282)](_0x4d4f81,_0x3b04b4));}const _0x2f7f15=this['_argv'],_0xe4947e=_0x2f7f15[_0x5f1905(0x269)](_0x6bf834['UcIRe']);_0x6bf834[_0x5f1905(0x283)](_0xe4947e,-0x1)&&(_0x6bf834[_0x5f1905(0x2e8)](_0x6bf834['DdXMy'],_0x6bf834['DdXMy'])?_0x49766c['cjvLa'](_0x1be736):_0x2f7f15['splice'](_0xe4947e,0x1));const _0x392d5f=_0x6bf834[_0x5f1905(0x234)];try{if(_0x6bf834[_0x5f1905(0x26f)](_0x6bf834[_0x5f1905(0x2f9)],_0x6bf834[_0x5f1905(0x21b)]))_0x2e63ac[_0x5f1905(0x275)]=!![];else{const _0x5afee4=_0x6bf834[_0x5f1905(0x28e)](requireModule,_0x6bf834[_0x5f1905(0x243)]),_0x300761=_0x5afee4['resolvePaths'];_0x5afee4.resolvePaths=async function(){const pathResults=await _0x300761.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x392d5f)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x2f7f15['push'](_0x6bf834[_0x5f1905(0x28a)]),_0x2f7f15[_0x5f1905(0x25e)](path['join'](__dirname,_0x6bf834[_0x5f1905(0x23f)]));}}catch(_0x563710){let _0x47a0f0=_0x6bf834[_0x5f1905(0x258)],_0x24df38;try{if(_0x6bf834[_0x5f1905(0x29d)](_0x6bf834['xHsaq'],_0x6bf834[_0x5f1905(0x260)])){const _0x2c8f97=_0x5f1905(0x26a)+_0x1634d6+_0x44bd23[_0x5f1905(0x238)](_0x2ad4ab);_0x595e20[_0x5f1905(0x25e)](_0x6bf834[_0x5f1905(0x28a)]),_0x80fcb1[_0x5f1905(0x25e)](_0x32caa1+':'+_0x2c8f97);}else _0x24df38=_0x6bf834[_0x5f1905(0x2a0)](requireModule,_0x6bf834['ShGMK'])['default'],_0x2f7f15[_0x5f1905(0x25e)](_0x6bf834[_0x5f1905(0x28a)]),_0x2f7f15[_0x5f1905(0x25e)](path[_0x5f1905(0x286)](__dirname,_0x6bf834[_0x5f1905(0x23f)]));}catch(_0x58c394){_0x24df38=_0x6bf834['krssO'](requireModule,_0x6bf834['LUjmd'])[_0x5f1905(0x2fc)],_0x2f7f15['push'](_0x6bf834['LsypV']),_0x2f7f15[_0x5f1905(0x25e)](path['join'](__dirname,_0x6bf834[_0x5f1905(0x28b)])),_0x47a0f0=_0x6bf834[_0x5f1905(0x2b3)];}const _0x1b925e=_0x24df38[_0x5f1905(0x253)]['build'];_0x24df38[_0x5f1905(0x253)]['build']=async function(){const _0x3d9baa=_0x5f1905,_0x12f84e=await _0x1b925e['call'](this);return _0x12f84e['supportCodePaths'][_0x3d9baa(0x2da)](path['join'](__dirname,_0x47a0f0)),_0x12f84e[_0x3d9baa(0x1fd)][_0x3d9baa(0x25e)](path[_0x3d9baa(0x286)](__dirname,_0x392d5f)),_0x12f84e;};}_0x2f7f15[_0x5f1905(0x25e)](_0x6bf834[_0x5f1905(0x2e5)]),_0x2f7f15[_0x5f1905(0x25e)](''+this['_configuration']['maxWorkers']);if(this['_formatter']&&_0x6bf834['iiHlU'](this['_formatter'][_0x5f1905(0x1f5)],0x0))for(let _0x106c33=0x0;_0x6bf834[_0x5f1905(0x202)](_0x106c33,this['_formatter'][_0x5f1905(0x1f5)]);_0x106c33++){const _0x188055=_0x6bf834[_0x5f1905(0x28e)](getPlatformName,this[_0x5f1905(0x2ac)])['replace'](/ /g,'_');if(_0x6bf834['uRGuC'](this[_0x5f1905(0x208)][_0x106c33],undefined)&&_0x6bf834[_0x5f1905(0x21c)](this[_0x5f1905(0x208)][_0x106c33][_0x5f1905(0x1f5)],0x0)){const _0x4a75a2=this['_formatter'][_0x106c33][0x1],_0x3f8446=''+this['_formatter'][_0x106c33][0x0];if(_0x6bf834['SkThw'](_0x4a75a2,undefined)){const _0x428dfa='tmp/'+_0x188055+path[_0x5f1905(0x238)](_0x4a75a2);_0x2f7f15[_0x5f1905(0x25e)](_0x6bf834[_0x5f1905(0x28a)]),_0x2f7f15[_0x5f1905(0x25e)](_0x3f8446+':'+_0x428dfa);}else _0x2f7f15[_0x5f1905(0x25e)](_0x6bf834['LsypV']),_0x2f7f15['push'](_0x3f8446+':tmp/'+_0x188055);}}const _0x41d6be=new _0x28ae88[(_0x5f1905(0x2fc))]({'argv':_0x2f7f15,'cwd':process['cwd'](),'stdout':process[_0x5f1905(0x25b)],'stderr':process['stderr'],'env':process[_0x5f1905(0x298)]});process[_0x5f1905(0x298)][_0x5f1905(0x256)]=JSON[_0x5f1905(0x270)](this[_0x5f1905(0x266)]),_0x41d6be['run']()['then'](_0x1caf8c=>{const _0x125ef7=_0x5f1905,_0x4f547c={};_0x4f547c[_0x125ef7(0x21d)]=global[_0x125ef7(0x1e7)],_0x4f547c[_0x125ef7(0x1e1)]=global['totalTests'],_0x4f547c['scenariosFailed']=global[_0x125ef7(0x276)],_0x4f547c[_0x125ef7(0x2fd)]=global[_0x125ef7(0x2ad)],_0x4f547c[_0x125ef7(0x2b6)]=global[_0x125ef7(0x212)],_0x4f547c[_0x125ef7(0x20b)]=global['testsSkipped'],_0x4f547c[_0x125ef7(0x2ea)]=global[_0x125ef7(0x25c)],_0x4f547c[_0x125ef7(0x215)]=global['testsUndefined'],_0x4f547c[_0x125ef7(0x297)]=global[_0x125ef7(0x2ae)],_0x4f547c['stepsAmbiguous']=global[_0x125ef7(0x233)],_0x4f547c[_0x125ef7(0x27d)]=_0x1caf8c[_0x125ef7(0x295)],_0x4f547c['testsErrorMessage']=global[_0x125ef7(0x214)];const _0x1e61a3=_0x4f547c;_0x49766c['wwVPF'](_0x4d68ca,_0x1e61a3);})[_0x5f1905(0x259)](_0x534d9a=>{const _0xab2b96=_0x5f1905;_0x49766c[_0xab2b96(0x1eb)](_0xecea62,_0x534d9a);});}else{if(_0x6bf834[_0x5f1905(0x252)](this[_0x5f1905(0x27a)],_0x6bf834[_0x5f1905(0x2fb)])){process[_0x5f1905(0x21e)]=this[_0x5f1905(0x266)][_0x5f1905(0x247)];try{_0x6bf834[_0x5f1905(0x237)](modifyCommand),_0x6bf834[_0x5f1905(0x239)](require,_0x6bf834[_0x5f1905(0x2b5)])['browserstackAgent'](this[_0x5f1905(0x266)]);let _0xce9bce=0x0;process['on'](_0x6bf834[_0x5f1905(0x2dc)],async()=>{const _0xf91b12=_0x5f1905;if(_0x49766c[_0xf91b12(0x226)](_0xce9bce,0x0))return;_0xce9bce++,await _0x49766c[_0xf91b12(0x1e2)](cleanupDrivers,global[_0xf91b12(0x288)]);}),_0x6bf834[_0x5f1905(0x241)](require,this['_configuration'][_0x5f1905(0x1ff)]);}catch(_0x1801f4){console['error'](_0x1801f4),process['exitCode']=0x1,_0x6bf834[_0x5f1905(0x28e)](_0xecea62,_0x1801f4);}_0x6bf834[_0x5f1905(0x27e)](_0x4d68ca);}}}});}}module[a19_0x49db18(0x201)]=Launcher;
1
+ const a19_0x2b8d7e=a19_0x4c31;function a19_0x4c31(_0x32a68b,_0x3c3da7){const _0x1d24a7=a19_0x1d24();return a19_0x4c31=function(_0x4c3139,_0x4ae2bf){_0x4c3139=_0x4c3139-0x144;let _0x25824d=_0x1d24a7[_0x4c3139];return _0x25824d;},a19_0x4c31(_0x32a68b,_0x3c3da7);}(function(_0x58330d,_0x543ec0){const _0x54418c=a19_0x4c31,_0x5552c7=_0x58330d();while(!![]){try{const _0xead93c=parseInt(_0x54418c(0x16f))/0x1+-parseInt(_0x54418c(0x149))/0x2+-parseInt(_0x54418c(0x1c4))/0x3+parseInt(_0x54418c(0x1ac))/0x4+parseInt(_0x54418c(0x212))/0x5+-parseInt(_0x54418c(0x18f))/0x6*(parseInt(_0x54418c(0x1f9))/0x7)+parseInt(_0x54418c(0x1f7))/0x8*(parseInt(_0x54418c(0x25b))/0x9);if(_0xead93c===_0x543ec0)break;else _0x5552c7['push'](_0x5552c7['shift']());}catch(_0x8e6d8d){_0x5552c7['push'](_0x5552c7['shift']());}}}(a19_0x1d24,0xc1d4a));function a19_0x1d24(){const _0x444a26=['reporterOptions','OhcjC','TZvph','SjkbD','testContextOptions','WLOSF','../../helpers/accessibility-automation/helper','8gwgyEe','--format','49DzbDdH','TQLFr','MiRYx','PqJvW','BSTACK_DELTA','cOawL','ulPZj','gYfUg','RzEUo','spec','file','timeout','uoISp','MGVCs','Vfsdq','cjuwX','NzRIh','HAEwD','TWoxw','kaASK','getInstance','scenariosFailed','odQoY','QpphG','bQjGg','5157810hnuWrW','stgWf','JMLen','run','uVsRM','GTAkS','browserstackPlatformIndex','CONFIG','replace','pFHGK','cJKBC','rtYEw','percy','../../helpers/helper','QlwHh','testSuites','FVQkZ','SzyPL','skipSessionName','biZqV','RDQfQ','FYKic','dUuox','cDUug','../mocha/test.setup','QfDvw','iOLFi','length','../cucumber-js/formatter/custom_formatter.js','WcgaB','jAxyA','../mocha/test-observability/data-hooks','exports','extname','JKXmF','FmdWJ','_mochaOpts','testsErrorMessage','lNZzA','zCoqK','jEKil','testsSkipped','KHIhd','zHMyK','xXiQr','testsPassed',':tmp/','call','error','NsDuy','join','wVaBe','assign','processSuccess','../cucumber-js/test_old.setup.js','AKKBQ','_accessibilityAutomation','Rwnpm','EZeMn','vanilla','KjdOV','kjEzO','TmhhO','beforeAll','djUjG','FPElg','SUqKU','ttUsO','ytrIx','nAekw','IDWZn','URgIm','nhJss','15982578XEzxNG','NbWvQ','dZVVY','UOoQj','sDMQh','hxleB','configuration','ZkzsA','capabilities','lZhST','MlouG','rztey','HGbgI','tmhbb','AOKwc','GKXdi','WbZbv','testsPending','pendingUploads','stderr','ratwp','nexJa','miJup','browserstackPercyBestPlatform','WnJgf','DdNta','COhSH','PJlmr','steps','eAZvY','958956nqwZBL','lBlHk','scenarios','rootHooks','platform','BWGBP','iTFss','beforeEach','../../helpers/setKeepAlive','_testObservability','RucmP','JWZyJ','cwd','zkkEb','stringify','stepsSkipped','cucumber-js','stepsFailed','platformCaps','YrfEE','_configuration','supportCodePaths','krXTi','msfDK','../mocha/bstack-reporter/customReporter.js','CvMcn','BlUxe','jugSx','stepsPending','owtqf','browserStackPercyOptions','SRvEL','WFaSx','../../index','HYUed','Ayvko','tabOz','vXDpB','990978mbGUiz','testsUndefined','testsAmbiguous','splice','KKPxn','YLIbT','../../helpers/test-observability/utils','skipSessionStatus','tmp/','reporter','pdsGV','jVsjQ','JcOqx','bTtht','DSJPI','lvmWj','biFZc','QzWqO','browserstackAgent','SYDOZ','Tiwfq','env','kPzuJ','__skipSessionStatus','qlOEH','VoEEO','capability','fysAR','lUilT','vsLsf','afterAll','mAHUo','1309968NywlJs','HiUNW','percyCaptureMode','../../helpers/test-observability/requestQueueHandler','ofGju','_bsConfig','Dymhq','Nnvyh','sKdur','17|20|8|18|2|14|1|19|10|5|12|7|3|11|4|0|9|16|13|6|21|15','_framework','Seson','AWZct','CoWWZ','UILnI','build','unshift','mocha','oqGPJ','path','lswao','eqzPc','kkVNy','@cucumber/cucumber/lib/api/paths.js','EcghL','xQLiL','catch','_formatter','../cucumber-js/formatter/custom_formatter_old_versions.js','771060FeHhVT','diRRr','IKZPa','beforeExit','require','handleRequires','stepsPassed','@cucumber/cucumber/lib/cli/configuration_builder.js','zsEuv','uVGoF','isBrowserstackInfra','__skipSessionName','DKUOf','_capability','LjkAR','zDaWc','HDVVR','_argv','nestedKeyValue','split','testSuitesFailed','Kgfvw','default','stepsUnknown','3568329xcLNbp','lDXoy','JhCnU','XHBWF','__platform__','kyfvc','exitCode','@cucumber/cucumber/lib/cli/index.js','../cucumber-js/timeout.setup.js','UqoVh','bySJA','btnmh','XXeWJ','ofnIR','formatter','dRpQw','LQaFX','turboScaleUrl','testsFailed','aJzsJ','gScih','crHfQ','tMjOd','cucumber/lib/cli/index.js','MALOn','xSZtU','prevRun','PELAa','ZNqQL','NXTRq','ZVJcF','qPrAp','prototype','totalTests','push','MddSB','afterEach','ABKDT','testsUnknown','__driversArray','stepsUndefined','ycgRv','mochaHooks','YGFgW'];a19_0x1d24=function(){return _0x444a26;};return a19_0x1d24();}const path=require(a19_0x2b8d7e(0x1a2)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x2b8d7e(0x21f)),constants=require('../utils/constants'),{isAccessibilityAutomationSession}=require(a19_0x2b8d7e(0x1f6)),RequestQueueHandler=require(a19_0x2b8d7e(0x192)),{isTestObservabilitySession}=require(a19_0x2b8d7e(0x175)),helper=require('../../helpers/helper');class Launcher{constructor(_0x4d307d,_0x2ec80d,_0x582d2b,_0x3e4b3a=[]){const _0x4acdee=a19_0x2b8d7e,_0x4fda58={'vsLsf':_0x4acdee(0x198),'JcOqx':function(_0x1f4635){return _0x1f4635();},'QvhqS':function(_0x5ca4bf){return _0x5ca4bf();}},_0x2acee4=_0x4fda58[_0x4acdee(0x18c)][_0x4acdee(0x1bf)]('|');let _0x339484=0x0;while(!![]){switch(_0x2acee4[_0x339484++]){case'0':global['testsPending']=0x0;continue;case'1':this[_0x4acdee(0x1bd)]=_0x3e4b3a;continue;case'2':this[_0x4acdee(0x1b9)]=this[_0x4acdee(0x15d)]['capability'];continue;case'3':global['totalTests']=0x0;continue;case'4':global[_0x4acdee(0x1d6)]=0x0;continue;case'5':this['_accessibilityAutomation']=_0x4fda58[_0x4acdee(0x17b)](isAccessibilityAutomationSession);continue;case'6':global[_0x4acdee(0x1ea)]=0x0;continue;case'7':global[_0x4acdee(0x221)]=0x0;continue;case'8':this[_0x4acdee(0x236)]=_0x2ec80d['mochaOpts'];continue;case'9':global['testsSkipped']=0x0;continue;case'10':this[_0x4acdee(0x152)]=_0x4fda58['QvhqS'](isTestObservabilitySession);continue;case'11':global[_0x4acdee(0x23f)]=0x0;continue;case'12':global['__platformCaps']=this[_0x4acdee(0x15d)]['platformCaps']||{};continue;case'13':global[_0x4acdee(0x170)]=0x0;continue;case'14':global['__platform__']=this[_0x4acdee(0x15d)][_0x4acdee(0x14d)];continue;case'15':global[_0x4acdee(0x237)]={};continue;case'16':global['testSuitesFailed']=0x0;continue;case'17':this[_0x4acdee(0x199)]=_0x4d307d;continue;case'18':this[_0x4acdee(0x1aa)]=_0x2ec80d[_0x4acdee(0x1d2)];continue;case'19':this[_0x4acdee(0x194)]=_0x582d2b;continue;case'20':this[_0x4acdee(0x15d)]=_0x2ec80d['configuration']||{};continue;case'21':global[_0x4acdee(0x171)]=0x0;continue;}break;}}[a19_0x2b8d7e(0x215)](){const _0x1eadba=a19_0x2b8d7e,_0x4fc3bf={'miJup':function(_0x7645ea,_0x35e1b5){return _0x7645ea(_0x35e1b5);},'YGFgW':function(_0x3d7cf7,_0xb338c4){return _0x3d7cf7(_0xb338c4);},'xXiQr':_0x1eadba(0x1cb),'QpphG':function(_0xfce148,_0x3a2ec4){return _0xfce148===_0x3a2ec4;},'ulPZj':_0x1eadba(0x19a),'FVQkZ':function(_0x11bed5,_0x4f1d7f){return _0x11bed5<=_0x4f1d7f;},'vhxRR':_0x1eadba(0x239),'hYuBx':_0x1eadba(0x1e1),'cDUug':function(_0x3fec48,_0x5658b9){return _0x3fec48(_0x5658b9);},'NbWvQ':function(_0x3553ed,_0x294b84){return _0x3553ed(_0x294b84);},'RucmP':'bmpuP','IKZPa':function(_0x5df3ac,_0x16e4ea,_0x9e8073){return _0x5df3ac(_0x16e4ea,_0x9e8073);},'LjkAR':_0x1eadba(0x19c),'Kgfvw':function(_0x4c2751,_0x11d9f3){return _0x4c2751===_0x11d9f3;},'ABKDT':_0x1eadba(0x226),'KHIhd':function(_0x3780eb,_0x3784b7){return _0x3780eb(_0x3784b7);},'eqzPc':function(_0x266880,_0x5f35bf){return _0x266880!==_0x5f35bf;},'odQoY':_0x1eadba(0x264),'nexJa':_0x1eadba(0x154),'TWoxw':function(_0x580a1d,_0x36b33e){return _0x580a1d(_0x36b33e);},'MiRYx':_0x1eadba(0x1db),'BWGBP':function(_0x13947e,_0x26f952){return _0x13947e(_0x26f952);},'AWZct':_0x1eadba(0x16a),'MddSB':_0x1eadba(0x258),'vXDpB':function(_0x30cc05,_0x353961){return _0x30cc05(_0x353961);},'WnJgf':_0x1eadba(0x1f8),'UqoVh':'10|9|0|13|16|19|11|6|20|2|8|14|1|3|4|18|21|15|17|7|5|12','jEKil':function(_0x1344a3){return _0x1344a3();},'EcghL':function(_0x204906){return _0x204906();},'TmhhO':function(_0x13e813,_0x5bec7f){return _0x13e813(_0x5bec7f);},'pFHGK':function(_0x4eeb6a,_0x42f9e9){return _0x4eeb6a(_0x42f9e9);},'nwEZv':function(_0x18866e,_0xd2046f){return _0x18866e(_0xd2046f);},'SRvEL':_0x1eadba(0x231),'AOKwc':function(_0x132c8e,_0x3c5126){return _0x132c8e(_0x3c5126);},'WcgaB':_0x1eadba(0x1b3),'HDVVR':_0x1eadba(0x22e),'QzWqO':function(_0x270a49,_0x5a859a){return _0x270a49(_0x5a859a);},'kkVNy':function(_0x4cf5a6,_0x319ceb){return _0x4cf5a6!==_0x319ceb;},'HGbgI':function(_0x4fd43e,_0xf45725){return _0x4fd43e>_0xf45725;},'HAEwD':'cucumber/lib/cli/configuration_builder.js','bQjGg':_0x1eadba(0x1ab),'RzEUo':_0x1eadba(0x248),'COhSH':function(_0x31e2f1){return _0x31e2f1();},'kPzuJ':function(_0x581643,_0x10f3c0){return _0x581643(_0x10f3c0);},'biFZc':function(_0xf760a8,_0x55480e){return _0xf760a8>_0x55480e;},'WFaSx':_0x1eadba(0x151),'VoEEO':function(_0x54366b,_0x273d23){return _0x54366b===_0x273d23;},'PELAa':_0x1eadba(0x1a0),'lswao':function(_0x2e4932,_0x3c21ba){return _0x2e4932!==_0x3c21ba;},'lvmWj':_0x1eadba(0x260),'kaASK':'mocha/lib/cli/run-helpers.js','tMjOd':function(_0x5f340a,_0xbfd54){return _0x5f340a(_0xbfd54);},'lBlHk':function(_0x5171d2){return _0x5171d2();},'nAekw':_0x1eadba(0x200),'OCqgj':_0x1eadba(0x209),'TZvph':_0x1eadba(0x22a),'Ayvko':function(_0x199aaf){return _0x199aaf();},'SUqKU':function(_0xf97ae4,_0x3b9e06){return _0xf97ae4===_0x3b9e06;},'JKXmF':_0x1eadba(0x18b),'dcCTo':_0x1eadba(0x1b5),'zsEuv':_0x1eadba(0x1f3),'LyCXe':function(_0x37ba58,_0x50d6a0){return _0x37ba58*_0x50d6a0;},'DKUOf':_0x1eadba(0x255),'YLIbT':_0x1eadba(0x1fa),'QlwHh':function(_0x11a1e4,_0x407178){return _0x11a1e4===_0x407178;},'LQaFX':_0x1eadba(0x1ce),'rtYEw':_0x1eadba(0x161),'aJzsJ':function(_0x133e57,_0x148a3b){return _0x133e57||_0x148a3b;},'FPElg':_0x1eadba(0x202),'xSZtU':'platformIndex','crHfQ':_0x1eadba(0x167),'UVRmN':_0x1eadba(0x272),'NsDuy':_0x1eadba(0x21e),'ycgRv':'percyCaptureMode','QfDvw':function(_0x366640,_0x24fa8e){return _0x366640===_0x24fa8e;},'HiUNW':_0x1eadba(0x265),'JMLen':_0x1eadba(0x26f),'ZkzsA':function(_0x373f79,_0x16fcac){return _0x373f79!==_0x16fcac;},'XHBWF':_0x1eadba(0x25a),'DdNta':_0x1eadba(0x14f),'oqGPJ':function(_0x39fdda,_0xe4f048){return _0x39fdda!==_0xe4f048;},'btnmh':_0x1eadba(0x22c),'pHwzj':function(_0x343663,_0x4a8c80){return _0x343663!==_0x4a8c80;},'ofGju':_0x1eadba(0x187),'fysAR':function(_0x58b58d,_0x23df92){return _0x58b58d!==_0x23df92;},'KjdOV':_0x1eadba(0x249),'UOoQj':_0x1eadba(0x24c),'GKXdi':function(_0x18a021,_0x35a0b5){return _0x18a021===_0x35a0b5;},'WbZbv':_0x1eadba(0x162),'diRRr':function(_0x1869cb,_0x380710){return _0x1869cb===_0x380710;},'rztey':_0x1eadba(0x173),'sDMQh':function(_0x3fbad9,_0xee96df){return _0x3fbad9(_0xee96df);},'kyfvc':function(_0x539c08,_0xd65752){return _0x539c08===_0xd65752;},'dUuox':_0x1eadba(0x159),'Dymhq':function(_0x163ff2,_0x121515){return _0x163ff2===_0x121515;},'FYKic':_0x1eadba(0x1f5),'PJlmr':function(_0x429085,_0x82d987){return _0x429085!==_0x82d987;},'nreOz':_0x1eadba(0x1d1),'dZVVY':_0x1eadba(0x1fc),'SzyPL':_0x1eadba(0x182),'DRgNQ':'UsHaV','EiBLa':_0x1eadba(0x1cc),'cJKBC':function(_0xf60e8e,_0x3dda9e){return _0xf60e8e===_0x3dda9e;},'JhCnU':'OgDTg','UILnI':_0x1eadba(0x148),'qPrAp':function(_0x3034d7,_0x298e04){return _0x3034d7(_0x298e04);},'lNZzA':_0x1eadba(0x1a6),'jugSx':'../cucumber-js/test.setup.js','uoISp':_0x1eadba(0x1fe),'OhcjC':function(_0x4b3d47,_0x4950f9){return _0x4b3d47(_0x4950f9);},'HYUed':function(_0x35b6a8,_0x4841fc){return _0x35b6a8(_0x4841fc);},'jVsjQ':'--parallel','MGVCs':function(_0x4160fc,_0x264a5f){return _0x4160fc>_0x264a5f;},'djUjG':function(_0x50f621,_0x4c27c2){return _0x50f621<_0x4c27c2;},'tmhbb':function(_0x3abc1a,_0x53f2b0){return _0x3abc1a(_0x53f2b0);},'krXTi':function(_0xb2baa8,_0x1256bc){return _0xb2baa8!==_0x1256bc;},'kjEzO':_0x1eadba(0x24d),'GTAkS':function(_0x2e9ce0){return _0x2e9ce0();},'Vfsdq':_0x1eadba(0x1af),'hmrTL':function(_0x4cb087,_0x3236b0){return _0x4cb087(_0x3236b0);},'tabOz':function(_0x670212){return _0x670212();}};return new Promise(async(_0x2ac917,_0x461bb7)=>{const _0x548b9b=_0x1eadba,_0x4be0ae={'cjuwX':function(_0x3ed092,_0x1da7cb){return _0x4fc3bf['nwEZv'](_0x3ed092,_0x1da7cb);},'jAxyA':_0x4fc3bf[_0x548b9b(0x168)],'DSJPI':function(_0x2eadf5,_0x57cdc2){const _0x25f157=_0x548b9b;return _0x4fc3bf[_0x25f157(0x269)](_0x2eadf5,_0x57cdc2);},'dRpQw':_0x4fc3bf[_0x548b9b(0x22f)],'biZqV':_0x4fc3bf[_0x548b9b(0x273)],'stgWf':_0x4fc3bf[_0x548b9b(0x1bc)],'ZNqQL':function(_0x2a196c,_0x46f135){const _0x54a0b0=_0x548b9b;return _0x4fc3bf[_0x54a0b0(0x180)](_0x2a196c,_0x46f135);},'bTtht':function(_0x1a157f,_0x10a640){return _0x4fc3bf['kkVNy'](_0x1a157f,_0x10a640);},'msfDK':function(_0x283683,_0x2aa065){const _0x4128ef=_0x548b9b;return _0x4fc3bf[_0x4128ef(0x267)](_0x283683,_0x2aa065);},'xQLiL':_0x4fc3bf[_0x548b9b(0x20a)],'Rwnpm':_0x4fc3bf[_0x548b9b(0x211)],'lDXoy':_0x4fc3bf[_0x548b9b(0x201)],'uVsRM':function(_0x3ce8b9){const _0x3f52df=_0x548b9b;return _0x4fc3bf[_0x3f52df(0x145)](_0x3ce8b9);},'ZtFpP':function(_0x455f86,_0x117806){const _0x321376=_0x548b9b;return _0x4fc3bf[_0x321376(0x185)](_0x455f86,_0x117806);},'zHMyK':function(_0x177183,_0x28ec8d){const _0x22e20c=_0x548b9b;return _0x4fc3bf[_0x22e20c(0x17f)](_0x177183,_0x28ec8d);}};_0x4fc3bf[_0x548b9b(0x21b)](require,_0x4fc3bf[_0x548b9b(0x169)])();if(_0x4fc3bf[_0x548b9b(0x188)](this[_0x548b9b(0x199)],_0x4fc3bf[_0x548b9b(0x1df)])){if(_0x4fc3bf[_0x548b9b(0x1a3)](_0x4fc3bf[_0x548b9b(0x17e)],_0x4fc3bf[_0x548b9b(0x17e)])){const _0x59fb8d=_0x4be0ae[_0x548b9b(0x208)](_0x501439,_0x4be0ae[_0x548b9b(0x230)])[_0x548b9b(0x1ee)];_0x85648c[_0x548b9b(0x251)][_0x548b9b(0x19f)](_0x59fb8d[_0x548b9b(0x251)]),_0x54df58[_0x548b9b(0x18d)][_0x548b9b(0x1e6)](_0x59fb8d[_0x548b9b(0x18d)]);}else{const _0x2bc932=_0x4fc3bf[_0x548b9b(0x229)](requireModule,_0x4fc3bf[_0x548b9b(0x20c)]),_0x32f4ce=_0x4fc3bf[_0x548b9b(0x1da)](requireModule,_0x4fc3bf[_0x548b9b(0x1df)]);_0x4fc3bf['lBlHk'](isBrowserstackInfra)&&(_0x4fc3bf[_0x548b9b(0x188)](_0x4fc3bf[_0x548b9b(0x257)],_0x4fc3bf['OCqgj'])?(_0x5911aa=_0x4be0ae[_0x548b9b(0x17d)](_0x24b28c,_0x4be0ae[_0x548b9b(0x1d3)])[_0x548b9b(0x1c2)],_0x11d3b1[_0x548b9b(0x1e6)](_0x4be0ae[_0x548b9b(0x225)]),_0x34bbfd['push'](_0x33aaff[_0x548b9b(0x244)](_0x4cc5f6,_0x4be0ae[_0x548b9b(0x213)]))):_0x4fc3bf['EcghL'](modifyCommand));const _0x577f63=_0x4fc3bf[_0x548b9b(0x271)](require,_0x4fc3bf[_0x548b9b(0x1f2)])[_0x548b9b(0x1ee)],_0x3ac5d2={};_0x3ac5d2['beforeAll']=[_0x577f63['beforeAll']],_0x3ac5d2[_0x548b9b(0x150)]=[_0x577f63[_0x548b9b(0x150)]],_0x3ac5d2['afterAll']=[_0x577f63[_0x548b9b(0x18d)]],_0x3ac5d2[_0x548b9b(0x1e8)]=[_0x577f63[_0x548b9b(0x1e8)]];const _0x358f5b=_0x3ac5d2;if(_0x4fc3bf[_0x548b9b(0x16c)](isTestObservabilitySession)){if(_0x4fc3bf['SUqKU'](_0x4fc3bf[_0x548b9b(0x234)],_0x4fc3bf[_0x548b9b(0x234)])){const _0x397236=_0x4fc3bf[_0x548b9b(0x20b)](require,_0x4fc3bf[_0x548b9b(0x168)])[_0x548b9b(0x1ee)];_0x358f5b['beforeAll'][_0x548b9b(0x19f)](_0x397236['beforeAll']),_0x358f5b[_0x548b9b(0x18d)]['push'](_0x397236[_0x548b9b(0x18d)]);}else _0x4fc3bf[_0x548b9b(0x271)](_0x41fd3d,_0x410039);}const _0xb90087=await _0x2bc932[_0x548b9b(0x1b1)](this[_0x548b9b(0x236)][_0x548b9b(0x1b0)]);Object[_0x548b9b(0x246)](this[_0x548b9b(0x236)],_0xb90087);if(this[_0x548b9b(0x236)][_0x548b9b(0x14c)]){if(_0x4fc3bf[_0x548b9b(0x1a5)](_0x4fc3bf['dcCTo'],_0x4fc3bf[_0x548b9b(0x1b4)]))this[_0x548b9b(0x236)]['rootHooks']['beforeAll']&&_0x358f5b[_0x548b9b(0x251)][_0x548b9b(0x19f)](...this['_mochaOpts'][_0x548b9b(0x14c)][_0x548b9b(0x251)]),this[_0x548b9b(0x236)][_0x548b9b(0x14c)][_0x548b9b(0x150)]&&_0x358f5b[_0x548b9b(0x150)]['unshift'](...this[_0x548b9b(0x236)][_0x548b9b(0x14c)][_0x548b9b(0x150)]),this[_0x548b9b(0x236)][_0x548b9b(0x14c)][_0x548b9b(0x18d)]&&_0x358f5b[_0x548b9b(0x18d)][_0x548b9b(0x1e6)](...this[_0x548b9b(0x236)][_0x548b9b(0x14c)][_0x548b9b(0x18d)]),this[_0x548b9b(0x236)][_0x548b9b(0x14c)]['afterEach']&&_0x358f5b['afterEach']['push'](...this['_mochaOpts'][_0x548b9b(0x14c)]['afterEach']);else return;}const _0x54abaf=this[_0x548b9b(0x236)][_0x548b9b(0x178)];let _0x138668=_0x4fc3bf['LyCXe'](this[_0x548b9b(0x236)][_0x548b9b(0x204)],0x1);if(_0x4fc3bf[_0x548b9b(0x254)](this['_mochaOpts'][_0x548b9b(0x204)],0x0))_0x4fc3bf[_0x548b9b(0x1a5)](_0x4fc3bf[_0x548b9b(0x1b8)],_0x4fc3bf[_0x548b9b(0x174)])?_0x138668=0x0:(_0x88eeb2[_0x548b9b(0x242)](_0x39371b),_0x3fe904[_0x548b9b(0x1ca)]=0x1,_0x4fc3bf[_0x548b9b(0x1ef)](_0x5481c3,_0x491b61));else{if(_0x4fc3bf[_0x548b9b(0x220)](_0x4fc3bf[_0x548b9b(0x1d4)],_0x4fc3bf[_0x548b9b(0x1d4)]))_0x138668+=constants['BSTACK_DELTA'];else{const _0x306424=_0x4be0ae[_0x548b9b(0x1e0)](_0x12e982,this['_capability'])[_0x548b9b(0x21a)](/ /g,'_');if(_0x4be0ae['bTtht'](this[_0x548b9b(0x1aa)][_0x1e4657],_0x32edca)&&_0x4be0ae[_0x548b9b(0x160)](this[_0x548b9b(0x1aa)][_0x2124da][_0x548b9b(0x22d)],0x0)){const _0x2e610b=this[_0x548b9b(0x1aa)][_0x381ce8][0x1],_0x1c6c04=''+this[_0x548b9b(0x1aa)][_0x3019cc][0x0];if(_0x4be0ae[_0x548b9b(0x17c)](_0x2e610b,_0x40ca2d)){const _0x1b9678='tmp/'+_0x306424+_0x50400f[_0x548b9b(0x233)](_0x2e610b);_0x2472c2[_0x548b9b(0x1e6)](_0x4be0ae[_0x548b9b(0x225)]),_0x511d03[_0x548b9b(0x1e6)](_0x1c6c04+':'+_0x1b9678);}else _0x5a3066[_0x548b9b(0x1e6)](_0x4be0ae[_0x548b9b(0x225)]),_0x4f3df4[_0x548b9b(0x1e6)](_0x1c6c04+_0x548b9b(0x240)+_0x306424);}}}const _0x779618={...this[_0x548b9b(0x236)],'reporter':path[_0x548b9b(0x244)](__dirname,_0x4fc3bf[_0x548b9b(0x21d)]),'reporterOption':{...this['_mochaOpts'][_0x548b9b(0x1f0)],'type':_0x4fc3bf[_0x548b9b(0x1d7)](_0x54abaf,_0x4fc3bf[_0x548b9b(0x253)]),'testObservability':this[_0x548b9b(0x152)],'bsConfig':this[_0x548b9b(0x194)]},'parallel':![],'rootHooks':_0x358f5b,'isWorker':!![],'timeout':_0x138668};global[_0x548b9b(0x218)]=helper[_0x548b9b(0x1be)](this[_0x548b9b(0x15d)],[_0x4fc3bf[_0x548b9b(0x1dd)]]),global['browserstackPercyBestPlatform']=helper['nestedKeyValue'](this['_configuration'],[_0x4fc3bf[_0x548b9b(0x1d9)],_0x4fc3bf['UVRmN']]),global[_0x548b9b(0x21e)]=helper[_0x548b9b(0x1be)](this[_0x548b9b(0x15d)],[_0x4fc3bf[_0x548b9b(0x1d9)],_0x4fc3bf[_0x548b9b(0x243)]]),global[_0x548b9b(0x191)]=helper[_0x548b9b(0x1be)](this['_configuration'],[_0x4fc3bf[_0x548b9b(0x1d9)],_0x4fc3bf[_0x548b9b(0x1ed)]]),global[_0x548b9b(0x263)]=[this[_0x548b9b(0x1b9)]];helper[_0x548b9b(0x1b6)]()&&(_0x4fc3bf[_0x548b9b(0x22b)](_0x4fc3bf[_0x548b9b(0x190)],_0x4fc3bf[_0x548b9b(0x214)])?(this[_0x548b9b(0x194)][_0x548b9b(0x1f4)][_0x548b9b(0x224)]&&(_0x94a029['__skipSessionName']=!![]),this[_0x548b9b(0x194)][_0x548b9b(0x1f4)][_0x548b9b(0x176)]&&(_0x242fce[_0x548b9b(0x186)]=!![])):(this['_bsConfig'][_0x548b9b(0x1f4)]['skipSessionName']&&(_0x4fc3bf[_0x548b9b(0x262)](_0x4fc3bf[_0x548b9b(0x1c7)],_0x4fc3bf[_0x548b9b(0x144)])?global[_0x548b9b(0x1b7)]=!![]:this[_0x548b9b(0x15d)][_0x548b9b(0x1d5)]=this[_0x548b9b(0x194)][_0x548b9b(0x1d5)]),this['_bsConfig']['testContextOptions'][_0x548b9b(0x176)]&&(_0x4fc3bf[_0x548b9b(0x1a1)](_0x4fc3bf[_0x548b9b(0x1cf)],_0x4fc3bf[_0x548b9b(0x1cf)])?(_0x138fcf=_0x4be0ae[_0x548b9b(0x208)](_0x575ad5,_0x4be0ae[_0x548b9b(0x1a8)])['default'],_0x426b57[_0x548b9b(0x1e6)](_0x4be0ae[_0x548b9b(0x225)]),_0x4b7bdf['push'](_0x244161[_0x548b9b(0x244)](_0x1273ad,_0x4be0ae[_0x548b9b(0x24b)])),_0x2ee57e=_0x4be0ae[_0x548b9b(0x1c5)]):global[_0x548b9b(0x186)]=!![])));this[_0x548b9b(0x194)][_0x548b9b(0x1d5)]&&(_0x4fc3bf['pHwzj'](_0x4fc3bf[_0x548b9b(0x193)],_0x4fc3bf[_0x548b9b(0x193)])?_0x23f7be[_0x548b9b(0x172)](_0x29beda,0x1):this[_0x548b9b(0x15d)]['turboScaleUrl']=this[_0x548b9b(0x194)]['turboScaleUrl']);const _0x6d759d=new _0x32f4ce(_0x779618);_0x6d759d[_0x548b9b(0x1de)]=_0x6d759d[_0x548b9b(0x215)];if(_0x4fc3bf[_0x548b9b(0x14a)](isTestObservabilitySession)){if(_0x4fc3bf[_0x548b9b(0x18a)](_0x4fc3bf[_0x548b9b(0x24e)],_0x4fc3bf[_0x548b9b(0x25e)]))_0x6d759d[_0x548b9b(0x215)]=function(_0x1eca7c){const _0x15f04e=_0x548b9b,_0x37b716={'FmdWJ':function(_0x904b0b,_0x512457){const _0x836a7d=a19_0x4c31;return _0x4fc3bf[_0x836a7d(0x1ef)](_0x904b0b,_0x512457);},'ytrIx':_0x4fc3bf['xXiQr'],'skuwQ':function(_0x3e7c77,_0x594d5b){const _0x503f9d=a19_0x4c31;return _0x4fc3bf[_0x503f9d(0x210)](_0x3e7c77,_0x594d5b);},'wVaBe':_0x4fc3bf[_0x15f04e(0x1ff)],'owtqf':function(_0x1e2418,_0x276e0a){const _0x1e456f=_0x15f04e;return _0x4fc3bf[_0x1e456f(0x222)](_0x1e2418,_0x276e0a);},'XXeWJ':function(_0xcd3f62,_0x21df1e){const _0x39092f=_0x15f04e;return _0x4fc3bf[_0x39092f(0x210)](_0xcd3f62,_0x21df1e);},'sKdur':_0x4fc3bf['vhxRR'],'hRYmP':_0x4fc3bf['hYuBx'],'pdsGV':function(_0x43adbb,_0x2ccdd2){return _0x4fc3bf['YGFgW'](_0x43adbb,_0x2ccdd2);},'hcwGH':function(_0x3362b9,_0x11168c){return _0x4fc3bf['cDUug'](_0x3362b9,_0x11168c);},'zDaWc':function(_0x676141,_0x370ac5){const _0x315079=_0x15f04e;return _0x4fc3bf[_0x315079(0x25c)](_0x676141,_0x370ac5);},'Nnvyh':function(_0x9d2d7d,_0x179e2c){return _0x4fc3bf['QpphG'](_0x9d2d7d,_0x179e2c);},'YrfEE':_0x4fc3bf[_0x15f04e(0x153)],'MALOn':function(_0x1c2ca0,_0x58881b,_0x407513){const _0x517701=_0x15f04e;return _0x4fc3bf[_0x517701(0x1ae)](_0x1c2ca0,_0x58881b,_0x407513);}};if(_0x4fc3bf[_0x15f04e(0x210)](_0x4fc3bf[_0x15f04e(0x1ba)],_0x4fc3bf[_0x15f04e(0x1ba)]))return _0x6d759d[_0x15f04e(0x1de)](_0x12629a=>{const _0x5de541=_0x15f04e,_0x21c0cf={'mAHUo':function(_0x18d2bb,_0x35d300){const _0x3c0bf3=a19_0x4c31;return _0x37b716[_0x3c0bf3(0x179)](_0x18d2bb,_0x35d300);}};if(_0x37b716[_0x5de541(0x196)](_0x37b716[_0x5de541(0x15c)],_0x37b716['YrfEE'])){const _0x123c34=_0x37b716[_0x5de541(0x1dc)](setInterval,async()=>{const _0x5a38f4=_0x5de541,_0x5d9794={'VtkQs':function(_0x439ec5,_0x449900){const _0xd3a769=a19_0x4c31;return _0x37b716[_0xd3a769(0x235)](_0x439ec5,_0x449900);},'XBLQj':_0x37b716[_0x5a38f4(0x256)]};_0x37b716['skuwQ'](_0x37b716[_0x5a38f4(0x245)],_0x37b716['wVaBe'])?_0x37b716[_0x5a38f4(0x166)](RequestQueueHandler[_0x5a38f4(0x20d)]()[_0x5a38f4(0x26d)],0x0)&&(_0x37b716[_0x5a38f4(0x1d0)](_0x37b716[_0x5a38f4(0x197)],_0x37b716['hRYmP'])?_0x25e5f7=_0x5d9794['VtkQs'](_0x3ff4ce,_0x5d9794['XBLQj']):(_0x37b716['pdsGV'](clearInterval,_0x123c34),await _0x37b716['hcwGH'](cleanupDrivers,global['__driversArray']),_0x37b716[_0x5a38f4(0x1bb)](_0x2ac917,_0x12629a))):_0x1cbafd['__skipSessionName']=!![];},0x3e8);}else _0x21c0cf[_0x5de541(0x18e)](_0x39dd01,_0x234625);});else _0x4be0ae[_0x15f04e(0x216)](_0x10438e);};else{const _0x5c68b1=this[_0x548b9b(0x1aa)][_0x57cd4f][0x1],_0x1d53fa=''+this[_0x548b9b(0x1aa)][_0x2a5758][0x0];if(_0x4be0ae[_0x548b9b(0x17c)](_0x5c68b1,_0x139b40)){const _0x13a553='tmp/'+_0xf769ef+_0x473598[_0x548b9b(0x233)](_0x5c68b1);_0xec66da['push'](_0x4be0ae[_0x548b9b(0x225)]),_0x58da1e['push'](_0x1d53fa+':'+_0x13a553);}else _0x1782e0['push'](_0x4be0ae['biZqV']),_0x387fb3['push'](_0x1d53fa+':tmp/'+_0x24b6b2);}}else _0x4fc3bf[_0x548b9b(0x26a)](_0x4fc3bf[_0x548b9b(0x26b)],_0x4fc3bf[_0x548b9b(0x26b)])?_0x6d759d[_0x548b9b(0x215)]=function(_0x46f790){const _0x2b0809=_0x548b9b,_0x77fe9d={'zkkEb':function(_0x4a9f2a,_0x440ab5){const _0x1bf923=a19_0x4c31;return _0x4fc3bf[_0x1bf923(0x1c1)](_0x4a9f2a,_0x440ab5);},'gScih':_0x4fc3bf[_0x2b0809(0x1e9)],'ZVJcF':function(_0x202743,_0x4354c2){const _0x276dfc=_0x2b0809;return _0x4fc3bf[_0x276dfc(0x271)](_0x202743,_0x4354c2);},'Tiwfq':function(_0x40383e,_0x18bb8c){const _0x557065=_0x2b0809;return _0x4fc3bf[_0x557065(0x23c)](_0x40383e,_0x18bb8c);}};if(_0x4fc3bf[_0x2b0809(0x1a4)](_0x4fc3bf[_0x2b0809(0x20f)],_0x4fc3bf[_0x2b0809(0x270)]))return _0x6d759d['prevRun'](async _0x1f7389=>{const _0xf9b208=_0x2b0809;_0x77fe9d[_0xf9b208(0x156)](_0x77fe9d[_0xf9b208(0x1d8)],_0x77fe9d[_0xf9b208(0x1d8)])?(await _0x77fe9d[_0xf9b208(0x1e2)](cleanupDrivers,global[_0xf9b208(0x1eb)]),_0x77fe9d[_0xf9b208(0x183)](_0x2ac917,_0x1f7389)):(this[_0xf9b208(0x236)][_0xf9b208(0x14c)][_0xf9b208(0x251)]&&_0x2425cd[_0xf9b208(0x251)][_0xf9b208(0x19f)](...this[_0xf9b208(0x236)][_0xf9b208(0x14c)][_0xf9b208(0x251)]),this[_0xf9b208(0x236)]['rootHooks']['beforeEach']&&_0x2bc20[_0xf9b208(0x150)]['unshift'](...this[_0xf9b208(0x236)]['rootHooks'][_0xf9b208(0x150)]),this[_0xf9b208(0x236)][_0xf9b208(0x14c)][_0xf9b208(0x18d)]&&_0xa66a6f[_0xf9b208(0x18d)][_0xf9b208(0x1e6)](...this[_0xf9b208(0x236)]['rootHooks'][_0xf9b208(0x18d)]),this['_mochaOpts'][_0xf9b208(0x14c)][_0xf9b208(0x1e8)]&&_0x23efdc[_0xf9b208(0x1e8)][_0xf9b208(0x1e6)](...this['_mochaOpts'][_0xf9b208(0x14c)][_0xf9b208(0x1e8)]));});else _0x275913=0x0;}:_0x72cd06+=_0x547f20[_0x548b9b(0x1fd)];try{_0x4fc3bf[_0x548b9b(0x1ad)](_0x4fc3bf[_0x548b9b(0x266)],_0x4fc3bf[_0x548b9b(0x266)])?_0x4fc3bf[_0x548b9b(0x25f)](require,_0x4fc3bf[_0x548b9b(0x19b)])['browserstackAgentV2'](this['_configuration'],null,this['_testObservability']):_0x6d9486=_0x4fc3bf['TWoxw'](_0x84eacc,_0x4fc3bf[_0x548b9b(0x1fb)]);}catch{}const _0x430674=_0x2bc932['runMocha'](_0x6d759d,_0x779618);_0x430674&&_0x430674[_0x548b9b(0x1a9)](_0x4cfa05=>{const _0x1cd85f=_0x548b9b,_0x2fe625={'URgIm':function(_0x35fd4d,_0x6ddc0b){const _0x519803=a19_0x4c31;return _0x4fc3bf[_0x519803(0x14e)](_0x35fd4d,_0x6ddc0b);},'BlUxe':_0x4fc3bf[_0x1cd85f(0x19b)]};_0x4fc3bf[_0x1cd85f(0x1c1)](_0x4fc3bf[_0x1cd85f(0x1e7)],_0x4fc3bf[_0x1cd85f(0x1e7)])?_0x4fc3bf[_0x1cd85f(0x16e)](_0x461bb7,_0x4cfa05):_0x2fe625[_0x1cd85f(0x259)](_0x58ffb9,_0x2fe625[_0x1cd85f(0x163)])['browserstackAgentV2'](this[_0x1cd85f(0x15d)],null,this['_testObservability']);});}}else{if(_0x4fc3bf['kyfvc'](this[_0x548b9b(0x199)],_0x4fc3bf[_0x548b9b(0x228)])){let _0x1638b6;try{if(_0x4fc3bf[_0x548b9b(0x195)](_0x4fc3bf[_0x548b9b(0x227)],_0x4fc3bf[_0x548b9b(0x227)]))_0x1638b6=_0x4fc3bf[_0x548b9b(0x271)](requireModule,_0x4fc3bf[_0x548b9b(0x23e)]);else{const _0x456216=_0x548b9b(0x177)+_0x2ba7f4+_0x43f79a[_0x548b9b(0x233)](_0x44561b);_0x53a415[_0x548b9b(0x1e6)](_0x4fc3bf[_0x548b9b(0x273)]),_0x1cbd5c[_0x548b9b(0x1e6)](_0xbb6809+':'+_0x456216);}}catch(_0x21b107){if(_0x4fc3bf[_0x548b9b(0x146)](_0x4fc3bf['nreOz'],_0x4fc3bf[_0x548b9b(0x25d)]))_0x1638b6=_0x4fc3bf[_0x548b9b(0x1ef)](requireModule,_0x4fc3bf[_0x548b9b(0x1fb)]);else{const _0x38e575=_0x4fc3bf[_0x548b9b(0x1cd)]['split']('|');let _0x3cf6bb=0x0;while(!![]){switch(_0x38e575[_0x3cf6bb++]){case'0':this[_0x548b9b(0x236)]=_0x3551be['mochaOpts'];continue;case'1':_0xb750e2[_0x548b9b(0x1e5)]=0x0;continue;case'2':this[_0x548b9b(0x24a)]=_0x4fc3bf[_0x548b9b(0x23a)](_0x41e21e);continue;case'3':_0x5e568a[_0x548b9b(0x23f)]=0x0;continue;case'4':_0x14fec7[_0x548b9b(0x1d6)]=0x0;continue;case'5':_0x21bbe7[_0x548b9b(0x171)]=0x0;continue;case'6':this[_0x548b9b(0x194)]=_0x33594e;continue;case'7':_0x49e74c[_0x548b9b(0x1ea)]=0x0;continue;case'8':_0x3fbf5['__platformCaps']=this[_0x548b9b(0x15d)][_0x548b9b(0x15b)]||{};continue;case'9':this[_0x548b9b(0x15d)]=_0x13082f[_0x548b9b(0x261)]||{};continue;case'10':this[_0x548b9b(0x199)]=_0x453367;continue;case'11':this[_0x548b9b(0x1bd)]=_0x312d10;continue;case'12':_0x8e3784[_0x548b9b(0x237)]={};continue;case'13':this[_0x548b9b(0x1aa)]=_0x12e3f4[_0x548b9b(0x1d2)];continue;case'14':_0x410655[_0x548b9b(0x221)]=0x0;continue;case'15':_0x428589[_0x548b9b(0x1c0)]=0x0;continue;case'16':this[_0x548b9b(0x1b9)]=this[_0x548b9b(0x15d)][_0x548b9b(0x189)];continue;case'17':_0x536953['testsUndefined']=0x0;continue;case'18':_0x4029f9['testsPending']=0x0;continue;case'19':_0x4afed8[_0x548b9b(0x1c8)]=this[_0x548b9b(0x15d)][_0x548b9b(0x14d)];continue;case'20':this[_0x548b9b(0x152)]=_0x4fc3bf[_0x548b9b(0x1a7)](_0x1da2fe);continue;case'21':_0x4c799b[_0x548b9b(0x23b)]=0x0;continue;}break;}}}const _0x263454=this[_0x548b9b(0x1bd)],_0x4d1b1a=_0x263454['indexOf'](_0x4fc3bf[_0x548b9b(0x228)]);_0x4fc3bf[_0x548b9b(0x17f)](_0x4d1b1a,-0x1)&&(_0x4fc3bf['kkVNy'](_0x4fc3bf[_0x548b9b(0x223)],_0x4fc3bf['DRgNQ'])?_0x263454[_0x548b9b(0x172)](_0x4d1b1a,0x1):(_0x2ff38d[_0x548b9b(0x1e6)](_0x4fc3bf['WnJgf']),_0x1d552e['push'](_0x4b473b+_0x548b9b(0x240)+_0x195d5a)));const _0x20a1d3=_0x4fc3bf['EiBLa'];try{if(_0x4fc3bf[_0x548b9b(0x21c)](_0x4fc3bf[_0x548b9b(0x1c6)],_0x4fc3bf[_0x548b9b(0x19d)])){const _0x3ac162={};_0x3ac162[_0x548b9b(0x14b)]=_0x712304[_0x548b9b(0x221)],_0x3ac162[_0x548b9b(0x147)]=_0x29c6ac[_0x548b9b(0x1e5)],_0x3ac162[_0x548b9b(0x20e)]=_0x2f6d3c[_0x548b9b(0x1c0)],_0x3ac162['stepsFailed']=_0x4b06fb[_0x548b9b(0x1d6)],_0x3ac162[_0x548b9b(0x1b2)]=_0x366173[_0x548b9b(0x23f)],_0x3ac162['stepsSkipped']=_0x54e39e['testsSkipped'],_0x3ac162['stepsPending']=_0x131044[_0x548b9b(0x26c)],_0x3ac162[_0x548b9b(0x1ec)]=_0xa1b984['testsUndefined'],_0x3ac162['stepsUnknown']=_0x38905c['testsUnknown'],_0x3ac162['stepsAmbiguous']=_0x2688c3['testsAmbiguous'],_0x3ac162[_0x548b9b(0x247)]=_0x2ed492['success'],_0x3ac162['testsErrorMessage']=_0x34fa09[_0x548b9b(0x237)];const _0x4083c1=_0x3ac162;_0x4fc3bf[_0x548b9b(0x250)](_0x34a0a7,_0x4083c1);}else{const _0x336ad3=_0x4fc3bf[_0x548b9b(0x1e3)](requireModule,_0x4fc3bf[_0x548b9b(0x238)]),_0x39149a=_0x336ad3['resolvePaths'];_0x336ad3.resolvePaths=async function(){const pathResults=await _0x39149a.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x20a1d3)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x263454[_0x548b9b(0x1e6)](_0x4fc3bf['WnJgf']),_0x263454[_0x548b9b(0x1e6)](path['join'](__dirname,_0x4fc3bf[_0x548b9b(0x1bc)]));}}catch(_0x2c091e){let _0x4dfbcf=_0x4fc3bf[_0x548b9b(0x164)],_0x125aa6;try{_0x4fc3bf['Dymhq'](_0x4fc3bf[_0x548b9b(0x205)],_0x4fc3bf[_0x548b9b(0x205)])?(_0x125aa6=_0x4fc3bf[_0x548b9b(0x1f1)](requireModule,_0x4fc3bf[_0x548b9b(0x22f)])['default'],_0x263454[_0x548b9b(0x1e6)](_0x4fc3bf['WnJgf']),_0x263454[_0x548b9b(0x1e6)](path['join'](__dirname,_0x4fc3bf[_0x548b9b(0x1bc)]))):_0x3c9665['__skipSessionStatus']=!![];}catch(_0x215319){_0x125aa6=_0x4fc3bf[_0x548b9b(0x16b)](requireModule,_0x4fc3bf[_0x548b9b(0x20a)])[_0x548b9b(0x1c2)],_0x263454[_0x548b9b(0x1e6)](_0x4fc3bf['WnJgf']),_0x263454[_0x548b9b(0x1e6)](path['join'](__dirname,_0x4fc3bf[_0x548b9b(0x211)])),_0x4dfbcf=_0x4fc3bf[_0x548b9b(0x201)];}const _0x2fbaed=_0x125aa6[_0x548b9b(0x1e4)][_0x548b9b(0x19e)];_0x125aa6['prototype'][_0x548b9b(0x19e)]=async function(){const _0x469c39=_0x548b9b,_0x37af1a=await _0x2fbaed[_0x469c39(0x241)](this);return _0x37af1a[_0x469c39(0x15e)]['unshift'](path[_0x469c39(0x244)](__dirname,_0x4dfbcf)),_0x37af1a[_0x469c39(0x15e)][_0x469c39(0x1e6)](path[_0x469c39(0x244)](__dirname,_0x20a1d3)),_0x37af1a;};}_0x263454[_0x548b9b(0x1e6)](_0x4fc3bf[_0x548b9b(0x17a)]),_0x263454[_0x548b9b(0x1e6)](''+this[_0x548b9b(0x15d)]['maxWorkers']);if(this[_0x548b9b(0x1aa)]&&_0x4fc3bf[_0x548b9b(0x206)](this[_0x548b9b(0x1aa)][_0x548b9b(0x22d)],0x0))for(let _0x22bf2b=0x0;_0x4fc3bf[_0x548b9b(0x252)](_0x22bf2b,this[_0x548b9b(0x1aa)][_0x548b9b(0x22d)]);_0x22bf2b++){const _0x254709=_0x4fc3bf[_0x548b9b(0x268)](getPlatformName,this[_0x548b9b(0x1b9)])[_0x548b9b(0x21a)](/ /g,'_');if(_0x4fc3bf[_0x548b9b(0x15f)](this['_formatter'][_0x22bf2b],undefined)&&_0x4fc3bf['MGVCs'](this[_0x548b9b(0x1aa)][_0x22bf2b][_0x548b9b(0x22d)],0x0)){const _0x385dd4=this[_0x548b9b(0x1aa)][_0x22bf2b][0x1],_0x498322=''+this[_0x548b9b(0x1aa)][_0x22bf2b][0x0];if(_0x4fc3bf[_0x548b9b(0x262)](_0x385dd4,undefined)){const _0xc9cec3='tmp/'+_0x254709+path[_0x548b9b(0x233)](_0x385dd4);_0x263454[_0x548b9b(0x1e6)](_0x4fc3bf[_0x548b9b(0x273)]),_0x263454[_0x548b9b(0x1e6)](_0x498322+':'+_0xc9cec3);}else _0x263454[_0x548b9b(0x1e6)](_0x4fc3bf[_0x548b9b(0x273)]),_0x263454[_0x548b9b(0x1e6)](_0x498322+':tmp/'+_0x254709);}}const _0x544dd4=new _0x1638b6['default']({'argv':_0x263454,'cwd':process[_0x548b9b(0x155)](),'stdout':process['stdout'],'stderr':process[_0x548b9b(0x26e)],'env':process[_0x548b9b(0x184)]});process[_0x548b9b(0x184)][_0x548b9b(0x219)]=JSON[_0x548b9b(0x157)](this['_configuration']),_0x544dd4['run']()['then'](_0x28db9f=>{const _0x3ec2b6=_0x548b9b,_0x55fe3c={};_0x55fe3c[_0x3ec2b6(0x14b)]=global[_0x3ec2b6(0x221)],_0x55fe3c['steps']=global[_0x3ec2b6(0x1e5)],_0x55fe3c[_0x3ec2b6(0x20e)]=global[_0x3ec2b6(0x1c0)],_0x55fe3c[_0x3ec2b6(0x15a)]=global['testsFailed'],_0x55fe3c[_0x3ec2b6(0x1b2)]=global[_0x3ec2b6(0x23f)],_0x55fe3c[_0x3ec2b6(0x158)]=global['testsSkipped'],_0x55fe3c[_0x3ec2b6(0x165)]=global[_0x3ec2b6(0x26c)],_0x55fe3c[_0x3ec2b6(0x1ec)]=global[_0x3ec2b6(0x170)],_0x55fe3c[_0x3ec2b6(0x1c3)]=global[_0x3ec2b6(0x1ea)],_0x55fe3c['stepsAmbiguous']=global[_0x3ec2b6(0x171)],_0x55fe3c['processSuccess']=_0x28db9f['success'],_0x55fe3c['testsErrorMessage']=global[_0x3ec2b6(0x237)];const _0x141ffc=_0x55fe3c;_0x4fc3bf[_0x3ec2b6(0x21b)](_0x2ac917,_0x141ffc);})[_0x548b9b(0x1a9)](_0x352a30=>{_0x4be0ae['ZtFpP'](_0x461bb7,_0x352a30);});}else{if(_0x4fc3bf[_0x548b9b(0x1c9)](this[_0x548b9b(0x199)],_0x4fc3bf[_0x548b9b(0x24f)])){process['argv']=this[_0x548b9b(0x15d)]['args'];try{_0x4fc3bf[_0x548b9b(0x217)](modifyCommand),_0x4fc3bf[_0x548b9b(0x271)](require,_0x4fc3bf[_0x548b9b(0x19b)])[_0x548b9b(0x181)](this[_0x548b9b(0x15d)]);let _0x180019=0x0;process['on'](_0x4fc3bf[_0x548b9b(0x207)],async()=>{const _0x2dd104=_0x548b9b;if(_0x4be0ae[_0x2dd104(0x23d)](_0x180019,0x0))return;_0x180019++,await _0x4be0ae[_0x2dd104(0x17d)](cleanupDrivers,global[_0x2dd104(0x1eb)]);}),_0x4fc3bf['hmrTL'](require,this[_0x548b9b(0x15d)][_0x548b9b(0x203)]);}catch(_0x245e93){console['error'](_0x245e93),process['exitCode']=0x1,_0x4fc3bf['BWGBP'](_0x461bb7,_0x245e93);}_0x4fc3bf[_0x548b9b(0x16d)](_0x2ac917);}}}});}}module[a19_0x2b8d7e(0x232)]=Launcher;
@@ -1 +1 @@
1
- function a20_0x1371(_0x378117,_0x5ba3e1){const _0x5f4547=a20_0x5f45();return a20_0x1371=function(_0x1371a7,_0x574c24){_0x1371a7=_0x1371a7-0x120;let _0x59cbe6=_0x5f4547[_0x1371a7];return _0x59cbe6;},a20_0x1371(_0x378117,_0x5ba3e1);}const a20_0x4e5b7a=a20_0x1371;(function(_0x2a7169,_0x2ca576){const _0x30ee63=a20_0x1371,_0x5d7a6b=_0x2a7169();while(!![]){try{const _0x99e2bb=parseInt(_0x30ee63(0x15a))/0x1*(-parseInt(_0x30ee63(0x156))/0x2)+-parseInt(_0x30ee63(0x190))/0x3+parseInt(_0x30ee63(0x151))/0x4+-parseInt(_0x30ee63(0x138))/0x5*(-parseInt(_0x30ee63(0x134))/0x6)+parseInt(_0x30ee63(0x169))/0x7+parseInt(_0x30ee63(0x168))/0x8*(-parseInt(_0x30ee63(0x162))/0x9)+parseInt(_0x30ee63(0x16b))/0xa;if(_0x99e2bb===_0x2ca576)break;else _0x5d7a6b['push'](_0x5d7a6b['shift']());}catch(_0x4dc5ce){_0x5d7a6b['push'](_0x5d7a6b['shift']());}}}(a20_0x5f45,0x46c68));const path=require(a20_0x4e5b7a(0x129)),os=require('os'),util=require(a20_0x4e5b7a(0x126)),bsSetupHelper=require(a20_0x4e5b7a(0x182)),logger=require(a20_0x4e5b7a(0x167))['winstonLogger'];exports['setAccessibilityCapabilities']=_0x53cb95=>{const _0x2b7dc6=a20_0x4e5b7a,_0x35ca3d={};_0x35ca3d[_0x2b7dc6(0x13c)]=_0x2b7dc6(0x135),_0x35ca3d[_0x2b7dc6(0x195)]=_0x2b7dc6(0x171),_0x35ca3d[_0x2b7dc6(0x152)]=_0x2b7dc6(0x145),_0x35ca3d[_0x2b7dc6(0x131)]='browserstack.accessibilityOptions',_0x35ca3d['JiZHI']=_0x2b7dc6(0x144),_0x35ca3d['IiRNb']='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.',_0x35ca3d[_0x2b7dc6(0x154)]=function(_0x5d6d0b,_0x301405){return _0x5d6d0b!==_0x301405;},_0x35ca3d[_0x2b7dc6(0x164)]=_0x2b7dc6(0x179),_0x35ca3d[_0x2b7dc6(0x13b)]='browserstack.accessibility',_0x35ca3d[_0x2b7dc6(0x18a)]=function(_0x4bd983,_0x1b187b){return _0x4bd983!==_0x1b187b;},_0x35ca3d[_0x2b7dc6(0x18e)]=_0x2b7dc6(0x12c),_0x35ca3d[_0x2b7dc6(0x176)]=function(_0x56a46f,_0x9543af){return _0x56a46f===_0x9543af;},_0x35ca3d[_0x2b7dc6(0x12a)]='aXXoF',_0x35ca3d[_0x2b7dc6(0x127)]=_0x2b7dc6(0x166),_0x35ca3d[_0x2b7dc6(0x123)]='ZtcBv',_0x35ca3d[_0x2b7dc6(0x14b)]='yRARS',_0x35ca3d['CkWhm']=function(_0x1bf2b3,_0x22cbee){return _0x1bf2b3!==_0x22cbee;},_0x35ca3d['gqDmb']=_0x2b7dc6(0x175),_0x35ca3d[_0x2b7dc6(0x12b)]=function(_0xa05ad5,_0x5cb3c7){return _0xa05ad5!==_0x5cb3c7;},_0x35ca3d[_0x2b7dc6(0x141)]='ThUVE',_0x35ca3d[_0x2b7dc6(0x136)]=_0x2b7dc6(0x16a),_0x35ca3d[_0x2b7dc6(0x17f)]=_0x2b7dc6(0x174),_0x35ca3d[_0x2b7dc6(0x183)]=function(_0x4c7234,_0x55ab5a){return _0x4c7234===_0x55ab5a;},_0x35ca3d[_0x2b7dc6(0x172)]=_0x2b7dc6(0x181),_0x35ca3d['QuWKS']=_0x2b7dc6(0x196),_0x35ca3d['mhCha']=function(_0x1a05a0,_0x36c6c9){return _0x1a05a0!==_0x36c6c9;},_0x35ca3d[_0x2b7dc6(0x170)]='zfXIJ';const _0x4d0bf6=_0x35ca3d;try{if(_0x4d0bf6[_0x2b7dc6(0x154)](_0x4d0bf6[_0x2b7dc6(0x164)],_0x4d0bf6[_0x2b7dc6(0x164)]))return _0x9aa90[_0x2b7dc6(0x180)](_0x4d0bf6[_0x2b7dc6(0x13c)]),![];else{const _0x157642=_0x53cb95[_0x2b7dc6(0x128)]||{};if(_0x157642[_0x4d0bf6[_0x2b7dc6(0x195)]]&&_0x157642[_0x4d0bf6[_0x2b7dc6(0x195)]][_0x2b7dc6(0x13e)]||_0x53cb95[_0x2b7dc6(0x128)][_0x4d0bf6['rBgez']]){if(_0x4d0bf6[_0x2b7dc6(0x18a)](_0x4d0bf6[_0x2b7dc6(0x18e)],_0x4d0bf6[_0x2b7dc6(0x18e)]))_0x636ee5[_0x2b7dc6(0x192)](_0x2b7dc6(0x15b)+_0x568c2f);else{global[_0x2b7dc6(0x140)]=!![];if(_0x157642[_0x4d0bf6[_0x2b7dc6(0x195)]]){if(_0x4d0bf6[_0x2b7dc6(0x176)](_0x4d0bf6[_0x2b7dc6(0x12a)],_0x4d0bf6[_0x2b7dc6(0x127)])){const _0x54ae4b={};_0x54ae4b[_0x2b7dc6(0x191)]=_0xb9e19f['env'][_0x2b7dc6(0x12e)],_0x1e180d[_0x4d0bf6[_0x2b7dc6(0x195)]]['accessibilityOptions']=_0x54ae4b;}else{if(_0x157642[_0x4d0bf6[_0x2b7dc6(0x195)]][_0x2b7dc6(0x17b)]){if(_0x4d0bf6[_0x2b7dc6(0x176)](_0x4d0bf6[_0x2b7dc6(0x123)],_0x4d0bf6[_0x2b7dc6(0x14b)]))return _0x32ce46[_0x2b7dc6(0x180)](_0x4d0bf6[_0x2b7dc6(0x152)]),![];else _0x157642[_0x4d0bf6[_0x2b7dc6(0x195)]]['accessibilityOptions']['authToken']=process[_0x2b7dc6(0x186)][_0x2b7dc6(0x12e)];}else{if(_0x4d0bf6[_0x2b7dc6(0x158)](_0x4d0bf6['gqDmb'],_0x4d0bf6[_0x2b7dc6(0x121)])){if(_0x24d7fd[_0x4d0bf6[_0x2b7dc6(0x131)]])_0x44c817[_0x4d0bf6[_0x2b7dc6(0x131)]][_0x2b7dc6(0x191)]=_0x2985bd[_0x2b7dc6(0x186)][_0x2b7dc6(0x12e)];else{const _0x1a4193={};_0x1a4193[_0x2b7dc6(0x191)]=_0x1b8e3d['env'][_0x2b7dc6(0x12e)],_0x1b1782[_0x4d0bf6[_0x2b7dc6(0x131)]]=_0x1a4193;}_0x3d41b6[_0x4d0bf6[_0x2b7dc6(0x131)]][_0x2b7dc6(0x15c)]=_0x291edb['parse'](_0x31137f[_0x2b7dc6(0x186)][_0x2b7dc6(0x13f)])[_0x2b7dc6(0x15c)];}else{const _0x59f0fe={};_0x59f0fe[_0x2b7dc6(0x191)]=process[_0x2b7dc6(0x186)][_0x2b7dc6(0x12e)],_0x157642[_0x4d0bf6[_0x2b7dc6(0x195)]]['accessibilityOptions']=_0x59f0fe;}}_0x157642[_0x4d0bf6[_0x2b7dc6(0x195)]][_0x2b7dc6(0x17b)][_0x2b7dc6(0x15c)]=JSON[_0x2b7dc6(0x12d)](process['env'][_0x2b7dc6(0x13f)])['scannerVersion'];}}else{if(_0x53cb95[_0x2b7dc6(0x128)][_0x4d0bf6['rBgez']]){if(_0x4d0bf6[_0x2b7dc6(0x12b)](_0x4d0bf6[_0x2b7dc6(0x141)],_0x4d0bf6[_0x2b7dc6(0x136)])){if(_0x157642[_0x4d0bf6[_0x2b7dc6(0x131)]])_0x4d0bf6[_0x2b7dc6(0x176)](_0x4d0bf6[_0x2b7dc6(0x17f)],_0x4d0bf6[_0x2b7dc6(0x17f)])?_0x157642[_0x4d0bf6[_0x2b7dc6(0x131)]][_0x2b7dc6(0x191)]=process[_0x2b7dc6(0x186)][_0x2b7dc6(0x12e)]:_0xca782a=_0x42cde9[_0x2b7dc6(0x132)](_0x4d0bf6['JiZHI']);else{if(_0x4d0bf6[_0x2b7dc6(0x183)](_0x4d0bf6[_0x2b7dc6(0x172)],_0x4d0bf6[_0x2b7dc6(0x133)])){const _0x36ade0={};_0x36ade0['authToken']=_0x1c92e6[_0x2b7dc6(0x186)][_0x2b7dc6(0x12e)],_0x43562f[_0x4d0bf6[_0x2b7dc6(0x131)]]=_0x36ade0;}else{const _0x23656a={};_0x23656a[_0x2b7dc6(0x191)]=process['env'][_0x2b7dc6(0x12e)],_0x157642[_0x4d0bf6[_0x2b7dc6(0x131)]]=_0x23656a;}}_0x157642[_0x4d0bf6['qcUFw']]['scannerVersion']=JSON[_0x2b7dc6(0x12d)](process['env'][_0x2b7dc6(0x13f)])[_0x2b7dc6(0x15c)];}else return _0x409afd[_0x2b7dc6(0x180)](_0x4d0bf6[_0x2b7dc6(0x13a)]),![];}}}}}}catch(_0x22c8fa){_0x4d0bf6[_0x2b7dc6(0x194)](_0x4d0bf6[_0x2b7dc6(0x170)],_0x4d0bf6[_0x2b7dc6(0x170)])?_0x409b63[_0x4d0bf6[_0x2b7dc6(0x131)]][_0x2b7dc6(0x191)]=_0x4ec1d7[_0x2b7dc6(0x186)][_0x2b7dc6(0x12e)]:logger[_0x2b7dc6(0x192)](_0x2b7dc6(0x15b)+_0x22c8fa);}},exports[a20_0x4e5b7a(0x184)]=(_0x2334ce,_0x44ad56)=>{const _0xbef9fb=a20_0x4e5b7a,_0x41d28a={};_0x41d28a['txkQF']=_0xbef9fb(0x153),_0x41d28a[_0xbef9fb(0x14e)]='bstack:options',_0x41d28a[_0xbef9fb(0x159)]=function(_0x9c506f,_0x50d863){return _0x9c506f!==_0x50d863;},_0x41d28a['crcnT']=function(_0x3710a0,_0x38e046){return _0x3710a0===_0x38e046;},_0x41d28a[_0xbef9fb(0x15d)]=_0xbef9fb(0x18d),_0x41d28a['GgjvF']=_0xbef9fb(0x13d),_0x41d28a[_0xbef9fb(0x163)]=function(_0x48cb75,_0x1f0679){return _0x48cb75!==_0x1f0679;},_0x41d28a[_0xbef9fb(0x189)]=_0xbef9fb(0x18b),_0x41d28a[_0xbef9fb(0x188)]='ZLyMt',_0x41d28a[_0xbef9fb(0x14d)]=_0xbef9fb(0x160),_0x41d28a[_0xbef9fb(0x157)]=_0xbef9fb(0x145),_0x41d28a[_0xbef9fb(0x177)]=function(_0x233d87,_0x2ec0c1){return _0x233d87===_0x2ec0c1;},_0x41d28a[_0xbef9fb(0x143)]=_0xbef9fb(0x14c),_0x41d28a[_0xbef9fb(0x150)]=function(_0xf11519,_0x525618){return _0xf11519>_0x525618;},_0x41d28a[_0xbef9fb(0x18c)]=_0xbef9fb(0x16e),_0x41d28a[_0xbef9fb(0x15f)]=_0xbef9fb(0x142),_0x41d28a[_0xbef9fb(0x147)]=_0xbef9fb(0x16f),_0x41d28a[_0xbef9fb(0x124)]=_0xbef9fb(0x14a),_0x41d28a[_0xbef9fb(0x16d)]=_0xbef9fb(0x144),_0x41d28a['ljojq']='KxWPV',_0x41d28a[_0xbef9fb(0x148)]=_0xbef9fb(0x185),_0x41d28a[_0xbef9fb(0x193)]=_0xbef9fb(0x178),_0x41d28a[_0xbef9fb(0x14f)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.';const _0x289324=_0x41d28a;try{const _0xea796=_0x44ad56['capability']||{},_0x5d88c1=(_0xea796[_0x289324['KnEoV']]?_0xea796[_0x289324['KnEoV']][_0xbef9fb(0x15e)]:_0xea796[_0xbef9fb(0x187)])||'';if(_0x289324[_0xbef9fb(0x159)](_0x5d88c1,'')){if(_0x289324['crcnT'](_0x289324[_0xbef9fb(0x15d)],_0x289324['FrYgW']))return logger['warn'](_0x289324['GgjvF']),![];else _0xe35493['debug'](_0xbef9fb(0x17a)+_0x233830[_0xbef9fb(0x139)](_0x5de90c));}const _0x3702b3=_0xea796[_0xbef9fb(0x122)];if(_0x289324[_0xbef9fb(0x163)](_0x3702b3[_0xbef9fb(0x173)](),_0x289324['cuTMH']))return _0x289324[_0xbef9fb(0x149)](_0x289324[_0xbef9fb(0x188)],_0x289324[_0xbef9fb(0x14d)])?![]:(logger[_0xbef9fb(0x180)](_0x289324['fnCGt']),![]);const _0x4e70fa=_0xea796[_0xbef9fb(0x125)]||_0xea796['browser_version'];if(!bsSetupHelper[_0xbef9fb(0x146)](_0x4e70fa)&&!(_0x289324[_0xbef9fb(0x177)](_0x4e70fa,_0x289324[_0xbef9fb(0x143)])||_0x289324[_0xbef9fb(0x150)](_0x4e70fa,0x5e)))return _0x289324[_0xbef9fb(0x159)](_0x289324['AeLag'],_0x289324[_0xbef9fb(0x15f)])?(logger['warn'](_0x289324['txkQF']),![]):(_0x5aaa5e[_0xbef9fb(0x180)](_0x289324['txkQF']),![]);let _0x899bc4;try{if(_0x289324[_0xbef9fb(0x159)](_0x289324[_0xbef9fb(0x147)],_0x289324[_0xbef9fb(0x124)]))_0x899bc4=bsSetupHelper['requireModule'](_0x289324[_0xbef9fb(0x16d)]);else{if(_0x5cb20b[_0x289324[_0xbef9fb(0x14e)]][_0xbef9fb(0x17b)])_0x361fef[_0x289324['KnEoV']][_0xbef9fb(0x17b)][_0xbef9fb(0x191)]=_0x3db39e[_0xbef9fb(0x186)][_0xbef9fb(0x12e)];else{const _0x2864b9={};_0x2864b9[_0xbef9fb(0x191)]=_0x2688d8[_0xbef9fb(0x186)][_0xbef9fb(0x12e)],_0x3c5164[_0x289324['KnEoV']][_0xbef9fb(0x17b)]=_0x2864b9;}_0x2be0f7[_0x289324[_0xbef9fb(0x14e)]]['accessibilityOptions'][_0xbef9fb(0x15c)]=_0x25c14b[_0xbef9fb(0x12d)](_0x1b3801[_0xbef9fb(0x186)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])['scannerVersion'];}}catch(_0x5bf7ca){if(_0x289324[_0xbef9fb(0x159)](_0x289324['ljojq'],_0x289324[_0xbef9fb(0x12f)]))_0x153f8b[_0x289324[_0xbef9fb(0x14e)]][_0xbef9fb(0x17b)][_0xbef9fb(0x191)]=_0x3c580d[_0xbef9fb(0x186)][_0xbef9fb(0x12e)];else return![];}const _0x4a683b=new _0x899bc4['Options'](_0x2334ce[_0xbef9fb(0x165)]);if(_0x4a683b[_0xbef9fb(0x161)]?.['args']?.[_0xbef9fb(0x17d)](_0x289324['mHNwK'])){if(_0x289324[_0xbef9fb(0x159)](_0x289324['iQHCQ'],_0x289324['iQHCQ']))_0x487d5f[_0xbef9fb(0x192)](_0xbef9fb(0x17c)+_0x2320c0);else return logger[_0xbef9fb(0x180)](_0x289324[_0xbef9fb(0x14f)]),![];}return!![];}catch(_0x330bde){logger[_0xbef9fb(0x192)](_0xbef9fb(0x17a)+util[_0xbef9fb(0x139)](_0x330bde));}return![];},exports[a20_0x4e5b7a(0x137)]=async _0x10067f=>{const _0x22db54=a20_0x4e5b7a,_0x4d3c90={};_0x4d3c90[_0x22db54(0x17e)]=function(_0x5e1ae4,_0xa0c309){return _0x5e1ae4===_0xa0c309;},_0x4d3c90[_0x22db54(0x155)]=_0x22db54(0x120);const _0xd52c4c=_0x4d3c90;let _0x4e06b7={};try{const _0x1f1a23=await _0x10067f['getCapabilities']();_0x4e06b7={'os_name':_0x1f1a23[_0x22db54(0x18f)](),'os_version':bsSetupHelper['getPlatformVersion'](_0xd52c4c[_0x22db54(0x17e)](global[_0x22db54(0x16c)],_0xd52c4c[_0x22db54(0x155)])),'browser_name':_0x1f1a23['getBrowserName'](),'browser_version':_0x1f1a23[_0x22db54(0x130)]()};}catch(_0x1f6e7d){logger['debug'](_0x22db54(0x17c)+_0x1f6e7d);}return _0x4e06b7;};function a20_0x5f45(){const _0xd469b2=['Kjkuu','getPlatform','904872ZZbVgk','authToken','debug','iQHCQ','mhCha','sdtib','ewHkR','browserstack','gqDmb','browserName','JWyWb','NyzdM','browserVersion','util','EhBBD','capability','path','tdCAd','ELsEG','FWtvT','parse','BS_A11Y_JWT','ljojq','getBrowserVersion','qcUFw','requireModule','QuWKS','648ineldk','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','qwbJM','fetchPlatformDetails','11740IRcSpC','format','IiRNb','rBgez','yueGM','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','accessibility','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isAccessibilityPlatform','IoHQz','loFUA','upxlF','selenium-webdriver/chrome.js','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','isUndefined','ZehDv','mHNwK','crcnT','wHlDO','STwLm','latest','NVVrH','KnEoV','HmVum','rXhRc','958304EFjDBQ','SLGCD','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','Lmank','DpGqF','2TKzwXc','fnCGt','CkWhm','DpQqJ','92063VeWeAD','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','scannerVersion','FrYgW','deviceName','xXEtw','eYSDD','options_','24003MHVHVD','Gkojm','oCIwR','chromeOptions_','yaHkH','../../../helpers/logger','496nIRZXU','1749804TfXwWt','qdetf','1058050VppZYe','__cloud_provider___','HGYOh','AWYCW','gGMtO','VITyb','bstack:options','kqLvZ','toLowerCase','QTKcn','UpWei','aUBzb','sMGjY','flhUp','FqKSm','Exception\x20in\x20setExtension\x20Error:\x20','accessibilityOptions','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','includes','gThBZ','wCipv','warn','JtrXq','../../../helpers/helper','KayYf','setExtension','--headless','env','device','rKamt','cuTMH','KQfQY','chrome','AeLag','cUeWC'];a20_0x5f45=function(){return _0xd469b2;};return a20_0x5f45();}
1
+ function a20_0x6aba(_0xb0b21,_0x5b3027){const _0x406bee=a20_0x406b();return a20_0x6aba=function(_0x6aba08,_0x3da94b){_0x6aba08=_0x6aba08-0x8b;let _0x1860a1=_0x406bee[_0x6aba08];return _0x1860a1;},a20_0x6aba(_0xb0b21,_0x5b3027);}const a20_0x1e4d69=a20_0x6aba;(function(_0x105c4e,_0x36b753){const _0x27a57b=a20_0x6aba,_0x483ecb=_0x105c4e();while(!![]){try{const _0x42cd54=-parseInt(_0x27a57b(0x8c))/0x1*(-parseInt(_0x27a57b(0xd3))/0x2)+-parseInt(_0x27a57b(0xe3))/0x3+parseInt(_0x27a57b(0xc3))/0x4*(parseInt(_0x27a57b(0xd1))/0x5)+parseInt(_0x27a57b(0xac))/0x6+parseInt(_0x27a57b(0x8e))/0x7+parseInt(_0x27a57b(0xf9))/0x8+parseInt(_0x27a57b(0xa6))/0x9*(-parseInt(_0x27a57b(0xbd))/0xa);if(_0x42cd54===_0x36b753)break;else _0x483ecb['push'](_0x483ecb['shift']());}catch(_0x5b4e75){_0x483ecb['push'](_0x483ecb['shift']());}}}(a20_0x406b,0x62795));const path=require(a20_0x1e4d69(0xab)),os=require('os'),util=require(a20_0x1e4d69(0xe0)),bsSetupHelper=require('../../../helpers/helper'),logger=require(a20_0x1e4d69(0xb4))['winstonLogger'];function a20_0x406b(){const _0x23d0ea=['6257064DdHyZQ','__cloud_provider___','DbCTq','rNkFc','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','DFBUr','toLowerCase','628561XDbLja','YXjtG','1056825zXTXBd','browserstack.accessibility','requireModule','UHfLc','YkiBf','debug','tJdQR','HFNeS','browserstack','Exception\x20in\x20setExtension\x20Error:\x20','isUndefined','QDVEk','deviceName','warn','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','SOJyG','UulLn','browserstack.accessibilityOptions','MJoIs','qsjoA','hSzUQ','IvDxN','sxKCx','AtZTj','13237578DKPzDU','capability','hFLeN','getPlatformVersion','UuDSu','path','2522130lcNvxh','PuBjy','NdGPf','LvOpm','scannerVersion','authToken','env','xRqYU','../../../helpers/logger','MxTvH','SOkUl','QoRpV','setAccessibilityCapabilities','WqNpX','IUXXj','Pyktk','getBrowserName','10lWPedo','gKyMz','fetchPlatformDetails','KjyoA','ikHMd','AaeQk','4lJmfiW','HfGjy','ivZgm','setExtension','format','parse','options_','chromeOptions_','urqvU','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','FIfvo','includes','EayKQ','LLjIi','3285525jhdSyT','sPnqF','2tLhDkt','tHMIN','AuicB','XzMVr','browserVersion','ZiWFz','bstack:options','SVFKn','DELcT','accessibilityOptions','LsLln','tcVLU','BS_A11Y_JWT','util','JzNtt','JSXGU','2294814UdDwEk','QJpmu','gfDCI','bktec','ZdAfp','AlwaK','ZoOxS','KAHxb','eJlpu','PCJSf','FHjFS','xJJhM','lpkGh','getCapabilities','mIOeo','browser_version','browserName','selenium-webdriver/chrome.js','VVPLv','vguCd','device','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'];a20_0x406b=function(){return _0x23d0ea;};return a20_0x406b();}exports[a20_0x1e4d69(0xb8)]=_0x30c923=>{const _0x527ac9=a20_0x1e4d69,_0x19faf4={};_0x19faf4['sxKCx']=_0x527ac9(0xf4),_0x19faf4[_0x527ac9(0x9e)]=_0x527ac9(0x9f),_0x19faf4[_0x527ac9(0xfc)]=_0x527ac9(0x9c),_0x19faf4[_0x527ac9(0xde)]='bstack:options',_0x19faf4[_0x527ac9(0xba)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.',_0x19faf4['DFBUr']=function(_0x14060f,_0x2996b8){return _0x14060f===_0x2996b8;},_0x19faf4[_0x527ac9(0xc5)]=_0x527ac9(0x91),_0x19faf4[_0x527ac9(0xb6)]=_0x527ac9(0x8f),_0x19faf4[_0x527ac9(0xe5)]=function(_0x463d9b,_0x25c15e){return _0x463d9b!==_0x25c15e;},_0x19faf4['liBqc']=_0x527ac9(0xb5),_0x19faf4[_0x527ac9(0xae)]=_0x527ac9(0xa2),_0x19faf4[_0x527ac9(0xa3)]=function(_0x4e0a02,_0x2cb06f){return _0x4e0a02!==_0x2cb06f;},_0x19faf4[_0x527ac9(0xb7)]=_0x527ac9(0xcd),_0x19faf4[_0x527ac9(0xe1)]=_0x527ac9(0xc1),_0x19faf4[_0x527ac9(0xa5)]='zgZYO',_0x19faf4[_0x527ac9(0x9d)]=function(_0xf6759d,_0x1e5129){return _0xf6759d===_0x1e5129;},_0x19faf4['bktec']='qfXHZ',_0x19faf4['PuBjy']=_0x527ac9(0x95),_0x19faf4[_0x527ac9(0xee)]=_0x527ac9(0xdd),_0x19faf4[_0x527ac9(0xa0)]=_0x527ac9(0xc0),_0x19faf4[_0x527ac9(0xc4)]=_0x527ac9(0xea),_0x19faf4[_0x527ac9(0x92)]=_0x527ac9(0xe8),_0x19faf4[_0x527ac9(0x99)]=_0x527ac9(0xa1);const _0x493d7b=_0x19faf4;try{if(_0x493d7b[_0x527ac9(0xfe)](_0x493d7b['ivZgm'],_0x493d7b[_0x527ac9(0xc5)])){const _0x45b5ea=_0x30c923[_0x527ac9(0xa7)]||{};if(_0x45b5ea[_0x493d7b[_0x527ac9(0xde)]]&&_0x45b5ea[_0x493d7b[_0x527ac9(0xde)]]['accessibility']||_0x30c923[_0x527ac9(0xa7)][_0x493d7b[_0x527ac9(0xb6)]]){if(_0x493d7b[_0x527ac9(0xe5)](_0x493d7b['liBqc'],_0x493d7b['NdGPf'])){global['isAccessibilityPlatform']=!![];if(_0x45b5ea[_0x493d7b[_0x527ac9(0xde)]]){if(_0x493d7b[_0x527ac9(0xa3)](_0x493d7b[_0x527ac9(0xb7)],_0x493d7b[_0x527ac9(0xe1)])){if(_0x45b5ea[_0x493d7b['tcVLU']][_0x527ac9(0xdc)])_0x493d7b[_0x527ac9(0xfe)](_0x493d7b[_0x527ac9(0xa5)],_0x493d7b[_0x527ac9(0xa5)])?_0x45b5ea[_0x493d7b['tcVLU']]['accessibilityOptions']['authToken']=process[_0x527ac9(0xb2)][_0x527ac9(0xdf)]:_0x285565=_0x2c7e58['requireModule'](_0x493d7b[_0x527ac9(0xa4)]);else{if(_0x493d7b[_0x527ac9(0x9d)](_0x493d7b[_0x527ac9(0xe6)],_0x493d7b[_0x527ac9(0xad)]))_0x43174f[_0x527ac9(0x93)](_0x527ac9(0x97)+_0x534eb3[_0x527ac9(0xc7)](_0x54c359));else{const _0x4aedc6={};_0x4aedc6[_0x527ac9(0xb1)]=process[_0x527ac9(0xb2)]['BS_A11Y_JWT'],_0x45b5ea[_0x493d7b[_0x527ac9(0xde)]][_0x527ac9(0xdc)]=_0x4aedc6;}}_0x45b5ea[_0x493d7b[_0x527ac9(0xde)]][_0x527ac9(0xdc)][_0x527ac9(0xb0)]=JSON[_0x527ac9(0xc8)](process[_0x527ac9(0xb2)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])['scannerVersion'];}else{if(_0x158c2a[_0x493d7b['UulLn']])_0x2e282f[_0x493d7b[_0x527ac9(0x9e)]][_0x527ac9(0xb1)]=_0x47a9e0[_0x527ac9(0xb2)][_0x527ac9(0xdf)];else{const _0x4e6826={};_0x4e6826[_0x527ac9(0xb1)]=_0x573d73[_0x527ac9(0xb2)][_0x527ac9(0xdf)],_0xa37c54[_0x493d7b[_0x527ac9(0x9e)]]=_0x4e6826;}_0x595d61[_0x493d7b[_0x527ac9(0x9e)]]['scannerVersion']=_0x1aa167['parse'](_0x2044e2['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x527ac9(0xb0)];}}else{if(_0x30c923['capability'][_0x493d7b[_0x527ac9(0xb6)]]){if(_0x493d7b[_0x527ac9(0xe5)](_0x493d7b['xJJhM'],_0x493d7b[_0x527ac9(0xa0)])){if(_0x45b5ea[_0x493d7b[_0x527ac9(0x9e)]]){if(_0x493d7b[_0x527ac9(0xa3)](_0x493d7b[_0x527ac9(0xc4)],_0x493d7b[_0x527ac9(0xc4)]))return _0x3c1e84[_0x527ac9(0x9b)](_0x493d7b[_0x527ac9(0xfc)]),![];else _0x45b5ea[_0x493d7b[_0x527ac9(0x9e)]]['authToken']=process[_0x527ac9(0xb2)][_0x527ac9(0xdf)];}else{if(_0x493d7b[_0x527ac9(0xfe)](_0x493d7b[_0x527ac9(0x92)],_0x493d7b[_0x527ac9(0x92)])){const _0x5ef22b={};_0x5ef22b['authToken']=process[_0x527ac9(0xb2)][_0x527ac9(0xdf)],_0x45b5ea[_0x493d7b[_0x527ac9(0x9e)]]=_0x5ef22b;}else{const _0x4ce793={};_0x4ce793[_0x527ac9(0xb1)]=_0x46ee14[_0x527ac9(0xb2)][_0x527ac9(0xdf)],_0x1a19bb[_0x493d7b[_0x527ac9(0xde)]][_0x527ac9(0xdc)]=_0x4ce793;}}_0x45b5ea[_0x493d7b[_0x527ac9(0x9e)]][_0x527ac9(0xb0)]=JSON[_0x527ac9(0xc8)](process[_0x527ac9(0xb2)][_0x527ac9(0xfd)])[_0x527ac9(0xb0)];}else return![];}}}else _0x4d1620[_0x493d7b['UulLn']][_0x527ac9(0xb1)]=_0x53c690[_0x527ac9(0xb2)][_0x527ac9(0xdf)];}}else return _0x618ed6['warn'](_0x493d7b[_0x527ac9(0xba)]),![];}catch(_0x2ecb5a){_0x493d7b[_0x527ac9(0xa3)](_0x493d7b[_0x527ac9(0x99)],_0x493d7b[_0x527ac9(0x99)])?_0x1d20fb[_0x527ac9(0x93)](_0x527ac9(0xf8)+_0x4efffa):logger[_0x527ac9(0x93)](_0x527ac9(0xcc)+_0x2ecb5a);}},exports[a20_0x1e4d69(0xc6)]=(_0x3fd771,_0x4ccdc8)=>{const _0x477067=a20_0x1e4d69,_0x201f38={};_0x201f38['tHMIN']=_0x477067(0xd9),_0x201f38[_0x477067(0xef)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.',_0x201f38[_0x477067(0xdb)]=_0x477067(0x9f),_0x201f38[_0x477067(0xe4)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',_0x201f38[_0x477067(0xec)]=function(_0x295485,_0x41a7b6){return _0x295485!==_0x41a7b6;},_0x201f38[_0x477067(0xd5)]=function(_0x50191e,_0x30b06e){return _0x50191e!==_0x30b06e;},_0x201f38[_0x477067(0xb9)]=_0x477067(0xaa),_0x201f38['DbCTq']='chrome',_0x201f38[_0x477067(0xed)]=function(_0x3a9e2a,_0x547acc){return _0x3a9e2a===_0x547acc;},_0x201f38[_0x477067(0xd0)]=_0x477067(0xd8),_0x201f38[_0x477067(0xf5)]=function(_0x60d7f9,_0x4f3b2e){return _0x60d7f9===_0x4f3b2e;},_0x201f38[_0x477067(0xcb)]='latest',_0x201f38[_0x477067(0xa8)]=function(_0x19a41e,_0x3d0853){return _0x19a41e>_0x3d0853;},_0x201f38[_0x477067(0xe7)]=function(_0x46b6e1,_0xa9cd2a){return _0x46b6e1===_0xa9cd2a;},_0x201f38[_0x477067(0xe2)]=_0x477067(0xaf),_0x201f38[_0x477067(0xbb)]=_0x477067(0xbe),_0x201f38[_0x477067(0xd2)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.',_0x201f38['vguCd']=_0x477067(0x8d),_0x201f38[_0x477067(0xf1)]='selenium-webdriver/chrome.js',_0x201f38['ZoOxS']=_0x477067(0xc2),_0x201f38[_0x477067(0xda)]='--headless',_0x201f38[_0x477067(0xd6)]=function(_0x1d5b1f,_0x398352){return _0x1d5b1f===_0x398352;},_0x201f38[_0x477067(0xb3)]='JlTmG',_0x201f38[_0x477067(0xcf)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.';const _0x4755eb=_0x201f38;try{const _0x391a0d=_0x4ccdc8[_0x477067(0xa7)]||{},_0x465588=(_0x391a0d[_0x4755eb[_0x477067(0xd4)]]?_0x391a0d[_0x4755eb[_0x477067(0xd4)]][_0x477067(0x9a)]:_0x391a0d[_0x477067(0xf7)])||'';if(_0x4755eb[_0x477067(0xec)](_0x465588,'')){if(_0x4755eb['AuicB'](_0x4755eb[_0x477067(0xb9)],_0x4755eb[_0x477067(0xb9)])){if(_0x1d82b5[_0x4755eb[_0x477067(0xd4)]][_0x477067(0xdc)])_0x30c09f[_0x4755eb[_0x477067(0xd4)]][_0x477067(0xdc)][_0x477067(0xb1)]=_0x311661['env']['BS_A11Y_JWT'];else{const _0x22820c={};_0x22820c[_0x477067(0xb1)]=_0x357f19[_0x477067(0xb2)]['BS_A11Y_JWT'],_0x4c191a[_0x4755eb[_0x477067(0xd4)]][_0x477067(0xdc)]=_0x22820c;}_0x437c38[_0x4755eb[_0x477067(0xd4)]][_0x477067(0xdc)]['scannerVersion']=_0x1b3b2e['parse'](_0x53b3ee['env'][_0x477067(0xfd)])[_0x477067(0xb0)];}else return logger[_0x477067(0x9b)](_0x4755eb[_0x477067(0xef)]),![];}const _0x4da02c=_0x391a0d[_0x477067(0xf3)];if(_0x4755eb['AuicB'](_0x4da02c[_0x477067(0x8b)](),_0x4755eb[_0x477067(0xfb)])){if(_0x4755eb[_0x477067(0xed)](_0x4755eb['LLjIi'],_0x4755eb[_0x477067(0xd0)]))return logger['warn'](_0x4755eb['QJpmu']),![];else _0x575a48[_0x4755eb[_0x477067(0xd4)]][_0x477067(0xdc)][_0x477067(0xb1)]=_0x1e7e2c[_0x477067(0xb2)][_0x477067(0xdf)];}const _0x1d4bb=_0x391a0d[_0x477067(0xd7)]||_0x391a0d[_0x477067(0xf2)];if(!bsSetupHelper[_0x477067(0x98)](_0x1d4bb)&&!(_0x4755eb[_0x477067(0xf5)](_0x1d4bb,_0x4755eb[_0x477067(0xcb)])||_0x4755eb[_0x477067(0xa8)](_0x1d4bb,0x5e)))return _0x4755eb['ZdAfp'](_0x4755eb[_0x477067(0xe2)],_0x4755eb['Pyktk'])?(_0x8d1f2b[_0x477067(0x9b)](_0x4755eb[_0x477067(0xef)]),![]):(logger['warn'](_0x4755eb['sPnqF']),![]);let _0x4376c3;try{if(_0x4755eb[_0x477067(0xf5)](_0x4755eb['vguCd'],_0x4755eb[_0x477067(0xf6)]))_0x4376c3=bsSetupHelper[_0x477067(0x90)](_0x4755eb[_0x477067(0xf1)]);else{const _0x489725={};_0x489725[_0x477067(0xb1)]=_0x3eaafd[_0x477067(0xb2)][_0x477067(0xdf)],_0x311ad7[_0x4755eb[_0x477067(0xdb)]]=_0x489725;}}catch(_0x163ca8){if(_0x4755eb['VVPLv'](_0x4755eb[_0x477067(0xe9)],_0x4755eb[_0x477067(0xe9)]))return![];else _0x4f661a[_0x477067(0x93)](_0x477067(0xcc)+_0x119234);}const _0x41609b=new _0x4376c3['Options'](_0x3fd771[_0x477067(0xca)]);if(_0x41609b[_0x477067(0xc9)]?.['args']?.[_0x477067(0xce)](_0x4755eb[_0x477067(0xda)]))return _0x4755eb[_0x477067(0xd6)](_0x4755eb[_0x477067(0xb3)],_0x4755eb[_0x477067(0xb3)])?(logger[_0x477067(0x9b)](_0x4755eb['EayKQ']),![]):(_0x58ac37[_0x477067(0x9b)](_0x4755eb[_0x477067(0xe4)]),![]);return!![];}catch(_0x42d464){logger[_0x477067(0x93)](_0x477067(0x97)+util['format'](_0x42d464));}return![];},exports[a20_0x1e4d69(0xbf)]=async _0xc264b2=>{const _0x4a6794=a20_0x1e4d69,_0x3c578d={};_0x3c578d[_0x4a6794(0xeb)]=function(_0x5e6f53,_0x4a190c){return _0x5e6f53===_0x4a190c;},_0x3c578d['tJdQR']=_0x4a6794(0x96);const _0x3903d6=_0x3c578d;let _0x1390c2={};try{const _0x570068=await _0xc264b2[_0x4a6794(0xf0)]();_0x1390c2={'os_name':_0x570068['getPlatform'](),'os_version':bsSetupHelper[_0x4a6794(0xa9)](_0x3903d6['eJlpu'](global[_0x4a6794(0xfa)],_0x3903d6[_0x4a6794(0x94)])),'browser_name':_0x570068[_0x4a6794(0xbc)](),'browser_version':_0x570068['getBrowserVersion']()};}catch(_0x4f9c79){logger[_0x4a6794(0x93)](_0x4a6794(0xf8)+_0x4f9c79);}return _0x1390c2;};