browserstack-node-sdk 1.31.6 → 1.31.8

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 (106) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/config/constants.js +1 -1
  18. package/ats/src/config/logger.js +1 -1
  19. package/ats/src/index.js +1 -1
  20. package/ats/src/utils/AWSUtils.js +1 -1
  21. package/ats/src/utils/createAutoscalerStack.js +1 -1
  22. package/ats/src/utils/createClusterStack.js +1 -1
  23. package/ats/src/utils/createk8sClient.js +1 -1
  24. package/ats/src/utils/deleteStack.js +1 -1
  25. package/ats/src/utils/gridComponents.js +1 -1
  26. package/ats/src/utils/hstUtils.js +1 -1
  27. package/ats/src/utils/instrumentationUtils.js +1 -1
  28. package/ats/src/utils/userInput.js +1 -1
  29. package/ats/src/utils/utilityMethods.js +1 -1
  30. package/ats/src/utils/webSocketUtils.js +1 -1
  31. package/package.json +1 -1
  32. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  33. package/src/bin/codeceptjs/command.js +1 -1
  34. package/src/bin/cucumber-js/command.js +1 -1
  35. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  37. package/src/bin/cucumber-js/test.setup.js +1 -1
  38. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  39. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  40. package/src/bin/jest/command.js +1 -1
  41. package/src/bin/jest/customImplements/customCircus.js +1 -1
  42. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  43. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  44. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  45. package/src/bin/jest/jest.setup.js +1 -1
  46. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  47. package/src/bin/jest/test-observability/helper.js +1 -1
  48. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  49. package/src/bin/jest/test-observability/test-details.js +1 -1
  50. package/src/bin/jest/test_before.setup.js +1 -1
  51. package/src/bin/launcher/launcher.js +1 -1
  52. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  53. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  54. package/src/bin/mocha/command.js +1 -1
  55. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  56. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  57. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  58. package/src/bin/mocha/test.setup.js +1 -1
  59. package/src/bin/nightwatch/command.js +1 -1
  60. package/src/bin/playwright/accessibility-helper.js +1 -1
  61. package/src/bin/playwright/command.js +1 -1
  62. package/src/bin/playwright/globalSetup.js +1 -1
  63. package/src/bin/playwright/mock-process.js +1 -1
  64. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  65. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  66. package/src/bin/playwright/reporter/reporter.js +1 -1
  67. package/src/bin/playwright/reporter/test-details.js +1 -1
  68. package/src/bin/runner.js +1 -1
  69. package/src/bin/setup.js +1 -1
  70. package/src/bin/test-runner/index.js +1 -1
  71. package/src/bin/test-runner/runTest.js +1 -1
  72. package/src/bin/test-runner/testWorker.js +1 -1
  73. package/src/bin/utils/constants.js +1 -1
  74. package/src/bin/utils/log4jsAppender.js +1 -1
  75. package/src/bin/utils/logPatcher.js +1 -1
  76. package/src/bin/utils/logReportingAPI.js +1 -1
  77. package/src/bin/vanilla-js/command.js +1 -1
  78. package/src/browserStackSdk.js +1 -1
  79. package/src/helpers/BrowserStackSetup.js +1 -1
  80. package/src/helpers/accessibility-automation/constants.js +1 -1
  81. package/src/helpers/accessibility-automation/helper.js +1 -1
  82. package/src/helpers/ats/constants.js +1 -1
  83. package/src/helpers/ats/helper.js +1 -1
  84. package/src/helpers/capsMapping.js +1 -1
  85. package/src/helpers/helper.js +1 -1
  86. package/src/helpers/logger.js +1 -1
  87. package/src/helpers/patchHelpers.js +1 -1
  88. package/src/helpers/percy/Percy.js +1 -1
  89. package/src/helpers/percy/PercyBinary.js +1 -1
  90. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  91. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  92. package/src/helpers/percy/PercySDK.js +1 -1
  93. package/src/helpers/percy/index.js +1 -1
  94. package/src/helpers/percy/utils.js +1 -1
  95. package/src/helpers/performance-tester.js +1 -0
  96. package/src/helpers/request-spy.js +1 -1
  97. package/src/helpers/setKeepAlive.js +1 -1
  98. package/src/helpers/test-observability/constants.js +1 -1
  99. package/src/helpers/test-observability/error-handler.js +1 -1
  100. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  101. package/src/helpers/test-observability/sessionHandler.js +1 -1
  102. package/src/helpers/test-observability/utils.js +1 -1
  103. package/src/helpers/w3cMapping.js +1 -1
  104. package/src/hubAllocationMethods.js +1 -1
  105. package/src/index.js +1 -1
  106. package/src/helpers/test-observability/performance-tester.js +0 -1
@@ -1 +1 @@
1
- const a19_0x178fa0=a19_0x1e8d;(function(_0x31353d,_0xf34476){const _0x158b87=a19_0x1e8d,_0x27c498=_0x31353d();while(!![]){try{const _0x44be49=parseInt(_0x158b87(0x1ca))/0x1+-parseInt(_0x158b87(0x28a))/0x2*(-parseInt(_0x158b87(0x1d8))/0x3)+-parseInt(_0x158b87(0x1e6))/0x4*(parseInt(_0x158b87(0x2b1))/0x5)+parseInt(_0x158b87(0x252))/0x6+parseInt(_0x158b87(0x270))/0x7+parseInt(_0x158b87(0x230))/0x8+-parseInt(_0x158b87(0x261))/0x9;if(_0x44be49===_0xf34476)break;else _0x27c498['push'](_0x27c498['shift']());}catch(_0x213944){_0x27c498['push'](_0x27c498['shift']());}}}(a19_0x59e3,0xe46e1));function a19_0x1e8d(_0x127ae0,_0x1c9e40){const _0x59e36b=a19_0x59e3();return a19_0x1e8d=function(_0x1e8d1e,_0x317225){_0x1e8d1e=_0x1e8d1e-0x1b8;let _0xe7b7e5=_0x59e36b[_0x1e8d1e];return _0xe7b7e5;},a19_0x1e8d(_0x127ae0,_0x1c9e40);}function a19_0x59e3(){const _0x25ddfd=['testsSkipped','ohoZO','_capability','testsUndefined','platform','uSGhW','Jkgpl','stepsSkipped','../cucumber-js/test_old.setup.js','stepsPassed','FlLlr','_mochaOpts','NSkdt','isBrowserstackInfra','yGYlU','gBWmi',':tmp/','IHqAJ','729948jPeZSl','KTTZI','JUKNr','gtBLR','env','--format','browserstackAgent','_bsConfig','HQWba','QaeCx','success','QXqTv','KabeQ','@cucumber/cucumber/lib/cli/index.js','4737thZQyW','RoozR','lGDaN','../cucumber-js/timeout.setup.js','splice','zlPtc','NAgvw','VSnXJ','jRaJm','reporter','OsAOx','uNlTu','oguYU','SxqpH','17684hCKDfw','vRsqP','skipSessionStatus','pendingUploads','bdnrr','testsPending','gtQkY','NnCHi','OOMCS','wqIjt','stepsAmbiguous','scenarios','zxovf','reporterOptions','../../helpers/helper','capabilities','eKwQb','mochaHooks','afterEach','supportCodePaths','skipSessionName','HhbLr','totalTests','mVLCd','_testObservability','ZCtXO','RuPcn','default','turboScaleUrl','IVnzd','beforeEach','cNYWr','YGcgw','__platformCaps','QIAkU','rVxEo','MBmBp','then','prototype','beforeExit','VIPoO','izgGg','testSuites','dkMiH','HibwL','stepsUnknown','assign','testsPassed','argv','ACXYN','--parallel','CQhOh','stdout','maxWorkers','xXhev','sWhvd','join','unshift','Hnhxm','IqXxd','xNwws','mocha','xFKKT','wJjmT','WRjeD','gJzKJ','PKvRg','replace','FNmsU','xgwyi','formatter','GplvE','runMocha','percy','1756704piglwv','path','mgZuB','@cucumber/cucumber/lib/api/paths.js','YhxFB','DnvaG','OULqM','EAesk','xOVDy','hiLpB','DcpxO','Rxxjc','cyUSB','spec','YtwGf','configuration','VqCSI','RDSWo','agtFL','LJKFF','extname','push','bnfQk','RfPLv','../cucumber-js/formatter/custom_formatter_old_versions.js','exitCode','ZaMrn','_framework','nJOSu','processSuccess','testContextOptions','knVCp','run','../../helpers/test-observability/requestQueueHandler','11076366fbxhvU','timeout','__driversArray','vanilla','file','dLqJB','kFIAv','percyCaptureMode','__platform__','../../index','qpMna','platformCaps','args','../../helpers/accessibility-automation/helper','EZpcV','4103838zEYqbd','steps','VHXwz','indexOf','lxTGO','testsUnknown','20|11|16|18|0|12|4|13|21|19|7|1|10|2|3|6|8|17|9|15|5|14','XZuxr','AaVMj','ovDIM','YyoNx','__skipSessionName','xOkZO','ODIBR','cwd','583611VVUsWw','_configuration','mnEgp','WbkDk','OJiHz','bUrFj','tvEBa','lVUNO','UkyiP','FRAxR','UShbv','testsErrorMessage','QumzA','JMroN','require','YDxwI','cucumber/lib/cli/configuration_builder.js','KbLFw','xjYcB','stringify','browserstackAgentV2','tmp/','SkwIi','browserstackPlatformIndex','LlDwD','XaxVq','328xTMsJb','zAcVI','awtEu','nestedKeyValue','ttXDl','capability','GAyYV','handleRequires','testSuitesFailed','pSNhe','KrkOK','gAtyr','_accessibilityAutomation','rBfDZ','aFuzu','ikHFN','prevRun','length','_formatter','browserStackPercyOptions','ledou','../mocha/test.setup','afterAll','stepsPending','build','stepsUndefined','VjgLh','ytuFC','oqTYO','oGqtW','QHMuC','whPEV','split','EmGsc','IlgfB','PCfPO','mANxI','NIuGq','BSTACK_DELTA','1975QgBvag','DWUWn','__skipSessionStatus','../cucumber-js/test.setup.js','RQwjk','_argv','bFMWR','beforeAll','stepsFailed','gSulV','yNCks','rootHooks','OMISz','sZQwb','OoEtf','testsFailed','aDVLo','LfEGh','AnIUA','YFgRM','catch','browserstackPercyBestPlatform','fmxtz','UoPVG','WTghc','MHqsw','scenariosFailed','../utils/constants','mochaOpts','mIWMH','testsAmbiguous'];a19_0x59e3=function(){return _0x25ddfd;};return a19_0x59e3();}const path=require(a19_0x178fa0(0x231)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x178fa0(0x1f4)),constants=require(a19_0x178fa0(0x2cc)),{isAccessibilityAutomationSession}=require(a19_0x178fa0(0x25f)),RequestQueueHandler=require(a19_0x178fa0(0x251)),{isTestObservabilitySession}=require('../../helpers/test-observability/utils'),helper=require(a19_0x178fa0(0x1f4));class Launcher{constructor(_0x26432a,_0x46afa4,_0x53c004,_0x159155=[]){const _0x454dd0=a19_0x178fa0,_0x5ba6a0={'xOkZO':_0x454dd0(0x267),'lVUNO':function(_0x384e11){return _0x384e11();},'QaeCx':function(_0x243bdd){return _0x243bdd();}},_0x486314=_0x5ba6a0[_0x454dd0(0x26d)][_0x454dd0(0x2aa)]('|');let _0x326459=0x0;while(!![]){switch(_0x486314[_0x326459++]){case'0':this[_0x454dd0(0x1ba)]=this['_configuration'][_0x454dd0(0x28f)];continue;case'1':global[_0x454dd0(0x210)]=0x0;continue;case'2':global[_0x454dd0(0x215)]=0x0;continue;case'3':global[_0x454dd0(0x2c0)]=0x0;continue;case'4':this[_0x454dd0(0x2b6)]=_0x159155;continue;case'5':global[_0x454dd0(0x2cf)]=0x0;continue;case'6':global[_0x454dd0(0x1eb)]=0x0;continue;case'7':global[_0x454dd0(0x207)]=this[_0x454dd0(0x271)][_0x454dd0(0x25d)]||{};continue;case'8':global[_0x454dd0(0x1b8)]=0x0;continue;case'9':global[_0x454dd0(0x1bb)]=0x0;continue;case'10':global['totalTests']=0x0;continue;case'11':this[_0x454dd0(0x271)]=_0x46afa4[_0x454dd0(0x23f)]||{};continue;case'12':global[_0x454dd0(0x25a)]=this[_0x454dd0(0x271)]['platform'];continue;case'13':this[_0x454dd0(0x1d1)]=_0x53c004;continue;case'14':global[_0x454dd0(0x27b)]={};continue;case'15':global[_0x454dd0(0x266)]=0x0;continue;case'16':this[_0x454dd0(0x1c3)]=_0x46afa4[_0x454dd0(0x2cd)];continue;case'17':global[_0x454dd0(0x292)]=0x0;continue;case'18':this[_0x454dd0(0x29c)]=_0x46afa4[_0x454dd0(0x22c)];continue;case'19':this['_accessibilityAutomation']=_0x5ba6a0[_0x454dd0(0x277)](isAccessibilityAutomationSession);continue;case'20':this[_0x454dd0(0x24b)]=_0x26432a;continue;case'21':this[_0x454dd0(0x1fe)]=_0x5ba6a0[_0x454dd0(0x1d3)](isTestObservabilitySession);continue;}break;}}[a19_0x178fa0(0x250)](){const _0x336e2c=a19_0x178fa0,_0x2f585f={'hcrEo':function(_0xb31117){return _0xb31117();},'IVnzd':function(_0xcf136,_0x42ab72){return _0xcf136(_0x42ab72);},'QHMuC':_0x336e2c(0x1d7),'knVCp':function(_0x144cae,_0x31a291){return _0x144cae===_0x31a291;},'REJpd':_0x336e2c(0x225),'ZaMrn':'eTToe','SxqpH':function(_0x22649a,_0x588f93){return _0x22649a<=_0x588f93;},'xXhev':_0x336e2c(0x1e3),'VIPoO':function(_0x57651e,_0x3296da){return _0x57651e(_0x3296da);},'Jkgpl':function(_0x12f4de,_0x1be080){return _0x12f4de!==_0x1be080;},'bFMWR':function(_0x1c017a,_0x5296e9){return _0x1c017a>_0x5296e9;},'bUrFj':_0x336e2c(0x1cf),'whPEV':_0x336e2c(0x295),'jRaJm':_0x336e2c(0x1ed),'mnEgp':function(_0x29886d,_0x75b90a){return _0x29886d(_0x75b90a);},'YhxFB':'cucumber/lib/cli/index.js','mgZuB':_0x336e2c(0x280),'xFKKT':_0x336e2c(0x248),'ACXYN':_0x336e2c(0x1c0),'LlDwD':'../mocha/test-observability/data-hooks','gBWmi':function(_0x2c4367,_0x49847e){return _0x2c4367(_0x49847e);},'tvEBa':_0x336e2c(0x25b),'UoPVG':function(_0x2b40e6,_0xd475ad){return _0x2b40e6(_0xd475ad);},'lsfom':function(_0xa4a858,_0x16731c){return _0xa4a858(_0x16731c);},'IlgfB':function(_0x4e9466,_0x32d544){return _0x4e9466(_0x32d544);},'vRsqP':_0x336e2c(0x22a),'lCBbz':function(_0xdea792,_0x53a2d4,_0x55a937){return _0xdea792(_0x53a2d4,_0x55a937);},'EZpcV':'@cucumber/cucumber/lib/cli/configuration_builder.js','RDSWo':'../cucumber-js/formatter/custom_formatter.js','agIWn':function(_0x1f949c,_0x4e5e72){return _0x1f949c===_0x4e5e72;},'DcpxO':_0x336e2c(0x1dd),'lxTGO':_0x336e2c(0x1cd),'cNYWr':'13|15|0|18|2|5|16|9|19|20|14|8|10|7|3|17|12|4|6|21|1|11','KbLFw':function(_0x27f79c){return _0x27f79c();},'RfPLv':function(_0xe42dda){return _0xe42dda();},'zxovf':'qJsjp','RoozR':function(_0x174018,_0x5c3f70){return _0x174018(_0x5c3f70);},'WbkDk':function(_0x4e666a,_0xb26aa6){return _0x4e666a(_0xb26aa6);},'VHehf':'../../helpers/setKeepAlive','EmGsc':_0x336e2c(0x223),'gJzKJ':function(_0x1ed53e,_0x446b36){return _0x1ed53e===_0x446b36;},'ttXDl':_0x336e2c(0x23b),'ghXBk':_0x336e2c(0x2c4),'XWDrD':'mocha/lib/cli/run-helpers.js','yGYlU':function(_0x5650dc,_0x5eeaec){return _0x5650dc!==_0x5eeaec;},'avxSt':_0x336e2c(0x1c9),'gSulV':_0x336e2c(0x258),'LJKFF':_0x336e2c(0x29f),'ODIBR':function(_0x334fdd){return _0x334fdd();},'PKvRg':function(_0x310f67,_0x41116f){return _0x310f67!==_0x41116f;},'xOVDy':_0x336e2c(0x211),'Qmhhb':_0x336e2c(0x27f),'ohoZO':function(_0x435920,_0x1a5cd4){return _0x435920(_0x1a5cd4);},'ihRRx':_0x336e2c(0x263),'UkyiP':_0x336e2c(0x2a6),'HQWba':function(_0x47345e,_0x152310){return _0x47345e*_0x152310;},'wqIjt':function(_0x226ccc,_0x2d63e5){return _0x226ccc===_0x2d63e5;},'lGDaN':_0x336e2c(0x1bd),'OsAOx':_0x336e2c(0x25c),'IqXxd':'../mocha/bstack-reporter/customReporter.js','HibwL':function(_0x5cfb86,_0x56dcc7){return _0x5cfb86||_0x56dcc7;},'ledou':_0x336e2c(0x23d),'diwTV':'platformIndex','XZuxr':_0x336e2c(0x29d),'DnvaG':_0x336e2c(0x2c6),'VjgLh':'percy','dLqJB':_0x336e2c(0x259),'LfEGh':function(_0x49ab5c,_0xe85f93){return _0x49ab5c===_0xe85f93;},'WTghc':'tsKPH','NSDhh':'OvHWc','DWUWn':function(_0x1fbdf2,_0x1dce40){return _0x1fbdf2===_0x1dce40;},'OMISz':_0x336e2c(0x1cc),'eKwQb':'VJeIt','sWhvd':function(_0xb005c8,_0x302e0b){return _0xb005c8===_0x302e0b;},'GAyYV':_0x336e2c(0x1ff),'fhvNZ':_0x336e2c(0x279),'ovDIM':_0x336e2c(0x297),'HhbLr':_0x336e2c(0x242),'QIAkU':'LFFLw','zAcVI':'AkPDf','NIuGq':function(_0x51bd2f,_0x10f92f){return _0x51bd2f!==_0x10f92f;},'KabeQ':'CovUt','CQhOh':_0x336e2c(0x2b5),'QumzA':function(_0x47ea00,_0x499b4d){return _0x47ea00===_0x499b4d;},'pSNhe':'cucumber-js','DyIDi':function(_0x2e3033,_0x21f767){return _0x2e3033!==_0x21f767;},'SwcCN':_0x336e2c(0x26b),'mIWMH':function(_0x3eeea8,_0x301995){return _0x3eeea8!==_0x301995;},'KTTZI':_0x336e2c(0x269),'JZixi':function(_0x2dbe77,_0x4dcb90){return _0x2dbe77(_0x4dcb90);},'VqCSI':function(_0x9a43fe,_0x52b901){return _0x9a43fe>_0x52b901;},'oGqtW':function(_0x273ddd,_0xc190f3){return _0x273ddd===_0xc190f3;},'fmxtz':_0x336e2c(0x1ec),'rPQvU':_0x336e2c(0x20f),'OULqM':_0x336e2c(0x1db),'EAesk':function(_0x4d76a6,_0x23276e){return _0x4d76a6!==_0x23276e;},'xjYcB':_0x336e2c(0x226),'cyUSB':_0x336e2c(0x233),'sZQwb':_0x336e2c(0x2b4),'bnfQk':function(_0x3ac126,_0x144324){return _0x3ac126===_0x144324;},'bdnrr':_0x336e2c(0x2bb),'HrJTQ':_0x336e2c(0x218),'mANxI':function(_0x295aad,_0x4e1f38){return _0x295aad<_0x4e1f38;},'awtEu':function(_0x427bd5,_0x481a7a){return _0x427bd5(_0x481a7a);},'QXqTv':function(_0x55f038,_0x34ce64){return _0x55f038>_0x34ce64;},'AnIUA':function(_0x499f96,_0x3ac5bf){return _0x499f96!==_0x3ac5bf;},'SkwIi':function(_0x50441f,_0x43c50a){return _0x50441f===_0x43c50a;},'xgwyi':_0x336e2c(0x255),'xNwws':_0x336e2c(0x20d),'ORkja':function(_0x25aef2,_0x2a55a7){return _0x25aef2(_0x2a55a7);},'ExjOS':function(_0x296566){return _0x296566();}};return new Promise(async(_0x588921,_0x58d29b)=>{const _0x18f12c=_0x336e2c,_0x346e90={'UShbv':_0x2f585f[_0x18f12c(0x275)],'ikHFN':function(_0x3db095,_0x54561f){const _0x13961b=_0x18f12c;return _0x2f585f[_0x13961b(0x2ac)](_0x3db095,_0x54561f);},'GplvE':function(_0x19da1a,_0x5cdfd5){const _0x2d404c=_0x18f12c;return _0x2f585f[_0x2d404c(0x1be)](_0x19da1a,_0x5cdfd5);},'hiLpB':function(_0xb8070e,_0x35849a){const _0x2ba1b6=_0x18f12c;return _0x2f585f[_0x2ba1b6(0x1c7)](_0xb8070e,_0x35849a);},'YtwGf':_0x2f585f[_0x18f12c(0x1e7)],'VSnXJ':function(_0x2fbd2c,_0x1895a4,_0x25464e){return _0x2f585f['lCBbz'](_0x2fbd2c,_0x1895a4,_0x25464e);},'ytuFC':_0x2f585f[_0x18f12c(0x260)],'OJiHz':_0x2f585f[_0x18f12c(0x241)],'NAgvw':function(_0x3d2897,_0x213386){return _0x2f585f['agIWn'](_0x3d2897,_0x213386);},'RuPcn':_0x2f585f[_0x18f12c(0x23a)],'KrkOK':function(_0xbba12b,_0x28492a){const _0x2fbfd1=_0x18f12c;return _0x2f585f[_0x2fbfd1(0x24f)](_0xbba12b,_0x28492a);},'McbxJ':_0x2f585f[_0x18f12c(0x265)],'eTpBs':_0x2f585f[_0x18f12c(0x205)],'NSkdt':function(_0x35e5c6){const _0x4dc26b=_0x18f12c;return _0x2f585f[_0x4dc26b(0x281)](_0x35e5c6);},'cyqUx':function(_0x526c3f){const _0x496177=_0x18f12c;return _0x2f585f[_0x496177(0x247)](_0x526c3f);},'YGcgw':_0x2f585f[_0x18f12c(0x1f2)],'MBmBp':function(_0x739fd9,_0x7b87cb){const _0x5e6bcf=_0x18f12c;return _0x2f585f[_0x5e6bcf(0x1d9)](_0x739fd9,_0x7b87cb);},'mVLCd':function(_0x4d3181,_0xe30466){const _0x1bb063=_0x18f12c;return _0x2f585f[_0x1bb063(0x1d9)](_0x4d3181,_0xe30466);}};_0x2f585f[_0x18f12c(0x273)](require,_0x2f585f['VHehf'])();if(_0x2f585f[_0x18f12c(0x24f)](this[_0x18f12c(0x24b)],_0x2f585f['EmGsc'])){if(_0x2f585f[_0x18f12c(0x227)](_0x2f585f[_0x18f12c(0x28e)],_0x2f585f['ghXBk'])){const _0x4a0048=_0x18f12c(0x285)+_0x19f15d+_0x5d1025[_0x18f12c(0x244)](_0x5308b4);_0x2b2dc8[_0x18f12c(0x245)](_0x346e90['UShbv']),_0x2ecd62[_0x18f12c(0x245)](_0x1f7461+':'+_0x4a0048);}else{const _0x5dd510=_0x2f585f[_0x18f12c(0x272)](requireModule,_0x2f585f['XWDrD']),_0x5e804b=_0x2f585f['lsfom'](requireModule,_0x2f585f[_0x18f12c(0x2ab)]);_0x2f585f['RfPLv'](isBrowserstackInfra)&&(_0x2f585f[_0x18f12c(0x1c6)](_0x2f585f['avxSt'],_0x2f585f[_0x18f12c(0x2ba)])?_0x2f585f['RfPLv'](modifyCommand):_0x4d5f81+=_0x5617ef[_0x18f12c(0x2b0)]);const _0x4a5a93=_0x2f585f[_0x18f12c(0x272)](require,_0x2f585f[_0x18f12c(0x243)])[_0x18f12c(0x1f7)],_0x49f7ee={};_0x49f7ee[_0x18f12c(0x2b8)]=[_0x4a5a93[_0x18f12c(0x2b8)]],_0x49f7ee['beforeEach']=[_0x4a5a93[_0x18f12c(0x204)]],_0x49f7ee[_0x18f12c(0x2a0)]=[_0x4a5a93['afterAll']],_0x49f7ee['afterEach']=[_0x4a5a93[_0x18f12c(0x1f8)]];const _0x36b059=_0x49f7ee;if(_0x2f585f[_0x18f12c(0x26e)](isTestObservabilitySession)){if(_0x2f585f[_0x18f12c(0x228)](_0x2f585f[_0x18f12c(0x238)],_0x2f585f['Qmhhb'])){const _0x5056b0=_0x2f585f[_0x18f12c(0x1b9)](require,_0x2f585f['LlDwD'])[_0x18f12c(0x1f7)];_0x36b059[_0x18f12c(0x2b8)][_0x18f12c(0x21f)](_0x5056b0[_0x18f12c(0x2b8)]),_0x36b059[_0x18f12c(0x2a0)]['push'](_0x5056b0[_0x18f12c(0x2a0)]);}else _0x7730a8['error'](_0x49a78c),_0x15b148[_0x18f12c(0x249)]=0x1,_0x346e90[_0x18f12c(0x299)](_0x4ce28b,_0x3e14af);}const _0x54775f=await _0x5dd510[_0x18f12c(0x291)](this[_0x18f12c(0x1c3)][_0x18f12c(0x27e)]);Object[_0x18f12c(0x214)](this[_0x18f12c(0x1c3)],_0x54775f);this['_mochaOpts']['rootHooks']&&(_0x2f585f['gJzKJ'](_0x2f585f['ihRRx'],_0x2f585f[_0x18f12c(0x278)])?_0x2f585f['hcrEo'](_0x1ce204):(this['_mochaOpts'][_0x18f12c(0x2bc)]['beforeAll']&&_0x36b059['beforeAll']['unshift'](...this['_mochaOpts'][_0x18f12c(0x2bc)][_0x18f12c(0x2b8)]),this[_0x18f12c(0x1c3)]['rootHooks'][_0x18f12c(0x204)]&&_0x36b059['beforeEach'][_0x18f12c(0x21f)](...this[_0x18f12c(0x1c3)]['rootHooks']['beforeEach']),this['_mochaOpts'][_0x18f12c(0x2bc)][_0x18f12c(0x2a0)]&&_0x36b059[_0x18f12c(0x2a0)]['push'](...this[_0x18f12c(0x1c3)][_0x18f12c(0x2bc)][_0x18f12c(0x2a0)]),this['_mochaOpts']['rootHooks'][_0x18f12c(0x1f8)]&&_0x36b059[_0x18f12c(0x1f8)]['push'](...this[_0x18f12c(0x1c3)]['rootHooks'][_0x18f12c(0x1f8)])));const _0x245a1a=this[_0x18f12c(0x1c3)][_0x18f12c(0x1e1)];let _0x50d3b2=_0x2f585f[_0x18f12c(0x1d2)](this[_0x18f12c(0x1c3)]['timeout'],0x1);if(_0x2f585f['wqIjt'](this[_0x18f12c(0x1c3)][_0x18f12c(0x253)],0x0))_0x2f585f['wqIjt'](_0x2f585f[_0x18f12c(0x1da)],_0x2f585f[_0x18f12c(0x1da)])?_0x50d3b2=0x0:(this[_0x18f12c(0x1c3)]['rootHooks'][_0x18f12c(0x2b8)]&&_0x1725d3[_0x18f12c(0x2b8)][_0x18f12c(0x21f)](...this['_mochaOpts']['rootHooks'][_0x18f12c(0x2b8)]),this[_0x18f12c(0x1c3)][_0x18f12c(0x2bc)][_0x18f12c(0x204)]&&_0x1d2632['beforeEach'][_0x18f12c(0x21f)](...this[_0x18f12c(0x1c3)][_0x18f12c(0x2bc)][_0x18f12c(0x204)]),this[_0x18f12c(0x1c3)]['rootHooks'][_0x18f12c(0x2a0)]&&_0x2ba76c['afterAll']['push'](...this[_0x18f12c(0x1c3)][_0x18f12c(0x2bc)][_0x18f12c(0x2a0)]),this[_0x18f12c(0x1c3)][_0x18f12c(0x2bc)][_0x18f12c(0x1f8)]&&_0x4da7ff[_0x18f12c(0x1f8)][_0x18f12c(0x245)](...this[_0x18f12c(0x1c3)][_0x18f12c(0x2bc)]['afterEach']));else{if(_0x2f585f['Jkgpl'](_0x2f585f['OsAOx'],_0x2f585f[_0x18f12c(0x1e2)]))return;else _0x50d3b2+=constants[_0x18f12c(0x2b0)];}const _0x3d47c8={...this[_0x18f12c(0x1c3)],'reporter':path['join'](__dirname,_0x2f585f[_0x18f12c(0x221)]),'reporterOption':{...this[_0x18f12c(0x1c3)][_0x18f12c(0x1f3)],'type':_0x2f585f[_0x18f12c(0x212)](_0x245a1a,_0x2f585f[_0x18f12c(0x29e)]),'testObservability':this[_0x18f12c(0x1fe)],'bsConfig':this[_0x18f12c(0x1d1)]},'parallel':![],'rootHooks':_0x36b059,'isWorker':!![],'timeout':_0x50d3b2};global[_0x18f12c(0x287)]=helper[_0x18f12c(0x28d)](this[_0x18f12c(0x271)],[_0x2f585f['diwTV']]),global[_0x18f12c(0x2c6)]=helper[_0x18f12c(0x28d)](this[_0x18f12c(0x271)],[_0x2f585f[_0x18f12c(0x268)],_0x2f585f[_0x18f12c(0x235)]]),global[_0x18f12c(0x22f)]=helper[_0x18f12c(0x28d)](this[_0x18f12c(0x271)],[_0x2f585f[_0x18f12c(0x268)],_0x2f585f[_0x18f12c(0x2a4)]]),global[_0x18f12c(0x259)]=helper[_0x18f12c(0x28d)](this[_0x18f12c(0x271)],[_0x2f585f[_0x18f12c(0x268)],_0x2f585f[_0x18f12c(0x257)]]),global[_0x18f12c(0x1f5)]=[this[_0x18f12c(0x1ba)]];if(helper[_0x18f12c(0x1c5)]()){if(_0x2f585f[_0x18f12c(0x2c2)](_0x2f585f[_0x18f12c(0x2c9)],_0x2f585f['NSDhh'])){const _0x10f7cf=this['_formatter'][_0x2e5934][0x1],_0x23725a=''+this['_formatter'][_0x1e5b92][0x0];if(_0x346e90[_0x18f12c(0x22d)](_0x10f7cf,_0x26f329)){const _0x17463b='tmp/'+_0x393ed9+_0x38d61b[_0x18f12c(0x244)](_0x10f7cf);_0x264f17['push'](_0x346e90['UShbv']),_0x22bae0['push'](_0x23725a+':'+_0x17463b);}else _0x47aa82[_0x18f12c(0x245)](_0x346e90[_0x18f12c(0x27a)]),_0x40efe3[_0x18f12c(0x245)](_0x23725a+_0x18f12c(0x1c8)+_0x11e8b6);}else{this[_0x18f12c(0x1d1)][_0x18f12c(0x24e)][_0x18f12c(0x1fa)]&&(_0x2f585f[_0x18f12c(0x2b2)](_0x2f585f[_0x18f12c(0x2bd)],_0x2f585f[_0x18f12c(0x1f6)])?_0x346e90['hiLpB'](_0x511885,_0x2c6a0):global[_0x18f12c(0x26c)]=!![]);if(this['_bsConfig'][_0x18f12c(0x24e)]['skipSessionStatus']){if(_0x2f585f['sWhvd'](_0x2f585f[_0x18f12c(0x290)],_0x2f585f[_0x18f12c(0x290)]))global['__skipSessionStatus']=!![];else{const _0x18e502={};_0x18e502['scenarios']=_0x2c8fc7[_0x18f12c(0x210)],_0x18e502[_0x18f12c(0x262)]=_0x6c3ae7['totalTests'],_0x18e502[_0x18f12c(0x2cb)]=_0x4136e9['testSuitesFailed'],_0x18e502['stepsFailed']=_0x19f3f9[_0x18f12c(0x2c0)],_0x18e502[_0x18f12c(0x1c1)]=_0x216889['testsPassed'],_0x18e502['stepsSkipped']=_0x465166[_0x18f12c(0x1b8)],_0x18e502[_0x18f12c(0x2a1)]=_0x5524bb['testsPending'],_0x18e502[_0x18f12c(0x2a3)]=_0x3743d7[_0x18f12c(0x1bb)],_0x18e502[_0x18f12c(0x213)]=_0xb6eb6e[_0x18f12c(0x266)],_0x18e502[_0x18f12c(0x1f0)]=_0x457049[_0x18f12c(0x2cf)],_0x18e502[_0x18f12c(0x24d)]=_0xab2fa9['success'],_0x18e502[_0x18f12c(0x27b)]=_0x4ac687[_0x18f12c(0x27b)];const _0x5efadb=_0x18e502;_0x346e90['hiLpB'](_0x1dd58b,_0x5efadb);}}}}this[_0x18f12c(0x1d1)][_0x18f12c(0x202)]&&(_0x2f585f[_0x18f12c(0x1ef)](_0x2f585f['fhvNZ'],_0x2f585f[_0x18f12c(0x26a)])?_0x123881['__skipSessionName']=!![]:this[_0x18f12c(0x271)][_0x18f12c(0x202)]=this[_0x18f12c(0x1d1)][_0x18f12c(0x202)]);const _0x48cc24=new _0x5e804b(_0x3d47c8);_0x48cc24[_0x18f12c(0x29a)]=_0x48cc24['run'];if(_0x2f585f[_0x18f12c(0x281)](isTestObservabilitySession))_0x2f585f[_0x18f12c(0x21d)](_0x2f585f['HhbLr'],_0x2f585f[_0x18f12c(0x1fb)])?_0x48cc24[_0x18f12c(0x250)]=function(_0x51d32e){const _0x23e9ef=_0x18f12c,_0x17ab9a={'PCfPO':function(_0x4f0976,_0x1a0534){const _0x216bbd=a19_0x1e8d;return _0x2f585f[_0x216bbd(0x203)](_0x4f0976,_0x1a0534);},'QIroc':_0x2f585f[_0x23e9ef(0x2a8)],'OOMCS':function(_0x5908de,_0xcb905d){const _0xc529db=_0x23e9ef;return _0x2f585f[_0xc529db(0x24f)](_0x5908de,_0xcb905d);},'PZiLT':_0x2f585f['REJpd'],'rVxEo':_0x2f585f[_0x23e9ef(0x24a)],'JMroN':function(_0x91e55d,_0x5ca352){const _0x42e5bc=_0x23e9ef;return _0x2f585f[_0x42e5bc(0x1e5)](_0x91e55d,_0x5ca352);},'aDVLo':function(_0x1cbbc5,_0x5b7bbf){const _0x595587=_0x23e9ef;return _0x2f585f[_0x595587(0x24f)](_0x1cbbc5,_0x5b7bbf);},'XaxVq':_0x2f585f[_0x23e9ef(0x21c)],'oguYU':function(_0xc03bbe,_0x3b2276){return _0x2f585f['VIPoO'](_0xc03bbe,_0x3b2276);},'Hnhxm':function(_0x24363c,_0x4a9a60){const _0x319ecd=_0x23e9ef;return _0x2f585f[_0x319ecd(0x1be)](_0x24363c,_0x4a9a60);},'QBHrV':function(_0x2e87f3,_0x552337){const _0x466f0f=_0x23e9ef;return _0x2f585f[_0x466f0f(0x2b7)](_0x2e87f3,_0x552337);},'FlLlr':_0x2f585f['bUrFj']};if(_0x2f585f[_0x23e9ef(0x1be)](_0x2f585f[_0x23e9ef(0x2a9)],_0x2f585f[_0x23e9ef(0x1e0)]))return _0x48cc24[_0x23e9ef(0x29a)](_0x3483d2=>{const _0x461ce8=_0x23e9ef;if(_0x346e90[_0x461ce8(0x22d)](_0x346e90[_0x461ce8(0x23e)],_0x346e90[_0x461ce8(0x23e)]))_0x4664bf[_0x461ce8(0x1dc)](_0x2e41e9,0x1);else{const _0x4f617a=_0x346e90[_0x461ce8(0x1df)](setInterval,async()=>{const _0x119f7c=_0x461ce8,_0x349121={'nJOSu':function(_0x3582bb,_0xacec40){return _0x17ab9a['PCfPO'](_0x3582bb,_0xacec40);},'aFuzu':_0x17ab9a['QIroc']};_0x17ab9a[_0x119f7c(0x1ee)](_0x17ab9a['PZiLT'],_0x17ab9a[_0x119f7c(0x209)])?_0x22897f=0x0:_0x17ab9a[_0x119f7c(0x27d)](RequestQueueHandler['getInstance']()[_0x119f7c(0x1e9)],0x0)&&(_0x17ab9a[_0x119f7c(0x2c1)](_0x17ab9a[_0x119f7c(0x289)],_0x17ab9a[_0x119f7c(0x289)])?(_0x17ab9a[_0x119f7c(0x1e4)](clearInterval,_0x4f617a),await _0x17ab9a[_0x119f7c(0x2ad)](cleanupDrivers,global[_0x119f7c(0x254)]),_0x17ab9a[_0x119f7c(0x1e4)](_0x588921,_0x3483d2)):_0x85281d=_0x349121[_0x119f7c(0x24c)](_0x4341b7,_0x349121[_0x119f7c(0x298)]));},0x3e8);}});else{const _0x33947a=_0x17ab9a[_0x23e9ef(0x1e4)](_0x1b2631,this[_0x23e9ef(0x1ba)])[_0x23e9ef(0x229)](/ /g,'_');if(_0x17ab9a[_0x23e9ef(0x220)](this[_0x23e9ef(0x29c)][_0x1949a6],_0x370796)&&_0x17ab9a['QBHrV'](this[_0x23e9ef(0x29c)][_0x2cf3ee][_0x23e9ef(0x29b)],0x0)){const _0x508485=this['_formatter'][_0x41e529][0x1],_0x22da3b=''+this[_0x23e9ef(0x29c)][_0x208b6f][0x0];if(_0x17ab9a[_0x23e9ef(0x220)](_0x508485,_0x41c4d0)){const _0x6b79f1=_0x23e9ef(0x285)+_0x33947a+_0x4e0918['extname'](_0x508485);_0x5f3526[_0x23e9ef(0x245)](_0x17ab9a[_0x23e9ef(0x1c2)]),_0x5ce563[_0x23e9ef(0x245)](_0x22da3b+':'+_0x6b79f1);}else _0x46aec0[_0x23e9ef(0x245)](_0x17ab9a[_0x23e9ef(0x1c2)]),_0x333237[_0x23e9ef(0x245)](_0x22da3b+':tmp/'+_0x33947a);}}}:_0x2cce24=_0x2f585f[_0x18f12c(0x272)](_0x492399,_0x2f585f[_0x18f12c(0x234)]);else{if(_0x2f585f['yGYlU'](_0x2f585f[_0x18f12c(0x208)],_0x2f585f[_0x18f12c(0x28b)]))_0x48cc24[_0x18f12c(0x250)]=function(_0x17c442){const _0x3857a7=_0x18f12c,_0x35aec7={'tvznf':function(_0x5efb08,_0x4cc4a4){const _0x2218cc=a19_0x1e8d;return _0x346e90[_0x2218cc(0x1de)](_0x5efb08,_0x4cc4a4);},'MHqsw':_0x346e90[_0x3857a7(0x200)],'Ywmqp':function(_0xaf809f,_0x134c62){return _0x346e90['ikHFN'](_0xaf809f,_0x134c62);},'OoEtf':function(_0x314de8,_0x54389b){const _0x46b711=_0x3857a7;return _0x346e90[_0x46b711(0x239)](_0x314de8,_0x54389b);}};if(_0x346e90[_0x3857a7(0x294)](_0x346e90['McbxJ'],_0x346e90['McbxJ']))return _0x48cc24['prevRun'](async _0x2fe6e6=>{const _0x21af18=_0x3857a7;_0x35aec7['tvznf'](_0x35aec7['MHqsw'],_0x35aec7[_0x21af18(0x2ca)])?(await _0x35aec7['Ywmqp'](cleanupDrivers,global['__driversArray']),_0x35aec7[_0x21af18(0x2bf)](_0x588921,_0x2fe6e6)):_0x28afac[_0x21af18(0x2b3)]=!![];});else _0x1c9ad9=_0x346e90[_0x3857a7(0x239)](_0x1395b5,_0x346e90[_0x3857a7(0x2a5)])[_0x3857a7(0x201)],_0x496851[_0x3857a7(0x245)](_0x346e90[_0x3857a7(0x27a)]),_0x54de40[_0x3857a7(0x245)](_0x528c7c[_0x3857a7(0x21e)](_0x4ed817,_0x346e90[_0x3857a7(0x274)]));};else{const _0x297a70=_0x346e90['eTpBs'][_0x18f12c(0x2aa)]('|');let _0x594ab3=0x0;while(!![]){switch(_0x297a70[_0x594ab3++]){case'0':this[_0x18f12c(0x1c3)]=_0x16cec6[_0x18f12c(0x2cd)];continue;case'1':_0x4dfb2f[_0x18f12c(0x2cf)]=0x0;continue;case'2':this[_0x18f12c(0x1ba)]=this[_0x18f12c(0x271)][_0x18f12c(0x28f)];continue;case'3':_0x4b4c4d[_0x18f12c(0x2c0)]=0x0;continue;case'4':_0x2dcc4e['testSuitesFailed']=0x0;continue;case'5':_0x4d2200[_0x18f12c(0x25a)]=this['_configuration'][_0x18f12c(0x1bc)];continue;case'6':_0x50eea2[_0x18f12c(0x1bb)]=0x0;continue;case'7':_0x30374b[_0x18f12c(0x215)]=0x0;continue;case'8':_0x13129b[_0x18f12c(0x210)]=0x0;continue;case'9':this[_0x18f12c(0x1d1)]=_0x732d79;continue;case'10':_0x5cdd8b[_0x18f12c(0x1fc)]=0x0;continue;case'11':_0x2237c9[_0x18f12c(0x27b)]={};continue;case'12':_0x338b29[_0x18f12c(0x1b8)]=0x0;continue;case'13':this[_0x18f12c(0x24b)]=_0x4f82b6;continue;case'14':_0x44facc[_0x18f12c(0x207)]=this['_configuration']['platformCaps']||{};continue;case'15':this['_configuration']=_0x74580b[_0x18f12c(0x23f)]||{};continue;case'16':this[_0x18f12c(0x2b6)]=_0x1a8c61;continue;case'17':_0x225506[_0x18f12c(0x1eb)]=0x0;continue;case'18':this[_0x18f12c(0x29c)]=_0x35d097[_0x18f12c(0x22c)];continue;case'19':this[_0x18f12c(0x1fe)]=_0x346e90[_0x18f12c(0x1c4)](_0x57fb0c);continue;case'20':this[_0x18f12c(0x296)]=_0x346e90['cyqUx'](_0x1d3fc0);continue;case'21':_0x47e285[_0x18f12c(0x266)]=0x0;continue;}break;}}}try{_0x2f585f[_0x18f12c(0x2af)](_0x2f585f[_0x18f12c(0x1d6)],_0x2f585f[_0x18f12c(0x219)])?_0x2f585f[_0x18f12c(0x2ac)](require,_0x2f585f[_0x18f12c(0x276)])['browserstackAgentV2'](this[_0x18f12c(0x271)],null,this[_0x18f12c(0x1fe)]):(_0x56e518=_0x2f585f[_0x18f12c(0x203)](_0x304332,_0x2f585f[_0x18f12c(0x232)])[_0x18f12c(0x201)],_0x5905f6[_0x18f12c(0x245)](_0x2f585f[_0x18f12c(0x275)]),_0x4ce7ee['push'](_0x3c0e0b[_0x18f12c(0x21e)](_0x1da616,_0x2f585f[_0x18f12c(0x224)])),_0x32871f=_0x2f585f['ACXYN']);}catch{}const _0x987d60=_0x5dd510[_0x18f12c(0x22e)](_0x48cc24,_0x3d47c8);_0x987d60&&_0x987d60[_0x18f12c(0x2c5)](_0x44b273=>{const _0x146fe9=_0x18f12c;_0x346e90[_0x146fe9(0x22d)](_0x346e90['YGcgw'],_0x346e90[_0x146fe9(0x206)])?(this['_bsConfig'][_0x146fe9(0x24e)][_0x146fe9(0x1fa)]&&(_0x57edaf[_0x146fe9(0x26c)]=!![]),this[_0x146fe9(0x1d1)]['testContextOptions'][_0x146fe9(0x1e8)]&&(_0x2f6a13[_0x146fe9(0x2b3)]=!![])):_0x346e90[_0x146fe9(0x20a)](_0x58d29b,_0x44b273);});}}else{if(_0x2f585f[_0x18f12c(0x27c)](this[_0x18f12c(0x24b)],_0x2f585f['pSNhe'])){let _0x5d49b0;try{_0x2f585f['DyIDi'](_0x2f585f['SwcCN'],_0x2f585f['SwcCN'])?_0x346e90[_0x18f12c(0x1fd)](_0x510e23,_0x15ef40):_0x5d49b0=_0x2f585f[_0x18f12c(0x272)](requireModule,_0x2f585f['QHMuC']);}catch(_0x2e6c0c){_0x2f585f[_0x18f12c(0x2ce)](_0x2f585f[_0x18f12c(0x1cb)],_0x2f585f['KTTZI'])?this[_0x18f12c(0x271)]['turboScaleUrl']=this[_0x18f12c(0x1d1)]['turboScaleUrl']:_0x5d49b0=_0x2f585f['JZixi'](requireModule,_0x2f585f[_0x18f12c(0x234)]);}const _0x3180b5=this['_argv'],_0x7cddc=_0x3180b5[_0x18f12c(0x264)](_0x2f585f[_0x18f12c(0x293)]);_0x2f585f[_0x18f12c(0x240)](_0x7cddc,-0x1)&&(_0x2f585f[_0x18f12c(0x2a7)](_0x2f585f[_0x18f12c(0x2c7)],_0x2f585f['rPQvU'])?(_0x2b8849[_0x18f12c(0x245)](_0x346e90['UShbv']),_0x3a7012[_0x18f12c(0x245)](_0x59cdb6+_0x18f12c(0x1c8)+_0x3352c3)):_0x3180b5[_0x18f12c(0x1dc)](_0x7cddc,0x1));const _0x20a7db=_0x2f585f[_0x18f12c(0x236)];try{if(_0x2f585f[_0x18f12c(0x237)](_0x2f585f[_0x18f12c(0x282)],_0x2f585f[_0x18f12c(0x282)])){const _0x3c0fe2=_0x2f585f['mnEgp'](_0x6c858a,_0x2f585f[_0x18f12c(0x288)])[_0x18f12c(0x1f7)];_0x4fe3ce['beforeAll'][_0x18f12c(0x21f)](_0x3c0fe2[_0x18f12c(0x2b8)]),_0xd01d8c[_0x18f12c(0x2a0)]['push'](_0x3c0fe2[_0x18f12c(0x2a0)]);}else{const _0x37830d=_0x2f585f[_0x18f12c(0x273)](requireModule,_0x2f585f[_0x18f12c(0x23c)]),_0x1c1de2=_0x37830d['resolvePaths'];_0x37830d.resolvePaths=async function(){const pathResults=await _0x1c1de2.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x20a7db)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x3180b5[_0x18f12c(0x245)](_0x2f585f[_0x18f12c(0x275)]),_0x3180b5[_0x18f12c(0x245)](path[_0x18f12c(0x21e)](__dirname,_0x2f585f['RDSWo']));}}catch(_0x438ff6){let _0x22446b=_0x2f585f[_0x18f12c(0x2be)],_0x2ad255;try{_0x2f585f[_0x18f12c(0x246)](_0x2f585f[_0x18f12c(0x1ea)],_0x2f585f['bdnrr'])?(_0x2ad255=_0x2f585f[_0x18f12c(0x2c8)](requireModule,_0x2f585f['EZpcV'])['default'],_0x3180b5[_0x18f12c(0x245)](_0x2f585f['bUrFj']),_0x3180b5[_0x18f12c(0x245)](path[_0x18f12c(0x21e)](__dirname,_0x2f585f[_0x18f12c(0x241)]))):_0x2f585f['gBWmi'](_0x23643c,_0x2f585f[_0x18f12c(0x276)])[_0x18f12c(0x284)](this[_0x18f12c(0x271)],null,this[_0x18f12c(0x1fe)]);}catch(_0x261bd1){_0x2ad255=_0x2f585f['lsfom'](requireModule,_0x2f585f[_0x18f12c(0x232)])[_0x18f12c(0x201)],_0x3180b5[_0x18f12c(0x245)](_0x2f585f[_0x18f12c(0x275)]),_0x3180b5[_0x18f12c(0x245)](path['join'](__dirname,_0x2f585f[_0x18f12c(0x224)])),_0x22446b=_0x2f585f[_0x18f12c(0x217)];}const _0x39a8b6=_0x2ad255[_0x18f12c(0x20c)][_0x18f12c(0x2a2)];_0x2ad255[_0x18f12c(0x20c)]['build']=async function(){const _0x2af2f3=_0x18f12c,_0x54d2ce=await _0x39a8b6['call'](this);return _0x54d2ce[_0x2af2f3(0x1f9)]['unshift'](path[_0x2af2f3(0x21e)](__dirname,_0x22446b)),_0x54d2ce[_0x2af2f3(0x1f9)]['push'](path[_0x2af2f3(0x21e)](__dirname,_0x20a7db)),_0x54d2ce;};}_0x3180b5[_0x18f12c(0x245)](_0x2f585f['HrJTQ']),_0x3180b5[_0x18f12c(0x245)](''+this[_0x18f12c(0x271)][_0x18f12c(0x21b)]);if(this[_0x18f12c(0x29c)]&&_0x2f585f[_0x18f12c(0x2b7)](this[_0x18f12c(0x29c)][_0x18f12c(0x29b)],0x0))for(let _0x189f30=0x0;_0x2f585f[_0x18f12c(0x2ae)](_0x189f30,this[_0x18f12c(0x29c)][_0x18f12c(0x29b)]);_0x189f30++){const _0x1e44e0=_0x2f585f[_0x18f12c(0x28c)](getPlatformName,this[_0x18f12c(0x1ba)])[_0x18f12c(0x229)](/ /g,'_');if(_0x2f585f[_0x18f12c(0x2ce)](this[_0x18f12c(0x29c)][_0x189f30],undefined)&&_0x2f585f[_0x18f12c(0x1d5)](this['_formatter'][_0x189f30][_0x18f12c(0x29b)],0x0)){const _0x29edfb=this['_formatter'][_0x189f30][0x1],_0x26071e=''+this[_0x18f12c(0x29c)][_0x189f30][0x0];if(_0x2f585f[_0x18f12c(0x2c3)](_0x29edfb,undefined)){const _0x268003='tmp/'+_0x1e44e0+path[_0x18f12c(0x244)](_0x29edfb);_0x3180b5[_0x18f12c(0x245)](_0x2f585f[_0x18f12c(0x275)]),_0x3180b5[_0x18f12c(0x245)](_0x26071e+':'+_0x268003);}else _0x3180b5[_0x18f12c(0x245)](_0x2f585f[_0x18f12c(0x275)]),_0x3180b5[_0x18f12c(0x245)](_0x26071e+_0x18f12c(0x1c8)+_0x1e44e0);}}const _0x2e87b5=new _0x5d49b0[(_0x18f12c(0x201))]({'argv':_0x3180b5,'cwd':process[_0x18f12c(0x26f)](),'stdout':process[_0x18f12c(0x21a)],'stderr':process['stderr'],'env':process[_0x18f12c(0x1ce)]});process[_0x18f12c(0x1ce)]['CONFIG']=JSON[_0x18f12c(0x283)](this[_0x18f12c(0x271)]),_0x2e87b5['run']()[_0x18f12c(0x20b)](_0x208b3e=>{const _0x247aea=_0x18f12c,_0x15586b={};_0x15586b[_0x247aea(0x1f1)]=global[_0x247aea(0x210)],_0x15586b[_0x247aea(0x262)]=global[_0x247aea(0x1fc)],_0x15586b[_0x247aea(0x2cb)]=global[_0x247aea(0x292)],_0x15586b[_0x247aea(0x2b9)]=global[_0x247aea(0x2c0)],_0x15586b['stepsPassed']=global[_0x247aea(0x215)],_0x15586b[_0x247aea(0x1bf)]=global[_0x247aea(0x1b8)],_0x15586b[_0x247aea(0x2a1)]=global['testsPending'],_0x15586b[_0x247aea(0x2a3)]=global['testsUndefined'],_0x15586b[_0x247aea(0x213)]=global[_0x247aea(0x266)],_0x15586b[_0x247aea(0x1f0)]=global[_0x247aea(0x2cf)],_0x15586b['processSuccess']=_0x208b3e[_0x247aea(0x1d4)],_0x15586b[_0x247aea(0x27b)]=global['testsErrorMessage'];const _0x68418=_0x15586b;_0x2f585f['gBWmi'](_0x588921,_0x68418);})[_0x18f12c(0x2c5)](_0x435f29=>{const _0x780182=_0x18f12c;_0x2f585f[_0x780182(0x2c8)](_0x58d29b,_0x435f29);});}else{if(_0x2f585f[_0x18f12c(0x286)](this[_0x18f12c(0x24b)],_0x2f585f[_0x18f12c(0x22b)])){process[_0x18f12c(0x216)]=this['_configuration'][_0x18f12c(0x25e)];try{_0x2f585f['hcrEo'](modifyCommand),_0x2f585f['awtEu'](require,_0x2f585f[_0x18f12c(0x276)])[_0x18f12c(0x1d0)](this['_configuration']);let _0x10e3c8=0x0;process['on'](_0x2f585f[_0x18f12c(0x222)],async()=>{const _0x3bdf50=_0x18f12c;if(_0x2f585f['bFMWR'](_0x10e3c8,0x0))return;_0x10e3c8++,await _0x2f585f['lsfom'](cleanupDrivers,global[_0x3bdf50(0x254)]);}),_0x2f585f[_0x18f12c(0x20e)](require,this['_configuration'][_0x18f12c(0x256)]);}catch(_0x343e54){console['error'](_0x343e54),process[_0x18f12c(0x249)]=0x1,_0x2f585f['ORkja'](_0x58d29b,_0x343e54);}_0x2f585f['ExjOS'](_0x588921);}}}});}}module['exports']=Launcher;
1
+ const a19_0x4205f9=a19_0x2de4;(function(_0x11230b,_0x5d43ce){const _0x4f57a6=a19_0x2de4,_0x2be542=_0x11230b();while(!![]){try{const _0x11cd49=-parseInt(_0x4f57a6(0x16c))/0x1+parseInt(_0x4f57a6(0x16d))/0x2*(-parseInt(_0x4f57a6(0x19c))/0x3)+-parseInt(_0x4f57a6(0xef))/0x4+-parseInt(_0x4f57a6(0x1a3))/0x5*(-parseInt(_0x4f57a6(0x15e))/0x6)+parseInt(_0x4f57a6(0xb9))/0x7*(parseInt(_0x4f57a6(0xc8))/0x8)+parseInt(_0x4f57a6(0x199))/0x9+-parseInt(_0x4f57a6(0x101))/0xa*(-parseInt(_0x4f57a6(0xd8))/0xb);if(_0x11cd49===_0x5d43ce)break;else _0x2be542['push'](_0x2be542['shift']());}catch(_0x2107ab){_0x2be542['push'](_0x2be542['shift']());}}}(a19_0x2595,0x77ab4));const path=require(a19_0x4205f9(0x11d)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x4205f9(0x12e)),constants=require(a19_0x4205f9(0x99)),{isAccessibilityAutomationSession}=require(a19_0x4205f9(0xd1)),RequestQueueHandler=require(a19_0x4205f9(0x134)),{isTestObservabilitySession}=require(a19_0x4205f9(0xbe)),helper=require(a19_0x4205f9(0x12e));function a19_0x2de4(_0x531ddd,_0x3d38d7){const _0x2595d7=a19_0x2595();return a19_0x2de4=function(_0x2de4d9,_0x269c82){_0x2de4d9=_0x2de4d9-0x87;let _0x29b211=_0x2595d7[_0x2de4d9];return _0x29b211;},a19_0x2de4(_0x531ddd,_0x3d38d7);}function a19_0x2595(){const _0x3736ed=['kEvFs','browserstackPercyBestPlatform','hmMUG','UAERB','YdrKT','lZrOg','path','splice','maZEq','processSuccess','QWqmx','__driversArray','MTDcz','default','PFszZ','pRThk','EvFUx','then','dimoc','oUxhI','badcP','yEtdk','IoLOU','../../helpers/helper','unshift','platform','LObmm','RGRbU','BSTACK_DELTA','../../helpers/test-observability/requestQueueHandler','ZJJpR','LeLHb','_formatter','XBGrM','vsUPZ','prototype','SEbhZ','nCEAc','ZwVGT','../cucumber-js/timeout.setup.js','dGhgI','capability','BFhqM','stepsPending','eMglO','rqJHA','YcJWb','push','WFizT','rJCvP','EpxSL','success','xIRsV','nestedKeyValue','percy','__platform__','hALdB',':tmp/','rootHooks','vnSAB','pJDdl','cucumber/lib/cli/index.js','getInstance','platformCaps','testsErrorMessage','SNKAJ','TAluq','FFtGd','testSuites','_configuration','vNCvL','1263996dkbbSE','AzJHk','cXhNZ','vanilla','isZEn','mochaOpts','run','testContextOptions','sKRSZ','YqWXa','ZLYoh','stepsSkipped','configuration','SGzEE','278486LpHNTu','1673876jzeCuk','iorxx','oQFBy','OHZrO','testsUndefined','MleDK','KJvkW','testSuitesFailed','skipSessionName','argv','__skipSessionName','exports','rpDBW','tlAHM','yYPtS','cucumber/lib/cli/configuration_builder.js','testsUnknown','extname','kWOJM','../cucumber-js/formatter/custom_formatter.js','testsSkipped','cwd','reporter','akyEH','browserStackPercyOptions','replace','require','rzMMw','yHvnW','afterEach','zsucR','TRFSV','17|6|12|10|2|8|7|19|3|15|1|14|20|0|4|16|5|9|18|11|13|21','testsPending','xOALO','axJoW','QEFcM','iBoCY','join','JxKZj','@cucumber/cucumber/lib/cli/index.js','mocha/lib/cli/run-helpers.js','uSQYm','../mocha/test.setup','1560987xEZeDs','zhhnQ','GmPyX','3ZaoCEF','skipSessionStatus','wlgZd','_accessibilityAutomation','env','_testObservability','NKPbt','20hDfTCN','xJQwA','tcimv','handleRequires','vwjBR','GCxAh','tmp/','totalTests','UTUPQ','uUitA','IDObR','exitCode','@cucumber/cucumber/lib/cli/configuration_builder.js','turboScaleUrl','ZWGJx','length','kHxGS','SeYYt','stringify','eNggA','_mochaOpts','ToqHM','cucumber-js','../utils/constants','dxPzo','mFYLc','XvTPj','../../index','testsAmbiguous','stepsFailed','KflHB','maxWorkers','_argv','browserstackPlatformIndex','HxAKD','EELus','UMBKb','zaNxY','Ayssv','vthqM','osXYZ','hrihf','steps','__platformCaps','JvjsV','UQztq','cISIJ','beforeAll','hDnsm','mochaHooks','_bsConfig','RBIDy','__skipSessionStatus','scenarios','aOofw','91LZlHIV','beforeEach','args','timeout','percyCaptureMode','../../helpers/test-observability/utils','cbUFm','FIKaw','ueIsr','cfwMl','ExLQp','rtJah','yoIVI','vzJaO','xEyyR','387272yFNhHg','WBlww','catch','runMocha','odXvF','jMwgD','nwPrg','DDXSc','LQiYB','../../helpers/accessibility-automation/helper','TXViz','FNJyk','OvRiT','stdout','rAEbo','MOlRS','269819VWJDJB','pendingUploads','oRTWS','browserstackAgentV2','formatter','testsPassed','JlNoB','prevRun','scenariosFailed','fHgUw','WnFbk','jhIrj','../cucumber-js/test.setup.js','../mocha/test-observability/data-hooks','../../helpers/setKeepAlive','../cucumber-js/formatter/custom_formatter_old_versions.js','stepsUndefined','eituG','testsFailed','beforeExit','ixOBC','CRYoO','fQSut','1434852HaOOKS','zHmQG','xWsyZ','wclKE','ORdIN','NeSWB','_framework','dJtTI','CONFIG','rRiQD','supportCodePaths','xLkoz','platformIndex','stepsUnknown','build','afterAll','lPUrF','gSIlB','130jOWtJW','Ahqnl','HzLhH','MvGLR','PGLUw','file','dagrS','BbsIh','@cucumber/cucumber/lib/api/paths.js','zzrDa','WyOGx','WokAJ','error','qJKqL','../mocha/bstack-reporter/customReporter.js','split','bnJXP','reporterOptions','stepsAmbiguous','pNOLb','_capability','QnTNu'];a19_0x2595=function(){return _0x3736ed;};return a19_0x2595();}class Launcher{constructor(_0x1cabb3,_0xf3cb48,_0x205711,_0x4867c8=[]){const _0x421f59=a19_0x4205f9,_0x42792e={'aZKEA':'16|15|4|9|21|7|8|0|1|6|5|11|10|14|2|17|12|18|13|20|19|3','OvRiT':function(_0x6b2123){return _0x6b2123();},'vnSAB':function(_0x37c129){return _0x37c129();}},_0x140da4=_0x42792e['aZKEA'][_0x421f59(0x110)]('|');let _0x259487=0x0;while(!![]){switch(_0x140da4[_0x259487++]){case'0':this['_bsConfig']=_0x205711;continue;case'1':this[_0x421f59(0x1a1)]=_0x42792e[_0x421f59(0xd4)](isTestObservabilitySession);continue;case'2':global[_0x421f59(0xea)]=0x0;continue;case'3':global['testsErrorMessage']={};continue;case'4':this[_0x421f59(0x96)]=_0xf3cb48['mochaOpts'];continue;case'5':global[_0x421f59(0xad)]=this[_0x421f59(0x15c)][_0x421f59(0x156)]||{};continue;case'6':this[_0x421f59(0x19f)]=_0x42792e[_0x421f59(0x152)](isAccessibilityAutomationSession);continue;case'7':global[_0x421f59(0x14e)]=this[_0x421f59(0x15c)][_0x421f59(0x130)];continue;case'8':this[_0x421f59(0xa2)]=_0x4867c8;continue;case'9':this['_formatter']=_0xf3cb48[_0x421f59(0xdc)];continue;case'10':global[_0x421f59(0x89)]=0x0;continue;case'11':global[_0x421f59(0x15b)]=0x0;continue;case'12':global['testsSkipped']=0x0;continue;case'13':global[_0x421f59(0x171)]=0x0;continue;case'14':global['testsPassed']=0x0;continue;case'15':this[_0x421f59(0x15c)]=_0xf3cb48['configuration']||{};continue;case'16':this['_framework']=_0x1cabb3;continue;case'17':global[_0x421f59(0x18e)]=0x0;continue;case'18':global['testSuitesFailed']=0x0;continue;case'19':global[_0x421f59(0x9e)]=0x0;continue;case'20':global['testsUnknown']=0x0;continue;case'21':this[_0x421f59(0x115)]=this[_0x421f59(0x15c)][_0x421f59(0x140)];continue;}break;}}['run'](){const _0x366354=a19_0x4205f9,_0x1b85b6={'eNggA':function(_0x58731f,_0x38484a){return _0x58731f(_0x38484a);},'YdrKT':function(_0x215609,_0x3db3b3){return _0x215609(_0x3db3b3);},'vsUPZ':function(_0x592fbc,_0x3cfc1c){return _0x592fbc!==_0x3cfc1c;},'sKRSZ':'--format','NeSWB':function(_0x3ea0cd,_0x1ef357){return _0x3ea0cd!==_0x1ef357;},'odXvF':_0x366354(0xc1),'zzrDa':function(_0x292cae,_0x548b1e){return _0x292cae(_0x548b1e);},'xJQwA':_0x366354(0x18d),'DDXSc':function(_0x1ac623){return _0x1ac623();},'zhhnQ':function(_0x4d0804,_0xe254fe){return _0x4d0804(_0xe254fe);},'rAEbo':_0x366354(0x9d),'FNJyk':_0x366354(0x17c),'BFhqM':_0x366354(0xe7),'UAERB':'../cucumber-js/test_old.setup.js','GmPyX':function(_0xe37afa,_0x1888f0){return _0xe37afa>_0x1888f0;},'akyEH':function(_0x2b75ed,_0x20682a){return _0x2b75ed===_0x20682a;},'ZWGJx':'CExaK','CugRl':'vbuUe','BbsIh':function(_0x492db1,_0x1fedf9){return _0x492db1<=_0x1fedf9;},'YqWXa':_0x366354(0x10e),'IDObR':function(_0x1561d8,_0x25845b){return _0x1561d8(_0x25845b);},'zsucR':_0x366354(0x105),'LQiYB':function(_0x32190c,_0x736250,_0x1976e0){return _0x32190c(_0x736250,_0x1976e0);},'QEFcM':_0x366354(0xe5),'ixOBC':_0x366354(0x195),'gSIlB':'jjqdx','SEbhZ':'GqDuD','rRiQD':_0x366354(0x192),'oUxhI':_0x366354(0x103),'FFtGd':'hTlES','isZEn':_0x366354(0x154),'oRTWS':_0x366354(0x8e),'iUbKH':_0x366354(0x180),'xEyyR':function(_0x14f250,_0x3fc67c){return _0x14f250>_0x3fc67c;},'nwPrg':function(_0x24f037,_0x4b0686){return _0x24f037(_0x4b0686);},'pNOLb':_0x366354(0xe6),'LObmm':function(_0x59c8b9,_0x136ed){return _0x59c8b9===_0x136ed;},'EvFUx':'mocha','PHEtI':_0x366354(0x8b),'kEvFs':function(_0xcb4a0,_0x39b49c){return _0xcb4a0(_0x39b49c);},'nCEAc':_0x366354(0x196),'MvGLR':function(_0x46aff8,_0x3418a6){return _0x46aff8(_0x3418a6);},'SNKAJ':function(_0x25dfbd,_0x33316e){return _0x25dfbd!==_0x33316e;},'gnGnd':_0x366354(0x194),'CRYoO':_0x366354(0xa4),'rJCvP':function(_0x1d42fa){return _0x1d42fa();},'Ahqnl':_0x366354(0x198),'xLkoz':function(_0x5f5555,_0xe90f4e){return _0x5f5555!==_0xe90f4e;},'ZSIId':_0x366354(0x14b),'osXYZ':'SAfyT','fQSut':function(_0x208c6d,_0x109c77){return _0x208c6d(_0x109c77);},'hDnsm':_0x366354(0xc2),'Ayssv':_0x366354(0x9c),'hALdB':function(_0x28c3a4,_0x3668ae){return _0x28c3a4*_0x3668ae;},'kHXfr':'JAWPB','bPvIz':'qAueJ','dGhgI':function(_0x1c51ef,_0x50c7f9){return _0x1c51ef===_0x50c7f9;},'kWOJM':'KeaHt','TJCQe':_0x366354(0x10f),'yYPtS':function(_0x2b080e,_0xa0fa91){return _0x2b080e||_0xa0fa91;},'ToqHM':'spec','TXViz':_0x366354(0xfb),'QnTNu':_0x366354(0x185),'pJDdl':_0x366354(0x118),'iorxx':_0x366354(0x14d),'cHFnA':_0x366354(0xbd),'pRThk':_0x366354(0xc9),'HyFsm':_0x366354(0xc0),'TRFSV':function(_0x43c6b7,_0x27bb70){return _0x43c6b7!==_0x27bb70;},'eNlTw':'lYsGA','JvjsV':_0x366354(0xe9),'XBGrM':_0x366354(0xaf),'qQDiH':'wJTWN','wlgZd':_0x366354(0x179),'xWsyZ':'nzCsG','vthqM':'QnYEt','cISIJ':_0x366354(0x197),'KJvkW':'clmBt','xTNWa':function(_0x17f7f0,_0x1c07ec){return _0x17f7f0===_0x1c07ec;},'aOofw':_0x366354(0x98),'SGzEE':function(_0x6af730,_0x368595){return _0x6af730===_0x368595;},'eMglO':'kJLGk','tlAHM':_0x366354(0xa5),'AzJHk':function(_0x5e348d,_0x245bea){return _0x5e348d===_0x245bea;},'cXhNZ':'HpFWG','RGPXT':function(_0x142c8f,_0x430636){return _0x142c8f(_0x430636);},'ExLQp':function(_0x3b1c38,_0x53892d){return _0x3b1c38!==_0x53892d;},'vNCvL':'nXSwI','WokAJ':'pZVyf','yzKfO':_0x366354(0x13e),'dxPzo':_0x366354(0x107),'JlNoB':_0x366354(0xc4),'vzJaO':_0x366354(0x109),'BqZSG':_0x366354(0xe4),'WFizT':_0x366354(0xf0),'badcP':function(_0x40f261,_0x2c4aec){return _0x40f261(_0x2c4aec);},'NKPbt':function(_0x15f1a4,_0x165502){return _0x15f1a4(_0x165502);},'hrihf':'--parallel','vwjBR':function(_0x4f4972,_0x27970e){return _0x4f4972<_0x27970e;},'YcJWb':function(_0x5c1117,_0x48c46b){return _0x5c1117(_0x48c46b);},'MOlRS':_0x366354(0x161),'jMwgD':_0x366354(0xeb),'LCHDO':function(_0x4778b2,_0x24edf0){return _0x4778b2(_0x24edf0);},'RBIDy':function(_0x31b78e,_0x186136){return _0x31b78e(_0x186136);}};return new Promise(async(_0x58e90b,_0x50a557)=>{const _0x2ef817=_0x366354,_0x3c60b8={'oQFBy':_0x1b85b6[_0x2ef817(0x166)],'yEtdk':function(_0xf6ded1,_0x17c318){const _0x2fe136=_0x2ef817;return _0x1b85b6[_0x2fe136(0x10a)](_0xf6ded1,_0x17c318);},'WyOGx':_0x1b85b6[_0x2ef817(0x1a4)],'PFszZ':function(_0x56dc32){const _0x45a966=_0x2ef817;return _0x1b85b6[_0x45a966(0xcf)](_0x56dc32);},'RGRbU':function(_0x2093d5){return _0x1b85b6['DDXSc'](_0x2093d5);},'kHxGS':function(_0xace6c8,_0x75a0d){const _0x236ae5=_0x2ef817;return _0x1b85b6[_0x236ae5(0x19a)](_0xace6c8,_0x75a0d);},'mFYLc':_0x1b85b6[_0x2ef817(0xd6)],'EpxSL':_0x1b85b6[_0x2ef817(0xd3)],'NksKs':_0x1b85b6[_0x2ef817(0x141)],'WnFbk':_0x1b85b6['UAERB'],'WPWyj':function(_0x2abf72,_0x3b71ec){const _0x290c0e=_0x2ef817;return _0x1b85b6[_0x290c0e(0x139)](_0x2abf72,_0x3b71ec);},'wclKE':function(_0x534501,_0x5ae192){const _0xb51be9=_0x2ef817;return _0x1b85b6[_0xb51be9(0x19b)](_0x534501,_0x5ae192);},'MTDcz':function(_0x159655,_0xd011ee){const _0x1f8c1b=_0x2ef817;return _0x1b85b6[_0x1f8c1b(0x139)](_0x159655,_0xd011ee);},'tcimv':function(_0x47f47f,_0x110744){const _0x44e456=_0x2ef817;return _0x1b85b6[_0x44e456(0x184)](_0x47f47f,_0x110744);},'maZEq':_0x1b85b6[_0x2ef817(0x90)],'ptyOZ':_0x1b85b6['CugRl'],'raNMN':function(_0x5c6dd5,_0x314c3c){const _0x254d4d=_0x2ef817;return _0x1b85b6[_0x254d4d(0x108)](_0x5c6dd5,_0x314c3c);},'SeYYt':_0x1b85b6[_0x2ef817(0x167)],'lZrOg':function(_0x2fa6dd,_0x539572){const _0x1512e4=_0x2ef817;return _0x1b85b6[_0x1512e4(0x19a)](_0x2fa6dd,_0x539572);},'ZJJpR':function(_0x5c24bd,_0x28cd5d){return _0x1b85b6['IDObR'](_0x5c24bd,_0x28cd5d);},'yoIVI':_0x1b85b6[_0x2ef817(0x18b)],'TAluq':function(_0x459f61,_0x4e0b28,_0x20aee3){const _0xbf34dc=_0x2ef817;return _0x1b85b6[_0xbf34dc(0xd0)](_0x459f61,_0x4e0b28,_0x20aee3);},'yHvnW':_0x1b85b6[_0x2ef817(0x191)],'aTqMN':_0x1b85b6[_0x2ef817(0xec)],'bnJXP':function(_0x3115db,_0x65f700){const _0x21c884=_0x2ef817;return _0x1b85b6[_0x21c884(0xf4)](_0x3115db,_0x65f700);},'YtmUZ':_0x1b85b6[_0x2ef817(0x100)],'IoLOU':_0x1b85b6[_0x2ef817(0x13b)],'OHZrO':_0x1b85b6[_0x2ef817(0xf8)],'GCxAh':function(_0x222be8,_0x161d88){return _0x1b85b6['zzrDa'](_0x222be8,_0x161d88);},'dimoc':function(_0x330a16,_0x44a1d8){const _0x32069c=_0x2ef817;return _0x1b85b6[_0x32069c(0x10a)](_0x330a16,_0x44a1d8);},'jhIrj':function(_0x45ed15,_0x42d0e7){const _0x23fbb0=_0x2ef817;return _0x1b85b6[_0x23fbb0(0x8c)](_0x45ed15,_0x42d0e7);},'LeLHb':_0x1b85b6[_0x2ef817(0x12a)],'fHgUw':_0x1b85b6[_0x2ef817(0x15a)],'ViEWg':function(_0x14d274,_0x5d1f40){return _0x1b85b6['eNggA'](_0x14d274,_0x5d1f40);},'hmMUG':_0x1b85b6[_0x2ef817(0x162)],'QWqmx':_0x1b85b6['oRTWS'],'erwxD':_0x1b85b6['iUbKH'],'KflHB':function(_0x5729bd,_0x31a186){const _0x134e97=_0x2ef817;return _0x1b85b6[_0x134e97(0xc7)](_0x5729bd,_0x31a186);}};_0x1b85b6['nwPrg'](require,_0x1b85b6[_0x2ef817(0x114)])();if(_0x1b85b6[_0x2ef817(0x131)](this['_framework'],_0x1b85b6[_0x2ef817(0x127)])){if(_0x1b85b6[_0x2ef817(0xf4)](_0x1b85b6['PHEtI'],_0x1b85b6['PHEtI'])){const _0x1b182c=_0x2ef817(0x88)+_0x194d71+_0x4fb687[_0x2ef817(0x17e)](_0x92938a);_0x18958a[_0x2ef817(0x146)](_0x3c60b8[_0x2ef817(0x16f)]),_0x284a22[_0x2ef817(0x146)](_0x97bbe8+':'+_0x1b182c);}else{const _0x468df4=_0x1b85b6['kEvFs'](requireModule,_0x1b85b6[_0x2ef817(0x13c)]),_0x5dc12e=_0x1b85b6[_0x2ef817(0x104)](requireModule,_0x1b85b6[_0x2ef817(0x127)]);_0x1b85b6[_0x2ef817(0xcf)](isBrowserstackInfra)&&(_0x1b85b6['SNKAJ'](_0x1b85b6['gnGnd'],_0x1b85b6[_0x2ef817(0xed)])?_0x1b85b6[_0x2ef817(0x148)](modifyCommand):_0x3c60b8[_0x2ef817(0x12c)](_0x116671,_0x5cb56f));const _0x45da75=_0x1b85b6[_0x2ef817(0x11b)](require,_0x1b85b6[_0x2ef817(0x102)])[_0x2ef817(0xb3)],_0x3a80e4={};_0x3a80e4[_0x2ef817(0xb1)]=[_0x45da75[_0x2ef817(0xb1)]],_0x3a80e4['beforeEach']=[_0x45da75[_0x2ef817(0xba)]],_0x3a80e4[_0x2ef817(0xfe)]=[_0x45da75[_0x2ef817(0xfe)]],_0x3a80e4['afterEach']=[_0x45da75[_0x2ef817(0x18a)]];const _0x28618b=_0x3a80e4;if(_0x1b85b6[_0x2ef817(0xcf)](isTestObservabilitySession)){if(_0x1b85b6[_0x2ef817(0xfa)](_0x1b85b6['ZSIId'],_0x1b85b6[_0x2ef817(0xaa)])){const _0x2e4bb2=_0x1b85b6[_0x2ef817(0xee)](require,_0x1b85b6['QEFcM'])[_0x2ef817(0xb3)];_0x28618b[_0x2ef817(0xb1)][_0x2ef817(0x12f)](_0x2e4bb2[_0x2ef817(0xb1)]),_0x28618b['afterAll'][_0x2ef817(0x146)](_0x2e4bb2[_0x2ef817(0xfe)]);}else{const _0x21bae5=_0x3c60b8[_0x2ef817(0x10b)]['split']('|');let _0x2636af=0x0;while(!![]){switch(_0x21bae5[_0x2636af++]){case'0':_0x22bee6['testsPassed']=0x0;continue;case'1':_0x3a0d3a[_0x2ef817(0xad)]=this[_0x2ef817(0x15c)][_0x2ef817(0x156)]||{};continue;case'2':this[_0x2ef817(0x115)]=this[_0x2ef817(0x15c)][_0x2ef817(0x140)];continue;case'3':this['_testObservability']=_0x3c60b8[_0x2ef817(0x125)](_0x1b7dcd);continue;case'4':_0x53c6cb[_0x2ef817(0xea)]=0x0;continue;case'5':_0x32e15e[_0x2ef817(0x181)]=0x0;continue;case'6':this['_configuration']=_0x355edd[_0x2ef817(0x16a)]||{};continue;case'7':this[_0x2ef817(0xa2)]=_0x115158;continue;case'8':_0x312a76['__platform__']=this[_0x2ef817(0x15c)]['platform'];continue;case'9':_0x55b8db[_0x2ef817(0x174)]=0x0;continue;case'10':this[_0x2ef817(0x137)]=_0x2f31d4['formatter'];continue;case'11':_0x512dc2[_0x2ef817(0x17d)]=0x0;continue;case'12':this['_mochaOpts']=_0x593d27[_0x2ef817(0x163)];continue;case'13':_0x22cfa1[_0x2ef817(0x9e)]=0x0;continue;case'14':_0x53ea74[_0x2ef817(0x15b)]=0x0;continue;case'15':this[_0x2ef817(0x19f)]=_0x3c60b8[_0x2ef817(0x132)](_0x5cd776);continue;case'16':_0x50ab68[_0x2ef817(0x18e)]=0x0;continue;case'17':this[_0x2ef817(0xf5)]=_0x57f2df;continue;case'18':_0x1c11a8['testsUndefined']=0x0;continue;case'19':this['_bsConfig']=_0x530097;continue;case'20':_0x52623a[_0x2ef817(0x89)]=0x0;continue;case'21':_0x368bbb[_0x2ef817(0x157)]={};continue;}break;}}}const _0x3a334f=await _0x468df4[_0x2ef817(0x1a6)](this[_0x2ef817(0x96)][_0x2ef817(0x187)]);Object['assign'](this['_mochaOpts'],_0x3a334f);this['_mochaOpts']['rootHooks']&&(_0x1b85b6[_0x2ef817(0xfa)](_0x1b85b6[_0x2ef817(0xb2)],_0x1b85b6[_0x2ef817(0xa8)])?(this['_mochaOpts'][_0x2ef817(0x151)][_0x2ef817(0xb1)]&&_0x28618b[_0x2ef817(0xb1)][_0x2ef817(0x12f)](...this['_mochaOpts'][_0x2ef817(0x151)][_0x2ef817(0xb1)]),this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0xba)]&&_0x28618b[_0x2ef817(0xba)]['unshift'](...this[_0x2ef817(0x96)][_0x2ef817(0x151)]['beforeEach']),this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0xfe)]&&_0x28618b['afterAll'][_0x2ef817(0x146)](...this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0xfe)]),this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0x18a)]&&_0x28618b[_0x2ef817(0x18a)][_0x2ef817(0x146)](...this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0x18a)])):_0x3c60b8[_0x2ef817(0x92)](_0x1f83d8,_0x3c60b8[_0x2ef817(0x9b)])[_0x2ef817(0xdb)](this[_0x2ef817(0x15c)],null,this['_testObservability']));const _0x3a4136=this[_0x2ef817(0x96)][_0x2ef817(0x183)];let _0x3059fd=_0x1b85b6[_0x2ef817(0x14f)](this['_mochaOpts']['timeout'],0x1);if(_0x1b85b6[_0x2ef817(0x131)](this[_0x2ef817(0x96)][_0x2ef817(0xbc)],0x0)){if(_0x1b85b6['LObmm'](_0x1b85b6['kHXfr'],_0x1b85b6['bPvIz']))return;else _0x3059fd=0x0;}else _0x1b85b6[_0x2ef817(0x13f)](_0x1b85b6[_0x2ef817(0x17f)],_0x1b85b6[_0x2ef817(0x17f)])?_0x3059fd+=constants[_0x2ef817(0x133)]:_0xfb8766['splice'](_0x1b0702,0x1);const _0x20d6cb={...this[_0x2ef817(0x96)],'reporter':path[_0x2ef817(0x193)](__dirname,_0x1b85b6['TJCQe']),'reporterOption':{...this[_0x2ef817(0x96)][_0x2ef817(0x112)],'type':_0x1b85b6[_0x2ef817(0x17b)](_0x3a4136,_0x1b85b6[_0x2ef817(0x97)]),'testObservability':this[_0x2ef817(0x1a1)],'bsConfig':this[_0x2ef817(0xb4)]},'parallel':![],'rootHooks':_0x28618b,'isWorker':!![],'timeout':_0x3059fd};global[_0x2ef817(0xa3)]=helper['nestedKeyValue'](this[_0x2ef817(0x15c)],[_0x1b85b6[_0x2ef817(0xd2)]]),global[_0x2ef817(0x118)]=helper[_0x2ef817(0x14c)](this[_0x2ef817(0x15c)],[_0x1b85b6['QnTNu'],_0x1b85b6[_0x2ef817(0x153)]]),global[_0x2ef817(0x14d)]=helper[_0x2ef817(0x14c)](this['_configuration'],[_0x1b85b6['QnTNu'],_0x1b85b6[_0x2ef817(0x16e)]]),global['percyCaptureMode']=helper['nestedKeyValue'](this['_configuration'],[_0x1b85b6[_0x2ef817(0x116)],_0x1b85b6['cHFnA']]),global['capabilities']=[this[_0x2ef817(0x115)]];helper['isBrowserstackInfra']()&&(_0x1b85b6[_0x2ef817(0x158)](_0x1b85b6[_0x2ef817(0x126)],_0x1b85b6['HyFsm'])?(this[_0x2ef817(0xb4)][_0x2ef817(0x165)][_0x2ef817(0x175)]&&(_0x1b85b6[_0x2ef817(0x18c)](_0x1b85b6['eNlTw'],_0x1b85b6['eNlTw'])?_0x3c60b8[_0x2ef817(0x132)](_0x5229ca):global[_0x2ef817(0x177)]=!![]),this[_0x2ef817(0xb4)][_0x2ef817(0x165)][_0x2ef817(0x19d)]&&(_0x1b85b6[_0x2ef817(0x139)](_0x1b85b6[_0x2ef817(0xae)],_0x1b85b6[_0x2ef817(0x138)])?global[_0x2ef817(0xb6)]=!![]:(_0x3764fe[_0x2ef817(0x10d)](_0x369868),_0x4e589e[_0x2ef817(0x8d)]=0x1,_0x1b85b6['eNggA'](_0x1be302,_0x7d0568)))):_0x1b85b6[_0x2ef817(0x11b)](_0x275fee,_0x3cd796));this[_0x2ef817(0xb4)][_0x2ef817(0x8f)]&&(_0x1b85b6[_0x2ef817(0x131)](_0x1b85b6['qQDiH'],_0x1b85b6[_0x2ef817(0x19e)])?this['_configuration'][_0x2ef817(0x8f)]=this['_bsConfig'][_0x2ef817(0x8f)]:this[_0x2ef817(0x15c)][_0x2ef817(0x8f)]=this['_bsConfig'][_0x2ef817(0x8f)]);const _0x287d37=new _0x5dc12e(_0x20d6cb);_0x287d37[_0x2ef817(0xdf)]=_0x287d37[_0x2ef817(0x164)];_0x1b85b6[_0x2ef817(0xcf)](isTestObservabilitySession)?_0x1b85b6[_0x2ef817(0xfa)](_0x1b85b6[_0x2ef817(0xf1)],_0x1b85b6[_0x2ef817(0xf1)])?(_0x2a9732=_0x3c60b8[_0x2ef817(0x12c)](_0x4938ef,_0x3c60b8[_0x2ef817(0x149)])[_0x2ef817(0x124)],_0x3fc945[_0x2ef817(0x146)](_0x3c60b8[_0x2ef817(0x16f)]),_0x11260a[_0x2ef817(0x146)](_0x2e356a[_0x2ef817(0x193)](_0x255acb,_0x3c60b8['NksKs'])),_0x5ca651=_0x3c60b8[_0x2ef817(0xe2)]):_0x287d37[_0x2ef817(0x164)]=function(_0x101cb7){const _0x4c7b6c=_0x2ef817,_0x4ef985={'zaNxY':function(_0x1c1d6d,_0x4507e3){const _0x4a3289=a19_0x2de4;return _0x3c60b8[_0x4a3289(0x92)](_0x1c1d6d,_0x4507e3);},'cbUFm':_0x3c60b8[_0x4c7b6c(0x189)],'ZLYoh':_0x3c60b8['aTqMN']};if(_0x3c60b8[_0x4c7b6c(0x111)](_0x3c60b8['YtmUZ'],_0x3c60b8[_0x4c7b6c(0x12d)]))return _0x287d37[_0x4c7b6c(0xdf)](_0x331014=>{const _0x140fb8=_0x4c7b6c,_0x44c2b3={'MleDK':function(_0x52f689,_0x3fecd2){const _0x32958b=a19_0x2de4;return _0x3c60b8[_0x32958b(0x12c)](_0x52f689,_0x3fecd2);},'rzMMw':function(_0x1eb6ea,_0x4ea543){return _0x3c60b8['WPWyj'](_0x1eb6ea,_0x4ea543);},'axJoW':function(_0x5d5813,_0x147fb8){const _0x411e17=a19_0x2de4;return _0x3c60b8[_0x411e17(0xf2)](_0x5d5813,_0x147fb8);},'rqJHA':function(_0x330dfd,_0x37e5b7){return _0x3c60b8['MTDcz'](_0x330dfd,_0x37e5b7);},'dJtTI':_0x3c60b8[_0x140fb8(0x16f)],'xOALO':function(_0x2b18ee,_0x1a02b3){const _0x30d237=_0x140fb8;return _0x3c60b8[_0x30d237(0x1a5)](_0x2b18ee,_0x1a02b3);},'UTUPQ':_0x3c60b8[_0x140fb8(0x11f)],'lPUrF':_0x3c60b8['ptyOZ'],'ORdIN':function(_0x3caa12,_0x5ab14b){return _0x3c60b8['raNMN'](_0x3caa12,_0x5ab14b);},'tFSay':function(_0x387266,_0x241c59){const _0x37c98e=_0x140fb8;return _0x3c60b8[_0x37c98e(0x1a5)](_0x387266,_0x241c59);},'UMBKb':_0x3c60b8[_0x140fb8(0x93)],'JVEjw':function(_0x2f8646,_0x14aac3){const _0x130528=_0x140fb8;return _0x3c60b8[_0x130528(0x11c)](_0x2f8646,_0x14aac3);},'ZwVGT':function(_0x5e894b,_0x416122){const _0x502d3a=_0x140fb8;return _0x3c60b8[_0x502d3a(0x135)](_0x5e894b,_0x416122);}};if(_0x3c60b8['tcimv'](_0x3c60b8[_0x140fb8(0xc5)],_0x3c60b8['yoIVI'])){const _0x3c117d=_0x3c60b8[_0x140fb8(0x159)](setInterval,async()=>{const _0x11be7d=_0x140fb8;if(_0x44c2b3[_0x11be7d(0x18f)](_0x44c2b3[_0x11be7d(0x8a)],_0x44c2b3[_0x11be7d(0xff)])){const _0x5c74a5=_0x44c2b3[_0x11be7d(0x172)](_0x453547,this[_0x11be7d(0x115)])[_0x11be7d(0x186)](/ /g,'_');if(_0x44c2b3[_0x11be7d(0x188)](this[_0x11be7d(0x137)][_0x5b6fb8],_0x39ad71)&&_0x44c2b3[_0x11be7d(0x190)](this[_0x11be7d(0x137)][_0x224f6e]['length'],0x0)){const _0x4a5024=this[_0x11be7d(0x137)][_0x5a0c43][0x1],_0x50dceb=''+this[_0x11be7d(0x137)][_0x13e3ba][0x0];if(_0x44c2b3[_0x11be7d(0x144)](_0x4a5024,_0x4cb979)){const _0x269df1='tmp/'+_0x5c74a5+_0x110b3a['extname'](_0x4a5024);_0x4e7339[_0x11be7d(0x146)](_0x44c2b3['dJtTI']),_0x3254d6[_0x11be7d(0x146)](_0x50dceb+':'+_0x269df1);}else _0x5997ac[_0x11be7d(0x146)](_0x44c2b3[_0x11be7d(0xf6)]),_0x4a6a6c[_0x11be7d(0x146)](_0x50dceb+':tmp/'+_0x5c74a5);}}else _0x44c2b3[_0x11be7d(0xf3)](RequestQueueHandler[_0x11be7d(0x155)]()[_0x11be7d(0xd9)],0x0)&&(_0x44c2b3['tFSay'](_0x44c2b3[_0x11be7d(0xa6)],_0x44c2b3[_0x11be7d(0xa6)])?(_0x44c2b3[_0x11be7d(0x172)](clearInterval,_0x3c117d),await _0x44c2b3['JVEjw'](cleanupDrivers,global[_0x11be7d(0x122)]),_0x44c2b3[_0x11be7d(0x13d)](_0x58e90b,_0x331014)):_0x1a2cc2=0x0);},0x3e8);}else{const _0x3c1418=_0x4ef985['zaNxY'](_0x3b58e2,_0x4ef985[_0x140fb8(0xbf)])[_0x140fb8(0xb3)];_0x55011c[_0x140fb8(0xb1)][_0x140fb8(0x12f)](_0x3c1418['beforeAll']),_0x42a2f9[_0x140fb8(0xfe)][_0x140fb8(0x146)](_0x3c1418[_0x140fb8(0xfe)]);}});else _0x41bbf9=_0x4ef985[_0x4c7b6c(0xa7)](_0x1a86c6,_0x4ef985[_0x4c7b6c(0x168)]);}:_0x1b85b6[_0x2ef817(0xfa)](_0x1b85b6[_0x2ef817(0xa9)],_0x1b85b6['vthqM'])?_0x3aec41['__skipSessionName']=!![]:_0x287d37[_0x2ef817(0x164)]=function(_0x47ac46){const _0x276d5f=_0x2ef817;if(_0x3c60b8[_0x276d5f(0x111)](_0x3c60b8[_0x276d5f(0x136)],_0x3c60b8[_0x276d5f(0xe1)]))return _0x287d37[_0x276d5f(0xdf)](async _0x2992c9=>{const _0x5981bf=_0x276d5f;_0x3c60b8[_0x5981bf(0x123)](_0x3c60b8[_0x5981bf(0x170)],_0x3c60b8['OHZrO'])?(this['_bsConfig'][_0x5981bf(0x165)][_0x5981bf(0x175)]&&(_0xb075b7[_0x5981bf(0x177)]=!![]),this[_0x5981bf(0xb4)][_0x5981bf(0x165)]['skipSessionStatus']&&(_0x391525[_0x5981bf(0xb6)]=!![])):(await _0x3c60b8[_0x5981bf(0x87)](cleanupDrivers,global[_0x5981bf(0x122)]),_0x3c60b8[_0x5981bf(0x129)](_0x58e90b,_0x2992c9));});else{const _0x4508e6={};_0x4508e6[_0x276d5f(0xb7)]=_0x56f60d[_0x276d5f(0x15b)],_0x4508e6[_0x276d5f(0xac)]=_0x34337e[_0x276d5f(0x89)],_0x4508e6[_0x276d5f(0xe0)]=_0x4f71dc[_0x276d5f(0x174)],_0x4508e6[_0x276d5f(0x9f)]=_0x2f8b40[_0x276d5f(0xea)],_0x4508e6['stepsPassed']=_0x14e9d1[_0x276d5f(0xdd)],_0x4508e6[_0x276d5f(0x169)]=_0x5b8c4f[_0x276d5f(0x181)],_0x4508e6[_0x276d5f(0x142)]=_0x4e88d3[_0x276d5f(0x18e)],_0x4508e6[_0x276d5f(0xe8)]=_0x278c79[_0x276d5f(0x171)],_0x4508e6[_0x276d5f(0xfc)]=_0x5c4930[_0x276d5f(0x17d)],_0x4508e6[_0x276d5f(0x113)]=_0xbc0b8[_0x276d5f(0x9e)],_0x4508e6['processSuccess']=_0x115419[_0x276d5f(0x14a)],_0x4508e6['testsErrorMessage']=_0x41d0dc[_0x276d5f(0x157)];const _0xc595f=_0x4508e6;_0x3c60b8[_0x276d5f(0xe3)](_0x5473d7,_0xc595f);}};try{if(_0x1b85b6['xLkoz'](_0x1b85b6[_0x2ef817(0xb0)],_0x1b85b6[_0x2ef817(0x173)]))_0x1b85b6[_0x2ef817(0x117)](require,_0x1b85b6['rAEbo'])[_0x2ef817(0xdb)](this['_configuration'],null,this[_0x2ef817(0x1a1)]);else{const _0x1d3bcb=this[_0x2ef817(0x137)][_0x4cdac3][0x1],_0x4897df=''+this[_0x2ef817(0x137)][_0x1bd063][0x0];if(_0x1b85b6['vsUPZ'](_0x1d3bcb,_0x3e2f14)){const _0x1b15e9=_0x2ef817(0x88)+_0xa79c2a+_0x428f4b[_0x2ef817(0x17e)](_0x1d3bcb);_0x415bbe['push'](_0x1b85b6[_0x2ef817(0x166)]),_0xc31fc5[_0x2ef817(0x146)](_0x4897df+':'+_0x1b15e9);}else _0x43c2fb[_0x2ef817(0x146)](_0x1b85b6[_0x2ef817(0x166)]),_0x1134f7[_0x2ef817(0x146)](_0x4897df+':tmp/'+_0x72d03e);}}catch{}const _0x1b381c=_0x468df4[_0x2ef817(0xcb)](_0x287d37,_0x20d6cb);_0x1b381c&&_0x1b381c[_0x2ef817(0xca)](_0x439248=>{const _0x520214=_0x2ef817;_0x1b85b6[_0x520214(0xf4)](_0x1b85b6['odXvF'],_0x1b85b6[_0x520214(0xcc)])?_0xed40ad+=_0x2ae859[_0x520214(0x133)]:_0x1b85b6[_0x520214(0x95)](_0x50a557,_0x439248);});}}else{if(_0x1b85b6['xTNWa'](this['_framework'],_0x1b85b6[_0x2ef817(0xb8)])){let _0x5d26cc;try{_0x1b85b6['SGzEE'](_0x1b85b6[_0x2ef817(0x143)],_0x1b85b6[_0x2ef817(0x17a)])?(_0x53b5b8[_0x2ef817(0x146)](_0x1b85b6[_0x2ef817(0x166)]),_0x4af262[_0x2ef817(0x146)](_0x494462+_0x2ef817(0x150)+_0xff0a2)):_0x5d26cc=_0x1b85b6[_0x2ef817(0x117)](requireModule,_0x1b85b6['ixOBC']);}catch(_0x4e3f46){_0x1b85b6[_0x2ef817(0x15f)](_0x1b85b6[_0x2ef817(0x160)],_0x1b85b6['cXhNZ'])?_0x5d26cc=_0x1b85b6['RGPXT'](requireModule,_0x1b85b6[_0x2ef817(0x162)]):_0x32e100[_0x2ef817(0xb6)]=!![];}const _0xa0639d=this[_0x2ef817(0xa2)],_0x3a7953=_0xa0639d['indexOf'](_0x1b85b6[_0x2ef817(0xb8)]);_0x1b85b6[_0x2ef817(0x19b)](_0x3a7953,-0x1)&&(_0x1b85b6['ExLQp'](_0x1b85b6[_0x2ef817(0x15d)],_0x1b85b6[_0x2ef817(0x10c)])?_0xa0639d[_0x2ef817(0x11e)](_0x3a7953,0x1):_0xa45e74=_0x3c60b8['ViEWg'](_0x488801,_0x3c60b8[_0x2ef817(0x119)]));const _0x377e2f=_0x1b85b6['yzKfO'];try{if(_0x1b85b6[_0x2ef817(0xfa)](_0x1b85b6[_0x2ef817(0x9a)],_0x1b85b6[_0x2ef817(0xde)])){const _0x45a2a6=_0x1b85b6[_0x2ef817(0xce)](requireModule,_0x1b85b6[_0x2ef817(0xc6)]),_0x358a47=_0x45a2a6['resolvePaths'];_0x45a2a6.resolvePaths=async function(){const pathResults=await _0x358a47.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x377e2f)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0xa0639d[_0x2ef817(0x146)](_0x1b85b6['sKRSZ']),_0xa0639d['push'](path[_0x2ef817(0x193)](__dirname,_0x1b85b6['iUbKH']));}else this[_0x2ef817(0x96)]['rootHooks']['beforeAll']&&_0x3fcb65[_0x2ef817(0xb1)][_0x2ef817(0x12f)](...this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0xb1)]),this[_0x2ef817(0x96)]['rootHooks'][_0x2ef817(0xba)]&&_0x5f5532[_0x2ef817(0xba)]['unshift'](...this[_0x2ef817(0x96)]['rootHooks'][_0x2ef817(0xba)]),this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0xfe)]&&_0x3c1348['afterAll'][_0x2ef817(0x146)](...this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0xfe)]),this[_0x2ef817(0x96)][_0x2ef817(0x151)]['afterEach']&&_0x51970d[_0x2ef817(0x18a)][_0x2ef817(0x146)](...this[_0x2ef817(0x96)]['rootHooks'][_0x2ef817(0x18a)]);}catch(_0x4f625c){let _0x5ea96d=_0x1b85b6['BqZSG'],_0x2f9237;try{_0x1b85b6[_0x2ef817(0x16b)](_0x1b85b6[_0x2ef817(0x147)],_0x1b85b6[_0x2ef817(0x147)])?(_0x2f9237=_0x1b85b6[_0x2ef817(0x12b)](requireModule,_0x1b85b6[_0x2ef817(0xda)])[_0x2ef817(0x124)],_0xa0639d[_0x2ef817(0x146)](_0x1b85b6[_0x2ef817(0x166)]),_0xa0639d['push'](path[_0x2ef817(0x193)](__dirname,_0x1b85b6['iUbKH']))):(_0x17ab4b=_0x3c60b8[_0x2ef817(0x129)](_0x30618f,_0x3c60b8[_0x2ef817(0x121)])['default'],_0x4e681e[_0x2ef817(0x146)](_0x3c60b8[_0x2ef817(0x16f)]),_0x2487da[_0x2ef817(0x146)](_0x1ae65c['join'](_0x15fb5c,_0x3c60b8['erwxD'])));}catch(_0x18b694){_0x2f9237=_0x1b85b6[_0x2ef817(0x1a2)](requireModule,_0x1b85b6['FNJyk'])[_0x2ef817(0x124)],_0xa0639d[_0x2ef817(0x146)](_0x1b85b6[_0x2ef817(0x166)]),_0xa0639d[_0x2ef817(0x146)](path[_0x2ef817(0x193)](__dirname,_0x1b85b6[_0x2ef817(0x141)])),_0x5ea96d=_0x1b85b6[_0x2ef817(0x11a)];}const _0x31f8fd=_0x2f9237[_0x2ef817(0x13a)][_0x2ef817(0xfd)];_0x2f9237['prototype'][_0x2ef817(0xfd)]=async function(){const _0x423558=_0x2ef817,_0x3d5788=await _0x31f8fd['call'](this);return _0x3d5788['supportCodePaths'][_0x423558(0x12f)](path[_0x423558(0x193)](__dirname,_0x5ea96d)),_0x3d5788[_0x423558(0xf9)][_0x423558(0x146)](path[_0x423558(0x193)](__dirname,_0x377e2f)),_0x3d5788;};}_0xa0639d[_0x2ef817(0x146)](_0x1b85b6[_0x2ef817(0xab)]),_0xa0639d[_0x2ef817(0x146)](''+this['_configuration'][_0x2ef817(0xa1)]);if(this[_0x2ef817(0x137)]&&_0x1b85b6[_0x2ef817(0xc7)](this[_0x2ef817(0x137)][_0x2ef817(0x91)],0x0))for(let _0x7f05ad=0x0;_0x1b85b6[_0x2ef817(0x1a7)](_0x7f05ad,this[_0x2ef817(0x137)][_0x2ef817(0x91)]);_0x7f05ad++){const _0x3ea7fd=_0x1b85b6[_0x2ef817(0x145)](getPlatformName,this['_capability'])[_0x2ef817(0x186)](/ /g,'_');if(_0x1b85b6[_0x2ef817(0xc3)](this[_0x2ef817(0x137)][_0x7f05ad],undefined)&&_0x1b85b6[_0x2ef817(0xc7)](this['_formatter'][_0x7f05ad][_0x2ef817(0x91)],0x0)){const _0x3b7572=this[_0x2ef817(0x137)][_0x7f05ad][0x1],_0x970b9=''+this[_0x2ef817(0x137)][_0x7f05ad][0x0];if(_0x1b85b6[_0x2ef817(0x18c)](_0x3b7572,undefined)){const _0x4a9660=_0x2ef817(0x88)+_0x3ea7fd+path[_0x2ef817(0x17e)](_0x3b7572);_0xa0639d[_0x2ef817(0x146)](_0x1b85b6['sKRSZ']),_0xa0639d[_0x2ef817(0x146)](_0x970b9+':'+_0x4a9660);}else _0xa0639d[_0x2ef817(0x146)](_0x1b85b6['sKRSZ']),_0xa0639d[_0x2ef817(0x146)](_0x970b9+_0x2ef817(0x150)+_0x3ea7fd);}}const _0x2d0578=new _0x5d26cc[(_0x2ef817(0x124))]({'argv':_0xa0639d,'cwd':process[_0x2ef817(0x182)](),'stdout':process[_0x2ef817(0xd5)],'stderr':process['stderr'],'env':process[_0x2ef817(0x1a0)]});process[_0x2ef817(0x1a0)][_0x2ef817(0xf7)]=JSON[_0x2ef817(0x94)](this['_configuration']),_0x2d0578['run']()[_0x2ef817(0x128)](_0x2763b2=>{const _0x2cc48d=_0x2ef817,_0x4929b3={};_0x4929b3[_0x2cc48d(0xb7)]=global[_0x2cc48d(0x15b)],_0x4929b3[_0x2cc48d(0xac)]=global[_0x2cc48d(0x89)],_0x4929b3[_0x2cc48d(0xe0)]=global[_0x2cc48d(0x174)],_0x4929b3[_0x2cc48d(0x9f)]=global[_0x2cc48d(0xea)],_0x4929b3['stepsPassed']=global[_0x2cc48d(0xdd)],_0x4929b3['stepsSkipped']=global[_0x2cc48d(0x181)],_0x4929b3[_0x2cc48d(0x142)]=global[_0x2cc48d(0x18e)],_0x4929b3[_0x2cc48d(0xe8)]=global['testsUndefined'],_0x4929b3['stepsUnknown']=global[_0x2cc48d(0x17d)],_0x4929b3['stepsAmbiguous']=global['testsAmbiguous'],_0x4929b3[_0x2cc48d(0x120)]=_0x2763b2[_0x2cc48d(0x14a)],_0x4929b3[_0x2cc48d(0x157)]=global[_0x2cc48d(0x157)];const _0x25b033=_0x4929b3;_0x1b85b6[_0x2cc48d(0x95)](_0x58e90b,_0x25b033);})[_0x2ef817(0xca)](_0x4909eb=>{const _0x11423a=_0x2ef817;_0x3c60b8[_0x11423a(0xe3)](_0x50a557,_0x4909eb);});}else{if(_0x1b85b6[_0x2ef817(0x16b)](this[_0x2ef817(0xf5)],_0x1b85b6[_0x2ef817(0xd7)])){process[_0x2ef817(0x176)]=this[_0x2ef817(0x15c)][_0x2ef817(0xbb)];try{_0x1b85b6[_0x2ef817(0x148)](modifyCommand),_0x1b85b6['fQSut'](require,_0x1b85b6[_0x2ef817(0xd6)])['browserstackAgent'](this[_0x2ef817(0x15c)]);let _0x4da9ea=0x0;process['on'](_0x1b85b6[_0x2ef817(0xcd)],async()=>{const _0x399830=_0x2ef817;if(_0x3c60b8[_0x399830(0xa0)](_0x4da9ea,0x0))return;_0x4da9ea++,await _0x3c60b8[_0x399830(0x129)](cleanupDrivers,global[_0x399830(0x122)]);}),_0x1b85b6['LCHDO'](require,this[_0x2ef817(0x15c)][_0x2ef817(0x106)]);}catch(_0x57f343){console[_0x2ef817(0x10d)](_0x57f343),process[_0x2ef817(0x8d)]=0x1,_0x1b85b6[_0x2ef817(0xb5)](_0x50a557,_0x57f343);}_0x1b85b6[_0x2ef817(0xcf)](_0x58e90b);}}}});}}module[a19_0x4205f9(0x178)]=Launcher;
@@ -1 +1 @@
1
- const a20_0x2ca67a=a20_0x36ee;(function(_0x30405f,_0x15960d){const _0x39e0f9=a20_0x36ee,_0x27e6c0=_0x30405f();while(!![]){try{const _0x36ab60=-parseInt(_0x39e0f9(0x1ba))/0x1*(-parseInt(_0x39e0f9(0x21d))/0x2)+parseInt(_0x39e0f9(0x1f1))/0x3+parseInt(_0x39e0f9(0x1cf))/0x4+parseInt(_0x39e0f9(0x202))/0x5*(-parseInt(_0x39e0f9(0x1b5))/0x6)+-parseInt(_0x39e0f9(0x206))/0x7*(-parseInt(_0x39e0f9(0x214))/0x8)+-parseInt(_0x39e0f9(0x1d3))/0x9*(-parseInt(_0x39e0f9(0x20a))/0xa)+parseInt(_0x39e0f9(0x227))/0xb*(-parseInt(_0x39e0f9(0x21f))/0xc);if(_0x36ab60===_0x15960d)break;else _0x27e6c0['push'](_0x27e6c0['shift']());}catch(_0x7bf16b){_0x27e6c0['push'](_0x27e6c0['shift']());}}}(a20_0x2876,0x1f839));const path=require(a20_0x2ca67a(0x213)),os=require('os'),request=require('request'),util=require(a20_0x2ca67a(0x1d8)),bsSetupHelper=require(a20_0x2ca67a(0x1b2)),logger=require(a20_0x2ca67a(0x1c2))[a20_0x2ca67a(0x1cd)];function a20_0x36ee(_0x1e2487,_0x5dd980){const _0x28768e=a20_0x2876();return a20_0x36ee=function(_0x36ee53,_0x149e3f){_0x36ee53=_0x36ee53-0x1af;let _0x2aac82=_0x28768e[_0x36ee53];return _0x2aac82;},a20_0x36ee(_0x1e2487,_0x5dd980);}function a20_0x2876(){const _0x114b8a=['VfCZx','6LdgOvD','capability','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','browserstack','pwHEh','58537QeKAVQ','rjobg','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','warn','NsCst','FQNCR','toLowerCase','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','../../../helpers/logger','accessibility','chrome','VMJRW','wCMhs','authToken','selenium-webdriver/chrome.js','browserstack.accessibility','cnnym','PBeGl','dklBQ','winstonLogger','device','803716DVAsek','ZBgde','scannerVersion','DcEan','369XDiTYB','javXP','isUndefined','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','ejYdd','util','EZtaG','qakUg','chromeOptions_','--headless','options_','JCjef','mQcUI','IpsDz','__cloud_provider___','fetchPlatformDetails','iEDqn','sNAZQ','FSutD','sjPbW','mlsgB','BS_A11Y_JWT','zpVra','browserVersion','ngxQP','Exception\x20in\x20setExtension\x20Error:\x20','deviceName','oUokY','wwZSv','setExtension','212571WsDLYq','DDzlp','format','vyyOU','browser_version','ZyPJx','includes','BHeCm','zvFoI','browserName','AbDQc','env','fvNvn','DIaZM','getBrowserVersion','getCapabilities','setAccessibilityCapabilities','193855CqEuHo','getPlatformVersion','BFmRo','MLNDo','14neZXFY','miZMi','HSAkF','vwtDg','61230SdlyXp','parse','pQnIK','nJRQk','hycnm','vSqHm','args','zJast','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','path','615880UYbQWj','taWcX','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','hIaag','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','lAyuP','JkhxU','accessibilityOptions','szhDE','2XeYZEM','getBrowserName','6809808TrSVdM','vAgNS','ykAvc','NzLao','RMCEn','NnFda','browserstack.accessibilityOptions','OzqFZ','11UHxoVn','debug','zDShQ','pGsHv','requireModule','latest','../../../helpers/helper','ldkYn'];a20_0x2876=function(){return _0x114b8a;};return a20_0x2876();}exports[a20_0x2ca67a(0x201)]=_0x113ad1=>{const _0x4e63b7=a20_0x2ca67a,_0x3d1884={};_0x3d1884['javXP']=_0x4e63b7(0x1c8),_0x3d1884[_0x4e63b7(0x1d7)]=_0x4e63b7(0x1d6),_0x3d1884[_0x4e63b7(0x215)]='bstack:options',_0x3d1884[_0x4e63b7(0x1f4)]=_0x4e63b7(0x225),_0x3d1884[_0x4e63b7(0x211)]=_0x4e63b7(0x1b7),_0x3d1884['iEDqn']=_0x4e63b7(0x218),_0x3d1884[_0x4e63b7(0x1af)]=function(_0x260671,_0x2be0b9){return _0x260671!==_0x2be0b9;},_0x3d1884[_0x4e63b7(0x1de)]='reYtW',_0x3d1884[_0x4e63b7(0x1b9)]=_0x4e63b7(0x1c9),_0x3d1884[_0x4e63b7(0x1e5)]=function(_0x2d135f,_0x1ac4df){return _0x2d135f===_0x1ac4df;},_0x3d1884[_0x4e63b7(0x1e9)]=_0x4e63b7(0x220),_0x3d1884[_0x4e63b7(0x1f6)]=_0x4e63b7(0x1fd),_0x3d1884[_0x4e63b7(0x1be)]=function(_0x102d70,_0x198abf){return _0x102d70===_0x198abf;},_0x3d1884[_0x4e63b7(0x1e0)]='vfkhN',_0x3d1884[_0x4e63b7(0x1cc)]=function(_0x504c6a,_0x274985){return _0x504c6a!==_0x274985;},_0x3d1884[_0x4e63b7(0x224)]=_0x4e63b7(0x1d0),_0x3d1884[_0x4e63b7(0x209)]=_0x4e63b7(0x20e),_0x3d1884[_0x4e63b7(0x1cb)]=function(_0x52be57,_0x5a8517){return _0x52be57===_0x5a8517;},_0x3d1884[_0x4e63b7(0x217)]='ytnxA',_0x3d1884[_0x4e63b7(0x1c6)]=_0x4e63b7(0x1f2),_0x3d1884[_0x4e63b7(0x1ee)]=_0x4e63b7(0x204),_0x3d1884[_0x4e63b7(0x1d2)]='bqsgR',_0x3d1884['ckXZU']=function(_0x365855,_0x470cca){return _0x365855===_0x470cca;},_0x3d1884[_0x4e63b7(0x226)]='rEDns';const _0x31721d=_0x3d1884;try{if(_0x31721d['pGsHv'](_0x31721d[_0x4e63b7(0x1de)],_0x31721d[_0x4e63b7(0x1de)]))_0x33ef9b=_0x138f72[_0x4e63b7(0x1b0)](_0x31721d[_0x4e63b7(0x1d4)]);else{const _0x537df4=_0x113ad1[_0x4e63b7(0x1b6)]||{};if(_0x537df4[_0x31721d['taWcX']]&&_0x537df4[_0x31721d['taWcX']][_0x4e63b7(0x1c3)]||_0x113ad1[_0x4e63b7(0x1b6)][_0x31721d['pwHEh']]){if(_0x31721d[_0x4e63b7(0x1e5)](_0x31721d[_0x4e63b7(0x1e9)],_0x31721d[_0x4e63b7(0x1f6)]))return _0x508352[_0x4e63b7(0x1bd)](_0x31721d['ejYdd']),![];else{global['isAccessibilityPlatform']=!![];if(_0x537df4[_0x31721d[_0x4e63b7(0x215)]]){if(_0x31721d['NsCst'](_0x31721d['IpsDz'],_0x31721d[_0x4e63b7(0x1e0)])){if(_0x537df4[_0x31721d[_0x4e63b7(0x215)]][_0x4e63b7(0x21b)]){if(_0x31721d[_0x4e63b7(0x1cc)](_0x31721d['NnFda'],_0x31721d[_0x4e63b7(0x224)])){const _0x4bf434={};_0x4bf434['authToken']=_0x25d67d[_0x4e63b7(0x1fc)]['BS_A11Y_JWT'],_0x412b6c[_0x31721d[_0x4e63b7(0x215)]][_0x4e63b7(0x21b)]=_0x4bf434;}else _0x537df4[_0x31721d['taWcX']][_0x4e63b7(0x21b)][_0x4e63b7(0x1c7)]=process[_0x4e63b7(0x1fc)][_0x4e63b7(0x1e8)];}else{if(_0x31721d[_0x4e63b7(0x1af)](_0x31721d[_0x4e63b7(0x209)],_0x31721d[_0x4e63b7(0x209)])){if(_0x527727[_0x31721d['vyyOU']])_0x55b587[_0x31721d[_0x4e63b7(0x1f4)]][_0x4e63b7(0x1c7)]=_0x1a2219[_0x4e63b7(0x1fc)][_0x4e63b7(0x1e8)];else{const _0x2f8b6e={};_0x2f8b6e[_0x4e63b7(0x1c7)]=_0x3f3164[_0x4e63b7(0x1fc)][_0x4e63b7(0x1e8)],_0x28cdce[_0x31721d[_0x4e63b7(0x1f4)]]=_0x2f8b6e;}_0xec871b[_0x31721d[_0x4e63b7(0x1f4)]]['scannerVersion']=_0x2d4f8a[_0x4e63b7(0x20b)](_0x2dc25b['env'][_0x4e63b7(0x216)])[_0x4e63b7(0x1d1)];}else{const _0x2fa9c2={};_0x2fa9c2[_0x4e63b7(0x1c7)]=process[_0x4e63b7(0x1fc)]['BS_A11Y_JWT'],_0x537df4[_0x31721d[_0x4e63b7(0x215)]]['accessibilityOptions']=_0x2fa9c2;}}_0x537df4[_0x31721d[_0x4e63b7(0x215)]][_0x4e63b7(0x21b)][_0x4e63b7(0x1d1)]=JSON['parse'](process['env'][_0x4e63b7(0x216)])[_0x4e63b7(0x1d1)];}else _0x24f5c2[_0x4e63b7(0x228)](_0x4e63b7(0x1bc)+_0x52e336);}else{if(_0x113ad1['capability'][_0x31721d[_0x4e63b7(0x1b9)]]){if(_0x31721d[_0x4e63b7(0x1cb)](_0x31721d[_0x4e63b7(0x217)],_0x31721d[_0x4e63b7(0x217)])){if(_0x537df4[_0x31721d[_0x4e63b7(0x1f4)]])_0x31721d[_0x4e63b7(0x1af)](_0x31721d[_0x4e63b7(0x1c6)],_0x31721d[_0x4e63b7(0x1ee)])?_0x537df4[_0x31721d[_0x4e63b7(0x1f4)]][_0x4e63b7(0x1c7)]=process['env'][_0x4e63b7(0x1e8)]:_0x2087e7[_0x4e63b7(0x228)](_0x4e63b7(0x1c1)+_0x548185);else{if(_0x31721d[_0x4e63b7(0x1e5)](_0x31721d[_0x4e63b7(0x1d2)],_0x31721d['DcEan'])){const _0x268aba={};_0x268aba[_0x4e63b7(0x1c7)]=process[_0x4e63b7(0x1fc)][_0x4e63b7(0x1e8)],_0x537df4[_0x31721d[_0x4e63b7(0x1f4)]]=_0x268aba;}else{if(_0x124060[_0x31721d[_0x4e63b7(0x215)]][_0x4e63b7(0x21b)])_0x1b8c8e[_0x31721d['taWcX']][_0x4e63b7(0x21b)]['authToken']=_0x513926[_0x4e63b7(0x1fc)][_0x4e63b7(0x1e8)];else{const _0x4dee3f={};_0x4dee3f[_0x4e63b7(0x1c7)]=_0x2363a7[_0x4e63b7(0x1fc)][_0x4e63b7(0x1e8)],_0x2747a9[_0x31721d['taWcX']]['accessibilityOptions']=_0x4dee3f;}_0x4e998c[_0x31721d[_0x4e63b7(0x215)]][_0x4e63b7(0x21b)]['scannerVersion']=_0x241115[_0x4e63b7(0x20b)](_0x593f03['env'][_0x4e63b7(0x216)])[_0x4e63b7(0x1d1)];}}_0x537df4[_0x31721d[_0x4e63b7(0x1f4)]][_0x4e63b7(0x1d1)]=JSON[_0x4e63b7(0x20b)](process[_0x4e63b7(0x1fc)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])['scannerVersion'];}else return _0x19eb43[_0x4e63b7(0x1bd)](_0x31721d[_0x4e63b7(0x211)]),![];}}}}}}catch(_0x898df1){if(_0x31721d['ckXZU'](_0x31721d[_0x4e63b7(0x226)],_0x31721d[_0x4e63b7(0x226)]))logger[_0x4e63b7(0x228)](_0x4e63b7(0x1bc)+_0x898df1);else return _0x3bbc8e[_0x4e63b7(0x1bd)](_0x31721d[_0x4e63b7(0x1e3)]),![];}},exports[a20_0x2ca67a(0x1f0)]=(_0x57099a,_0x1d29ce)=>{const _0x5a5d3=a20_0x2ca67a,_0x41eb52={};_0x41eb52[_0x5a5d3(0x1e4)]=_0x5a5d3(0x225),_0x41eb52[_0x5a5d3(0x229)]='bstack:options',_0x41eb52[_0x5a5d3(0x1b4)]=_0x5a5d3(0x212),_0x41eb52[_0x5a5d3(0x219)]=function(_0x43d89d,_0x291ec8){return _0x43d89d!==_0x291ec8;},_0x41eb52[_0x5a5d3(0x20c)]=function(_0xc87d53,_0x553f60){return _0xc87d53!==_0x553f60;},_0x41eb52[_0x5a5d3(0x1da)]='zJAJH',_0x41eb52[_0x5a5d3(0x1df)]=_0x5a5d3(0x218),_0x41eb52['HqWjC']=_0x5a5d3(0x1c4),_0x41eb52[_0x5a5d3(0x223)]=function(_0x302c18,_0x53fa73){return _0x302c18!==_0x53fa73;},_0x41eb52[_0x5a5d3(0x1fb)]=_0x5a5d3(0x21c),_0x41eb52[_0x5a5d3(0x1bb)]=_0x5a5d3(0x207),_0x41eb52[_0x5a5d3(0x208)]=_0x5a5d3(0x1b7),_0x41eb52[_0x5a5d3(0x1fe)]=function(_0x34f8e7,_0xf338e8){return _0x34f8e7===_0xf338e8;},_0x41eb52['cnnym']=_0x5a5d3(0x1b1),_0x41eb52[_0x5a5d3(0x221)]=function(_0x31d85e,_0x5d9054){return _0x31d85e>_0x5d9054;},_0x41eb52[_0x5a5d3(0x1f9)]=function(_0x2bce26,_0x455ed2){return _0x2bce26===_0x455ed2;},_0x41eb52[_0x5a5d3(0x21a)]=_0x5a5d3(0x20d),_0x41eb52[_0x5a5d3(0x1e6)]='uSaGJ',_0x41eb52[_0x5a5d3(0x205)]=_0x5a5d3(0x1e7),_0x41eb52['zqAkS']=_0x5a5d3(0x1c8),_0x41eb52[_0x5a5d3(0x1bf)]=function(_0x30c851,_0x332c0b){return _0x30c851!==_0x332c0b;},_0x41eb52[_0x5a5d3(0x1eb)]=_0x5a5d3(0x1c5),_0x41eb52[_0x5a5d3(0x222)]=_0x5a5d3(0x1f8),_0x41eb52[_0x5a5d3(0x1d9)]=_0x5a5d3(0x1dc),_0x41eb52[_0x5a5d3(0x1b3)]='lDrhT',_0x41eb52['vSqHm']=_0x5a5d3(0x1d6);const _0xf2c573=_0x41eb52;try{const _0xe0d976=_0x1d29ce['capability']||{},_0xb7f459=(_0xe0d976[_0xf2c573['zDShQ']]?_0xe0d976[_0xf2c573[_0x5a5d3(0x229)]][_0x5a5d3(0x1ed)]:_0xe0d976[_0x5a5d3(0x1ce)])||'';if(_0xf2c573[_0x5a5d3(0x219)](_0xb7f459,'')){if(_0xf2c573[_0x5a5d3(0x20c)](_0xf2c573[_0x5a5d3(0x1da)],_0xf2c573['qakUg']))_0x418373[_0xf2c573[_0x5a5d3(0x1e4)]][_0x5a5d3(0x1c7)]=_0x32aad1['env'][_0x5a5d3(0x1e8)];else return logger[_0x5a5d3(0x1bd)](_0xf2c573['mQcUI']),![];}const _0x3fb1b0=_0xe0d976[_0x5a5d3(0x1fa)];if(_0xf2c573[_0x5a5d3(0x20c)](_0x3fb1b0[_0x5a5d3(0x1c0)](),_0xf2c573['HqWjC'])){if(_0xf2c573[_0x5a5d3(0x223)](_0xf2c573[_0x5a5d3(0x1fb)],_0xf2c573[_0x5a5d3(0x1bb)]))return logger[_0x5a5d3(0x1bd)](_0xf2c573[_0x5a5d3(0x208)]),![];else{const _0x3f82cf={};_0x3f82cf[_0x5a5d3(0x1c7)]=_0x412ee9['env'][_0x5a5d3(0x1e8)],_0x504e3e[_0xf2c573['sNAZQ']]=_0x3f82cf;}}const _0x2708de=_0xe0d976[_0x5a5d3(0x1ea)]||_0xe0d976[_0x5a5d3(0x1f5)];if(!bsSetupHelper[_0x5a5d3(0x1d5)](_0x2708de)&&!(_0xf2c573[_0x5a5d3(0x1fe)](_0x2708de,_0xf2c573[_0x5a5d3(0x1ca)])||_0xf2c573[_0x5a5d3(0x221)](_0x2708de,0x5e)))return _0xf2c573[_0x5a5d3(0x1f9)](_0xf2c573[_0x5a5d3(0x21a)],_0xf2c573[_0x5a5d3(0x21a)])?(logger[_0x5a5d3(0x1bd)](_0xf2c573[_0x5a5d3(0x1b4)]),![]):![];let _0x3cd7a5;try{_0xf2c573[_0x5a5d3(0x20c)](_0xf2c573[_0x5a5d3(0x1e6)],_0xf2c573['MLNDo'])?_0x3cd7a5=bsSetupHelper[_0x5a5d3(0x1b0)](_0xf2c573['zqAkS']):_0x5103bb[_0xf2c573[_0x5a5d3(0x229)]][_0x5a5d3(0x21b)][_0x5a5d3(0x1c7)]=_0x26d4e7[_0x5a5d3(0x1fc)][_0x5a5d3(0x1e8)];}catch(_0x3a6a1c){if(_0xf2c573[_0x5a5d3(0x1bf)](_0xf2c573['ngxQP'],_0xf2c573[_0x5a5d3(0x222)]))return![];else _0x98c138[_0x5a5d3(0x228)](_0x5a5d3(0x1ec)+_0x1dc5ed['format'](_0x38f135));}const _0x2332ed=new _0x3cd7a5['Options'](_0x57099a[_0x5a5d3(0x1db)]);if(_0x2332ed[_0x5a5d3(0x1dd)]?.[_0x5a5d3(0x210)]?.[_0x5a5d3(0x1f7)](_0xf2c573[_0x5a5d3(0x1d9)]))return _0xf2c573[_0x5a5d3(0x223)](_0xf2c573[_0x5a5d3(0x1b3)],_0xf2c573[_0x5a5d3(0x1b3)])?(_0x570478[_0x5a5d3(0x1bd)](_0xf2c573[_0x5a5d3(0x1b4)]),![]):(logger[_0x5a5d3(0x1bd)](_0xf2c573[_0x5a5d3(0x20f)]),![]);return!![];}catch(_0x1f5538){logger[_0x5a5d3(0x228)](_0x5a5d3(0x1ec)+util[_0x5a5d3(0x1f3)](_0x1f5538));}return![];},exports[a20_0x2ca67a(0x1e2)]=async _0x2a259c=>{const _0x94d8f3=a20_0x2ca67a,_0x44afcc={};_0x44afcc[_0x94d8f3(0x1ef)]=function(_0x2581dc,_0x2a0789){return _0x2581dc===_0x2a0789;},_0x44afcc['dCYHt']=_0x94d8f3(0x1b8);const _0x47ff58=_0x44afcc;let _0x183077={};try{const _0x166060=await _0x2a259c[_0x94d8f3(0x200)]();_0x183077={'os_name':_0x166060['getPlatform'](),'os_version':bsSetupHelper[_0x94d8f3(0x203)](_0x47ff58[_0x94d8f3(0x1ef)](global[_0x94d8f3(0x1e1)],_0x47ff58['dCYHt'])),'browser_name':_0x166060[_0x94d8f3(0x21e)](),'browser_version':_0x166060[_0x94d8f3(0x1ff)]()};}catch(_0x383360){logger[_0x94d8f3(0x228)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x383360);}return _0x183077;};
1
+ const a20_0x527cc2=a20_0x82ac;function a20_0x82ac(_0x5e6d35,_0x3ed573){const _0x1e607e=a20_0x1e60();return a20_0x82ac=function(_0x82ac0,_0x45e7d5){_0x82ac0=_0x82ac0-0x13b;let _0x5319e3=_0x1e607e[_0x82ac0];return _0x5319e3;},a20_0x82ac(_0x5e6d35,_0x3ed573);}function a20_0x1e60(){const _0x2dd376=['nQUOh','rVika','ADQDO','deviceName','browserstack.accessibility','getPlatformVersion','TQFOD','CscNl','JwbVX','accessibilityOptions','pkQte','debug','EcauK','HgGnH','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','selenium-webdriver/chrome.js','CRGen','PSQBW','browserVersion','tneEd','WExhK','tQcKs','toLowerCase','lQQjI','yzIGv','requireModule','loVgI','FCwge','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','sAyMN','browserstack.accessibilityOptions','8021511vljHeJ','qhhdt','isAccessibilityPlatform','BS_A11Y_JWT','JILLg','mpWjG','SZfoO','EGIvz','UceJq','getCapabilities','fetchPlatformDetails','../../../helpers/helper','ZkWma','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','RxMRx','zwsiR','huRVF','1025070rDgrBy','nRswg','bstack:options','uRJRd','chrome','fKssX','latest','parse','accessibility','3215655dMbryA','includes','oDuEE','odMRz','1859988aVsZoL','133KHETwr','LLpSH','FPtDf','dKsfS','ozWGN','options_','scannerVersion','AoqJf','oaSEp','device','OXtHW','XARFD','--headless','format','getBrowserVersion','nzBUM','332580qOUTAK','ZcQYm','ThpRe','bqeFD','CBbyc','itXhh','bBMWY','WIDbe','swwam','itmzP','FuEhe','214vCZrum','sSZYS','oPRIl','gULet','QEYNt','authToken','TcQeh','Exception\x20in\x20setExtension\x20Error:\x20','jESmW','path','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','5471MhtAja','warn','jQMsV','WaAKK','zmfjj','rUtNH','SSaAt','capability','7412056RpVabg','setAccessibilityCapabilities','getBrowserName','getPlatform','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','oPCTH','LNLqI','env','mRujl','MRYON','winstonLogger','dlgaM','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','isUndefined','Xkbgo','../../../helpers/logger'];a20_0x1e60=function(){return _0x2dd376;};return a20_0x1e60();}(function(_0x412b09,_0x57382d){const _0x5086c8=a20_0x82ac,_0x4c0f4e=_0x412b09();while(!![]){try{const _0x325159=parseInt(_0x5086c8(0x17e))/0x1*(-parseInt(_0x5086c8(0x173))/0x2)+-parseInt(_0x5086c8(0x153))/0x3+-parseInt(_0x5086c8(0x157))/0x4+-parseInt(_0x5086c8(0x14a))/0x5+-parseInt(_0x5086c8(0x168))/0x6*(-parseInt(_0x5086c8(0x158))/0x7)+parseInt(_0x5086c8(0x186))/0x8+parseInt(_0x5086c8(0x1b5))/0x9;if(_0x325159===_0x57382d)break;else _0x4c0f4e['push'](_0x4c0f4e['shift']());}catch(_0x1c8d2f){_0x4c0f4e['push'](_0x4c0f4e['shift']());}}}(a20_0x1e60,0x84baf));const path=require(a20_0x527cc2(0x17c)),os=require('os'),request=require('request'),util=require('util'),bsSetupHelper=require(a20_0x527cc2(0x144)),logger=require(a20_0x527cc2(0x195))[a20_0x527cc2(0x190)];exports[a20_0x527cc2(0x187)]=_0x1df70f=>{const _0x2905b0=a20_0x527cc2,_0x6c35ce={};_0x6c35ce[_0x2905b0(0x141)]=_0x2905b0(0x1b4),_0x6c35ce[_0x2905b0(0x156)]='bstack:options',_0x6c35ce[_0x2905b0(0x1a6)]=_0x2905b0(0x18a),_0x6c35ce[_0x2905b0(0x1b6)]=_0x2905b0(0x146),_0x6c35ce[_0x2905b0(0x183)]=_0x2905b0(0x1a5),_0x6c35ce[_0x2905b0(0x149)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.',_0x6c35ce[_0x2905b0(0x194)]=function(_0xc1b207,_0x349ab4){return _0xc1b207!==_0x349ab4;},_0x6c35ce[_0x2905b0(0x14d)]=_0x2905b0(0x1a3),_0x6c35ce[_0x2905b0(0x198)]='SpfQt',_0x6c35ce[_0x2905b0(0x15b)]=_0x2905b0(0x19a),_0x6c35ce['lQQjI']=function(_0x5ede55,_0x162f3c){return _0x5ede55!==_0x162f3c;},_0x6c35ce[_0x2905b0(0x1ab)]='dRKCA',_0x6c35ce[_0x2905b0(0x1ae)]=function(_0x5b0374,_0x1f742b){return _0x5b0374===_0x1f742b;},_0x6c35ce[_0x2905b0(0x162)]=_0x2905b0(0x191),_0x6c35ce[_0x2905b0(0x177)]=function(_0x2d6f0c,_0x275113){return _0x2d6f0c===_0x275113;},_0x6c35ce[_0x2905b0(0x14b)]=_0x2905b0(0x1a9),_0x6c35ce[_0x2905b0(0x13f)]=function(_0x9ad17c,_0x2ce44c){return _0x9ad17c===_0x2ce44c;},_0x6c35ce['nzBUM']=_0x2905b0(0x171),_0x6c35ce[_0x2905b0(0x1b1)]=function(_0x550755,_0x2e1b69){return _0x550755===_0x2e1b69;},_0x6c35ce['mpWjG']=_0x2905b0(0x16c),_0x6c35ce[_0x2905b0(0x148)]=function(_0xe9f1a,_0x4bd487){return _0xe9f1a===_0x4bd487;},_0x6c35ce[_0x2905b0(0x1a2)]='NhGUN',_0x6c35ce[_0x2905b0(0x184)]='gzepY',_0x6c35ce[_0x2905b0(0x175)]=function(_0xa4e075,_0x17421a){return _0xa4e075===_0x17421a;},_0x6c35ce[_0x2905b0(0x18e)]=_0x2905b0(0x140),_0x6c35ce[_0x2905b0(0x1b3)]='jcrRP',_0x6c35ce[_0x2905b0(0x18f)]=_0x2905b0(0x170);const _0x41e7cc=_0x6c35ce;try{if(_0x41e7cc['Xkbgo'](_0x41e7cc[_0x2905b0(0x14d)],_0x41e7cc['ADQDO'])){const _0xa6cb7a=_0x1df70f[_0x2905b0(0x185)]||{};if(_0xa6cb7a[_0x41e7cc[_0x2905b0(0x156)]]&&_0xa6cb7a[_0x41e7cc['odMRz']][_0x2905b0(0x152)]||_0x1df70f[_0x2905b0(0x185)][_0x41e7cc[_0x2905b0(0x15b)]]){if(_0x41e7cc[_0x2905b0(0x1ad)](_0x41e7cc['tQcKs'],_0x41e7cc[_0x2905b0(0x1ab)]))_0x2ae62e[_0x41e7cc[_0x2905b0(0x141)]]['authToken']=_0x4f3ee9[_0x2905b0(0x18d)]['BS_A11Y_JWT'];else{global[_0x2905b0(0x13b)]=!![];if(_0xa6cb7a[_0x41e7cc[_0x2905b0(0x156)]]){if(_0x41e7cc[_0x2905b0(0x1ae)](_0x41e7cc[_0x2905b0(0x162)],_0x41e7cc['OXtHW'])){if(_0xa6cb7a[_0x41e7cc['odMRz']]['accessibilityOptions']){if(_0x41e7cc['QEYNt'](_0x41e7cc[_0x2905b0(0x14b)],_0x41e7cc[_0x2905b0(0x14b)]))_0xa6cb7a[_0x41e7cc['odMRz']][_0x2905b0(0x19f)][_0x2905b0(0x178)]=process[_0x2905b0(0x18d)]['BS_A11Y_JWT'];else{if(_0x34480f[_0x41e7cc['odMRz']][_0x2905b0(0x19f)])_0x5dc244[_0x41e7cc['odMRz']]['accessibilityOptions'][_0x2905b0(0x178)]=_0x38039f['env']['BS_A11Y_JWT'];else{const _0x45d438={};_0x45d438[_0x2905b0(0x178)]=_0x207bb3['env'][_0x2905b0(0x13c)],_0x5e699d[_0x41e7cc[_0x2905b0(0x156)]][_0x2905b0(0x19f)]=_0x45d438;}_0x2022c6[_0x41e7cc['odMRz']][_0x2905b0(0x19f)][_0x2905b0(0x15e)]=_0x1fbdce['parse'](_0x41453b[_0x2905b0(0x18d)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x2905b0(0x15e)];}}else{if(_0x41e7cc['SZfoO'](_0x41e7cc[_0x2905b0(0x167)],_0x41e7cc['nzBUM'])){const _0x426af9={};_0x426af9[_0x2905b0(0x178)]=process[_0x2905b0(0x18d)][_0x2905b0(0x13c)],_0xa6cb7a[_0x41e7cc[_0x2905b0(0x156)]][_0x2905b0(0x19f)]=_0x426af9;}else return _0x4320c7[_0x2905b0(0x17f)](_0x41e7cc[_0x2905b0(0x1a6)]),![];}_0xa6cb7a[_0x41e7cc[_0x2905b0(0x156)]][_0x2905b0(0x19f)][_0x2905b0(0x15e)]=JSON['parse'](process[_0x2905b0(0x18d)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x2905b0(0x15e)];}else return _0x1e3aee[_0x2905b0(0x17f)](_0x41e7cc['qhhdt']),![];}else{if(_0x1df70f['capability'][_0x41e7cc[_0x2905b0(0x15b)]]){if(_0x41e7cc[_0x2905b0(0x1b1)](_0x41e7cc[_0x2905b0(0x13e)],_0x41e7cc[_0x2905b0(0x13e)])){if(_0xa6cb7a[_0x41e7cc['UceJq']]){if(_0x41e7cc[_0x2905b0(0x148)](_0x41e7cc[_0x2905b0(0x1a2)],_0x41e7cc['SSaAt'])){const _0x17910f={};_0x17910f['authToken']=_0xab2bb6['env'][_0x2905b0(0x13c)],_0x2c36f0[_0x41e7cc['odMRz']][_0x2905b0(0x19f)]=_0x17910f;}else _0xa6cb7a[_0x41e7cc['UceJq']][_0x2905b0(0x178)]=process[_0x2905b0(0x18d)][_0x2905b0(0x13c)];}else{if(_0x41e7cc[_0x2905b0(0x175)](_0x41e7cc[_0x2905b0(0x18e)],_0x41e7cc['sAyMN'])){if(_0x3db8cc[_0x41e7cc[_0x2905b0(0x141)]])_0x4a34f5[_0x41e7cc['UceJq']]['authToken']=_0x3315a1[_0x2905b0(0x18d)]['BS_A11Y_JWT'];else{const _0x6ba240={};_0x6ba240[_0x2905b0(0x178)]=_0x24d337['env'][_0x2905b0(0x13c)],_0x1ab95d[_0x41e7cc[_0x2905b0(0x141)]]=_0x6ba240;}_0x711c51[_0x41e7cc['UceJq']][_0x2905b0(0x15e)]=_0x1c3a9a[_0x2905b0(0x151)](_0x119da9[_0x2905b0(0x18d)][_0x2905b0(0x17d)])[_0x2905b0(0x15e)];}else{const _0x507f3d={};_0x507f3d[_0x2905b0(0x178)]=process['env'][_0x2905b0(0x13c)],_0xa6cb7a[_0x41e7cc[_0x2905b0(0x141)]]=_0x507f3d;}}_0xa6cb7a[_0x41e7cc[_0x2905b0(0x141)]]['scannerVersion']=JSON[_0x2905b0(0x151)](process[_0x2905b0(0x18d)][_0x2905b0(0x17d)])['scannerVersion'];}else _0x2c59b9=_0x1b98d7[_0x2905b0(0x1af)](_0x41e7cc['rUtNH']);}}}}}else _0x1106fc[_0x2905b0(0x1a1)](_0x2905b0(0x17a)+_0x46abcc[_0x2905b0(0x165)](_0xee9ed3));}catch(_0x21c228){if(_0x41e7cc[_0x2905b0(0x1ad)](_0x41e7cc[_0x2905b0(0x18f)],_0x41e7cc[_0x2905b0(0x18f)]))return _0x251a59[_0x2905b0(0x17f)](_0x41e7cc[_0x2905b0(0x149)]),![];else logger['debug'](_0x2905b0(0x1a4)+_0x21c228);}},exports['setExtension']=(_0x3f24ed,_0x5da61c)=>{const _0x1e6091=a20_0x527cc2,_0x445c45={};_0x445c45[_0x1e6091(0x14f)]='browserstack.accessibilityOptions',_0x445c45['TcQeh']=_0x1e6091(0x192),_0x445c45[_0x1e6091(0x16d)]=_0x1e6091(0x14c),_0x445c45[_0x1e6091(0x182)]=function(_0x1c2e65,_0x95f06c){return _0x1c2e65!==_0x95f06c;},_0x445c45[_0x1e6091(0x196)]=function(_0x2f4660,_0x355ab8){return _0x2f4660===_0x355ab8;},_0x445c45[_0x1e6091(0x19c)]='uzOuu',_0x445c45[_0x1e6091(0x16a)]=_0x1e6091(0x147),_0x445c45[_0x1e6091(0x15c)]=_0x1e6091(0x1b2),_0x445c45['AoqJf']=_0x1e6091(0x14e),_0x445c45[_0x1e6091(0x19d)]=function(_0x47a8ae,_0x515f52){return _0x47a8ae!==_0x515f52;},_0x445c45[_0x1e6091(0x16f)]='SxkoM',_0x445c45[_0x1e6091(0x1a7)]=_0x1e6091(0x145),_0x445c45[_0x1e6091(0x180)]=_0x1e6091(0x150),_0x445c45[_0x1e6091(0x176)]=function(_0x11011c,_0x6aa351){return _0x11011c>_0x6aa351;},_0x445c45['pkQte']=function(_0x3763a4,_0x49bb99){return _0x3763a4===_0x49bb99;},_0x445c45['loVgI']=_0x1e6091(0x17b),_0x445c45[_0x1e6091(0x18b)]='fGXHa',_0x445c45[_0x1e6091(0x181)]=_0x1e6091(0x146),_0x445c45[_0x1e6091(0x174)]=_0x1e6091(0x172),_0x445c45['LNLqI']=_0x1e6091(0x16b),_0x445c45['JILLg']=_0x1e6091(0x1a5),_0x445c45[_0x1e6091(0x155)]=function(_0x266e32,_0x528b9f){return _0x266e32!==_0x528b9f;},_0x445c45[_0x1e6091(0x197)]=_0x1e6091(0x160),_0x445c45[_0x1e6091(0x19e)]=_0x1e6091(0x164),_0x445c45[_0x1e6091(0x163)]=_0x1e6091(0x16e),_0x445c45[_0x1e6091(0x159)]='luOxS',_0x445c45[_0x1e6091(0x15a)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.';const _0xdda06d=_0x445c45;try{const _0x4a9410=_0x5da61c[_0x1e6091(0x185)]||{},_0x155214=(_0x4a9410[_0xdda06d['itXhh']]?_0x4a9410[_0xdda06d['itXhh']][_0x1e6091(0x199)]:_0x4a9410[_0x1e6091(0x161)])||'';if(_0xdda06d[_0x1e6091(0x182)](_0x155214,'')){if(_0xdda06d['nQUOh'](_0xdda06d['TQFOD'],_0xdda06d['ThpRe'])){const _0xd33d8d={};_0xd33d8d[_0x1e6091(0x178)]=_0x798d32[_0x1e6091(0x18d)]['BS_A11Y_JWT'],_0x418750[_0xdda06d['fKssX']]=_0xd33d8d;}else return logger[_0x1e6091(0x17f)](_0xdda06d[_0x1e6091(0x15c)]),![];}const _0x18f924=_0x4a9410['browserName'];if(_0xdda06d[_0x1e6091(0x182)](_0x18f924[_0x1e6091(0x1ac)](),_0xdda06d[_0x1e6091(0x15f)])){if(_0xdda06d[_0x1e6091(0x19d)](_0xdda06d[_0x1e6091(0x16f)],_0xdda06d[_0x1e6091(0x1a7)]))return logger[_0x1e6091(0x17f)](_0xdda06d[_0x1e6091(0x179)]),![];else _0x55f2cf[_0x1e6091(0x1a1)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x13946c);}const _0x714e1f=_0x4a9410[_0x1e6091(0x1a8)]||_0x4a9410['browser_version'];if(!bsSetupHelper[_0x1e6091(0x193)](_0x714e1f)&&!(_0xdda06d[_0x1e6091(0x196)](_0x714e1f,_0xdda06d['jQMsV'])||_0xdda06d['gULet'](_0x714e1f,0x5e)))return _0xdda06d[_0x1e6091(0x1a0)](_0xdda06d[_0x1e6091(0x1b0)],_0xdda06d[_0x1e6091(0x18b)])?![]:(logger[_0x1e6091(0x17f)](_0xdda06d[_0x1e6091(0x181)]),![]);let _0x39d014;try{_0xdda06d[_0x1e6091(0x196)](_0xdda06d[_0x1e6091(0x174)],_0xdda06d[_0x1e6091(0x18c)])?_0x10fb8f['debug']('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x3c9025):_0x39d014=bsSetupHelper[_0x1e6091(0x1af)](_0xdda06d[_0x1e6091(0x13d)]);}catch(_0x1faa6a){return _0xdda06d['oDuEE'](_0xdda06d[_0x1e6091(0x197)],_0xdda06d[_0x1e6091(0x197)])?(_0x29a27c[_0x1e6091(0x17f)](_0xdda06d[_0x1e6091(0x179)]),![]):![];}const _0x1e8871=new _0x39d014['Options'](_0x3f24ed['chromeOptions_']);if(_0x1e8871[_0x1e6091(0x15d)]?.['args']?.[_0x1e6091(0x154)](_0xdda06d['JwbVX'])){if(_0xdda06d[_0x1e6091(0x19d)](_0xdda06d[_0x1e6091(0x163)],_0xdda06d[_0x1e6091(0x159)]))return logger['warn'](_0xdda06d[_0x1e6091(0x15a)]),![];else _0x38eb72[_0xdda06d['itXhh']][_0x1e6091(0x19f)][_0x1e6091(0x178)]=_0x3bff8e['env'][_0x1e6091(0x13c)];}return!![];}catch(_0x4d55f0){logger[_0x1e6091(0x1a1)]('Exception\x20in\x20setExtension\x20Error:\x20'+util[_0x1e6091(0x165)](_0x4d55f0));}return![];},exports[a20_0x527cc2(0x143)]=async _0xa7331e=>{const _0x731607=a20_0x527cc2,_0x3ed135={};_0x3ed135['ZcQYm']=function(_0x31643e,_0x859c93){return _0x31643e===_0x859c93;},_0x3ed135['WExhK']='browserstack';const _0x1af9e4=_0x3ed135;let _0xcfcb2a={};try{const _0x3c3b0c=await _0xa7331e[_0x731607(0x142)]();_0xcfcb2a={'os_name':_0x3c3b0c[_0x731607(0x189)](),'os_version':bsSetupHelper[_0x731607(0x19b)](_0x1af9e4[_0x731607(0x169)](global['__cloud_provider___'],_0x1af9e4[_0x731607(0x1aa)])),'browser_name':_0x3c3b0c[_0x731607(0x188)](),'browser_version':_0x3c3b0c[_0x731607(0x166)]()};}catch(_0x26b73d){logger[_0x731607(0x1a1)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x26b73d);}return _0xcfcb2a;};