browserstack-node-sdk 1.31.13 → 1.31.14

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 (108) hide show
  1. package/ats/src/CFTemplates/aws-eks-cluster-dep.yaml +31 -1
  2. package/ats/src/cloudproviders/AWS.js +1 -1
  3. package/ats/src/cloudproviders/Azure.js +1 -1
  4. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  6. package/ats/src/cloudproviders/utils.js +1 -1
  7. package/ats/src/commands/configure.js +1 -1
  8. package/ats/src/commands/connect.js +1 -1
  9. package/ats/src/commands/connect_commands/grid.js +1 -1
  10. package/ats/src/commands/create.js +1 -1
  11. package/ats/src/commands/create_commands/grid.js +1 -1
  12. package/ats/src/commands/delete.js +1 -1
  13. package/ats/src/commands/delete_commands/grid.js +1 -1
  14. package/ats/src/commands/init.js +1 -1
  15. package/ats/src/commands/list.js +1 -1
  16. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  17. package/ats/src/commands/list_commands/grids.js +1 -1
  18. package/ats/src/config/constants.js +1 -1
  19. package/ats/src/config/logger.js +1 -1
  20. package/ats/src/index.js +1 -1
  21. package/ats/src/templates/autoscaler/deployment.yaml +2 -0
  22. package/ats/src/templates/vpc-cni-cm.yaml +8 -0
  23. package/ats/src/utils/AWSUtils.js +1 -1
  24. package/ats/src/utils/createAutoscalerStack.js +1 -1
  25. package/ats/src/utils/createClusterStack.js +1 -1
  26. package/ats/src/utils/createk8sClient.js +1 -1
  27. package/ats/src/utils/deleteStack.js +1 -1
  28. package/ats/src/utils/gridComponents.js +1 -1
  29. package/ats/src/utils/hstUtils.js +1 -1
  30. package/ats/src/utils/instrumentationUtils.js +1 -1
  31. package/ats/src/utils/userInput.js +1 -1
  32. package/ats/src/utils/utilityMethods.js +1 -1
  33. package/ats/src/utils/webSocketUtils.js +1 -1
  34. package/package.json +1 -1
  35. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  36. package/src/bin/codeceptjs/command.js +1 -1
  37. package/src/bin/cucumber-js/command.js +1 -1
  38. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  39. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  40. package/src/bin/cucumber-js/test.setup.js +1 -1
  41. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  42. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  43. package/src/bin/jest/command.js +1 -1
  44. package/src/bin/jest/customImplements/customCircus.js +1 -1
  45. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  46. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  47. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  48. package/src/bin/jest/jest.setup.js +1 -1
  49. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  50. package/src/bin/jest/test-observability/helper.js +1 -1
  51. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  52. package/src/bin/jest/test-observability/test-details.js +1 -1
  53. package/src/bin/jest/test_before.setup.js +1 -1
  54. package/src/bin/launcher/launcher.js +1 -1
  55. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  56. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  57. package/src/bin/mocha/command.js +1 -1
  58. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  59. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  60. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  61. package/src/bin/mocha/test.setup.js +1 -1
  62. package/src/bin/nightwatch/command.js +1 -1
  63. package/src/bin/playwright/accessibility-helper.js +1 -1
  64. package/src/bin/playwright/command.js +1 -1
  65. package/src/bin/playwright/globalSetup.js +1 -1
  66. package/src/bin/playwright/mock-process.js +1 -1
  67. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  68. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  69. package/src/bin/playwright/reporter/reporter.js +1 -1
  70. package/src/bin/playwright/reporter/test-details.js +1 -1
  71. package/src/bin/runner.js +1 -1
  72. package/src/bin/setup.js +1 -1
  73. package/src/bin/test-runner/index.js +1 -1
  74. package/src/bin/test-runner/runTest.js +1 -1
  75. package/src/bin/test-runner/testWorker.js +1 -1
  76. package/src/bin/utils/constants.js +1 -1
  77. package/src/bin/utils/log4jsAppender.js +1 -1
  78. package/src/bin/utils/logPatcher.js +1 -1
  79. package/src/bin/utils/logReportingAPI.js +1 -1
  80. package/src/bin/vanilla-js/command.js +1 -1
  81. package/src/browserStackSdk.js +1 -1
  82. package/src/helpers/BrowserStackSetup.js +1 -1
  83. package/src/helpers/accessibility-automation/constants.js +1 -1
  84. package/src/helpers/accessibility-automation/helper.js +1 -1
  85. package/src/helpers/ats/constants.js +1 -1
  86. package/src/helpers/ats/helper.js +1 -1
  87. package/src/helpers/capsMapping.js +1 -1
  88. package/src/helpers/helper.js +1 -1
  89. package/src/helpers/logger.js +1 -1
  90. package/src/helpers/patchHelpers.js +1 -1
  91. package/src/helpers/percy/Percy.js +1 -1
  92. package/src/helpers/percy/PercyBinary.js +1 -1
  93. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  94. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  95. package/src/helpers/percy/PercySDK.js +1 -1
  96. package/src/helpers/percy/index.js +1 -1
  97. package/src/helpers/percy/utils.js +1 -1
  98. package/src/helpers/performance-tester.js +1 -1
  99. package/src/helpers/request-spy.js +1 -1
  100. package/src/helpers/setKeepAlive.js +1 -1
  101. package/src/helpers/test-observability/constants.js +1 -1
  102. package/src/helpers/test-observability/error-handler.js +1 -1
  103. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  104. package/src/helpers/test-observability/sessionHandler.js +1 -1
  105. package/src/helpers/test-observability/utils.js +1 -1
  106. package/src/helpers/w3cMapping.js +1 -1
  107. package/src/hubAllocationMethods.js +1 -1
  108. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a19_0x1dca89=a19_0x1de7;(function(_0x4fe03b,_0x181dd2){const _0x18d4f0=a19_0x1de7,_0x4c1f38=_0x4fe03b();while(!![]){try{const _0xa47621=parseInt(_0x18d4f0(0x1e0))/0x1+parseInt(_0x18d4f0(0x1c5))/0x2+parseInt(_0x18d4f0(0x1e3))/0x3+parseInt(_0x18d4f0(0x254))/0x4+-parseInt(_0x18d4f0(0x20f))/0x5*(-parseInt(_0x18d4f0(0x1bf))/0x6)+parseInt(_0x18d4f0(0x1c2))/0x7+parseInt(_0x18d4f0(0x231))/0x8*(-parseInt(_0x18d4f0(0x27d))/0x9);if(_0xa47621===_0x181dd2)break;else _0x4c1f38['push'](_0x4c1f38['shift']());}catch(_0x130062){_0x4c1f38['push'](_0x4c1f38['shift']());}}}(a19_0x3ce0,0x480e9));const path=require('path'),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x1dca89(0x246)),constants=require(a19_0x1dca89(0x24c)),{isAccessibilityAutomationSession}=require(a19_0x1dca89(0x26a)),RequestQueueHandler=require(a19_0x1dca89(0x1e6)),{isTestObservabilitySession}=require(a19_0x1dca89(0x249)),helper=require(a19_0x1dca89(0x246));class Launcher{constructor(_0x458e5c,_0x58f826,_0x2e5420,_0x768d6e=[]){const _0x5492c7=a19_0x1dca89,_0x54a8fb={'hgpnP':_0x5492c7(0x1e5),'RqqTh':function(_0x45e940){return _0x45e940();},'VsBry':function(_0x208144){return _0x208144();}},_0x681328=_0x54a8fb[_0x5492c7(0x1f8)]['split']('|');let _0x54aec0=0x0;while(!![]){switch(_0x681328[_0x54aec0++]){case'0':this[_0x5492c7(0x2aa)]=this[_0x5492c7(0x245)]['capability'];continue;case'1':global[_0x5492c7(0x21f)]=0x0;continue;case'2':global['testSuitesFailed']=0x0;continue;case'3':global[_0x5492c7(0x26e)]=0x0;continue;case'4':this[_0x5492c7(0x258)]=_0x58f826['mochaOpts'];continue;case'5':global[_0x5492c7(0x1c6)]=0x0;continue;case'6':global[_0x5492c7(0x266)]=this['_configuration']['platformCaps']||{};continue;case'7':this[_0x5492c7(0x26b)]=_0x54a8fb[_0x5492c7(0x20e)](isAccessibilityAutomationSession);continue;case'8':this[_0x5492c7(0x21e)]=_0x58f826[_0x5492c7(0x243)];continue;case'9':this[_0x5492c7(0x239)]=_0x2e5420;continue;case'10':global[_0x5492c7(0x1be)]=0x0;continue;case'11':global[_0x5492c7(0x1fe)]={};continue;case'12':global[_0x5492c7(0x2ad)]=0x0;continue;case'13':global['testsSkipped']=0x0;continue;case'14':global[_0x5492c7(0x238)]=this[_0x5492c7(0x245)]['platform'];continue;case'15':global[_0x5492c7(0x25c)]=0x0;continue;case'16':global[_0x5492c7(0x284)]=0x0;continue;case'17':this['_argv']=_0x768d6e;continue;case'18':this[_0x5492c7(0x245)]=_0x58f826['configuration']||{};continue;case'19':global[_0x5492c7(0x23b)]=0x0;continue;case'20':this[_0x5492c7(0x28b)]=_0x54a8fb[_0x5492c7(0x22d)](isTestObservabilitySession);continue;case'21':this[_0x5492c7(0x27c)]=_0x458e5c;continue;}break;}}[a19_0x1dca89(0x2c2)](){const _0x170df0=a19_0x1dca89,_0x55866c={'kkKZN':function(_0x115753,_0x3e7ecc){return _0x115753!==_0x3e7ecc;},'fYanf':_0x170df0(0x1fa),'TPcyE':function(_0x1d04ec,_0x4d4006){return _0x1d04ec(_0x4d4006);},'FGoQf':_0x170df0(0x1ca),'wbZsv':_0x170df0(0x23d),'qgWvZ':_0x170df0(0x2b9),'rqhuI':'../cucumber-js/test_old.setup.js','RcNjO':function(_0x1aace4,_0x203d62){return _0x1aace4(_0x203d62);},'rqIxb':'../../index','LXMFV':function(_0x45ad51){return _0x45ad51();},'tJGKK':'cucumber/lib/cli/index.js','WnDKA':'20|12|3|7|19|13|16|1|8|10|2|17|5|0|4|21|14|6|9|11|15|18','aQtSL':function(_0x16df05){return _0x16df05();},'hKBvQ':_0x170df0(0x1c3),'DiuXd':_0x170df0(0x29c),'ufsAa':function(_0x3d2a71,_0x580b28){return _0x3d2a71(_0x580b28);},'eoBwM':function(_0x209e36,_0x118f49){return _0x209e36!==_0x118f49;},'cJgmz':_0x170df0(0x28a),'ZXYZA':'hRKIr','aTjbO':function(_0x27cb88,_0x5212b8){return _0x27cb88<=_0x5212b8;},'YhzQi':function(_0x3b8bce,_0x4b37f0){return _0x3b8bce===_0x4b37f0;},'TYWpo':_0x170df0(0x2c4),'kodIU':'NUbWU','ktzbC':_0x170df0(0x2b0),'dODWR':_0x170df0(0x207),'mpORT':function(_0x5a9eb9,_0x44318a,_0x22cd16){return _0x5a9eb9(_0x44318a,_0x22cd16);},'vYDOG':_0x170df0(0x26d),'sSweN':_0x170df0(0x279),'ajjki':_0x170df0(0x26c),'HdWIk':_0x170df0(0x1d9),'xZbXw':'KhgHH','YeMCd':_0x170df0(0x2b6),'PyuCh':_0x170df0(0x21c),'xEabX':_0x170df0(0x236),'PchNf':function(_0x311f6e,_0x2ac61f){return _0x311f6e>_0x2ac61f;},'bQCGz':function(_0x1faecb,_0x20b636){return _0x1faecb!==_0x20b636;},'zwMiJ':function(_0x81d5ac,_0x4b93ec){return _0x81d5ac(_0x4b93ec);},'iYpaP':function(_0x46a6bf,_0x550e21){return _0x46a6bf(_0x550e21);},'SDELG':_0x170df0(0x22a),'abTlx':'mocha','dpGaH':function(_0x49c157,_0x41db87){return _0x49c157===_0x41db87;},'kCImu':_0x170df0(0x29f),'QprMh':function(_0x1562dc,_0x4a114e){return _0x1562dc(_0x4a114e);},'CqSJn':_0x170df0(0x228),'VMwNh':function(_0x481e7a,_0x4bd2f5){return _0x481e7a(_0x4bd2f5);},'tXmnl':function(_0x2d2848){return _0x2d2848();},'pkcFv':function(_0x16a527,_0x253387){return _0x16a527===_0x253387;},'ShKME':_0x170df0(0x2cc),'KZdts':'../mocha/test.setup','EvrOf':function(_0x1e14bf){return _0x1e14bf();},'frYrr':function(_0x29f7be,_0x22048a){return _0x29f7be===_0x22048a;},'JVYRu':'QYrDv','KHCdU':_0x170df0(0x274),'Yqyme':'IUxEw','xaxpf':function(_0x365311,_0x19d68c){return _0x365311*_0x19d68c;},'vgdWU':function(_0x5edbb4,_0x43d6f5){return _0x5edbb4===_0x43d6f5;},'dXRrF':'oKZOr','SzQWJ':_0x170df0(0x2ac),'LDbik':_0x170df0(0x1dd),'zMrec':function(_0x2feca4,_0x4a694c){return _0x2feca4||_0x4a694c;},'hMACY':_0x170df0(0x25f),'MyvoS':_0x170df0(0x29a),'GosPQ':_0x170df0(0x298),'nxBmL':_0x170df0(0x206),'Kyokc':_0x170df0(0x2dd),'iwYTZ':_0x170df0(0x2bc),'IkDaY':_0x170df0(0x237),'blYco':'ydJKO','spxnn':function(_0x3abe2d,_0x1d6227){return _0x3abe2d!==_0x1d6227;},'sPgRx':_0x170df0(0x1f1),'QjZrd':'wxSBS','JZEzw':_0x170df0(0x253),'kOBjg':_0x170df0(0x1df),'QaTPy':function(_0x22d1e6){return _0x22d1e6();},'qFsfq':function(_0x31ae10,_0x5736ae){return _0x31ae10===_0x5736ae;},'GTYfF':_0x170df0(0x248),'osXkp':_0x170df0(0x1cc),'zktvO':_0x170df0(0x285),'sLfOY':_0x170df0(0x28f),'HQsHr':function(_0x53b4ef,_0x4766ee){return _0x53b4ef===_0x4766ee;},'GHTMr':_0x170df0(0x25d),'rNtEc':function(_0x115565,_0xfd55e4){return _0x115565===_0xfd55e4;},'kjaCw':_0x170df0(0x269),'ficrO':function(_0x44ddcb,_0x4dbafa){return _0x44ddcb(_0x4dbafa);},'GnLYt':function(_0x39b1a3,_0x2405e2){return _0x39b1a3!==_0x2405e2;},'LZdMe':_0x170df0(0x29e),'SrinC':'CggrG','wztQI':function(_0x5bd431,_0x2f3a7a){return _0x5bd431!==_0x2f3a7a;},'CRAhp':_0x170df0(0x2a7),'ILUlE':_0x170df0(0x2d3),'zDhCd':'../cucumber-js/timeout.setup.js','ENWUQ':function(_0xcc0b69,_0x328200){return _0xcc0b69===_0x328200;},'QRSVv':'qdOaf','HPbPV':_0x170df0(0x2c0),'mtqmh':_0x170df0(0x226),'IQpyd':_0x170df0(0x2d9),'WcDRH':'DJaYb','PadSY':function(_0x3c4f2c,_0x521ebd){return _0x3c4f2c(_0x521ebd);},'ZhKcO':_0x170df0(0x2dc),'ePFBt':function(_0x2b91f2,_0x54870a){return _0x2b91f2>_0x54870a;},'HqlCL':function(_0x307475,_0x53d171){return _0x307475<_0x53d171;},'oefHB':function(_0x3c8e9b,_0x43881b){return _0x3c8e9b(_0x43881b);},'lKgkH':function(_0x4f5d61,_0x5709e2){return _0x4f5d61!==_0x5709e2;},'BaQEZ':function(_0x469196,_0x1665df){return _0x469196>_0x1665df;},'iCXUH':function(_0x3cbb2e,_0x32c64c){return _0x3cbb2e===_0x32c64c;},'ZGSNT':'vanilla','BhQRn':function(_0x758979){return _0x758979();},'QumFL':function(_0x241bea,_0x1264a1){return _0x241bea(_0x1264a1);},'kiLJd':_0x170df0(0x1e7),'bgBKv':function(_0x15d944,_0x4adfde){return _0x15d944(_0x4adfde);},'hvOEv':function(_0x11ba09){return _0x11ba09();}};return new Promise(async(_0x283ad5,_0x8839a0)=>{const _0x5c0168=_0x170df0,_0x367392={'TKoKG':function(_0x31a74e,_0x39fb98){return _0x55866c['TPcyE'](_0x31a74e,_0x39fb98);},'oFPnD':_0x55866c['tJGKK'],'RUhFR':function(_0x32e2db,_0x95d1be){const _0x43c2c6=a19_0x1de7;return _0x55866c[_0x43c2c6(0x1e9)](_0x32e2db,_0x95d1be);},'mFHsv':_0x55866c['WnDKA'],'nLKMv':function(_0x4ab2ba){return _0x55866c['aQtSL'](_0x4ab2ba);},'Arggu':function(_0x58b7d0,_0x523844){const _0x4ee558=a19_0x1de7;return _0x55866c[_0x4ee558(0x1e9)](_0x58b7d0,_0x523844);},'QvjgV':_0x55866c['hKBvQ'],'eMeWU':_0x55866c['fYanf'],'WUaOn':_0x55866c[_0x5c0168(0x230)],'nadpG':function(_0x3e0024,_0x1134c6){return _0x55866c['ufsAa'](_0x3e0024,_0x1134c6);},'QaYIU':function(_0x2cfe36,_0x3073f7){const _0x11d79f=_0x5c0168;return _0x55866c[_0x11d79f(0x1f7)](_0x2cfe36,_0x3073f7);},'ClFNG':_0x55866c[_0x5c0168(0x264)],'XNoLc':_0x55866c[_0x5c0168(0x217)],'SavQi':function(_0x332f80,_0x2cf448){const _0x256303=_0x5c0168;return _0x55866c[_0x256303(0x27a)](_0x332f80,_0x2cf448);},'DCnyV':function(_0x3f181f,_0x539332){const _0x3edd10=_0x5c0168;return _0x55866c[_0x3edd10(0x1c1)](_0x3f181f,_0x539332);},'oVYww':_0x55866c[_0x5c0168(0x260)],'AXVZw':_0x55866c[_0x5c0168(0x221)],'noVQo':function(_0x5a6015,_0x4252d6){const _0x58815e=_0x5c0168;return _0x55866c[_0x58815e(0x1c1)](_0x5a6015,_0x4252d6);},'DbYTX':_0x55866c['ktzbC'],'zfWee':_0x55866c[_0x5c0168(0x287)],'OFjCB':function(_0x15e971,_0x6e6aa1,_0x53d5a3){const _0x3753c5=_0x5c0168;return _0x55866c[_0x3753c5(0x2b3)](_0x15e971,_0x6e6aa1,_0x53d5a3);},'qSftD':_0x55866c[_0x5c0168(0x235)],'RdcDZ':_0x55866c[_0x5c0168(0x1de)],'EJkIE':_0x55866c[_0x5c0168(0x2b5)],'cDhCe':_0x55866c[_0x5c0168(0x2d2)],'DReOK':function(_0x5a4ead,_0x2b0101){const _0x3f6250=_0x5c0168;return _0x55866c[_0x3f6250(0x24d)](_0x5a4ead,_0x2b0101);},'veXbs':function(_0x1c814f,_0x1a6323){const _0x574213=_0x5c0168;return _0x55866c[_0x574213(0x2de)](_0x1c814f,_0x1a6323);},'xwcxH':function(_0x2fa635,_0x52dd24){return _0x55866c['TPcyE'](_0x2fa635,_0x52dd24);},'UiRxO':function(_0x4c7184,_0x17c283){const _0x8def01=_0x5c0168;return _0x55866c[_0x8def01(0x1c1)](_0x4c7184,_0x17c283);},'sFcZt':_0x55866c[_0x5c0168(0x209)],'UoDTa':_0x55866c[_0x5c0168(0x2bd)],'VdVFx':_0x55866c['PyuCh'],'rtbaF':_0x55866c['xEabX'],'xxShg':function(_0x5df681,_0x5c2b91){return _0x55866c['TPcyE'](_0x5df681,_0x5c2b91);},'GKeOn':function(_0x5f06a9,_0x5c59fc){const _0x5c6378=_0x5c0168;return _0x55866c[_0x5c6378(0x263)](_0x5f06a9,_0x5c59fc);},'CpzYv':function(_0xbc85e,_0x469d58){const _0x3d6a03=_0x5c0168;return _0x55866c[_0x3d6a03(0x2a4)](_0xbc85e,_0x469d58);},'DVKJz':function(_0xdb1c5d,_0x86e24f){const _0x38c636=_0x5c0168;return _0x55866c[_0x38c636(0x2de)](_0xdb1c5d,_0x86e24f);},'SGIXz':function(_0x7b8166,_0x9831ee){const _0x18ba38=_0x5c0168;return _0x55866c[_0x18ba38(0x263)](_0x7b8166,_0x9831ee);},'gmvUQ':function(_0x5092f4,_0x536114){const _0x1607cd=_0x5c0168;return _0x55866c[_0x1607cd(0x22f)](_0x5092f4,_0x536114);}};_0x55866c[_0x5c0168(0x225)](require,_0x55866c[_0x5c0168(0x23c)])();if(_0x55866c[_0x5c0168(0x1c1)](this[_0x5c0168(0x27c)],_0x55866c[_0x5c0168(0x283)])){if(_0x55866c['dpGaH'](_0x55866c[_0x5c0168(0x1f9)],_0x55866c[_0x5c0168(0x1f9)])){const _0x5dacf7=_0x55866c[_0x5c0168(0x28e)](requireModule,_0x55866c[_0x5c0168(0x222)]),_0x13146c=_0x55866c[_0x5c0168(0x1d2)](requireModule,_0x55866c[_0x5c0168(0x283)]);_0x55866c[_0x5c0168(0x1c7)](isBrowserstackInfra)&&(_0x55866c['pkcFv'](_0x55866c['ShKME'],_0x55866c[_0x5c0168(0x1ec)])?_0x55866c['aQtSL'](modifyCommand):_0x3cb2b8[_0x5c0168(0x1ea)]=!![]);const _0x6890aa=_0x55866c['TPcyE'](require,_0x55866c['KZdts'])[_0x5c0168(0x27e)],_0x352c4e={};_0x352c4e[_0x5c0168(0x1ff)]=[_0x6890aa[_0x5c0168(0x1ff)]],_0x352c4e[_0x5c0168(0x22b)]=[_0x6890aa[_0x5c0168(0x22b)]],_0x352c4e[_0x5c0168(0x21a)]=[_0x6890aa[_0x5c0168(0x21a)]],_0x352c4e['afterEach']=[_0x6890aa['afterEach']];const _0xb95026=_0x352c4e;if(_0x55866c[_0x5c0168(0x202)](isTestObservabilitySession)){if(_0x55866c['frYrr'](_0x55866c[_0x5c0168(0x293)],_0x55866c[_0x5c0168(0x293)])){const _0x27cc03=_0x55866c[_0x5c0168(0x1e9)](require,_0x55866c['FGoQf'])[_0x5c0168(0x27e)];_0xb95026[_0x5c0168(0x1ff)][_0x5c0168(0x2d5)](_0x27cc03['beforeAll']),_0xb95026[_0x5c0168(0x21a)][_0x5c0168(0x1db)](_0x27cc03[_0x5c0168(0x21a)]);}else{const _0x414542=this[_0x5c0168(0x21e)][_0x898847][0x1],_0x3d66e8=''+this[_0x5c0168(0x21e)][_0x389413][0x0];if(_0x55866c[_0x5c0168(0x273)](_0x414542,_0x439522)){const _0x45b124=_0x5c0168(0x2b1)+_0x5e9f2b+_0x2a3058[_0x5c0168(0x2a0)](_0x414542);_0xc21951[_0x5c0168(0x1db)](_0x55866c[_0x5c0168(0x234)]),_0x125c7d[_0x5c0168(0x1db)](_0x3d66e8+':'+_0x45b124);}else _0x4a0706[_0x5c0168(0x1db)](_0x55866c[_0x5c0168(0x234)]),_0x54c0e3[_0x5c0168(0x1db)](_0x3d66e8+_0x5c0168(0x286)+_0x13193a);}}const _0x2e22b1=await _0x5dacf7[_0x5c0168(0x2a1)](this[_0x5c0168(0x258)][_0x5c0168(0x1ef)]);Object[_0x5c0168(0x2ae)](this[_0x5c0168(0x258)],_0x2e22b1);this['_mochaOpts'][_0x5c0168(0x2da)]&&(_0x55866c[_0x5c0168(0x2a4)](_0x55866c[_0x5c0168(0x256)],_0x55866c[_0x5c0168(0x259)])?(this['_mochaOpts'][_0x5c0168(0x2da)][_0x5c0168(0x1ff)]&&_0xb95026[_0x5c0168(0x1ff)][_0x5c0168(0x2d5)](...this['_mochaOpts']['rootHooks'][_0x5c0168(0x1ff)]),this['_mochaOpts']['rootHooks'][_0x5c0168(0x22b)]&&_0xb95026[_0x5c0168(0x22b)]['unshift'](...this[_0x5c0168(0x258)][_0x5c0168(0x2da)][_0x5c0168(0x22b)]),this['_mochaOpts'][_0x5c0168(0x2da)][_0x5c0168(0x21a)]&&_0xb95026[_0x5c0168(0x21a)][_0x5c0168(0x1db)](...this[_0x5c0168(0x258)][_0x5c0168(0x2da)][_0x5c0168(0x21a)]),this[_0x5c0168(0x258)][_0x5c0168(0x2da)][_0x5c0168(0x1da)]&&_0xb95026[_0x5c0168(0x1da)][_0x5c0168(0x1db)](...this[_0x5c0168(0x258)][_0x5c0168(0x2da)][_0x5c0168(0x1da)])):_0x2798c8=_0x367392[_0x5c0168(0x268)](_0x4f9169,_0x367392['oFPnD']));const _0x192151=this[_0x5c0168(0x258)][_0x5c0168(0x229)];let _0x34417c=_0x55866c[_0x5c0168(0x27f)](this[_0x5c0168(0x258)][_0x5c0168(0x289)],0x1);_0x55866c[_0x5c0168(0x1f3)](this[_0x5c0168(0x258)]['timeout'],0x0)?_0x55866c[_0x5c0168(0x273)](_0x55866c[_0x5c0168(0x281)],_0x55866c[_0x5c0168(0x281)])?_0x4673be=0x0:_0x34417c=0x0:_0x55866c['vgdWU'](_0x55866c[_0x5c0168(0x1d3)],_0x55866c['SzQWJ'])?_0x34417c+=constants['BSTACK_DELTA']:this[_0x5c0168(0x245)]['turboScaleUrl']=this[_0x5c0168(0x239)]['turboScaleUrl'];const _0x504fe4={...this[_0x5c0168(0x258)],'reporter':path[_0x5c0168(0x2d7)](__dirname,_0x55866c['LDbik']),'reporterOption':{...this['_mochaOpts'][_0x5c0168(0x257)],'type':_0x55866c[_0x5c0168(0x1fb)](_0x192151,_0x55866c[_0x5c0168(0x265)]),'testObservability':this['_testObservability'],'bsConfig':this[_0x5c0168(0x239)]},'parallel':![],'rootHooks':_0xb95026,'isWorker':!![],'timeout':_0x34417c};global[_0x5c0168(0x1c8)]=helper['nestedKeyValue'](this['_configuration'],[_0x55866c[_0x5c0168(0x1f6)]]),global[_0x5c0168(0x206)]=helper[_0x5c0168(0x1d0)](this['_configuration'],[_0x55866c[_0x5c0168(0x1cd)],_0x55866c['nxBmL']]),global[_0x5c0168(0x2dd)]=helper[_0x5c0168(0x1d0)](this[_0x5c0168(0x245)],[_0x55866c[_0x5c0168(0x1cd)],_0x55866c[_0x5c0168(0x2cd)]]),global['percyCaptureMode']=helper[_0x5c0168(0x1d0)](this[_0x5c0168(0x245)],[_0x55866c[_0x5c0168(0x1cd)],_0x55866c['iwYTZ']]),global[_0x5c0168(0x220)]=[this[_0x5c0168(0x2aa)]];if(helper[_0x5c0168(0x23f)]()){if(_0x55866c[_0x5c0168(0x1f7)](_0x55866c[_0x5c0168(0x277)],_0x55866c[_0x5c0168(0x277)]))_0x310d85[_0x5c0168(0x2ca)](_0x2e58de),_0x4cdc04[_0x5c0168(0x299)]=0x1,_0x367392[_0x5c0168(0x1d8)](_0x4d58d2,_0x1c362a);else{if(this['_bsConfig']['testContextOptions']['skipSessionName']){if(_0x55866c[_0x5c0168(0x1c4)](_0x55866c[_0x5c0168(0x1d4)],_0x55866c['blYco']))global['__skipSessionName']=!![];else{const _0x4ae26e=_0x367392[_0x5c0168(0x1f2)]['split']('|');let _0x50083c=0x0;while(!![]){switch(_0x4ae26e[_0x50083c++]){case'0':_0x52ffac[_0x5c0168(0x26e)]=0x0;continue;case'1':this[_0x5c0168(0x239)]=_0x1ce9d8;continue;case'2':_0xf4bec5[_0x5c0168(0x266)]=this[_0x5c0168(0x245)][_0x5c0168(0x267)]||{};continue;case'3':this[_0x5c0168(0x258)]=_0x58437d[_0x5c0168(0x24a)];continue;case'4':_0x379f4f[_0x5c0168(0x2ad)]=0x0;continue;case'5':_0x5a2e88[_0x5c0168(0x1c6)]=0x0;continue;case'6':_0xd7649[_0x5c0168(0x1c0)]=0x0;continue;case'7':this[_0x5c0168(0x21e)]=_0x21f0b5[_0x5c0168(0x243)];continue;case'8':this[_0x5c0168(0x28b)]=_0x367392[_0x5c0168(0x25a)](_0x5129f3);continue;case'9':_0x33fad6[_0x5c0168(0x1be)]=0x0;continue;case'10':this[_0x5c0168(0x26b)]=_0x367392[_0x5c0168(0x25a)](_0x2ecc43);continue;case'11':_0x5bb5ba['testsUnknown']=0x0;continue;case'12':this[_0x5c0168(0x245)]=_0x16054d[_0x5c0168(0x272)]||{};continue;case'13':_0x21c2de[_0x5c0168(0x238)]=this[_0x5c0168(0x245)][_0x5c0168(0x2b4)];continue;case'14':_0xa32cf[_0x5c0168(0x1eb)]=0x0;continue;case'15':_0x2cdb28[_0x5c0168(0x21f)]=0x0;continue;case'16':this[_0x5c0168(0x1fc)]=_0x5d5bdc;continue;case'17':_0x3afe2a[_0x5c0168(0x25c)]=0x0;continue;case'18':_0x2bde09[_0x5c0168(0x1fe)]={};continue;case'19':this[_0x5c0168(0x2aa)]=this[_0x5c0168(0x245)][_0x5c0168(0x224)];continue;case'20':this['_framework']=_0x40f4c9;continue;case'21':_0x317087[_0x5c0168(0x23b)]=0x0;continue;}break;}}}if(this[_0x5c0168(0x239)]['testContextOptions']['skipSessionStatus']){if(_0x55866c[_0x5c0168(0x223)](_0x55866c[_0x5c0168(0x2bb)],_0x55866c[_0x5c0168(0x205)]))global[_0x5c0168(0x2a8)]=!![];else{const _0x3abb69=_0x55866c[_0x5c0168(0x1e9)](_0x8f7659,_0x55866c[_0x5c0168(0x2be)])[_0x5c0168(0x27e)];_0x41c284['beforeAll']['unshift'](_0x3abb69[_0x5c0168(0x1ff)]),_0x50e994[_0x5c0168(0x21a)][_0x5c0168(0x1db)](_0x3abb69['afterAll']);}}}}this['_bsConfig'][_0x5c0168(0x240)]&&(_0x55866c['bQCGz'](_0x55866c[_0x5c0168(0x1ce)],_0x55866c[_0x5c0168(0x2cf)])?this['_configuration'][_0x5c0168(0x240)]=this['_bsConfig'][_0x5c0168(0x240)]:(_0x103ca8=_0x367392['Arggu'](_0x1d6688,_0x367392[_0x5c0168(0x216)])[_0x5c0168(0x261)],_0x48ccee[_0x5c0168(0x1db)](_0x367392['eMeWU']),_0x3acaae[_0x5c0168(0x1db)](_0x498997[_0x5c0168(0x2d7)](_0xbd1503,_0x367392['WUaOn']))));const _0x4ac066=new _0x13146c(_0x504fe4);_0x4ac066[_0x5c0168(0x244)]=_0x4ac066[_0x5c0168(0x2c2)];_0x55866c[_0x5c0168(0x2d4)](isTestObservabilitySession)?_0x55866c[_0x5c0168(0x2b2)](_0x55866c[_0x5c0168(0x275)],_0x55866c['GTYfF'])?_0x4ac066['run']=function(_0x33dfe6){const _0x194db6=_0x5c0168,_0x35e07c={'ZBVeX':_0x367392[_0x194db6(0x241)],'kDWYG':function(_0x36e680,_0x479dbb){const _0x119f01=_0x194db6;return _0x367392[_0x119f01(0x1e4)](_0x36e680,_0x479dbb);},'ayANH':function(_0x7afd0f,_0x2ffaf1){const _0xec3c49=_0x194db6;return _0x367392[_0xec3c49(0x255)](_0x7afd0f,_0x2ffaf1);},'bYCjU':_0x367392['ClFNG'],'nedIp':_0x367392['XNoLc'],'Gflpx':function(_0x350c4d,_0x5c4f6e){const _0x4cd25d=_0x194db6;return _0x367392[_0x4cd25d(0x25e)](_0x350c4d,_0x5c4f6e);},'AUNbv':function(_0x50d969,_0x349219){const _0x509263=_0x194db6;return _0x367392[_0x509263(0x208)](_0x50d969,_0x349219);},'pVEVW':_0x367392['oVYww'],'DFRKi':_0x367392['AXVZw'],'eNHDa':function(_0x4bd0d2,_0x9d3a53){const _0x897d30=_0x194db6;return _0x367392[_0x897d30(0x268)](_0x4bd0d2,_0x9d3a53);},'IWiKn':function(_0x6d4f31,_0x1c650f){const _0x75e8f2=_0x194db6;return _0x367392[_0x75e8f2(0x2bf)](_0x6d4f31,_0x1c650f);},'EXqqG':_0x367392[_0x194db6(0x28d)],'Juebt':_0x367392[_0x194db6(0x2b8)],'oERMN':function(_0x9f379e,_0x2a3a9a,_0x55229b){return _0x367392['OFjCB'](_0x9f379e,_0x2a3a9a,_0x55229b);}};if(_0x367392[_0x194db6(0x2bf)](_0x367392['qSftD'],_0x367392[_0x194db6(0x295)])){const _0x4b9fa6=_0x194db6(0x2b1)+_0x92aac7+_0x19c1b4[_0x194db6(0x2a0)](_0x5590c4);_0x5c054f['push'](_0x35e07c[_0x194db6(0x1f5)]),_0x2b13c8[_0x194db6(0x1db)](_0x32e6ce+':'+_0x4b9fa6);}else return _0x4ac066[_0x194db6(0x244)](_0x4670e7=>{const _0x37cf83=_0x194db6;if(_0x35e07c['IWiKn'](_0x35e07c[_0x37cf83(0x213)],_0x35e07c[_0x37cf83(0x2ce)])){const _0x57f712={};_0x57f712[_0x37cf83(0x1f4)]=_0x44c760['testSuites'],_0x57f712[_0x37cf83(0x2a2)]=_0x582ff7['totalTests'],_0x57f712[_0x37cf83(0x20d)]=_0x2e6dde['testSuitesFailed'],_0x57f712[_0x37cf83(0x29d)]=_0x15e512[_0x37cf83(0x2ad)],_0x57f712[_0x37cf83(0x2d1)]=_0x52b420['testsPassed'],_0x57f712[_0x37cf83(0x2cb)]=_0x16ab9c['testsSkipped'],_0x57f712[_0x37cf83(0x215)]=_0x4ee585[_0x37cf83(0x23b)],_0x57f712[_0x37cf83(0x210)]=_0x38feb1[_0x37cf83(0x1be)],_0x57f712[_0x37cf83(0x278)]=_0x2056bd[_0x37cf83(0x284)],_0x57f712[_0x37cf83(0x294)]=_0x146b2c[_0x37cf83(0x21f)],_0x57f712[_0x37cf83(0x23e)]=_0x54ea02[_0x37cf83(0x2ba)],_0x57f712['testsErrorMessage']=_0x822e0e['testsErrorMessage'];const _0x16a711=_0x57f712;_0x35e07c[_0x37cf83(0x1d1)](_0x37f216,_0x16a711);}else{const _0xcd49d1=_0x35e07c[_0x37cf83(0x2db)](setInterval,async()=>{const _0x5eddd5=_0x37cf83,_0x282c60={};_0x282c60[_0x5eddd5(0x24b)]=_0x35e07c['ZBVeX'];const _0x3bb998=_0x282c60;_0x35e07c[_0x5eddd5(0x2c6)](_0x35e07c[_0x5eddd5(0x20a)],_0x35e07c[_0x5eddd5(0x290)])?_0x35e07c['Gflpx'](RequestQueueHandler[_0x5eddd5(0x1c9)]()[_0x5eddd5(0x203)],0x0)&&(_0x35e07c[_0x5eddd5(0x1d7)](_0x35e07c['pVEVW'],_0x35e07c[_0x5eddd5(0x282)])?(_0xf6c4a6[_0x5eddd5(0x1db)](_0x3bb998[_0x5eddd5(0x24b)]),_0x33b909['push'](_0x3e2f07+_0x5eddd5(0x286)+_0x541bb4)):(_0x35e07c[_0x5eddd5(0x1d1)](clearInterval,_0xcd49d1),await _0x35e07c[_0x5eddd5(0x1d1)](cleanupDrivers,global[_0x5eddd5(0x2d8)]),_0x35e07c[_0x5eddd5(0x227)](_0x283ad5,_0x4670e7))):_0x3cb296[_0x5eddd5(0x2c7)](_0x8816f5,0x1);},0x3e8);}});}:_0x502ae1=_0x367392['RUhFR'](_0x39c495,_0x367392[_0x5c0168(0x233)]):_0x55866c[_0x5c0168(0x1c1)](_0x55866c[_0x5c0168(0x271)],_0x55866c[_0x5c0168(0x271)])?_0x4ac066['run']=function(_0x160590){const _0x5139e4=_0x5c0168,_0xde02bd={'YqQHX':function(_0xdd2fd0,_0x1417ea){const _0x202d96=a19_0x1de7;return _0x367392[_0x202d96(0x2b7)](_0xdd2fd0,_0x1417ea);}};if(_0x367392[_0x5139e4(0x22e)](_0x367392[_0x5139e4(0x24f)],_0x367392['UoDTa']))this[_0x5139e4(0x239)][_0x5139e4(0x1ee)][_0x5139e4(0x212)]&&(_0x6d6948[_0x5139e4(0x1ea)]=!![]),this[_0x5139e4(0x239)][_0x5139e4(0x1ee)][_0x5139e4(0x280)]&&(_0x3785d9[_0x5139e4(0x2a8)]=!![]);else return _0x4ac066[_0x5139e4(0x244)](async _0x189dd5=>{const _0x28c6f6=_0x5139e4;_0x367392[_0x28c6f6(0x208)](_0x367392[_0x28c6f6(0x20c)],_0x367392[_0x28c6f6(0x20c)])?(await _0x367392[_0x28c6f6(0x1d5)](cleanupDrivers,global['__driversArray']),_0x367392[_0x28c6f6(0x200)](_0x283ad5,_0x189dd5)):_0xde02bd['YqQHX'](_0xff1663,_0x2787c2);});}:(_0xc9961=_0x55866c[_0x5c0168(0x1e9)](_0xd7ca59,_0x55866c[_0x5c0168(0x297)])['default'],_0x596cd8['push'](_0x55866c[_0x5c0168(0x234)]),_0x87475d['push'](_0x12f9d3['join'](_0x324ff1,_0x55866c[_0x5c0168(0x250)])),_0x1cf244=_0x55866c[_0x5c0168(0x247)]);try{_0x55866c['frYrr'](_0x55866c['zktvO'],_0x55866c[_0x5c0168(0x270)])?_0x55866c[_0x5c0168(0x1e9)](_0x3269cb,_0x104f20):_0x55866c[_0x5c0168(0x24d)](require,_0x55866c[_0x5c0168(0x2d0)])[_0x5c0168(0x1cf)](this[_0x5c0168(0x245)],null,this[_0x5c0168(0x28b)]);}catch{}const _0x50871=_0x5dacf7['runMocha'](_0x4ac066,_0x504fe4);_0x50871&&_0x50871[_0x5c0168(0x214)](_0xaa9888=>{const _0xd69129=_0x5c0168;_0x367392[_0xd69129(0x208)](_0x367392[_0xd69129(0x2a9)],_0x367392[_0xd69129(0x21b)])?(this['_mochaOpts'][_0xd69129(0x2da)][_0xd69129(0x1ff)]&&_0x56f79f[_0xd69129(0x1ff)]['unshift'](...this[_0xd69129(0x258)][_0xd69129(0x2da)][_0xd69129(0x1ff)]),this['_mochaOpts'][_0xd69129(0x2da)][_0xd69129(0x22b)]&&_0x34150c['beforeEach'][_0xd69129(0x2d5)](...this[_0xd69129(0x258)][_0xd69129(0x2da)][_0xd69129(0x22b)]),this[_0xd69129(0x258)][_0xd69129(0x2da)][_0xd69129(0x21a)]&&_0x3be18f[_0xd69129(0x21a)][_0xd69129(0x1db)](...this[_0xd69129(0x258)]['rootHooks'][_0xd69129(0x21a)]),this[_0xd69129(0x258)]['rootHooks'][_0xd69129(0x1da)]&&_0x2466ec[_0xd69129(0x1da)][_0xd69129(0x1db)](...this[_0xd69129(0x258)][_0xd69129(0x2da)][_0xd69129(0x1da)])):_0x367392['nadpG'](_0x8839a0,_0xaa9888);});}else _0x18c204[_0x5c0168(0x2a8)]=!![];}else{if(_0x55866c['HQsHr'](this[_0x5c0168(0x27c)],_0x55866c[_0x5c0168(0x2ab)])){let _0x5a25ba;try{if(_0x55866c[_0x5c0168(0x262)](_0x55866c[_0x5c0168(0x232)],_0x55866c['kjaCw']))_0x5a25ba=_0x55866c['ficrO'](requireModule,_0x55866c[_0x5c0168(0x2b5)]);else{const _0x35b567=_0x367392[_0x5c0168(0x2d6)](_0x5cc827,this[_0x5c0168(0x2aa)])['replace'](/ /g,'_');if(_0x367392[_0x5c0168(0x255)](this[_0x5c0168(0x21e)][_0x190f08],_0x4ef404)&&_0x367392[_0x5c0168(0x296)](this[_0x5c0168(0x21e)][_0x3ccba3]['length'],0x0)){const _0x1f8603=this[_0x5c0168(0x21e)][_0x5ef2ef][0x1],_0x43c87f=''+this[_0x5c0168(0x21e)][_0x2be841][0x0];if(_0x367392[_0x5c0168(0x1fd)](_0x1f8603,_0x3019bd)){const _0x176073='tmp/'+_0x35b567+_0x1f8790[_0x5c0168(0x2a0)](_0x1f8603);_0x30f656['push'](_0x367392[_0x5c0168(0x241)]),_0x3130c6[_0x5c0168(0x1db)](_0x43c87f+':'+_0x176073);}else _0x5813c2[_0x5c0168(0x1db)](_0x367392[_0x5c0168(0x241)]),_0x25bf26['push'](_0x43c87f+_0x5c0168(0x286)+_0x35b567);}}}catch(_0x5c727c){_0x55866c[_0x5c0168(0x251)](_0x55866c[_0x5c0168(0x27b)],_0x55866c[_0x5c0168(0x1f0)])?_0x5a25ba=_0x55866c[_0x5c0168(0x1e9)](requireModule,_0x55866c[_0x5c0168(0x2df)]):_0xa9dc83+=_0x73d043[_0x5c0168(0x2c1)];}const _0x50cd6a=this[_0x5c0168(0x1fc)],_0x1eee89=_0x50cd6a[_0x5c0168(0x288)](_0x55866c[_0x5c0168(0x2ab)]);_0x55866c[_0x5c0168(0x263)](_0x1eee89,-0x1)&&(_0x55866c['wztQI'](_0x55866c[_0x5c0168(0x218)],_0x55866c[_0x5c0168(0x22c)])?_0x50cd6a['splice'](_0x1eee89,0x1):_0x55866c['RcNjO'](_0x1c0f66,_0x55866c[_0x5c0168(0x2d0)])[_0x5c0168(0x1cf)](this[_0x5c0168(0x245)],null,this[_0x5c0168(0x28b)]));const _0x29e7a3=_0x55866c[_0x5c0168(0x26f)];try{if(_0x55866c[_0x5c0168(0x2af)](_0x55866c[_0x5c0168(0x1cb)],_0x55866c[_0x5c0168(0x1cb)])){const _0x51a882=_0x55866c[_0x5c0168(0x22f)](requireModule,_0x55866c[_0x5c0168(0x2c3)]),_0x1292a1=_0x51a882['resolvePaths'];_0x51a882.resolvePaths=async function(){const pathResults=await _0x1292a1.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x29e7a3)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x50cd6a[_0x5c0168(0x1db)](_0x55866c['fYanf']),_0x50cd6a[_0x5c0168(0x1db)](path[_0x5c0168(0x2d7)](__dirname,_0x55866c[_0x5c0168(0x230)]));}else _0x55866c['LXMFV'](_0x5a34cc);}catch(_0x4e0ba5){let _0x48b642=_0x55866c[_0x5c0168(0x2a3)],_0x59f129;try{if(_0x55866c[_0x5c0168(0x219)](_0x55866c[_0x5c0168(0x28c)],_0x55866c[_0x5c0168(0x23a)]))return;else _0x59f129=_0x55866c[_0x5c0168(0x1e9)](requireModule,_0x55866c['hKBvQ'])[_0x5c0168(0x261)],_0x50cd6a[_0x5c0168(0x1db)](_0x55866c[_0x5c0168(0x234)]),_0x50cd6a[_0x5c0168(0x1db)](path[_0x5c0168(0x2d7)](__dirname,_0x55866c['DiuXd']));}catch(_0x4fde3a){_0x59f129=_0x55866c[_0x5c0168(0x2c9)](requireModule,_0x55866c[_0x5c0168(0x297)])[_0x5c0168(0x261)],_0x50cd6a[_0x5c0168(0x1db)](_0x55866c['fYanf']),_0x50cd6a[_0x5c0168(0x1db)](path[_0x5c0168(0x2d7)](__dirname,_0x55866c[_0x5c0168(0x250)])),_0x48b642=_0x55866c[_0x5c0168(0x247)];}const _0x414910=_0x59f129[_0x5c0168(0x24e)][_0x5c0168(0x1e1)];_0x59f129[_0x5c0168(0x24e)][_0x5c0168(0x1e1)]=async function(){const _0x336a1b=_0x5c0168,_0x361e1f=await _0x414910[_0x336a1b(0x1e8)](this);return _0x361e1f[_0x336a1b(0x1dc)][_0x336a1b(0x2d5)](path[_0x336a1b(0x2d7)](__dirname,_0x48b642)),_0x361e1f[_0x336a1b(0x1dc)]['push'](path[_0x336a1b(0x2d7)](__dirname,_0x29e7a3)),_0x361e1f;};}_0x50cd6a[_0x5c0168(0x1db)](_0x55866c[_0x5c0168(0x25b)]),_0x50cd6a[_0x5c0168(0x1db)](''+this[_0x5c0168(0x245)]['maxWorkers']);if(this['_formatter']&&_0x55866c[_0x5c0168(0x21d)](this[_0x5c0168(0x21e)][_0x5c0168(0x204)],0x0))for(let _0x484128=0x0;_0x55866c[_0x5c0168(0x211)](_0x484128,this[_0x5c0168(0x21e)]['length']);_0x484128++){const _0x52ea84=_0x55866c[_0x5c0168(0x29b)](getPlatformName,this[_0x5c0168(0x2aa)])[_0x5c0168(0x20b)](/ /g,'_');if(_0x55866c['lKgkH'](this['_formatter'][_0x484128],undefined)&&_0x55866c[_0x5c0168(0x1ed)](this[_0x5c0168(0x21e)][_0x484128][_0x5c0168(0x204)],0x0)){const _0x5dc567=this[_0x5c0168(0x21e)][_0x484128][0x1],_0x1f25af=''+this[_0x5c0168(0x21e)][_0x484128][0x0];if(_0x55866c[_0x5c0168(0x273)](_0x5dc567,undefined)){const _0x2c093e='tmp/'+_0x52ea84+path['extname'](_0x5dc567);_0x50cd6a['push'](_0x55866c[_0x5c0168(0x234)]),_0x50cd6a[_0x5c0168(0x1db)](_0x1f25af+':'+_0x2c093e);}else _0x50cd6a['push'](_0x55866c[_0x5c0168(0x234)]),_0x50cd6a[_0x5c0168(0x1db)](_0x1f25af+':tmp/'+_0x52ea84);}}const _0x18b127=new _0x5a25ba[(_0x5c0168(0x261))]({'argv':_0x50cd6a,'cwd':process[_0x5c0168(0x1e2)](),'stdout':process[_0x5c0168(0x2a6)],'stderr':process['stderr'],'env':process[_0x5c0168(0x292)]});process['env']['CONFIG']=JSON[_0x5c0168(0x1d6)](this[_0x5c0168(0x245)]),_0x18b127['run']()[_0x5c0168(0x201)](_0x1fe59e=>{const _0x1de12=_0x5c0168,_0xf2a681={};_0xf2a681[_0x1de12(0x1f4)]=global[_0x1de12(0x25c)],_0xf2a681[_0x1de12(0x2a2)]=global['totalTests'],_0xf2a681[_0x1de12(0x20d)]=global['testSuitesFailed'],_0xf2a681[_0x1de12(0x29d)]=global[_0x1de12(0x2ad)],_0xf2a681['stepsPassed']=global[_0x1de12(0x26e)],_0xf2a681[_0x1de12(0x2cb)]=global['testsSkipped'],_0xf2a681[_0x1de12(0x215)]=global[_0x1de12(0x23b)],_0xf2a681[_0x1de12(0x210)]=global[_0x1de12(0x1be)],_0xf2a681[_0x1de12(0x278)]=global[_0x1de12(0x284)],_0xf2a681[_0x1de12(0x294)]=global[_0x1de12(0x21f)],_0xf2a681['processSuccess']=_0x1fe59e[_0x1de12(0x2ba)],_0xf2a681[_0x1de12(0x1fe)]=global[_0x1de12(0x1fe)];const _0x498cf2=_0xf2a681;_0x367392['DVKJz'](_0x283ad5,_0x498cf2);})[_0x5c0168(0x214)](_0x458efe=>{const _0x7392ee=_0x5c0168;_0x55866c[_0x7392ee(0x24d)](_0x8839a0,_0x458efe);});}else{if(_0x55866c['iCXUH'](this[_0x5c0168(0x27c)],_0x55866c[_0x5c0168(0x2c8)])){process[_0x5c0168(0x2a5)]=this['_configuration']['args'];try{_0x55866c[_0x5c0168(0x252)](modifyCommand),_0x55866c['QumFL'](require,_0x55866c[_0x5c0168(0x2d0)])[_0x5c0168(0x242)](this['_configuration']);let _0x45d4dc=0x0;process['on'](_0x55866c['kiLJd'],async()=>{const _0x4a6666=_0x5c0168;if(_0x367392[_0x4a6666(0x2c5)](_0x45d4dc,0x0))return;_0x45d4dc++,await _0x367392['gmvUQ'](cleanupDrivers,global['__driversArray']);}),_0x55866c[_0x5c0168(0x22f)](require,this[_0x5c0168(0x245)][_0x5c0168(0x291)]);}catch(_0x2abbc8){console[_0x5c0168(0x2ca)](_0x2abbc8),process[_0x5c0168(0x299)]=0x1,_0x55866c['bgBKv'](_0x8839a0,_0x2abbc8);}_0x55866c['hvOEv'](_0x283ad5);}}}});}}module[a19_0x1dca89(0x276)]=Launcher;function a19_0x1de7(_0x5bc4a8,_0x1c4241){const _0x3ce068=a19_0x3ce0();return a19_0x1de7=function(_0x1de731,_0x7fe44c){_0x1de731=_0x1de731-0x1be;let _0x51303d=_0x3ce068[_0x1de731];return _0x51303d;},a19_0x1de7(_0x5bc4a8,_0x1c4241);}function a19_0x3ce0(){const _0x62aa88=['JZEzw','browserstackAgentV2','nestedKeyValue','kDWYG','VMwNh','SzQWJ','blYco','DReOK','stringify','AUNbv','RUhFR','wNZTl','afterEach','push','supportCodePaths','../mocha/bstack-reporter/customReporter.js','sSweN','NOWRJ','449127zAUPix','build','cwd','1444554ohnrpi','nadpG','21|18|4|8|0|14|17|9|20|7|6|15|5|3|12|19|13|2|10|16|1|11','../../helpers/test-observability/requestQueueHandler','beforeExit','call','TPcyE','__skipSessionName','testsSkipped','ShKME','BaQEZ','testContextOptions','require','SrinC','gZQQP','mFHsv','vgdWU','scenarios','ZBVeX','MyvoS','eoBwM','hgpnP','kCImu','--format','zMrec','_argv','CpzYv','testsErrorMessage','beforeAll','veXbs','then','EvrOf','pendingUploads','length','QjZrd','browserstackPercyBestPlatform','rfLkE','DCnyV','xZbXw','bYCjU','replace','cDhCe','scenariosFailed','RqqTh','185dvEiaZ','stepsUndefined','HqlCL','skipSessionName','EXqqG','catch','stepsPending','QvjgV','ZXYZA','CRAhp','HQsHr','afterAll','rtbaF','ULYod','ePFBt','_formatter','testsAmbiguous','capabilities','kodIU','CqSJn','spxnn','capability','iYpaP','../cucumber-js/test.setup.js','eNHDa','mocha/lib/cli/run-helpers.js','reporter','../../helpers/setKeepAlive','beforeEach','ILUlE','VsBry','UiRxO','zwMiJ','DiuXd','14473864cajRAB','kjaCw','EJkIE','fYanf','vYDOG','jneis','boWna','__platform__','_bsConfig','WcDRH','testsPending','SDELG','cucumber/lib/cli/configuration_builder.js','processSuccess','isBrowserstackInfra','turboScaleUrl','eMeWU','browserstackAgent','formatter','prevRun','_configuration','../../helpers/helper','rqhuI','xjFSd','../../helpers/test-observability/utils','mochaOpts','vvFLw','../utils/constants','RcNjO','prototype','sFcZt','qgWvZ','GnLYt','BhQRn','XPNiV','1144592GbGYGy','QaYIU','KHCdU','reporterOptions','_mochaOpts','Yqyme','nLKMv','ZhKcO','testSuites','cucumber-js','SavQi','spec','TYWpo','default','rNtEc','PchNf','cJgmz','hMACY','__platformCaps','platformCaps','TKoKG','gzGYM','../../helpers/accessibility-automation/helper','_accessibilityAutomation','@cucumber/cucumber/lib/cli/index.js','iBlzo','testsPassed','zDhCd','sLfOY','osXkp','configuration','kkKZN','lqcYl','GTYfF','exports','IkDaY','stepsUnknown','HnnbR','aTjbO','LZdMe','_framework','9lKzxoo','mochaHooks','xaxpf','skipSessionStatus','dXRrF','DFRKi','abTlx','testsUnknown','syFbQ',':tmp/','dODWR','indexOf','timeout','wZtan','_testObservability','IQpyd','DbYTX','QprMh','qfNuO','nedIp','file','env','JVYRu','stepsAmbiguous','RdcDZ','GKeOn','wbZsv','browserStackPercyOptions','exitCode','platformIndex','oefHB','../cucumber-js/formatter/custom_formatter.js','stepsFailed','QTSWU','AfpiL','extname','handleRequires','steps','mtqmh','bQCGz','argv','stdout','SmjeB','__skipSessionStatus','VdVFx','_capability','GHTMr','hIWDU','testsFailed','assign','ENWUQ','jnyfw','tmp/','qFsfq','mpORT','platform','ajjki','SgWVr','xwcxH','zfWee','../cucumber-js/formatter/custom_formatter_old_versions.js','success','sPgRx','percyCaptureMode','YeMCd','FGoQf','noVQo','@cucumber/cucumber/lib/api/paths.js','BSTACK_DELTA','run','HPbPV','XGhtP','SGIXz','ayANH','splice','ZGSNT','PadSY','error','stepsSkipped','AYtOL','Kyokc','Juebt','kOBjg','rqIxb','stepsPassed','HdWIk','sxHOe','QaTPy','unshift','xxShg','join','__driversArray','FVGMs','rootHooks','oERMN','--parallel','percy','ufsAa','tJGKK','testsUndefined','44946GbbYQs','testSuitesFailed','YhzQi','621761aCfDDk','@cucumber/cucumber/lib/cli/configuration_builder.js','pkcFv','1043190kGqsJw','totalTests','tXmnl','browserstackPlatformIndex','getInstance','../mocha/test-observability/data-hooks','QRSVv','YgQpD','GosPQ'];a19_0x3ce0=function(){return _0x62aa88;};return a19_0x3ce0();}
1
+ const a19_0x47152e=a19_0xffae;function a19_0x55b1(){const _0x55aa90=['build','JLzoc','TdAZc','auqub','QTsmn','../cucumber-js/formatter/custom_formatter_old_versions.js','uKRkz','indexOf','file','join','CONFIG','assign','cucumber-js','ssBQO','cfRcl','FQLpe','101754XVIahV','timeout','error','exports','rghZn','cucumber/lib/cli/configuration_builder.js','beforeAll','vFGgO','SekjY','skipSessionName','stdout','awUkN','OAwkO','VsCzw','huAQY','LQCFY','_bsConfig','percyCaptureMode','1091163XbXZoE','scenarios','testsPending','stepsAmbiguous','wOleb','HMCJL','OArIo','success','_mochaOpts','EmhBj','mochaHooks','hastO','stepsPending','require','gcJXO','../mocha/bstack-reporter/customReporter.js','keWpz','fbboe','DxzjY','FMsoP','ytlfq','QqbCj','HOzCW','steps','JeNgU','FxREg','testContextOptions','IYlKd','RjaHq','VzyOg','--parallel','runMocha','mocha','GNgvu','ORbze','PdUvk','jwBIG','__skipSessionStatus','push','argv','rjpHv','beforeEach','call','handleRequires','stepsSkipped','capability','xTrku','path','_capability','zFfqG','HjiMm','IbsnI','Tzqny','HjeZe','nestedKeyValue','../../helpers/setKeepAlive','stderr','@cucumber/cucumber/lib/cli/index.js','VehJa','bDrWm','processSuccess','nUAmp','dNehE','Miegy','2026668UCDBTZ','splice','vFRYP','bhuVc','sXoja','_formatter','scenariosFailed','HsCaC','tNUNx','__driversArray','EXRuN','FzFSC','@cucumber/cucumber/lib/cli/configuration_builder.js','percy','pendingUploads','NpJSm','_framework','nTOPz','YCAqA','../utils/constants','_argv','DqdzK','maxWorkers','UHLvh','LhgLV','LBOFj','_configuration','IIUuC','exitCode','LtOYR','NHwtO','FXDsP','stepsFailed','turboScaleUrl','XoMYF','hdbkP','cwd','uXwal','resolvePaths','pcxoD','Ubudo','../mocha/test.setup','afterAll','lJnqC','length','reporter','testsFailed','BEeHM','Swspj','uXmmK','replace','LhuCj','svwZT','_accessibilityAutomation','../../helpers/accessibility-automation/helper','default','Szvov','../cucumber-js/timeout.setup.js','swhjN','lCnTr','YsOzU','lyDub','eVKpb','testsSkipped','run','ixyll','zMDDl','jCjLk','syRZh','aGarc','LIItG','totalTests','__skipSessionName','KbehA','wbJKJ','CRgNc','platform','spec','catch','FwHbR','NkiNI','VESOk','DHdBh','oqdpw','AbnAp','testsAmbiguous','args','Myfak','oEURZ','QLQht','configuration','15685IpDQgT','nSwgD','SVDyE','7|19|3|6|0|16|14|9|1|17|15|10|4|12|21|2|13|11|5|20|18|8','skipSessionStatus','cejmx','OPgXf','PGTFf','SXziQ','eGyUF','NDkmS','formatter','UpAgu','wBpfi','48MYvWZD','SnsXt','btrFx','afterEach','stepsUndefined','JlXBK','1831039YemiFU','tmp/','testsPassed','rVpBA','cucumber/lib/cli/index.js','kXaQI','696280dJWUvx','hrFiL','AdQZi','lDqLO','hiPWt','hnvBq','stepsUnknown','@cucumber/cucumber/lib/api/paths.js','aUzHo','IneGE','wnMqJ','dekQC','FVnYN','supportCodePaths','SvMQt','mocha/lib/cli/run-helpers.js','BllcK','332308HyNiJM','FlgyQ','_testObservability','hBOCu','rootHooks','platformCaps','env','wXPaX','extname','../cucumber-js/test.setup.js','__platform__','JRQNF','prevRun','TeNXD','testSuitesFailed','XNpQh','vSXlb','prototype','ybUiV','testsUnknown','../../helpers/test-observability/utils','browserStackPercyOptions','OebXv','GNAaL','../../index','sKJpo','__platformCaps','uovhC','stepsPassed','BSTACK_DELTA','kQydg','jgQqi','testSuites','ZrHND','testsErrorMessage','iiXUT',':tmp/','ZVJLN','testsUndefined','../cucumber-js/formatter/custom_formatter.js','uiqTG','../cucumber-js/test_old.setup.js','15|18|19|12|8|11|20|6|0|17|21|9|10|14|13|2|16|7|5|3|1|4','Sfdwt','HhINn','MsjpE','cVyYW','lWldJ','unshift','split','mochaOpts'];a19_0x55b1=function(){return _0x55aa90;};return a19_0x55b1();}(function(_0xa34aad,_0x29a5ac){const _0x3ae574=a19_0xffae,_0x223ff4=_0xa34aad();while(!![]){try{const _0x5dfecf=parseInt(_0x3ae574(0x18f))/0x1+-parseInt(_0x3ae574(0x14c))/0x2+-parseInt(_0x3ae574(0x86))/0x3+parseInt(_0x3ae574(0x12f))/0x4*(-parseInt(_0x3ae574(0x121))/0x5)+parseInt(_0x3ae574(0xc6))/0x6+parseInt(_0x3ae574(0x135))/0x7+parseInt(_0x3ae574(0x13b))/0x8;if(_0x5dfecf===_0x29a5ac)break;else _0x223ff4['push'](_0x223ff4['shift']());}catch(_0x21ece3){_0x223ff4['push'](_0x223ff4['shift']());}}}(a19_0x55b1,0x35dd1));const path=require(a19_0x47152e(0xb5)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require('../../helpers/helper'),constants=require(a19_0x47152e(0xd9)),{isAccessibilityAutomationSession}=require(a19_0x47152e(0xfc)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{isTestObservabilitySession}=require(a19_0x47152e(0x160)),helper=require('../../helpers/helper');function a19_0xffae(_0x548686,_0x3a9e45){const _0x55b131=a19_0x55b1();return a19_0xffae=function(_0xffaea9,_0x1632d7){_0xffaea9=_0xffaea9-0x84;let _0x148787=_0x55b131[_0xffaea9];return _0x148787;},a19_0xffae(_0x548686,_0x3a9e45);}class Launcher{constructor(_0x411354,_0x80e830,_0x9ab110,_0x4283d4=[]){const _0x4add03=a19_0x47152e,_0x374ba9={'ubkkG':_0x4add03(0x176),'Szvov':function(_0x2b22d2){return _0x2b22d2();}},_0x2188a7=_0x374ba9['ubkkG'][_0x4add03(0x17d)]('|');let _0x2cba29=0x0;while(!![]){switch(_0x2188a7[_0x2cba29++]){case'0':this[_0x4add03(0x14e)]=_0x374ba9[_0x4add03(0xfe)](isTestObservabilitySession);continue;case'1':global[_0x4add03(0x11b)]=0x0;continue;case'2':global['testsPending']=0x0;continue;case'3':global[_0x4add03(0x15f)]=0x0;continue;case'4':global['testsErrorMessage']={};continue;case'5':global[_0x4add03(0x172)]=0x0;continue;case'6':this[_0x4add03(0x84)]=_0x9ab110;continue;case'7':global[_0x4add03(0x15a)]=0x0;continue;case'8':this[_0x4add03(0xb6)]=this['_configuration']['capability'];continue;case'9':global[_0x4add03(0x16c)]=0x0;continue;case'10':global[_0x4add03(0x10d)]=0x0;continue;case'11':global['__platform__']=this[_0x4add03(0xe0)][_0x4add03(0x112)];continue;case'12':this['_formatter']=_0x80e830['formatter'];continue;case'13':global[_0x4add03(0xf4)]=0x0;continue;case'14':global[_0x4add03(0x137)]=0x0;continue;case'15':this['_framework']=_0x411354;continue;case'16':global[_0x4add03(0x105)]=0x0;continue;case'17':this[_0x4add03(0xfb)]=_0x374ba9[_0x4add03(0xfe)](isAccessibilityAutomationSession);continue;case'18':this[_0x4add03(0xe0)]=_0x80e830[_0x4add03(0x120)]||{};continue;case'19':this[_0x4add03(0x8e)]=_0x80e830[_0x4add03(0x17e)];continue;case'20':this[_0x4add03(0xda)]=_0x4283d4;continue;case'21':global[_0x4add03(0x166)]=this[_0x4add03(0xe0)][_0x4add03(0x151)]||{};continue;}break;}}[a19_0x47152e(0x106)](){const _0x5c07b0=a19_0x47152e,_0x1b961c={'VsCzw':function(_0x20f5ed,_0x34125c){return _0x20f5ed(_0x34125c);},'cfRcl':_0x5c07b0(0x139),'Miegy':'--format','eGyUF':function(_0x21e027,_0x2fe0bc){return _0x21e027(_0x2fe0bc);},'Tzqny':'../mocha/test-observability/data-hooks','VESOk':_0x5c07b0(0xbf),'dekQC':function(_0x274e87){return _0x274e87();},'HOzCW':function(_0x5cfbce,_0x2918ea){return _0x5cfbce!==_0x2918ea;},'ytlfq':'PQgxK','VJiVJ':_0x5c07b0(0x138),'Myfak':function(_0x100336,_0x2be409){return _0x100336<=_0x2be409;},'kXaQI':function(_0x66f199,_0xdb85c8){return _0x66f199===_0xdb85c8;},'uIKLs':_0x5c07b0(0x119),'hBOCu':_0x5c07b0(0xf7),'CSSrO':'RhCyP','rQHbz':function(_0x55850b,_0x430590,_0x1b8369){return _0x55850b(_0x430590,_0x1b8369);},'OPgXf':function(_0x63879,_0x1bcbd6){return _0x63879!==_0x1bcbd6;},'kKNEd':_0x5c07b0(0x183),'tzjjM':'fFvmX','tNUNx':_0x5c07b0(0x164),'hiPWt':function(_0x53bbd5,_0x3e05da){return _0x53bbd5(_0x3e05da);},'tjEgp':'wZTSQ','FwHbR':'AePQQ','OArIo':function(_0x4e76ab,_0x2f1669){return _0x4e76ab(_0x2f1669);},'keWpz':'dxSYG','KbehA':_0x5c07b0(0x124),'awUkN':function(_0x469f0e){return _0x469f0e();},'OAwkO':function(_0x737430){return _0x737430();},'lJnqC':function(_0x40fa00,_0x272937){return _0x40fa00(_0x272937);},'IYlKd':_0x5c07b0(0xd2),'lWldJ':_0x5c07b0(0x173),'FVnYN':function(_0x4bc026,_0x13bce0){return _0x4bc026>_0x13bce0;},'jwBIG':function(_0x574b1d,_0xda09a0){return _0x574b1d(_0xda09a0);},'nSwgD':_0x5c07b0(0x194),'ZrHND':_0x5c07b0(0x184),'HjiMm':_0x5c07b0(0x175),'OebXv':function(_0x1dc4d4,_0x22070c){return _0x1dc4d4===_0x22070c;},'wnMqJ':_0x5c07b0(0x143),'wBpfi':function(_0x3a9f21,_0x1c094d){return _0x3a9f21(_0x1c094d);},'LhuCj':function(_0x5a6801,_0x1eaef2){return _0x5a6801!==_0x1eaef2;},'VehJa':function(_0x38841f,_0x4954d2){return _0x38841f(_0x4954d2);},'IbsnI':_0x5c07b0(0xbd),'QLQht':function(_0x3dd636,_0x59910f){return _0x3dd636===_0x59910f;},'SvMQt':_0x5c07b0(0xa6),'FQLpe':function(_0x24f081,_0x4b4139){return _0x24f081!==_0x4b4139;},'vFGgO':_0x5c07b0(0x10b),'FxREg':_0x5c07b0(0x14a),'BXugJ':function(_0x3d472a,_0x190221){return _0x3d472a(_0x190221);},'UHLvh':function(_0x2428a9){return _0x2428a9();},'fbboe':function(_0x3e0b85,_0x3f2145){return _0x3e0b85===_0x3f2145;},'LQCFY':'dMNSU','AroHT':function(_0x15f508){return _0x15f508();},'AbnAp':_0x5c07b0(0xef),'DbjHm':function(_0x1a1d4c){return _0x1a1d4c();},'CRgNc':function(_0x356b99,_0x5d4640){return _0x356b99!==_0x5d4640;},'UpAgu':'zpiZx','QqbCj':'KVHhP','sXzyh':function(_0xc1fb07,_0x4a14a3){return _0xc1fb07(_0x4a14a3);},'NDkmS':function(_0x39a672,_0x4c305a){return _0x39a672===_0x4c305a;},'lxxyv':_0x5c07b0(0x8f),'uXwal':_0x5c07b0(0xc8),'hastO':function(_0x12a90a,_0x5a8152){return _0x12a90a*_0x5a8152;},'IneGE':function(_0x4fc226,_0x798b3d){return _0x4fc226===_0x798b3d;},'bDrWm':_0x5c07b0(0xe1),'ZVJLN':function(_0x3fd547,_0x35ba59){return _0x3fd547===_0x35ba59;},'YCAqA':_0x5c07b0(0x123),'SekjY':_0x5c07b0(0xe4),'pcxoD':_0x5c07b0(0x95),'bhuVc':function(_0x3cccc6,_0x1ac325){return _0x3cccc6||_0x1ac325;},'CRRew':_0x5c07b0(0x113),'HhINn':'platformIndex','FzFSC':_0x5c07b0(0x161),'tipKY':'browserstackPercyBestPlatform','QuSxi':_0x5c07b0(0xd3),'jgQqi':_0x5c07b0(0x85),'gMcwX':'cwalj','ssBQO':_0x5c07b0(0x15e),'sKJpo':function(_0x58dc7d,_0x1c8555){return _0x58dc7d!==_0x1c8555;},'XNpQh':'GwHwb','FMsoP':_0x5c07b0(0xfa),'PdUvk':_0x5c07b0(0x104),'jCjLk':function(_0x204396){return _0x204396();},'dNehE':function(_0x34d43b,_0x3f98d0){return _0x34d43b!==_0x3f98d0;},'kQydg':'MRPIW','hrFiL':function(_0x2fb0bd,_0x1e732b){return _0x2fb0bd!==_0x1e732b;},'wbJKJ':_0x5c07b0(0xdf),'nTOPz':_0x5c07b0(0xe9),'zMDDl':function(_0x504bb7,_0x343e25){return _0x504bb7===_0x343e25;},'VzyOg':_0x5c07b0(0x8b),'rghZn':function(_0x6e50ff,_0x2292e5){return _0x6e50ff(_0x2292e5);},'HjeZe':function(_0x38fee8,_0x308caf){return _0x38fee8===_0x308caf;},'DxzjY':_0x5c07b0(0x18b),'MOnbb':_0x5c07b0(0x182),'PGTFf':function(_0x358b6d,_0xc05c4d){return _0x358b6d(_0xc05c4d);},'SnsXt':function(_0x39f749,_0x26e4b1){return _0x39f749===_0x26e4b1;},'uovhC':'pbMTT','EXRuN':function(_0x285600,_0x1960cb){return _0x285600(_0x1960cb);},'ZgBZo':function(_0x265fe2,_0x33b49f){return _0x265fe2===_0x33b49f;},'wXPaX':'OMQOE','sXoja':_0x5c07b0(0xe5),'MsjpE':_0x5c07b0(0xff),'JlXBK':'YTOeD','swhjN':_0x5c07b0(0x142),'iiXUT':_0x5c07b0(0x155),'ixyll':function(_0x156959,_0x2b13cb){return _0x156959===_0x2b13cb;},'BllcK':_0x5c07b0(0xf5),'pyycD':function(_0xd2426e,_0x203fd2){return _0xd2426e(_0x203fd2);},'LtOYR':_0x5c07b0(0xa4),'LhgLV':function(_0xfd76bc,_0x5d27f3){return _0xfd76bc<_0x5d27f3;},'OWBDK':function(_0x32fb0d,_0x278152){return _0x32fb0d===_0x278152;},'OnCfi':'vanilla','LIItG':function(_0x233bf8){return _0x233bf8();},'btrFx':function(_0x514ba2,_0x58017e){return _0x514ba2(_0x58017e);},'cVyYW':'beforeExit','gcJXO':function(_0x3bff8d){return _0x3bff8d();}};return new Promise(async(_0x2c42c1,_0x4e3cb1)=>{const _0x47487f=_0x5c07b0,_0x565bdf={'ORbze':function(_0x18aa56,_0x251183){const _0x2f8408=a19_0xffae;return _0x1b961c[_0x2f8408(0x19c)](_0x18aa56,_0x251183);},'nUAmp':_0x1b961c[_0x47487f(0xa1)],'TeNXD':_0x1b961c[_0x47487f(0xc5)],'SXziQ':_0x1b961c['lWldJ'],'TOzXL':function(_0x428dae,_0x111c7b){const _0x1f3407=_0x47487f;return _0x1b961c[_0x1f3407(0x8c)](_0x428dae,_0x111c7b);},'oEURZ':function(_0x30d0a5,_0x130295){const _0x1661a8=_0x47487f;return _0x1b961c[_0x1661a8(0x127)](_0x30d0a5,_0x130295);},'wOleb':function(_0x5121f1,_0x53f1d7){const _0x25b3fd=_0x47487f;return _0x1b961c[_0x25b3fd(0x147)](_0x5121f1,_0x53f1d7);},'lDqLO':function(_0x2b38a3,_0x2131a5){const _0x5be5ca=_0x47487f;return _0x1b961c[_0x5be5ca(0xaa)](_0x2b38a3,_0x2131a5);},'cejmx':_0x1b961c[_0x47487f(0x122)],'wzxbv':_0x1b961c[_0x47487f(0x16d)],'zFfqG':_0x1b961c[_0x47487f(0xb8)],'huAQY':function(_0x53dbe8,_0x237d1e){const _0x3808de=_0x47487f;return _0x1b961c[_0x3808de(0x13f)](_0x53dbe8,_0x237d1e);},'JLzoc':function(_0x2dc451,_0x170e58){const _0x13cddb=_0x47487f;return _0x1b961c[_0x13cddb(0x162)](_0x2dc451,_0x170e58);},'RjaHq':_0x1b961c[_0x47487f(0x145)],'hnvBq':function(_0x8ce688,_0x348efb){const _0x1521df=_0x47487f;return _0x1b961c[_0x1521df(0x12e)](_0x8ce688,_0x348efb);},'aCAgZ':function(_0x50374b,_0x232556){const _0x2f7dd0=_0x47487f;return _0x1b961c[_0x2f7dd0(0xf9)](_0x50374b,_0x232556);},'uKRkz':function(_0x5250d4,_0x2f2957){return _0x1b961c['VehJa'](_0x5250d4,_0x2f2957);}};_0x1b961c[_0x47487f(0x12a)](require,_0x1b961c[_0x47487f(0xb9)])();if(_0x1b961c[_0x47487f(0x11f)](this[_0x47487f(0xd6)],_0x1b961c['SvMQt'])){if(_0x1b961c[_0x47487f(0x18e)](_0x1b961c[_0x47487f(0x196)],_0x1b961c['vFGgO']))_0x43acb1=_0x565bdf[_0x47487f(0xa8)](_0x34f54b,_0x565bdf[_0x47487f(0xc3)])[_0x47487f(0xfd)],_0x4cfa71[_0x47487f(0xac)](_0x565bdf[_0x47487f(0x159)]),_0x3f2abb[_0x47487f(0xac)](_0x8cd56[_0x47487f(0x188)](_0x220fa0,_0x565bdf[_0x47487f(0x129)]));else{const _0x31c286=_0x1b961c[_0x47487f(0x19c)](requireModule,_0x1b961c[_0x47487f(0x9f)]),_0xd53871=_0x1b961c['BXugJ'](requireModule,_0x1b961c[_0x47487f(0x149)]);_0x1b961c[_0x47487f(0xdd)](isBrowserstackInfra)&&(_0x1b961c[_0x47487f(0x97)](_0x1b961c[_0x47487f(0x19e)],_0x1b961c[_0x47487f(0x19e)])?_0x1b961c['AroHT'](modifyCommand):_0x1dbf81=_0x1b961c['VsCzw'](_0x14893d,_0x1b961c[_0x47487f(0x18d)]));const _0x74ad4c=_0x1b961c[_0x47487f(0xf1)](require,_0x1b961c[_0x47487f(0x11a)])['mochaHooks'],_0x50a22c={};_0x50a22c[_0x47487f(0x195)]=[_0x74ad4c[_0x47487f(0x195)]],_0x50a22c['beforeEach']=[_0x74ad4c[_0x47487f(0xaf)]],_0x50a22c['afterAll']=[_0x74ad4c[_0x47487f(0xf0)]],_0x50a22c[_0x47487f(0x132)]=[_0x74ad4c[_0x47487f(0x132)]];const _0x3f1c3e=_0x50a22c;if(_0x1b961c['DbjHm'](isTestObservabilitySession)){if(_0x1b961c['CRgNc'](_0x1b961c[_0x47487f(0x12d)],_0x1b961c[_0x47487f(0x9b)])){const _0x4172c7=_0x1b961c['sXzyh'](require,_0x1b961c[_0x47487f(0xba)])['mochaHooks'];_0x3f1c3e[_0x47487f(0x195)][_0x47487f(0x17c)](_0x4172c7['beforeAll']),_0x3f1c3e[_0x47487f(0xf0)][_0x47487f(0xac)](_0x4172c7[_0x47487f(0xf0)]);}else{const _0x3b3435=_0x47487f(0x136)+_0x89f4d3+_0x398942['extname'](_0x521591);_0x50d39f[_0x47487f(0xac)](_0x1b961c[_0x47487f(0xc5)]),_0x46ee42[_0x47487f(0xac)](_0x43dc6b+':'+_0x3b3435);}}const _0x3bf840=await _0x31c286[_0x47487f(0xb1)](this[_0x47487f(0x8e)][_0x47487f(0x93)]);Object[_0x47487f(0x18a)](this[_0x47487f(0x8e)],_0x3bf840);if(this[_0x47487f(0x8e)][_0x47487f(0x150)]){if(_0x1b961c[_0x47487f(0x12b)](_0x1b961c['lxxyv'],_0x1b961c[_0x47487f(0xeb)])){const _0x11fcc9=_0x1b961c[_0x47487f(0x12a)](_0x36ca98,_0x1b961c['Tzqny'])[_0x47487f(0x90)];_0x2c74cb[_0x47487f(0x195)][_0x47487f(0x17c)](_0x11fcc9[_0x47487f(0x195)]),_0x1f0cd8['afterAll'][_0x47487f(0xac)](_0x11fcc9[_0x47487f(0xf0)]);}else this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0x195)]&&_0x3f1c3e[_0x47487f(0x195)][_0x47487f(0x17c)](...this['_mochaOpts'][_0x47487f(0x150)][_0x47487f(0x195)]),this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0xaf)]&&_0x3f1c3e[_0x47487f(0xaf)][_0x47487f(0x17c)](...this['_mochaOpts'][_0x47487f(0x150)][_0x47487f(0xaf)]),this[_0x47487f(0x8e)][_0x47487f(0x150)]['afterAll']&&_0x3f1c3e[_0x47487f(0xf0)]['push'](...this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0xf0)]),this['_mochaOpts'][_0x47487f(0x150)][_0x47487f(0x132)]&&_0x3f1c3e[_0x47487f(0x132)][_0x47487f(0xac)](...this[_0x47487f(0x8e)][_0x47487f(0x150)]['afterEach']);}const _0x1052d3=this[_0x47487f(0x8e)][_0x47487f(0xf3)];let _0x15f56d=_0x1b961c[_0x47487f(0x91)](this[_0x47487f(0x8e)][_0x47487f(0x190)],0x1);_0x1b961c[_0x47487f(0x144)](this[_0x47487f(0x8e)][_0x47487f(0x190)],0x0)?_0x1b961c[_0x47487f(0x9c)](_0x1b961c['bDrWm'],_0x1b961c[_0x47487f(0xc1)])?(this['_mochaOpts'][_0x47487f(0x150)][_0x47487f(0x195)]&&_0x22a7c2['beforeAll']['unshift'](...this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0x195)]),this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0xaf)]&&_0x16150c[_0x47487f(0xaf)][_0x47487f(0x17c)](...this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0xaf)]),this[_0x47487f(0x8e)]['rootHooks']['afterAll']&&_0x4b315b[_0x47487f(0xf0)][_0x47487f(0xac)](...this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0xf0)]),this['_mochaOpts']['rootHooks'][_0x47487f(0x132)]&&_0x488170[_0x47487f(0x132)][_0x47487f(0xac)](...this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0x132)])):_0x15f56d=0x0:_0x1b961c[_0x47487f(0x171)](_0x1b961c[_0x47487f(0xd8)],_0x1b961c[_0x47487f(0x197)])?this[_0x47487f(0xe0)]['turboScaleUrl']=this[_0x47487f(0x84)]['turboScaleUrl']:_0x15f56d+=constants['BSTACK_DELTA'];const _0x3a882d={...this[_0x47487f(0x8e)],'reporter':path[_0x47487f(0x188)](__dirname,_0x1b961c[_0x47487f(0xed)]),'reporterOption':{...this[_0x47487f(0x8e)]['reporterOptions'],'type':_0x1b961c[_0x47487f(0xc9)](_0x1052d3,_0x1b961c['CRRew']),'testObservability':this[_0x47487f(0x14e)],'bsConfig':this[_0x47487f(0x84)]},'parallel':![],'rootHooks':_0x3f1c3e,'isWorker':!![],'timeout':_0x15f56d};global['browserstackPlatformIndex']=helper[_0x47487f(0xbc)](this[_0x47487f(0xe0)],[_0x1b961c[_0x47487f(0x178)]]),global['browserstackPercyBestPlatform']=helper[_0x47487f(0xbc)](this[_0x47487f(0xe0)],[_0x1b961c['FzFSC'],_0x1b961c['tipKY']]),global[_0x47487f(0xd3)]=helper[_0x47487f(0xbc)](this[_0x47487f(0xe0)],[_0x1b961c[_0x47487f(0xd1)],_0x1b961c['QuSxi']]),global[_0x47487f(0x85)]=helper['nestedKeyValue'](this[_0x47487f(0xe0)],[_0x1b961c[_0x47487f(0xd1)],_0x1b961c[_0x47487f(0x16b)]]),global['capabilities']=[this['_capability']];if(helper['isBrowserstackInfra']()){if(_0x1b961c[_0x47487f(0x127)](_0x1b961c['gMcwX'],_0x1b961c[_0x47487f(0x18c)])){this['_bsConfig'][_0x47487f(0xa0)]['skipSessionName']&&(_0x1b961c[_0x47487f(0x165)](_0x1b961c['XNpQh'],_0x1b961c[_0x47487f(0x15b)])?(_0x4ffba2['push'](_0x565bdf['TeNXD']),_0x3ace7d['push'](_0x1f2cdd+_0x47487f(0x170)+_0x49be92)):global[_0x47487f(0x10e)]=!![]);if(this[_0x47487f(0x84)][_0x47487f(0xa0)][_0x47487f(0x125)]){if(_0x1b961c[_0x47487f(0x12b)](_0x1b961c[_0x47487f(0x99)],_0x1b961c[_0x47487f(0x99)]))global[_0x47487f(0xab)]=!![];else{const _0x5cb61c=_0x565bdf['TOzXL'](_0x39c19e,this['_capability'])[_0x47487f(0xf8)](/ /g,'_');if(_0x565bdf[_0x47487f(0x11e)](this['_formatter'][_0x281efd],_0x2af4c9)&&_0x565bdf[_0x47487f(0x8a)](this[_0x47487f(0xcb)][_0x1853c6][_0x47487f(0xf2)],0x0)){const _0x4063bb=this[_0x47487f(0xcb)][_0x1ba5c6][0x1],_0x17d868=''+this[_0x47487f(0xcb)][_0x4fe6e1][0x0];if(_0x565bdf[_0x47487f(0x11e)](_0x4063bb,_0x156948)){const _0x124018='tmp/'+_0x5cb61c+_0x3590f8[_0x47487f(0x154)](_0x4063bb);_0x3a7b94[_0x47487f(0xac)](_0x565bdf[_0x47487f(0x159)]),_0xb04a87[_0x47487f(0xac)](_0x17d868+':'+_0x124018);}else _0x3037ec['push'](_0x565bdf['TeNXD']),_0x47c18d[_0x47487f(0xac)](_0x17d868+_0x47487f(0x170)+_0x5cb61c);}}}}else _0x1b961c['VsCzw'](_0x5e266f,_0x25b8e8);}this['_bsConfig'][_0x47487f(0xe7)]&&(_0x1b961c['CRgNc'](_0x1b961c['PdUvk'],_0x1b961c[_0x47487f(0xa9)])?_0x1b515d=_0x1b961c[_0x47487f(0x12a)](_0x54b778,_0x1b961c[_0x47487f(0x117)]):this['_configuration']['turboScaleUrl']=this[_0x47487f(0x84)][_0x47487f(0xe7)]);const _0x3d52d5=new _0xd53871(_0x3a882d);_0x3d52d5[_0x47487f(0x158)]=_0x3d52d5[_0x47487f(0x106)];_0x1b961c[_0x47487f(0x109)](isTestObservabilitySession)?_0x1b961c[_0x47487f(0xc4)](_0x1b961c[_0x47487f(0x16a)],_0x1b961c[_0x47487f(0x16a)])?(_0x224255=_0x565bdf[_0x47487f(0x13e)](_0x2c625f,_0x565bdf[_0x47487f(0x126)])[_0x47487f(0xfd)],_0x46d152[_0x47487f(0xac)](_0x565bdf[_0x47487f(0x159)]),_0x39655b[_0x47487f(0xac)](_0x54f107[_0x47487f(0x188)](_0x23fc8d,_0x565bdf['wzxbv'])),_0x3129b8=_0x565bdf[_0x47487f(0xb7)]):_0x3d52d5[_0x47487f(0x106)]=function(_0x22c44f){const _0x4e13ee=_0x47487f,_0x4f70d3={'GNAaL':function(_0x46248a){const _0x33a1c1=a19_0xffae;return _0x1b961c[_0x33a1c1(0x146)](_0x46248a);},'XoMYF':function(_0x580eb8,_0x1dbeda){const _0x19b3e7=a19_0xffae;return _0x1b961c[_0x19b3e7(0x9c)](_0x580eb8,_0x1dbeda);},'lyDub':_0x1b961c[_0x4e13ee(0x9a)],'NpJSm':_0x1b961c['VJiVJ'],'YsOzU':function(_0x421901,_0x463c80){const _0x4a5e39=_0x4e13ee;return _0x1b961c[_0x4a5e39(0x11d)](_0x421901,_0x463c80);},'uiqTG':function(_0x2d27d1,_0x2ebb77){const _0x4c50d8=_0x4e13ee;return _0x1b961c[_0x4c50d8(0x13a)](_0x2d27d1,_0x2ebb77);},'wPtui':_0x1b961c['uIKLs'],'Swspj':_0x1b961c[_0x4e13ee(0x14f)],'bDoBs':function(_0x16d1b1,_0x4ffe33){const _0x2bb133=_0x4e13ee;return _0x1b961c[_0x2bb133(0x19c)](_0x16d1b1,_0x4ffe33);},'GNgvu':function(_0x574741,_0x1f969a){const _0x149bcd=_0x4e13ee;return _0x1b961c[_0x149bcd(0x19c)](_0x574741,_0x1f969a);},'Sfdwt':_0x1b961c['CSSrO'],'AdQZi':function(_0x50c7c0,_0x1193bb,_0x43da32){return _0x1b961c['rQHbz'](_0x50c7c0,_0x1193bb,_0x43da32);}};if(_0x1b961c[_0x4e13ee(0x127)](_0x1b961c['kKNEd'],_0x1b961c['tzjjM']))return _0x3d52d5[_0x4e13ee(0x158)](_0x2911de=>{const _0x13113d=_0x4e13ee,_0x4303bc={'syRZh':function(_0x161bdd){const _0x3e5450=a19_0xffae;return _0x4f70d3[_0x3e5450(0x163)](_0x161bdd);},'zdEqV':function(_0x225673,_0x4dffbf){const _0x4d4ced=a19_0xffae;return _0x4f70d3[_0x4d4ced(0xe8)](_0x225673,_0x4dffbf);},'Ubudo':_0x4f70d3[_0x13113d(0x103)],'zRemp':_0x4f70d3[_0x13113d(0xd5)],'DqdzK':function(_0x4e0253,_0x2aa13b){const _0x13b6ea=_0x13113d;return _0x4f70d3[_0x13b6ea(0x102)](_0x4e0253,_0x2aa13b);},'NkiNI':function(_0x4595f7,_0x580262){const _0x5947ac=_0x13113d;return _0x4f70d3[_0x5947ac(0x174)](_0x4595f7,_0x580262);},'DJLAZ':_0x4f70d3['wPtui'],'KLGib':_0x4f70d3[_0x13113d(0xf6)],'DHdBh':function(_0x323dcb,_0x1aa0ec){return _0x4f70d3['bDoBs'](_0x323dcb,_0x1aa0ec);},'xTrku':function(_0xa04eac,_0x56beac){const _0x3ec44d=_0x13113d;return _0x4f70d3[_0x3ec44d(0xa7)](_0xa04eac,_0x56beac);}};if(_0x4f70d3[_0x13113d(0x174)](_0x4f70d3[_0x13113d(0x177)],_0x4f70d3['Sfdwt'])){const _0x4a9cef=_0x4f70d3[_0x13113d(0x13d)](setInterval,async()=>{const _0xd85973=_0x13113d;_0x4303bc['zdEqV'](_0x4303bc[_0xd85973(0xee)],_0x4303bc['zRemp'])?_0x4303bc[_0xd85973(0xdb)](RequestQueueHandler['getInstance']()[_0xd85973(0xd4)],0x0)&&(_0x4303bc[_0xd85973(0x116)](_0x4303bc['DJLAZ'],_0x4303bc['KLGib'])?_0x3a0802+=_0x20c92c[_0xd85973(0x169)]:(_0x4303bc[_0xd85973(0x118)](clearInterval,_0x4a9cef),await _0x4303bc[_0xd85973(0xb4)](cleanupDrivers,global[_0xd85973(0xcf)]),_0x4303bc[_0xd85973(0x118)](_0x2c42c1,_0x2911de))):_0x4303bc[_0xd85973(0x10a)](_0x2bd378);},0x3e8);}else _0x4cb84a[_0x13113d(0xab)]=!![];});else _0x45f943=0x0;}:_0x1b961c[_0x47487f(0x13c)](_0x1b961c[_0x47487f(0x110)],_0x1b961c[_0x47487f(0xd7)])?_0x3d52d5[_0x47487f(0x106)]=function(_0xa9767b){const _0x94514=_0x47487f,_0x4ca47d={'rjpHv':function(_0x49dae9,_0x48920b){return _0x1b961c['eGyUF'](_0x49dae9,_0x48920b);},'vSXlb':_0x1b961c[_0x94514(0xce)],'JeNgU':function(_0x1be821,_0xd78ca0){return _0x1b961c['hiPWt'](_0x1be821,_0xd78ca0);},'FlgyQ':function(_0x5d6db7,_0x2e8fee){const _0x461feb=_0x94514;return _0x1b961c[_0x461feb(0x9c)](_0x5d6db7,_0x2e8fee);},'JRQNF':_0x1b961c['tjEgp'],'TdAZc':_0x1b961c[_0x94514(0x115)],'HsCaC':function(_0x3d8011,_0x19c8e3){const _0x578790=_0x94514;return _0x1b961c[_0x578790(0x8c)](_0x3d8011,_0x19c8e3);}};if(_0x1b961c['HOzCW'](_0x1b961c[_0x94514(0x96)],_0x1b961c['keWpz']))_0x4ca47d[_0x94514(0xae)](_0x3f8ec0,_0x4ca47d[_0x94514(0x15c)])['browserstackAgentV2'](this['_configuration'],null,this[_0x94514(0x14e)]);else return _0x3d52d5[_0x94514(0x158)](async _0x3d4ff4=>{const _0x1e4e85=_0x94514,_0x174930={'lCnTr':function(_0x3c3f57,_0x411cd6){const _0x1d6b79=a19_0xffae;return _0x4ca47d[_0x1d6b79(0x9e)](_0x3c3f57,_0x411cd6);}};_0x4ca47d[_0x1e4e85(0x14d)](_0x4ca47d[_0x1e4e85(0x157)],_0x4ca47d[_0x1e4e85(0x181)])?(await _0x4ca47d['rjpHv'](cleanupDrivers,global[_0x1e4e85(0xcf)]),_0x4ca47d[_0x1e4e85(0xcd)](_0x2c42c1,_0x3d4ff4)):_0x174930[_0x1e4e85(0x101)](_0x3057e9,_0x402684);});}:_0x1acce7[_0x47487f(0xc7)](_0x49fec2,0x1);try{if(_0x1b961c[_0x47487f(0x108)](_0x1b961c[_0x47487f(0xa3)],_0x1b961c['VzyOg']))_0x1b961c[_0x47487f(0x193)](require,_0x1b961c[_0x47487f(0xce)])['browserstackAgentV2'](this['_configuration'],null,this['_testObservability']);else{const _0x4aebb2=_0x1b961c[_0x47487f(0x10f)][_0x47487f(0x17d)]('|');let _0x5e72bf=0x0;while(!![]){switch(_0x4aebb2[_0x5e72bf++]){case'0':this['_capability']=this[_0x47487f(0xe0)][_0x47487f(0xb3)];continue;case'1':this['_testObservability']=_0x1b961c[_0x47487f(0x19a)](_0xaf06b5);continue;case'2':_0x557984[_0x47487f(0x88)]=0x0;continue;case'3':this[_0x47487f(0x8e)]=_0x4c039a['mochaOpts'];continue;case'4':_0x5e6a7c[_0x47487f(0x10d)]=0x0;continue;case'5':_0x290472[_0x47487f(0x172)]=0x0;continue;case'6':this[_0x47487f(0xcb)]=_0x33e832[_0x47487f(0x12c)];continue;case'7':this[_0x47487f(0xd6)]=_0x2a430c;continue;case'8':_0x26a24f[_0x47487f(0x16e)]={};continue;case'9':this[_0x47487f(0x84)]=_0x4b084c;continue;case'10':_0x185fd0[_0x47487f(0x16c)]=0x0;continue;case'11':_0x9a54dd[_0x47487f(0x15a)]=0x0;continue;case'12':_0x5d8833[_0x47487f(0x137)]=0x0;continue;case'13':_0x1b9255['testsSkipped']=0x0;continue;case'14':this['_argv']=_0x2fb49c;continue;case'15':_0x56b484[_0x47487f(0x166)]=this[_0x47487f(0xe0)][_0x47487f(0x151)]||{};continue;case'16':_0x4d2a37[_0x47487f(0x156)]=this['_configuration'][_0x47487f(0x112)];continue;case'17':this[_0x47487f(0xfb)]=_0x1b961c[_0x47487f(0x19b)](_0x5b708a);continue;case'18':_0x1f17b1[_0x47487f(0x11b)]=0x0;continue;case'19':this[_0x47487f(0xe0)]=_0x5dd265[_0x47487f(0x120)]||{};continue;case'20':_0x344383[_0x47487f(0x15f)]=0x0;continue;case'21':_0x40cb2a['testsFailed']=0x0;continue;}break;}}}catch{}const _0x4d39a3=_0x31c286[_0x47487f(0xa5)](_0x3d52d5,_0x3a882d);_0x4d39a3&&_0x4d39a3[_0x47487f(0x114)](_0x478256=>{const _0x37b65f=_0x47487f,_0x244d0e={'rApdY':function(_0x28f416,_0x51473f){return _0x565bdf['huAQY'](_0x28f416,_0x51473f);}};_0x565bdf[_0x37b65f(0x180)](_0x565bdf[_0x37b65f(0xa2)],_0x565bdf[_0x37b65f(0xa2)])?_0x565bdf[_0x37b65f(0x19d)](_0x4e3cb1,_0x478256):(_0xd84e1e[_0x37b65f(0x191)](_0xd3a7d5),_0x8da3ef['exitCode']=0x1,_0x244d0e['rApdY'](_0x322dba,_0x10b553));});}}else{if(_0x1b961c[_0x47487f(0xbb)](this[_0x47487f(0xd6)],_0x1b961c['DxzjY'])){let _0x52701e;try{_0x1b961c[_0x47487f(0x111)](_0x1b961c['MOnbb'],_0x1b961c['MOnbb'])?(this[_0x47487f(0x84)][_0x47487f(0xa0)][_0x47487f(0x198)]&&(_0x301e40[_0x47487f(0x10e)]=!![]),this['_bsConfig']['testContextOptions'][_0x47487f(0x125)]&&(_0x59de2e['__skipSessionStatus']=!![])):_0x52701e=_0x1b961c[_0x47487f(0x128)](requireModule,_0x1b961c[_0x47487f(0x117)]);}catch(_0x4889f7){_0x1b961c[_0x47487f(0x130)](_0x1b961c[_0x47487f(0x167)],_0x1b961c[_0x47487f(0x167)])?_0x52701e=_0x1b961c[_0x47487f(0xd0)](requireModule,_0x1b961c[_0x47487f(0x18d)]):_0x27df0a[_0x47487f(0x10e)]=!![];}const _0x7fb736=this['_argv'],_0x111e4d=_0x7fb736[_0x47487f(0x186)](_0x1b961c[_0x47487f(0x98)]);if(_0x1b961c[_0x47487f(0x147)](_0x111e4d,-0x1)){if(_0x1b961c['ZgBZo'](_0x1b961c[_0x47487f(0x153)],_0x1b961c[_0x47487f(0xca)])){const _0x459769={};_0x459769[_0x47487f(0x87)]=_0x3d6cd0[_0x47487f(0x16c)],_0x459769[_0x47487f(0x9d)]=_0x88ef29[_0x47487f(0x10d)],_0x459769[_0x47487f(0xcc)]=_0x52b073[_0x47487f(0x15a)],_0x459769[_0x47487f(0xe6)]=_0x4e0954[_0x47487f(0xf4)],_0x459769[_0x47487f(0x168)]=_0x2006e3[_0x47487f(0x137)],_0x459769[_0x47487f(0xb2)]=_0x1d60a9[_0x47487f(0x105)],_0x459769[_0x47487f(0x92)]=_0x49d122[_0x47487f(0x88)],_0x459769[_0x47487f(0x133)]=_0x4bdd45[_0x47487f(0x172)],_0x459769['stepsUnknown']=_0x5cb9cc[_0x47487f(0x15f)],_0x459769[_0x47487f(0x89)]=_0x1f0790['testsAmbiguous'],_0x459769[_0x47487f(0xc2)]=_0x5322bb[_0x47487f(0x8d)],_0x459769['testsErrorMessage']=_0x292305[_0x47487f(0x16e)];const _0x49d2cd=_0x459769;_0x565bdf[_0x47487f(0x140)](_0x4a4595,_0x49d2cd);}else _0x7fb736['splice'](_0x111e4d,0x1);}const _0x18b105=_0x1b961c[_0x47487f(0x179)];try{if(_0x1b961c[_0x47487f(0x11f)](_0x1b961c['JlXBK'],_0x1b961c[_0x47487f(0x134)])){const _0x29e3c7=_0x1b961c[_0x47487f(0xc0)](requireModule,_0x1b961c[_0x47487f(0x100)]),_0x3bde45=_0x29e3c7[_0x47487f(0xec)];_0x29e3c7.resolvePaths=async function(){const pathResults=await _0x3bde45.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x18b105)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x7fb736['push'](_0x1b961c[_0x47487f(0xc5)]),_0x7fb736['push'](path[_0x47487f(0x188)](__dirname,_0x1b961c[_0x47487f(0x17b)]));}else return;}catch(_0xc0d7bb){let _0x379192=_0x1b961c[_0x47487f(0x16f)],_0x57c41a;try{if(_0x1b961c[_0x47487f(0x107)](_0x1b961c[_0x47487f(0x14b)],_0x1b961c[_0x47487f(0x14b)]))_0x57c41a=_0x1b961c['pyycD'](requireModule,_0x1b961c[_0x47487f(0xa1)])[_0x47487f(0xfd)],_0x7fb736['push'](_0x1b961c[_0x47487f(0xc5)]),_0x7fb736['push'](path[_0x47487f(0x188)](__dirname,_0x1b961c[_0x47487f(0x17b)]));else{const _0x1455f7=this[_0x47487f(0xcb)][_0x49bf40][0x1],_0x4b3ee2=''+this[_0x47487f(0xcb)][_0x51ae3e][0x0];if(_0x565bdf['aCAgZ'](_0x1455f7,_0x20d8ea)){const _0x5aa93d=_0x47487f(0x136)+_0x5b3aee+_0x39170a['extname'](_0x1455f7);_0xa4ed11['push'](_0x565bdf['TeNXD']),_0x2ffed4[_0x47487f(0xac)](_0x4b3ee2+':'+_0x5aa93d);}else _0xfd8278[_0x47487f(0xac)](_0x565bdf[_0x47487f(0x159)]),_0x4bf1a1[_0x47487f(0xac)](_0x4b3ee2+_0x47487f(0x170)+_0x5b2391);}}catch(_0x40a923){_0x57c41a=_0x1b961c['OArIo'](requireModule,_0x1b961c[_0x47487f(0x122)])[_0x47487f(0xfd)],_0x7fb736['push'](_0x1b961c['Miegy']),_0x7fb736[_0x47487f(0xac)](path[_0x47487f(0x188)](__dirname,_0x1b961c['ZrHND'])),_0x379192=_0x1b961c[_0x47487f(0xb8)];}const _0x2b1c05=_0x57c41a[_0x47487f(0x15d)][_0x47487f(0x17f)];_0x57c41a[_0x47487f(0x15d)][_0x47487f(0x17f)]=async function(){const _0x1efefe=_0x47487f,_0xe019eb=await _0x2b1c05[_0x1efefe(0xb0)](this);return _0xe019eb[_0x1efefe(0x148)][_0x1efefe(0x17c)](path[_0x1efefe(0x188)](__dirname,_0x379192)),_0xe019eb[_0x1efefe(0x148)][_0x1efefe(0xac)](path[_0x1efefe(0x188)](__dirname,_0x18b105)),_0xe019eb;};}_0x7fb736[_0x47487f(0xac)](_0x1b961c[_0x47487f(0xe3)]),_0x7fb736[_0x47487f(0xac)](''+this[_0x47487f(0xe0)][_0x47487f(0xdc)]);if(this[_0x47487f(0xcb)]&&_0x1b961c[_0x47487f(0x147)](this[_0x47487f(0xcb)][_0x47487f(0xf2)],0x0))for(let _0x5c1a48=0x0;_0x1b961c[_0x47487f(0xde)](_0x5c1a48,this['_formatter']['length']);_0x5c1a48++){const _0x671a3=_0x1b961c['hiPWt'](getPlatformName,this['_capability'])[_0x47487f(0xf8)](/ /g,'_');if(_0x1b961c[_0x47487f(0x111)](this[_0x47487f(0xcb)][_0x5c1a48],undefined)&&_0x1b961c[_0x47487f(0x147)](this[_0x47487f(0xcb)][_0x5c1a48][_0x47487f(0xf2)],0x0)){const _0x171a51=this[_0x47487f(0xcb)][_0x5c1a48][0x1],_0x2d37a5=''+this[_0x47487f(0xcb)][_0x5c1a48][0x0];if(_0x1b961c[_0x47487f(0x13c)](_0x171a51,undefined)){const _0x29bad3=_0x47487f(0x136)+_0x671a3+path[_0x47487f(0x154)](_0x171a51);_0x7fb736['push'](_0x1b961c[_0x47487f(0xc5)]),_0x7fb736['push'](_0x2d37a5+':'+_0x29bad3);}else _0x7fb736[_0x47487f(0xac)](_0x1b961c[_0x47487f(0xc5)]),_0x7fb736[_0x47487f(0xac)](_0x2d37a5+_0x47487f(0x170)+_0x671a3);}}const _0x149ccd=new _0x52701e[(_0x47487f(0xfd))]({'argv':_0x7fb736,'cwd':process[_0x47487f(0xea)](),'stdout':process[_0x47487f(0x199)],'stderr':process[_0x47487f(0xbe)],'env':process[_0x47487f(0x152)]});process[_0x47487f(0x152)][_0x47487f(0x189)]=JSON['stringify'](this[_0x47487f(0xe0)]),_0x149ccd[_0x47487f(0x106)]()['then'](_0x38b50e=>{const _0x30dc6c=_0x47487f,_0x4679eb={};_0x4679eb[_0x30dc6c(0x87)]=global[_0x30dc6c(0x16c)],_0x4679eb[_0x30dc6c(0x9d)]=global[_0x30dc6c(0x10d)],_0x4679eb[_0x30dc6c(0xcc)]=global['testSuitesFailed'],_0x4679eb[_0x30dc6c(0xe6)]=global[_0x30dc6c(0xf4)],_0x4679eb[_0x30dc6c(0x168)]=global['testsPassed'],_0x4679eb['stepsSkipped']=global[_0x30dc6c(0x105)],_0x4679eb[_0x30dc6c(0x92)]=global['testsPending'],_0x4679eb['stepsUndefined']=global['testsUndefined'],_0x4679eb[_0x30dc6c(0x141)]=global[_0x30dc6c(0x15f)],_0x4679eb[_0x30dc6c(0x89)]=global[_0x30dc6c(0x11b)],_0x4679eb[_0x30dc6c(0xc2)]=_0x38b50e['success'],_0x4679eb[_0x30dc6c(0x16e)]=global[_0x30dc6c(0x16e)];const _0x1ab1ae=_0x4679eb;_0x1b961c[_0x30dc6c(0xf1)](_0x2c42c1,_0x1ab1ae);})[_0x47487f(0x114)](_0x1b94b9=>{const _0x5a166b=_0x47487f;_0x565bdf[_0x5a166b(0x185)](_0x4e3cb1,_0x1b94b9);});}else{if(_0x1b961c['OWBDK'](this[_0x47487f(0xd6)],_0x1b961c['OnCfi'])){process[_0x47487f(0xad)]=this['_configuration'][_0x47487f(0x11c)];try{_0x1b961c[_0x47487f(0x10c)](modifyCommand),_0x1b961c[_0x47487f(0x131)](require,_0x1b961c[_0x47487f(0xce)])['browserstackAgent'](this[_0x47487f(0xe0)]);let _0x53dd39=0x0;process['on'](_0x1b961c[_0x47487f(0x17a)],async()=>{const _0x102e65=_0x47487f;if(_0x565bdf[_0x102e65(0x8a)](_0x53dd39,0x0))return;_0x53dd39++,await _0x565bdf[_0x102e65(0x140)](cleanupDrivers,global[_0x102e65(0xcf)]);}),_0x1b961c['pyycD'](require,this[_0x47487f(0xe0)][_0x47487f(0x187)]);}catch(_0x488a1e){console[_0x47487f(0x191)](_0x488a1e),process[_0x47487f(0xe2)]=0x1,_0x1b961c[_0x47487f(0xaa)](_0x4e3cb1,_0x488a1e);}_0x1b961c[_0x47487f(0x94)](_0x2c42c1);}}}});}}module[a19_0x47152e(0x192)]=Launcher;
@@ -1 +1 @@
1
- const a20_0x5dfec3=a20_0x9337;(function(_0x1784f8,_0x16a8b9){const _0x35f9bd=a20_0x9337,_0x6ed1a6=_0x1784f8();while(!![]){try{const _0x38a3ac=parseInt(_0x35f9bd(0xfb))/0x1*(-parseInt(_0x35f9bd(0x100))/0x2)+parseInt(_0x35f9bd(0xc7))/0x3+-parseInt(_0x35f9bd(0xa1))/0x4*(parseInt(_0x35f9bd(0xe7))/0x5)+-parseInt(_0x35f9bd(0xb2))/0x6+-parseInt(_0x35f9bd(0xcd))/0x7+-parseInt(_0x35f9bd(0x10c))/0x8*(parseInt(_0x35f9bd(0xd3))/0x9)+-parseInt(_0x35f9bd(0xa0))/0xa*(-parseInt(_0x35f9bd(0xbd))/0xb);if(_0x38a3ac===_0x16a8b9)break;else _0x6ed1a6['push'](_0x6ed1a6['shift']());}catch(_0x405c0b){_0x6ed1a6['push'](_0x6ed1a6['shift']());}}}(a20_0x1b66,0x876f8));function a20_0x9337(_0x59c692,_0x5543c2){const _0x1b66f9=a20_0x1b66();return a20_0x9337=function(_0x933735,_0x13625b){_0x933735=_0x933735-0x98;let _0x32901d=_0x1b66f9[_0x933735];return _0x32901d;},a20_0x9337(_0x59c692,_0x5543c2);}function a20_0x1b66(){const _0x45890d=['includes','chrome','vjUYE','jYrKZ','qteeV','iHQOL','TdBLj','BnKmj','getBrowserName','Tdnjg','10NGFLqy','112KjekFL','selenium-webdriver/chrome.js','MeoRJ','../../../helpers/helper','accessibility','KUAMQ','format','hynHi','getPlatformVersion','hengT','Options','RBmuD','PpULo','debug','pBaMt','FPNPH','Nilcl','2104080MZplkn','toLowerCase','isUndefined','deviceName','getBrowserVersion','browserstack.accessibilityOptions','requireModule','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','mdsAF','CFYag','YnkAS','27449785ZVghXb','WoeGW','ibyNc','kiceC','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','MepPZ','getCapabilities','args','BS_A11Y_JWT','NnHNV','903669SqFCfa','accessibilityOptions','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','path','fzAWq','winstonLogger','5213901qyiuQB','env','kzesX','HbheV','zXDRi','SYsQF','577746GpgnLG','RYuKQ','srOcB','DNIFG','capability','browserstack.accessibility','jztjR','ddLzA','isAccessibilityPlatform','fjflm','MMQqK','benXF','hPxCk','parse','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','QWLBm','tyPcB','util','armvm','Paucn','159010ZKSnbu','bVJHh','bstack:options','evkhb','browserstack','gSevo','HAyWX','KTSCZ','KnCrQ','xXBdq','bakMh','jbVCA','vvzEr','options_','XJWvc','odxxz','IQefn','DnnyJ','FWKSf','latest','191741eKlqQa','device','IhpCU','nJYnL','Exception\x20in\x20setExtension\x20Error:\x20','2TfsyJK','GaeDa','obMiN','__cloud_provider___','browserName','warn','XpbqG','fetchPlatformDetails','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','fjIDq','NNEtb','scannerVersion','8rXWTik','fyGNL','authToken','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','chromeOptions_','nrKaj','ivNLx','QbXBl'];a20_0x1b66=function(){return _0x45890d;};return a20_0x1b66();}const path=require(a20_0x5dfec3(0xca)),os=require('os'),util=require(a20_0x5dfec3(0xe4)),bsSetupHelper=require(a20_0x5dfec3(0xa4)),logger=require('../../../helpers/logger')[a20_0x5dfec3(0xcc)];exports['setAccessibilityCapabilities']=_0x10acc8=>{const _0x2174d1=a20_0x5dfec3,_0x5b4e76={};_0x5b4e76[_0x2174d1(0xa6)]=_0x2174d1(0xe9),_0x5b4e76[_0x2174d1(0xc6)]='browserstack.accessibilityOptions',_0x5b4e76[_0x2174d1(0xb0)]=_0x2174d1(0xe1),_0x5b4e76[_0x2174d1(0xaa)]=_0x2174d1(0xc9),_0x5b4e76[_0x2174d1(0xd0)]=_0x2174d1(0xa2),_0x5b4e76[_0x2174d1(0x106)]=function(_0x162b16,_0x1cb9d1){return _0x162b16===_0x1cb9d1;},_0x5b4e76[_0x2174d1(0xe8)]=_0x2174d1(0xd1),_0x5b4e76[_0x2174d1(0x101)]=_0x2174d1(0xcf),_0x5b4e76['QWLBm']=_0x2174d1(0xd8),_0x5b4e76['ddLzA']=function(_0x219637,_0x221fd0){return _0x219637!==_0x221fd0;},_0x5b4e76[_0x2174d1(0x111)]=_0x2174d1(0xbc),_0x5b4e76[_0x2174d1(0xd4)]='iBhOY',_0x5b4e76[_0x2174d1(0xea)]=function(_0x1a3d35,_0x4ee8ca){return _0x1a3d35===_0x4ee8ca;},_0x5b4e76['XJWvc']=_0x2174d1(0xaf),_0x5b4e76[_0x2174d1(0xd6)]='QXSok',_0x5b4e76[_0x2174d1(0xbe)]=_0x2174d1(0x112),_0x5b4e76[_0x2174d1(0xad)]=function(_0x2b038a,_0x225885){return _0x2b038a===_0x225885;},_0x5b4e76[_0x2174d1(0xf0)]=_0x2174d1(0xcb),_0x5b4e76[_0x2174d1(0xb1)]=_0x2174d1(0xd9),_0x5b4e76[_0x2174d1(0xac)]=_0x2174d1(0x9a),_0x5b4e76['QbXBl']=function(_0x21b1fc,_0x1612eb){return _0x21b1fc!==_0x1612eb;},_0x5b4e76['liNmr']=_0x2174d1(0xf8),_0x5b4e76[_0x2174d1(0x10d)]=function(_0x732126,_0x86cbf3){return _0x732126!==_0x86cbf3;},_0x5b4e76[_0x2174d1(0xba)]=_0x2174d1(0xc2),_0x5b4e76['CFYag']=_0x2174d1(0xf9);const _0xcb5494=_0x5b4e76;try{if(_0xcb5494[_0x2174d1(0x106)](_0xcb5494[_0x2174d1(0xe8)],_0xcb5494['GaeDa'])){const _0x564e9d={};_0x564e9d[_0x2174d1(0x10e)]=_0x5d911e[_0x2174d1(0xce)]['BS_A11Y_JWT'],_0xf99b06[_0xcb5494['KUAMQ']][_0x2174d1(0xc8)]=_0x564e9d;}else{const _0xca9c6b=_0x10acc8['capability']||{};if(_0xca9c6b[_0xcb5494[_0x2174d1(0xa6)]]&&_0xca9c6b[_0xcb5494[_0x2174d1(0xa6)]][_0x2174d1(0xa5)]||_0x10acc8[_0x2174d1(0xd7)][_0xcb5494['QWLBm']]){if(_0xcb5494[_0x2174d1(0xda)](_0xcb5494[_0x2174d1(0x111)],_0xcb5494['RYuKQ'])){global[_0x2174d1(0xdb)]=!![];if(_0xca9c6b[_0xcb5494[_0x2174d1(0xa6)]]){if(_0xcb5494['evkhb'](_0xcb5494[_0x2174d1(0xf5)],_0xcb5494[_0x2174d1(0xd6)]))_0x17c1cd[_0xcb5494[_0x2174d1(0xa6)]]['accessibilityOptions'][_0x2174d1(0x10e)]=_0x20dd14['env'][_0x2174d1(0xc5)];else{if(_0xca9c6b[_0xcb5494[_0x2174d1(0xa6)]][_0x2174d1(0xc8)])_0xcb5494['evkhb'](_0xcb5494[_0x2174d1(0xbe)],_0xcb5494['WoeGW'])?_0xca9c6b[_0xcb5494[_0x2174d1(0xa6)]]['accessibilityOptions'][_0x2174d1(0x10e)]=process[_0x2174d1(0xce)][_0x2174d1(0xc5)]:_0x36e0cf['debug']('Exception\x20in\x20setExtension\x20Error:\x20'+_0x7c15e0[_0x2174d1(0xa7)](_0x12c30c));else{if(_0xcb5494[_0x2174d1(0xad)](_0xcb5494['xXBdq'],_0xcb5494['xXBdq'])){const _0x3516f9={};_0x3516f9['authToken']=process[_0x2174d1(0xce)]['BS_A11Y_JWT'],_0xca9c6b[_0xcb5494['KUAMQ']][_0x2174d1(0xc8)]=_0x3516f9;}else _0x327b7a[_0xcb5494[_0x2174d1(0xc6)]][_0x2174d1(0x10e)]=_0x14fec4[_0x2174d1(0xce)][_0x2174d1(0xc5)];}_0xca9c6b[_0xcb5494[_0x2174d1(0xa6)]]['accessibilityOptions'][_0x2174d1(0x10b)]=JSON[_0x2174d1(0xe0)](process['env'][_0x2174d1(0xb9)])['scannerVersion'];}}else{if(_0x10acc8[_0x2174d1(0xd7)][_0xcb5494[_0x2174d1(0xe2)]]){if(_0xcb5494['ddLzA'](_0xcb5494[_0x2174d1(0xb1)],_0xcb5494[_0x2174d1(0xb1)]))_0x1fd1dc[_0x2174d1(0xae)](_0x2174d1(0xc1)+_0x1bef97);else{if(_0xca9c6b[_0xcb5494[_0x2174d1(0xc6)]]){if(_0xcb5494['evkhb'](_0xcb5494[_0x2174d1(0xac)],_0xcb5494[_0x2174d1(0xac)]))_0xca9c6b[_0xcb5494[_0x2174d1(0xc6)]][_0x2174d1(0x10e)]=process[_0x2174d1(0xce)][_0x2174d1(0xc5)];else return _0x5cb281[_0x2174d1(0x105)](_0xcb5494[_0x2174d1(0xb0)]),![];}else{if(_0xcb5494[_0x2174d1(0x113)](_0xcb5494['liNmr'],_0xcb5494['liNmr']))return![];else{const _0x5afcf0={};_0x5afcf0['authToken']=process[_0x2174d1(0xce)][_0x2174d1(0xc5)],_0xca9c6b[_0xcb5494[_0x2174d1(0xc6)]]=_0x5afcf0;}}_0xca9c6b[_0xcb5494[_0x2174d1(0xc6)]][_0x2174d1(0x10b)]=JSON['parse'](process[_0x2174d1(0xce)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x2174d1(0x10b)];}}}}else return _0x1a0794[_0x2174d1(0x105)](_0xcb5494['hengT']),![];}}}catch(_0x1c3a33){_0xcb5494[_0x2174d1(0x10d)](_0xcb5494[_0x2174d1(0xba)],_0xcb5494[_0x2174d1(0xbb)])?logger[_0x2174d1(0xae)](_0x2174d1(0x108)+_0x1c3a33):_0xec26ba=_0x429a9a[_0x2174d1(0xb8)](_0xcb5494[_0x2174d1(0xd0)]);}},exports['setExtension']=(_0x5bfd99,_0x5da6b0)=>{const _0x3a5af9=a20_0x5dfec3,_0x4c6049={};_0x4c6049['bakMh']=_0x3a5af9(0x10f),_0x4c6049[_0x3a5af9(0xf6)]=_0x3a5af9(0xe9),_0x4c6049[_0x3a5af9(0xe3)]=_0x3a5af9(0xb7),_0x4c6049[_0x3a5af9(0x9d)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',_0x4c6049['NNEtb']=function(_0x2e3fe7,_0x35442d){return _0x2e3fe7!==_0x35442d;},_0x4c6049[_0x3a5af9(0xc0)]=function(_0x495b70,_0x3f8953){return _0x495b70!==_0x3f8953;},_0x4c6049[_0x3a5af9(0x9c)]=_0x3a5af9(0x99),_0x4c6049[_0x3a5af9(0x102)]='BrYYq',_0x4c6049[_0x3a5af9(0xdc)]=_0x3a5af9(0xc9),_0x4c6049[_0x3a5af9(0xed)]=function(_0x4d336a,_0x40b7b9){return _0x4d336a!==_0x40b7b9;},_0x4c6049[_0x3a5af9(0xf7)]=_0x3a5af9(0x115),_0x4c6049[_0x3a5af9(0x98)]=function(_0x4389dc,_0x47bb2b){return _0x4389dc!==_0x47bb2b;},_0x4c6049[_0x3a5af9(0xe5)]=_0x3a5af9(0xbf),_0x4c6049[_0x3a5af9(0xdf)]=_0x3a5af9(0xfe),_0x4c6049[_0x3a5af9(0xec)]=function(_0x4e065a,_0x49d783){return _0x4e065a===_0x49d783;},_0x4c6049[_0x3a5af9(0xfd)]=_0x3a5af9(0xfa),_0x4c6049[_0x3a5af9(0x9f)]=function(_0x52496c,_0x266183){return _0x52496c>_0x266183;},_0x4c6049['SYsQF']=_0x3a5af9(0xf2),_0x4c6049[_0x3a5af9(0xd5)]=function(_0x4939f7,_0x294397){return _0x4939f7!==_0x294397;},_0x4c6049[_0x3a5af9(0xe6)]='pmwIq',_0x4c6049[_0x3a5af9(0xf3)]=_0x3a5af9(0xa2),_0x4c6049[_0x3a5af9(0xa3)]=_0x3a5af9(0xdd),_0x4c6049['benXF']='--headless',_0x4c6049[_0x3a5af9(0xef)]=_0x3a5af9(0xee),_0x4c6049['hynHi']=_0x3a5af9(0xe1);const _0x336461=_0x4c6049;try{const _0x5c4de3=_0x5da6b0[_0x3a5af9(0xd7)]||{},_0x4f5557=(_0x5c4de3[_0x336461[_0x3a5af9(0xf6)]]?_0x5c4de3[_0x336461[_0x3a5af9(0xf6)]][_0x3a5af9(0xb5)]:_0x5c4de3[_0x3a5af9(0xfc)])||'';if(_0x336461[_0x3a5af9(0x10a)](_0x4f5557,''))return _0x336461[_0x3a5af9(0xc0)](_0x336461[_0x3a5af9(0x9c)],_0x336461[_0x3a5af9(0x102)])?(logger[_0x3a5af9(0x105)](_0x336461[_0x3a5af9(0xdc)]),![]):(_0xbb14ef['warn'](_0x336461['bakMh']),![]);const _0xb5385f=_0x5c4de3[_0x3a5af9(0x104)];if(_0x336461['HAyWX'](_0xb5385f[_0x3a5af9(0xb3)](),_0x336461[_0x3a5af9(0xf7)])){if(_0x336461['vjUYE'](_0x336461[_0x3a5af9(0xe5)],_0x336461[_0x3a5af9(0xdf)]))return logger[_0x3a5af9(0x105)](_0x336461[_0x3a5af9(0x9d)]),![];else{if(_0x3c3aa3[_0x336461[_0x3a5af9(0xf6)]]['accessibilityOptions'])_0x1fc012[_0x336461[_0x3a5af9(0xf6)]][_0x3a5af9(0xc8)][_0x3a5af9(0x10e)]=_0x548005[_0x3a5af9(0xce)][_0x3a5af9(0xc5)];else{const _0x1d852d={};_0x1d852d[_0x3a5af9(0x10e)]=_0x3d1145[_0x3a5af9(0xce)][_0x3a5af9(0xc5)],_0x5e45a5[_0x336461['odxxz']]['accessibilityOptions']=_0x1d852d;}_0x259f9f[_0x336461[_0x3a5af9(0xf6)]]['accessibilityOptions'][_0x3a5af9(0x10b)]=_0xf6922d[_0x3a5af9(0xe0)](_0x33fad7[_0x3a5af9(0xce)][_0x3a5af9(0xb9)])[_0x3a5af9(0x10b)];}}const _0x1810a0=_0x5c4de3['browserVersion']||_0x5c4de3['browser_version'];if(!bsSetupHelper[_0x3a5af9(0xb4)](_0x1810a0)&&!(_0x336461['gSevo'](_0x1810a0,_0x336461[_0x3a5af9(0xfd)])||_0x336461[_0x3a5af9(0x9f)](_0x1810a0,0x5e))){if(_0x336461['gSevo'](_0x336461[_0x3a5af9(0xd2)],_0x336461['SYsQF']))return logger[_0x3a5af9(0x105)](_0x336461[_0x3a5af9(0xf1)]),![];else{const _0x1a5752={};_0x1a5752[_0x3a5af9(0x10e)]=_0x1e4062[_0x3a5af9(0xce)][_0x3a5af9(0xc5)],_0x498f79[_0x336461[_0x3a5af9(0xe3)]]=_0x1a5752;}}let _0x589f60;try{if(_0x336461[_0x3a5af9(0xd5)](_0x336461['Paucn'],_0x336461['Paucn']))return _0xd67912[_0x3a5af9(0x105)](_0x336461[_0x3a5af9(0x9d)]),![];else _0x589f60=bsSetupHelper[_0x3a5af9(0xb8)](_0x336461[_0x3a5af9(0xf3)]);}catch(_0x218ff7){if(_0x336461[_0x3a5af9(0x98)](_0x336461[_0x3a5af9(0xa3)],_0x336461[_0x3a5af9(0xa3)]))_0x4a7635[_0x3a5af9(0xae)](_0x3a5af9(0x108)+_0x45991f);else return![];}const _0x47cdd9=new _0x589f60[(_0x3a5af9(0xab))](_0x5bfd99[_0x3a5af9(0x110)]);if(_0x47cdd9[_0x3a5af9(0xf4)]?.[_0x3a5af9(0xc4)]?.[_0x3a5af9(0x114)](_0x336461[_0x3a5af9(0xde)])){if(_0x336461[_0x3a5af9(0xec)](_0x336461[_0x3a5af9(0xef)],_0x336461[_0x3a5af9(0xef)]))return logger[_0x3a5af9(0x105)](_0x336461[_0x3a5af9(0xa8)]),![];else{if(_0x2f53f5[_0x336461[_0x3a5af9(0xe3)]])_0xaa137f[_0x336461[_0x3a5af9(0xe3)]][_0x3a5af9(0x10e)]=_0x37200a[_0x3a5af9(0xce)]['BS_A11Y_JWT'];else{const _0x2c2b54={};_0x2c2b54['authToken']=_0x5af434['env']['BS_A11Y_JWT'],_0x261509[_0x336461[_0x3a5af9(0xe3)]]=_0x2c2b54;}_0x217bd2[_0x336461[_0x3a5af9(0xe3)]][_0x3a5af9(0x10b)]=_0x23fa49[_0x3a5af9(0xe0)](_0x1be87e[_0x3a5af9(0xce)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x3a5af9(0x10b)];}}return!![];}catch(_0x5d475f){logger[_0x3a5af9(0xae)](_0x3a5af9(0xff)+util[_0x3a5af9(0xa7)](_0x5d475f));}return![];},exports[a20_0x5dfec3(0x107)]=async _0x6956e0=>{const _0x4b95b0=a20_0x5dfec3,_0x5830a9={};_0x5830a9[_0x4b95b0(0x109)]=function(_0x5b3ed4,_0x826492){return _0x5b3ed4===_0x826492;},_0x5830a9['iHQOL']=_0x4b95b0(0xeb);const _0x2188b2=_0x5830a9;let _0x3cf0fe={};try{const _0x3d9c2c=await _0x6956e0[_0x4b95b0(0xc3)]();_0x3cf0fe={'os_name':_0x3d9c2c['getPlatform'](),'os_version':bsSetupHelper[_0x4b95b0(0xa9)](_0x2188b2[_0x4b95b0(0x109)](global[_0x4b95b0(0x103)],_0x2188b2[_0x4b95b0(0x9b)])),'browser_name':_0x3d9c2c[_0x4b95b0(0x9e)](),'browser_version':_0x3d9c2c[_0x4b95b0(0xb6)]()};}catch(_0xc577e0){logger[_0x4b95b0(0xae)](_0x4b95b0(0xc1)+_0xc577e0);}return _0x3cf0fe;};
1
+ const a20_0x2723cc=a20_0x4cf5;function a20_0x4e34(){const _0x2c038b=['940AHPugU','setExtension','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','bYArm','uFFxO','jFHot','NNZnH','DaJdL','browserstack.accessibilityOptions','ouCXV','Oyppi','3366444ceKgGQ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','AqBvN','rmqgt','toLowerCase','YfWiV','aqWZw','bstack:options','uTaYc','util','SfzsR','MiDxL','sohGl','NOdvh','NaqON','RCaMv','authToken','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','VOwvy','--headless','kVdGj','YLqDO','utzlF','eWViI','nHZAT','path','debug','XaRaA','RgrKr','env','isAccessibilityPlatform','uacco','latest','capability','IpMpB','cWWYu','isUndefined','ORBiE','vuANH','dDaVQ','scannerVersion','2916771eREsvD','ZBxdQ','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','HxKWI','eaYBd','9121PQoPjU','HYuCA','warn','args','bdECI','selenium-webdriver/chrome.js','USVTz','bgdWb','1051436FyUwLE','jOiDO','winstonLogger','yiOTP','1176624kMeRJs','417276PXCZof','JCVSm','VICDI','KDOuL','BS_A11Y_JWT','chromeOptions_','accessibility','xJgJv','setAccessibilityCapabilities','UzheY','LJHVI','Options','soAzZ','ncjzI','device','mLMcv','NMYBq','pNXNe','deviceName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','jloEd','3ynKHcF','browserstack.accessibility','__cloud_provider___','chrome','xHHXA','kWCSQ','50gOoASa','157239SyGGVf','xOAso','browser_version','getBrowserName','format','getPlatformVersion','SlPYP','accessibilityOptions','requireModule','rIiIJ','Exception\x20in\x20setExtension\x20Error:\x20','10768RiyeQY','MjznX','uptbz','ntZYE','dsFNY','dRlok','parse','ZokdN','QzVfT','VjQkd','BdWEC','ykaOf','zwlHF','252XLJAKh','oaDpz'];a20_0x4e34=function(){return _0x2c038b;};return a20_0x4e34();}(function(_0x32df59,_0x579078){const _0xd7228d=a20_0x4cf5,_0x1f2394=_0x32df59();while(!![]){try{const _0x59355b=parseInt(_0xd7228d(0xbc))/0x1*(parseInt(_0xd7228d(0xa2))/0x2)+parseInt(_0xd7228d(0xe8))/0x3+-parseInt(_0xd7228d(0xa6))/0x4+-parseInt(_0xd7228d(0xc2))/0x5*(-parseInt(_0xd7228d(0xa7))/0x6)+parseInt(_0xd7228d(0x9a))/0x7*(parseInt(_0xd7228d(0xce))/0x8)+-parseInt(_0xd7228d(0xc3))/0x9*(-parseInt(_0xd7228d(0xdd))/0xa)+parseInt(_0xd7228d(0x95))/0xb*(-parseInt(_0xd7228d(0xdb))/0xc);if(_0x59355b===_0x579078)break;else _0x1f2394['push'](_0x1f2394['shift']());}catch(_0x38fb57){_0x1f2394['push'](_0x1f2394['shift']());}}}(a20_0x4e34,0xe2a51));function a20_0x4cf5(_0x556fae,_0xf6da5){const _0x4e34f0=a20_0x4e34();return a20_0x4cf5=function(_0x4cf5fa,_0x1cd685){_0x4cf5fa=_0x4cf5fa-0x93;let _0xe38d77=_0x4e34f0[_0x4cf5fa];return _0xe38d77;},a20_0x4cf5(_0x556fae,_0xf6da5);}const path=require(a20_0x2723cc(0x101)),os=require('os'),util=require(a20_0x2723cc(0xf1)),bsSetupHelper=require('../../../helpers/helper'),logger=require('../../../helpers/logger')[a20_0x2723cc(0xa4)];exports[a20_0x2723cc(0xaf)]=_0x5254db=>{const _0xe72436=a20_0x2723cc,_0x29c101={};_0x29c101[_0xe72436(0x104)]=_0xe72436(0xe5),_0x29c101[_0xe72436(0xb6)]=_0xe72436(0xe9),_0x29c101[_0xe72436(0x96)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.',_0x29c101[_0xe72436(0xa1)]=_0xe72436(0xef),_0x29c101[_0xe72436(0xfc)]=_0xe72436(0x9f),_0x29c101[_0xe72436(0xa9)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',_0x29c101[_0xe72436(0xfd)]=function(_0x15d435,_0x3a408e){return _0x15d435===_0x3a408e;},_0x29c101[_0xe72436(0xd2)]=_0xe72436(0xd5),_0x29c101[_0xe72436(0xf4)]=_0xe72436(0xbd),_0x29c101['AqBvN']=function(_0x19bf67,_0x5dc613){return _0x19bf67===_0x5dc613;},_0x29c101[_0xe72436(0xd9)]=_0xe72436(0xf3),_0x29c101[_0xe72436(0xe1)]=function(_0x295c92,_0x2913db){return _0x295c92!==_0x2913db;},_0x29c101[_0xe72436(0xd3)]=_0xe72436(0xe6),_0x29c101[_0xe72436(0x100)]=_0xe72436(0x9e),_0x29c101[_0xe72436(0xc9)]=function(_0x408536,_0x2062ab){return _0x408536!==_0x2062ab;},_0x29c101[_0xe72436(0xa8)]=_0xe72436(0x10d),_0x29c101[_0xe72436(0xc1)]=_0xe72436(0xf6),_0x29c101[_0xe72436(0xb8)]=_0xe72436(0xff),_0x29c101[_0xe72436(0xbb)]=function(_0x204981,_0x48e149){return _0x204981===_0x48e149;},_0x29c101[_0xe72436(0xd8)]=_0xe72436(0xfa),_0x29c101['xOAso']=function(_0x14585b,_0x3e7a06){return _0x14585b===_0x3e7a06;},_0x29c101[_0xe72436(0x99)]=_0xe72436(0xd6),_0x29c101['oaDpz']=_0xe72436(0x9b),_0x29c101[_0xe72436(0xf2)]=_0xe72436(0xe4),_0x29c101['xJgJv']=function(_0x1a30d5,_0x57b7d7){return _0x1a30d5!==_0x57b7d7;},_0x29c101[_0xe72436(0xe7)]=_0xe72436(0xb1);const _0x584138=_0x29c101;try{if(_0x584138['YLqDO'](_0x584138[_0xe72436(0xd2)],_0x584138[_0xe72436(0xd2)])){const _0x395f62=_0x5254db[_0xe72436(0x109)]||{};if(_0x395f62[_0x584138[_0xe72436(0xa1)]]&&_0x395f62[_0x584138[_0xe72436(0xa1)]][_0xe72436(0xad)]||_0x5254db[_0xe72436(0x109)][_0x584138[_0xe72436(0xf4)]]){if(_0x584138[_0xe72436(0xea)](_0x584138[_0xe72436(0xd9)],_0x584138[_0xe72436(0xd9)])){global[_0xe72436(0x106)]=!![];if(_0x395f62[_0x584138['bgdWb']]){if(_0x584138[_0xe72436(0xe1)](_0x584138[_0xe72436(0xd3)],_0x584138[_0xe72436(0x100)])){if(_0x395f62[_0x584138[_0xe72436(0xa1)]][_0xe72436(0xca)])_0x584138[_0xe72436(0xc9)](_0x584138[_0xe72436(0xa8)],_0x584138[_0xe72436(0xc1)])?_0x395f62[_0x584138[_0xe72436(0xa1)]][_0xe72436(0xca)]['authToken']=process[_0xe72436(0x105)][_0xe72436(0xab)]:_0x63183a[_0x584138[_0xe72436(0x104)]][_0xe72436(0xf8)]=_0x2d5b13[_0xe72436(0x105)][_0xe72436(0xab)];else{if(_0x584138[_0xe72436(0xc9)](_0x584138[_0xe72436(0xb8)],_0x584138[_0xe72436(0xb8)]))return _0x16a427['warn'](_0x584138[_0xe72436(0xb6)]),![];else{const _0x3df00c={};_0x3df00c[_0xe72436(0xf8)]=process[_0xe72436(0x105)][_0xe72436(0xab)],_0x395f62[_0x584138['bgdWb']]['accessibilityOptions']=_0x3df00c;}}_0x395f62[_0x584138[_0xe72436(0xa1)]][_0xe72436(0xca)][_0xe72436(0x94)]=JSON['parse'](process[_0xe72436(0x105)][_0xe72436(0xdf)])[_0xe72436(0x94)];}else{if(_0x5de95d[_0x584138['RgrKr']])_0x324cf9[_0x584138[_0xe72436(0x104)]][_0xe72436(0xf8)]=_0x13b145[_0xe72436(0x105)][_0xe72436(0xab)];else{const _0x1de4f0={};_0x1de4f0[_0xe72436(0xf8)]=_0x29b7f4[_0xe72436(0x105)]['BS_A11Y_JWT'],_0x5432b8[_0x584138['RgrKr']]=_0x1de4f0;}_0x17faa6[_0x584138[_0xe72436(0x104)]][_0xe72436(0x94)]=_0x328b9a[_0xe72436(0xd4)](_0x2a00be['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0xe72436(0x94)];}}else{if(_0x5254db[_0xe72436(0x109)][_0x584138[_0xe72436(0xf4)]]){if(_0x584138[_0xe72436(0xbb)](_0x584138[_0xe72436(0xd8)],_0x584138[_0xe72436(0xd8)])){if(_0x395f62[_0x584138['RgrKr']]){if(_0x584138[_0xe72436(0xc4)](_0x584138[_0xe72436(0x99)],_0x584138[_0xe72436(0xdc)]))return _0x4d3740['warn'](_0x584138[_0xe72436(0x96)]),![];else _0x395f62[_0x584138[_0xe72436(0x104)]][_0xe72436(0xf8)]=process[_0xe72436(0x105)][_0xe72436(0xab)];}else{if(_0x584138[_0xe72436(0xe1)](_0x584138[_0xe72436(0xf2)],_0x584138[_0xe72436(0xf2)])){if(_0x2f193b[_0x584138[_0xe72436(0xa1)]][_0xe72436(0xca)])_0x493592[_0x584138[_0xe72436(0xa1)]][_0xe72436(0xca)]['authToken']=_0x20db9d['env'][_0xe72436(0xab)];else{const _0x5583dd={};_0x5583dd['authToken']=_0x168fac['env']['BS_A11Y_JWT'],_0x3e6b49[_0x584138['bgdWb']][_0xe72436(0xca)]=_0x5583dd;}_0x5a97a0[_0x584138['bgdWb']][_0xe72436(0xca)][_0xe72436(0x94)]=_0xa4c0a6[_0xe72436(0xd4)](_0x8bde67[_0xe72436(0x105)][_0xe72436(0xdf)])[_0xe72436(0x94)];}else{const _0x506e44={};_0x506e44['authToken']=process[_0xe72436(0x105)]['BS_A11Y_JWT'],_0x395f62[_0x584138[_0xe72436(0x104)]]=_0x506e44;}}_0x395f62[_0x584138[_0xe72436(0x104)]][_0xe72436(0x94)]=JSON[_0xe72436(0xd4)](process[_0xe72436(0x105)][_0xe72436(0xdf)])[_0xe72436(0x94)];}else _0x5e959d=_0x16030e[_0xe72436(0xcb)](_0x584138[_0xe72436(0xfc)]);}}}else _0x352a42[_0xe72436(0x102)](_0xe72436(0x97)+_0x294cc1);}}else{const _0x2ab2ac={};_0x2ab2ac[_0xe72436(0xf8)]=_0x260d6e[_0xe72436(0x105)][_0xe72436(0xab)],_0x474576[_0x584138[_0xe72436(0x104)]]=_0x2ab2ac;}}catch(_0x5f28a2){if(_0x584138[_0xe72436(0xae)](_0x584138[_0xe72436(0xe7)],_0x584138[_0xe72436(0xe7)]))return _0x4dfc31[_0xe72436(0x9c)](_0x584138[_0xe72436(0xa9)]),![];else logger[_0xe72436(0x102)]('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x5f28a2);}},exports[a20_0x2723cc(0xde)]=(_0x199395,_0x3a930c)=>{const _0x4010ea=a20_0x2723cc,_0x5a21a5={};_0x5a21a5[_0x4010ea(0xe2)]='bstack:options',_0x5a21a5[_0x4010ea(0xf5)]=_0x4010ea(0xf9),_0x5a21a5[_0x4010ea(0xb3)]=function(_0xc2de8f,_0x2476dd){return _0xc2de8f!==_0x2476dd;},_0x5a21a5[_0x4010ea(0x93)]='QcbUv',_0x5a21a5[_0x4010ea(0xb0)]=_0x4010ea(0xcf),_0x5a21a5[_0x4010ea(0xaa)]=_0x4010ea(0xbf),_0x5a21a5['uacco']=function(_0x1370d0,_0x2a8f86){return _0x1370d0===_0x2a8f86;},_0x5a21a5[_0x4010ea(0x98)]='roefF',_0x5a21a5['ncjzI']=_0x4010ea(0xd7),_0x5a21a5[_0x4010ea(0xe3)]=_0x4010ea(0xba),_0x5a21a5[_0x4010ea(0xd0)]=function(_0x374e63,_0x3d636a){return _0x374e63===_0x3d636a;},_0x5a21a5[_0x4010ea(0x103)]=_0x4010ea(0x108),_0x5a21a5[_0x4010ea(0xa0)]=function(_0x238b5b,_0x1fe884){return _0x238b5b>_0x1fe884;},_0x5a21a5[_0x4010ea(0xed)]=function(_0x4dacf0,_0x5d1ce8){return _0x4dacf0!==_0x5d1ce8;},_0x5a21a5[_0x4010ea(0xd1)]=_0x4010ea(0x10a),_0x5a21a5[_0x4010ea(0xe0)]=_0x4010ea(0xb7),_0x5a21a5[_0x4010ea(0x10b)]=_0x4010ea(0xe9),_0x5a21a5[_0x4010ea(0xa3)]=function(_0x23d47d,_0xa6e89a){return _0x23d47d!==_0xa6e89a;},_0x5a21a5[_0x4010ea(0xc0)]=_0x4010ea(0xcc),_0x5a21a5[_0x4010ea(0xa5)]='selenium-webdriver/chrome.js',_0x5a21a5['uXAhs']='qRpyk',_0x5a21a5['vuANH']=_0x4010ea(0xfe),_0x5a21a5[_0x4010ea(0xda)]=_0x4010ea(0xfb),_0x5a21a5[_0x4010ea(0xeb)]='zplLu',_0x5a21a5[_0x4010ea(0xf0)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.';const _0x26ddce=_0x5a21a5;try{const _0x328a66=_0x3a930c[_0x4010ea(0x109)]||{},_0x434324=(_0x328a66[_0x26ddce[_0x4010ea(0xe2)]]?_0x328a66[_0x26ddce[_0x4010ea(0xe2)]][_0x4010ea(0xb9)]:_0x328a66[_0x4010ea(0xb5)])||'';if(_0x26ddce[_0x4010ea(0xb3)](_0x434324,'')){if(_0x26ddce['soAzZ'](_0x26ddce[_0x4010ea(0x93)],_0x26ddce[_0x4010ea(0xb0)]))return logger[_0x4010ea(0x9c)](_0x26ddce['NOdvh']),![];else _0x40a23a['debug'](_0x4010ea(0xcd)+_0x2c54e8[_0x4010ea(0xc7)](_0x351a84));}const _0x3f2a43=_0x328a66['browserName'];if(_0x26ddce[_0x4010ea(0xb3)](_0x3f2a43[_0x4010ea(0xec)](),_0x26ddce[_0x4010ea(0xaa)])){if(_0x26ddce['uacco'](_0x26ddce['HxKWI'],_0x26ddce[_0x4010ea(0xb4)]))_0x3dda02[_0x26ddce[_0x4010ea(0xe2)]][_0x4010ea(0xca)]['authToken']=_0x54d2dc[_0x4010ea(0x105)][_0x4010ea(0xab)];else return logger[_0x4010ea(0x9c)](_0x26ddce[_0x4010ea(0xe3)]),![];}const _0x3a9084=_0x328a66['browserVersion']||_0x328a66[_0x4010ea(0xc5)];if(!bsSetupHelper[_0x4010ea(0x10c)](_0x3a9084)&&!(_0x26ddce[_0x4010ea(0xd0)](_0x3a9084,_0x26ddce[_0x4010ea(0x103)])||_0x26ddce['USVTz'](_0x3a9084,0x5e)))return _0x26ddce['YfWiV'](_0x26ddce[_0x4010ea(0xd1)],_0x26ddce[_0x4010ea(0xe0)])?(logger[_0x4010ea(0x9c)](_0x26ddce['cWWYu']),![]):(_0x210824[_0x4010ea(0x9c)](_0x26ddce[_0x4010ea(0xf5)]),![]);let _0x3aa985;try{_0x26ddce['jOiDO'](_0x26ddce['xHHXA'],_0x26ddce[_0x4010ea(0xc0)])?_0x3cd234[_0x4010ea(0x102)]('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x2c8685):_0x3aa985=bsSetupHelper[_0x4010ea(0xcb)](_0x26ddce['yiOTP']);}catch(_0x2bf523){if(_0x26ddce[_0x4010ea(0x107)](_0x26ddce['uXAhs'],_0x26ddce[_0x4010ea(0x10e)])){const _0x3b3521={};_0x3b3521[_0x4010ea(0xf8)]=_0x594388['env']['BS_A11Y_JWT'],_0x306a36[_0x26ddce[_0x4010ea(0xe2)]][_0x4010ea(0xca)]=_0x3b3521;}else return![];}const _0x36fa59=new _0x3aa985[(_0x4010ea(0xb2))](_0x199395[_0x4010ea(0xac)]);if(_0x36fa59['options_']?.[_0x4010ea(0x9d)]?.['includes'](_0x26ddce[_0x4010ea(0xda)]))return _0x26ddce[_0x4010ea(0xed)](_0x26ddce[_0x4010ea(0xeb)],_0x26ddce[_0x4010ea(0xeb)])?![]:(logger['warn'](_0x26ddce[_0x4010ea(0xf0)]),![]);return!![];}catch(_0x38895c){logger[_0x4010ea(0x102)](_0x4010ea(0xcd)+util[_0x4010ea(0xc7)](_0x38895c));}return![];},exports['fetchPlatformDetails']=async _0x5afdee=>{const _0x117cf8=a20_0x2723cc,_0xc44cd={};_0xc44cd[_0x117cf8(0xee)]=function(_0x5c88f7,_0x4de713){return _0x5c88f7===_0x4de713;},_0xc44cd[_0x117cf8(0xf7)]='browserstack';const _0x3fea2a=_0xc44cd;let _0x189f38={};try{const _0x43844b=await _0x5afdee['getCapabilities']();_0x189f38={'os_name':_0x43844b['getPlatform'](),'os_version':bsSetupHelper[_0x117cf8(0xc8)](_0x3fea2a[_0x117cf8(0xee)](global[_0x117cf8(0xbe)],_0x3fea2a['RCaMv'])),'browser_name':_0x43844b[_0x117cf8(0xc6)](),'browser_version':_0x43844b['getBrowserVersion']()};}catch(_0x4ea178){logger[_0x117cf8(0x102)](_0x117cf8(0x97)+_0x4ea178);}return _0x189f38;};