browserstack-node-sdk 1.34.42 → 1.34.44

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 (135) 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/templates/turboscale-agent.yaml +2 -0
  25. package/ats/src/utils/AWSUtils.js +1 -1
  26. package/ats/src/utils/createAutoscalerStack.js +1 -1
  27. package/ats/src/utils/createClusterStack.js +1 -1
  28. package/ats/src/utils/createHubHaStack.js +1 -1
  29. package/ats/src/utils/createk8sClient.js +1 -1
  30. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  31. package/ats/src/utils/deleteStack.js +1 -1
  32. package/ats/src/utils/describeStack.js +1 -1
  33. package/ats/src/utils/gridComponents.js +1 -1
  34. package/ats/src/utils/hstUtils.js +1 -1
  35. package/ats/src/utils/instrumentationUtils.js +1 -1
  36. package/ats/src/utils/userInput.js +1 -1
  37. package/ats/src/utils/utilityMethods.js +1 -1
  38. package/ats/src/utils/webSocketUtils.js +1 -1
  39. package/package.json +1 -1
  40. package/src/ai-sdk-node/bundle.js +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jest/command.js +1 -1
  55. package/src/bin/jest/customImplements/customCircus.js +1 -1
  56. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  57. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  58. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  59. package/src/bin/jest/jest.setup.js +1 -1
  60. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  61. package/src/bin/jest/test-observability/helper.js +1 -1
  62. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  63. package/src/bin/jest/test-observability/test-details.js +1 -1
  64. package/src/bin/jest/test_before.setup.js +1 -1
  65. package/src/bin/launcher/launcher.js +1 -1
  66. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  67. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  68. package/src/bin/mocha/command.js +1 -1
  69. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  70. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  71. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  72. package/src/bin/mocha/test.setup.js +1 -1
  73. package/src/bin/nightwatch/command.js +1 -1
  74. package/src/bin/playwright/accessibility-helper.js +1 -1
  75. package/src/bin/playwright/command.js +1 -1
  76. package/src/bin/playwright/globalSetup.js +1 -1
  77. package/src/bin/playwright/mock-process.js +1 -1
  78. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  79. package/src/bin/playwright/patches.js +1 -1
  80. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  81. package/src/bin/playwright/reporter/reporter.js +1 -1
  82. package/src/bin/playwright/reporter/test-details.js +1 -1
  83. package/src/bin/playwright/sessionDetails.js +1 -1
  84. package/src/bin/runner.js +1 -1
  85. package/src/bin/setup.js +1 -1
  86. package/src/bin/test-runner/index.js +1 -1
  87. package/src/bin/test-runner/runTest.js +1 -1
  88. package/src/bin/test-runner/testWorker.js +1 -1
  89. package/src/bin/utils/constants.js +1 -1
  90. package/src/bin/utils/log4jsAppender.js +1 -1
  91. package/src/bin/utils/logPatcher.js +1 -1
  92. package/src/bin/utils/logReportingAPI.js +1 -1
  93. package/src/bin/vanilla-js/command.js +1 -1
  94. package/src/browserStackSdk.js +1 -1
  95. package/src/helpers/BrowserStackSetup.js +1 -1
  96. package/src/helpers/accessibility-automation/constants.js +1 -1
  97. package/src/helpers/accessibility-automation/helper.js +1 -1
  98. package/src/helpers/accessibility-automation/scripts.js +1 -1
  99. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  100. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  101. package/src/helpers/ats/constants.js +1 -1
  102. package/src/helpers/ats/helper.js +1 -1
  103. package/src/helpers/capsMapping.js +1 -1
  104. package/src/helpers/central-scanner/constants.js +1 -1
  105. package/src/helpers/central-scanner/helpers.js +1 -1
  106. package/src/helpers/globals.js +1 -1
  107. package/src/helpers/helper.js +1 -1
  108. package/src/helpers/logger.js +1 -1
  109. package/src/helpers/patchHelper.js +1 -1
  110. package/src/helpers/patchHelpers.js +1 -1
  111. package/src/helpers/percy/Percy.js +1 -1
  112. package/src/helpers/percy/PercyBinary.js +1 -1
  113. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  114. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  115. package/src/helpers/percy/PercySDK.js +1 -1
  116. package/src/helpers/percy/index.js +1 -1
  117. package/src/helpers/percy/utils.js +1 -1
  118. package/src/helpers/performance/constants.js +1 -1
  119. package/src/helpers/performance/performance-tester.js +1 -1
  120. package/src/helpers/processHelper.js +1 -1
  121. package/src/helpers/request-spy.js +1 -1
  122. package/src/helpers/setKeepAlive.js +1 -1
  123. package/src/helpers/test-observability/constants.js +1 -1
  124. package/src/helpers/test-observability/error-handler.js +1 -1
  125. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  126. package/src/helpers/test-observability/sessionHandler.js +1 -1
  127. package/src/helpers/test-observability/utils.js +1 -1
  128. package/src/helpers/testhub/constants.js +1 -1
  129. package/src/helpers/testhub/testhubHandler.js +1 -1
  130. package/src/helpers/testhub/utils.js +1 -1
  131. package/src/helpers/timeoutPromise.js +1 -1
  132. package/src/helpers/utilities.js +1 -1
  133. package/src/helpers/w3cMapping.js +1 -1
  134. package/src/hubAllocationMethods.js +1 -1
  135. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a29_0x2cda(_0x5e153c,_0x4a98a6){const _0x12d820=a29_0x12d8();return a29_0x2cda=function(_0x2cda7f,_0x48f7b8){_0x2cda7f=_0x2cda7f-0xc7;let _0x285479=_0x12d820[_0x2cda7f];return _0x285479;},a29_0x2cda(_0x5e153c,_0x4a98a6);}const a29_0xf9cc28=a29_0x2cda;(function(_0xf153b4,_0x213be9){const _0x46e82c=a29_0x2cda,_0x169dec=_0xf153b4();while(!![]){try{const _0x40e7c6=-parseInt(_0x46e82c(0xc7))/0x1*(-parseInt(_0x46e82c(0x109))/0x2)+-parseInt(_0x46e82c(0xca))/0x3+parseInt(_0x46e82c(0xea))/0x4+parseInt(_0x46e82c(0x134))/0x5+parseInt(_0x46e82c(0xcc))/0x6*(-parseInt(_0x46e82c(0x13e))/0x7)+parseInt(_0x46e82c(0xde))/0x8*(-parseInt(_0x46e82c(0xf0))/0x9)+parseInt(_0x46e82c(0xf1))/0xa*(parseInt(_0x46e82c(0xe5))/0xb);if(_0x40e7c6===_0x213be9)break;else _0x169dec['push'](_0x169dec['shift']());}catch(_0x509d76){_0x169dec['push'](_0x169dec['shift']());}}}(a29_0x12d8,0x2ee72));const logger=require(a29_0xf9cc28(0xe2))['winstonLogger'],helper=require(a29_0xf9cc28(0x114)),constants=require(a29_0xf9cc28(0x139)),hubAllocator=require('../../../hubAllocationMethods'),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a29_0xf9cc28(0xcb)),{setAccessibilityCapabilities,setExtension}=require('../accessibility-automation/helper'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a29_0xf9cc28(0x126)),globals=require(a29_0xf9cc28(0xf2)),{overrideExecute}=require(a29_0xf9cc28(0xf7)),modify=(_0x40cc08,_0x314b44=null,_0x11b3b2=![])=>{const _0x3e168e=a29_0xf9cc28,_0x51c6f7={'LJmzF':function(_0x4f0d16,_0x40cc57){return _0x4f0d16!==_0x40cc57;},'LOrZu':_0x3e168e(0xd6),'PASCL':function(_0x1acb47,_0x2911bb){return _0x1acb47!==_0x2911bb;},'WIoIe':function(_0x512f2c,_0x74f9fb){return _0x512f2c+_0x74f9fb;},'sDmGk':_0x3e168e(0x100),'sOXXS':_0x3e168e(0xec),'OkuBc':'goog:chromeOptions','BRtVq':_0x3e168e(0xf5),'icOnZ':_0x3e168e(0x122),'IPleU':_0x3e168e(0x133),'CETQK':_0x3e168e(0xf8),'dDhJH':_0x3e168e(0xd4),'rnNwG':_0x3e168e(0x115),'wLDyx':_0x3e168e(0x141),'cvIKZ':_0x3e168e(0xeb),'lBzoi':function(_0x3136f7,_0x3f7436){return _0x3136f7===_0x3f7436;},'MZmEC':_0x3e168e(0x138),'BJYKC':_0x3e168e(0x12e),'CRHIE':function(_0x4f3386,_0x139db6,_0x384a53){return _0x4f3386(_0x139db6,_0x384a53);},'OeHvE':'optimalHubUrl','cJkGf':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','ruqAr':function(_0x102eec,_0xeafec6,_0x2a249d){return _0x102eec(_0xeafec6,_0x2a249d);},'SBcxk':function(_0x1122d7,_0x20ac56){return _0x1122d7(_0x20ac56);},'lDugL':_0x3e168e(0xd0),'LNNoW':_0x3e168e(0x106),'dwXwT':function(_0x4ef14f,_0x537959,_0x51969c){return _0x4ef14f(_0x537959,_0x51969c);},'ozRqb':_0x3e168e(0xd8),'klScf':function(_0x68509d){return _0x68509d();},'NnbWR':function(_0xd06381,_0xb1a050){return _0xd06381(_0xb1a050);},'kbtsj':function(_0x587d46,_0x4ab24c){return _0x587d46(_0x4ab24c);},'dBvTo':function(_0xb62b4e,_0x1d6b33){return _0xb62b4e(_0x1d6b33);},'WrpZJ':function(_0x20c4c5,_0x4ecdbb,_0x44a0e2){return _0x20c4c5(_0x4ecdbb,_0x44a0e2);},'WOLQZ':function(_0x26b341,_0x8ad7b4){return _0x26b341!==_0x8ad7b4;},'chAzz':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','vpWaz':_0x3e168e(0x143)},_0x101af8=helper[_0x3e168e(0xf3)]();let _0x2fdd69;try{_0x2fdd69=helper['requireSeleniumWebdriver'](),_0x2fdd69[_0x3e168e(0x13f)]&&(_0x2fdd69[_0x3e168e(0x11e)]=_0x2fdd69[_0x3e168e(0x13f)]);}catch(_0x316505){return;}if(helper[_0x3e168e(0x104)]()){const _0x4b99b1={};_0x4b99b1[_0x3e168e(0xe1)]=_0x40cc08[_0x3e168e(0xef)],helper[_0x3e168e(0x11f)](_0x4b99b1,new Map(),new Map()),logger[_0x3e168e(0x10e)](_0x51c6f7[_0x3e168e(0x121)]),logger['debug'](_0x51c6f7[_0x3e168e(0x112)]);}class _0x17e6bb extends _0x101af8[_0x3e168e(0x13b)]{[_0x3e168e(0x108)](_0x270dc7){const _0x500bd2=_0x3e168e;if(_0x51c6f7[_0x500bd2(0x136)](_0x270dc7[_0x500bd2(0xdc)],_0x51c6f7[_0x500bd2(0xd1)])&&_0x51c6f7[_0x500bd2(0x11d)](global[_0x500bd2(0x113)],''))try{global[_0x500bd2(0x113)]=_0x51c6f7[_0x500bd2(0x11b)](_0x51c6f7['WIoIe'](_0x51c6f7['sDmGk'],global['newHubUrl']),_0x51c6f7['sOXXS']),this[_0x500bd2(0xe9)]=hubAllocator['getRequestOptions'](global[_0x500bd2(0x113)]),logger['debug'](_0x500bd2(0xed)+global[_0x500bd2(0x113)]),global[_0x500bd2(0x113)]='';}catch(_0x4c67c1){logger[_0x500bd2(0x11c)](_0x4c67c1);}return super[_0x500bd2(0x108)](_0x270dc7);}}class _0x3878d8 extends _0x2fdd69['Builder']{[_0x3e168e(0x11a)](){const _0x41cdb3=_0x3e168e;return this['url_']=helper['getHubUrl'](_0x40cc08),logger[_0x41cdb3(0x12b)](_0x41cdb3(0xce)+this[_0x41cdb3(0x10b)]),this;}[_0x3e168e(0x128)](_0x212ac3){const _0x4bdb11=_0x3e168e;let _0xe733cb={};for(const _0x5ec4ee in _0x212ac3){switch(_0x5ec4ee){case _0x51c6f7[_0x4bdb11(0x146)]:case _0x51c6f7[_0x4bdb11(0xd7)]:this['chromeOptions_']&&(_0xe733cb=this[_0x4bdb11(0xe3)]['get'](this[_0x4bdb11(0xe3)]['CAPABILITY_KEY'])||{},this['chromeOptions_'][_0x4bdb11(0x13a)](this['chromeOptions_'][_0x4bdb11(0xdb)],helper[_0x4bdb11(0x10a)](_0xe733cb,_0x212ac3[_0x5ec4ee])));break;case _0x51c6f7[_0x4bdb11(0xdd)]:case _0x51c6f7[_0x4bdb11(0x142)]:this['edgeOptions_']&&(_0xe733cb=this[_0x4bdb11(0xcd)][_0x4bdb11(0xfe)](this['edgeOptions_'][_0x4bdb11(0xdb)])||{},this[_0x4bdb11(0xcd)][_0x4bdb11(0x13a)](this[_0x4bdb11(0xcd)][_0x4bdb11(0xdb)],helper[_0x4bdb11(0x10a)](_0xe733cb,_0x212ac3[_0x5ec4ee])));break;case _0x51c6f7[_0x4bdb11(0xe4)]:case _0x51c6f7[_0x4bdb11(0x119)]:this['firefoxOptions_']&&(_0xe733cb=this[_0x4bdb11(0x102)]['get'](this['firefoxOptions_'][_0x4bdb11(0xdb)])||{},this[_0x4bdb11(0x102)]['set'](this[_0x4bdb11(0x102)]['CAPABILITY_KEY'],helper[_0x4bdb11(0x10a)](_0xe733cb,_0x212ac3[_0x5ec4ee])));break;case _0x51c6f7[_0x4bdb11(0x130)]:this[_0x4bdb11(0x124)]&&(_0xe733cb=this[_0x4bdb11(0x124)][_0x4bdb11(0xfe)](this[_0x4bdb11(0x124)][_0x4bdb11(0xdb)])||{},this[_0x4bdb11(0x124)][_0x4bdb11(0x13a)](this[_0x4bdb11(0x124)][_0x4bdb11(0xdb)],helper[_0x4bdb11(0x10a)](_0xe733cb,_0x212ac3[_0x5ec4ee])));break;case _0x51c6f7[_0x4bdb11(0xf6)]:case _0x51c6f7['cvIKZ']:this['ieOptions_']&&(_0xe733cb=this[_0x4bdb11(0xe0)]['get'](this['ieOptions_'][_0x4bdb11(0xdb)])||{},this[_0x4bdb11(0xe0)][_0x4bdb11(0x13a)](this[_0x4bdb11(0xe0)][_0x4bdb11(0xdb)],helper[_0x4bdb11(0x10a)](_0xe733cb,_0x212ac3[_0x5ec4ee])));break;}}}[_0x3e168e(0xda)](){const _0x31d914=_0x3e168e,_0x25002a={'LfhxL':function(_0x1205b3,_0x168a38){const _0x3ac5a1=a29_0x2cda;return _0x51c6f7[_0x3ac5a1(0xe8)](_0x1205b3,_0x168a38);},'PMMwi':_0x51c6f7['MZmEC']};return logger[_0x31d914(0x12b)](_0x51c6f7['BJYKC']),this[_0x31d914(0x128)](_0x40cc08[_0x31d914(0xd2)]),Object[_0x31d914(0x135)](_0x40cc08[_0x31d914(0xd2)])[_0x31d914(0x144)](_0x5c7f94=>{const _0x3c55d4=_0x31d914,_0x758a49=this[_0x3c55d4(0x123)][_0x3c55d4(0xfe)](_0x5c7f94);_0x25002a['LfhxL'](typeof _0x758a49,_0x25002a[_0x3c55d4(0x118)])?this[_0x3c55d4(0x123)][_0x3c55d4(0x13a)](_0x5c7f94,helper[_0x3c55d4(0x10a)](_0x758a49,_0x40cc08['capability'][_0x5c7f94])):this[_0x3c55d4(0x123)][_0x3c55d4(0x13a)](_0x5c7f94,_0x40cc08[_0x3c55d4(0xd2)][_0x5c7f94]);}),this;}['build'](){const _0xb69d36=_0x3e168e,_0x5a5383={'HQDFq':_0x51c6f7[_0xb69d36(0x12c)],'TnFlu':_0x51c6f7[_0xb69d36(0xd3)],'VVDgx':function(_0x2de652,_0x4a7896,_0x54ebff){const _0x269757=_0xb69d36;return _0x51c6f7[_0x269757(0x103)](_0x2de652,_0x4a7896,_0x54ebff);},'reTOt':function(_0x2c99b4,_0x384877,_0x5bbf82){const _0x30ccd6=_0xb69d36;return _0x51c6f7[_0x30ccd6(0x103)](_0x2c99b4,_0x384877,_0x5bbf82);},'ITEar':function(_0x293203,_0x54dcf3,_0x6955c4){return _0x51c6f7['ruqAr'](_0x293203,_0x54dcf3,_0x6955c4);},'JUVxp':function(_0xe985c2,_0x5d2f66){return _0x51c6f7['SBcxk'](_0xe985c2,_0x5d2f66);},'GZJhI':function(_0xfcd41e,_0x488090,_0x2cef3e){return _0x51c6f7['ruqAr'](_0xfcd41e,_0x488090,_0x2cef3e);}};if(helper[_0xb69d36(0x104)]()){const _0x2b2e20=_0x51c6f7[_0xb69d36(0x140)][_0xb69d36(0x131)]('|');let _0x3a2a6f=0x0;while(!![]){switch(_0x2b2e20[_0x3a2a6f++]){case'0':this[_0xb69d36(0x11a)]();continue;case'1':if(helper[_0xb69d36(0xff)](_0x40cc08[_0xb69d36(0x10f)][_0xb69d36(0x111)]))this[_0xb69d36(0x10d)]=helper[_0xb69d36(0x107)](_0x40cc08['proxySettings'][_0xb69d36(0x111)]);else _0x40cc08[_0xb69d36(0x10f)][_0xb69d36(0x111)]&&(this[_0xb69d36(0x117)]=_0x40cc08[_0xb69d36(0x10f)]['proxyUrl'],logger[_0xb69d36(0x12b)]('Proxy\x20set\x20to\x20'+this['proxy_']));continue;case'2':globals[_0xb69d36(0xee)](_0x51c6f7['LNNoW'])&&(!_0x51c6f7[_0xb69d36(0x13d)](setExtension,this,_0x40cc08)&&globals[_0xb69d36(0x101)](_0x51c6f7['LNNoW'],![]));continue;case'3':logger['debug'](_0x51c6f7['ozRqb']);continue;case'4':this[_0xb69d36(0xda)]();continue;case'5':_0x51c6f7[_0xb69d36(0xd5)](isAccessibilityAutomationSession)&&_0x51c6f7[_0xb69d36(0xd9)](setAccessibilityCapabilities,_0x40cc08);continue;}break;}}const _0x403450=super[_0xb69d36(0xf9)]();return _0x403450[_0xb69d36(0x13c)]['then'](_0x574cce=>{const _0x1bc0c0=_0xb69d36;try{const _0x32aa92=_0x574cce[_0x1bc0c0(0xfc)][_0x1bc0c0(0xfe)](_0x5a5383[_0x1bc0c0(0xe6)]);_0x32aa92?(logger[_0x1bc0c0(0x12b)](_0x1bc0c0(0xfb)+_0x32aa92),hubAllocator[_0x1bc0c0(0xdf)](_0x32aa92),helper[_0x1bc0c0(0xfa)](_0x32aa92)):logger[_0x1bc0c0(0x12b)](_0x5a5383[_0x1bc0c0(0x105)]);}catch(_0x275286){logger[_0x1bc0c0(0x12b)](_0x1bc0c0(0x110)+_0x275286);}}),_0x403450[_0xb69d36(0x132)]=0x0,_0x403450[_0xb69d36(0x116)]&&_0x403450[_0xb69d36(0x116)](_0x404996=>{const _0x4f77b8=_0xb69d36,_0x4820cd={'emKnz':function(_0x4eeec8,_0x58bea4,_0x4adc43){return _0x5a5383['reTOt'](_0x4eeec8,_0x58bea4,_0x4adc43);}};_0x5a5383[_0x4f77b8(0xfd)](overrideQuit,_0x404996,_0x403450),_0x5a5383[_0x4f77b8(0x129)](overrideTakeScreenshot,_0x404996),helper['overrideGet'](_0x404996,_0x40cc08),_0x5a5383['GZJhI'](overrideExecute,_0x404996,_0x40cc08),_0x404996[_0x4f77b8(0x127)]=async()=>{const _0x48da0e=_0x4f77b8;return await _0x4820cd[_0x48da0e(0xc9)](getAccessibilityResultsSummary,_0x404996,global);},_0x404996['getAccessibilityResults']=async()=>{const _0x2ae03b=_0x4f77b8;return await _0x5a5383[_0x2ae03b(0x12a)](getAccessibilityResults,_0x404996,global);};}),_0x403450[_0xb69d36(0x127)]=async()=>{return await _0x51c6f7['CRHIE'](getAccessibilityResultsSummary,_0x403450,global);},_0x403450[_0xb69d36(0x10c)]=async()=>{return await _0x5a5383['GZJhI'](getAccessibilityResults,_0x403450,global);},_0x51c6f7[_0xb69d36(0xf4)](overrideTakeScreenshot,_0x403450),_0x51c6f7[_0xb69d36(0x12f)](overrideQuit,_0x403450),helper['overrideGet'](_0x403450,_0x40cc08),_0x51c6f7['WrpZJ'](overrideExecute,_0x403450,_0x40cc08),helper[_0xb69d36(0xe7)](global[_0xb69d36(0x120)])&&(global[_0xb69d36(0x120)]=[]),helper['isUndefined'](global[_0xb69d36(0x145)])&&(global[_0xb69d36(0x145)]=[]),global[_0xb69d36(0x120)]['push'](_0x403450),global['__driver']=_0x403450,_0x51c6f7[_0xb69d36(0x11d)](global['__drivers'],undefined)&&global[_0xb69d36(0x145)][_0xb69d36(0xcf)](_0x403450),_0x314b44&&helper['isUndefined'](_0x314b44['global'][_0xb69d36(0x120)])&&(_0x314b44[_0xb69d36(0x125)]['__driversArray']=[]),_0x314b44&&_0x51c6f7[_0xb69d36(0xc8)](_0x314b44[_0xb69d36(0x125)][_0xb69d36(0x145)],undefined)&&(_0x314b44[_0xb69d36(0x125)][_0xb69d36(0x145)]['push'](_0x403450),_0x314b44[_0xb69d36(0x125)][_0xb69d36(0x120)][_0xb69d36(0xcf)](_0x403450)),_0x403450;}}return _0x2fdd69[_0x3e168e(0x13f)]=_0x2fdd69['Builder'],_0x2fdd69[_0x3e168e(0x11e)]=_0x3878d8,_0x101af8[_0x3e168e(0x13b)]=_0x17e6bb,_0x2fdd69;};function a29_0x12d8(){const _0x5b0086=['45126Gazjhj','27510hHcRaq','../../../helpers/globals','requireHttpClient','kbtsj','chromeOptions','wLDyx','./helpers/patchHelper','moz:firefoxOptions','build','storeOptimalHubUrl','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','caps_','ITEar','get','isPacProxy','https://','setGlobal','firefoxOptions_','CRHIE','isBrowserstackInfra','TnFlu','isAccessibilityPlatform','getHttpAgent','send','2AdSJhr','mergeDeep','url_','getAccessibilityResults','agent_','info','proxySettings','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','proxyUrl','vpWaz','newHubUrl','../../../helpers/helper','safari.options','then','proxy_','PMMwi','dDhJH','setServer','WIoIe','error','PASCL','Builder','setLogLevel','__driversArray','chAzz','ms:edgeOptions','capabilities_','safariOptions_','global','../../../helpers/accessibility-automation/helper','getAccessibilityResultsSummary','__setBrowserOptions','JUVxp','VVDgx','debug','OeHvE','browserstackAgentObservability','Setting\x20Browserstack\x20capabilities','dBvTo','rnNwG','split','quitCount_','edgeOptions','991375edQWnK','keys','LJmzF','exports','object','../../../bin/utils/constants','set','HttpClient','session_','dwXwT','14035YvIjKi','originalBuilder','lDugL','se:ieOptions','IPleU','Modifying\x20webdriver\x20builder','forEach','__drivers','OkuBc','296145LIffLV','WOLQZ','emKnz','735780fxchlW','../../../helpers/patchHelpers','408JOVoJH','edgeOptions_','Hub\x20url\x20set\x20to\x20','push','5|0|4|1|2|3','LOrZu','capability','cJkGf','firefoxOptions','klScf','/session','BRtVq','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','NnbWR','setCapabilities','CAPABILITY_KEY','path','icOnZ','488SuiAbo','updateHubUrl','ieOptions_','logLevel','../../../helpers/logger','chromeOptions_','CETQK','836WCjfdD','HQDFq','isUndefined','lBzoi','options_','704288sajNYr','ieOptions','/wd/hub','New\x20hub\x20url\x20set\x20to\x20','getGlobal','browserStackLogLevel'];a29_0x12d8=function(){return _0x5b0086;};return a29_0x12d8();}module[a29_0xf9cc28(0x137)][a29_0xf9cc28(0x12d)]=modify;
1
+ const a29_0x5e5991=a29_0x2ff6;(function(_0x573263,_0x4666d8){const _0x2172bc=a29_0x2ff6,_0x269898=_0x573263();while(!![]){try{const _0xcdc181=parseInt(_0x2172bc(0xa7))/0x1+parseInt(_0x2172bc(0x96))/0x2+-parseInt(_0x2172bc(0xc6))/0x3*(parseInt(_0x2172bc(0xae))/0x4)+-parseInt(_0x2172bc(0xa1))/0x5*(parseInt(_0x2172bc(0x98))/0x6)+-parseInt(_0x2172bc(0xf5))/0x7*(-parseInt(_0x2172bc(0xe4))/0x8)+-parseInt(_0x2172bc(0xa3))/0x9*(parseInt(_0x2172bc(0x7f))/0xa)+-parseInt(_0x2172bc(0xc9))/0xb*(-parseInt(_0x2172bc(0xaa))/0xc);if(_0xcdc181===_0x4666d8)break;else _0x269898['push'](_0x269898['shift']());}catch(_0xe03257){_0x269898['push'](_0x269898['shift']());}}}(a29_0x3430,0xa48ef));function a29_0x2ff6(_0x51913f,_0x347051){const _0x3430d3=a29_0x3430();return a29_0x2ff6=function(_0x2ff64c,_0x49dacf){_0x2ff64c=_0x2ff64c-0x7e;let _0xf39d7d=_0x3430d3[_0x2ff64c];return _0xf39d7d;},a29_0x2ff6(_0x51913f,_0x347051);}const logger=require(a29_0x5e5991(0xba))[a29_0x5e5991(0xcc)],helper=require('../../../helpers/helper'),constants=require('../../../bin/utils/constants'),hubAllocator=require(a29_0x5e5991(0x7e)),{overrideQuit,overrideTakeScreenshot,overrideGet}=require(a29_0x5e5991(0x87)),{setAccessibilityCapabilities,setExtension}=require('../accessibility-automation/helper'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults}=require(a29_0x5e5991(0x9c)),globals=require(a29_0x5e5991(0xc0)),{overrideExecute}=require(a29_0x5e5991(0xd8)),modify=(_0x26ed3c,_0xf17c63=null,_0x2e8dfd=![])=>{const _0x2e06e0=a29_0x5e5991,_0x188234={'lyhhi':function(_0x4f422e,_0x1fa9c4){return _0x4f422e!==_0x1fa9c4;},'tpsOC':'/session','eURXj':function(_0x1371b3,_0x432aa7){return _0x1371b3+_0x432aa7;},'FTFZn':function(_0x2333f9,_0x46780d){return _0x2333f9+_0x46780d;},'mxurs':_0x2e06e0(0x9d),'QHbLt':_0x2e06e0(0x84),'SjIWD':_0x2e06e0(0xd9),'Wumkl':_0x2e06e0(0x8f),'UOPIc':_0x2e06e0(0xe5),'RhvAk':_0x2e06e0(0xbf),'nGGFD':_0x2e06e0(0xee),'qDzEN':_0x2e06e0(0xe9),'rgECA':_0x2e06e0(0x8d),'xHDcw':_0x2e06e0(0xc1),'ebwrS':'ieOptions','evwZY':function(_0x27a444,_0x3b7cdd){return _0x27a444===_0x3b7cdd;},'RckIl':_0x2e06e0(0xe0),'pBlcj':_0x2e06e0(0x90),'VXjBg':_0x2e06e0(0x82),'aWhAb':_0x2e06e0(0xcb),'LzovB':function(_0x241b48,_0x4aa23d,_0x41fa97){return _0x241b48(_0x4aa23d,_0x41fa97);},'sFTxW':'0|3|1|4|5|2','gpawb':function(_0x532306,_0x4e5bca,_0x342584){return _0x532306(_0x4e5bca,_0x342584);},'MBJjT':function(_0x41891a,_0x56a158){return _0x41891a(_0x56a158);},'oRwVb':_0x2e06e0(0x8c),'wCMdi':function(_0x346005){return _0x346005();},'QogeK':function(_0x32be72,_0x12befe){return _0x32be72(_0x12befe);},'UpScL':_0x2e06e0(0xad),'QSGiO':_0x2e06e0(0x81),'FiutF':function(_0xfa8de4,_0x1cb18e){return _0xfa8de4(_0x1cb18e);},'BDqlU':function(_0xc363d5,_0x2d19dc,_0xfa1e30){return _0xc363d5(_0x2d19dc,_0xfa1e30);},'OUdAs':_0x2e06e0(0x97),'vndou':'Modifying\x20webdriver\x20builder'},_0x207b90=helper[_0x2e06e0(0xdd)]();let _0x5b4198;try{_0x5b4198=helper[_0x2e06e0(0xdf)](),_0x5b4198[_0x2e06e0(0xb2)]&&(_0x5b4198[_0x2e06e0(0xd3)]=_0x5b4198[_0x2e06e0(0xb2)]);}catch(_0x4bce94){return;}if(helper['isBrowserstackInfra']()){const _0x6ddd64={};_0x6ddd64[_0x2e06e0(0xa8)]=_0x26ed3c[_0x2e06e0(0xab)],helper['setLogLevel'](_0x6ddd64,new Map(),new Map()),logger[_0x2e06e0(0xd0)](_0x188234['OUdAs']),logger['debug'](_0x188234[_0x2e06e0(0x95)]);}class _0x328975 extends _0x207b90[_0x2e06e0(0xb6)]{[_0x2e06e0(0xb3)](_0x2ace08){const _0x12e70f=_0x2e06e0;if(_0x188234[_0x12e70f(0xeb)](_0x2ace08[_0x12e70f(0xc8)],_0x188234['tpsOC'])&&_0x188234[_0x12e70f(0xeb)](global[_0x12e70f(0xdb)],''))try{global[_0x12e70f(0xdb)]=_0x188234['eURXj'](_0x188234[_0x12e70f(0xfa)](_0x188234[_0x12e70f(0xa0)],global[_0x12e70f(0xdb)]),_0x188234[_0x12e70f(0x86)]),this[_0x12e70f(0x99)]=hubAllocator[_0x12e70f(0x8b)](global['newHubUrl']),logger[_0x12e70f(0xb7)](_0x12e70f(0xb5)+global[_0x12e70f(0xdb)]),global[_0x12e70f(0xdb)]='';}catch(_0x56d01d){logger[_0x12e70f(0xfb)](_0x56d01d);}return super['send'](_0x2ace08);}}class _0x4c5d01 extends _0x5b4198[_0x2e06e0(0xd3)]{[_0x2e06e0(0xc4)](){const _0x4c042f=_0x2e06e0;return this[_0x4c042f(0x9e)]=helper[_0x4c042f(0xbb)](_0x26ed3c),logger[_0x4c042f(0xb7)]('Hub\x20url\x20set\x20to\x20'+this['url_']),this;}['__setBrowserOptions'](_0xef21dd){const _0x371bc9=_0x2e06e0;let _0x23feb9={};for(const _0x4d1e97 in _0xef21dd){switch(_0x4d1e97){case _0x188234['SjIWD']:case _0x188234['Wumkl']:this[_0x371bc9(0x8e)]&&(_0x23feb9=this[_0x371bc9(0x8e)]['get'](this['chromeOptions_']['CAPABILITY_KEY'])||{},this['chromeOptions_']['set'](this[_0x371bc9(0x8e)][_0x371bc9(0xcd)],helper['mergeDeep'](_0x23feb9,_0xef21dd[_0x4d1e97])));break;case _0x188234[_0x371bc9(0xa6)]:case _0x188234[_0x371bc9(0xd4)]:this[_0x371bc9(0xb1)]&&(_0x23feb9=this[_0x371bc9(0xb1)][_0x371bc9(0xf8)](this[_0x371bc9(0xb1)][_0x371bc9(0xcd)])||{},this[_0x371bc9(0xb1)][_0x371bc9(0x89)](this[_0x371bc9(0xb1)][_0x371bc9(0xcd)],helper[_0x371bc9(0xdc)](_0x23feb9,_0xef21dd[_0x4d1e97])));break;case _0x188234[_0x371bc9(0xd7)]:case _0x188234[_0x371bc9(0xf1)]:this[_0x371bc9(0x8a)]&&(_0x23feb9=this[_0x371bc9(0x8a)][_0x371bc9(0xf8)](this[_0x371bc9(0x8a)][_0x371bc9(0xcd)])||{},this[_0x371bc9(0x8a)][_0x371bc9(0x89)](this[_0x371bc9(0x8a)][_0x371bc9(0xcd)],helper['mergeDeep'](_0x23feb9,_0xef21dd[_0x4d1e97])));break;case _0x188234[_0x371bc9(0xaf)]:this['safariOptions_']&&(_0x23feb9=this['safariOptions_'][_0x371bc9(0xf8)](this['safariOptions_'][_0x371bc9(0xcd)])||{},this[_0x371bc9(0xcf)]['set'](this[_0x371bc9(0xcf)][_0x371bc9(0xcd)],helper['mergeDeep'](_0x23feb9,_0xef21dd[_0x4d1e97])));break;case _0x188234[_0x371bc9(0xed)]:case _0x188234['ebwrS']:this[_0x371bc9(0xbe)]&&(_0x23feb9=this['ieOptions_'][_0x371bc9(0xf8)](this['ieOptions_'][_0x371bc9(0xcd)])||{},this[_0x371bc9(0xbe)][_0x371bc9(0x89)](this[_0x371bc9(0xbe)][_0x371bc9(0xcd)],helper[_0x371bc9(0xdc)](_0x23feb9,_0xef21dd[_0x4d1e97])));break;}}}[_0x2e06e0(0xbc)](){const _0x57606f=_0x2e06e0;return logger[_0x57606f(0xb7)](_0x188234[_0x57606f(0xa9)]),this[_0x57606f(0x88)](_0x26ed3c['capability']),Object[_0x57606f(0x93)](_0x26ed3c[_0x57606f(0x83)])['forEach'](_0x1ca56b=>{const _0x32f2e2=_0x57606f,_0x2b1ef7=this['capabilities_'][_0x32f2e2(0xf8)](_0x1ca56b);_0x188234[_0x32f2e2(0xa4)](typeof _0x2b1ef7,_0x188234['RckIl'])?this[_0x32f2e2(0xb8)][_0x32f2e2(0x89)](_0x1ca56b,helper[_0x32f2e2(0xdc)](_0x2b1ef7,_0x26ed3c['capability'][_0x1ca56b])):this[_0x32f2e2(0xb8)]['set'](_0x1ca56b,_0x26ed3c['capability'][_0x1ca56b]);}),this;}[_0x2e06e0(0xbd)](){const _0x578731=_0x2e06e0,_0x16d080={'KiqSZ':function(_0x21223c,_0x16b7fa,_0x6d5c31){const _0x2c0ba2=a29_0x2ff6;return _0x188234[_0x2c0ba2(0xd5)](_0x21223c,_0x16b7fa,_0x6d5c31);},'aTZvf':function(_0x1262ab,_0x37709f,_0x14e1b7){const _0x4eeb27=a29_0x2ff6;return _0x188234[_0x4eeb27(0xd5)](_0x1262ab,_0x37709f,_0x14e1b7);},'QSzjB':_0x188234[_0x578731(0xd2)],'uRqsw':function(_0x79c13e,_0x27da5c,_0x1e2eab){return _0x188234['gpawb'](_0x79c13e,_0x27da5c,_0x1e2eab);},'ZJpcV':function(_0xdc9644,_0x2c7271){const _0x2cf8cd=_0x578731;return _0x188234[_0x2cf8cd(0xf6)](_0xdc9644,_0x2c7271);}};if(helper[_0x578731(0xec)]()){const _0x489207=_0x188234[_0x578731(0xf2)]['split']('|');let _0x4e2353=0x0;while(!![]){switch(_0x489207[_0x4e2353++]){case'0':_0x188234[_0x578731(0xac)](isAccessibilityAutomationSession)&&_0x188234[_0x578731(0xb4)](setAccessibilityCapabilities,_0x26ed3c);continue;case'1':logger[_0x578731(0xb7)](_0x188234[_0x578731(0xa2)]);continue;case'2':if(helper[_0x578731(0xc7)](_0x26ed3c[_0x578731(0x94)]['proxyUrl']))this['agent_']=helper[_0x578731(0xe8)](_0x26ed3c[_0x578731(0x94)][_0x578731(0x80)]);else _0x26ed3c[_0x578731(0x94)][_0x578731(0x80)]&&(this[_0x578731(0xe1)]=_0x26ed3c[_0x578731(0x94)][_0x578731(0x80)],logger[_0x578731(0xb7)](_0x578731(0xde)+this[_0x578731(0xe1)]));continue;case'3':this[_0x578731(0xbc)]();continue;case'4':globals['getGlobal'](_0x188234[_0x578731(0xef)])&&(!_0x188234[_0x578731(0xf3)](setExtension,this,_0x26ed3c)&&globals[_0x578731(0xd1)](_0x188234[_0x578731(0xef)],![]));continue;case'5':this[_0x578731(0xc4)]();continue;}break;}}const _0x498459=super[_0x578731(0xbd)]();return _0x498459[_0x578731(0x9b)][_0x578731(0xe7)](_0x6420d3=>{const _0x49e8ab=_0x578731;try{const _0x170550=_0x6420d3['caps_'][_0x49e8ab(0xf8)](_0x188234[_0x49e8ab(0xf4)]);_0x170550?(logger[_0x49e8ab(0xb7)](_0x49e8ab(0xb0)+_0x170550),hubAllocator[_0x49e8ab(0x9f)](_0x170550),helper['storeOptimalHubUrl'](_0x170550)):logger[_0x49e8ab(0xb7)](_0x188234[_0x49e8ab(0xca)]);}catch(_0x44cf60){logger[_0x49e8ab(0xb7)](_0x49e8ab(0xf0)+_0x44cf60);}}),_0x498459[_0x578731(0xda)]=0x0,_0x498459[_0x578731(0xe7)]&&_0x498459[_0x578731(0xe7)](_0x44bdab=>{const _0xd90ef4=_0x578731,_0x12c24a=_0x16d080[_0xd90ef4(0xe2)][_0xd90ef4(0xce)]('|');let _0x501dd4=0x0;while(!![]){switch(_0x12c24a[_0x501dd4++]){case'0':_0x16d080['uRqsw'](overrideQuit,_0x44bdab,_0x498459);continue;case'1':helper[_0xd90ef4(0xf7)](_0x44bdab,_0x26ed3c);continue;case'2':_0x44bdab[_0xd90ef4(0x92)]=async()=>{const _0x4017e8=_0xd90ef4;return await _0x16d080[_0x4017e8(0xf9)](getAccessibilityResults,_0x44bdab,global);};continue;case'3':_0x16d080['ZJpcV'](overrideTakeScreenshot,_0x44bdab);continue;case'4':_0x16d080[_0xd90ef4(0xa5)](overrideExecute,_0x44bdab,_0x26ed3c);continue;case'5':_0x44bdab[_0xd90ef4(0x9a)]=async()=>{return await _0x16d080['KiqSZ'](getAccessibilityResultsSummary,_0x44bdab,global);};continue;}break;}}),_0x498459['getAccessibilityResultsSummary']=async()=>{const _0xe9bd34=_0x578731;return await _0x16d080[_0xe9bd34(0xf9)](getAccessibilityResultsSummary,_0x498459,global);},_0x498459['getAccessibilityResults']=async()=>{const _0x378239=_0x578731;return await _0x188234[_0x378239(0xd5)](getAccessibilityResults,_0x498459,global);},_0x188234[_0x578731(0xb4)](overrideTakeScreenshot,_0x498459),_0x188234[_0x578731(0xe3)](overrideQuit,_0x498459),helper[_0x578731(0xf7)](_0x498459,_0x26ed3c),_0x188234[_0x578731(0xc2)](overrideExecute,_0x498459,_0x26ed3c),helper[_0x578731(0xe6)](global['__driversArray'])&&(global[_0x578731(0x85)]=[]),helper[_0x578731(0xe6)](global[_0x578731(0xea)])&&(global['__drivers']=[]),global['__driversArray'][_0x578731(0xd6)](_0x498459),global[_0x578731(0xc3)]=_0x498459,_0x188234['lyhhi'](global[_0x578731(0xea)],undefined)&&global[_0x578731(0xea)][_0x578731(0xd6)](_0x498459),_0xf17c63&&helper[_0x578731(0xe6)](_0xf17c63[_0x578731(0xc5)]['__driversArray'])&&(_0xf17c63['global'][_0x578731(0x85)]=[]),_0xf17c63&&_0x188234[_0x578731(0xeb)](_0xf17c63[_0x578731(0xc5)]['__drivers'],undefined)&&(_0xf17c63['global']['__drivers']['push'](_0x498459),_0xf17c63[_0x578731(0xc5)][_0x578731(0x85)][_0x578731(0xd6)](_0x498459)),_0x498459;}}return _0x5b4198[_0x2e06e0(0xb2)]=_0x5b4198[_0x2e06e0(0xd3)],_0x5b4198['Builder']=_0x4c5d01,_0x207b90[_0x2e06e0(0xb6)]=_0x328975,_0x5b4198;};module[a29_0x5e5991(0x91)][a29_0x5e5991(0xb9)]=modify;function a29_0x3430(){const _0x4331a7=['11EhptYJ','aWhAb','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','winstonLogger','CAPABILITY_KEY','split','safariOptions_','info','setGlobal','sFTxW','Builder','RhvAk','LzovB','push','nGGFD','./helpers/patchHelper','goog:chromeOptions','quitCount_','newHubUrl','mergeDeep','requireHttpClient','Proxy\x20set\x20to\x20','requireSeleniumWebdriver','object','proxy_','QSzjB','FiutF','8HSujAk','ms:edgeOptions','isUndefined','then','getHttpAgent','firefoxOptions','__drivers','lyhhi','isBrowserstackInfra','xHDcw','moz:firefoxOptions','QSGiO','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','qDzEN','oRwVb','gpawb','VXjBg','2252418rZoWpA','MBJjT','overrideGet','get','aTZvf','FTFZn','error','../../../hubAllocationMethods','10IjIoHt','proxyUrl','isAccessibilityPlatform','optimalHubUrl','capability','/wd/hub','__driversArray','QHbLt','../../../helpers/patchHelpers','__setBrowserOptions','set','firefoxOptions_','getRequestOptions','0|5|3|2|4|1','safari.options','chromeOptions_','chromeOptions','Setting\x20Browserstack\x20capabilities','exports','getAccessibilityResults','keys','proxySettings','vndou','1260148pjglWN','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','6129348zRcnsR','options_','getAccessibilityResultsSummary','session_','../../../helpers/accessibility-automation/helper','https://','url_','updateHubUrl','mxurs','5pagqXd','UpScL','8187597WpuhyQ','evwZY','KiqSZ','UOPIc','352829VTCBpk','logLevel','pBlcj','18459516ULOklQ','browserStackLogLevel','wCMdi','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','12ONlfjV','rgECA','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','edgeOptions_','originalBuilder','send','QogeK','New\x20hub\x20url\x20set\x20to\x20','HttpClient','debug','capabilities_','browserstackAgentObservability','../../../helpers/logger','getHubUrl','setCapabilities','build','ieOptions_','edgeOptions','../../../helpers/globals','se:ieOptions','BDqlU','__driver','setServer','global','237648AaUfPA','isPacProxy','path'];a29_0x3430=function(){return _0x4331a7;};return a29_0x3430();}
@@ -1 +1 @@
1
- const a30_0x308677=a30_0x5bd4;function a30_0x5bd4(_0x5a179c,_0xe58695){const _0x32967b=a30_0x3296();return a30_0x5bd4=function(_0x5bd4d5,_0x23d4e2){_0x5bd4d5=_0x5bd4d5-0x102;let _0x23991d=_0x32967b[_0x5bd4d5];return _0x23991d;},a30_0x5bd4(_0x5a179c,_0xe58695);}function a30_0x3296(){const _0xb7e31b=['IyySc','110czwkSw','../../../bin/utils/constants','6820704xJJLnO','122548XHfvHM','203yNSyKz','3557790ZfuhDW','44ZnYEeD','20124hWDySb','../../../helpers/request-spy','204324HMCdAs','restore','466330lypXki','974894UAPYfj','mochaHooks','278kXIeOy'];a30_0x3296=function(){return _0xb7e31b;};return a30_0x3296();}(function(_0x304561,_0x19286d){const _0x46947f=a30_0x5bd4,_0x14b4f=_0x304561();while(!![]){try{const _0x4a148e=parseInt(_0x46947f(0x10d))/0x1+parseInt(_0x46947f(0x10f))/0x2*(parseInt(_0x46947f(0x108))/0x3)+-parseInt(_0x46947f(0x104))/0x4*(-parseInt(_0x46947f(0x111))/0x5)+-parseInt(_0x46947f(0x10a))/0x6*(parseInt(_0x46947f(0x105))/0x7)+-parseInt(_0x46947f(0x103))/0x8+-parseInt(_0x46947f(0x106))/0x9+parseInt(_0x46947f(0x10c))/0xa*(parseInt(_0x46947f(0x107))/0xb);if(_0x4a148e===_0x19286d)break;else _0x14b4f['push'](_0x14b4f['shift']());}catch(_0x5c3599){_0x14b4f['push'](_0x14b4f['shift']());}}}(a30_0x3296,0x81fa4));const requestSpy=require(a30_0x308677(0x109)),constants=require(a30_0x308677(0x102)),{addRequestSpy}=require('../../../helpers/test-observability/utils');exports[a30_0x308677(0x10e)]={'beforeAll'(){const _0x4118b4=a30_0x308677,_0x2a2de5={'IyySc':function(_0x1729df){return _0x1729df();}},_0x38e939='browserstack internal helper hook';_0x2a2de5[_0x4118b4(0x110)](addRequestSpy);},'afterAll'(){const _0xc752e4=a30_0x308677,_0x7478b8='browserstack internal helper hook';this['timeout'](0xea60),requestSpy[_0xc752e4(0x10b)]();}};
1
+ const a30_0x78994a=a30_0x4cdb;function a30_0x4cdb(_0x31ffa2,_0x2a0051){const _0x2f4275=a30_0x2f42();return a30_0x4cdb=function(_0x4cdb7c,_0x3f86bd){_0x4cdb7c=_0x4cdb7c-0x97;let _0x2d18dd=_0x2f4275[_0x4cdb7c];return _0x2d18dd;},a30_0x4cdb(_0x31ffa2,_0x2a0051);}function a30_0x2f42(){const _0x24750f=['20lQzSqX','11099259cyOuQi','timeout','370268KxUYZX','6758664BdSlDG','45224ExvvPt','mochaHooks','193844RVSGNr','2GuZrVx','vadZp','10OMJWyN','restore','244827apPYQE','623ZRYxcI','4132050CftIhl','../../../bin/utils/constants','../../../helpers/request-spy'];a30_0x2f42=function(){return _0x24750f;};return a30_0x2f42();}(function(_0xdee3de,_0x1f7cdb){const _0x34993b=a30_0x4cdb,_0x46d676=_0xdee3de();while(!![]){try{const _0x535687=-parseInt(_0x34993b(0xa3))/0x1+parseInt(_0x34993b(0xa4))/0x2*(-parseInt(_0x34993b(0x97))/0x3)+-parseInt(_0x34993b(0x9f))/0x4*(-parseInt(_0x34993b(0x9c))/0x5)+parseInt(_0x34993b(0x99))/0x6+parseInt(_0x34993b(0x98))/0x7*(parseInt(_0x34993b(0xa1))/0x8)+parseInt(_0x34993b(0x9d))/0x9*(-parseInt(_0x34993b(0xa6))/0xa)+parseInt(_0x34993b(0xa0))/0xb;if(_0x535687===_0x1f7cdb)break;else _0x46d676['push'](_0x46d676['shift']());}catch(_0x31b726){_0x46d676['push'](_0x46d676['shift']());}}}(a30_0x2f42,0xa3084));const requestSpy=require(a30_0x78994a(0x9b)),constants=require(a30_0x78994a(0x9a)),{addRequestSpy}=require('../../../helpers/test-observability/utils');exports[a30_0x78994a(0xa2)]={'beforeAll'(){const _0xa1c392=a30_0x78994a,_0xa387e3={'vadZp':function(_0xf80f71){return _0xf80f71();}},_0x3dcca7='browserstack internal helper hook';_0xa387e3[_0xa1c392(0xa5)](addRequestSpy);},'afterAll'(){const _0x11b872=a30_0x78994a,_0x5e424e='browserstack internal helper hook';this[_0x11b872(0x9e)](0xea60),requestSpy[_0x11b872(0xa7)]();}};
@@ -1 +1 @@
1
- const a31_0x297c=a31_0x458e;function a31_0x458e(_0x1bcff1,_0x139f44){const _0x38c43b=a31_0x38c4();return a31_0x458e=function(_0x458efe,_0x291968){_0x458efe=_0x458efe-0x192;let _0x5788a2=_0x38c43b[_0x458efe];return _0x5788a2;},a31_0x458e(_0x1bcff1,_0x139f44);}(function(_0x5214c7,_0x2ea847){const _0x35a76c=a31_0x458e,_0x227564=_0x5214c7();while(!![]){try{const _0x470c5d=parseInt(_0x35a76c(0x197))/0x1*(parseInt(_0x35a76c(0x19f))/0x2)+parseInt(_0x35a76c(0x1da))/0x3+-parseInt(_0x35a76c(0x1d1))/0x4+-parseInt(_0x35a76c(0x1de))/0x5*(parseInt(_0x35a76c(0x1e0))/0x6)+-parseInt(_0x35a76c(0x1d3))/0x7*(-parseInt(_0x35a76c(0x1ce))/0x8)+-parseInt(_0x35a76c(0x1b2))/0x9+parseInt(_0x35a76c(0x1c0))/0xa;if(_0x470c5d===_0x2ea847)break;else _0x227564['push'](_0x227564['shift']());}catch(_0xbbdb62){_0x227564['push'](_0x227564['shift']());}}}(a31_0x38c4,0xcd525));const {v4:uuidv4}=require(a31_0x297c(0x1e4)),{name,version}=require(a31_0x297c(0x195)),logPatcher=require(a31_0x297c(0x1aa)),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require(a31_0x297c(0x1a1)),{consoleHolder}=require('../../../helpers/test-observability/constants'),{getPlatformVersion}=require(a31_0x297c(0x19c)),{shouldProcessEventForTesthub}=require(a31_0x297c(0x194)),{isFunction}=require(a31_0x297c(0x1dd)),{patchConsoleLogger}=require('../../../helpers/test-observability/utils');patchConsoleLogger(),exports[a31_0x297c(0x1ab)]=()=>{const _0x3cca3e=a31_0x297c,_0x25525c={'ewjjm':_0x3cca3e(0x1a0),'tYZOU':function(_0x4ec762){return _0x4ec762();}};return{'ci':_0x25525c['ewjjm'],'key':_0x25525c[_0x3cca3e(0x1b7)](uuidv4),'version':version,'collector':_0x3cca3e(0x19e)+name};},exports[a31_0x297c(0x1e2)]=_0x430ae2=>{const _0x4b893c=a31_0x297c,_0x483b7b={};_0x483b7b[_0x4b893c(0x1c8)]=function(_0x59d67c,_0x454a05){return _0x59d67c!==_0x454a05;},_0x483b7b[_0x4b893c(0x1a2)]=_0x4b893c(0x1ba),_0x483b7b[_0x4b893c(0x1be)]=_0x4b893c(0x1b3),_0x483b7b[_0x4b893c(0x1a3)]=_0x4b893c(0x1d8);const _0x96dcfe=_0x483b7b;if(!_0x430ae2||_0x96dcfe[_0x4b893c(0x1c8)](typeof _0x430ae2,_0x96dcfe[_0x4b893c(0x1a2)]))return[null,null];if(_0x96dcfe[_0x4b893c(0x1c8)](_0x430ae2[_0x4b893c(0x1ca)](_0x96dcfe[_0x4b893c(0x1be)]),-0x1)){const _0x495de4=_0x430ae2[_0x4b893c(0x1bb)](_0x96dcfe[_0x4b893c(0x1be)]);return[_0x495de4[0x0][_0x4b893c(0x1cc)](0x0,-0x1)['split']('\x22')[0x1],_0x495de4[0x1]['substring'](0x1)];}else{if(_0x96dcfe['uHzPF'](_0x430ae2[_0x4b893c(0x1ca)](_0x96dcfe[_0x4b893c(0x1a3)]),-0x1)){const _0x55517f=_0x430ae2[_0x4b893c(0x1bb)](_0x96dcfe['UbWec']);return[_0x55517f[0x0][_0x4b893c(0x1cc)](0x0,-0x1)[_0x4b893c(0x1bb)]('\x22')[0x1],_0x430ae2];}}return[null,null];},exports[a31_0x297c(0x1bd)]=_0x460ea6=>{const _0x3a9aca=a31_0x297c,_0x103cda={'dYbNR':function(_0x50a094,_0x23da7e){return _0x50a094(_0x23da7e);},'dJzwH':_0x3a9aca(0x1b9),'lRXLR':'_afterAll','paMBe':_0x3a9aca(0x1ad),'kEnTv':_0x3a9aca(0x1a7)};if(!_0x460ea6||!_0x460ea6['parent'])return[];const _0x417d30=[];return[_0x103cda['dJzwH'],_0x103cda[_0x3a9aca(0x19d)],_0x103cda[_0x3a9aca(0x1cf)],_0x103cda[_0x3a9aca(0x1b8)]][_0x3a9aca(0x1c4)](_0x43c1c6=>{const _0x4974fe=_0x3a9aca,_0x3a5659=_0x460ea6[_0x4974fe(0x1d7)][_0x43c1c6]||[];_0x3a5659[_0x4974fe(0x1c4)](_0x46e063=>{const _0x437083=_0x4974fe;_0x46e063['hookAnalyticsId']&&!_0x103cda['dYbNR'](isInternalHook,_0x46e063['fn'])&&_0x417d30[_0x437083(0x1bf)](_0x46e063[_0x437083(0x1cb)]);});}),[..._0x417d30,...exports[_0x3a9aca(0x1bd)](_0x460ea6['parent'])];},exports[a31_0x297c(0x198)]=_0x53e792=>{const _0x1aa7e4=a31_0x297c,_0x50fcea={'LiVQl':function(_0x35ef0d){return _0x35ef0d();},'IOGpS':function(_0x29fd7a,_0x4f9fee){return _0x29fd7a===_0x4f9fee;},'oEIjC':_0x1aa7e4(0x1a7),'SoIyk':function(_0x2ba36d){return _0x2ba36d();},'hBcPr':_0x1aa7e4(0x1b9),'LaHFV':'_afterAll','gjKvX':_0x1aa7e4(0x1ad)};if(!_0x53e792||!_0x53e792[_0x1aa7e4(0x1d7)])return;[_0x50fcea['hBcPr'],_0x50fcea['LaHFV'],_0x50fcea[_0x1aa7e4(0x1d6)],_0x50fcea['oEIjC']]['forEach'](_0x410a84=>{const _0x258d0c=_0x1aa7e4,_0xfbc07={'uODTW':function(_0x45cfdc){const _0x3f5812=a31_0x458e;return _0x50fcea[_0x3f5812(0x1c6)](_0x45cfdc);},'uzTyi':function(_0x5b346d,_0x184b62){const _0x29a9a9=a31_0x458e;return _0x50fcea[_0x29a9a9(0x1b1)](_0x5b346d,_0x184b62);},'rqBZx':_0x50fcea[_0x258d0c(0x1c5)],'CzqmX':function(_0x139296){const _0x1b4f41=_0x258d0c;return _0x50fcea[_0x1b4f41(0x1bc)](_0x139296);}},_0x54f236=_0x53e792[_0x258d0c(0x1d7)][_0x410a84]||[];_0x54f236[_0x258d0c(0x1c4)](_0x2fe7ad=>{const _0x4b5f24=_0x258d0c;if(!_0x2fe7ad[_0x4b5f24(0x1cb)])_0x2fe7ad['hookAnalyticsId']=_0xfbc07['uODTW'](uuidv4);else _0x2fe7ad[_0x4b5f24(0x1df)]&&_0xfbc07['uzTyi'](_0x410a84,_0xfbc07[_0x4b5f24(0x1db)])&&(_0x2fe7ad['hookAnalyticsId']=_0xfbc07[_0x4b5f24(0x1c1)](uuidv4),delete _0x2fe7ad[_0x4b5f24(0x1df)]);});}),exports['mapTestHooks'](_0x53e792[_0x1aa7e4(0x1d7)]);},exports['sendPlatformDetails']=async(_0x535e98,_0x21d247)=>{const _0x5eb98c=a31_0x297c,_0x50d266={'mFlnc':function(_0x5ad897){return _0x5ad897();},'LIGWT':function(_0x2129dd,_0x362cfc){return _0x2129dd(_0x362cfc);},'EbEtr':function(_0x5693f9,_0x458b88){return _0x5693f9===_0x458b88;},'vzkWv':'browserstack','VqrjQ':_0x5eb98c(0x1e1),'cdExW':_0x5eb98c(0x1b5)};try{if(!_0x50d266['mFlnc'](shouldProcessEventForTesthub))return;const _0xb5b3b5=await _0x535e98[_0x5eb98c(0x1a5)](),_0x196ce8=await _0x535e98[_0x5eb98c(0x1a6)](),_0x1ad173={},_0x70122e=Object[_0x5eb98c(0x1d2)](_0x196ce8[_0x5eb98c(0x1a5)]()[_0x5eb98c(0x1d0)]),_0x151fb6={'product':_0x50d266[_0x5eb98c(0x1d4)](getObservabilityLinkedProductName,_0x70122e),'capabilities':_0x70122e,'platform':_0xb5b3b5[_0x5eb98c(0x1c7)](),'platform_version':_0x50d266[_0x5eb98c(0x1d4)](getPlatformVersion,_0x50d266['EbEtr'](global[_0x5eb98c(0x1b6)],_0x50d266['vzkWv'])),'browser':_0xb5b3b5[_0x5eb98c(0x1ac)](),'browser_version':_0xb5b3b5['getBrowserVersion'](),'session_id':_0x196ce8[_0x5eb98c(0x1a8)]()};global[_0x5eb98c(0x1b6)]?_0x1ad173[global[_0x5eb98c(0x1b6)]]=_0x151fb6:_0x1ad173[_0x50d266[_0x5eb98c(0x196)]]=_0x151fb6,process[_0x5eb98c(0x1dc)](_0x5eb98c(0x1d5)+process['pid'],{'timestamp':new Date()[_0x5eb98c(0x1cd)](),'level':null,'message':null,'kind':_0x50d266[_0x5eb98c(0x1ae)],'http_response':_0x1ad173,'uuid':_0x21d247});}catch(_0x243881){_0x50d266[_0x5eb98c(0x1d4)](debug,_0x5eb98c(0x1c3)+_0x243881);}},exports['getHookSkippedTests']=_0x24f486=>{const _0xe48fc1=a31_0x297c,_0x3fd4dc={};_0x3fd4dc[_0xe48fc1(0x192)]=function(_0x5a28e7,_0x450b98){return _0x5a28e7!==_0x450b98;},_0x3fd4dc[_0xe48fc1(0x1b4)]=_0xe48fc1(0x1d8),_0x3fd4dc[_0xe48fc1(0x1c9)]=function(_0x5dca0e,_0x3afe28){return _0x5dca0e!==_0x3afe28;},_0x3fd4dc[_0xe48fc1(0x1d9)]=_0xe48fc1(0x193),_0x3fd4dc['tYVoO']=function(_0x575e7e,_0x4c31bc){return _0x575e7e!==_0x4c31bc;},_0x3fd4dc['guqHQ']=_0xe48fc1(0x19a);const _0x40c54e=_0x3fd4dc,_0x76e8b6=_0x24f486[_0xe48fc1(0x1af)]['reduce']((_0xfcd17d,_0x5f3ee0)=>{const _0x1f6c9d=_0xe48fc1,_0x15391f=exports[_0x1f6c9d(0x199)](_0x5f3ee0);return _0x15391f&&(_0xfcd17d=_0xfcd17d[_0x1f6c9d(0x1c2)](_0x15391f)),_0xfcd17d;},[]),_0x2225de=_0x24f486[_0xe48fc1(0x1b0)]['filter'](_0x1b04d3=>{const _0xf6c40d=_0xe48fc1,_0x25e0bf=_0x40c54e[_0xf6c40d(0x192)](_0x1b04d3[_0xf6c40d(0x1e3)],_0x40c54e[_0xf6c40d(0x1b4)])&&!_0x1b04d3['markedStatus']&&_0x40c54e['AKuJo'](_0x1b04d3['state'],_0x40c54e['aQcCt'])&&_0x40c54e[_0xf6c40d(0x1a4)](_0x1b04d3[_0xf6c40d(0x1a9)],_0x40c54e['guqHQ'])&&!_0x1b04d3[_0xf6c40d(0x19b)];return _0x25e0bf;});return _0x2225de[_0xe48fc1(0x1c2)](_0x76e8b6);};function a31_0x38c4(){const _0xdf0e43=['push','2279970AVPMaA','CzqmX','concat','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','forEach','oEIjC','LiVQl','getPlatform','uHzPF','AKuJo','indexOf','hookAnalyticsId','slice','toISOString','194640LTtQBc','paMBe','map_','1142444vypqsn','fromEntries','49sxtngg','LIGWT','bs:addPlatformDetails:','gjKvX','parent','hook','aQcCt','2644536ouLmoP','rqBZx','emit','lodash','1692305Arkmfd','markedStatus','18ncSkNi','unknown_grid','getHookDetails','type','uuid','kZYBc','passed','../../../helpers/testhub/utils','../../../../package.json','VqrjQ','101481AdlsUn','mapTestHooks','getHookSkippedTests','failed','pending','../../../helpers/helper','lRXLR','js-','20wIXuJX','generic','../../../helpers/test-observability/utils','UrhTQ','UbWec','tYVoO','getCapabilities','getSession','_afterEach','toJSON','state','../../utils/logPatcher','getTestEnv','getBrowserName','_beforeEach','cdExW','suites','tests','IOGpS','1373742nHAhGX','hook:','HxVsh','TEST_PLATFORM','__cloud_provider___','tYZOU','kEnTv','_beforeAll','string','split','SoIyk','getHooksForTest','VHYbi'];a31_0x38c4=function(){return _0xdf0e43;};return a31_0x38c4();}
1
+ function a31_0x5e5d(_0x2d9819,_0x257271){const _0x2031d7=a31_0x2031();return a31_0x5e5d=function(_0x5e5d58,_0x5da336){_0x5e5d58=_0x5e5d58-0x12e;let _0x4f0cd4=_0x2031d7[_0x5e5d58];return _0x4f0cd4;},a31_0x5e5d(_0x2d9819,_0x257271);}const a31_0x467091=a31_0x5e5d;(function(_0x23aecb,_0xf54b80){const _0x2db782=a31_0x5e5d,_0x295dc5=_0x23aecb();while(!![]){try{const _0x13c7e0=-parseInt(_0x2db782(0x168))/0x1*(parseInt(_0x2db782(0x182))/0x2)+parseInt(_0x2db782(0x151))/0x3*(parseInt(_0x2db782(0x153))/0x4)+parseInt(_0x2db782(0x173))/0x5+-parseInt(_0x2db782(0x13c))/0x6+-parseInt(_0x2db782(0x16d))/0x7*(-parseInt(_0x2db782(0x15c))/0x8)+-parseInt(_0x2db782(0x16c))/0x9*(parseInt(_0x2db782(0x16e))/0xa)+parseInt(_0x2db782(0x156))/0xb*(parseInt(_0x2db782(0x13d))/0xc);if(_0x13c7e0===_0xf54b80)break;else _0x295dc5['push'](_0x295dc5['shift']());}catch(_0x240909){_0x295dc5['push'](_0x295dc5['shift']());}}}(a31_0x2031,0xaf4b6));const {v4:uuidv4}=require(a31_0x467091(0x13a)),{name,version}=require(a31_0x467091(0x169)),logPatcher=require('../../utils/logPatcher'),BSTestOpsPatcher=new logPatcher({}),{debug,isInternalHook,getObservabilityLinkedProductName}=require('../../../helpers/test-observability/utils'),{consoleHolder}=require(a31_0x467091(0x142)),{getPlatformVersion}=require(a31_0x467091(0x139)),{shouldProcessEventForTesthub}=require(a31_0x467091(0x171)),{isFunction}=require(a31_0x467091(0x14d)),{patchConsoleLogger}=require(a31_0x467091(0x175));function a31_0x2031(){const _0x47bc9e=['lXLjZ','747108iHeVcY','1351322nwDwsA','50eHCLZE','tests','unknown_grid','../../../helpers/testhub/utils','slice','53485tPXtXT','forEach','../../../helpers/test-observability/utils','pending','getBrowserVersion','getHookSkippedTests','reduce','failed','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','_afterEach','IKWXR','sendPlatformDetails','bs:addPlatformDetails:','_beforeEach','FjNGr','64730AnzkRv','hkhhc','MMQOC','hook:','string','XBBIG','toJSON','uUNxP','cQbIE','_afterAll','JcJZh','hookAnalyticsId','WkXff','TxyNY','toISOString','../../../helpers/helper','uuid','TEST_PLATFORM','7721220wJDDBq','84pkizlv','KvXoo','getTestEnv','fromEntries','getCapabilities','../../../helpers/test-observability/constants','substring','uEEjK','type','HlZje','DqPFi','_beforeAll','getHookDetails','VtEKT','__cloud_provider___','HHVdG','lodash','getSession','browserstack','getHooksForTest','366sZjtLd','pid','6584JlUYpc','push','generic','1652035jpfDeG','markedStatus','map_','concat','MsgMz','JKxAA','56DdOLch','emit','filter','XcaEI','ZwnhF','mapTestHooks','parent','ROomC','split','sVmqV','hook','wxZgk','6ojWRVp','../../../../package.json','state'];a31_0x2031=function(){return _0x47bc9e;};return a31_0x2031();}patchConsoleLogger(),exports[a31_0x467091(0x13f)]=()=>{const _0x533fa6=a31_0x467091,_0x2429ae={'vArCr':_0x533fa6(0x155),'lXLjZ':function(_0x34adce){return _0x34adce();}};return{'ci':_0x2429ae['vArCr'],'key':_0x2429ae[_0x533fa6(0x16b)](uuidv4),'version':version,'collector':'js-'+name};},exports[a31_0x467091(0x149)]=_0x237c57=>{const _0x3a7919=a31_0x467091,_0x380e43={};_0x380e43[_0x3a7919(0x15f)]=function(_0xa1c2e1,_0x546575){return _0xa1c2e1!==_0x546575;},_0x380e43['fmdLt']=_0x3a7919(0x12e),_0x380e43[_0x3a7919(0x134)]=_0x3a7919(0x185),_0x380e43[_0x3a7919(0x165)]=function(_0x359491,_0x1b544a){return _0x359491!==_0x1b544a;},_0x380e43[_0x3a7919(0x181)]='hook';const _0x307b26=_0x380e43;if(!_0x237c57||_0x307b26[_0x3a7919(0x15f)](typeof _0x237c57,_0x307b26['fmdLt']))return[null,null];if(_0x307b26[_0x3a7919(0x15f)](_0x237c57['indexOf'](_0x307b26['JcJZh']),-0x1)){const _0x172090=_0x237c57[_0x3a7919(0x164)](_0x307b26[_0x3a7919(0x134)]);return[_0x172090[0x0][_0x3a7919(0x172)](0x0,-0x1)['split']('\x22')[0x1],_0x172090[0x1][_0x3a7919(0x143)](0x1)];}else{if(_0x307b26[_0x3a7919(0x165)](_0x237c57['indexOf'](_0x307b26[_0x3a7919(0x181)]),-0x1)){const _0x535da8=_0x237c57[_0x3a7919(0x164)](_0x307b26[_0x3a7919(0x181)]);return[_0x535da8[0x0][_0x3a7919(0x172)](0x0,-0x1)[_0x3a7919(0x164)]('\x22')[0x1],_0x237c57];}}return[null,null];},exports[a31_0x467091(0x150)]=_0x453d87=>{const _0x17982a=a31_0x467091,_0x1057c1={'uUNxP':function(_0x1d64bc,_0x4cbb2b){return _0x1d64bc(_0x4cbb2b);},'HHVdG':_0x17982a(0x148),'WkXff':_0x17982a(0x133),'ROomC':_0x17982a(0x180),'KvXoo':'_afterEach'};if(!_0x453d87||!_0x453d87['parent'])return[];const _0x33bade=[];return[_0x1057c1[_0x17982a(0x14c)],_0x1057c1[_0x17982a(0x136)],_0x1057c1[_0x17982a(0x163)],_0x1057c1[_0x17982a(0x13e)]]['forEach'](_0x255ae1=>{const _0x571271=_0x17982a,_0x10fbc8=_0x453d87[_0x571271(0x162)][_0x255ae1]||[];_0x10fbc8[_0x571271(0x174)](_0x4acfdf=>{const _0x510344=_0x571271;_0x4acfdf['hookAnalyticsId']&&!_0x1057c1[_0x510344(0x131)](isInternalHook,_0x4acfdf['fn'])&&_0x33bade[_0x510344(0x154)](_0x4acfdf[_0x510344(0x135)]);});}),[..._0x33bade,...exports[_0x17982a(0x150)](_0x453d87['parent'])];},exports['mapTestHooks']=_0x23c28d=>{const _0x84176c=a31_0x467091,_0x55ebaf={'ceSQI':function(_0x25600d){return _0x25600d();},'IKWXR':function(_0x38da58,_0x16e2f3){return _0x38da58===_0x16e2f3;},'MsgMz':_0x84176c(0x17c),'HlZje':'_beforeAll','TxyNY':'_afterAll','JKxAA':_0x84176c(0x180)};if(!_0x23c28d||!_0x23c28d['parent'])return;[_0x55ebaf[_0x84176c(0x146)],_0x55ebaf[_0x84176c(0x137)],_0x55ebaf[_0x84176c(0x15b)],_0x55ebaf[_0x84176c(0x15a)]][_0x84176c(0x174)](_0x558add=>{const _0x1f46f3=_0x84176c,_0x10a557={'XBBIG':function(_0x5bf258){return _0x55ebaf['ceSQI'](_0x5bf258);},'hkhhc':function(_0x6a545c,_0x38987d){const _0x5c233b=a31_0x5e5d;return _0x55ebaf[_0x5c233b(0x17d)](_0x6a545c,_0x38987d);},'qUidg':_0x55ebaf['MsgMz']},_0x5a343e=_0x23c28d[_0x1f46f3(0x162)][_0x558add]||[];_0x5a343e[_0x1f46f3(0x174)](_0x20ee7c=>{const _0x5207fb=_0x1f46f3;if(!_0x20ee7c[_0x5207fb(0x135)])_0x20ee7c[_0x5207fb(0x135)]=_0x10a557['XBBIG'](uuidv4);else _0x20ee7c[_0x5207fb(0x157)]&&_0x10a557[_0x5207fb(0x183)](_0x558add,_0x10a557['qUidg'])&&(_0x20ee7c['hookAnalyticsId']=_0x10a557[_0x5207fb(0x12f)](uuidv4),delete _0x20ee7c[_0x5207fb(0x157)]);});}),exports[_0x84176c(0x161)](_0x23c28d[_0x84176c(0x162)]);},exports[a31_0x467091(0x17e)]=async(_0x58e623,_0x28c7ab)=>{const _0x4b259f=a31_0x467091,_0x1acbb6={'cQbIE':function(_0x240b9d){return _0x240b9d();},'wxZgk':function(_0x1f8d58,_0x447fc3){return _0x1f8d58(_0x447fc3);},'CNoot':function(_0x4008b2,_0x3bbe0e){return _0x4008b2(_0x3bbe0e);},'dYimE':function(_0x57ce52,_0x56dd83){return _0x57ce52===_0x56dd83;},'HsVRQ':_0x4b259f(0x14f),'VtEKT':_0x4b259f(0x170),'ZwnhF':_0x4b259f(0x13b)};try{if(!_0x1acbb6[_0x4b259f(0x132)](shouldProcessEventForTesthub))return;const _0x5138b6=await _0x58e623[_0x4b259f(0x141)](),_0x3df20b=await _0x58e623[_0x4b259f(0x14e)](),_0x143333={},_0x3740a3=Object[_0x4b259f(0x140)](_0x3df20b['getCapabilities']()[_0x4b259f(0x158)]),_0xc21d5f={'product':_0x1acbb6[_0x4b259f(0x167)](getObservabilityLinkedProductName,_0x3740a3),'capabilities':_0x3740a3,'platform':_0x5138b6['getPlatform'](),'platform_version':_0x1acbb6['CNoot'](getPlatformVersion,_0x1acbb6['dYimE'](global[_0x4b259f(0x14b)],_0x1acbb6['HsVRQ'])),'browser':_0x5138b6['getBrowserName'](),'browser_version':_0x5138b6[_0x4b259f(0x177)](),'session_id':_0x3df20b[_0x4b259f(0x130)]()};global[_0x4b259f(0x14b)]?_0x143333[global[_0x4b259f(0x14b)]]=_0xc21d5f:_0x143333[_0x1acbb6[_0x4b259f(0x14a)]]=_0xc21d5f,process[_0x4b259f(0x15d)](_0x4b259f(0x17f)+process[_0x4b259f(0x152)],{'timestamp':new Date()[_0x4b259f(0x138)](),'level':null,'message':null,'kind':_0x1acbb6[_0x4b259f(0x160)],'http_response':_0x143333,'uuid':_0x28c7ab});}catch(_0x23e9ee){_0x1acbb6[_0x4b259f(0x167)](debug,_0x4b259f(0x17b)+_0x23e9ee);}},exports[a31_0x467091(0x178)]=_0x414dc3=>{const _0x68f855=a31_0x467091,_0xc918c8={};_0xc918c8[_0x68f855(0x184)]=function(_0x29b105,_0x2ad123){return _0x29b105!==_0x2ad123;},_0xc918c8[_0x68f855(0x144)]=_0x68f855(0x166),_0xc918c8[_0x68f855(0x147)]='passed',_0xc918c8['TQfqG']=function(_0xe84fc5,_0x4814d5){return _0xe84fc5!==_0x4814d5;},_0xc918c8['eFtyj']=_0x68f855(0x17a);const _0x35310c=_0xc918c8,_0x3bee5b=_0x414dc3['suites'][_0x68f855(0x179)]((_0x1d288a,_0x225c03)=>{const _0x5ede2f=_0x68f855,_0x27611b=exports['getHookSkippedTests'](_0x225c03);return _0x27611b&&(_0x1d288a=_0x1d288a[_0x5ede2f(0x159)](_0x27611b)),_0x1d288a;},[]),_0x38bd06=_0x414dc3[_0x68f855(0x16f)][_0x68f855(0x15e)](_0x27c96c=>{const _0xe67367=_0x68f855,_0x2a80ad=_0x35310c[_0xe67367(0x184)](_0x27c96c[_0xe67367(0x145)],_0x35310c[_0xe67367(0x144)])&&!_0x27c96c[_0xe67367(0x157)]&&_0x35310c[_0xe67367(0x184)](_0x27c96c[_0xe67367(0x16a)],_0x35310c[_0xe67367(0x147)])&&_0x35310c['TQfqG'](_0x27c96c['state'],_0x35310c['eFtyj'])&&!_0x27c96c[_0xe67367(0x176)];return _0x2a80ad;});return _0x38bd06['concat'](_0x3bee5b);};
@@ -1 +1 @@
1
- const a32_0x657c4=a32_0x5747;function a32_0x2ed0(){const _0x1f5c81=['Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20','protocol','afterEach','ENV_VAR','NseWZ','ojeKn','kVKpP','err','xGlgZ','getCurrentUrl','gjQpC','state','soJkW','tLkdd','LxMKr','qNdfJ','stringify','measureWrapper','../../helpers/testhub/constants','PCzVz','message','ltqyY','gOiig','ykEpX','start','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','PERFORM_SCAN','shift','saveTestResults','MmmMt','SDK_HOOK','thTestRunUuid','dDwEL','thBuildUuid','DBQOg','quitCount_','util','now','passed','Failed\x20to\x20store\x20session\x20name:\x20','browserstackSessionName','Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20','rRaJy','SekVa','QgiNw','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','wPZAH','testAnalyticsId','SESSION_STATUS','dmsWJ','LxiQp','currentTest','OBlZx',',\x22level\x22:\x20\x22','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','wkBlI','__error_messages__','BrxUW','gNOQW','sySBN','index','https:','CvKIN','zxYkY','vuaLv','oHQHv','session_','beforeEach','muCqE','aBwgT','vIkSR','NzomO','wKHaX','testcase','654390dNVuPZ','kvIVu','__skipSessionName','266244efuema','kQXhA','zsyXX','HpJpA','\x20|\x20','HDOJV','Rmrko','driverCleanup','SESSION_NAME','../../helpers/percy/utils','Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20','mochaHooks','Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20','pyrxL','../../helpers/accessibility-automation/scripts','VSbuQ','sessionNameSet__','__sessionFailed','__platformCaps','\x20-\x20','winstonLogger','setGlobal','command','FSxJZ','mNZfI','Passed','accessibilityScanStarted','PnKwJ','xDKwd','haPJn','capabilities','isArray','getGlobal','SYNC','bfbYI','info','http:','bdsFQ','gIfhW','format','Automate\x20test\x20case\x20execution\x20has\x20started.','__drivers','../../helpers/performance/constants','sCmgW','HlBaH','appium:app','cGFIO','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','isAccessibilityPlatform','FmbwF','eYYxJ','vjeTG','BROWSERSTACK_TESTHUB_UUID','../../helpers/accessibility-automation/helper','app','Azlck','148500DjXyjk','SAVE_RESULTS','KnFNn','bChQV','then','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','UwvsR','shouldScanTestForAccessibility','RXiae','glvWG','88HPWkWL','bstackA11yShouldScan','QzlPo','Performing\x20scan\x20before\x20saving\x20results','initQuit','error','1488810BgjRMv','TArNr','end','executeScript','ZPuGp','jjDHg','browserstackTestName','YXUlz','env','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','BSutG','beforeAll','LJaAN','YNgki','CiYuW','../../helpers/testhub/utils','../../helpers/performance/performance-tester','afterTest','107492DhKcyN','performScan','failed','886275LxNIyT','join','omQQI','Urcsr','150LMvWrV','sessionName','RlWdF','\x22}}','346494ujEIdv','executeAsyncScript','ObservabilitySync:','BROWSERSTACK_TESTHUB_JWT','titlePath','percyCaptureMode','VMooq','nGvKV','SKDtD','PFCLU','fbfJp','qUXkv','cpQsH','length','debug','timeout'];a32_0x2ed0=function(){return _0x1f5c81;};return a32_0x2ed0();}(function(_0x1df14c,_0x336ddf){const _0x52a357=a32_0x5747,_0x16880a=_0x1df14c();while(!![]){try{const _0x26eadb=parseInt(_0x52a357(0xe1))/0x1+-parseInt(_0x52a357(0x10e))/0x2+parseInt(_0x52a357(0x106))/0x3+parseInt(_0x52a357(0xa9))/0x4+parseInt(_0x52a357(0xf1))/0x5+-parseInt(_0x52a357(0x10a))/0x6*(-parseInt(_0x52a357(0x103))/0x7)+parseInt(_0x52a357(0xeb))/0x8*(-parseInt(_0x52a357(0xa6))/0x9);if(_0x26eadb===_0x336ddf)break;else _0x16880a['push'](_0x16880a['shift']());}catch(_0x5874cf){_0x16880a['push'](_0x16880a['shift']());}}}(a32_0x2ed0,0x357d3));function a32_0x5747(_0x48e8b0,_0x3c8462){const _0x2ed095=a32_0x2ed0();return a32_0x5747=function(_0x57470c,_0x31d8a7){_0x57470c=_0x57470c-0x8b;let _0x376919=_0x2ed095[_0x57470c];return _0x376919;},a32_0x5747(_0x48e8b0,_0x3c8462);}const util=require(a32_0x657c4(0x142)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a32_0x657c4(0xde)),{percyAutoCapture}=require(a32_0x657c4(0xb2)),{sendPlatformDetails}=require('./test-observability/mochaUtils'),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require('../../helpers/helper'),PerformanceTester=require(a32_0x657c4(0x101)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require(a32_0x657c4(0xd3)),scripts=require(a32_0x657c4(0xb7)),globals=require('../../helpers/globals'),logger=require('../../helpers/logger')[a32_0x657c4(0xbd)],{shouldProcessEventForTesthub}=require(a32_0x657c4(0x100)),testHubConstants=require(a32_0x657c4(0x130));exports[a32_0x657c4(0xb4)]={'beforeAll'(){const _0x383cf4=a32_0x657c4,_0x443d20={'bChQV':function(_0x15a01b,_0x245beb,_0xe209e4,_0x4faf6b){return _0x15a01b(_0x245beb,_0xe209e4,_0x4faf6b);},'TDUkh':_0x383cf4(0x105),'SwjBX':_0x383cf4(0xad),'cpQsH':function(_0x287f0f,_0xb7b6ef,_0x48f76b){return _0x287f0f(_0xb7b6ef,_0x48f76b);},'gIfhW':_0x383cf4(0x144),'MPLAO':function(_0x4e78bb){return _0x4e78bb();},'eYYxJ':function(_0x24cd61,_0x37c9fb,_0x25a79c){return _0x24cd61(_0x37c9fb,_0x25a79c);},'LxMKr':_0x383cf4(0x98),'nGvKV':_0x383cf4(0xfc)};PerformanceTester['startMonitoring']();const _0xdb6756='browserstack internal helper hook';PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x383cf4(0x13c)],()=>{const _0x1ce531=_0x383cf4,_0x582122={'qNdfJ':function(_0x22733a,_0x4d7ee7,_0x56042e,_0x904d71){const _0x3737a4=a32_0x5747;return _0x443d20[_0x3737a4(0xe4)](_0x22733a,_0x4d7ee7,_0x56042e,_0x904d71);},'bdsFQ':_0x443d20['TDUkh'],'dDwEL':_0x443d20['SwjBX'],'Azlck':function(_0x235ee5,_0x302154,_0x45c6e4){const _0x22e35b=a32_0x5747;return _0x443d20[_0x22e35b(0x11a)](_0x235ee5,_0x302154,_0x45c6e4);},'hZaWG':_0x443d20[_0x1ce531(0xcf)],'vaQVm':function(_0x193c60){return _0x443d20['MPLAO'](_0x193c60);},'aBwgT':function(_0x1a165b,_0x1e8d75,_0x2fb745){const _0x480414=_0x1ce531;return _0x443d20[_0x480414(0xdb)](_0x1a165b,_0x1e8d75,_0x2fb745);}};global[_0x1ce531(0x94)]=[],global[_0x1ce531(0xba)]=![],global[_0x1ce531(0xb0)]=async()=>{const _0x5f2c26=_0x1ce531;let _0xd0f18c=![];try{await global['__drivers'][0x0][_0x5f2c26(0x9e)],_0xd0f18c=!![],global[_0x5f2c26(0xba)]?await _0x582122[_0x5f2c26(0x12d)](markSessionStatus,global['__drivers'][0x0],_0x582122[_0x5f2c26(0xce)],global[_0x5f2c26(0x94)][_0x5f2c26(0x107)](_0x582122[_0x5f2c26(0x13e)])):await _0x582122[_0x5f2c26(0xe0)](markSessionStatus,global['__drivers'][0x0],_0x582122['hZaWG']);}catch(_0x1acc3b){logger[_0x5f2c26(0x11c)]('Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20'+_0x1acc3b);}global[_0x5f2c26(0x94)]=[],global[_0x5f2c26(0xba)]=![];if(_0xd0f18c)try{try{_0x582122['vaQVm'](shouldProcessEventForTesthub)&&(global[_0x5f2c26(0xd2)][0x0]&&await _0x582122[_0x5f2c26(0xa1)](sendPlatformDetails,global[_0x5f2c26(0xd2)][0x0],this[_0x5f2c26(0x8f)]?this[_0x5f2c26(0x8f)][_0x5f2c26(0x8b)]:null));}catch(_0x146977){logger['debug'](_0x5f2c26(0x147)+_0x146977);}await global[_0x5f2c26(0xd2)][0x0][_0x5f2c26(0xef)]();}catch(_0x437ea2){logger['debug'](_0x5f2c26(0x92)+_0x437ea2);}};},{'platform':_0x443d20[_0x383cf4(0x11a)](nestedKeyValue,global['__platformCaps'],[_0x443d20[_0x383cf4(0x12c)]]),'hookType':_0x443d20[_0x383cf4(0x115)]})();},'beforeEach'(_0x570556){const _0x48f47e=a32_0x657c4,_0x1c3a0a={'bfbYI':function(_0x55b8c6,_0x3edcce){return _0x55b8c6>_0x3edcce;},'SUICt':function(_0x10fc16,_0x29ae1b){return _0x10fc16>_0x29ae1b;},'EvhIW':_0x48f47e(0xbc),'SKDtD':function(_0x544ea4,_0x2b6a82,_0x3dc1df){return _0x544ea4(_0x2b6a82,_0x3dc1df);},'MmmMt':'bstackA11yShouldScan','AQyHj':function(_0x91b758){return _0x91b758();},'vjeTG':'isAccessibilityPlatform','wPZAH':function(_0x36f743,_0x2791af){return _0x36f743===_0x2791af;},'gjQpC':_0x48f47e(0xcd),'pcHpH':_0x48f47e(0x99),'HpJpA':'Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','fbfJp':_0x48f47e(0xd1),'dmsWJ':function(_0x3cf0fe){return _0x3cf0fe();},'FmbwF':_0x48f47e(0xf7),'gOiig':_0x48f47e(0x98),'SQTnc':_0x48f47e(0x9f)};globals[_0x48f47e(0xbe)](_0x1c3a0a[_0x48f47e(0xda)],this[_0x48f47e(0x8f)][_0x48f47e(0x112)]()[_0x48f47e(0x107)](_0x1c3a0a['EvhIW'])),PerformanceTester[_0x48f47e(0x12f)](PerformanceSdkEvents[_0x48f47e(0x13c)],()=>{const _0x32cedc=_0x48f47e,_0x471a0d={'wkBlI':function(_0x2221a3,_0x21324f){const _0x47acda=a32_0x5747;return _0x1c3a0a[_0x47acda(0xcb)](_0x2221a3,_0x21324f);},'VMooq':function(_0x3c7210,_0x1f3fbb){return _0x1c3a0a['SUICt'](_0x3c7210,_0x1f3fbb);},'YNgki':_0x1c3a0a['EvhIW'],'BSutG':function(_0x4b948c,_0x817772,_0x25b9c3){const _0x4ab9e0=a32_0x5747;return _0x1c3a0a[_0x4ab9e0(0x116)](_0x4b948c,_0x817772,_0x25b9c3);},'tLkdd':_0x1c3a0a[_0x32cedc(0x13b)],'kQXhA':function(_0x5dc367){return _0x1c3a0a['AQyHj'](_0x5dc367);},'omQQI':_0x1c3a0a[_0x32cedc(0xdc)],'DBQOg':function(_0x529902,_0x9c4e64){const _0x3341ef=_0x32cedc;return _0x1c3a0a[_0x3341ef(0x14c)](_0x529902,_0x9c4e64);},'zsyXX':_0x1c3a0a[_0x32cedc(0x128)],'sCmgW':_0x1c3a0a['pcHpH'],'oHQHv':_0x1c3a0a[_0x32cedc(0xac)],'RXiae':_0x1c3a0a[_0x32cedc(0x118)],'NseWZ':function(_0x4b2125){const _0x23625=_0x32cedc;return _0x1c3a0a[_0x23625(0x8d)](_0x4b2125);}},_0x237a90='browserstack internal helper hook';new Promise(async _0x26b72a=>{const _0x5644aa=_0x32cedc;let _0x314afc=!![];try{_0x471a0d[_0x5644aa(0x93)](global['__drivers'][_0x5644aa(0x11b)],0x1)&&(await global[_0x5644aa(0xb0)](),global[_0x5644aa(0xd2)][_0x5644aa(0x139)]()),_0x471a0d[_0x5644aa(0x114)](global[_0x5644aa(0xd2)][0x0]['quitCount_'],0x0)&&(_0x314afc=![],await global[_0x5644aa(0xb0)]());}catch(_0x2f8a6c){logger[_0x5644aa(0x11c)](_0x5644aa(0x92)+_0x2f8a6c);}try{Array[_0x5644aa(0xc8)](global[_0x5644aa(0xd2)])&&global['__drivers'][0x0]&&(global['__drivers'][0x0][_0x5644aa(0x146)]=this[_0x5644aa(0x8f)][_0x5644aa(0x112)]()['join'](_0x471a0d[_0x5644aa(0xfe)])),global[_0x5644aa(0x146)]=this[_0x5644aa(0x8f)]['titlePath']()['join'](_0x471a0d[_0x5644aa(0xfe)]);}catch(_0x3d9920){logger[_0x5644aa(0x11c)](_0x5644aa(0x145)+_0x3d9920);}this[_0x5644aa(0x8f)][_0x5644aa(0xe8)]=_0x471a0d[_0x5644aa(0xfb)](shouldScanTestForAccessibility,this[_0x5644aa(0x8f)][_0x5644aa(0x112)](),!![]),globals[_0x5644aa(0xbe)](_0x471a0d[_0x5644aa(0x12b)],this[_0x5644aa(0x8f)]['shouldScanTestForAccessibility']),this[_0x5644aa(0x8f)][_0x5644aa(0xc3)]=!![];if(_0x471a0d[_0x5644aa(0xaa)](isAccessibilityAutomationSession)&&_0x314afc&&Array['isArray'](global[_0x5644aa(0xd2)])&&_0x471a0d[_0x5644aa(0x114)](global['__drivers'][_0x5644aa(0x11b)],0x0)&&globals[_0x5644aa(0xc9)](_0x471a0d[_0x5644aa(0x108)]))try{const _0x46e189=await global[_0x5644aa(0xd2)][0x0]['session_'];if(_0x46e189){let _0x4c674f=!![];const _0x316d86=await global['__drivers'][0x0][_0x5644aa(0x127)]();let _0x200435;try{_0x200435=new URL(_0x316d86);}catch(_0x1d1f86){_0x4c674f=![];}_0x4c674f=_0x471a0d[_0x5644aa(0x140)](_0x200435['protocol'],_0x471a0d[_0x5644aa(0xab)])||_0x471a0d['DBQOg'](_0x200435[_0x5644aa(0x11f)],_0x471a0d[_0x5644aa(0xd4)]),_0x4c674f&&(this[_0x5644aa(0x8f)][_0x5644aa(0xe8)]&&logger[_0x5644aa(0xcc)](_0x471a0d[_0x5644aa(0x9d)])),this[_0x5644aa(0x8f)]['accessibilityScanStarted']=this[_0x5644aa(0x8f)][_0x5644aa(0xe8)],this[_0x5644aa(0x8f)][_0x5644aa(0xe8)]&&logger[_0x5644aa(0xcc)](_0x471a0d[_0x5644aa(0xe9)]);}}catch(_0x27354c){logger[_0x5644aa(0xf0)](_0x5644aa(0xfa)+util[_0x5644aa(0xd0)](_0x27354c));}_0x471a0d[_0x5644aa(0xaa)](_0x26b72a);})[_0x32cedc(0xe5)](()=>{const _0x5ded98=_0x32cedc;_0x471a0d[_0x5ded98(0x122)](_0x570556);});},{'platform':_0x1c3a0a[_0x48f47e(0x116)](nestedKeyValue,global[_0x48f47e(0xbb)],[_0x1c3a0a[_0x48f47e(0x134)]]),'hookType':_0x1c3a0a['SQTnc']})();},'afterEach'(_0x3d82d7){const _0x335d04=a32_0x657c4,_0x543789={'LJaAN':function(_0x43fb41){return _0x43fb41();},'XSiEM':_0x335d04(0xbc),'NzomO':function(_0xc01894,_0x14167a){return _0xc01894!==_0x14167a;},'rRaJy':'passed','PCzVz':function(_0x892e2d,_0x4d0715,_0x1bd907){return _0x892e2d(_0x4d0715,_0x1bd907);},'PFCLU':function(_0x565f0d,_0x5b771f){return _0x565f0d+_0x5b771f;},'mNZfI':'Failed:\x20','KnFNn':_0x335d04(0xf0),'ZrmXz':_0x335d04(0xc2),'LxiQp':_0x335d04(0xcc),'sySBN':function(_0x4fb9ad,_0x6f5b93){return _0x4fb9ad>_0x6f5b93;},'kVKpP':function(_0x3dd8ea,_0x5d0259){return _0x3dd8ea===_0x5d0259;},'xGlgZ':_0x335d04(0xa5),'QgiNw':_0x335d04(0xd6),'QzlPo':function(_0x191ea6,_0x3539ff,_0x27760e,_0x2bd0e9){return _0x191ea6(_0x3539ff,_0x27760e,_0x2bd0e9);},'ykEpX':_0x335d04(0xd9),'qUXkv':_0x335d04(0xec),'SekVa':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','OXLTO':_0x335d04(0xee),'FSxJZ':_0x335d04(0x102),'jjrrh':_0x335d04(0xd8),'YXUlz':function(_0x426fc5){return _0x426fc5();},'Rmrko':function(_0x2da4c9,_0x592701,_0x4fdc36){return _0x2da4c9(_0x592701,_0x4fdc36);},'cGFIO':_0x335d04(0x11c),'Urcsr':function(_0x550e80,_0x185474){return _0x550e80>_0x185474;},'CvKIN':function(_0xe28172){return _0xe28172();},'gNOQW':_0x335d04(0x98),'HlBaH':_0x335d04(0x120)},_0x4c248c='browserstack internal helper hook';this[_0x335d04(0x11d)](0xfde8),global[_0x335d04(0x10b)]=this[_0x335d04(0x8f)][_0x335d04(0x112)]()[_0x335d04(0x107)](_0x543789['XSiEM']),PerformanceTester[_0x335d04(0x12f)](PerformanceSdkEvents['SDK_HOOK'],()=>{const _0x2bb67b=_0x335d04,_0x160eb9={'wKHaX':_0x543789['XSiEM'],'lSsJM':function(_0x5c4c1a,_0x2caec8){const _0x3877ae=a32_0x5747;return _0x543789[_0x3877ae(0xa3)](_0x5c4c1a,_0x2caec8);},'haPJn':_0x543789[_0x2bb67b(0x148)],'kvIVu':function(_0x1384cd,_0x15db73,_0x71c6ac){const _0x2d4002=_0x2bb67b;return _0x543789[_0x2d4002(0x131)](_0x1384cd,_0x15db73,_0x71c6ac);},'glvWG':function(_0x33282d,_0x29146d){const _0x30c446=_0x2bb67b;return _0x543789[_0x30c446(0x117)](_0x33282d,_0x29146d);},'RlWdF':_0x543789[_0x2bb67b(0xc1)],'xDKwd':_0x543789[_0x2bb67b(0xe3)],'qDvmd':_0x543789['ZrmXz'],'ojeKn':_0x543789[_0x2bb67b(0x8e)],'jjDHg':function(_0x42cb28,_0xea0d6f){const _0x36a248=_0x2bb67b;return _0x543789[_0x36a248(0x97)](_0x42cb28,_0xea0d6f);},'ltqyY':function(_0x5a7cb7,_0x242710){const _0x118c31=_0x2bb67b;return _0x543789[_0x118c31(0x124)](_0x5a7cb7,_0x242710);},'PnKwJ':_0x543789[_0x2bb67b(0x126)],'HdFhW':function(_0x2276f7,_0x432747){const _0x5493b0=_0x2bb67b;return _0x543789[_0x5493b0(0x97)](_0x2276f7,_0x432747);},'vIkSR':_0x543789[_0x2bb67b(0x14a)],'pyrxL':function(_0xf5a919,_0x4547ee,_0x4c6038,_0x53e098){const _0x3ca2ff=_0x2bb67b;return _0x543789[_0x3ca2ff(0xed)](_0xf5a919,_0x4547ee,_0x4c6038,_0x53e098);},'BrxUW':_0x543789[_0x2bb67b(0x135)],'FgbPu':_0x543789[_0x2bb67b(0x119)],'ZPuGp':_0x543789[_0x2bb67b(0x149)],'VSbuQ':_0x543789['OXLTO'],'vuaLv':_0x543789[_0x2bb67b(0xc0)],'GMSUG':_0x543789['jjrrh'],'UwvsR':function(_0x3fb5dc){const _0x9b6f9b=_0x2bb67b;return _0x543789[_0x9b6f9b(0xf8)](_0x3fb5dc);},'jHIAw':function(_0x2afccd,_0x354922,_0xb07a64){return _0x543789['Rmrko'](_0x2afccd,_0x354922,_0xb07a64);},'zxYkY':_0x543789[_0x2bb67b(0xd7)],'Wxhec':function(_0x49d6d1,_0x1c4ffb){const _0x239214=_0x2bb67b;return _0x543789[_0x239214(0x109)](_0x49d6d1,_0x1c4ffb);},'TArNr':function(_0x39a912){const _0x2bbb2b=_0x2bb67b;return _0x543789[_0x2bbb2b(0x9a)](_0x39a912);}},_0x525b8e=async(_0x45fadb,_0x548cc8)=>{const _0x41e308=_0x2bb67b;await global['__drivers'][0x0][_0x41e308(0xf4)](_0x41e308(0x14b)+_0x45fadb+_0x41e308(0x91)+_0x548cc8+_0x41e308(0x10d));};new Promise(async _0x4a4aec=>{const _0x232a15=_0x2bb67b;try{_0x160eb9[_0x232a15(0xf6)](global[_0x232a15(0xd2)][_0x232a15(0x11b)],0x1)&&(await global[_0x232a15(0xb0)](),global[_0x232a15(0xd2)][_0x232a15(0x139)](),global[_0x232a15(0x94)]=[],global[_0x232a15(0xba)]=![]);try{if(global['percy']&&_0x160eb9[_0x232a15(0x133)](global[_0x232a15(0x113)],_0x160eb9[_0x232a15(0xc4)])&&global[_0x232a15(0xd2)][0x0]){const _0x4c4119=_0x160eb9['HdFhW'](global[_0x232a15(0xc7)]['length'],0x0)?!!global['capabilities'][0x0][_0x232a15(0xdf)]||!!global[_0x232a15(0xc7)][0x0][_0x160eb9[_0x232a15(0xa2)]]:![],_0x1d0732={};_0x1d0732[_0x232a15(0xdf)]=_0x4c4119,await _0x160eb9[_0x232a15(0xb6)](percyAutoCapture,global['__drivers'][0x0],_0x160eb9[_0x232a15(0xc4)],_0x1d0732);}}catch(_0x158cb7){logger[_0x232a15(0x11c)](_0x232a15(0x11e)+_0x158cb7);}!global[_0x232a15(0xa8)]&&(await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x232a15(0xb1)],async()=>{const _0x20a3d3=_0x232a15;await global[_0x20a3d3(0xd2)][0x0][_0x20a3d3(0xf4)](_0x20a3d3(0xe6)+JSON[_0x20a3d3(0x12e)](this[_0x20a3d3(0x8f)][_0x20a3d3(0x112)]()[_0x20a3d3(0x107)](_0x160eb9[_0x20a3d3(0xa4)]))+'}}');})(),global['__drivers'][0x0][_0x232a15(0xb9)]=!![]),await PerformanceTester['measureWrapper'](PerformanceAutEvents[_0x232a15(0x8c)],async()=>{const _0x368769=_0x232a15,_0x2fa680=_0x160eb9['lSsJM'](this['currentTest'][_0x368769(0x129)],_0x160eb9[_0x368769(0xc6)]);_0x2fa680?(global[_0x368769(0xba)]=!![],global[_0x368769(0x94)]['push'](this[_0x368769(0x8f)][_0x368769(0x125)][_0x368769(0x132)]),await _0x160eb9['kvIVu'](_0x525b8e,JSON[_0x368769(0x12e)](_0x160eb9[_0x368769(0xea)](_0x160eb9[_0x368769(0x10c)],this[_0x368769(0x8f)][_0x368769(0x125)][_0x368769(0x132)])),_0x160eb9[_0x368769(0xc5)])):await _0x160eb9[_0x368769(0xa7)](_0x525b8e,JSON['stringify'](_0x160eb9['qDvmd']),_0x160eb9[_0x368769(0x123)]);})();}catch(_0x1d08c3){logger[_0x232a15(0x11c)](_0x232a15(0x137)+_0x1d08c3);}try{if(this[_0x232a15(0x8f)][_0x232a15(0xc3)]&&globals[_0x232a15(0xc9)](_0x160eb9[_0x232a15(0x95)])&&globals['getGlobal'](_0x160eb9['FgbPu'])){logger[_0x232a15(0xcc)](_0x160eb9[_0x232a15(0xf5)]);const _0x124183={};_0x124183[_0x232a15(0x13d)]=this['currentTest']['testAnalyticsId'],_0x124183[_0x232a15(0x13f)]=process[_0x232a15(0xf9)][testHubConstants[_0x232a15(0x121)][_0x232a15(0xdd)]],_0x124183['thJwtToken']=process[_0x232a15(0xf9)][testHubConstants['ENV_VAR'][_0x232a15(0x111)]];const _0x26452=_0x124183;logger[_0x232a15(0x11c)](_0x232a15(0xb5)+JSON[_0x232a15(0x12e)](_0x26452)),logger[_0x232a15(0x11c)](_0x160eb9[_0x232a15(0xb8)]);const _0x1b72b1={};_0x1b72b1[_0x232a15(0xbf)]=_0x160eb9[_0x232a15(0x9c)],await PerformanceTester[_0x232a15(0x12f)](PerformanceA11yEvents[_0x232a15(0x138)],async()=>{const _0x5aadf0=_0x232a15;logger['debug'](util['format'](await global[_0x5aadf0(0xd2)][0x0]['executeAsyncScript'](scripts[_0x5aadf0(0x104)],{'method':global[_0x5aadf0(0x146)]})));},_0x1b72b1)(),await PerformanceTester[_0x232a15(0x12f)](PerformanceA11yEvents[_0x232a15(0xe2)],async()=>{const _0x27a9fc=_0x232a15;await global[_0x27a9fc(0xd2)][0x0][_0x27a9fc(0x10f)](scripts[_0x27a9fc(0x13a)],_0x26452);})(),logger[_0x232a15(0xcc)](_0x160eb9['GMSUG']);}}catch(_0x5517dc){logger[_0x232a15(0xf0)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x232a15(0x8f)][_0x232a15(0x112)]()+'.\x20Error\x20:',_0x5517dc);}try{try{if(_0x160eb9[_0x232a15(0xe7)](shouldProcessEventForTesthub)){global[_0x232a15(0xd2)][0x0]&&await _0x160eb9['kvIVu'](sendPlatformDetails,global['__drivers'][0x0],this['currentTest']?this[_0x232a15(0x8f)][_0x232a15(0x8b)]:null);if(_0x160eb9[_0x232a15(0xe7)](isBrowserstackInfra)){PerformanceTester[_0x232a15(0x136)](PerformanceO11yEvents['SYNC']);const _0x5a2a18=_0x232a15(0x110)+Date[_0x232a15(0x143)]();await _0x160eb9['jHIAw'](_0x525b8e,JSON['stringify'](_0x5a2a18),_0x160eb9[_0x232a15(0x9b)]),PerformanceTester[_0x232a15(0xf3)](PerformanceO11yEvents[_0x232a15(0xca)]);}}}catch(_0x413b92){logger[_0x232a15(0x11c)](_0x232a15(0xb3)+_0x413b92),PerformanceTester[_0x232a15(0xf3)](PerformanceO11yEvents[_0x232a15(0xca)],![],_0x413b92);}_0x160eb9['Wxhec'](global[_0x232a15(0xd2)][0x0][_0x232a15(0x141)],0x0)&&await global[_0x232a15(0xb0)]();}catch(_0x3e3070){logger[_0x232a15(0x11c)]('Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20'+_0x3e3070);}_0x160eb9[_0x232a15(0xf2)](_0x4a4aec);})['then'](()=>{const _0x205267=_0x2bb67b;_0x543789[_0x205267(0xfd)](_0x3d82d7);});},{'platform':_0x543789[_0x335d04(0xaf)](nestedKeyValue,global['__platformCaps'],[_0x543789[_0x335d04(0x96)]]),'hookType':_0x543789[_0x335d04(0xd5)]})();},'afterAll'(_0x4efd35){const _0x2f1aaa=a32_0x657c4,_0x4784c7={'HDOJV':function(_0x66ebc7){return _0x66ebc7();},'soJkW':function(_0xd9623e){return _0xd9623e();},'CiYuW':function(_0x2fe011,_0x3d5b34,_0x5b27b6){return _0x2fe011(_0x3d5b34,_0x5b27b6);},'muCqE':_0x2f1aaa(0x98),'Rkhhz':'afterAll'},_0x33602d='browserstack internal helper hook';this['timeout'](0xfde8),PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x2f1aaa(0x13c)],()=>{const _0x3839c2=_0x2f1aaa,_0xe602b3={'OBlZx':function(_0x20f20a){const _0x35cf55=a32_0x5747;return _0x4784c7[_0x35cf55(0x12a)](_0x20f20a);}};new Promise(async _0x56b58b=>{const _0x240afc=a32_0x5747;await global[_0x240afc(0xb0)](),_0xe602b3[_0x240afc(0x90)](_0x56b58b);})[_0x3839c2(0xe5)]()['finally'](()=>{const _0x5f1e56=_0x3839c2;_0x4784c7[_0x5f1e56(0xae)](_0x4efd35);});},{'platform':_0x4784c7[_0x2f1aaa(0xff)](nestedKeyValue,global['__platformCaps'],[_0x4784c7[_0x2f1aaa(0xa0)]]),'hookType':_0x4784c7['Rkhhz']})();}};
1
+ const a32_0x4c514a=a32_0x1479;(function(_0x391528,_0x2ccb0c){const _0x2acc2a=a32_0x1479,_0x58a6c7=_0x391528();while(!![]){try{const _0x5829da=parseInt(_0x2acc2a(0x25e))/0x1+parseInt(_0x2acc2a(0x21e))/0x2*(parseInt(_0x2acc2a(0x279))/0x3)+parseInt(_0x2acc2a(0x274))/0x4*(-parseInt(_0x2acc2a(0x1fc))/0x5)+parseInt(_0x2acc2a(0x231))/0x6+-parseInt(_0x2acc2a(0x284))/0x7+parseInt(_0x2acc2a(0x223))/0x8*(-parseInt(_0x2acc2a(0x1f5))/0x9)+parseInt(_0x2acc2a(0x203))/0xa;if(_0x5829da===_0x2ccb0c)break;else _0x58a6c7['push'](_0x58a6c7['shift']());}catch(_0x191a47){_0x58a6c7['push'](_0x58a6c7['shift']());}}}(a32_0x3369,0xc1911));function a32_0x1479(_0x25ab4d,_0x469e4d){const _0x33690f=a32_0x3369();return a32_0x1479=function(_0x147995,_0x17b0e3){_0x147995=_0x147995-0x1d0;let _0x57639f=_0x33690f[_0x147995];return _0x57639f;},a32_0x1479(_0x25ab4d,_0x469e4d);}const util=require(a32_0x4c514a(0x243)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a32_0x4c514a(0x278)),{percyAutoCapture}=require(a32_0x4c514a(0x266)),{sendPlatformDetails}=require('./test-observability/mochaUtils'),{isBrowserstackInfra,markSessionStatus,nestedKeyValue}=require(a32_0x4c514a(0x24f)),PerformanceTester=require(a32_0x4c514a(0x1d6)),{AUTOMATE_EVENTS:PerformanceAutEvents,O11y_EVENTS:PerformanceO11yEvents,A11Y_EVENTS:PerformanceA11yEvents,EVENTS:PerformanceSdkEvents}=require('../../helpers/performance/constants'),scripts=require(a32_0x4c514a(0x21c)),globals=require(a32_0x4c514a(0x221)),logger=require(a32_0x4c514a(0x1d5))['winstonLogger'],{shouldProcessEventForTesthub}=require('../../helpers/testhub/utils'),testHubConstants=require(a32_0x4c514a(0x214));function a32_0x3369(){const _0x152be5=['BdDDc','pIepg','QOady','cohoG','saveTestResults','startMonitoring','__skipSessionName','appium:app','ZZtCu','pfVzp','length','eNdwb','1256387GLrxPK','executeScript','YgbEk','currentTest','Failed\x20to\x20store\x20session\x20name:\x20','AZyxk','kVcma','KKUnM','../../helpers/percy/utils','SAVE_RESULTS','TKIqu','zHSsT','https:','fNvyZ','__platformCaps','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','Lizwm','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','tnfNM','shift','EUshk','MtgTo','12JDTnYS','IVHlq','SESSION_STATUS','zDPlv','../../helpers/accessibility-automation/helper','1146bLqrAl','\x20-\x20','bwqOZ','AkTLL','rZtlO','setGlobal','suFDX','percy','rBwTO','__sessionFailed','MlIWG','639415tVmpJI','TusYX','Blpby','tYOLH','TrinA','join','oUEKo','YCDrQ','percyCaptureMode','../../helpers/logger','../../helpers/performance/performance-tester','afterEach','browserstackTestName','bstackA11yShouldScan','error','SvXMO','bEzpx','rHtHN','SESSION_NAME','ENV_VAR','afterAll','MJCdE','executeAsyncScript','afterTest','BROWSERSTACK_TESTHUB_JWT','uLsrB','GAyhq','isAccessibilityPlatform','DLDig','qjVHd','PERFORM_SCAN','initQuit','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','getCurrentUrl','SYNC','titlePath','RxwJz','passed','SDK_HOOK','testAnalyticsId','2035701DarghK',',\x22level\x22:\x20\x22','bIUyw','capabilities','message','err','browserstackSessionName','2263065YbnwMQ','timeout','push','yUSnF','then','end','okePk','14938500UoYZMQ','TyvZb','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','OKBQQ','env','measureWrapper','app','cXogN','zZZtz','dMWrM','state','uNmrw','__error_messages__','Automate\x20test\x20case\x20execution\x20has\x20started.','info','thTestRunUuid','../../helpers/testhub/constants','XvXdY','isArray','Exception\x20in\x20mocha\x20driver\x20with\x20error:\x20','quitCount_','fIhPB','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','NAQJq','../../helpers/accessibility-automation/scripts','\x22}}','1072PFoRSC','beforeAll','now','../../helpers/globals','iTkUI','48pfUuPp','HyHFn','VkunX','RqlyM','xeJiJ','accessibilityScanStarted','failed','beforeEach','DQhvV','thJwtToken','qclcO','sessionNameSet__','start','miHmY','3865068EVyHll','testcase','index','sessionName','MWoDY','mochaHooks','shouldScanTestForAccessibility','performScan','getGlobal','stringify','xWnSl','HbxtI','StLkX','lEJlm','gqxME','eeEpV','GshJt','debug','util','format','hgFsp','wCLxW','kRfuv','hmSeK','session_','zXQQl','http:','OMXRu','CIPeu','driverCleanup','../../helpers/helper','Exception\x20in\x20browserstack\x20internal\x20helper\x20hook\x20with\x20error:\x20','__drivers'];a32_0x3369=function(){return _0x152be5;};return a32_0x3369();}exports[a32_0x4c514a(0x236)]={'beforeAll'(){const _0x3644ea=a32_0x4c514a,_0x36bed1={'Lizwm':function(_0x3f0c1c,_0x4293d7,_0x42521f,_0x47adcf){return _0x3f0c1c(_0x4293d7,_0x42521f,_0x47adcf);},'DQhvV':_0x3644ea(0x229),'pIepg':'\x20|\x20','uLsrB':function(_0x22e19e,_0x387af9,_0x3ad316){return _0x22e19e(_0x387af9,_0x3ad316);},'suFDX':'passed','FUqnv':function(_0x245c28){return _0x245c28();},'eeEpV':'index','bwqOZ':_0x3644ea(0x21f)};PerformanceTester[_0x3644ea(0x257)]();const _0x471b40='browserstack internal helper hook';PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x3644ea(0x1f3)],()=>{const _0x33f25f=_0x3644ea,_0x30a444={'iTkUI':function(_0x179dab,_0x43725e,_0x4c1226,_0x5b7ae5){const _0x253358=a32_0x1479;return _0x36bed1[_0x253358(0x26e)](_0x179dab,_0x43725e,_0x4c1226,_0x5b7ae5);},'MtgTo':_0x36bed1[_0x33f25f(0x22b)],'IVHlq':_0x36bed1[_0x33f25f(0x253)],'cohoG':function(_0x591636,_0x5710d,_0x409eea){const _0x1679de=_0x33f25f;return _0x36bed1[_0x1679de(0x1e5)](_0x591636,_0x5710d,_0x409eea);},'Blpby':_0x36bed1[_0x33f25f(0x27f)],'tBlAm':function(_0x40ce85){return _0x36bed1['FUqnv'](_0x40ce85);},'ECKKu':function(_0xb3496b,_0x185f5e,_0x187df3){const _0x49d49a=_0x33f25f;return _0x36bed1[_0x49d49a(0x1e5)](_0xb3496b,_0x185f5e,_0x187df3);}};global[_0x33f25f(0x210)]=[],global['__sessionFailed']=![],global[_0x33f25f(0x24e)]=async()=>{const _0x2d3b06=_0x33f25f;let _0x51a87a=![];try{await global[_0x2d3b06(0x251)][0x0]['session_'],_0x51a87a=!![],global['__sessionFailed']?await _0x30a444[_0x2d3b06(0x222)](markSessionStatus,global[_0x2d3b06(0x251)][0x0],_0x30a444[_0x2d3b06(0x273)],global[_0x2d3b06(0x210)][_0x2d3b06(0x1d1)](_0x30a444[_0x2d3b06(0x275)])):await _0x30a444[_0x2d3b06(0x255)](markSessionStatus,global[_0x2d3b06(0x251)][0x0],_0x30a444[_0x2d3b06(0x286)]);}catch(_0x234030){logger[_0x2d3b06(0x242)]('Exception\x20in\x20mocha\x20browserstack\x20driver\x20with\x20error:\x20'+_0x234030);}global[_0x2d3b06(0x210)]=[],global['__sessionFailed']=![];if(_0x51a87a)try{try{_0x30a444['tBlAm'](shouldProcessEventForTesthub)&&(global['__drivers'][0x0]&&await _0x30a444['ECKKu'](sendPlatformDetails,global['__drivers'][0x0],this[_0x2d3b06(0x261)]?this[_0x2d3b06(0x261)][_0x2d3b06(0x1f4)]:null));}catch(_0x330e4b){logger[_0x2d3b06(0x242)]('Exception\x20in\x20mocha\x20event\x20process\x20with\x20error:\x20'+_0x330e4b);}await global[_0x2d3b06(0x251)][0x0][_0x2d3b06(0x1eb)]();}catch(_0x3ad1f3){logger[_0x2d3b06(0x242)](_0x2d3b06(0x217)+_0x3ad1f3);}};},{'platform':_0x36bed1['uLsrB'](nestedKeyValue,global['__platformCaps'],[_0x36bed1[_0x3644ea(0x240)]]),'hookType':_0x36bed1[_0x3644ea(0x27b)]})();},'beforeEach'(_0xf93483){const _0x3ba2d8=a32_0x4c514a,_0x4ac746={'okePk':function(_0x1506ee,_0x5a1f5c){return _0x1506ee>_0x5a1f5c;},'rHtHN':function(_0x49cf9e,_0x1e408f){return _0x49cf9e>_0x1e408f;},'zHSsT':_0x3ba2d8(0x27a),'EHQnP':function(_0x3cb387,_0x5c7a1a,_0xbe856a){return _0x3cb387(_0x5c7a1a,_0xbe856a);},'gqxME':'bstackA11yShouldScan','XvXdY':function(_0x410f90){return _0x410f90();},'EUshk':function(_0x791be9,_0x5c65e4){return _0x791be9>_0x5c65e4;},'GAyhq':'isAccessibilityPlatform','qYjYE':function(_0xc2d1cb,_0x56380b){return _0xc2d1cb===_0x56380b;},'hngXD':_0x3ba2d8(0x24b),'QOady':function(_0x4b5ea9,_0x37a8f0){return _0x4b5ea9===_0x37a8f0;},'CIPeu':_0x3ba2d8(0x26a),'StLkX':_0x3ba2d8(0x21a),'KKUnM':_0x3ba2d8(0x211),'OKBQQ':function(_0x18c0a4){return _0x18c0a4();},'NAQJq':function(_0x1238e8){return _0x1238e8();},'cXogN':_0x3ba2d8(0x1d8),'MJCdE':function(_0x16910f,_0x21c98c,_0x39850a){return _0x16910f(_0x21c98c,_0x39850a);},'AabVL':_0x3ba2d8(0x233),'TrinA':_0x3ba2d8(0x22a)};globals[_0x3ba2d8(0x27e)](_0x4ac746[_0x3ba2d8(0x20b)],this[_0x3ba2d8(0x261)][_0x3ba2d8(0x1f0)]()['join'](_0x4ac746['zHSsT'])),PerformanceTester[_0x3ba2d8(0x209)](PerformanceSdkEvents[_0x3ba2d8(0x1f3)],()=>{const _0x172b52=_0x3ba2d8,_0xf54ab3='browserstack internal helper hook';new Promise(async _0x2f7a0a=>{const _0x51a1c3=a32_0x1479;let _0x8b307c=!![];try{_0x4ac746[_0x51a1c3(0x202)](global['__drivers'][_0x51a1c3(0x25c)],0x1)&&(await global[_0x51a1c3(0x24e)](),global[_0x51a1c3(0x251)][_0x51a1c3(0x271)]()),_0x4ac746[_0x51a1c3(0x1dd)](global[_0x51a1c3(0x251)][0x0][_0x51a1c3(0x218)],0x0)&&(_0x8b307c=![],await global[_0x51a1c3(0x24e)]());}catch(_0x27b591){logger[_0x51a1c3(0x242)](_0x51a1c3(0x217)+_0x27b591);}try{Array[_0x51a1c3(0x216)](global[_0x51a1c3(0x251)])&&global[_0x51a1c3(0x251)][0x0]&&(global['__drivers'][0x0][_0x51a1c3(0x1fb)]=this['currentTest'][_0x51a1c3(0x1f0)]()['join'](_0x4ac746[_0x51a1c3(0x269)])),global[_0x51a1c3(0x1fb)]=this[_0x51a1c3(0x261)][_0x51a1c3(0x1f0)]()[_0x51a1c3(0x1d1)](_0x4ac746[_0x51a1c3(0x269)]);}catch(_0x5d113d){logger['debug'](_0x51a1c3(0x262)+_0x5d113d);}this[_0x51a1c3(0x261)][_0x51a1c3(0x237)]=_0x4ac746['EHQnP'](shouldScanTestForAccessibility,this[_0x51a1c3(0x261)][_0x51a1c3(0x1f0)](),!![]),globals[_0x51a1c3(0x27e)](_0x4ac746[_0x51a1c3(0x23f)],this['currentTest'][_0x51a1c3(0x237)]),this[_0x51a1c3(0x261)][_0x51a1c3(0x228)]=!![];if(_0x4ac746[_0x51a1c3(0x215)](isAccessibilityAutomationSession)&&_0x8b307c&&Array['isArray'](global[_0x51a1c3(0x251)])&&_0x4ac746[_0x51a1c3(0x272)](global[_0x51a1c3(0x251)][_0x51a1c3(0x25c)],0x0)&&globals['getGlobal'](_0x4ac746[_0x51a1c3(0x1e6)]))try{const _0x17d8d5=await global[_0x51a1c3(0x251)][0x0][_0x51a1c3(0x249)];if(_0x17d8d5){let _0x589d12=!![];const _0x2b219d=await global['__drivers'][0x0][_0x51a1c3(0x1ee)]();let _0x154319;try{_0x154319=new URL(_0x2b219d);}catch(_0xb0b83a){_0x589d12=![];}_0x589d12=_0x4ac746['qYjYE'](_0x154319['protocol'],_0x4ac746['hngXD'])||_0x4ac746[_0x51a1c3(0x254)](_0x154319['protocol'],_0x4ac746[_0x51a1c3(0x24d)]),_0x589d12&&(this[_0x51a1c3(0x261)][_0x51a1c3(0x237)]&&logger[_0x51a1c3(0x212)](_0x4ac746[_0x51a1c3(0x23d)])),this[_0x51a1c3(0x261)][_0x51a1c3(0x228)]=this[_0x51a1c3(0x261)][_0x51a1c3(0x237)],this[_0x51a1c3(0x261)][_0x51a1c3(0x237)]&&logger[_0x51a1c3(0x212)](_0x4ac746[_0x51a1c3(0x265)]);}}catch(_0x3ff5bb){logger[_0x51a1c3(0x1da)](_0x51a1c3(0x26d)+util[_0x51a1c3(0x244)](_0x3ff5bb));}_0x4ac746[_0x51a1c3(0x207)](_0x2f7a0a);})[_0x172b52(0x200)](()=>{const _0x2476b2=_0x172b52;_0x4ac746[_0x2476b2(0x21b)](_0xf93483);});},{'platform':_0x4ac746[_0x3ba2d8(0x1e1)](nestedKeyValue,global[_0x3ba2d8(0x26c)],[_0x4ac746['AabVL']]),'hookType':_0x4ac746[_0x3ba2d8(0x1d0)]})();},'afterEach'(_0x41a97f){const _0x30f11a=a32_0x4c514a,_0x464b8a={'pfVzp':function(_0xbe370c){return _0xbe370c();},'HyHFn':_0x30f11a(0x27a),'hmSeK':function(_0x838b0c,_0x1969f2){return _0x838b0c!==_0x1969f2;},'TKIqu':_0x30f11a(0x1f2),'rZtlO':function(_0x224819,_0x41135d,_0xe63326){return _0x224819(_0x41135d,_0xe63326);},'RqlyM':function(_0x2bba52,_0xfc2837){return _0x2bba52+_0xfc2837;},'YCDrQ':'Failed:\x20','RNLNe':_0x30f11a(0x1da),'tYOLH':'Passed','miHmY':'info','MlIWG':function(_0x4e7f71,_0x3b5f89){return _0x4e7f71>_0x3b5f89;},'uNmrw':function(_0x2870d9,_0x2d76e5){return _0x2870d9===_0x2d76e5;},'ynmzr':_0x30f11a(0x232),'eOImB':_0x30f11a(0x259),'qjVHd':function(_0x379f70,_0x1de391,_0x4c8e8c,_0x3922bf){return _0x379f70(_0x1de391,_0x4c8e8c,_0x3922bf);},'zZZtz':_0x30f11a(0x1e7),'Lszfl':_0x30f11a(0x1d9),'aEIqT':_0x30f11a(0x26f),'hgFsp':'Performing\x20scan\x20before\x20saving\x20results','bIUyw':_0x30f11a(0x1e3),'fNvyZ':_0x30f11a(0x206),'lEJlm':function(_0x44369b){return _0x44369b();},'SvXMO':_0x30f11a(0x242),'BdDDc':function(_0x796c30){return _0x796c30();},'fIhPB':_0x30f11a(0x233),'jqEhy':_0x30f11a(0x1d7)},_0x2e24b9='browserstack internal helper hook';this['timeout'](0xfde8),global[_0x30f11a(0x234)]=this[_0x30f11a(0x261)]['titlePath']()['join'](_0x464b8a[_0x30f11a(0x224)]),PerformanceTester[_0x30f11a(0x209)](PerformanceSdkEvents[_0x30f11a(0x1f3)],()=>{const _0x4fb715=_0x30f11a,_0xd27bb4={'AkTLL':_0x464b8a[_0x4fb715(0x224)],'yUSnF':function(_0x268a68,_0x4da599){const _0x32c3f6=_0x4fb715;return _0x464b8a[_0x32c3f6(0x248)](_0x268a68,_0x4da599);},'xeJiJ':_0x464b8a[_0x4fb715(0x268)],'MWoDY':function(_0x23be4b,_0x439e9a,_0x4cba68){const _0x3fef46=_0x4fb715;return _0x464b8a[_0x3fef46(0x27d)](_0x23be4b,_0x439e9a,_0x4cba68);},'SdPbi':function(_0x339929,_0x1de4b6){const _0xf4f324=_0x4fb715;return _0x464b8a[_0xf4f324(0x226)](_0x339929,_0x1de4b6);},'rBwTO':_0x464b8a[_0x4fb715(0x1d3)],'TkRjO':_0x464b8a['RNLNe'],'HbxtI':_0x464b8a[_0x4fb715(0x287)],'xWnSl':_0x464b8a[_0x4fb715(0x230)],'tnfNM':function(_0x252b45,_0x78698f){const _0x40cbb9=_0x4fb715;return _0x464b8a[_0x40cbb9(0x283)](_0x252b45,_0x78698f);},'zrJMy':function(_0x354779,_0x5b8426){const _0x521f50=_0x4fb715;return _0x464b8a[_0x521f50(0x20f)](_0x354779,_0x5b8426);},'bEzpx':_0x464b8a['ynmzr'],'RxwJz':_0x464b8a['eOImB'],'YgbEk':function(_0x4cb2e5,_0x5a4689,_0x23bb07,_0x29bb4e){const _0x3223ec=_0x4fb715;return _0x464b8a[_0x3223ec(0x1e9)](_0x4cb2e5,_0x5a4689,_0x23bb07,_0x29bb4e);},'UvVrH':_0x464b8a[_0x4fb715(0x20c)],'kVcma':_0x464b8a['Lszfl'],'GCsiM':_0x464b8a['aEIqT'],'oUEKo':_0x464b8a[_0x4fb715(0x245)],'VkunX':_0x464b8a[_0x4fb715(0x1f7)],'TyvZb':_0x464b8a[_0x4fb715(0x26b)],'eNdwb':function(_0x564d85){const _0x55aa15=_0x4fb715;return _0x464b8a[_0x55aa15(0x23e)](_0x564d85);},'TusYX':_0x464b8a[_0x4fb715(0x1db)],'zXQQl':function(_0x14ee84,_0x3ef20f){const _0x559dab=_0x4fb715;return _0x464b8a[_0x559dab(0x283)](_0x14ee84,_0x3ef20f);},'Eprcs':function(_0x191a1d){const _0x1205f4=_0x4fb715;return _0x464b8a[_0x1205f4(0x252)](_0x191a1d);}},_0x37a877=async(_0x486d29,_0x33e3f9)=>{const _0x569581=_0x4fb715;await global[_0x569581(0x251)][0x0][_0x569581(0x25f)](_0x569581(0x1ed)+_0x486d29+_0x569581(0x1f6)+_0x33e3f9+_0x569581(0x21d));};new Promise(async _0x5ec934=>{const _0x391b87=_0x4fb715,_0x3f37={'eztAb':_0xd27bb4[_0x391b87(0x27c)],'Rldvl':function(_0x66ee7c,_0x119068){const _0x177f58=_0x391b87;return _0xd27bb4[_0x177f58(0x1ff)](_0x66ee7c,_0x119068);},'AZyxk':_0xd27bb4[_0x391b87(0x227)],'wCLxW':function(_0x394c8f,_0xd5a22a,_0x5755b1){const _0x194587=_0x391b87;return _0xd27bb4[_0x194587(0x235)](_0x394c8f,_0xd5a22a,_0x5755b1);},'OMXRu':function(_0x275807,_0x53b047){return _0xd27bb4['SdPbi'](_0x275807,_0x53b047);},'GshJt':_0xd27bb4[_0x391b87(0x281)],'DLDig':_0xd27bb4['TkRjO'],'ZZtCu':_0xd27bb4[_0x391b87(0x23c)],'imvvd':_0xd27bb4[_0x391b87(0x23b)]};try{_0xd27bb4['tnfNM'](global[_0x391b87(0x251)][_0x391b87(0x25c)],0x1)&&(await global[_0x391b87(0x24e)](),global[_0x391b87(0x251)][_0x391b87(0x271)](),global[_0x391b87(0x210)]=[],global['__sessionFailed']=![]);try{if(global[_0x391b87(0x280)]&&_0xd27bb4['zrJMy'](global[_0x391b87(0x1d4)],_0xd27bb4[_0x391b87(0x1dc)])&&global['__drivers'][0x0]){const _0x141037=_0xd27bb4[_0x391b87(0x270)](global['capabilities'][_0x391b87(0x25c)],0x0)?!!global[_0x391b87(0x1f8)][0x0][_0x391b87(0x20a)]||!!global['capabilities'][0x0][_0xd27bb4[_0x391b87(0x1f1)]]:![],_0x47cb8a={};_0x47cb8a[_0x391b87(0x20a)]=_0x141037,await _0xd27bb4[_0x391b87(0x260)](percyAutoCapture,global[_0x391b87(0x251)][0x0],_0xd27bb4[_0x391b87(0x1dc)],_0x47cb8a);}}catch(_0x25afa7){logger['debug']('Exception\x20in\x20mocha\x20browserstack\x20percy\x20with\x20error:\x20'+_0x25afa7);}!global[_0x391b87(0x258)]&&(await PerformanceTester[_0x391b87(0x209)](PerformanceAutEvents[_0x391b87(0x1de)],async()=>{const _0x3fb02f=_0x391b87;await global['__drivers'][0x0]['executeScript'](_0x3fb02f(0x1ec)+JSON[_0x3fb02f(0x23a)](this[_0x3fb02f(0x261)][_0x3fb02f(0x1f0)]()['join'](_0x3f37['eztAb']))+'}}');})(),global[_0x391b87(0x251)][0x0][_0x391b87(0x22e)]=!![]),await PerformanceTester[_0x391b87(0x209)](PerformanceAutEvents[_0x391b87(0x276)],async()=>{const _0x4b90e4=_0x391b87,_0x1021b7=_0x3f37['Rldvl'](this[_0x4b90e4(0x261)][_0x4b90e4(0x20e)],_0x3f37[_0x4b90e4(0x263)]);_0x1021b7?(global[_0x4b90e4(0x282)]=!![],global['__error_messages__'][_0x4b90e4(0x1fe)](this[_0x4b90e4(0x261)][_0x4b90e4(0x1fa)][_0x4b90e4(0x1f9)]),await _0x3f37[_0x4b90e4(0x246)](_0x37a877,JSON[_0x4b90e4(0x23a)](_0x3f37[_0x4b90e4(0x24c)](_0x3f37[_0x4b90e4(0x241)],this[_0x4b90e4(0x261)]['err'][_0x4b90e4(0x1f9)])),_0x3f37[_0x4b90e4(0x1e8)])):await _0x3f37['wCLxW'](_0x37a877,JSON[_0x4b90e4(0x23a)](_0x3f37[_0x4b90e4(0x25a)]),_0x3f37['imvvd']);})();}catch(_0xcbd951){logger[_0x391b87(0x242)](_0x391b87(0x250)+_0xcbd951);}try{if(this[_0x391b87(0x261)]['accessibilityScanStarted']&&globals[_0x391b87(0x239)](_0xd27bb4['UvVrH'])&&globals[_0x391b87(0x239)](_0xd27bb4[_0x391b87(0x264)])){logger['info'](_0xd27bb4['GCsiM']);const _0x4779e5={};_0x4779e5[_0x391b87(0x213)]=this['currentTest'][_0x391b87(0x1f4)],_0x4779e5['thBuildUuid']=process[_0x391b87(0x208)][testHubConstants[_0x391b87(0x1df)]['BROWSERSTACK_TESTHUB_UUID']],_0x4779e5[_0x391b87(0x22c)]=process[_0x391b87(0x208)][testHubConstants[_0x391b87(0x1df)][_0x391b87(0x1e4)]];const _0xc945c8=_0x4779e5;logger['debug']('Accessibility\x20extension\x20data\x20for\x20current\x20test:\x20'+JSON[_0x391b87(0x23a)](_0xc945c8)),logger[_0x391b87(0x242)](_0xd27bb4[_0x391b87(0x1d2)]);const _0x5a1b14={};_0x5a1b14['command']=_0xd27bb4[_0x391b87(0x225)],await PerformanceTester[_0x391b87(0x209)](PerformanceA11yEvents[_0x391b87(0x1ea)],async()=>{const _0x57debe=_0x391b87;logger[_0x57debe(0x242)](util[_0x57debe(0x244)](await global[_0x57debe(0x251)][0x0][_0x57debe(0x1e2)](scripts[_0x57debe(0x238)],{'method':global[_0x57debe(0x1fb)]})));},_0x5a1b14)(),await PerformanceTester[_0x391b87(0x209)](PerformanceA11yEvents[_0x391b87(0x267)],async()=>{const _0x3084f5=_0x391b87;await global[_0x3084f5(0x251)][0x0]['executeAsyncScript'](scripts[_0x3084f5(0x256)],_0xc945c8);})(),logger[_0x391b87(0x212)](_0xd27bb4[_0x391b87(0x204)]);}}catch(_0x5047ef){logger[_0x391b87(0x1da)](_0x391b87(0x205)+this[_0x391b87(0x261)][_0x391b87(0x1f0)]()+'.\x20Error\x20:',_0x5047ef);}try{try{if(_0xd27bb4[_0x391b87(0x25d)](shouldProcessEventForTesthub)){global[_0x391b87(0x251)][0x0]&&await _0xd27bb4[_0x391b87(0x235)](sendPlatformDetails,global[_0x391b87(0x251)][0x0],this['currentTest']?this['currentTest'][_0x391b87(0x1f4)]:null);if(_0xd27bb4['eNdwb'](isBrowserstackInfra)){PerformanceTester[_0x391b87(0x22f)](PerformanceO11yEvents['SYNC']);const _0x4dd820='ObservabilitySync:'+Date[_0x391b87(0x220)]();await _0xd27bb4[_0x391b87(0x235)](_0x37a877,JSON[_0x391b87(0x23a)](_0x4dd820),_0xd27bb4[_0x391b87(0x285)]),PerformanceTester['end'](PerformanceO11yEvents['SYNC']);}}}catch(_0x4f6bdf){logger[_0x391b87(0x242)]('Exception\x20in\x20mocha\x20process\x20event\x20with\x20error:\x20'+_0x4f6bdf),PerformanceTester[_0x391b87(0x201)](PerformanceO11yEvents[_0x391b87(0x1ef)],![],_0x4f6bdf);}_0xd27bb4[_0x391b87(0x24a)](global[_0x391b87(0x251)][0x0]['quitCount_'],0x0)&&await global[_0x391b87(0x24e)]();}catch(_0x9b274a){logger[_0x391b87(0x242)](_0x391b87(0x217)+_0x9b274a);}_0xd27bb4['Eprcs'](_0x5ec934);})['then'](()=>{const _0x393401=_0x4fb715;_0x464b8a[_0x393401(0x25b)](_0x41a97f);});},{'platform':_0x464b8a[_0x30f11a(0x27d)](nestedKeyValue,global['__platformCaps'],[_0x464b8a[_0x30f11a(0x219)]]),'hookType':_0x464b8a['jqEhy']})();},'afterAll'(_0x2b2ee4){const _0x414b3b=a32_0x4c514a,_0x5527f0={'qclcO':function(_0x57a2a2){return _0x57a2a2();},'dPmPH':function(_0x5aa52d){return _0x5aa52d();},'kRfuv':function(_0x378368,_0x1cf918,_0x9e3dc2){return _0x378368(_0x1cf918,_0x9e3dc2);},'BJLFr':_0x414b3b(0x233),'dMWrM':_0x414b3b(0x1e0)},_0x1fc179='browserstack internal helper hook';this[_0x414b3b(0x1fd)](0xfde8),PerformanceTester['measureWrapper'](PerformanceSdkEvents[_0x414b3b(0x1f3)],()=>{const _0x5691ff=_0x414b3b,_0x5d0609={'zDPlv':function(_0x1480f4){const _0x4ac74f=a32_0x1479;return _0x5527f0[_0x4ac74f(0x22d)](_0x1480f4);},'HOuJc':function(_0x1e1895){return _0x5527f0['dPmPH'](_0x1e1895);}};new Promise(async _0x1a399=>{const _0x267e99=a32_0x1479;await global[_0x267e99(0x24e)](),_0x5d0609[_0x267e99(0x277)](_0x1a399);})[_0x5691ff(0x200)]()['finally'](()=>{_0x5d0609['HOuJc'](_0x2b2ee4);});},{'platform':_0x5527f0[_0x414b3b(0x247)](nestedKeyValue,global[_0x414b3b(0x26c)],[_0x5527f0['BJLFr']]),'hookType':_0x5527f0[_0x414b3b(0x20d)]})();}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';function a33_0x3d41(){const _0x3efdb7=['start_process','forEach','aXCra','QHmnN','102KgDGhB','info','../../helpers/helper','winstonLogger','FFURE','../utils/constants','SXfJN','map','mergeDeep','FmnfP','Deleting\x20','2122BjQOLf','PtpFZ','findIndex','config','1627112IYdXnO','exports','333CrHQig','../../helpers/logger','close','--env','selenium','../../helpers/BrowserStackSetup','4102776wKAWiu','getPlatformName','modifyBrowserStackW3CCaps','filter','push','115344AHAuRL','nightwatch.conf.js','join','cwd','inherit','path','slice','split','nightwatch','xTpiC','splice','existsSync','56812SPTJSR','pUvrv','AlCTv','IrWwl','test','writeFileSync','ZdxNq','isUndefined','nightwatch.cmd','1170950kzwCua','sclFE','36560jSgzUU','fxYMa','hub.browserstack.com','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','kEqGR','unlinkSync','test_settings','modifyBrowserStackCaps','now','yBxYd','nightwatch-browserstack.json','child_process','LRipF','oGfoe','platforms','env','paZld','trim','Getting\x20your\x20nightwatch\x20configs\x20from\x20'];a33_0x3d41=function(){return _0x3efdb7;};return a33_0x3d41();}function a33_0x14d0(_0x523b53,_0x4194b8){const _0x3d4171=a33_0x3d41();return a33_0x14d0=function(_0x14d0f3,_0x675b4e){_0x14d0f3=_0x14d0f3-0xc1;let _0x4d9bcd=_0x3d4171[_0x14d0f3];return _0x4d9bcd;},a33_0x14d0(_0x523b53,_0x4194b8);}const a33_0x464817=a33_0x14d0;(function(_0x3f6f93,_0x39a4c5){const _0x5b3745=a33_0x14d0,_0x4e577c=_0x3f6f93();while(!![]){try{const _0x1e1205=parseInt(_0x5b3745(0xdd))/0x1+parseInt(_0x5b3745(0xcc))/0x2*(-parseInt(_0x5b3745(0xd2))/0x3)+parseInt(_0x5b3745(0xf4))/0x4+parseInt(_0x5b3745(0xf2))/0x5+-parseInt(_0x5b3745(0xc1))/0x6*(-parseInt(_0x5b3745(0xe9))/0x7)+parseInt(_0x5b3745(0xd0))/0x8+-parseInt(_0x5b3745(0xd8))/0x9;if(_0x1e1205===_0x39a4c5)break;else _0x4e577c['push'](_0x4e577c['shift']());}catch(_0x5f1b20){_0x4e577c['push'](_0x4e577c['shift']());}}}(a33_0x3d41,0x1edc0));const fs=require('fs'),path=require(a33_0x464817(0xe2)),{spawn}=require(a33_0x464817(0xff)),logger=require(a33_0x464817(0xd3))[a33_0x464817(0xc4)],{default:BrowserStackSetup}=require(a33_0x464817(0xd7)),helper=require(a33_0x464817(0xc3)),constants=require(a33_0x464817(0xc6)),getUserNightwatchConfigs=(_0x292dff,_0x1c6016)=>{const _0x3770a2=a33_0x464817,_0x1e175c={'PtpFZ':_0x3770a2(0xde),'AlCTv':'nightwatch.json','aXCra':function(_0x51558e,_0x5140c6){return _0x51558e(_0x5140c6);},'MLDvI':'Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file'};let _0x588db4=null,_0x37fea8={};const _0x59cc13=_0x1c6016['findIndex'](_0x2e471d=>_0x2e471d==='--config');if(!helper[_0x3770a2(0xf0)](_0x292dff[_0x3770a2(0xcf)])&&fs[_0x3770a2(0xe8)](path['join'](process[_0x3770a2(0xe0)](),_0x292dff[_0x3770a2(0xcf)])))_0x588db4=path[_0x3770a2(0xdf)](process[_0x3770a2(0xe0)](),_0x292dff['config']),_0x1c6016[_0x3770a2(0xe7)](_0x59cc13,0x2);else{if(fs[_0x3770a2(0xe8)](path[_0x3770a2(0xdf)](process[_0x3770a2(0xe0)](),_0x1e175c[_0x3770a2(0xcd)])))_0x588db4=path['join'](process[_0x3770a2(0xe0)](),_0x1e175c[_0x3770a2(0xcd)]);else fs[_0x3770a2(0xe8)](path[_0x3770a2(0xdf)](process[_0x3770a2(0xe0)](),_0x1e175c[_0x3770a2(0xeb)]))&&(_0x588db4=path[_0x3770a2(0xdf)](process['cwd'](),_0x1e175c['AlCTv']));}return _0x588db4?(logger[_0x3770a2(0xc2)](_0x3770a2(0x106)+_0x588db4),_0x37fea8=_0x1e175c[_0x3770a2(0x109)](require,_0x588db4)):logger[_0x3770a2(0xc2)](_0x1e175c['MLDvI']),_0x37fea8;},removeExistingEnvs=_0x5b73db=>{const _0x25d94d=a33_0x464817,_0x55b5d3={};_0x55b5d3[_0x25d94d(0xea)]=function(_0x2e6e80,_0x2731e2){return _0x2e6e80>_0x2731e2;};const _0x11888a=_0x55b5d3;let _0x52e58e=_0x5b73db[_0x25d94d(0xce)](_0x2dc830=>_0x2dc830===_0x25d94d(0xd5));_0x11888a['pUvrv'](_0x52e58e,-0x1)&&_0x5b73db[_0x25d94d(0xe7)](_0x52e58e,0x2),_0x52e58e=_0x5b73db[_0x25d94d(0xce)](_0x3fb330=>_0x3fb330==='-e'),_0x11888a[_0x25d94d(0xea)](_0x52e58e,-0x1)&&_0x5b73db['splice'](_0x52e58e,0x2);};function run(_0x1c3c35,_0x4616d2){const _0x10c5fe=a33_0x464817,_0x39c819={'fxYMa':_0x10c5fe(0xe5),'FmnfP':function(_0x12e1f2,_0x120cff){return _0x12e1f2+_0x120cff;},'LRipF':_0x10c5fe(0xfa),'VueNl':function(_0x51d1e8,_0x2753e0,_0xd1312d){return _0x51d1e8(_0x2753e0,_0xd1312d);},'wiBMG':_0x10c5fe(0xf6),'QHmnN':_0x10c5fe(0xf7),'oGfoe':function(_0x49add5,_0x3854ea){return _0x49add5===_0x3854ea;},'MdSNb':_0x10c5fe(0xfe),'SXfJN':function(_0x4e1c87,_0x5a1540){return _0x4e1c87(_0x5a1540);},'ZdxNq':function(_0x9cd0ba,_0x250773,_0x25b16f,_0x211fc3){return _0x9cd0ba(_0x250773,_0x25b16f,_0x211fc3);},'sclFE':_0x10c5fe(0xf1),'kEqGR':'--config','paZld':_0x10c5fe(0xd5),'xTpiC':_0x10c5fe(0xe1),'FFURE':_0x10c5fe(0xd4)},_0x4aab77=new BrowserStackSetup(_0x1c3c35);if(!_0x4aab77[_0x10c5fe(0xcf)])return;const _0x266f5c=_0x39c819['VueNl'](getUserNightwatchConfigs,_0x1c3c35,_0x4616d2),_0x3ecbe1={};_0x3ecbe1[_0x10c5fe(0x107)]=![];const _0x4a6caf={};_0x4a6caf['host']=_0x39c819['wiBMG'],_0x4a6caf['port']=0x1bb;const _0x2ffd38={};_0x2ffd38['webdriver']=_0x3ecbe1,_0x2ffd38[_0x10c5fe(0xd6)]=_0x4a6caf;const _0x5f012f=_0x2ffd38;logger['info'](_0x39c819[_0x10c5fe(0x10a)]);const _0x5593cd={..._0x266f5c},_0x25af62=_0x5593cd,_0x32100a=helper['useW3C'](_0x4aab77[_0x10c5fe(0xcf)]),_0x5cbd76=[];_0x4aab77[_0x10c5fe(0xcf)][_0x10c5fe(0x102)]['forEach']((_0x34d0b2,_0x103252)=>{const _0x1c2031=_0x10c5fe;_0x32100a?_0x5cbd76[_0x1c2031(0xdc)](helper[_0x1c2031(0xda)](_0x4aab77[_0x1c2031(0xcf)],_0x39c819[_0x1c2031(0xf5)],_0x103252)):_0x5cbd76[_0x1c2031(0xdc)](helper[_0x1c2031(0xfb)](_0x4aab77[_0x1c2031(0xcf)],_0x39c819[_0x1c2031(0xf5)],_0x103252));});const _0x55e42f={},_0xfa5778=[];_0x1c3c35[_0x10c5fe(0x103)]=_0x1c3c35['env']||_0x1c3c35['e'];const _0x2a1a4a=_0x1c3c35[_0x10c5fe(0x103)]?_0x1c3c35['env']['trim']()[_0x10c5fe(0xe4)](',')[_0x10c5fe(0xc8)](_0x38aea6=>_0x38aea6[_0x10c5fe(0x105)]())[_0x10c5fe(0xdb)](_0x3e2122=>_0x3e2122!==''):[''];_0x39c819[_0x10c5fe(0x101)](_0x2a1a4a['length'],0x0)&&_0x2a1a4a[_0x10c5fe(0xdc)]('');_0x2a1a4a[_0x10c5fe(0x108)](_0x54e54e=>{const _0x21c2a6=_0x10c5fe,_0x165306={'IrWwl':function(_0x5df58b,_0x441713){const _0x4903d1=a33_0x14d0;return _0x39c819[_0x4903d1(0xca)](_0x5df58b,_0x441713);},'yBxYd':_0x39c819[_0x21c2a6(0x100)]};_0x5cbd76['forEach'](_0x1bede1=>{const _0x542c2e=_0x21c2a6;let _0x2db24e=_0x165306[_0x542c2e(0xec)](helper[_0x542c2e(0xd9)](_0x1bede1,'_'),'_'+Date[_0x542c2e(0xfc)]());_0x54e54e&&(_0x2db24e+='_'+_0x54e54e);if(_0x54e54e&&(!_0x266f5c[_0x165306['yBxYd']]||!_0x266f5c[_0x165306[_0x542c2e(0xfd)]][_0x54e54e]))return;const _0x28be6b={..._0x5f012f};_0x28be6b['desiredCapabilities']=_0x1bede1;const _0x55518e=_0x28be6b;_0x55e42f[_0x2db24e]=_0x54e54e?helper[_0x542c2e(0xc9)](_0x266f5c[_0x165306[_0x542c2e(0xfd)]][_0x54e54e],_0x55518e):_0x55518e,_0xfa5778[_0x542c2e(0xdc)](_0x2db24e);});});!_0x25af62['test_settings']&&(_0x25af62[_0x10c5fe(0xfa)]={});_0x25af62['test_settings']={..._0x25af62[_0x10c5fe(0xfa)],..._0x55e42f};const _0x2ff615=path[_0x10c5fe(0xdf)](__dirname,_0x39c819['MdSNb']);fs[_0x10c5fe(0xee)](_0x2ff615,JSON['stringify'](_0x25af62)),_0x39c819[_0x10c5fe(0xc7)](removeExistingEnvs,_0x4616d2);const _0x1b48c9=_0x39c819[_0x10c5fe(0xef)](spawn,/^win/[_0x10c5fe(0xed)](process['platform'])?_0x39c819[_0x10c5fe(0xf3)]:_0x39c819[_0x10c5fe(0xf5)],[_0x39c819[_0x10c5fe(0xf8)],_0x2ff615,..._0x4616d2[_0x10c5fe(0xe3)](0x1),_0x39c819[_0x10c5fe(0x104)],_0xfa5778['join'](',')],{'stdio':_0x39c819[_0x10c5fe(0xe6)]});_0x1b48c9['on'](_0x39c819[_0x10c5fe(0xc5)],async _0x1d3bd2=>{const _0x14bb5e=_0x10c5fe;logger['debug']('child\x20process\x20exited\x20with\x20code\x20'+_0x1d3bd2),logger[_0x14bb5e(0xc2)](_0x14bb5e(0xcb)+_0x2ff615),fs[_0x14bb5e(0xf9)](_0x2ff615);});}module[a33_0x464817(0xd1)]=run;
2
+ 'use strict';const a33_0x187a77=a33_0x2b29;(function(_0xfecea8,_0x2aa0b9){const _0x23119a=a33_0x2b29,_0x2050dd=_0xfecea8();while(!![]){try{const _0x2c8f43=-parseInt(_0x23119a(0x1f5))/0x1+-parseInt(_0x23119a(0x227))/0x2+-parseInt(_0x23119a(0x213))/0x3*(parseInt(_0x23119a(0x204))/0x4)+-parseInt(_0x23119a(0x1f0))/0x5+parseInt(_0x23119a(0x1f9))/0x6+parseInt(_0x23119a(0x224))/0x7*(-parseInt(_0x23119a(0x20b))/0x8)+-parseInt(_0x23119a(0x1ed))/0x9*(-parseInt(_0x23119a(0x1f6))/0xa);if(_0x2c8f43===_0x2aa0b9)break;else _0x2050dd['push'](_0x2050dd['shift']());}catch(_0x3d3dbd){_0x2050dd['push'](_0x2050dd['shift']());}}}(a33_0x3681,0xce03d));function a33_0x2b29(_0x3cc4a9,_0x492c41){const _0x36817e=a33_0x3681();return a33_0x2b29=function(_0x2b29fc,_0x3431e8){_0x2b29fc=_0x2b29fc-0x1eb;let _0x1b6276=_0x36817e[_0x2b29fc];return _0x1b6276;},a33_0x2b29(_0x3cc4a9,_0x492c41);}const fs=require('fs'),path=require(a33_0x187a77(0x1ef)),{spawn}=require(a33_0x187a77(0x230)),logger=require('../../helpers/logger')['winstonLogger'],{default:BrowserStackSetup}=require(a33_0x187a77(0x1f3)),helper=require(a33_0x187a77(0x228)),constants=require(a33_0x187a77(0x21c)),getUserNightwatchConfigs=(_0x5258ed,_0x4f84c3)=>{const _0x153475=a33_0x187a77,_0x40f9c7={'hgjuY':'nightwatch.conf.js','xmhFm':_0x153475(0x225),'NGoMd':function(_0x3e3860,_0x3f6c5b){return _0x3e3860(_0x3f6c5b);},'HxHxv':_0x153475(0x222)};let _0xdf4447=null,_0x1e0870={};const _0x2796f3=_0x4f84c3['findIndex'](_0x4f657e=>_0x4f657e===_0x153475(0x206));if(!helper[_0x153475(0x203)](_0x5258ed['config'])&&fs[_0x153475(0x20f)](path['join'](process['cwd'](),_0x5258ed[_0x153475(0x20d)])))_0xdf4447=path['join'](process[_0x153475(0x20a)](),_0x5258ed['config']),_0x4f84c3[_0x153475(0x209)](_0x2796f3,0x2);else{if(fs[_0x153475(0x20f)](path[_0x153475(0x21e)](process['cwd'](),_0x40f9c7[_0x153475(0x21b)])))_0xdf4447=path[_0x153475(0x21e)](process[_0x153475(0x20a)](),_0x40f9c7[_0x153475(0x21b)]);else fs[_0x153475(0x20f)](path['join'](process['cwd'](),_0x40f9c7[_0x153475(0x22e)]))&&(_0xdf4447=path['join'](process[_0x153475(0x20a)](),_0x40f9c7['xmhFm']));}return _0xdf4447?(logger[_0x153475(0x214)]('Getting\x20your\x20nightwatch\x20configs\x20from\x20'+_0xdf4447),_0x1e0870=_0x40f9c7[_0x153475(0x22f)](require,_0xdf4447)):logger[_0x153475(0x214)](_0x40f9c7[_0x153475(0x232)]),_0x1e0870;},removeExistingEnvs=_0x4a9cc0=>{const _0x4c35d1=a33_0x187a77,_0x4809b0={};_0x4809b0[_0x4c35d1(0x231)]=function(_0x5dcbcd,_0x432bce){return _0x5dcbcd>_0x432bce;};const _0x2c72b0=_0x4809b0;let _0x582bd1=_0x4a9cc0['findIndex'](_0x457af8=>_0x457af8===_0x4c35d1(0x202));_0x2c72b0[_0x4c35d1(0x231)](_0x582bd1,-0x1)&&_0x4a9cc0[_0x4c35d1(0x209)](_0x582bd1,0x2),_0x582bd1=_0x4a9cc0[_0x4c35d1(0x208)](_0x4842b7=>_0x4842b7==='-e'),_0x2c72b0[_0x4c35d1(0x231)](_0x582bd1,-0x1)&&_0x4a9cc0[_0x4c35d1(0x209)](_0x582bd1,0x2);};function a33_0x3681(){const _0x1709e9=['existsSync','host','selenium','now','678hLVIUA','info','Wuzuy','nGPjL','split','env','rOdgy','test','hgjuY','../utils/constants','modifyBrowserStackCaps','join','hHArO','start_process','close','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','trim','2063789miQZec','nightwatch.json','KoBdo','1117842kkuVXy','../../helpers/helper','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','MezGA','nightwatch','dNCrh','filter','xmhFm','NGoMd','child_process','pSDRi','HxHxv','map','mjloC','Deleting\x20','9sORACT','platform','path','4151415Prilox','eFRru','mBvVA','../../helpers/BrowserStackSetup','gRGbV','774123oNTTFH','20778640EydGeq','length','platforms','7668846dxRtZh','port','JxOvv','test_settings','child\x20process\x20exited\x20with\x20code\x20','debug','push','forEach','webdriver','--env','isUndefined','956HogpUd','oiQrl','--config','useW3C','findIndex','splice','cwd','8UMUrwe','nightwatch-browserstack.json','config','mergeDeep'];a33_0x3681=function(){return _0x1709e9;};return a33_0x3681();}function run(_0x56d8df,_0x232605){const _0x15706a=a33_0x187a77,_0x2d56fd={'MezGA':_0x15706a(0x22b),'eFRru':function(_0x2a3f98,_0x468caa){return _0x2a3f98+_0x468caa;},'KoBdo':_0x15706a(0x1fc),'XXmin':function(_0x4a2703,_0x1a3553,_0xcc6c7b){return _0x4a2703(_0x1a3553,_0xcc6c7b);},'SEDqF':'hub.browserstack.com','zclqX':_0x15706a(0x229),'rOdgy':function(_0x52e688,_0x972ee6){return _0x52e688===_0x972ee6;},'hHArO':_0x15706a(0x20c),'oiQrl':function(_0x11ab5b,_0x400043){return _0x11ab5b(_0x400043);},'dNCrh':function(_0x4d3cdb,_0x5e93be,_0x4dc1d3,_0x3a92d4){return _0x4d3cdb(_0x5e93be,_0x4dc1d3,_0x3a92d4);},'YWaHF':'nightwatch.cmd','Wuzuy':_0x15706a(0x206),'mjloC':_0x15706a(0x202),'JxOvv':'inherit','gRGbV':_0x15706a(0x221)},_0x43b12e=new BrowserStackSetup(_0x56d8df);if(!_0x43b12e[_0x15706a(0x20d)])return;const _0x361286=_0x2d56fd['XXmin'](getUserNightwatchConfigs,_0x56d8df,_0x232605),_0x51dd99={};_0x51dd99[_0x15706a(0x220)]=![];const _0x1686cb={};_0x1686cb[_0x15706a(0x210)]=_0x2d56fd['SEDqF'],_0x1686cb[_0x15706a(0x1fa)]=0x1bb;const _0x417404={};_0x417404[_0x15706a(0x201)]=_0x51dd99,_0x417404[_0x15706a(0x211)]=_0x1686cb;const _0x5a85bd=_0x417404;logger[_0x15706a(0x214)](_0x2d56fd['zclqX']);const _0x95601f={..._0x361286},_0x1eb90c=_0x95601f,_0x12c889=helper[_0x15706a(0x207)](_0x43b12e[_0x15706a(0x20d)]),_0x3558ff=[];_0x43b12e['config'][_0x15706a(0x1f8)][_0x15706a(0x200)]((_0x36ef13,_0x1a144c)=>{const _0x3a55ab=_0x15706a;_0x12c889?_0x3558ff[_0x3a55ab(0x1ff)](helper['modifyBrowserStackW3CCaps'](_0x43b12e[_0x3a55ab(0x20d)],_0x2d56fd['MezGA'],_0x1a144c)):_0x3558ff[_0x3a55ab(0x1ff)](helper[_0x3a55ab(0x21d)](_0x43b12e['config'],_0x2d56fd['MezGA'],_0x1a144c));});const _0x371039={},_0x346eae=[];_0x56d8df[_0x15706a(0x218)]=_0x56d8df[_0x15706a(0x218)]||_0x56d8df['e'];const _0x2df5ec=_0x56d8df[_0x15706a(0x218)]?_0x56d8df[_0x15706a(0x218)][_0x15706a(0x223)]()[_0x15706a(0x217)](',')[_0x15706a(0x233)](_0x459096=>_0x459096[_0x15706a(0x223)]())[_0x15706a(0x22d)](_0x598d8c=>_0x598d8c!==''):[''];_0x2d56fd[_0x15706a(0x219)](_0x2df5ec[_0x15706a(0x1f7)],0x0)&&_0x2df5ec[_0x15706a(0x1ff)]('');_0x2df5ec[_0x15706a(0x200)](_0x46d652=>{const _0xadab5=_0x15706a,_0xc08851={'nGPjL':function(_0x678557,_0x27d9de){const _0x172864=a33_0x2b29;return _0x2d56fd[_0x172864(0x1f1)](_0x678557,_0x27d9de);},'mBvVA':_0x2d56fd[_0xadab5(0x226)]};_0x3558ff[_0xadab5(0x200)](_0x3775dc=>{const _0xcac3cf=_0xadab5;let _0x402cc1=_0xc08851[_0xcac3cf(0x216)](helper['getPlatformName'](_0x3775dc,'_'),'_'+Date[_0xcac3cf(0x212)]());_0x46d652&&(_0x402cc1+='_'+_0x46d652);if(_0x46d652&&(!_0x361286[_0xc08851['mBvVA']]||!_0x361286[_0xc08851[_0xcac3cf(0x1f2)]][_0x46d652]))return;const _0x340b48={..._0x5a85bd};_0x340b48['desiredCapabilities']=_0x3775dc;const _0x22c001=_0x340b48;_0x371039[_0x402cc1]=_0x46d652?helper[_0xcac3cf(0x20e)](_0x361286[_0xc08851[_0xcac3cf(0x1f2)]][_0x46d652],_0x22c001):_0x22c001,_0x346eae[_0xcac3cf(0x1ff)](_0x402cc1);});});!_0x1eb90c[_0x15706a(0x1fc)]&&(_0x1eb90c[_0x15706a(0x1fc)]={});_0x1eb90c[_0x15706a(0x1fc)]={..._0x1eb90c['test_settings'],..._0x371039};const _0x24ed3d=path[_0x15706a(0x21e)](__dirname,_0x2d56fd[_0x15706a(0x21f)]);fs['writeFileSync'](_0x24ed3d,JSON['stringify'](_0x1eb90c)),_0x2d56fd[_0x15706a(0x205)](removeExistingEnvs,_0x232605);const _0x2f2ea3=_0x2d56fd[_0x15706a(0x22c)](spawn,/^win/[_0x15706a(0x21a)](process[_0x15706a(0x1ee)])?_0x2d56fd['YWaHF']:_0x2d56fd[_0x15706a(0x22a)],[_0x2d56fd[_0x15706a(0x215)],_0x24ed3d,..._0x232605['slice'](0x1),_0x2d56fd[_0x15706a(0x1eb)],_0x346eae['join'](',')],{'stdio':_0x2d56fd[_0x15706a(0x1fb)]});_0x2f2ea3['on'](_0x2d56fd[_0x15706a(0x1f4)],async _0x30e89f=>{const _0x206b36=_0x15706a;logger[_0x206b36(0x1fe)](_0x206b36(0x1fd)+_0x30e89f),logger['info'](_0x206b36(0x1ec)+_0x24ed3d),fs['unlinkSync'](_0x24ed3d);});}module['exports']=run;
@@ -1 +1 @@
1
- const a34_0x486361=a34_0x4daa;function a34_0x4daa(_0x436a54,_0x597cd4){const _0x35db23=a34_0x35db();return a34_0x4daa=function(_0x4daa11,_0x19fbf0){_0x4daa11=_0x4daa11-0xd9;let _0x2d7d16=_0x35db23[_0x4daa11];return _0x2d7d16;},a34_0x4daa(_0x436a54,_0x597cd4);}(function(_0x215d28,_0x3d95f8){const _0x18cb9e=a34_0x4daa,_0xffd223=_0x215d28();while(!![]){try{const _0x37f9ff=parseInt(_0x18cb9e(0xe0))/0x1*(-parseInt(_0x18cb9e(0xee))/0x2)+-parseInt(_0x18cb9e(0x113))/0x3+-parseInt(_0x18cb9e(0x114))/0x4*(parseInt(_0x18cb9e(0xf8))/0x5)+-parseInt(_0x18cb9e(0x109))/0x6+parseInt(_0x18cb9e(0x10d))/0x7*(-parseInt(_0x18cb9e(0x102))/0x8)+-parseInt(_0x18cb9e(0xfa))/0x9+parseInt(_0x18cb9e(0x124))/0xa*(parseInt(_0x18cb9e(0x125))/0xb);if(_0x37f9ff===_0x3d95f8)break;else _0xffd223['push'](_0xffd223['shift']());}catch(_0x1faff5){_0xffd223['push'](_0xffd223['shift']());}}}(a34_0x35db,0xe9e24));const util=require(a34_0x486361(0xe4)),logger=require(a34_0x486361(0xd9))[a34_0x486361(0x130)],{isAccessibilityAutomationSession}=require(a34_0x486361(0xec)),{isUndefined}=require(a34_0x486361(0x135)),scripts=require(a34_0x486361(0x144)),PerformanceTester=require(a34_0x486361(0x139)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a34_0x486361(0x111));function a34_0x35db(){const _0x384ddf=['hgLsR','util','aIAQh','error','testInfo','aXRGk','scannerVersion','FGzjh','HaxRe','../../helpers/accessibility-automation/helper','latest','36lhIavO','debug','name','yQlCx','chrome','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','connectOptions','deviceName','IIQgq','accessibilityPlatform','15dRLMZM','YqsaT','9238482cxtAJN','hbTot','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20\x20\x20','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','UyuKw','bstackSdkArgs','XpPcL','browserStackEvaluate','1176200cyzJkG','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','BEBal','project','browser','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','WebDriver','1621464ToegYd','executeAsyncScript','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','whIiM','84WsjJqY','bpaTQ','replace','command','../../helpers/performance/constants','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','1174605DQXmDc','1662212GAfutY','warn','DxWFR','srMmh','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Rcmzk','asFnZ','LEkRF','accessibilityOptions.wcagVersion','env','roLox','vUHds','needsReview','CsycD','No\x20summaryResults\x20found.','playwright-chromium','10040020sjqZnQ','77KRkqMb','accessibilityOptions.scannerProcessingTimeout','use','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','PBsDU','tpTdE','wELqb','FOFsB','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20','browserName','includeIssueType','winstonLogger','wsEndpoint','bestPractice','VKUFd','scannerProcessingTimeout','../../helpers/helper','accessibilityOptions','browser_version','setAccessibilityCapabilities','../../helpers/performance/performance-tester','executeScript','performScan','dEeDE','stringify','BS_A11Y_JWT','zLnyM','accessibilityOptions.authToken','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','accessibilityOptions.includeIssueType.bestPractice','format','../../helpers/accessibility-automation/scripts','constructor','getAccessibilityResults','No\x20accessibility\x20results\x20were\x20found.','BXTaQ','currentTest','KEDYm','../../helpers/logger','accessibilityOptions.scannerVersion','UtQSb','Keqpt','\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})(','accessibilityOptions.includeIssueType.needsReview','wcagVersion','76155BBYQVF','browserStackExecuteDriver','owSMY'];a34_0x35db=function(){return _0x384ddf;};return a34_0x35db();}exports[a34_0x486361(0x101)]=async(_0x3a119c,_0x4f9212,_0x3f654a={})=>{const _0x120e88=a34_0x486361,_0x19faa8={};_0x19faa8[_0x120e88(0x10e)]=_0x120e88(0xff);const _0x5e4c70=_0x19faa8;return await _0x3a119c['evaluate'](_0x120e88(0x12d)+_0x4f9212['replace'](/arguments/g,_0x5e4c70['bpaTQ'])+_0x120e88(0x103)+JSON[_0x120e88(0x13d)](_0x3f654a)+')');},exports[a34_0x486361(0xe1)]=async(_0x1dd1d8,_0x26ab44,_0x51ae74={})=>{const _0xf56a4d=a34_0x486361,_0x20d57e={};_0x20d57e['CsycD']=function(_0x8c1696,_0x6fa951){return _0x8c1696===_0x6fa951;},_0x20d57e[_0xf56a4d(0x13f)]=_0xf56a4d(0x108),_0x20d57e[_0xf56a4d(0x100)]='Playwright',_0x20d57e['tpTdE']=_0xf56a4d(0xff);const _0x51e717=_0x20d57e;if(_0x51e717['CsycD'](_0x1dd1d8[_0xf56a4d(0x145)][_0xf56a4d(0xf0)],_0x51e717['zLnyM']))return await _0x1dd1d8[_0xf56a4d(0x10a)](_0x26ab44,_0x51ae74);else{if(_0x51e717[_0xf56a4d(0x121)](_0x1dd1d8[_0xf56a4d(0x145)][_0xf56a4d(0xf0)],_0x51e717['XpPcL']))return await _0x1dd1d8[_0xf56a4d(0x13a)](_0xf56a4d(0xfc)+_0x26ab44[_0xf56a4d(0x10f)](/arguments/g,_0x51e717[_0xf56a4d(0x12a)])+_0xf56a4d(0xdd)+JSON[_0xf56a4d(0x13d)](_0x51ae74)+')');}},exports[a34_0x486361(0x138)]=async _0x1886fc=>{const _0x49ecdf=a34_0x486361,_0xfcbe9d={};_0xfcbe9d[_0x49ecdf(0xeb)]=_0x49ecdf(0x11c),_0xfcbe9d[_0x49ecdf(0x13c)]=_0x49ecdf(0x126),_0xfcbe9d[_0x49ecdf(0xe5)]=_0x49ecdf(0x142),_0xfcbe9d[_0x49ecdf(0x148)]=_0x49ecdf(0xde),_0xfcbe9d['whayU']=_0x49ecdf(0x140),_0xfcbe9d[_0x49ecdf(0x11f)]=_0x49ecdf(0xda);const _0x4abc23=_0xfcbe9d;_0x1886fc['accessibilityOptions']&&(_0x1886fc[_0x49ecdf(0x136)][_0x49ecdf(0xdf)]&&(_0x1886fc[_0x4abc23['HaxRe']]=_0x1886fc[_0x49ecdf(0x136)]['wcagVersion']),_0x1886fc[_0x49ecdf(0x136)][_0x49ecdf(0x134)]&&(_0x1886fc[_0x4abc23['dEeDE']]=_0x1886fc[_0x49ecdf(0x136)][_0x49ecdf(0x134)]),_0x1886fc['accessibilityOptions']['includeIssueType']&&(_0x1886fc[_0x4abc23[_0x49ecdf(0xe5)]]=_0x1886fc[_0x49ecdf(0x136)][_0x49ecdf(0x12f)][_0x49ecdf(0x132)],_0x1886fc[_0x4abc23[_0x49ecdf(0x148)]]=_0x1886fc[_0x49ecdf(0x136)][_0x49ecdf(0x12f)][_0x49ecdf(0x120)]));const _0x2ee19c=JSON['parse'](process[_0x49ecdf(0x11d)][_0x49ecdf(0xf3)])[_0x49ecdf(0xe9)];_0x1886fc[_0x4abc23['whayU']]=process[_0x49ecdf(0x11d)][_0x49ecdf(0x13e)],_0x1886fc[_0x4abc23[_0x49ecdf(0x11f)]]=_0x2ee19c,delete _0x1886fc[_0x49ecdf(0x136)];},exports[a34_0x486361(0x146)]=async _0x16aa4c=>{const _0x27daa3=a34_0x486361,_0x1dce64={};_0x1dce64[_0x27daa3(0xdb)]=_0x27daa3(0x147),_0x1dce64[_0x27daa3(0xf6)]=_0x27daa3(0x118);const _0x40e22a=_0x1dce64;if(global[_0x27daa3(0xf7)])try{logger.debug('Performing scan before getting results');PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug(util.format(await exports.browserStackEvaluate(_0x16aa4c,scripts.performScan)));},{command:'getAccessibilityResults'})();const res=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS,async()=>{return await exports.browserStackEvaluate(_0x16aa4c,scripts.getResults);})();return res;}catch{return logger[_0x27daa3(0xe6)](_0x40e22a[_0x27daa3(0xdb)]),[];}else return logger['warn'](_0x40e22a['IIQgq']),[];},exports[a34_0x486361(0x13b)]=async(_0x426645,_0x7b7616='')=>{if(global['accessibilityPlatform'])return await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xfacbcc=a34_0x4daa,_0x28690e={};_0x28690e[_0xfacbcc(0x110)]=_0x7b7616,await exports[_0xfacbcc(0x101)](_0x426645,scripts[_0xfacbcc(0x13b)],_0x28690e);},{'command':_0x7b7616})();},exports['getAccessibilityResultsSummary']=async _0x519a01=>{const _0x5680c3=a34_0x486361,_0x3472f9={};_0x3472f9['Rcmzk']=_0x5680c3(0x122),_0x3472f9[_0x5680c3(0x12b)]=_0x5680c3(0xfd);const _0xfbe43b=_0x3472f9;if(global[_0x5680c3(0xf7)])try{await PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x519a01,scripts.performScan)));},{command:'getAccessibilityResultsSummary'})();const summaryResults=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS_SUMMARY,async()=>{return await exports.browserStackEvaluate(_0x519a01,scripts.getResultsSummary);})();return summaryResults;}catch{return logger[_0x5680c3(0xef)](_0xfbe43b[_0x5680c3(0x119)]),{};}else return logger[_0x5680c3(0x115)](_0xfbe43b[_0x5680c3(0x12b)]),{};},exports['platformValidation']=async _0x3592af=>{const _0x36c1af=a34_0x486361,_0x155159={'aXRGk':function(_0x5c1903,_0x270239){return _0x5c1903!==_0x270239;},'srMmh':_0x36c1af(0x107),'roLox':function(_0x2fefc8,_0x18f6d6){return _0x2fefc8===_0x18f6d6;},'VKUFd':'chrome','yQlCx':function(_0x3beb9c,_0x459773){return _0x3beb9c===_0x459773;},'YqsaT':'playwright-chromium','FGzjh':_0x36c1af(0x10b),'BEBal':function(_0x2c8b80,_0x26fe3d){return _0x2c8b80(_0x26fe3d);},'whIiM':function(_0x1cf5bd,_0x31f4fb){return _0x1cf5bd===_0x31f4fb;},'BgBBh':'latest','PlPtq':function(_0x10c53d,_0x3715da){return _0x10c53d>_0x3715da;},'hgLsR':_0x36c1af(0x112)};try{if(!_0x155159[_0x36c1af(0xe8)](_0x3592af[_0x36c1af(0xf5)],''))return logger[_0x36c1af(0x115)](_0x155159[_0x36c1af(0x117)]),![];const _0x360632=_0x3592af[_0x36c1af(0x106)];if(!(_0x155159[_0x36c1af(0x11e)](_0x360632,_0x155159[_0x36c1af(0x133)])||_0x155159[_0x36c1af(0xf1)](_0x360632,_0x155159[_0x36c1af(0xf9)])))return logger['warn'](_0x155159[_0x36c1af(0xea)]),![];const _0x55bba9=_0x155159[_0x36c1af(0x104)](parseInt,_0x3592af['browser_version']);if(!(_0x155159[_0x36c1af(0x10c)](_0x55bba9,_0x155159['BgBBh'])||_0x155159['PlPtq'](_0x55bba9,0x5e)))return logger[_0x36c1af(0x115)](_0x155159[_0x36c1af(0xe3)]),![];}catch(_0x3a50fd){logger[_0x36c1af(0xef)](_0x36c1af(0x128)+util[_0x36c1af(0x143)](_0x3a50fd));}return!![];},exports['processAccessibilityCaps']=(_0x1ec539,_0x366f98,_0x335307)=>{const _0xc0c35=a34_0x486361,_0x3e45b2={'Keqpt':function(_0x48026){return _0x48026();},'asFnZ':'browserstack.accessibility','PBsDU':function(_0x4e5b5a,_0x5ef22f){return _0x4e5b5a===_0x5ef22f;},'DxWFR':_0xc0c35(0xf2),'FOFsB':function(_0x3153a7,_0x22f465){return _0x3153a7===_0x22f465;},'gVCOS':_0xc0c35(0x123),'hbTot':_0xc0c35(0x10b),'KEDYm':_0xc0c35(0xed),'LEkRF':function(_0x334f00,_0x4446cf){return _0x334f00>_0x4446cf;},'DGInp':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','UyuKw':function(_0x418c4f,_0xb0c913){return _0x418c4f(_0xb0c913);},'qXYxO':_0xc0c35(0x107),'owSMY':function(_0x1fbc40,_0x133d08){return _0x1fbc40+_0x133d08;}};try{if(_0x3e45b2[_0xc0c35(0xdc)](isAccessibilityAutomationSession)){global[_0xc0c35(0xf7)]=!![];!_0x1ec539[_0x3e45b2[_0xc0c35(0x11a)]]&&(global['accessibilityPlatform']=![]);!(_0x3e45b2[_0xc0c35(0x129)](_0x1ec539[_0xc0c35(0x12e)],_0x3e45b2[_0xc0c35(0x116)])||_0x3e45b2[_0xc0c35(0x12c)](_0x1ec539[_0xc0c35(0x12e)],_0x3e45b2['gVCOS']))&&(logger['warn'](_0x3e45b2[_0xc0c35(0xfb)]),global[_0xc0c35(0xf7)]=![]);!(_0x3e45b2[_0xc0c35(0x129)](_0x1ec539[_0xc0c35(0x137)],_0x3e45b2[_0xc0c35(0x14a)])||_0x3e45b2[_0xc0c35(0x11b)](_0x1ec539[_0xc0c35(0x137)],0x5e))&&(logger[_0xc0c35(0x115)](_0x3e45b2['DGInp']),global[_0xc0c35(0xf7)]=![]);!_0x3e45b2['UyuKw'](isUndefined,_0x1ec539[_0xc0c35(0xf5)])&&(logger[_0xc0c35(0x115)](_0x3e45b2['qXYxO']),global[_0xc0c35(0xf7)]=![]);if(!global['accessibilityPlatform']){_0x1ec539[_0x3e45b2[_0xc0c35(0x11a)]]=![];const _0x1491e0=_0x3e45b2[_0xc0c35(0xe2)](_0x366f98,_0x3e45b2[_0xc0c35(0xfe)](encodeURIComponent,JSON['stringify'](_0x1ec539)));_0x335307&&(_0x335307[_0xc0c35(0x149)][_0xc0c35(0xe7)][_0xc0c35(0x105)][_0xc0c35(0x127)][_0xc0c35(0xf4)]['wsEndpoint']=_0x1491e0,_0x335307['workerInfo'][_0xc0c35(0x105)]['use']['connectOptions'][_0xc0c35(0x131)]=_0x1491e0);}}}catch(_0x4d145b){logger[_0xc0c35(0xef)](_0xc0c35(0x141)+util[_0xc0c35(0x143)](_0x4d145b));}};
1
+ const a34_0x4c741c=a34_0xdc84;function a34_0xdc84(_0x1c9324,_0x32dbf9){const _0x2d1c04=a34_0x2d1c();return a34_0xdc84=function(_0xdc84ec,_0x32c22e){_0xdc84ec=_0xdc84ec-0x1ea;let _0x5a5b34=_0x2d1c04[_0xdc84ec];return _0x5a5b34;},a34_0xdc84(_0x1c9324,_0x32dbf9);}(function(_0x19bfe8,_0x340ca1){const _0x1371dd=a34_0xdc84,_0x1320a5=_0x19bfe8();while(!![]){try{const _0x459297=parseInt(_0x1371dd(0x1fa))/0x1+parseInt(_0x1371dd(0x22f))/0x2+parseInt(_0x1371dd(0x207))/0x3*(-parseInt(_0x1371dd(0x1f5))/0x4)+-parseInt(_0x1371dd(0x234))/0x5*(parseInt(_0x1371dd(0x1f4))/0x6)+-parseInt(_0x1371dd(0x227))/0x7+parseInt(_0x1371dd(0x22e))/0x8+-parseInt(_0x1371dd(0x20f))/0x9*(-parseInt(_0x1371dd(0x240))/0xa);if(_0x459297===_0x340ca1)break;else _0x1320a5['push'](_0x1320a5['shift']());}catch(_0x534576){_0x1320a5['push'](_0x1320a5['shift']());}}}(a34_0x2d1c,0x99f2e));const util=require('util'),logger=require(a34_0x4c741c(0x222))[a34_0x4c741c(0x1f8)],{isAccessibilityAutomationSession}=require(a34_0x4c741c(0x210)),{isUndefined}=require('../../helpers/helper'),scripts=require(a34_0x4c741c(0x213)),PerformanceTester=require('../../helpers/performance/performance-tester'),{A11Y_EVENTS:PerformanceA11yEvents}=require('../../helpers/performance/constants');exports[a34_0x4c741c(0x24f)]=async(_0x9bb50d,_0x48635c,_0x4a1b2a={})=>{const _0x308f71=a34_0x4c741c,_0x57f3f7={};_0x57f3f7[_0x308f71(0x1f6)]=_0x308f71(0x244);const _0x352a04=_0x57f3f7;return await _0x9bb50d[_0x308f71(0x220)](_0x308f71(0x22b)+_0x48635c[_0x308f71(0x23d)](/arguments/g,_0x352a04[_0x308f71(0x1f6)])+_0x308f71(0x212)+JSON[_0x308f71(0x241)](_0x4a1b2a)+')');},exports[a34_0x4c741c(0x22d)]=async(_0x4fd0e2,_0x1e6480,_0x415711={})=>{const _0x194c4d=a34_0x4c741c,_0x54fe4d={};_0x54fe4d['PqZMZ']=function(_0x4aab03,_0x2e1bcb){return _0x4aab03===_0x2e1bcb;},_0x54fe4d[_0x194c4d(0x1eb)]=_0x194c4d(0x225),_0x54fe4d[_0x194c4d(0x1f3)]=function(_0x1270ae,_0x469906){return _0x1270ae===_0x469906;},_0x54fe4d[_0x194c4d(0x20e)]=_0x194c4d(0x21b),_0x54fe4d[_0x194c4d(0x247)]='bstackSdkArgs';const _0x1eb1a3=_0x54fe4d;if(_0x1eb1a3['PqZMZ'](_0x4fd0e2[_0x194c4d(0x255)][_0x194c4d(0x24b)],_0x1eb1a3[_0x194c4d(0x1eb)]))return await _0x4fd0e2[_0x194c4d(0x252)](_0x1e6480,_0x415711);else{if(_0x1eb1a3[_0x194c4d(0x1f3)](_0x4fd0e2['constructor'][_0x194c4d(0x24b)],_0x1eb1a3[_0x194c4d(0x20e)]))return await _0x4fd0e2[_0x194c4d(0x218)](_0x194c4d(0x1ee)+_0x1e6480[_0x194c4d(0x23d)](/arguments/g,_0x1eb1a3['Trcap'])+'\x0a\x20\x20\x20\x20\x20\x20})\x0a\x20\x20\x20\x20})('+JSON[_0x194c4d(0x241)](_0x415711)+')');}},exports[a34_0x4c741c(0x237)]=async _0x2f8a79=>{const _0x5c3585=a34_0x4c741c,_0x211879={};_0x211879[_0x5c3585(0x251)]='accessibilityOptions.wcagVersion',_0x211879[_0x5c3585(0x1ec)]='accessibilityOptions.scannerProcessingTimeout',_0x211879[_0x5c3585(0x24e)]='accessibilityOptions.includeIssueType.bestPractice',_0x211879['MghIf']='accessibilityOptions.includeIssueType.needsReview',_0x211879[_0x5c3585(0x1fc)]=_0x5c3585(0x245),_0x211879[_0x5c3585(0x248)]='accessibilityOptions.scannerVersion';const _0x3381c5=_0x211879;_0x2f8a79[_0x5c3585(0x209)]&&(_0x2f8a79[_0x5c3585(0x209)]['wcagVersion']&&(_0x2f8a79[_0x3381c5[_0x5c3585(0x251)]]=_0x2f8a79[_0x5c3585(0x209)][_0x5c3585(0x246)]),_0x2f8a79[_0x5c3585(0x209)][_0x5c3585(0x24a)]&&(_0x2f8a79[_0x3381c5[_0x5c3585(0x1ec)]]=_0x2f8a79[_0x5c3585(0x209)]['scannerProcessingTimeout']),_0x2f8a79[_0x5c3585(0x209)][_0x5c3585(0x215)]&&(_0x2f8a79[_0x3381c5[_0x5c3585(0x24e)]]=_0x2f8a79[_0x5c3585(0x209)][_0x5c3585(0x215)][_0x5c3585(0x243)],_0x2f8a79[_0x3381c5[_0x5c3585(0x224)]]=_0x2f8a79['accessibilityOptions'][_0x5c3585(0x215)]['needsReview']));const _0x20bec0=JSON['parse'](process[_0x5c3585(0x1ef)][_0x5c3585(0x24c)])[_0x5c3585(0x22c)];_0x2f8a79[_0x3381c5[_0x5c3585(0x1fc)]]=process[_0x5c3585(0x1ef)][_0x5c3585(0x226)],_0x2f8a79[_0x3381c5[_0x5c3585(0x248)]]=_0x20bec0,delete _0x2f8a79[_0x5c3585(0x209)];},exports[a34_0x4c741c(0x1f9)]=async _0x4e3b9d=>{const _0x55cba9=a34_0x4c741c,_0x486a71={};_0x486a71[_0x55cba9(0x216)]=_0x55cba9(0x1f7),_0x486a71[_0x55cba9(0x205)]=_0x55cba9(0x21f);const _0x7000d8=_0x486a71;if(global['accessibilityPlatform'])try{logger.debug('Performing scan before getting results');PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug(util.format(await exports.browserStackEvaluate(_0x4e3b9d,scripts.performScan)));},{command:'getAccessibilityResults'})();const res=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS,async()=>{return await exports.browserStackEvaluate(_0x4e3b9d,scripts.getResults);})();return res;}catch{return logger['error'](_0x7000d8[_0x55cba9(0x216)]),[];}else return logger[_0x55cba9(0x256)](_0x7000d8[_0x55cba9(0x205)]),[];},exports[a34_0x4c741c(0x228)]=async(_0x2f09bc,_0x686c49='')=>{const _0x5cedd0=a34_0x4c741c;if(global[_0x5cedd0(0x24d)])return await PerformanceTester[_0x5cedd0(0x200)](PerformanceA11yEvents[_0x5cedd0(0x232)],async()=>{const _0x5aaef5=_0x5cedd0,_0x6436f4={};_0x6436f4[_0x5aaef5(0x238)]=_0x686c49,await exports['browserStackEvaluate'](_0x2f09bc,scripts[_0x5aaef5(0x228)],_0x6436f4);},{'command':_0x686c49})();},exports[a34_0x4c741c(0x21e)]=async _0x1945df=>{const _0xf43733=a34_0x4c741c,_0x207e19={};_0x207e19['yJeVw']=_0xf43733(0x208),_0x207e19[_0xf43733(0x217)]=_0xf43733(0x249);const _0x1c2b46=_0x207e19;if(global[_0xf43733(0x24d)])try{await PerformanceTester.measureWrapper(PerformanceA11yEvents.PERFORM_SCAN,async()=>{logger.debug('Performing scan before getting results summary');logger.debug(util.format(await exports.browserStackEvaluate(_0x1945df,scripts.performScan)));},{command:'getAccessibilityResultsSummary'})();const summaryResults=await PerformanceTester.measureWrapper(PerformanceA11yEvents.GET_RESULTS_SUMMARY,async()=>{return await exports.browserStackEvaluate(_0x1945df,scripts.getResultsSummary);})();return summaryResults;}catch{return logger[_0xf43733(0x236)](_0x1c2b46[_0xf43733(0x23e)]),{};}else return logger['warn'](_0x1c2b46[_0xf43733(0x217)]),{};},exports[a34_0x4c741c(0x202)]=async _0x2c4587=>{const _0x11537d=a34_0x4c741c,_0x45040f={'MuMUO':function(_0x5d760b,_0x1dd8b1){return _0x5d760b!==_0x1dd8b1;},'OajOx':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','PVTbS':function(_0x5543d7,_0x1f8c05){return _0x5543d7===_0x1f8c05;},'ZHGmU':_0x11537d(0x230),'eODsr':function(_0x34d594,_0x4e39da){return _0x34d594===_0x4e39da;},'akREz':_0x11537d(0x23c),'FmfYT':_0x11537d(0x21d),'BwSAq':function(_0x5e6abb,_0x53a824){return _0x5e6abb(_0x53a824);},'HQzWf':function(_0x30b88e,_0x5d1bb7){return _0x30b88e===_0x5d1bb7;},'dpIZb':'latest','mIIXU':function(_0x56bb3f,_0x307a66){return _0x56bb3f>_0x307a66;},'XlAoG':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(!_0x45040f[_0x11537d(0x1f2)](_0x2c4587[_0x11537d(0x21c)],''))return logger[_0x11537d(0x256)](_0x45040f[_0x11537d(0x204)]),![];const _0x5ca48d=_0x2c4587[_0x11537d(0x23f)];if(!(_0x45040f[_0x11537d(0x23a)](_0x5ca48d,_0x45040f[_0x11537d(0x257)])||_0x45040f[_0x11537d(0x253)](_0x5ca48d,_0x45040f[_0x11537d(0x1f0)])))return logger[_0x11537d(0x256)](_0x45040f[_0x11537d(0x242)]),![];const _0x3a2934=_0x45040f[_0x11537d(0x1ff)](parseInt,_0x2c4587[_0x11537d(0x203)]);if(!(_0x45040f[_0x11537d(0x214)](_0x3a2934,_0x45040f[_0x11537d(0x221)])||_0x45040f[_0x11537d(0x250)](_0x3a2934,0x5e)))return logger[_0x11537d(0x256)](_0x45040f[_0x11537d(0x1f1)]),![];}catch(_0x545304){logger[_0x11537d(0x236)](_0x11537d(0x254)+util[_0x11537d(0x239)](_0x545304));}return!![];},exports['processAccessibilityCaps']=(_0x10e15a,_0x4901f4,_0x19ae60)=>{const _0x4cb3fc=a34_0x4c741c,_0x4ea41e={'HMaPP':function(_0x5b1456){return _0x5b1456();},'pTfMP':_0x4cb3fc(0x20d),'WHZlS':function(_0x2dc9e5,_0x765922){return _0x2dc9e5===_0x765922;},'aTRPG':_0x4cb3fc(0x230),'kfDvv':'playwright-chromium','XdEFL':_0x4cb3fc(0x21d),'YBvuG':function(_0x51f9ca,_0x3ac39a){return _0x51f9ca===_0x3ac39a;},'fcVdQ':_0x4cb3fc(0x1fb),'aXnME':function(_0x50b41b,_0xc4f86c){return _0x50b41b>_0xc4f86c;},'smliq':_0x4cb3fc(0x1ea),'RnmfP':function(_0x5d8f21,_0x157ed3){return _0x5d8f21(_0x157ed3);},'EBYbC':_0x4cb3fc(0x223),'vwMpW':function(_0x84d1bb,_0x5c21ed){return _0x84d1bb+_0x5c21ed;}};try{if(_0x4ea41e[_0x4cb3fc(0x211)](isAccessibilityAutomationSession)){global[_0x4cb3fc(0x24d)]=!![];!_0x10e15a[_0x4ea41e[_0x4cb3fc(0x231)]]&&(global[_0x4cb3fc(0x24d)]=![]);!(_0x4ea41e[_0x4cb3fc(0x21a)](_0x10e15a['browserName'],_0x4ea41e[_0x4cb3fc(0x20b)])||_0x4ea41e[_0x4cb3fc(0x21a)](_0x10e15a['browserName'],_0x4ea41e[_0x4cb3fc(0x23b)]))&&(logger[_0x4cb3fc(0x256)](_0x4ea41e[_0x4cb3fc(0x20c)]),global[_0x4cb3fc(0x24d)]=![]);!(_0x4ea41e[_0x4cb3fc(0x1fe)](_0x10e15a[_0x4cb3fc(0x203)],_0x4ea41e[_0x4cb3fc(0x1ed)])||_0x4ea41e['aXnME'](_0x10e15a[_0x4cb3fc(0x203)],0x5e))&&(logger[_0x4cb3fc(0x256)](_0x4ea41e[_0x4cb3fc(0x219)]),global['accessibilityPlatform']=![]);!_0x4ea41e[_0x4cb3fc(0x20a)](isUndefined,_0x10e15a['deviceName'])&&(logger[_0x4cb3fc(0x256)](_0x4ea41e[_0x4cb3fc(0x22a)]),global[_0x4cb3fc(0x24d)]=![]);if(!global[_0x4cb3fc(0x24d)]){_0x10e15a[_0x4ea41e[_0x4cb3fc(0x231)]]=![];const _0x16d336=_0x4ea41e[_0x4cb3fc(0x201)](_0x4901f4,_0x4ea41e['RnmfP'](encodeURIComponent,JSON[_0x4cb3fc(0x241)](_0x10e15a)));_0x19ae60&&(_0x19ae60['currentTest'][_0x4cb3fc(0x229)]['project']['use']['connectOptions'][_0x4cb3fc(0x1fd)]=_0x16d336,_0x19ae60[_0x4cb3fc(0x235)]['project']['use'][_0x4cb3fc(0x233)]['wsEndpoint']=_0x16d336);}}}catch(_0xad42f5){logger[_0x4cb3fc(0x236)](_0x4cb3fc(0x206)+util[_0x4cb3fc(0x239)](_0xad42f5));}};function a34_0x2d1c(){const _0x194251=['PVTbS','kfDvv','playwright-chromium','replace','yJeVw','browser','40wOFLps','stringify','FmfYT','bestPractice','bstackSdkArgs','accessibilityOptions.authToken','wcagVersion','Trcap','GPzzU','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','scannerProcessingTimeout','name','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','accessibilityPlatform','IxAEg','browserStackEvaluate','mIIXU','TXOzE','executeAsyncScript','eODsr','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','constructor','warn','ZHGmU','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','EwQZA','Zxptv','fcVdQ','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20\x20\x20','env','akREz','XlAoG','MuMUO','UpdXq','125928dMPgCy','4WZMcUO','EYMHM','No\x20accessibility\x20results\x20were\x20found.','winstonLogger','getAccessibilityResults','652268EMBuFJ','latest','UeBuF','wsEndpoint','YBvuG','BwSAq','measureWrapper','vwMpW','platformValidation','browser_version','OajOx','sqSpG','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','2266827SxoxYV','No\x20summaryResults\x20found.','accessibilityOptions','RnmfP','aTRPG','XdEFL','browserstack.accessibility','SsSyf','1369503gmxtNj','../../helpers/accessibility-automation/helper','HMaPP','\x0a\x20\x20\x20\x20})\x0a\x20\x20})(','../../helpers/accessibility-automation/scripts','HQzWf','includeIssueType','upEJI','scXuX','executeScript','smliq','WHZlS','Playwright','deviceName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','getAccessibilityResultsSummary','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','evaluate','dpIZb','../../helpers/logger','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','MghIf','WebDriver','BS_A11Y_JWT','4925298IJZMZM','performScan','testInfo','EBYbC','(function\x20(...bstackSdkArgs)\x20{\x0a\x20\x20\x20\x20return\x20new\x20Promise((resolve,\x20reject)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20bstackSdkArgs.push(resolve);\x0a\x20\x20\x20\x20\x20\x20','scannerVersion','browserStackExecuteDriver','9437152fOVubE','683642hOrTkY','chrome','pTfMP','PERFORM_SCAN','connectOptions','165naUGKa','workerInfo','debug','setAccessibilityCapabilities','command','format'];a34_0x2d1c=function(){return _0x194251;};return a34_0x2d1c();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a35_0x1c509d=a35_0x368e;(function(_0x5dda9c,_0x22940f){const _0x115c7f=a35_0x368e,_0x45c48c=_0x5dda9c();while(!![]){try{const _0x9706e3=-parseInt(_0x115c7f(0xc2))/0x1+-parseInt(_0x115c7f(0x13a))/0x2*(-parseInt(_0x115c7f(0x103))/0x3)+parseInt(_0x115c7f(0xa3))/0x4+-parseInt(_0x115c7f(0x114))/0x5*(parseInt(_0x115c7f(0x107))/0x6)+parseInt(_0x115c7f(0x13d))/0x7*(parseInt(_0x115c7f(0x12b))/0x8)+parseInt(_0x115c7f(0xaf))/0x9+-parseInt(_0x115c7f(0x119))/0xa;if(_0x9706e3===_0x22940f)break;else _0x45c48c['push'](_0x45c48c['shift']());}catch(_0x345ca0){_0x45c48c['push'](_0x45c48c['shift']());}}}(a35_0x1532,0x2e058));function a35_0x368e(_0x38a7be,_0x15659e){const _0x153266=a35_0x1532();return a35_0x368e=function(_0x368e12,_0x34fb3b){_0x368e12=_0x368e12-0x9b;let _0x41d43d=_0x153266[_0x368e12];return _0x41d43d;},a35_0x368e(_0x38a7be,_0x15659e);}const fs=require('fs'),path=require(a35_0x1c509d(0xf5)),{spawn}=require(a35_0x1c509d(0x130)),{format}=require(a35_0x1c509d(0xe0)),logger=require(a35_0x1c509d(0x13b))[a35_0x1c509d(0xe1)],{default:BrowserStackSetup}=require(a35_0x1c509d(0x11c)),helper=require(a35_0x1c509d(0xfb)),utilities=require('../../helpers/utilities'),constants=require(a35_0x1c509d(0x140)),{FRAMEWORKS}=require(a35_0x1c509d(0xa6)),{getConfigLoaderPath}=require('./reporter/pwUtils'),{checkAccessibilityPlatformConfig}=require(a35_0x1c509d(0xac)),{setAccessibilityCapabilities}=require(a35_0x1c509d(0x12e)),{printBuildLink}=require(a35_0x1c509d(0x11a)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),PerformanceTester=require(a35_0x1c509d(0x105)),PerformanceEvents=require(a35_0x1c509d(0xc1))[a35_0x1c509d(0x100)],getUserPlaywrightConfig=async(_0x3b17c2,_0x1e124c)=>{const _0x355a40=a35_0x1c509d,_0x3b000d={'ZCQaj':function(_0x37537e){return _0x37537e();},'dxvUH':function(_0x5443f3,_0x1d64fb){return _0x5443f3(_0x1d64fb);},'rSujD':function(_0x38c092,_0x1eeaec){return _0x38c092(_0x1eeaec);},'rUwGu':_0x355a40(0xbf),'XecAS':'--config='},_0x4cf6bd=!helper[_0x355a40(0xdc)](_0x3b17c2[_0x355a40(0x9b)]),_0x809869=_0x4cf6bd?path[_0x355a40(0xf6)](process['cwd'](),_0x3b17c2['config']):process[_0x355a40(0xc8)](),{resolveConfigFile:_0x30a936,resolveConfigLocation:_0x12f31d}=helper[_0x355a40(0x115)][_0x355a40(0xc4)](null,_0x3b000d[_0x355a40(0x9f)](getConfigLoaderPath)),_0xdc983f=_0x30a936?_0x3b000d[_0x355a40(0xe6)](_0x30a936,_0x809869):helper[_0x355a40(0xf2)](_0x3b000d[_0x355a40(0xbe)](_0x12f31d,_0x809869),[_0x3b000d[_0x355a40(0x10d)]]),_0x541db7={};if(_0x4cf6bd){const _0x3d4a44=_0x1e124c[_0x355a40(0x123)](_0x248b9a=>_0x248b9a===_0x355a40(0xf9)||_0x248b9a==='-c'||_0x248b9a[_0x355a40(0xfe)](_0x355a40(0x112)));_0x1e124c[_0x355a40(0xa0)](_0x3d4a44,_0x1e124c[_0x3d4a44][_0x355a40(0xfe)](_0x3b000d[_0x355a40(0xd6)])?0x1:0x2);}const _0x509308={};return _0x509308['path']=_0xdc983f,_0x509308[_0x355a40(0x9b)]=_0x541db7,_0x509308;},handleO11yRerun=_0x2488ca=>{const _0x3b07d3=a35_0x1c509d,_0x134a16={};_0x134a16[_0x3b07d3(0x127)]=_0x3b07d3(0xb4);const _0x1ec785=_0x134a16,_0x61e1fe=helper[_0x3b07d3(0xa2)](process[_0x3b07d3(0x124)]['BROWSERSTACK_RERUN']);if(_0x61e1fe){const _0x3e2042=process['env'][_0x3b07d3(0xc3)],_0x1d439c=[];if(helper[_0x3b07d3(0xd7)](_0x3e2042)&&!helper[_0x3b07d3(0xdc)](_0x3e2042)){_0x3e2042[_0x3b07d3(0xe7)](',')[_0x3b07d3(0xc5)](_0x443302=>{const _0x7174d2=_0x3b07d3;_0x1d439c['push']('('+_0x443302[_0x7174d2(0xbb)]()+')');});const _0x163ae9='^'+_0x1d439c[_0x3b07d3(0xd8)]('|')+'$';_0x2488ca[_0x3b07d3(0xb3)](_0x1ec785[_0x3b07d3(0x127)],_0x163ae9);}}},spawnOriginalProcess=_0x56f106=>{const _0x58382a=a35_0x1c509d,_0x31ae3a={'CYzIW':function(_0x330264,_0x2d26e2,_0x35bbf3,_0x482536){return _0x330264(_0x2d26e2,_0x35bbf3,_0x482536);},'VUSMw':_0x58382a(0xcc),'hxkTt':_0x58382a(0xb1),'SASLn':function(_0x2e8f25,_0x16d54c){return _0x2e8f25===_0x16d54c;},'mLpco':_0x58382a(0xc7),'rUery':_0x58382a(0xda)};_0x31ae3a[_0x58382a(0xbc)](spawn,_0x31ae3a['VUSMw'],[_0x31ae3a[_0x58382a(0x13e)],..._0x56f106[_0x58382a(0xfd)](0x1)],{'shell':_0x31ae3a[_0x58382a(0xf8)](process[_0x58382a(0x12c)],_0x31ae3a[_0x58382a(0x9c)]),'stdio':_0x31ae3a[_0x58382a(0xf4)],'cwd':process[_0x58382a(0xc8)]()});},isTestCommand=(_0x3de984,_0x27f2b6)=>{const _0x226f35=a35_0x1c509d,_0x3dd13d={};_0x3dd13d[_0x226f35(0xa9)]=function(_0x1911bf,_0x457432){return _0x1911bf>_0x457432;},_0x3dd13d[_0x226f35(0x9e)]=function(_0x6b64ba,_0x5f24dc){return _0x6b64ba===_0x5f24dc;},_0x3dd13d[_0x226f35(0x109)]='test';const _0x4bbd76=_0x3dd13d;if(_0x4bbd76[_0x226f35(0xa9)](_0x27f2b6[_0x226f35(0xfc)],0x1)&&_0x4bbd76['VRpmh'](_0x27f2b6[0x1],_0x4bbd76[_0x226f35(0x109)]))return!![];return![];};async function run(_0x2142dd,_0x1d0c77){const _0x1cd84b=a35_0x1c509d,_0xd985e={'VYgVS':'10|1|6|0|2|7|9|5|3|4|8','XZtUM':function(_0x5b479e){return _0x5b479e();},'XSoZn':function(_0x592cda){return _0x592cda();},'Npwru':function(_0x1bbdfd,_0x384dea){return _0x1bbdfd+_0x384dea;},'jyxMd':_0x1cd84b(0x108),'drtWJ':function(_0x29baae,_0x42a758){return _0x29baae(_0x42a758);},'VKFpn':_0x1cd84b(0x9d),'soDhS':'pw_result.json','chTBN':function(_0x5827be,_0x559972){return _0x5827be+_0x559972;},'QdNxp':_0x1cd84b(0xe8),'QDtPE':_0x1cd84b(0xae),'SeQUh':_0x1cd84b(0x10a),'mkiBj':function(_0x4c6cc8,_0x1434c6){return _0x4c6cc8!=_0x1434c6;},'yBDrB':function(_0x499c00,_0x5629ee,_0x420c62){return _0x499c00(_0x5629ee,_0x420c62);},'OvWQe':function(_0xe53bbe,_0x2ce973){return _0xe53bbe===_0x2ce973;},'zdFHY':'true','aTOyT':_0x1cd84b(0x11d),'XHQRI':function(_0x82d551,_0x131d73){return _0x82d551===_0x131d73;},'dkhdl':'playwright-browserstack-sdk.config.cjs','WdVoc':'playwright-browserstack-sdk.config.js','PUTCu':function(_0x5e59b8,_0x5852e9){return _0x5e59b8-_0x5852e9;},'XZMnX':_0x1cd84b(0x121),'LblCM':function(_0x12a921,_0x454d7a){return _0x12a921>_0x454d7a;},'TbOwQ':function(_0x29eea9,_0x2c62f9,_0x318425,_0x386ab8){return _0x29eea9(_0x2c62f9,_0x318425,_0x386ab8);},'OwTLh':_0x1cd84b(0xcc),'nerMV':_0x1cd84b(0xb1),'FGazQ':'test','USgLg':_0x1cd84b(0xf9),'XtHMN':function(_0x3eed34,_0x3df249){return _0x3eed34===_0x3df249;},'gfgnB':'win32','NKKjt':_0x1cd84b(0xda),'HbnxX':_0x1cd84b(0x135),'feUhK':_0x1cd84b(0x120),'CqrOt':_0x1cd84b(0x128),'QDlOJ':_0x1cd84b(0x113),'OltSk':function(_0x538a3b,_0x337576){return _0x538a3b>=_0x337576;},'mKfxF':function(_0x5a6aeb,_0x253fe1){return _0x5a6aeb+_0x253fe1;},'jXdZl':_0x1cd84b(0xb8),'eUSCq':function(_0x4d2db9,_0x2e085e,_0x4e6ff6){return _0x4d2db9(_0x2e085e,_0x4e6ff6);},'dxvhk':function(_0x8b7e29,_0x85d260){return _0x8b7e29(_0x85d260);}};!helper[_0x1cd84b(0x139)](process['env']['BROWSERSTACK_AUTOMATION'])&&(process[_0x1cd84b(0x124)][_0x1cd84b(0xd9)]=!![]);process['argv'][_0x1cd84b(0xfa)](_0xd985e[_0x1cd84b(0x10f)])&&(process[_0x1cd84b(0x124)][_0x1cd84b(0xd9)]=_0xd985e['CqrOt'],_0x1d0c77=_0x1d0c77[_0x1cd84b(0x142)](_0x30f84a=>_0x30f84a!==_0x1cd84b(0x120)));const _0x609885=_0x1d0c77[_0x1cd84b(0xab)](_0xd985e['QDlOJ']);_0xd985e[_0x1cd84b(0xba)](_0x609885,0x0)&&(process[_0x1cd84b(0x124)][_0x1cd84b(0xad)]=_0xd985e[_0x1cd84b(0x104)],_0x1d0c77=_0x1d0c77[_0x1cd84b(0x142)](_0x2d042f=>_0x2d042f!==_0x1cd84b(0x113)));try{const _0x4acc65=path[_0x1cd84b(0xd8)](helper[_0x1cd84b(0x10b)](),_0xd985e[_0x1cd84b(0xc6)],_0xd985e['soDhS']);fs[_0x1cd84b(0x110)](_0x4acc65)&&fs[_0x1cd84b(0x102)](_0x4acc65);}catch(_0x4c12b2){logger[_0x1cd84b(0xdd)](_0xd985e[_0x1cd84b(0xa7)](_0xd985e[_0x1cd84b(0x126)],_0x4c12b2));}if(!_0xd985e['eUSCq'](isTestCommand,_0x2142dd,_0x1d0c77)){_0xd985e[_0x1cd84b(0xd4)](spawnOriginalProcess,_0x1d0c77);return;}const _0x84224e=new BrowserStackSetup(_0x2142dd,FRAMEWORKS[_0x1cd84b(0xe5)]);await PerformanceTester[_0x1cd84b(0x137)](PerformanceEvents[_0x1cd84b(0xce)],async()=>{const _0x3f8a25=_0x1cd84b,_0x56fc6b={'eVOoR':function(_0xf6e3aa,_0x23e8ce){const _0x270816=a35_0x368e;return _0xd985e[_0x270816(0xe4)](_0xf6e3aa,_0x23e8ce);},'mcpwg':_0xd985e[_0x3f8a25(0xc6)],'ZVRSO':_0xd985e['soDhS'],'fBJec':function(_0x4dcb54,_0x13f50e){const _0x49e523=_0x3f8a25;return _0xd985e[_0x49e523(0x141)](_0x4dcb54,_0x13f50e);},'DpCVC':_0xd985e[_0x3f8a25(0x12f)]};if(!_0x84224e['config']){logger[_0x3f8a25(0xde)](_0xd985e[_0x3f8a25(0xb9)]);return;}await _0x84224e[_0x3f8a25(0xea)]();!helper[_0x3f8a25(0xdc)](_0x84224e['cliConfig'])&&_0x84224e[_0x3f8a25(0xd2)][_0x3f8a25(0xb5)](_0xd985e[_0x3f8a25(0xf3)])&&(process[_0x3f8a25(0x124)][_0x3f8a25(0xd9)]=_0x84224e['cliConfig'][_0x3f8a25(0x10c)](_0xd985e['SeQUh'])||!![]);_0xd985e[_0x3f8a25(0xef)](_0x84224e[_0x3f8a25(0x9b)][_0x3f8a25(0x106)],null)&&!helper[_0x3f8a25(0xa2)](process[_0x3f8a25(0x124)][_0x3f8a25(0xad)])&&(process[_0x3f8a25(0x124)][_0x3f8a25(0xad)]=process[_0x3f8a25(0x124)]['BROWSERSTACK_TEST_OBSERVABILITY']||_0x84224e['config'][_0x3f8a25(0x106)]);const _0x1672ec=!helper['isFalse'](process[_0x3f8a25(0x124)][_0x3f8a25(0xad)]);let _0x29a8a2=![];_0x84224e[_0x3f8a25(0x9b)][_0x3f8a25(0x11f)]&&(_0x29a8a2=!![],process[_0x3f8a25(0x124)][_0x3f8a25(0xec)]=_0x84224e['config']['accessibility']);_0x84224e['config'][_0x3f8a25(0x116)]&&(process[_0x3f8a25(0x124)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x3f8a25(0x11b)](_0x84224e[_0x3f8a25(0x9b)]['accessibilityOptions']));const _0x283256=_0x1d0c77['concat'](),_0x1f6581=await _0xd985e[_0x3f8a25(0xa4)](getUserPlaywrightConfig,_0x2142dd,_0x1d0c77);if(helper[_0x3f8a25(0xdc)](_0x1f6581)){_0xd985e[_0x3f8a25(0xe4)](spawnOriginalProcess,_0x283256);return;}const _0x120810=_0x1f6581[_0x3f8a25(0xf5)]?path[_0x3f8a25(0x111)](_0x1f6581[_0x3f8a25(0xf5)]):process['cwd']();process[_0x3f8a25(0x124)][_0x3f8a25(0xb7)]=_0x120810,await PerformanceTester[_0x3f8a25(0x137)](PerformanceEvents[_0x3f8a25(0x136)],async()=>{const _0x386899=_0x3f8a25;await TestHubHandler[_0x386899(0xf0)](FRAMEWORKS[_0x386899(0xe5)],_0x84224e),_0x1672ec&&_0x56fc6b[_0x386899(0xa5)](handleO11yRerun,_0x1d0c77);})();let _0x5e0e09=_0xd985e['OvWQe'](process[_0x3f8a25(0x124)][_0x3f8a25(0xec)],_0xd985e[_0x3f8a25(0xee)]);_0x5e0e09=_0x5e0e09||_0xd985e[_0x3f8a25(0xe4)](checkAccessibilityPlatformConfig,_0x84224e[_0x3f8a25(0x9b)]),process[_0x3f8a25(0x124)][_0x3f8a25(0xec)]=_0x5e0e09;_0x5e0e09&&_0xd985e[_0x3f8a25(0xe4)](setAccessibilityCapabilities,_0x84224e['config']);const _0x50fdc7=path[_0x3f8a25(0xd8)](_0x1f6581['path']?path[_0x3f8a25(0x111)](_0x1f6581[_0x3f8a25(0xf5)]):process[_0x3f8a25(0xc8)](),_0xd985e[_0x3f8a25(0x101)]);fs[_0x3f8a25(0x138)](_0x50fdc7,helper[_0x3f8a25(0x122)](_0x84224e['config'])),process[_0x3f8a25(0x124)][_0x3f8a25(0xd5)]=_0x50fdc7,helper['clearTempPWConfig']();let _0xf6c0a0='';_0xd985e[_0x3f8a25(0xca)](helper[_0x3f8a25(0x118)](),constants['PACKAGE_TYPE']['MODULE'])?_0xf6c0a0=_0xd985e[_0x3f8a25(0x12a)]:_0xf6c0a0=_0xd985e['WdVoc'];let _0x22ec25='';if(helper[_0x3f8a25(0x13c)](_0x1f6581[_0x3f8a25(0xf5)])){_0x22ec25='\x0a\x0a\x20\x20\x20\x20import\x20pkg\x20from\x20\x27browserstack-node-sdk\x27;\x0a\x20\x20\x20\x20export\x20default\x20pkg._modifyPlaywright()\x0a';const _0x127596=_0xf6c0a0[_0x3f8a25(0xe7)]('.');_0x127596[_0xd985e[_0x3f8a25(0xdf)](_0x127596[_0x3f8a25(0xfc)],0x1)]='ts',_0xf6c0a0=_0x127596[_0x3f8a25(0xd8)]('.'),logger[_0x3f8a25(0xdd)](_0xd985e[_0x3f8a25(0x141)](_0xd985e[_0x3f8a25(0xa8)],_0xf6c0a0));}else _0x22ec25=_0x3f8a25(0xb6);const _0x276fe7=path[_0x3f8a25(0xd8)](_0x1f6581['path']?path[_0x3f8a25(0x111)](_0x1f6581[_0x3f8a25(0xf5)]):process['cwd'](),_0xf6c0a0);let _0x1631eb=_0x1f6581[_0x3f8a25(0xf5)]?_0x1f6581[_0x3f8a25(0xf5)]:'';_0x1631eb=_0xd985e[_0x3f8a25(0x131)](_0x1631eb[_0x3f8a25(0xfc)],0x0)?path['resolve'](_0x1631eb):'',process[_0x3f8a25(0x124)]['USER_CONFIG_DETAILS_PATH']=_0x1631eb;const _0x2eb85f=helper[_0x3f8a25(0xed)](_0x84224e['config']);_0x2eb85f&&(_0x22ec25=_0xd985e[_0x3f8a25(0xdb)](_0x3f8a25(0x10e)+_0x2eb85f+'\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}catch{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20This\x20is\x20a\x20failsafe\x20if\x20global-agent\x20present\x20inside\x20sdk\x20node_modules\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap();',_0x22ec25));helper[_0x3f8a25(0xd3)]({},_0x1d0c77),fs[_0x3f8a25(0x138)](_0x276fe7,_0x22ec25),PerformanceTester[_0x3f8a25(0xbd)](PerformanceEvents[_0x3f8a25(0x134)]);const _0x52c2ed=_0xd985e[_0x3f8a25(0xff)](spawn,_0xd985e['OwTLh'],[_0xd985e['nerMV'],_0xd985e[_0x3f8a25(0xd0)],_0xd985e[_0x3f8a25(0xcb)],_0x276fe7,..._0x1d0c77[_0x3f8a25(0xfd)](0x2)],{'shell':_0xd985e[_0x3f8a25(0xcd)](process[_0x3f8a25(0x12c)],_0xd985e['gfgnB']),'stdio':_0xd985e[_0x3f8a25(0xe3)],'cwd':process[_0x3f8a25(0xc8)](),'env':Object['assign']({},process[_0x3f8a25(0x124)],{'BROWSERSTACK_CONFIG_FILE_PATH':helper['getConfigPath'](_0x2142dd),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x84224e['config'][_0x3f8a25(0xe2)][_0x3f8a25(0xeb)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x84224e[_0x3f8a25(0x9b)][_0x3f8a25(0xe2)][_0x3f8a25(0xf7)],'BROWSERSTACK_LOG_LEVEL':_0x84224e[_0x3f8a25(0x9b)][_0x3f8a25(0x13f)]})}),_0x127e9c=()=>{const _0x31e544=_0x3f8a25;try{const _0x11f1b1=path[_0x31e544(0xd8)](helper[_0x31e544(0x10b)](),_0x56fc6b[_0x31e544(0xaa)],_0x56fc6b['ZVRSO']);if(fs[_0x31e544(0x110)](_0x11f1b1)){let _0x6f4632=fs[_0x31e544(0xb2)](_0x11f1b1);_0x6f4632=JSON[_0x31e544(0x11e)](_0x6f4632),_0x84224e[_0x31e544(0xf1)]=_0x6f4632,fs[_0x31e544(0x102)](_0x11f1b1);}}catch(_0x2129a1){logger[_0x31e544(0xdd)](_0x56fc6b[_0x31e544(0xd1)](_0x56fc6b[_0x31e544(0x125)],_0x2129a1));}};_0x52c2ed['on'](_0xd985e[_0x3f8a25(0x129)],async _0x2be2b8=>{const _0x481794=_0x3f8a25;try{const _0x3f3f75=_0xd985e['VYgVS'][_0x481794(0xe7)]('|');let _0x4ff37e=0x0;while(!![]){switch(_0x3f3f75[_0x4ff37e++]){case'0':_0xd985e[_0x481794(0xe9)](printBuildLink);continue;case'1':_0xd985e[_0x481794(0xc9)](_0x127e9c);continue;case'2':await utilities['finalExecution'](_0x84224e);continue;case'3':fs[_0x481794(0x102)](_0x276fe7);continue;case'4':logger[_0x481794(0xdd)]('Deleting\x20'+_0x50fdc7);continue;case'5':logger[_0x481794(0x12d)](_0x481794(0x133)+_0x276fe7);continue;case'6':await TestHubHandler['stop']();continue;case'7':process[_0x481794(0xc0)]=_0x2be2b8;continue;case'8':fs['unlinkSync'](_0x50fdc7);continue;case'9':logger[_0x481794(0xdd)](_0x481794(0xa1)+_0x2be2b8);continue;case'10':PerformanceTester[_0x481794(0x132)](PerformanceEvents[_0x481794(0xb0)]);continue;}break;}}catch(_0x19b4db){logger[_0x481794(0xdd)](_0xd985e[_0x481794(0xdb)](_0xd985e[_0x481794(0xcf)],_0x19b4db));}});})();}module[a35_0x1c509d(0x117)]=run;function a35_0x1532(){const _0x52d86d=['rUery','path','resolve','skipSessionName','SASLn','--config','includes','../../helpers/helper','length','slice','startsWith','TbOwQ','EVENTS','aTOyT','unlinkSync','27JIdDsW','CqrOt','../../helpers/performance/performance-tester','testObservability','6PeeYdx','Error\x20in\x20closing\x20playwright','iTTJc','automation','homedir','get','rUwGu','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','feUhK','existsSync','dirname','--config=','--disable-test-observability','1359160lAakBv','requirePWModule','accessibilityOptions','exports','getPackageType','320340FkAaMC','../../helpers/test-observability/utils','stringify','../../helpers/BrowserStackSetup','browserstackSetupConfig.json','parse','accessibility','--disable-browserstack-automation','Updated\x20config\x20file\x20name\x20to\x20-\x20','serializeToYamlString','findIndex','env','DpCVC','jXdZl','NXOCD','false','HbnxX','dkhdl','4616LYceuc','platform','info','./accessibility-helper','QdNxp','child_process','LblCM','start','Deleting\x20','SDK_SETUP','close','SDK_POST_INITIALIZE','measureWrapper','writeFileSync','isFalse','25782KSFWee','../../helpers/logger','isTypescriptProject','3143OqEFCh','hxkTt','logLevel','../utils/constants','chTBN','filter','config','mLpco','.browserstack','VRpmh','ZCQaj','splice','Playwright\x20process\x20exited\x20with\x20code\x20','isTrue','809620MdDzmh','yBDrB','eVOoR','../../helpers/test-observability/constants','mKfxF','XZMnX','RlPGG','mcpwg','indexOf','../../helpers/accessibility-automation/helper','BROWSERSTACK_TEST_OBSERVABILITY','BrowserStack\x20config\x20file\x20not\x20found.','1354122Czoprl','SDK_CLEANUP','playwright','readFileSync','push','--grep','has','\x0a\x0a\x20\x20\x20\x20const\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0a\x20\x20\x20\x20module.exports\x20=\x20modifyPWConfig();\x0a','BROWSERSTACK_PW_CONFIG_DIR','Error\x20in\x20deleting\x20playwright\x20results','QDtPE','OltSk','trim','CYzIW','end','rSujD','resolvedConfigFile','exitCode','../../helpers/performance/constants','235585oTEQbn','BROWSERSTACK_RERUN_TESTS','apply','map','VKFpn','win32','cwd','XSoZn','XHQRI','USgLg','npx','XtHMN','SDK_PRE_INITIALIZE','jyxMd','FGazQ','fBJec','cliConfig','filterBrowserstackArgs','dxvhk','BROWSERSTACK_SETUP_CONFIG_PATH','XecAS','validateRerunTestList','join','BROWSERSTACK_AUTOMATION','inherit','Npwru','isUndefined','debug','error','PUTCu','util','winstonLogger','testContextOptions','NKKjt','drtWJ','PLAYWRIGHT','dxvUH','split','Error\x20in\x20getting\x20funnel\x20data\x20results','XZtUM','initialize','skipSessionStatus','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getProxyUrl','zdFHY','mkiBj','launchBuild','errorMessage','nestedKeyValue','SeQUh'];a35_0x1532=function(){return _0x52d86d;};return a35_0x1532();}
2
+ 'use strict';const a35_0x5dbe54=a35_0x2c13;function a35_0x2c13(_0xb489a6,_0x3e9fc1){const _0x47a199=a35_0x47a1();return a35_0x2c13=function(_0x2c1338,_0x4a08a6){_0x2c1338=_0x2c1338-0xd2;let _0x3e1eba=_0x47a199[_0x2c1338];return _0x3e1eba;},a35_0x2c13(_0xb489a6,_0x3e9fc1);}function a35_0x47a1(){const _0x32541c=['XUsYb','browserstackSetupConfig.json','inherit','PLAYWRIGHT','ZnfSj','resolve','slice','accessibilityOptions','isTrue','kgTwP','BROWSERSTACK_TEST_ACCESSIBILITY_YML','BROWSERSTACK_PW_CONFIG_DIR','QiVIW','true','path','EVENTS','assign','mpXdP','getConfigPath','wtXxV','GBtEH','platform','join','length','getProxyUrl','289526qIloki','7319150nrJkmf','BROWSERSTACK_AUTOMATION','eluDE','start','WdVxn','./reporter/pwUtils','test','../../helpers/performance/constants','debug','info','split','map','isUndefined','get','BROWSERSTACK_TEST_OBSERVABILITY','BPjwO','DUdgb','accessibility','config','--config=','launchBuild','DzUVn','6PMutOl','child_process','PACKAGE_TYPE','findIndex','MODULE','errorMessage','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','stringify','npx','vJURJ','../../helpers/accessibility-automation/helper','9ZPDkow','../../helpers/test-observability/utils','oJkKS','close','isTypescriptProject','testObservability','LkBMp','7806xXqVWe','existsSync','SDK_PRE_INITIALIZE','SDK_SETUP','Deleting\x20','12816VsFAPQ','Wjfob','VJifT','RGLuX','MIXrt','SDK_POST_INITIALIZE','eFSur','concat','end','startsWith','VMzJY','SdTNL','JfLxV','automation','nestedKeyValue','validateRerunTestList','jOhPQ','push','DUqIQ','.browserstack','xZxGo','../../helpers/logger','writeFileSync','clearTempPWConfig','hFIkZ','BylJG','sejfj','6165VwWCEi','JPpPZ','winstonLogger','ZKVWx','serializeToYamlString','eqehx','false','playwright','filter','kCSCe','util','../../helpers/helper','194380nCYISf','env','KLoEG','1351ViBoUm','skipSessionStatus','Updated\x20config\x20file\x20name\x20to\x20-\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','homedir','finalExecution','ZSGSO','BROWSERSTACK_RERUN_TESTS','LxiFa','OZfTM','requirePWModule','cwd','YNAJi','SDK_CLEANUP','playwright-browserstack-sdk.config.js','dirname','9079620QfhIdw','44GmHtcs','URVIW','unlinkSync','initialize','USER_CONFIG_DETAILS_PATH','../../helpers/utilities','Playwright\x20process\x20exited\x20with\x20code\x20','isFalse','getPackageType','pw_result.json','tvpEr','win32','--disable-browserstack-automation','tvCmQ','cliConfig','has','BROWSERSTACK_RERUN','trim','BrowserStack\x20config\x20file\x20not\x20found.','argv','exitCode','parse','ylbYT','\x0a\x0a\x20\x20\x20\x20const\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0a\x20\x20\x20\x20module.exports\x20=\x20modifyPWConfig();\x0a','2151417EiKsTR','Error\x20in\x20closing\x20playwright','error'];a35_0x47a1=function(){return _0x32541c;};return a35_0x47a1();}(function(_0x4b7441,_0x3bb137){const _0xccce4a=a35_0x2c13,_0x3c3ff7=_0x4b7441();while(!![]){try{const _0x5a3f78=parseInt(_0xccce4a(0xd9))/0x1*(-parseInt(_0xccce4a(0xf0))/0x2)+-parseInt(_0xccce4a(0x15a))/0x3+parseInt(_0xccce4a(0x12e))/0x4+parseInt(_0xccce4a(0x122))/0x5*(-parseInt(_0xccce4a(0x102))/0x6)+parseInt(_0xccce4a(0x131))/0x7*(parseInt(_0xccce4a(0x107))/0x8)+-parseInt(_0xccce4a(0xfb))/0x9*(-parseInt(_0xccce4a(0xda))/0xa)+-parseInt(_0xccce4a(0x142))/0xb*(-parseInt(_0xccce4a(0x141))/0xc);if(_0x5a3f78===_0x3bb137)break;else _0x3c3ff7['push'](_0x3c3ff7['shift']());}catch(_0xdedd76){_0x3c3ff7['push'](_0x3c3ff7['shift']());}}}(a35_0x47a1,0xe22b2));const fs=require('fs'),path=require(a35_0x5dbe54(0x16b)),{spawn}=require(a35_0x5dbe54(0xf1)),{format}=require(a35_0x5dbe54(0x12c)),logger=require(a35_0x5dbe54(0x11c))[a35_0x5dbe54(0x124)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a35_0x5dbe54(0x12d)),utilities=require(a35_0x5dbe54(0x147)),constants=require('../utils/constants'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getConfigLoaderPath}=require(a35_0x5dbe54(0xdf)),{checkAccessibilityPlatformConfig}=require(a35_0x5dbe54(0xfa)),{setAccessibilityCapabilities}=require('./accessibility-helper'),{printBuildLink}=require(a35_0x5dbe54(0xfc)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),PerformanceTester=require('../../helpers/performance/performance-tester'),PerformanceEvents=require(a35_0x5dbe54(0xe1))[a35_0x5dbe54(0x16c)],getUserPlaywrightConfig=async(_0x15c0e8,_0x336019)=>{const _0x55477a=a35_0x5dbe54,_0x243972={'SdTNL':function(_0x49426e){return _0x49426e();},'ejnEe':function(_0x1be81d,_0x473715){return _0x1be81d(_0x473715);},'qnEua':'resolvedConfigFile','XUsYb':_0x55477a(0xed)},_0x47ef93=!helper[_0x55477a(0xe6)](_0x15c0e8[_0x55477a(0xec)]),_0x51fb58=_0x47ef93?path[_0x55477a(0x162)](process[_0x55477a(0x13c)](),_0x15c0e8['config']):process['cwd'](),{resolveConfigFile:_0x33a994,resolveConfigLocation:_0x4e17ab}=helper[_0x55477a(0x13b)]['apply'](null,_0x243972[_0x55477a(0x112)](getConfigLoaderPath)),_0x4bfc70=_0x33a994?_0x243972['ejnEe'](_0x33a994,_0x51fb58):helper[_0x55477a(0x115)](_0x243972['ejnEe'](_0x4e17ab,_0x51fb58),[_0x243972['qnEua']]),_0x5a015d={};if(_0x47ef93){const _0xd81fa0=_0x336019[_0x55477a(0xf3)](_0x2c4834=>_0x2c4834==='--config'||_0x2c4834==='-c'||_0x2c4834[_0x55477a(0x110)](_0x55477a(0xed)));_0x336019['splice'](_0xd81fa0,_0x336019[_0xd81fa0][_0x55477a(0x110)](_0x243972[_0x55477a(0x15d)])?0x1:0x2);}const _0x523d77={};return _0x523d77[_0x55477a(0x16b)]=_0x4bfc70,_0x523d77[_0x55477a(0xec)]=_0x5a015d,_0x523d77;},handleO11yRerun=_0x496c88=>{const _0x4b8444=a35_0x5dbe54,_0x2ecba7={};_0x2ecba7[_0x4b8444(0x119)]='--grep';const _0x463259=_0x2ecba7,_0x29e855=helper[_0x4b8444(0x165)](process[_0x4b8444(0x12f)][_0x4b8444(0x152)]);if(_0x29e855){const _0x1aa60e=process[_0x4b8444(0x12f)][_0x4b8444(0x138)],_0x185e20=[];if(helper[_0x4b8444(0x116)](_0x1aa60e)&&!helper[_0x4b8444(0xe6)](_0x1aa60e)){_0x1aa60e[_0x4b8444(0xe4)](',')[_0x4b8444(0xe5)](_0x3d6c30=>{const _0x30eb26=_0x4b8444;_0x185e20[_0x30eb26(0x118)]('('+_0x3d6c30[_0x30eb26(0x153)]()+')');});const _0x2eb694='^'+_0x185e20['join']('|')+'$';_0x496c88[_0x4b8444(0x118)](_0x463259['DUqIQ'],_0x2eb694);}}},spawnOriginalProcess=_0x4d91a8=>{const _0x5ab69d=a35_0x5dbe54,_0x2d58ab={'qcGPG':function(_0x346419,_0x572520,_0x2d87bf,_0x33e16b){return _0x346419(_0x572520,_0x2d87bf,_0x33e16b);},'uaDPU':_0x5ab69d(0xf8),'sHbkD':_0x5ab69d(0x129),'dACke':function(_0x41e904,_0x520148){return _0x41e904===_0x520148;},'ylbYT':_0x5ab69d(0x14d),'JPpPZ':'inherit'};_0x2d58ab['qcGPG'](spawn,_0x2d58ab['uaDPU'],[_0x2d58ab['sHbkD'],..._0x4d91a8[_0x5ab69d(0x163)](0x1)],{'shell':_0x2d58ab['dACke'](process[_0x5ab69d(0xd5)],_0x2d58ab[_0x5ab69d(0x158)]),'stdio':_0x2d58ab[_0x5ab69d(0x123)],'cwd':process['cwd']()});},isTestCommand=(_0x42a502,_0x2cc2ab)=>{const _0x583745=a35_0x5dbe54,_0x4ff926={};_0x4ff926['kCSCe']=function(_0x426eb3,_0x1e7069){return _0x426eb3>_0x1e7069;},_0x4ff926[_0x583745(0xd3)]=function(_0x31d08e,_0x2d79a7){return _0x31d08e===_0x2d79a7;},_0x4ff926[_0x583745(0x127)]=_0x583745(0xe0);const _0x4fb460=_0x4ff926;if(_0x4fb460[_0x583745(0x12b)](_0x2cc2ab[_0x583745(0xd7)],0x1)&&_0x4fb460['wtXxV'](_0x2cc2ab[0x1],_0x4fb460[_0x583745(0x127)]))return!![];return![];};async function run(_0x43f6c2,_0x4b204f){const _0x15927f=a35_0x5dbe54,_0xad156c={'mpXdP':function(_0x15370c,_0x52410d){return _0x15370c(_0x52410d);},'KLoEG':_0x15927f(0x11a),'VJifT':_0x15927f(0x14b),'vJURJ':function(_0x339e28,_0x512c0f){return _0x339e28+_0x512c0f;},'URVIW':'Error\x20in\x20getting\x20funnel\x20data\x20results','eluDE':'6|4|2|8|5|0|1|3|7|9|10','LxiFa':function(_0x181940){return _0x181940();},'AlGOk':function(_0x41c864,_0x11bdc8){return _0x41c864+_0x11bdc8;},'CPIWb':_0x15927f(0x15b),'ZKVWx':_0x15927f(0x154),'YNAJi':_0x15927f(0x114),'hFIkZ':function(_0x1c57af,_0x55671c){return _0x1c57af!=_0x55671c;},'MBaUE':function(_0x1c07a1,_0x155a08,_0x2c1aed){return _0x1c07a1(_0x155a08,_0x2c1aed);},'ZnfSj':function(_0x2dd81e,_0x50361a){return _0x2dd81e===_0x50361a;},'tvCmQ':_0x15927f(0x16a),'tvpEr':_0x15927f(0x15e),'LkBMp':function(_0x5f28e3,_0x49d576){return _0x5f28e3===_0x49d576;},'CZOwV':'playwright-browserstack-sdk.config.cjs','VMzJY':_0x15927f(0x13f),'RGLuX':function(_0x212ad4,_0x5f42ba){return _0x212ad4-_0x5f42ba;},'GBtEH':_0x15927f(0x133),'xZxGo':function(_0x496de6,_0x9df9dd){return _0x496de6>_0x9df9dd;},'AKGHa':function(_0x2dcc41,_0x2fa49e,_0x2ca779,_0x5083e8){return _0x2dcc41(_0x2fa49e,_0x2ca779,_0x5083e8);},'XPZBh':_0x15927f(0xf8),'Wjfob':'playwright','IMCmo':_0x15927f(0xe0),'Xvswr':'--config','sejfj':function(_0x514aae,_0x1e17b6){return _0x514aae===_0x1e17b6;},'BylJG':_0x15927f(0x14d),'kgTwP':_0x15927f(0x15f),'gHgkt':_0x15927f(0xfe),'JfLxV':_0x15927f(0x14e),'DUdgb':_0x15927f(0x128),'ZSGSO':'--disable-test-observability','OZfTM':function(_0x372d7d,_0x209adc){return _0x372d7d>=_0x209adc;},'BPjwO':function(_0x1b6b0a,_0xd02fa){return _0x1b6b0a+_0xd02fa;},'oJkKS':'Error\x20in\x20deleting\x20playwright\x20results','QiVIW':function(_0x295b4f,_0x1b5660,_0x597470){return _0x295b4f(_0x1b5660,_0x597470);}};!helper[_0x15927f(0x149)](process['env']['BROWSERSTACK_AUTOMATION'])&&(process[_0x15927f(0x12f)][_0x15927f(0xdb)]=!![]);process[_0x15927f(0x155)]['includes'](_0xad156c[_0x15927f(0x113)])&&(process[_0x15927f(0x12f)]['BROWSERSTACK_AUTOMATION']=_0xad156c[_0x15927f(0xea)],_0x4b204f=_0x4b204f[_0x15927f(0x12a)](_0x5521ac=>_0x5521ac!==_0x15927f(0x14e)));const _0x264169=_0x4b204f['indexOf'](_0xad156c[_0x15927f(0x137)]);_0xad156c[_0x15927f(0x13a)](_0x264169,0x0)&&(process[_0x15927f(0x12f)]['BROWSERSTACK_TEST_OBSERVABILITY']=_0xad156c['DUdgb'],_0x4b204f=_0x4b204f[_0x15927f(0x12a)](_0x1579a1=>_0x1579a1!=='--disable-test-observability'));try{const _0x1da44c=path[_0x15927f(0xd6)](helper[_0x15927f(0x135)](),_0xad156c[_0x15927f(0x130)],_0xad156c[_0x15927f(0x109)]);fs[_0x15927f(0x103)](_0x1da44c)&&fs[_0x15927f(0x144)](_0x1da44c);}catch(_0x10e450){logger[_0x15927f(0xe2)](_0xad156c[_0x15927f(0xe9)](_0xad156c[_0x15927f(0xfd)],_0x10e450));}if(!_0xad156c[_0x15927f(0x169)](isTestCommand,_0x43f6c2,_0x4b204f)){_0xad156c[_0x15927f(0x16e)](spawnOriginalProcess,_0x4b204f);return;}const _0x292f1b=new BrowserStackSetup(_0x43f6c2,FRAMEWORKS[_0x15927f(0x160)]);await PerformanceTester['measureWrapper'](PerformanceEvents[_0x15927f(0x104)],async()=>{const _0x7c1e7b=_0x15927f,_0x4203dd={'ZUkOs':_0xad156c[_0x7c1e7b(0x130)],'fdbWF':_0xad156c[_0x7c1e7b(0x109)],'MIXrt':function(_0x524b80,_0x13ea87){return _0xad156c['vJURJ'](_0x524b80,_0x13ea87);},'DzUVn':_0xad156c[_0x7c1e7b(0x143)],'eFSur':_0xad156c[_0x7c1e7b(0xdc)],'jOhPQ':function(_0x18ad63){const _0x33ca3b=_0x7c1e7b;return _0xad156c[_0x33ca3b(0x139)](_0x18ad63);},'WdVxn':function(_0x1b8e0b,_0x42fdff){return _0xad156c['AlGOk'](_0x1b8e0b,_0x42fdff);},'PYdPf':_0xad156c['CPIWb']};if(!_0x292f1b[_0x7c1e7b(0xec)]){logger[_0x7c1e7b(0x15c)](_0xad156c[_0x7c1e7b(0x125)]);return;}await _0x292f1b[_0x7c1e7b(0x145)]();!helper[_0x7c1e7b(0xe6)](_0x292f1b[_0x7c1e7b(0x150)])&&_0x292f1b[_0x7c1e7b(0x150)][_0x7c1e7b(0x151)](_0xad156c[_0x7c1e7b(0x13d)])&&(process[_0x7c1e7b(0x12f)]['BROWSERSTACK_AUTOMATION']=_0x292f1b[_0x7c1e7b(0x150)][_0x7c1e7b(0xe7)](_0xad156c['YNAJi'])||!![]);_0xad156c[_0x7c1e7b(0x11f)](_0x292f1b[_0x7c1e7b(0xec)][_0x7c1e7b(0x100)],null)&&!helper[_0x7c1e7b(0x165)](process['env'][_0x7c1e7b(0xe8)])&&(process[_0x7c1e7b(0x12f)][_0x7c1e7b(0xe8)]=process[_0x7c1e7b(0x12f)][_0x7c1e7b(0xe8)]||_0x292f1b['config'][_0x7c1e7b(0x100)]);const _0x5f0af2=!helper[_0x7c1e7b(0x149)](process[_0x7c1e7b(0x12f)][_0x7c1e7b(0xe8)]);let _0x2ed581=![];_0x292f1b['config'][_0x7c1e7b(0xeb)]&&(_0x2ed581=!![],process[_0x7c1e7b(0x12f)][_0x7c1e7b(0x167)]=_0x292f1b[_0x7c1e7b(0xec)][_0x7c1e7b(0xeb)]);_0x292f1b[_0x7c1e7b(0xec)][_0x7c1e7b(0x164)]&&(process[_0x7c1e7b(0x12f)][_0x7c1e7b(0x134)]=JSON[_0x7c1e7b(0xf7)](_0x292f1b[_0x7c1e7b(0xec)]['accessibilityOptions']));const _0x9babd3=_0x4b204f[_0x7c1e7b(0x10e)](),_0x1145be=await _0xad156c['MBaUE'](getUserPlaywrightConfig,_0x43f6c2,_0x4b204f);if(helper['isUndefined'](_0x1145be)){_0xad156c[_0x7c1e7b(0x16e)](spawnOriginalProcess,_0x9babd3);return;}const _0x3f9db6=_0x1145be[_0x7c1e7b(0x16b)]?path[_0x7c1e7b(0x140)](_0x1145be[_0x7c1e7b(0x16b)]):process[_0x7c1e7b(0x13c)]();process[_0x7c1e7b(0x12f)][_0x7c1e7b(0x168)]=_0x3f9db6,await PerformanceTester['measureWrapper'](PerformanceEvents[_0x7c1e7b(0x10c)],async()=>{const _0x2bdad3=_0x7c1e7b;await TestHubHandler[_0x2bdad3(0xee)](FRAMEWORKS[_0x2bdad3(0x160)],_0x292f1b),_0x5f0af2&&_0xad156c[_0x2bdad3(0x16e)](handleO11yRerun,_0x4b204f);})();let _0x35c085=_0xad156c[_0x7c1e7b(0x161)](process[_0x7c1e7b(0x12f)][_0x7c1e7b(0x167)],_0xad156c[_0x7c1e7b(0x14f)]);_0x35c085=_0x35c085||_0xad156c[_0x7c1e7b(0x16e)](checkAccessibilityPlatformConfig,_0x292f1b[_0x7c1e7b(0xec)]),process[_0x7c1e7b(0x12f)][_0x7c1e7b(0x167)]=_0x35c085;_0x35c085&&_0xad156c[_0x7c1e7b(0x16e)](setAccessibilityCapabilities,_0x292f1b[_0x7c1e7b(0xec)]);const _0x594164=path['join'](_0x1145be['path']?path['dirname'](_0x1145be[_0x7c1e7b(0x16b)]):process[_0x7c1e7b(0x13c)](),_0xad156c[_0x7c1e7b(0x14c)]);fs[_0x7c1e7b(0x11d)](_0x594164,helper[_0x7c1e7b(0x126)](_0x292f1b[_0x7c1e7b(0xec)])),process[_0x7c1e7b(0x12f)]['BROWSERSTACK_SETUP_CONFIG_PATH']=_0x594164,helper[_0x7c1e7b(0x11e)]();let _0x7b890a='';_0xad156c[_0x7c1e7b(0x101)](helper[_0x7c1e7b(0x14a)](),constants[_0x7c1e7b(0xf2)][_0x7c1e7b(0xf4)])?_0x7b890a=_0xad156c['CZOwV']:_0x7b890a=_0xad156c[_0x7c1e7b(0x111)];let _0x3dd896='';if(helper[_0x7c1e7b(0xff)](_0x1145be[_0x7c1e7b(0x16b)])){_0x3dd896='\x0a\x0a\x20\x20\x20\x20import\x20pkg\x20from\x20\x27browserstack-node-sdk\x27;\x0a\x20\x20\x20\x20export\x20default\x20pkg._modifyPlaywright()\x0a';const _0x24dc5c=_0x7b890a[_0x7c1e7b(0xe4)]('.');_0x24dc5c[_0xad156c[_0x7c1e7b(0x10a)](_0x24dc5c[_0x7c1e7b(0xd7)],0x1)]='ts',_0x7b890a=_0x24dc5c[_0x7c1e7b(0xd6)]('.'),logger[_0x7c1e7b(0xe2)](_0xad156c[_0x7c1e7b(0xf9)](_0xad156c[_0x7c1e7b(0xd4)],_0x7b890a));}else _0x3dd896=_0x7c1e7b(0x159);const _0x21f7d9=path[_0x7c1e7b(0xd6)](_0x1145be[_0x7c1e7b(0x16b)]?path[_0x7c1e7b(0x140)](_0x1145be[_0x7c1e7b(0x16b)]):process['cwd'](),_0x7b890a);let _0xc92952=_0x1145be[_0x7c1e7b(0x16b)]?_0x1145be[_0x7c1e7b(0x16b)]:'';_0xc92952=_0xad156c[_0x7c1e7b(0x11b)](_0xc92952['length'],0x0)?path[_0x7c1e7b(0x162)](_0xc92952):'',process['env'][_0x7c1e7b(0x146)]=_0xc92952;const _0x414faf=helper[_0x7c1e7b(0xd8)](_0x292f1b['config']);_0x414faf&&(_0x3dd896=_0xad156c[_0x7c1e7b(0xf9)](_0x7c1e7b(0xf6)+_0x414faf+'\x22;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20let\x20bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}catch{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20This\x20is\x20a\x20failsafe\x20if\x20global-agent\x20present\x20inside\x20sdk\x20node_modules\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22).bootstrap;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20bootstrap();',_0x3dd896));helper['filterBrowserstackArgs']({},_0x4b204f),fs['writeFileSync'](_0x21f7d9,_0x3dd896),PerformanceTester[_0x7c1e7b(0x10f)](PerformanceEvents[_0x7c1e7b(0x105)]);const _0xd4fdef=_0xad156c['AKGHa'](spawn,_0xad156c['XPZBh'],[_0xad156c[_0x7c1e7b(0x108)],_0xad156c['IMCmo'],_0xad156c['Xvswr'],_0x21f7d9,..._0x4b204f['slice'](0x2)],{'shell':_0xad156c[_0x7c1e7b(0x121)](process[_0x7c1e7b(0xd5)],_0xad156c[_0x7c1e7b(0x120)]),'stdio':_0xad156c[_0x7c1e7b(0x166)],'cwd':process['cwd'](),'env':Object[_0x7c1e7b(0x16d)]({},process['env'],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x7c1e7b(0xd2)](_0x43f6c2),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x292f1b[_0x7c1e7b(0xec)]['testContextOptions'][_0x7c1e7b(0x132)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x292f1b[_0x7c1e7b(0xec)]['testContextOptions']['skipSessionName'],'BROWSERSTACK_LOG_LEVEL':_0x292f1b['config']['logLevel']})}),_0x534d78=()=>{const _0x335d30=_0x7c1e7b;try{const _0x3a91e1=path[_0x335d30(0xd6)](helper[_0x335d30(0x135)](),_0x4203dd['ZUkOs'],_0x4203dd['fdbWF']);if(fs['existsSync'](_0x3a91e1)){let _0x1a9140=fs['readFileSync'](_0x3a91e1);_0x1a9140=JSON[_0x335d30(0x157)](_0x1a9140),_0x292f1b[_0x335d30(0xf5)]=_0x1a9140,fs['unlinkSync'](_0x3a91e1);}}catch(_0x1d6855){logger['debug'](_0x4203dd[_0x335d30(0x10b)](_0x4203dd[_0x335d30(0xef)],_0x1d6855));}};_0xd4fdef['on'](_0xad156c['gHgkt'],async _0x25fa9d=>{const _0x358670=_0x7c1e7b;try{const _0x66269a=_0x4203dd[_0x358670(0x10d)][_0x358670(0xe4)]('|');let _0x511d8f=0x0;while(!![]){switch(_0x66269a[_0x511d8f++]){case'0':process[_0x358670(0x156)]=_0x25fa9d;continue;case'1':logger[_0x358670(0xe2)](_0x358670(0x148)+_0x25fa9d);continue;case'2':await TestHubHandler['stop']();continue;case'3':logger[_0x358670(0xe3)](_0x358670(0x106)+_0x21f7d9);continue;case'4':_0x4203dd[_0x358670(0x117)](_0x534d78);continue;case'5':await utilities[_0x358670(0x136)](_0x292f1b);continue;case'6':PerformanceTester[_0x358670(0xdd)](PerformanceEvents[_0x358670(0x13e)]);continue;case'7':fs[_0x358670(0x144)](_0x21f7d9);continue;case'8':_0x4203dd[_0x358670(0x117)](printBuildLink);continue;case'9':logger[_0x358670(0xe2)](_0x358670(0x106)+_0x594164);continue;case'10':fs[_0x358670(0x144)](_0x594164);continue;}break;}}catch(_0x4b4897){logger[_0x358670(0xe2)](_0x4203dd[_0x358670(0xde)](_0x4203dd['PYdPf'],_0x4b4897));}});})();}module['exports']=run;
@@ -1 +1 @@
1
- const a36_0x50e44d=a36_0x57cb;function a36_0x4a77(){const _0x22d52c=['child_process','563000VgzTHV','config','fork','875148gmNYiU','requirePWModule','../../helpers/helper','1.33.0','../../helpers/test-observability/utils','debug','RgEYs','362864hZlCEX','exports','Path\x20','./reporter/pwUtils','resolve','Call\x20to\x20child\x20fork\x20with\x20args\x20','error','MSkdb','toString','1BBQvPY','\x20is\x20not\x20found','includes','apply','format','1351LBExUk','Not\x20able\x20to\x20import\x20globalSetup','../../helpers/test-observability/constants','2292TNZbOZ','240537ypQyQL','util','Got\x20exception\x20while\x20mocking\x20isWorkerRedundant:\x20','ORZlP','env','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','yvPso','85923VhCkIK','function','EiEEu','JhSIn','kcsHT','1693552GTocGR','compareVersions','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','BFKAn','RKEXX','190LLddVU','isHandlePWErrorSet','./mock-process.js','lVTHb'];a36_0x4a77=function(){return _0x22d52c;};return a36_0x4a77();}(function(_0x669d57,_0x40ae41){const _0xea3a4d=a36_0x57cb,_0x47e8fe=_0x669d57();while(!![]){try{const _0x56ef83=-parseInt(_0xea3a4d(0x1d0))/0x1*(-parseInt(_0xea3a4d(0x1c7))/0x2)+parseInt(_0xea3a4d(0x1d9))/0x3+parseInt(_0xea3a4d(0x1c0))/0x4+parseInt(_0xea3a4d(0x1bd))/0x5+parseInt(_0xea3a4d(0x1d8))/0x6*(-parseInt(_0xea3a4d(0x1d5))/0x7)+-parseInt(_0xea3a4d(0x1e5))/0x8+parseInt(_0xea3a4d(0x1e0))/0x9*(-parseInt(_0xea3a4d(0x1ea))/0xa);if(_0x56ef83===_0x40ae41)break;else _0x47e8fe['push'](_0x47e8fe['shift']());}catch(_0x5e2491){_0x47e8fe['push'](_0x47e8fe['shift']());}}}(a36_0x4a77,0x1ece9));function a36_0x57cb(_0x2bac97,_0x5abbb2){const _0x4a7734=a36_0x4a77();return a36_0x57cb=function(_0x57cb29,_0x5c572c){_0x57cb29=_0x57cb29-0x1bd;let _0x1bdba8=_0x4a7734[_0x57cb29];return _0x1bdba8;},a36_0x57cb(_0x2bac97,_0x5abbb2);}const util=require(a36_0x50e44d(0x1da)),child_process=require(a36_0x50e44d(0x1ee)),{FRAMEWORKS}=require(a36_0x50e44d(0x1d7)),{getFrameworkVersion,debug}=require(a36_0x50e44d(0x1c4)),helper=require(a36_0x50e44d(0x1c2)),{getLoadUtilsPath,getForkProcessPath}=require(a36_0x50e44d(0x1ca)),{mockIsWorkerRedundant}=require('./patches'),logger=require('../../helpers/logger')['winstonLogger'];module[a36_0x50e44d(0x1c8)]=async function(_0x4d2533){const _0x171f10=a36_0x50e44d,_0x26c8e0={'BFKAn':function(_0x458d1f,_0x4c3898){return _0x458d1f(_0x4c3898);},'RgEYs':function(_0x4e6e43){return _0x4e6e43();},'EtdRn':_0x171f10(0x1ec),'RKEXX':function(_0xe7bd55){return _0xe7bd55();},'EiEEu':function(_0x6a38d7,_0x19bf86){return _0x6a38d7(_0x19bf86);},'kcsHT':'Running\x20existing\x20global\x20setup','yvPso':function(_0x35a23e,_0xd8b010){return _0x35a23e>=_0xd8b010;},'ORZlP':_0x171f10(0x1c3),'HVtto':function(_0x3b4840,_0x13e9bb,_0x550e5a){return _0x3b4840(_0x13e9bb,_0x550e5a);},'lVTHb':function(_0x2ebd45,_0x5d4dda){return _0x2ebd45!==_0x5d4dda;},'MSkdb':_0x171f10(0x1e1),'fAsfs':_0x171f10(0x1d6),'JhSIn':function(_0x4e8c2d,_0x3d1d6d){return _0x4e8c2d(_0x3d1d6d);}},_0x3ea3c4=child_process[_0x171f10(0x1bf)];if(helper[_0x171f10(0x1eb)]())try{_0x26c8e0[_0x171f10(0x1c6)](mockIsWorkerRedundant);}catch(_0x53a3ae){logger[_0x171f10(0x1c5)](_0x171f10(0x1db)+util[_0x171f10(0x1d4)](_0x53a3ae));}child_process[_0x171f10(0x1bf)]=function(){const _0x24df14=_0x171f10;return _0x26c8e0[_0x24df14(0x1e8)](debug,_0x24df14(0x1cc)+arguments[0x0]),arguments[0x0][_0x24df14(0x1d2)](_0x26c8e0['RgEYs'](getForkProcessPath))?arguments[0x0]=require[_0x24df14(0x1cb)](_0x26c8e0['EtdRn']):logger[_0x24df14(0x1cd)](_0x24df14(0x1c9)+_0x26c8e0[_0x24df14(0x1e9)](getForkProcessPath)+_0x24df14(0x1d1)),_0x3ea3c4[_0x24df14(0x1d3)](null,arguments);};if(process['env'][_0x171f10(0x1e7)]){_0x26c8e0[_0x171f10(0x1e2)](debug,_0x26c8e0[_0x171f10(0x1e4)]);try{const {loadGlobalHook:_0x5dde51}=helper[_0x171f10(0x1c1)]['apply'](null,_0x26c8e0[_0x171f10(0x1c6)](getLoadUtilsPath)),_0x3ce74b=_0x26c8e0['BFKAn'](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);let _0x1ed016=_0x4d2533;if(_0x26c8e0[_0x171f10(0x1df)](helper[_0x171f10(0x1e6)](_0x3ce74b,_0x26c8e0[_0x171f10(0x1dc)]),0x0)){const _0x292865={};_0x292865[_0x171f10(0x1be)]=_0x4d2533,_0x1ed016=_0x292865;}const _0x4fd687=await _0x26c8e0['HVtto'](_0x5dde51,_0x1ed016,process[_0x171f10(0x1dd)][_0x171f10(0x1e7)]);if(_0x26c8e0[_0x171f10(0x1ed)](typeof _0x4fd687,_0x26c8e0[_0x171f10(0x1ce)]))throw new Error(_0x26c8e0['fAsfs']);return _0x4fd687[_0x171f10(0x1d3)](null,arguments);}catch(_0x3ed33a){_0x26c8e0[_0x171f10(0x1e3)](debug,_0x171f10(0x1de)+_0x3ed33a[_0x171f10(0x1cf)]());}}};
1
+ const a36_0x1a4c61=a36_0x5979;function a36_0x1417(){const _0x5a2969=['util','../../helpers/helper','PLAYWRIGHT','4601610TfVQzh','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','../../helpers/test-observability/constants','Running\x20existing\x20global\x20setup','../../helpers/test-observability/utils','../../helpers/logger','6iwCFvP','apply','311982IYchIA','1308HNyVDj','fork','wRxkL','249638ChpmQS','RXhdV','./reporter/pwUtils','Path\x20','Not\x20able\x20to\x20import\x20globalSetup','winstonLogger','7943634udIsEs','env','resolve','960264tUJNZi','133ZWEKKq','compareVersions','isHandlePWErrorSet','290112mrBWcb','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','./mock-process.js','Call\x20to\x20child\x20fork\x20with\x20args\x20','function','7045iojzpC','UUeFN','debug','includes','Got\x20exception\x20while\x20mocking\x20isWorkerRedundant:\x20','mONmK','./patches','xrrjq','child_process','ukPeN','config','requirePWModule','exports','nOHfs'];a36_0x1417=function(){return _0x5a2969;};return a36_0x1417();}(function(_0x17441f,_0x1a0f2f){const _0x12a5ec=a36_0x5979,_0xcd0bde=_0x17441f();while(!![]){try{const _0x129310=parseInt(_0x12a5ec(0x10c))/0x1*(-parseInt(_0x12a5ec(0x106))/0x2)+-parseInt(_0x12a5ec(0x108))/0x3+-parseInt(_0x12a5ec(0x109))/0x4*(-parseInt(_0x12a5ec(0xef))/0x5)+-parseInt(_0x12a5ec(0x115))/0x6+-parseInt(_0x12a5ec(0x116))/0x7*(-parseInt(_0x12a5ec(0xea))/0x8)+parseInt(_0x12a5ec(0x112))/0x9+-parseInt(_0x12a5ec(0x100))/0xa;if(_0x129310===_0x1a0f2f)break;else _0xcd0bde['push'](_0xcd0bde['shift']());}catch(_0x11901a){_0xcd0bde['push'](_0xcd0bde['shift']());}}}(a36_0x1417,0x888a8));function a36_0x5979(_0x4b8df8,_0x9fabc7){const _0x1417be=a36_0x1417();return a36_0x5979=function(_0x59797f,_0x31768e){_0x59797f=_0x59797f-0xea;let _0x1130d9=_0x1417be[_0x59797f];return _0x1130d9;},a36_0x5979(_0x4b8df8,_0x9fabc7);}const util=require(a36_0x1a4c61(0xfd)),child_process=require(a36_0x1a4c61(0xf7)),{FRAMEWORKS}=require(a36_0x1a4c61(0x102)),{getFrameworkVersion,debug}=require(a36_0x1a4c61(0x104)),helper=require(a36_0x1a4c61(0xfe)),{getLoadUtilsPath,getForkProcessPath}=require(a36_0x1a4c61(0x10e)),{mockIsWorkerRedundant}=require(a36_0x1a4c61(0xf5)),logger=require(a36_0x1a4c61(0x105))[a36_0x1a4c61(0x111)];module[a36_0x1a4c61(0xfb)]=async function(_0x51d149){const _0x118cd2=a36_0x1a4c61,_0x3db666={'RXhdV':function(_0xc8b46f,_0x5b808f){return _0xc8b46f(_0x5b808f);},'nOHfs':function(_0x1977fa){return _0x1977fa();},'XVDor':_0x118cd2(0xec),'xrrjq':function(_0x43a184){return _0x43a184();},'wRxkL':_0x118cd2(0x103),'ukPeN':function(_0x4ccc7f,_0x5039c7){return _0x4ccc7f>=_0x5039c7;},'TVwoG':'1.33.0','UUeFN':function(_0xb7da38,_0x34b4c0,_0xdb25fa){return _0xb7da38(_0x34b4c0,_0xdb25fa);},'mvFId':function(_0x489f6d,_0x3a1291){return _0x489f6d!==_0x3a1291;},'mONmK':_0x118cd2(0xee),'CYgNz':_0x118cd2(0x110)},_0xeae46f=child_process['fork'];if(helper[_0x118cd2(0x118)]())try{_0x3db666[_0x118cd2(0xfc)](mockIsWorkerRedundant);}catch(_0x596976){logger[_0x118cd2(0xf1)](_0x118cd2(0xf3)+util['format'](_0x596976));}child_process[_0x118cd2(0x10a)]=function(){const _0x1f1928=_0x118cd2;return _0x3db666['RXhdV'](debug,_0x1f1928(0xed)+arguments[0x0]),arguments[0x0][_0x1f1928(0xf2)](_0x3db666[_0x1f1928(0xfc)](getForkProcessPath))?arguments[0x0]=require[_0x1f1928(0x114)](_0x3db666['XVDor']):logger['error'](_0x1f1928(0x10f)+_0x3db666[_0x1f1928(0xf6)](getForkProcessPath)+'\x20is\x20not\x20found'),_0xeae46f['apply'](null,arguments);};if(process[_0x118cd2(0x113)][_0x118cd2(0x101)]){_0x3db666[_0x118cd2(0x10d)](debug,_0x3db666[_0x118cd2(0x10b)]);try{const {loadGlobalHook:_0x149f45}=helper[_0x118cd2(0xfa)][_0x118cd2(0x107)](null,_0x3db666[_0x118cd2(0xfc)](getLoadUtilsPath)),_0x52e7d5=_0x3db666['RXhdV'](getFrameworkVersion,FRAMEWORKS[_0x118cd2(0xff)]);let _0x3c3d3d=_0x51d149;if(_0x3db666[_0x118cd2(0xf8)](helper[_0x118cd2(0x117)](_0x52e7d5,_0x3db666['TVwoG']),0x0)){const _0x4ea123={};_0x4ea123[_0x118cd2(0xf9)]=_0x51d149,_0x3c3d3d=_0x4ea123;}const _0x1d4fff=await _0x3db666[_0x118cd2(0xf0)](_0x149f45,_0x3c3d3d,process['env'][_0x118cd2(0x101)]);if(_0x3db666['mvFId'](typeof _0x1d4fff,_0x3db666[_0x118cd2(0xf4)]))throw new Error(_0x3db666['CYgNz']);return _0x1d4fff[_0x118cd2(0x107)](null,arguments);}catch(_0x1a54f9){_0x3db666[_0x118cd2(0x10d)](debug,_0x118cd2(0xeb)+_0x1a54f9['toString']());}}};