browserstack-node-sdk 1.34.57 → 1.35.0

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_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
+ const a48_0x13354f=a48_0x39f8;function a48_0x1942(){const _0x18bea3=['./runTest','29631WmsetZ','499825OQAbaF','1376196tLXiqx','DqhZq','1810136xQuTWp','14dUygVX','3223900SSEQIT','27NcimqZ','uDVGB','worker','12OYRuTH','cucumberWorker','555225FORNap','76834xQblLs','vanillaWorker','306qPMMAH','OkMwO'];a48_0x1942=function(){return _0x18bea3;};return a48_0x1942();}(function(_0x5c7aa4,_0x12e1cc){const _0x1f5a07=a48_0x39f8,_0x2ca04b=_0x5c7aa4();while(!![]){try{const _0x15b0e9=-parseInt(_0x1f5a07(0x12d))/0x1*(parseInt(_0x1f5a07(0x125))/0x2)+parseInt(_0x1f5a07(0x122))/0x3+parseInt(_0x1f5a07(0x12a))/0x4*(-parseInt(_0x1f5a07(0x121))/0x5)+-parseInt(_0x1f5a07(0x11d))/0x6*(parseInt(_0x1f5a07(0x120))/0x7)+parseInt(_0x1f5a07(0x124))/0x8*(parseInt(_0x1f5a07(0x127))/0x9)+parseInt(_0x1f5a07(0x126))/0xa+-parseInt(_0x1f5a07(0x12c))/0xb;if(_0x15b0e9===_0x12e1cc)break;else _0x2ca04b['push'](_0x2ca04b['shift']());}catch(_0xefe9f8){_0x2ca04b['push'](_0x2ca04b['shift']());}}}(a48_0x1942,0x56df8));function a48_0x39f8(_0x49c090,_0x39781f){const _0x1942be=a48_0x1942();return a48_0x39f8=function(_0x39f82c,_0x1ae562){_0x39f82c=_0x39f82c-0x11c;let _0x263ca8=_0x1942be[_0x39f82c];return _0x263ca8;},a48_0x39f8(_0x49c090,_0x39781f);}const {runTest,runCucumberTest,runVanillaTest}=require(a48_0x13354f(0x11f));exports[a48_0x13354f(0x129)]=async(_0x20ce38,_0x55eede)=>{const _0xeb9517=a48_0x13354f,_0x2042bb={'DqhZq':function(_0x1d9106,_0x3b7246,_0x26a725){return _0x1d9106(_0x3b7246,_0x26a725);}};return await _0x2042bb[_0xeb9517(0x123)](runTest,_0x20ce38,_0x55eede);},exports[a48_0x13354f(0x12b)]=async(_0x285624,_0x4a4dc5,_0x5e8a3b,_0x5e962d,_0x267715)=>{const _0x5477a5=a48_0x13354f,_0x3e5a8a={'uDVGB':function(_0x4cc10b,_0x4714a9,_0x298095,_0x27e29c,_0x364d06,_0x7ee525){return _0x4cc10b(_0x4714a9,_0x298095,_0x27e29c,_0x364d06,_0x7ee525);}};return await _0x3e5a8a[_0x5477a5(0x128)](runCucumberTest,_0x285624,_0x4a4dc5,_0x5e8a3b,_0x5e962d,_0x267715);},exports[a48_0x13354f(0x11c)]=async _0x39790d=>{const _0x429021=a48_0x13354f,_0x5b380d={'OkMwO':function(_0x2a9365,_0x520131){return _0x2a9365(_0x520131);}};return await _0x5b380d[_0x429021(0x11e)](runVanillaTest,_0x39790d);};
@@ -1 +1 @@
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
+ function a49_0x3b0b(_0x4e9b44,_0x3e7b21){var _0x36c9d7=a49_0x36c9();return a49_0x3b0b=function(_0x3b0bc5,_0x532eb9){_0x3b0bc5=_0x3b0bc5-0xa1;var _0x3dcd5c=_0x36c9d7[_0x3b0bc5];return _0x3dcd5c;},a49_0x3b0b(_0x4e9b44,_0x3e7b21);}var a49_0x211ff9=a49_0x3b0b;(function(_0x3ebed1,_0x365a06){var _0x6aa829=a49_0x3b0b,_0x2a5a2c=_0x3ebed1();while(!![]){try{var _0x2d4a44=-parseInt(_0x6aa829(0x140))/0x1+-parseInt(_0x6aa829(0xa6))/0x2*(-parseInt(_0x6aa829(0xdd))/0x3)+parseInt(_0x6aa829(0x146))/0x4*(-parseInt(_0x6aa829(0x14e))/0x5)+parseInt(_0x6aa829(0x12e))/0x6*(-parseInt(_0x6aa829(0xd7))/0x7)+parseInt(_0x6aa829(0xec))/0x8*(-parseInt(_0x6aa829(0xa1))/0x9)+-parseInt(_0x6aa829(0x135))/0xa*(parseInt(_0x6aa829(0x147))/0xb)+parseInt(_0x6aa829(0x11d))/0xc;if(_0x2d4a44===_0x365a06)break;else _0x2a5a2c['push'](_0x2a5a2c['shift']());}catch(_0x4c1f6e){_0x2a5a2c['push'](_0x2a5a2c['shift']());}}}(a49_0x36c9,0x9dfba));var a49_0x4a46e7={};a49_0x4a46e7[a49_0x211ff9(0x11e)]='shows\x20version\x20information',a49_0x4a46e7['HELP']=a49_0x211ff9(0xdc);var a49_0x4d034d={};a49_0x4d034d['INFO']=a49_0x211ff9(0x13d);var a49_0x15aa3d={};a49_0x15aa3d[a49_0x211ff9(0x11e)]='Run\x20mocha\x20tests\x20on\x20browserstack';var a49_0x4ffd7a={};a49_0x4ffd7a[a49_0x211ff9(0x11e)]=a49_0x211ff9(0x14f);var a49_0x56231a={};a49_0x56231a[a49_0x211ff9(0x11e)]=a49_0x211ff9(0xb6);var a49_0x35a164={};function a49_0x36c9(){var _0x2cfd0a=['.ipa','jest','mandatoryDependency','parallelsPerPlatform','Specify\x20--help\x20for\x20available\x20options','41577PVERRZ','timeouts','POLL_HEALING_RESULT_TIMEOUT','HUB_URL_REGEX','ERR_CONNECTION_RESET','ERR_CONNECTION_FAILED','ROOT_REGEX','percyCaptureMode','proxyUrl','https://api.browserstack.com','BROWSERSTACK_AUTOMATE_URL','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','commonjs','edgeOptions','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','24kdnwqH','HST','SDKTestTcgAuthFailure','ERR_CONNECTION_REFUSED','module','cucumber','ERR_ADDRESS_UNREACHABLE','TCG_REGION','ERR_SOCKET_NOT_CONNECTED','CODECEPT_CUCUMBER','Playwright','disableAutoCaptureLogs','NUDGE_LOCAL_ERRORS','https://tcg.browserstack.com','ERR_BLOCKED_BY_CLIENT','TCG_AUTH_FAILURE','AUTOMATE','ERR_ADDRESS_INVALID','PLAYWRIGHT','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','BROWSERSTACK_APP_AUTOMATE_URL','app-automate','rerunTests','browserstack.userName','automate','httpProxy','uniqueDependency','vanilla','Run\x20playwright\x20tests\x20on\x20Browserstack','VERSION','COMMONJS','localProxyPass','sdk/v1/event','ERR_TIMED_OUT','browserStackLocalOptions','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','localOptions','mocha','AI_ENABLED_FRAMEWORK','invalidTestInputType','^[a-zA-Z0-9_.-]*$','VALID_APP_EXTENSION','CUSTOM_ID_REGEX','testObservabilityOptions','SDKTestTcgProxyFailure','percy','CODECEPTJS','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','.apk','29738508HabmKY','INFO','HEALING_FAILURE_TIMEOUT','accessibilityOptions','.aab','observability','codeceptjs','REDACTED_KEYS','browserVersion','GIT_META_DATA_TRUNCATED','exports','userName','FRAMEWORKS','use','browserstack.accessKey','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','NIGHTWATCH','6oWXhmo','wss://cdp.browserstack.com/playwright?caps=','authToken','unhandledPromptBehavior','ERR_CONNECTION_CLOSED','logLevel','PERCY_SUPPORTED_FRAMEWORKS','10772530pUmFBm','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','BROWSERSTACK_API_URL','AUTOLOGCAPTURE_NOTIFICATION','browserName','httpsProxy','ERR_CONNECTION_TIMED_OUT','OBSERVABILITY_SUPPORTED_FWS','Run\x20jest\x20tests\x20on\x20browserstack','platforms','MAX_GIT_META_DATA_SIZE_IN_BYTES','270746suDbtK','...[TRUNCATED]','testContextOptions','browserstackLocal','hubUrl','browserstack.overridelocalInfo.userAuthToken','20jHlGEP','11nQyCOi','AI_INIT_FAILURE','FUNNEL_INSTRUMENTATION_API_URL','PACKAGE_TYPE','root','UPGRADE_REQUIRED','turboScaleOptions','167260XfUPjE','Run\x20cucumber-js\x20tests\x20on\x20browserstack','MODULE','codeceptjs-cucumber','https://automate.browserstack.com/dashboard/v2/builds/','testObservability','3090213mXcTAA','AI_INIT_SUCCESSFUL','framework','AUTOMATE_PRODUCTS','ERR_NETWORK_CHANGED','170zcAnaW','./browserstack-artifacts/','EDS_URL','https://upload-observability.browserstack.com','browserstackAutomation','MOCHA','OBSERVABILITY_UPLOAD_URL','CODECEPT','ERR_NAME_NOT_RESOLVED','Run\x20nightwatch\x20tests\x20on\x20browserstack','ERR_CONNECTION_ABORTED','acceptSslCerts','SHAREABLE_ID_REGEX','PLAYWRIGHT_CONFIG_OPTION_ERRORS','proxySettings','ERR_TUNNEL_CONNECTION_FAILED','Run\x20js\x20tests\x20on\x20browserstack','INTEGRATIONS','INVALID_INIT_RESP_WITH_USER_IMPACT','JEST','TCG_AUTH_TIMEOUT','acceptInsecureCerts','percyOptions','customVariables','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_SOCKS_CONNECTION_FAILED','APP_AUTOMATE_PRODUCTS','ERR_FAILED','ERR_NAME_RESOLUTION_FAILED','VANILLA','APP_AUTOMATE','https://api-cloud.browserstack.com','HEALING_LOG_DATA_TIMEOUT','turboScale','APP_UPLOAD_URL','PRIVATE_DOMAIN_OR_IP_REGEX','AI_PROXY_FAILURE','acceptSslCert','CI_ARTIFACTS_PATH','https://hub.browserstack.com/wd/hub','SDKTestInitFailedResponse','localProxyUser','CUCUMBER','accessibility','invalidKeys','TCG_DOWN','ieOptions','SDK_INSTRUMENTATION_CONFIG','SDKTestInvalidTcgAuthResponseWithUserImpact','3246572aGGOAS'];a49_0x36c9=function(){return _0x2cfd0a;};return a49_0x36c9();}a49_0x35a164['INFO']=a49_0x211ff9(0xaf);var a49_0x361b80={};a49_0x361b80['INFO']=a49_0x211ff9(0x108);var a49_0x3144d5={};a49_0x3144d5[a49_0x211ff9(0x11e)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';var a49_0x3cd708={};a49_0x3cd708[a49_0x211ff9(0x11e)]=a49_0x211ff9(0x11b);var a49_0x44db3b={};a49_0x44db3b[a49_0x211ff9(0x11e)]=a49_0x211ff9(0xe8);var a49_0x364a04={};a49_0x364a04[a49_0x211ff9(0xfe)]=a49_0x211ff9(0xf6),a49_0x364a04[a49_0x211ff9(0xab)]='mocha',a49_0x364a04[a49_0x211ff9(0xb9)]=a49_0x211ff9(0xd9),a49_0x364a04[a49_0x211ff9(0xad)]=a49_0x211ff9(0x123),a49_0x364a04[a49_0x211ff9(0xf5)]=a49_0x211ff9(0x151),a49_0x364a04[a49_0x211ff9(0xd0)]=a49_0x211ff9(0xf1);var a49_0x1cd0e8={};a49_0x1cd0e8[a49_0x211ff9(0xd2)]=a49_0x211ff9(0xbe),a49_0x1cd0e8[a49_0x211ff9(0x106)]=a49_0x211ff9(0xff),a49_0x1cd0e8[a49_0x211ff9(0xda)]=a49_0x211ff9(0xeb),a49_0x1cd0e8[a49_0x211ff9(0x113)]=a49_0x211ff9(0x136);var a49_0x5d9284={};a49_0x5d9284[a49_0x211ff9(0x10a)]=a49_0x211ff9(0xe9),a49_0x5d9284[a49_0x211ff9(0x150)]=a49_0x211ff9(0xf0);var a49_0x384e7d={};a49_0x384e7d[a49_0x211ff9(0x14b)]=[a49_0x211ff9(0x128),'accessKey',a49_0x211ff9(0x105),a49_0x211ff9(0x13a),'customVariables',a49_0x211ff9(0x103),a49_0x211ff9(0x12b),'proxyPassword',a49_0x211ff9(0x130),a49_0x211ff9(0xe5),a49_0x211ff9(0x145)],a49_0x384e7d[a49_0x211ff9(0x10e)]=['proxyUser','proxyPass',a49_0x211ff9(0xcf),a49_0x211ff9(0x10b)];var a49_0x4ee5f8={};a49_0x4ee5f8['browserstackLocal']=a49_0x211ff9(0x143),a49_0x4ee5f8[a49_0x211ff9(0x10e)]=a49_0x211ff9(0x10e),a49_0x4ee5f8[a49_0x211ff9(0x110)]=a49_0x211ff9(0x10e),a49_0x4ee5f8[a49_0x211ff9(0xdb)]='parallelsPerPlatform',a49_0x4ee5f8[a49_0x211ff9(0x13e)]=a49_0x211ff9(0x13e),a49_0x4ee5f8[a49_0x211ff9(0x133)]=a49_0x211ff9(0x133),a49_0x4ee5f8['httpProxy']=a49_0x211ff9(0x105),a49_0x4ee5f8['httpsProxy']=a49_0x211ff9(0x13a),a49_0x4ee5f8[a49_0x211ff9(0xa3)]='framework',a49_0x4ee5f8[a49_0x211ff9(0x142)]=a49_0x211ff9(0x142),a49_0x4ee5f8[a49_0x211ff9(0x153)]=a49_0x211ff9(0x153),a49_0x4ee5f8['testObservabilityOptions']=a49_0x211ff9(0x117),a49_0x4ee5f8['customVariables']=a49_0x211ff9(0xbd),a49_0x4ee5f8['automation']='browserstackAutomation',a49_0x4ee5f8['browserstackAutomation']=a49_0x211ff9(0xaa),a49_0x4ee5f8[a49_0x211ff9(0x102)]=a49_0x211ff9(0x102),a49_0x4ee5f8[a49_0x211ff9(0x119)]=a49_0x211ff9(0x119),a49_0x4ee5f8['percyOptions']=a49_0x211ff9(0xbc),a49_0x4ee5f8[a49_0x211ff9(0xe4)]='percyCaptureMode',a49_0x4ee5f8['disableAutoCaptureLogs']=a49_0x211ff9(0xf7),a49_0x4ee5f8[a49_0x211ff9(0xd1)]=a49_0x211ff9(0xd1),a49_0x4ee5f8[a49_0x211ff9(0x120)]=a49_0x211ff9(0x120),a49_0x4ee5f8[a49_0x211ff9(0xc7)]='turboScale',a49_0x4ee5f8[a49_0x211ff9(0x14d)]='turboScaleOptions',a49_0x4ee5f8[a49_0x211ff9(0xb4)]=a49_0x211ff9(0xb4);var a49_0x160c7b={};a49_0x160c7b[a49_0x211ff9(0x109)]=a49_0x4a46e7,a49_0x160c7b[a49_0x211ff9(0xb9)]=a49_0x4d034d,a49_0x160c7b[a49_0x211ff9(0xab)]=a49_0x15aa3d,a49_0x160c7b[a49_0x211ff9(0xd0)]=a49_0x4ffd7a,a49_0x160c7b[a49_0x211ff9(0xc3)]=a49_0x56231a,a49_0x160c7b[a49_0x211ff9(0x12d)]=a49_0x35a164,a49_0x160c7b[a49_0x211ff9(0xfe)]=a49_0x361b80,a49_0x160c7b[a49_0x211ff9(0x11a)]=a49_0x3144d5,a49_0x160c7b[a49_0x211ff9(0xed)]=a49_0x3cd708,a49_0x160c7b[a49_0x211ff9(0xb7)]=a49_0x44db3b,a49_0x160c7b['BSTACK_DELTA']=0xf*0x3c*0x3e8,a49_0x160c7b[a49_0x211ff9(0x144)]=a49_0x211ff9(0xcd),a49_0x160c7b['TCG_URL']=a49_0x211ff9(0xf9),a49_0x160c7b[a49_0x211ff9(0xf3)]=a49_0x211ff9(0x12a),a49_0x160c7b[a49_0x211ff9(0xe0)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a49_0x160c7b['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a49_0x160c7b['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a49_0x160c7b['ROOT_CAPS']=[a49_0x211ff9(0xbb),'pageLoadStrategy','strictFileInteractability',a49_0x211ff9(0x131),a49_0x211ff9(0xde),a49_0x211ff9(0x139),a49_0x211ff9(0x125),a49_0x211ff9(0xb1),a49_0x211ff9(0xcb),'chromeOptions','firefoxOptions',a49_0x211ff9(0xea),a49_0x211ff9(0xd4)],a49_0x160c7b[a49_0x211ff9(0xe3)]=/^[\w-]+:.*$/,a49_0x160c7b[a49_0x211ff9(0xc9)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a49_0x160c7b[a49_0x211ff9(0xa8)]='https://eds.browserstack.com',a49_0x160c7b[a49_0x211ff9(0x137)]=a49_0x211ff9(0xe6),a49_0x160c7b[a49_0x211ff9(0xc8)]=a49_0x211ff9(0xc5),a49_0x160c7b[a49_0x211ff9(0x149)]=a49_0x211ff9(0x10c),a49_0x160c7b[a49_0x211ff9(0xa4)]=[a49_0x211ff9(0x104),'observability'],a49_0x160c7b[a49_0x211ff9(0xc0)]=[a49_0x211ff9(0x101),'observability'],a49_0x160c7b['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a49_0x211ff9(0x122)],a49_0x160c7b[a49_0x211ff9(0xac)]=a49_0x211ff9(0xa9),a49_0x160c7b[a49_0x211ff9(0x13c)]=[a49_0x211ff9(0x111),a49_0x211ff9(0xf6)],a49_0x160c7b[a49_0x211ff9(0xfc)]=[a49_0x211ff9(0x104)],a49_0x160c7b[a49_0x211ff9(0xe7)]=a49_0x211ff9(0x152),a49_0x160c7b[a49_0x211ff9(0x100)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a49_0x160c7b[a49_0x211ff9(0xc4)]=[a49_0x211ff9(0x101)],a49_0x160c7b[a49_0x211ff9(0xf8)]=[a49_0x211ff9(0xc1),a49_0x211ff9(0x10d),a49_0x211ff9(0xfa),a49_0x211ff9(0xa5),a49_0x211ff9(0xf4),a49_0x211ff9(0x132),a49_0x211ff9(0xe1),a49_0x211ff9(0xef),a49_0x211ff9(0xb0),a49_0x211ff9(0xe2),a49_0x211ff9(0xae),a49_0x211ff9(0xfd),a49_0x211ff9(0xf2),a49_0x211ff9(0xb5),a49_0x211ff9(0x13b),a49_0x211ff9(0xbf),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_PROXY_CONNECTION_FAILED',a49_0x211ff9(0xae),a49_0x211ff9(0xc2),a49_0x211ff9(0x10f)],a49_0x160c7b[a49_0x211ff9(0x115)]=[a49_0x211ff9(0x11c),a49_0x211ff9(0x121),a49_0x211ff9(0xd8)],a49_0x160c7b[a49_0x211ff9(0x116)]=a49_0x211ff9(0x114),a49_0x160c7b[a49_0x211ff9(0xb2)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a49_0x160c7b[a49_0x211ff9(0xcc)]=a49_0x211ff9(0xa7),a49_0x160c7b['PLAYWRIGHT_HUB_URL']=a49_0x211ff9(0x12f),a49_0x160c7b[a49_0x211ff9(0x129)]=a49_0x364a04,a49_0x160c7b[a49_0x211ff9(0x134)]=[a49_0x211ff9(0xd9),'mocha'],a49_0x160c7b[a49_0x211ff9(0xb3)]=a49_0x1cd0e8,a49_0x160c7b[a49_0x211ff9(0x138)]=a49_0x211ff9(0x12c),a49_0x160c7b[a49_0x211ff9(0x14a)]=a49_0x5d9284,a49_0x160c7b[a49_0x211ff9(0x13f)]=0x40*0x400,a49_0x160c7b[a49_0x211ff9(0x126)]=a49_0x211ff9(0x141),a49_0x160c7b[a49_0x211ff9(0x14c)]='Upgrade\x20required',a49_0x160c7b[a49_0x211ff9(0xd3)]='SDKTestTcgDownResponse',a49_0x160c7b[a49_0x211ff9(0xb8)]=a49_0x211ff9(0xd6),a49_0x160c7b[a49_0x211ff9(0xfb)]=a49_0x211ff9(0xee),a49_0x160c7b[a49_0x211ff9(0xa2)]='SDKTestTcgtInitSuccessful',a49_0x160c7b[a49_0x211ff9(0x148)]=a49_0x211ff9(0xce),a49_0x160c7b[a49_0x211ff9(0xca)]=a49_0x211ff9(0x118),a49_0x160c7b[a49_0x211ff9(0xba)]=0x1388,a49_0x160c7b['SET_TCG_TOKEN_TIMEOUT']=0x1388,a49_0x160c7b[a49_0x211ff9(0xc6)]=0x1388,a49_0x160c7b[a49_0x211ff9(0x11f)]=0x1388,a49_0x160c7b[a49_0x211ff9(0xdf)]=0xc350,a49_0x160c7b[a49_0x211ff9(0x124)]=a49_0x384e7d,a49_0x160c7b[a49_0x211ff9(0x112)]=[a49_0x211ff9(0x107),a49_0x211ff9(0x123)],a49_0x160c7b[a49_0x211ff9(0xd5)]=a49_0x4ee5f8,module[a49_0x211ff9(0x127)]=a49_0x160c7b;
@@ -1 +1 @@
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
+ const a50_0x40350f=a50_0x275c;(function(_0x58e2b8,_0x333465){const _0x25f196=a50_0x275c,_0x3aba20=_0x58e2b8();while(!![]){try{const _0x297a82=-parseInt(_0x25f196(0x1a1))/0x1+-parseInt(_0x25f196(0x1a2))/0x2+parseInt(_0x25f196(0x19e))/0x3*(parseInt(_0x25f196(0x1a0))/0x4)+-parseInt(_0x25f196(0x19a))/0x5+parseInt(_0x25f196(0x1ab))/0x6*(-parseInt(_0x25f196(0x1ad))/0x7)+-parseInt(_0x25f196(0x1a4))/0x8*(-parseInt(_0x25f196(0x1aa))/0x9)+-parseInt(_0x25f196(0x1a7))/0xa*(-parseInt(_0x25f196(0x1a3))/0xb);if(_0x297a82===_0x333465)break;else _0x3aba20['push'](_0x3aba20['shift']());}catch(_0x1a865a){_0x3aba20['push'](_0x3aba20['shift']());}}}(a50_0xe2fc,0xda43d));function a50_0x275c(_0x1e7bbc,_0x481c61){const _0xe2fc6f=a50_0xe2fc();return a50_0x275c=function(_0x275cc9,_0x348658){_0x275cc9=_0x275cc9-0x199;let _0x4354d1=_0xe2fc6f[_0x275cc9];return _0x4354d1;},a50_0x275c(_0x1e7bbc,_0x481c61);}const logReportingAPI=require(a50_0x40350f(0x19f)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x3db091,_0x273f63){return _0x25b8a1=>{const _0x378618=a50_0x275c;BSTestOpsLogger[_0x378618(0x19d)]({'level':_0x25b8a1[_0x378618(0x19c)]?_0x25b8a1['level']['levelStr']:null,'message':_0x25b8a1[_0x378618(0x1ac)]?_0x25b8a1['data'][_0x378618(0x19b)]('\x20'):null});};}exports[a50_0x40350f(0x199)]=(_0x283aa9,_0x3de8f8)=>{const _0x174f1f=a50_0x40350f,_0x15bd6a={'cVgAe':function(_0x287b93,_0x30e696,_0x6d9cac){return _0x287b93(_0x30e696,_0x6d9cac);}};let _0x1928d3=_0x3de8f8[_0x174f1f(0x1ae)];return _0x283aa9[_0x174f1f(0x1a9)]&&(_0x1928d3=_0x3de8f8[_0x174f1f(0x1a9)](_0x283aa9[_0x174f1f(0x1a9)][_0x174f1f(0x1a6)],_0x283aa9[_0x174f1f(0x1a9)])),_0x15bd6a[_0x174f1f(0x1a8)](BSTestOpsLog4JSAppender,_0x1928d3,_0x283aa9[_0x174f1f(0x1a5)]);};function a50_0xe2fc(){const _0x4e579a=['15FfSzgN','./logReportingAPI','1402296kNfnJW','1082577xOdRKj','3335880tsMLCz','25476YWFOzu','8hpfRpq','timezoneOffset','type','15190cVcrSq','cVgAe','layout','2401947FmWZTA','32322qppYDP','data','1897aQWbgi','colouredLayout','configure','2166750OhPKYn','join','level','log'];a50_0xe2fc=function(){return _0x4e579a;};return a50_0xe2fc();}
@@ -1 +1 @@
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
+ const a51_0x58a492=a51_0x2084;function a51_0x2084(_0x1b0362,_0x15efa8){const _0x579a67=a51_0x579a();return a51_0x2084=function(_0x208407,_0x4819f2){_0x208407=_0x208407-0x73;let _0x540ddb=_0x579a67[_0x208407];return _0x540ddb;},a51_0x2084(_0x1b0362,_0x15efa8);}(function(_0x25afc7,_0x13f3fa){const _0x53a0ae=a51_0x2084,_0x4f5f62=_0x25afc7();while(!![]){try{const _0x25d925=parseInt(_0x53a0ae(0x7f))/0x1*(-parseInt(_0x53a0ae(0x83))/0x2)+-parseInt(_0x53a0ae(0x8e))/0x3+-parseInt(_0x53a0ae(0x7c))/0x4*(parseInt(_0x53a0ae(0x85))/0x5)+parseInt(_0x53a0ae(0x7a))/0x6+-parseInt(_0x53a0ae(0x8f))/0x7+parseInt(_0x53a0ae(0x75))/0x8+-parseInt(_0x53a0ae(0x76))/0x9*(-parseInt(_0x53a0ae(0x7b))/0xa);if(_0x25d925===_0x13f3fa)break;else _0x4f5f62['push'](_0x4f5f62['shift']());}catch(_0x42bbb0){_0x4f5f62['push'](_0x4f5f62['shift']());}}}(a51_0x579a,0xb450e));const Transport=require('winston-transport'),{consoleHolder}=require(a51_0x58a492(0x7e)),a51_0x146ad7={};a51_0x146ad7['INFO']=a51_0x58a492(0x8c),a51_0x146ad7[a51_0x58a492(0x8b)]=a51_0x58a492(0x8b),a51_0x146ad7[a51_0x58a492(0x8d)]=a51_0x58a492(0x8d),a51_0x146ad7[a51_0x58a492(0x84)]=a51_0x58a492(0x84),a51_0x146ad7[a51_0x58a492(0x81)]=a51_0x58a492(0x81);const LOG_LEVELS=a51_0x146ad7;class logPatcher extends Transport{constructor(_0x575296){super(_0x575296);}[a51_0x58a492(0x88)]=(_0x588cba=LOG_LEVELS[a51_0x58a492(0x8c)],_0x1b7442=[''])=>{const _0x4a30bb=a51_0x58a492,_0x261c63={};_0x261c63[_0x4a30bb(0x80)]=_0x4a30bb(0x86);const _0x3c4c0b=_0x261c63;consoleHolder[_0x588cba['toLowerCase']()](..._0x1b7442),process[_0x4a30bb(0x7d)](_0x4a30bb(0x89)+process[_0x4a30bb(0x74)],{'timestamp':new Date()['toISOString'](),'level':_0x588cba[_0x4a30bb(0x77)](),'message':'\x22'+_0x1b7442['join'](',\x20')+'\x22','kind':_0x3c4c0b[_0x4a30bb(0x80)],'http_response':{}});};[a51_0x58a492(0x78)]=(..._0x20e184)=>{const _0x2c3a49=a51_0x58a492;this[_0x2c3a49(0x88)](LOG_LEVELS['TRACE'],_0x20e184);};[a51_0x58a492(0x8a)]=(..._0x14202d)=>{const _0x5b69ef=a51_0x58a492;this[_0x5b69ef(0x88)](LOG_LEVELS['DEBUG'],_0x14202d);};[a51_0x58a492(0x87)]=(..._0x239149)=>{const _0x5cbfa5=a51_0x58a492;this[_0x5cbfa5(0x88)](LOG_LEVELS[_0x5cbfa5(0x8c)],_0x239149);};[a51_0x58a492(0x73)]=(..._0x5e8cd1)=>{const _0x412ef2=a51_0x58a492;this['logToTestOps'](LOG_LEVELS[_0x412ef2(0x81)],_0x5e8cd1);};[a51_0x58a492(0x82)]=(..._0xc33f3e)=>{const _0x3563b8=a51_0x58a492;this[_0x3563b8(0x88)](LOG_LEVELS['ERROR'],_0xc33f3e);};['log']=(..._0x222802)=>{const _0x305926=a51_0x58a492;this[_0x305926(0x88)](LOG_LEVELS[_0x305926(0x8c)],_0x222802);};}function a51_0x579a(){const _0xdd7b01=['exports','7837572kgvyFs','20dKuanB','4qAvzZt','emit','../../helpers/test-observability/constants','1455145Mshxxl','klifG','WARN','error','2Ehfzrn','TRACE','6371515EYQYxn','TEST_LOG','info','logToTestOps','bs:addLog:','debug','ERROR','INFO','DEBUG','2294178BIkXee','9471735ECFjaA','warn','pid','3900424RGBUAC','17064171DaovzC','toUpperCase','trace'];a51_0x579a=function(){return _0xdd7b01;};return a51_0x579a();};module[a51_0x58a492(0x79)]=logPatcher;
@@ -1 +1 @@
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
+ const a52_0x3d1002=a52_0x5c1c;(function(_0x18f763,_0x580900){const _0x3eb240=a52_0x5c1c,_0x1dc576=_0x18f763();while(!![]){try{const _0x1347d5=parseInt(_0x3eb240(0x18c))/0x1+-parseInt(_0x3eb240(0x194))/0x2+parseInt(_0x3eb240(0x199))/0x3*(-parseInt(_0x3eb240(0x18d))/0x4)+-parseInt(_0x3eb240(0x195))/0x5*(parseInt(_0x3eb240(0x19d))/0x6)+parseInt(_0x3eb240(0x18f))/0x7*(parseInt(_0x3eb240(0x187))/0x8)+parseInt(_0x3eb240(0x196))/0x9+-parseInt(_0x3eb240(0x183))/0xa;if(_0x1347d5===_0x580900)break;else _0x1dc576['push'](_0x1dc576['shift']());}catch(_0x301abd){_0x1dc576['push'](_0x1dc576['shift']());}}}(a52_0x2903,0x7cdb1));const Transport=require(a52_0x3d1002(0x19e)),{consoleHolder}=require(a52_0x3d1002(0x188)),a52_0x35c565={};function a52_0x5c1c(_0x2122e8,_0x4984ca){const _0x2903f9=a52_0x2903();return a52_0x5c1c=function(_0x5c1c99,_0x3c2021){_0x5c1c99=_0x5c1c99-0x17f;let _0x4bba43=_0x2903f9[_0x5c1c99];return _0x4bba43;},a52_0x5c1c(_0x2122e8,_0x4984ca);}a52_0x35c565[a52_0x3d1002(0x193)]=a52_0x3d1002(0x193),a52_0x35c565[a52_0x3d1002(0x19a)]=a52_0x3d1002(0x19a),a52_0x35c565[a52_0x3d1002(0x19b)]=a52_0x3d1002(0x19b),a52_0x35c565[a52_0x3d1002(0x198)]=a52_0x3d1002(0x198),a52_0x35c565[a52_0x3d1002(0x181)]=a52_0x3d1002(0x181);const LOG_LEVELS=a52_0x35c565;function a52_0x2903(){const _0x1feae8=['level','logToTestOps','toLowerCase','8nWdPGY','../../helpers/test-observability/constants','emit','eVrsO','trace','656060gNmgBy','20KssYSq','debug','5377316NzFeRJ','JRQgC','error','warn','INFO','568606SMHPRT','25765FDwwOi','3973203avSTCl','exports','TRACE','572988VVHjxZ','ERROR','DEBUG','iDMLd','78GqwIYy','winston-transport','toUpperCase','raPdg','pid','logged','WARN','toISOString','480340KTmDLh'];a52_0x2903=function(){return _0x1feae8;};return a52_0x2903();}class logReportingAPI extends Transport{constructor(_0x2e3be){super(_0x2e3be);}['log'](_0x45ee80,_0xe2dd38){const _0x276e38=a52_0x3d1002,_0x325250={'iDMLd':_0x276e38(0x180),'kTpJW':function(_0x247590,_0x59ba9c){return _0x247590(_0x59ba9c);},'rkFzA':function(_0x24fca1,_0x58e46f){return _0x24fca1===_0x58e46f;},'raPdg':'object','JRQgC':function(_0x538f6a){return _0x538f6a();}};_0x325250['kTpJW'](setImmediate,()=>{const _0x510da8=_0x276e38;this[_0x510da8(0x189)](_0x325250[_0x510da8(0x19c)],_0x45ee80);}),_0x325250['rkFzA'](typeof _0x45ee80,_0x325250[_0x276e38(0x1a0)])?this[_0x276e38(0x185)](_0x45ee80[_0x276e38(0x184)]||LOG_LEVELS['INFO'],_0x45ee80['message'],![]):this[_0x276e38(0x185)](LOG_LEVELS[_0x276e38(0x193)],_0x45ee80),_0xe2dd38&&_0x325250[_0x276e38(0x190)](_0xe2dd38);}[a52_0x3d1002(0x185)]=(_0x31dcc6=LOG_LEVELS['INFO'],_0x52ca32='',_0x8df055=!![])=>{const _0x5c1dbd=a52_0x3d1002,_0x514dee={};_0x514dee[_0x5c1dbd(0x18a)]='TEST_LOG';const _0x120aa2=_0x514dee;_0x8df055&&consoleHolder[_0x31dcc6[_0x5c1dbd(0x186)]()](_0x52ca32),process['emit']('bs:addLog:'+process[_0x5c1dbd(0x17f)],{'timestamp':new Date()[_0x5c1dbd(0x182)](),'level':_0x31dcc6[_0x5c1dbd(0x19f)](),'message':_0x52ca32,'kind':_0x120aa2[_0x5c1dbd(0x18a)],'http_response':{}});};[a52_0x3d1002(0x18b)]=(_0x32cefe,_0x24b156)=>{const _0x201be3=a52_0x3d1002;this['logToTestOps'](LOG_LEVELS[_0x201be3(0x198)],_0x32cefe);};[a52_0x3d1002(0x18e)]=(_0x4e5348,_0x40bd50)=>{const _0x54e572=a52_0x3d1002;this[_0x54e572(0x185)](LOG_LEVELS[_0x54e572(0x19b)],_0x4e5348);};['info']=(_0x416d3d,_0x58b67c)=>{const _0x49ecba=a52_0x3d1002;this[_0x49ecba(0x185)](LOG_LEVELS[_0x49ecba(0x193)],_0x416d3d);};[a52_0x3d1002(0x192)]=(_0x22d7ca,_0x51ffd1)=>{const _0x5f132f=a52_0x3d1002;this[_0x5f132f(0x185)](LOG_LEVELS[_0x5f132f(0x181)],_0x22d7ca);};[a52_0x3d1002(0x191)]=(_0x21ef8e,_0x3e6ece)=>{const _0x128173=a52_0x3d1002;this[_0x128173(0x185)](LOG_LEVELS[_0x128173(0x19a)],_0x21ef8e);};};module[a52_0x3d1002(0x197)]=logReportingAPI;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
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();}
2
+ 'use strict';const a53_0x1db60c=a53_0x36b6;(function(_0x3a99e4,_0x79c18a){const _0x4e90fc=a53_0x36b6,_0x101e0e=_0x3a99e4();while(!![]){try{const _0x1bb2e5=-parseInt(_0x4e90fc(0x1cd))/0x1*(parseInt(_0x4e90fc(0x1a8))/0x2)+parseInt(_0x4e90fc(0x1c0))/0x3+-parseInt(_0x4e90fc(0x1b2))/0x4+parseInt(_0x4e90fc(0x1c1))/0x5*(-parseInt(_0x4e90fc(0x1b1))/0x6)+-parseInt(_0x4e90fc(0x1b6))/0x7*(parseInt(_0x4e90fc(0x1b8))/0x8)+parseInt(_0x4e90fc(0x1c9))/0x9*(-parseInt(_0x4e90fc(0x1a0))/0xa)+parseInt(_0x4e90fc(0x1c7))/0xb;if(_0x1bb2e5===_0x79c18a)break;else _0x101e0e['push'](_0x101e0e['shift']());}catch(_0x4e9b88){_0x101e0e['push'](_0x101e0e['shift']());}}}(a53_0x5b6e,0x6b54d));function a53_0x5b6e(){const _0x5e6c59=['parallelsPerPlatform','1014651WwkFAa','5wxiUEm','args','initialize','path','configuration','proxySettings','35684198pBtkjP','SDK_SETUP','4925196ufpbZS','../../helpers/testhub/testhubHandler','getHubUrl','ThWoj','22350svOUgT','config','exports','index','file','fttBm','cwd','File\x20','existsSync','launchBuild','../../helpers/performance/constants','vanilla','10bpOBRY','forEach','eHOVC','finalExecution','getPlatformName','end','../../helpers/helper','isUndefined','76rGwQkq','modifyBrowserStackCaps','EVENTS','brNAW','uCfem','../../helpers/utilities','npGhr','length','SDK_CLEANUP','3218514lMdNYu','2752400hsOTcz','../../helpers/BrowserStackSetup','Config\x20yml\x20is\x20required','\x20doesn\x27t\x20exist','3650801cIHBcN','useW3C','8avKqIq','../../helpers/performance/performance-tester','push','modifyBrowserStackW3CCaps','finally','platforms','ZhcZb'];a53_0x5b6e=function(){return _0x5e6c59;};return a53_0x5b6e();}function a53_0x36b6(_0x22f17f,_0x4325e9){const _0x5b6e18=a53_0x5b6e();return a53_0x36b6=function(_0x36b6f2,_0x1e3104){_0x36b6f2=_0x36b6f2-0x199;let _0x5e6d24=_0x5b6e18[_0x36b6f2];return _0x5e6d24;},a53_0x36b6(_0x22f17f,_0x4325e9);}const fs=require('fs'),path=require(a53_0x1db60c(0x1c4)),{default:BrowserStackSetup}=require(a53_0x1db60c(0x1b3)),helper=require(a53_0x1db60c(0x1a6)),PerformanceTester=require(a53_0x1db60c(0x1b9)),PerformanceEvents=require(a53_0x1db60c(0x19e))[a53_0x1db60c(0x1aa)],utilities=require(a53_0x1db60c(0x1ad)),{parallelVanillaRun}=require('../test-runner'),TestHubHandler=require(a53_0x1db60c(0x1ca));async function run(_0x395871,_0x5ef52d){const _0x16e481=a53_0x1db60c,_0x4d8df5={'uCfem':_0x16e481(0x19f),'ZhcZb':function(_0x58228f,_0xec94b6){return _0x58228f(_0xec94b6);},'npGhr':'File\x20path\x20is\x20required','QzCOD':function(_0x30a59a,_0x392eed){return _0x30a59a(_0x392eed);},'fttBm':function(_0x4141a7,_0x4a63bb){return _0x4141a7(_0x4a63bb);},'eHOVC':_0x16e481(0x1b4),'hKNyc':function(_0x4ad8cc,_0x2e693d){return _0x4ad8cc>_0x2e693d;},'ThWoj':function(_0x56932f,_0x50246d){return _0x56932f*_0x50246d;},'brNAW':function(_0x2485ab,_0x3c01e2,_0x71eb97){return _0x2485ab(_0x3c01e2,_0x71eb97);}},_0x594223=new BrowserStackSetup(_0x395871,_0x4d8df5[_0x16e481(0x1ac)]);await _0x594223[_0x16e481(0x1c3)](),await helper['handleApp'](_0x594223[_0x16e481(0x1ce)]);const _0x497627=[];if(helper[_0x16e481(0x1a7)](_0x395871['_'][0x1]))throw _0x4d8df5[_0x16e481(0x1be)](Error,_0x4d8df5[_0x16e481(0x1ae)]);const _0x151908=path['join'](process[_0x16e481(0x19a)](),_0x395871['_'][0x1]);if(!fs[_0x16e481(0x19c)](_0x151908))throw _0x4d8df5['QzCOD'](Error,_0x16e481(0x19b)+_0x395871['_'][0x1]+_0x16e481(0x1b5));if(!_0x594223['config'])throw _0x4d8df5[_0x16e481(0x199)](Error,_0x4d8df5[_0x16e481(0x1a2)]);const _0x6a3e52=helper[_0x16e481(0x1b7)](_0x594223[_0x16e481(0x1ce)]);_0x594223[_0x16e481(0x1ce)][_0x16e481(0x1bd)]&&_0x4d8df5['hKNyc'](_0x594223['config'][_0x16e481(0x1bd)][_0x16e481(0x1af)],0x0)&&_0x594223[_0x16e481(0x1ce)][_0x16e481(0x1bd)][_0x16e481(0x1a1)]((_0x35b0c7,_0x33a3f6)=>{const _0x5bec8a=_0x16e481;_0x6a3e52?_0x497627[_0x5bec8a(0x1ba)](helper[_0x5bec8a(0x1bb)](_0x594223[_0x5bec8a(0x1ce)],_0x4d8df5[_0x5bec8a(0x1ac)],_0x33a3f6)):_0x497627[_0x5bec8a(0x1ba)](helper[_0x5bec8a(0x1a9)](_0x594223[_0x5bec8a(0x1ce)],_0x4d8df5[_0x5bec8a(0x1ac)],_0x33a3f6));});let _0x4c5428,_0x47e1d2;const _0x25e9e4=[];if(_0x4d8df5['hKNyc'](_0x497627[_0x16e481(0x1af)],0x0))_0x497627[_0x16e481(0x1a1)]((_0xa439,_0x5a9a06)=>{const _0x3a2906=_0x16e481,_0x3279b2={};_0x3279b2[_0x3a2906(0x1d0)]=_0x5a9a06,_0x4c5428={'server':helper[_0x3a2906(0x1cb)](_0x594223[_0x3a2906(0x1ce)]),'proxySettings':_0x594223['config']['proxySettings'],'platform':helper[_0x3a2906(0x1a4)](_0xa439),'platformCaps':Object['assign'](_0x3279b2,_0x594223[_0x3a2906(0x1ce)][_0x3a2906(0x1bd)][_0x5a9a06])};const _0x4e67c4={'capability':_0xa439,..._0x4c5428};_0x4e67c4['file']=_0x151908,_0x4e67c4[_0x3a2906(0x1c2)]=_0x5ef52d;const _0x53ca48={};_0x53ca48[_0x3a2906(0x1c5)]=_0x4e67c4,_0x47e1d2=_0x53ca48,_0x25e9e4[_0x3a2906(0x1ba)](_0x47e1d2);});else{let _0x3f9ac2;_0x6a3e52?_0x3f9ac2=helper['modifyBrowserStackW3CCaps'](_0x594223[_0x16e481(0x1ce)],_0x4d8df5[_0x16e481(0x1ac)],0x0):_0x3f9ac2=helper[_0x16e481(0x1a9)](_0x594223[_0x16e481(0x1ce)],_0x4d8df5[_0x16e481(0x1ac)],0x0);_0x4c5428={'server':helper[_0x16e481(0x1cb)](_0x594223[_0x16e481(0x1ce)]),'proxySettings':_0x594223[_0x16e481(0x1ce)][_0x16e481(0x1c6)]};const _0x4e3880={'capability':_0x3f9ac2,..._0x4c5428};_0x4e3880[_0x16e481(0x1d1)]=_0x151908,_0x4e3880[_0x16e481(0x1c2)]=_0x5ef52d;const _0x8d4688={};_0x8d4688[_0x16e481(0x1c5)]=_0x4e3880,_0x47e1d2=_0x8d4688,_0x25e9e4[_0x16e481(0x1ba)](_0x47e1d2);}const _0x2480d1=await TestHubHandler[_0x16e481(0x19d)](_0x4d8df5[_0x16e481(0x1ac)],_0x594223),_0x5b514c=_0x4d8df5[_0x16e481(0x1cc)](_0x594223['config'][_0x16e481(0x1bd)][_0x16e481(0x1af)]||0x1,_0x594223[_0x16e481(0x1ce)][_0x16e481(0x1bf)]||0x1);PerformanceTester[_0x16e481(0x1a5)](PerformanceEvents[_0x16e481(0x1c8)]),_0x4d8df5[_0x16e481(0x1ab)](parallelVanillaRun,_0x25e9e4,_0x5b514c)['then'](_0x4c6b7f=>{})[_0x16e481(0x1bc)](async()=>{const _0x111cfd=_0x16e481;PerformanceTester['start'](PerformanceEvents[_0x111cfd(0x1b0)]),await utilities[_0x111cfd(0x1a3)](_0x594223);});}module[a53_0x1db60c(0x1cf)]=run;
@@ -1 +1 @@
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
+ const a54_0x1ff472=a54_0x48fe;function a54_0x4d11(){const _0x7f881d=['platformVersion','PReJK','exports','osVersion','TMqIe','78MxcXfV','idEtb','SFnXz','customVariables','Epnqv','set','__platformCaps','platform','7SGkVxS','deviceName','OvFyT','11395692TAMrOU','947988YGedjy','pfoJP','2481480IGniPR','XKmfs','1691520CVemKr','394926WgFLjO','os_version','hHKiz','2002392qFdkmC','15068jeMFtz','./helpers/metadata','platform_version','hrtnW','setTestMetadata','browser'];a54_0x4d11=function(){return _0x7f881d;};return a54_0x4d11();}function a54_0x48fe(_0x1d7449,_0x28ca43){const _0x4d111c=a54_0x4d11();return a54_0x48fe=function(_0x48fe4d,_0x33155e){_0x48fe4d=_0x48fe4d-0x16e;let _0x3d6a65=_0x4d111c[_0x48fe4d];return _0x3d6a65;},a54_0x48fe(_0x1d7449,_0x28ca43);}(function(_0x57d304,_0x3312a2){const _0x42a357=a54_0x48fe,_0x44e9c9=_0x57d304();while(!![]){try{const _0x4ae6d4=parseInt(_0x42a357(0x17a))/0x1+parseInt(_0x42a357(0x17e))/0x2*(parseInt(_0x42a357(0x189))/0x3)+parseInt(_0x42a357(0x17d))/0x4+parseInt(_0x42a357(0x177))/0x5+-parseInt(_0x42a357(0x175))/0x6*(-parseInt(_0x42a357(0x171))/0x7)+parseInt(_0x42a357(0x179))/0x8+-parseInt(_0x42a357(0x174))/0x9;if(_0x4ae6d4===_0x3312a2)break;else _0x44e9c9['push'](_0x44e9c9['shift']());}catch(_0x38b749){_0x44e9c9['push'](_0x44e9c9['shift']());}}}(a54_0x4d11,0xa8b0a));const TestMetadata=require(a54_0x1ff472(0x17f));class BrowserStackSdk{static['getCurrentPlatform'](){const _0x808fc9=a54_0x1ff472,_0xaa18ad={};_0xaa18ad[_0x808fc9(0x18d)]=_0x808fc9(0x17b),_0xaa18ad[_0x808fc9(0x176)]=_0x808fc9(0x187),_0xaa18ad['hHKiz']=_0x808fc9(0x183),_0xaa18ad[_0x808fc9(0x185)]='browserName',_0xaa18ad['sDrDy']='browser_version',_0xaa18ad[_0x808fc9(0x18a)]='browserVersion',_0xaa18ad['jEVRR']='device',_0xaa18ad[_0x808fc9(0x178)]=_0x808fc9(0x172),_0xaa18ad[_0x808fc9(0x18b)]=_0x808fc9(0x170),_0xaa18ad['VuOTb']='platformName',_0xaa18ad[_0x808fc9(0x173)]=_0x808fc9(0x180),_0xaa18ad[_0x808fc9(0x181)]=_0x808fc9(0x184),_0xaa18ad[_0x808fc9(0x188)]=_0x808fc9(0x18c);const _0x45a526=_0xaa18ad,_0x503e2d={};if(global[_0x808fc9(0x16f)]){const _0x118c1f=global[_0x808fc9(0x16f)],_0x21d72f=_0x118c1f[_0x45a526[_0x808fc9(0x18d)]]||_0x118c1f[_0x45a526[_0x808fc9(0x176)]],_0x1d17f1=_0x118c1f[_0x45a526[_0x808fc9(0x17c)]]||_0x118c1f[_0x45a526[_0x808fc9(0x185)]],_0x5eba9a=_0x118c1f[_0x45a526['sDrDy']]||_0x118c1f[_0x45a526[_0x808fc9(0x18a)]],_0x325a29=_0x118c1f[_0x45a526['jEVRR']]||_0x118c1f[_0x45a526[_0x808fc9(0x178)]],_0x5660dd=_0x118c1f[_0x45a526[_0x808fc9(0x18b)]]||_0x118c1f[_0x45a526['VuOTb']],_0x180ddb=_0x118c1f[_0x45a526[_0x808fc9(0x173)]]||_0x118c1f[_0x45a526['hrtnW']];_0x118c1f['os']&&(_0x503e2d['os']=_0x118c1f['os']),_0x21d72f&&(_0x503e2d[_0x45a526[_0x808fc9(0x176)]]=_0x21d72f),_0x1d17f1&&(_0x503e2d[_0x45a526[_0x808fc9(0x185)]]=_0x1d17f1),_0x5eba9a&&(_0x503e2d[_0x45a526[_0x808fc9(0x18a)]]=_0x5eba9a),_0x325a29&&(_0x503e2d[_0x45a526[_0x808fc9(0x178)]]=_0x325a29),_0x5660dd&&(_0x503e2d[_0x45a526['VuOTb']]=_0x5660dd),_0x180ddb&&(_0x503e2d[_0x45a526['hrtnW']]=_0x180ddb),_0x118c1f[_0x45a526[_0x808fc9(0x188)]]&&(_0x503e2d[_0x45a526['TMqIe']]=_0x118c1f[_0x45a526[_0x808fc9(0x188)]]);}return _0x503e2d;}static[a54_0x1ff472(0x182)](_0x181b6e={}){const _0x25b00b=a54_0x1ff472;TestMetadata[_0x25b00b(0x16e)](_0x181b6e);}}module[a54_0x1ff472(0x186)]=BrowserStackSdk;
@@ -1 +1 @@
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
+ function a55_0x47ff(){const _0x13ea5c=['CFUFI','then','rAocI','split','forceLocal','vSCwF','EDS_URL','BrowserstackHealingInitFailed','sBiXK','writeFileSync','iPNjr','errorMessage','captureError','platforms','35aAtHmI','BrowserstackHealing.init\x20method\x20timed\x20out','length','uCrXk','proxy','ajdhc','1308794EEMVvi','Locme','selfHeal','vhPtI','exitHandler','TCG_URL','IflIU','beforeExit','uncaughtException','Error\x20in\x20writing\x20events\x20to\x20file\x20','qoIgR','bind','config','BhhrN','BROWSERSTACK_PERCY','hyFkW','startPercy','testContextOptions','getHubUrl','FRAMEWORK','zMFaY','XrfoR','wiyfU','playwright','\x20with\x20response\x20','cEPnY','okSvK','../bin/utils/constants','integrations','583260nheUsP','initialize','tuWQi','getConfigPath','4.5.0','uuid','url','IgaJB','win32','error','unhandledRejection','status','lUnsV','idfhS','toString','customRepeaters','ats-repeater','sanitizeCaps','false','coQjr','YgeEj','AI_INIT_FAILURE','turboScaleUrl','stopPercy','SDK_CLEANUP','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','browserstackLocal','startLocalBinary','Shutdown\x20triggered\x20by\x20','setupPercy','NqCBu','browserStackLocalOptions','handled','tLmNl','debug','userName','lNsAN','UVJxc','getAccessKey','platform','unhandledErrors','UkwdY','SDKTestAttempted','setEnvCaps','default','./setKeepAlive','AiXOc','getFinalCaps','IOKAb','YAGyO','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','generateLocalIdentifier','mtsXj','fWpby','setupKeepAlive','wbPFO','percy','setBrowserstackInfraFromConfig','../../package.json','./timeoutPromise','OfYUu','selenium-webdriver','skipBinaryInitialisation','handleExceptions','sendToEDS','framework','mSLXC','BrowserstackHealing.init','4010320UKlnQV','./helper','tvKGc','Local\x20binary\x20started\x20successfully','Percy\x20stopped','setProxySettings','qtuiZ','fWXLT','Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','skipSessionName','wozUD','MlrUG','getLocalIdentifier','12MWFpDt','proxyUrl','Error\x20occured\x20while\x20stopping\x20percy','checkStopLocalBinaryOnExit','includes','SIGQUIT','../ai-sdk-node/bundle','Error\x20occured\x20while\x20stopping\x20local\x20binary','wxIfX','YQDZe','setupTCGAuth','NyWSp','QGgnN','accessKey','playwrightUrl','setupBrowserstackLocal','allocateHub','getProxyConfigForTcg','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','BROWSERSTACK_TURBOSCALE','QCtXZ','ZOnIS','measures','warn','hnffJ','getCentralUser','GTyjZ','ZzStK','isRunning','FaIGS','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','useW3C','SDK\x20run\x20started\x20with\x20id:\x20','Failed\x20to\x20send\x20data\x20to\x20','./utilities','ewcoH','finalize','format','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','mieJK','2|1|3|0|4','194688PccMyu','bdMLm','fireFunnelTestEvent','end','compareVersions','setHandlePWError','readConfig','info','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','ndbFi','syCzN','localOptions','statusCode','SIGBREAK','216GwwHpa','NoJsG','stopBrowserstackLocal','localIdentifier','SIGHUP','229877VzCaTQ','GDoin','intExitHandler','aiHeal:tcgAuth','Percy\x20started\x20successfully','proxyConfig','./testhub/testhubHandler','true','stringify','turboScaleGridDetails','MTBny','getUserName','custom-repeater','AI_INIT_SUCCESSFUL','oQTSe','central_scanner','UYbjl','hftdh','?caps=','version','secEV','SIGABRT','xsffc','TCG_AUTH_FAILURE','HUB_MANAGEMENT','isUndefined','bstackConfig','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','UPGRADE_REQUIRED','isAuthenticated','447561OPuNcg','isTrue','./testhub/utils','./ats/helper','cliConfig','killSignal','3|7|2|19|41|31|24|33|40|42|22|0|9|5|25|29|4|28|18|26|30|16|37|1|20|10|36|6|32|8|11|38|27|43|21|34|13|12|17|14|39|15|35|23','Data\x20sent\x20successfully\x20to\x20','getPackageVersion','getLocalConfig','isTrialGrid','Error\x20in\x20percy\x20setup\x20','rPcjo','userName\x20or\x20accessKey\x20is\x20not\x20defined','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','setLogLevel','tcg\x20config\x20setup\x20successful.','./performance/constants','message','CmifC','isHealingEnabled','skipSessionStatus','codeceptjs','exceptions','sdkRunID','wwQvM','isBrowserstackInfra','setCLICaps','getTurboScaleGridDetails','envConfig','stop','setUpHubUrl','14125030vMhvcM','QPCmU','env','HxbAH','kAOTm','turboScaleOptions','measureWrapper','util','Local\x20binary\x20stopped'];a55_0x47ff=function(){return _0x13ea5c;};return a55_0x47ff();}function a55_0x1cc1(_0x472236,_0x3d2b06){const _0x47ff1c=a55_0x47ff();return a55_0x1cc1=function(_0x1cc178,_0x4e75e1){_0x1cc178=_0x1cc178-0x91;let _0x1f5fb9=_0x47ff1c[_0x1cc178];return _0x1f5fb9;},a55_0x1cc1(_0x472236,_0x3d2b06);}const a55_0x254136=a55_0x1cc1;(function(_0x711cc8,_0x2588c8){const _0x44e457=a55_0x1cc1,_0x4d12c6=_0x711cc8();while(!![]){try{const _0x42389a=-parseInt(_0x44e457(0xc7))/0x1+parseInt(_0x44e457(0x122))/0x2+-parseInt(_0x44e457(0xe5))/0x3*(-parseInt(_0x44e457(0x190))/0x4)+-parseInt(_0x44e457(0x183))/0x5+parseInt(_0x44e457(0x13f))/0x6*(-parseInt(_0x44e457(0x11c))/0x7)+-parseInt(_0x44e457(0xc2))/0x8*(parseInt(_0x44e457(0xb4))/0x9)+parseInt(_0x44e457(0x105))/0xa;if(_0x42389a===_0x2588c8)break;else _0x4d12c6['push'](_0x4d12c6['shift']());}catch(_0x366da4){_0x4d12c6['push'](_0x4d12c6['shift']());}}}(a55_0x47ff,0x64af6));const util=require(a55_0x254136(0x10c)),os=require('os'),path=require('path'),{v4:uuidv4}=require(a55_0x254136(0x144)),fs=require('fs'),constants=require(a55_0x254136(0x13d)),{isTurboScaleSession}=require(a55_0x254136(0xe8)),logger=require('./logger')['winstonLogger'],helper=require(a55_0x254136(0x184)),utilities=require(a55_0x254136(0xad)),percyHelper=require('./percy/utils'),hubAllocator=require('../hubAllocationMethods'),PerformanceTester=require('./performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a55_0x254136(0xf6)),{setPercyFlag}=require(a55_0x254136(0xe7)),TestHubHandler=require(a55_0x254136(0xcd)),timeoutPromise=require(a55_0x254136(0x17a));class BrowserStackSetup{constructor(_0x66739c,_0x1454aa){const _0x4e9ec0=a55_0x254136,_0x35329a={'HxbAH':_0x4e9ec0(0xeb),'secEV':function(_0x4770b4){return _0x4770b4();},'kAOTm':function(_0x54ea6e,_0x5edf52){return _0x54ea6e===_0x5edf52;},'QGgnN':_0x4e9ec0(0x13e),'PIANq':_0x4e9ec0(0x169),'CmifC':'SIGTERM','wxIfX':_0x4e9ec0(0xc6),'cTpii':_0x4e9ec0(0xf2),'oQTSe':_0x4e9ec0(0xbc),'Locme':_0x4e9ec0(0x9d),'vhPtI':_0x4e9ec0(0x129),'wiyfU':'No\x20config\x20provided.','hECJa':function(_0x139d20,_0xc89613){return _0x139d20!==_0xc89613;},'wozUD':_0x4e9ec0(0x147),'BhhrN':_0x4e9ec0(0xdc),'FaIGS':_0x4e9ec0(0x195),'OfYUu':_0x4e9ec0(0xc1),'IflIU':'SIGINT','CFUFI':function(_0x39733c,_0x6d4d4b){return _0x39733c<_0x6d4d4b;},'MTBny':function(_0x2a32ad,_0x50034e){return _0x2a32ad(_0x50034e);},'QCtXZ':_0x4e9ec0(0x17c),'idfhS':function(_0x5486cc,_0x5ed542){return _0x5486cc===_0x5ed542;},'plCxb':_0x4e9ec0(0x143)},_0x521c2e=_0x35329a[_0x4e9ec0(0x108)]['split']('|');let _0x2e0645=0x0;while(!![]){switch(_0x521c2e[_0x2e0645++]){case'0':helper[_0x4e9ec0(0x150)](this[_0x4e9ec0(0x12e)]);continue;case'1':!this[_0x4e9ec0(0x12e)]['browserStackLocalOptions']&&(this['config']['browserStackLocalOptions']=this[_0x4e9ec0(0x12e)][_0x4e9ec0(0xbf)]||{});continue;case'2':this[_0x4e9ec0(0x102)]=helper[_0x4e9ec0(0x16a)]();continue;case'3':this[_0x4e9ec0(0x167)]=[];continue;case'4':logger['info'](_0x4e9ec0(0xab)+this['sdkRunID']);continue;case'5':this['sdkRunID']=_0x35329a[_0x4e9ec0(0xdb)](uuidv4);continue;case'6':helper[_0x4e9ec0(0xf4)](this['config'],this[_0x4e9ec0(0xe9)],this[_0x4e9ec0(0x102)]);continue;case'7':this[_0x4e9ec0(0xe9)]=helper[_0x4e9ec0(0x100)](_0x66739c);continue;case'8':if(_0x35329a[_0x4e9ec0(0x109)](_0x1454aa,_0x35329a[_0x4e9ec0(0x97)]))return;continue;case'9':this[_0x4e9ec0(0x180)]=_0x1454aa;continue;case'10':helper[_0x4e9ec0(0xee)](this['config'])&&helper[_0x4e9ec0(0xe0)](helper[_0x4e9ec0(0x18f)](this[_0x4e9ec0(0x12e)]))&&(!helper[_0x4e9ec0(0xe0)](this[_0x4e9ec0(0x12e)][_0x4e9ec0(0x15e)])&&_0x35329a[_0x4e9ec0(0x109)](this['config']['browserStackLocalOptions']['constructor'],Object)?!helper[_0x4e9ec0(0xe6)](this['config'][_0x4e9ec0(0x15e)][_0x4e9ec0(0x17d)])&&(this['config']['browserStackLocalOptions'][_0x4e9ec0(0xc5)]=helper[_0x4e9ec0(0x172)]()):this['config']['browserStackLocalOptions']={'localIdentifier':helper[_0x4e9ec0(0x172)]()});continue;case'11':this['handleExceptions']();continue;case'12':!this[_0x4e9ec0(0x12e)]['disableAutoCaptureLogs']&&logger['info'](constants['AUTOLOGCAPTURE_NOTIFICATION']);continue;case'13':try{process['env'][_0x4e9ec0(0x135)]=_0x66739c['_'][0x0],utilities[_0x4e9ec0(0xb6)](_0x35329a['PIANq'],{},this['config'],this[_0x4e9ec0(0x180)]);}catch(_0x101d43){logger[_0x4e9ec0(0x161)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x101d43);}continue;case'14':process['on'](_0x35329a[_0x4e9ec0(0xf8)],this[_0x4e9ec0(0xc9)]);continue;case'15':process['on'](_0x35329a[_0x4e9ec0(0x93)],this[_0x4e9ec0(0xc9)]);continue;case'16':this[_0x4e9ec0(0x12e)]['testContextOptions']['skipSessionName']=!helper[_0x4e9ec0(0xff)]()||helper['isTrue'](this[_0x4e9ec0(0x12e)][_0x4e9ec0(0x133)][_0x4e9ec0(0x18c)]);continue;case'17':this[_0x4e9ec0(0xc9)]=this[_0x4e9ec0(0xc9)][_0x4e9ec0(0x12d)](this);continue;case'18':if(this[_0x4e9ec0(0x12e)]['error'])throw new Error(this[_0x4e9ec0(0x12e)][_0x4e9ec0(0x148)]);continue;case'19':this[_0x4e9ec0(0x159)]=null;continue;case'20':if(helper[_0x4e9ec0(0xe0)](helper[_0x4e9ec0(0xd2)](this[_0x4e9ec0(0x12e)]))||helper[_0x4e9ec0(0xe0)](helper[_0x4e9ec0(0x165)](this[_0x4e9ec0(0x12e)])))throw new Error(_0x35329a['cTpii']);continue;case'21':(helper[_0x4e9ec0(0xe0)](this[_0x4e9ec0(0x12e)][_0x4e9ec0(0x11b)])||helper[_0x4e9ec0(0xe0)](this[_0x4e9ec0(0x12e)][_0x4e9ec0(0x11b)][_0x4e9ec0(0x11e)]))&&(helper[_0x4e9ec0(0xe0)](this['config']['parallelsPerPlatform'])?logger['info'](_0x35329a[_0x4e9ec0(0xd5)]):logger[_0x4e9ec0(0xa2)](_0x35329a[_0x4e9ec0(0x123)]),this[_0x4e9ec0(0x12e)][_0x4e9ec0(0x11b)]=[]);continue;case'22':global[_0x4e9ec0(0x180)]=_0x1454aa;continue;case'23':process['on'](_0x35329a[_0x4e9ec0(0x125)],this[_0x4e9ec0(0x126)]());continue;case'24':this[_0x4e9ec0(0x12e)]['platforms']=this['config'][_0x4e9ec0(0x11b)]||[];continue;case'25':this[_0x4e9ec0(0xea)]=null;continue;case'26':helper[_0x4e9ec0(0x178)](this['config'],this[_0x4e9ec0(0xe9)]);continue;case'27':if(!helper['isBrowserstackInfra']()){try{process[_0x4e9ec0(0x107)][_0x4e9ec0(0x135)]=_0x1454aa,utilities[_0x4e9ec0(0xb6)](_0x35329a['PIANq'],{},this[_0x4e9ec0(0x12e)],this[_0x4e9ec0(0x180)]);}catch(_0x261dbb){logger[_0x4e9ec0(0x161)](_0x4e9ec0(0xf3)+_0x261dbb);}return;}continue;case'28':if(helper['isUndefined'](this[_0x4e9ec0(0x12e)]))throw new Error(_0x35329a[_0x4e9ec0(0x138)]);continue;case'29':global[_0x4e9ec0(0xfd)]=this['sdkRunID'];continue;case'30':this[_0x4e9ec0(0x12e)][_0x4e9ec0(0x133)][_0x4e9ec0(0xfa)]=!helper['isBrowserstackInfra']()||helper['isTrue'](this[_0x4e9ec0(0x12e)][_0x4e9ec0(0x133)][_0x4e9ec0(0xfa)]);continue;case'31':this[_0x4e9ec0(0x12e)]=helper[_0x4e9ec0(0xba)](helper[_0x4e9ec0(0x142)](_0x66739c));continue;case'32':helper[_0x4e9ec0(0xb9)](this[_0x4e9ec0(0x12e)]);continue;case'33':this[_0x4e9ec0(0x12e)][_0x4e9ec0(0x133)]=this['config'][_0x4e9ec0(0x133)]||{};continue;case'34':!this['config']['testContextOptions']&&(this[_0x4e9ec0(0x12e)][_0x4e9ec0(0x133)]={});continue;case'35':_0x35329a['hECJa'](process[_0x4e9ec0(0x166)],_0x35329a[_0x4e9ec0(0x18d)])?(process['on'](_0x35329a[_0x4e9ec0(0x12f)],this[_0x4e9ec0(0xc9)]),process['on'](_0x35329a[_0x4e9ec0(0xa8)],this[_0x4e9ec0(0xc9)])):process['on'](_0x35329a[_0x4e9ec0(0x17b)],this['intExitHandler']);continue;case'36':this[_0x4e9ec0(0x12e)][_0x4e9ec0(0x15e)]['skipBinaryInitialisation']=helper[_0x4e9ec0(0xe6)](this[_0x4e9ec0(0x12e)]['browserStackLocalOptions'][_0x4e9ec0(0x17d)]);continue;case'37':helper[_0x4e9ec0(0x16e)](this[_0x4e9ec0(0x12e)],this[_0x4e9ec0(0xe9)],this[_0x4e9ec0(0x102)]);continue;case'38':process[_0x4e9ec0(0x107)][_0x4e9ec0(0x9e)]&&(this['config']['turboScale']=helper['isTrue'](process[_0x4e9ec0(0x107)][_0x4e9ec0(0x9e)]),this[_0x4e9ec0(0x12e)][_0x4e9ec0(0x10a)]=this[_0x4e9ec0(0x12e)][_0x4e9ec0(0x10a)]||{});continue;case'39':process['on'](_0x35329a[_0x4e9ec0(0x128)],this['intExitHandler']);continue;case'40':this[_0x4e9ec0(0x119)]={};continue;case'41':this['percy']=null;continue;case'42':global['config']=this[_0x4e9ec0(0x12e)];continue;case'43':helper['requireSeleniumWebdriverCheck'](_0x1454aa)&&(_0x35329a[_0x4e9ec0(0x10e)](_0x35329a[_0x4e9ec0(0xd1)](parseInt,helper[_0x4e9ec0(0xed)](_0x35329a[_0x4e9ec0(0x9f)])),0x3)&&(this[_0x4e9ec0(0x12e)][_0x4e9ec0(0xaa)]=![]),_0x35329a[_0x4e9ec0(0x14c)](helper[_0x4e9ec0(0xb8)](helper[_0x4e9ec0(0xed)](_0x35329a['QCtXZ']),_0x35329a['plCxb']),0x1)&&(this[_0x4e9ec0(0x12e)][_0x4e9ec0(0xaa)]=!![]));continue;}break;}}async[a55_0x254136(0x140)](){const _0x476e7d=a55_0x254136,_0x18b9c0={'mieJK':function(_0x4a6d1b,_0x4fd1d7){return _0x4a6d1b(_0x4fd1d7);},'qCkVq':_0x476e7d(0x14f),'YsjOF':_0x476e7d(0xd3),'NoJsG':_0x476e7d(0xce),'XrfoR':function(_0x3a09c1,_0xa7506f){return _0x3a09c1===_0xa7506f;},'QPCmU':_0x476e7d(0x139),'qgksP':function(_0x14032e,_0x7c4783){return _0x14032e+_0x7c4783;},'YLWDm':_0x476e7d(0xd9),'NqCBu':function(_0x26898c,_0x229679){return _0x26898c(_0x229679);},'rAocI':_0x476e7d(0xfb),'mtsXj':function(_0x445e5d,_0x4eaf67){return _0x445e5d(_0x4eaf67);}};if(_0x18b9c0[_0x476e7d(0xb2)](isTurboScaleSession,this[_0x476e7d(0x12e)])){const _0x30f80e=await helper[_0x476e7d(0x101)](this[_0x476e7d(0x12e)]);this[_0x476e7d(0x12e)][_0x476e7d(0xd0)]=_0x30f80e,_0x30f80e[_0x476e7d(0xef)]&&(this['config']['browserstackLocal']=!![],this['config'][_0x476e7d(0x15e)][_0x476e7d(0xc5)]=_0x18b9c0['qCkVq'],this['config']['browserStackLocalOptions'][_0x18b9c0['YsjOF']]=_0x30f80e[_0x476e7d(0x14e)]['join'](','),this[_0x476e7d(0x12e)][_0x476e7d(0x15e)][_0x476e7d(0x112)]=_0x18b9c0[_0x476e7d(0xc3)]),this[_0x476e7d(0x12e)][_0x476e7d(0x155)]=_0x30f80e[_0x476e7d(0x145)],this[_0x476e7d(0x180)]&&_0x18b9c0[_0x476e7d(0x137)](this['framework']['toLowerCase'](),_0x18b9c0[_0x476e7d(0x106)])&&(this['config']['turboScaleUrl']=_0x18b9c0['qgksP'](_0x30f80e[_0x476e7d(0x99)],_0x18b9c0['YLWDm'])),constants['hubUrl']=helper[_0x476e7d(0x134)](this[_0x476e7d(0x12e)]),logger[_0x476e7d(0x161)](_0x476e7d(0xb1)+constants['hubUrl']);}helper[_0x476e7d(0x188)](this[_0x476e7d(0x12e)]),this[_0x476e7d(0x175)](),_0x18b9c0[_0x476e7d(0x15d)](setPercyFlag,this),await this[_0x476e7d(0x9a)](),![_0x18b9c0[_0x476e7d(0x110)]][_0x476e7d(0x194)](this['framework'])&&!_0x18b9c0[_0x476e7d(0x173)](isTurboScaleSession,this[_0x476e7d(0x12e)])&&!helper[_0x476e7d(0xa4)]()[_0x476e7d(0xd6)]&&await this['setUpHubUrl']();}async[a55_0x254136(0x15c)](){const _0xbe2cf0=a55_0x254136,_0x59a58a={};_0x59a58a[_0xbe2cf0(0x146)]=function(_0x1cfd3c,_0x25ddfa){return _0x1cfd3c===_0x25ddfa;},_0x59a58a[_0xbe2cf0(0x16f)]=_0xbe2cf0(0x151),_0x59a58a[_0xbe2cf0(0x176)]=_0xbe2cf0(0xe2),_0x59a58a[_0xbe2cf0(0x116)]=_0xbe2cf0(0xcb),_0x59a58a[_0xbe2cf0(0x136)]='true',_0x59a58a[_0xbe2cf0(0x118)]=_0xbe2cf0(0x129);const _0x125934=_0x59a58a;if(helper[_0xbe2cf0(0xe6)](this[_0xbe2cf0(0x12e)][_0xbe2cf0(0x177)])&&(!this[_0xbe2cf0(0x177)]||!this['percy'][_0xbe2cf0(0xa7)]()))try{this[_0xbe2cf0(0x177)]=await percyHelper[_0xbe2cf0(0x132)](this[_0xbe2cf0(0x12e)]);if(!this[_0xbe2cf0(0x177)]){process[_0xbe2cf0(0x107)][_0xbe2cf0(0x130)]=_0x125934[_0xbe2cf0(0x16f)];throw new Error(_0x125934[_0xbe2cf0(0x176)]);}logger[_0xbe2cf0(0xbb)](_0x125934[_0xbe2cf0(0x116)]),process[_0xbe2cf0(0x107)][_0xbe2cf0(0x130)]=_0x125934['zMFaY'];let _0x13143f=0x0;const _0x271ddf=async()=>{const _0x22e9c9=_0xbe2cf0;_0x13143f++,_0x125934[_0x22e9c9(0x146)](_0x13143f,0x1)&&await this[_0x22e9c9(0x156)]();};process['on'](_0x125934[_0xbe2cf0(0x118)],_0x271ddf);}catch(_0x5a8b2d){process[_0xbe2cf0(0x107)][_0xbe2cf0(0x130)]=_0x125934[_0xbe2cf0(0x16f)],logger[_0xbe2cf0(0x161)](_0xbe2cf0(0xf0)+_0x5a8b2d);throw new Error(_0x5a8b2d[_0xbe2cf0(0x14d)]());}}async[a55_0x254136(0x156)](){const _0x17a493=a55_0x254136,_0x376beb={};_0x376beb[_0x17a493(0x12c)]=_0x17a493(0x187),_0x376beb[_0x17a493(0xae)]=_0x17a493(0x192);const _0x16d270=_0x376beb;if(this['percy']&&this['percy']['isRunning']())try{await percyHelper[_0x17a493(0x156)](this[_0x17a493(0x177)]),logger[_0x17a493(0xbb)](_0x16d270[_0x17a493(0x12c)]);}catch(_0x13e299){logger[_0x17a493(0x148)](_0x16d270[_0x17a493(0xae)],_0x13e299[_0x17a493(0xf7)]);}}async[a55_0x254136(0x9a)](){const _0x12049b=a55_0x254136,_0x50b756={};_0x50b756[_0x12049b(0xa6)]=_0x12049b(0xa9),_0x50b756[_0x12049b(0x121)]=_0x12049b(0x186);const _0x5f5dcc=_0x50b756;if(helper[_0x12049b(0xff)]()&&helper[_0x12049b(0xe6)](this[_0x12049b(0x12e)][_0x12049b(0x159)])&&(!this['browserstackLocal']||!this[_0x12049b(0x159)]['isRunning']()))try{if(this[_0x12049b(0x12e)][_0x12049b(0x15e)][_0x12049b(0x17d)]){logger['debug'](_0x5f5dcc['ZzStK']);return;}this[_0x12049b(0x159)]=await helper[_0x12049b(0x15a)](this[_0x12049b(0x12e)]),logger[_0x12049b(0xbb)](_0x5f5dcc[_0x12049b(0x121)]);}catch(_0x4d2452){logger[_0x12049b(0x161)](_0x4d2452);throw new Error(_0x4d2452[_0x12049b(0x14d)]());}}async['stopBrowserstackLocal'](){const _0x5f001c=a55_0x254136,_0x4150ce={};_0x4150ce[_0x5f001c(0x153)]=_0x5f001c(0x10d),_0x4150ce[_0x5f001c(0xfe)]=_0x5f001c(0x92);const _0x563093=_0x4150ce;if(this[_0x5f001c(0x159)]&&this[_0x5f001c(0x159)][_0x5f001c(0xa7)]())try{await helper['stopLocalBinary'](this[_0x5f001c(0x159)]),logger[_0x5f001c(0xbb)](_0x563093[_0x5f001c(0x153)]);}catch(_0x1fb110){logger[_0x5f001c(0x148)](_0x563093[_0x5f001c(0xfe)],_0x1fb110['message']);}}async[a55_0x254136(0x104)](){const _0x4300d1=a55_0x254136;return PerformanceTester[_0x4300d1(0x10b)](PerformanceAutEvents[_0x4300d1(0xdf)],async()=>{const _0x4d7bf0=_0x4300d1;await hubAllocator[_0x4d7bf0(0x9b)](this[_0x4d7bf0(0x12e)]);})();}async[a55_0x254136(0x95)](){const _0x59851a=a55_0x254136,_0xc628c3={'tLmNl':function(_0x3c436a,_0x507f67){return _0x3c436a(_0x507f67);},'AiXOc':_0x59851a(0x91),'vSCwF':function(_0x42e078,_0x4ce007,_0xc625f5,_0x3940d6,_0x3c47c4,_0x4554d4,_0x3df43d){return _0x42e078(_0x4ce007,_0xc625f5,_0x3940d6,_0x3c47c4,_0x4554d4,_0x3df43d);},'fWXLT':_0x59851a(0x11d),'UkwdY':_0x59851a(0x115),'YAGyO':_0x59851a(0x179),'xsffc':_0x59851a(0x182),'ndbFi':function(_0x2bcf96,_0x33e05d){return _0x2bcf96===_0x33e05d;},'bdMLm':_0x59851a(0xce),'cEPnY':function(_0x41d6d9,_0x342e53){return _0x41d6d9===_0x342e53;},'tuWQi':function(_0x52c4fa,_0x486621){return _0x52c4fa===_0x486621;},'UVJxc':_0x59851a(0x158),'ZOnIS':'Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','NyWSp':_0x59851a(0x18b),'hftdh':_0x59851a(0x171),'syCzN':function(_0x3cd163,_0x1a13ea){return _0x3cd163>=_0x1a13ea;},'YQDZe':function(_0x5cd210,_0x35557c){return _0x5cd210<_0x35557c;},'lgkUD':function(_0x4f272e,_0x186b99){return _0x4f272e>=_0x186b99;},'lUnsV':_0x59851a(0xf5),'mSLXC':_0x59851a(0xca),'rPcjo':function(_0x33311b){return _0x33311b();}},_0x100ac8=PerformanceTester['measureWrapper'](_0xc628c3[_0x59851a(0x181)],async()=>{const _0x358708=_0x59851a;try{const _0x44cf53=new Date(),_0x8ba52b=helper[_0x358708(0x9c)](this['config']),_0x49dee0=_0xc628c3[_0x358708(0x160)](require,path['join'](__dirname,_0xc628c3[_0x358708(0x16d)])),_0x372848=_0xc628c3[_0x358708(0x113)](timeoutPromise,constants['TCG_AUTH_TIMEOUT'],_0xc628c3[_0x358708(0x18a)],_0xc628c3[_0x358708(0x168)],_0x44cf53,this['config'],this['framework']),_0x4f4f1f={'tcgUrl':constants['TCG_URL'],'sdkVersion':_0xc628c3[_0x358708(0x160)](require,_0xc628c3[_0x358708(0x170)])[_0x358708(0xda)],'methodUsed':_0xc628c3['xsffc'],'proxyConfig':_0x8ba52b,'os':os[_0x358708(0x166)]()};if(_0x8ba52b&&_0x8ba52b[_0x358708(0x191)]){utilities[_0x358708(0xb6)](constants['AI_PROXY_FAILURE'],_0x4f4f1f,this['config'],this[_0x358708(0x180)]);return;}const _0x5381cd={};_0x5381cd[_0x358708(0x120)]=_0x8ba52b;const _0x200c11=await Promise['race']([_0x49dee0['init'](this['config'][_0x358708(0x98)],this[_0x358708(0x12e)][_0x358708(0x162)],constants[_0x358708(0x127)],_0xc628c3['tLmNl'](require,_0xc628c3[_0x358708(0x170)])['version'],_0x5381cd)[_0x358708(0x10f)](_0xc13588=>{return _0x372848['cancel'](),_0xc13588;}),_0x372848]);_0x200c11[_0x358708(0xf9)]=_0xc628c3[_0x358708(0xbd)](_0x200c11[_0x358708(0xf9)],_0xc628c3[_0x358708(0xb5)])||_0xc628c3[_0x358708(0xbd)](_0x200c11[_0x358708(0xf9)],!![]);const _0x431afa=_0xc628c3['cEPnY'](this['config'][_0x358708(0x124)],!![])||_0xc628c3[_0x358708(0x13b)](this[_0x358708(0x12e)][_0x358708(0x124)],_0xc628c3[_0x358708(0xb5)]);if(_0xc628c3[_0x358708(0x141)](_0x200c11[_0x358708(0xf7)],constants[_0x358708(0xe3)])&&_0x431afa)logger[_0x358708(0xbb)](_0xc628c3[_0x358708(0x164)]);else{if(!_0x200c11['isAuthenticated']&&_0xc628c3[_0x358708(0xbd)](_0x200c11[_0x358708(0x14a)],0x1f7)&&_0x431afa)logger[_0x358708(0xbb)](_0xc628c3[_0x358708(0xa0)]),utilities[_0x358708(0xb6)](constants['TCG_DOWN'],_0x4f4f1f,this[_0x358708(0x12e)],this[_0x358708(0x180)]);else{if(!_0x200c11[_0x358708(0xe4)]&&_0x431afa){logger['info'](_0xc628c3[_0x358708(0x96)]);const _0x428090={'tcgUrl':constants['TCG_URL'],'sdkVersion':_0xc628c3[_0x358708(0x160)](require,_0xc628c3[_0x358708(0x170)])[_0x358708(0xda)],'methodUsed':_0xc628c3[_0x358708(0xdd)],'proxyConfig':_0x8ba52b,'os':os[_0x358708(0x166)]()};utilities[_0x358708(0xb6)](constants[_0x358708(0xde)],_0x428090,this[_0x358708(0x12e)],this[_0x358708(0x180)]);}else{if(_0x200c11[_0x358708(0xe4)]&&!_0x200c11[_0x358708(0xf9)]&&_0x431afa)logger[_0x358708(0xbb)](_0xc628c3[_0x358708(0xd8)]);else{if(_0xc628c3[_0x358708(0xbe)](_0x200c11[_0x358708(0x14a)],0xc8)&&_0xc628c3[_0x358708(0x94)](_0x200c11[_0x358708(0x14a)],0x12c))utilities[_0x358708(0xb6)](constants[_0x358708(0xd4)],_0x4f4f1f,this[_0x358708(0x12e)],this[_0x358708(0x180)]);else{if(_0xc628c3['lgkUD'](_0x200c11[_0x358708(0x14a)],0x190))_0x4f4f1f[_0x358708(0x14a)]=_0x200c11[_0x358708(0x14a)],utilities[_0x358708(0xb6)](constants[_0x358708(0x154)],_0x4f4f1f,this['config'],this[_0x358708(0x180)]);else!_0x200c11['status']&&utilities[_0x358708(0xb6)](constants['INVALID_INIT_RESP_WITH_USER_IMPACT'],_0x4f4f1f,this[_0x358708(0x12e)],this[_0x358708(0x180)]);}}}}}if(_0x200c11[_0x358708(0xe4)]&&_0x200c11[_0x358708(0xf9)]){const _0x56b40b={};_0x56b40b['tcgAuthConfig']=_0x200c11;const _0x409cd4=_0x56b40b;_0x8ba52b&&(_0x409cd4[_0x358708(0xcc)]=_0x8ba52b),_0x409cd4[_0x358708(0x180)]=this[_0x358708(0x180)],_0x409cd4[_0x358708(0xe1)]=this[_0x358708(0x12e)],helper['setupTcgConfigFile'](_0x409cd4),logger[_0x358708(0x161)](_0xc628c3[_0x358708(0x14b)]);}}catch(_0x406dd0){logger['debug']('Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20'+(_0x406dd0[_0x358708(0xf7)]?_0x406dd0[_0x358708(0xf7)]:''));}});await _0xc628c3[_0x59851a(0xf1)](_0x100ac8);}[a55_0x254136(0x175)](){const _0x7be20a=a55_0x254136,_0x1b1b64={'gEcog':function(_0x43bdd3,_0x193413){return _0x43bdd3(_0x193413);},'hnffJ':_0x7be20a(0x16c)};_0x1b1b64['gEcog'](require,_0x1b1b64[_0x7be20a(0xa3)])();}[a55_0x254136(0x17e)](){const _0x7a9d62=a55_0x254136,_0x46c794={};_0x46c794[_0x7a9d62(0xa5)]=_0x7a9d62(0x149),_0x46c794['GDoin']=_0x7a9d62(0x12a);const _0x11f43b=_0x46c794,_0x1917aa=_0x4915b1=>{const _0x31d959=_0x7a9d62;logger[_0x31d959(0x148)](_0x4915b1[_0x31d959(0xf7)]),logger[_0x31d959(0x161)](util[_0x31d959(0xb0)](_0x4915b1)),this[_0x31d959(0x167)]['push'](util[_0x31d959(0xb0)]('%j',_0x4915b1)),PerformanceTester[_0x31d959(0x11a)](_0x4915b1);};process['on'](_0x11f43b[_0x7a9d62(0xa5)],_0x1917aa),process['on'](_0x11f43b[_0x7a9d62(0xc8)],_0x1917aa);}async[a55_0x254136(0xc9)](_0x54e9ae){const _0x7ad81f=a55_0x254136,_0x351de4={};_0x351de4[_0x7ad81f(0x18e)]=_0x7ad81f(0xb3),_0x351de4[_0x7ad81f(0x163)]=function(_0x570785,_0x30b85c){return _0x570785+_0x30b85c;},_0x351de4[_0x7ad81f(0x185)]=_0x7ad81f(0x15f),_0x351de4['okSvK']=function(_0x12d9a0,_0x2f1c5a){return _0x12d9a0+_0x2f1c5a;},_0x351de4[_0x7ad81f(0x11f)]=_0x7ad81f(0x15b);const _0x46a060=_0x351de4,_0x5d6310=_0x46a060['MlrUG'][_0x7ad81f(0x111)]('|');let _0x366715=0x0;while(!![]){switch(_0x5d6310[_0x366715++]){case'0':this[_0x7ad81f(0xea)]=_0x54e9ae;continue;case'1':this[_0x46a060[_0x7ad81f(0x163)](_0x46a060[_0x7ad81f(0x185)],_0x54e9ae)]=!![];continue;case'2':if(this[_0x46a060[_0x7ad81f(0x13c)](_0x46a060[_0x7ad81f(0x185)],_0x54e9ae)])return;continue;case'3':logger[_0x7ad81f(0xbb)](_0x46a060[_0x7ad81f(0x163)](_0x46a060['uCrXk'],_0x54e9ae));continue;case'4':await TestHubHandler[_0x7ad81f(0x103)](_0x54e9ae);continue;}break;}}[a55_0x254136(0x126)](){const _0x4e8dfd=a55_0x254136,_0x45b921={};_0x45b921['qtuiZ']=function(_0x1354c7,_0x436951){return _0x1354c7===_0x436951;},_0x45b921[_0x4e8dfd(0xd7)]='Calling\x20Build\x20Stop\x20from\x20ExitHandler',_0x45b921[_0x4e8dfd(0x174)]=function(_0x26472f,_0x1e1279){return _0x26472f>_0x1e1279;},_0x45b921[_0x4e8dfd(0x131)]=function(_0x8657aa,_0x44a8ec){return _0x8657aa>_0x44a8ec;},_0x45b921[_0x4e8dfd(0x152)]='log/events.json';const _0x22a1c5=_0x45b921;let _0x24b936=0x0;return async()=>{const _0x1b72fa=_0x4e8dfd;_0x24b936++;if(_0x22a1c5[_0x1b72fa(0x189)](_0x24b936,0x1)){helper[_0x1b72fa(0x193)](this[_0x1b72fa(0x180)])&&await this[_0x1b72fa(0xc4)]();try{logger['debug'](_0x22a1c5[_0x1b72fa(0xd7)]),await TestHubHandler['stop'](_0x24b936);}catch(_0x583f04){logger[_0x1b72fa(0x161)]('Error\x20in\x20sending\x20testhub\x20stop:\x20'+util[_0x1b72fa(0xb0)](_0x583f04));}PerformanceTester[_0x1b72fa(0xb7)](PerformanceEvents[_0x1b72fa(0x157)]);if(PerformanceTester['isEnabled']()){const {measures:_0xf70ba3,errors:_0x2ab4ca}=await PerformanceTester[_0x1b72fa(0xaf)](),_0xea7451={};if(_0xf70ba3&&_0x22a1c5[_0x1b72fa(0x174)](_0xf70ba3[_0x1b72fa(0x11e)],0x0)||_0x2ab4ca&&_0x22a1c5[_0x1b72fa(0x131)](_0x2ab4ca['length'],0x0)){const _0x2ca48b={};_0x2ca48b[_0x1b72fa(0xa1)]=_0xf70ba3,_0x2ca48b[_0x1b72fa(0xfc)]=_0x2ab4ca,Object['assign'](_0xea7451,_0x2ca48b);}try{const _0x33b0a3=await helper[_0x1b72fa(0x17f)](_0xea7451,this[_0x1b72fa(0x12e)]);logger['debug'](_0x1b72fa(0xec)+constants[_0x1b72fa(0x114)]+_0x1b72fa(0x13a)+_0x33b0a3[_0x1b72fa(0xc0)]);}catch(_0x128f5e){logger[_0x1b72fa(0x161)](_0x1b72fa(0xac)+constants['EDS_URL']+'\x20with\x20error\x20'+util['format'](_0x128f5e));}try{fs[_0x1b72fa(0x117)](_0x22a1c5[_0x1b72fa(0x152)],JSON[_0x1b72fa(0xcf)](_0xea7451));}catch(_0x2667a6){logger['debug'](_0x1b72fa(0x12b)+_0x2667a6);}}}};}}exports[a55_0x254136(0x16b)]=BrowserStackSetup;
@@ -1 +1 @@
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
+ function a56_0x5e52(){var _0x154ecf=['562712TEQQtM','2678lnaRpk','API_URL','7364371CKBPJj','956727kApRWv','152oeDwVQ','4973225weZMBm','2059212LEHQRM','6055176ZomisK','280SINxkY'];a56_0x5e52=function(){return _0x154ecf;};return a56_0x5e52();}function a56_0x5f4e(_0x26e4cb,_0x19ccd3){var _0x5e5285=a56_0x5e52();return a56_0x5f4e=function(_0x5f4eff,_0x1caf5c){_0x5f4eff=_0x5f4eff-0x1c5;var _0x1a0f66=_0x5e5285[_0x5f4eff];return _0x1a0f66;},a56_0x5f4e(_0x26e4cb,_0x19ccd3);}var a56_0x37dc00=a56_0x5f4e;(function(_0x2adf2f,_0x55a703){var _0x5e44d9=a56_0x5f4e,_0xe35387=_0x2adf2f();while(!![]){try{var _0x54ca5f=parseInt(_0x5e44d9(0x1ce))/0x1*(parseInt(_0x5e44d9(0x1c6))/0x2)+-parseInt(_0x5e44d9(0x1cc))/0x3+-parseInt(_0x5e44d9(0x1c5))/0x4+-parseInt(_0x5e44d9(0x1cb))/0x5+-parseInt(_0x5e44d9(0x1cd))/0x6+parseInt(_0x5e44d9(0x1c8))/0x7+-parseInt(_0x5e44d9(0x1ca))/0x8*(-parseInt(_0x5e44d9(0x1c9))/0x9);if(_0x54ca5f===_0x55a703)break;else _0xe35387['push'](_0xe35387['shift']());}catch(_0x24c214){_0xe35387['push'](_0xe35387['shift']());}}}(a56_0x5e52,0x9657f),exports[a56_0x37dc00(0x1c7)]='https://accessibility.browserstack.com/api');
@@ -1 +1 @@
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
+ const a57_0x3c7310=a57_0x5580;(function(_0x1aea68,_0x184a42){const _0x3b7e2b=a57_0x5580,_0x25f840=_0x1aea68();while(!![]){try{const _0x5c6682=-parseInt(_0x3b7e2b(0x246))/0x1*(-parseInt(_0x3b7e2b(0x1cf))/0x2)+-parseInt(_0x3b7e2b(0x1f6))/0x3*(-parseInt(_0x3b7e2b(0x1e4))/0x4)+parseInt(_0x3b7e2b(0x1df))/0x5*(-parseInt(_0x3b7e2b(0x20e))/0x6)+parseInt(_0x3b7e2b(0x241))/0x7+-parseInt(_0x3b7e2b(0x234))/0x8+parseInt(_0x3b7e2b(0x1d6))/0x9*(-parseInt(_0x3b7e2b(0x1cb))/0xa)+parseInt(_0x3b7e2b(0x1f1))/0xb*(parseInt(_0x3b7e2b(0x244))/0xc);if(_0x5c6682===_0x184a42)break;else _0x25f840['push'](_0x25f840['shift']());}catch(_0x4da889){_0x25f840['push'](_0x25f840['shift']());}}}(a57_0x4828,0xf12d6));const path=require('path'),util=require(a57_0x3c7310(0x1e2)),bsSetupHelper=require('../helper'),logger=require('../logger')['winstonLogger'],{API_URL}=require(a57_0x3c7310(0x1d8)),PerformanceTester=require('../performance/performance-tester'),scripts=require(a57_0x3c7310(0x225)),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a57_0x3c7310(0x213));function a57_0x4828(){const _0x46e299=['3098428LmRIiD','scannerVersion','getResultsSummary','statusText','message','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','XqAme','Jwrpy','error','ludzb','pass','info','method','742368SwRduF','getTestFrameworkDetails','No\x20accessibility\x20results\x20were\x20found.','accessibility','length','3ELafdz','fetchPlatformDetails','UCMZG','zzhZj','null','JpdIn','isArray','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ttEaC','fpMeN','spnfu','some','accessibilityToken','createAccessibilityTestRun','gXuKF','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getBrowserName','parseFromJson','getAccessKey','application/json','GvBhH','user','vygWt','parse','642414KhODQk','qhvzm','a11y:start','getAccessibilityResults','XLPwv','../performance/constants','Build\x20creation\x20had\x20failed.','KWJGH','getGitMetaData','PUT','kGQaL','NUNyL','assign','rvpgf','GET_RESULTS_SUMMARY','cwd','zywgg','TqnMC','data','browserstackSessionName','projectName','getUserName','test_runs/stop','./scripts','BS_A11Y_JWT','DWYoY','AdHWv','auth','warn','isAccessibilityPlatform','QIgvF','script','status','format','isTrue','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','NBhPH','ZlXFj','733336OtxMzb','forEach','ObpTQ','GET_RESULTS','getPackageVersion','lECWg','PERFORM_SCAN','stringify','executeAsyncScript','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','Invalid\x20configuration\x20passed.','response','includeTagsInTestingScope','8142442vwrWwh','QKnlU','jJaPR','144qzOsCg','ZwFiC','76147caCjlq','isBrowserstackInfra','toISOString','FUJMy','isAccessibilityAutomationSession','body','errors','performScan','dFiwL','debug','POST','includes','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','__cloud_provider___','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','checkAccessibilityPlatformConfig','getCapabilities','browserstack','getAccessibilityResultsSummary','stopAccessibilityTestRun','resolve','IIoVL','basename','cebDe','stack','IPFsg','toJson','string','rxkFW','tTgSM','Content-Type','isBrowserStackCommandExecutor','nodeRequest','measureWrapper','MeWmI','kqxpz','nRxOQ','mHFyo','getGlobal','sKGka','14922790bPibhp','getPlatform','CMiyo','uhHyO','46uOMFaM','playwright','headers','success','isUndefined','json','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','9KnlpHt','bstackA11yShouldScan','./constants','getPlatformVersion','pPPBG','v2/test_runs','getResults','NLynZ','dOePZ','90ktRBMa','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','cOxQT','util','env'];a57_0x4828=function(){return _0x46e299;};return a57_0x4828();}function a57_0x5580(_0x423979,_0x4575ae){const _0x4828c0=a57_0x4828();return a57_0x5580=function(_0x5580a3,_0x1f426f){_0x5580a3=_0x5580a3-0x1c3;let _0x5cd038=_0x4828c0[_0x5580a3];return _0x5cd038;},a57_0x5580(_0x423979,_0x4575ae);}exports[a57_0x3c7310(0x1f7)]=async _0x1f6d24=>{const _0x48c5d6=a57_0x3c7310,_0x471c4d={};_0x471c4d[_0x48c5d6(0x236)]=function(_0x2194df,_0x9b5bda){return _0x2194df===_0x9b5bda;},_0x471c4d[_0x48c5d6(0x245)]=_0x48c5d6(0x257);const _0x2c5dbd=_0x471c4d;let _0x2cf713={};try{const _0x597260=await _0x1f6d24[_0x48c5d6(0x256)]();_0x2cf713={'os_name':_0x597260[_0x48c5d6(0x1cc)](),'os_version':bsSetupHelper[_0x48c5d6(0x1d9)](_0x2c5dbd['ObpTQ'](global[_0x48c5d6(0x253)],_0x2c5dbd['ZwFiC'])),'browser_name':_0x597260[_0x48c5d6(0x206)](),'browser_version':_0x597260['getBrowserVersion']()};}catch(_0x4320dd){logger[_0x48c5d6(0x24f)](_0x48c5d6(0x1e0)+_0x4320dd);}return _0x2cf713;},exports[a57_0x3c7310(0x24a)]=()=>{const _0x1a7e59=a57_0x3c7310,_0x1e6122={};_0x1e6122[_0x1a7e59(0x20c)]=function(_0x55d9b5,_0x345ee3){return _0x55d9b5===_0x345ee3;},_0x1e6122[_0x1a7e59(0x21f)]='string',_0x1e6122[_0x1a7e59(0x1f9)]=function(_0x2a117e,_0x42d017){return _0x2a117e>_0x42d017;},_0x1e6122[_0x1a7e59(0x1c6)]=function(_0x4a0717,_0x3f303d){return _0x4a0717!==_0x3f303d;},_0x1e6122[_0x1a7e59(0x263)]=_0x1a7e59(0x1fa),_0x1e6122[_0x1a7e59(0x249)]=function(_0x415ddf,_0x19df5f){return _0x415ddf&&_0x19df5f;};const _0x1ca77e=_0x1e6122;try{if(!bsSetupHelper[_0x1a7e59(0x247)]())return![];const _0x347134=bsSetupHelper['isTrue'](process['env'][_0x1a7e59(0x1fd)])||bsSetupHelper[_0x1a7e59(0x230)](process[_0x1a7e59(0x1e3)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x359ac2=_0x1ca77e[_0x1a7e59(0x20c)](typeof process[_0x1a7e59(0x1e3)][_0x1a7e59(0x226)],_0x1ca77e[_0x1a7e59(0x21f)])&&_0x1ca77e[_0x1a7e59(0x1f9)](process[_0x1a7e59(0x1e3)][_0x1a7e59(0x226)]['length'],0x0)&&_0x1ca77e['kqxpz'](process[_0x1a7e59(0x1e3)]['BS_A11Y_JWT'],_0x1ca77e[_0x1a7e59(0x263)]);return _0x1ca77e[_0x1a7e59(0x249)](_0x347134,_0x359ac2);}catch(_0x3d26d9){logger['debug'](_0x1a7e59(0x1e9)+_0x3d26d9);}return![];},exports['shouldScanTestForAccessibility']=(_0x3cb85b=null,_0x244acd=!![],_0x10c982=[])=>{const _0x35b6d1=a57_0x3c7310,_0x579171={};_0x579171[_0x35b6d1(0x1c7)]=function(_0x49b298,_0x201939){return _0x49b298==_0x201939;},_0x579171['MeWmI']=function(_0x4eafcd,_0x2a904f){return _0x4eafcd>_0x2a904f;},_0x579171[_0x35b6d1(0x21e)]=function(_0x5169d0,_0x1f014a){return _0x5169d0===_0x1f014a;},_0x579171[_0x35b6d1(0x215)]=function(_0x96af90,_0xae6f50){return _0x96af90&&_0xae6f50;},_0x579171[_0x35b6d1(0x1e1)]=function(_0x226480,_0x442830){return _0x226480===_0x442830;};const _0x3e1223=_0x579171;if(_0x3e1223[_0x35b6d1(0x1c7)](process['env'][_0x35b6d1(0x205)],null))return!![];try{const _0xbcb6fc=JSON[_0x35b6d1(0x20d)](process[_0x35b6d1(0x1e3)][_0x35b6d1(0x205)]),_0x3e82e8=Array[_0x35b6d1(0x1fc)](_0xbcb6fc[_0x35b6d1(0x240)])?_0xbcb6fc[_0x35b6d1(0x240)]:[],_0x78d5f2=Array[_0x35b6d1(0x1fc)](_0xbcb6fc['excludeTagsInTestingScope'])?_0xbcb6fc['excludeTagsInTestingScope']:[];if(bsSetupHelper[_0x35b6d1(0x1d3)](_0x3cb85b)){if(_0x3e1223[_0x35b6d1(0x1c5)](_0x10c982[_0x35b6d1(0x1f5)],0x0)){const _0x41b67e=_0x78d5f2[_0x35b6d1(0x201)](_0x454199=>_0x10c982[_0x35b6d1(0x251)](_0x454199)),_0x3e952f=_0x3e1223[_0x35b6d1(0x21e)](_0x3e82e8[_0x35b6d1(0x1f5)],0x0)||_0x3e82e8[_0x35b6d1(0x201)](_0xd13794=>_0x10c982[_0x35b6d1(0x251)](_0xd13794));return _0x3e1223[_0x35b6d1(0x215)](!_0x41b67e,_0x3e952f);}return!![];}let _0x4f4754;_0x244acd?_0x4f4754=_0x3cb85b['join']('/'):_0x4f4754=_0x3cb85b;const _0x1a23d7=_0x78d5f2[_0x35b6d1(0x201)](_0x3bfa8c=>_0x4f4754['includes'](_0x3bfa8c)),_0x2dd715=_0x3e1223[_0x35b6d1(0x1e1)](_0x3e82e8[_0x35b6d1(0x1f5)],0x0)||_0x3e82e8[_0x35b6d1(0x201)](_0x31ebc5=>_0x4f4754[_0x35b6d1(0x251)](_0x31ebc5));return _0x3e1223[_0x35b6d1(0x215)](!_0x1a23d7,_0x2dd715);}catch(_0x22ec51){logger[_0x35b6d1(0x24f)]('Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20'+util['format'](_0x22ec51));}return![];},exports[a57_0x3c7310(0x255)]=_0x211ab4=>{const _0x599d60=a57_0x3c7310;let _0x3f072d=![];try{_0x211ab4['platforms'][_0x599d60(0x235)](_0x305e10=>{const _0x23b2be=_0x599d60;if(bsSetupHelper[_0x23b2be(0x230)](_0x305e10[_0x23b2be(0x1f4)]))return _0x3f072d=!![],!![];});}catch(_0x4fad91){logger[_0x599d60(0x24f)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x4fad91);}return _0x3f072d||bsSetupHelper[_0x599d60(0x230)](_0x211ab4[_0x599d60(0x1f4)]);},exports[a57_0x3c7310(0x203)]=PerformanceTester[a57_0x3c7310(0x1c4)](a57_0x3c7310(0x210),async function(_0x1d0863,_0x3db0f3){const _0x232432=a57_0x3c7310,_0xf403be={};_0xf403be['qhvzm']='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0xf403be[_0x232432(0x24e)]=_0x232432(0x1d0),_0xf403be[_0x232432(0x25b)]='javascript',_0xf403be[_0x232432(0x232)]='application/json',_0xf403be[_0x232432(0x1cd)]=_0x232432(0x250),_0xf403be['QKnlU']=_0x232432(0x1db),_0xf403be['XLPwv']=function(_0x3538d7,_0x29ccd4){return _0x3538d7===_0x29ccd4;},_0xf403be['mHFyo']=_0x232432(0x23e),_0xf403be[_0x232432(0x262)]='false';const _0x2dbc36=_0xf403be,_0x331ada=bsSetupHelper[_0x232432(0x223)](_0x1d0863),_0x27e6f7=bsSetupHelper[_0x232432(0x208)](_0x1d0863);if(bsSetupHelper[_0x232432(0x1d3)](_0x331ada)||bsSetupHelper['isUndefined'](_0x27e6f7))return logger[_0x232432(0x1ec)](_0x2dbc36[_0x232432(0x20f)]),[null,null];try{let _0x33314f;bsSetupHelper[_0x232432(0x1d3)](process[_0x232432(0x1e3)][_0x232432(0x205)])?_0x33314f={}:_0x33314f=JSON['parse'](process[_0x232432(0x1e3)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x558b05,version:_0x310d99}=bsSetupHelper[_0x232432(0x1f2)](_0x1d0863,_0x3db0f3),_0x33cc87={'projectName':_0x1d0863[_0x232432(0x222)],'buildName':_0x1d0863['buildName']||path[_0x232432(0x25c)](path[_0x232432(0x25a)](process[_0x232432(0x21d)]())),'startTime':new Date()[_0x232432(0x248)](),'description':_0x1d0863['buildDescription']||'','source':{'frameworkName':_0x3db0f3[_0x232432(0x251)](_0x2dbc36[_0x232432(0x24e)])?_0x2dbc36[_0x232432(0x24e)]:_0x3db0f3,'frameworkVersion':bsSetupHelper[_0x232432(0x238)](_0x3db0f3),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x2dbc36[_0x232432(0x25b)],'testFramework':_0x558b05,'testFrameworkVersion':_0x310d99},'settings':_0x33314f,'versionControl':await bsSetupHelper[_0x232432(0x216)](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x232432(0x247)]()},_0x1ff21b={};_0x1ff21b[_0x232432(0x20b)]=_0x331ada,_0x1ff21b[_0x232432(0x1ee)]=_0x27e6f7;const _0x258ce3={};_0x258ce3[_0x232432(0x264)]=_0x2dbc36[_0x232432(0x232)];const _0x39a461={};_0x39a461[_0x232432(0x229)]=_0x1ff21b,_0x39a461['headers']=_0x258ce3;const _0x51aa3b=_0x39a461,_0x349b57={};_0x349b57[_0x232432(0x24b)]=_0x33cc87,_0x349b57[_0x232432(0x1d4)]=!![];const _0x30195a=Object[_0x232432(0x21a)](_0x51aa3b,_0x349b57),_0x20e6c0=await bsSetupHelper[_0x232432(0x1c3)](_0x2dbc36['CMiyo'],_0x2dbc36[_0x232432(0x242)],_0x30195a,_0x1d0863,API_URL);let _0xa1beb2=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0xa1beb2?_0xa1beb2=JSON['parse'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0xa1beb2={},scripts[_0x232432(0x207)](_0x20e6c0[_0x232432(0x220)][_0x232432(0x220)]),scripts[_0x232432(0x260)](),_0xa1beb2[_0x232432(0x1e5)]=_0x20e6c0[_0x232432(0x220)][_0x232432(0x220)][_0x232432(0x1e5)],process['env'][_0x232432(0x205)]=JSON[_0x232432(0x23b)](_0xa1beb2),[_0x20e6c0[_0x232432(0x220)][_0x232432(0x220)][_0x232432(0x202)],_0x20e6c0[_0x232432(0x220)]['data']['id']];}catch(_0x4f6751){if(_0x4f6751['response'])logger[_0x232432(0x1ec)](_0x232432(0x1d5)+_0x4f6751[_0x232432(0x23f)][_0x232432(0x22e)]+'\x20'+_0x4f6751[_0x232432(0x23f)][_0x232432(0x1e7)]+'\x20'+JSON['stringify'](_0x4f6751[_0x232432(0x23f)][_0x232432(0x220)]));else{if(_0x2dbc36[_0x232432(0x212)](_0x4f6751['message'],_0x2dbc36[_0x232432(0x1c8)])){logger[_0x232432(0x1ec)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x4f6751[_0x232432(0x1e8)]||_0x4f6751[_0x232432(0x25e)]));for(const _0x3c8245 of _0x4f6751[_0x232432(0x24c)]){logger['error'](_0x3c8245[_0x232432(0x1e8)]);}process[_0x232432(0x1e3)][_0x232432(0x1fd)]=_0x2dbc36[_0x232432(0x262)],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x2dbc36['rxkFW'];}else logger[_0x232432(0x1ec)](_0x232432(0x1d5)+(_0x4f6751[_0x232432(0x1e8)]||_0x4f6751[_0x232432(0x25e)]));}return[null,null];}}),exports[a57_0x3c7310(0x259)]=PerformanceTester[a57_0x3c7310(0x1c4)]('a11y:stop',async function(_0xb5ea60){const _0x311da5=a57_0x3c7310,_0x4bf145={};_0x4bf145[_0x311da5(0x228)]=function(_0x214066,_0x14ba74){return _0x214066!==_0x14ba74;},_0x4bf145[_0x311da5(0x1eb)]=_0x311da5(0x261),_0x4bf145[_0x311da5(0x21b)]=_0x311da5(0x1ec),_0x4bf145[_0x311da5(0x1fb)]=_0x311da5(0x214),_0x4bf145[_0x311da5(0x200)]=_0x311da5(0x209),_0x4bf145[_0x311da5(0x218)]=_0x311da5(0x217),_0x4bf145[_0x311da5(0x1de)]=_0x311da5(0x224),_0x4bf145[_0x311da5(0x25f)]=function(_0x453d25,_0x4f2672){return _0x453d25+_0x4f2672;},_0x4bf145[_0x311da5(0x227)]='Invalid\x20request:\x20',_0x4bf145[_0x311da5(0x22c)]=_0x311da5(0x1d2);const _0x29cba7=_0x4bf145;if(bsSetupHelper[_0x311da5(0x1d3)](process[_0x311da5(0x1e3)][_0x311da5(0x226)])||_0x29cba7['AdHWv'](typeof process[_0x311da5(0x1e3)]['BS_A11Y_JWT'],_0x29cba7['Jwrpy'])){const _0x18fbe3={};return _0x18fbe3['status']=_0x29cba7[_0x311da5(0x21b)],_0x18fbe3[_0x311da5(0x1e8)]=_0x29cba7['JpdIn'],_0x18fbe3;}const _0x286d7a={'endTime':new Date()[_0x311da5(0x248)]()},_0x56cfb3={};_0x56cfb3['Authorization']='Bearer\x20'+process[_0x311da5(0x1e3)][_0x311da5(0x226)],_0x56cfb3[_0x311da5(0x264)]=_0x29cba7['spnfu'];const _0x2e6e0d={};_0x2e6e0d[_0x311da5(0x1d1)]=_0x56cfb3;const _0x2d88d6=_0x2e6e0d,_0x1e87ce={};_0x1e87ce[_0x311da5(0x24b)]=_0x286d7a,_0x1e87ce[_0x311da5(0x229)]=null,_0x1e87ce[_0x311da5(0x1d4)]=!![];const _0x114f0a=Object[_0x311da5(0x21a)](_0x2d88d6,_0x1e87ce);try{const _0x517516=await bsSetupHelper['nodeRequest'](_0x29cba7['kGQaL'],_0x29cba7[_0x311da5(0x1de)],_0x114f0a,_0xb5ea60,API_URL);if(_0x517516[_0x311da5(0x220)][_0x311da5(0x1ec)])throw new Error(_0x29cba7[_0x311da5(0x25f)](_0x29cba7[_0x311da5(0x227)],_0x517516['data'][_0x311da5(0x1ec)]));else{logger[_0x311da5(0x1ef)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()[_0x311da5(0x248)]());const _0x3c8920={};return _0x3c8920['status']=_0x29cba7['QIgvF'],_0x3c8920[_0x311da5(0x1e8)]='',_0x3c8920;}}catch(_0x8d0379){_0x8d0379[_0x311da5(0x23f)]?logger[_0x311da5(0x1ec)](_0x311da5(0x231)+_0x8d0379[_0x311da5(0x23f)][_0x311da5(0x22e)]+'\x20'+_0x8d0379[_0x311da5(0x23f)][_0x311da5(0x1e7)]+'\x20'+JSON[_0x311da5(0x23b)](_0x8d0379[_0x311da5(0x23f)][_0x311da5(0x220)])):logger[_0x311da5(0x1ec)](_0x311da5(0x231)+(_0x8d0379[_0x311da5(0x1e8)]||util[_0x311da5(0x22f)](_0x8d0379)));const _0x3606d0={};return _0x3606d0['status']=_0x29cba7['rvpgf'],_0x3606d0[_0x311da5(0x1e8)]=_0x8d0379[_0x311da5(0x1e8)]||(_0x8d0379['response']?_0x8d0379[_0x311da5(0x23f)][_0x311da5(0x22e)]+':'+_0x8d0379[_0x311da5(0x23f)][_0x311da5(0x1e7)]:_0x8d0379),_0x3606d0;}}),exports[a57_0x3c7310(0x24d)]=async(_0x37353f,_0x34404b=null)=>{const _0x2211de=a57_0x3c7310,_0xa2216a={};_0xa2216a['GvBhH']=_0x2211de(0x22b),_0xa2216a[_0x2211de(0x239)]=_0x2211de(0x1d7),_0xa2216a['sKGka']=_0x2211de(0x23d);const _0x2f756b=_0xa2216a;if(!this[_0x2211de(0x24a)]()||!globals[_0x2211de(0x1c9)](_0x2f756b[_0x2211de(0x20a)])||!globals[_0x2211de(0x1c9)](_0x2f756b['lECWg'])){logger['warn'](_0x2f756b[_0x2211de(0x1ca)]);return;}await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4cc869=_0x2211de,_0x3dff9c={};_0x3dff9c[_0x4cc869(0x1f0)]=_0x34404b||global[_0x4cc869(0x221)],logger[_0x4cc869(0x24f)](util[_0x4cc869(0x22f)](await _0x37353f[_0x4cc869(0x23c)](scripts['performScan'],_0x3dff9c)));},{'command':_0x34404b})();},exports[a57_0x3c7310(0x211)]=async(_0x3a0a40,_0x168977)=>{const _0x1199e1=a57_0x3c7310,_0x2580e5={};_0x2580e5[_0x1199e1(0x1fe)]='Performing\x20scan\x20before\x20getting\x20results',_0x2580e5[_0x1199e1(0x233)]=_0x1199e1(0x22b),_0x2580e5[_0x1199e1(0x219)]=_0x1199e1(0x1d7),_0x2580e5['byjQb']=_0x1199e1(0x252),_0x2580e5[_0x1199e1(0x204)]='getAccessibilityResults',_0x2580e5[_0x1199e1(0x1dd)]=_0x1199e1(0x1f3);const _0x57a635=_0x2580e5;if(!this[_0x1199e1(0x24a)]()||!globals[_0x1199e1(0x1c9)](_0x57a635['ZlXFj'])||!globals[_0x1199e1(0x1c9)](_0x57a635[_0x1199e1(0x219)]))return logger[_0x1199e1(0x22a)](_0x57a635['byjQb']),[];try{await PerformanceTester[_0x1199e1(0x1c4)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x57292d=_0x1199e1;logger['debug'](_0x57a635[_0x57292d(0x1fe)]);const _0xf4d767={};_0xf4d767[_0x57292d(0x1f0)]=_0x168977[_0x57292d(0x221)],logger[_0x57292d(0x24f)](util[_0x57292d(0x22f)](await _0x3a0a40[_0x57292d(0x23c)](scripts[_0x57292d(0x24d)],_0xf4d767)));},{'command':_0x57a635[_0x1199e1(0x204)]})(),await PerformanceTester[_0x1199e1(0x1c4)](PerformanceA11yEvents[_0x1199e1(0x237)],async()=>{const _0x4f1982=_0x1199e1,_0x1f563b=await _0x3a0a40[_0x4f1982(0x23c)](scripts[_0x4f1982(0x1dc)]);return _0x1f563b;})();}catch{return logger[_0x1199e1(0x1ec)](_0x57a635[_0x1199e1(0x1dd)]),[];}},exports[a57_0x3c7310(0x258)]=async(_0x3fd7c7,_0x42f0d5)=>{const _0x39fe7f=a57_0x3c7310,_0x462957={};_0x462957[_0x39fe7f(0x243)]='Performing\x20scan\x20before\x20getting\x20results\x20summary',_0x462957['RAuxY']=_0x39fe7f(0x22b),_0x462957[_0x39fe7f(0x1da)]=_0x39fe7f(0x1d7),_0x462957[_0x39fe7f(0x1ed)]=_0x39fe7f(0x254),_0x462957[_0x39fe7f(0x25d)]=_0x39fe7f(0x258),_0x462957[_0x39fe7f(0x1ff)]='No\x20accessibility\x20summary\x20was\x20found.';const _0x10332b=_0x462957;if(!this['isAccessibilityAutomationSession']()||!globals[_0x39fe7f(0x1c9)](_0x10332b['RAuxY'])||!globals[_0x39fe7f(0x1c9)](_0x10332b[_0x39fe7f(0x1da)]))return logger[_0x39fe7f(0x22a)](_0x10332b[_0x39fe7f(0x1ed)]),{};try{await PerformanceTester[_0x39fe7f(0x1c4)](PerformanceA11yEvents[_0x39fe7f(0x23a)],async()=>{const _0x33fcbf=_0x39fe7f;logger['debug'](_0x10332b[_0x33fcbf(0x243)]);const _0x2c00c1={};_0x2c00c1['method']=_0x42f0d5[_0x33fcbf(0x221)],logger[_0x33fcbf(0x24f)](util[_0x33fcbf(0x22f)](await _0x3fd7c7['executeAsyncScript'](scripts[_0x33fcbf(0x24d)],_0x2c00c1)));},{'command':_0x10332b[_0x39fe7f(0x25d)]})(),await PerformanceTester[_0x39fe7f(0x1c4)](PerformanceA11yEvents[_0x39fe7f(0x21c)],async()=>{const _0x3b021e=_0x39fe7f,_0x23d4af=await _0x3fd7c7[_0x3b021e(0x23c)](scripts[_0x3b021e(0x1e6)]);return _0x23d4af;})();}catch{return logger[_0x39fe7f(0x1ec)](_0x10332b[_0x39fe7f(0x1ff)]),{};}},exports[a57_0x3c7310(0x265)]=_0x578141=>{const _0x179b62=a57_0x3c7310,_0x36cbdb={};_0x36cbdb[_0x179b62(0x1ea)]=function(_0x2f3b14,_0x3ddda0){return _0x2f3b14===_0x3ddda0;},_0x36cbdb[_0x179b62(0x1f8)]=_0x179b62(0x261),_0x36cbdb[_0x179b62(0x1ce)]='browserstack_executor';const _0x523bfb=_0x36cbdb;if(_0x578141&&_0x578141[_0x179b62(0x22d)]&&_0x523bfb[_0x179b62(0x1ea)](typeof _0x578141[_0x179b62(0x22d)],_0x523bfb['UCMZG']))return _0x578141['script'][_0x179b62(0x251)](_0x523bfb[_0x179b62(0x1ce)]);return![];};
@@ -1 +1 @@
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();
1
+ const a58_0x3ba889=a58_0x3dbb;function a58_0x3dbb(_0x4e3a23,_0x36b303){const _0x4b07e0=a58_0x4b07();return a58_0x3dbb=function(_0x3dbb2f,_0x23897d){_0x3dbb2f=_0x3dbb2f-0xa2;let _0x29a779=_0x4b07e0[_0x3dbb2f];return _0x29a779;},a58_0x3dbb(_0x4e3a23,_0x36b303);}(function(_0x58e306,_0x43290b){const _0x23fec3=a58_0x3dbb,_0x4ef821=_0x58e306();while(!![]){try{const _0x61475a=-parseInt(_0x23fec3(0xbd))/0x1*(-parseInt(_0x23fec3(0xb7))/0x2)+-parseInt(_0x23fec3(0xa3))/0x3*(parseInt(_0x23fec3(0xbf))/0x4)+parseInt(_0x23fec3(0xb8))/0x5+-parseInt(_0x23fec3(0xc1))/0x6*(-parseInt(_0x23fec3(0xb5))/0x7)+-parseInt(_0x23fec3(0xca))/0x8*(parseInt(_0x23fec3(0xc9))/0x9)+-parseInt(_0x23fec3(0xc7))/0xa*(parseInt(_0x23fec3(0xa9))/0xb)+parseInt(_0x23fec3(0xa5))/0xc*(parseInt(_0x23fec3(0xbb))/0xd);if(_0x61475a===_0x43290b)break;else _0x4ef821['push'](_0x4ef821['shift']());}catch(_0xc8a8b7){_0x4ef821['push'](_0x4ef821['shift']());}}}(a58_0x4b07,0x39922));const path=require(a58_0x3ba889(0xa4)),fs=require('fs'),logger=require(a58_0x3ba889(0xc3))['winstonLogger'],helper=require(a58_0x3ba889(0xad));function a58_0x4b07(){const _0x3bbac0=['scripts','maUOY','273yybybH','findIndex','112xbYuJQ','1243985kLGBOL','stringify','fromJson','13sSANOM','join','2911UpgDqF','commands.json','118924BxFreT','parseFromJson','66222wvqTSY','commandsToWrap','../../helpers/logger','rAMsb','getResultsSummary','mkdirSync','20640tPnSoR','performScan','9lYqKtI','1516936ZrOmjN','shouldWrapCommand','SJTNB','6TzvPag','path','467052bCESqC','homedir','getResults','browserstackFolderPath','2112wfUupF','split','saveTestResults','commandsPath','../helper','toLowerCase','existsSync','debug','scan','writeFileSync'];a58_0x4b07=function(){return _0x3bbac0;};return a58_0x4b07();}class Scripts{constructor(){const _0x29148e=a58_0x3ba889,_0x1de790={};_0x1de790[_0x29148e(0xb4)]='1|3|4|0|2|5|6',_0x1de790['aPlIR']='.browserstack',_0x1de790[_0x29148e(0xa2)]=_0x29148e(0xbe);const _0x258917=_0x1de790,_0x42cc08=_0x258917[_0x29148e(0xb4)][_0x29148e(0xaa)]('|');let _0x34f690=0x0;while(!![]){switch(_0x42cc08[_0x34f690++]){case'0':this['saveTestResults']=null;continue;case'1':this[_0x29148e(0xc8)]=null;continue;case'2':this[_0x29148e(0xa8)]=path[_0x29148e(0xbc)](helper[_0x29148e(0xa6)](),_0x258917['aPlIR']);continue;case'3':this['getResults']=null;continue;case'4':this['getResultsSummary']=null;continue;case'5':this[_0x29148e(0xac)]=path[_0x29148e(0xbc)](this[_0x29148e(0xa8)],_0x258917[_0x29148e(0xa2)]);continue;case'6':this[_0x29148e(0xba)]();continue;}break;}}[a58_0x3ba889(0xc0)](_0x3eedb1){const _0x30a026=a58_0x3ba889;_0x3eedb1[_0x30a026(0xb3)]&&(this['performScan']=_0x3eedb1[_0x30a026(0xb3)][_0x30a026(0xb1)],this[_0x30a026(0xa7)]=_0x3eedb1[_0x30a026(0xb3)][_0x30a026(0xa7)],this[_0x30a026(0xc5)]=_0x3eedb1[_0x30a026(0xb3)][_0x30a026(0xc5)],this[_0x30a026(0xab)]=_0x3eedb1[_0x30a026(0xb3)]['saveResults']),this[_0x30a026(0xc2)]=_0x3eedb1['commands'];}[a58_0x3ba889(0xcb)](_0x189c06){const _0x14979c=a58_0x3ba889,_0x3bedb3={};_0x3bedb3['AFzpY']=function(_0x3c87a3,_0x3ede11){return _0x3c87a3!==_0x3ede11;};const _0x2016a2=_0x3bedb3;try{return _0x2016a2['AFzpY'](this[_0x14979c(0xc2)][_0x14979c(0xb6)](_0x424bec=>_0x424bec['name'][_0x14979c(0xae)]()===_0x189c06['toLowerCase']()),-0x1);}catch(_0x39ad74){logger[_0x14979c(0xb0)]('Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20'+_0x39ad74);}return![];}['toJson'](){const _0x13bcd9=a58_0x3ba889;!fs[_0x13bcd9(0xaf)](this[_0x13bcd9(0xa8)])&&fs[_0x13bcd9(0xc6)](this[_0x13bcd9(0xa8)]),fs[_0x13bcd9(0xb2)](this[_0x13bcd9(0xac)],JSON[_0x13bcd9(0xb9)]({'scripts':{'scan':this['performScan'],'getResults':this['getResults'],'getResultsSummary':this['getResultsSummary'],'saveResults':this[_0x13bcd9(0xab)]},'commands':this[_0x13bcd9(0xc2)]}));}[a58_0x3ba889(0xba)](){const _0x5d4a79=a58_0x3ba889,_0x75c9aa={'rAMsb':function(_0xcdd56e,_0x504285){return _0xcdd56e(_0x504285);}};fs[_0x5d4a79(0xaf)](this[_0x5d4a79(0xac)])&&this[_0x5d4a79(0xc0)](_0x75c9aa[_0x5d4a79(0xc4)](require,this['commandsPath']));}}module['exports']=new Scripts();