browserstack-node-sdk 1.34.55 → 1.34.57

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 (137) 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/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a48_0x48cd(_0x109131,_0x86efd2){const _0x1fb175=a48_0x1fb1();return a48_0x48cd=function(_0x48cd40,_0x1bfdb1){_0x48cd40=_0x48cd40-0x124;let _0x277b34=_0x1fb175[_0x48cd40];return _0x277b34;},a48_0x48cd(_0x109131,_0x86efd2);}const a48_0x5e0e55=a48_0x48cd;function a48_0x1fb1(){const _0x44c205=['179806ehOhmY','JIdBU','330888XheWzb','vanillaWorker','cucumberWorker','24vkPUpL','MJAvU','152480AhfrlY','2270YObGZl','1384zNuDDm','1006TPNuSQ','1034880mftOqZ','98LUvwUm','eDsmc','7970859zdkXxo','./runTest','1923428GODRSe','worker'];a48_0x1fb1=function(){return _0x44c205;};return a48_0x1fb1();}(function(_0x3632fe,_0x4b3339){const _0x1d619d=a48_0x48cd,_0x374180=_0x3632fe();while(!![]){try{const _0x19678e=parseInt(_0x1d619d(0x125))/0x1*(-parseInt(_0x1d619d(0x126))/0x2)+-parseInt(_0x1d619d(0x127))/0x3+-parseInt(_0x1d619d(0x12c))/0x4+-parseInt(_0x1d619d(0x135))/0x5*(parseInt(_0x1d619d(0x133))/0x6)+-parseInt(_0x1d619d(0x128))/0x7*(parseInt(_0x1d619d(0x130))/0x8)+-parseInt(_0x1d619d(0x12a))/0x9+parseInt(_0x1d619d(0x124))/0xa*(parseInt(_0x1d619d(0x12e))/0xb);if(_0x19678e===_0x4b3339)break;else _0x374180['push'](_0x374180['shift']());}catch(_0x3efe1b){_0x374180['push'](_0x374180['shift']());}}}(a48_0x1fb1,0x92f1c));const {runTest,runCucumberTest,runVanillaTest}=require(a48_0x5e0e55(0x12b));exports[a48_0x5e0e55(0x12d)]=async(_0x19bd89,_0xf08e0f)=>{const _0x400847=a48_0x5e0e55,_0x32e91b={'eDsmc':function(_0x58aefb,_0x1f448e,_0x10777c){return _0x58aefb(_0x1f448e,_0x10777c);}};return await _0x32e91b[_0x400847(0x129)](runTest,_0x19bd89,_0xf08e0f);},exports[a48_0x5e0e55(0x132)]=async(_0x365eb9,_0x28fb7f,_0x26eb44,_0x567f97,_0x433ea9)=>{const _0x563043=a48_0x5e0e55,_0x1f71d0={'JIdBU':function(_0x13faa0,_0x198eba,_0x48f4a6,_0x3c6bb8,_0x1d27de,_0xbbdbcb){return _0x13faa0(_0x198eba,_0x48f4a6,_0x3c6bb8,_0x1d27de,_0xbbdbcb);}};return await _0x1f71d0[_0x563043(0x12f)](runCucumberTest,_0x365eb9,_0x28fb7f,_0x26eb44,_0x567f97,_0x433ea9);},exports[a48_0x5e0e55(0x131)]=async _0xbf918b=>{const _0x65a664=a48_0x5e0e55,_0x1f7f54={'MJAvU':function(_0x556dad,_0x30e9fb){return _0x556dad(_0x30e9fb);}};return await _0x1f7f54[_0x65a664(0x134)](runVanillaTest,_0xbf918b);};
1
+ function a48_0x26c3(_0x3a6719,_0x2bcc4e){const _0x504b75=a48_0x504b();return a48_0x26c3=function(_0x26c38c,_0xbd5f8f){_0x26c38c=_0x26c38c-0x115;let _0x3c6543=_0x504b75[_0x26c38c];return _0x3c6543;},a48_0x26c3(_0x3a6719,_0x2bcc4e);}function a48_0x504b(){const _0x196faa=['6853uBsMOq','7950mYWLFI','21221695XPhgXb','./runTest','QSxRi','vanillaWorker','SXooq','4873785upzyIF','499209JsgrcU','PsgGV','18yqhjPH','3139484QMrreJ','cucumberWorker','298553IVzSbf','8kckFXw','12952341NAMltr','10CWieQe'];a48_0x504b=function(){return _0x196faa;};return a48_0x504b();}const a48_0x2ab333=a48_0x26c3;(function(_0x1d8bce,_0x57e972){const _0x4cc9f0=a48_0x26c3,_0x595bd0=_0x1d8bce();while(!![]){try{const _0x2c20e9=parseInt(_0x4cc9f0(0x11d))/0x1+-parseInt(_0x4cc9f0(0x11a))/0x2*(-parseInt(_0x4cc9f0(0x118))/0x3)+parseInt(_0x4cc9f0(0x11b))/0x4+-parseInt(_0x4cc9f0(0x117))/0x5+parseInt(_0x4cc9f0(0x122))/0x6*(-parseInt(_0x4cc9f0(0x121))/0x7)+-parseInt(_0x4cc9f0(0x11e))/0x8*(parseInt(_0x4cc9f0(0x11f))/0x9)+parseInt(_0x4cc9f0(0x120))/0xa*(parseInt(_0x4cc9f0(0x123))/0xb);if(_0x2c20e9===_0x57e972)break;else _0x595bd0['push'](_0x595bd0['shift']());}catch(_0xac7196){_0x595bd0['push'](_0x595bd0['shift']());}}}(a48_0x504b,0xc31ef));const {runTest,runCucumberTest,runVanillaTest}=require(a48_0x2ab333(0x124));exports['worker']=async(_0x4b5be4,_0x3992f0)=>{const _0x456d74=a48_0x2ab333,_0x24b8f9={'QSxRi':function(_0x70fe8,_0x4d8bc2,_0x4013f5){return _0x70fe8(_0x4d8bc2,_0x4013f5);}};return await _0x24b8f9[_0x456d74(0x125)](runTest,_0x4b5be4,_0x3992f0);},exports[a48_0x2ab333(0x11c)]=async(_0x2e08ea,_0x17cf78,_0x559ad9,_0x2f5ea7,_0x203fe2)=>{const _0x5d21a1=a48_0x2ab333,_0x485895={'PsgGV':function(_0x11864d,_0x4a78aa,_0x348942,_0x1541a0,_0x1c3470,_0x270ce2){return _0x11864d(_0x4a78aa,_0x348942,_0x1541a0,_0x1c3470,_0x270ce2);}};return await _0x485895[_0x5d21a1(0x119)](runCucumberTest,_0x2e08ea,_0x17cf78,_0x559ad9,_0x2f5ea7,_0x203fe2);},exports[a48_0x2ab333(0x115)]=async _0x2d2048=>{const _0x17c4d3=a48_0x2ab333,_0x13fb3b={'SXooq':function(_0x4e984a,_0x502079){return _0x4e984a(_0x502079);}};return await _0x13fb3b[_0x17c4d3(0x116)](runVanillaTest,_0x2d2048);};
@@ -1 +1 @@
1
- var a49_0x206c31=a49_0x3802;(function(_0x2d2a5f,_0x24a37d){var _0x516fa0=a49_0x3802,_0x47457c=_0x2d2a5f();while(!![]){try{var _0x2197cf=-parseInt(_0x516fa0(0xc9))/0x1+parseInt(_0x516fa0(0x134))/0x2+parseInt(_0x516fa0(0xd1))/0x3+parseInt(_0x516fa0(0xd4))/0x4*(parseInt(_0x516fa0(0x101))/0x5)+parseInt(_0x516fa0(0xd0))/0x6+-parseInt(_0x516fa0(0x100))/0x7+-parseInt(_0x516fa0(0x107))/0x8;if(_0x2197cf===_0x24a37d)break;else _0x47457c['push'](_0x47457c['shift']());}catch(_0x5be7f9){_0x47457c['push'](_0x47457c['shift']());}}}(a49_0x58fa,0xb3c53));var a49_0x316b8a={};a49_0x316b8a['INFO']=a49_0x206c31(0xc3),a49_0x316b8a['HELP']=a49_0x206c31(0xce);var a49_0x18b7ff={};a49_0x18b7ff[a49_0x206c31(0xfe)]=a49_0x206c31(0xdd);var a49_0x58e393={};a49_0x58e393[a49_0x206c31(0xfe)]=a49_0x206c31(0x157);var a49_0x58d0d9={};a49_0x58d0d9['INFO']=a49_0x206c31(0x103);var a49_0x2eece9={};a49_0x2eece9[a49_0x206c31(0xfe)]=a49_0x206c31(0x105);var a49_0x2ac7e6={};a49_0x2ac7e6[a49_0x206c31(0xfe)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';function a49_0x58fa(){var _0x5a6d39=['^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','Run\x20cucumber-js\x20tests\x20on\x20browserstack','HST','Run\x20js\x20tests\x20on\x20browserstack','TCG_URL','18647096usHBtc','browserstack.overridelocalInfo.userAuthToken','PERCY_SUPPORTED_FRAMEWORKS','CUCUMBER','ATS_WSS_URL_REGEX','commonjs','automation','proxyPassword','...[TRUNCATED]','ERR_TUNNEL_CONNECTION_FAILED','SDKTestTcgDownResponse','AUTOLOGCAPTURE_NOTIFICATION','https://eds.browserstack.com','vanilla','APP_AUTOMATE_PRODUCTS','ATS_HUB_URL_REGEX','SDKTestTcgProxyFailure','edgeOptions','testObservability','https://automate.browserstack.com/dashboard/v2/builds/','uniqueDependency','CUSTOM_ID_REGEX','AUTOMATE','httpsProxy','rerunTests','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','VALID_APP_EXTENSION','INTEGRATIONS','ERR_CONNECTION_RESET','.aab','turboScaleOptions','testContextOptions','acceptSslCerts','ERR_CONNECTION_REFUSED','acceptSslCert','https://api-cloud.browserstack.com','hubUrl','parallelsPerPlatform','browserstack.userName','SDK_INSTRUMENTATION_CONFIG','https://hub.browserstack.com/wd/hub','ERR_ADDRESS_UNREACHABLE','UPGRADE_REQUIRED','AI_ENABLED_FRAMEWORK','2207876iJemJn','MOCHA','firefoxOptions','AI_INIT_FAILURE','invalidKeys','HEALING_LOG_DATA_TIMEOUT','TCG_AUTH_TIMEOUT','framework','PRIVATE_DOMAIN_OR_IP_REGEX','SDKTestInitFailedResponse','VERSION','browserstackLocal','CODECEPTJS','testObservabilityOptions','ieOptions','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','OBSERVABILITY_UPLOAD_URL','https://tcg.browserstack.com','SET_TCG_TOKEN_TIMEOUT','JEST','ERR_NAME_NOT_RESOLVED','APP_AUTOMATE','cucumber','browserstackAutomation','SDKTestTcgtInitSuccessful','sdk/v1/event','FUNNEL_INSTRUMENTATION_API_URL','SDKTestInvalidTcgAuthResponseWithUserImpact','FRAMEWORKS','BROWSERSTACK_AUTOMATE_URL','accessibilityOptions','acceptInsecureCerts','ROOT_REGEX','proxyPass','ERR_CONNECTION_TIMED_OUT','Run\x20mocha\x20tests\x20on\x20browserstack','NIGHTWATCH','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','proxyUrl','REDACTED_KEYS','ROOT_CAPS','.ipa','observability','httpProxy','PLAYWRIGHT_CONFIG_OPTION_ERRORS','CODECEPT','CODECEPT_CUCUMBER','ERR_BLOCKED_BY_CLIENT','Run\x20playwright\x20tests\x20on\x20Browserstack','pageLoadStrategy','shows\x20version\x20information','https://app-automate.browserstack.com/dashboard/v2/builds/','.apk','MODULE','percyCaptureMode','mocha','380551TnSevo','disableAutoCaptureLogs','ERR_SOCKS_CONNECTION_FAILED','customVariables','CI_ARTIFACTS_PATH','Specify\x20--help\x20for\x20available\x20options','TCG_AUTH_FAILURE','5477046GHnOWG','3169839WNAKZW','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','userName','13844kOcVeH','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','codeceptjs','ERR_CONNECTION_ABORTED','platforms','ERR_TIMED_OUT','ERR_NAME_RESOLUTION_FAILED','HUB_URL_REGEX','ERR_ADDRESS_INVALID','Run\x20jest\x20tests\x20on\x20browserstack','APP_UPLOAD_URL','ERR_PROXY_CONNECTION_FAILED','root','logLevel','BSTACK_DELTA','proxySettings','^[a-zA-Z0-9_.-]*$','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','localOptions','automate','percyOptions','HEALING_FAILURE_TIMEOUT','POLL_HEALING_RESULT_TIMEOUT','use','module','GIT_META_DATA_TRUNCATED','accessibility','ERR_NETWORK_CHANGED','EDS_URL','proxyUser','jest','app-automate','./browserstack-artifacts/','timeouts','BROWSERSTACK_API_URL','AI_PROXY_FAILURE','percy','browserStackLocalOptions','INVALID_INIT_RESP_WITH_USER_IMPACT','PACKAGE_TYPE','ERR_CONNECTION_CLOSED','ERR_CONNECTION_FAILED','INFO','mandatoryDependency','3169558YflILf','1195SLyGov'];a49_0x58fa=function(){return _0x5a6d39;};return a49_0x58fa();}var a49_0x21554={};a49_0x21554[a49_0x206c31(0xfe)]=a49_0x206c31(0xc1);var a49_0x11f673={};a49_0x11f673[a49_0x206c31(0xfe)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';var a49_0x48826c={};a49_0x48826c[a49_0x206c31(0xfe)]=a49_0x206c31(0xe5);var a49_0x391de0={};a49_0x391de0['INFO']=a49_0x206c31(0xd5);var a49_0x2c72d2={};a49_0x2c72d2['PLAYWRIGHT']='Playwright',a49_0x2c72d2[a49_0x206c31(0x135)]=a49_0x206c31(0xc8),a49_0x2c72d2[a49_0x206c31(0x147)]=a49_0x206c31(0xf2),a49_0x2c72d2[a49_0x206c31(0xbe)]=a49_0x206c31(0xd6),a49_0x2c72d2[a49_0x206c31(0xbf)]='codeceptjs-cucumber',a49_0x2c72d2[a49_0x206c31(0x10a)]=a49_0x206c31(0x14a);var a49_0x3f070b={};a49_0x3f070b[a49_0x206c31(0x138)]=a49_0x206c31(0x159),a49_0x3f070b[a49_0x206c31(0x11b)]=a49_0x206c31(0x120),a49_0x3f070b[a49_0x206c31(0xff)]=a49_0x206c31(0x121),a49_0x3f070b['invalidTestInputType']=a49_0x206c31(0xd2);var a49_0x445553={};a49_0x445553['COMMONJS']=a49_0x206c31(0x10c),a49_0x445553[a49_0x206c31(0xc6)]=a49_0x206c31(0xec);var a49_0x5d67ce={};a49_0x5d67ce[a49_0x206c31(0xe0)]=[a49_0x206c31(0xd3),'accessKey',a49_0x206c31(0x15f),a49_0x206c31(0x11e),a49_0x206c31(0xcc),a49_0x206c31(0x12e),'browserstack.accessKey',a49_0x206c31(0x10e),'authToken',a49_0x206c31(0x15a),a49_0x206c31(0x108)],a49_0x5d67ce[a49_0x206c31(0xf9)]=[a49_0x206c31(0xf1),a49_0x206c31(0x155),'localProxyUser','localProxyPass'];function a49_0x3802(_0x3de033,_0x1002ed){var _0x58fa12=a49_0x58fa();return a49_0x3802=function(_0x380230,_0x86241){_0x380230=_0x380230-0xbe;var _0x573727=_0x58fa12[_0x380230];return _0x573727;},a49_0x3802(_0x3de033,_0x1002ed);}var a49_0x44e08e={};a49_0x44e08e[a49_0x206c31(0x13f)]=a49_0x206c31(0x13f),a49_0x44e08e[a49_0x206c31(0xf9)]=a49_0x206c31(0xf9),a49_0x44e08e[a49_0x206c31(0xe6)]='browserStackLocalOptions',a49_0x44e08e[a49_0x206c31(0x12d)]='parallelsPerPlatform',a49_0x44e08e['platforms']=a49_0x206c31(0xd8),a49_0x44e08e[a49_0x206c31(0xe1)]=a49_0x206c31(0xe1),a49_0x44e08e['httpProxy']='httpProxy',a49_0x44e08e[a49_0x206c31(0x11e)]='httpsProxy',a49_0x44e08e['framework']=a49_0x206c31(0x13b),a49_0x44e08e[a49_0x206c31(0x127)]=a49_0x206c31(0x127),a49_0x44e08e[a49_0x206c31(0x119)]=a49_0x206c31(0x119),a49_0x44e08e['testObservabilityOptions']=a49_0x206c31(0x141),a49_0x44e08e[a49_0x206c31(0xcc)]='customVariables',a49_0x44e08e[a49_0x206c31(0x10d)]=a49_0x206c31(0x14b),a49_0x44e08e[a49_0x206c31(0x14b)]=a49_0x206c31(0x14b),a49_0x44e08e[a49_0x206c31(0x11f)]=a49_0x206c31(0x11f),a49_0x44e08e[a49_0x206c31(0xf8)]=a49_0x206c31(0xf8),a49_0x44e08e[a49_0x206c31(0xe8)]='percyOptions',a49_0x44e08e['percyCaptureMode']=a49_0x206c31(0xc7),a49_0x44e08e[a49_0x206c31(0xca)]=a49_0x206c31(0xca),a49_0x44e08e[a49_0x206c31(0xee)]=a49_0x206c31(0xee),a49_0x44e08e[a49_0x206c31(0x152)]=a49_0x206c31(0x152),a49_0x44e08e['turboScale']='turboScale',a49_0x44e08e['turboScaleOptions']=a49_0x206c31(0x126),a49_0x44e08e[a49_0x206c31(0xe3)]=a49_0x206c31(0xe3);var a49_0x18472b={};a49_0x18472b[a49_0x206c31(0x13e)]=a49_0x316b8a,a49_0x18472b[a49_0x206c31(0x147)]=a49_0x18b7ff,a49_0x18472b[a49_0x206c31(0x135)]=a49_0x58e393,a49_0x18472b[a49_0x206c31(0x10a)]=a49_0x58d0d9,a49_0x18472b['VANILLA']=a49_0x2eece9,a49_0x18472b[a49_0x206c31(0x158)]=a49_0x2ac7e6,a49_0x18472b['PLAYWRIGHT']=a49_0x21554,a49_0x18472b[a49_0x206c31(0x140)]=a49_0x11f673,a49_0x18472b[a49_0x206c31(0x104)]=a49_0x48826c,a49_0x18472b[a49_0x206c31(0x123)]=a49_0x391de0,a49_0x18472b[a49_0x206c31(0xe2)]=0xf*0x3c*0x3e8,a49_0x18472b[a49_0x206c31(0x12c)]=a49_0x206c31(0x130),a49_0x18472b[a49_0x206c31(0x106)]=a49_0x206c31(0x145),a49_0x18472b['TCG_REGION']=a49_0x206c31(0xeb),a49_0x18472b[a49_0x206c31(0xdb)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a49_0x18472b[a49_0x206c31(0x116)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a49_0x18472b[a49_0x206c31(0x10b)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a49_0x18472b[a49_0x206c31(0x15c)]=[a49_0x206c31(0x153),a49_0x206c31(0xc2),'strictFileInteractability','unhandledPromptBehavior',a49_0x206c31(0xf5),'browserName','browserVersion',a49_0x206c31(0x128),a49_0x206c31(0x12a),'chromeOptions',a49_0x206c31(0x136),a49_0x206c31(0x118),a49_0x206c31(0x142)],a49_0x18472b[a49_0x206c31(0x154)]=/^[\w-]+:.*$/,a49_0x18472b[a49_0x206c31(0x13c)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a49_0x18472b[a49_0x206c31(0xf0)]=a49_0x206c31(0x113),a49_0x18472b[a49_0x206c31(0xf6)]='https://api.browserstack.com',a49_0x18472b[a49_0x206c31(0xde)]=a49_0x206c31(0x12b),a49_0x18472b[a49_0x206c31(0x14e)]=a49_0x206c31(0x14d),a49_0x18472b['AUTOMATE_PRODUCTS']=[a49_0x206c31(0xe7),a49_0x206c31(0x15e)],a49_0x18472b[a49_0x206c31(0x115)]=[a49_0x206c31(0xf3),'observability'],a49_0x18472b[a49_0x206c31(0x143)]=[a49_0x206c31(0x15e)],a49_0x18472b[a49_0x206c31(0x144)]='https://upload-observability.browserstack.com',a49_0x18472b['OBSERVABILITY_SUPPORTED_FWS']=['mocha','Playwright'],a49_0x18472b[a49_0x206c31(0x11d)]=[a49_0x206c31(0xe7)],a49_0x18472b[a49_0x206c31(0x151)]=a49_0x206c31(0x11a),a49_0x18472b['BROWSERSTACK_APP_AUTOMATE_URL']=a49_0x206c31(0xc4),a49_0x18472b[a49_0x206c31(0x149)]=[a49_0x206c31(0xf3)],a49_0x18472b['NUDGE_LOCAL_ERRORS']=['ERR_FAILED',a49_0x206c31(0xd9),a49_0x206c31(0xc0),a49_0x206c31(0xef),'ERR_SOCKET_NOT_CONNECTED',a49_0x206c31(0xfc),a49_0x206c31(0x124),a49_0x206c31(0x129),a49_0x206c31(0xd7),a49_0x206c31(0xfd),a49_0x206c31(0x148),a49_0x206c31(0xdc),a49_0x206c31(0x131),a49_0x206c31(0x110),a49_0x206c31(0x156),a49_0x206c31(0xcb),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a49_0x206c31(0xdf),'ERR_NAME_NOT_RESOLVED',a49_0x206c31(0xda),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a49_0x18472b[a49_0x206c31(0x122)]=[a49_0x206c31(0xc5),a49_0x206c31(0x125),a49_0x206c31(0x15d)],a49_0x18472b[a49_0x206c31(0x11c)]=a49_0x206c31(0xe4),a49_0x18472b['SHAREABLE_ID_REGEX']=a49_0x206c31(0x102),a49_0x18472b[a49_0x206c31(0xcd)]=a49_0x206c31(0xf4),a49_0x18472b['PLAYWRIGHT_HUB_URL']='wss://cdp.browserstack.com/playwright?caps=',a49_0x18472b[a49_0x206c31(0x150)]=a49_0x2c72d2,a49_0x18472b[a49_0x206c31(0x109)]=[a49_0x206c31(0xf2),a49_0x206c31(0xc8)],a49_0x18472b[a49_0x206c31(0x160)]=a49_0x3f070b,a49_0x18472b[a49_0x206c31(0x112)]='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a49_0x18472b[a49_0x206c31(0xfb)]=a49_0x445553,a49_0x18472b['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a49_0x18472b[a49_0x206c31(0xed)]=a49_0x206c31(0x10f),a49_0x18472b[a49_0x206c31(0x132)]='Upgrade\x20required',a49_0x18472b['TCG_DOWN']=a49_0x206c31(0x111),a49_0x18472b[a49_0x206c31(0xfa)]=a49_0x206c31(0x14f),a49_0x18472b[a49_0x206c31(0xcf)]='SDKTestTcgAuthFailure',a49_0x18472b['AI_INIT_SUCCESSFUL']=a49_0x206c31(0x14c),a49_0x18472b[a49_0x206c31(0x137)]=a49_0x206c31(0x13d),a49_0x18472b[a49_0x206c31(0xf7)]=a49_0x206c31(0x117),a49_0x18472b[a49_0x206c31(0x13a)]=0x1388,a49_0x18472b[a49_0x206c31(0x146)]=0x1388,a49_0x18472b[a49_0x206c31(0x139)]=0x1388,a49_0x18472b[a49_0x206c31(0xe9)]=0x1388,a49_0x18472b[a49_0x206c31(0xea)]=0xc350,a49_0x18472b[a49_0x206c31(0x15b)]=a49_0x5d67ce,a49_0x18472b[a49_0x206c31(0x133)]=[a49_0x206c31(0x114),a49_0x206c31(0xd6)],a49_0x18472b[a49_0x206c31(0x12f)]=a49_0x44e08e,module['exports']=a49_0x18472b;
1
+ var a49_0x21bf4b=a49_0x452f;(function(_0x553a4d,_0x9c8d21){var _0x4dad04=a49_0x452f,_0x1fbe79=_0x553a4d();while(!![]){try{var _0x3664b3=parseInt(_0x4dad04(0x1ac))/0x1+-parseInt(_0x4dad04(0x19a))/0x2+parseInt(_0x4dad04(0x1d5))/0x3*(parseInt(_0x4dad04(0x221))/0x4)+parseInt(_0x4dad04(0x1c9))/0x5+-parseInt(_0x4dad04(0x1f8))/0x6+-parseInt(_0x4dad04(0x227))/0x7*(parseInt(_0x4dad04(0x222))/0x8)+-parseInt(_0x4dad04(0x1f6))/0x9*(-parseInt(_0x4dad04(0x1a1))/0xa);if(_0x3664b3===_0x9c8d21)break;else _0x1fbe79['push'](_0x1fbe79['shift']());}catch(_0xff690e){_0x1fbe79['push'](_0x1fbe79['shift']());}}}(a49_0xf684,0x934ba));var a49_0x24b829={};a49_0x24b829[a49_0x21bf4b(0x1e4)]=a49_0x21bf4b(0x1bd),a49_0x24b829[a49_0x21bf4b(0x1fe)]=a49_0x21bf4b(0x1ce);var a49_0x3cc6aa={};a49_0x3cc6aa[a49_0x21bf4b(0x1e4)]=a49_0x21bf4b(0x228);var a49_0x8f7c8e={};a49_0x8f7c8e[a49_0x21bf4b(0x1e4)]=a49_0x21bf4b(0x220);var a49_0x1cf3dc={};function a49_0x452f(_0x41b7c8,_0x6f7285){var _0xf684d2=a49_0xf684();return a49_0x452f=function(_0x452f84,_0x7bb67f){_0x452f84=_0x452f84-0x17c;var _0x4d335b=_0xf684d2[_0x452f84];return _0x4d335b;},a49_0x452f(_0x41b7c8,_0x6f7285);}a49_0x1cf3dc[a49_0x21bf4b(0x1e4)]=a49_0x21bf4b(0x1f4);var a49_0x2a1ca1={};a49_0x2a1ca1[a49_0x21bf4b(0x1e4)]=a49_0x21bf4b(0x217);var a49_0x56e1cb={};a49_0x56e1cb[a49_0x21bf4b(0x1e4)]=a49_0x21bf4b(0x207);var a49_0x38baa5={};a49_0x38baa5['INFO']=a49_0x21bf4b(0x1d4);var a49_0xef8f15={};a49_0xef8f15[a49_0x21bf4b(0x1e4)]=a49_0x21bf4b(0x1e3);var a49_0x5622b0={};a49_0x5622b0[a49_0x21bf4b(0x1e4)]=a49_0x21bf4b(0x20e);var a49_0x22ae46={};a49_0x22ae46['INFO']='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';var a49_0x5e2bb7={};a49_0x5e2bb7[a49_0x21bf4b(0x224)]=a49_0x21bf4b(0x1fa),a49_0x5e2bb7['MOCHA']=a49_0x21bf4b(0x219),a49_0x5e2bb7[a49_0x21bf4b(0x209)]=a49_0x21bf4b(0x215),a49_0x5e2bb7['CODECEPT']='codeceptjs',a49_0x5e2bb7[a49_0x21bf4b(0x1c4)]='codeceptjs-cucumber',a49_0x5e2bb7[a49_0x21bf4b(0x185)]=a49_0x21bf4b(0x191);var a49_0x2c1eeb={};a49_0x2c1eeb['invalidKeys']='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a49_0x2c1eeb[a49_0x21bf4b(0x1a9)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a49_0x2c1eeb[a49_0x21bf4b(0x1ae)]='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a49_0x2c1eeb[a49_0x21bf4b(0x1b7)]=a49_0x21bf4b(0x1db);var a49_0x531718={};a49_0x531718['COMMONJS']=a49_0x21bf4b(0x20f),a49_0x531718[a49_0x21bf4b(0x19b)]=a49_0x21bf4b(0x1ad);var a49_0x292c8d={};a49_0x292c8d[a49_0x21bf4b(0x17e)]=[a49_0x21bf4b(0x20b),a49_0x21bf4b(0x1be),a49_0x21bf4b(0x1fb),a49_0x21bf4b(0x1b4),a49_0x21bf4b(0x1bc),a49_0x21bf4b(0x198),a49_0x21bf4b(0x226),'proxyPassword',a49_0x21bf4b(0x1cd),a49_0x21bf4b(0x200),a49_0x21bf4b(0x19d)],a49_0x292c8d['browserStackLocalOptions']=[a49_0x21bf4b(0x1ed),a49_0x21bf4b(0x20d),a49_0x21bf4b(0x1ee),'localProxyPass'];function a49_0xf684(){var _0x246952=['CODECEPT_CUCUMBER','.apk','https://tcg.browserstack.com','ATS_WSS_URL_REGEX','FRAMEWORKS','4089920lnzOMM','turboScaleOptions','browserstackAutomation','strictFileInteractability','authToken','Specify\x20--help\x20for\x20available\x20options','SDKTestTcgAuthFailure','ERR_CONNECTION_RESET','rerunTests','https://app-automate.browserstack.com/dashboard/v2/builds/','ATS_HUB_URL_REGEX','Run\x20playwright\x20tests\x20on\x20Browserstack','57ZMgEeM','testObservabilityOptions','VALID_APP_EXTENSION','INVALID_INIT_RESP_WITH_USER_IMPACT','disableAutoCaptureLogs','SET_TCG_TOKEN_TIMEOUT','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','.aab','SDKTestTcgProxyFailure','percyCaptureMode','AI_INIT_SUCCESSFUL','acceptSslCert','PERCY_SUPPORTED_FRAMEWORKS','ERR_CONNECTION_REFUSED','Run\x20codeceptjs\x20tests\x20on\x20browserstack','INFO','SDK_INSTRUMENTATION_CONFIG','OBSERVABILITY_SUPPORTED_FWS','BSTACK_DELTA','TCG_REGION','observability','MOCHA','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','TCG_URL','proxyUser','localProxyUser','CUSTOM_ID_REGEX','percy','VANILLA','testObservability','parallelsPerPlatform','Run\x20cucumber-js\x20tests\x20on\x20browserstack','ROOT_REGEX','437490EgtOaZ','wss://cdp.browserstack.com/playwright?caps=','1537350GjrXtR','SDKTestTcgtInitSuccessful','Playwright','httpProxy','AI_PROXY_FAILURE','SDKTestInvalidTcgAuthResponseWithUserImpact','HELP','./browserstack-artifacts/','proxyUrl','logLevel','browserVersion','AUTOLOGCAPTURE_NOTIFICATION','ERR_FAILED','testContextOptions','ieOptions','Run\x20nightwatch\x20tests\x20on\x20browserstack','browserstackLocal','JEST','percyOptions','userName','exports','proxyPass','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','commonjs','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','https://api-cloud.browserstack.com','VERSION','ERR_TIMED_OUT','ERR_ADDRESS_UNREACHABLE','jest','codeceptjs','Run\x20js\x20tests\x20on\x20browserstack','SHAREABLE_ID_REGEX','mocha','.ipa','https://upload-observability.browserstack.com','BROWSERSTACK_API_URL','REDACTED_KEYS','ERR_ADDRESS_INVALID','TCG_AUTH_TIMEOUT','Run\x20mocha\x20tests\x20on\x20browserstack','24996hybLIq','8TZGnUU','SDKTestTcgDownResponse','PLAYWRIGHT','ERR_SOCKET_NOT_CONNECTED','browserstack.accessKey','6828857EDSghJ','Run\x20jest\x20tests\x20on\x20browserstack','MAX_GIT_META_DATA_SIZE_IN_BYTES','PACKAGE_TYPE','sdk/v1/event','NIGHTWATCH','root','APP_AUTOMATE_PRODUCTS','use','ERR_BLOCKED_BY_CLIENT','https://automate.browserstack.com/dashboard/v2/builds/','app-automate','TCG_DOWN','CUCUMBER','framework','chromeOptions','CODECEPTJS','https://hub.browserstack.com/wd/hub','browserStackLocalOptions','pageLoadStrategy','accessibility','localOptions','HEALING_FAILURE_TIMEOUT','automation','TCG_AUTH_FAILURE','cucumber','BROWSERSTACK_AUTOMATE_URL','FUNNEL_INSTRUMENTATION_API_URL','HEALING_LOG_DATA_TIMEOUT','POLL_HEALING_RESULT_TIMEOUT','turboScale','EDS_URL','browserstack.userName','OBSERVABILITY_UPLOAD_URL','447922JcHuOE','MODULE','ROOT_CAPS','browserstack.overridelocalInfo.userAuthToken','ERR_NAME_NOT_RESOLVED','SDKTestInitFailedResponse','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','110jhcIGL','https://api.browserstack.com','automate','https://eds.browserstack.com','HUB_URL_REGEX','hubUrl','PLAYWRIGHT_CONFIG_OPTION_ERRORS','accessibilityOptions','uniqueDependency','acceptInsecureCerts','^[a-zA-Z0-9_.-]*$','587634NPnsDY','module','mandatoryDependency','BROWSERSTACK_APP_AUTOMATE_URL','Upgrade\x20required','ERR_CONNECTION_CLOSED','ERR_SOCKS_CONNECTION_FAILED','platforms','httpsProxy','NUDGE_LOCAL_ERRORS','UPGRADE_REQUIRED','invalidTestInputType','firefoxOptions','proxySettings','GIT_META_DATA_TRUNCATED','edgeOptions','customVariables','shows\x20version\x20information','accessKey','PRIVATE_DOMAIN_OR_IP_REGEX','ERR_CONNECTION_TIMED_OUT','HST','APP_UPLOAD_URL','AUTOMATE_PRODUCTS'];a49_0xf684=function(){return _0x246952;};return a49_0xf684();}var a49_0x4e6069={};a49_0x4e6069[a49_0x21bf4b(0x208)]='browserstackLocal',a49_0x4e6069[a49_0x21bf4b(0x18a)]=a49_0x21bf4b(0x18a),a49_0x4e6069[a49_0x21bf4b(0x18d)]=a49_0x21bf4b(0x18a),a49_0x4e6069[a49_0x21bf4b(0x1f3)]=a49_0x21bf4b(0x1f3),a49_0x4e6069[a49_0x21bf4b(0x1b3)]='platforms',a49_0x4e6069[a49_0x21bf4b(0x201)]='logLevel',a49_0x4e6069[a49_0x21bf4b(0x1fb)]=a49_0x21bf4b(0x1fb),a49_0x4e6069[a49_0x21bf4b(0x1b4)]=a49_0x21bf4b(0x1b4),a49_0x4e6069[a49_0x21bf4b(0x186)]=a49_0x21bf4b(0x186),a49_0x4e6069[a49_0x21bf4b(0x205)]=a49_0x21bf4b(0x205),a49_0x4e6069[a49_0x21bf4b(0x1f2)]='testObservability',a49_0x4e6069[a49_0x21bf4b(0x1d6)]='testObservabilityOptions',a49_0x4e6069[a49_0x21bf4b(0x1bc)]=a49_0x21bf4b(0x1bc),a49_0x4e6069[a49_0x21bf4b(0x18f)]='browserstackAutomation',a49_0x4e6069[a49_0x21bf4b(0x1cb)]=a49_0x21bf4b(0x1cb),a49_0x4e6069['rerunTests']=a49_0x21bf4b(0x1d1),a49_0x4e6069[a49_0x21bf4b(0x1f0)]=a49_0x21bf4b(0x1f0),a49_0x4e6069[a49_0x21bf4b(0x20a)]=a49_0x21bf4b(0x20a),a49_0x4e6069[a49_0x21bf4b(0x1de)]=a49_0x21bf4b(0x1de),a49_0x4e6069[a49_0x21bf4b(0x1d9)]=a49_0x21bf4b(0x1d9),a49_0x4e6069[a49_0x21bf4b(0x18c)]=a49_0x21bf4b(0x18c),a49_0x4e6069[a49_0x21bf4b(0x1a8)]=a49_0x21bf4b(0x1a8),a49_0x4e6069[a49_0x21bf4b(0x196)]='turboScale',a49_0x4e6069[a49_0x21bf4b(0x1ca)]='turboScaleOptions',a49_0x4e6069[a49_0x21bf4b(0x1b9)]='proxySettings';var a49_0x3d3973={};a49_0x3d3973[a49_0x21bf4b(0x212)]=a49_0x24b829,a49_0x3d3973[a49_0x21bf4b(0x209)]=a49_0x3cc6aa,a49_0x3d3973[a49_0x21bf4b(0x1ea)]=a49_0x8f7c8e,a49_0x3d3973['CUCUMBER']=a49_0x1cf3dc,a49_0x3d3973[a49_0x21bf4b(0x1f1)]=a49_0x2a1ca1,a49_0x3d3973[a49_0x21bf4b(0x17d)]=a49_0x56e1cb,a49_0x3d3973['PLAYWRIGHT']=a49_0x38baa5,a49_0x3d3973[a49_0x21bf4b(0x188)]=a49_0xef8f15,a49_0x3d3973[a49_0x21bf4b(0x1c1)]=a49_0x5622b0,a49_0x3d3973['INTEGRATIONS']=a49_0x22ae46,a49_0x3d3973[a49_0x21bf4b(0x1e7)]=0xf*0x3c*0x3e8,a49_0x3d3973[a49_0x21bf4b(0x1a6)]=a49_0x21bf4b(0x189),a49_0x3d3973[a49_0x21bf4b(0x1ec)]=a49_0x21bf4b(0x1c6),a49_0x3d3973[a49_0x21bf4b(0x1e8)]=a49_0x21bf4b(0x180),a49_0x3d3973[a49_0x21bf4b(0x1a5)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a49_0x3d3973[a49_0x21bf4b(0x1d3)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a49_0x3d3973[a49_0x21bf4b(0x1c7)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a49_0x3d3973[a49_0x21bf4b(0x19c)]=[a49_0x21bf4b(0x1aa),a49_0x21bf4b(0x18b),a49_0x21bf4b(0x1cc),'unhandledPromptBehavior','timeouts','browserName',a49_0x21bf4b(0x202),'acceptSslCerts',a49_0x21bf4b(0x1e0),a49_0x21bf4b(0x187),a49_0x21bf4b(0x1b8),a49_0x21bf4b(0x1bb),a49_0x21bf4b(0x206)],a49_0x3d3973[a49_0x21bf4b(0x1f5)]=/^[\w-]+:.*$/,a49_0x3d3973[a49_0x21bf4b(0x1bf)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a49_0x3d3973[a49_0x21bf4b(0x197)]=a49_0x21bf4b(0x1a4),a49_0x3d3973[a49_0x21bf4b(0x21c)]=a49_0x21bf4b(0x1a2),a49_0x3d3973[a49_0x21bf4b(0x1c2)]=a49_0x21bf4b(0x211),a49_0x3d3973[a49_0x21bf4b(0x193)]=a49_0x21bf4b(0x17c),a49_0x3d3973[a49_0x21bf4b(0x1c3)]=[a49_0x21bf4b(0x1a3),a49_0x21bf4b(0x1e9)],a49_0x3d3973[a49_0x21bf4b(0x17f)]=['app-automate',a49_0x21bf4b(0x1e9)],a49_0x3d3973['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=['observability'],a49_0x3d3973[a49_0x21bf4b(0x199)]=a49_0x21bf4b(0x21b),a49_0x3d3973[a49_0x21bf4b(0x1e6)]=[a49_0x21bf4b(0x219),a49_0x21bf4b(0x1fa)],a49_0x3d3973['AUTOMATE']=[a49_0x21bf4b(0x1a3)],a49_0x3d3973[a49_0x21bf4b(0x192)]=a49_0x21bf4b(0x182),a49_0x3d3973[a49_0x21bf4b(0x1af)]=a49_0x21bf4b(0x1d2),a49_0x3d3973['APP_AUTOMATE']=[a49_0x21bf4b(0x183)],a49_0x3d3973[a49_0x21bf4b(0x1b5)]=[a49_0x21bf4b(0x204),a49_0x21bf4b(0x213),a49_0x21bf4b(0x181),'ERR_NETWORK_CHANGED',a49_0x21bf4b(0x225),a49_0x21bf4b(0x1b1),a49_0x21bf4b(0x1d0),a49_0x21bf4b(0x1e2),'ERR_CONNECTION_ABORTED','ERR_CONNECTION_FAILED',a49_0x21bf4b(0x19e),a49_0x21bf4b(0x21e),a49_0x21bf4b(0x214),'ERR_TUNNEL_CONNECTION_FAILED',a49_0x21bf4b(0x1c0),a49_0x21bf4b(0x1b2),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_PROXY_CONNECTION_FAILED',a49_0x21bf4b(0x19e),'ERR_NAME_RESOLUTION_FAILED',a49_0x21bf4b(0x1eb)],a49_0x3d3973[a49_0x21bf4b(0x1d7)]=[a49_0x21bf4b(0x1c5),a49_0x21bf4b(0x1dc),a49_0x21bf4b(0x21a)],a49_0x3d3973[a49_0x21bf4b(0x1ef)]=a49_0x21bf4b(0x1ab),a49_0x3d3973[a49_0x21bf4b(0x218)]=a49_0x21bf4b(0x210),a49_0x3d3973['CI_ARTIFACTS_PATH']=a49_0x21bf4b(0x1ff),a49_0x3d3973['PLAYWRIGHT_HUB_URL']=a49_0x21bf4b(0x1f7),a49_0x3d3973[a49_0x21bf4b(0x1c8)]=a49_0x5e2bb7,a49_0x3d3973[a49_0x21bf4b(0x1e1)]=[a49_0x21bf4b(0x215),'mocha'],a49_0x3d3973[a49_0x21bf4b(0x1a7)]=a49_0x2c1eeb,a49_0x3d3973[a49_0x21bf4b(0x203)]=a49_0x21bf4b(0x1a0),a49_0x3d3973[a49_0x21bf4b(0x22a)]=a49_0x531718,a49_0x3d3973[a49_0x21bf4b(0x229)]=0x40*0x400,a49_0x3d3973[a49_0x21bf4b(0x1ba)]='...[TRUNCATED]',a49_0x3d3973[a49_0x21bf4b(0x1b6)]=a49_0x21bf4b(0x1b0),a49_0x3d3973[a49_0x21bf4b(0x184)]=a49_0x21bf4b(0x223),a49_0x3d3973[a49_0x21bf4b(0x1d8)]=a49_0x21bf4b(0x1fd),a49_0x3d3973[a49_0x21bf4b(0x190)]=a49_0x21bf4b(0x1cf),a49_0x3d3973[a49_0x21bf4b(0x1df)]=a49_0x21bf4b(0x1f9),a49_0x3d3973['AI_INIT_FAILURE']=a49_0x21bf4b(0x19f),a49_0x3d3973[a49_0x21bf4b(0x1fc)]=a49_0x21bf4b(0x1dd),a49_0x3d3973[a49_0x21bf4b(0x21f)]=0x1388,a49_0x3d3973[a49_0x21bf4b(0x1da)]=0x1388,a49_0x3d3973[a49_0x21bf4b(0x194)]=0x1388,a49_0x3d3973[a49_0x21bf4b(0x18e)]=0x1388,a49_0x3d3973[a49_0x21bf4b(0x195)]=0xc350,a49_0x3d3973[a49_0x21bf4b(0x21d)]=a49_0x292c8d,a49_0x3d3973['AI_ENABLED_FRAMEWORK']=['vanilla',a49_0x21bf4b(0x216)],a49_0x3d3973[a49_0x21bf4b(0x1e5)]=a49_0x4e6069,module[a49_0x21bf4b(0x20c)]=a49_0x3d3973;
@@ -1 +1 @@
1
- const a50_0x236ae3=a50_0x48f4;(function(_0x12548d,_0x1a5fda){const _0x4ebe6b=a50_0x48f4,_0x11e8e8=_0x12548d();while(!![]){try{const _0x4a303d=parseInt(_0x4ebe6b(0x8f))/0x1*(-parseInt(_0x4ebe6b(0x80))/0x2)+parseInt(_0x4ebe6b(0x85))/0x3*(parseInt(_0x4ebe6b(0x86))/0x4)+parseInt(_0x4ebe6b(0x8a))/0x5+parseInt(_0x4ebe6b(0x87))/0x6*(parseInt(_0x4ebe6b(0x8b))/0x7)+parseInt(_0x4ebe6b(0x96))/0x8*(parseInt(_0x4ebe6b(0x89))/0x9)+-parseInt(_0x4ebe6b(0x88))/0xa*(-parseInt(_0x4ebe6b(0x8e))/0xb)+-parseInt(_0x4ebe6b(0x8c))/0xc;if(_0x4a303d===_0x1a5fda)break;else _0x11e8e8['push'](_0x11e8e8['shift']());}catch(_0x2b0959){_0x11e8e8['push'](_0x11e8e8['shift']());}}}(a50_0x390d,0xa0440));function a50_0x48f4(_0x46f820,_0x2a7b5b){const _0x390d6b=a50_0x390d();return a50_0x48f4=function(_0x48f414,_0x2ec448){_0x48f414=_0x48f414-0x80;let _0x4d09dc=_0x390d6b[_0x48f414];return _0x4d09dc;},a50_0x48f4(_0x46f820,_0x2a7b5b);}const logReportingAPI=require(a50_0x236ae3(0x82)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x38c3c3,_0xf3d0fe){return _0x2a07c5=>{const _0x3dbbfa=a50_0x48f4;BSTestOpsLogger['log']({'level':_0x2a07c5[_0x3dbbfa(0x90)]?_0x2a07c5[_0x3dbbfa(0x90)][_0x3dbbfa(0x81)]:null,'message':_0x2a07c5[_0x3dbbfa(0x94)]?_0x2a07c5['data'][_0x3dbbfa(0x95)]('\x20'):null});};}function a50_0x390d(){const _0x4f5ab4=['Gnhuz','colouredLayout','data','join','8LVvhme','22OzVpuE','levelStr','./logReportingAPI','configure','layout','2282220LNQaVR','4vgVeca','2443362wytSMw','419010RetTac','7741377wFfZdJ','2327190HneSKk','21GxvnjD','30802632RsaWUh','type','121BKLwxN','49599uyIstI','level','timezoneOffset'];a50_0x390d=function(){return _0x4f5ab4;};return a50_0x390d();}exports[a50_0x236ae3(0x83)]=(_0x1096cc,_0x42f7d4)=>{const _0x1de12c=a50_0x236ae3,_0x7929c3={'Gnhuz':function(_0x28cd97,_0x1a0b3d,_0x74f4ff){return _0x28cd97(_0x1a0b3d,_0x74f4ff);}};let _0x37f154=_0x42f7d4[_0x1de12c(0x93)];return _0x1096cc['layout']&&(_0x37f154=_0x42f7d4[_0x1de12c(0x84)](_0x1096cc['layout'][_0x1de12c(0x8d)],_0x1096cc['layout'])),_0x7929c3[_0x1de12c(0x92)](BSTestOpsLog4JSAppender,_0x37f154,_0x1096cc[_0x1de12c(0x91)]);};
1
+ const a50_0x51aa0c=a50_0x562c;(function(_0x4b23a3,_0x3ca3d5){const _0x5588c3=a50_0x562c,_0x4add7b=_0x4b23a3();while(!![]){try{const _0x2a93ba=-parseInt(_0x5588c3(0xa7))/0x1*(parseInt(_0x5588c3(0xb4))/0x2)+-parseInt(_0x5588c3(0xb3))/0x3*(parseInt(_0x5588c3(0xb5))/0x4)+parseInt(_0x5588c3(0xaf))/0x5+-parseInt(_0x5588c3(0xac))/0x6*(-parseInt(_0x5588c3(0xb6))/0x7)+parseInt(_0x5588c3(0xa9))/0x8+-parseInt(_0x5588c3(0xaa))/0x9+parseInt(_0x5588c3(0xae))/0xa;if(_0x2a93ba===_0x3ca3d5)break;else _0x4add7b['push'](_0x4add7b['shift']());}catch(_0xa9cb62){_0x4add7b['push'](_0x4add7b['shift']());}}}(a50_0x1e37,0xcac69));const logReportingAPI=require(a50_0x51aa0c(0xb1)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x29f304,_0xed23cb){return _0x13baeb=>{const _0x2e1a3b=a50_0x562c;BSTestOpsLogger[_0x2e1a3b(0xb9)]({'level':_0x13baeb[_0x2e1a3b(0xab)]?_0x13baeb[_0x2e1a3b(0xab)][_0x2e1a3b(0xb8)]:null,'message':_0x13baeb['data']?_0x13baeb[_0x2e1a3b(0xa6)][_0x2e1a3b(0xb7)]('\x20'):null});};}function a50_0x562c(_0x3ca8ff,_0x2bbe7d){const _0x1e37da=a50_0x1e37();return a50_0x562c=function(_0x562cf8,_0x2a3bba){_0x562cf8=_0x562cf8-0xa6;let _0x43fd54=_0x1e37da[_0x562cf8];return _0x43fd54;},a50_0x562c(_0x3ca8ff,_0x2bbe7d);}exports[a50_0x51aa0c(0xb0)]=(_0x5cdb88,_0x20ebc5)=>{const _0x4da47f=a50_0x51aa0c,_0x502004={'DsxyZ':function(_0x3ca1a8,_0x207908,_0x10a1ec){return _0x3ca1a8(_0x207908,_0x10a1ec);}};let _0x5e6fa4=_0x20ebc5['colouredLayout'];return _0x5cdb88[_0x4da47f(0xa8)]&&(_0x5e6fa4=_0x20ebc5['layout'](_0x5cdb88['layout']['type'],_0x5cdb88['layout'])),_0x502004[_0x4da47f(0xad)](BSTestOpsLog4JSAppender,_0x5e6fa4,_0x5cdb88[_0x4da47f(0xb2)]);};function a50_0x1e37(){const _0x1ed23b=['layout','11638000xyxwLS','3851541bCdkko','level','276xlRHgs','DsxyZ','243050kERvwv','1870280alnuXI','configure','./logReportingAPI','timezoneOffset','292629xruVJa','548958YYNDic','32AIIApF','70035kDMnos','join','levelStr','log','data','1LChrqj'];a50_0x1e37=function(){return _0x1ed23b;};return a50_0x1e37();}
@@ -1 +1 @@
1
- const a51_0x3534bb=a51_0x35f2;(function(_0x452a2f,_0x40c1d5){const _0x3f9720=a51_0x35f2,_0x27450d=_0x452a2f();while(!![]){try{const _0x7b19bc=parseInt(_0x3f9720(0x14d))/0x1*(-parseInt(_0x3f9720(0x14c))/0x2)+-parseInt(_0x3f9720(0x160))/0x3*(-parseInt(_0x3f9720(0x15e))/0x4)+parseInt(_0x3f9720(0x156))/0x5+parseInt(_0x3f9720(0x16b))/0x6*(-parseInt(_0x3f9720(0x15a))/0x7)+-parseInt(_0x3f9720(0x162))/0x8*(-parseInt(_0x3f9720(0x150))/0x9)+parseInt(_0x3f9720(0x165))/0xa+-parseInt(_0x3f9720(0x161))/0xb;if(_0x7b19bc===_0x40c1d5)break;else _0x27450d['push'](_0x27450d['shift']());}catch(_0xc8734a){_0x27450d['push'](_0x27450d['shift']());}}}(a51_0xee61,0x186f4));const Transport=require(a51_0x3534bb(0x166)),{consoleHolder}=require(a51_0x3534bb(0x15f)),a51_0x18d21a={};a51_0x18d21a[a51_0x3534bb(0x164)]=a51_0x3534bb(0x164),a51_0x18d21a[a51_0x3534bb(0x152)]='ERROR',a51_0x18d21a[a51_0x3534bb(0x15b)]=a51_0x3534bb(0x15b),a51_0x18d21a['TRACE']=a51_0x3534bb(0x16a),a51_0x18d21a[a51_0x3534bb(0x169)]=a51_0x3534bb(0x169);const LOG_LEVELS=a51_0x18d21a;function a51_0xee61(){const _0x25112c=['pid','toLowerCase','log','18150OJMnJE','error','TEST_LOG','exports','31262qznhLN','DEBUG','logToTestOps','trace','4XDUyfE','../../helpers/test-observability/constants','155919HFSpHe','1077120ZFYUak','16Vxbzlk','debug','INFO','1372420JfUxIE','winston-transport','info','join','WARN','TRACE','42JEtVwb','13278KrNhJF','19NAttJY','SqABA','toUpperCase','731529AZioCN','emit','ERROR'];a51_0xee61=function(){return _0x25112c;};return a51_0xee61();}class logPatcher extends Transport{constructor(_0x475775){super(_0x475775);}[a51_0x3534bb(0x15c)]=(_0x53d145=LOG_LEVELS[a51_0x3534bb(0x164)],_0x597cf3=[''])=>{const _0x4d4096=a51_0x3534bb,_0x55c6d4={};_0x55c6d4[_0x4d4096(0x14e)]=_0x4d4096(0x158);const _0x4a5bca=_0x55c6d4;consoleHolder[_0x53d145[_0x4d4096(0x154)]()](..._0x597cf3),process[_0x4d4096(0x151)]('bs:addLog:'+process[_0x4d4096(0x153)],{'timestamp':new Date()['toISOString'](),'level':_0x53d145[_0x4d4096(0x14f)](),'message':'\x22'+_0x597cf3[_0x4d4096(0x168)](',\x20')+'\x22','kind':_0x4a5bca['SqABA'],'http_response':{}});};[a51_0x3534bb(0x15d)]=(..._0x34ca27)=>{const _0x4f98f8=a51_0x3534bb;this['logToTestOps'](LOG_LEVELS[_0x4f98f8(0x16a)],_0x34ca27);};[a51_0x3534bb(0x163)]=(..._0x13a025)=>{const _0xed9b26=a51_0x3534bb;this[_0xed9b26(0x15c)](LOG_LEVELS['DEBUG'],_0x13a025);};[a51_0x3534bb(0x167)]=(..._0x1e6239)=>{const _0x20422e=a51_0x3534bb;this[_0x20422e(0x15c)](LOG_LEVELS[_0x20422e(0x164)],_0x1e6239);};['warn']=(..._0x15810c)=>{const _0x2f97b2=a51_0x3534bb;this['logToTestOps'](LOG_LEVELS[_0x2f97b2(0x169)],_0x15810c);};[a51_0x3534bb(0x157)]=(..._0x44b456)=>{const _0x2d69e6=a51_0x3534bb;this[_0x2d69e6(0x15c)](LOG_LEVELS[_0x2d69e6(0x152)],_0x44b456);};[a51_0x3534bb(0x155)]=(..._0x924b4b)=>{const _0x3a9050=a51_0x3534bb;this[_0x3a9050(0x15c)](LOG_LEVELS[_0x3a9050(0x164)],_0x924b4b);};}function a51_0x35f2(_0x262fab,_0x2ffe96){const _0xee613d=a51_0xee61();return a51_0x35f2=function(_0x35f2ce,_0x11b141){_0x35f2ce=_0x35f2ce-0x14c;let _0x196662=_0xee613d[_0x35f2ce];return _0x196662;},a51_0x35f2(_0x262fab,_0x2ffe96);};module[a51_0x3534bb(0x159)]=logPatcher;
1
+ function a51_0x2732(_0x622d29,_0x81fbea){const _0x17e49d=a51_0x17e4();return a51_0x2732=function(_0x273225,_0x10bb41){_0x273225=_0x273225-0x12a;let _0x57ace0=_0x17e49d[_0x273225];return _0x57ace0;},a51_0x2732(_0x622d29,_0x81fbea);}const a51_0x1eb6f1=a51_0x2732;(function(_0xb6ec1f,_0x140d09){const _0x3e5b06=a51_0x2732,_0x59d1c4=_0xb6ec1f();while(!![]){try{const _0x41a212=-parseInt(_0x3e5b06(0x145))/0x1*(-parseInt(_0x3e5b06(0x147))/0x2)+-parseInt(_0x3e5b06(0x139))/0x3+-parseInt(_0x3e5b06(0x13b))/0x4*(-parseInt(_0x3e5b06(0x12b))/0x5)+parseInt(_0x3e5b06(0x13a))/0x6*(-parseInt(_0x3e5b06(0x13c))/0x7)+parseInt(_0x3e5b06(0x130))/0x8+parseInt(_0x3e5b06(0x12d))/0x9*(-parseInt(_0x3e5b06(0x146))/0xa)+parseInt(_0x3e5b06(0x12a))/0xb;if(_0x41a212===_0x140d09)break;else _0x59d1c4['push'](_0x59d1c4['shift']());}catch(_0x5c508c){_0x59d1c4['push'](_0x59d1c4['shift']());}}}(a51_0x17e4,0x5a8e7));const Transport=require(a51_0x1eb6f1(0x13e)),{consoleHolder}=require(a51_0x1eb6f1(0x141)),a51_0x39725d={};function a51_0x17e4(){const _0x84ff16=['WARN','6645067vhmGAx','30lBykwJ','warn','32220CdgzMt','emit','error','1299784sNLEXt','bs:addLog:','debug','exports','toISOString','logToTestOps','join','INFO','DEBUG','2002617OJkkIh','12kkuOBt','424584zsoDDn','145586HoMosO','TRACE','winston-transport','TEST_LOG','toYtZ','../../helpers/test-observability/constants','info','log','ERROR','207044rqLdCB','2060GTgJFu','4tjEjHA','pid'];a51_0x17e4=function(){return _0x84ff16;};return a51_0x17e4();}a51_0x39725d[a51_0x1eb6f1(0x137)]='INFO',a51_0x39725d[a51_0x1eb6f1(0x144)]=a51_0x1eb6f1(0x144),a51_0x39725d['DEBUG']=a51_0x1eb6f1(0x138),a51_0x39725d[a51_0x1eb6f1(0x13d)]=a51_0x1eb6f1(0x13d),a51_0x39725d[a51_0x1eb6f1(0x149)]=a51_0x1eb6f1(0x149);const LOG_LEVELS=a51_0x39725d;class logPatcher extends Transport{constructor(_0x5754c1){super(_0x5754c1);}['logToTestOps']=(_0x22b0cb=LOG_LEVELS[a51_0x1eb6f1(0x137)],_0x2c2861=[''])=>{const _0x184c75=a51_0x1eb6f1,_0x293703={};_0x293703[_0x184c75(0x140)]=_0x184c75(0x13f);const _0x2b7db4=_0x293703;consoleHolder[_0x22b0cb['toLowerCase']()](..._0x2c2861),process[_0x184c75(0x12e)](_0x184c75(0x131)+process[_0x184c75(0x148)],{'timestamp':new Date()[_0x184c75(0x134)](),'level':_0x22b0cb['toUpperCase'](),'message':'\x22'+_0x2c2861[_0x184c75(0x136)](',\x20')+'\x22','kind':_0x2b7db4[_0x184c75(0x140)],'http_response':{}});};['trace']=(..._0x401fbb)=>{const _0x479c90=a51_0x1eb6f1;this[_0x479c90(0x135)](LOG_LEVELS[_0x479c90(0x13d)],_0x401fbb);};[a51_0x1eb6f1(0x132)]=(..._0x1eb22a)=>{const _0x22d96a=a51_0x1eb6f1;this[_0x22d96a(0x135)](LOG_LEVELS['DEBUG'],_0x1eb22a);};[a51_0x1eb6f1(0x142)]=(..._0x207c0f)=>{const _0x315927=a51_0x1eb6f1;this[_0x315927(0x135)](LOG_LEVELS[_0x315927(0x137)],_0x207c0f);};[a51_0x1eb6f1(0x12c)]=(..._0x7aa97a)=>{const _0x1421e1=a51_0x1eb6f1;this['logToTestOps'](LOG_LEVELS[_0x1421e1(0x149)],_0x7aa97a);};[a51_0x1eb6f1(0x12f)]=(..._0x4026cf)=>{const _0x4d76cb=a51_0x1eb6f1;this[_0x4d76cb(0x135)](LOG_LEVELS['ERROR'],_0x4026cf);};[a51_0x1eb6f1(0x143)]=(..._0x21566b)=>{const _0x18dba7=a51_0x1eb6f1;this[_0x18dba7(0x135)](LOG_LEVELS[_0x18dba7(0x137)],_0x21566b);};};module[a51_0x1eb6f1(0x133)]=logPatcher;
@@ -1 +1 @@
1
- const a52_0x11e3d2=a52_0x3f7a;(function(_0x570fe7,_0x114c59){const _0x3d38f5=a52_0x3f7a,_0x573697=_0x570fe7();while(!![]){try{const _0x124838=parseInt(_0x3d38f5(0x166))/0x1+parseInt(_0x3d38f5(0x165))/0x2*(-parseInt(_0x3d38f5(0x180))/0x3)+-parseInt(_0x3d38f5(0x168))/0x4*(-parseInt(_0x3d38f5(0x176))/0x5)+parseInt(_0x3d38f5(0x16c))/0x6+-parseInt(_0x3d38f5(0x162))/0x7*(-parseInt(_0x3d38f5(0x174))/0x8)+parseInt(_0x3d38f5(0x179))/0x9+-parseInt(_0x3d38f5(0x177))/0xa;if(_0x124838===_0x114c59)break;else _0x573697['push'](_0x573697['shift']());}catch(_0x18ba40){_0x573697['push'](_0x573697['shift']());}}}(a52_0x49e9,0x87187));const Transport=require(a52_0x11e3d2(0x170)),{consoleHolder}=require(a52_0x11e3d2(0x182)),a52_0x4a672c={};function a52_0x3f7a(_0x1626ed,_0x150c9b){const _0x49e9b6=a52_0x49e9();return a52_0x3f7a=function(_0x3f7a68,_0x2bf285){_0x3f7a68=_0x3f7a68-0x15d;let _0x10b178=_0x49e9b6[_0x3f7a68];return _0x10b178;},a52_0x3f7a(_0x1626ed,_0x150c9b);}function a52_0x49e9(){const _0x4d7714=['357dktEfR','warn','level','1565882CWVYgu','519213MjgrOq','toISOString','44dTBmAK','AjsVg','log','DEBUG','497388itIuIz','error','ooAOp','exports','winston-transport','WARN','TRACE','OmlJR','124352EqDMCa','bs:addLog:','201265CTGKus','12951280VbnEVG','object','7144038QxHmLJ','TEST_LOG','wkvRN','logToTestOps','toUpperCase','ERROR','message','3eUXxOt','info','../../helpers/test-observability/constants','emit','toLowerCase','hxuqc','qHCwb','INFO','trace'];a52_0x49e9=function(){return _0x4d7714;};return a52_0x49e9();}a52_0x4a672c['INFO']='INFO',a52_0x4a672c['ERROR']=a52_0x11e3d2(0x17e),a52_0x4a672c[a52_0x11e3d2(0x16b)]=a52_0x11e3d2(0x16b),a52_0x4a672c[a52_0x11e3d2(0x172)]=a52_0x11e3d2(0x172),a52_0x4a672c['WARN']=a52_0x11e3d2(0x171);const LOG_LEVELS=a52_0x4a672c;class logReportingAPI extends Transport{constructor(_0x5346a1){super(_0x5346a1);}[a52_0x11e3d2(0x16a)](_0x2b719e,_0x3c8ee0){const _0x237bdb=a52_0x11e3d2,_0xa7af4c={'AjsVg':'logged','hxuqc':function(_0x461ce7,_0x29a3df){return _0x461ce7(_0x29a3df);},'qHCwb':function(_0x2b6c32,_0x17c8d6){return _0x2b6c32===_0x17c8d6;},'OmlJR':_0x237bdb(0x178),'wkvRN':function(_0x2be6eb){return _0x2be6eb();}};_0xa7af4c[_0x237bdb(0x15e)](setImmediate,()=>{const _0x17b83e=_0x237bdb;this[_0x17b83e(0x183)](_0xa7af4c[_0x17b83e(0x169)],_0x2b719e);}),_0xa7af4c[_0x237bdb(0x15f)](typeof _0x2b719e,_0xa7af4c[_0x237bdb(0x173)])?this[_0x237bdb(0x17c)](_0x2b719e[_0x237bdb(0x164)]||LOG_LEVELS['INFO'],_0x2b719e[_0x237bdb(0x17f)],![]):this[_0x237bdb(0x17c)](LOG_LEVELS[_0x237bdb(0x160)],_0x2b719e),_0x3c8ee0&&_0xa7af4c[_0x237bdb(0x17b)](_0x3c8ee0);}[a52_0x11e3d2(0x17c)]=(_0x18e378=LOG_LEVELS[a52_0x11e3d2(0x160)],_0x498a05='',_0xd61ab2=!![])=>{const _0x1f0114=a52_0x11e3d2,_0x795534={};_0x795534[_0x1f0114(0x16e)]=_0x1f0114(0x17a);const _0x1d4108=_0x795534;_0xd61ab2&&consoleHolder[_0x18e378[_0x1f0114(0x15d)]()](_0x498a05),process[_0x1f0114(0x183)](_0x1f0114(0x175)+process['pid'],{'timestamp':new Date()[_0x1f0114(0x167)](),'level':_0x18e378[_0x1f0114(0x17d)](),'message':_0x498a05,'kind':_0x1d4108[_0x1f0114(0x16e)],'http_response':{}});};[a52_0x11e3d2(0x161)]=(_0x31a08a,_0x51dcfe)=>{const _0x5b5f50=a52_0x11e3d2;this['logToTestOps'](LOG_LEVELS[_0x5b5f50(0x172)],_0x31a08a);};['debug']=(_0x36f8cb,_0x583026)=>{const _0x3939ef=a52_0x11e3d2;this['logToTestOps'](LOG_LEVELS[_0x3939ef(0x16b)],_0x36f8cb);};[a52_0x11e3d2(0x181)]=(_0x14c669,_0x4594ab)=>{const _0x31ed58=a52_0x11e3d2;this['logToTestOps'](LOG_LEVELS[_0x31ed58(0x160)],_0x14c669);};[a52_0x11e3d2(0x163)]=(_0x1b3d44,_0x586709)=>{const _0x15cc2d=a52_0x11e3d2;this[_0x15cc2d(0x17c)](LOG_LEVELS[_0x15cc2d(0x171)],_0x1b3d44);};[a52_0x11e3d2(0x16d)]=(_0x2a1b9f,_0x3c4773)=>{const _0x549c38=a52_0x11e3d2;this[_0x549c38(0x17c)](LOG_LEVELS['ERROR'],_0x2a1b9f);};};module[a52_0x11e3d2(0x16f)]=logReportingAPI;
1
+ const a52_0x508182=a52_0x4299;(function(_0x81f8c1,_0x57ee18){const _0x50e677=a52_0x4299,_0xaa842a=_0x81f8c1();while(!![]){try{const _0x528e16=parseInt(_0x50e677(0xf6))/0x1*(parseInt(_0x50e677(0xf5))/0x2)+parseInt(_0x50e677(0xf7))/0x3+-parseInt(_0x50e677(0xfd))/0x4+parseInt(_0x50e677(0xe7))/0x5+parseInt(_0x50e677(0xef))/0x6*(parseInt(_0x50e677(0xf1))/0x7)+-parseInt(_0x50e677(0xe0))/0x8*(parseInt(_0x50e677(0xeb))/0x9)+-parseInt(_0x50e677(0xee))/0xa;if(_0x528e16===_0x57ee18)break;else _0xaa842a['push'](_0xaa842a['shift']());}catch(_0x4eebd9){_0xaa842a['push'](_0xaa842a['shift']());}}}(a52_0x5f02,0xb4c11));const Transport=require(a52_0x508182(0xdd)),{consoleHolder}=require(a52_0x508182(0xea)),a52_0x3ad50d={};function a52_0x5f02(){const _0x298d88=['3387668TqerdT','level','toUpperCase','winston-transport','warn','exports','483736WJnofI','ERROR','emit','WARN','RASMY','log','error','1582560RJxWTZ','KHHAK','TEST_LOG','../../helpers/test-observability/constants','180ToWoMY','logToTestOps','bs:addLog:','4205980eLOZbl','120kHrPBL','TRACE','376215cCXNEI','INFO','toLowerCase','DEBUG','112592zZGrXG','7FdLOcD','4295220bzQfIq','NPTfg','IfYiv','logged','JSRxn','message'];a52_0x5f02=function(){return _0x298d88;};return a52_0x5f02();}a52_0x3ad50d[a52_0x508182(0xf2)]='INFO',a52_0x3ad50d[a52_0x508182(0xe1)]=a52_0x508182(0xe1),a52_0x3ad50d[a52_0x508182(0xf4)]='DEBUG',a52_0x3ad50d['TRACE']=a52_0x508182(0xf0),a52_0x3ad50d[a52_0x508182(0xe3)]=a52_0x508182(0xe3);const LOG_LEVELS=a52_0x3ad50d;function a52_0x4299(_0xb15353,_0x39c5ab){const _0x5f02d0=a52_0x5f02();return a52_0x4299=function(_0x42997b,_0x5ed7da){_0x42997b=_0x42997b-0xdd;let _0x102b1a=_0x5f02d0[_0x42997b];return _0x102b1a;},a52_0x4299(_0xb15353,_0x39c5ab);}class logReportingAPI extends Transport{constructor(_0x565e){super(_0x565e);}[a52_0x508182(0xe5)](_0x4636a0,_0x28c314){const _0x2fef7a=a52_0x508182,_0x29d3e0={'NPTfg':_0x2fef7a(0xfa),'RASMY':function(_0x580903,_0x5a1853){return _0x580903(_0x5a1853);},'KHHAK':function(_0x27716e,_0x3cc57c){return _0x27716e===_0x3cc57c;},'IfYiv':'object','PjSqC':function(_0x405501){return _0x405501();}};_0x29d3e0[_0x2fef7a(0xe4)](setImmediate,()=>{const _0x45df13=_0x2fef7a;this[_0x45df13(0xe2)](_0x29d3e0[_0x45df13(0xf8)],_0x4636a0);}),_0x29d3e0[_0x2fef7a(0xe8)](typeof _0x4636a0,_0x29d3e0[_0x2fef7a(0xf9)])?this[_0x2fef7a(0xec)](_0x4636a0[_0x2fef7a(0xfe)]||LOG_LEVELS[_0x2fef7a(0xf2)],_0x4636a0[_0x2fef7a(0xfc)],![]):this[_0x2fef7a(0xec)](LOG_LEVELS[_0x2fef7a(0xf2)],_0x4636a0),_0x28c314&&_0x29d3e0['PjSqC'](_0x28c314);}[a52_0x508182(0xec)]=(_0x56017d=LOG_LEVELS[a52_0x508182(0xf2)],_0x520619='',_0x5c31f7=!![])=>{const _0xc44b71=a52_0x508182,_0x91b6dd={};_0x91b6dd['JSRxn']=_0xc44b71(0xe9);const _0x3544c4=_0x91b6dd;_0x5c31f7&&consoleHolder[_0x56017d[_0xc44b71(0xf3)]()](_0x520619),process[_0xc44b71(0xe2)](_0xc44b71(0xed)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x56017d[_0xc44b71(0xff)](),'message':_0x520619,'kind':_0x3544c4[_0xc44b71(0xfb)],'http_response':{}});};['trace']=(_0x576382,_0x542cf7)=>{const _0x1bfec9=a52_0x508182;this[_0x1bfec9(0xec)](LOG_LEVELS[_0x1bfec9(0xf0)],_0x576382);};['debug']=(_0x3aa566,_0x379e9b)=>{const _0x295dd9=a52_0x508182;this['logToTestOps'](LOG_LEVELS[_0x295dd9(0xf4)],_0x3aa566);};['info']=(_0x2c4050,_0x6416bc)=>{const _0x26a0f3=a52_0x508182;this[_0x26a0f3(0xec)](LOG_LEVELS[_0x26a0f3(0xf2)],_0x2c4050);};[a52_0x508182(0xde)]=(_0x489e01,_0x91c964)=>{const _0x5785b9=a52_0x508182;this[_0x5785b9(0xec)](LOG_LEVELS[_0x5785b9(0xe3)],_0x489e01);};[a52_0x508182(0xe6)]=(_0x2de36e,_0xe6a526)=>{const _0x5b659b=a52_0x508182;this[_0x5b659b(0xec)](LOG_LEVELS['ERROR'],_0x2de36e);};};module[a52_0x508182(0xdf)]=logReportingAPI;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a53_0x5ff92a=a53_0x4610;(function(_0x31fbe3,_0x21dc16){const _0x375053=a53_0x4610,_0x60cd95=_0x31fbe3();while(!![]){try{const _0x3044bb=-parseInt(_0x375053(0x18e))/0x1+parseInt(_0x375053(0x183))/0x2*(-parseInt(_0x375053(0x17f))/0x3)+parseInt(_0x375053(0x188))/0x4+parseInt(_0x375053(0x19c))/0x5+parseInt(_0x375053(0x16c))/0x6+-parseInt(_0x375053(0x17b))/0x7+parseInt(_0x375053(0x179))/0x8*(-parseInt(_0x375053(0x16d))/0x9);if(_0x3044bb===_0x21dc16)break;else _0x60cd95['push'](_0x60cd95['shift']());}catch(_0xb75483){_0x60cd95['push'](_0x60cd95['shift']());}}}(a53_0x49a3,0x97c89));function a53_0x49a3(){const _0x380f76=['modifyBrowserStackCaps','launchBuild','end','1140tjwHzb','aWlZp','existsSync','args','2106XCLbFL','\x20doesn\x27t\x20exist','path','useW3C','configuration','3399684xlNLDX','SDK_CLEANUP','../../helpers/helper','EVENTS','XULer','forEach','399385KtnTjv','platforms','initialize','../test-runner','../../helpers/testhub/testhubHandler','../../helpers/performance/performance-tester','exports','iqdAc','assign','index','modifyBrowserStackW3CCaps','VjwUo','cwd','file','3089380Xizbkm','LYghE','../../helpers/utilities','getHubUrl','start','handleApp','isUndefined','Config\x20yml\x20is\x20required','1457412TDkKlT','142281elrYhO','File\x20path\x20is\x20required','length','parallelsPerPlatform','KSRHy','finally','then','otmvq','../../helpers/performance/constants','config','push','getPlatformName','16gnlcNt','proxySettings','1804957fgIlHh'];a53_0x49a3=function(){return _0x380f76;};return a53_0x49a3();}const fs=require('fs'),path=require(a53_0x5ff92a(0x185)),{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a53_0x5ff92a(0x18a)),PerformanceTester=require(a53_0x5ff92a(0x193)),PerformanceEvents=require(a53_0x5ff92a(0x175))[a53_0x5ff92a(0x18b)],utilities=require(a53_0x5ff92a(0x19e)),{parallelVanillaRun}=require(a53_0x5ff92a(0x191)),TestHubHandler=require(a53_0x5ff92a(0x192));async function run(_0x4caf5d,_0x4ed7dc){const _0x341d33=a53_0x5ff92a,_0x31f73c={'aWlZp':'vanilla','otmvq':function(_0x446951,_0x2860ba){return _0x446951(_0x2860ba);},'KSRHy':_0x341d33(0x16e),'iqdAc':_0x341d33(0x16b),'XULer':function(_0x280356,_0x3f3f9a){return _0x280356>_0x3f3f9a;},'VjwUo':function(_0x58c817,_0x23c81d){return _0x58c817*_0x23c81d;},'LYghE':function(_0x35838b,_0x238339,_0x3205ab){return _0x35838b(_0x238339,_0x3205ab);}},_0x2c5f06=new BrowserStackSetup(_0x4caf5d,_0x31f73c[_0x341d33(0x180)]);await _0x2c5f06[_0x341d33(0x190)](),await helper[_0x341d33(0x169)](_0x2c5f06['config']);const _0x5e7462=[];if(helper[_0x341d33(0x16a)](_0x4caf5d['_'][0x1]))throw _0x31f73c[_0x341d33(0x174)](Error,_0x31f73c[_0x341d33(0x171)]);const _0x1f4a83=path['join'](process[_0x341d33(0x19a)](),_0x4caf5d['_'][0x1]);if(!fs[_0x341d33(0x181)](_0x1f4a83))throw _0x31f73c[_0x341d33(0x174)](Error,'File\x20'+_0x4caf5d['_'][0x1]+_0x341d33(0x184));if(!_0x2c5f06['config'])throw _0x31f73c['otmvq'](Error,_0x31f73c[_0x341d33(0x195)]);const _0x5f1dc0=helper[_0x341d33(0x186)](_0x2c5f06[_0x341d33(0x176)]);_0x2c5f06[_0x341d33(0x176)][_0x341d33(0x18f)]&&_0x31f73c[_0x341d33(0x18c)](_0x2c5f06[_0x341d33(0x176)]['platforms'][_0x341d33(0x16f)],0x0)&&_0x2c5f06[_0x341d33(0x176)]['platforms']['forEach']((_0x487adc,_0x45ac3d)=>{const _0x4a1115=_0x341d33;_0x5f1dc0?_0x5e7462[_0x4a1115(0x177)](helper['modifyBrowserStackW3CCaps'](_0x2c5f06[_0x4a1115(0x176)],_0x31f73c[_0x4a1115(0x180)],_0x45ac3d)):_0x5e7462[_0x4a1115(0x177)](helper[_0x4a1115(0x17c)](_0x2c5f06[_0x4a1115(0x176)],_0x31f73c[_0x4a1115(0x180)],_0x45ac3d));});let _0x4cc706,_0x30d3c3;const _0x59eb3c=[];if(_0x31f73c[_0x341d33(0x18c)](_0x5e7462[_0x341d33(0x16f)],0x0))_0x5e7462[_0x341d33(0x18d)]((_0x4bf3ef,_0x11f690)=>{const _0x41c5de=_0x341d33,_0x15e613={};_0x15e613[_0x41c5de(0x197)]=_0x11f690,_0x4cc706={'server':helper['getHubUrl'](_0x2c5f06[_0x41c5de(0x176)]),'proxySettings':_0x2c5f06[_0x41c5de(0x176)][_0x41c5de(0x17a)],'platform':helper[_0x41c5de(0x178)](_0x4bf3ef),'platformCaps':Object[_0x41c5de(0x196)](_0x15e613,_0x2c5f06[_0x41c5de(0x176)][_0x41c5de(0x18f)][_0x11f690])};const _0x395840={'capability':_0x4bf3ef,..._0x4cc706};_0x395840[_0x41c5de(0x19b)]=_0x1f4a83,_0x395840[_0x41c5de(0x182)]=_0x4ed7dc;const _0x5d028d={};_0x5d028d[_0x41c5de(0x187)]=_0x395840,_0x30d3c3=_0x5d028d,_0x59eb3c[_0x41c5de(0x177)](_0x30d3c3);});else{let _0x2f97c7;_0x5f1dc0?_0x2f97c7=helper[_0x341d33(0x198)](_0x2c5f06[_0x341d33(0x176)],_0x31f73c[_0x341d33(0x180)],0x0):_0x2f97c7=helper[_0x341d33(0x17c)](_0x2c5f06[_0x341d33(0x176)],_0x31f73c[_0x341d33(0x180)],0x0);_0x4cc706={'server':helper[_0x341d33(0x19f)](_0x2c5f06[_0x341d33(0x176)]),'proxySettings':_0x2c5f06[_0x341d33(0x176)]['proxySettings']};const _0x36dc3e={'capability':_0x2f97c7,..._0x4cc706};_0x36dc3e[_0x341d33(0x19b)]=_0x1f4a83,_0x36dc3e['args']=_0x4ed7dc;const _0x2eb1b0={};_0x2eb1b0['configuration']=_0x36dc3e,_0x30d3c3=_0x2eb1b0,_0x59eb3c[_0x341d33(0x177)](_0x30d3c3);}const _0x17be65=await TestHubHandler[_0x341d33(0x17d)](_0x31f73c['aWlZp'],_0x2c5f06),_0x471293=_0x31f73c[_0x341d33(0x199)](_0x2c5f06[_0x341d33(0x176)][_0x341d33(0x18f)][_0x341d33(0x16f)]||0x1,_0x2c5f06['config'][_0x341d33(0x170)]||0x1);PerformanceTester[_0x341d33(0x17e)](PerformanceEvents['SDK_SETUP']),_0x31f73c[_0x341d33(0x19d)](parallelVanillaRun,_0x59eb3c,_0x471293)[_0x341d33(0x173)](_0x5a4dee=>{})[_0x341d33(0x172)](async()=>{const _0x10c7e2=_0x341d33;PerformanceTester[_0x10c7e2(0x168)](PerformanceEvents[_0x10c7e2(0x189)]),await utilities['finalExecution'](_0x2c5f06);});}function a53_0x4610(_0xf72a4d,_0x3bf2f5){const _0x49a34a=a53_0x49a3();return a53_0x4610=function(_0x461006,_0x5c2e09){_0x461006=_0x461006-0x168;let _0x1803f7=_0x49a34a[_0x461006];return _0x1803f7;},a53_0x4610(_0xf72a4d,_0x3bf2f5);}module[a53_0x5ff92a(0x194)]=run;
2
+ 'use strict';const a53_0x420aa4=a53_0x2647;(function(_0x430aec,_0x30ae9f){const _0x5a12c9=a53_0x2647,_0x201123=_0x430aec();while(!![]){try{const _0x364121=parseInt(_0x5a12c9(0x195))/0x1*(parseInt(_0x5a12c9(0x1a8))/0x2)+parseInt(_0x5a12c9(0x19a))/0x3+-parseInt(_0x5a12c9(0x19b))/0x4+parseInt(_0x5a12c9(0x18c))/0x5+-parseInt(_0x5a12c9(0x18b))/0x6+parseInt(_0x5a12c9(0x1a4))/0x7+-parseInt(_0x5a12c9(0x198))/0x8;if(_0x364121===_0x30ae9f)break;else _0x201123['push'](_0x201123['shift']());}catch(_0x50d8a4){_0x201123['push'](_0x201123['shift']());}}}(a53_0x4587,0xc2411));const fs=require('fs'),path=require('path'),{default:BrowserStackSetup}=require(a53_0x420aa4(0x19d)),helper=require(a53_0x420aa4(0x184)),PerformanceTester=require(a53_0x420aa4(0x1a5)),PerformanceEvents=require(a53_0x420aa4(0x190))[a53_0x420aa4(0x187)],utilities=require(a53_0x420aa4(0x194)),{parallelVanillaRun}=require(a53_0x420aa4(0x186)),TestHubHandler=require(a53_0x420aa4(0x18f));async function run(_0x188443,_0x4d1e5a){const _0x2c8f21=a53_0x420aa4,_0x4bc368={'lbGMu':_0x2c8f21(0x193),'uLzzX':function(_0x5522ee,_0x369c02){return _0x5522ee(_0x369c02);},'EQXea':_0x2c8f21(0x18a),'AgrIg':function(_0x453e3f,_0x567138){return _0x453e3f(_0x567138);},'BxyJR':'Config\x20yml\x20is\x20required','wRngP':function(_0x3c071b,_0x4f08e1){return _0x3c071b>_0x4f08e1;},'KIJtc':function(_0x36ae7e,_0x3e75ca){return _0x36ae7e*_0x3e75ca;},'WAQUM':function(_0x17a691,_0x12b0b1,_0xb9f22d){return _0x17a691(_0x12b0b1,_0xb9f22d);}},_0x25f3c2=new BrowserStackSetup(_0x188443,_0x4bc368[_0x2c8f21(0x18e)]);await _0x25f3c2[_0x2c8f21(0x181)](),await helper['handleApp'](_0x25f3c2['config']);const _0x2b37cf=[];if(helper['isUndefined'](_0x188443['_'][0x1]))throw _0x4bc368['uLzzX'](Error,_0x4bc368['EQXea']);const _0xe8e28a=path[_0x2c8f21(0x18d)](process[_0x2c8f21(0x1a0)](),_0x188443['_'][0x1]);if(!fs['existsSync'](_0xe8e28a))throw _0x4bc368[_0x2c8f21(0x1a6)](Error,'File\x20'+_0x188443['_'][0x1]+'\x20doesn\x27t\x20exist');if(!_0x25f3c2[_0x2c8f21(0x197)])throw _0x4bc368[_0x2c8f21(0x189)](Error,_0x4bc368['BxyJR']);const _0x1aa7c4=helper['useW3C'](_0x25f3c2[_0x2c8f21(0x197)]);_0x25f3c2[_0x2c8f21(0x197)][_0x2c8f21(0x192)]&&_0x4bc368['wRngP'](_0x25f3c2[_0x2c8f21(0x197)][_0x2c8f21(0x192)]['length'],0x0)&&_0x25f3c2[_0x2c8f21(0x197)][_0x2c8f21(0x192)][_0x2c8f21(0x182)]((_0x21d0b2,_0xdd2d02)=>{const _0x4d9ffa=_0x2c8f21;_0x1aa7c4?_0x2b37cf[_0x4d9ffa(0x180)](helper['modifyBrowserStackW3CCaps'](_0x25f3c2[_0x4d9ffa(0x197)],_0x4bc368[_0x4d9ffa(0x18e)],_0xdd2d02)):_0x2b37cf[_0x4d9ffa(0x180)](helper[_0x4d9ffa(0x183)](_0x25f3c2[_0x4d9ffa(0x197)],_0x4bc368[_0x4d9ffa(0x18e)],_0xdd2d02));});let _0x272232,_0x435ffa;const _0x1cb1a3=[];if(_0x4bc368['wRngP'](_0x2b37cf[_0x2c8f21(0x1a7)],0x0))_0x2b37cf[_0x2c8f21(0x182)]((_0x51d597,_0x13a857)=>{const _0x3bff42=_0x2c8f21,_0x22c2d5={};_0x22c2d5['index']=_0x13a857,_0x272232={'server':helper[_0x3bff42(0x1a2)](_0x25f3c2[_0x3bff42(0x197)]),'proxySettings':_0x25f3c2[_0x3bff42(0x197)][_0x3bff42(0x199)],'platform':helper[_0x3bff42(0x19c)](_0x51d597),'platformCaps':Object['assign'](_0x22c2d5,_0x25f3c2[_0x3bff42(0x197)][_0x3bff42(0x192)][_0x13a857])};const _0xda7732={'capability':_0x51d597,..._0x272232};_0xda7732[_0x3bff42(0x17f)]=_0xe8e28a,_0xda7732[_0x3bff42(0x191)]=_0x4d1e5a;const _0xd6a102={};_0xd6a102[_0x3bff42(0x185)]=_0xda7732,_0x435ffa=_0xd6a102,_0x1cb1a3[_0x3bff42(0x180)](_0x435ffa);});else{let _0x2b5135;_0x1aa7c4?_0x2b5135=helper['modifyBrowserStackW3CCaps'](_0x25f3c2[_0x2c8f21(0x197)],_0x4bc368[_0x2c8f21(0x18e)],0x0):_0x2b5135=helper[_0x2c8f21(0x183)](_0x25f3c2[_0x2c8f21(0x197)],_0x4bc368[_0x2c8f21(0x18e)],0x0);_0x272232={'server':helper[_0x2c8f21(0x1a2)](_0x25f3c2[_0x2c8f21(0x197)]),'proxySettings':_0x25f3c2[_0x2c8f21(0x197)][_0x2c8f21(0x199)]};const _0x35b70e={'capability':_0x2b5135,..._0x272232};_0x35b70e['file']=_0xe8e28a,_0x35b70e['args']=_0x4d1e5a;const _0x435bcb={};_0x435bcb[_0x2c8f21(0x185)]=_0x35b70e,_0x435ffa=_0x435bcb,_0x1cb1a3[_0x2c8f21(0x180)](_0x435ffa);}const _0x5cf37d=await TestHubHandler[_0x2c8f21(0x1a9)](_0x4bc368[_0x2c8f21(0x18e)],_0x25f3c2),_0x43b4cf=_0x4bc368[_0x2c8f21(0x1a1)](_0x25f3c2[_0x2c8f21(0x197)][_0x2c8f21(0x192)][_0x2c8f21(0x1a7)]||0x1,_0x25f3c2[_0x2c8f21(0x197)]['parallelsPerPlatform']||0x1);PerformanceTester['end'](PerformanceEvents[_0x2c8f21(0x19e)]),_0x4bc368['WAQUM'](parallelVanillaRun,_0x1cb1a3,_0x43b4cf)['then'](_0x534f08=>{})[_0x2c8f21(0x1a3)](async()=>{const _0x5006e1=_0x2c8f21;PerformanceTester['start'](PerformanceEvents[_0x5006e1(0x196)]),await utilities[_0x5006e1(0x188)](_0x25f3c2);});}function a53_0x2647(_0x4629f4,_0x349dc4){const _0x4587dc=a53_0x4587();return a53_0x2647=function(_0x2647f6,_0xf3d019){_0x2647f6=_0x2647f6-0x17f;let _0x5959f1=_0x4587dc[_0x2647f6];return _0x5959f1;},a53_0x2647(_0x4629f4,_0x349dc4);}module[a53_0x420aa4(0x19f)]=run;function a53_0x4587(){const _0x52817c=['233683ieLmGU','SDK_CLEANUP','config','3035960MBteHo','proxySettings','1976787QoWLQm','2251900ULuXYo','getPlatformName','../../helpers/BrowserStackSetup','SDK_SETUP','exports','cwd','KIJtc','getHubUrl','finally','4038293deMjcE','../../helpers/performance/performance-tester','uLzzX','length','2UOpCAY','launchBuild','file','push','initialize','forEach','modifyBrowserStackCaps','../../helpers/helper','configuration','../test-runner','EVENTS','finalExecution','AgrIg','File\x20path\x20is\x20required','2582268BPMSgA','3495010FDtSEd','join','lbGMu','../../helpers/testhub/testhubHandler','../../helpers/performance/constants','args','platforms','vanilla','../../helpers/utilities'];a53_0x4587=function(){return _0x52817c;};return a53_0x4587();}
@@ -1 +1 @@
1
- (function(_0x57cb79,_0x39701f){const _0x39f8ba=a54_0x5643,_0x1cb61b=_0x57cb79();while(!![]){try{const _0x81e725=parseInt(_0x39f8ba(0x1cd))/0x1*(-parseInt(_0x39f8ba(0x1c8))/0x2)+-parseInt(_0x39f8ba(0x1d4))/0x3*(-parseInt(_0x39f8ba(0x1d5))/0x4)+parseInt(_0x39f8ba(0x1c3))/0x5*(parseInt(_0x39f8ba(0x1d3))/0x6)+parseInt(_0x39f8ba(0x1c9))/0x7*(-parseInt(_0x39f8ba(0x1d7))/0x8)+-parseInt(_0x39f8ba(0x1db))/0x9+-parseInt(_0x39f8ba(0x1d6))/0xa*(-parseInt(_0x39f8ba(0x1d8))/0xb)+-parseInt(_0x39f8ba(0x1c0))/0xc*(-parseInt(_0x39f8ba(0x1cf))/0xd);if(_0x81e725===_0x39701f)break;else _0x1cb61b['push'](_0x1cb61b['shift']());}catch(_0x524f68){_0x1cb61b['push'](_0x1cb61b['shift']());}}}(a54_0x590b,0x2a4cb));function a54_0x5643(_0x206259,_0x48937d){const _0x590b53=a54_0x590b();return a54_0x5643=function(_0x564363,_0x2e71dc){_0x564363=_0x564363-0x1bd;let _0x3dea8b=_0x590b53[_0x564363];return _0x3dea8b;},a54_0x5643(_0x206259,_0x48937d);}const TestMetadata=require('./helpers/metadata');class BrowserStackSdk{static['getCurrentPlatform'](){const _0x51a281=a54_0x5643,_0x53fb6a={};_0x53fb6a[_0x51a281(0x1d0)]=_0x51a281(0x1bf),_0x53fb6a[_0x51a281(0x1ca)]='osVersion',_0x53fb6a['KdcEj']=_0x51a281(0x1dd),_0x53fb6a[_0x51a281(0x1d2)]='browserName',_0x53fb6a['nDgqF']=_0x51a281(0x1c4),_0x53fb6a['sHdtb']=_0x51a281(0x1c1),_0x53fb6a[_0x51a281(0x1dc)]=_0x51a281(0x1d9),_0x53fb6a['cIzOR']=_0x51a281(0x1df),_0x53fb6a[_0x51a281(0x1cc)]=_0x51a281(0x1e1),_0x53fb6a[_0x51a281(0x1c2)]='platformName',_0x53fb6a['latLd']=_0x51a281(0x1c7),_0x53fb6a[_0x51a281(0x1cb)]=_0x51a281(0x1c5),_0x53fb6a['kSqsY']=_0x51a281(0x1de);const _0x51a552=_0x53fb6a,_0x26530b={};if(global[_0x51a281(0x1da)]){const _0x2e3365=global[_0x51a281(0x1da)],_0x3c1e22=_0x2e3365[_0x51a552['HPWSV']]||_0x2e3365[_0x51a552['ZlkxS']],_0x37364f=_0x2e3365[_0x51a552[_0x51a281(0x1c6)]]||_0x2e3365[_0x51a552['AbPzC']],_0x3e36ab=_0x2e3365[_0x51a552['nDgqF']]||_0x2e3365[_0x51a552['sHdtb']],_0x2207a5=_0x2e3365[_0x51a552[_0x51a281(0x1dc)]]||_0x2e3365[_0x51a552[_0x51a281(0x1d1)]],_0x8d0ab2=_0x2e3365[_0x51a552['EhFDB']]||_0x2e3365[_0x51a552[_0x51a281(0x1c2)]],_0x30e86e=_0x2e3365[_0x51a552[_0x51a281(0x1e0)]]||_0x2e3365[_0x51a552['Ihpjf']];_0x2e3365['os']&&(_0x26530b['os']=_0x2e3365['os']),_0x3c1e22&&(_0x26530b[_0x51a552[_0x51a281(0x1ca)]]=_0x3c1e22),_0x37364f&&(_0x26530b[_0x51a552['AbPzC']]=_0x37364f),_0x3e36ab&&(_0x26530b[_0x51a552[_0x51a281(0x1ce)]]=_0x3e36ab),_0x2207a5&&(_0x26530b[_0x51a552[_0x51a281(0x1d1)]]=_0x2207a5),_0x8d0ab2&&(_0x26530b[_0x51a552[_0x51a281(0x1c2)]]=_0x8d0ab2),_0x30e86e&&(_0x26530b[_0x51a552[_0x51a281(0x1cb)]]=_0x30e86e),_0x2e3365[_0x51a552[_0x51a281(0x1bd)]]&&(_0x26530b[_0x51a552['kSqsY']]=_0x2e3365[_0x51a552[_0x51a281(0x1bd)]]);}return _0x26530b;}static['setTestMetadata'](_0x48ea00={}){const _0x1a4f4e=a54_0x5643;TestMetadata[_0x1a4f4e(0x1be)](_0x48ea00);}}function a54_0x590b(){const _0x107938=['kSqsY','set','os_version','12FMAgAb','browserVersion','ffwPP','5UaqDfV','browser_version','platformVersion','KdcEj','platform_version','4kevjVm','28HDOXJN','ZlkxS','Ihpjf','EhFDB','142718KHQfuW','sHdtb','1894269zMhopb','HPWSV','cIzOR','AbPzC','1889418nCRNwg','880623gRgcLk','4gPoCyK','1743590rtZnVJ','253984WgMhuD','11OWpDJH','device','__platformCaps','3085461nTguKa','SMpPW','browser','customVariables','deviceName','latLd','platform'];a54_0x590b=function(){return _0x107938;};return a54_0x590b();}module['exports']=BrowserStackSdk;
1
+ function a54_0x38be(_0x3633f5,_0x897e6e){const _0x58b746=a54_0x58b7();return a54_0x38be=function(_0x38be96,_0x2dd05c){_0x38be96=_0x38be96-0x16a;let _0x9d42c5=_0x58b746[_0x38be96];return _0x9d42c5;},a54_0x38be(_0x3633f5,_0x897e6e);}const a54_0x4575fe=a54_0x38be;(function(_0x5e0366,_0x490b16){const _0x4ef1ba=a54_0x38be,_0xaa6a62=_0x5e0366();while(!![]){try{const _0x2c4fd1=parseInt(_0x4ef1ba(0x16e))/0x1+-parseInt(_0x4ef1ba(0x16b))/0x2*(-parseInt(_0x4ef1ba(0x18f))/0x3)+-parseInt(_0x4ef1ba(0x18b))/0x4*(-parseInt(_0x4ef1ba(0x175))/0x5)+-parseInt(_0x4ef1ba(0x16c))/0x6*(-parseInt(_0x4ef1ba(0x17f))/0x7)+-parseInt(_0x4ef1ba(0x17b))/0x8+parseInt(_0x4ef1ba(0x16d))/0x9+-parseInt(_0x4ef1ba(0x18d))/0xa;if(_0x2c4fd1===_0x490b16)break;else _0xaa6a62['push'](_0xaa6a62['shift']());}catch(_0x490105){_0xaa6a62['push'](_0xaa6a62['shift']());}}}(a54_0x58b7,0x8d85c));const TestMetadata=require('./helpers/metadata');class BrowserStackSdk{static[a54_0x4575fe(0x189)](){const _0x166c1b=a54_0x4575fe,_0xd60e66={};_0xd60e66[_0x166c1b(0x177)]=_0x166c1b(0x174),_0xd60e66[_0x166c1b(0x172)]=_0x166c1b(0x16a),_0xd60e66[_0x166c1b(0x178)]=_0x166c1b(0x170),_0xd60e66['LNiQv']=_0x166c1b(0x187),_0xd60e66[_0x166c1b(0x17e)]=_0x166c1b(0x17c),_0xd60e66[_0x166c1b(0x179)]=_0x166c1b(0x180),_0xd60e66[_0x166c1b(0x173)]=_0x166c1b(0x185),_0xd60e66[_0x166c1b(0x188)]='deviceName',_0xd60e66[_0x166c1b(0x176)]=_0x166c1b(0x18c),_0xd60e66[_0x166c1b(0x18e)]=_0x166c1b(0x184),_0xd60e66['ADpqV']='platform_version',_0xd60e66[_0x166c1b(0x17d)]=_0x166c1b(0x183),_0xd60e66[_0x166c1b(0x182)]=_0x166c1b(0x171);const _0x2c4675=_0xd60e66,_0x582158={};if(global['__platformCaps']){const _0x15cc32=global['__platformCaps'],_0x169ffc=_0x15cc32[_0x2c4675['hxxGQ']]||_0x15cc32[_0x2c4675['KWPrm']],_0x24ea54=_0x15cc32[_0x2c4675[_0x166c1b(0x178)]]||_0x15cc32[_0x2c4675[_0x166c1b(0x186)]],_0x1646e9=_0x15cc32[_0x2c4675[_0x166c1b(0x17e)]]||_0x15cc32[_0x2c4675[_0x166c1b(0x179)]],_0x5d273e=_0x15cc32[_0x2c4675['PrUHt']]||_0x15cc32[_0x2c4675['BHxpa']],_0xbd0fd7=_0x15cc32[_0x2c4675[_0x166c1b(0x176)]]||_0x15cc32[_0x2c4675[_0x166c1b(0x18e)]],_0x551ef9=_0x15cc32[_0x2c4675[_0x166c1b(0x17a)]]||_0x15cc32[_0x2c4675['btYeU']];_0x15cc32['os']&&(_0x582158['os']=_0x15cc32['os']),_0x169ffc&&(_0x582158[_0x2c4675[_0x166c1b(0x172)]]=_0x169ffc),_0x24ea54&&(_0x582158[_0x2c4675[_0x166c1b(0x186)]]=_0x24ea54),_0x1646e9&&(_0x582158[_0x2c4675['pqTlX']]=_0x1646e9),_0x5d273e&&(_0x582158[_0x2c4675[_0x166c1b(0x188)]]=_0x5d273e),_0xbd0fd7&&(_0x582158[_0x2c4675[_0x166c1b(0x18e)]]=_0xbd0fd7),_0x551ef9&&(_0x582158[_0x2c4675['btYeU']]=_0x551ef9),_0x15cc32[_0x2c4675[_0x166c1b(0x182)]]&&(_0x582158[_0x2c4675[_0x166c1b(0x182)]]=_0x15cc32[_0x2c4675[_0x166c1b(0x182)]]);}return _0x582158;}static[a54_0x4575fe(0x18a)](_0x54bd50={}){const _0x525f41=a54_0x4575fe;TestMetadata[_0x525f41(0x16f)](_0x54bd50);}}module[a54_0x4575fe(0x181)]=BrowserStackSdk;function a54_0x58b7(){const _0x34e3dc=['399295SLyahd','afbUf','hxxGQ','Svbvx','pqTlX','ADpqV','1649152bbFXZF','browser_version','btYeU','SFJbo','4469717XDlzNR','browserVersion','exports','XaEYs','platformVersion','platformName','device','LNiQv','browserName','BHxpa','getCurrentPlatform','setTestMetadata','28LjOARQ','platform','15239930HDkmSr','qbXCD','3mSSsHP','osVersion','999246HBJPRx','6TzKtXQ','3944799LmXEIi','174335uSQuEi','set','browser','customVariables','KWPrm','PrUHt','os_version'];a54_0x58b7=function(){return _0x34e3dc;};return a54_0x58b7();}
@@ -1 +1 @@
1
- const a55_0x196310=a55_0x19dc;function a55_0x11e7(){const _0x54c98d=['checkStopLocalBinaryOnExit','Local\x20binary\x20started\x20successfully','env','measureWrapper','aiHeal:tcgAuth','TCG_AUTH_TIMEOUT','isRunning','421728CXBpgI','../../package.json','ZiZGK','percy','BROWSERSTACK_PERCY','useW3C','ulKPT','iwUlg','VvZVz','SUhcQ','QKqgu','Error\x20occured\x20while\x20stopping\x20local\x20binary','Percy\x20stopped','SDKTestAttempted','BbHll','setLogLevel','custom-repeater','DQEMr','TCG_AUTH_FAILURE','XucgU','FEnaI','UPGRADE_REQUIRED','FKaTl','lyMpP','beforeExit','error','isUndefined','length','platform','true','BbpWD','SIGTERM','bstackConfig','bdAgx','Error\x20occured\x20while\x20stopping\x20percy','./percy/utils','isTrue','getCentralUser','proxyConfig','race','SDK\x20run\x20started\x20with\x20id:\x20','turboScaleUrl','kdAzG','tTqGE','Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','turboScaleOptions','KTJdp','localIdentifier','info','hdUcU','Error\x20in\x20percy\x20setup\x20','browserStackLocalOptions','VrQON','2346456rVGcay','disableAutoCaptureLogs','BTvLI','../ai-sdk-node/bundle','\x20with\x20error\x20','setProxySettings','fireFunnelTestEvent','XFBIT','end','SggnG','10344GHFVNG','AUTOLOGCAPTURE_NOTIFICATION','Local\x20binary\x20stopped','forceLocal','xmsCR','BrowserstackHealingInitFailed','FRAMEWORK','BQNbA','path','TCG_DOWN','playwrightUrl','Shutdown\x20triggered\x20by\x20','testContextOptions','unhandledErrors','ZILzM','cLasc','LsJaT','EnSvQ','./setKeepAlive','toLowerCase','fnXZS','Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','AI_PROXY_FAILURE','turboScaleGridDetails','setUpHubUrl','toString','getHubUrl','status','writeFileSync','setHandlePWError','./helper','envConfig','4|1|3|0|2','BROWSERSTACK_TURBOSCALE','12pukEhg','getPackageVersion','MqmIJ','./timeoutPromise','sdkRunID','BrowserstackHealing.init','getLocalConfig','iVryk','split','jnVlK','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','44556mlLVHn','FVyec','statusCode','exceptions','codeceptjs','isEnabled','fXrbi','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','central_scanner','handleExceptions','zvOyV','push','UffaJ','SSiJW','initialize','startPercy','12|25|8|42|6|2|1|23|33|14|41|37|22|21|7|5|3|0|39|29|10|38|34|35|26|18|40|32|15|20|4|31|28|30|43|19|11|17|16|27|13|24|9|36','vbhNc','userName','CjvvB','No\x20config\x20provided.','yYloi','getUserName','proxy','handled','join','userName\x20or\x20accessKey\x20is\x20not\x20defined','QbDjr','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','init','iZnrS','setupBrowserstackLocal','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','format','version','framework','loBjw','selenium-webdriver','browserstackLocal','config','GxgAA','INVALID_INIT_RESP_WITH_USER_IMPACT','EAEhN','Error\x20in\x20writing\x20events\x20to\x20file\x20','LqDvc','isTrialGrid','stopLocalBinary','Pdiux','win32','Data\x20sent\x20successfully\x20to\x20','xeuOz','PlJtU','constructor','SDK_CLEANUP','getConfigPath','Percy\x20started\x20successfully','errorMessage','accessKey','getAccessKey','SIGBREAK','SIGINT','allocateHub','OeMeQ','selfHeal','?caps=','TpoRy','intExitHandler','NGEgQ','stopPercy','SIGABRT','stringify','IlNFt','oyuGo','setupPercy','localOptions','./testhub/testhubHandler','SdWvn','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','uuid','./testhub/utils','EDS_URL','41PYwNUu','ats-repeater','GqtKl','stopBrowserstackLocal','301tPJFAK','warn','AaNId','jBazv','BaPvF','skipSessionStatus','xfwQm','SIGQUIT','HUB_MANAGEMENT','bGFba','exitHandler','gopGd','readConfig','3248930DsvlTc','xvbGB','unhandledRejection','Gnvbj','setupTcgConfigFile','skipSessionName','AI_INIT_SUCCESSFUL','setBrowserstackInfraFromConfig','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','cancel','isHealingEnabled','platforms','tyepT','generateLocalIdentifier','./utilities','tcg\x20config\x20setup\x20successful.','stop','2458899MLzEYM','default','KpwUm','setCLICaps','customRepeaters','isBrowserstackInfra','setupKeepAlive','YYPOq','cliConfig','requireSeleniumWebdriverCheck','killSignal','message','STpIr','skipBinaryInitialisation','compareVersions','setupTCGAuth','LjCrl','debug','winstonLogger','getLocalIdentifier','1189530ZLEfRC','setEnvCaps','sendToEDS','STpyn','YghTp','uncaughtException','isAuthenticated','jlEpp','./performance/performance-tester','../bin/utils/constants'];a55_0x11e7=function(){return _0x54c98d;};return a55_0x11e7();}(function(_0x3ae3c8,_0x289118){const _0x5dae2e=a55_0x19dc,_0x301ade=_0x3ae3c8();while(!![]){try{const _0x2dfcc1=-parseInt(_0x5dae2e(0x2c6))/0x1*(parseInt(_0x5dae2e(0x248))/0x2)+-parseInt(_0x5dae2e(0x209))/0x3*(-parseInt(_0x5dae2e(0x26a))/0x4)+parseInt(_0x5dae2e(0x1f8))/0x5+-parseInt(_0x5dae2e(0x275))/0x6*(parseInt(_0x5dae2e(0x2ca))/0x7)+parseInt(_0x5dae2e(0x23e))/0x8+parseInt(_0x5dae2e(0x2e8))/0x9+-parseInt(_0x5dae2e(0x2d7))/0xa;if(_0x2dfcc1===_0x289118)break;else _0x301ade['push'](_0x301ade['shift']());}catch(_0x1a99db){_0x301ade['push'](_0x301ade['shift']());}}}(a55_0x11e7,0x5a4e1));function a55_0x19dc(_0x54f1ff,_0x35ec47){const _0x11e7b8=a55_0x11e7();return a55_0x19dc=function(_0x19dc4b,_0x2cc50c){_0x19dc4b=_0x19dc4b-0x1e6;let _0x55ff74=_0x11e7b8[_0x19dc4b];return _0x55ff74;},a55_0x19dc(_0x54f1ff,_0x35ec47);}const util=require('util'),os=require('os'),path=require(a55_0x196310(0x250)),{v4:uuidv4}=require(a55_0x196310(0x2c3)),fs=require('fs'),constants=require(a55_0x196310(0x201)),{isTurboScaleSession}=require('./ats/helper'),logger=require('./logger')[a55_0x196310(0x1f6)],helper=require(a55_0x196310(0x266)),utilities=require(a55_0x196310(0x2e5)),percyHelper=require(a55_0x196310(0x22c)),hubAllocator=require('../hubAllocationMethods'),PerformanceTester=require(a55_0x196310(0x200)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require('./performance/constants'),{setPercyFlag}=require(a55_0x196310(0x2c4)),TestHubHandler=require(a55_0x196310(0x2c0)),timeoutPromise=require(a55_0x196310(0x26d));class BrowserStackSetup{constructor(_0x36ece7,_0x32d8f5){const _0x1d4b0f=a55_0x196310,_0x178b31={'lyMpP':_0x1d4b0f(0x285),'GxgAA':_0x1d4b0f(0x289),'kdAzG':function(_0x57e9ff,_0x423071){return _0x57e9ff!==_0x423071;},'xeuOz':_0x1d4b0f(0x2a5),'xvbGB':_0x1d4b0f(0x2ba),'XucgU':_0x1d4b0f(0x2d1),'PlJtU':_0x1d4b0f(0x2b0),'gopGd':_0x1d4b0f(0x216),'gGnOB':_0x1d4b0f(0x2b1),'FOsOO':function(_0x21c638,_0xc56e55){return _0x21c638===_0xc56e55;},'OlnAk':function(_0x3923ec,_0x12d479){return _0x3923ec===_0x12d479;},'AaNId':'integrations','VrQON':function(_0x219d88){return _0x219d88();},'jlEpp':'SIGHUP','bdAgx':_0x1d4b0f(0x28f),'KTJdp':_0x1d4b0f(0x228),'loBjw':function(_0x581e58,_0x304558){return _0x581e58<_0x304558;},'dQuux':function(_0x45d3c2,_0x940c3d){return _0x45d3c2(_0x940c3d);},'jnVlK':_0x1d4b0f(0x29a),'QKqgu':function(_0x599f6a,_0x45744d){return _0x599f6a===_0x45744d;},'peyZp':'4.5.0','zvOyV':_0x1d4b0f(0x221),'nOQtk':_0x1d4b0f(0x295),'TpoRy':_0x1d4b0f(0x274)},_0x2b5e85=_0x178b31[_0x1d4b0f(0x220)][_0x1d4b0f(0x272)]('|');let _0x4c3fa4=0x0;while(!![]){switch(_0x2b5e85[_0x4c3fa4++]){case'0':if(helper[_0x1d4b0f(0x223)](this[_0x1d4b0f(0x29c)]))throw new Error(_0x178b31[_0x1d4b0f(0x29d)]);continue;case'1':this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x2e2)]=this[_0x1d4b0f(0x29c)]['platforms']||[];continue;case'2':this[_0x1d4b0f(0x29c)]=helper[_0x1d4b0f(0x2d6)](helper[_0x1d4b0f(0x2ab)](_0x36ece7));continue;case'3':logger[_0x1d4b0f(0x239)](_0x1d4b0f(0x231)+this[_0x1d4b0f(0x26e)]);continue;case'4':this[_0x1d4b0f(0x27e)]();continue;case'5':global['sdkRunID']=this['sdkRunID'];continue;case'6':this[_0x1d4b0f(0x20c)]=null;continue;case'7':this[_0x1d4b0f(0x1ee)]=null;continue;case'8':this[_0x1d4b0f(0x267)]=helper[_0x1d4b0f(0x1f9)]();continue;case'9':_0x178b31[_0x1d4b0f(0x233)](process[_0x1d4b0f(0x225)],_0x178b31[_0x1d4b0f(0x2a7)])?(process['on'](_0x178b31[_0x1d4b0f(0x2d8)],this[_0x1d4b0f(0x2b7)]),process['on'](_0x178b31[_0x1d4b0f(0x21c)],this['intExitHandler'])):process['on'](_0x178b31[_0x1d4b0f(0x2a8)],this[_0x1d4b0f(0x2b7)]);continue;case'10':this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x254)][_0x1d4b0f(0x2cf)]=!helper['isBrowserstackInfra']()||helper['isTrue'](this['config'][_0x1d4b0f(0x254)][_0x1d4b0f(0x2cf)]);continue;case'11':try{process[_0x1d4b0f(0x204)][_0x1d4b0f(0x24e)]=_0x36ece7['_'][0x0],utilities[_0x1d4b0f(0x244)](_0x178b31['gopGd'],{},this[_0x1d4b0f(0x29c)],this['framework']);}catch(_0x1861c2){logger['debug'](_0x1d4b0f(0x2c2)+_0x1861c2);}continue;case'12':this[_0x1d4b0f(0x255)]=[];continue;case'13':process['on'](_0x178b31['gGnOB'],this[_0x1d4b0f(0x2b7)]);continue;case'14':global[_0x1d4b0f(0x29c)]=this[_0x1d4b0f(0x29c)];continue;case'15':helper[_0x1d4b0f(0x265)](this[_0x1d4b0f(0x29c)]);continue;case'16':this[_0x1d4b0f(0x2b7)]=this[_0x1d4b0f(0x2b7)]['bind'](this);continue;case'17':!this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x23f)]&&logger[_0x1d4b0f(0x239)](constants[_0x1d4b0f(0x249)]);continue;case'18':helper[_0x1d4b0f(0x270)](this['config'])&&helper['isUndefined'](helper[_0x1d4b0f(0x1f7)](this[_0x1d4b0f(0x29c)]))&&(!helper[_0x1d4b0f(0x223)](this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x23c)])&&_0x178b31['FOsOO'](this['config'][_0x1d4b0f(0x23c)][_0x1d4b0f(0x2a9)],Object)?!helper[_0x1d4b0f(0x22d)](this['config'][_0x1d4b0f(0x23c)][_0x1d4b0f(0x1f1)])&&(this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x23c)][_0x1d4b0f(0x238)]=helper['generateLocalIdentifier']()):this[_0x1d4b0f(0x29c)]['browserStackLocalOptions']={'localIdentifier':helper[_0x1d4b0f(0x2e4)]()});continue;case'19':!this[_0x1d4b0f(0x29c)]['testContextOptions']&&(this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x254)]={});continue;case'20':if(_0x178b31['OlnAk'](_0x32d8f5,_0x178b31[_0x1d4b0f(0x2cc)]))return;continue;case'21':this[_0x1d4b0f(0x26e)]=_0x178b31[_0x1d4b0f(0x23d)](uuidv4);continue;case'22':this[_0x1d4b0f(0x298)]=_0x32d8f5;continue;case'23':this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x254)]=this[_0x1d4b0f(0x29c)]['testContextOptions']||{};continue;case'24':process['on'](_0x178b31[_0x1d4b0f(0x1ff)],this['intExitHandler']);continue;case'25':this[_0x1d4b0f(0x1ec)]=helper[_0x1d4b0f(0x1e7)](_0x36ece7);continue;case'26':if(helper['isUndefined'](helper[_0x1d4b0f(0x28b)](this[_0x1d4b0f(0x29c)]))||helper[_0x1d4b0f(0x223)](helper[_0x1d4b0f(0x2af)](this['config'])))throw new Error(_0x178b31[_0x1d4b0f(0x22a)]);continue;case'27':process['on'](_0x178b31[_0x1d4b0f(0x237)],this[_0x1d4b0f(0x2b7)]);continue;case'28':if(!helper[_0x1d4b0f(0x1e9)]()){try{process[_0x1d4b0f(0x204)][_0x1d4b0f(0x24e)]=_0x32d8f5,utilities[_0x1d4b0f(0x244)](_0x178b31[_0x1d4b0f(0x2d5)],{},this[_0x1d4b0f(0x29c)],this[_0x1d4b0f(0x298)]);}catch(_0x862b2c){logger[_0x1d4b0f(0x1f5)](_0x1d4b0f(0x2c2)+_0x862b2c);}return;}continue;case'29':helper[_0x1d4b0f(0x2de)](this['config'],this[_0x1d4b0f(0x1ec)]);continue;case'30':helper[_0x1d4b0f(0x1ed)](_0x32d8f5)&&(_0x178b31[_0x1d4b0f(0x299)](_0x178b31['dQuux'](parseInt,helper[_0x1d4b0f(0x26b)](_0x178b31['jnVlK'])),0x3)&&(this['config'][_0x1d4b0f(0x20e)]=![]),_0x178b31[_0x1d4b0f(0x213)](helper[_0x1d4b0f(0x1f2)](helper[_0x1d4b0f(0x26b)](_0x178b31[_0x1d4b0f(0x273)]),_0x178b31['peyZp']),0x1)&&(this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x20e)]=!![]));continue;case'31':process[_0x1d4b0f(0x204)][_0x1d4b0f(0x269)]&&(this[_0x1d4b0f(0x29c)]['turboScale']=helper['isTrue'](process[_0x1d4b0f(0x204)][_0x1d4b0f(0x269)]),this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x236)]=this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x236)]||{});continue;case'32':helper[_0x1d4b0f(0x218)](this[_0x1d4b0f(0x29c)],this[_0x1d4b0f(0x1ec)],this[_0x1d4b0f(0x267)]);continue;case'33':this[_0x1d4b0f(0x2ad)]={};continue;case'34':helper['getFinalCaps'](this[_0x1d4b0f(0x29c)],this[_0x1d4b0f(0x1ec)],this[_0x1d4b0f(0x267)]);continue;case'35':!this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x23c)]&&(this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x23c)]=this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x2bf)]||{});continue;case'36':process['on'](_0x178b31[_0x1d4b0f(0x27f)],this[_0x1d4b0f(0x2d4)]());continue;case'37':helper['sanitizeCaps'](this[_0x1d4b0f(0x29c)]);continue;case'38':this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x254)][_0x1d4b0f(0x2dc)]=!helper[_0x1d4b0f(0x1e9)]()||helper['isTrue'](this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x254)][_0x1d4b0f(0x2dc)]);continue;case'39':if(this[_0x1d4b0f(0x29c)]['error'])throw new Error(this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x222)]);continue;case'40':this['config'][_0x1d4b0f(0x23c)][_0x1d4b0f(0x1f1)]=helper['isTrue'](this['config'][_0x1d4b0f(0x23c)][_0x1d4b0f(0x1f1)]);continue;case'41':global['framework']=_0x32d8f5;continue;case'42':this['browserstackLocal']=null;continue;case'43':(helper[_0x1d4b0f(0x223)](this[_0x1d4b0f(0x29c)]['platforms'])||helper[_0x1d4b0f(0x223)](this['config'][_0x1d4b0f(0x2e2)][_0x1d4b0f(0x224)]))&&(helper['isUndefined'](this[_0x1d4b0f(0x29c)]['parallelsPerPlatform'])?logger[_0x1d4b0f(0x239)](_0x178b31['nOQtk']):logger[_0x1d4b0f(0x2cb)](_0x178b31[_0x1d4b0f(0x2b6)]),this[_0x1d4b0f(0x29c)][_0x1d4b0f(0x2e2)]=[]);continue;}break;}}async[a55_0x196310(0x283)](){const _0x123f30=a55_0x196310,_0x3bb912={'YYPOq':function(_0x17cb6b,_0x3cfded){return _0x17cb6b(_0x3cfded);},'yYloi':_0x123f30(0x2c7),'vbhNc':_0x123f30(0x219),'NGEgQ':_0x123f30(0x226),'XhUwC':function(_0x100b57,_0xd74a92){return _0x100b57===_0xd74a92;},'FKaTl':'playwright','BaPvF':function(_0x5454ec,_0x47334e){return _0x5454ec+_0x47334e;},'fnXZS':_0x123f30(0x2b5),'GqtKl':_0x123f30(0x279)};if(_0x3bb912['YYPOq'](isTurboScaleSession,this[_0x123f30(0x29c)])){const _0x118043=await helper['getTurboScaleGridDetails'](this[_0x123f30(0x29c)]);this[_0x123f30(0x29c)][_0x123f30(0x25f)]=_0x118043,_0x118043[_0x123f30(0x2a2)]&&(this['config'][_0x123f30(0x29b)]=!![],this[_0x123f30(0x29c)][_0x123f30(0x23c)][_0x123f30(0x238)]=_0x3bb912[_0x123f30(0x28a)],this[_0x123f30(0x29c)]['browserStackLocalOptions'][_0x3bb912[_0x123f30(0x286)]]=_0x118043[_0x123f30(0x1e8)][_0x123f30(0x28e)](','),this['config'][_0x123f30(0x23c)][_0x123f30(0x24b)]=_0x3bb912[_0x123f30(0x2b8)]),this[_0x123f30(0x29c)][_0x123f30(0x232)]=_0x118043['url'],this[_0x123f30(0x298)]&&_0x3bb912['XhUwC'](this[_0x123f30(0x298)][_0x123f30(0x25b)](),_0x3bb912[_0x123f30(0x21f)])&&(this[_0x123f30(0x29c)][_0x123f30(0x232)]=_0x3bb912[_0x123f30(0x2ce)](_0x118043[_0x123f30(0x252)],_0x3bb912[_0x123f30(0x25c)])),constants['hubUrl']=helper[_0x123f30(0x262)](this[_0x123f30(0x29c)]),logger['debug']('HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20'+constants['hubUrl']);}helper[_0x123f30(0x243)](this[_0x123f30(0x29c)]),this[_0x123f30(0x1ea)](),_0x3bb912[_0x123f30(0x1eb)](setPercyFlag,this),await this['setupBrowserstackLocal'](),![_0x3bb912[_0x123f30(0x2c8)]]['includes'](this[_0x123f30(0x298)])&&!_0x3bb912[_0x123f30(0x1eb)](isTurboScaleSession,this['config'])&&!helper[_0x123f30(0x22e)]()[_0x123f30(0x27d)]&&await this[_0x123f30(0x260)]();}async[a55_0x196310(0x2be)](){const _0x29f6ef=a55_0x196310,_0x3e7ee0={};_0x3e7ee0['UffaJ']=function(_0x28e752,_0x5204b4){return _0x28e752===_0x5204b4;},_0x3e7ee0[_0x29f6ef(0x2a4)]='false',_0x3e7ee0[_0x29f6ef(0x288)]='Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.',_0x3e7ee0[_0x29f6ef(0x2da)]=_0x29f6ef(0x2ac),_0x3e7ee0[_0x29f6ef(0x24f)]='true',_0x3e7ee0[_0x29f6ef(0x258)]=_0x29f6ef(0x221);const _0x19d854=_0x3e7ee0;if(helper[_0x29f6ef(0x22d)](this[_0x29f6ef(0x29c)][_0x29f6ef(0x20c)])&&(!this[_0x29f6ef(0x20c)]||!this[_0x29f6ef(0x20c)][_0x29f6ef(0x208)]()))try{this['percy']=await percyHelper[_0x29f6ef(0x284)](this['config']);if(!this[_0x29f6ef(0x20c)]){process['env']['BROWSERSTACK_PERCY']=_0x19d854['Pdiux'];throw new Error(_0x19d854[_0x29f6ef(0x288)]);}logger['info'](_0x19d854[_0x29f6ef(0x2da)]),process['env'][_0x29f6ef(0x20d)]=_0x19d854['BQNbA'];let _0x90d1fb=0x0;const _0x2e754c=async()=>{const _0x5abff1=_0x29f6ef;_0x90d1fb++,_0x19d854[_0x5abff1(0x281)](_0x90d1fb,0x1)&&await this[_0x5abff1(0x2b9)]();};process['on'](_0x19d854[_0x29f6ef(0x258)],_0x2e754c);}catch(_0x45815c){process[_0x29f6ef(0x204)][_0x29f6ef(0x20d)]=_0x19d854[_0x29f6ef(0x2a4)],logger[_0x29f6ef(0x1f5)](_0x29f6ef(0x23b)+_0x45815c);throw new Error(_0x45815c[_0x29f6ef(0x261)]());}}async[a55_0x196310(0x2b9)](){const _0x63b45f=a55_0x196310,_0x128034={};_0x128034['QbDjr']=_0x63b45f(0x215),_0x128034[_0x63b45f(0x257)]=_0x63b45f(0x22b);const _0xe1040e=_0x128034;if(this[_0x63b45f(0x20c)]&&this[_0x63b45f(0x20c)][_0x63b45f(0x208)]())try{await percyHelper[_0x63b45f(0x2b9)](this[_0x63b45f(0x20c)]),logger[_0x63b45f(0x239)](_0xe1040e[_0x63b45f(0x290)]);}catch(_0x44659b){logger[_0x63b45f(0x222)](_0xe1040e[_0x63b45f(0x257)],_0x44659b[_0x63b45f(0x1ef)]);}}async[a55_0x196310(0x294)](){const _0x17e7f9=a55_0x196310,_0x4fcc45={};_0x4fcc45[_0x17e7f9(0x234)]='Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled',_0x4fcc45[_0x17e7f9(0x227)]=_0x17e7f9(0x203);const _0x2e44dc=_0x4fcc45;if(helper[_0x17e7f9(0x1e9)]()&&helper[_0x17e7f9(0x22d)](this['config'][_0x17e7f9(0x29b)])&&(!this[_0x17e7f9(0x29b)]||!this[_0x17e7f9(0x29b)][_0x17e7f9(0x208)]()))try{if(this[_0x17e7f9(0x29c)][_0x17e7f9(0x23c)][_0x17e7f9(0x1f1)]){logger['debug'](_0x2e44dc[_0x17e7f9(0x234)]);return;}this[_0x17e7f9(0x29b)]=await helper['startLocalBinary'](this['config']),logger[_0x17e7f9(0x239)](_0x2e44dc['BbpWD']);}catch(_0xd77205){logger[_0x17e7f9(0x1f5)](_0xd77205);throw new Error(_0xd77205['toString']());}}async[a55_0x196310(0x2c9)](){const _0x3ab948=a55_0x196310,_0x36a491={};_0x36a491[_0x3ab948(0x1f0)]=_0x3ab948(0x24a),_0x36a491[_0x3ab948(0x1f4)]=_0x3ab948(0x214);const _0x5cc614=_0x36a491;if(this[_0x3ab948(0x29b)]&&this[_0x3ab948(0x29b)][_0x3ab948(0x208)]())try{await helper[_0x3ab948(0x2a3)](this['browserstackLocal']),logger[_0x3ab948(0x239)](_0x5cc614[_0x3ab948(0x1f0)]);}catch(_0x1c1046){logger[_0x3ab948(0x222)](_0x5cc614[_0x3ab948(0x1f4)],_0x1c1046[_0x3ab948(0x1ef)]);}}async['setUpHubUrl'](){const _0x390c3b=a55_0x196310;return PerformanceTester[_0x390c3b(0x205)](PerformanceAutEvents[_0x390c3b(0x2d2)],async()=>{const _0x3ca894=_0x390c3b;await hubAllocator[_0x3ca894(0x2b2)](this['config']);})();}async[a55_0x196310(0x1f3)](){const _0x414a18=a55_0x196310,_0x458816={'FEnaI':function(_0x1e4a98,_0x333289){return _0x1e4a98(_0x333289);},'YghTp':_0x414a18(0x241),'EnSvQ':function(_0x187003,_0x330b51,_0x1f2604,_0x339936,_0xb53634,_0x3bb621,_0x4c52d1){return _0x187003(_0x330b51,_0x1f2604,_0x339936,_0xb53634,_0x3bb621,_0x4c52d1);},'QiaGk':'BrowserstackHealing.init\x20method\x20timed\x20out','SdWvn':_0x414a18(0x24d),'LqDvc':function(_0x3f689a,_0x374e09){return _0x3f689a(_0x374e09);},'jBazv':_0x414a18(0x20a),'xmsCR':_0x414a18(0x26f),'iwUlg':function(_0x17859f,_0x14b3ca){return _0x17859f===_0x14b3ca;},'ulKPT':_0x414a18(0x226),'ZILzM':function(_0x44fd04,_0x283b9a){return _0x44fd04===_0x283b9a;},'ZiZGK':function(_0x3bef69,_0x245ecb){return _0x3bef69===_0x245ecb;},'MqmIJ':function(_0x58edb4,_0x399225){return _0x58edb4===_0x399225;},'iZnrS':_0x414a18(0x291),'fXrbi':function(_0x52edfa,_0x256e27){return _0x52edfa===_0x256e27;},'IlNFt':_0x414a18(0x235),'LquXf':_0x414a18(0x25d),'SUhcQ':_0x414a18(0x27c),'XFBIT':function(_0x59012e,_0x3ed616){return _0x59012e>=_0x3ed616;},'hdUcU':function(_0x3740ac,_0x50f749){return _0x3740ac<_0x50f749;},'STpyn':_0x414a18(0x2e6),'CHEjK':_0x414a18(0x206),'EAEhN':function(_0x58c8d7){return _0x58c8d7();}},_0x35e40b=PerformanceTester[_0x414a18(0x205)](_0x458816['CHEjK'],async()=>{const _0x536375=_0x414a18;try{const _0x1edd55=new Date(),_0x2ba838=helper['getProxyConfigForTcg'](this[_0x536375(0x29c)]),_0x3ff541=_0x458816[_0x536375(0x21d)](require,path['join'](__dirname,_0x458816[_0x536375(0x1fc)])),_0x1bb96e=_0x458816[_0x536375(0x259)](timeoutPromise,constants[_0x536375(0x207)],_0x458816['QiaGk'],_0x458816[_0x536375(0x2c1)],_0x1edd55,this[_0x536375(0x29c)],this[_0x536375(0x298)]),_0x16cf2e={'tcgUrl':constants['TCG_URL'],'sdkVersion':_0x458816[_0x536375(0x2a1)](require,_0x458816['jBazv'])[_0x536375(0x297)],'methodUsed':_0x458816['xmsCR'],'proxyConfig':_0x2ba838,'os':os[_0x536375(0x225)]()};if(_0x2ba838&&_0x2ba838['proxyUrl']){utilities[_0x536375(0x244)](constants[_0x536375(0x25e)],_0x16cf2e,this[_0x536375(0x29c)],this[_0x536375(0x298)]);return;}const _0x60cda2={};_0x60cda2[_0x536375(0x28c)]=_0x2ba838;const _0x45606a=await Promise[_0x536375(0x230)]([_0x3ff541[_0x536375(0x292)](this['config'][_0x536375(0x2ae)],this[_0x536375(0x29c)][_0x536375(0x287)],constants['TCG_URL'],_0x458816[_0x536375(0x2a1)](require,_0x458816[_0x536375(0x2cd)])[_0x536375(0x297)],_0x60cda2)['then'](_0x2d0f83=>{const _0xc61ec=_0x536375;return _0x1bb96e[_0xc61ec(0x2e0)](),_0x2d0f83;}),_0x1bb96e]);_0x45606a[_0x536375(0x2e1)]=_0x458816[_0x536375(0x210)](_0x45606a[_0x536375(0x2e1)],_0x458816['ulKPT'])||_0x458816[_0x536375(0x256)](_0x45606a[_0x536375(0x2e1)],!![]);const _0x195ad6=_0x458816[_0x536375(0x20b)](this[_0x536375(0x29c)][_0x536375(0x2b4)],!![])||_0x458816[_0x536375(0x26c)](this[_0x536375(0x29c)]['selfHeal'],_0x458816[_0x536375(0x20f)]);if(_0x458816[_0x536375(0x20b)](_0x45606a[_0x536375(0x1ef)],constants[_0x536375(0x21e)])&&_0x195ad6)logger[_0x536375(0x239)](_0x458816[_0x536375(0x293)]);else{if(!_0x45606a[_0x536375(0x1fe)]&&_0x458816[_0x536375(0x27b)](_0x45606a[_0x536375(0x263)],0x1f7)&&_0x195ad6)logger[_0x536375(0x239)](_0x458816[_0x536375(0x2bc)]),utilities[_0x536375(0x244)](constants[_0x536375(0x251)],_0x16cf2e,this[_0x536375(0x29c)],this['framework']);else{if(!_0x45606a[_0x536375(0x1fe)]&&_0x195ad6){logger[_0x536375(0x239)](_0x458816['LquXf']);const _0x525959={'tcgUrl':constants['TCG_URL'],'sdkVersion':_0x458816[_0x536375(0x21d)](require,_0x458816[_0x536375(0x2cd)])[_0x536375(0x297)],'methodUsed':_0x458816[_0x536375(0x24c)],'proxyConfig':_0x2ba838,'os':os[_0x536375(0x225)]()};utilities['fireFunnelTestEvent'](constants[_0x536375(0x21b)],_0x525959,this[_0x536375(0x29c)],this[_0x536375(0x298)]);}else{if(_0x45606a[_0x536375(0x1fe)]&&!_0x45606a[_0x536375(0x2e1)]&&_0x195ad6)logger[_0x536375(0x239)](_0x458816[_0x536375(0x212)]);else{if(_0x458816[_0x536375(0x245)](_0x45606a['status'],0xc8)&&_0x458816[_0x536375(0x23a)](_0x45606a[_0x536375(0x263)],0x12c))utilities[_0x536375(0x244)](constants[_0x536375(0x2dd)],_0x16cf2e,this['config'],this[_0x536375(0x298)]);else{if(_0x458816['XFBIT'](_0x45606a[_0x536375(0x263)],0x190))_0x16cf2e[_0x536375(0x263)]=_0x45606a['status'],utilities[_0x536375(0x244)](constants['AI_INIT_FAILURE'],_0x16cf2e,this['config'],this[_0x536375(0x298)]);else!_0x45606a[_0x536375(0x263)]&&utilities[_0x536375(0x244)](constants[_0x536375(0x29e)],_0x16cf2e,this[_0x536375(0x29c)],this['framework']);}}}}}if(_0x45606a['isAuthenticated']&&_0x45606a[_0x536375(0x2e1)]){const _0x13fefe={};_0x13fefe['tcgAuthConfig']=_0x45606a;const _0x484c48=_0x13fefe;_0x2ba838&&(_0x484c48[_0x536375(0x22f)]=_0x2ba838),_0x484c48[_0x536375(0x298)]=this[_0x536375(0x298)],_0x484c48[_0x536375(0x229)]=this[_0x536375(0x29c)],helper[_0x536375(0x2db)](_0x484c48),logger['debug'](_0x458816[_0x536375(0x1fb)]);}}catch(_0x21b16a){logger[_0x536375(0x1f5)](_0x536375(0x2df)+(_0x21b16a[_0x536375(0x1ef)]?_0x21b16a['message']:''));}});await _0x458816[_0x414a18(0x29f)](_0x35e40b);}['setupKeepAlive'](){const _0x5f377d=a55_0x196310,_0x586a7d={'BTvLI':function(_0x190d0e,_0x3f6445){return _0x190d0e(_0x3f6445);},'bGFba':_0x5f377d(0x25a)};_0x586a7d[_0x5f377d(0x240)](require,_0x586a7d[_0x5f377d(0x2d3)])();}['handleExceptions'](){const _0x5f0cc6=a55_0x196310,_0x169d42={};_0x169d42[_0x5f0cc6(0x2e3)]=_0x5f0cc6(0x2d9),_0x169d42[_0x5f0cc6(0x217)]=_0x5f0cc6(0x1fd);const _0x396d7b=_0x169d42,_0x62e715=_0x33ea48=>{const _0x4e14b1=_0x5f0cc6;logger[_0x4e14b1(0x222)](_0x33ea48[_0x4e14b1(0x1ef)]),logger[_0x4e14b1(0x1f5)](util[_0x4e14b1(0x296)](_0x33ea48)),this[_0x4e14b1(0x255)][_0x4e14b1(0x280)](util[_0x4e14b1(0x296)]('%j',_0x33ea48)),PerformanceTester['captureError'](_0x33ea48);};process['on'](_0x396d7b[_0x5f0cc6(0x2e3)],_0x62e715),process['on'](_0x396d7b[_0x5f0cc6(0x217)],_0x62e715);}async[a55_0x196310(0x2b7)](_0xf21e34){const _0x3223ff=a55_0x196310,_0x483489={};_0x483489[_0x3223ff(0x2b3)]=_0x3223ff(0x268),_0x483489[_0x3223ff(0x2d0)]=function(_0x11f81,_0x4ffa06){return _0x11f81+_0x4ffa06;},_0x483489[_0x3223ff(0x282)]=_0x3223ff(0x28d),_0x483489['VvZVz']=_0x3223ff(0x253),_0x483489[_0x3223ff(0x21a)]=function(_0x6add8c,_0x2d9746){return _0x6add8c+_0x2d9746;};const _0x18b3e3=_0x483489,_0x5783e6=_0x18b3e3[_0x3223ff(0x2b3)][_0x3223ff(0x272)]('|');let _0x185825=0x0;while(!![]){switch(_0x5783e6[_0x185825++]){case'0':this[_0x3223ff(0x1ee)]=_0xf21e34;continue;case'1':this[_0x18b3e3['xfwQm'](_0x18b3e3[_0x3223ff(0x282)],_0xf21e34)]=!![];continue;case'2':await TestHubHandler[_0x3223ff(0x2e7)](_0xf21e34);continue;case'3':logger['info'](_0x18b3e3[_0x3223ff(0x2d0)](_0x18b3e3[_0x3223ff(0x211)],_0xf21e34));continue;case'4':if(this[_0x18b3e3[_0x3223ff(0x21a)](_0x18b3e3[_0x3223ff(0x282)],_0xf21e34)])return;continue;}break;}}[a55_0x196310(0x2d4)](){const _0x370657=a55_0x196310,_0x2eac5f={};_0x2eac5f['KpwUm']=function(_0x52e210,_0x1f28c0){return _0x52e210===_0x1f28c0;},_0x2eac5f['SggnG']='Calling\x20Build\x20Stop\x20from\x20ExitHandler',_0x2eac5f[_0x370657(0x276)]=function(_0xcde026,_0x31ced6){return _0xcde026>_0x31ced6;},_0x2eac5f['oyuGo']=function(_0x597d0f,_0x25742f){return _0x597d0f>_0x25742f;},_0x2eac5f['iVryk']='log/events.json';const _0x59109f=_0x2eac5f;let _0x228143=0x0;return async()=>{const _0xe4dea2=_0x370657;_0x228143++;if(_0x59109f[_0xe4dea2(0x1e6)](_0x228143,0x1)){helper[_0xe4dea2(0x202)](this[_0xe4dea2(0x298)])&&await this[_0xe4dea2(0x2c9)]();try{logger[_0xe4dea2(0x1f5)](_0x59109f[_0xe4dea2(0x247)]),await TestHubHandler['stop'](_0x228143);}catch(_0x87ccbb){logger['debug']('Error\x20in\x20sending\x20testhub\x20stop:\x20'+util[_0xe4dea2(0x296)](_0x87ccbb));}PerformanceTester[_0xe4dea2(0x246)](PerformanceEvents[_0xe4dea2(0x2aa)]);if(PerformanceTester[_0xe4dea2(0x27a)]()){const {measures:_0x2d9adc,errors:_0x356bff}=await PerformanceTester['finalize'](),_0xe96324={};if(_0x2d9adc&&_0x59109f['FVyec'](_0x2d9adc[_0xe4dea2(0x224)],0x0)||_0x356bff&&_0x59109f[_0xe4dea2(0x2bd)](_0x356bff[_0xe4dea2(0x224)],0x0)){const _0x47858b={};_0x47858b['measures']=_0x2d9adc,_0x47858b[_0xe4dea2(0x278)]=_0x356bff,Object['assign'](_0xe96324,_0x47858b);}try{const _0x1e5367=await helper[_0xe4dea2(0x1fa)](_0xe96324,this[_0xe4dea2(0x29c)]);logger[_0xe4dea2(0x1f5)](_0xe4dea2(0x2a6)+constants[_0xe4dea2(0x2c5)]+'\x20with\x20response\x20'+_0x1e5367[_0xe4dea2(0x277)]);}catch(_0x53cf40){logger[_0xe4dea2(0x1f5)]('Failed\x20to\x20send\x20data\x20to\x20'+constants[_0xe4dea2(0x2c5)]+_0xe4dea2(0x242)+util[_0xe4dea2(0x296)](_0x53cf40));}try{fs[_0xe4dea2(0x264)](_0x59109f[_0xe4dea2(0x271)],JSON[_0xe4dea2(0x2bb)](_0xe96324));}catch(_0x18d5b5){logger['debug'](_0xe4dea2(0x2a0)+_0x18d5b5);}}}};}}exports[a55_0x196310(0x2e9)]=BrowserStackSetup;
1
+ const a55_0x161be5=a55_0x508e;(function(_0x1385ed,_0x46fef6){const _0x2122ca=a55_0x508e,_0x62b89e=_0x1385ed();while(!![]){try{const _0x7a2e51=-parseInt(_0x2122ca(0x204))/0x1+parseInt(_0x2122ca(0x291))/0x2+-parseInt(_0x2122ca(0x2bf))/0x3+-parseInt(_0x2122ca(0x2c4))/0x4+-parseInt(_0x2122ca(0x2c8))/0x5+parseInt(_0x2122ca(0x2af))/0x6*(-parseInt(_0x2122ca(0x24c))/0x7)+-parseInt(_0x2122ca(0x202))/0x8*(-parseInt(_0x2122ca(0x243))/0x9);if(_0x7a2e51===_0x46fef6)break;else _0x62b89e['push'](_0x62b89e['shift']());}catch(_0x3ab7d7){_0x62b89e['push'](_0x62b89e['shift']());}}}(a55_0x5ad2,0x48ea8));const util=require(a55_0x161be5(0x250)),os=require('os'),path=require(a55_0x161be5(0x24d)),{v4:uuidv4}=require(a55_0x161be5(0x28f)),fs=require('fs'),constants=require(a55_0x161be5(0x240)),{isTurboScaleSession}=require(a55_0x161be5(0x1c5)),logger=require(a55_0x161be5(0x1f7))['winstonLogger'],helper=require('./helper'),utilities=require(a55_0x161be5(0x1e1)),percyHelper=require('./percy/utils'),hubAllocator=require(a55_0x161be5(0x1f5)),PerformanceTester=require(a55_0x161be5(0x29a)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a55_0x161be5(0x284)),{setPercyFlag}=require(a55_0x161be5(0x230)),TestHubHandler=require('./testhub/testhubHandler'),timeoutPromise=require(a55_0x161be5(0x1e0));function a55_0x508e(_0x6a11a4,_0x4678b3){const _0x5ad278=a55_0x5ad2();return a55_0x508e=function(_0x508e5f,_0x3c6efe){_0x508e5f=_0x508e5f-0x1c1;let _0x1057c7=_0x5ad278[_0x508e5f];return _0x1057c7;},a55_0x508e(_0x6a11a4,_0x4678b3);}class BrowserStackSetup{constructor(_0x7f41f3,_0x51e341){const _0x29009f=a55_0x161be5,_0x10c27d={'eynOW':'11|23|29|7|4|16|6|1|18|22|15|28|37|33|41|31|14|42|5|32|2|12|24|26|8|20|34|36|21|19|27|25|13|9|0|10|43|39|3|38|30|35|40|17','FbNld':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','zRnYG':_0x29009f(0x1d6),'uPrIo':'userName\x20or\x20accessKey\x20is\x20not\x20defined','EOTVz':function(_0x1ea6ce,_0x3574b9){return _0x1ea6ce<_0x3574b9;},'FEHFU':function(_0x5a5af0,_0x5e7ff9){return _0x5a5af0(_0x5e7ff9);},'QwHQM':_0x29009f(0x226),'woUTs':function(_0x5774a3,_0x2ebad6){return _0x5774a3===_0x2ebad6;},'VLkhL':'4.5.0','KxbNe':_0x29009f(0x2b0),'TKsZc':_0x29009f(0x24b),'rVqTd':function(_0x38630b,_0x561d4a){return _0x38630b===_0x561d4a;},'LHYop':'integrations','xUNQp':'SIGINT','ozjpY':function(_0x33f267){return _0x33f267();},'OAZrM':'SIGHUP','RHJvd':_0x29009f(0x2c9),'eGFLm':function(_0x1479fd,_0x4a637d){return _0x1479fd!==_0x4a637d;},'GdgCD':_0x29009f(0x283),'VgXGB':_0x29009f(0x1f9),'rrGmr':_0x29009f(0x28b),'LzXSy':_0x29009f(0x1ef),'cDXqT':_0x29009f(0x208)},_0x4deacb=_0x10c27d[_0x29009f(0x21f)][_0x29009f(0x25c)]('|');let _0x2bb251=0x0;while(!![]){switch(_0x4deacb[_0x2bb251++]){case'0':(helper[_0x29009f(0x237)](this[_0x29009f(0x251)][_0x29009f(0x271)])||helper['isUndefined'](this[_0x29009f(0x251)][_0x29009f(0x271)][_0x29009f(0x2bb)]))&&(helper[_0x29009f(0x237)](this[_0x29009f(0x251)][_0x29009f(0x297)])?logger[_0x29009f(0x278)](_0x10c27d[_0x29009f(0x289)]):logger['warn'](_0x10c27d[_0x29009f(0x248)]),this['config'][_0x29009f(0x271)]=[]);continue;case'1':this[_0x29009f(0x251)][_0x29009f(0x1eb)]=this[_0x29009f(0x251)]['testContextOptions']||{};continue;case'2':this[_0x29009f(0x251)][_0x29009f(0x1eb)][_0x29009f(0x28e)]=!helper[_0x29009f(0x2ab)]()||helper[_0x29009f(0x2b5)](this['config']['testContextOptions'][_0x29009f(0x28e)]);continue;case'3':this[_0x29009f(0x2a7)]=this[_0x29009f(0x2a7)]['bind'](this);continue;case'4':this[_0x29009f(0x1da)]=null;continue;case'5':if(this[_0x29009f(0x251)]['error'])throw new Error(this[_0x29009f(0x251)][_0x29009f(0x272)]);continue;case'6':this['config'][_0x29009f(0x271)]=this['config']['platforms']||[];continue;case'7':this[_0x29009f(0x26d)]=null;continue;case'8':if(helper[_0x29009f(0x237)](helper[_0x29009f(0x2ac)](this[_0x29009f(0x251)]))||helper[_0x29009f(0x237)](helper[_0x29009f(0x26f)](this['config'])))throw new Error(_0x10c27d['uPrIo']);continue;case'9':helper[_0x29009f(0x253)](_0x51e341)&&(_0x10c27d[_0x29009f(0x1d8)](_0x10c27d[_0x29009f(0x235)](parseInt,helper['getPackageVersion'](_0x10c27d[_0x29009f(0x281)])),0x3)&&(this[_0x29009f(0x251)][_0x29009f(0x205)]=![]),_0x10c27d[_0x29009f(0x1f1)](helper['compareVersions'](helper[_0x29009f(0x282)](_0x10c27d[_0x29009f(0x281)]),_0x10c27d[_0x29009f(0x231)]),0x1)&&(this[_0x29009f(0x251)][_0x29009f(0x205)]=!![]));continue;case'10':!this['config']['testContextOptions']&&(this[_0x29009f(0x251)]['testContextOptions']={});continue;case'11':this[_0x29009f(0x20b)]=[];continue;case'12':this['config'][_0x29009f(0x1eb)][_0x29009f(0x1e8)]=!helper[_0x29009f(0x2ab)]()||helper[_0x29009f(0x2b5)](this[_0x29009f(0x251)][_0x29009f(0x1eb)]['skipSessionName']);continue;case'13':if(!helper[_0x29009f(0x2ab)]()){try{process[_0x29009f(0x238)][_0x29009f(0x228)]=_0x51e341,utilities[_0x29009f(0x1d2)](_0x10c27d['KxbNe'],{},this[_0x29009f(0x251)],this[_0x29009f(0x2bd)]);}catch(_0x26c8f3){logger[_0x29009f(0x1d0)](_0x29009f(0x227)+_0x26c8f3);}return;}continue;case'14':logger['info'](_0x29009f(0x20d)+this[_0x29009f(0x26c)]);continue;case'15':global['framework']=_0x51e341;continue;case'16':this[_0x29009f(0x251)]=helper[_0x29009f(0x273)](helper[_0x29009f(0x219)](_0x7f41f3));continue;case'17':process['on'](_0x10c27d[_0x29009f(0x2c5)],this[_0x29009f(0x28c)]());continue;case'18':this[_0x29009f(0x25d)]={};continue;case'19':if(_0x10c27d[_0x29009f(0x242)](_0x51e341,_0x10c27d['LHYop']))return;continue;case'20':helper[_0x29009f(0x22a)](this[_0x29009f(0x251)])&&helper['isUndefined'](helper[_0x29009f(0x1d9)](this[_0x29009f(0x251)]))&&(!helper['isUndefined'](this[_0x29009f(0x251)][_0x29009f(0x1d7)])&&_0x10c27d[_0x29009f(0x1f1)](this[_0x29009f(0x251)][_0x29009f(0x1d7)][_0x29009f(0x299)],Object)?!helper[_0x29009f(0x2b5)](this[_0x29009f(0x251)]['browserStackLocalOptions'][_0x29009f(0x25b)])&&(this[_0x29009f(0x251)]['browserStackLocalOptions']['localIdentifier']=helper[_0x29009f(0x2c0)]()):this[_0x29009f(0x251)][_0x29009f(0x1d7)]={'localIdentifier':helper[_0x29009f(0x2c0)]()});continue;case'21':helper[_0x29009f(0x262)](this[_0x29009f(0x251)]);continue;case'22':global[_0x29009f(0x251)]=this['config'];continue;case'23':this[_0x29009f(0x2b3)]=helper[_0x29009f(0x1ea)](_0x7f41f3);continue;case'24':helper[_0x29009f(0x1e2)](this[_0x29009f(0x251)],this['cliConfig'],this[_0x29009f(0x2ae)]);continue;case'25':process[_0x29009f(0x238)]['BROWSERSTACK_TURBOSCALE']&&(this[_0x29009f(0x251)][_0x29009f(0x215)]=helper[_0x29009f(0x2b5)](process[_0x29009f(0x238)][_0x29009f(0x256)]),this[_0x29009f(0x251)][_0x29009f(0x1ca)]=this['config']['turboScaleOptions']||{});continue;case'26':!this[_0x29009f(0x251)][_0x29009f(0x1d7)]&&(this[_0x29009f(0x251)][_0x29009f(0x1d7)]=this[_0x29009f(0x251)][_0x29009f(0x1cf)]||{});continue;case'27':this[_0x29009f(0x209)]();continue;case'28':helper[_0x29009f(0x249)](this[_0x29009f(0x251)]);continue;case'29':this[_0x29009f(0x2ae)]=helper[_0x29009f(0x2a5)]();continue;case'30':process['on'](_0x10c27d[_0x29009f(0x1f3)],this[_0x29009f(0x2a7)]);continue;case'31':global['sdkRunID']=this[_0x29009f(0x26c)];continue;case'32':helper[_0x29009f(0x23f)](this['config'],this[_0x29009f(0x2b3)]);continue;case'33':this['sdkRunID']=_0x10c27d[_0x29009f(0x20c)](uuidv4);continue;case'34':this[_0x29009f(0x251)]['browserStackLocalOptions'][_0x29009f(0x25b)]=helper[_0x29009f(0x2b5)](this[_0x29009f(0x251)][_0x29009f(0x1d7)]['skipBinaryInitialisation']);continue;case'35':process['on'](_0x10c27d['OAZrM'],this['intExitHandler']);continue;case'36':helper[_0x29009f(0x20e)](this[_0x29009f(0x251)],this['cliConfig'],this['envConfig']);continue;case'37':this[_0x29009f(0x2bd)]=_0x51e341;continue;case'38':process['on'](_0x10c27d['RHJvd'],this[_0x29009f(0x2a7)]);continue;case'39':!this[_0x29009f(0x251)][_0x29009f(0x2b9)]&&logger['info'](constants[_0x29009f(0x23e)]);continue;case'40':_0x10c27d[_0x29009f(0x21b)](process[_0x29009f(0x2c2)],_0x10c27d[_0x29009f(0x263)])?(process['on'](_0x10c27d[_0x29009f(0x298)],this[_0x29009f(0x2a7)]),process['on'](_0x10c27d[_0x29009f(0x27d)],this['intExitHandler'])):process['on'](_0x10c27d[_0x29009f(0x28d)],this[_0x29009f(0x2a7)]);continue;case'41':this[_0x29009f(0x1c6)]=null;continue;case'42':if(helper[_0x29009f(0x237)](this[_0x29009f(0x251)]))throw new Error(_0x10c27d[_0x29009f(0x2c1)]);continue;case'43':try{process[_0x29009f(0x238)][_0x29009f(0x228)]=_0x7f41f3['_'][0x0],utilities['fireFunnelTestEvent'](_0x10c27d[_0x29009f(0x2b2)],{},this[_0x29009f(0x251)],this[_0x29009f(0x2bd)]);}catch(_0x3efad1){logger[_0x29009f(0x1d0)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x3efad1);}continue;}break;}}async[a55_0x161be5(0x1cb)](){const _0x248cac=a55_0x161be5,_0x5c5b85={'KkjUW':function(_0x12fd4f,_0x761df9){return _0x12fd4f(_0x761df9);},'GKVhq':_0x248cac(0x274),'MyTgq':_0x248cac(0x247),'UBrUD':_0x248cac(0x266),'wzVVB':function(_0x51489d,_0x57a2b6){return _0x51489d===_0x57a2b6;},'HPhPN':_0x248cac(0x1d3),'BJGOZ':function(_0x12363b,_0x20e0f4){return _0x12363b+_0x20e0f4;},'mNlub':_0x248cac(0x254),'PZRPL':function(_0x535149,_0x248e1e){return _0x535149(_0x248e1e);},'gMOew':_0x248cac(0x1fe),'OBdOY':function(_0xad0288,_0x20c61b){return _0xad0288(_0x20c61b);}};if(_0x5c5b85[_0x248cac(0x2be)](isTurboScaleSession,this[_0x248cac(0x251)])){const _0x36c9ea=await helper[_0x248cac(0x214)](this['config']);this[_0x248cac(0x251)][_0x248cac(0x203)]=_0x36c9ea,_0x36c9ea[_0x248cac(0x246)]&&(this[_0x248cac(0x251)][_0x248cac(0x26d)]=!![],this[_0x248cac(0x251)]['browserStackLocalOptions'][_0x248cac(0x1fc)]=_0x5c5b85[_0x248cac(0x1c2)],this[_0x248cac(0x251)][_0x248cac(0x1d7)][_0x5c5b85[_0x248cac(0x25e)]]=_0x36c9ea[_0x248cac(0x27b)]['join'](','),this[_0x248cac(0x251)][_0x248cac(0x1d7)][_0x248cac(0x1fa)]=_0x5c5b85[_0x248cac(0x245)]),this[_0x248cac(0x251)][_0x248cac(0x1df)]=_0x36c9ea[_0x248cac(0x288)],this[_0x248cac(0x2bd)]&&_0x5c5b85['wzVVB'](this[_0x248cac(0x2bd)][_0x248cac(0x1e5)](),_0x5c5b85[_0x248cac(0x225)])&&(this[_0x248cac(0x251)][_0x248cac(0x1df)]=_0x5c5b85[_0x248cac(0x2b6)](_0x36c9ea['playwrightUrl'],_0x5c5b85[_0x248cac(0x259)])),constants[_0x248cac(0x29d)]=helper[_0x248cac(0x26a)](this[_0x248cac(0x251)]),logger[_0x248cac(0x1d0)](_0x248cac(0x1ee)+constants['hubUrl']);}helper[_0x248cac(0x229)](this[_0x248cac(0x251)]),this[_0x248cac(0x21a)](),_0x5c5b85[_0x248cac(0x232)](setPercyFlag,this),await this[_0x248cac(0x216)](),![_0x5c5b85[_0x248cac(0x277)]][_0x248cac(0x1d5)](this['framework'])&&!_0x5c5b85[_0x248cac(0x218)](isTurboScaleSession,this['config'])&&!helper['getCentralUser']()['central_scanner']&&await this[_0x248cac(0x220)]();}async['setupPercy'](){const _0x463fd9=a55_0x161be5,_0x1e9dbf={};_0x1e9dbf[_0x463fd9(0x285)]=function(_0x176a57,_0x2f2ed3){return _0x176a57===_0x2f2ed3;},_0x1e9dbf[_0x463fd9(0x213)]=_0x463fd9(0x27e),_0x1e9dbf['UCavp']=_0x463fd9(0x1c9),_0x1e9dbf[_0x463fd9(0x29f)]=_0x463fd9(0x2a3),_0x1e9dbf['nduwU']=_0x463fd9(0x266),_0x1e9dbf[_0x463fd9(0x21d)]='beforeExit';const _0x27cb4b=_0x1e9dbf;if(helper[_0x463fd9(0x2b5)](this[_0x463fd9(0x251)][_0x463fd9(0x1da)])&&(!this[_0x463fd9(0x1da)]||!this[_0x463fd9(0x1da)][_0x463fd9(0x1f2)]()))try{this[_0x463fd9(0x1da)]=await percyHelper[_0x463fd9(0x2b4)](this[_0x463fd9(0x251)]);if(!this[_0x463fd9(0x1da)]){process[_0x463fd9(0x238)]['BROWSERSTACK_PERCY']=_0x27cb4b['ANuSb'];throw new Error(_0x27cb4b[_0x463fd9(0x1f0)]);}logger[_0x463fd9(0x278)](_0x27cb4b[_0x463fd9(0x29f)]),process['env'][_0x463fd9(0x2a8)]=_0x27cb4b[_0x463fd9(0x23b)];let _0x4c6d43=0x0;const _0x23145f=async()=>{const _0x1e6ce6=_0x463fd9;_0x4c6d43++,_0x27cb4b['TXUSg'](_0x4c6d43,0x1)&&await this[_0x1e6ce6(0x200)]();};process['on'](_0x27cb4b[_0x463fd9(0x21d)],_0x23145f);}catch(_0x3477f3){process[_0x463fd9(0x238)][_0x463fd9(0x2a8)]=_0x27cb4b[_0x463fd9(0x213)],logger['debug']('Error\x20in\x20percy\x20setup\x20'+_0x3477f3);throw new Error(_0x3477f3['toString']());}}async[a55_0x161be5(0x200)](){const _0x4ac91c=a55_0x161be5,_0x5d7656={};_0x5d7656[_0x4ac91c(0x2c3)]='Percy\x20stopped',_0x5d7656['bafcb']=_0x4ac91c(0x2a2);const _0x2aa51d=_0x5d7656;if(this['percy']&&this[_0x4ac91c(0x1da)][_0x4ac91c(0x1f2)]())try{await percyHelper['stopPercy'](this[_0x4ac91c(0x1da)]),logger[_0x4ac91c(0x278)](_0x2aa51d[_0x4ac91c(0x2c3)]);}catch(_0x3693e5){logger[_0x4ac91c(0x272)](_0x2aa51d['bafcb'],_0x3693e5[_0x4ac91c(0x1e9)]);}}async[a55_0x161be5(0x216)](){const _0x34f13c=a55_0x161be5,_0x40480c={};_0x40480c[_0x34f13c(0x293)]=_0x34f13c(0x24a),_0x40480c[_0x34f13c(0x210)]=_0x34f13c(0x1e6);const _0x43a7a1=_0x40480c;if(helper['isBrowserstackInfra']()&&helper[_0x34f13c(0x2b5)](this[_0x34f13c(0x251)][_0x34f13c(0x26d)])&&(!this[_0x34f13c(0x26d)]||!this[_0x34f13c(0x26d)][_0x34f13c(0x1f2)]()))try{if(this[_0x34f13c(0x251)][_0x34f13c(0x1d7)]['skipBinaryInitialisation']){logger['debug'](_0x43a7a1[_0x34f13c(0x293)]);return;}this[_0x34f13c(0x26d)]=await helper[_0x34f13c(0x268)](this[_0x34f13c(0x251)]),logger[_0x34f13c(0x278)](_0x43a7a1[_0x34f13c(0x210)]);}catch(_0x46881a){logger['debug'](_0x46881a);throw new Error(_0x46881a[_0x34f13c(0x295)]());}}async[a55_0x161be5(0x1e3)](){const _0x38da38=a55_0x161be5,_0x2189b5={};_0x2189b5[_0x38da38(0x270)]=_0x38da38(0x221),_0x2189b5[_0x38da38(0x22b)]=_0x38da38(0x2c6);const _0x1cae53=_0x2189b5;if(this[_0x38da38(0x26d)]&&this['browserstackLocal'][_0x38da38(0x1f2)]())try{await helper['stopLocalBinary'](this[_0x38da38(0x26d)]),logger[_0x38da38(0x278)](_0x1cae53[_0x38da38(0x270)]);}catch(_0x4025bf){logger['error'](_0x1cae53[_0x38da38(0x22b)],_0x4025bf[_0x38da38(0x1e9)]);}}async[a55_0x161be5(0x220)](){const _0x4b5871=a55_0x161be5;return PerformanceTester[_0x4b5871(0x206)](PerformanceAutEvents[_0x4b5871(0x25f)],async()=>{const _0x118dae=_0x4b5871;await hubAllocator[_0x118dae(0x1cd)](this[_0x118dae(0x251)]);})();}async[a55_0x161be5(0x257)](){const _0x42de34=a55_0x161be5,_0x4ee39f={'xbLlS':function(_0xd51342,_0x507fa2){return _0xd51342(_0x507fa2);},'hdwGH':_0x42de34(0x1f4),'GIhZx':function(_0x58af39,_0x443d78,_0xcade1d,_0x23ffeb,_0x158b8d,_0x31f39b,_0x2c7f60){return _0x58af39(_0x443d78,_0xcade1d,_0x23ffeb,_0x158b8d,_0x31f39b,_0x2c7f60);},'fkBUB':_0x42de34(0x24e),'FpkKt':_0x42de34(0x267),'CSdMC':function(_0xbfc7e3,_0x573cdf){return _0xbfc7e3(_0x573cdf);},'qeSas':_0x42de34(0x258),'SshCI':_0x42de34(0x1c7),'PWpJM':function(_0x340e33,_0x41233b){return _0x340e33===_0x41233b;},'AhNzl':_0x42de34(0x266),'FePvM':function(_0x45baee,_0x4e20cb){return _0x45baee===_0x4e20cb;},'QifAx':_0x42de34(0x2bc),'CiYQN':function(_0x558dbc,_0x4b2100){return _0x558dbc===_0x4b2100;},'EaxFe':_0x42de34(0x255),'czqIE':_0x42de34(0x2ba),'WPZXg':_0x42de34(0x26b),'TXokQ':function(_0x683794,_0x102774){return _0x683794>=_0x102774;},'lPLDu':function(_0x36342d,_0x401a4d){return _0x36342d<_0x401a4d;},'HPDJs':_0x42de34(0x211),'QraCD':_0x42de34(0x1c3),'gcedJ':function(_0x329033){return _0x329033();}},_0x14d233=PerformanceTester[_0x42de34(0x206)](_0x4ee39f[_0x42de34(0x1e7)],async()=>{const _0x248926=_0x42de34;try{const _0x32d768=new Date(),_0x83ad8d=helper[_0x248926(0x2b8)](this[_0x248926(0x251)]),_0x103e55=_0x4ee39f[_0x248926(0x29b)](require,path[_0x248926(0x275)](__dirname,_0x4ee39f[_0x248926(0x24f)])),_0x117d71=_0x4ee39f[_0x248926(0x23d)](timeoutPromise,constants[_0x248926(0x1d4)],_0x4ee39f[_0x248926(0x222)],_0x4ee39f[_0x248926(0x1cc)],_0x32d768,this['config'],this[_0x248926(0x2bd)]),_0x3d855f={'tcgUrl':constants[_0x248926(0x1c1)],'sdkVersion':_0x4ee39f['CSdMC'](require,_0x4ee39f[_0x248926(0x1de)])[_0x248926(0x1ec)],'methodUsed':_0x4ee39f[_0x248926(0x21c)],'proxyConfig':_0x83ad8d,'os':os[_0x248926(0x2c2)]()};if(_0x83ad8d&&_0x83ad8d[_0x248926(0x233)]){utilities[_0x248926(0x1d2)](constants['AI_PROXY_FAILURE'],_0x3d855f,this[_0x248926(0x251)],this[_0x248926(0x2bd)]);return;}const _0x2f7a8c={};_0x2f7a8c[_0x248926(0x234)]=_0x83ad8d;const _0x31fe7c=await Promise[_0x248926(0x2a0)]([_0x103e55['init'](this[_0x248926(0x251)][_0x248926(0x1dc)],this['config'][_0x248926(0x1fb)],constants['TCG_URL'],_0x4ee39f[_0x248926(0x265)](require,_0x4ee39f['qeSas'])[_0x248926(0x1ec)],_0x2f7a8c)['then'](_0x55488d=>{const _0x368c8d=_0x248926;return _0x117d71[_0x368c8d(0x279)](),_0x55488d;}),_0x117d71]);_0x31fe7c['isHealingEnabled']=_0x4ee39f['PWpJM'](_0x31fe7c['isHealingEnabled'],_0x4ee39f[_0x248926(0x269)])||_0x4ee39f[_0x248926(0x241)](_0x31fe7c[_0x248926(0x20f)],!![]);const _0x14e22c=_0x4ee39f[_0x248926(0x241)](this[_0x248926(0x251)][_0x248926(0x20a)],!![])||_0x4ee39f[_0x248926(0x241)](this[_0x248926(0x251)]['selfHeal'],_0x4ee39f[_0x248926(0x269)]);if(_0x4ee39f[_0x248926(0x1f6)](_0x31fe7c[_0x248926(0x1e9)],constants['UPGRADE_REQUIRED'])&&_0x14e22c)logger[_0x248926(0x278)](_0x4ee39f['QifAx']);else{if(!_0x31fe7c['isAuthenticated']&&_0x4ee39f['CiYQN'](_0x31fe7c['status'],0x1f7)&&_0x14e22c)logger['info'](_0x4ee39f[_0x248926(0x29c)]),utilities[_0x248926(0x1d2)](constants[_0x248926(0x22c)],_0x3d855f,this[_0x248926(0x251)],this[_0x248926(0x2bd)]);else{if(!_0x31fe7c[_0x248926(0x252)]&&_0x14e22c){logger[_0x248926(0x278)](_0x4ee39f[_0x248926(0x1e4)]);const _0x1235dc={'tcgUrl':constants[_0x248926(0x1c1)],'sdkVersion':_0x4ee39f['xbLlS'](require,_0x4ee39f[_0x248926(0x1de)])[_0x248926(0x1ec)],'methodUsed':_0x4ee39f['SshCI'],'proxyConfig':_0x83ad8d,'os':os[_0x248926(0x2c2)]()};utilities[_0x248926(0x1d2)](constants[_0x248926(0x27c)],_0x1235dc,this[_0x248926(0x251)],this['framework']);}else{if(_0x31fe7c[_0x248926(0x252)]&&!_0x31fe7c[_0x248926(0x20f)]&&_0x14e22c)logger['info'](_0x4ee39f[_0x248926(0x207)]);else{if(_0x4ee39f['TXokQ'](_0x31fe7c[_0x248926(0x2a1)],0xc8)&&_0x4ee39f[_0x248926(0x29e)](_0x31fe7c[_0x248926(0x2a1)],0x12c))utilities[_0x248926(0x1d2)](constants[_0x248926(0x1f8)],_0x3d855f,this[_0x248926(0x251)],this['framework']);else{if(_0x4ee39f[_0x248926(0x276)](_0x31fe7c[_0x248926(0x2a1)],0x190))_0x3d855f[_0x248926(0x2a1)]=_0x31fe7c[_0x248926(0x2a1)],utilities[_0x248926(0x1d2)](constants[_0x248926(0x26e)],_0x3d855f,this[_0x248926(0x251)],this[_0x248926(0x2bd)]);else!_0x31fe7c['status']&&utilities[_0x248926(0x1d2)](constants[_0x248926(0x1fd)],_0x3d855f,this[_0x248926(0x251)],this['framework']);}}}}}if(_0x31fe7c[_0x248926(0x252)]&&_0x31fe7c[_0x248926(0x20f)]){const _0x530aca={};_0x530aca['tcgAuthConfig']=_0x31fe7c;const _0xd021a4=_0x530aca;_0x83ad8d&&(_0xd021a4[_0x248926(0x2a6)]=_0x83ad8d),_0xd021a4[_0x248926(0x2bd)]=this[_0x248926(0x2bd)],_0xd021a4['bstackConfig']=this[_0x248926(0x251)],helper['setupTcgConfigFile'](_0xd021a4),logger[_0x248926(0x1d0)](_0x4ee39f[_0x248926(0x1ed)]);}}catch(_0x41108){logger[_0x248926(0x1d0)](_0x248926(0x236)+(_0x41108[_0x248926(0x1e9)]?_0x41108[_0x248926(0x1e9)]:''));}});await _0x4ee39f[_0x42de34(0x290)](_0x14d233);}[a55_0x161be5(0x21a)](){const _0x3ba4b2=a55_0x161be5,_0x1d40e0={'taglR':function(_0x244516,_0x52ee0f){return _0x244516(_0x52ee0f);},'kJrsH':_0x3ba4b2(0x2a4)};_0x1d40e0['taglR'](require,_0x1d40e0[_0x3ba4b2(0x27a)])();}[a55_0x161be5(0x209)](){const _0xd8c3e1=a55_0x161be5,_0x2260c7={};_0x2260c7[_0xd8c3e1(0x1c4)]=_0xd8c3e1(0x22e),_0x2260c7[_0xd8c3e1(0x212)]=_0xd8c3e1(0x25a);const _0x134146=_0x2260c7,_0x14389d=_0x440d35=>{const _0x22e010=_0xd8c3e1;logger['error'](_0x440d35[_0x22e010(0x1e9)]),logger[_0x22e010(0x1d0)](util[_0x22e010(0x28a)](_0x440d35)),this[_0x22e010(0x20b)][_0x22e010(0x1dd)](util[_0x22e010(0x28a)]('%j',_0x440d35)),PerformanceTester[_0x22e010(0x294)](_0x440d35);};process['on'](_0x134146[_0xd8c3e1(0x1c4)],_0x14389d),process['on'](_0x134146[_0xd8c3e1(0x212)],_0x14389d);}async['intExitHandler'](_0x435c99){const _0x3ed9ba=a55_0x161be5,_0x28f26b={};_0x28f26b['mGLye']='2|1|4|0|3',_0x28f26b['NdEwZ']=function(_0x170e87,_0x5c0caa){return _0x170e87+_0x5c0caa;},_0x28f26b[_0x3ed9ba(0x2ad)]=_0x3ed9ba(0x261),_0x28f26b[_0x3ed9ba(0x286)]=function(_0x127697,_0x2cb98f){return _0x127697+_0x2cb98f;},_0x28f26b['XfyOm']='Shutdown\x20triggered\x20by\x20';const _0x2b967e=_0x28f26b,_0xcca814=_0x2b967e[_0x3ed9ba(0x2aa)][_0x3ed9ba(0x25c)]('|');let _0x4b4d15=0x0;while(!![]){switch(_0xcca814[_0x4b4d15++]){case'0':this[_0x3ed9ba(0x1c6)]=_0x435c99;continue;case'1':this[_0x2b967e[_0x3ed9ba(0x2c7)](_0x2b967e['DuQjo'],_0x435c99)]=!![];continue;case'2':if(this[_0x2b967e['jZpxa'](_0x2b967e[_0x3ed9ba(0x2ad)],_0x435c99)])return;continue;case'3':await TestHubHandler['stop'](_0x435c99);continue;case'4':logger[_0x3ed9ba(0x278)](_0x2b967e[_0x3ed9ba(0x286)](_0x2b967e[_0x3ed9ba(0x296)],_0x435c99));continue;}break;}}[a55_0x161be5(0x28c)](){const _0x438359=a55_0x161be5,_0x4238a9={};_0x4238a9[_0x438359(0x292)]=function(_0x76f049,_0x17011e){return _0x76f049===_0x17011e;},_0x4238a9[_0x438359(0x22d)]=_0x438359(0x1c8),_0x4238a9['GmTXC']=function(_0x5cf153,_0xfe8246){return _0x5cf153>_0xfe8246;},_0x4238a9[_0x438359(0x264)]=function(_0xd37575,_0x15242b){return _0xd37575>_0x15242b;},_0x4238a9[_0x438359(0x22f)]=_0x438359(0x217);const _0x5281cb=_0x4238a9;let _0x37ac23=0x0;return async()=>{const _0x25beaa=_0x438359;_0x37ac23++;if(_0x5281cb[_0x25beaa(0x292)](_0x37ac23,0x1)){helper[_0x25beaa(0x201)](this[_0x25beaa(0x2bd)])&&await this[_0x25beaa(0x1e3)]();try{logger[_0x25beaa(0x1d0)](_0x5281cb['giIHN']),await TestHubHandler[_0x25beaa(0x1ce)](_0x37ac23);}catch(_0x3057b9){logger[_0x25beaa(0x1d0)]('Error\x20in\x20sending\x20testhub\x20stop:\x20'+util[_0x25beaa(0x28a)](_0x3057b9));}PerformanceTester[_0x25beaa(0x1d1)](PerformanceEvents[_0x25beaa(0x2b1)]);if(PerformanceTester[_0x25beaa(0x2b7)]()){const {measures:_0x26a33f,errors:_0x25bc52}=await PerformanceTester[_0x25beaa(0x224)](),_0x2a7b87={};if(_0x26a33f&&_0x5281cb[_0x25beaa(0x27f)](_0x26a33f[_0x25beaa(0x2bb)],0x0)||_0x25bc52&&_0x5281cb[_0x25beaa(0x264)](_0x25bc52[_0x25beaa(0x2bb)],0x0)){const _0x5eaf85={};_0x5eaf85[_0x25beaa(0x223)]=_0x26a33f,_0x5eaf85[_0x25beaa(0x23c)]=_0x25bc52,Object[_0x25beaa(0x1db)](_0x2a7b87,_0x5eaf85);}try{const _0x47a17=await helper['sendToEDS'](_0x2a7b87,this[_0x25beaa(0x251)]);logger[_0x25beaa(0x1d0)](_0x25beaa(0x244)+constants[_0x25beaa(0x287)]+_0x25beaa(0x260)+_0x47a17[_0x25beaa(0x239)]);}catch(_0x2fe445){logger[_0x25beaa(0x1d0)](_0x25beaa(0x23a)+constants['EDS_URL']+_0x25beaa(0x280)+util[_0x25beaa(0x28a)](_0x2fe445));}try{fs['writeFileSync'](_0x5281cb['ElfXt'],JSON[_0x25beaa(0x21e)](_0x2a7b87));}catch(_0x346727){logger[_0x25beaa(0x1d0)](_0x25beaa(0x1ff)+_0x346727);}}}};}}exports[a55_0x161be5(0x2a9)]=BrowserStackSetup;function a55_0x5ad2(){const _0x486993=['Percy\x20started\x20successfully','./setKeepAlive','setEnvCaps','proxyConfig','intExitHandler','BROWSERSTACK_PERCY','default','mGLye','isBrowserstackInfra','getUserName','DuQjo','envConfig','1053192JBjQiS','SDKTestAttempted','SDK_CLEANUP','KxbNe','cliConfig','startPercy','isTrue','BJGOZ','isEnabled','getProxyConfigForTcg','disableAutoCaptureLogs','Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','length','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','framework','KkjUW','464442CEpOti','generateLocalIdentifier','cDXqT','platform','aLmGT','772680NyedXY','TKsZc','Error\x20occured\x20while\x20stopping\x20local\x20binary','NdEwZ','1772120lYhNov','SIGTERM','TCG_URL','GKVhq','aiHeal:tcgAuth','Jvixk','./ats/helper','killSignal','BrowserstackHealing.init','Calling\x20Build\x20Stop\x20from\x20ExitHandler','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','turboScaleOptions','initialize','FpkKt','allocateHub','stop','localOptions','debug','end','fireFunnelTestEvent','playwright','TCG_AUTH_TIMEOUT','includes','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','browserStackLocalOptions','EOTVz','getLocalIdentifier','percy','assign','accessKey','push','qeSas','turboScaleUrl','./timeoutPromise','./utilities','getFinalCaps','stopBrowserstackLocal','czqIE','toLowerCase','Local\x20binary\x20started\x20successfully','QraCD','skipSessionName','message','setCLICaps','testContextOptions','version','HPDJs','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','SIGBREAK','UCavp','woUTs','isRunning','xUNQp','../ai-sdk-node/bundle','../hubAllocationMethods','FePvM','./logger','AI_INIT_SUCCESSFUL','SIGABRT','forceLocal','userName','localIdentifier','INVALID_INIT_RESP_WITH_USER_IMPACT','codeceptjs','Error\x20in\x20writing\x20events\x20to\x20file\x20','stopPercy','checkStopLocalBinaryOnExit','1384RhXbxU','turboScaleGridDetails','510534dMINrP','useW3C','measureWrapper','WPZXg','No\x20config\x20provided.','handleExceptions','selfHeal','unhandledErrors','ozjpY','SDK\x20run\x20started\x20with\x20id:\x20','setLogLevel','isHealingEnabled','oYqhU','tcg\x20config\x20setup\x20successful.','kbSml','ANuSb','getTurboScaleGridDetails','turboScale','setupBrowserstackLocal','log/events.json','OBdOY','getConfigPath','setupKeepAlive','eGFLm','SshCI','MZkBj','stringify','eynOW','setUpHubUrl','Local\x20binary\x20stopped','fkBUB','measures','finalize','HPhPN','selenium-webdriver','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','FRAMEWORK','setProxySettings','getLocalConfig','UgQGz','TCG_DOWN','giIHN','unhandledRejection','ElfXt','./testhub/utils','VLkhL','PZRPL','proxyUrl','proxy','FEHFU','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','isUndefined','env','statusCode','Failed\x20to\x20send\x20data\x20to\x20','nduwU','exceptions','GIhZx','AUTOLOGCAPTURE_NOTIFICATION','setBrowserstackInfraFromConfig','../bin/utils/constants','PWpJM','rVqTd','85545UBfOeh','Data\x20sent\x20successfully\x20to\x20','UBrUD','isTrialGrid','custom-repeater','zRnYG','sanitizeCaps','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','beforeExit','21ntdGfo','path','BrowserstackHealing.init\x20method\x20timed\x20out','hdwGH','util','config','isAuthenticated','requireSeleniumWebdriverCheck','?caps=','Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','BROWSERSTACK_TURBOSCALE','setupTCGAuth','../../package.json','mNlub','uncaughtException','skipBinaryInitialisation','split','errorMessage','MyTgq','HUB_MANAGEMENT','\x20with\x20response\x20','handled','setHandlePWError','GdgCD','wSPLd','CSdMC','true','BrowserstackHealingInitFailed','startLocalBinary','AhNzl','getHubUrl','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','sdkRunID','browserstackLocal','AI_INIT_FAILURE','getAccessKey','GtWon','platforms','error','readConfig','ats-repeater','join','TXokQ','gMOew','info','cancel','kJrsH','customRepeaters','TCG_AUTH_FAILURE','rrGmr','false','GmTXC','\x20with\x20error\x20','QwHQM','getPackageVersion','win32','./performance/constants','TXUSg','jZpxa','EDS_URL','url','FbNld','format','SIGQUIT','exitHandler','LzXSy','skipSessionStatus','uuid','gcedJ','787674PuMBab','YhmXM','pWOqH','captureError','toString','XfyOm','parallelsPerPlatform','VgXGB','constructor','./performance/performance-tester','xbLlS','EaxFe','hubUrl','lPLDu','rBaDj','race','status','Error\x20occured\x20while\x20stopping\x20percy'];a55_0x5ad2=function(){return _0x486993;};return a55_0x5ad2();}
@@ -1 +1 @@
1
- function a56_0x1a2c(){var _0x4c8686=['12jqxhZE','62DrEEZw','3904642COfAzl','5vYntVN','API_URL','3786624LtvHod','182253WXBKvM','3955720uQgYFw','2252kmaVQy','2097774NxUsmT','236350nCwRMf'];a56_0x1a2c=function(){return _0x4c8686;};return a56_0x1a2c();}var a56_0xfbf145=a56_0x569a;function a56_0x569a(_0x53eea8,_0x520e37){var _0x1a2c42=a56_0x1a2c();return a56_0x569a=function(_0x569ac4,_0x203786){_0x569ac4=_0x569ac4-0x1e9;var _0x4fec83=_0x1a2c42[_0x569ac4];return _0x4fec83;},a56_0x569a(_0x53eea8,_0x520e37);}(function(_0x15e753,_0x2a717c){var _0x37ce74=a56_0x569a,_0x102b35=_0x15e753();while(!![]){try{var _0x5467a=parseInt(_0x37ce74(0x1f1))/0x1*(parseInt(_0x37ce74(0x1ea))/0x2)+-parseInt(_0x37ce74(0x1ef))/0x3*(-parseInt(_0x37ce74(0x1e9))/0x4)+parseInt(_0x37ce74(0x1ec))/0x5*(-parseInt(_0x37ce74(0x1f2))/0x6)+-parseInt(_0x37ce74(0x1eb))/0x7+parseInt(_0x37ce74(0x1f0))/0x8+parseInt(_0x37ce74(0x1ee))/0x9+parseInt(_0x37ce74(0x1f3))/0xa;if(_0x5467a===_0x2a717c)break;else _0x102b35['push'](_0x102b35['shift']());}catch(_0xe32415){_0x102b35['push'](_0x102b35['shift']());}}}(a56_0x1a2c,0x4534a),exports[a56_0xfbf145(0x1ed)]='https://accessibility.browserstack.com/api');
1
+ function a56_0x44f9(){var _0x1302c6=['1981296SqYKAp','https://accessibility.browserstack.com/api','API_URL','8602872qbSKfT','3565108zuLfda','339905QaWYUV','8563149PLPsnj','1061218iPSadT','1XRTTbz','6245496JUeqpa','3wxFemu'];a56_0x44f9=function(){return _0x1302c6;};return a56_0x44f9();}var a56_0x5a4175=a56_0x1a3c;function a56_0x1a3c(_0xdeba9a,_0x4d147f){var _0x44f9f1=a56_0x44f9();return a56_0x1a3c=function(_0x1a3c9,_0x2ce027){_0x1a3c9=_0x1a3c9-0x145;var _0x115df=_0x44f9f1[_0x1a3c9];return _0x115df;},a56_0x1a3c(_0xdeba9a,_0x4d147f);}(function(_0x372bfd,_0x14a75b){var _0x424d64=a56_0x1a3c,_0x1c47b7=_0x372bfd();while(!![]){try{var _0x2c9d29=parseInt(_0x424d64(0x14b))/0x1*(-parseInt(_0x424d64(0x14a))/0x2)+parseInt(_0x424d64(0x14d))/0x3*(parseInt(_0x424d64(0x147))/0x4)+parseInt(_0x424d64(0x148))/0x5+-parseInt(_0x424d64(0x146))/0x6+parseInt(_0x424d64(0x149))/0x7+parseInt(_0x424d64(0x14c))/0x8+-parseInt(_0x424d64(0x14e))/0x9;if(_0x2c9d29===_0x14a75b)break;else _0x1c47b7['push'](_0x1c47b7['shift']());}catch(_0x200309){_0x1c47b7['push'](_0x1c47b7['shift']());}}}(a56_0x44f9,0xbe1bf),exports[a56_0x5a4175(0x145)]=a56_0x5a4175(0x14f));
@@ -1 +1 @@
1
- function a57_0x2979(_0x5f5102,_0x59ba8e){const _0x3ddace=a57_0x3dda();return a57_0x2979=function(_0x29794a,_0x455d37){_0x29794a=_0x29794a-0x124;let _0x42f29c=_0x3ddace[_0x29794a];return _0x42f29c;},a57_0x2979(_0x5f5102,_0x59ba8e);}const a57_0x48499c=a57_0x2979;(function(_0x24bb60,_0x1c63cf){const _0x1264a7=a57_0x2979,_0x522997=_0x24bb60();while(!![]){try{const _0x5782c2=parseInt(_0x1264a7(0x136))/0x1*(parseInt(_0x1264a7(0x13b))/0x2)+-parseInt(_0x1264a7(0x198))/0x3+parseInt(_0x1264a7(0x139))/0x4+parseInt(_0x1264a7(0x151))/0x5*(-parseInt(_0x1264a7(0x197))/0x6)+-parseInt(_0x1264a7(0x1d0))/0x7+parseInt(_0x1264a7(0x184))/0x8+-parseInt(_0x1264a7(0x185))/0x9*(parseInt(_0x1264a7(0x1c2))/0xa);if(_0x5782c2===_0x1c63cf)break;else _0x522997['push'](_0x522997['shift']());}catch(_0x129043){_0x522997['push'](_0x522997['shift']());}}}(a57_0x3dda,0x8b569));const path=require(a57_0x48499c(0x16f)),util=require('util'),bsSetupHelper=require(a57_0x48499c(0x1a1)),logger=require(a57_0x48499c(0x1a4))[a57_0x48499c(0x12c)],{API_URL}=require(a57_0x48499c(0x14d)),PerformanceTester=require(a57_0x48499c(0x1b8)),scripts=require('./scripts'),globals=require(a57_0x48499c(0x134)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a57_0x48499c(0x193));exports[a57_0x48499c(0x178)]=async _0x59da70=>{const _0x2d720f=a57_0x48499c,_0x3f222b={};_0x3f222b[_0x2d720f(0x19d)]=function(_0x2549a5,_0x1d51dd){return _0x2549a5===_0x1d51dd;},_0x3f222b[_0x2d720f(0x138)]=_0x2d720f(0x1a9);const _0x358057=_0x3f222b;let _0x5389d6={};try{const _0x1baaf8=await _0x59da70[_0x2d720f(0x165)]();_0x5389d6={'os_name':_0x1baaf8[_0x2d720f(0x1af)](),'os_version':bsSetupHelper[_0x2d720f(0x1a7)](_0x358057[_0x2d720f(0x19d)](global[_0x2d720f(0x152)],_0x358057[_0x2d720f(0x138)])),'browser_name':_0x1baaf8[_0x2d720f(0x146)](),'browser_version':_0x1baaf8[_0x2d720f(0x124)]()};}catch(_0x1d1a17){logger[_0x2d720f(0x15f)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x1d1a17);}return _0x5389d6;},exports[a57_0x48499c(0x1cf)]=()=>{const _0x3f16c7=a57_0x48499c,_0x55ef7c={};_0x55ef7c[_0x3f16c7(0x12b)]=function(_0x5725a7,_0xc24e26){return _0x5725a7===_0xc24e26;},_0x55ef7c[_0x3f16c7(0x191)]='string',_0x55ef7c[_0x3f16c7(0x14e)]=function(_0x1c93fe,_0x5caf7e){return _0x1c93fe>_0x5caf7e;},_0x55ef7c['cthDM']=function(_0x5f5c78,_0x21d647){return _0x5f5c78!==_0x21d647;},_0x55ef7c[_0x3f16c7(0x1ab)]=_0x3f16c7(0x177),_0x55ef7c['ppKCI']=function(_0x6c3569,_0xc52411){return _0x6c3569&&_0xc52411;};const _0x299ae9=_0x55ef7c;try{if(!bsSetupHelper[_0x3f16c7(0x13a)]())return![];const _0x18073d=bsSetupHelper[_0x3f16c7(0x1c5)](process[_0x3f16c7(0x1c8)][_0x3f16c7(0x127)])||bsSetupHelper[_0x3f16c7(0x1c5)](process[_0x3f16c7(0x1c8)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x289567=_0x299ae9[_0x3f16c7(0x12b)](typeof process[_0x3f16c7(0x1c8)][_0x3f16c7(0x150)],_0x299ae9[_0x3f16c7(0x191)])&&_0x299ae9['uWjMI'](process[_0x3f16c7(0x1c8)]['BS_A11Y_JWT'][_0x3f16c7(0x1c3)],0x0)&&_0x299ae9[_0x3f16c7(0x1c7)](process[_0x3f16c7(0x1c8)][_0x3f16c7(0x150)],_0x299ae9[_0x3f16c7(0x1ab)]);return _0x299ae9[_0x3f16c7(0x148)](_0x18073d,_0x289567);}catch(_0x5bbff6){logger[_0x3f16c7(0x15f)](_0x3f16c7(0x135)+_0x5bbff6);}return![];},exports[a57_0x48499c(0x1cd)]=(_0x334470=null,_0x4eb1d3=!![],_0x546948=[])=>{const _0x557063=a57_0x48499c,_0x28bae9={};_0x28bae9['ANdbB']=function(_0x20234c,_0x19b351){return _0x20234c==_0x19b351;},_0x28bae9[_0x557063(0x1b3)]=function(_0x433d92,_0x179ec4){return _0x433d92>_0x179ec4;},_0x28bae9[_0x557063(0x1ca)]=function(_0x32e13a,_0x24f662){return _0x32e13a===_0x24f662;},_0x28bae9[_0x557063(0x14f)]=function(_0x43dd10,_0x12936d){return _0x43dd10&&_0x12936d;},_0x28bae9[_0x557063(0x126)]=function(_0x489ba1,_0x46fd93){return _0x489ba1&&_0x46fd93;};const _0x5125fa=_0x28bae9;if(_0x5125fa['ANdbB'](process[_0x557063(0x1c8)][_0x557063(0x166)],null))return!![];try{const _0x248ad6=JSON[_0x557063(0x19a)](process[_0x557063(0x1c8)][_0x557063(0x166)]),_0x5f072c=Array[_0x557063(0x1aa)](_0x248ad6['includeTagsInTestingScope'])?_0x248ad6['includeTagsInTestingScope']:[],_0x45c520=Array[_0x557063(0x1aa)](_0x248ad6[_0x557063(0x186)])?_0x248ad6[_0x557063(0x186)]:[];if(bsSetupHelper[_0x557063(0x168)](_0x334470)){if(_0x5125fa[_0x557063(0x1b3)](_0x546948[_0x557063(0x1c3)],0x0)){const _0x1f6b38=_0x45c520['some'](_0x21d051=>_0x546948[_0x557063(0x125)](_0x21d051)),_0x30e985=_0x5125fa[_0x557063(0x1ca)](_0x5f072c[_0x557063(0x1c3)],0x0)||_0x5f072c[_0x557063(0x16a)](_0x188ac7=>_0x546948[_0x557063(0x125)](_0x188ac7));return _0x5125fa['zWOsY'](!_0x1f6b38,_0x30e985);}return!![];}let _0x3ff306;_0x4eb1d3?_0x3ff306=_0x334470[_0x557063(0x167)]('/'):_0x3ff306=_0x334470;const _0x46d36c=_0x45c520[_0x557063(0x16a)](_0x1e6945=>_0x3ff306[_0x557063(0x125)](_0x1e6945)),_0x160434=_0x5125fa[_0x557063(0x1ca)](_0x5f072c[_0x557063(0x1c3)],0x0)||_0x5f072c[_0x557063(0x16a)](_0x401148=>_0x3ff306['includes'](_0x401148));return _0x5125fa['loUdj'](!_0x46d36c,_0x160434);}catch(_0x5a5a83){logger[_0x557063(0x15f)](_0x557063(0x153)+util[_0x557063(0x1ac)](_0x5a5a83));}return![];},exports[a57_0x48499c(0x1a8)]=_0x4a4168=>{const _0x53d818=a57_0x48499c;let _0x4581de=![];try{_0x4a4168[_0x53d818(0x17f)]['forEach'](_0x294d62=>{const _0x1f681a=_0x53d818;if(bsSetupHelper[_0x1f681a(0x1c5)](_0x294d62[_0x1f681a(0x1a3)]))return _0x4581de=!![],!![];});}catch(_0x34f497){logger['debug'](_0x53d818(0x141)+_0x34f497);}return _0x4581de||bsSetupHelper[_0x53d818(0x1c5)](_0x4a4168['accessibility']);},exports[a57_0x48499c(0x188)]=PerformanceTester['measureWrapper'](a57_0x48499c(0x145),async function(_0x12142f,_0x3f5214){const _0xda852e=a57_0x48499c,_0x5c4095={};_0x5c4095['GXKab']='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x5c4095[_0xda852e(0x15c)]='playwright',_0x5c4095[_0xda852e(0x174)]='javascript',_0x5c4095[_0xda852e(0x19b)]=_0xda852e(0x129),_0x5c4095[_0xda852e(0x16b)]=_0xda852e(0x1bf),_0x5c4095[_0xda852e(0x1a0)]='v2/test_runs',_0x5c4095['iDXyJ']=function(_0x2cafea,_0x6ca522){return _0x2cafea===_0x6ca522;},_0x5c4095[_0xda852e(0x15a)]=_0xda852e(0x1c6),_0x5c4095[_0xda852e(0x17c)]=_0xda852e(0x1a5);const _0x6e68e8=_0x5c4095,_0x587977=bsSetupHelper[_0xda852e(0x1ae)](_0x12142f),_0x542e33=bsSetupHelper[_0xda852e(0x17e)](_0x12142f);if(bsSetupHelper[_0xda852e(0x168)](_0x587977)||bsSetupHelper[_0xda852e(0x168)](_0x542e33))return logger[_0xda852e(0x169)](_0x6e68e8[_0xda852e(0x19c)]),[null,null];try{let _0x570ce6;bsSetupHelper[_0xda852e(0x168)](process['env'][_0xda852e(0x166)])?_0x570ce6={}:_0x570ce6=JSON[_0xda852e(0x19a)](process['env'][_0xda852e(0x166)]);const {name:_0x3fbf23,version:_0x511b3f}=bsSetupHelper[_0xda852e(0x13c)](_0x12142f,_0x3f5214),_0x259abf={'projectName':_0x12142f[_0xda852e(0x157)],'buildName':_0x12142f[_0xda852e(0x18e)]||path['basename'](path['resolve'](process[_0xda852e(0x175)]())),'startTime':new Date()['toISOString'](),'description':_0x12142f[_0xda852e(0x180)]||'','source':{'frameworkName':_0x3f5214[_0xda852e(0x125)](_0x6e68e8[_0xda852e(0x15c)])?_0x6e68e8[_0xda852e(0x15c)]:_0x3f5214,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x3f5214),'sdkVersion':bsSetupHelper[_0xda852e(0x1b4)](),'language':_0x6e68e8['YuHbR'],'testFramework':_0x3fbf23,'testFrameworkVersion':_0x511b3f},'settings':_0x570ce6,'versionControl':await bsSetupHelper[_0xda852e(0x142)](),'ciInfo':bsSetupHelper[_0xda852e(0x144)](),'hostInfo':bsSetupHelper[_0xda852e(0x131)](),'browserstackAutomation':bsSetupHelper[_0xda852e(0x13a)]()},_0x2b97ae={};_0x2b97ae[_0xda852e(0x160)]=_0x587977,_0x2b97ae[_0xda852e(0x128)]=_0x542e33;const _0x31b2a8={};_0x31b2a8[_0xda852e(0x1ce)]=_0x6e68e8['RgnGh'];const _0x4998bb={};_0x4998bb[_0xda852e(0x1b1)]=_0x2b97ae,_0x4998bb['headers']=_0x31b2a8;const _0x3f8425=_0x4998bb,_0x368909={};_0x368909[_0xda852e(0x190)]=_0x259abf,_0x368909['json']=!![];const _0x368eb4=Object['assign'](_0x3f8425,_0x368909),_0x22bb4d=await bsSetupHelper[_0xda852e(0x194)](_0x6e68e8[_0xda852e(0x16b)],_0x6e68e8['SMyeM'],_0x368eb4,_0x12142f,API_URL);let _0x170f55=process[_0xda852e(0x1c8)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x170f55?_0x170f55=JSON['parse'](process['env'][_0xda852e(0x166)]):_0x170f55={},scripts[_0xda852e(0x195)](_0x22bb4d[_0xda852e(0x12f)][_0xda852e(0x12f)]),scripts[_0xda852e(0x1b2)](),_0x170f55[_0xda852e(0x170)]=_0x22bb4d[_0xda852e(0x12f)]['data']['scannerVersion'],process['env'][_0xda852e(0x166)]=JSON[_0xda852e(0x15b)](_0x170f55),[_0x22bb4d[_0xda852e(0x12f)][_0xda852e(0x12f)][_0xda852e(0x1c0)],_0x22bb4d[_0xda852e(0x12f)][_0xda852e(0x12f)]['id']];}catch(_0x3a4429){if(_0x3a4429[_0xda852e(0x164)])logger['error'](_0xda852e(0x192)+_0x3a4429[_0xda852e(0x164)][_0xda852e(0x1be)]+'\x20'+_0x3a4429[_0xda852e(0x164)][_0xda852e(0x16c)]+'\x20'+JSON[_0xda852e(0x15b)](_0x3a4429[_0xda852e(0x164)][_0xda852e(0x12f)]));else{if(_0x6e68e8[_0xda852e(0x1b7)](_0x3a4429[_0xda852e(0x1b9)],_0x6e68e8['FJzAY'])){logger[_0xda852e(0x169)](_0xda852e(0x192)+(_0x3a4429['message']||_0x3a4429['stack']));for(const _0x3723fa of _0x3a4429[_0xda852e(0x18c)]){logger['error'](_0x3723fa[_0xda852e(0x1b9)]);}process['env'][_0xda852e(0x127)]=_0x6e68e8['fxLOu'],process[_0xda852e(0x1c8)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x6e68e8[_0xda852e(0x17c)];}else logger[_0xda852e(0x169)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x3a4429[_0xda852e(0x1b9)]||_0x3a4429[_0xda852e(0x1c9)]));}return[null,null];}}),exports[a57_0x48499c(0x181)]=PerformanceTester[a57_0x48499c(0x1a2)](a57_0x48499c(0x143),async function(_0x56ec87){const _0x5a525d=a57_0x48499c,_0x4fb156={};_0x4fb156[_0x5a525d(0x199)]=function(_0x463161,_0x561cf9){return _0x463161!==_0x561cf9;},_0x4fb156[_0x5a525d(0x19f)]='string',_0x4fb156[_0x5a525d(0x163)]=_0x5a525d(0x169),_0x4fb156['WrJzo']='Build\x20creation\x20had\x20failed.',_0x4fb156[_0x5a525d(0x12d)]=_0x5a525d(0x129),_0x4fb156[_0x5a525d(0x1b5)]=_0x5a525d(0x17b),_0x4fb156[_0x5a525d(0x137)]=_0x5a525d(0x132),_0x4fb156[_0x5a525d(0x1cb)]=function(_0x202726,_0x369203){return _0x202726+_0x369203;},_0x4fb156[_0x5a525d(0x15e)]=_0x5a525d(0x173),_0x4fb156['YtGIU']='success';const _0x4a0294=_0x4fb156;if(bsSetupHelper['isUndefined'](process['env'][_0x5a525d(0x150)])||_0x4a0294[_0x5a525d(0x199)](typeof process[_0x5a525d(0x1c8)][_0x5a525d(0x150)],_0x4a0294[_0x5a525d(0x19f)])){const _0x30d9dd={};return _0x30d9dd['status']=_0x4a0294['dXEur'],_0x30d9dd[_0x5a525d(0x1b9)]=_0x4a0294[_0x5a525d(0x161)],_0x30d9dd;}const _0x2c97bf={'endTime':new Date()['toISOString']()},_0x2ccbad={};_0x2ccbad['Authorization']=_0x5a525d(0x140)+process[_0x5a525d(0x1c8)][_0x5a525d(0x150)],_0x2ccbad[_0x5a525d(0x1ce)]=_0x4a0294[_0x5a525d(0x12d)];const _0xa81eb8={};_0xa81eb8[_0x5a525d(0x15d)]=_0x2ccbad;const _0x1b69b9=_0xa81eb8,_0xa410aa={};_0xa410aa['body']=_0x2c97bf,_0xa410aa[_0x5a525d(0x1b1)]=null,_0xa410aa['json']=!![];const _0x4fd877=Object[_0x5a525d(0x14c)](_0x1b69b9,_0xa410aa);try{const _0x48d958=await bsSetupHelper['nodeRequest'](_0x4a0294[_0x5a525d(0x1b5)],_0x4a0294['jwVxS'],_0x4fd877,_0x56ec87,API_URL);if(_0x48d958[_0x5a525d(0x12f)][_0x5a525d(0x169)])throw new Error(_0x4a0294['ZdpEz'](_0x4a0294[_0x5a525d(0x15e)],_0x48d958['data'][_0x5a525d(0x169)]));else{logger[_0x5a525d(0x187)](_0x5a525d(0x182)+new Date()[_0x5a525d(0x17a)]());const _0x1c6ce4={};return _0x1c6ce4[_0x5a525d(0x1be)]=_0x4a0294[_0x5a525d(0x154)],_0x1c6ce4['message']='',_0x1c6ce4;}}catch(_0x42f395){_0x42f395['response']?logger['error'](_0x5a525d(0x130)+_0x42f395[_0x5a525d(0x164)][_0x5a525d(0x1be)]+'\x20'+_0x42f395['response']['statusText']+'\x20'+JSON[_0x5a525d(0x15b)](_0x42f395[_0x5a525d(0x164)][_0x5a525d(0x12f)])):logger[_0x5a525d(0x169)](_0x5a525d(0x130)+(_0x42f395[_0x5a525d(0x1b9)]||util['format'](_0x42f395)));const _0x94a10c={};return _0x94a10c[_0x5a525d(0x1be)]=_0x4a0294[_0x5a525d(0x163)],_0x94a10c[_0x5a525d(0x1b9)]=_0x42f395[_0x5a525d(0x1b9)]||(_0x42f395[_0x5a525d(0x164)]?_0x42f395[_0x5a525d(0x164)][_0x5a525d(0x1be)]+':'+_0x42f395['response'][_0x5a525d(0x16c)]:_0x42f395),_0x94a10c;}}),exports[a57_0x48499c(0x13d)]=async(_0x5cb753,_0xc05088=null)=>{const _0x3511fa=a57_0x48499c,_0x573371={};_0x573371[_0x3511fa(0x1bc)]=_0x3511fa(0x1c1),_0x573371[_0x3511fa(0x189)]=_0x3511fa(0x183),_0x573371[_0x3511fa(0x156)]=_0x3511fa(0x14a);const _0x257a9d=_0x573371;if(!this[_0x3511fa(0x1cf)]()||!globals['getGlobal'](_0x257a9d[_0x3511fa(0x1bc)])||!globals['getGlobal'](_0x257a9d[_0x3511fa(0x189)])){logger[_0x3511fa(0x1bb)](_0x257a9d[_0x3511fa(0x156)]);return;}await PerformanceTester[_0x3511fa(0x1a2)](PerformanceA11yEvents[_0x3511fa(0x13e)],async()=>{const _0x505e30=_0x3511fa,_0x46aefb={};_0x46aefb[_0x505e30(0x159)]=_0xc05088||global['browserstackSessionName'],logger[_0x505e30(0x15f)](util[_0x505e30(0x1ac)](await _0x5cb753[_0x505e30(0x1b6)](scripts[_0x505e30(0x13d)],_0x46aefb)));},{'command':_0xc05088})();},exports['getAccessibilityResults']=async(_0x4d52e7,_0x2c361c)=>{const _0x3ee96d=a57_0x48499c,_0x2f5106={};_0x2f5106[_0x3ee96d(0x18f)]=_0x3ee96d(0x1bd),_0x2f5106['YWIzd']=_0x3ee96d(0x1c1),_0x2f5106[_0x3ee96d(0x18a)]=_0x3ee96d(0x183),_0x2f5106['ghVZb']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x2f5106[_0x3ee96d(0x1a6)]=_0x3ee96d(0x172),_0x2f5106[_0x3ee96d(0x158)]='No\x20accessibility\x20results\x20were\x20found.';const _0x32b63f=_0x2f5106;if(!this['isAccessibilityAutomationSession']()||!globals[_0x3ee96d(0x19e)](_0x32b63f[_0x3ee96d(0x133)])||!globals[_0x3ee96d(0x19e)](_0x32b63f[_0x3ee96d(0x18a)]))return logger[_0x3ee96d(0x1bb)](_0x32b63f['ghVZb']),[];try{await PerformanceTester[_0x3ee96d(0x1a2)](PerformanceA11yEvents[_0x3ee96d(0x13e)],async()=>{const _0x4520c0=_0x3ee96d;logger['debug'](_0x32b63f['lszRv']);const _0x2110c7={};_0x2110c7['method']=_0x2c361c[_0x4520c0(0x196)],logger[_0x4520c0(0x15f)](util[_0x4520c0(0x1ac)](await _0x4d52e7[_0x4520c0(0x1b6)](scripts['performScan'],_0x2110c7)));},{'command':_0x32b63f[_0x3ee96d(0x1a6)]})(),await PerformanceTester[_0x3ee96d(0x1a2)](PerformanceA11yEvents[_0x3ee96d(0x179)],async()=>{const _0x33cc5b=_0x3ee96d,_0x2d1078=await _0x4d52e7['executeAsyncScript'](scripts[_0x33cc5b(0x16d)]);return _0x2d1078;})();}catch{return logger[_0x3ee96d(0x169)](_0x32b63f['TmCQY']),[];}},exports['getAccessibilityResultsSummary']=async(_0x462298,_0x1b6599)=>{const _0x374c96=a57_0x48499c,_0x16a8ff={};_0x16a8ff[_0x374c96(0x12e)]=_0x374c96(0x18b),_0x16a8ff[_0x374c96(0x16e)]=_0x374c96(0x1c1),_0x16a8ff[_0x374c96(0x18d)]=_0x374c96(0x183),_0x16a8ff['UphmU']=_0x374c96(0x13f),_0x16a8ff[_0x374c96(0x17d)]=_0x374c96(0x176),_0x16a8ff[_0x374c96(0x1c4)]=_0x374c96(0x147);const _0x13b6f0=_0x16a8ff;if(!this['isAccessibilityAutomationSession']()||!globals[_0x374c96(0x19e)](_0x13b6f0[_0x374c96(0x16e)])||!globals[_0x374c96(0x19e)](_0x13b6f0['hsspR']))return logger[_0x374c96(0x1bb)](_0x13b6f0[_0x374c96(0x1ad)]),{};try{await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x374c96(0x13e)],async()=>{const _0x4c2c15=_0x374c96;logger[_0x4c2c15(0x15f)](_0x13b6f0[_0x4c2c15(0x12e)]);const _0x1e695e={};_0x1e695e[_0x4c2c15(0x159)]=_0x1b6599[_0x4c2c15(0x196)],logger['debug'](util[_0x4c2c15(0x1ac)](await _0x462298[_0x4c2c15(0x1b6)](scripts[_0x4c2c15(0x13d)],_0x1e695e)));},{'command':_0x13b6f0[_0x374c96(0x17d)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x374c96(0x1ba)],async()=>{const _0x331ee4=_0x374c96,_0x2126e6=await _0x462298['executeAsyncScript'](scripts[_0x331ee4(0x155)]);return _0x2126e6;})();}catch{return logger[_0x374c96(0x169)](_0x13b6f0[_0x374c96(0x1c4)]),{};}},exports[a57_0x48499c(0x14b)]=_0x1f8c54=>{const _0x15ca4f=a57_0x48499c,_0x3701bb={};_0x3701bb[_0x15ca4f(0x1cc)]=function(_0x170a16,_0x1885bf){return _0x170a16===_0x1885bf;},_0x3701bb[_0x15ca4f(0x149)]=_0x15ca4f(0x162),_0x3701bb[_0x15ca4f(0x171)]=_0x15ca4f(0x12a);const _0x177a1e=_0x3701bb;if(_0x1f8c54&&_0x1f8c54[_0x15ca4f(0x1b0)]&&_0x177a1e[_0x15ca4f(0x1cc)](typeof _0x1f8c54[_0x15ca4f(0x1b0)],_0x177a1e[_0x15ca4f(0x149)]))return _0x1f8c54[_0x15ca4f(0x1b0)][_0x15ca4f(0x125)](_0x177a1e[_0x15ca4f(0x171)]);return![];};function a57_0x3dda(){const _0xc52da1=['fxLOu','rkGae','getAccessKey','platforms','buildDescription','stopAccessibilityTestRun','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','bstackA11yShouldScan','7790264kcdWnL','2281149PEcnVS','excludeTagsInTestingScope','info','createAccessibilityTestRun','ODERg','NVZbC','Performing\x20scan\x20before\x20getting\x20results\x20summary','errors','hsspR','buildName','lszRv','body','ZbCej','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','../performance/constants','nodeRequest','parseFromJson','browserstackSessionName','29496slmGiK','1900347wvlFXZ','MyxHS','parse','RgnGh','GXKab','ByZko','getGlobal','pTEYF','SMyeM','../helper','measureWrapper','accessibility','../logger','false','bqaVn','getPlatformVersion','checkAccessibilityPlatformConfig','browserstack','isArray','tZRNV','format','UphmU','getUserName','getPlatform','script','auth','toJson','dPKFz','getAgentVersion','KhJYq','executeAsyncScript','iDXyJ','../performance/performance-tester','message','GET_RESULTS_SUMMARY','warn','OwUbO','Performing\x20scan\x20before\x20getting\x20results','status','POST','accessibilityToken','isAccessibilityPlatform','10tvJTvS','length','qpKty','isTrue','Invalid\x20configuration\x20passed.','cthDM','env','stack','PIiQw','ZdpEz','XbKuK','shouldScanTestForAccessibility','Content-Type','isAccessibilityAutomationSession','3794371VQlexT','getBrowserVersion','includes','loUdj','BROWSERSTACK_TEST_ACCESSIBILITY_YML','pass','application/json','browserstack_executor','CasSa','winstonLogger','jymqH','uyeFD','data','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','getHostInfo','test_runs/stop','YWIzd','../globals','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','22yPxYBG','jwVxS','vrJib','3097060zqbyLj','isBrowserstackInfra','31368QBKJZG','getTestFrameworkDetails','performScan','PERFORM_SCAN','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','Bearer\x20','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','getGitMetaData','a11y:stop','getCiInfo','a11y:start','getBrowserName','No\x20accessibility\x20summary\x20was\x20found.','ppKCI','fiNNi','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','isBrowserStackCommandExecutor','assign','./constants','uWjMI','zWOsY','BS_A11Y_JWT','95hIdUTt','__cloud_provider___','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','YtGIU','getResultsSummary','EVanI','projectName','TmCQY','method','FJzAY','stringify','RyEWg','headers','Rlnze','debug','user','WrJzo','string','dXEur','response','getCapabilities','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','join','isUndefined','error','some','hFEGq','statusText','getResults','dDjVA','path','scannerVersion','GqYgx','getAccessibilityResults','Invalid\x20request:\x20','YuHbR','cwd','getAccessibilityResultsSummary','null','fetchPlatformDetails','GET_RESULTS','toISOString','PUT'];a57_0x3dda=function(){return _0xc52da1;};return a57_0x3dda();}
1
+ const a57_0x16e521=a57_0x79c9;function a57_0x79c9(_0x324e93,_0x1865d4){const _0x7a1a4f=a57_0x7a1a();return a57_0x79c9=function(_0x79c943,_0x54e720){_0x79c943=_0x79c943-0xbd;let _0x3143f4=_0x7a1a4f[_0x79c943];return _0x3143f4;},a57_0x79c9(_0x324e93,_0x1865d4);}(function(_0x1128ca,_0x151881){const _0x5239a0=a57_0x79c9,_0x23cc1f=_0x1128ca();while(!![]){try{const _0x5ab3a6=parseInt(_0x5239a0(0x164))/0x1+-parseInt(_0x5239a0(0x153))/0x2*(-parseInt(_0x5239a0(0xec))/0x3)+-parseInt(_0x5239a0(0xe0))/0x4+-parseInt(_0x5239a0(0x135))/0x5+-parseInt(_0x5239a0(0x13f))/0x6+parseInt(_0x5239a0(0x147))/0x7*(parseInt(_0x5239a0(0x163))/0x8)+parseInt(_0x5239a0(0xf2))/0x9;if(_0x5ab3a6===_0x151881)break;else _0x23cc1f['push'](_0x23cc1f['shift']());}catch(_0x1fccd2){_0x23cc1f['push'](_0x23cc1f['shift']());}}}(a57_0x7a1a,0x32750));function a57_0x7a1a(){const _0x163f05=['getPlatformVersion','javascript','excludeTagsInTestingScope','../logger','WvsbA','user','OZORK','Build\x20creation\x20had\x20failed.','VImkY','isTrue','Invalid\x20request:\x20','WjjIH','nodeRequest','getUserName','getAccessibilityResultsSummary','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','a11y:start','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','a11y:stop','assign','oHlnA','rZhbD','includes','XVTDi','getPackageVersion','debug','POST','Bearer\x20','auth','LCtvY','pGQyM','isUndefined','No\x20accessibility\x20results\x20were\x20found.','env','getCapabilities','GET_RESULTS_SUMMARY','v2/test_runs','performScan','CMyUO','some','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','stringify','response','getGitMetaData','WRjhP','cOdjC','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','includeTagsInTestingScope','checkAccessibilityPlatformConfig','getAccessKey','length','../performance/performance-tester','bstackA11yShouldScan','../performance/constants','message','forEach','measureWrapper','Performing\x20scan\x20before\x20getting\x20results\x20summary','DfxSX','777500oKGyVM','buildDescription','Authorization','path','EhjOb','toISOString','uKKHj','dBuMu','parse','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','2411454NFvzCy','Content-Type','isAccessibilityAutomationSession','QRvqo','accessibility','warn','stack','browserstackSessionName','8771CRByEr','OXkWp','false','FdKOv','OkLyV','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','statusText','success','script','errors','winstonLogger','tUAiD','2DMjjwv','HSWWY','util','../globals','UPZqs','BS_A11Y_JWT','TdjuH','dkxDh','FMwWQ','frwQi','body','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','BROWSERSTACK_TEST_ACCESSIBILITY_YML','browserstack','method','ScptS','376MUcbyF','233522agtjkL','isBrowserstackInfra','playwright','XAUVH','join','SeeuF','PUT','whfQY','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','scannerVersion','getBrowserVersion','json','lnpWR','GET_RESULTS','buildName','getAgentVersion','./constants','isAccessibilityPlatform','PERFORM_SCAN','./scripts','format','pass','application/json','getBrowserName','executeAsyncScript','Vkdtv','platforms','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','qNJbo','shouldScanTestForAccessibility','getResultsSummary','getTestFrameworkDetails','data','getGlobal','BWsLt','jsnWH','CaSbK','No\x20accessibility\x20summary\x20was\x20found.','ElbWJ','toJson','string','RpykZ','status','Performing\x20scan\x20before\x20getting\x20results','nrArf','395100hAWSUo','test_runs/stop','__cloud_provider___','createAccessibilityTestRun','fFKag','sApZC','sazbi','error','rTqUH','getResults','headers','oYiAh','360258RiSSho','hQCnw','veDRP','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','zUFhT','getAccessibilityResults','4053213odzCbQ','projectName','getPlatform','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','aMDkO','stopAccessibilityTestRun','getCiInfo','HZWpp'];a57_0x7a1a=function(){return _0x163f05;};return a57_0x7a1a();}const path=require(a57_0x16e521(0x138)),util=require(a57_0x16e521(0x155)),bsSetupHelper=require('../helper'),logger=require(a57_0x16e521(0xfd))[a57_0x16e521(0x151)],{API_URL}=require(a57_0x16e521(0xc3)),PerformanceTester=require(a57_0x16e521(0x12d)),scripts=require(a57_0x16e521(0xc6)),globals=require(a57_0x16e521(0x156)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a57_0x16e521(0x12f));exports['fetchPlatformDetails']=async _0x4644aa=>{const _0x2e63c8=a57_0x16e521,_0x1bcc78={};_0x1bcc78['uKKHj']=function(_0x2e3c28,_0x2495b1){return _0x2e3c28===_0x2495b1;},_0x1bcc78[_0x2e63c8(0x10f)]=_0x2e63c8(0x160);const _0x2ba09b=_0x1bcc78;let _0x3bd7fe={};try{const _0x56db8c=await _0x4644aa[_0x2e63c8(0x11c)]();_0x3bd7fe={'os_name':_0x56db8c[_0x2e63c8(0xf4)](),'os_version':bsSetupHelper[_0x2e63c8(0xfa)](_0x2ba09b[_0x2e63c8(0x13b)](global[_0x2e63c8(0xe2)],_0x2ba09b['rZhbD'])),'browser_name':_0x56db8c[_0x2e63c8(0xca)](),'browser_version':_0x56db8c[_0x2e63c8(0xbd)]()};}catch(_0x242e7f){logger[_0x2e63c8(0x113)](_0x2e63c8(0x14c)+_0x242e7f);}return _0x3bd7fe;},exports[a57_0x16e521(0x141)]=()=>{const _0x3c2873=a57_0x16e521,_0x26f2b0={};_0x26f2b0['FdKOv']=function(_0xc14a0,_0x3c2c00){return _0xc14a0===_0x3c2c00;},_0x26f2b0[_0x3c2873(0x13c)]='string',_0x26f2b0[_0x3c2873(0x15b)]=function(_0x267e86,_0x4e6721){return _0x267e86>_0x4e6721;},_0x26f2b0[_0x3c2873(0x117)]=function(_0x3fa47a,_0x3546fb){return _0x3fa47a!==_0x3546fb;},_0x26f2b0[_0x3c2873(0x102)]='null',_0x26f2b0['aMDkO']=function(_0x245430,_0x26f75d){return _0x245430&&_0x26f75d;};const _0x510f42=_0x26f2b0;try{if(!bsSetupHelper[_0x3c2873(0x165)]())return![];const _0x53d56d=bsSetupHelper[_0x3c2873(0x103)](process[_0x3c2873(0x11b)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x3c2873(0x103)](process[_0x3c2873(0x11b)][_0x3c2873(0xf5)]),_0x1630f4=_0x510f42[_0x3c2873(0x14a)](typeof process['env'][_0x3c2873(0x158)],_0x510f42['dBuMu'])&&_0x510f42[_0x3c2873(0x15b)](process[_0x3c2873(0x11b)][_0x3c2873(0x158)]['length'],0x0)&&_0x510f42[_0x3c2873(0x117)](process[_0x3c2873(0x11b)]['BS_A11Y_JWT'],_0x510f42[_0x3c2873(0x102)]);return _0x510f42[_0x3c2873(0xf6)](_0x53d56d,_0x1630f4);}catch(_0x5da5de){logger[_0x3c2873(0x113)](_0x3c2873(0x10b)+_0x5da5de);}return![];},exports[a57_0x16e521(0xd0)]=(_0x4ffad6=null,_0x1f4047=!![],_0x32e905=[])=>{const _0x30f05b=a57_0x16e521,_0x335017={};_0x335017[_0x30f05b(0x169)]=function(_0x238cea,_0xbb8e85){return _0x238cea==_0xbb8e85;},_0x335017[_0x30f05b(0xdf)]=function(_0x15876b,_0x21b7f3){return _0x15876b>_0x21b7f3;},_0x335017[_0x30f05b(0x134)]=function(_0x37839a,_0x5a6b77){return _0x37839a===_0x5a6b77;},_0x335017[_0x30f05b(0x120)]=function(_0x3a4901,_0x2ca06e){return _0x3a4901&&_0x2ca06e;},_0x335017['whfQY']=function(_0x4f971c,_0x244f8b){return _0x4f971c===_0x244f8b;};const _0x2bd757=_0x335017;if(_0x2bd757[_0x30f05b(0x169)](process[_0x30f05b(0x11b)][_0x30f05b(0xce)],null))return!![];try{const _0x275f29=JSON[_0x30f05b(0x13d)](process[_0x30f05b(0x11b)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0xae22b0=Array['isArray'](_0x275f29[_0x30f05b(0x129)])?_0x275f29[_0x30f05b(0x129)]:[],_0x5918d9=Array['isArray'](_0x275f29[_0x30f05b(0xfc)])?_0x275f29['excludeTagsInTestingScope']:[];if(bsSetupHelper[_0x30f05b(0x119)](_0x4ffad6)){if(_0x2bd757[_0x30f05b(0xdf)](_0x32e905[_0x30f05b(0x12c)],0x0)){const _0x50a8f9=_0x5918d9['some'](_0x5f2d67=>_0x32e905[_0x30f05b(0x110)](_0x5f2d67)),_0x2b9506=_0x2bd757[_0x30f05b(0x134)](_0xae22b0['length'],0x0)||_0xae22b0['some'](_0x17d610=>_0x32e905[_0x30f05b(0x110)](_0x17d610));return _0x2bd757['CMyUO'](!_0x50a8f9,_0x2b9506);}return!![];}let _0x53d36d;_0x1f4047?_0x53d36d=_0x4ffad6[_0x30f05b(0x168)]('/'):_0x53d36d=_0x4ffad6;const _0x3c9d6e=_0x5918d9[_0x30f05b(0x121)](_0x354407=>_0x53d36d[_0x30f05b(0x110)](_0x354407)),_0x44ff5b=_0x2bd757[_0x30f05b(0x16b)](_0xae22b0[_0x30f05b(0x12c)],0x0)||_0xae22b0[_0x30f05b(0x121)](_0x4c36c7=>_0x53d36d['includes'](_0x4c36c7));return _0x2bd757[_0x30f05b(0x120)](!_0x3c9d6e,_0x44ff5b);}catch(_0x484b5a){logger[_0x30f05b(0x113)](_0x30f05b(0x122)+util[_0x30f05b(0xc7)](_0x484b5a));}return![];},exports[a57_0x16e521(0x12a)]=_0x2d23cc=>{const _0x12d2d1=a57_0x16e521;let _0x2e87a7=![];try{_0x2d23cc[_0x12d2d1(0xcd)][_0x12d2d1(0x131)](_0x429aff=>{const _0x4e5dc1=_0x12d2d1;if(bsSetupHelper[_0x4e5dc1(0x103)](_0x429aff[_0x4e5dc1(0x143)]))return _0x2e87a7=!![],!![];});}catch(_0x3c7ab9){logger['debug']('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x3c7ab9);}return _0x2e87a7||bsSetupHelper['isTrue'](_0x2d23cc['accessibility']);},exports[a57_0x16e521(0xe3)]=PerformanceTester['measureWrapper'](a57_0x16e521(0x10a),async function(_0x36aafc,_0x528f2a){const _0x129eca=a57_0x16e521,_0x587459={};_0x587459[_0x129eca(0x126)]=_0x129eca(0x13e),_0x587459['UPZqs']=_0x129eca(0x166),_0x587459[_0x129eca(0xed)]=_0x129eca(0xfb),_0x587459[_0x129eca(0x154)]='application/json',_0x587459[_0x129eca(0x148)]=_0x129eca(0x114),_0x587459[_0x129eca(0x15c)]=_0x129eca(0x11e),_0x587459['TdjuH']=function(_0x1e8a82,_0x3c8797){return _0x1e8a82===_0x3c8797;},_0x587459['lnpWR']='Invalid\x20configuration\x20passed.',_0x587459[_0x129eca(0xcc)]=_0x129eca(0x149);const _0x36a15e=_0x587459,_0x12e476=bsSetupHelper[_0x129eca(0x107)](_0x36aafc),_0x5d901b=bsSetupHelper[_0x129eca(0x12b)](_0x36aafc);if(bsSetupHelper[_0x129eca(0x119)](_0x12e476)||bsSetupHelper[_0x129eca(0x119)](_0x5d901b))return logger[_0x129eca(0xe7)](_0x36a15e[_0x129eca(0x126)]),[null,null];try{let _0x49293e;bsSetupHelper[_0x129eca(0x119)](process[_0x129eca(0x11b)][_0x129eca(0xce)])?_0x49293e={}:_0x49293e=JSON[_0x129eca(0x13d)](process['env'][_0x129eca(0xce)]);const {name:_0x29479a,version:_0x115cc5}=bsSetupHelper[_0x129eca(0xd2)](_0x36aafc,_0x528f2a),_0x2c3e46={'projectName':_0x36aafc[_0x129eca(0xf3)],'buildName':_0x36aafc[_0x129eca(0xc1)]||path['basename'](path['resolve'](process['cwd']())),'startTime':new Date()['toISOString'](),'description':_0x36aafc[_0x129eca(0x136)]||'','source':{'frameworkName':_0x528f2a[_0x129eca(0x110)](_0x36a15e['UPZqs'])?_0x36a15e[_0x129eca(0x157)]:_0x528f2a,'frameworkVersion':bsSetupHelper[_0x129eca(0x112)](_0x528f2a),'sdkVersion':bsSetupHelper[_0x129eca(0xc2)](),'language':_0x36a15e[_0x129eca(0xed)],'testFramework':_0x29479a,'testFrameworkVersion':_0x115cc5},'settings':_0x49293e,'versionControl':await bsSetupHelper[_0x129eca(0x125)](),'ciInfo':bsSetupHelper[_0x129eca(0xf8)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x407643={};_0x407643[_0x129eca(0xff)]=_0x12e476,_0x407643[_0x129eca(0xc8)]=_0x5d901b;const _0x198e96={};_0x198e96[_0x129eca(0x140)]=_0x36a15e[_0x129eca(0x154)];const _0x4d62d9={};_0x4d62d9[_0x129eca(0x116)]=_0x407643,_0x4d62d9['headers']=_0x198e96;const _0x5421aa=_0x4d62d9,_0x30ae03={};_0x30ae03[_0x129eca(0x15d)]=_0x2c3e46,_0x30ae03[_0x129eca(0xbe)]=!![];const _0x44658e=Object[_0x129eca(0x10d)](_0x5421aa,_0x30ae03),_0x286270=await bsSetupHelper[_0x129eca(0x106)](_0x36a15e[_0x129eca(0x148)],_0x36a15e[_0x129eca(0x15c)],_0x44658e,_0x36aafc,API_URL);let _0x5aeddd=process['env'][_0x129eca(0xce)];return _0x5aeddd?_0x5aeddd=JSON[_0x129eca(0x13d)](process['env'][_0x129eca(0xce)]):_0x5aeddd={},scripts['parseFromJson'](_0x286270['data'][_0x129eca(0xd3)]),scripts[_0x129eca(0xda)](),_0x5aeddd['scannerVersion']=_0x286270['data'][_0x129eca(0xd3)][_0x129eca(0x16d)],process[_0x129eca(0x11b)][_0x129eca(0xce)]=JSON[_0x129eca(0x123)](_0x5aeddd),[_0x286270[_0x129eca(0xd3)][_0x129eca(0xd3)]['accessibilityToken'],_0x286270['data']['data']['id']];}catch(_0x5d4adb){if(_0x5d4adb['response'])logger[_0x129eca(0xe7)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x5d4adb[_0x129eca(0x124)][_0x129eca(0xdd)]+'\x20'+_0x5d4adb['response'][_0x129eca(0x14d)]+'\x20'+JSON['stringify'](_0x5d4adb[_0x129eca(0x124)][_0x129eca(0xd3)]));else{if(_0x36a15e[_0x129eca(0x159)](_0x5d4adb['message'],_0x36a15e[_0x129eca(0xbf)])){logger[_0x129eca(0xe7)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x5d4adb['message']||_0x5d4adb[_0x129eca(0x145)]));for(const _0x4841ae of _0x5d4adb[_0x129eca(0x150)]){logger[_0x129eca(0xe7)](_0x4841ae[_0x129eca(0x130)]);}process['env'][_0x129eca(0x15f)]=_0x36a15e[_0x129eca(0xcc)],process[_0x129eca(0x11b)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x36a15e[_0x129eca(0xcc)];}else logger[_0x129eca(0xe7)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x5d4adb['message']||_0x5d4adb['stack']));}return[null,null];}}),exports[a57_0x16e521(0xf7)]=PerformanceTester['measureWrapper'](a57_0x16e521(0x10c),async function(_0x5e4881){const _0x236f6b=a57_0x16e521,_0x32936f={};_0x32936f[_0x236f6b(0x10e)]=function(_0x36982b,_0x4ff0c7){return _0x36982b!==_0x4ff0c7;},_0x32936f[_0x236f6b(0xe5)]='string',_0x32936f[_0x236f6b(0xe8)]=_0x236f6b(0xe7),_0x32936f[_0x236f6b(0xe4)]=_0x236f6b(0x101),_0x32936f[_0x236f6b(0x15a)]=_0x236f6b(0xc9),_0x32936f[_0x236f6b(0x105)]=_0x236f6b(0x16a),_0x32936f[_0x236f6b(0xcf)]=_0x236f6b(0xe1),_0x32936f[_0x236f6b(0x127)]=function(_0x3f5d10,_0x510e65){return _0x3f5d10+_0x510e65;},_0x32936f[_0x236f6b(0xfe)]=_0x236f6b(0x104),_0x32936f[_0x236f6b(0xdc)]=_0x236f6b(0x14e);const _0x11fefd=_0x32936f;if(bsSetupHelper[_0x236f6b(0x119)](process[_0x236f6b(0x11b)]['BS_A11Y_JWT'])||_0x11fefd[_0x236f6b(0x10e)](typeof process['env'][_0x236f6b(0x158)],_0x11fefd['sApZC'])){const _0x16ebb9={};return _0x16ebb9['status']=_0x11fefd[_0x236f6b(0xe8)],_0x16ebb9[_0x236f6b(0x130)]=_0x11fefd[_0x236f6b(0xe4)],_0x16ebb9;}const _0x508b3e={'endTime':new Date()['toISOString']()},_0xc9a1dd={};_0xc9a1dd[_0x236f6b(0x137)]=_0x236f6b(0x115)+process['env']['BS_A11Y_JWT'],_0xc9a1dd[_0x236f6b(0x140)]=_0x11fefd[_0x236f6b(0x15a)];const _0x26c49d={};_0x26c49d[_0x236f6b(0xea)]=_0xc9a1dd;const _0x1bd943=_0x26c49d,_0x281428={};_0x281428[_0x236f6b(0x15d)]=_0x508b3e,_0x281428[_0x236f6b(0x116)]=null,_0x281428[_0x236f6b(0xbe)]=!![];const _0x3c63a8=Object[_0x236f6b(0x10d)](_0x1bd943,_0x281428);try{const _0xa05ef1=await bsSetupHelper[_0x236f6b(0x106)](_0x11fefd[_0x236f6b(0x105)],_0x11fefd['qNJbo'],_0x3c63a8,_0x5e4881,API_URL);if(_0xa05ef1[_0x236f6b(0xd3)]['error'])throw new Error(_0x11fefd['cOdjC'](_0x11fefd[_0x236f6b(0xfe)],_0xa05ef1['data'][_0x236f6b(0xe7)]));else{logger['info'](_0x236f6b(0x128)+new Date()[_0x236f6b(0x13a)]());const _0x55533e={};return _0x55533e[_0x236f6b(0xdd)]=_0x11fefd['RpykZ'],_0x55533e[_0x236f6b(0x130)]='',_0x55533e;}}catch(_0x2a35b8){_0x2a35b8[_0x236f6b(0x124)]?logger[_0x236f6b(0xe7)](_0x236f6b(0xef)+_0x2a35b8['response']['status']+'\x20'+_0x2a35b8[_0x236f6b(0x124)][_0x236f6b(0x14d)]+'\x20'+JSON[_0x236f6b(0x123)](_0x2a35b8[_0x236f6b(0x124)][_0x236f6b(0xd3)])):logger[_0x236f6b(0xe7)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x2a35b8['message']||util[_0x236f6b(0xc7)](_0x2a35b8)));const _0x4ae682={};return _0x4ae682['status']=_0x11fefd[_0x236f6b(0xe8)],_0x4ae682[_0x236f6b(0x130)]=_0x2a35b8[_0x236f6b(0x130)]||(_0x2a35b8[_0x236f6b(0x124)]?_0x2a35b8[_0x236f6b(0x124)][_0x236f6b(0xdd)]+':'+_0x2a35b8[_0x236f6b(0x124)][_0x236f6b(0x14d)]:_0x2a35b8),_0x4ae682;}}),exports[a57_0x16e521(0x11f)]=async(_0x1a564d,_0x3a83f4=null)=>{const _0x2407b1=a57_0x16e521,_0x1189ed={};_0x1189ed[_0x2407b1(0x162)]=_0x2407b1(0xc4),_0x1189ed[_0x2407b1(0xe6)]=_0x2407b1(0x12e),_0x1189ed[_0x2407b1(0x118)]=_0x2407b1(0x16c);const _0x1c575c=_0x1189ed;if(!this[_0x2407b1(0x141)]()||!globals[_0x2407b1(0xd4)](_0x1c575c[_0x2407b1(0x162)])||!globals[_0x2407b1(0xd4)](_0x1c575c[_0x2407b1(0xe6)])){logger[_0x2407b1(0x144)](_0x1c575c[_0x2407b1(0x118)]);return;}await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2407b1(0xc5)],async()=>{const _0x41c86a=_0x2407b1,_0x3464d3={};_0x3464d3[_0x41c86a(0x161)]=_0x3a83f4||global[_0x41c86a(0x146)],logger[_0x41c86a(0x113)](util[_0x41c86a(0xc7)](await _0x1a564d[_0x41c86a(0xcb)](scripts[_0x41c86a(0x11f)],_0x3464d3)));},{'command':_0x3a83f4})();},exports['getAccessibilityResults']=async(_0x4db6ca,_0x5ab393)=>{const _0x12af6c=a57_0x16e521,_0x253df7={};_0x253df7[_0x12af6c(0x167)]=_0x12af6c(0xde),_0x253df7[_0x12af6c(0x152)]='isAccessibilityPlatform',_0x253df7[_0x12af6c(0x142)]='bstackA11yShouldScan',_0x253df7[_0x12af6c(0xd7)]=_0x12af6c(0x109),_0x253df7['oYiAh']=_0x12af6c(0xf1),_0x253df7[_0x12af6c(0xd9)]=_0x12af6c(0x11a);const _0x1d608b=_0x253df7;if(!this['isAccessibilityAutomationSession']()||!globals[_0x12af6c(0xd4)](_0x1d608b[_0x12af6c(0x152)])||!globals['getGlobal'](_0x1d608b[_0x12af6c(0x142)]))return logger[_0x12af6c(0x144)](_0x1d608b[_0x12af6c(0xd7)]),[];try{await PerformanceTester[_0x12af6c(0x132)](PerformanceA11yEvents[_0x12af6c(0xc5)],async()=>{const _0x40b050=_0x12af6c;logger[_0x40b050(0x113)](_0x1d608b[_0x40b050(0x167)]);const _0x5827db={};_0x5827db[_0x40b050(0x161)]=_0x5ab393['browserstackSessionName'],logger[_0x40b050(0x113)](util[_0x40b050(0xc7)](await _0x4db6ca[_0x40b050(0xcb)](scripts['performScan'],_0x5827db)));},{'command':_0x1d608b[_0x12af6c(0xeb)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x12af6c(0xc0)],async()=>{const _0x528db8=_0x12af6c,_0x57557b=await _0x4db6ca['executeAsyncScript'](scripts[_0x528db8(0xe9)]);return _0x57557b;})();}catch{return logger['error'](_0x1d608b[_0x12af6c(0xd9)]),[];}},exports[a57_0x16e521(0x108)]=async(_0x371c34,_0x2498e5)=>{const _0x5305a2=a57_0x16e521,_0x296a1b={};_0x296a1b['OkLyV']=_0x5305a2(0x133),_0x296a1b[_0x5305a2(0xd6)]=_0x5305a2(0xc4),_0x296a1b[_0x5305a2(0xee)]='bstackA11yShouldScan',_0x296a1b[_0x5305a2(0xf9)]=_0x5305a2(0x15e),_0x296a1b[_0x5305a2(0xf0)]=_0x5305a2(0x108),_0x296a1b[_0x5305a2(0x139)]=_0x5305a2(0xd8);const _0x8395d0=_0x296a1b;if(!this['isAccessibilityAutomationSession']()||!globals[_0x5305a2(0xd4)](_0x8395d0[_0x5305a2(0xd6)])||!globals[_0x5305a2(0xd4)](_0x8395d0[_0x5305a2(0xee)]))return logger[_0x5305a2(0x144)](_0x8395d0[_0x5305a2(0xf9)]),{};try{await PerformanceTester[_0x5305a2(0x132)](PerformanceA11yEvents[_0x5305a2(0xc5)],async()=>{const _0x5953cb=_0x5305a2;logger[_0x5953cb(0x113)](_0x8395d0[_0x5953cb(0x14b)]);const _0x110958={};_0x110958[_0x5953cb(0x161)]=_0x2498e5[_0x5953cb(0x146)],logger[_0x5953cb(0x113)](util[_0x5953cb(0xc7)](await _0x371c34[_0x5953cb(0xcb)](scripts[_0x5953cb(0x11f)],_0x110958)));},{'command':_0x8395d0['zUFhT']})(),await PerformanceTester[_0x5305a2(0x132)](PerformanceA11yEvents[_0x5305a2(0x11d)],async()=>{const _0x2a1631=_0x5305a2,_0x2f05ec=await _0x371c34['executeAsyncScript'](scripts[_0x2a1631(0xd1)]);return _0x2f05ec;})();}catch{return logger[_0x5305a2(0xe7)](_0x8395d0[_0x5305a2(0x139)]),{};}},exports['isBrowserStackCommandExecutor']=_0x23a017=>{const _0x1690b8=a57_0x16e521,_0x2012ae={};_0x2012ae[_0x1690b8(0xd5)]=function(_0x5236cb,_0xac3864){return _0x5236cb===_0xac3864;},_0x2012ae[_0x1690b8(0x100)]=_0x1690b8(0xdb),_0x2012ae[_0x1690b8(0x111)]='browserstack_executor';const _0x412be6=_0x2012ae;if(_0x23a017&&_0x23a017[_0x1690b8(0x14f)]&&_0x412be6[_0x1690b8(0xd5)](typeof _0x23a017['script'],_0x412be6[_0x1690b8(0x100)]))return _0x23a017[_0x1690b8(0x14f)]['includes'](_0x412be6[_0x1690b8(0x111)]);return![];};
@@ -1 +1 @@
1
- const a58_0x30989e=a58_0x38f9;(function(_0x49d668,_0x30c867){const _0x94a767=a58_0x38f9,_0x56ae78=_0x49d668();while(!![]){try{const _0x13d376=-parseInt(_0x94a767(0x127))/0x1*(parseInt(_0x94a767(0x12f))/0x2)+-parseInt(_0x94a767(0x130))/0x3*(-parseInt(_0x94a767(0x121))/0x4)+parseInt(_0x94a767(0x12c))/0x5*(parseInt(_0x94a767(0x136))/0x6)+-parseInt(_0x94a767(0x126))/0x7*(parseInt(_0x94a767(0x117))/0x8)+parseInt(_0x94a767(0x11b))/0x9*(-parseInt(_0x94a767(0x12e))/0xa)+parseInt(_0x94a767(0x125))/0xb+parseInt(_0x94a767(0x133))/0xc;if(_0x13d376===_0x30c867)break;else _0x56ae78['push'](_0x56ae78['shift']());}catch(_0x15d21a){_0x56ae78['push'](_0x56ae78['shift']());}}}(a58_0x4b3f,0x6363f));const path=require(a58_0x30989e(0x10e)),fs=require('fs'),logger=require(a58_0x30989e(0x123))['winstonLogger'],helper=require(a58_0x30989e(0x10b));function a58_0x38f9(_0x4329cd,_0x26d5ba){const _0x4b3f51=a58_0x4b3f();return a58_0x38f9=function(_0x38f9a3,_0x26c5b0){_0x38f9a3=_0x38f9a3-0x10b;let _0x2f7074=_0x4b3f51[_0x38f9a3];return _0x2f7074;},a58_0x38f9(_0x4329cd,_0x26d5ba);}class Scripts{constructor(){const _0x43e03e=a58_0x30989e,_0x5184e8={};_0x5184e8[_0x43e03e(0x118)]='2|1|0|4|6|5|3',_0x5184e8[_0x43e03e(0x10f)]='commands.json',_0x5184e8[_0x43e03e(0x11a)]=_0x43e03e(0x115);const _0x1bb218=_0x5184e8,_0x3d66a6=_0x1bb218[_0x43e03e(0x118)][_0x43e03e(0x12d)]('|');let _0xef9075=0x0;while(!![]){switch(_0x3d66a6[_0xef9075++]){case'0':this[_0x43e03e(0x113)]=null;continue;case'1':this[_0x43e03e(0x132)]=null;continue;case'2':this['performScan']=null;continue;case'3':this[_0x43e03e(0x122)]();continue;case'4':this[_0x43e03e(0x112)]=null;continue;case'5':this[_0x43e03e(0x11c)]=path['join'](this[_0x43e03e(0x134)],_0x1bb218['DKWJy']);continue;case'6':this[_0x43e03e(0x134)]=path[_0x43e03e(0x124)](helper[_0x43e03e(0x128)](),_0x1bb218[_0x43e03e(0x11a)]);continue;}break;}}['parseFromJson'](_0x79d618){const _0x125887=a58_0x30989e;_0x79d618[_0x125887(0x111)]&&(this[_0x125887(0x129)]=_0x79d618[_0x125887(0x111)][_0x125887(0x10d)],this[_0x125887(0x132)]=_0x79d618[_0x125887(0x111)][_0x125887(0x132)],this[_0x125887(0x113)]=_0x79d618[_0x125887(0x111)][_0x125887(0x113)],this[_0x125887(0x112)]=_0x79d618[_0x125887(0x111)][_0x125887(0x114)]),this[_0x125887(0x116)]=_0x79d618[_0x125887(0x12a)];}[a58_0x30989e(0x11f)](_0xa17755){const _0x39584c=a58_0x30989e,_0x5c5fee={};_0x5c5fee[_0x39584c(0x137)]=function(_0x2e390d,_0x2ca596){return _0x2e390d!==_0x2ca596;};const _0x1bdb48=_0x5c5fee;try{return _0x1bdb48[_0x39584c(0x137)](this[_0x39584c(0x116)][_0x39584c(0x110)](_0x503029=>_0x503029[_0x39584c(0x11e)]['toLowerCase']()===_0xa17755['toLowerCase']()),-0x1);}catch(_0x5b3550){logger['debug'](_0x39584c(0x119)+_0x5b3550);}return![];}[a58_0x30989e(0x120)](){const _0x54ef47=a58_0x30989e;!fs[_0x54ef47(0x135)](this[_0x54ef47(0x134)])&&fs[_0x54ef47(0x12b)](this[_0x54ef47(0x134)]),fs['writeFileSync'](this['commandsPath'],JSON[_0x54ef47(0x11d)]({'scripts':{'scan':this[_0x54ef47(0x129)],'getResults':this[_0x54ef47(0x132)],'getResultsSummary':this[_0x54ef47(0x113)],'saveResults':this[_0x54ef47(0x112)]},'commands':this[_0x54ef47(0x116)]}));}['fromJson'](){const _0x38bf63=a58_0x30989e,_0x45af32={'Uudgz':function(_0x38693f,_0x5d2503){return _0x38693f(_0x5d2503);}};fs[_0x38bf63(0x135)](this[_0x38bf63(0x11c)])&&this['parseFromJson'](_0x45af32[_0x38bf63(0x10c)](require,this[_0x38bf63(0x11c)]));}}function a58_0x4b3f(){const _0x52cf63=['getResults','5896212DyNYrW','browserstackFolderPath','existsSync','2527656DyPzVz','aBtGj','../helper','Uudgz','scan','path','DKWJy','findIndex','scripts','saveTestResults','getResultsSummary','saveResults','.browserstack','commandsToWrap','8pXuFbH','LUsln','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','TsOFh','3819663IajFBf','commandsPath','stringify','name','shouldWrapCommand','toJson','2490676LOTdLw','fromJson','../../helpers/logger','join','4159584QvqYHM','4015529XyDrQK','17yMdhkZ','homedir','performScan','commands','mkdirSync','5laEWFR','split','10cIbhyH','59798ynvKUY','3fvyLAn','exports'];a58_0x4b3f=function(){return _0x52cf63;};return a58_0x4b3f();}module[a58_0x30989e(0x131)]=new Scripts();
1
+ function a58_0x1048(_0x29645b,_0x197062){const _0xe568f1=a58_0xe568();return a58_0x1048=function(_0x104875,_0x3c1056){_0x104875=_0x104875-0x199;let _0x450539=_0xe568f1[_0x104875];return _0x450539;},a58_0x1048(_0x29645b,_0x197062);}function a58_0xe568(){const _0x201fa5=['205502zKcYUo','2WVaUTm','path','222BkRjsR','6132339BzMwSj','join','27979tKlArQ','parseFromJson','6|4|5|2|3|0|1','existsSync','../helper','commandsToWrap','921096EqVGOm','184umagsG','debug','oFgGj','shouldWrapCommand','fromJson','fLLwN','getResults','.browserstack','exports','homedir','browserstackFolderPath','BvJzI','performScan','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','writeFileSync','findIndex','saveResults','83075uKDpcR','scripts','MLLBS','1861880aaErEd','commandsPath','1540urIEGv','commands.json','1212692EzRlWc','getResultsSummary','stringify','saveTestResults','../../helpers/logger','toLowerCase','toJson','mkdirSync'];a58_0xe568=function(){return _0x201fa5;};return a58_0xe568();}const a58_0x4ea1e4=a58_0x1048;(function(_0x17876e,_0x3f76ad){const _0x88ec7a=a58_0x1048,_0x16de17=_0x17876e();while(!![]){try{const _0x4be886=parseInt(_0x88ec7a(0x1bf))/0x1*(-parseInt(_0x88ec7a(0x19b))/0x2)+-parseInt(_0x88ec7a(0x1a6))/0x3+-parseInt(_0x88ec7a(0x1bb))/0x4+parseInt(_0x88ec7a(0x1b8))/0x5*(parseInt(_0x88ec7a(0x19d))/0x6)+parseInt(_0x88ec7a(0x1a0))/0x7*(parseInt(_0x88ec7a(0x1a7))/0x8)+-parseInt(_0x88ec7a(0x19e))/0x9+parseInt(_0x88ec7a(0x1bd))/0xa*(parseInt(_0x88ec7a(0x19a))/0xb);if(_0x4be886===_0x3f76ad)break;else _0x16de17['push'](_0x16de17['shift']());}catch(_0x174336){_0x16de17['push'](_0x16de17['shift']());}}}(a58_0xe568,0xdfe9d));const path=require(a58_0x4ea1e4(0x19c)),fs=require('fs'),logger=require(a58_0x4ea1e4(0x1c3))['winstonLogger'],helper=require(a58_0x4ea1e4(0x1a4));class Scripts{constructor(){const _0xdebc0d=a58_0x4ea1e4,_0x46cfcb={};_0x46cfcb[_0xdebc0d(0x1ac)]=_0xdebc0d(0x1a2),_0x46cfcb[_0xdebc0d(0x1ba)]=_0xdebc0d(0x1be),_0x46cfcb[_0xdebc0d(0x1b2)]=_0xdebc0d(0x1ae);const _0x2908d3=_0x46cfcb,_0x2985bc=_0x2908d3[_0xdebc0d(0x1ac)]['split']('|');let _0x44d0da=0x0;while(!![]){switch(_0x2985bc[_0x44d0da++]){case'0':this[_0xdebc0d(0x1bc)]=path[_0xdebc0d(0x19f)](this[_0xdebc0d(0x1b1)],_0x2908d3['MLLBS']);continue;case'1':this[_0xdebc0d(0x1ab)]();continue;case'2':this[_0xdebc0d(0x1c2)]=null;continue;case'3':this['browserstackFolderPath']=path[_0xdebc0d(0x19f)](helper[_0xdebc0d(0x1b0)](),_0x2908d3[_0xdebc0d(0x1b2)]);continue;case'4':this[_0xdebc0d(0x1ad)]=null;continue;case'5':this[_0xdebc0d(0x1c0)]=null;continue;case'6':this[_0xdebc0d(0x1b3)]=null;continue;}break;}}[a58_0x4ea1e4(0x1a1)](_0x36ca5a){const _0x5bf369=a58_0x4ea1e4;_0x36ca5a[_0x5bf369(0x1b9)]&&(this[_0x5bf369(0x1b3)]=_0x36ca5a[_0x5bf369(0x1b9)]['scan'],this[_0x5bf369(0x1ad)]=_0x36ca5a['scripts'][_0x5bf369(0x1ad)],this[_0x5bf369(0x1c0)]=_0x36ca5a[_0x5bf369(0x1b9)]['getResultsSummary'],this[_0x5bf369(0x1c2)]=_0x36ca5a['scripts'][_0x5bf369(0x1b7)]),this[_0x5bf369(0x1a5)]=_0x36ca5a['commands'];}[a58_0x4ea1e4(0x1aa)](_0x1edfcf){const _0x28e969=a58_0x4ea1e4,_0x5b5696={};_0x5b5696[_0x28e969(0x1a9)]=function(_0x238c9f,_0x4de136){return _0x238c9f!==_0x4de136;};const _0x5974e5=_0x5b5696;try{return _0x5974e5[_0x28e969(0x1a9)](this[_0x28e969(0x1a5)][_0x28e969(0x1b6)](_0x380755=>_0x380755['name'][_0x28e969(0x1c4)]()===_0x1edfcf[_0x28e969(0x1c4)]()),-0x1);}catch(_0x3c9f79){logger[_0x28e969(0x1a8)](_0x28e969(0x1b4)+_0x3c9f79);}return![];}[a58_0x4ea1e4(0x1c5)](){const _0x54ce60=a58_0x4ea1e4;!fs[_0x54ce60(0x1a3)](this['browserstackFolderPath'])&&fs[_0x54ce60(0x199)](this['browserstackFolderPath']),fs[_0x54ce60(0x1b5)](this[_0x54ce60(0x1bc)],JSON[_0x54ce60(0x1c1)]({'scripts':{'scan':this[_0x54ce60(0x1b3)],'getResults':this[_0x54ce60(0x1ad)],'getResultsSummary':this[_0x54ce60(0x1c0)],'saveResults':this['saveTestResults']},'commands':this['commandsToWrap']}));}[a58_0x4ea1e4(0x1ab)](){const _0x17c203=a58_0x4ea1e4,_0x389d5f={'PoCjL':function(_0x42e6dc,_0x22eb75){return _0x42e6dc(_0x22eb75);}};fs[_0x17c203(0x1a3)](this[_0x17c203(0x1bc)])&&this['parseFromJson'](_0x389d5f['PoCjL'](require,this['commandsPath']));}}module[a58_0x4ea1e4(0x1af)]=new Scripts();