browserstack-node-sdk 1.31.14 → 1.31.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/ats/src/CFTemplates/aws-eks-cluster-dep.yaml +5 -0
  2. package/ats/src/cloudproviders/AWS.js +1 -1
  3. package/ats/src/cloudproviders/Azure.js +1 -1
  4. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  6. package/ats/src/cloudproviders/utils.js +1 -1
  7. package/ats/src/commands/configure.js +1 -1
  8. package/ats/src/commands/connect.js +1 -1
  9. package/ats/src/commands/connect_commands/grid.js +1 -1
  10. package/ats/src/commands/create.js +1 -1
  11. package/ats/src/commands/create_commands/grid.js +1 -1
  12. package/ats/src/commands/delete.js +1 -1
  13. package/ats/src/commands/delete_commands/grid.js +1 -1
  14. package/ats/src/commands/init.js +1 -1
  15. package/ats/src/commands/list.js +1 -1
  16. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  17. package/ats/src/commands/list_commands/grids.js +1 -1
  18. package/ats/src/commands/start.js +1 -0
  19. package/ats/src/commands/start_commands/grid.js +1 -0
  20. package/ats/src/commands/stop.js +1 -0
  21. package/ats/src/commands/stop_commands/grid.js +1 -0
  22. package/ats/src/config/constants.js +1 -1
  23. package/ats/src/config/logger.js +1 -1
  24. package/ats/src/index.js +1 -1
  25. package/ats/src/templates/gcpresources/gkecluster.json +37 -0
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createk8sClient.js +1 -1
  30. package/ats/src/utils/deleteStack.js +1 -1
  31. package/ats/src/utils/gridComponents.js +1 -1
  32. package/ats/src/utils/hstUtils.js +1 -1
  33. package/ats/src/utils/instrumentationUtils.js +1 -1
  34. package/ats/src/utils/userInput.js +1 -1
  35. package/ats/src/utils/utilityMethods.js +1 -1
  36. package/ats/src/utils/webSocketUtils.js +1 -1
  37. package/package.json +1 -1
  38. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  39. package/src/bin/codeceptjs/command.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/jest/command.js +1 -1
  47. package/src/bin/jest/customImplements/customCircus.js +1 -1
  48. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  49. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  50. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  51. package/src/bin/jest/jest.setup.js +1 -1
  52. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  53. package/src/bin/jest/test-observability/helper.js +1 -1
  54. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  55. package/src/bin/jest/test-observability/test-details.js +1 -1
  56. package/src/bin/jest/test_before.setup.js +1 -1
  57. package/src/bin/launcher/launcher.js +1 -1
  58. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  59. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  60. package/src/bin/mocha/command.js +1 -1
  61. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  62. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  63. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  64. package/src/bin/mocha/test.setup.js +1 -1
  65. package/src/bin/nightwatch/command.js +1 -1
  66. package/src/bin/playwright/accessibility-helper.js +1 -1
  67. package/src/bin/playwright/command.js +1 -1
  68. package/src/bin/playwright/globalSetup.js +1 -1
  69. package/src/bin/playwright/mock-process.js +1 -1
  70. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  71. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  72. package/src/bin/playwright/reporter/reporter.js +1 -1
  73. package/src/bin/playwright/reporter/test-details.js +1 -1
  74. package/src/bin/runner.js +1 -1
  75. package/src/bin/setup.js +1 -1
  76. package/src/bin/test-runner/index.js +1 -1
  77. package/src/bin/test-runner/runTest.js +1 -1
  78. package/src/bin/test-runner/testWorker.js +1 -1
  79. package/src/bin/utils/constants.js +1 -1
  80. package/src/bin/utils/log4jsAppender.js +1 -1
  81. package/src/bin/utils/logPatcher.js +1 -1
  82. package/src/bin/utils/logReportingAPI.js +1 -1
  83. package/src/bin/vanilla-js/command.js +1 -1
  84. package/src/browserStackSdk.js +1 -1
  85. package/src/helpers/BrowserStackSetup.js +1 -1
  86. package/src/helpers/accessibility-automation/constants.js +1 -1
  87. package/src/helpers/accessibility-automation/helper.js +1 -1
  88. package/src/helpers/ats/constants.js +1 -1
  89. package/src/helpers/ats/helper.js +1 -1
  90. package/src/helpers/capsMapping.js +1 -1
  91. package/src/helpers/helper.js +1 -1
  92. package/src/helpers/logger.js +1 -1
  93. package/src/helpers/patchHelpers.js +1 -1
  94. package/src/helpers/percy/Percy.js +1 -1
  95. package/src/helpers/percy/PercyBinary.js +1 -1
  96. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  97. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  98. package/src/helpers/percy/PercySDK.js +1 -1
  99. package/src/helpers/percy/index.js +1 -1
  100. package/src/helpers/percy/utils.js +1 -1
  101. package/src/helpers/performance-tester.js +1 -1
  102. package/src/helpers/request-spy.js +1 -1
  103. package/src/helpers/setKeepAlive.js +1 -1
  104. package/src/helpers/test-observability/constants.js +1 -1
  105. package/src/helpers/test-observability/error-handler.js +1 -1
  106. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  107. package/src/helpers/test-observability/sessionHandler.js +1 -1
  108. package/src/helpers/test-observability/utils.js +1 -1
  109. package/src/helpers/w3cMapping.js +1 -1
  110. package/src/hubAllocationMethods.js +1 -1
  111. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a19_0x47152e=a19_0xffae;function a19_0x55b1(){const _0x55aa90=['build','JLzoc','TdAZc','auqub','QTsmn','../cucumber-js/formatter/custom_formatter_old_versions.js','uKRkz','indexOf','file','join','CONFIG','assign','cucumber-js','ssBQO','cfRcl','FQLpe','101754XVIahV','timeout','error','exports','rghZn','cucumber/lib/cli/configuration_builder.js','beforeAll','vFGgO','SekjY','skipSessionName','stdout','awUkN','OAwkO','VsCzw','huAQY','LQCFY','_bsConfig','percyCaptureMode','1091163XbXZoE','scenarios','testsPending','stepsAmbiguous','wOleb','HMCJL','OArIo','success','_mochaOpts','EmhBj','mochaHooks','hastO','stepsPending','require','gcJXO','../mocha/bstack-reporter/customReporter.js','keWpz','fbboe','DxzjY','FMsoP','ytlfq','QqbCj','HOzCW','steps','JeNgU','FxREg','testContextOptions','IYlKd','RjaHq','VzyOg','--parallel','runMocha','mocha','GNgvu','ORbze','PdUvk','jwBIG','__skipSessionStatus','push','argv','rjpHv','beforeEach','call','handleRequires','stepsSkipped','capability','xTrku','path','_capability','zFfqG','HjiMm','IbsnI','Tzqny','HjeZe','nestedKeyValue','../../helpers/setKeepAlive','stderr','@cucumber/cucumber/lib/cli/index.js','VehJa','bDrWm','processSuccess','nUAmp','dNehE','Miegy','2026668UCDBTZ','splice','vFRYP','bhuVc','sXoja','_formatter','scenariosFailed','HsCaC','tNUNx','__driversArray','EXRuN','FzFSC','@cucumber/cucumber/lib/cli/configuration_builder.js','percy','pendingUploads','NpJSm','_framework','nTOPz','YCAqA','../utils/constants','_argv','DqdzK','maxWorkers','UHLvh','LhgLV','LBOFj','_configuration','IIUuC','exitCode','LtOYR','NHwtO','FXDsP','stepsFailed','turboScaleUrl','XoMYF','hdbkP','cwd','uXwal','resolvePaths','pcxoD','Ubudo','../mocha/test.setup','afterAll','lJnqC','length','reporter','testsFailed','BEeHM','Swspj','uXmmK','replace','LhuCj','svwZT','_accessibilityAutomation','../../helpers/accessibility-automation/helper','default','Szvov','../cucumber-js/timeout.setup.js','swhjN','lCnTr','YsOzU','lyDub','eVKpb','testsSkipped','run','ixyll','zMDDl','jCjLk','syRZh','aGarc','LIItG','totalTests','__skipSessionName','KbehA','wbJKJ','CRgNc','platform','spec','catch','FwHbR','NkiNI','VESOk','DHdBh','oqdpw','AbnAp','testsAmbiguous','args','Myfak','oEURZ','QLQht','configuration','15685IpDQgT','nSwgD','SVDyE','7|19|3|6|0|16|14|9|1|17|15|10|4|12|21|2|13|11|5|20|18|8','skipSessionStatus','cejmx','OPgXf','PGTFf','SXziQ','eGyUF','NDkmS','formatter','UpAgu','wBpfi','48MYvWZD','SnsXt','btrFx','afterEach','stepsUndefined','JlXBK','1831039YemiFU','tmp/','testsPassed','rVpBA','cucumber/lib/cli/index.js','kXaQI','696280dJWUvx','hrFiL','AdQZi','lDqLO','hiPWt','hnvBq','stepsUnknown','@cucumber/cucumber/lib/api/paths.js','aUzHo','IneGE','wnMqJ','dekQC','FVnYN','supportCodePaths','SvMQt','mocha/lib/cli/run-helpers.js','BllcK','332308HyNiJM','FlgyQ','_testObservability','hBOCu','rootHooks','platformCaps','env','wXPaX','extname','../cucumber-js/test.setup.js','__platform__','JRQNF','prevRun','TeNXD','testSuitesFailed','XNpQh','vSXlb','prototype','ybUiV','testsUnknown','../../helpers/test-observability/utils','browserStackPercyOptions','OebXv','GNAaL','../../index','sKJpo','__platformCaps','uovhC','stepsPassed','BSTACK_DELTA','kQydg','jgQqi','testSuites','ZrHND','testsErrorMessage','iiXUT',':tmp/','ZVJLN','testsUndefined','../cucumber-js/formatter/custom_formatter.js','uiqTG','../cucumber-js/test_old.setup.js','15|18|19|12|8|11|20|6|0|17|21|9|10|14|13|2|16|7|5|3|1|4','Sfdwt','HhINn','MsjpE','cVyYW','lWldJ','unshift','split','mochaOpts'];a19_0x55b1=function(){return _0x55aa90;};return a19_0x55b1();}(function(_0xa34aad,_0x29a5ac){const _0x3ae574=a19_0xffae,_0x223ff4=_0xa34aad();while(!![]){try{const _0x5dfecf=parseInt(_0x3ae574(0x18f))/0x1+-parseInt(_0x3ae574(0x14c))/0x2+-parseInt(_0x3ae574(0x86))/0x3+parseInt(_0x3ae574(0x12f))/0x4*(-parseInt(_0x3ae574(0x121))/0x5)+parseInt(_0x3ae574(0xc6))/0x6+parseInt(_0x3ae574(0x135))/0x7+parseInt(_0x3ae574(0x13b))/0x8;if(_0x5dfecf===_0x29a5ac)break;else _0x223ff4['push'](_0x223ff4['shift']());}catch(_0x21ece3){_0x223ff4['push'](_0x223ff4['shift']());}}}(a19_0x55b1,0x35dd1));const path=require(a19_0x47152e(0xb5)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require('../../helpers/helper'),constants=require(a19_0x47152e(0xd9)),{isAccessibilityAutomationSession}=require(a19_0x47152e(0xfc)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{isTestObservabilitySession}=require(a19_0x47152e(0x160)),helper=require('../../helpers/helper');function a19_0xffae(_0x548686,_0x3a9e45){const _0x55b131=a19_0x55b1();return a19_0xffae=function(_0xffaea9,_0x1632d7){_0xffaea9=_0xffaea9-0x84;let _0x148787=_0x55b131[_0xffaea9];return _0x148787;},a19_0xffae(_0x548686,_0x3a9e45);}class Launcher{constructor(_0x411354,_0x80e830,_0x9ab110,_0x4283d4=[]){const _0x4add03=a19_0x47152e,_0x374ba9={'ubkkG':_0x4add03(0x176),'Szvov':function(_0x2b22d2){return _0x2b22d2();}},_0x2188a7=_0x374ba9['ubkkG'][_0x4add03(0x17d)]('|');let _0x2cba29=0x0;while(!![]){switch(_0x2188a7[_0x2cba29++]){case'0':this[_0x4add03(0x14e)]=_0x374ba9[_0x4add03(0xfe)](isTestObservabilitySession);continue;case'1':global[_0x4add03(0x11b)]=0x0;continue;case'2':global['testsPending']=0x0;continue;case'3':global[_0x4add03(0x15f)]=0x0;continue;case'4':global['testsErrorMessage']={};continue;case'5':global[_0x4add03(0x172)]=0x0;continue;case'6':this[_0x4add03(0x84)]=_0x9ab110;continue;case'7':global[_0x4add03(0x15a)]=0x0;continue;case'8':this[_0x4add03(0xb6)]=this['_configuration']['capability'];continue;case'9':global[_0x4add03(0x16c)]=0x0;continue;case'10':global[_0x4add03(0x10d)]=0x0;continue;case'11':global['__platform__']=this[_0x4add03(0xe0)][_0x4add03(0x112)];continue;case'12':this['_formatter']=_0x80e830['formatter'];continue;case'13':global[_0x4add03(0xf4)]=0x0;continue;case'14':global[_0x4add03(0x137)]=0x0;continue;case'15':this['_framework']=_0x411354;continue;case'16':global[_0x4add03(0x105)]=0x0;continue;case'17':this[_0x4add03(0xfb)]=_0x374ba9[_0x4add03(0xfe)](isAccessibilityAutomationSession);continue;case'18':this[_0x4add03(0xe0)]=_0x80e830[_0x4add03(0x120)]||{};continue;case'19':this[_0x4add03(0x8e)]=_0x80e830[_0x4add03(0x17e)];continue;case'20':this[_0x4add03(0xda)]=_0x4283d4;continue;case'21':global[_0x4add03(0x166)]=this[_0x4add03(0xe0)][_0x4add03(0x151)]||{};continue;}break;}}[a19_0x47152e(0x106)](){const _0x5c07b0=a19_0x47152e,_0x1b961c={'VsCzw':function(_0x20f5ed,_0x34125c){return _0x20f5ed(_0x34125c);},'cfRcl':_0x5c07b0(0x139),'Miegy':'--format','eGyUF':function(_0x21e027,_0x2fe0bc){return _0x21e027(_0x2fe0bc);},'Tzqny':'../mocha/test-observability/data-hooks','VESOk':_0x5c07b0(0xbf),'dekQC':function(_0x274e87){return _0x274e87();},'HOzCW':function(_0x5cfbce,_0x2918ea){return _0x5cfbce!==_0x2918ea;},'ytlfq':'PQgxK','VJiVJ':_0x5c07b0(0x138),'Myfak':function(_0x100336,_0x2be409){return _0x100336<=_0x2be409;},'kXaQI':function(_0x66f199,_0xdb85c8){return _0x66f199===_0xdb85c8;},'uIKLs':_0x5c07b0(0x119),'hBOCu':_0x5c07b0(0xf7),'CSSrO':'RhCyP','rQHbz':function(_0x55850b,_0x430590,_0x1b8369){return _0x55850b(_0x430590,_0x1b8369);},'OPgXf':function(_0x63879,_0x1bcbd6){return _0x63879!==_0x1bcbd6;},'kKNEd':_0x5c07b0(0x183),'tzjjM':'fFvmX','tNUNx':_0x5c07b0(0x164),'hiPWt':function(_0x53bbd5,_0x3e05da){return _0x53bbd5(_0x3e05da);},'tjEgp':'wZTSQ','FwHbR':'AePQQ','OArIo':function(_0x4e76ab,_0x2f1669){return _0x4e76ab(_0x2f1669);},'keWpz':'dxSYG','KbehA':_0x5c07b0(0x124),'awUkN':function(_0x469f0e){return _0x469f0e();},'OAwkO':function(_0x737430){return _0x737430();},'lJnqC':function(_0x40fa00,_0x272937){return _0x40fa00(_0x272937);},'IYlKd':_0x5c07b0(0xd2),'lWldJ':_0x5c07b0(0x173),'FVnYN':function(_0x4bc026,_0x13bce0){return _0x4bc026>_0x13bce0;},'jwBIG':function(_0x574b1d,_0xda09a0){return _0x574b1d(_0xda09a0);},'nSwgD':_0x5c07b0(0x194),'ZrHND':_0x5c07b0(0x184),'HjiMm':_0x5c07b0(0x175),'OebXv':function(_0x1dc4d4,_0x22070c){return _0x1dc4d4===_0x22070c;},'wnMqJ':_0x5c07b0(0x143),'wBpfi':function(_0x3a9f21,_0x1c094d){return _0x3a9f21(_0x1c094d);},'LhuCj':function(_0x5a6801,_0x1eaef2){return _0x5a6801!==_0x1eaef2;},'VehJa':function(_0x38841f,_0x4954d2){return _0x38841f(_0x4954d2);},'IbsnI':_0x5c07b0(0xbd),'QLQht':function(_0x3dd636,_0x59910f){return _0x3dd636===_0x59910f;},'SvMQt':_0x5c07b0(0xa6),'FQLpe':function(_0x24f081,_0x4b4139){return _0x24f081!==_0x4b4139;},'vFGgO':_0x5c07b0(0x10b),'FxREg':_0x5c07b0(0x14a),'BXugJ':function(_0x3d472a,_0x190221){return _0x3d472a(_0x190221);},'UHLvh':function(_0x2428a9){return _0x2428a9();},'fbboe':function(_0x3e0b85,_0x3f2145){return _0x3e0b85===_0x3f2145;},'LQCFY':'dMNSU','AroHT':function(_0x15f508){return _0x15f508();},'AbnAp':_0x5c07b0(0xef),'DbjHm':function(_0x1a1d4c){return _0x1a1d4c();},'CRgNc':function(_0x356b99,_0x5d4640){return _0x356b99!==_0x5d4640;},'UpAgu':'zpiZx','QqbCj':'KVHhP','sXzyh':function(_0xc1fb07,_0x4a14a3){return _0xc1fb07(_0x4a14a3);},'NDkmS':function(_0x39a672,_0x4c305a){return _0x39a672===_0x4c305a;},'lxxyv':_0x5c07b0(0x8f),'uXwal':_0x5c07b0(0xc8),'hastO':function(_0x12a90a,_0x5a8152){return _0x12a90a*_0x5a8152;},'IneGE':function(_0x4fc226,_0x798b3d){return _0x4fc226===_0x798b3d;},'bDrWm':_0x5c07b0(0xe1),'ZVJLN':function(_0x3fd547,_0x35ba59){return _0x3fd547===_0x35ba59;},'YCAqA':_0x5c07b0(0x123),'SekjY':_0x5c07b0(0xe4),'pcxoD':_0x5c07b0(0x95),'bhuVc':function(_0x3cccc6,_0x1ac325){return _0x3cccc6||_0x1ac325;},'CRRew':_0x5c07b0(0x113),'HhINn':'platformIndex','FzFSC':_0x5c07b0(0x161),'tipKY':'browserstackPercyBestPlatform','QuSxi':_0x5c07b0(0xd3),'jgQqi':_0x5c07b0(0x85),'gMcwX':'cwalj','ssBQO':_0x5c07b0(0x15e),'sKJpo':function(_0x58dc7d,_0x1c8555){return _0x58dc7d!==_0x1c8555;},'XNpQh':'GwHwb','FMsoP':_0x5c07b0(0xfa),'PdUvk':_0x5c07b0(0x104),'jCjLk':function(_0x204396){return _0x204396();},'dNehE':function(_0x34d43b,_0x3f98d0){return _0x34d43b!==_0x3f98d0;},'kQydg':'MRPIW','hrFiL':function(_0x2fb0bd,_0x1e732b){return _0x2fb0bd!==_0x1e732b;},'wbJKJ':_0x5c07b0(0xdf),'nTOPz':_0x5c07b0(0xe9),'zMDDl':function(_0x504bb7,_0x343e25){return _0x504bb7===_0x343e25;},'VzyOg':_0x5c07b0(0x8b),'rghZn':function(_0x6e50ff,_0x2292e5){return _0x6e50ff(_0x2292e5);},'HjeZe':function(_0x38fee8,_0x308caf){return _0x38fee8===_0x308caf;},'DxzjY':_0x5c07b0(0x18b),'MOnbb':_0x5c07b0(0x182),'PGTFf':function(_0x358b6d,_0xc05c4d){return _0x358b6d(_0xc05c4d);},'SnsXt':function(_0x39f749,_0x26e4b1){return _0x39f749===_0x26e4b1;},'uovhC':'pbMTT','EXRuN':function(_0x285600,_0x1960cb){return _0x285600(_0x1960cb);},'ZgBZo':function(_0x265fe2,_0x33b49f){return _0x265fe2===_0x33b49f;},'wXPaX':'OMQOE','sXoja':_0x5c07b0(0xe5),'MsjpE':_0x5c07b0(0xff),'JlXBK':'YTOeD','swhjN':_0x5c07b0(0x142),'iiXUT':_0x5c07b0(0x155),'ixyll':function(_0x156959,_0x2b13cb){return _0x156959===_0x2b13cb;},'BllcK':_0x5c07b0(0xf5),'pyycD':function(_0xd2426e,_0x203fd2){return _0xd2426e(_0x203fd2);},'LtOYR':_0x5c07b0(0xa4),'LhgLV':function(_0xfd76bc,_0x5d27f3){return _0xfd76bc<_0x5d27f3;},'OWBDK':function(_0x32fb0d,_0x278152){return _0x32fb0d===_0x278152;},'OnCfi':'vanilla','LIItG':function(_0x233bf8){return _0x233bf8();},'btrFx':function(_0x514ba2,_0x58017e){return _0x514ba2(_0x58017e);},'cVyYW':'beforeExit','gcJXO':function(_0x3bff8d){return _0x3bff8d();}};return new Promise(async(_0x2c42c1,_0x4e3cb1)=>{const _0x47487f=_0x5c07b0,_0x565bdf={'ORbze':function(_0x18aa56,_0x251183){const _0x2f8408=a19_0xffae;return _0x1b961c[_0x2f8408(0x19c)](_0x18aa56,_0x251183);},'nUAmp':_0x1b961c[_0x47487f(0xa1)],'TeNXD':_0x1b961c[_0x47487f(0xc5)],'SXziQ':_0x1b961c['lWldJ'],'TOzXL':function(_0x428dae,_0x111c7b){const _0x1f3407=_0x47487f;return _0x1b961c[_0x1f3407(0x8c)](_0x428dae,_0x111c7b);},'oEURZ':function(_0x30d0a5,_0x130295){const _0x1661a8=_0x47487f;return _0x1b961c[_0x1661a8(0x127)](_0x30d0a5,_0x130295);},'wOleb':function(_0x5121f1,_0x53f1d7){const _0x25b3fd=_0x47487f;return _0x1b961c[_0x25b3fd(0x147)](_0x5121f1,_0x53f1d7);},'lDqLO':function(_0x2b38a3,_0x2131a5){const _0x5be5ca=_0x47487f;return _0x1b961c[_0x5be5ca(0xaa)](_0x2b38a3,_0x2131a5);},'cejmx':_0x1b961c[_0x47487f(0x122)],'wzxbv':_0x1b961c[_0x47487f(0x16d)],'zFfqG':_0x1b961c[_0x47487f(0xb8)],'huAQY':function(_0x53dbe8,_0x237d1e){const _0x3808de=_0x47487f;return _0x1b961c[_0x3808de(0x13f)](_0x53dbe8,_0x237d1e);},'JLzoc':function(_0x2dc451,_0x170e58){const _0x13cddb=_0x47487f;return _0x1b961c[_0x13cddb(0x162)](_0x2dc451,_0x170e58);},'RjaHq':_0x1b961c[_0x47487f(0x145)],'hnvBq':function(_0x8ce688,_0x348efb){const _0x1521df=_0x47487f;return _0x1b961c[_0x1521df(0x12e)](_0x8ce688,_0x348efb);},'aCAgZ':function(_0x50374b,_0x232556){const _0x2f7dd0=_0x47487f;return _0x1b961c[_0x2f7dd0(0xf9)](_0x50374b,_0x232556);},'uKRkz':function(_0x5250d4,_0x2f2957){return _0x1b961c['VehJa'](_0x5250d4,_0x2f2957);}};_0x1b961c[_0x47487f(0x12a)](require,_0x1b961c[_0x47487f(0xb9)])();if(_0x1b961c[_0x47487f(0x11f)](this[_0x47487f(0xd6)],_0x1b961c['SvMQt'])){if(_0x1b961c[_0x47487f(0x18e)](_0x1b961c[_0x47487f(0x196)],_0x1b961c['vFGgO']))_0x43acb1=_0x565bdf[_0x47487f(0xa8)](_0x34f54b,_0x565bdf[_0x47487f(0xc3)])[_0x47487f(0xfd)],_0x4cfa71[_0x47487f(0xac)](_0x565bdf[_0x47487f(0x159)]),_0x3f2abb[_0x47487f(0xac)](_0x8cd56[_0x47487f(0x188)](_0x220fa0,_0x565bdf[_0x47487f(0x129)]));else{const _0x31c286=_0x1b961c[_0x47487f(0x19c)](requireModule,_0x1b961c[_0x47487f(0x9f)]),_0xd53871=_0x1b961c['BXugJ'](requireModule,_0x1b961c[_0x47487f(0x149)]);_0x1b961c[_0x47487f(0xdd)](isBrowserstackInfra)&&(_0x1b961c[_0x47487f(0x97)](_0x1b961c[_0x47487f(0x19e)],_0x1b961c[_0x47487f(0x19e)])?_0x1b961c['AroHT'](modifyCommand):_0x1dbf81=_0x1b961c['VsCzw'](_0x14893d,_0x1b961c[_0x47487f(0x18d)]));const _0x74ad4c=_0x1b961c[_0x47487f(0xf1)](require,_0x1b961c[_0x47487f(0x11a)])['mochaHooks'],_0x50a22c={};_0x50a22c[_0x47487f(0x195)]=[_0x74ad4c[_0x47487f(0x195)]],_0x50a22c['beforeEach']=[_0x74ad4c[_0x47487f(0xaf)]],_0x50a22c['afterAll']=[_0x74ad4c[_0x47487f(0xf0)]],_0x50a22c[_0x47487f(0x132)]=[_0x74ad4c[_0x47487f(0x132)]];const _0x3f1c3e=_0x50a22c;if(_0x1b961c['DbjHm'](isTestObservabilitySession)){if(_0x1b961c['CRgNc'](_0x1b961c[_0x47487f(0x12d)],_0x1b961c[_0x47487f(0x9b)])){const _0x4172c7=_0x1b961c['sXzyh'](require,_0x1b961c[_0x47487f(0xba)])['mochaHooks'];_0x3f1c3e[_0x47487f(0x195)][_0x47487f(0x17c)](_0x4172c7['beforeAll']),_0x3f1c3e[_0x47487f(0xf0)][_0x47487f(0xac)](_0x4172c7[_0x47487f(0xf0)]);}else{const _0x3b3435=_0x47487f(0x136)+_0x89f4d3+_0x398942['extname'](_0x521591);_0x50d39f[_0x47487f(0xac)](_0x1b961c[_0x47487f(0xc5)]),_0x46ee42[_0x47487f(0xac)](_0x43dc6b+':'+_0x3b3435);}}const _0x3bf840=await _0x31c286[_0x47487f(0xb1)](this[_0x47487f(0x8e)][_0x47487f(0x93)]);Object[_0x47487f(0x18a)](this[_0x47487f(0x8e)],_0x3bf840);if(this[_0x47487f(0x8e)][_0x47487f(0x150)]){if(_0x1b961c[_0x47487f(0x12b)](_0x1b961c['lxxyv'],_0x1b961c[_0x47487f(0xeb)])){const _0x11fcc9=_0x1b961c[_0x47487f(0x12a)](_0x36ca98,_0x1b961c['Tzqny'])[_0x47487f(0x90)];_0x2c74cb[_0x47487f(0x195)][_0x47487f(0x17c)](_0x11fcc9[_0x47487f(0x195)]),_0x1f0cd8['afterAll'][_0x47487f(0xac)](_0x11fcc9[_0x47487f(0xf0)]);}else this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0x195)]&&_0x3f1c3e[_0x47487f(0x195)][_0x47487f(0x17c)](...this['_mochaOpts'][_0x47487f(0x150)][_0x47487f(0x195)]),this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0xaf)]&&_0x3f1c3e[_0x47487f(0xaf)][_0x47487f(0x17c)](...this['_mochaOpts'][_0x47487f(0x150)][_0x47487f(0xaf)]),this[_0x47487f(0x8e)][_0x47487f(0x150)]['afterAll']&&_0x3f1c3e[_0x47487f(0xf0)]['push'](...this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0xf0)]),this['_mochaOpts'][_0x47487f(0x150)][_0x47487f(0x132)]&&_0x3f1c3e[_0x47487f(0x132)][_0x47487f(0xac)](...this[_0x47487f(0x8e)][_0x47487f(0x150)]['afterEach']);}const _0x1052d3=this[_0x47487f(0x8e)][_0x47487f(0xf3)];let _0x15f56d=_0x1b961c[_0x47487f(0x91)](this[_0x47487f(0x8e)][_0x47487f(0x190)],0x1);_0x1b961c[_0x47487f(0x144)](this[_0x47487f(0x8e)][_0x47487f(0x190)],0x0)?_0x1b961c[_0x47487f(0x9c)](_0x1b961c['bDrWm'],_0x1b961c[_0x47487f(0xc1)])?(this['_mochaOpts'][_0x47487f(0x150)][_0x47487f(0x195)]&&_0x22a7c2['beforeAll']['unshift'](...this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0x195)]),this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0xaf)]&&_0x16150c[_0x47487f(0xaf)][_0x47487f(0x17c)](...this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0xaf)]),this[_0x47487f(0x8e)]['rootHooks']['afterAll']&&_0x4b315b[_0x47487f(0xf0)][_0x47487f(0xac)](...this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0xf0)]),this['_mochaOpts']['rootHooks'][_0x47487f(0x132)]&&_0x488170[_0x47487f(0x132)][_0x47487f(0xac)](...this[_0x47487f(0x8e)][_0x47487f(0x150)][_0x47487f(0x132)])):_0x15f56d=0x0:_0x1b961c[_0x47487f(0x171)](_0x1b961c[_0x47487f(0xd8)],_0x1b961c[_0x47487f(0x197)])?this[_0x47487f(0xe0)]['turboScaleUrl']=this[_0x47487f(0x84)]['turboScaleUrl']:_0x15f56d+=constants['BSTACK_DELTA'];const _0x3a882d={...this[_0x47487f(0x8e)],'reporter':path[_0x47487f(0x188)](__dirname,_0x1b961c[_0x47487f(0xed)]),'reporterOption':{...this[_0x47487f(0x8e)]['reporterOptions'],'type':_0x1b961c[_0x47487f(0xc9)](_0x1052d3,_0x1b961c['CRRew']),'testObservability':this[_0x47487f(0x14e)],'bsConfig':this[_0x47487f(0x84)]},'parallel':![],'rootHooks':_0x3f1c3e,'isWorker':!![],'timeout':_0x15f56d};global['browserstackPlatformIndex']=helper[_0x47487f(0xbc)](this[_0x47487f(0xe0)],[_0x1b961c[_0x47487f(0x178)]]),global['browserstackPercyBestPlatform']=helper[_0x47487f(0xbc)](this[_0x47487f(0xe0)],[_0x1b961c['FzFSC'],_0x1b961c['tipKY']]),global[_0x47487f(0xd3)]=helper[_0x47487f(0xbc)](this[_0x47487f(0xe0)],[_0x1b961c[_0x47487f(0xd1)],_0x1b961c['QuSxi']]),global[_0x47487f(0x85)]=helper['nestedKeyValue'](this[_0x47487f(0xe0)],[_0x1b961c[_0x47487f(0xd1)],_0x1b961c[_0x47487f(0x16b)]]),global['capabilities']=[this['_capability']];if(helper['isBrowserstackInfra']()){if(_0x1b961c[_0x47487f(0x127)](_0x1b961c['gMcwX'],_0x1b961c[_0x47487f(0x18c)])){this['_bsConfig'][_0x47487f(0xa0)]['skipSessionName']&&(_0x1b961c[_0x47487f(0x165)](_0x1b961c['XNpQh'],_0x1b961c[_0x47487f(0x15b)])?(_0x4ffba2['push'](_0x565bdf['TeNXD']),_0x3ace7d['push'](_0x1f2cdd+_0x47487f(0x170)+_0x49be92)):global[_0x47487f(0x10e)]=!![]);if(this[_0x47487f(0x84)][_0x47487f(0xa0)][_0x47487f(0x125)]){if(_0x1b961c[_0x47487f(0x12b)](_0x1b961c[_0x47487f(0x99)],_0x1b961c[_0x47487f(0x99)]))global[_0x47487f(0xab)]=!![];else{const _0x5cb61c=_0x565bdf['TOzXL'](_0x39c19e,this['_capability'])[_0x47487f(0xf8)](/ /g,'_');if(_0x565bdf[_0x47487f(0x11e)](this['_formatter'][_0x281efd],_0x2af4c9)&&_0x565bdf[_0x47487f(0x8a)](this[_0x47487f(0xcb)][_0x1853c6][_0x47487f(0xf2)],0x0)){const _0x4063bb=this[_0x47487f(0xcb)][_0x1ba5c6][0x1],_0x17d868=''+this[_0x47487f(0xcb)][_0x4fe6e1][0x0];if(_0x565bdf[_0x47487f(0x11e)](_0x4063bb,_0x156948)){const _0x124018='tmp/'+_0x5cb61c+_0x3590f8[_0x47487f(0x154)](_0x4063bb);_0x3a7b94[_0x47487f(0xac)](_0x565bdf[_0x47487f(0x159)]),_0xb04a87[_0x47487f(0xac)](_0x17d868+':'+_0x124018);}else _0x3037ec['push'](_0x565bdf['TeNXD']),_0x47c18d[_0x47487f(0xac)](_0x17d868+_0x47487f(0x170)+_0x5cb61c);}}}}else _0x1b961c['VsCzw'](_0x5e266f,_0x25b8e8);}this['_bsConfig'][_0x47487f(0xe7)]&&(_0x1b961c['CRgNc'](_0x1b961c['PdUvk'],_0x1b961c[_0x47487f(0xa9)])?_0x1b515d=_0x1b961c[_0x47487f(0x12a)](_0x54b778,_0x1b961c[_0x47487f(0x117)]):this['_configuration']['turboScaleUrl']=this[_0x47487f(0x84)][_0x47487f(0xe7)]);const _0x3d52d5=new _0xd53871(_0x3a882d);_0x3d52d5[_0x47487f(0x158)]=_0x3d52d5[_0x47487f(0x106)];_0x1b961c[_0x47487f(0x109)](isTestObservabilitySession)?_0x1b961c[_0x47487f(0xc4)](_0x1b961c[_0x47487f(0x16a)],_0x1b961c[_0x47487f(0x16a)])?(_0x224255=_0x565bdf[_0x47487f(0x13e)](_0x2c625f,_0x565bdf[_0x47487f(0x126)])[_0x47487f(0xfd)],_0x46d152[_0x47487f(0xac)](_0x565bdf[_0x47487f(0x159)]),_0x39655b[_0x47487f(0xac)](_0x54f107[_0x47487f(0x188)](_0x23fc8d,_0x565bdf['wzxbv'])),_0x3129b8=_0x565bdf[_0x47487f(0xb7)]):_0x3d52d5[_0x47487f(0x106)]=function(_0x22c44f){const _0x4e13ee=_0x47487f,_0x4f70d3={'GNAaL':function(_0x46248a){const _0x33a1c1=a19_0xffae;return _0x1b961c[_0x33a1c1(0x146)](_0x46248a);},'XoMYF':function(_0x580eb8,_0x1dbeda){const _0x19b3e7=a19_0xffae;return _0x1b961c[_0x19b3e7(0x9c)](_0x580eb8,_0x1dbeda);},'lyDub':_0x1b961c[_0x4e13ee(0x9a)],'NpJSm':_0x1b961c['VJiVJ'],'YsOzU':function(_0x421901,_0x463c80){const _0x4a5e39=_0x4e13ee;return _0x1b961c[_0x4a5e39(0x11d)](_0x421901,_0x463c80);},'uiqTG':function(_0x2d27d1,_0x2ebb77){const _0x4c50d8=_0x4e13ee;return _0x1b961c[_0x4c50d8(0x13a)](_0x2d27d1,_0x2ebb77);},'wPtui':_0x1b961c['uIKLs'],'Swspj':_0x1b961c[_0x4e13ee(0x14f)],'bDoBs':function(_0x16d1b1,_0x4ffe33){const _0x2bb133=_0x4e13ee;return _0x1b961c[_0x2bb133(0x19c)](_0x16d1b1,_0x4ffe33);},'GNgvu':function(_0x574741,_0x1f969a){const _0x149bcd=_0x4e13ee;return _0x1b961c[_0x149bcd(0x19c)](_0x574741,_0x1f969a);},'Sfdwt':_0x1b961c['CSSrO'],'AdQZi':function(_0x50c7c0,_0x1193bb,_0x43da32){return _0x1b961c['rQHbz'](_0x50c7c0,_0x1193bb,_0x43da32);}};if(_0x1b961c[_0x4e13ee(0x127)](_0x1b961c['kKNEd'],_0x1b961c['tzjjM']))return _0x3d52d5[_0x4e13ee(0x158)](_0x2911de=>{const _0x13113d=_0x4e13ee,_0x4303bc={'syRZh':function(_0x161bdd){const _0x3e5450=a19_0xffae;return _0x4f70d3[_0x3e5450(0x163)](_0x161bdd);},'zdEqV':function(_0x225673,_0x4dffbf){const _0x4d4ced=a19_0xffae;return _0x4f70d3[_0x4d4ced(0xe8)](_0x225673,_0x4dffbf);},'Ubudo':_0x4f70d3[_0x13113d(0x103)],'zRemp':_0x4f70d3[_0x13113d(0xd5)],'DqdzK':function(_0x4e0253,_0x2aa13b){const _0x13b6ea=_0x13113d;return _0x4f70d3[_0x13b6ea(0x102)](_0x4e0253,_0x2aa13b);},'NkiNI':function(_0x4595f7,_0x580262){const _0x5947ac=_0x13113d;return _0x4f70d3[_0x5947ac(0x174)](_0x4595f7,_0x580262);},'DJLAZ':_0x4f70d3['wPtui'],'KLGib':_0x4f70d3[_0x13113d(0xf6)],'DHdBh':function(_0x323dcb,_0x1aa0ec){return _0x4f70d3['bDoBs'](_0x323dcb,_0x1aa0ec);},'xTrku':function(_0xa04eac,_0x56beac){const _0x3ec44d=_0x13113d;return _0x4f70d3[_0x3ec44d(0xa7)](_0xa04eac,_0x56beac);}};if(_0x4f70d3[_0x13113d(0x174)](_0x4f70d3[_0x13113d(0x177)],_0x4f70d3['Sfdwt'])){const _0x4a9cef=_0x4f70d3[_0x13113d(0x13d)](setInterval,async()=>{const _0xd85973=_0x13113d;_0x4303bc['zdEqV'](_0x4303bc[_0xd85973(0xee)],_0x4303bc['zRemp'])?_0x4303bc[_0xd85973(0xdb)](RequestQueueHandler['getInstance']()[_0xd85973(0xd4)],0x0)&&(_0x4303bc[_0xd85973(0x116)](_0x4303bc['DJLAZ'],_0x4303bc['KLGib'])?_0x3a0802+=_0x20c92c[_0xd85973(0x169)]:(_0x4303bc[_0xd85973(0x118)](clearInterval,_0x4a9cef),await _0x4303bc[_0xd85973(0xb4)](cleanupDrivers,global[_0xd85973(0xcf)]),_0x4303bc[_0xd85973(0x118)](_0x2c42c1,_0x2911de))):_0x4303bc[_0xd85973(0x10a)](_0x2bd378);},0x3e8);}else _0x4cb84a[_0x13113d(0xab)]=!![];});else _0x45f943=0x0;}:_0x1b961c[_0x47487f(0x13c)](_0x1b961c[_0x47487f(0x110)],_0x1b961c[_0x47487f(0xd7)])?_0x3d52d5[_0x47487f(0x106)]=function(_0xa9767b){const _0x94514=_0x47487f,_0x4ca47d={'rjpHv':function(_0x49dae9,_0x48920b){return _0x1b961c['eGyUF'](_0x49dae9,_0x48920b);},'vSXlb':_0x1b961c[_0x94514(0xce)],'JeNgU':function(_0x1be821,_0xd78ca0){return _0x1b961c['hiPWt'](_0x1be821,_0xd78ca0);},'FlgyQ':function(_0x5d6db7,_0x2e8fee){const _0x461feb=_0x94514;return _0x1b961c[_0x461feb(0x9c)](_0x5d6db7,_0x2e8fee);},'JRQNF':_0x1b961c['tjEgp'],'TdAZc':_0x1b961c[_0x94514(0x115)],'HsCaC':function(_0x3d8011,_0x19c8e3){const _0x578790=_0x94514;return _0x1b961c[_0x578790(0x8c)](_0x3d8011,_0x19c8e3);}};if(_0x1b961c['HOzCW'](_0x1b961c[_0x94514(0x96)],_0x1b961c['keWpz']))_0x4ca47d[_0x94514(0xae)](_0x3f8ec0,_0x4ca47d[_0x94514(0x15c)])['browserstackAgentV2'](this['_configuration'],null,this[_0x94514(0x14e)]);else return _0x3d52d5[_0x94514(0x158)](async _0x3d4ff4=>{const _0x1e4e85=_0x94514,_0x174930={'lCnTr':function(_0x3c3f57,_0x411cd6){const _0x1d6b79=a19_0xffae;return _0x4ca47d[_0x1d6b79(0x9e)](_0x3c3f57,_0x411cd6);}};_0x4ca47d[_0x1e4e85(0x14d)](_0x4ca47d[_0x1e4e85(0x157)],_0x4ca47d[_0x1e4e85(0x181)])?(await _0x4ca47d['rjpHv'](cleanupDrivers,global[_0x1e4e85(0xcf)]),_0x4ca47d[_0x1e4e85(0xcd)](_0x2c42c1,_0x3d4ff4)):_0x174930[_0x1e4e85(0x101)](_0x3057e9,_0x402684);});}:_0x1acce7[_0x47487f(0xc7)](_0x49fec2,0x1);try{if(_0x1b961c[_0x47487f(0x108)](_0x1b961c[_0x47487f(0xa3)],_0x1b961c['VzyOg']))_0x1b961c[_0x47487f(0x193)](require,_0x1b961c[_0x47487f(0xce)])['browserstackAgentV2'](this['_configuration'],null,this['_testObservability']);else{const _0x4aebb2=_0x1b961c[_0x47487f(0x10f)][_0x47487f(0x17d)]('|');let _0x5e72bf=0x0;while(!![]){switch(_0x4aebb2[_0x5e72bf++]){case'0':this['_capability']=this[_0x47487f(0xe0)][_0x47487f(0xb3)];continue;case'1':this['_testObservability']=_0x1b961c[_0x47487f(0x19a)](_0xaf06b5);continue;case'2':_0x557984[_0x47487f(0x88)]=0x0;continue;case'3':this[_0x47487f(0x8e)]=_0x4c039a['mochaOpts'];continue;case'4':_0x5e6a7c[_0x47487f(0x10d)]=0x0;continue;case'5':_0x290472[_0x47487f(0x172)]=0x0;continue;case'6':this[_0x47487f(0xcb)]=_0x33e832[_0x47487f(0x12c)];continue;case'7':this[_0x47487f(0xd6)]=_0x2a430c;continue;case'8':_0x26a24f[_0x47487f(0x16e)]={};continue;case'9':this[_0x47487f(0x84)]=_0x4b084c;continue;case'10':_0x185fd0[_0x47487f(0x16c)]=0x0;continue;case'11':_0x9a54dd[_0x47487f(0x15a)]=0x0;continue;case'12':_0x5d8833[_0x47487f(0x137)]=0x0;continue;case'13':_0x1b9255['testsSkipped']=0x0;continue;case'14':this['_argv']=_0x2fb49c;continue;case'15':_0x56b484[_0x47487f(0x166)]=this[_0x47487f(0xe0)][_0x47487f(0x151)]||{};continue;case'16':_0x4d2a37[_0x47487f(0x156)]=this['_configuration'][_0x47487f(0x112)];continue;case'17':this[_0x47487f(0xfb)]=_0x1b961c[_0x47487f(0x19b)](_0x5b708a);continue;case'18':_0x1f17b1[_0x47487f(0x11b)]=0x0;continue;case'19':this[_0x47487f(0xe0)]=_0x5dd265[_0x47487f(0x120)]||{};continue;case'20':_0x344383[_0x47487f(0x15f)]=0x0;continue;case'21':_0x40cb2a['testsFailed']=0x0;continue;}break;}}}catch{}const _0x4d39a3=_0x31c286[_0x47487f(0xa5)](_0x3d52d5,_0x3a882d);_0x4d39a3&&_0x4d39a3[_0x47487f(0x114)](_0x478256=>{const _0x37b65f=_0x47487f,_0x244d0e={'rApdY':function(_0x28f416,_0x51473f){return _0x565bdf['huAQY'](_0x28f416,_0x51473f);}};_0x565bdf[_0x37b65f(0x180)](_0x565bdf[_0x37b65f(0xa2)],_0x565bdf[_0x37b65f(0xa2)])?_0x565bdf[_0x37b65f(0x19d)](_0x4e3cb1,_0x478256):(_0xd84e1e[_0x37b65f(0x191)](_0xd3a7d5),_0x8da3ef['exitCode']=0x1,_0x244d0e['rApdY'](_0x322dba,_0x10b553));});}}else{if(_0x1b961c[_0x47487f(0xbb)](this[_0x47487f(0xd6)],_0x1b961c['DxzjY'])){let _0x52701e;try{_0x1b961c[_0x47487f(0x111)](_0x1b961c['MOnbb'],_0x1b961c['MOnbb'])?(this[_0x47487f(0x84)][_0x47487f(0xa0)][_0x47487f(0x198)]&&(_0x301e40[_0x47487f(0x10e)]=!![]),this['_bsConfig']['testContextOptions'][_0x47487f(0x125)]&&(_0x59de2e['__skipSessionStatus']=!![])):_0x52701e=_0x1b961c[_0x47487f(0x128)](requireModule,_0x1b961c[_0x47487f(0x117)]);}catch(_0x4889f7){_0x1b961c[_0x47487f(0x130)](_0x1b961c[_0x47487f(0x167)],_0x1b961c[_0x47487f(0x167)])?_0x52701e=_0x1b961c[_0x47487f(0xd0)](requireModule,_0x1b961c[_0x47487f(0x18d)]):_0x27df0a[_0x47487f(0x10e)]=!![];}const _0x7fb736=this['_argv'],_0x111e4d=_0x7fb736[_0x47487f(0x186)](_0x1b961c[_0x47487f(0x98)]);if(_0x1b961c[_0x47487f(0x147)](_0x111e4d,-0x1)){if(_0x1b961c['ZgBZo'](_0x1b961c[_0x47487f(0x153)],_0x1b961c[_0x47487f(0xca)])){const _0x459769={};_0x459769[_0x47487f(0x87)]=_0x3d6cd0[_0x47487f(0x16c)],_0x459769[_0x47487f(0x9d)]=_0x88ef29[_0x47487f(0x10d)],_0x459769[_0x47487f(0xcc)]=_0x52b073[_0x47487f(0x15a)],_0x459769[_0x47487f(0xe6)]=_0x4e0954[_0x47487f(0xf4)],_0x459769[_0x47487f(0x168)]=_0x2006e3[_0x47487f(0x137)],_0x459769[_0x47487f(0xb2)]=_0x1d60a9[_0x47487f(0x105)],_0x459769[_0x47487f(0x92)]=_0x49d122[_0x47487f(0x88)],_0x459769[_0x47487f(0x133)]=_0x4bdd45[_0x47487f(0x172)],_0x459769['stepsUnknown']=_0x5cb9cc[_0x47487f(0x15f)],_0x459769[_0x47487f(0x89)]=_0x1f0790['testsAmbiguous'],_0x459769[_0x47487f(0xc2)]=_0x5322bb[_0x47487f(0x8d)],_0x459769['testsErrorMessage']=_0x292305[_0x47487f(0x16e)];const _0x49d2cd=_0x459769;_0x565bdf[_0x47487f(0x140)](_0x4a4595,_0x49d2cd);}else _0x7fb736['splice'](_0x111e4d,0x1);}const _0x18b105=_0x1b961c[_0x47487f(0x179)];try{if(_0x1b961c[_0x47487f(0x11f)](_0x1b961c['JlXBK'],_0x1b961c[_0x47487f(0x134)])){const _0x29e3c7=_0x1b961c[_0x47487f(0xc0)](requireModule,_0x1b961c[_0x47487f(0x100)]),_0x3bde45=_0x29e3c7[_0x47487f(0xec)];_0x29e3c7.resolvePaths=async function(){const pathResults=await _0x3bde45.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x18b105)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x7fb736['push'](_0x1b961c[_0x47487f(0xc5)]),_0x7fb736['push'](path[_0x47487f(0x188)](__dirname,_0x1b961c[_0x47487f(0x17b)]));}else return;}catch(_0xc0d7bb){let _0x379192=_0x1b961c[_0x47487f(0x16f)],_0x57c41a;try{if(_0x1b961c[_0x47487f(0x107)](_0x1b961c[_0x47487f(0x14b)],_0x1b961c[_0x47487f(0x14b)]))_0x57c41a=_0x1b961c['pyycD'](requireModule,_0x1b961c[_0x47487f(0xa1)])[_0x47487f(0xfd)],_0x7fb736['push'](_0x1b961c[_0x47487f(0xc5)]),_0x7fb736['push'](path[_0x47487f(0x188)](__dirname,_0x1b961c[_0x47487f(0x17b)]));else{const _0x1455f7=this[_0x47487f(0xcb)][_0x49bf40][0x1],_0x4b3ee2=''+this[_0x47487f(0xcb)][_0x51ae3e][0x0];if(_0x565bdf['aCAgZ'](_0x1455f7,_0x20d8ea)){const _0x5aa93d=_0x47487f(0x136)+_0x5b3aee+_0x39170a['extname'](_0x1455f7);_0xa4ed11['push'](_0x565bdf['TeNXD']),_0x2ffed4[_0x47487f(0xac)](_0x4b3ee2+':'+_0x5aa93d);}else _0xfd8278[_0x47487f(0xac)](_0x565bdf[_0x47487f(0x159)]),_0x4bf1a1[_0x47487f(0xac)](_0x4b3ee2+_0x47487f(0x170)+_0x5b2391);}}catch(_0x40a923){_0x57c41a=_0x1b961c['OArIo'](requireModule,_0x1b961c[_0x47487f(0x122)])[_0x47487f(0xfd)],_0x7fb736['push'](_0x1b961c['Miegy']),_0x7fb736[_0x47487f(0xac)](path[_0x47487f(0x188)](__dirname,_0x1b961c['ZrHND'])),_0x379192=_0x1b961c[_0x47487f(0xb8)];}const _0x2b1c05=_0x57c41a[_0x47487f(0x15d)][_0x47487f(0x17f)];_0x57c41a[_0x47487f(0x15d)][_0x47487f(0x17f)]=async function(){const _0x1efefe=_0x47487f,_0xe019eb=await _0x2b1c05[_0x1efefe(0xb0)](this);return _0xe019eb[_0x1efefe(0x148)][_0x1efefe(0x17c)](path[_0x1efefe(0x188)](__dirname,_0x379192)),_0xe019eb[_0x1efefe(0x148)][_0x1efefe(0xac)](path[_0x1efefe(0x188)](__dirname,_0x18b105)),_0xe019eb;};}_0x7fb736[_0x47487f(0xac)](_0x1b961c[_0x47487f(0xe3)]),_0x7fb736[_0x47487f(0xac)](''+this[_0x47487f(0xe0)][_0x47487f(0xdc)]);if(this[_0x47487f(0xcb)]&&_0x1b961c[_0x47487f(0x147)](this[_0x47487f(0xcb)][_0x47487f(0xf2)],0x0))for(let _0x5c1a48=0x0;_0x1b961c[_0x47487f(0xde)](_0x5c1a48,this['_formatter']['length']);_0x5c1a48++){const _0x671a3=_0x1b961c['hiPWt'](getPlatformName,this['_capability'])[_0x47487f(0xf8)](/ /g,'_');if(_0x1b961c[_0x47487f(0x111)](this[_0x47487f(0xcb)][_0x5c1a48],undefined)&&_0x1b961c[_0x47487f(0x147)](this[_0x47487f(0xcb)][_0x5c1a48][_0x47487f(0xf2)],0x0)){const _0x171a51=this[_0x47487f(0xcb)][_0x5c1a48][0x1],_0x2d37a5=''+this[_0x47487f(0xcb)][_0x5c1a48][0x0];if(_0x1b961c[_0x47487f(0x13c)](_0x171a51,undefined)){const _0x29bad3=_0x47487f(0x136)+_0x671a3+path[_0x47487f(0x154)](_0x171a51);_0x7fb736['push'](_0x1b961c[_0x47487f(0xc5)]),_0x7fb736['push'](_0x2d37a5+':'+_0x29bad3);}else _0x7fb736[_0x47487f(0xac)](_0x1b961c[_0x47487f(0xc5)]),_0x7fb736[_0x47487f(0xac)](_0x2d37a5+_0x47487f(0x170)+_0x671a3);}}const _0x149ccd=new _0x52701e[(_0x47487f(0xfd))]({'argv':_0x7fb736,'cwd':process[_0x47487f(0xea)](),'stdout':process[_0x47487f(0x199)],'stderr':process[_0x47487f(0xbe)],'env':process[_0x47487f(0x152)]});process[_0x47487f(0x152)][_0x47487f(0x189)]=JSON['stringify'](this[_0x47487f(0xe0)]),_0x149ccd[_0x47487f(0x106)]()['then'](_0x38b50e=>{const _0x30dc6c=_0x47487f,_0x4679eb={};_0x4679eb[_0x30dc6c(0x87)]=global[_0x30dc6c(0x16c)],_0x4679eb[_0x30dc6c(0x9d)]=global[_0x30dc6c(0x10d)],_0x4679eb[_0x30dc6c(0xcc)]=global['testSuitesFailed'],_0x4679eb[_0x30dc6c(0xe6)]=global[_0x30dc6c(0xf4)],_0x4679eb[_0x30dc6c(0x168)]=global['testsPassed'],_0x4679eb['stepsSkipped']=global[_0x30dc6c(0x105)],_0x4679eb[_0x30dc6c(0x92)]=global['testsPending'],_0x4679eb['stepsUndefined']=global['testsUndefined'],_0x4679eb[_0x30dc6c(0x141)]=global[_0x30dc6c(0x15f)],_0x4679eb[_0x30dc6c(0x89)]=global[_0x30dc6c(0x11b)],_0x4679eb[_0x30dc6c(0xc2)]=_0x38b50e['success'],_0x4679eb[_0x30dc6c(0x16e)]=global[_0x30dc6c(0x16e)];const _0x1ab1ae=_0x4679eb;_0x1b961c[_0x30dc6c(0xf1)](_0x2c42c1,_0x1ab1ae);})[_0x47487f(0x114)](_0x1b94b9=>{const _0x5a166b=_0x47487f;_0x565bdf[_0x5a166b(0x185)](_0x4e3cb1,_0x1b94b9);});}else{if(_0x1b961c['OWBDK'](this[_0x47487f(0xd6)],_0x1b961c['OnCfi'])){process[_0x47487f(0xad)]=this['_configuration'][_0x47487f(0x11c)];try{_0x1b961c[_0x47487f(0x10c)](modifyCommand),_0x1b961c[_0x47487f(0x131)](require,_0x1b961c[_0x47487f(0xce)])['browserstackAgent'](this[_0x47487f(0xe0)]);let _0x53dd39=0x0;process['on'](_0x1b961c[_0x47487f(0x17a)],async()=>{const _0x102e65=_0x47487f;if(_0x565bdf[_0x102e65(0x8a)](_0x53dd39,0x0))return;_0x53dd39++,await _0x565bdf[_0x102e65(0x140)](cleanupDrivers,global[_0x102e65(0xcf)]);}),_0x1b961c['pyycD'](require,this[_0x47487f(0xe0)][_0x47487f(0x187)]);}catch(_0x488a1e){console[_0x47487f(0x191)](_0x488a1e),process[_0x47487f(0xe2)]=0x1,_0x1b961c[_0x47487f(0xaa)](_0x4e3cb1,_0x488a1e);}_0x1b961c[_0x47487f(0x94)](_0x2c42c1);}}}});}}module[a19_0x47152e(0x192)]=Launcher;
1
+ const a19_0x2c54cb=a19_0x42b9;(function(_0x347b37,_0x101645){const _0x4b09d8=a19_0x42b9,_0x328fba=_0x347b37();while(!![]){try{const _0x39b5a=parseInt(_0x4b09d8(0x17d))/0x1+parseInt(_0x4b09d8(0x258))/0x2*(parseInt(_0x4b09d8(0x21b))/0x3)+parseInt(_0x4b09d8(0x1bb))/0x4*(parseInt(_0x4b09d8(0x152))/0x5)+-parseInt(_0x4b09d8(0x1c8))/0x6+parseInt(_0x4b09d8(0x253))/0x7*(-parseInt(_0x4b09d8(0x167))/0x8)+parseInt(_0x4b09d8(0x250))/0x9+-parseInt(_0x4b09d8(0x16a))/0xa*(parseInt(_0x4b09d8(0x1c3))/0xb);if(_0x39b5a===_0x101645)break;else _0x328fba['push'](_0x328fba['shift']());}catch(_0x2814f9){_0x328fba['push'](_0x328fba['shift']());}}}(a19_0x4948,0x3efef));const path=require(a19_0x2c54cb(0x196)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x2c54cb(0x229)),constants=require('../utils/constants'),{isAccessibilityAutomationSession}=require(a19_0x2c54cb(0x178)),RequestQueueHandler=require(a19_0x2c54cb(0x174)),{isTestObservabilitySession}=require(a19_0x2c54cb(0x1a1)),helper=require('../../helpers/helper');function a19_0x4948(){const _0x3bdbc0=['slWpB','13853ftdmBJ','totalTests','../../index','EOeNZ','LdaKo','716sfJPRE','extname','UJukf','DiUDm','Cnjoq','klOaP','__platform__','cEQuw','mocha','handleRequires','yOBLL','IMViu','_testObservability','JtdYh','gZoFX','2481680VOkneK','spec','testsAmbiguous','fcmxi','vOBAP','cwd','CONFIG','beforeExit','RCDnB','run','hqrwT','_formatter','CTzWc','yHwXP','zAhxC','JsxhN','LMwoa','nNAwY','tSVyW','split','qgQNt','464MtpSTB','exports','vIpwX','270dNemWm','success','--format','AHZJS','bGvdv','_mochaOpts','hFSLv','afterEach','env','testSuitesFailed','../../helpers/test-observability/requestQueueHandler','pNLCu','RjvQH','stepsFailed','../../helpers/accessibility-automation/helper','formatter','gWYes','tPRuF','argv','201587PYXoGN','AsnkQ','voCJq','stepsPending','cucumber/lib/cli/configuration_builder.js','beforeAll','LaSsZ','nestedKeyValue','testsUndefined','hmMNy','LXuqO','platformCaps','push','resolvePaths','UqkoT','wTZNr','testsUnknown','length','platformIndex','beforeEach','kOQGB','processSuccess','bTArM','OkeKT','bnXoE','path','rootHooks','grWpW','BSTACK_DELTA','afterAll','TmaZN','then','testsPassed','PvJqM',':tmp/','jLtuo','../../helpers/test-observability/utils','Spgra','testsSkipped','platform','../cucumber-js/formatter/custom_formatter.js','fFLst','UGDxS','__skipSessionName','UqEsO','HJxLN','../cucumber-js/test.setup.js','runMocha','turboScaleUrl','GQZjM','maxWorkers','dhHZb','ncIcm','zeFwA','GJNxw','mRhSL','browserstackAgentV2','skipSessionStatus','VUnXl','join','timeout','_configuration','4IBLmdU','percyCaptureMode','@cucumber/cucumber/lib/cli/index.js','default','percy','_argv','browserstackAgent','kAiqI','306031vdFhBO','error','reporterOptions','kvsAw','XqlpF','234054eCnxIF','tgVNt','mochaHooks','require','PUYaA','BZrmw','WhoHh','UPfsu','../cucumber-js/formatter/custom_formatter_old_versions.js','browserStackPercyOptions','fquTx','Dbiyt','TPYyV','vanilla','capability','WjNOU','qIAnZ','Qbwex','tmp/','dnJvY','BYSwh','FQGaw','stepsUnknown','DumZF','BfPfA','Utqyo','splice','YNnbo','_bsConfig','_framework','RQzeE','pUhyi','aEKbP','skipSessionName','GGjvY','FVvaw','capabilities','gjxey','gTFmz','iaWPI','xxIUZ','ZdjNx','supportCodePaths','__platformCaps','testContextOptions','wxMfW','yTtnt','assign','kGEXo','testSuites','configuration','build','_capability','getInstance','IgFgF','uYdfj','zEnqf','pcpul','exitCode','prevRun','testsPending','jPijN','GEauT','@cucumber/cucumber/lib/api/paths.js','QwQeQ','ZPWFd','wRiYN','testsErrorMessage','wfszW','uZaqo','OvbMw','jSgud','RZbSI','TVVkb','stepsUndefined','wQfgK','scenariosFailed','OiDbW','tnBzu','zBZlW','zTjea','Ldasr','__skipSessionStatus','2274sTfBch','KwAbp','etpcH','browserstackPercyBestPlatform','testsFailed','jNCFi','mheGW','prototype','cEVuD','ECSla','WIcyQ','XBGSz','10|9|21|7|2|15|17|5|16|11|19|13|6|18|8|4|0|14|3|20|1|12','EVNNY','../../helpers/helper','yGuIc','stepsAmbiguous','yDCrL','scenarios','dMxmK','oYxAo','woWRI','pendingUploads','unshift','@cucumber/cucumber/lib/cli/configuration_builder.js','catch','XwFBZ','eOxcZ','zMYPn','ldrJc','cybJc','URNBh','KGcUW','VxgGx','mRHOy','Makoz','UZAhV','bHHML','ZzqXH','CNwFH','mBUOY','stepsSkipped','__driversArray','vJcTu','uhpCs','../mocha/test.setup','JLOXD','_accessibilityAutomation','fXAQe','12|13|14|7|6|9|2|5|8|0|3|17|16|18|15|10|20|19|21|11|1|4','args','GzNni','steps','1743318HLNVYk','QPJIX'];a19_0x4948=function(){return _0x3bdbc0;};return a19_0x4948();}class Launcher{constructor(_0x19eebb,_0x3460f3,_0x323130,_0x66bdec=[]){const _0x4c0951=a19_0x2c54cb,_0x5f232e={'pUhyi':_0x4c0951(0x227),'JsxhN':function(_0x26fb16){return _0x26fb16();}},_0x2b2414=_0x5f232e[_0x4c0951(0x1e7)]['split']('|');let _0x5d0c2f=0x0;while(!![]){switch(_0x2b2414[_0x5d0c2f++]){case'0':global['testsSkipped']=0x0;continue;case'1':global[_0x4c0951(0x154)]=0x0;continue;case'2':this['_capability']=this[_0x4c0951(0x1ba)][_0x4c0951(0x1d6)];continue;case'3':global[_0x4c0951(0x185)]=0x0;continue;case'4':global[_0x4c0951(0x204)]=0x0;continue;case'5':this[_0x4c0951(0x1e4)]=_0x323130;continue;case'6':global[_0x4c0951(0x254)]=0x0;continue;case'7':this[_0x4c0951(0x15d)]=_0x3460f3['formatter'];continue;case'8':global[_0x4c0951(0x21f)]=0x0;continue;case'9':this[_0x4c0951(0x1ba)]=_0x3460f3[_0x4c0951(0x1fa)]||{};continue;case'10':this[_0x4c0951(0x1e5)]=_0x19eebb;continue;case'11':this['_accessibilityAutomation']=_0x5f232e[_0x4c0951(0x161)](isAccessibilityAutomationSession);continue;case'12':global[_0x4c0951(0x20b)]={};continue;case'13':global[_0x4c0951(0x1f9)]=0x0;continue;case'14':global[_0x4c0951(0x173)]=0x0;continue;case'15':global[_0x4c0951(0x149)]=this[_0x4c0951(0x1ba)]['platform'];continue;case'16':this[_0x4c0951(0x14f)]=_0x5f232e['JsxhN'](isTestObservabilitySession);continue;case'17':this[_0x4c0951(0x1c0)]=_0x66bdec;continue;case'18':global[_0x4c0951(0x19d)]=0x0;continue;case'19':global[_0x4c0951(0x1f3)]=this['_configuration'][_0x4c0951(0x188)]||{};continue;case'20':global['testsUnknown']=0x0;continue;case'21':this['_mochaOpts']=_0x3460f3['mochaOpts'];continue;}break;}}[a19_0x2c54cb(0x15b)](){const _0x15f9ec=a19_0x2c54cb,_0x24c7fa={'eOxcZ':function(_0x5abd4b,_0x4d1df0){return _0x5abd4b(_0x4d1df0);},'TVVkb':function(_0x4c9dbf,_0x553ea1){return _0x4c9dbf(_0x553ea1);},'dnJvY':_0x15f9ec(0x1bd),'jNCFi':_0x15f9ec(0x16c),'gZoFX':function(_0x5f3b7e){return _0x5f3b7e();},'RCDnB':function(_0x2395df,_0x2fdd34){return _0x2395df===_0x2fdd34;},'zeFwA':'Uzsev','nNAwY':_0x15f9ec(0x1f6),'GQZjM':function(_0x2bf87d,_0x4774e5){return _0x2bf87d<=_0x4774e5;},'cEQuw':function(_0x33a053,_0x274309){return _0x33a053!==_0x274309;},'dhHZb':_0x15f9ec(0x242),'UnGou':'xCWWu','FQGaw':function(_0x2a52f8,_0x17fb70){return _0x2a52f8(_0x17fb70);},'HJxLN':'cucumber/lib/cli/index.js','ZdjNx':_0x15f9ec(0x25a),'fwGHw':function(_0x3fa787,_0x4c6e31,_0x1a7fe8){return _0x3fa787(_0x4c6e31,_0x1a7fe8);},'Duvge':_0x15f9ec(0x241),'TPYyV':_0x15f9ec(0x205),'FVvaw':function(_0x55c237,_0x205b6b){return _0x55c237(_0x205b6b);},'ZPWFd':function(_0x1a0a00,_0x2efd9c){return _0x1a0a00!==_0x2efd9c;},'Utqyo':function(_0xa62ffb,_0x23a915){return _0xa62ffb>_0x23a915;},'gWYes':function(_0x51cb5f,_0x2fdbf0){return _0x51cb5f!==_0x2fdbf0;},'etpcH':_0x15f9ec(0x24c),'zMYPn':function(_0x2e80b9,_0x3daec6){return _0x2e80b9(_0x3daec6);},'LXuqO':_0x15f9ec(0x181),'klOaP':_0x15f9ec(0x1d0),'XqlpF':'../cucumber-js/test_old.setup.js','ECSla':function(_0x1109c4,_0x1ef465){return _0x1109c4(_0x1ef465);},'aEKbP':'../mocha/test-observability/data-hooks','YNnbo':_0x15f9ec(0x255),'kAiqI':_0x15f9ec(0x1b3),'eJRDG':_0x15f9ec(0x15e),'yDCrL':function(_0x4f1220,_0x2e00e4){return _0x4f1220===_0x2e00e4;},'UPfsu':_0x15f9ec(0x201),'jLtuo':'xDdlJ','LaSsZ':_0x15f9ec(0x233),'RQzeE':_0x15f9ec(0x1a5),'RZbSI':_0x15f9ec(0x176),'FzBSv':'CVUVI','Nxcms':function(_0x2e9b12,_0x214175){return _0x2e9b12(_0x214175);},'BfPfA':'../../helpers/setKeepAlive','fcmxi':function(_0x4149b3,_0x5023aa){return _0x4149b3===_0x5023aa;},'yGuIc':_0x15f9ec(0x14b),'zyMXT':_0x15f9ec(0x20f),'OaCnu':_0x15f9ec(0x150),'wRiYN':function(_0x505a8a,_0x8b2ae8){return _0x505a8a(_0x8b2ae8);},'iaWPI':'mocha/lib/cli/run-helpers.js','wfszW':function(_0x2b1a5d,_0xda4cd1){return _0x2b1a5d===_0xda4cd1;},'EOeNZ':'Jnruf','kvsAw':_0x15f9ec(0x16d),'bGvdv':function(_0x240c08){return _0x240c08();},'yOBLL':function(_0x10584e,_0xac9801){return _0x10584e(_0xac9801);},'iawFN':_0x15f9ec(0x248),'GzNni':function(_0x1f3e56){return _0x1f3e56();},'TmaZN':function(_0x18e632,_0x4f5e49){return _0x18e632===_0x4f5e49;},'vJcTu':_0x15f9ec(0x218),'SZDcG':function(_0x1ccdbf,_0x4a0078){return _0x1ccdbf(_0x4a0078);},'Spgra':_0x15f9ec(0x170),'zBZlW':'rEpJF','vrGCW':function(_0x185a4e,_0x192843){return _0x185a4e*_0x192843;},'gtidg':_0x15f9ec(0x1a6),'GEauT':_0x15f9ec(0x249),'WhoHh':function(_0xb88a52,_0xbff0e6){return _0xb88a52===_0xbff0e6;},'LSWCN':_0x15f9ec(0x23d),'QPJIX':_0x15f9ec(0x193),'IWukq':'../mocha/bstack-reporter/customReporter.js','hqrwT':function(_0x2f30bb,_0x3d41dc){return _0x2f30bb||_0x3d41dc;},'grWpW':_0x15f9ec(0x153),'OvbMw':_0x15f9ec(0x18f),'xxIUZ':_0x15f9ec(0x1d1),'tgVNt':'browserstackPercyBestPlatform','Makoz':_0x15f9ec(0x1bf),'LMwoa':_0x15f9ec(0x1bc),'pNLCu':function(_0x14cd7a,_0xdb4bc8){return _0x14cd7a!==_0xdb4bc8;},'mBUOY':_0x15f9ec(0x228),'VUnXl':_0x15f9ec(0x191),'IfCIY':_0x15f9ec(0x1d3),'WjNOU':_0x15f9ec(0x215),'UGDxS':_0x15f9ec(0x194),'mRhSL':'QjLHk','UVqcK':_0x15f9ec(0x156),'gTFmz':function(_0x4bac1a,_0x1164a7){return _0x4bac1a===_0x1164a7;},'bHHML':_0x15f9ec(0x225),'tnBzu':function(_0x25d315,_0x14f2a6){return _0x25d315(_0x14f2a6);},'BZrmw':function(_0x4a65b2,_0x58dc31){return _0x4a65b2===_0x58dc31;},'XwFBZ':'cucumber-js','dMxmK':function(_0x752eb9,_0x2b9cfa){return _0x752eb9!==_0x2b9cfa;},'PUYaA':_0x15f9ec(0x1b1),'QwQeQ':'uCIKl','kQomO':function(_0x56717d,_0x22256b){return _0x56717d!==_0x22256b;},'Ldasr':'biauf','voCJq':_0x15f9ec(0x169),'PvJqM':'../cucumber-js/timeout.setup.js','zgmks':function(_0x227848,_0x575034){return _0x227848===_0x575034;},'zEnqf':'FAwZj','DumZF':'IsKVk','GGjvY':_0x15f9ec(0x207),'Qbwex':_0x15f9ec(0x1ab),'qgQNt':function(_0x55b13a,_0x45ca2){return _0x55b13a!==_0x45ca2;},'ALzND':'VaXax','xVkSA':_0x15f9ec(0x20d),'wxMfW':function(_0x2d5c24,_0x2954c8){return _0x2d5c24(_0x2954c8);},'UZAhV':'--parallel','EYKGm':function(_0x406c17,_0x4f410c){return _0x406c17<_0x4f410c;},'tPRuF':function(_0x55bd86,_0x251ab2){return _0x55bd86>_0x251ab2;},'NyXSq':function(_0x442adb,_0x29f578){return _0x442adb!==_0x29f578;},'MyArz':function(_0x3fe771,_0x4e98cd){return _0x3fe771===_0x4e98cd;},'IMViu':_0x15f9ec(0x1d5),'woWRI':function(_0x4c4202,_0x35ac17){return _0x4c4202(_0x35ac17);},'UqkoT':_0x15f9ec(0x159),'tmITk':function(_0x512599,_0x12402f){return _0x512599(_0x12402f);},'vWyef':function(_0x1f8c76){return _0x1f8c76();}};return new Promise(async(_0x58ad45,_0x118e3d)=>{const _0x18eafc=_0x15f9ec,_0x3f6e0b={'yHwXP':function(_0x14bf01,_0x34ab9f){const _0x188d6f=a19_0x42b9;return _0x24c7fa[_0x188d6f(0x237)](_0x14bf01,_0x34ab9f);},'qLteo':_0x24c7fa['aEKbP'],'VxgGx':_0x24c7fa[_0x18eafc(0x1e3)],'XBGSz':function(_0x37f6ed,_0x57123a){const _0xfdc2e0=_0x18eafc;return _0x24c7fa[_0xfdc2e0(0x14a)](_0x37f6ed,_0x57123a);},'LdaKo':_0x24c7fa[_0x18eafc(0x1c2)],'IgFgF':_0x24c7fa['eJRDG'],'fXAQe':function(_0x4a109a,_0x3c7569){const _0x37fafa=_0x18eafc;return _0x24c7fa[_0x37fafa(0x224)](_0x4a109a,_0x3c7569);},'wTZNr':function(_0xd6afd1,_0x1dae6b){const _0x4ae4a0=_0x18eafc;return _0x24c7fa[_0x4ae4a0(0x22c)](_0xd6afd1,_0x1dae6b);},'Kpovm':_0x24c7fa[_0x18eafc(0x1cf)],'KGcUW':_0x24c7fa[_0x18eafc(0x1a0)],'kGEXo':_0x24c7fa[_0x18eafc(0x220)],'URNBh':function(_0x424495,_0x17b69b){const _0x3e84cf=_0x18eafc;return _0x24c7fa[_0x3e84cf(0x1dd)](_0x424495,_0x17b69b);},'KwAbp':function(_0x4ed12b,_0x4667f7){const _0x447fcf=_0x18eafc;return _0x24c7fa[_0x447fcf(0x236)](_0x4ed12b,_0x4667f7);},'BYSwh':_0x24c7fa[_0x18eafc(0x183)],'hmMNy':_0x24c7fa[_0x18eafc(0x1e6)],'fquTx':_0x24c7fa[_0x18eafc(0x210)],'DiUDm':_0x24c7fa['FzBSv'],'cybJc':function(_0x200ff3,_0xa96560){const _0x109a20=_0x18eafc;return _0x24c7fa[_0x109a20(0x1eb)](_0x200ff3,_0xa96560);},'wQfgK':function(_0x1f3cd0,_0x4c9463){const _0x101fd8=_0x18eafc;return _0x24c7fa[_0x101fd8(0x224)](_0x1f3cd0,_0x4c9463);}};_0x24c7fa['Nxcms'](require,_0x24c7fa[_0x18eafc(0x1e0)])();if(_0x24c7fa[_0x18eafc(0x155)](this[_0x18eafc(0x1e5)],_0x24c7fa[_0x18eafc(0x22a)])){if(_0x24c7fa[_0x18eafc(0x22c)](_0x24c7fa['zyMXT'],_0x24c7fa['OaCnu']))_0x36c051=0x0;else{const _0x58ef3f=_0x24c7fa[_0x18eafc(0x20a)](requireModule,_0x24c7fa[_0x18eafc(0x1ef)]),_0x30dfe2=_0x24c7fa[_0x18eafc(0x1eb)](requireModule,_0x24c7fa['yGuIc']);_0x24c7fa[_0x18eafc(0x151)](isBrowserstackInfra)&&(_0x24c7fa[_0x18eafc(0x20c)](_0x24c7fa[_0x18eafc(0x256)],_0x24c7fa[_0x18eafc(0x1c6)])?(this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x182)]&&_0x3a8e99[_0x18eafc(0x182)][_0x18eafc(0x232)](...this['_mochaOpts'][_0x18eafc(0x197)][_0x18eafc(0x182)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x190)]&&_0x3e686a[_0x18eafc(0x190)][_0x18eafc(0x232)](...this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x190)]),this['_mochaOpts'][_0x18eafc(0x197)][_0x18eafc(0x19a)]&&_0x4d39e2['afterAll'][_0x18eafc(0x189)](...this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x19a)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x171)]&&_0x435284[_0x18eafc(0x171)]['push'](...this['_mochaOpts'][_0x18eafc(0x197)][_0x18eafc(0x171)])):_0x24c7fa[_0x18eafc(0x16e)](modifyCommand));const _0x51cfa6=_0x24c7fa[_0x18eafc(0x14d)](require,_0x24c7fa['iawFN'])[_0x18eafc(0x1ca)],_0x38cc7b={};_0x38cc7b['beforeAll']=[_0x51cfa6[_0x18eafc(0x182)]],_0x38cc7b[_0x18eafc(0x190)]=[_0x51cfa6[_0x18eafc(0x190)]],_0x38cc7b[_0x18eafc(0x19a)]=[_0x51cfa6[_0x18eafc(0x19a)]],_0x38cc7b[_0x18eafc(0x171)]=[_0x51cfa6[_0x18eafc(0x171)]];const _0x5627bb=_0x38cc7b;if(_0x24c7fa[_0x18eafc(0x24e)](isTestObservabilitySession)){if(_0x24c7fa[_0x18eafc(0x19b)](_0x24c7fa[_0x18eafc(0x246)],_0x24c7fa[_0x18eafc(0x246)])){const _0x5ac3e2=_0x24c7fa['SZDcG'](require,_0x24c7fa[_0x18eafc(0x1e8)])[_0x18eafc(0x1ca)];_0x5627bb[_0x18eafc(0x182)][_0x18eafc(0x232)](_0x5ac3e2['beforeAll']),_0x5627bb['afterAll'][_0x18eafc(0x189)](_0x5ac3e2[_0x18eafc(0x19a)]);}else _0x48bb75['__skipSessionStatus']=!![];}const _0x1adb39=await _0x58ef3f[_0x18eafc(0x14c)](this['_mochaOpts'][_0x18eafc(0x1cb)]);Object[_0x18eafc(0x1f7)](this[_0x18eafc(0x16f)],_0x1adb39);if(this[_0x18eafc(0x16f)][_0x18eafc(0x197)]){if(_0x24c7fa[_0x18eafc(0x209)](_0x24c7fa[_0x18eafc(0x1a2)],_0x24c7fa[_0x18eafc(0x217)]))this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x182)]&&_0x5627bb[_0x18eafc(0x182)][_0x18eafc(0x232)](...this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x182)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x190)]&&_0x5627bb['beforeEach']['unshift'](...this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x190)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x19a)]&&_0x5627bb['afterAll']['push'](...this['_mochaOpts'][_0x18eafc(0x197)][_0x18eafc(0x19a)]),this[_0x18eafc(0x16f)][_0x18eafc(0x197)][_0x18eafc(0x171)]&&_0x5627bb['afterEach'][_0x18eafc(0x189)](...this[_0x18eafc(0x16f)]['rootHooks'][_0x18eafc(0x171)]);else{const _0x458fac=_0x3f6e0b[_0x18eafc(0x15f)](_0x23e7bb,_0x3f6e0b['qLteo'])[_0x18eafc(0x1ca)];_0x394317[_0x18eafc(0x182)][_0x18eafc(0x232)](_0x458fac[_0x18eafc(0x182)]),_0x3dff50[_0x18eafc(0x19a)][_0x18eafc(0x189)](_0x458fac[_0x18eafc(0x19a)]);}}const _0x1efa84=this[_0x18eafc(0x16f)]['reporter'];let _0x55f369=_0x24c7fa['vrGCW'](this['_mochaOpts'][_0x18eafc(0x1b9)],0x1);_0x24c7fa[_0x18eafc(0x20c)](this[_0x18eafc(0x16f)][_0x18eafc(0x1b9)],0x0)?_0x24c7fa['fcmxi'](_0x24c7fa['gtidg'],_0x24c7fa[_0x18eafc(0x206)])?_0x3f6e0b['yHwXP'](_0x2d1fe6,_0x3f6e0b[_0x18eafc(0x23c)])[_0x18eafc(0x1b5)](this[_0x18eafc(0x1ba)],null,this[_0x18eafc(0x14f)]):_0x55f369=0x0:_0x24c7fa[_0x18eafc(0x1ce)](_0x24c7fa['LSWCN'],_0x24c7fa[_0x18eafc(0x251)])?this['_configuration'][_0x18eafc(0x1ad)]=this[_0x18eafc(0x1e4)][_0x18eafc(0x1ad)]:_0x55f369+=constants[_0x18eafc(0x199)];const _0x2ea9ee={...this[_0x18eafc(0x16f)],'reporter':path[_0x18eafc(0x1b8)](__dirname,_0x24c7fa['IWukq']),'reporterOption':{...this['_mochaOpts'][_0x18eafc(0x1c5)],'type':_0x24c7fa[_0x18eafc(0x15c)](_0x1efa84,_0x24c7fa[_0x18eafc(0x198)]),'testObservability':this['_testObservability'],'bsConfig':this[_0x18eafc(0x1e4)]},'parallel':![],'rootHooks':_0x5627bb,'isWorker':!![],'timeout':_0x55f369};global['browserstackPlatformIndex']=helper[_0x18eafc(0x184)](this[_0x18eafc(0x1ba)],[_0x24c7fa[_0x18eafc(0x20e)]]),global[_0x18eafc(0x21e)]=helper[_0x18eafc(0x184)](this['_configuration'],[_0x24c7fa[_0x18eafc(0x1f0)],_0x24c7fa[_0x18eafc(0x1c9)]]),global[_0x18eafc(0x1bf)]=helper['nestedKeyValue'](this[_0x18eafc(0x1ba)],[_0x24c7fa['xxIUZ'],_0x24c7fa[_0x18eafc(0x23e)]]),global[_0x18eafc(0x1bc)]=helper[_0x18eafc(0x184)](this['_configuration'],[_0x24c7fa[_0x18eafc(0x1f0)],_0x24c7fa[_0x18eafc(0x162)]]),global[_0x18eafc(0x1ec)]=[this[_0x18eafc(0x1fc)]];helper['isBrowserstackInfra']()&&(_0x24c7fa[_0x18eafc(0x175)](_0x24c7fa[_0x18eafc(0x243)],_0x24c7fa[_0x18eafc(0x243)])?_0x24c7fa[_0x18eafc(0x236)](_0x35cb06,_0x13908e):(this[_0x18eafc(0x1e4)][_0x18eafc(0x1f4)]['skipSessionName']&&(_0x24c7fa['gWYes'](_0x24c7fa[_0x18eafc(0x1b7)],_0x24c7fa['VUnXl'])?_0x324ab7[_0x18eafc(0x1a8)]=!![]:global[_0x18eafc(0x1a8)]=!![]),this[_0x18eafc(0x1e4)][_0x18eafc(0x1f4)][_0x18eafc(0x1b6)]&&(_0x24c7fa[_0x18eafc(0x14a)](_0x24c7fa['IfCIY'],_0x24c7fa[_0x18eafc(0x1d7)])?global['__skipSessionStatus']=!![]:(this['_bsConfig']['testContextOptions'][_0x18eafc(0x1e9)]&&(_0x30f480[_0x18eafc(0x1a8)]=!![]),this[_0x18eafc(0x1e4)][_0x18eafc(0x1f4)][_0x18eafc(0x1b6)]&&(_0x5ef15c[_0x18eafc(0x21a)]=!![])))));if(this[_0x18eafc(0x1e4)]['turboScaleUrl']){if(_0x24c7fa[_0x18eafc(0x20c)](_0x24c7fa[_0x18eafc(0x1a7)],_0x24c7fa[_0x18eafc(0x1a7)]))this[_0x18eafc(0x1ba)][_0x18eafc(0x1ad)]=this[_0x18eafc(0x1e4)][_0x18eafc(0x1ad)];else return;}const _0x98d84a=new _0x30dfe2(_0x2ea9ee);_0x98d84a[_0x18eafc(0x203)]=_0x98d84a[_0x18eafc(0x15b)];if(_0x24c7fa[_0x18eafc(0x24e)](isTestObservabilitySession))_0x24c7fa['gWYes'](_0x24c7fa[_0x18eafc(0x1b4)],_0x24c7fa[_0x18eafc(0x1b4)])?_0xf5c3a9=_0x24c7fa[_0x18eafc(0x211)](_0x40c45e,_0x24c7fa[_0x18eafc(0x1db)]):_0x98d84a['run']=function(_0x3eb265){const _0x33bdde=_0x18eafc,_0x18bc2f={'qIAnZ':_0x24c7fa['jNCFi'],'QLJFe':function(_0x14b64a){return _0x24c7fa['gZoFX'](_0x14b64a);},'smifm':function(_0x15511e,_0x1869ac){const _0x13aa63=a19_0x42b9;return _0x24c7fa[_0x13aa63(0x15a)](_0x15511e,_0x1869ac);},'gjxey':_0x24c7fa[_0x33bdde(0x1b2)],'vLgOY':_0x24c7fa[_0x33bdde(0x163)],'ldrJc':function(_0x3827be,_0x2537d3){const _0x4910a2=_0x33bdde;return _0x24c7fa[_0x4910a2(0x1ae)](_0x3827be,_0x2537d3);},'uYdfj':function(_0x3d8744,_0x1a499f){const _0x18bc25=_0x33bdde;return _0x24c7fa[_0x18bc25(0x14a)](_0x3d8744,_0x1a499f);},'oYxAo':_0x24c7fa[_0x33bdde(0x1b0)],'KvGAv':_0x24c7fa['UnGou'],'mheGW':function(_0x11a096,_0x438eca){const _0x3ab90b=_0x33bdde;return _0x24c7fa[_0x3ab90b(0x1dd)](_0x11a096,_0x438eca);},'tSVyW':_0x24c7fa[_0x33bdde(0x1aa)],'UqEsO':_0x24c7fa[_0x33bdde(0x1f1)],'slWpB':function(_0x9850e0,_0x40f7ad,_0x29dbe3){return _0x24c7fa['fwGHw'](_0x9850e0,_0x40f7ad,_0x29dbe3);}};if(_0x24c7fa[_0x33bdde(0x14a)](_0x24c7fa['Duvge'],_0x24c7fa[_0x33bdde(0x1d4)]))return _0x98d84a[_0x33bdde(0x203)](_0x367930=>{const _0x4665ec=_0x33bdde,_0x144bed={'cEVuD':function(_0x5170d3,_0x244d5c){const _0x11ca71=a19_0x42b9;return _0x18bc2f[_0x11ca71(0x221)](_0x5170d3,_0x244d5c);},'Cnjoq':_0x18bc2f[_0x4665ec(0x164)]};if(_0x18bc2f[_0x4665ec(0x1ff)](_0x18bc2f[_0x4665ec(0x1a9)],_0x18bc2f[_0x4665ec(0x1a9)]))_0x1b048d=_0x144bed[_0x4665ec(0x223)](_0x1120ac,_0x144bed[_0x4665ec(0x147)]);else{const _0x51cb61=_0x18bc2f[_0x4665ec(0x252)](setInterval,async()=>{const _0x3606d8=_0x4665ec,_0x3c1ce7={'uhpCs':_0x18bc2f[_0x3606d8(0x1d8)],'bnXoE':function(_0x4c5629){return _0x18bc2f['QLJFe'](_0x4c5629);}};if(_0x18bc2f['smifm'](_0x18bc2f[_0x3606d8(0x1ed)],_0x18bc2f['vLgOY'])){const _0x55845a=_0x3606d8(0x1da)+_0x3ece4b+_0x38e617['extname'](_0x376c63);_0x2916ae[_0x3606d8(0x189)](_0x3c1ce7[_0x3606d8(0x247)]),_0x2c2ee4['push'](_0x1adb43+':'+_0x55845a);}else _0x18bc2f[_0x3606d8(0x238)](RequestQueueHandler[_0x3606d8(0x1fd)]()[_0x3606d8(0x231)],0x0)&&(_0x18bc2f[_0x3606d8(0x1ff)](_0x18bc2f[_0x3606d8(0x22f)],_0x18bc2f['KvGAv'])?(_0x18bc2f[_0x3606d8(0x221)](clearInterval,_0x51cb61),await _0x18bc2f[_0x3606d8(0x221)](cleanupDrivers,global[_0x3606d8(0x245)]),_0x18bc2f['mheGW'](_0x58ad45,_0x367930)):_0x3c1ce7[_0x3606d8(0x195)](_0x37bfb9));},0x3e8);}});else _0x3b57ea['push'](_0x18bc2f[_0x33bdde(0x1d8)]),_0x2eae4e[_0x33bdde(0x189)](_0x1fbbc6+_0x33bdde(0x19f)+_0x2b90b4);};else{if(_0x24c7fa[_0x18eafc(0x15a)](_0x24c7fa['UVqcK'],_0x24c7fa['UVqcK']))_0x98d84a['run']=function(_0x49fcdd){const _0xad85fe=_0x18eafc,_0x2f971f={'eWkMp':function(_0x4729d7,_0x3e225d){const _0x2fac7f=a19_0x42b9;return _0x3f6e0b[_0x2fac7f(0x226)](_0x4729d7,_0x3e225d);},'QpTtd':_0x3f6e0b[_0xad85fe(0x257)],'zAhxC':_0x3f6e0b[_0xad85fe(0x1fe)],'RIIBr':function(_0xfcb17a,_0x47439f){const _0x37173f=_0xad85fe;return _0x3f6e0b[_0x37173f(0x15f)](_0xfcb17a,_0x47439f);},'AsnkQ':function(_0x48d4a8,_0x3e9031){const _0x1488dd=_0xad85fe;return _0x3f6e0b[_0x1488dd(0x24b)](_0x48d4a8,_0x3e9031);}};if(_0x3f6e0b[_0xad85fe(0x18c)](_0x3f6e0b['Kpovm'],_0x3f6e0b[_0xad85fe(0x23b)]))_0x23aead+=_0x4d48f1['BSTACK_DELTA'];else return _0x98d84a[_0xad85fe(0x203)](async _0x18e705=>{const _0x4ab1f8=_0xad85fe;_0x2f971f['eWkMp'](_0x2f971f['QpTtd'],_0x2f971f[_0x4ab1f8(0x160)])?(await _0x2f971f['RIIBr'](cleanupDrivers,global[_0x4ab1f8(0x245)]),_0x2f971f[_0x4ab1f8(0x17e)](_0x58ad45,_0x18e705)):_0x24d07c[_0x4ab1f8(0x1e2)](_0x440130,0x1);});};else{const _0x226cfc=this['_formatter'][_0x1ee55d][0x1],_0x1c0c6c=''+this['_formatter'][_0x4df0ad][0x0];if(_0x3f6e0b[_0x18eafc(0x226)](_0x226cfc,_0x582611)){const _0x1a8d2a='tmp/'+_0x120303+_0x2f84a2[_0x18eafc(0x259)](_0x226cfc);_0x4241c9[_0x18eafc(0x189)](_0x3f6e0b[_0x18eafc(0x1f8)]),_0x24099f['push'](_0x1c0c6c+':'+_0x1a8d2a);}else _0x1d4cca[_0x18eafc(0x189)](_0x3f6e0b['kGEXo']),_0x529677['push'](_0x1c0c6c+_0x18eafc(0x19f)+_0x5ccb54);}}try{_0x24c7fa[_0x18eafc(0x1ee)](_0x24c7fa[_0x18eafc(0x240)],_0x24c7fa[_0x18eafc(0x240)])?_0x24c7fa[_0x18eafc(0x216)](require,_0x24c7fa[_0x18eafc(0x1e3)])['browserstackAgentV2'](this[_0x18eafc(0x1ba)],null,this['_testObservability']):(_0x25026e[_0x18eafc(0x1c4)](_0x3a810b),_0x815b3f[_0x18eafc(0x202)]=0x1,_0x3f6e0b[_0x18eafc(0x23a)](_0x4cfa6a,_0x398abc));}catch{}const _0x1159fb=_0x58ef3f[_0x18eafc(0x1ac)](_0x98d84a,_0x2ea9ee);_0x1159fb&&_0x1159fb['catch'](_0x178704=>{const _0x2d861f=_0x18eafc;_0x3f6e0b[_0x2d861f(0x18c)](_0x3f6e0b[_0x2d861f(0x1d2)],_0x3f6e0b[_0x2d861f(0x146)])?(_0x18f61a=_0x3f6e0b[_0x2d861f(0x21c)](_0x592624,_0x3f6e0b[_0x2d861f(0x1dc)])[_0x2d861f(0x1be)],_0x15e189[_0x2d861f(0x189)](_0x3f6e0b[_0x2d861f(0x1f8)]),_0x12ad76['push'](_0x488529[_0x2d861f(0x1b8)](_0x142f70,_0x3f6e0b[_0x2d861f(0x186)]))):_0x3f6e0b[_0x2d861f(0x239)](_0x118e3d,_0x178704);});}}else{if(_0x24c7fa[_0x18eafc(0x1cd)](this['_framework'],_0x24c7fa[_0x18eafc(0x235)])){let _0x4768f3;try{if(_0x24c7fa[_0x18eafc(0x22e)](_0x24c7fa[_0x18eafc(0x1cc)],_0x24c7fa['PUYaA'])){const _0x5c3f69={};_0x5c3f69[_0x18eafc(0x22d)]=_0x1d4c06[_0x18eafc(0x1f9)],_0x5c3f69[_0x18eafc(0x24f)]=_0x26d0f4[_0x18eafc(0x254)],_0x5c3f69[_0x18eafc(0x214)]=_0x181b22[_0x18eafc(0x173)],_0x5c3f69[_0x18eafc(0x177)]=_0x27c9ef[_0x18eafc(0x21f)],_0x5c3f69['stepsPassed']=_0x4759f1[_0x18eafc(0x19d)],_0x5c3f69[_0x18eafc(0x244)]=_0x234d8d[_0x18eafc(0x1a3)],_0x5c3f69[_0x18eafc(0x180)]=_0xd36e4a[_0x18eafc(0x204)],_0x5c3f69[_0x18eafc(0x212)]=_0xe7a2e2[_0x18eafc(0x185)],_0x5c3f69[_0x18eafc(0x1de)]=_0x16c634[_0x18eafc(0x18d)],_0x5c3f69[_0x18eafc(0x22b)]=_0x445d11[_0x18eafc(0x154)],_0x5c3f69[_0x18eafc(0x192)]=_0x3500eb['success'],_0x5c3f69[_0x18eafc(0x20b)]=_0xc1393['testsErrorMessage'];const _0x4b077d=_0x5c3f69;_0x3f6e0b[_0x18eafc(0x23a)](_0xfc95be,_0x4b077d);}else _0x4768f3=_0x24c7fa[_0x18eafc(0x236)](requireModule,_0x24c7fa[_0x18eafc(0x1db)]);}catch(_0x3d3a32){_0x24c7fa[_0x18eafc(0x1ce)](_0x24c7fa[_0x18eafc(0x208)],_0x24c7fa[_0x18eafc(0x208)])?_0x4768f3=_0x24c7fa[_0x18eafc(0x1eb)](requireModule,_0x24c7fa['HJxLN']):_0x3f6e0b['KwAbp'](_0x301243,_0xf9b82e);}const _0x42cf8b=this[_0x18eafc(0x1c0)],_0x2a12a3=_0x42cf8b['indexOf'](_0x24c7fa[_0x18eafc(0x235)]);if(_0x24c7fa[_0x18eafc(0x1e1)](_0x2a12a3,-0x1)){if(_0x24c7fa['kQomO'](_0x24c7fa[_0x18eafc(0x219)],_0x24c7fa[_0x18eafc(0x17f)]))_0x42cf8b[_0x18eafc(0x1e2)](_0x2a12a3,0x1);else{const _0x31fb55=_0x24c7fa[_0x18eafc(0x1eb)](_0x15fadb,this[_0x18eafc(0x1fc)])['replace'](/ /g,'_');if(_0x24c7fa[_0x18eafc(0x209)](this[_0x18eafc(0x15d)][_0x481e58],_0x398034)&&_0x24c7fa['Utqyo'](this[_0x18eafc(0x15d)][_0x19cc74][_0x18eafc(0x18e)],0x0)){const _0x3efae2=this[_0x18eafc(0x15d)][_0x57c77f][0x1],_0x27ddb8=''+this[_0x18eafc(0x15d)][_0x5a5985][0x0];if(_0x24c7fa[_0x18eafc(0x17a)](_0x3efae2,_0x5ef99c)){const _0x35471c=_0x18eafc(0x1da)+_0x31fb55+_0x19aaa9['extname'](_0x3efae2);_0x4847ce[_0x18eafc(0x189)](_0x24c7fa[_0x18eafc(0x220)]),_0x328e25[_0x18eafc(0x189)](_0x27ddb8+':'+_0x35471c);}else _0x4e74f3[_0x18eafc(0x189)](_0x24c7fa['jNCFi']),_0x5236b0[_0x18eafc(0x189)](_0x27ddb8+':tmp/'+_0x31fb55);}}}const _0x1041b1=_0x24c7fa[_0x18eafc(0x19e)];try{if(_0x24c7fa['zgmks'](_0x24c7fa[_0x18eafc(0x200)],_0x24c7fa[_0x18eafc(0x1df)])){const _0x465069=_0x24c7fa[_0x18eafc(0x21d)][_0x18eafc(0x165)]('|');let _0xdd7d83=0x0;while(!![]){switch(_0x465069[_0xdd7d83++]){case'0':this[_0x18eafc(0x24a)]=_0x24c7fa[_0x18eafc(0x151)](_0x5c8c56);continue;case'1':_0x162e92[_0x18eafc(0x154)]=0x0;continue;case'2':this['_argv']=_0x488c3a;continue;case'3':_0xd8fdb6[_0x18eafc(0x1f3)]=this[_0x18eafc(0x1ba)][_0x18eafc(0x188)]||{};continue;case'4':_0x11e1b2[_0x18eafc(0x20b)]={};continue;case'5':this[_0x18eafc(0x1e4)]=_0xf22a47;continue;case'6':this[_0x18eafc(0x1fc)]=this[_0x18eafc(0x1ba)][_0x18eafc(0x1d6)];continue;case'7':this[_0x18eafc(0x15d)]=_0x46c181[_0x18eafc(0x179)];continue;case'8':this[_0x18eafc(0x14f)]=_0x24c7fa[_0x18eafc(0x151)](_0x472ed0);continue;case'9':_0xae61a[_0x18eafc(0x149)]=this[_0x18eafc(0x1ba)][_0x18eafc(0x1a4)];continue;case'10':_0x59620a['testsPending']=0x0;continue;case'11':_0x1fb794[_0x18eafc(0x18d)]=0x0;continue;case'12':this['_framework']=_0x6f0e8;continue;case'13':this[_0x18eafc(0x1ba)]=_0x5c5de9['configuration']||{};continue;case'14':this[_0x18eafc(0x16f)]=_0x2c4e5c['mochaOpts'];continue;case'15':_0x6b5166['testsFailed']=0x0;continue;case'16':_0x2ba5d4['totalTests']=0x0;continue;case'17':_0x570ed4[_0x18eafc(0x1f9)]=0x0;continue;case'18':_0x2e9325['testsPassed']=0x0;continue;case'19':_0x273a07[_0x18eafc(0x173)]=0x0;continue;case'20':_0x33c9b3[_0x18eafc(0x1a3)]=0x0;continue;case'21':_0xde14d9[_0x18eafc(0x185)]=0x0;continue;}break;}}else{const _0x447880=_0x24c7fa[_0x18eafc(0x236)](requireModule,_0x24c7fa[_0x18eafc(0x1ea)]),_0x34a78b=_0x447880[_0x18eafc(0x18a)];_0x447880.resolvePaths=async function(){const pathResults=await _0x34a78b.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x1041b1)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x42cf8b['push'](_0x24c7fa[_0x18eafc(0x220)]),_0x42cf8b[_0x18eafc(0x189)](path[_0x18eafc(0x1b8)](__dirname,_0x24c7fa[_0x18eafc(0x1e6)]));}}catch(_0x5e81c2){let _0xf73410=_0x24c7fa[_0x18eafc(0x1d9)],_0xd9bf39;try{_0x24c7fa[_0x18eafc(0x166)](_0x24c7fa['ALzND'],_0x24c7fa['xVkSA'])?(_0xd9bf39=_0x24c7fa[_0x18eafc(0x1eb)](requireModule,_0x24c7fa[_0x18eafc(0x183)])[_0x18eafc(0x1be)],_0x42cf8b['push'](_0x24c7fa[_0x18eafc(0x220)]),_0x42cf8b[_0x18eafc(0x189)](path[_0x18eafc(0x1b8)](__dirname,_0x24c7fa['RQzeE']))):(_0x310688=_0x24c7fa['zMYPn'](_0x4a70a7,_0x24c7fa[_0x18eafc(0x187)])[_0x18eafc(0x1be)],_0x1ebedb[_0x18eafc(0x189)](_0x24c7fa[_0x18eafc(0x220)]),_0x46ca5f[_0x18eafc(0x189)](_0xc61dda[_0x18eafc(0x1b8)](_0x32f44a,_0x24c7fa[_0x18eafc(0x148)])),_0x30bab6=_0x24c7fa['XqlpF']);}catch(_0x35701f){_0xd9bf39=_0x24c7fa[_0x18eafc(0x1f5)](requireModule,_0x24c7fa['LXuqO'])[_0x18eafc(0x1be)],_0x42cf8b[_0x18eafc(0x189)](_0x24c7fa['jNCFi']),_0x42cf8b[_0x18eafc(0x189)](path[_0x18eafc(0x1b8)](__dirname,_0x24c7fa['klOaP'])),_0xf73410=_0x24c7fa[_0x18eafc(0x1c7)];}const _0x50d4c4=_0xd9bf39[_0x18eafc(0x222)]['build'];_0xd9bf39['prototype'][_0x18eafc(0x1fb)]=async function(){const _0x3bf8b1=_0x18eafc,_0x197302=await _0x50d4c4['call'](this);return _0x197302[_0x3bf8b1(0x1f2)]['unshift'](path[_0x3bf8b1(0x1b8)](__dirname,_0xf73410)),_0x197302['supportCodePaths'][_0x3bf8b1(0x189)](path[_0x3bf8b1(0x1b8)](__dirname,_0x1041b1)),_0x197302;};}_0x42cf8b[_0x18eafc(0x189)](_0x24c7fa[_0x18eafc(0x23f)]),_0x42cf8b[_0x18eafc(0x189)](''+this[_0x18eafc(0x1ba)][_0x18eafc(0x1af)]);if(this[_0x18eafc(0x15d)]&&_0x24c7fa[_0x18eafc(0x1e1)](this[_0x18eafc(0x15d)][_0x18eafc(0x18e)],0x0))for(let _0x1e3dd5=0x0;_0x24c7fa['EYKGm'](_0x1e3dd5,this['_formatter']['length']);_0x1e3dd5++){const _0x25bfa2=_0x24c7fa['TVVkb'](getPlatformName,this[_0x18eafc(0x1fc)])['replace'](/ /g,'_');if(_0x24c7fa[_0x18eafc(0x209)](this[_0x18eafc(0x15d)][_0x1e3dd5],undefined)&&_0x24c7fa[_0x18eafc(0x17b)](this[_0x18eafc(0x15d)][_0x1e3dd5]['length'],0x0)){const _0x342718=this[_0x18eafc(0x15d)][_0x1e3dd5][0x1],_0xa733b=''+this[_0x18eafc(0x15d)][_0x1e3dd5][0x0];if(_0x24c7fa['NyXSq'](_0x342718,undefined)){const _0x251868=_0x18eafc(0x1da)+_0x25bfa2+path[_0x18eafc(0x259)](_0x342718);_0x42cf8b['push'](_0x24c7fa[_0x18eafc(0x220)]),_0x42cf8b[_0x18eafc(0x189)](_0xa733b+':'+_0x251868);}else _0x42cf8b[_0x18eafc(0x189)](_0x24c7fa['jNCFi']),_0x42cf8b['push'](_0xa733b+_0x18eafc(0x19f)+_0x25bfa2);}}const _0x13fa94=new _0x4768f3[(_0x18eafc(0x1be))]({'argv':_0x42cf8b,'cwd':process[_0x18eafc(0x157)](),'stdout':process['stdout'],'stderr':process['stderr'],'env':process['env']});process[_0x18eafc(0x172)][_0x18eafc(0x158)]=JSON['stringify'](this['_configuration']),_0x13fa94['run']()[_0x18eafc(0x19c)](_0x2cddf2=>{const _0x27c977=_0x18eafc,_0x4f515a={};_0x4f515a[_0x27c977(0x22d)]=global['testSuites'],_0x4f515a[_0x27c977(0x24f)]=global['totalTests'],_0x4f515a['scenariosFailed']=global[_0x27c977(0x173)],_0x4f515a[_0x27c977(0x177)]=global[_0x27c977(0x21f)],_0x4f515a['stepsPassed']=global['testsPassed'],_0x4f515a[_0x27c977(0x244)]=global[_0x27c977(0x1a3)],_0x4f515a[_0x27c977(0x180)]=global[_0x27c977(0x204)],_0x4f515a[_0x27c977(0x212)]=global[_0x27c977(0x185)],_0x4f515a[_0x27c977(0x1de)]=global[_0x27c977(0x18d)],_0x4f515a[_0x27c977(0x22b)]=global[_0x27c977(0x154)],_0x4f515a[_0x27c977(0x192)]=_0x2cddf2[_0x27c977(0x16b)],_0x4f515a[_0x27c977(0x20b)]=global[_0x27c977(0x20b)];const _0x54e425=_0x4f515a;_0x24c7fa['FVvaw'](_0x58ad45,_0x54e425);})[_0x18eafc(0x234)](_0x2f40cc=>{const _0x262359=_0x18eafc;_0x3f6e0b[_0x262359(0x213)](_0x118e3d,_0x2f40cc);});}else{if(_0x24c7fa['MyArz'](this[_0x18eafc(0x1e5)],_0x24c7fa[_0x18eafc(0x14e)])){process[_0x18eafc(0x17c)]=this[_0x18eafc(0x1ba)][_0x18eafc(0x24d)];try{_0x24c7fa['gZoFX'](modifyCommand),_0x24c7fa[_0x18eafc(0x230)](require,_0x24c7fa['YNnbo'])[_0x18eafc(0x1c1)](this[_0x18eafc(0x1ba)]);let _0x2030bf=0x0;process['on'](_0x24c7fa[_0x18eafc(0x18b)],async()=>{const _0x178827=_0x18eafc;if(_0x24c7fa[_0x178827(0x1e1)](_0x2030bf,0x0))return;_0x2030bf++,await _0x24c7fa[_0x178827(0x224)](cleanupDrivers,global[_0x178827(0x245)]);}),_0x24c7fa['FVvaw'](require,this[_0x18eafc(0x1ba)]['file']);}catch(_0x26cee9){console[_0x18eafc(0x1c4)](_0x26cee9),process[_0x18eafc(0x202)]=0x1,_0x24c7fa['tmITk'](_0x118e3d,_0x26cee9);}_0x24c7fa['vWyef'](_0x58ad45);}}}});}}function a19_0x42b9(_0x5c85f4,_0x4c15ed){const _0x49481e=a19_0x4948();return a19_0x42b9=function(_0x42b966,_0x56d779){_0x42b966=_0x42b966-0x146;let _0x44bd5d=_0x49481e[_0x42b966];return _0x44bd5d;},a19_0x42b9(_0x5c85f4,_0x4c15ed);}module[a19_0x2c54cb(0x168)]=Launcher;
@@ -1 +1 @@
1
- const a20_0x2723cc=a20_0x4cf5;function a20_0x4e34(){const _0x2c038b=['940AHPugU','setExtension','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','bYArm','uFFxO','jFHot','NNZnH','DaJdL','browserstack.accessibilityOptions','ouCXV','Oyppi','3366444ceKgGQ','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','AqBvN','rmqgt','toLowerCase','YfWiV','aqWZw','bstack:options','uTaYc','util','SfzsR','MiDxL','sohGl','NOdvh','NaqON','RCaMv','authToken','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','VOwvy','--headless','kVdGj','YLqDO','utzlF','eWViI','nHZAT','path','debug','XaRaA','RgrKr','env','isAccessibilityPlatform','uacco','latest','capability','IpMpB','cWWYu','isUndefined','ORBiE','vuANH','dDaVQ','scannerVersion','2916771eREsvD','ZBxdQ','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','HxKWI','eaYBd','9121PQoPjU','HYuCA','warn','args','bdECI','selenium-webdriver/chrome.js','USVTz','bgdWb','1051436FyUwLE','jOiDO','winstonLogger','yiOTP','1176624kMeRJs','417276PXCZof','JCVSm','VICDI','KDOuL','BS_A11Y_JWT','chromeOptions_','accessibility','xJgJv','setAccessibilityCapabilities','UzheY','LJHVI','Options','soAzZ','ncjzI','device','mLMcv','NMYBq','pNXNe','deviceName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','jloEd','3ynKHcF','browserstack.accessibility','__cloud_provider___','chrome','xHHXA','kWCSQ','50gOoASa','157239SyGGVf','xOAso','browser_version','getBrowserName','format','getPlatformVersion','SlPYP','accessibilityOptions','requireModule','rIiIJ','Exception\x20in\x20setExtension\x20Error:\x20','10768RiyeQY','MjznX','uptbz','ntZYE','dsFNY','dRlok','parse','ZokdN','QzVfT','VjQkd','BdWEC','ykaOf','zwlHF','252XLJAKh','oaDpz'];a20_0x4e34=function(){return _0x2c038b;};return a20_0x4e34();}(function(_0x32df59,_0x579078){const _0xd7228d=a20_0x4cf5,_0x1f2394=_0x32df59();while(!![]){try{const _0x59355b=parseInt(_0xd7228d(0xbc))/0x1*(parseInt(_0xd7228d(0xa2))/0x2)+parseInt(_0xd7228d(0xe8))/0x3+-parseInt(_0xd7228d(0xa6))/0x4+-parseInt(_0xd7228d(0xc2))/0x5*(-parseInt(_0xd7228d(0xa7))/0x6)+parseInt(_0xd7228d(0x9a))/0x7*(parseInt(_0xd7228d(0xce))/0x8)+-parseInt(_0xd7228d(0xc3))/0x9*(-parseInt(_0xd7228d(0xdd))/0xa)+parseInt(_0xd7228d(0x95))/0xb*(-parseInt(_0xd7228d(0xdb))/0xc);if(_0x59355b===_0x579078)break;else _0x1f2394['push'](_0x1f2394['shift']());}catch(_0x38fb57){_0x1f2394['push'](_0x1f2394['shift']());}}}(a20_0x4e34,0xe2a51));function a20_0x4cf5(_0x556fae,_0xf6da5){const _0x4e34f0=a20_0x4e34();return a20_0x4cf5=function(_0x4cf5fa,_0x1cd685){_0x4cf5fa=_0x4cf5fa-0x93;let _0xe38d77=_0x4e34f0[_0x4cf5fa];return _0xe38d77;},a20_0x4cf5(_0x556fae,_0xf6da5);}const path=require(a20_0x2723cc(0x101)),os=require('os'),util=require(a20_0x2723cc(0xf1)),bsSetupHelper=require('../../../helpers/helper'),logger=require('../../../helpers/logger')[a20_0x2723cc(0xa4)];exports[a20_0x2723cc(0xaf)]=_0x5254db=>{const _0xe72436=a20_0x2723cc,_0x29c101={};_0x29c101[_0xe72436(0x104)]=_0xe72436(0xe5),_0x29c101[_0xe72436(0xb6)]=_0xe72436(0xe9),_0x29c101[_0xe72436(0x96)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.',_0x29c101[_0xe72436(0xa1)]=_0xe72436(0xef),_0x29c101[_0xe72436(0xfc)]=_0xe72436(0x9f),_0x29c101[_0xe72436(0xa9)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',_0x29c101[_0xe72436(0xfd)]=function(_0x15d435,_0x3a408e){return _0x15d435===_0x3a408e;},_0x29c101[_0xe72436(0xd2)]=_0xe72436(0xd5),_0x29c101[_0xe72436(0xf4)]=_0xe72436(0xbd),_0x29c101['AqBvN']=function(_0x19bf67,_0x5dc613){return _0x19bf67===_0x5dc613;},_0x29c101[_0xe72436(0xd9)]=_0xe72436(0xf3),_0x29c101[_0xe72436(0xe1)]=function(_0x295c92,_0x2913db){return _0x295c92!==_0x2913db;},_0x29c101[_0xe72436(0xd3)]=_0xe72436(0xe6),_0x29c101[_0xe72436(0x100)]=_0xe72436(0x9e),_0x29c101[_0xe72436(0xc9)]=function(_0x408536,_0x2062ab){return _0x408536!==_0x2062ab;},_0x29c101[_0xe72436(0xa8)]=_0xe72436(0x10d),_0x29c101[_0xe72436(0xc1)]=_0xe72436(0xf6),_0x29c101[_0xe72436(0xb8)]=_0xe72436(0xff),_0x29c101[_0xe72436(0xbb)]=function(_0x204981,_0x48e149){return _0x204981===_0x48e149;},_0x29c101[_0xe72436(0xd8)]=_0xe72436(0xfa),_0x29c101['xOAso']=function(_0x14585b,_0x3e7a06){return _0x14585b===_0x3e7a06;},_0x29c101[_0xe72436(0x99)]=_0xe72436(0xd6),_0x29c101['oaDpz']=_0xe72436(0x9b),_0x29c101[_0xe72436(0xf2)]=_0xe72436(0xe4),_0x29c101['xJgJv']=function(_0x1a30d5,_0x57b7d7){return _0x1a30d5!==_0x57b7d7;},_0x29c101[_0xe72436(0xe7)]=_0xe72436(0xb1);const _0x584138=_0x29c101;try{if(_0x584138['YLqDO'](_0x584138[_0xe72436(0xd2)],_0x584138[_0xe72436(0xd2)])){const _0x395f62=_0x5254db[_0xe72436(0x109)]||{};if(_0x395f62[_0x584138[_0xe72436(0xa1)]]&&_0x395f62[_0x584138[_0xe72436(0xa1)]][_0xe72436(0xad)]||_0x5254db[_0xe72436(0x109)][_0x584138[_0xe72436(0xf4)]]){if(_0x584138[_0xe72436(0xea)](_0x584138[_0xe72436(0xd9)],_0x584138[_0xe72436(0xd9)])){global[_0xe72436(0x106)]=!![];if(_0x395f62[_0x584138['bgdWb']]){if(_0x584138[_0xe72436(0xe1)](_0x584138[_0xe72436(0xd3)],_0x584138[_0xe72436(0x100)])){if(_0x395f62[_0x584138[_0xe72436(0xa1)]][_0xe72436(0xca)])_0x584138[_0xe72436(0xc9)](_0x584138[_0xe72436(0xa8)],_0x584138[_0xe72436(0xc1)])?_0x395f62[_0x584138[_0xe72436(0xa1)]][_0xe72436(0xca)]['authToken']=process[_0xe72436(0x105)][_0xe72436(0xab)]:_0x63183a[_0x584138[_0xe72436(0x104)]][_0xe72436(0xf8)]=_0x2d5b13[_0xe72436(0x105)][_0xe72436(0xab)];else{if(_0x584138[_0xe72436(0xc9)](_0x584138[_0xe72436(0xb8)],_0x584138[_0xe72436(0xb8)]))return _0x16a427['warn'](_0x584138[_0xe72436(0xb6)]),![];else{const _0x3df00c={};_0x3df00c[_0xe72436(0xf8)]=process[_0xe72436(0x105)][_0xe72436(0xab)],_0x395f62[_0x584138['bgdWb']]['accessibilityOptions']=_0x3df00c;}}_0x395f62[_0x584138[_0xe72436(0xa1)]][_0xe72436(0xca)][_0xe72436(0x94)]=JSON['parse'](process[_0xe72436(0x105)][_0xe72436(0xdf)])[_0xe72436(0x94)];}else{if(_0x5de95d[_0x584138['RgrKr']])_0x324cf9[_0x584138[_0xe72436(0x104)]][_0xe72436(0xf8)]=_0x13b145[_0xe72436(0x105)][_0xe72436(0xab)];else{const _0x1de4f0={};_0x1de4f0[_0xe72436(0xf8)]=_0x29b7f4[_0xe72436(0x105)]['BS_A11Y_JWT'],_0x5432b8[_0x584138['RgrKr']]=_0x1de4f0;}_0x17faa6[_0x584138[_0xe72436(0x104)]][_0xe72436(0x94)]=_0x328b9a[_0xe72436(0xd4)](_0x2a00be['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0xe72436(0x94)];}}else{if(_0x5254db[_0xe72436(0x109)][_0x584138[_0xe72436(0xf4)]]){if(_0x584138[_0xe72436(0xbb)](_0x584138[_0xe72436(0xd8)],_0x584138[_0xe72436(0xd8)])){if(_0x395f62[_0x584138['RgrKr']]){if(_0x584138[_0xe72436(0xc4)](_0x584138[_0xe72436(0x99)],_0x584138[_0xe72436(0xdc)]))return _0x4d3740['warn'](_0x584138[_0xe72436(0x96)]),![];else _0x395f62[_0x584138[_0xe72436(0x104)]][_0xe72436(0xf8)]=process[_0xe72436(0x105)][_0xe72436(0xab)];}else{if(_0x584138[_0xe72436(0xe1)](_0x584138[_0xe72436(0xf2)],_0x584138[_0xe72436(0xf2)])){if(_0x2f193b[_0x584138[_0xe72436(0xa1)]][_0xe72436(0xca)])_0x493592[_0x584138[_0xe72436(0xa1)]][_0xe72436(0xca)]['authToken']=_0x20db9d['env'][_0xe72436(0xab)];else{const _0x5583dd={};_0x5583dd['authToken']=_0x168fac['env']['BS_A11Y_JWT'],_0x3e6b49[_0x584138['bgdWb']][_0xe72436(0xca)]=_0x5583dd;}_0x5a97a0[_0x584138['bgdWb']][_0xe72436(0xca)][_0xe72436(0x94)]=_0xa4c0a6[_0xe72436(0xd4)](_0x8bde67[_0xe72436(0x105)][_0xe72436(0xdf)])[_0xe72436(0x94)];}else{const _0x506e44={};_0x506e44['authToken']=process[_0xe72436(0x105)]['BS_A11Y_JWT'],_0x395f62[_0x584138[_0xe72436(0x104)]]=_0x506e44;}}_0x395f62[_0x584138[_0xe72436(0x104)]][_0xe72436(0x94)]=JSON[_0xe72436(0xd4)](process[_0xe72436(0x105)][_0xe72436(0xdf)])[_0xe72436(0x94)];}else _0x5e959d=_0x16030e[_0xe72436(0xcb)](_0x584138[_0xe72436(0xfc)]);}}}else _0x352a42[_0xe72436(0x102)](_0xe72436(0x97)+_0x294cc1);}}else{const _0x2ab2ac={};_0x2ab2ac[_0xe72436(0xf8)]=_0x260d6e[_0xe72436(0x105)][_0xe72436(0xab)],_0x474576[_0x584138[_0xe72436(0x104)]]=_0x2ab2ac;}}catch(_0x5f28a2){if(_0x584138[_0xe72436(0xae)](_0x584138[_0xe72436(0xe7)],_0x584138[_0xe72436(0xe7)]))return _0x4dfc31[_0xe72436(0x9c)](_0x584138[_0xe72436(0xa9)]),![];else logger[_0xe72436(0x102)]('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x5f28a2);}},exports[a20_0x2723cc(0xde)]=(_0x199395,_0x3a930c)=>{const _0x4010ea=a20_0x2723cc,_0x5a21a5={};_0x5a21a5[_0x4010ea(0xe2)]='bstack:options',_0x5a21a5[_0x4010ea(0xf5)]=_0x4010ea(0xf9),_0x5a21a5[_0x4010ea(0xb3)]=function(_0xc2de8f,_0x2476dd){return _0xc2de8f!==_0x2476dd;},_0x5a21a5[_0x4010ea(0x93)]='QcbUv',_0x5a21a5[_0x4010ea(0xb0)]=_0x4010ea(0xcf),_0x5a21a5[_0x4010ea(0xaa)]=_0x4010ea(0xbf),_0x5a21a5['uacco']=function(_0x1370d0,_0x2a8f86){return _0x1370d0===_0x2a8f86;},_0x5a21a5[_0x4010ea(0x98)]='roefF',_0x5a21a5['ncjzI']=_0x4010ea(0xd7),_0x5a21a5[_0x4010ea(0xe3)]=_0x4010ea(0xba),_0x5a21a5[_0x4010ea(0xd0)]=function(_0x374e63,_0x3d636a){return _0x374e63===_0x3d636a;},_0x5a21a5[_0x4010ea(0x103)]=_0x4010ea(0x108),_0x5a21a5[_0x4010ea(0xa0)]=function(_0x238b5b,_0x1fe884){return _0x238b5b>_0x1fe884;},_0x5a21a5[_0x4010ea(0xed)]=function(_0x4dacf0,_0x5d1ce8){return _0x4dacf0!==_0x5d1ce8;},_0x5a21a5[_0x4010ea(0xd1)]=_0x4010ea(0x10a),_0x5a21a5[_0x4010ea(0xe0)]=_0x4010ea(0xb7),_0x5a21a5[_0x4010ea(0x10b)]=_0x4010ea(0xe9),_0x5a21a5[_0x4010ea(0xa3)]=function(_0x23d47d,_0xa6e89a){return _0x23d47d!==_0xa6e89a;},_0x5a21a5[_0x4010ea(0xc0)]=_0x4010ea(0xcc),_0x5a21a5[_0x4010ea(0xa5)]='selenium-webdriver/chrome.js',_0x5a21a5['uXAhs']='qRpyk',_0x5a21a5['vuANH']=_0x4010ea(0xfe),_0x5a21a5[_0x4010ea(0xda)]=_0x4010ea(0xfb),_0x5a21a5[_0x4010ea(0xeb)]='zplLu',_0x5a21a5[_0x4010ea(0xf0)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.';const _0x26ddce=_0x5a21a5;try{const _0x328a66=_0x3a930c[_0x4010ea(0x109)]||{},_0x434324=(_0x328a66[_0x26ddce[_0x4010ea(0xe2)]]?_0x328a66[_0x26ddce[_0x4010ea(0xe2)]][_0x4010ea(0xb9)]:_0x328a66[_0x4010ea(0xb5)])||'';if(_0x26ddce[_0x4010ea(0xb3)](_0x434324,'')){if(_0x26ddce['soAzZ'](_0x26ddce[_0x4010ea(0x93)],_0x26ddce[_0x4010ea(0xb0)]))return logger[_0x4010ea(0x9c)](_0x26ddce['NOdvh']),![];else _0x40a23a['debug'](_0x4010ea(0xcd)+_0x2c54e8[_0x4010ea(0xc7)](_0x351a84));}const _0x3f2a43=_0x328a66['browserName'];if(_0x26ddce[_0x4010ea(0xb3)](_0x3f2a43[_0x4010ea(0xec)](),_0x26ddce[_0x4010ea(0xaa)])){if(_0x26ddce['uacco'](_0x26ddce['HxKWI'],_0x26ddce[_0x4010ea(0xb4)]))_0x3dda02[_0x26ddce[_0x4010ea(0xe2)]][_0x4010ea(0xca)]['authToken']=_0x54d2dc[_0x4010ea(0x105)][_0x4010ea(0xab)];else return logger[_0x4010ea(0x9c)](_0x26ddce[_0x4010ea(0xe3)]),![];}const _0x3a9084=_0x328a66['browserVersion']||_0x328a66[_0x4010ea(0xc5)];if(!bsSetupHelper[_0x4010ea(0x10c)](_0x3a9084)&&!(_0x26ddce[_0x4010ea(0xd0)](_0x3a9084,_0x26ddce[_0x4010ea(0x103)])||_0x26ddce['USVTz'](_0x3a9084,0x5e)))return _0x26ddce['YfWiV'](_0x26ddce[_0x4010ea(0xd1)],_0x26ddce[_0x4010ea(0xe0)])?(logger[_0x4010ea(0x9c)](_0x26ddce['cWWYu']),![]):(_0x210824[_0x4010ea(0x9c)](_0x26ddce[_0x4010ea(0xf5)]),![]);let _0x3aa985;try{_0x26ddce['jOiDO'](_0x26ddce['xHHXA'],_0x26ddce[_0x4010ea(0xc0)])?_0x3cd234[_0x4010ea(0x102)]('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x2c8685):_0x3aa985=bsSetupHelper[_0x4010ea(0xcb)](_0x26ddce['yiOTP']);}catch(_0x2bf523){if(_0x26ddce[_0x4010ea(0x107)](_0x26ddce['uXAhs'],_0x26ddce[_0x4010ea(0x10e)])){const _0x3b3521={};_0x3b3521[_0x4010ea(0xf8)]=_0x594388['env']['BS_A11Y_JWT'],_0x306a36[_0x26ddce[_0x4010ea(0xe2)]][_0x4010ea(0xca)]=_0x3b3521;}else return![];}const _0x36fa59=new _0x3aa985[(_0x4010ea(0xb2))](_0x199395[_0x4010ea(0xac)]);if(_0x36fa59['options_']?.[_0x4010ea(0x9d)]?.['includes'](_0x26ddce[_0x4010ea(0xda)]))return _0x26ddce[_0x4010ea(0xed)](_0x26ddce[_0x4010ea(0xeb)],_0x26ddce[_0x4010ea(0xeb)])?![]:(logger['warn'](_0x26ddce[_0x4010ea(0xf0)]),![]);return!![];}catch(_0x38895c){logger[_0x4010ea(0x102)](_0x4010ea(0xcd)+util[_0x4010ea(0xc7)](_0x38895c));}return![];},exports['fetchPlatformDetails']=async _0x5afdee=>{const _0x117cf8=a20_0x2723cc,_0xc44cd={};_0xc44cd[_0x117cf8(0xee)]=function(_0x5c88f7,_0x4de713){return _0x5c88f7===_0x4de713;},_0xc44cd[_0x117cf8(0xf7)]='browserstack';const _0x3fea2a=_0xc44cd;let _0x189f38={};try{const _0x43844b=await _0x5afdee['getCapabilities']();_0x189f38={'os_name':_0x43844b['getPlatform'](),'os_version':bsSetupHelper[_0x117cf8(0xc8)](_0x3fea2a[_0x117cf8(0xee)](global[_0x117cf8(0xbe)],_0x3fea2a['RCaMv'])),'browser_name':_0x43844b[_0x117cf8(0xc6)](),'browser_version':_0x43844b['getBrowserVersion']()};}catch(_0x4ea178){logger[_0x117cf8(0x102)](_0x117cf8(0x97)+_0x4ea178);}return _0x189f38;};
1
+ const a20_0x2a86db=a20_0x8c3e;(function(_0x208d41,_0x6860ad){const _0x192cde=a20_0x8c3e,_0x561c87=_0x208d41();while(!![]){try{const _0x2f3e75=parseInt(_0x192cde(0x19c))/0x1+parseInt(_0x192cde(0x1b6))/0x2+parseInt(_0x192cde(0x1dd))/0x3*(-parseInt(_0x192cde(0x17a))/0x4)+-parseInt(_0x192cde(0x16d))/0x5+parseInt(_0x192cde(0x190))/0x6*(parseInt(_0x192cde(0x1bd))/0x7)+parseInt(_0x192cde(0x1d5))/0x8*(parseInt(_0x192cde(0x199))/0x9)+parseInt(_0x192cde(0x1d0))/0xa*(-parseInt(_0x192cde(0x1de))/0xb);if(_0x2f3e75===_0x6860ad)break;else _0x561c87['push'](_0x561c87['shift']());}catch(_0x43dc23){_0x561c87['push'](_0x561c87['shift']());}}}(a20_0x1f46,0xbd45e));const path=require(a20_0x2a86db(0x1df)),os=require('os'),util=require(a20_0x2a86db(0x1a4)),bsSetupHelper=require(a20_0x2a86db(0x1c1)),logger=require('../../../helpers/logger')[a20_0x2a86db(0x178)];function a20_0x1f46(){const _0x531586=['Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','isUndefined','533268rsRcSi','getCapabilities','latest','ukisG','Mlted','env','toLowerCase','xPOLQ','util','RJcbj','Options','browser_version','gwagS','PcUJk','ShKMY','ozDco','options_','xRWPw','nvjDi','gNNwk','ngwUS','accessibility','BcAKd','PaXrc','YVtKh','HkxvT','2604622XeXleP','PQrLk','setAccessibilityCapabilities','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Ptqeo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','WPeKb','25186OYbVBP','Exception\x20in\x20setExtension\x20Error:\x20','args','getBrowserName','../../../helpers/helper','BS_A11Y_JWT','TWmmT','WzTca','OYvFl','TeIvX','iToNV','gWszg','chromeOptions_','--headless','gWppo','APkKx','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','includes','cgVLI','15742940jBjuyH','mrbRL','PTTri','GjCvr','klHyD','73816mmHjEU','warn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','HczIb','requireModule','ZjuCA','QjKCB','Eqpbu','216zkeRTr','22YRpmPn','path','parse','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','fetchPlatformDetails','browserstack','wNaVC','format','1527015QZtQXO','JUEMj','browserName','rAzcD','dNXRI','beUbx','yEyhc','MWDsV','selenium-webdriver/chrome.js','browserVersion','__cloud_provider___','winstonLogger','bstack:options','6404nIkfqY','FEkse','bnfgN','authToken','niQuB','AObmo','iYVxR','njxcf','YBwnJ','HEcWE','QqILZ','tehMI','accessibilityOptions','lKwAg','arIFz','debug','chrome','mSHYJ','scannerVersion','device','lPDCm','OmwuW','1722jGqzeP','BRnpu','TseuM','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','NtYla','PbkZL','capability','fCTsq','deviceName','1440wRMMYf'];a20_0x1f46=function(){return _0x531586;};return a20_0x1f46();}function a20_0x8c3e(_0x2ed8fb,_0xa8817f){const _0x1f468e=a20_0x1f46();return a20_0x8c3e=function(_0x8c3e0,_0x4d8009){_0x8c3e0=_0x8c3e0-0x168;let _0x33b0e4=_0x1f468e[_0x8c3e0];return _0x33b0e4;},a20_0x8c3e(_0x2ed8fb,_0xa8817f);}exports[a20_0x2a86db(0x1b8)]=_0x140bd4=>{const _0x52e240=a20_0x2a86db,_0x229302={};_0x229302[_0x52e240(0x1c4)]='browserstack.accessibilityOptions',_0x229302[_0x52e240(0x173)]=_0x52e240(0x179),_0x229302['HczIb']=_0x52e240(0x1cd),_0x229302[_0x52e240(0x1a9)]=_0x52e240(0x19a),_0x229302['Eqpbu']='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.',_0x229302['mrbRL']=function(_0x2370d9,_0x198828){return _0x2370d9===_0x198828;},_0x229302[_0x52e240(0x195)]=_0x52e240(0x174),_0x229302[_0x52e240(0x1a0)]='browserstack.accessibility',_0x229302[_0x52e240(0x16b)]=function(_0x248b65,_0x1ee0eb){return _0x248b65===_0x1ee0eb;},_0x229302[_0x52e240(0x1af)]=_0x52e240(0x18e),_0x229302['uEQhJ']=_0x52e240(0x1da),_0x229302['TWmmT']='rYYNX',_0x229302['PQrLk']=function(_0x44cba9,_0x590f96){return _0x44cba9!==_0x590f96;},_0x229302[_0x52e240(0x1db)]=_0x52e240(0x1cc),_0x229302[_0x52e240(0x19f)]=_0x52e240(0x18f),_0x229302[_0x52e240(0x1cf)]='XSbYd',_0x229302['wTNtM']='uniKb',_0x229302[_0x52e240(0x17f)]='Zqlsk',_0x229302[_0x52e240(0x181)]=_0x52e240(0x1b5),_0x229302[_0x52e240(0x170)]=_0x52e240(0x18b),_0x229302[_0x52e240(0x185)]=function(_0x11d28b,_0x3ee835){return _0x11d28b!==_0x3ee835;},_0x229302[_0x52e240(0x1ab)]=_0x52e240(0x192);const _0x1527c2=_0x229302;try{if(_0x1527c2[_0x52e240(0x1d1)](_0x1527c2[_0x52e240(0x195)],_0x1527c2[_0x52e240(0x195)])){const _0x246195=_0x140bd4[_0x52e240(0x196)]||{};if(_0x246195[_0x1527c2[_0x52e240(0x173)]]&&_0x246195[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x1b1)]||_0x140bd4['capability'][_0x1527c2[_0x52e240(0x1a0)]]){if(_0x1527c2[_0x52e240(0x16b)](_0x1527c2[_0x52e240(0x1af)],_0x1527c2['uEQhJ']))_0x1a6986[_0x52e240(0x189)]('Exception\x20in\x20setExtension\x20Error:\x20'+_0x4552ee[_0x52e240(0x16c)](_0x1503d7));else{global['isAccessibilityPlatform']=!![];if(_0x246195[_0x1527c2[_0x52e240(0x173)]]){if(_0x1527c2[_0x52e240(0x16b)](_0x1527c2[_0x52e240(0x1c3)],_0x1527c2[_0x52e240(0x1c3)])){if(_0x246195[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)]){if(_0x1527c2[_0x52e240(0x1b7)](_0x1527c2[_0x52e240(0x1db)],_0x1527c2['QjKCB'])){if(_0x599250[_0x1527c2[_0x52e240(0x1c4)]])_0x4b0f22[_0x1527c2['WzTca']][_0x52e240(0x17d)]=_0x2b0582[_0x52e240(0x1a1)][_0x52e240(0x1c2)];else{const _0x487f3e={};_0x487f3e[_0x52e240(0x17d)]=_0x5122d2['env'][_0x52e240(0x1c2)],_0x106e09[_0x1527c2[_0x52e240(0x1c4)]]=_0x487f3e;}_0x5eb6ab[_0x1527c2[_0x52e240(0x1c4)]][_0x52e240(0x18c)]=_0x48fd80['parse'](_0x4f5199['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])['scannerVersion'];}else _0x246195[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)][_0x52e240(0x17d)]=process[_0x52e240(0x1a1)][_0x52e240(0x1c2)];}else{if(_0x1527c2[_0x52e240(0x1b7)](_0x1527c2[_0x52e240(0x19f)],_0x1527c2['ukisG']))_0x31ed33[_0x52e240(0x189)](_0x52e240(0x168)+_0x183339);else{const _0x5d15c3={};_0x5d15c3[_0x52e240(0x17d)]=process[_0x52e240(0x1a1)][_0x52e240(0x1c2)],_0x246195[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)]=_0x5d15c3;}}_0x246195[_0x1527c2['yEyhc']][_0x52e240(0x186)][_0x52e240(0x18c)]=JSON[_0x52e240(0x1e0)](process['env'][_0x52e240(0x1b9)])[_0x52e240(0x18c)];}else{if(_0x5079d9[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)])_0x4e261b[_0x1527c2['yEyhc']][_0x52e240(0x186)]['authToken']=_0x39ac3d[_0x52e240(0x1a1)][_0x52e240(0x1c2)];else{const _0x275432={};_0x275432[_0x52e240(0x17d)]=_0x1cc97b['env']['BS_A11Y_JWT'],_0x538c70[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)]=_0x275432;}_0x263661[_0x1527c2[_0x52e240(0x173)]][_0x52e240(0x186)][_0x52e240(0x18c)]=_0x21c249[_0x52e240(0x1e0)](_0x1f0b42[_0x52e240(0x1a1)][_0x52e240(0x1b9)])['scannerVersion'];}}else{if(_0x140bd4['capability'][_0x1527c2[_0x52e240(0x1a0)]]){if(_0x1527c2[_0x52e240(0x1b7)](_0x1527c2[_0x52e240(0x1cf)],_0x1527c2['wTNtM'])){if(_0x246195[_0x1527c2[_0x52e240(0x1c4)]]){if(_0x1527c2[_0x52e240(0x1d1)](_0x1527c2[_0x52e240(0x17f)],_0x1527c2[_0x52e240(0x181)]))return![];else _0x246195[_0x1527c2[_0x52e240(0x1c4)]][_0x52e240(0x17d)]=process[_0x52e240(0x1a1)][_0x52e240(0x1c2)];}else{if(_0x1527c2[_0x52e240(0x1b7)](_0x1527c2[_0x52e240(0x170)],_0x1527c2[_0x52e240(0x170)])){const _0x1908b9={};_0x1908b9[_0x52e240(0x17d)]=_0x578c0f['env'][_0x52e240(0x1c2)],_0x129305[_0x1527c2['WzTca']]=_0x1908b9;}else{const _0x425c54={};_0x425c54[_0x52e240(0x17d)]=process['env']['BS_A11Y_JWT'],_0x246195[_0x1527c2[_0x52e240(0x1c4)]]=_0x425c54;}}_0x246195[_0x1527c2['WzTca']]['scannerVersion']=JSON['parse'](process[_0x52e240(0x1a1)][_0x52e240(0x1b9)])[_0x52e240(0x18c)];}else return _0x4b9e15['warn'](_0x1527c2[_0x52e240(0x1d8)]),![];}}}}}else return _0x105058['warn'](_0x1527c2[_0x52e240(0x1a9)]),![];}catch(_0x55580e){if(_0x1527c2[_0x52e240(0x185)](_0x1527c2[_0x52e240(0x1ab)],_0x1527c2[_0x52e240(0x1ab)]))return _0x2d0cb1['warn'](_0x1527c2[_0x52e240(0x1dc)]),![];else logger[_0x52e240(0x189)](_0x52e240(0x168)+_0x55580e);}},exports['setExtension']=(_0x428447,_0x5df849)=>{const _0x265566=a20_0x2a86db,_0x3c83e2={};_0x3c83e2['ShKMY']=_0x265566(0x175),_0x3c83e2[_0x265566(0x1a5)]='bstack:options',_0x3c83e2[_0x265566(0x1d4)]='browserstack.accessibilityOptions',_0x3c83e2[_0x265566(0x197)]=_0x265566(0x1bb),_0x3c83e2['bnfgN']=function(_0x1aedfa,_0x20a52a){return _0x1aedfa!==_0x20a52a;},_0x3c83e2[_0x265566(0x183)]=function(_0x56fdca,_0x21b448){return _0x56fdca===_0x21b448;},_0x3c83e2[_0x265566(0x17b)]=_0x265566(0x188),_0x3c83e2[_0x265566(0x182)]=_0x265566(0x1cd),_0x3c83e2[_0x265566(0x1b0)]=_0x265566(0x18a),_0x3c83e2[_0x265566(0x191)]=function(_0x5db278,_0x9cb13e){return _0x5db278===_0x9cb13e;},_0x3c83e2[_0x265566(0x1a8)]='ihhGx',_0x3c83e2[_0x265566(0x1b4)]=_0x265566(0x1d7),_0x3c83e2[_0x265566(0x1c6)]=function(_0x329f21,_0x4033ed){return _0x329f21===_0x4033ed;},_0x3c83e2[_0x265566(0x16e)]=_0x265566(0x19e),_0x3c83e2[_0x265566(0x171)]=function(_0x4f9df6,_0x56e5bc){return _0x4f9df6>_0x56e5bc;},_0x3c83e2['iYVxR']=_0x265566(0x1c5),_0x3c83e2[_0x265566(0x1ae)]=_0x265566(0x1c8),_0x3c83e2[_0x265566(0x1ad)]=_0x265566(0x17e),_0x3c83e2[_0x265566(0x172)]=function(_0x1dd47f,_0xa63d82){return _0x1dd47f!==_0xa63d82;},_0x3c83e2[_0x265566(0x1cb)]=_0x265566(0x1a3),_0x3c83e2[_0x265566(0x184)]=_0x265566(0x1c7),_0x3c83e2[_0x265566(0x1b2)]=_0x265566(0x1ca),_0x3c83e2['uZfcV']=function(_0x2c6f65,_0x358620){return _0x2c6f65!==_0x358620;},_0x3c83e2[_0x265566(0x1ba)]=_0x265566(0x1d3),_0x3c83e2[_0x265566(0x1d2)]=_0x265566(0x187),_0x3c83e2[_0x265566(0x1b3)]=_0x265566(0x19a);const _0x49dc98=_0x3c83e2;try{const _0x527544=_0x5df849['capability']||{},_0x23dd0d=(_0x527544[_0x49dc98['RJcbj']]?_0x527544[_0x49dc98['RJcbj']][_0x265566(0x198)]:_0x527544[_0x265566(0x18d)])||'';if(_0x49dc98[_0x265566(0x17c)](_0x23dd0d,'')){if(_0x49dc98[_0x265566(0x183)](_0x49dc98[_0x265566(0x17b)],_0x49dc98[_0x265566(0x17b)]))return logger[_0x265566(0x1d6)](_0x49dc98[_0x265566(0x182)]),![];else _0x32f174=_0x564203[_0x265566(0x1d9)](_0x49dc98[_0x265566(0x1aa)]);}const _0x5ec9bd=_0x527544[_0x265566(0x16f)];if(_0x49dc98[_0x265566(0x17c)](_0x5ec9bd[_0x265566(0x1a2)](),_0x49dc98['ngwUS'])){if(_0x49dc98[_0x265566(0x191)](_0x49dc98['gwagS'],_0x49dc98[_0x265566(0x1a8)]))return logger[_0x265566(0x1d6)](_0x49dc98['YVtKh']),![];else _0x2a7499[_0x49dc98[_0x265566(0x1a5)]]['accessibilityOptions'][_0x265566(0x17d)]=_0x382aa5[_0x265566(0x1a1)][_0x265566(0x1c2)];}const _0x4d5af4=_0x527544[_0x265566(0x176)]||_0x527544[_0x265566(0x1a7)];if(!bsSetupHelper[_0x265566(0x19b)](_0x4d5af4)&&!(_0x49dc98[_0x265566(0x1c6)](_0x4d5af4,_0x49dc98[_0x265566(0x16e)])||_0x49dc98[_0x265566(0x171)](_0x4d5af4,0x5e))){if(_0x49dc98['bnfgN'](_0x49dc98[_0x265566(0x180)],_0x49dc98[_0x265566(0x1ae)]))return logger[_0x265566(0x1d6)](_0x49dc98[_0x265566(0x197)]),![];else _0x14303d[_0x49dc98[_0x265566(0x1d4)]][_0x265566(0x17d)]=_0x55a0a6[_0x265566(0x1a1)][_0x265566(0x1c2)];}let _0x334449;try{if(_0x49dc98['bnfgN'](_0x49dc98[_0x265566(0x1ad)],_0x49dc98['xRWPw'])){const _0x42a248={};_0x42a248['authToken']=_0x2a7c79[_0x265566(0x1a1)]['BS_A11Y_JWT'],_0x4e895a[_0x49dc98[_0x265566(0x1a5)]][_0x265566(0x186)]=_0x42a248;}else _0x334449=bsSetupHelper[_0x265566(0x1d9)](_0x49dc98[_0x265566(0x1aa)]);}catch(_0x5439b9){if(_0x49dc98['beUbx'](_0x49dc98[_0x265566(0x1cb)],_0x49dc98['QqILZ']))return![];else _0x5a2a05[_0x265566(0x189)](_0x265566(0x193)+_0x45fe31);}const _0x3c27a0=new _0x334449[(_0x265566(0x1a6))](_0x428447[_0x265566(0x1c9)]);if(_0x3c27a0[_0x265566(0x1ac)]?.[_0x265566(0x1bf)]?.[_0x265566(0x1ce)](_0x49dc98[_0x265566(0x1b2)]))return _0x49dc98['uZfcV'](_0x49dc98[_0x265566(0x1ba)],_0x49dc98[_0x265566(0x1d2)])?(logger[_0x265566(0x1d6)](_0x49dc98[_0x265566(0x1b3)]),![]):(_0x19972d[_0x265566(0x1d6)](_0x49dc98[_0x265566(0x197)]),![]);return!![];}catch(_0x483f41){logger['debug'](_0x265566(0x1be)+util['format'](_0x483f41));}return![];},exports[a20_0x2a86db(0x169)]=async _0x5d5839=>{const _0x4559e5=a20_0x2a86db,_0x2e4011={};_0x2e4011[_0x4559e5(0x1bc)]=function(_0x34c61a,_0x50dbe3){return _0x34c61a===_0x50dbe3;},_0x2e4011[_0x4559e5(0x194)]=_0x4559e5(0x16a);const _0x195b70=_0x2e4011;let _0x41c74c={};try{const _0x2dfd82=await _0x5d5839[_0x4559e5(0x19d)]();_0x41c74c={'os_name':_0x2dfd82['getPlatform'](),'os_version':bsSetupHelper['getPlatformVersion'](_0x195b70[_0x4559e5(0x1bc)](global[_0x4559e5(0x177)],_0x195b70[_0x4559e5(0x194)])),'browser_name':_0x2dfd82[_0x4559e5(0x1c0)](),'browser_version':_0x2dfd82['getBrowserVersion']()};}catch(_0x2dbda6){logger[_0x4559e5(0x189)](_0x4559e5(0x193)+_0x2dbda6);}return _0x41c74c;};