browserstack-node-sdk 1.31.15 → 1.31.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/cucumber-js/command.js +1 -1
  39. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  40. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  41. package/src/bin/cucumber-js/test.setup.js +1 -1
  42. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  43. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  44. package/src/bin/jest/command.js +1 -1
  45. package/src/bin/jest/customImplements/customCircus.js +1 -1
  46. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  47. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  48. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  49. package/src/bin/jest/jest.setup.js +1 -1
  50. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  51. package/src/bin/jest/test-observability/helper.js +1 -1
  52. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  53. package/src/bin/jest/test-observability/test-details.js +1 -1
  54. package/src/bin/jest/test_before.setup.js +1 -1
  55. package/src/bin/launcher/launcher.js +1 -1
  56. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  57. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  58. package/src/bin/mocha/command.js +1 -1
  59. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  60. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  61. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  62. package/src/bin/mocha/test.setup.js +1 -1
  63. package/src/bin/nightwatch/command.js +1 -1
  64. package/src/bin/playwright/accessibility-helper.js +1 -1
  65. package/src/bin/playwright/command.js +1 -1
  66. package/src/bin/playwright/globalSetup.js +1 -1
  67. package/src/bin/playwright/mock-process.js +1 -1
  68. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  69. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  70. package/src/bin/playwright/reporter/reporter.js +1 -1
  71. package/src/bin/playwright/reporter/test-details.js +1 -1
  72. package/src/bin/runner.js +1 -1
  73. package/src/bin/setup.js +1 -1
  74. package/src/bin/test-runner/index.js +1 -1
  75. package/src/bin/test-runner/runTest.js +1 -1
  76. package/src/bin/test-runner/testWorker.js +1 -1
  77. package/src/bin/utils/constants.js +1 -1
  78. package/src/bin/utils/log4jsAppender.js +1 -1
  79. package/src/bin/utils/logPatcher.js +1 -1
  80. package/src/bin/utils/logReportingAPI.js +1 -1
  81. package/src/bin/vanilla-js/command.js +1 -1
  82. package/src/browserStackSdk.js +1 -1
  83. package/src/helpers/BrowserStackSetup.js +1 -1
  84. package/src/helpers/accessibility-automation/constants.js +1 -1
  85. package/src/helpers/accessibility-automation/helper.js +1 -1
  86. package/src/helpers/ats/constants.js +1 -1
  87. package/src/helpers/ats/helper.js +1 -1
  88. package/src/helpers/capsMapping.js +1 -1
  89. package/src/helpers/helper.js +1 -1
  90. package/src/helpers/logger.js +1 -1
  91. package/src/helpers/patchHelpers.js +1 -1
  92. package/src/helpers/percy/Percy.js +1 -1
  93. package/src/helpers/percy/PercyBinary.js +1 -1
  94. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  95. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  96. package/src/helpers/percy/PercySDK.js +1 -1
  97. package/src/helpers/percy/index.js +1 -1
  98. package/src/helpers/percy/utils.js +1 -1
  99. package/src/helpers/performance-tester.js +1 -1
  100. package/src/helpers/request-spy.js +1 -1
  101. package/src/helpers/setKeepAlive.js +1 -1
  102. package/src/helpers/test-observability/constants.js +1 -1
  103. package/src/helpers/test-observability/error-handler.js +1 -1
  104. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  105. package/src/helpers/test-observability/sessionHandler.js +1 -1
  106. package/src/helpers/test-observability/utils.js +1 -1
  107. package/src/helpers/w3cMapping.js +1 -1
  108. package/src/hubAllocationMethods.js +1 -1
  109. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a17_0x34a9c1=a17_0x18f0;(function(_0x3aef85,_0x4db2e0){const _0x32372b=a17_0x18f0,_0x5b7175=_0x3aef85();while(!![]){try{const _0x317a78=parseInt(_0x32372b(0x94))/0x1+-parseInt(_0x32372b(0x74))/0x2*(-parseInt(_0x32372b(0x72))/0x3)+parseInt(_0x32372b(0x8e))/0x4*(parseInt(_0x32372b(0x95))/0x5)+parseInt(_0x32372b(0x8f))/0x6+parseInt(_0x32372b(0x92))/0x7+parseInt(_0x32372b(0x93))/0x8+parseInt(_0x32372b(0x9f))/0x9*(-parseInt(_0x32372b(0x99))/0xa);if(_0x317a78===_0x4db2e0)break;else _0x5b7175['push'](_0x5b7175['shift']());}catch(_0x48366d){_0x5b7175['push'](_0x5b7175['shift']());}}}(a17_0x3481,0x83472));function a17_0x18f0(_0x1ace6e,_0x33b4cb){const _0x348199=a17_0x3481();return a17_0x18f0=function(_0x18f066,_0x829374){_0x18f066=_0x18f066-0x71;let _0x331d3d=_0x348199[_0x18f066];return _0x331d3d;},a17_0x18f0(_0x1ace6e,_0x33b4cb);}const fs=require('fs'),path=require(a17_0x34a9c1(0x8d)),{v4:uuidv4}=require(a17_0x34a9c1(0x79)),helper=require(a17_0x34a9c1(0x91));class TestDetails{static [a17_0x34a9c1(0x8c)]={};static [a17_0x34a9c1(0x96)]=path[a17_0x34a9c1(0x71)](helper[a17_0x34a9c1(0x76)](),a17_0x34a9c1(0x8a),'jest-o11y-'+process[a17_0x34a9c1(0x7a)][a17_0x34a9c1(0x86)]);static[a17_0x34a9c1(0xa0)](){const _0x4fd342=a17_0x34a9c1,_0x324bc4={};_0x324bc4['tmvRH']=_0x4fd342(0x8a);const _0xc5a1d4=_0x324bc4;this['dirPath']=path[_0x4fd342(0x71)](helper['homedir'](),_0xc5a1d4[_0x4fd342(0x84)],_0x4fd342(0x90)+process[_0x4fd342(0x7a)][_0x4fd342(0x86)]),this[_0x4fd342(0x77)]();const _0x41b569={};_0x41b569[_0x4fd342(0x97)]=!![],fs[_0x4fd342(0x9c)](this[_0x4fd342(0x96)],_0x41b569);}static[a17_0x34a9c1(0x9a)](_0x3b3d3d){const _0xfee931=a17_0x34a9c1,_0x12cf8a={};_0x12cf8a[_0xfee931(0x88)]=function(_0x24d634,_0x575b08){return _0x24d634+_0x575b08;},_0x12cf8a[_0xfee931(0x7c)]='.json';const _0x5ee9bc=_0x12cf8a;return path[_0xfee931(0x71)](this[_0xfee931(0x96)],_0x5ee9bc[_0xfee931(0x88)](_0x3b3d3d,_0x5ee9bc['dlRGY']));}static[a17_0x34a9c1(0x78)](_0x13f518){const _0x462433=a17_0x34a9c1,_0x39ffa9={};_0x39ffa9['PbplH']=function(_0x4e8011,_0x4fc392){return _0x4e8011+_0x4fc392;},_0x39ffa9[_0x462433(0x9d)]=function(_0xb1383a,_0x2376ce){return _0xb1383a+_0x2376ce;},_0x39ffa9[_0x462433(0x82)]=function(_0x10c42e,_0x4980c9){return _0x10c42e+_0x4980c9;};const _0x58a4d9=_0x39ffa9;return _0x58a4d9['PbplH'](_0x58a4d9[_0x462433(0x9d)](_0x58a4d9[_0x462433(0x82)](_0x58a4d9['wdIqO'](_0x13f518[_0x462433(0x83)]['_projectId'],'-'),_0x13f518[_0x462433(0x83)]['id']),'-'),_0x13f518[_0x462433(0x9e)]);}static[a17_0x34a9c1(0x7d)](_0x273353){const _0xc54d6a=a17_0x34a9c1,_0xb63fb5={};_0xb63fb5['ZKcVB']=function(_0x4b8983,_0x5a4e2d){return _0x4b8983!==_0x5a4e2d;},_0xb63fb5['kjqTe']='sKxJV',_0xb63fb5[_0xc54d6a(0x89)]=_0xc54d6a(0x7e);const _0x715d19=_0xb63fb5,_0x5885b3=this['getFilePath'](_0x273353);if(fs[_0xc54d6a(0xa1)](_0x5885b3)){if(_0x715d19[_0xc54d6a(0x85)](_0x715d19['kjqTe'],_0x715d19['ZqTVO'])){const _0x3f8117=JSON[_0xc54d6a(0x7f)](fs[_0xc54d6a(0x73)](_0x5885b3)[_0xc54d6a(0x80)]());return this[_0xc54d6a(0x8c)][_0x273353]=_0x3f8117,this[_0xc54d6a(0x8c)][_0x273353]['uuid'];}else{const _0x3b1048=_0x3f3188[_0xc54d6a(0x7f)](_0x547365[_0xc54d6a(0x73)](_0xeeec6)['toString']());return this[_0xc54d6a(0x8c)][_0x3f28e8]=_0x3b1048,this[_0xc54d6a(0x8c)][_0x430d58]['uuid'];}}}static[a17_0x34a9c1(0x81)](_0x1c2310){const _0x3bee43=a17_0x34a9c1,_0x4b2f52={'TvdkU':function(_0x2faefb){return _0x2faefb();}},_0x367370=this[_0x3bee43(0x9a)](_0x1c2310);return this[_0x3bee43(0x8c)][_0x1c2310]={'uuid':_0x4b2f52['TvdkU'](uuidv4)},fs[_0x3bee43(0x75)](_0x367370,JSON[_0x3bee43(0x7b)](this[_0x3bee43(0x8c)][_0x1c2310])),this['tests'][_0x1c2310][_0x3bee43(0x79)];}static['removeTestUUID'](_0x2501ae){const _0x13513d=a17_0x34a9c1,_0x4f7755=this['getFilePath'](_0x2501ae);fs[_0x13513d(0xa1)](_0x4f7755)&&fs[_0x13513d(0x98)](_0x4f7755);}static[a17_0x34a9c1(0x77)](){const _0x404d93=a17_0x34a9c1,_0x805bc6={};_0x805bc6['recursive']=!![],_0x805bc6[_0x404d93(0x8b)]=!![],fs[_0x404d93(0x9b)](this[_0x404d93(0x96)],_0x805bc6);}}module[a17_0x34a9c1(0x87)]=TestDetails;function a17_0x3481(){const _0x3bc931=['getFilePath','rmSync','mkdirSync','wdIqO','retry','612yShHQb','setup','existsSync','join','1969755phaINW','readFileSync','2efXbQo','writeFileSync','homedir','shutdown','getTestRunIdFromTestInfo','uuid','env','stringify','dlRGY','getTestUUID','LTeDW','parse','toString','setTestUUID','CdMKu','_test','tmvRH','ZKcVB','BS_TESTOPS_BUILD_HASHED_ID','exports','eohKA','ZqTVO','.browserstack','force','tests','path','853444rrQtjo','1110432hvhuGQ','jest-o11y-','../../../helpers/helper','2255771TzCeMk','1225432XViRfL','119608jIRBJu','5uKejSD','dirPath','recursive','unlinkSync','163580gSehQw'];a17_0x3481=function(){return _0x3bc931;};return a17_0x3481();}
1
+ const a17_0x6f6093=a17_0x52c9;(function(_0x5c19aa,_0x3b1070){const _0x12c7e1=a17_0x52c9,_0x514923=_0x5c19aa();while(!![]){try{const _0x21c1af=-parseInt(_0x12c7e1(0x1b8))/0x1*(-parseInt(_0x12c7e1(0x193))/0x2)+-parseInt(_0x12c7e1(0x18c))/0x3*(-parseInt(_0x12c7e1(0x1a2))/0x4)+-parseInt(_0x12c7e1(0x19c))/0x5*(-parseInt(_0x12c7e1(0x188))/0x6)+-parseInt(_0x12c7e1(0x1ac))/0x7+-parseInt(_0x12c7e1(0x197))/0x8*(parseInt(_0x12c7e1(0x1a5))/0x9)+-parseInt(_0x12c7e1(0x1aa))/0xa+parseInt(_0x12c7e1(0x1a3))/0xb*(-parseInt(_0x12c7e1(0x190))/0xc);if(_0x21c1af===_0x3b1070)break;else _0x514923['push'](_0x514923['shift']());}catch(_0x57f351){_0x514923['push'](_0x514923['shift']());}}}(a17_0x2119,0x4b03c));const fs=require('fs'),path=require(a17_0x6f6093(0x1b2)),{v4:uuidv4}=require(a17_0x6f6093(0x18a)),helper=require(a17_0x6f6093(0x195));function a17_0x52c9(_0x50fd43,_0x56db49){const _0x211922=a17_0x2119();return a17_0x52c9=function(_0x52c96a,_0x290baa){_0x52c96a=_0x52c96a-0x188;let _0xc5bd29=_0x211922[_0x52c96a];return _0xc5bd29;},a17_0x52c9(_0x50fd43,_0x56db49);}class TestDetails{static ['tests']={};static [a17_0x6f6093(0x1a8)]=path[a17_0x6f6093(0x1b0)](helper[a17_0x6f6093(0x18b)](),a17_0x6f6093(0x1bc),a17_0x6f6093(0x19b)+process['env']['BS_TESTOPS_BUILD_HASHED_ID']);static[a17_0x6f6093(0x199)](){const _0x449c1d=a17_0x6f6093,_0x4fa778={};_0x4fa778[_0x449c1d(0x1a6)]=_0x449c1d(0x1bc);const _0x29dbba=_0x4fa778;this[_0x449c1d(0x1a8)]=path[_0x449c1d(0x1b0)](helper[_0x449c1d(0x18b)](),_0x29dbba[_0x449c1d(0x1a6)],_0x449c1d(0x19b)+process['env'][_0x449c1d(0x198)]),this[_0x449c1d(0x19d)]();const _0x90fe07={};_0x90fe07[_0x449c1d(0x1b7)]=!![],fs[_0x449c1d(0x1b1)](this['dirPath'],_0x90fe07);}static[a17_0x6f6093(0x19e)](_0x10cc8f){const _0x57833a=a17_0x6f6093,_0xf4828={};_0xf4828['bZJyN']=function(_0x518581,_0x4c1748){return _0x518581+_0x4c1748;},_0xf4828[_0x57833a(0x1b3)]=_0x57833a(0x1b6);const _0x5ef01d=_0xf4828;return path[_0x57833a(0x1b0)](this[_0x57833a(0x1a8)],_0x5ef01d['bZJyN'](_0x10cc8f,_0x5ef01d[_0x57833a(0x1b3)]));}static[a17_0x6f6093(0x19f)](_0x543a80){const _0x504c8f=a17_0x6f6093,_0x58e79e={};_0x58e79e[_0x504c8f(0x1a0)]=function(_0x557e08,_0x7f92fb){return _0x557e08+_0x7f92fb;},_0x58e79e[_0x504c8f(0x1be)]=function(_0x2f387c,_0x3b00ad){return _0x2f387c+_0x3b00ad;};const _0x3673f7=_0x58e79e;return _0x3673f7[_0x504c8f(0x1a0)](_0x3673f7['cnptW'](_0x3673f7['WeCyk'](_0x3673f7[_0x504c8f(0x1a0)](_0x543a80[_0x504c8f(0x18e)]['_projectId'],'-'),_0x543a80[_0x504c8f(0x18e)]['id']),'-'),_0x543a80[_0x504c8f(0x18f)]);}static[a17_0x6f6093(0x192)](_0x1a0d0e){const _0x10c9fc=a17_0x6f6093,_0x1bafd2={};_0x1bafd2[_0x10c9fc(0x1af)]=_0x10c9fc(0x1bc),_0x1bafd2[_0x10c9fc(0x1bd)]=function(_0x431f36,_0x33adea){return _0x431f36===_0x33adea;},_0x1bafd2[_0x10c9fc(0x194)]=_0x10c9fc(0x1b9),_0x1bafd2['sZkaB']=_0x10c9fc(0x1a4);const _0x262181=_0x1bafd2,_0x5d5072=this['getFilePath'](_0x1a0d0e);if(fs[_0x10c9fc(0x196)](_0x5d5072)){if(_0x262181[_0x10c9fc(0x1bd)](_0x262181['HSXOj'],_0x262181[_0x10c9fc(0x191)])){this['dirPath']=_0x1d96fa[_0x10c9fc(0x1b0)](_0x5a7216[_0x10c9fc(0x18b)](),_0x262181[_0x10c9fc(0x1af)],_0x10c9fc(0x19b)+_0x474395[_0x10c9fc(0x19a)][_0x10c9fc(0x198)]),this[_0x10c9fc(0x19d)]();const _0x20feef={};_0x20feef[_0x10c9fc(0x1b7)]=!![],_0x209693[_0x10c9fc(0x1b1)](this[_0x10c9fc(0x1a8)],_0x20feef);}else{const _0xab11bd=JSON[_0x10c9fc(0x1a9)](fs[_0x10c9fc(0x1b5)](_0x5d5072)[_0x10c9fc(0x1bb)]());return this[_0x10c9fc(0x1ba)][_0x1a0d0e]=_0xab11bd,this['tests'][_0x1a0d0e][_0x10c9fc(0x18a)];}}}static[a17_0x6f6093(0x1ad)](_0x305a49){const _0x3e54b5=a17_0x6f6093,_0x11c5e3={'zgNvA':function(_0x5c0848){return _0x5c0848();}},_0x145efc=this['getFilePath'](_0x305a49);return this['tests'][_0x305a49]={'uuid':_0x11c5e3[_0x3e54b5(0x189)](uuidv4)},fs['writeFileSync'](_0x145efc,JSON[_0x3e54b5(0x1ae)](this[_0x3e54b5(0x1ba)][_0x305a49])),this[_0x3e54b5(0x1ba)][_0x305a49]['uuid'];}static[a17_0x6f6093(0x18d)](_0xecceb1){const _0x3935ab=a17_0x6f6093,_0x52e8d8=this['getFilePath'](_0xecceb1);fs[_0x3935ab(0x196)](_0x52e8d8)&&fs[_0x3935ab(0x1b4)](_0x52e8d8);}static[a17_0x6f6093(0x19d)](){const _0x222730=a17_0x6f6093,_0x5effe2={};_0x5effe2[_0x222730(0x1b7)]=!![],_0x5effe2[_0x222730(0x1ab)]=!![],fs[_0x222730(0x1a1)](this['dirPath'],_0x5effe2);}}module[a17_0x6f6093(0x1a7)]=TestDetails;function a17_0x2119(){const _0x4f06af=['env','jest-o11y-','12445DgOgJT','shutdown','getFilePath','getTestRunIdFromTestInfo','WeCyk','rmSync','91512gKpwIS','72831CcSrEE','JnTuR','75015FIeTEG','swyBm','exports','dirPath','parse','989310yQYKpG','force','296786CAdzDe','setTestUUID','stringify','ccJOh','join','mkdirSync','path','VafsA','unlinkSync','readFileSync','.json','recursive','2182DAYuTT','BvHKL','tests','toString','.browserstack','IMqoc','cnptW','1320TVvWyL','zgNvA','uuid','homedir','21aOvDtc','removeTestUUID','_test','retry','324xocvtB','sZkaB','getTestUUID','400GiEfNb','HSXOj','../../../helpers/helper','existsSync','496LMydra','BS_TESTOPS_BUILD_HASHED_ID','setup'];a17_0x2119=function(){return _0x4f06af;};return a17_0x2119();}
@@ -1 +1 @@
1
- const a18_0x281627=a18_0x126e;(function(_0x4c8a0c,_0x5a8543){const _0x3dc5e7=a18_0x126e,_0x28664d=_0x4c8a0c();while(!![]){try{const _0x126f32=parseInt(_0x3dc5e7(0x94))/0x1*(parseInt(_0x3dc5e7(0x92))/0x2)+-parseInt(_0x3dc5e7(0x93))/0x3+parseInt(_0x3dc5e7(0x8f))/0x4+-parseInt(_0x3dc5e7(0x91))/0x5+parseInt(_0x3dc5e7(0x9a))/0x6+-parseInt(_0x3dc5e7(0x90))/0x7+-parseInt(_0x3dc5e7(0x97))/0x8*(parseInt(_0x3dc5e7(0x99))/0x9);if(_0x126f32===_0x5a8543)break;else _0x28664d['push'](_0x28664d['shift']());}catch(_0x306c1e){_0x28664d['push'](_0x28664d['shift']());}}}(a18_0x1a78,0x2d33a));function a18_0x126e(_0x49df4c,_0x26c001){const _0x1a7870=a18_0x1a78();return a18_0x126e=function(_0x126ed9,_0x32e01e){_0x126ed9=_0x126ed9-0x8f;let _0x7c5a14=_0x1a7870[_0x126ed9];return _0x7c5a14;},a18_0x126e(_0x49df4c,_0x26c001);}function a18_0x1a78(){const _0xc0073=['292044sgtYlR','39bzZolL','selenium-webdriver','../../helpers/helper','1101256sTuWXA','until','9BTqbPE','151860UmQpPM','Builder','__webdriver','1364708wFzUDq','583303JcmiBF','840520iUOGzF','15646ZQuRHV'];a18_0x1a78=function(){return _0xc0073;};return a18_0x1a78();}const {requireModule}=require(a18_0x281627(0x96));require('../../helpers/setKeepAlive')();const __wd__=requireModule(a18_0x281627(0x95));__wd__[a18_0x281627(0x98)]=global['__webdriver']['until'],__wd__['By']=global[a18_0x281627(0x9c)]['By'],__wd__[a18_0x281627(0x9b)]=global[a18_0x281627(0x9c)][a18_0x281627(0x9b)];
1
+ const a18_0x32fed8=a18_0x25ab;(function(_0x3b2cc3,_0x424b8b){const _0x1e5fe0=a18_0x25ab,_0x2cb1e2=_0x3b2cc3();while(!![]){try{const _0x44bf9f=parseInt(_0x1e5fe0(0xc8))/0x1+parseInt(_0x1e5fe0(0xc7))/0x2+parseInt(_0x1e5fe0(0xca))/0x3*(parseInt(_0x1e5fe0(0xc9))/0x4)+parseInt(_0x1e5fe0(0xc5))/0x5*(parseInt(_0x1e5fe0(0xc6))/0x6)+parseInt(_0x1e5fe0(0xcb))/0x7+-parseInt(_0x1e5fe0(0xc4))/0x8*(parseInt(_0x1e5fe0(0xc3))/0x9)+-parseInt(_0x1e5fe0(0xc0))/0xa;if(_0x44bf9f===_0x424b8b)break;else _0x2cb1e2['push'](_0x2cb1e2['shift']());}catch(_0x30bf3c){_0x2cb1e2['push'](_0x2cb1e2['shift']());}}}(a18_0x46f3,0xe7646));function a18_0x46f3(){const _0x5d38b3=['12866888MFOSlJ','5xLJQuU','4298694DyreuN','2588052ffxUhK','1871475EeFhGd','16mZGDDk','298992KHORLz','12144083CRQKlM','Builder','../../helpers/setKeepAlive','__webdriver','34593320eWfglS','until','selenium-webdriver','9iKNaso'];a18_0x46f3=function(){return _0x5d38b3;};return a18_0x46f3();}const {requireModule}=require('../../helpers/helper');require(a18_0x32fed8(0xcd))();const __wd__=requireModule(a18_0x32fed8(0xc2));function a18_0x25ab(_0x46fb27,_0xc62e4d){const _0x46f36a=a18_0x46f3();return a18_0x25ab=function(_0x25ab9e,_0x6d18a4){_0x25ab9e=_0x25ab9e-0xc0;let _0x54718a=_0x46f36a[_0x25ab9e];return _0x54718a;},a18_0x25ab(_0x46fb27,_0xc62e4d);}__wd__[a18_0x32fed8(0xc1)]=global[a18_0x32fed8(0xce)][a18_0x32fed8(0xc1)],__wd__['By']=global['__webdriver']['By'],__wd__[a18_0x32fed8(0xcc)]=global[a18_0x32fed8(0xce)][a18_0x32fed8(0xcc)];
@@ -1 +1 @@
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
+ function a19_0x1a67(){const _0x94b45a=['QJFpW','iVsof','RbEmY','testsSkipped','percy','resolvePaths','ITCWX','NnCZC','testsPending','_argv','build','../mocha/test-observability/data-hooks','OOgVE','supportCodePaths','GSSKL','../../helpers/test-observability/utils','JhjXC','rUeME','xLOdk','174975vlLXwg','180UocuZy','VJCQu','DyiKc','__driversArray','testSuites','jBPqr','stepsPassed','ijfwJ','IlOXB','MzjtS','maxWorkers','timeout','rVqaq','yCQSY','sCgLL','IFWCH','platformCaps','oWget','push','lbFxG','WaKxM','QDIvC','@cucumber/cucumber/lib/cli/index.js','testsUndefined','_configuration','qNTsm','require','JZKbr','578391gfffCK','beforeEach','argv','browserstackPlatformIndex','splice','error','success','sYRjo','mochaHooks','NmWoQ','5648RuOENO','--parallel','sJBVx','BKIik','rvylp','spec','skipSessionName','Emgol','assign','QWdkd','10LFIpFl','pPdxY','gfCxD','QqPlY','oreVI','DGEjx','SclNp','NdKqq','Txjsm','QoNxv','WSYPS','Mfqjk','TPmFc','isBrowserstackInfra','testsErrorMessage','3183726LMVqIO','reporterOptions','beforeExit','prfTP','XumOs','cwzLE','haAvb','stepsSkipped','KkCdU','QZVcb','CONFIG','vUruG','NPtCP','platform','jFWBI','2032794NjljSA','wPjSd','PKQCu','QYBAY','then','KSnsq','cucumber/lib/cli/configuration_builder.js','_bsConfig','formatter','QvmZE','extname','BfLTw','testsFailed','DYlzp','AuBkH','NNWcR','../cucumber-js/formatter/custom_formatter_old_versions.js','MaXyc','heWJd','stringify','@cucumber/cucumber/lib/cli/configuration_builder.js','indexOf','testContextOptions','AMCil','mAVNS','4545RnuhdR','PaxwX','__platformCaps','xdRbB','mqrUr','wkbEK','testsPassed','DHPpK','308345qMshkr','NEpvZ','egnhT','ruWNI','zlvbF','vzCjO','args','rsjbg',':tmp/','JCHnL','cZkOj','../cucumber-js/test.setup.js','idpMd','Iqzho','default','28VoppbX','iQvOt','../cucumber-js/timeout.setup.js','hwlCo','percyCaptureMode','capability','rvWgG','scenariosFailed','bHZOz','--format','bXSnQ','NHnhi','DQvZe','maTkh','oYraS','UIYTG','eMHdw','PxYqb','testsAmbiguous','GiyGJ','SzPwl','processSuccess','mFZlm','ITKdc','afterAll','browserstackPercyBestPlatform','PoOPn','length','stepsAmbiguous','../mocha/bstack-reporter/customReporter.js','NiuwB','../../helpers/helper','prototype','1|4|6|10|2|7|11|16|19|20|12|3|15|13|0|5|8|21|14|17|18|9','exitCode','getInstance','tfkzd','2486LNDQHs','capabilities','SYDNL','tIHYw','env','NXxGp','avDOx','vYgBE','vanilla','testSuitesFailed','rFPKF','DNcAa','exports','mochaOpts','dyCZl','cwd','oATkY','CisGK','prcpy','nestedKeyValue','unshift','join','skipSessionStatus','mocha/lib/cli/run-helpers.js','tOejy','beforeAll','KqqYU','browserstackAgentV2','WcbWo','afterEach','TznyP','steps','prevRun','../../index','platformIndex','cSbBP','rootHooks','BSTACK_DELTA','sOkSD','scenarios','ZnJxw','path','qeTtI','gUdKR','saOrH','rGuir','SZodU','BWatn','stepsUndefined','testsUnknown','Mtmgs','XgjRY','replace','cucumber/lib/cli/index.js','../../helpers/accessibility-automation/helper','zYvkj','NbtGZ','OotyF','WjSSm','Efqfe','qKSAJ','eQIMF','_accessibilityAutomation','jyZIY','GAodA','rTKQE','tDXqO','__skipSessionStatus','yNPBi','_testObservability','totalTests','YEISu','cbXto','stepsUnknown','aTeNS','_formatter','../cucumber-js/formatter/custom_formatter.js','lEkwr','MtGWA','RHauD','tmp/','turboScaleUrl','_mochaOpts','KywAt','run','RpRmH','stdout','qlZKK','smTkw','omkXH','__skipSessionName','aXFLw','ZvAxO','../mocha/test.setup','YqOEk','XdkZK','OGzhl','stepsFailed','Amyxw','@cucumber/cucumber/lib/api/paths.js','_framework','IKrwT','SYHBT','MIsFy','FuHUy','dAriM','AFijI','_capability','XFwaE','rdzpe','pendingUploads','__platform__','call','configuration','runMocha','catch','ugJQX'];a19_0x1a67=function(){return _0x94b45a;};return a19_0x1a67();}const a19_0x455ed3=a19_0x43fe;function a19_0x43fe(_0x391154,_0x25c722){const _0x1a67be=a19_0x1a67();return a19_0x43fe=function(_0x43feb9,_0x45d00){_0x43feb9=_0x43feb9-0x140;let _0x1a8d02=_0x1a67be[_0x43feb9];return _0x1a8d02;},a19_0x43fe(_0x391154,_0x25c722);}(function(_0x537fcf,_0x2469d9){const _0x2690b7=a19_0x43fe,_0x29bf37=_0x537fcf();while(!![]){try{const _0x1c1f44=parseInt(_0x2690b7(0x1ab))/0x1*(parseInt(_0x2690b7(0x24e))/0x2)+parseInt(_0x2690b7(0x1aa))/0x3+parseInt(_0x2690b7(0x229))/0x4*(-parseInt(_0x2690b7(0x21a))/0x5)+-parseInt(_0x2690b7(0x1f9))/0x6+parseInt(_0x2690b7(0x1ea))/0x7+parseInt(_0x2690b7(0x1d1))/0x8*(parseInt(_0x2690b7(0x212))/0x9)+parseInt(_0x2690b7(0x1db))/0xa*(-parseInt(_0x2690b7(0x1c7))/0xb);if(_0x1c1f44===_0x2469d9)break;else _0x29bf37['push'](_0x29bf37['shift']());}catch(_0x252a74){_0x29bf37['push'](_0x29bf37['shift']());}}}(a19_0x1a67,0x4200e));const path=require(a19_0x455ed3(0x14b)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require('../../helpers/helper'),constants=require('../utils/constants'),{isAccessibilityAutomationSession}=require(a19_0x455ed3(0x158)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{isTestObservabilitySession}=require(a19_0x455ed3(0x1a6)),helper=require(a19_0x455ed3(0x248));class Launcher{constructor(_0x49a260,_0x2844f0,_0x471f22,_0x5e0363=[]){const _0x5074fb=a19_0x455ed3,_0x477bd8={'NPtCP':'7|10|1|12|14|11|9|20|8|18|16|3|21|5|13|4|2|6|17|0|15|19','PoOPn':function(_0x1b6644){return _0x1b6644();}},_0x159e9f=_0x477bd8[_0x5074fb(0x1f6)]['split']('|');let _0x4cd2dd=0x0;while(!![]){switch(_0x159e9f[_0x4cd2dd++]){case'0':global[_0x5074fb(0x153)]=0x0;continue;case'1':this[_0x5074fb(0x174)]=_0x2844f0[_0x5074fb(0x25b)];continue;case'2':global[_0x5074fb(0x19a)]=0x0;continue;case'3':global[_0x5074fb(0x1af)]=0x0;continue;case'4':global[_0x5074fb(0x19f)]=0x0;continue;case'5':global[_0x5074fb(0x218)]=0x0;continue;case'6':global[_0x5074fb(0x257)]=0x0;continue;case'7':this[_0x5074fb(0x186)]=_0x49a260;continue;case'8':this[_0x5074fb(0x167)]=_0x477bd8[_0x5074fb(0x243)](isTestObservabilitySession);continue;case'9':this['_argv']=_0x5e0363;continue;case'10':this['_configuration']=_0x2844f0[_0x5074fb(0x193)]||{};continue;case'11':global[_0x5074fb(0x191)]=this[_0x5074fb(0x1c3)][_0x5074fb(0x1f7)];continue;case'12':this[_0x5074fb(0x16d)]=_0x2844f0['formatter'];continue;case'13':global[_0x5074fb(0x205)]=0x0;continue;case'14':this[_0x5074fb(0x18d)]=this[_0x5074fb(0x1c3)]['capability'];continue;case'15':global[_0x5074fb(0x23b)]=0x0;continue;case'16':global[_0x5074fb(0x214)]=this[_0x5074fb(0x1c3)][_0x5074fb(0x1bb)]||{};continue;case'17':global[_0x5074fb(0x1c2)]=0x0;continue;case'18':this[_0x5074fb(0x160)]=_0x477bd8[_0x5074fb(0x243)](isAccessibilityAutomationSession);continue;case'19':global[_0x5074fb(0x1e9)]={};continue;case'20':this[_0x5074fb(0x200)]=_0x471f22;continue;case'21':global[_0x5074fb(0x168)]=0x0;continue;}break;}}['run'](){const _0x16442a=a19_0x455ed3,_0x3cb606={'KkCdU':function(_0x1aca89,_0x6025f0){return _0x1aca89(_0x6025f0);},'hwlCo':function(_0x345778,_0x517607){return _0x345778(_0x517607);},'cbXto':_0x16442a(0x157),'OOgVE':function(_0x33ff8f,_0x39ce90){return _0x33ff8f(_0x39ce90);},'jyZIY':_0x16442a(0x20d),'eQIMF':_0x16442a(0x232),'egnhT':_0x16442a(0x16e),'NbtGZ':function(_0x59c0c4,_0x545df5){return _0x59c0c4(_0x545df5);},'XgjRY':function(_0x221321,_0xe18e61){return _0x221321===_0xe18e61;},'KqqYU':_0x16442a(0x206),'NnCZC':function(_0x33fe40,_0x430d0e){return _0x33fe40!==_0x430d0e;},'tDXqO':_0x16442a(0x171),'ITCWX':'cEJsZ','gUdKR':function(_0x16beba,_0x2e60db){return _0x16beba(_0x2e60db);},'Iqzho':function(_0x1d9e77){return _0x1d9e77();},'YqOEk':_0x16442a(0x24a),'bXSnQ':function(_0x34e579){return _0x34e579();},'JZKbr':function(_0x33b4a0){return _0x33b4a0();},'NNWcR':function(_0x3d3988,_0x308c51){return _0x3d3988(_0x308c51);},'AMCil':_0x16442a(0x143),'VJCQu':function(_0x15d1d9,_0x250371){return _0x15d1d9!==_0x250371;},'vzCjO':function(_0x2dcae9,_0x35f1e5){return _0x2dcae9>_0x35f1e5;},'TznyP':_0x16442a(0x1ff),'wPjSd':_0x16442a(0x209),'JhjXC':'../cucumber-js/test_old.setup.js','sYRjo':function(_0x4389a8,_0x1f747e){return _0x4389a8(_0x1f747e);},'NmWoQ':_0x16442a(0x1c1),'QYBAY':_0x16442a(0x1da),'AFijI':function(_0xf5e157,_0x3df9ac){return _0xf5e157<=_0x3df9ac;},'DGEjx':'xTHXW','maTkh':function(_0x31651e,_0x2806b1){return _0x31651e(_0x2806b1);},'NPTzA':_0x16442a(0x1fe),'sLdPa':function(_0x4b1311,_0x41bb42,_0x4187d6){return _0x4b1311(_0x41bb42,_0x4187d6);},'fcWtK':_0x16442a(0x17d),'eQcEC':_0x16442a(0x1e7),'OotyF':_0x16442a(0x21d),'prfTP':function(_0x1e6b2e,_0xc3a13d){return _0x1e6b2e(_0xc3a13d);},'MtGWA':_0x16442a(0x1a2),'DyiKc':function(_0x545344,_0x28f5c4){return _0x545344>_0x28f5c4;},'rTKQE':function(_0x22e212,_0x6977f7){return _0x22e212(_0x6977f7);},'iVsof':'../../helpers/setKeepAlive','oljCd':function(_0x290cc2,_0x24a123){return _0x290cc2===_0x24a123;},'xdRbB':'mocha','QoNxv':function(_0x220332,_0x5488fc){return _0x220332===_0x5488fc;},'WcbWo':_0x16442a(0x15c),'NEpvZ':_0x16442a(0x188),'NXxGp':function(_0x2f029f,_0x238880){return _0x2f029f(_0x238880);},'FuHUy':_0x16442a(0x265),'oYraS':function(_0xb96d9){return _0xb96d9();},'oWget':function(_0x3bb4b7,_0x159b5a){return _0x3bb4b7!==_0x159b5a;},'rDnMo':_0x16442a(0x14f),'avDOx':_0x16442a(0x17f),'GAodA':_0x16442a(0x177),'jBPqr':function(_0x1aef76,_0x4d951f){return _0x1aef76(_0x4d951f);},'bGrCq':function(_0x48c670,_0x2666c2){return _0x48c670!==_0x2666c2;},'ZBysv':_0x16442a(0x211),'NiuwB':'CLhZk','ttsag':function(_0x37225d,_0x106198){return _0x37225d*_0x106198;},'XFwaE':function(_0x136013,_0xf7d241){return _0x136013===_0xf7d241;},'Oiytp':_0x16442a(0x1a9),'SYsOk':_0x16442a(0x1e6),'PxYqb':_0x16442a(0x1f3),'QDIvC':_0x16442a(0x246),'tIHYw':function(_0x536c79,_0x2869f4){return _0x536c79||_0x2869f4;},'Txjsm':_0x16442a(0x1d6),'lEkwr':_0x16442a(0x144),'NdKqq':'browserStackPercyOptions','qlZKK':_0x16442a(0x242),'cSbBP':_0x16442a(0x19b),'JCHnL':_0x16442a(0x22d),'XdkZK':function(_0x57bc3b,_0x858500){return _0x57bc3b!==_0x858500;},'UIYTG':_0x16442a(0x148),'vYgBE':_0x16442a(0x1b2),'sJBVx':function(_0x557eea,_0x17f26e){return _0x557eea!==_0x17f26e;},'rsjbg':_0x16442a(0x1fb),'minEL':function(_0x2a2559,_0x3dc5fa){return _0x2a2559!==_0x3dc5fa;},'tOejy':_0x16442a(0x14a),'rqnzR':_0x16442a(0x17e),'NAIKm':_0x16442a(0x25c),'YEISu':_0x16442a(0x150),'GSSKL':function(_0x225350,_0x17cd25){return _0x225350!==_0x17cd25;},'rFPKF':_0x16442a(0x1e5),'rdzpe':_0x16442a(0x23c),'Emgol':function(_0x231218,_0x96e447){return _0x231218!==_0x96e447;},'QvmZE':_0x16442a(0x14e),'prcpy':function(_0x56f3a3,_0x435c14){return _0x56f3a3===_0x435c14;},'zYvkj':'JiMoo','sCgLL':'cucumber-js','XumOs':'cakKA','yCQSY':_0x16442a(0x197),'rUeME':function(_0x4407b6,_0xd42446){return _0x4407b6!==_0xd42446;},'IQmxy':_0x16442a(0x22f),'DQvZe':_0x16442a(0x1dd),'eMHdw':_0x16442a(0x22b),'oATkY':function(_0x56a9db,_0x4da723){return _0x56a9db===_0x4da723;},'lbFxG':_0x16442a(0x217),'vXJZS':_0x16442a(0x185),'ugJQX':_0x16442a(0x225),'CisGK':_0x16442a(0x21e),'BKIik':function(_0x46e900,_0x3090c6){return _0x46e900(_0x3090c6);},'ITKdc':function(_0x286849,_0x398b9c){return _0x286849(_0x398b9c);},'BfLTw':_0x16442a(0x1d2),'IFWCH':function(_0x39705d,_0x6c38eb){return _0x39705d>_0x6c38eb;},'rVqaq':function(_0x57aa53,_0x1cdd30){return _0x57aa53<_0x1cdd30;},'BWatn':function(_0x4323a0,_0x2fc85d){return _0x4323a0(_0x2fc85d);},'qKSAJ':function(_0x37cbf7,_0x47f20e){return _0x37cbf7!==_0x47f20e;},'bHZOz':function(_0x68d2a2,_0x20e13f){return _0x68d2a2===_0x20e13f;},'heWJd':_0x16442a(0x256),'haAvb':function(_0x518551){return _0x518551();},'WaKxM':function(_0x257bcc,_0x38bf6b){return _0x257bcc(_0x38bf6b);},'DwFKm':_0x16442a(0x1ec),'LxgYr':function(_0x3183f0,_0x4b3003){return _0x3183f0(_0x4b3003);}};return new Promise(async(_0x3f8b5b,_0x53ccdf)=>{const _0x3dc52c=_0x16442a,_0x14a9b5={'IlOXB':function(_0x24ea0,_0x386f6b){const _0x189240=a19_0x43fe;return _0x3cb606[_0x189240(0x208)](_0x24ea0,_0x386f6b);},'cwzLE':_0x3cb606['AMCil'],'DNcAa':_0x3cb606[_0x3dc52c(0x15f)],'MzjtS':function(_0x2bb4d0,_0x5e98d3){const _0x95a6ac=_0x3dc52c;return _0x3cb606[_0x95a6ac(0x14d)](_0x2bb4d0,_0x5e98d3);},'mqrUr':function(_0x1cdaed,_0x55d80c){return _0x3cb606['VJCQu'](_0x1cdaed,_0x55d80c);},'aandC':function(_0x12a7b3,_0x15c0bd){const _0x415c2d=_0x3dc52c;return _0x3cb606[_0x415c2d(0x21f)](_0x12a7b3,_0x15c0bd);},'TZgQX':function(_0x245728,_0x4c0147){return _0x3cb606['VJCQu'](_0x245728,_0x4c0147);},'OGzhl':function(_0x3b1156,_0x3d861f){const _0x21c50d=_0x3dc52c;return _0x3cb606[_0x21c50d(0x14d)](_0x3b1156,_0x3d861f);},'Efqfe':_0x3cb606[_0x3dc52c(0x140)],'ePzKF':_0x3cb606[_0x3dc52c(0x1fa)],'QqPlY':_0x3cb606[_0x3dc52c(0x1a7)],'qNTsm':function(_0x1172fb,_0x4d9891){const _0x3cc97e=_0x3dc52c;return _0x3cb606[_0x3cc97e(0x1ce)](_0x1172fb,_0x4d9891);},'cZkOj':_0x3cb606[_0x3dc52c(0x1d0)],'SclNp':function(_0x53c256,_0x5da217){const _0x316f44=_0x3dc52c;return _0x3cb606[_0x316f44(0x155)](_0x53c256,_0x5da217);},'DHPpK':_0x3cb606[_0x3dc52c(0x1fc)],'tfkzd':function(_0x4825df,_0xe03988){const _0x7e3dab=_0x3dc52c;return _0x3cb606[_0x7e3dab(0x18c)](_0x4825df,_0xe03988);},'jFWBI':_0x3cb606[_0x3dc52c(0x1e0)],'omkXH':function(_0x3ee89b,_0x18ed40){const _0x20e011=_0x3dc52c;return _0x3cb606[_0x20e011(0x236)](_0x3ee89b,_0x18ed40);},'SzPwl':_0x3cb606['NPTzA'],'smTkw':function(_0x53a006,_0x4d0d78,_0x371020){return _0x3cb606['sLdPa'](_0x53a006,_0x4d0d78,_0x371020);},'Amyxw':_0x3cb606['fcWtK'],'oreVI':function(_0x5b08f4,_0x2a7ab4){const _0x4e8e65=_0x3dc52c;return _0x3cb606[_0x4e8e65(0x14d)](_0x5b08f4,_0x2a7ab4);},'mFZlm':_0x3cb606['eQcEC'],'aTeNS':_0x3cb606[_0x3dc52c(0x15b)],'PaxwX':function(_0x200128,_0x5c94e6){const _0x2565f5=_0x3dc52c;return _0x3cb606[_0x2565f5(0x1ed)](_0x200128,_0x5c94e6);},'aOevh':_0x3cb606[_0x3dc52c(0x170)],'Mtmgs':function(_0x318f3f,_0x43f23a){const _0x165262=_0x3dc52c;return _0x3cb606[_0x165262(0x1ad)](_0x318f3f,_0x43f23a);},'Fsumk':function(_0x3a7549,_0x25ed85){const _0x42f64a=_0x3dc52c;return _0x3cb606[_0x42f64a(0x1f2)](_0x3a7549,_0x25ed85);}};_0x3cb606[_0x3dc52c(0x163)](require,_0x3cb606[_0x3dc52c(0x198)])();if(_0x3cb606['oljCd'](this[_0x3dc52c(0x186)],_0x3cb606[_0x3dc52c(0x215)])){if(_0x3cb606[_0x3dc52c(0x1e4)](_0x3cb606[_0x3dc52c(0x26a)],_0x3cb606[_0x3dc52c(0x21b)]))_0x212388[_0x3dc52c(0x1cc)](_0xb85d55),_0x24ff39[_0x3dc52c(0x24b)]=0x1,_0x3cb606['KkCdU'](_0x3435b2,_0x23df83);else{const _0x200fc3=_0x3cb606[_0x3dc52c(0x253)](requireModule,_0x3cb606[_0x3dc52c(0x18a)]),_0x39540d=_0x3cb606[_0x3dc52c(0x22c)](requireModule,_0x3cb606[_0x3dc52c(0x215)]);_0x3cb606['oYraS'](isBrowserstackInfra)&&(_0x3cb606[_0x3dc52c(0x1bc)](_0x3cb606['rDnMo'],_0x3cb606['rDnMo'])?_0x51fb65=_0x3cb606[_0x3dc52c(0x22c)](_0x23efaa,_0x3cb606[_0x3dc52c(0x16a)]):_0x3cb606['Iqzho'](modifyCommand));const _0x1d47ab=_0x3cb606[_0x3dc52c(0x15a)](require,_0x3cb606[_0x3dc52c(0x254)])['mochaHooks'],_0x1bad8f={};_0x1bad8f[_0x3dc52c(0x267)]=[_0x1d47ab[_0x3dc52c(0x267)]],_0x1bad8f['beforeEach']=[_0x1d47ab[_0x3dc52c(0x1c8)]],_0x1bad8f[_0x3dc52c(0x241)]=[_0x1d47ab['afterAll']],_0x1bad8f[_0x3dc52c(0x26b)]=[_0x1d47ab[_0x3dc52c(0x26b)]];const _0x314d61=_0x1bad8f;if(_0x3cb606[_0x3dc52c(0x237)](isTestObservabilitySession)){if(_0x3cb606[_0x3dc52c(0x1e4)](_0x3cb606[_0x3dc52c(0x162)],_0x3cb606[_0x3dc52c(0x162)])){const _0x5a8b3d=_0x3cb606[_0x3dc52c(0x1b0)](require,_0x3cb606[_0x3dc52c(0x170)])['mochaHooks'];_0x314d61[_0x3dc52c(0x267)][_0x3dc52c(0x262)](_0x5a8b3d['beforeAll']),_0x314d61['afterAll'][_0x3dc52c(0x1bd)](_0x5a8b3d[_0x3dc52c(0x241)]);}else _0x14a9b5['IlOXB'](_0x2bebff,_0x14a9b5[_0x3dc52c(0x1ef)])[_0x3dc52c(0x269)](this['_configuration'],null,this[_0x3dc52c(0x167)]);}const _0x2eeec5=await _0x200fc3['handleRequires'](this['_mochaOpts'][_0x3dc52c(0x1c5)]);Object[_0x3dc52c(0x1d9)](this[_0x3dc52c(0x174)],_0x2eeec5);this[_0x3dc52c(0x174)]['rootHooks']&&(_0x3cb606['bGrCq'](_0x3cb606['ZBysv'],_0x3cb606[_0x3dc52c(0x247)])?(this[_0x3dc52c(0x174)]['rootHooks'][_0x3dc52c(0x267)]&&_0x314d61[_0x3dc52c(0x267)][_0x3dc52c(0x262)](...this[_0x3dc52c(0x174)][_0x3dc52c(0x146)][_0x3dc52c(0x267)]),this[_0x3dc52c(0x174)][_0x3dc52c(0x146)]['beforeEach']&&_0x314d61[_0x3dc52c(0x1c8)][_0x3dc52c(0x262)](...this[_0x3dc52c(0x174)][_0x3dc52c(0x146)][_0x3dc52c(0x1c8)]),this[_0x3dc52c(0x174)][_0x3dc52c(0x146)][_0x3dc52c(0x241)]&&_0x314d61[_0x3dc52c(0x241)][_0x3dc52c(0x1bd)](...this[_0x3dc52c(0x174)]['rootHooks'][_0x3dc52c(0x241)]),this[_0x3dc52c(0x174)][_0x3dc52c(0x146)][_0x3dc52c(0x26b)]&&_0x314d61[_0x3dc52c(0x26b)][_0x3dc52c(0x1bd)](...this[_0x3dc52c(0x174)]['rootHooks'][_0x3dc52c(0x26b)])):(_0x2dee50=_0x3cb606[_0x3dc52c(0x1a3)](_0x191022,_0x3cb606[_0x3dc52c(0x161)])[_0x3dc52c(0x228)],_0x888a90['push'](_0x3cb606[_0x3dc52c(0x15f)]),_0x4f34fe[_0x3dc52c(0x1bd)](_0x4797c4[_0x3dc52c(0x263)](_0x26d3d5,_0x3cb606[_0x3dc52c(0x21c)]))));const _0x38fdb7=this['_mochaOpts']['reporter'];let _0x4a0172=_0x3cb606['ttsag'](this[_0x3dc52c(0x174)]['timeout'],0x1);_0x3cb606[_0x3dc52c(0x18e)](this[_0x3dc52c(0x174)][_0x3dc52c(0x1b6)],0x0)?_0x3cb606[_0x3dc52c(0x155)](_0x3cb606['Oiytp'],_0x3cb606['SYsOk'])?_0x304791[_0x3dc52c(0x165)]=!![]:_0x4a0172=0x0:_0x3cb606[_0x3dc52c(0x155)](_0x3cb606[_0x3dc52c(0x23a)],_0x3cb606['PxYqb'])?_0x4a0172+=constants[_0x3dc52c(0x147)]:(_0x579eea[_0x3dc52c(0x1bd)](_0x14a9b5[_0x3dc52c(0x259)]),_0x4c83cb[_0x3dc52c(0x1bd)](_0xe67f4+':tmp/'+_0x321e0e));const _0x4d74d7={...this['_mochaOpts'],'reporter':path[_0x3dc52c(0x263)](__dirname,_0x3cb606[_0x3dc52c(0x1c0)]),'reporterOption':{...this[_0x3dc52c(0x174)][_0x3dc52c(0x1eb)],'type':_0x3cb606[_0x3dc52c(0x251)](_0x38fdb7,_0x3cb606[_0x3dc52c(0x1e3)]),'testObservability':this[_0x3dc52c(0x167)],'bsConfig':this[_0x3dc52c(0x200)]},'parallel':![],'rootHooks':_0x314d61,'isWorker':!![],'timeout':_0x4a0172};global[_0x3dc52c(0x1ca)]=helper['nestedKeyValue'](this[_0x3dc52c(0x1c3)],[_0x3cb606[_0x3dc52c(0x16f)]]),global['browserstackPercyBestPlatform']=helper[_0x3dc52c(0x261)](this[_0x3dc52c(0x1c3)],[_0x3cb606['NdKqq'],_0x3cb606[_0x3dc52c(0x179)]]),global['percy']=helper[_0x3dc52c(0x261)](this['_configuration'],[_0x3cb606[_0x3dc52c(0x1e2)],_0x3cb606[_0x3dc52c(0x145)]]),global[_0x3dc52c(0x22d)]=helper['nestedKeyValue'](this[_0x3dc52c(0x1c3)],[_0x3cb606['NdKqq'],_0x3cb606[_0x3dc52c(0x223)]]),global[_0x3dc52c(0x24f)]=[this['_capability']];if(helper[_0x3dc52c(0x1e8)]()){if(_0x3cb606[_0x3dc52c(0x181)](_0x3cb606[_0x3dc52c(0x238)],_0x3cb606[_0x3dc52c(0x255)]))this[_0x3dc52c(0x200)][_0x3dc52c(0x20f)][_0x3dc52c(0x1d7)]&&(_0x3cb606[_0x3dc52c(0x1d3)](_0x3cb606['rsjbg'],_0x3cb606[_0x3dc52c(0x221)])?_0x44095c[_0x3dc52c(0x1cb)](_0x1103ca,0x1):global['__skipSessionName']=!![]),this[_0x3dc52c(0x200)][_0x3dc52c(0x20f)][_0x3dc52c(0x264)]&&(_0x3cb606['minEL'](_0x3cb606[_0x3dc52c(0x266)],_0x3cb606['rqnzR'])?global['__skipSessionStatus']=!![]:(this['_mochaOpts'][_0x3dc52c(0x146)][_0x3dc52c(0x267)]&&_0x483929[_0x3dc52c(0x267)][_0x3dc52c(0x262)](...this[_0x3dc52c(0x174)][_0x3dc52c(0x146)][_0x3dc52c(0x267)]),this[_0x3dc52c(0x174)]['rootHooks']['beforeEach']&&_0x2973f9['beforeEach'][_0x3dc52c(0x262)](...this['_mochaOpts']['rootHooks'][_0x3dc52c(0x1c8)]),this['_mochaOpts'][_0x3dc52c(0x146)][_0x3dc52c(0x241)]&&_0x3ff7b3[_0x3dc52c(0x241)][_0x3dc52c(0x1bd)](...this['_mochaOpts'][_0x3dc52c(0x146)][_0x3dc52c(0x241)]),this[_0x3dc52c(0x174)][_0x3dc52c(0x146)][_0x3dc52c(0x26b)]&&_0x44d988[_0x3dc52c(0x26b)][_0x3dc52c(0x1bd)](...this[_0x3dc52c(0x174)][_0x3dc52c(0x146)][_0x3dc52c(0x26b)])));else{const _0x49c110=_0x14a9b5[_0x3dc52c(0x1b4)](_0x4e88fe,this[_0x3dc52c(0x18d)])['replace'](/ /g,'_');if(_0x14a9b5[_0x3dc52c(0x216)](this[_0x3dc52c(0x16d)][_0x5c86fb],_0xdf4537)&&_0x14a9b5['aandC'](this[_0x3dc52c(0x16d)][_0x290c83]['length'],0x0)){const _0x5d0d6e=this[_0x3dc52c(0x16d)][_0x1f1dc8][0x1],_0x20f67d=''+this[_0x3dc52c(0x16d)][_0x2ecc43][0x0];if(_0x14a9b5['TZgQX'](_0x5d0d6e,_0x244bc1)){const _0x51820c=_0x3dc52c(0x172)+_0x49c110+_0x40d3c2[_0x3dc52c(0x203)](_0x5d0d6e);_0x302e7b['push'](_0x14a9b5['DNcAa']),_0xed42f2[_0x3dc52c(0x1bd)](_0x20f67d+':'+_0x51820c);}else _0x4fd3ec[_0x3dc52c(0x1bd)](_0x14a9b5[_0x3dc52c(0x259)]),_0x3c5dbc[_0x3dc52c(0x1bd)](_0x20f67d+':tmp/'+_0x49c110);}}}this['_bsConfig'][_0x3dc52c(0x173)]&&(_0x3cb606[_0x3dc52c(0x19e)](_0x3cb606['NAIKm'],_0x3cb606[_0x3dc52c(0x169)])?this[_0x3dc52c(0x1c3)]['turboScaleUrl']=this[_0x3dc52c(0x200)]['turboScaleUrl']:(_0xfc4bd2=_0x14a9b5[_0x3dc52c(0x182)](_0x5639b4,_0x14a9b5[_0x3dc52c(0x15d)])[_0x3dc52c(0x228)],_0x152616['push'](_0x14a9b5['DNcAa']),_0x4f476e['push'](_0x536566[_0x3dc52c(0x263)](_0x58654c,_0x14a9b5['ePzKF'])),_0x2aa8b7=_0x14a9b5[_0x3dc52c(0x1de)]));const _0x56198c=new _0x39540d(_0x4d74d7);_0x56198c[_0x3dc52c(0x142)]=_0x56198c[_0x3dc52c(0x176)];if(_0x3cb606[_0x3dc52c(0x227)](isTestObservabilitySession)){if(_0x3cb606[_0x3dc52c(0x1a5)](_0x3cb606[_0x3dc52c(0x258)],_0x3cb606[_0x3dc52c(0x18f)]))_0x56198c[_0x3dc52c(0x176)]=function(_0x4ecb68){const _0x247d4b=_0x3dc52c,_0x520359={'IKrwT':function(_0x1ef05c,_0x20fb9b){const _0x10d7d9=a19_0x43fe;return _0x14a9b5[_0x10d7d9(0x1c4)](_0x1ef05c,_0x20fb9b);},'iQvOt':_0x14a9b5[_0x247d4b(0x224)],'dAriM':function(_0x4f4d88,_0x524efb){return _0x14a9b5['SclNp'](_0x4f4d88,_0x524efb);},'KywAt':_0x14a9b5[_0x247d4b(0x219)],'yNPBi':function(_0x5b6b9d,_0x26cd15){const _0x41e3d0=_0x247d4b;return _0x14a9b5[_0x41e3d0(0x24d)](_0x5b6b9d,_0x26cd15);},'RbEmY':_0x14a9b5[_0x247d4b(0x1f8)],'vUruG':function(_0x2000ca,_0x484480){const _0xb2c08a=_0x247d4b;return _0x14a9b5[_0xb2c08a(0x1b4)](_0x2000ca,_0x484480);},'SYDNL':function(_0x58c69c,_0x1b5852){const _0x2cc2ce=_0x247d4b;return _0x14a9b5[_0x2cc2ce(0x17b)](_0x58c69c,_0x1b5852);},'AuBkH':_0x14a9b5[_0x247d4b(0x23d)],'MIsFy':function(_0xa068bc,_0x579196,_0x461f43){const _0x281ae0=_0x247d4b;return _0x14a9b5[_0x281ae0(0x17a)](_0xa068bc,_0x579196,_0x461f43);}};if(_0x14a9b5[_0x247d4b(0x1e1)](_0x14a9b5[_0x247d4b(0x184)],_0x14a9b5[_0x247d4b(0x184)]))return _0x56198c['prevRun'](_0x4526f8=>{const _0x1e6bd8=_0x247d4b,_0x437ed4={'qeTtI':function(_0x592f20,_0x214523){const _0x266089=a19_0x43fe;return _0x520359[_0x266089(0x187)](_0x592f20,_0x214523);},'vFfQS':_0x520359[_0x1e6bd8(0x22a)],'pPdxY':function(_0x25e39c,_0x5f0918){const _0x2822ec=_0x1e6bd8;return _0x520359[_0x2822ec(0x18b)](_0x25e39c,_0x5f0918);},'idpMd':_0x520359[_0x1e6bd8(0x175)],'mBPjY':function(_0xf6f1a1,_0x1b7032){const _0xfb45d8=_0x1e6bd8;return _0x520359[_0xfb45d8(0x166)](_0xf6f1a1,_0x1b7032);},'rvylp':function(_0x3f827b,_0x45949d){const _0x217ad8=_0x1e6bd8;return _0x520359[_0x217ad8(0x18b)](_0x3f827b,_0x45949d);},'MaXyc':_0x520359[_0x1e6bd8(0x199)],'rnWoR':function(_0x292a11,_0x52a5d3){const _0x114286=_0x1e6bd8;return _0x520359[_0x114286(0x1f5)](_0x292a11,_0x52a5d3);},'NHnhi':function(_0x949020,_0x633ad7){const _0x5190ac=_0x1e6bd8;return _0x520359[_0x5190ac(0x250)](_0x949020,_0x633ad7);}};if(_0x520359['dAriM'](_0x520359[_0x1e6bd8(0x207)],_0x520359[_0x1e6bd8(0x207)])){const _0x380e69=_0x520359[_0x1e6bd8(0x189)](setInterval,async()=>{const _0x434464=_0x1e6bd8;_0x437ed4[_0x434464(0x1dc)](_0x437ed4['idpMd'],_0x437ed4[_0x434464(0x226)])?_0x437ed4['mBPjY'](RequestQueueHandler[_0x434464(0x24c)]()[_0x434464(0x190)],0x0)&&(_0x437ed4[_0x434464(0x1d5)](_0x437ed4[_0x434464(0x20a)],_0x437ed4['MaXyc'])?(_0x437ed4['rnWoR'](clearInterval,_0x380e69),await _0x437ed4[_0x434464(0x14c)](cleanupDrivers,global[_0x434464(0x1ae)]),_0x437ed4[_0x434464(0x234)](_0x3f8b5b,_0x4526f8)):this['_configuration'][_0x434464(0x173)]=this[_0x434464(0x200)][_0x434464(0x173)]):_0xe5fe35=_0x437ed4[_0x434464(0x14c)](_0x2922bd,_0x437ed4['vFfQS']);},0x3e8);}else _0xe4e8f2=0x0;});else _0x1c17ab+=_0x58011c['BSTACK_DELTA'];};else{const _0x1e0a9a={};_0x1e0a9a[_0x3dc52c(0x149)]=_0x4c0b62[_0x3dc52c(0x1af)],_0x1e0a9a[_0x3dc52c(0x141)]=_0x3a8bd9[_0x3dc52c(0x168)],_0x1e0a9a[_0x3dc52c(0x230)]=_0x3d055b[_0x3dc52c(0x257)],_0x1e0a9a[_0x3dc52c(0x183)]=_0x5a739f['testsFailed'],_0x1e0a9a[_0x3dc52c(0x1b1)]=_0x5c9fcb[_0x3dc52c(0x218)],_0x1e0a9a['stepsSkipped']=_0x5d9471[_0x3dc52c(0x19a)],_0x1e0a9a['stepsPending']=_0x463427[_0x3dc52c(0x19f)],_0x1e0a9a[_0x3dc52c(0x152)]=_0x3062cb[_0x3dc52c(0x1c2)],_0x1e0a9a[_0x3dc52c(0x16b)]=_0x9d365d['testsUnknown'],_0x1e0a9a[_0x3dc52c(0x245)]=_0x1ccea7[_0x3dc52c(0x23b)],_0x1e0a9a[_0x3dc52c(0x23e)]=_0x1f9fc9['success'],_0x1e0a9a[_0x3dc52c(0x1e9)]=_0x43b1e8['testsErrorMessage'];const _0x4373ad=_0x1e0a9a;_0x3cb606[_0x3dc52c(0x15a)](_0x5eae47,_0x4373ad);}}else _0x3cb606[_0x3dc52c(0x1d8)](_0x3cb606[_0x3dc52c(0x202)],_0x3cb606[_0x3dc52c(0x202)])?_0x14a9b5['oreVI'](_0x558a24,_0x49635b):_0x56198c[_0x3dc52c(0x176)]=function(_0x8144f3){const _0x2158d3=_0x3dc52c;if(_0x3cb606[_0x2158d3(0x155)](_0x3cb606[_0x2158d3(0x268)],_0x3cb606[_0x2158d3(0x268)]))return _0x56198c[_0x2158d3(0x142)](async _0x389fb6=>{const _0x28cacc=_0x2158d3;if(_0x14a9b5['mqrUr'](_0x14a9b5[_0x28cacc(0x23f)],_0x14a9b5[_0x28cacc(0x16c)]))await _0x14a9b5[_0x28cacc(0x1df)](cleanupDrivers,global[_0x28cacc(0x1ae)]),_0x14a9b5[_0x28cacc(0x213)](_0x3f8b5b,_0x389fb6);else return;});else{const _0x101a92=_0x2158d3(0x172)+_0x2313ca+_0x27a682['extname'](_0x168faa);_0x4f8b50['push'](_0x14a9b5[_0x2158d3(0x259)]),_0x1775b3[_0x2158d3(0x1bd)](_0x575e90+':'+_0x101a92);}};try{_0x3cb606[_0x3dc52c(0x260)](_0x3cb606['zYvkj'],_0x3cb606[_0x3dc52c(0x159)])?_0x3cb606[_0x3dc52c(0x1ed)](require,_0x3cb606[_0x3dc52c(0x210)])[_0x3dc52c(0x269)](this[_0x3dc52c(0x1c3)],null,this[_0x3dc52c(0x167)]):(this[_0x3dc52c(0x200)][_0x3dc52c(0x20f)][_0x3dc52c(0x1d7)]&&(_0x216a00[_0x3dc52c(0x17c)]=!![]),this[_0x3dc52c(0x200)]['testContextOptions']['skipSessionStatus']&&(_0x51a6f4[_0x3dc52c(0x165)]=!![]));}catch{}const _0x1ec27a=_0x200fc3[_0x3dc52c(0x194)](_0x56198c,_0x4d74d7);_0x1ec27a&&_0x1ec27a['catch'](_0x420691=>{const _0x1c7126=_0x3dc52c;if(_0x3cb606[_0x1c7126(0x19e)](_0x3cb606[_0x1c7126(0x164)],_0x3cb606[_0x1c7126(0x19d)]))_0x3cb606[_0x1c7126(0x14d)](_0x53ccdf,_0x420691);else{const _0x249084=_0x14a9b5['qNTsm'](_0xdb0071,_0x14a9b5['aOevh'])[_0x1c7126(0x1cf)];_0x2fac4f[_0x1c7126(0x267)][_0x1c7126(0x262)](_0x249084[_0x1c7126(0x267)]),_0x153ef7[_0x1c7126(0x241)][_0x1c7126(0x1bd)](_0x249084[_0x1c7126(0x241)]);}});}}else{if(_0x3cb606['QoNxv'](this[_0x3dc52c(0x186)],_0x3cb606[_0x3dc52c(0x1b9)])){let _0x34d4cb;try{_0x3cb606[_0x3dc52c(0x1ac)](_0x3cb606[_0x3dc52c(0x1ee)],_0x3cb606[_0x3dc52c(0x1ee)])?_0x53f3c6[_0x3dc52c(0x17c)]=!![]:_0x34d4cb=_0x3cb606[_0x3dc52c(0x1a3)](requireModule,_0x3cb606[_0x3dc52c(0x1d0)]);}catch(_0x112e4f){_0x3cb606[_0x3dc52c(0x260)](_0x3cb606['yCQSY'],_0x3cb606[_0x3dc52c(0x1b8)])?_0x34d4cb=_0x3cb606['KkCdU'](requireModule,_0x3cb606[_0x3dc52c(0x16a)]):_0x14a9b5[_0x3dc52c(0x1b3)](_0x2c9147,_0x4d382e);}const _0x519108=this[_0x3dc52c(0x1a0)],_0x795773=_0x519108[_0x3dc52c(0x20e)](_0x3cb606['sCgLL']);_0x3cb606[_0x3dc52c(0x1ad)](_0x795773,-0x1)&&(_0x3cb606[_0x3dc52c(0x1a8)](_0x3cb606['IQmxy'],_0x3cb606[_0x3dc52c(0x235)])?_0x519108[_0x3dc52c(0x1cb)](_0x795773,0x1):_0x3cb606['Iqzho'](_0x5c9bad));const _0x5a6ae7=_0x3cb606[_0x3dc52c(0x239)];try{if(_0x3cb606[_0x3dc52c(0x25e)](_0x3cb606[_0x3dc52c(0x1be)],_0x3cb606['lbFxG'])){const _0x93b899=_0x3cb606[_0x3dc52c(0x22c)](requireModule,_0x3cb606['vXJZS']),_0xa921b9=_0x93b899[_0x3dc52c(0x19c)];_0x93b899.resolvePaths=async function(){const pathResults=await _0xa921b9.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x5a6ae7)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x519108[_0x3dc52c(0x1bd)](_0x3cb606[_0x3dc52c(0x15f)]),_0x519108[_0x3dc52c(0x1bd)](path[_0x3dc52c(0x263)](__dirname,_0x3cb606['egnhT']));}else{const _0x23e8dd=this[_0x3dc52c(0x16d)][_0x3ebe65][0x1],_0x44c1d5=''+this[_0x3dc52c(0x16d)][_0x114351][0x0];if(_0x3cb606[_0x3dc52c(0x19e)](_0x23e8dd,_0x13db13)){const _0x46d538=_0x3dc52c(0x172)+_0x3f0d2a+_0x8ee864['extname'](_0x23e8dd);_0x587d03[_0x3dc52c(0x1bd)](_0x3cb606[_0x3dc52c(0x15f)]),_0x5285ce[_0x3dc52c(0x1bd)](_0x44c1d5+':'+_0x46d538);}else _0x1c2776[_0x3dc52c(0x1bd)](_0x3cb606['eQIMF']),_0x4622a2['push'](_0x44c1d5+_0x3dc52c(0x222)+_0x29591);}}catch(_0x51403f){let _0x3432f0=_0x3cb606[_0x3dc52c(0x196)],_0x433585;try{if(_0x3cb606[_0x3dc52c(0x1d8)](_0x3cb606[_0x3dc52c(0x25f)],_0x3cb606[_0x3dc52c(0x25f)])){const _0x4affd3=_0x3cb606[_0x3dc52c(0x180)]['split']('|');let _0x5b6ce0=0x0;while(!![]){switch(_0x4affd3[_0x5b6ce0++]){case'0':_0x2eb032[_0x3dc52c(0x205)]=0x0;continue;case'1':this[_0x3dc52c(0x186)]=_0x48e37c;continue;case'2':this[_0x3dc52c(0x18d)]=this['_configuration'][_0x3dc52c(0x22e)];continue;case'3':_0x2bfa2c['testSuites']=0x0;continue;case'4':this[_0x3dc52c(0x1c3)]=_0x35356d[_0x3dc52c(0x193)]||{};continue;case'5':_0x34bd32[_0x3dc52c(0x19f)]=0x0;continue;case'6':this['_mochaOpts']=_0x7e6b21[_0x3dc52c(0x25b)];continue;case'7':_0x455703['__platform__']=this[_0x3dc52c(0x1c3)]['platform'];continue;case'8':_0x5d6a02[_0x3dc52c(0x19a)]=0x0;continue;case'9':_0x2f94e2['testsErrorMessage']={};continue;case'10':this[_0x3dc52c(0x16d)]=_0x1be4fa[_0x3dc52c(0x201)];continue;case'11':this[_0x3dc52c(0x1a0)]=_0x21a2f6;continue;case'12':_0x9989c9['__platformCaps']=this[_0x3dc52c(0x1c3)][_0x3dc52c(0x1bb)]||{};continue;case'13':_0x1d2612[_0x3dc52c(0x218)]=0x0;continue;case'14':_0x418e21[_0x3dc52c(0x1c2)]=0x0;continue;case'15':_0x21da67[_0x3dc52c(0x168)]=0x0;continue;case'16':this['_bsConfig']=_0x591f6a;continue;case'17':_0x3cadf9[_0x3dc52c(0x153)]=0x0;continue;case'18':_0x4c9c87['testsAmbiguous']=0x0;continue;case'19':this[_0x3dc52c(0x167)]=_0x3cb606[_0x3dc52c(0x233)](_0x446521);continue;case'20':this['_accessibilityAutomation']=_0x3cb606[_0x3dc52c(0x1c6)](_0xe3ee1f);continue;case'21':_0x4baf90[_0x3dc52c(0x257)]=0x0;continue;}break;}}else _0x433585=_0x3cb606[_0x3dc52c(0x1d4)](requireModule,_0x3cb606[_0x3dc52c(0x161)])[_0x3dc52c(0x228)],_0x519108[_0x3dc52c(0x1bd)](_0x3cb606[_0x3dc52c(0x15f)]),_0x519108[_0x3dc52c(0x1bd)](path['join'](__dirname,_0x3cb606[_0x3dc52c(0x21c)]));}catch(_0x21a960){_0x433585=_0x3cb606[_0x3dc52c(0x240)](requireModule,_0x3cb606['TznyP'])['default'],_0x519108['push'](_0x3cb606[_0x3dc52c(0x15f)]),_0x519108[_0x3dc52c(0x1bd)](path[_0x3dc52c(0x263)](__dirname,_0x3cb606[_0x3dc52c(0x1fa)])),_0x3432f0=_0x3cb606[_0x3dc52c(0x1a7)];}const _0x33c832=_0x433585[_0x3dc52c(0x249)][_0x3dc52c(0x1a1)];_0x433585[_0x3dc52c(0x249)][_0x3dc52c(0x1a1)]=async function(){const _0x1d50b5=_0x3dc52c,_0x5f0efe=await _0x33c832[_0x1d50b5(0x192)](this);return _0x5f0efe[_0x1d50b5(0x1a4)][_0x1d50b5(0x262)](path['join'](__dirname,_0x3432f0)),_0x5f0efe['supportCodePaths'][_0x1d50b5(0x1bd)](path[_0x1d50b5(0x263)](__dirname,_0x5a6ae7)),_0x5f0efe;};}_0x519108[_0x3dc52c(0x1bd)](_0x3cb606[_0x3dc52c(0x204)]),_0x519108[_0x3dc52c(0x1bd)](''+this['_configuration'][_0x3dc52c(0x1b5)]);if(this[_0x3dc52c(0x16d)]&&_0x3cb606[_0x3dc52c(0x1ba)](this[_0x3dc52c(0x16d)][_0x3dc52c(0x244)],0x0))for(let _0x29bb96=0x0;_0x3cb606[_0x3dc52c(0x1b7)](_0x29bb96,this['_formatter'][_0x3dc52c(0x244)]);_0x29bb96++){const _0x5e3f2e=_0x3cb606[_0x3dc52c(0x151)](getPlatformName,this['_capability'])[_0x3dc52c(0x156)](/ /g,'_');if(_0x3cb606[_0x3dc52c(0x1ac)](this['_formatter'][_0x29bb96],undefined)&&_0x3cb606['vzCjO'](this[_0x3dc52c(0x16d)][_0x29bb96][_0x3dc52c(0x244)],0x0)){const _0x2fbe00=this[_0x3dc52c(0x16d)][_0x29bb96][0x1],_0x441879=''+this[_0x3dc52c(0x16d)][_0x29bb96][0x0];if(_0x3cb606[_0x3dc52c(0x15e)](_0x2fbe00,undefined)){const _0x30b18b=_0x3dc52c(0x172)+_0x5e3f2e+path[_0x3dc52c(0x203)](_0x2fbe00);_0x519108[_0x3dc52c(0x1bd)](_0x3cb606['eQIMF']),_0x519108[_0x3dc52c(0x1bd)](_0x441879+':'+_0x30b18b);}else _0x519108[_0x3dc52c(0x1bd)](_0x3cb606[_0x3dc52c(0x15f)]),_0x519108[_0x3dc52c(0x1bd)](_0x441879+_0x3dc52c(0x222)+_0x5e3f2e);}}const _0xf497bb=new _0x34d4cb[(_0x3dc52c(0x228))]({'argv':_0x519108,'cwd':process[_0x3dc52c(0x25d)](),'stdout':process[_0x3dc52c(0x178)],'stderr':process['stderr'],'env':process[_0x3dc52c(0x252)]});process[_0x3dc52c(0x252)][_0x3dc52c(0x1f4)]=JSON[_0x3dc52c(0x20c)](this['_configuration']),_0xf497bb[_0x3dc52c(0x176)]()[_0x3dc52c(0x1fd)](_0x1c9d6b=>{const _0xeac159=_0x3dc52c,_0x386429={};_0x386429['scenarios']=global['testSuites'],_0x386429[_0xeac159(0x141)]=global[_0xeac159(0x168)],_0x386429[_0xeac159(0x230)]=global[_0xeac159(0x257)],_0x386429['stepsFailed']=global[_0xeac159(0x205)],_0x386429[_0xeac159(0x1b1)]=global['testsPassed'],_0x386429[_0xeac159(0x1f1)]=global[_0xeac159(0x19a)],_0x386429['stepsPending']=global[_0xeac159(0x19f)],_0x386429[_0xeac159(0x152)]=global['testsUndefined'],_0x386429[_0xeac159(0x16b)]=global[_0xeac159(0x153)],_0x386429[_0xeac159(0x245)]=global[_0xeac159(0x23b)],_0x386429[_0xeac159(0x23e)]=_0x1c9d6b[_0xeac159(0x1cd)],_0x386429['testsErrorMessage']=global[_0xeac159(0x1e9)];const _0x3a44fd=_0x386429;_0x3cb606[_0xeac159(0x14d)](_0x3f8b5b,_0x3a44fd);})[_0x3dc52c(0x195)](_0x4dde1d=>{const _0x5e0e3a=_0x3dc52c;_0x3cb606[_0x5e0e3a(0x208)](_0x53ccdf,_0x4dde1d);});}else{if(_0x3cb606[_0x3dc52c(0x231)](this[_0x3dc52c(0x186)],_0x3cb606[_0x3dc52c(0x20b)])){process[_0x3dc52c(0x1c9)]=this[_0x3dc52c(0x1c3)][_0x3dc52c(0x220)];try{_0x3cb606[_0x3dc52c(0x1f0)](modifyCommand),_0x3cb606[_0x3dc52c(0x1bf)](require,_0x3cb606[_0x3dc52c(0x210)])['browserstackAgent'](this[_0x3dc52c(0x1c3)]);let _0x11fe77=0x0;process['on'](_0x3cb606['DwFKm'],async()=>{const _0x526088=_0x3dc52c;if(_0x14a9b5[_0x526088(0x154)](_0x11fe77,0x0))return;_0x11fe77++,await _0x14a9b5['Fsumk'](cleanupDrivers,global['__driversArray']);}),_0x3cb606['BKIik'](require,this[_0x3dc52c(0x1c3)]['file']);}catch(_0x45c9d2){console['error'](_0x45c9d2),process[_0x3dc52c(0x24b)]=0x1,_0x3cb606['LxgYr'](_0x53ccdf,_0x45c9d2);}_0x3cb606[_0x3dc52c(0x227)](_0x3f8b5b);}}}});}}module[a19_0x455ed3(0x25a)]=Launcher;
@@ -1 +1 @@
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;};
1
+ const a20_0x4c2ae1=a20_0x4e8a;function a20_0x4e8a(_0x57c22a,_0x347dd2){const _0x5226e7=a20_0x5226();return a20_0x4e8a=function(_0x4e8a74,_0x17e227){_0x4e8a74=_0x4e8a74-0x110;let _0x1849ec=_0x5226e7[_0x4e8a74];return _0x1849ec;},a20_0x4e8a(_0x57c22a,_0x347dd2);}(function(_0x5f713a,_0x2f1bce){const _0x139544=a20_0x4e8a,_0x4153bc=_0x5f713a();while(!![]){try{const _0x6b4113=parseInt(_0x139544(0x13a))/0x1*(parseInt(_0x139544(0x167))/0x2)+parseInt(_0x139544(0x13d))/0x3*(-parseInt(_0x139544(0x147))/0x4)+parseInt(_0x139544(0x13c))/0x5*(-parseInt(_0x139544(0x122))/0x6)+parseInt(_0x139544(0x116))/0x7+parseInt(_0x139544(0x166))/0x8+parseInt(_0x139544(0x155))/0x9+-parseInt(_0x139544(0x148))/0xa;if(_0x6b4113===_0x2f1bce)break;else _0x4153bc['push'](_0x4153bc['shift']());}catch(_0x3fb7fd){_0x4153bc['push'](_0x4153bc['shift']());}}}(a20_0x5226,0x1f638));const path=require(a20_0x4c2ae1(0x17a)),os=require('os'),util=require(a20_0x4c2ae1(0x12e)),bsSetupHelper=require('../../../helpers/helper'),logger=require(a20_0x4c2ae1(0x132))[a20_0x4c2ae1(0x16f)];exports[a20_0x4c2ae1(0x16d)]=_0x3922b2=>{const _0x4e83b0=a20_0x4c2ae1,_0x4a0431={};_0x4a0431[_0x4e83b0(0x124)]=_0x4e83b0(0x12d),_0x4a0431[_0x4e83b0(0x173)]=_0x4e83b0(0x156),_0x4a0431['sQQyP']=_0x4e83b0(0x186),_0x4a0431[_0x4e83b0(0x174)]=_0x4e83b0(0x168),_0x4a0431['nUCaz']=function(_0x12d023,_0x1afdd7){return _0x12d023!==_0x1afdd7;},_0x4a0431[_0x4e83b0(0x149)]=_0x4e83b0(0x179),_0x4a0431[_0x4e83b0(0x115)]='nckmh',_0x4a0431[_0x4e83b0(0x127)]=_0x4e83b0(0x142),_0x4a0431[_0x4e83b0(0x161)]=_0x4e83b0(0x14d),_0x4a0431[_0x4e83b0(0x114)]=_0x4e83b0(0x17c),_0x4a0431[_0x4e83b0(0x11c)]=function(_0x4b1855,_0x5e0fd4){return _0x4b1855===_0x5e0fd4;},_0x4a0431[_0x4e83b0(0x184)]=_0x4e83b0(0x112),_0x4a0431[_0x4e83b0(0x150)]='utoAD',_0x4a0431[_0x4e83b0(0x151)]=_0x4e83b0(0x157),_0x4a0431[_0x4e83b0(0x16a)]=_0x4e83b0(0x135),_0x4a0431['oZsXH']=_0x4e83b0(0x183),_0x4a0431['yIXwK']=_0x4e83b0(0x14c),_0x4a0431[_0x4e83b0(0x131)]=_0x4e83b0(0x121),_0x4a0431[_0x4e83b0(0x11e)]=_0x4e83b0(0x11d),_0x4a0431[_0x4e83b0(0x18a)]=function(_0x45469e,_0x588a63){return _0x45469e!==_0x588a63;},_0x4a0431[_0x4e83b0(0x117)]='VxfZN',_0x4a0431[_0x4e83b0(0x15a)]=_0x4e83b0(0x165),_0x4a0431[_0x4e83b0(0x15b)]=_0x4e83b0(0x15e);const _0x4b1bfd=_0x4a0431;try{if(_0x4b1bfd['nUCaz'](_0x4b1bfd[_0x4e83b0(0x149)],_0x4b1bfd[_0x4e83b0(0x115)])){const _0x497a42=_0x3922b2[_0x4e83b0(0x133)]||{};if(_0x497a42[_0x4b1bfd['sbboi']]&&_0x497a42[_0x4b1bfd[_0x4e83b0(0x124)]]['accessibility']||_0x3922b2[_0x4e83b0(0x133)][_0x4b1bfd[_0x4e83b0(0x127)]]){if(_0x4b1bfd['nUCaz'](_0x4b1bfd[_0x4e83b0(0x161)],_0x4b1bfd[_0x4e83b0(0x114)])){global['isAccessibilityPlatform']=!![];if(_0x497a42[_0x4b1bfd['sbboi']]){if(_0x4b1bfd[_0x4e83b0(0x11c)](_0x4b1bfd[_0x4e83b0(0x184)],_0x4b1bfd[_0x4e83b0(0x184)])){if(_0x497a42[_0x4b1bfd['sbboi']][_0x4e83b0(0x123)])_0x4b1bfd[_0x4e83b0(0x11c)](_0x4b1bfd[_0x4e83b0(0x150)],_0x4b1bfd[_0x4e83b0(0x151)])?_0x57ae84[_0x4b1bfd[_0x4e83b0(0x124)]]['accessibilityOptions'][_0x4e83b0(0x12c)]=_0xdc8380[_0x4e83b0(0x17e)][_0x4e83b0(0x14f)]:_0x497a42[_0x4b1bfd[_0x4e83b0(0x124)]][_0x4e83b0(0x123)][_0x4e83b0(0x12c)]=process[_0x4e83b0(0x17e)]['BS_A11Y_JWT'];else{if(_0x4b1bfd[_0x4e83b0(0x11c)](_0x4b1bfd['utvqX'],_0x4b1bfd[_0x4e83b0(0x12f)]))_0xe37c1b[_0x4e83b0(0x176)](_0x4e83b0(0x172)+_0x526993);else{const _0xf143f6={};_0xf143f6[_0x4e83b0(0x12c)]=process[_0x4e83b0(0x17e)]['BS_A11Y_JWT'],_0x497a42[_0x4b1bfd[_0x4e83b0(0x124)]]['accessibilityOptions']=_0xf143f6;}}_0x497a42[_0x4b1bfd[_0x4e83b0(0x124)]][_0x4e83b0(0x123)][_0x4e83b0(0x17b)]=JSON['parse'](process[_0x4e83b0(0x17e)][_0x4e83b0(0x154)])[_0x4e83b0(0x17b)];}else _0x21bf61[_0x4e83b0(0x176)](_0x4e83b0(0x169)+_0x1a06e9[_0x4e83b0(0x177)](_0x1f1f2e));}else{if(_0x3922b2[_0x4e83b0(0x133)][_0x4b1bfd[_0x4e83b0(0x127)]]){if(_0x4b1bfd[_0x4e83b0(0x11c)](_0x4b1bfd[_0x4e83b0(0x159)],_0x4b1bfd[_0x4e83b0(0x131)])){const _0x5431c0={};_0x5431c0[_0x4e83b0(0x12c)]=_0x54cdec[_0x4e83b0(0x17e)]['BS_A11Y_JWT'],_0x4b7513[_0x4b1bfd[_0x4e83b0(0x173)]]=_0x5431c0;}else{if(_0x497a42[_0x4b1bfd[_0x4e83b0(0x173)]])_0x4b1bfd[_0x4e83b0(0x12a)](_0x4b1bfd[_0x4e83b0(0x11e)],_0x4b1bfd[_0x4e83b0(0x11e)])?_0x1591f9=_0x28f2c7[_0x4e83b0(0x188)](_0x4b1bfd[_0x4e83b0(0x152)]):_0x497a42[_0x4b1bfd['CKzEV']][_0x4e83b0(0x12c)]=process[_0x4e83b0(0x17e)][_0x4e83b0(0x14f)];else{if(_0x4b1bfd['yHYMe'](_0x4b1bfd['RvKDl'],_0x4b1bfd[_0x4e83b0(0x15a)])){const _0x391dd6={};_0x391dd6[_0x4e83b0(0x12c)]=process['env'][_0x4e83b0(0x14f)],_0x497a42[_0x4b1bfd[_0x4e83b0(0x173)]]=_0x391dd6;}else _0xe8c2c4[_0x4e83b0(0x176)](_0x4e83b0(0x111)+_0x58b143);}_0x497a42[_0x4b1bfd[_0x4e83b0(0x173)]]['scannerVersion']=JSON[_0x4e83b0(0x129)](process[_0x4e83b0(0x17e)][_0x4e83b0(0x154)])[_0x4e83b0(0x17b)];}}}}else{const _0x3a5319={};_0x3a5319['authToken']=_0x4e0304[_0x4e83b0(0x17e)][_0x4e83b0(0x14f)],_0x1a0dfb[_0x4b1bfd['sbboi']][_0x4e83b0(0x123)]=_0x3a5319;}}}else return _0x57bf80[_0x4e83b0(0x15c)](_0x4b1bfd[_0x4e83b0(0x174)]),![];}catch(_0x54952b){if(_0x4b1bfd[_0x4e83b0(0x11c)](_0x4b1bfd[_0x4e83b0(0x15b)],_0x4b1bfd['NMUHT']))logger[_0x4e83b0(0x176)](_0x4e83b0(0x111)+_0x54952b);else{if(_0x3b0df4[_0x4b1bfd[_0x4e83b0(0x124)]][_0x4e83b0(0x123)])_0x299db3[_0x4b1bfd['sbboi']]['accessibilityOptions'][_0x4e83b0(0x12c)]=_0x2a5d9f['env'][_0x4e83b0(0x14f)];else{const _0x2b5248={};_0x2b5248['authToken']=_0xe810a[_0x4e83b0(0x17e)][_0x4e83b0(0x14f)],_0x231d6c[_0x4b1bfd[_0x4e83b0(0x124)]]['accessibilityOptions']=_0x2b5248;}_0x1935d8[_0x4b1bfd[_0x4e83b0(0x124)]][_0x4e83b0(0x123)][_0x4e83b0(0x17b)]=_0xe7d767['parse'](_0x3108b6[_0x4e83b0(0x17e)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x4e83b0(0x17b)];}}},exports[a20_0x4c2ae1(0x164)]=(_0x400f1c,_0x31d69f)=>{const _0x1874ee=a20_0x4c2ae1,_0x285f0d={};_0x285f0d['zBzjM']=_0x1874ee(0x156),_0x285f0d['KWdTa']=_0x1874ee(0x180),_0x285f0d['onNlC']=_0x1874ee(0x138),_0x285f0d[_0x1874ee(0x182)]=_0x1874ee(0x16c),_0x285f0d[_0x1874ee(0x146)]=_0x1874ee(0x12d),_0x285f0d[_0x1874ee(0x15d)]=function(_0x47ceca,_0x33d10f){return _0x47ceca!==_0x33d10f;},_0x285f0d[_0x1874ee(0x15f)]=function(_0x39009b,_0x28f18c){return _0x39009b!==_0x28f18c;},_0x285f0d['nrugX']=_0x1874ee(0x175),_0x285f0d[_0x1874ee(0x158)]='rRbLv',_0x285f0d[_0x1874ee(0x118)]=function(_0x17bc50,_0xa356fe){return _0x17bc50!==_0xa356fe;},_0x285f0d[_0x1874ee(0x171)]=_0x1874ee(0x16e),_0x285f0d[_0x1874ee(0x125)]='qsVbI',_0x285f0d[_0x1874ee(0x13f)]=function(_0x5650db,_0x562f3d){return _0x5650db===_0x562f3d;},_0x285f0d[_0x1874ee(0x120)]='latest',_0x285f0d[_0x1874ee(0x128)]=function(_0x34c877,_0x3f53e1){return _0x34c877>_0x3f53e1;},_0x285f0d['hXRWM']=_0x1874ee(0x11f),_0x285f0d[_0x1874ee(0x14b)]=_0x1874ee(0x168),_0x285f0d[_0x1874ee(0x185)]=_0x1874ee(0x137),_0x285f0d[_0x1874ee(0x126)]=_0x1874ee(0x186),_0x285f0d[_0x1874ee(0x113)]=function(_0x1a86eb,_0x10dcfc){return _0x1a86eb!==_0x10dcfc;},_0x285f0d[_0x1874ee(0x11a)]=_0x1874ee(0x14a),_0x285f0d[_0x1874ee(0x17f)]=_0x1874ee(0x187),_0x285f0d['zpRmt']=function(_0x1edf70,_0x335870){return _0x1edf70!==_0x335870;},_0x285f0d[_0x1874ee(0x143)]=_0x1874ee(0x134);const _0x560266=_0x285f0d;try{const _0x5e0220=_0x31d69f['capability']||{},_0x34c7ca=(_0x5e0220[_0x560266['befWo']]?_0x5e0220[_0x560266[_0x1874ee(0x146)]][_0x1874ee(0x140)]:_0x5e0220[_0x1874ee(0x139)])||'';if(_0x560266[_0x1874ee(0x15d)](_0x34c7ca,'')){if(_0x560266[_0x1874ee(0x15f)](_0x560266['nrugX'],_0x560266[_0x1874ee(0x158)]))return logger[_0x1874ee(0x15c)](_0x560266[_0x1874ee(0x160)]),![];else _0xe332d3[_0x560266[_0x1874ee(0x12b)]]['authToken']=_0x277552[_0x1874ee(0x17e)][_0x1874ee(0x14f)];}const _0x2e634c=_0x5e0220[_0x1874ee(0x181)];if(_0x560266[_0x1874ee(0x118)](_0x2e634c[_0x1874ee(0x136)](),_0x560266['CUYlx']))return _0x560266[_0x1874ee(0x15f)](_0x560266[_0x1874ee(0x125)],_0x560266[_0x1874ee(0x125)])?(_0x105994[_0x1874ee(0x15c)](_0x560266[_0x1874ee(0x16b)]),![]):(logger[_0x1874ee(0x15c)](_0x560266[_0x1874ee(0x16b)]),![]);const _0x1206de=_0x5e0220[_0x1874ee(0x119)]||_0x5e0220['browser_version'];if(!bsSetupHelper[_0x1874ee(0x170)](_0x1206de)&&!(_0x560266[_0x1874ee(0x13f)](_0x1206de,_0x560266['vzhaE'])||_0x560266[_0x1874ee(0x128)](_0x1206de,0x5e))){if(_0x560266[_0x1874ee(0x15d)](_0x560266['hXRWM'],_0x560266['hXRWM'])){if(_0x2dc686[_0x560266['zBzjM']])_0x33b7cd[_0x560266[_0x1874ee(0x12b)]][_0x1874ee(0x12c)]=_0x4d948c[_0x1874ee(0x17e)][_0x1874ee(0x14f)];else{const _0x3fbe17={};_0x3fbe17['authToken']=_0x5db8c1['env'][_0x1874ee(0x14f)],_0x166645[_0x560266[_0x1874ee(0x12b)]]=_0x3fbe17;}_0x2f004d[_0x560266[_0x1874ee(0x12b)]][_0x1874ee(0x17b)]=_0x3414ca[_0x1874ee(0x129)](_0x2c41b9[_0x1874ee(0x17e)][_0x1874ee(0x154)])[_0x1874ee(0x17b)];}else return logger['warn'](_0x560266['bKfVx']),![];}let _0x542568;try{if(_0x560266[_0x1874ee(0x15d)](_0x560266[_0x1874ee(0x185)],_0x560266[_0x1874ee(0x185)]))return _0x50e96c[_0x1874ee(0x15c)](_0x560266['onNlC']),![];else _0x542568=bsSetupHelper[_0x1874ee(0x188)](_0x560266['WtrCE']);}catch(_0x2a587d){return _0x560266[_0x1874ee(0x113)](_0x560266['rErwd'],_0x560266[_0x1874ee(0x11a)])?(_0x4a3c90[_0x1874ee(0x15c)](_0x560266[_0x1874ee(0x182)]),![]):![];}const _0x3fe70b=new _0x542568[(_0x1874ee(0x130))](_0x400f1c[_0x1874ee(0x163)]);if(_0x3fe70b[_0x1874ee(0x141)]?.[_0x1874ee(0x178)]?.[_0x1874ee(0x189)](_0x560266['fOzQb']))return _0x560266[_0x1874ee(0x14e)](_0x560266[_0x1874ee(0x143)],_0x560266[_0x1874ee(0x143)])?![]:(logger['warn'](_0x560266[_0x1874ee(0x182)]),![]);return!![];}catch(_0x4bf6b0){logger[_0x1874ee(0x176)]('Exception\x20in\x20setExtension\x20Error:\x20'+util[_0x1874ee(0x177)](_0x4bf6b0));}return![];},exports[a20_0x4c2ae1(0x145)]=async _0x41d46f=>{const _0x1b572f=a20_0x4c2ae1,_0x14c261={};_0x14c261[_0x1b572f(0x13b)]=function(_0x18224e,_0x4b1745){return _0x18224e===_0x4b1745;},_0x14c261['lZRgS']=_0x1b572f(0x144);const _0x3456dd=_0x14c261;let _0x11f8f5={};try{const _0x9b875e=await _0x41d46f[_0x1b572f(0x13e)]();_0x11f8f5={'os_name':_0x9b875e[_0x1b572f(0x162)](),'os_version':bsSetupHelper[_0x1b572f(0x17d)](_0x3456dd[_0x1b572f(0x13b)](global['__cloud_provider___'],_0x3456dd[_0x1b572f(0x110)])),'browser_name':_0x9b875e[_0x1b572f(0x11b)](),'browser_version':_0x9b875e[_0x1b572f(0x153)]()};}catch(_0x113387){logger[_0x1b572f(0x176)](_0x1b572f(0x172)+_0x113387);}return _0x11f8f5;};function a20_0x5226(){const _0x3d79a6=['lpvRj','DnQTV','yIXwK','cfziu','NMUHT','warn','qcncp','tJgxZ','RyTcV','onNlC','Bcxnm','getPlatform','chromeOptions_','setExtension','xCqjd','2039312JYaKUO','58478HIDcta','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','Exception\x20in\x20setExtension\x20Error:\x20','utvqX','KWdTa','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','setAccessibilityCapabilities','chrome','winstonLogger','isUndefined','CUYlx','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','CKzEV','cBiib','gTrOj','debug','format','args','BMgHC','path','scannerVersion','CSwRd','getPlatformVersion','env','fOzQb','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','browserName','skIhI','VoROa','lGAeu','tVkTE','selenium-webdriver/chrome.js','--headless','requireModule','includes','yHYMe','lZRgS','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','iUhjP','caqci','yspCX','pgEmK','31185rvDOfo','RvKDl','mKoyc','browserVersion','rErwd','getBrowserName','tKynE','gTect','pRSAS','pCdar','vzhaE','GwYCu','1542AifiLO','accessibilityOptions','sbboi','WegyY','WtrCE','epTej','bHWXq','parse','nUCaz','zBzjM','authToken','bstack:options','util','oZsXH','Options','ZAmzd','../../../helpers/logger','capability','vzXjR','JSVdz','toLowerCase','hYPdx','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','device','1mGoDif','rKSrR','1725ftZImS','21knGhwx','getCapabilities','kVbcW','deviceName','options_','browserstack.accessibility','HAcph','browserstack','fetchPlatformDetails','befWo','1616jIIJln','1288260VvDUZf','MdJkE','NnGzn','bKfVx','ltmZc','WLKFZ','zpRmt','BS_A11Y_JWT','yYemL','KERET','sQQyP','getBrowserVersion','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','542511dDFspg','browserstack.accessibilityOptions'];a20_0x5226=function(){return _0x3d79a6;};return a20_0x5226();}