browserstack-node-sdk 1.31.13 → 1.31.15

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 (113) hide show
  1. package/ats/src/CFTemplates/aws-eks-cluster-dep.yaml +36 -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/commands/start.js +1 -0
  19. package/ats/src/commands/start_commands/grid.js +1 -0
  20. package/ats/src/commands/stop.js +1 -0
  21. package/ats/src/commands/stop_commands/grid.js +1 -0
  22. package/ats/src/config/constants.js +1 -1
  23. package/ats/src/config/logger.js +1 -1
  24. package/ats/src/index.js +1 -1
  25. package/ats/src/templates/autoscaler/deployment.yaml +2 -0
  26. package/ats/src/templates/gcpresources/gkecluster.json +37 -0
  27. package/ats/src/templates/vpc-cni-cm.yaml +8 -0
  28. package/ats/src/utils/AWSUtils.js +1 -1
  29. package/ats/src/utils/createAutoscalerStack.js +1 -1
  30. package/ats/src/utils/createClusterStack.js +1 -1
  31. package/ats/src/utils/createk8sClient.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/gridComponents.js +1 -1
  34. package/ats/src/utils/hstUtils.js +1 -1
  35. package/ats/src/utils/instrumentationUtils.js +1 -1
  36. package/ats/src/utils/userInput.js +1 -1
  37. package/ats/src/utils/utilityMethods.js +1 -1
  38. package/ats/src/utils/webSocketUtils.js +1 -1
  39. package/package.json +1 -1
  40. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  41. package/src/bin/codeceptjs/command.js +1 -1
  42. package/src/bin/cucumber-js/command.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  44. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  74. package/src/bin/playwright/reporter/reporter.js +1 -1
  75. package/src/bin/playwright/reporter/test-details.js +1 -1
  76. package/src/bin/runner.js +1 -1
  77. package/src/bin/setup.js +1 -1
  78. package/src/bin/test-runner/index.js +1 -1
  79. package/src/bin/test-runner/runTest.js +1 -1
  80. package/src/bin/test-runner/testWorker.js +1 -1
  81. package/src/bin/utils/constants.js +1 -1
  82. package/src/bin/utils/log4jsAppender.js +1 -1
  83. package/src/bin/utils/logPatcher.js +1 -1
  84. package/src/bin/utils/logReportingAPI.js +1 -1
  85. package/src/bin/vanilla-js/command.js +1 -1
  86. package/src/browserStackSdk.js +1 -1
  87. package/src/helpers/BrowserStackSetup.js +1 -1
  88. package/src/helpers/accessibility-automation/constants.js +1 -1
  89. package/src/helpers/accessibility-automation/helper.js +1 -1
  90. package/src/helpers/ats/constants.js +1 -1
  91. package/src/helpers/ats/helper.js +1 -1
  92. package/src/helpers/capsMapping.js +1 -1
  93. package/src/helpers/helper.js +1 -1
  94. package/src/helpers/logger.js +1 -1
  95. package/src/helpers/patchHelpers.js +1 -1
  96. package/src/helpers/percy/Percy.js +1 -1
  97. package/src/helpers/percy/PercyBinary.js +1 -1
  98. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  99. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  100. package/src/helpers/percy/PercySDK.js +1 -1
  101. package/src/helpers/percy/index.js +1 -1
  102. package/src/helpers/percy/utils.js +1 -1
  103. package/src/helpers/performance-tester.js +1 -1
  104. package/src/helpers/request-spy.js +1 -1
  105. package/src/helpers/setKeepAlive.js +1 -1
  106. package/src/helpers/test-observability/constants.js +1 -1
  107. package/src/helpers/test-observability/error-handler.js +1 -1
  108. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  109. package/src/helpers/test-observability/sessionHandler.js +1 -1
  110. package/src/helpers/test-observability/utils.js +1 -1
  111. package/src/helpers/w3cMapping.js +1 -1
  112. package/src/hubAllocationMethods.js +1 -1
  113. 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_0x2c54cb=a19_0x42b9;(function(_0x347b37,_0x101645){const _0x4b09d8=a19_0x42b9,_0x328fba=_0x347b37();while(!![]){try{const _0x39b5a=parseInt(_0x4b09d8(0x17d))/0x1+parseInt(_0x4b09d8(0x258))/0x2*(parseInt(_0x4b09d8(0x21b))/0x3)+parseInt(_0x4b09d8(0x1bb))/0x4*(parseInt(_0x4b09d8(0x152))/0x5)+-parseInt(_0x4b09d8(0x1c8))/0x6+parseInt(_0x4b09d8(0x253))/0x7*(-parseInt(_0x4b09d8(0x167))/0x8)+parseInt(_0x4b09d8(0x250))/0x9+-parseInt(_0x4b09d8(0x16a))/0xa*(parseInt(_0x4b09d8(0x1c3))/0xb);if(_0x39b5a===_0x101645)break;else _0x328fba['push'](_0x328fba['shift']());}catch(_0x2814f9){_0x328fba['push'](_0x328fba['shift']());}}}(a19_0x4948,0x3efef));const path=require(a19_0x2c54cb(0x196)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x2c54cb(0x229)),constants=require('../utils/constants'),{isAccessibilityAutomationSession}=require(a19_0x2c54cb(0x178)),RequestQueueHandler=require(a19_0x2c54cb(0x174)),{isTestObservabilitySession}=require(a19_0x2c54cb(0x1a1)),helper=require('../../helpers/helper');function a19_0x4948(){const _0x3bdbc0=['slWpB','13853ftdmBJ','totalTests','../../index','EOeNZ','LdaKo','716sfJPRE','extname','UJukf','DiUDm','Cnjoq','klOaP','__platform__','cEQuw','mocha','handleRequires','yOBLL','IMViu','_testObservability','JtdYh','gZoFX','2481680VOkneK','spec','testsAmbiguous','fcmxi','vOBAP','cwd','CONFIG','beforeExit','RCDnB','run','hqrwT','_formatter','CTzWc','yHwXP','zAhxC','JsxhN','LMwoa','nNAwY','tSVyW','split','qgQNt','464MtpSTB','exports','vIpwX','270dNemWm','success','--format','AHZJS','bGvdv','_mochaOpts','hFSLv','afterEach','env','testSuitesFailed','../../helpers/test-observability/requestQueueHandler','pNLCu','RjvQH','stepsFailed','../../helpers/accessibility-automation/helper','formatter','gWYes','tPRuF','argv','201587PYXoGN','AsnkQ','voCJq','stepsPending','cucumber/lib/cli/configuration_builder.js','beforeAll','LaSsZ','nestedKeyValue','testsUndefined','hmMNy','LXuqO','platformCaps','push','resolvePaths','UqkoT','wTZNr','testsUnknown','length','platformIndex','beforeEach','kOQGB','processSuccess','bTArM','OkeKT','bnXoE','path','rootHooks','grWpW','BSTACK_DELTA','afterAll','TmaZN','then','testsPassed','PvJqM',':tmp/','jLtuo','../../helpers/test-observability/utils','Spgra','testsSkipped','platform','../cucumber-js/formatter/custom_formatter.js','fFLst','UGDxS','__skipSessionName','UqEsO','HJxLN','../cucumber-js/test.setup.js','runMocha','turboScaleUrl','GQZjM','maxWorkers','dhHZb','ncIcm','zeFwA','GJNxw','mRhSL','browserstackAgentV2','skipSessionStatus','VUnXl','join','timeout','_configuration','4IBLmdU','percyCaptureMode','@cucumber/cucumber/lib/cli/index.js','default','percy','_argv','browserstackAgent','kAiqI','306031vdFhBO','error','reporterOptions','kvsAw','XqlpF','234054eCnxIF','tgVNt','mochaHooks','require','PUYaA','BZrmw','WhoHh','UPfsu','../cucumber-js/formatter/custom_formatter_old_versions.js','browserStackPercyOptions','fquTx','Dbiyt','TPYyV','vanilla','capability','WjNOU','qIAnZ','Qbwex','tmp/','dnJvY','BYSwh','FQGaw','stepsUnknown','DumZF','BfPfA','Utqyo','splice','YNnbo','_bsConfig','_framework','RQzeE','pUhyi','aEKbP','skipSessionName','GGjvY','FVvaw','capabilities','gjxey','gTFmz','iaWPI','xxIUZ','ZdjNx','supportCodePaths','__platformCaps','testContextOptions','wxMfW','yTtnt','assign','kGEXo','testSuites','configuration','build','_capability','getInstance','IgFgF','uYdfj','zEnqf','pcpul','exitCode','prevRun','testsPending','jPijN','GEauT','@cucumber/cucumber/lib/api/paths.js','QwQeQ','ZPWFd','wRiYN','testsErrorMessage','wfszW','uZaqo','OvbMw','jSgud','RZbSI','TVVkb','stepsUndefined','wQfgK','scenariosFailed','OiDbW','tnBzu','zBZlW','zTjea','Ldasr','__skipSessionStatus','2274sTfBch','KwAbp','etpcH','browserstackPercyBestPlatform','testsFailed','jNCFi','mheGW','prototype','cEVuD','ECSla','WIcyQ','XBGSz','10|9|21|7|2|15|17|5|16|11|19|13|6|18|8|4|0|14|3|20|1|12','EVNNY','../../helpers/helper','yGuIc','stepsAmbiguous','yDCrL','scenarios','dMxmK','oYxAo','woWRI','pendingUploads','unshift','@cucumber/cucumber/lib/cli/configuration_builder.js','catch','XwFBZ','eOxcZ','zMYPn','ldrJc','cybJc','URNBh','KGcUW','VxgGx','mRHOy','Makoz','UZAhV','bHHML','ZzqXH','CNwFH','mBUOY','stepsSkipped','__driversArray','vJcTu','uhpCs','../mocha/test.setup','JLOXD','_accessibilityAutomation','fXAQe','12|13|14|7|6|9|2|5|8|0|3|17|16|18|15|10|20|19|21|11|1|4','args','GzNni','steps','1743318HLNVYk','QPJIX'];a19_0x4948=function(){return _0x3bdbc0;};return a19_0x4948();}class Launcher{constructor(_0x19eebb,_0x3460f3,_0x323130,_0x66bdec=[]){const _0x4c0951=a19_0x2c54cb,_0x5f232e={'pUhyi':_0x4c0951(0x227),'JsxhN':function(_0x26fb16){return _0x26fb16();}},_0x2b2414=_0x5f232e[_0x4c0951(0x1e7)]['split']('|');let _0x5d0c2f=0x0;while(!![]){switch(_0x2b2414[_0x5d0c2f++]){case'0':global['testsSkipped']=0x0;continue;case'1':global[_0x4c0951(0x154)]=0x0;continue;case'2':this['_capability']=this[_0x4c0951(0x1ba)][_0x4c0951(0x1d6)];continue;case'3':global[_0x4c0951(0x185)]=0x0;continue;case'4':global[_0x4c0951(0x204)]=0x0;continue;case'5':this[_0x4c0951(0x1e4)]=_0x323130;continue;case'6':global[_0x4c0951(0x254)]=0x0;continue;case'7':this[_0x4c0951(0x15d)]=_0x3460f3['formatter'];continue;case'8':global[_0x4c0951(0x21f)]=0x0;continue;case'9':this[_0x4c0951(0x1ba)]=_0x3460f3[_0x4c0951(0x1fa)]||{};continue;case'10':this[_0x4c0951(0x1e5)]=_0x19eebb;continue;case'11':this['_accessibilityAutomation']=_0x5f232e[_0x4c0951(0x161)](isAccessibilityAutomationSession);continue;case'12':global[_0x4c0951(0x20b)]={};continue;case'13':global[_0x4c0951(0x1f9)]=0x0;continue;case'14':global[_0x4c0951(0x173)]=0x0;continue;case'15':global[_0x4c0951(0x149)]=this[_0x4c0951(0x1ba)]['platform'];continue;case'16':this[_0x4c0951(0x14f)]=_0x5f232e['JsxhN'](isTestObservabilitySession);continue;case'17':this[_0x4c0951(0x1c0)]=_0x66bdec;continue;case'18':global[_0x4c0951(0x19d)]=0x0;continue;case'19':global[_0x4c0951(0x1f3)]=this['_configuration'][_0x4c0951(0x188)]||{};continue;case'20':global['testsUnknown']=0x0;continue;case'21':this['_mochaOpts']=_0x3460f3['mochaOpts'];continue;}break;}}[a19_0x2c54cb(0x15b)](){const _0x15f9ec=a19_0x2c54cb,_0x24c7fa={'eOxcZ':function(_0x5abd4b,_0x4d1df0){return _0x5abd4b(_0x4d1df0);},'TVVkb':function(_0x4c9dbf,_0x553ea1){return _0x4c9dbf(_0x553ea1);},'dnJvY':_0x15f9ec(0x1bd),'jNCFi':_0x15f9ec(0x16c),'gZoFX':function(_0x5f3b7e){return _0x5f3b7e();},'RCDnB':function(_0x2395df,_0x2fdd34){return _0x2395df===_0x2fdd34;},'zeFwA':'Uzsev','nNAwY':_0x15f9ec(0x1f6),'GQZjM':function(_0x2bf87d,_0x4774e5){return _0x2bf87d<=_0x4774e5;},'cEQuw':function(_0x33a053,_0x274309){return _0x33a053!==_0x274309;},'dhHZb':_0x15f9ec(0x242),'UnGou':'xCWWu','FQGaw':function(_0x2a52f8,_0x17fb70){return _0x2a52f8(_0x17fb70);},'HJxLN':'cucumber/lib/cli/index.js','ZdjNx':_0x15f9ec(0x25a),'fwGHw':function(_0x3fa787,_0x4c6e31,_0x1a7fe8){return _0x3fa787(_0x4c6e31,_0x1a7fe8);},'Duvge':_0x15f9ec(0x241),'TPYyV':_0x15f9ec(0x205),'FVvaw':function(_0x55c237,_0x205b6b){return _0x55c237(_0x205b6b);},'ZPWFd':function(_0x1a0a00,_0x2efd9c){return _0x1a0a00!==_0x2efd9c;},'Utqyo':function(_0xa62ffb,_0x23a915){return _0xa62ffb>_0x23a915;},'gWYes':function(_0x51cb5f,_0x2fdbf0){return _0x51cb5f!==_0x2fdbf0;},'etpcH':_0x15f9ec(0x24c),'zMYPn':function(_0x2e80b9,_0x3daec6){return _0x2e80b9(_0x3daec6);},'LXuqO':_0x15f9ec(0x181),'klOaP':_0x15f9ec(0x1d0),'XqlpF':'../cucumber-js/test_old.setup.js','ECSla':function(_0x1109c4,_0x1ef465){return _0x1109c4(_0x1ef465);},'aEKbP':'../mocha/test-observability/data-hooks','YNnbo':_0x15f9ec(0x255),'kAiqI':_0x15f9ec(0x1b3),'eJRDG':_0x15f9ec(0x15e),'yDCrL':function(_0x4f1220,_0x2e00e4){return _0x4f1220===_0x2e00e4;},'UPfsu':_0x15f9ec(0x201),'jLtuo':'xDdlJ','LaSsZ':_0x15f9ec(0x233),'RQzeE':_0x15f9ec(0x1a5),'RZbSI':_0x15f9ec(0x176),'FzBSv':'CVUVI','Nxcms':function(_0x2e9b12,_0x214175){return _0x2e9b12(_0x214175);},'BfPfA':'../../helpers/setKeepAlive','fcmxi':function(_0x4149b3,_0x5023aa){return _0x4149b3===_0x5023aa;},'yGuIc':_0x15f9ec(0x14b),'zyMXT':_0x15f9ec(0x20f),'OaCnu':_0x15f9ec(0x150),'wRiYN':function(_0x505a8a,_0x8b2ae8){return _0x505a8a(_0x8b2ae8);},'iaWPI':'mocha/lib/cli/run-helpers.js','wfszW':function(_0x2b1a5d,_0xda4cd1){return _0x2b1a5d===_0xda4cd1;},'EOeNZ':'Jnruf','kvsAw':_0x15f9ec(0x16d),'bGvdv':function(_0x240c08){return _0x240c08();},'yOBLL':function(_0x10584e,_0xac9801){return _0x10584e(_0xac9801);},'iawFN':_0x15f9ec(0x248),'GzNni':function(_0x1f3e56){return _0x1f3e56();},'TmaZN':function(_0x18e632,_0x4f5e49){return _0x18e632===_0x4f5e49;},'vJcTu':_0x15f9ec(0x218),'SZDcG':function(_0x1ccdbf,_0x4a0078){return _0x1ccdbf(_0x4a0078);},'Spgra':_0x15f9ec(0x170),'zBZlW':'rEpJF','vrGCW':function(_0x185a4e,_0x192843){return _0x185a4e*_0x192843;},'gtidg':_0x15f9ec(0x1a6),'GEauT':_0x15f9ec(0x249),'WhoHh':function(_0xb88a52,_0xbff0e6){return _0xb88a52===_0xbff0e6;},'LSWCN':_0x15f9ec(0x23d),'QPJIX':_0x15f9ec(0x193),'IWukq':'../mocha/bstack-reporter/customReporter.js','hqrwT':function(_0x2f30bb,_0x3d41dc){return _0x2f30bb||_0x3d41dc;},'grWpW':_0x15f9ec(0x153),'OvbMw':_0x15f9ec(0x18f),'xxIUZ':_0x15f9ec(0x1d1),'tgVNt':'browserstackPercyBestPlatform','Makoz':_0x15f9ec(0x1bf),'LMwoa':_0x15f9ec(0x1bc),'pNLCu':function(_0x14cd7a,_0xdb4bc8){return _0x14cd7a!==_0xdb4bc8;},'mBUOY':_0x15f9ec(0x228),'VUnXl':_0x15f9ec(0x191),'IfCIY':_0x15f9ec(0x1d3),'WjNOU':_0x15f9ec(0x215),'UGDxS':_0x15f9ec(0x194),'mRhSL':'QjLHk','UVqcK':_0x15f9ec(0x156),'gTFmz':function(_0x4bac1a,_0x1164a7){return _0x4bac1a===_0x1164a7;},'bHHML':_0x15f9ec(0x225),'tnBzu':function(_0x25d315,_0x14f2a6){return _0x25d315(_0x14f2a6);},'BZrmw':function(_0x4a65b2,_0x58dc31){return _0x4a65b2===_0x58dc31;},'XwFBZ':'cucumber-js','dMxmK':function(_0x752eb9,_0x2b9cfa){return _0x752eb9!==_0x2b9cfa;},'PUYaA':_0x15f9ec(0x1b1),'QwQeQ':'uCIKl','kQomO':function(_0x56717d,_0x22256b){return _0x56717d!==_0x22256b;},'Ldasr':'biauf','voCJq':_0x15f9ec(0x169),'PvJqM':'../cucumber-js/timeout.setup.js','zgmks':function(_0x227848,_0x575034){return _0x227848===_0x575034;},'zEnqf':'FAwZj','DumZF':'IsKVk','GGjvY':_0x15f9ec(0x207),'Qbwex':_0x15f9ec(0x1ab),'qgQNt':function(_0x55b13a,_0x45ca2){return _0x55b13a!==_0x45ca2;},'ALzND':'VaXax','xVkSA':_0x15f9ec(0x20d),'wxMfW':function(_0x2d5c24,_0x2954c8){return _0x2d5c24(_0x2954c8);},'UZAhV':'--parallel','EYKGm':function(_0x406c17,_0x4f410c){return _0x406c17<_0x4f410c;},'tPRuF':function(_0x55bd86,_0x251ab2){return _0x55bd86>_0x251ab2;},'NyXSq':function(_0x442adb,_0x29f578){return _0x442adb!==_0x29f578;},'MyArz':function(_0x3fe771,_0x4e98cd){return _0x3fe771===_0x4e98cd;},'IMViu':_0x15f9ec(0x1d5),'woWRI':function(_0x4c4202,_0x35ac17){return _0x4c4202(_0x35ac17);},'UqkoT':_0x15f9ec(0x159),'tmITk':function(_0x512599,_0x12402f){return _0x512599(_0x12402f);},'vWyef':function(_0x1f8c76){return _0x1f8c76();}};return new Promise(async(_0x58ad45,_0x118e3d)=>{const _0x18eafc=_0x15f9ec,_0x3f6e0b={'yHwXP':function(_0x14bf01,_0x34ab9f){const _0x188d6f=a19_0x42b9;return _0x24c7fa[_0x188d6f(0x237)](_0x14bf01,_0x34ab9f);},'qLteo':_0x24c7fa['aEKbP'],'VxgGx':_0x24c7fa[_0x18eafc(0x1e3)],'XBGSz':function(_0x37f6ed,_0x57123a){const _0xfdc2e0=_0x18eafc;return _0x24c7fa[_0xfdc2e0(0x14a)](_0x37f6ed,_0x57123a);},'LdaKo':_0x24c7fa[_0x18eafc(0x1c2)],'IgFgF':_0x24c7fa['eJRDG'],'fXAQe':function(_0x4a109a,_0x3c7569){const _0x37fafa=_0x18eafc;return _0x24c7fa[_0x37fafa(0x224)](_0x4a109a,_0x3c7569);},'wTZNr':function(_0xd6afd1,_0x1dae6b){const _0x4ae4a0=_0x18eafc;return _0x24c7fa[_0x4ae4a0(0x22c)](_0xd6afd1,_0x1dae6b);},'Kpovm':_0x24c7fa[_0x18eafc(0x1cf)],'KGcUW':_0x24c7fa[_0x18eafc(0x1a0)],'kGEXo':_0x24c7fa[_0x18eafc(0x220)],'URNBh':function(_0x424495,_0x17b69b){const _0x3e84cf=_0x18eafc;return _0x24c7fa[_0x3e84cf(0x1dd)](_0x424495,_0x17b69b);},'KwAbp':function(_0x4ed12b,_0x4667f7){const _0x447fcf=_0x18eafc;return _0x24c7fa[_0x447fcf(0x236)](_0x4ed12b,_0x4667f7);},'BYSwh':_0x24c7fa[_0x18eafc(0x183)],'hmMNy':_0x24c7fa[_0x18eafc(0x1e6)],'fquTx':_0x24c7fa[_0x18eafc(0x210)],'DiUDm':_0x24c7fa['FzBSv'],'cybJc':function(_0x200ff3,_0xa96560){const _0x109a20=_0x18eafc;return _0x24c7fa[_0x109a20(0x1eb)](_0x200ff3,_0xa96560);},'wQfgK':function(_0x1f3cd0,_0x4c9463){const _0x101fd8=_0x18eafc;return _0x24c7fa[_0x101fd8(0x224)](_0x1f3cd0,_0x4c9463);}};_0x24c7fa['Nxcms'](require,_0x24c7fa[_0x18eafc(0x1e0)])();if(_0x24c7fa[_0x18eafc(0x155)](this[_0x18eafc(0x1e5)],_0x24c7fa[_0x18eafc(0x22a)])){if(_0x24c7fa[_0x18eafc(0x22c)](_0x24c7fa['zyMXT'],_0x24c7fa['OaCnu']))_0x36c051=0x0;else{const _0x58ef3f=_0x24c7fa[_0x18eafc(0x20a)](requireModule,_0x24c7fa[_0x18eafc(0x1ef)]),_0x30dfe2=_0x24c7fa[_0x18eafc(0x1eb)](requireModule,_0x24c7fa['yGuIc']);_0x24c7fa[_0x18eafc(0x151)](isBrowserstackInfra)&&(_0x24c7fa[_0x18eafc(0x20c)](_0x24c7fa[_0x18eafc(0x256)],_0x24c7fa[_0x18eafc(0x1c6)])?(this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x182)]&&_0x3a8e99[_0x18eafc(0x182)][_0x18eafc(0x232)](...this['_mochaOpts'][_0x18eafc(0x197)][_0x18eafc(0x182)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x190)]&&_0x3e686a[_0x18eafc(0x190)][_0x18eafc(0x232)](...this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x190)]),this['_mochaOpts'][_0x18eafc(0x197)][_0x18eafc(0x19a)]&&_0x4d39e2['afterAll'][_0x18eafc(0x189)](...this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x19a)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x171)]&&_0x435284[_0x18eafc(0x171)]['push'](...this['_mochaOpts'][_0x18eafc(0x197)][_0x18eafc(0x171)])):_0x24c7fa[_0x18eafc(0x16e)](modifyCommand));const _0x51cfa6=_0x24c7fa[_0x18eafc(0x14d)](require,_0x24c7fa['iawFN'])[_0x18eafc(0x1ca)],_0x38cc7b={};_0x38cc7b['beforeAll']=[_0x51cfa6[_0x18eafc(0x182)]],_0x38cc7b[_0x18eafc(0x190)]=[_0x51cfa6[_0x18eafc(0x190)]],_0x38cc7b[_0x18eafc(0x19a)]=[_0x51cfa6[_0x18eafc(0x19a)]],_0x38cc7b[_0x18eafc(0x171)]=[_0x51cfa6[_0x18eafc(0x171)]];const _0x5627bb=_0x38cc7b;if(_0x24c7fa[_0x18eafc(0x24e)](isTestObservabilitySession)){if(_0x24c7fa[_0x18eafc(0x19b)](_0x24c7fa[_0x18eafc(0x246)],_0x24c7fa[_0x18eafc(0x246)])){const _0x5ac3e2=_0x24c7fa['SZDcG'](require,_0x24c7fa[_0x18eafc(0x1e8)])[_0x18eafc(0x1ca)];_0x5627bb[_0x18eafc(0x182)][_0x18eafc(0x232)](_0x5ac3e2['beforeAll']),_0x5627bb['afterAll'][_0x18eafc(0x189)](_0x5ac3e2[_0x18eafc(0x19a)]);}else _0x48bb75['__skipSessionStatus']=!![];}const _0x1adb39=await _0x58ef3f[_0x18eafc(0x14c)](this['_mochaOpts'][_0x18eafc(0x1cb)]);Object[_0x18eafc(0x1f7)](this[_0x18eafc(0x16f)],_0x1adb39);if(this[_0x18eafc(0x16f)][_0x18eafc(0x197)]){if(_0x24c7fa[_0x18eafc(0x209)](_0x24c7fa[_0x18eafc(0x1a2)],_0x24c7fa[_0x18eafc(0x217)]))this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x182)]&&_0x5627bb[_0x18eafc(0x182)][_0x18eafc(0x232)](...this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x182)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x190)]&&_0x5627bb['beforeEach']['unshift'](...this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x190)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x19a)]&&_0x5627bb['afterAll']['push'](...this['_mochaOpts'][_0x18eafc(0x197)][_0x18eafc(0x19a)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x171)]&&_0x5627bb['afterEach'][_0x18eafc(0x189)](...this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x171)]);else{const _0x458fac=_0x3f6e0b[_0x18eafc(0x15f)](_0x23e7bb,_0x3f6e0b['qLteo'])[_0x18eafc(0x1ca)];_0x394317[_0x18eafc(0x182)][_0x18eafc(0x232)](_0x458fac[_0x18eafc(0x182)]),_0x3dff50[_0x18eafc(0x19a)][_0x18eafc(0x189)](_0x458fac[_0x18eafc(0x19a)]);}}const _0x1efa84=this[_0x18eafc(0x16f)]['reporter'];let _0x55f369=_0x24c7fa['vrGCW'](this['_mochaOpts'][_0x18eafc(0x1b9)],0x1);_0x24c7fa[_0x18eafc(0x20c)](this[_0x18eafc(0x16f)][_0x18eafc(0x1b9)],0x0)?_0x24c7fa['fcmxi'](_0x24c7fa['gtidg'],_0x24c7fa[_0x18eafc(0x206)])?_0x3f6e0b['yHwXP'](_0x2d1fe6,_0x3f6e0b[_0x18eafc(0x23c)])[_0x18eafc(0x1b5)](this[_0x18eafc(0x1ba)],null,this[_0x18eafc(0x14f)]):_0x55f369=0x0:_0x24c7fa[_0x18eafc(0x1ce)](_0x24c7fa['LSWCN'],_0x24c7fa[_0x18eafc(0x251)])?this['_configuration'][_0x18eafc(0x1ad)]=this[_0x18eafc(0x1e4)][_0x18eafc(0x1ad)]:_0x55f369+=constants[_0x18eafc(0x199)];const _0x2ea9ee={...this[_0x18eafc(0x16f)],'reporter':path[_0x18eafc(0x1b8)](__dirname,_0x24c7fa['IWukq']),'reporterOption':{...this['_mochaOpts'][_0x18eafc(0x1c5)],'type':_0x24c7fa[_0x18eafc(0x15c)](_0x1efa84,_0x24c7fa[_0x18eafc(0x198)]),'testObservability':this['_testObservability'],'bsConfig':this[_0x18eafc(0x1e4)]},'parallel':![],'rootHooks':_0x5627bb,'isWorker':!![],'timeout':_0x55f369};global['browserstackPlatformIndex']=helper[_0x18eafc(0x184)](this[_0x18eafc(0x1ba)],[_0x24c7fa[_0x18eafc(0x20e)]]),global[_0x18eafc(0x21e)]=helper[_0x18eafc(0x184)](this['_configuration'],[_0x24c7fa[_0x18eafc(0x1f0)],_0x24c7fa[_0x18eafc(0x1c9)]]),global[_0x18eafc(0x1bf)]=helper['nestedKeyValue'](this[_0x18eafc(0x1ba)],[_0x24c7fa['xxIUZ'],_0x24c7fa[_0x18eafc(0x23e)]]),global[_0x18eafc(0x1bc)]=helper[_0x18eafc(0x184)](this['_configuration'],[_0x24c7fa[_0x18eafc(0x1f0)],_0x24c7fa[_0x18eafc(0x162)]]),global[_0x18eafc(0x1ec)]=[this[_0x18eafc(0x1fc)]];helper['isBrowserstackInfra']()&&(_0x24c7fa[_0x18eafc(0x175)](_0x24c7fa[_0x18eafc(0x243)],_0x24c7fa[_0x18eafc(0x243)])?_0x24c7fa[_0x18eafc(0x236)](_0x35cb06,_0x13908e):(this[_0x18eafc(0x1e4)][_0x18eafc(0x1f4)]['skipSessionName']&&(_0x24c7fa['gWYes'](_0x24c7fa[_0x18eafc(0x1b7)],_0x24c7fa['VUnXl'])?_0x324ab7[_0x18eafc(0x1a8)]=!![]:global[_0x18eafc(0x1a8)]=!![]),this[_0x18eafc(0x1e4)][_0x18eafc(0x1f4)][_0x18eafc(0x1b6)]&&(_0x24c7fa[_0x18eafc(0x14a)](_0x24c7fa['IfCIY'],_0x24c7fa[_0x18eafc(0x1d7)])?global['__skipSessionStatus']=!![]:(this['_bsConfig']['testContextOptions'][_0x18eafc(0x1e9)]&&(_0x30f480[_0x18eafc(0x1a8)]=!![]),this[_0x18eafc(0x1e4)][_0x18eafc(0x1f4)][_0x18eafc(0x1b6)]&&(_0x5ef15c[_0x18eafc(0x21a)]=!![])))));if(this[_0x18eafc(0x1e4)]['turboScaleUrl']){if(_0x24c7fa[_0x18eafc(0x20c)](_0x24c7fa[_0x18eafc(0x1a7)],_0x24c7fa[_0x18eafc(0x1a7)]))this[_0x18eafc(0x1ba)][_0x18eafc(0x1ad)]=this[_0x18eafc(0x1e4)][_0x18eafc(0x1ad)];else return;}const _0x98d84a=new _0x30dfe2(_0x2ea9ee);_0x98d84a[_0x18eafc(0x203)]=_0x98d84a[_0x18eafc(0x15b)];if(_0x24c7fa[_0x18eafc(0x24e)](isTestObservabilitySession))_0x24c7fa['gWYes'](_0x24c7fa[_0x18eafc(0x1b4)],_0x24c7fa[_0x18eafc(0x1b4)])?_0xf5c3a9=_0x24c7fa[_0x18eafc(0x211)](_0x40c45e,_0x24c7fa[_0x18eafc(0x1db)]):_0x98d84a['run']=function(_0x3eb265){const _0x33bdde=_0x18eafc,_0x18bc2f={'qIAnZ':_0x24c7fa['jNCFi'],'QLJFe':function(_0x14b64a){return _0x24c7fa['gZoFX'](_0x14b64a);},'smifm':function(_0x15511e,_0x1869ac){const _0x13aa63=a19_0x42b9;return _0x24c7fa[_0x13aa63(0x15a)](_0x15511e,_0x1869ac);},'gjxey':_0x24c7fa[_0x33bdde(0x1b2)],'vLgOY':_0x24c7fa[_0x33bdde(0x163)],'ldrJc':function(_0x3827be,_0x2537d3){const _0x4910a2=_0x33bdde;return _0x24c7fa[_0x4910a2(0x1ae)](_0x3827be,_0x2537d3);},'uYdfj':function(_0x3d8744,_0x1a499f){const _0x18bc25=_0x33bdde;return _0x24c7fa[_0x18bc25(0x14a)](_0x3d8744,_0x1a499f);},'oYxAo':_0x24c7fa[_0x33bdde(0x1b0)],'KvGAv':_0x24c7fa['UnGou'],'mheGW':function(_0x11a096,_0x438eca){const _0x3ab90b=_0x33bdde;return _0x24c7fa[_0x3ab90b(0x1dd)](_0x11a096,_0x438eca);},'tSVyW':_0x24c7fa[_0x33bdde(0x1aa)],'UqEsO':_0x24c7fa[_0x33bdde(0x1f1)],'slWpB':function(_0x9850e0,_0x40f7ad,_0x29dbe3){return _0x24c7fa['fwGHw'](_0x9850e0,_0x40f7ad,_0x29dbe3);}};if(_0x24c7fa[_0x33bdde(0x14a)](_0x24c7fa['Duvge'],_0x24c7fa[_0x33bdde(0x1d4)]))return _0x98d84a[_0x33bdde(0x203)](_0x367930=>{const _0x4665ec=_0x33bdde,_0x144bed={'cEVuD':function(_0x5170d3,_0x244d5c){const _0x11ca71=a19_0x42b9;return _0x18bc2f[_0x11ca71(0x221)](_0x5170d3,_0x244d5c);},'Cnjoq':_0x18bc2f[_0x4665ec(0x164)]};if(_0x18bc2f[_0x4665ec(0x1ff)](_0x18bc2f[_0x4665ec(0x1a9)],_0x18bc2f[_0x4665ec(0x1a9)]))_0x1b048d=_0x144bed[_0x4665ec(0x223)](_0x1120ac,_0x144bed[_0x4665ec(0x147)]);else{const _0x51cb61=_0x18bc2f[_0x4665ec(0x252)](setInterval,async()=>{const _0x3606d8=_0x4665ec,_0x3c1ce7={'uhpCs':_0x18bc2f[_0x3606d8(0x1d8)],'bnXoE':function(_0x4c5629){return _0x18bc2f['QLJFe'](_0x4c5629);}};if(_0x18bc2f['smifm'](_0x18bc2f[_0x3606d8(0x1ed)],_0x18bc2f['vLgOY'])){const _0x55845a=_0x3606d8(0x1da)+_0x3ece4b+_0x38e617['extname'](_0x376c63);_0x2916ae[_0x3606d8(0x189)](_0x3c1ce7[_0x3606d8(0x247)]),_0x2c2ee4['push'](_0x1adb43+':'+_0x55845a);}else _0x18bc2f[_0x3606d8(0x238)](RequestQueueHandler[_0x3606d8(0x1fd)]()[_0x3606d8(0x231)],0x0)&&(_0x18bc2f[_0x3606d8(0x1ff)](_0x18bc2f[_0x3606d8(0x22f)],_0x18bc2f['KvGAv'])?(_0x18bc2f[_0x3606d8(0x221)](clearInterval,_0x51cb61),await _0x18bc2f[_0x3606d8(0x221)](cleanupDrivers,global[_0x3606d8(0x245)]),_0x18bc2f['mheGW'](_0x58ad45,_0x367930)):_0x3c1ce7[_0x3606d8(0x195)](_0x37bfb9));},0x3e8);}});else _0x3b57ea['push'](_0x18bc2f[_0x33bdde(0x1d8)]),_0x2eae4e[_0x33bdde(0x189)](_0x1fbbc6+_0x33bdde(0x19f)+_0x2b90b4);};else{if(_0x24c7fa[_0x18eafc(0x15a)](_0x24c7fa['UVqcK'],_0x24c7fa['UVqcK']))_0x98d84a['run']=function(_0x49fcdd){const _0xad85fe=_0x18eafc,_0x2f971f={'eWkMp':function(_0x4729d7,_0x3e225d){const _0x2fac7f=a19_0x42b9;return _0x3f6e0b[_0x2fac7f(0x226)](_0x4729d7,_0x3e225d);},'QpTtd':_0x3f6e0b[_0xad85fe(0x257)],'zAhxC':_0x3f6e0b[_0xad85fe(0x1fe)],'RIIBr':function(_0xfcb17a,_0x47439f){const _0x37173f=_0xad85fe;return _0x3f6e0b[_0x37173f(0x15f)](_0xfcb17a,_0x47439f);},'AsnkQ':function(_0x48d4a8,_0x3e9031){const _0x1488dd=_0xad85fe;return _0x3f6e0b[_0x1488dd(0x24b)](_0x48d4a8,_0x3e9031);}};if(_0x3f6e0b[_0xad85fe(0x18c)](_0x3f6e0b['Kpovm'],_0x3f6e0b[_0xad85fe(0x23b)]))_0x23aead+=_0x4d48f1['BSTACK_DELTA'];else return _0x98d84a[_0xad85fe(0x203)](async _0x18e705=>{const _0x4ab1f8=_0xad85fe;_0x2f971f['eWkMp'](_0x2f971f['QpTtd'],_0x2f971f[_0x4ab1f8(0x160)])?(await _0x2f971f['RIIBr'](cleanupDrivers,global[_0x4ab1f8(0x245)]),_0x2f971f[_0x4ab1f8(0x17e)](_0x58ad45,_0x18e705)):_0x24d07c[_0x4ab1f8(0x1e2)](_0x440130,0x1);});};else{const _0x226cfc=this['_formatter'][_0x1ee55d][0x1],_0x1c0c6c=''+this['_formatter'][_0x4df0ad][0x0];if(_0x3f6e0b[_0x18eafc(0x226)](_0x226cfc,_0x582611)){const _0x1a8d2a='tmp/'+_0x120303+_0x2f84a2[_0x18eafc(0x259)](_0x226cfc);_0x4241c9[_0x18eafc(0x189)](_0x3f6e0b[_0x18eafc(0x1f8)]),_0x24099f['push'](_0x1c0c6c+':'+_0x1a8d2a);}else _0x1d4cca[_0x18eafc(0x189)](_0x3f6e0b['kGEXo']),_0x529677['push'](_0x1c0c6c+_0x18eafc(0x19f)+_0x5ccb54);}}try{_0x24c7fa[_0x18eafc(0x1ee)](_0x24c7fa[_0x18eafc(0x240)],_0x24c7fa[_0x18eafc(0x240)])?_0x24c7fa[_0x18eafc(0x216)](require,_0x24c7fa[_0x18eafc(0x1e3)])['browserstackAgentV2'](this[_0x18eafc(0x1ba)],null,this['_testObservability']):(_0x25026e[_0x18eafc(0x1c4)](_0x3a810b),_0x815b3f[_0x18eafc(0x202)]=0x1,_0x3f6e0b[_0x18eafc(0x23a)](_0x4cfa6a,_0x398abc));}catch{}const _0x1159fb=_0x58ef3f[_0x18eafc(0x1ac)](_0x98d84a,_0x2ea9ee);_0x1159fb&&_0x1159fb['catch'](_0x178704=>{const _0x2d861f=_0x18eafc;_0x3f6e0b[_0x2d861f(0x18c)](_0x3f6e0b[_0x2d861f(0x1d2)],_0x3f6e0b[_0x2d861f(0x146)])?(_0x18f61a=_0x3f6e0b[_0x2d861f(0x21c)](_0x592624,_0x3f6e0b[_0x2d861f(0x1dc)])[_0x2d861f(0x1be)],_0x15e189[_0x2d861f(0x189)](_0x3f6e0b[_0x2d861f(0x1f8)]),_0x12ad76['push'](_0x488529[_0x2d861f(0x1b8)](_0x142f70,_0x3f6e0b[_0x2d861f(0x186)]))):_0x3f6e0b[_0x2d861f(0x239)](_0x118e3d,_0x178704);});}}else{if(_0x24c7fa[_0x18eafc(0x1cd)](this['_framework'],_0x24c7fa[_0x18eafc(0x235)])){let _0x4768f3;try{if(_0x24c7fa[_0x18eafc(0x22e)](_0x24c7fa[_0x18eafc(0x1cc)],_0x24c7fa['PUYaA'])){const _0x5c3f69={};_0x5c3f69[_0x18eafc(0x22d)]=_0x1d4c06[_0x18eafc(0x1f9)],_0x5c3f69[_0x18eafc(0x24f)]=_0x26d0f4[_0x18eafc(0x254)],_0x5c3f69[_0x18eafc(0x214)]=_0x181b22[_0x18eafc(0x173)],_0x5c3f69[_0x18eafc(0x177)]=_0x27c9ef[_0x18eafc(0x21f)],_0x5c3f69['stepsPassed']=_0x4759f1[_0x18eafc(0x19d)],_0x5c3f69[_0x18eafc(0x244)]=_0x234d8d[_0x18eafc(0x1a3)],_0x5c3f69[_0x18eafc(0x180)]=_0xd36e4a[_0x18eafc(0x204)],_0x5c3f69[_0x18eafc(0x212)]=_0xe7a2e2[_0x18eafc(0x185)],_0x5c3f69[_0x18eafc(0x1de)]=_0x16c634[_0x18eafc(0x18d)],_0x5c3f69[_0x18eafc(0x22b)]=_0x445d11[_0x18eafc(0x154)],_0x5c3f69[_0x18eafc(0x192)]=_0x3500eb['success'],_0x5c3f69[_0x18eafc(0x20b)]=_0xc1393['testsErrorMessage'];const _0x4b077d=_0x5c3f69;_0x3f6e0b[_0x18eafc(0x23a)](_0xfc95be,_0x4b077d);}else _0x4768f3=_0x24c7fa[_0x18eafc(0x236)](requireModule,_0x24c7fa[_0x18eafc(0x1db)]);}catch(_0x3d3a32){_0x24c7fa[_0x18eafc(0x1ce)](_0x24c7fa[_0x18eafc(0x208)],_0x24c7fa[_0x18eafc(0x208)])?_0x4768f3=_0x24c7fa[_0x18eafc(0x1eb)](requireModule,_0x24c7fa['HJxLN']):_0x3f6e0b['KwAbp'](_0x301243,_0xf9b82e);}const _0x42cf8b=this[_0x18eafc(0x1c0)],_0x2a12a3=_0x42cf8b['indexOf'](_0x24c7fa[_0x18eafc(0x235)]);if(_0x24c7fa[_0x18eafc(0x1e1)](_0x2a12a3,-0x1)){if(_0x24c7fa['kQomO'](_0x24c7fa[_0x18eafc(0x219)],_0x24c7fa[_0x18eafc(0x17f)]))_0x42cf8b[_0x18eafc(0x1e2)](_0x2a12a3,0x1);else{const _0x31fb55=_0x24c7fa[_0x18eafc(0x1eb)](_0x15fadb,this[_0x18eafc(0x1fc)])['replace'](/ /g,'_');if(_0x24c7fa[_0x18eafc(0x209)](this[_0x18eafc(0x15d)][_0x481e58],_0x398034)&&_0x24c7fa['Utqyo'](this[_0x18eafc(0x15d)][_0x19cc74][_0x18eafc(0x18e)],0x0)){const _0x3efae2=this[_0x18eafc(0x15d)][_0x57c77f][0x1],_0x27ddb8=''+this[_0x18eafc(0x15d)][_0x5a5985][0x0];if(_0x24c7fa[_0x18eafc(0x17a)](_0x3efae2,_0x5ef99c)){const _0x35471c=_0x18eafc(0x1da)+_0x31fb55+_0x19aaa9['extname'](_0x3efae2);_0x4847ce[_0x18eafc(0x189)](_0x24c7fa[_0x18eafc(0x220)]),_0x328e25[_0x18eafc(0x189)](_0x27ddb8+':'+_0x35471c);}else _0x4e74f3[_0x18eafc(0x189)](_0x24c7fa['jNCFi']),_0x5236b0[_0x18eafc(0x189)](_0x27ddb8+':tmp/'+_0x31fb55);}}}const _0x1041b1=_0x24c7fa[_0x18eafc(0x19e)];try{if(_0x24c7fa['zgmks'](_0x24c7fa[_0x18eafc(0x200)],_0x24c7fa[_0x18eafc(0x1df)])){const _0x465069=_0x24c7fa[_0x18eafc(0x21d)][_0x18eafc(0x165)]('|');let _0xdd7d83=0x0;while(!![]){switch(_0x465069[_0xdd7d83++]){case'0':this[_0x18eafc(0x24a)]=_0x24c7fa[_0x18eafc(0x151)](_0x5c8c56);continue;case'1':_0x162e92[_0x18eafc(0x154)]=0x0;continue;case'2':this['_argv']=_0x488c3a;continue;case'3':_0xd8fdb6[_0x18eafc(0x1f3)]=this[_0x18eafc(0x1ba)][_0x18eafc(0x188)]||{};continue;case'4':_0x11e1b2[_0x18eafc(0x20b)]={};continue;case'5':this[_0x18eafc(0x1e4)]=_0xf22a47;continue;case'6':this[_0x18eafc(0x1fc)]=this[_0x18eafc(0x1ba)][_0x18eafc(0x1d6)];continue;case'7':this[_0x18eafc(0x15d)]=_0x46c181[_0x18eafc(0x179)];continue;case'8':this[_0x18eafc(0x14f)]=_0x24c7fa[_0x18eafc(0x151)](_0x472ed0);continue;case'9':_0xae61a[_0x18eafc(0x149)]=this[_0x18eafc(0x1ba)][_0x18eafc(0x1a4)];continue;case'10':_0x59620a['testsPending']=0x0;continue;case'11':_0x1fb794[_0x18eafc(0x18d)]=0x0;continue;case'12':this['_framework']=_0x6f0e8;continue;case'13':this[_0x18eafc(0x1ba)]=_0x5c5de9['configuration']||{};continue;case'14':this[_0x18eafc(0x16f)]=_0x2c4e5c['mochaOpts'];continue;case'15':_0x6b5166['testsFailed']=0x0;continue;case'16':_0x2ba5d4['totalTests']=0x0;continue;case'17':_0x570ed4[_0x18eafc(0x1f9)]=0x0;continue;case'18':_0x2e9325['testsPassed']=0x0;continue;case'19':_0x273a07[_0x18eafc(0x173)]=0x0;continue;case'20':_0x33c9b3[_0x18eafc(0x1a3)]=0x0;continue;case'21':_0xde14d9[_0x18eafc(0x185)]=0x0;continue;}break;}}else{const _0x447880=_0x24c7fa[_0x18eafc(0x236)](requireModule,_0x24c7fa[_0x18eafc(0x1ea)]),_0x34a78b=_0x447880[_0x18eafc(0x18a)];_0x447880.resolvePaths=async function(){const pathResults=await _0x34a78b.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x1041b1)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x42cf8b['push'](_0x24c7fa[_0x18eafc(0x220)]),_0x42cf8b[_0x18eafc(0x189)](path[_0x18eafc(0x1b8)](__dirname,_0x24c7fa[_0x18eafc(0x1e6)]));}}catch(_0x5e81c2){let _0xf73410=_0x24c7fa[_0x18eafc(0x1d9)],_0xd9bf39;try{_0x24c7fa[_0x18eafc(0x166)](_0x24c7fa['ALzND'],_0x24c7fa['xVkSA'])?(_0xd9bf39=_0x24c7fa[_0x18eafc(0x1eb)](requireModule,_0x24c7fa[_0x18eafc(0x183)])[_0x18eafc(0x1be)],_0x42cf8b['push'](_0x24c7fa[_0x18eafc(0x220)]),_0x42cf8b[_0x18eafc(0x189)](path[_0x18eafc(0x1b8)](__dirname,_0x24c7fa['RQzeE']))):(_0x310688=_0x24c7fa['zMYPn'](_0x4a70a7,_0x24c7fa[_0x18eafc(0x187)])[_0x18eafc(0x1be)],_0x1ebedb[_0x18eafc(0x189)](_0x24c7fa[_0x18eafc(0x220)]),_0x46ca5f[_0x18eafc(0x189)](_0xc61dda[_0x18eafc(0x1b8)](_0x32f44a,_0x24c7fa[_0x18eafc(0x148)])),_0x30bab6=_0x24c7fa['XqlpF']);}catch(_0x35701f){_0xd9bf39=_0x24c7fa[_0x18eafc(0x1f5)](requireModule,_0x24c7fa['LXuqO'])[_0x18eafc(0x1be)],_0x42cf8b[_0x18eafc(0x189)](_0x24c7fa['jNCFi']),_0x42cf8b[_0x18eafc(0x189)](path[_0x18eafc(0x1b8)](__dirname,_0x24c7fa['klOaP'])),_0xf73410=_0x24c7fa[_0x18eafc(0x1c7)];}const _0x50d4c4=_0xd9bf39[_0x18eafc(0x222)]['build'];_0xd9bf39['prototype'][_0x18eafc(0x1fb)]=async function(){const _0x3bf8b1=_0x18eafc,_0x197302=await _0x50d4c4['call'](this);return _0x197302[_0x3bf8b1(0x1f2)]['unshift'](path[_0x3bf8b1(0x1b8)](__dirname,_0xf73410)),_0x197302['supportCodePaths'][_0x3bf8b1(0x189)](path[_0x3bf8b1(0x1b8)](__dirname,_0x1041b1)),_0x197302;};}_0x42cf8b[_0x18eafc(0x189)](_0x24c7fa[_0x18eafc(0x23f)]),_0x42cf8b[_0x18eafc(0x189)](''+this[_0x18eafc(0x1ba)][_0x18eafc(0x1af)]);if(this[_0x18eafc(0x15d)]&&_0x24c7fa[_0x18eafc(0x1e1)](this[_0x18eafc(0x15d)][_0x18eafc(0x18e)],0x0))for(let _0x1e3dd5=0x0;_0x24c7fa['EYKGm'](_0x1e3dd5,this['_formatter']['length']);_0x1e3dd5++){const _0x25bfa2=_0x24c7fa['TVVkb'](getPlatformName,this[_0x18eafc(0x1fc)])['replace'](/ /g,'_');if(_0x24c7fa[_0x18eafc(0x209)](this[_0x18eafc(0x15d)][_0x1e3dd5],undefined)&&_0x24c7fa[_0x18eafc(0x17b)](this[_0x18eafc(0x15d)][_0x1e3dd5]['length'],0x0)){const _0x342718=this[_0x18eafc(0x15d)][_0x1e3dd5][0x1],_0xa733b=''+this[_0x18eafc(0x15d)][_0x1e3dd5][0x0];if(_0x24c7fa['NyXSq'](_0x342718,undefined)){const _0x251868=_0x18eafc(0x1da)+_0x25bfa2+path[_0x18eafc(0x259)](_0x342718);_0x42cf8b['push'](_0x24c7fa[_0x18eafc(0x220)]),_0x42cf8b[_0x18eafc(0x189)](_0xa733b+':'+_0x251868);}else _0x42cf8b[_0x18eafc(0x189)](_0x24c7fa['jNCFi']),_0x42cf8b['push'](_0xa733b+_0x18eafc(0x19f)+_0x25bfa2);}}const _0x13fa94=new _0x4768f3[(_0x18eafc(0x1be))]({'argv':_0x42cf8b,'cwd':process[_0x18eafc(0x157)](),'stdout':process['stdout'],'stderr':process['stderr'],'env':process['env']});process[_0x18eafc(0x172)][_0x18eafc(0x158)]=JSON['stringify'](this['_configuration']),_0x13fa94['run']()[_0x18eafc(0x19c)](_0x2cddf2=>{const _0x27c977=_0x18eafc,_0x4f515a={};_0x4f515a[_0x27c977(0x22d)]=global['testSuites'],_0x4f515a[_0x27c977(0x24f)]=global['totalTests'],_0x4f515a['scenariosFailed']=global[_0x27c977(0x173)],_0x4f515a[_0x27c977(0x177)]=global[_0x27c977(0x21f)],_0x4f515a['stepsPassed']=global['testsPassed'],_0x4f515a[_0x27c977(0x244)]=global[_0x27c977(0x1a3)],_0x4f515a[_0x27c977(0x180)]=global[_0x27c977(0x204)],_0x4f515a[_0x27c977(0x212)]=global[_0x27c977(0x185)],_0x4f515a[_0x27c977(0x1de)]=global[_0x27c977(0x18d)],_0x4f515a[_0x27c977(0x22b)]=global[_0x27c977(0x154)],_0x4f515a[_0x27c977(0x192)]=_0x2cddf2[_0x27c977(0x16b)],_0x4f515a[_0x27c977(0x20b)]=global[_0x27c977(0x20b)];const _0x54e425=_0x4f515a;_0x24c7fa['FVvaw'](_0x58ad45,_0x54e425);})[_0x18eafc(0x234)](_0x2f40cc=>{const _0x262359=_0x18eafc;_0x3f6e0b[_0x262359(0x213)](_0x118e3d,_0x2f40cc);});}else{if(_0x24c7fa['MyArz'](this[_0x18eafc(0x1e5)],_0x24c7fa[_0x18eafc(0x14e)])){process[_0x18eafc(0x17c)]=this[_0x18eafc(0x1ba)][_0x18eafc(0x24d)];try{_0x24c7fa['gZoFX'](modifyCommand),_0x24c7fa[_0x18eafc(0x230)](require,_0x24c7fa['YNnbo'])[_0x18eafc(0x1c1)](this[_0x18eafc(0x1ba)]);let _0x2030bf=0x0;process['on'](_0x24c7fa[_0x18eafc(0x18b)],async()=>{const _0x178827=_0x18eafc;if(_0x24c7fa[_0x178827(0x1e1)](_0x2030bf,0x0))return;_0x2030bf++,await _0x24c7fa[_0x178827(0x224)](cleanupDrivers,global[_0x178827(0x245)]);}),_0x24c7fa['FVvaw'](require,this[_0x18eafc(0x1ba)]['file']);}catch(_0x26cee9){console[_0x18eafc(0x1c4)](_0x26cee9),process[_0x18eafc(0x202)]=0x1,_0x24c7fa['tmITk'](_0x118e3d,_0x26cee9);}_0x24c7fa['vWyef'](_0x58ad45);}}}});}}function a19_0x42b9(_0x5c85f4,_0x4c15ed){const _0x49481e=a19_0x4948();return a19_0x42b9=function(_0x42b966,_0x56d779){_0x42b966=_0x42b966-0x146;let _0x44bd5d=_0x49481e[_0x42b966];return _0x44bd5d;},a19_0x42b9(_0x5c85f4,_0x4c15ed);}module[a19_0x2c54cb(0x168)]=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_0x2a86db=a20_0x8c3e;(function(_0x208d41,_0x6860ad){const _0x192cde=a20_0x8c3e,_0x561c87=_0x208d41();while(!![]){try{const _0x2f3e75=parseInt(_0x192cde(0x19c))/0x1+parseInt(_0x192cde(0x1b6))/0x2+parseInt(_0x192cde(0x1dd))/0x3*(-parseInt(_0x192cde(0x17a))/0x4)+-parseInt(_0x192cde(0x16d))/0x5+parseInt(_0x192cde(0x190))/0x6*(parseInt(_0x192cde(0x1bd))/0x7)+parseInt(_0x192cde(0x1d5))/0x8*(parseInt(_0x192cde(0x199))/0x9)+parseInt(_0x192cde(0x1d0))/0xa*(-parseInt(_0x192cde(0x1de))/0xb);if(_0x2f3e75===_0x6860ad)break;else _0x561c87['push'](_0x561c87['shift']());}catch(_0x43dc23){_0x561c87['push'](_0x561c87['shift']());}}}(a20_0x1f46,0xbd45e));const path=require(a20_0x2a86db(0x1df)),os=require('os'),util=require(a20_0x2a86db(0x1a4)),bsSetupHelper=require(a20_0x2a86db(0x1c1)),logger=require('../../../helpers/logger')[a20_0x2a86db(0x178)];function a20_0x1f46(){const _0x531586=['Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','isUndefined','533268rsRcSi','getCapabilities','latest','ukisG','Mlted','env','toLowerCase','xPOLQ','util','RJcbj','Options','browser_version','gwagS','PcUJk','ShKMY','ozDco','options_','xRWPw','nvjDi','gNNwk','ngwUS','accessibility','BcAKd','PaXrc','YVtKh','HkxvT','2604622XeXleP','PQrLk','setAccessibilityCapabilities','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Ptqeo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','WPeKb','25186OYbVBP','Exception\x20in\x20setExtension\x20Error:\x20','args','getBrowserName','../../../helpers/helper','BS_A11Y_JWT','TWmmT','WzTca','OYvFl','TeIvX','iToNV','gWszg','chromeOptions_','--headless','gWppo','APkKx','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','includes','cgVLI','15742940jBjuyH','mrbRL','PTTri','GjCvr','klHyD','73816mmHjEU','warn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','HczIb','requireModule','ZjuCA','QjKCB','Eqpbu','216zkeRTr','22YRpmPn','path','parse','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','fetchPlatformDetails','browserstack','wNaVC','format','1527015QZtQXO','JUEMj','browserName','rAzcD','dNXRI','beUbx','yEyhc','MWDsV','selenium-webdriver/chrome.js','browserVersion','__cloud_provider___','winstonLogger','bstack:options','6404nIkfqY','FEkse','bnfgN','authToken','niQuB','AObmo','iYVxR','njxcf','YBwnJ','HEcWE','QqILZ','tehMI','accessibilityOptions','lKwAg','arIFz','debug','chrome','mSHYJ','scannerVersion','device','lPDCm','OmwuW','1722jGqzeP','BRnpu','TseuM','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','NtYla','PbkZL','capability','fCTsq','deviceName','1440wRMMYf'];a20_0x1f46=function(){return _0x531586;};return a20_0x1f46();}function a20_0x8c3e(_0x2ed8fb,_0xa8817f){const _0x1f468e=a20_0x1f46();return a20_0x8c3e=function(_0x8c3e0,_0x4d8009){_0x8c3e0=_0x8c3e0-0x168;let _0x33b0e4=_0x1f468e[_0x8c3e0];return _0x33b0e4;},a20_0x8c3e(_0x2ed8fb,_0xa8817f);}exports[a20_0x2a86db(0x1b8)]=_0x140bd4=>{const _0x52e240=a20_0x2a86db,_0x229302={};_0x229302[_0x52e240(0x1c4)]='browserstack.accessibilityOptions',_0x229302[_0x52e240(0x173)]=_0x52e240(0x179),_0x229302['HczIb']=_0x52e240(0x1cd),_0x229302[_0x52e240(0x1a9)]=_0x52e240(0x19a),_0x229302['Eqpbu']='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',_0x229302['mrbRL']=function(_0x2370d9,_0x198828){return _0x2370d9===_0x198828;},_0x229302[_0x52e240(0x195)]=_0x52e240(0x174),_0x229302[_0x52e240(0x1a0)]='browserstack.accessibility',_0x229302[_0x52e240(0x16b)]=function(_0x248b65,_0x1ee0eb){return _0x248b65===_0x1ee0eb;},_0x229302[_0x52e240(0x1af)]=_0x52e240(0x18e),_0x229302['uEQhJ']=_0x52e240(0x1da),_0x229302['TWmmT']='rYYNX',_0x229302['PQrLk']=function(_0x44cba9,_0x590f96){return _0x44cba9!==_0x590f96;},_0x229302[_0x52e240(0x1db)]=_0x52e240(0x1cc),_0x229302[_0x52e240(0x19f)]=_0x52e240(0x18f),_0x229302[_0x52e240(0x1cf)]='XSbYd',_0x229302['wTNtM']='uniKb',_0x229302[_0x52e240(0x17f)]='Zqlsk',_0x229302[_0x52e240(0x181)]=_0x52e240(0x1b5),_0x229302[_0x52e240(0x170)]=_0x52e240(0x18b),_0x229302[_0x52e240(0x185)]=function(_0x11d28b,_0x3ee835){return _0x11d28b!==_0x3ee835;},_0x229302[_0x52e240(0x1ab)]=_0x52e240(0x192);const _0x1527c2=_0x229302;try{if(_0x1527c2[_0x52e240(0x1d1)](_0x1527c2[_0x52e240(0x195)],_0x1527c2[_0x52e240(0x195)])){const _0x246195=_0x140bd4[_0x52e240(0x196)]||{};if(_0x246195[_0x1527c2[_0x52e240(0x173)]]&&_0x246195[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x1b1)]||_0x140bd4['capability'][_0x1527c2[_0x52e240(0x1a0)]]){if(_0x1527c2[_0x52e240(0x16b)](_0x1527c2[_0x52e240(0x1af)],_0x1527c2['uEQhJ']))_0x1a6986[_0x52e240(0x189)]('Exception\x20in\x20setExtension\x20Error:\x20'+_0x4552ee[_0x52e240(0x16c)](_0x1503d7));else{global['isAccessibilityPlatform']=!![];if(_0x246195[_0x1527c2[_0x52e240(0x173)]]){if(_0x1527c2[_0x52e240(0x16b)](_0x1527c2[_0x52e240(0x1c3)],_0x1527c2[_0x52e240(0x1c3)])){if(_0x246195[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)]){if(_0x1527c2[_0x52e240(0x1b7)](_0x1527c2[_0x52e240(0x1db)],_0x1527c2['QjKCB'])){if(_0x599250[_0x1527c2[_0x52e240(0x1c4)]])_0x4b0f22[_0x1527c2['WzTca']][_0x52e240(0x17d)]=_0x2b0582[_0x52e240(0x1a1)][_0x52e240(0x1c2)];else{const _0x487f3e={};_0x487f3e[_0x52e240(0x17d)]=_0x5122d2['env'][_0x52e240(0x1c2)],_0x106e09[_0x1527c2[_0x52e240(0x1c4)]]=_0x487f3e;}_0x5eb6ab[_0x1527c2[_0x52e240(0x1c4)]][_0x52e240(0x18c)]=_0x48fd80['parse'](_0x4f5199['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])['scannerVersion'];}else _0x246195[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)][_0x52e240(0x17d)]=process[_0x52e240(0x1a1)][_0x52e240(0x1c2)];}else{if(_0x1527c2[_0x52e240(0x1b7)](_0x1527c2[_0x52e240(0x19f)],_0x1527c2['ukisG']))_0x31ed33[_0x52e240(0x189)](_0x52e240(0x168)+_0x183339);else{const _0x5d15c3={};_0x5d15c3[_0x52e240(0x17d)]=process[_0x52e240(0x1a1)][_0x52e240(0x1c2)],_0x246195[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)]=_0x5d15c3;}}_0x246195[_0x1527c2['yEyhc']][_0x52e240(0x186)][_0x52e240(0x18c)]=JSON[_0x52e240(0x1e0)](process['env'][_0x52e240(0x1b9)])[_0x52e240(0x18c)];}else{if(_0x5079d9[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)])_0x4e261b[_0x1527c2['yEyhc']][_0x52e240(0x186)]['authToken']=_0x39ac3d[_0x52e240(0x1a1)][_0x52e240(0x1c2)];else{const _0x275432={};_0x275432[_0x52e240(0x17d)]=_0x1cc97b['env']['BS_A11Y_JWT'],_0x538c70[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)]=_0x275432;}_0x263661[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)][_0x52e240(0x18c)]=_0x21c249[_0x52e240(0x1e0)](_0x1f0b42[_0x52e240(0x1a1)][_0x52e240(0x1b9)])['scannerVersion'];}}else{if(_0x140bd4['capability'][_0x1527c2[_0x52e240(0x1a0)]]){if(_0x1527c2[_0x52e240(0x1b7)](_0x1527c2[_0x52e240(0x1cf)],_0x1527c2['wTNtM'])){if(_0x246195[_0x1527c2[_0x52e240(0x1c4)]]){if(_0x1527c2[_0x52e240(0x1d1)](_0x1527c2[_0x52e240(0x17f)],_0x1527c2[_0x52e240(0x181)]))return![];else _0x246195[_0x1527c2[_0x52e240(0x1c4)]][_0x52e240(0x17d)]=process[_0x52e240(0x1a1)][_0x52e240(0x1c2)];}else{if(_0x1527c2[_0x52e240(0x1b7)](_0x1527c2[_0x52e240(0x170)],_0x1527c2[_0x52e240(0x170)])){const _0x1908b9={};_0x1908b9[_0x52e240(0x17d)]=_0x578c0f['env'][_0x52e240(0x1c2)],_0x129305[_0x1527c2['WzTca']]=_0x1908b9;}else{const _0x425c54={};_0x425c54[_0x52e240(0x17d)]=process['env']['BS_A11Y_JWT'],_0x246195[_0x1527c2[_0x52e240(0x1c4)]]=_0x425c54;}}_0x246195[_0x1527c2['WzTca']]['scannerVersion']=JSON['parse'](process[_0x52e240(0x1a1)][_0x52e240(0x1b9)])[_0x52e240(0x18c)];}else return _0x4b9e15['warn'](_0x1527c2[_0x52e240(0x1d8)]),![];}}}}}else return _0x105058['warn'](_0x1527c2[_0x52e240(0x1a9)]),![];}catch(_0x55580e){if(_0x1527c2[_0x52e240(0x185)](_0x1527c2[_0x52e240(0x1ab)],_0x1527c2[_0x52e240(0x1ab)]))return _0x2d0cb1['warn'](_0x1527c2[_0x52e240(0x1dc)]),![];else logger[_0x52e240(0x189)](_0x52e240(0x168)+_0x55580e);}},exports['setExtension']=(_0x428447,_0x5df849)=>{const _0x265566=a20_0x2a86db,_0x3c83e2={};_0x3c83e2['ShKMY']=_0x265566(0x175),_0x3c83e2[_0x265566(0x1a5)]='bstack:options',_0x3c83e2[_0x265566(0x1d4)]='browserstack.accessibilityOptions',_0x3c83e2[_0x265566(0x197)]=_0x265566(0x1bb),_0x3c83e2['bnfgN']=function(_0x1aedfa,_0x20a52a){return _0x1aedfa!==_0x20a52a;},_0x3c83e2[_0x265566(0x183)]=function(_0x56fdca,_0x21b448){return _0x56fdca===_0x21b448;},_0x3c83e2[_0x265566(0x17b)]=_0x265566(0x188),_0x3c83e2[_0x265566(0x182)]=_0x265566(0x1cd),_0x3c83e2[_0x265566(0x1b0)]=_0x265566(0x18a),_0x3c83e2[_0x265566(0x191)]=function(_0x5db278,_0x9cb13e){return _0x5db278===_0x9cb13e;},_0x3c83e2[_0x265566(0x1a8)]='ihhGx',_0x3c83e2[_0x265566(0x1b4)]=_0x265566(0x1d7),_0x3c83e2[_0x265566(0x1c6)]=function(_0x329f21,_0x4033ed){return _0x329f21===_0x4033ed;},_0x3c83e2[_0x265566(0x16e)]=_0x265566(0x19e),_0x3c83e2[_0x265566(0x171)]=function(_0x4f9df6,_0x56e5bc){return _0x4f9df6>_0x56e5bc;},_0x3c83e2['iYVxR']=_0x265566(0x1c5),_0x3c83e2[_0x265566(0x1ae)]=_0x265566(0x1c8),_0x3c83e2[_0x265566(0x1ad)]=_0x265566(0x17e),_0x3c83e2[_0x265566(0x172)]=function(_0x1dd47f,_0xa63d82){return _0x1dd47f!==_0xa63d82;},_0x3c83e2[_0x265566(0x1cb)]=_0x265566(0x1a3),_0x3c83e2[_0x265566(0x184)]=_0x265566(0x1c7),_0x3c83e2[_0x265566(0x1b2)]=_0x265566(0x1ca),_0x3c83e2['uZfcV']=function(_0x2c6f65,_0x358620){return _0x2c6f65!==_0x358620;},_0x3c83e2[_0x265566(0x1ba)]=_0x265566(0x1d3),_0x3c83e2[_0x265566(0x1d2)]=_0x265566(0x187),_0x3c83e2[_0x265566(0x1b3)]=_0x265566(0x19a);const _0x49dc98=_0x3c83e2;try{const _0x527544=_0x5df849['capability']||{},_0x23dd0d=(_0x527544[_0x49dc98['RJcbj']]?_0x527544[_0x49dc98['RJcbj']][_0x265566(0x198)]:_0x527544[_0x265566(0x18d)])||'';if(_0x49dc98[_0x265566(0x17c)](_0x23dd0d,'')){if(_0x49dc98[_0x265566(0x183)](_0x49dc98[_0x265566(0x17b)],_0x49dc98[_0x265566(0x17b)]))return logger[_0x265566(0x1d6)](_0x49dc98[_0x265566(0x182)]),![];else _0x32f174=_0x564203[_0x265566(0x1d9)](_0x49dc98[_0x265566(0x1aa)]);}const _0x5ec9bd=_0x527544[_0x265566(0x16f)];if(_0x49dc98[_0x265566(0x17c)](_0x5ec9bd[_0x265566(0x1a2)](),_0x49dc98['ngwUS'])){if(_0x49dc98[_0x265566(0x191)](_0x49dc98['gwagS'],_0x49dc98[_0x265566(0x1a8)]))return logger[_0x265566(0x1d6)](_0x49dc98['YVtKh']),![];else _0x2a7499[_0x49dc98[_0x265566(0x1a5)]]['accessibilityOptions'][_0x265566(0x17d)]=_0x382aa5[_0x265566(0x1a1)][_0x265566(0x1c2)];}const _0x4d5af4=_0x527544[_0x265566(0x176)]||_0x527544[_0x265566(0x1a7)];if(!bsSetupHelper[_0x265566(0x19b)](_0x4d5af4)&&!(_0x49dc98[_0x265566(0x1c6)](_0x4d5af4,_0x49dc98[_0x265566(0x16e)])||_0x49dc98[_0x265566(0x171)](_0x4d5af4,0x5e))){if(_0x49dc98['bnfgN'](_0x49dc98[_0x265566(0x180)],_0x49dc98[_0x265566(0x1ae)]))return logger[_0x265566(0x1d6)](_0x49dc98[_0x265566(0x197)]),![];else _0x14303d[_0x49dc98[_0x265566(0x1d4)]][_0x265566(0x17d)]=_0x55a0a6[_0x265566(0x1a1)][_0x265566(0x1c2)];}let _0x334449;try{if(_0x49dc98['bnfgN'](_0x49dc98[_0x265566(0x1ad)],_0x49dc98['xRWPw'])){const _0x42a248={};_0x42a248['authToken']=_0x2a7c79[_0x265566(0x1a1)]['BS_A11Y_JWT'],_0x4e895a[_0x49dc98[_0x265566(0x1a5)]][_0x265566(0x186)]=_0x42a248;}else _0x334449=bsSetupHelper[_0x265566(0x1d9)](_0x49dc98[_0x265566(0x1aa)]);}catch(_0x5439b9){if(_0x49dc98['beUbx'](_0x49dc98[_0x265566(0x1cb)],_0x49dc98['QqILZ']))return![];else _0x5a2a05[_0x265566(0x189)](_0x265566(0x193)+_0x45fe31);}const _0x3c27a0=new _0x334449[(_0x265566(0x1a6))](_0x428447[_0x265566(0x1c9)]);if(_0x3c27a0[_0x265566(0x1ac)]?.[_0x265566(0x1bf)]?.[_0x265566(0x1ce)](_0x49dc98[_0x265566(0x1b2)]))return _0x49dc98['uZfcV'](_0x49dc98[_0x265566(0x1ba)],_0x49dc98[_0x265566(0x1d2)])?(logger[_0x265566(0x1d6)](_0x49dc98[_0x265566(0x1b3)]),![]):(_0x19972d[_0x265566(0x1d6)](_0x49dc98[_0x265566(0x197)]),![]);return!![];}catch(_0x483f41){logger['debug'](_0x265566(0x1be)+util['format'](_0x483f41));}return![];},exports[a20_0x2a86db(0x169)]=async _0x5d5839=>{const _0x4559e5=a20_0x2a86db,_0x2e4011={};_0x2e4011[_0x4559e5(0x1bc)]=function(_0x34c61a,_0x50dbe3){return _0x34c61a===_0x50dbe3;},_0x2e4011[_0x4559e5(0x194)]=_0x4559e5(0x16a);const _0x195b70=_0x2e4011;let _0x41c74c={};try{const _0x2dfd82=await _0x5d5839[_0x4559e5(0x19d)]();_0x41c74c={'os_name':_0x2dfd82['getPlatform'](),'os_version':bsSetupHelper['getPlatformVersion'](_0x195b70[_0x4559e5(0x1bc)](global[_0x4559e5(0x177)],_0x195b70[_0x4559e5(0x194)])),'browser_name':_0x2dfd82[_0x4559e5(0x1c0)](),'browser_version':_0x2dfd82['getBrowserVersion']()};}catch(_0x2dbda6){logger[_0x4559e5(0x189)](_0x4559e5(0x193)+_0x2dbda6);}return _0x41c74c;};