browserstack-node-sdk 1.33.3 → 1.33.5

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 (120) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/integrations/command.js +1 -1
  47. package/src/bin/integrations/constants.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/patches.js +1 -1
  74. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  75. package/src/bin/playwright/reporter/reporter.js +1 -1
  76. package/src/bin/playwright/reporter/test-details.js +1 -1
  77. package/src/bin/playwright/sessionDetails.js +1 -1
  78. package/src/bin/runner.js +1 -1
  79. package/src/bin/setup.js +1 -1
  80. package/src/bin/test-runner/index.js +1 -1
  81. package/src/bin/test-runner/runTest.js +1 -1
  82. package/src/bin/test-runner/testWorker.js +1 -1
  83. package/src/bin/utils/constants.js +1 -1
  84. package/src/bin/utils/log4jsAppender.js +1 -1
  85. package/src/bin/utils/logPatcher.js +1 -1
  86. package/src/bin/utils/logReportingAPI.js +1 -1
  87. package/src/bin/vanilla-js/command.js +1 -1
  88. package/src/browserStackSdk.js +1 -1
  89. package/src/helpers/BrowserStackSetup.js +1 -1
  90. package/src/helpers/accessibility-automation/constants.js +1 -1
  91. package/src/helpers/accessibility-automation/helper.js +1 -1
  92. package/src/helpers/accessibility-automation/scripts.js +1 -1
  93. package/src/helpers/ats/constants.js +1 -1
  94. package/src/helpers/ats/helper.js +1 -1
  95. package/src/helpers/capsMapping.js +1 -1
  96. package/src/helpers/globals.js +1 -1
  97. package/src/helpers/helper.js +1 -1
  98. package/src/helpers/logger.js +1 -1
  99. package/src/helpers/patchHelpers.js +1 -1
  100. package/src/helpers/percy/Percy.js +1 -1
  101. package/src/helpers/percy/PercyBinary.js +1 -1
  102. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  103. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  104. package/src/helpers/percy/PercySDK.js +1 -1
  105. package/src/helpers/percy/index.js +1 -1
  106. package/src/helpers/percy/utils.js +1 -1
  107. package/src/helpers/performance-tester.js +1 -1
  108. package/src/helpers/request-spy.js +1 -1
  109. package/src/helpers/setKeepAlive.js +1 -1
  110. package/src/helpers/test-observability/constants.js +1 -1
  111. package/src/helpers/test-observability/error-handler.js +1 -1
  112. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  113. package/src/helpers/test-observability/sessionHandler.js +1 -1
  114. package/src/helpers/test-observability/utils.js +1 -1
  115. package/src/helpers/testhub/constants.js +1 -1
  116. package/src/helpers/testhub/testhubHandler.js +1 -1
  117. package/src/helpers/testhub/utils.js +1 -1
  118. package/src/helpers/w3cMapping.js +1 -1
  119. package/src/hubAllocationMethods.js +1 -1
  120. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a59_0x5080(){var _0x1b2a17=['usePrebuiltWDA','connectHardwareKeyboard','platformVersion','systemPort','resetOnSessionStartOnly','avd','scaleFactor','allowDelayAdb','fullContextList','browserstack.parallelsPerPlatform','tOXbm','enablePerformanceLogging','autoWebviewTimeout','browserstack.user_name','unlockType','resetKeyboard','keystorePassword','chromedriverPorts','keepKeyChains','vfGSP','screenshotWaitTimeout','useNewWDA','simpleIsVisibleCheck','safariIgnoreFraudWarning','processArguments','wdaLaunchTimeout','CezjO','ignoreUnimportantViews','EnvCapsMapping','3240790DrrxEb','deviceName','browserstack.access_key','androidCoverage','ppdnS','RuTwi','localeScript','remoteAppsCacheLimit','zYfMr','webkitResponseTimeout','androidScreenshotPath','chromedriverChromeMappingFile','preventWDAAttachments','printPageSourceOnFindFailure','iosInstallPause','jIoxu','launchTimeout','allowTouchIdEnroll','safariOpenLinksInBackground','appWaitActivity','2876547GDUmSo','BROWSERSTACK_USERNAME','ErokC','BROWSERSTACK_LOCAL_IDENTIFIER','orientation','lSVkf','jRxir','eventTimings','objMd','browserstack.localIdentifier','BROWSERSTACK_PROJECT_NAME','useCarthageSsl','accessKey','UXZCD','BROWSERSTACK_APP','browserstackLocal','gpsEnabled','newCommandTimeout','CLICapsMapping','xcodeSigningId','isHeadless','mxmhR','chromedriverExecutableDir','BROWSERSTACK_RERUN_TESTS','934988ebZYxs','nsLJU','keychainPath','skipLogcatCapture','49kmyxDk','enableWebviewDetailsCollection','appActivity','IoNNg','rMUEH','BROWSERSTACK_LOCAL','buildToolsVersion','autoWebview','userName','safariAllowPopups','remoteAdbHost','keyAlias','autoDismissAlerts','AppiumCaps','browserstack.app','bundleId','logLevel','customSSLCert','xcodeOrgId','2817540xHoVMN','otherApps','enforceAppInstall','7028022MQIxER','KjaPV','qbisJ','language','autoGrantPermissions','showIOSLog','keyPassword','keystorePath','waitForAppScript','browserstack.rerunTests','appWaitPackage','1260042CCYeYR','browserstack.automation','enableAsyncExecuteFromHttps','mockLocationApp','disableAndroidWatchers','BROWSERSTACK_USER_NAME','buildIdentifier','commandTimeouts','showXcodeLog','locationServicesEnabled','webviewDevtoolsPort','nativeWebTap','19586BCgTeq','54vckVTv','browserstack.ppp','keychainPassword','projectName','appPackage','automationName','locationServicesAuthorized','uukGP','BROWSERSTACK_ACCESS_KEY','appWaitDuration','autoAcceptAlerts','automation','ensureWebviewsHavePages','browserstack.buildName','app','unlockKey','dontStopAppOnReset','BROWSERSTACK_OBSERVABILITY_DEBUG','mfHhN','localIdentifier','uninstallOtherPackages','wdaStartupRetries','maxTypingFrequency','tapWithShortPressDuration','calendarFormat','noSign','udid','wdaConnectionTimeout','appName','ePtjR','webviewConnectRetries','8eOrtTk','parallelsPerPlatform','webDriverAgentUrl','PXzmX','intentCategory','chromedriverArgs','browserstack.accessKey','BROWSERSTACK_PARALLELS_PER_PLATFORM','buildName','androidDeviceSocket','chromedriverPort','androidDeviceReadyTimeout','BYhSK','interKeyDelay','unicodeKeyboard','ZfDDf','browserstack.local','avdLaunchTimeout','clearSystemFiles','updatedWDABundleId','skipLogCapture','skipDeviceInitialization','BMmOQ','chromedriverUseSystemExecutable','remoteDebugProxy','androidNaturalOrientation','logcatFilterSpecs','browserstack.projectName','browserstack.userName','BHnSB','ignoreHiddenApiPolicyError','avdArgs'];a59_0x5080=function(){return _0x1b2a17;};return a59_0x5080();}var a59_0x59473b=a59_0x4207;function a59_0x4207(_0x153de6,_0x58f1c6){var _0x508040=a59_0x5080();return a59_0x4207=function(_0x4207e4,_0x2fa096){_0x4207e4=_0x4207e4-0x1a9;var _0x1373a4=_0x508040[_0x4207e4];return _0x1373a4;},a59_0x4207(_0x153de6,_0x58f1c6);}(function(_0x2040c4,_0x26aa99){var _0x2a5add=a59_0x4207,_0x128ecf=_0x2040c4();while(!![]){try{var _0x49a6da=-parseInt(_0x2a5add(0x20c))/0x1*(-parseInt(_0x2a5add(0x239))/0x2)+-parseInt(_0x2a5add(0x1f0))/0x3+-parseInt(_0x2a5add(0x208))/0x4+parseInt(_0x2a5add(0x1dc))/0x5+-parseInt(_0x2a5add(0x222))/0x6+-parseInt(_0x2a5add(0x22d))/0x7*(-parseInt(_0x2a5add(0x259))/0x8)+parseInt(_0x2a5add(0x23a))/0x9*(parseInt(_0x2a5add(0x21f))/0xa);if(_0x49a6da===_0x26aa99)break;else _0x128ecf['push'](_0x128ecf['shift']());}catch(_0x5cbbfc){_0x128ecf['push'](_0x128ecf['shift']());}}}(a59_0x5080,0x9aef4),exports[a59_0x59473b(0x202)]=()=>{var _0x5bee7e=a59_0x59473b,_0x9ffe0={};_0x9ffe0[_0x5bee7e(0x257)]=_0x5bee7e(0x1cc),_0x9ffe0[_0x5bee7e(0x209)]=_0x5bee7e(0x1bb),_0x9ffe0['OUWvO']=_0x5bee7e(0x1de),_0x9ffe0['mfHhN']=_0x5bee7e(0x25f),_0x9ffe0[_0x5bee7e(0x1ae)]=_0x5bee7e(0x247),_0x9ffe0[_0x5bee7e(0x1d9)]=_0x5bee7e(0x1ba),_0x9ffe0[_0x5bee7e(0x223)]='browserstack.buildIdentifier',_0x9ffe0['RuTwi']=_0x5bee7e(0x23b),_0x9ffe0['Lxyed']=_0x5bee7e(0x1c8),_0x9ffe0[_0x5bee7e(0x25c)]=_0x5bee7e(0x1af),_0x9ffe0[_0x5bee7e(0x241)]=_0x5bee7e(0x1f9),_0x9ffe0[_0x5bee7e(0x1e0)]=_0x5bee7e(0x22b),_0x9ffe0[_0x5bee7e(0x1f8)]=_0x5bee7e(0x21a),_0x9ffe0[_0x5bee7e(0x1f6)]='browserstack.logLevel',_0x9ffe0[_0x5bee7e(0x210)]=_0x5bee7e(0x22e);var _0x257fdb=_0x9ffe0,_0xd0315={};return _0xd0315[_0x5bee7e(0x214)]=[_0x257fdb[_0x5bee7e(0x257)],_0x257fdb[_0x5bee7e(0x209)]],_0xd0315[_0x5bee7e(0x1fc)]=[_0x257fdb['OUWvO'],_0x257fdb[_0x5bee7e(0x24c)]],_0xd0315[_0x5bee7e(0x261)]=[_0x257fdb['ZfDDf']],_0xd0315['projectName']=[_0x257fdb[_0x5bee7e(0x1d9)]],_0xd0315[_0x5bee7e(0x233)]=[_0x257fdb['KjaPV']],_0xd0315['parallelsPerPlatform']=[_0x257fdb[_0x5bee7e(0x1e1)],_0x257fdb['Lxyed']],_0xd0315[_0x5bee7e(0x1ff)]=[_0x257fdb[_0x5bee7e(0x25c)]],_0xd0315[_0x5bee7e(0x24d)]=[_0x257fdb[_0x5bee7e(0x241)]],_0xd0315['rerunTests']=[_0x257fdb['ppdnS']],_0xd0315[_0x5bee7e(0x248)]=[_0x257fdb['objMd']],_0xd0315['logLevel']=[_0x257fdb['jRxir']],_0xd0315[_0x5bee7e(0x245)]=[_0x257fdb[_0x5bee7e(0x210)]],_0xd0315;},exports[a59_0x59473b(0x1db)]=()=>{var _0x1339d9=a59_0x59473b,_0x3c5df7={};_0x3c5df7[_0x1339d9(0x224)]=_0x1339d9(0x1f1),_0x3c5df7[_0x1339d9(0x205)]=_0x1339d9(0x232),_0x3c5df7[_0x1339d9(0x20f)]=_0x1339d9(0x242),_0x3c5df7[_0x1339d9(0x1e4)]='BROWSERSTACK_BUILD_NAME',_0x3c5df7[_0x1339d9(0x1b5)]=_0x1339d9(0x1fa),_0x3c5df7['lSVkf']='BROWSERSTACK_BUILD_IDENTIFIER',_0x3c5df7[_0x1339d9(0x1c9)]=_0x1339d9(0x260),_0x3c5df7['Iewtl']=_0x1339d9(0x211),_0x3c5df7[_0x1339d9(0x1f2)]=_0x1339d9(0x1f3),_0x3c5df7[_0x1339d9(0x1d2)]=_0x1339d9(0x207),_0x3c5df7['jIoxu']='BROWSERSTACK_APP_ID',_0x3c5df7[_0x1339d9(0x1fd)]=_0x1339d9(0x1fe),_0x3c5df7[_0x1339d9(0x1bc)]=_0x1339d9(0x24b),_0x3c5df7[_0x1339d9(0x1ab)]='BROWSERSTACK_AUTOMATION';var _0x431bf4=_0x3c5df7,_0x3c557e={};return _0x3c557e[_0x1339d9(0x214)]=[_0x431bf4[_0x1339d9(0x224)],_0x431bf4[_0x1339d9(0x205)]],_0x3c557e[_0x1339d9(0x1fc)]=[_0x431bf4[_0x1339d9(0x20f)]],_0x3c557e[_0x1339d9(0x261)]=[_0x431bf4[_0x1339d9(0x1e4)]],_0x3c557e[_0x1339d9(0x23d)]=[_0x431bf4['BMmOQ']],_0x3c557e['buildIdentifier']=[_0x431bf4[_0x1339d9(0x1f5)]],_0x3c557e[_0x1339d9(0x25a)]=[_0x431bf4['tOXbm']],_0x3c557e[_0x1339d9(0x1ff)]=[_0x431bf4['Iewtl']],_0x3c557e[_0x1339d9(0x24d)]=[_0x431bf4[_0x1339d9(0x1f2)]],_0x3c557e['rerunTests']=[_0x431bf4[_0x1339d9(0x1d2)]],_0x3c557e[_0x1339d9(0x248)]=[_0x431bf4[_0x1339d9(0x1eb)],_0x431bf4['UXZCD']],_0x3c557e[_0x1339d9(0x21c)]=[_0x431bf4[_0x1339d9(0x1bc)]],_0x3c557e[_0x1339d9(0x245)]=[_0x431bf4[_0x1339d9(0x1ab)]],_0x3c557e;},exports[a59_0x59473b(0x219)]=()=>[a59_0x59473b(0x23f),a59_0x59473b(0x1c1),a59_0x59473b(0x1dd),a59_0x59473b(0x201),'app',a59_0x59473b(0x254),a59_0x59473b(0x225),'locale',a59_0x59473b(0x1f4),a59_0x59473b(0x213),'noReset','fullReset',a59_0x59473b(0x1b1),a59_0x59473b(0x1f7),a59_0x59473b(0x1ca),a59_0x59473b(0x220),a59_0x59473b(0x1e9),a59_0x59473b(0x20e),a59_0x59473b(0x23e),a59_0x59473b(0x1ef),a59_0x59473b(0x22c),a59_0x59473b(0x243),'deviceReadyTimeout','allowTestPackages',a59_0x59473b(0x1df),'androidCoverageEndIntent',a59_0x59473b(0x1aa),'adbPort',a59_0x59473b(0x262),'androidInstallTimeout','androidInstallPath',a59_0x59473b(0x1c4),a59_0x59473b(0x1b0),'avdReadyTimeout',a59_0x59473b(0x1be),'useKeystore',a59_0x59473b(0x229),a59_0x59473b(0x1cf),a59_0x59473b(0x217),a59_0x59473b(0x228),'chromedriverExecutable',a59_0x59473b(0x25e),a59_0x59473b(0x206),a59_0x59473b(0x1e7),a59_0x59473b(0x1b6),a59_0x59473b(0x1a9),a59_0x59473b(0x1d0),'chromedriverDisableBuildCheck',a59_0x59473b(0x1cb),'intentAction',a59_0x59473b(0x25d),'intentFlags','optionalIntentArguments',a59_0x59473b(0x24a),a59_0x59473b(0x1ad),a59_0x59473b(0x1ce),a59_0x59473b(0x253),a59_0x59473b(0x1da),a59_0x59473b(0x231),'chromeOptions','recreateChromeDriverSessions','nativeWebScreenshot',a59_0x59473b(0x1e6),'networkSpeed',a59_0x59473b(0x200),a59_0x59473b(0x204),'adbExecTimeout',a59_0x59473b(0x1e2),a59_0x59473b(0x1b4),a59_0x59473b(0x226),a59_0x59473b(0x1b8),a59_0x59473b(0x1c2),a59_0x59473b(0x216),'skipUnlock',a59_0x59473b(0x1cd),a59_0x59473b(0x249),'autoLaunch',a59_0x59473b(0x20b),a59_0x59473b(0x24e),'disableWindowAnimation',a59_0x59473b(0x212),a59_0x59473b(0x221),a59_0x59473b(0x246),a59_0x59473b(0x237),a59_0x59473b(0x20d),a59_0x59473b(0x1e3),a59_0x59473b(0x252),a59_0x59473b(0x21b),a59_0x59473b(0x1ec),a59_0x59473b(0x236),a59_0x59473b(0x240),a59_0x59473b(0x244),a59_0x59473b(0x218),'nativeInstrumentsLib',a59_0x59473b(0x238),'safariInitialUrl',a59_0x59473b(0x215),a59_0x59473b(0x1d6),a59_0x59473b(0x1ee),a59_0x59473b(0x1d1),'localizableStringsDir',a59_0x59473b(0x1d7),a59_0x59473b(0x1ac),a59_0x59473b(0x227),'sendKeyStrategy',a59_0x59473b(0x1e5),a59_0x59473b(0x1d3),a59_0x59473b(0x1b7),a59_0x59473b(0x22f),a59_0x59473b(0x1b3),'webkitDebugProxyPort',a59_0x59473b(0x1c7),a59_0x59473b(0x22a),a59_0x59473b(0x258),a59_0x59473b(0x256),a59_0x59473b(0x21d),a59_0x59473b(0x251),a59_0x59473b(0x1c5),'wdaLocalPort',a59_0x59473b(0x235),a59_0x59473b(0x1ea),'xcodeConfigFile',a59_0x59473b(0x23c),a59_0x59473b(0x1bf),a59_0x59473b(0x1e8),a59_0x59473b(0x25b),a59_0x59473b(0x20a),a59_0x59473b(0x1d4),a59_0x59473b(0x1d8),a59_0x59473b(0x255),a59_0x59473b(0x21e),a59_0x59473b(0x203),a59_0x59473b(0x1b2),a59_0x59473b(0x1c3),a59_0x59473b(0x234),a59_0x59473b(0x24f),'wdaStartupRetryInterval',a59_0x59473b(0x1c0),a59_0x59473b(0x250),a59_0x59473b(0x1d5),a59_0x59473b(0x1fb),'shouldUseSingletonTestManager','startIWDP',a59_0x59473b(0x1ed),a59_0x59473b(0x1bd),a59_0x59473b(0x230),'logcatFormat',a59_0x59473b(0x1b9),a59_0x59473b(0x1c6)]);
1
+ var a59_0x4f2ce8=a59_0x1e17;(function(_0x4819f0,_0x531710){var _0x4f1857=a59_0x1e17,_0x3dd891=_0x4819f0();while(!![]){try{var _0x32cf87=-parseInt(_0x4f1857(0x150))/0x1*(parseInt(_0x4f1857(0x14a))/0x2)+-parseInt(_0x4f1857(0x157))/0x3*(parseInt(_0x4f1857(0x13e))/0x4)+-parseInt(_0x4f1857(0x196))/0x5*(parseInt(_0x4f1857(0x191))/0x6)+-parseInt(_0x4f1857(0x17f))/0x7*(parseInt(_0x4f1857(0x152))/0x8)+parseInt(_0x4f1857(0x11f))/0x9*(parseInt(_0x4f1857(0x188))/0xa)+parseInt(_0x4f1857(0x113))/0xb*(parseInt(_0x4f1857(0x137))/0xc)+parseInt(_0x4f1857(0x198))/0xd;if(_0x32cf87===_0x531710)break;else _0x3dd891['push'](_0x3dd891['shift']());}catch(_0xe69a4b){_0x3dd891['push'](_0x3dd891['shift']());}}}(a59_0x1ac4,0xe7038),exports[a59_0x4f2ce8(0x180)]=()=>{var _0x168eb0=a59_0x4f2ce8,_0x56e72c={};_0x56e72c[_0x168eb0(0x163)]='browserstack.user_name',_0x56e72c[_0x168eb0(0x151)]=_0x168eb0(0x116),_0x56e72c[_0x168eb0(0x181)]=_0x168eb0(0x10f),_0x56e72c[_0x168eb0(0x144)]='browserstack.accessKey',_0x56e72c[_0x168eb0(0x184)]=_0x168eb0(0x142),_0x56e72c[_0x168eb0(0x1a1)]=_0x168eb0(0x167),_0x56e72c['OgknT']=_0x168eb0(0x148),_0x56e72c[_0x168eb0(0x155)]=_0x168eb0(0x156),_0x56e72c[_0x168eb0(0x172)]=_0x168eb0(0x136),_0x56e72c['Kiugb']=_0x168eb0(0x170),_0x56e72c[_0x168eb0(0x146)]=_0x168eb0(0x117),_0x56e72c[_0x168eb0(0x140)]=_0x168eb0(0x1a7),_0x56e72c[_0x168eb0(0x123)]=_0x168eb0(0x1ba),_0x56e72c[_0x168eb0(0x124)]=_0x168eb0(0x193),_0x56e72c[_0x168eb0(0x141)]='browserstack.automation';var _0x18b00f=_0x56e72c,_0x455c85={};return _0x455c85[_0x168eb0(0x1a5)]=[_0x18b00f['VsQiE'],_0x18b00f[_0x168eb0(0x151)]],_0x455c85[_0x168eb0(0x107)]=[_0x18b00f['qqkoG'],_0x18b00f[_0x168eb0(0x144)]],_0x455c85[_0x168eb0(0x147)]=[_0x18b00f[_0x168eb0(0x184)]],_0x455c85[_0x168eb0(0x120)]=[_0x18b00f[_0x168eb0(0x1a1)]],_0x455c85[_0x168eb0(0x12b)]=[_0x18b00f['OgknT']],_0x455c85[_0x168eb0(0x194)]=[_0x18b00f[_0x168eb0(0x155)],_0x18b00f[_0x168eb0(0x172)]],_0x455c85['browserstackLocal']=[_0x18b00f[_0x168eb0(0x10e)]],_0x455c85[_0x168eb0(0x108)]=[_0x18b00f[_0x168eb0(0x146)]],_0x455c85[_0x168eb0(0x13a)]=[_0x18b00f[_0x168eb0(0x140)]],_0x455c85[_0x168eb0(0x130)]=[_0x18b00f['BCTPY']],_0x455c85['logLevel']=[_0x18b00f[_0x168eb0(0x124)]],_0x455c85[_0x168eb0(0x16e)]=[_0x18b00f[_0x168eb0(0x141)]],_0x455c85;},exports[a59_0x4f2ce8(0x190)]=()=>{var _0xf42951=a59_0x4f2ce8,_0x1be19b={};_0x1be19b[_0xf42951(0x13b)]=_0xf42951(0x186),_0x1be19b[_0xf42951(0x132)]=_0xf42951(0x16c),_0x1be19b[_0xf42951(0x187)]=_0xf42951(0x11c),_0x1be19b[_0xf42951(0x159)]=_0xf42951(0x131),_0x1be19b[_0xf42951(0x171)]=_0xf42951(0x121),_0x1be19b[_0xf42951(0x173)]=_0xf42951(0x164),_0x1be19b[_0xf42951(0x1b2)]=_0xf42951(0x1ad),_0x1be19b['RSCdF']='BROWSERSTACK_LOCAL',_0x1be19b[_0xf42951(0x161)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x1be19b['IWYKZ']=_0xf42951(0x169),_0x1be19b['woJAC']=_0xf42951(0x160),_0x1be19b[_0xf42951(0x13d)]='BROWSERSTACK_APP',_0x1be19b['HMVQK']=_0xf42951(0x135),_0x1be19b[_0xf42951(0x162)]=_0xf42951(0x1a0);var _0x1a44f0=_0x1be19b,_0x501889={};return _0x501889[_0xf42951(0x1a5)]=[_0x1a44f0['ynbdY'],_0x1a44f0[_0xf42951(0x132)]],_0x501889[_0xf42951(0x107)]=[_0x1a44f0['DXjbD']],_0x501889[_0xf42951(0x147)]=[_0x1a44f0[_0xf42951(0x159)]],_0x501889[_0xf42951(0x120)]=[_0x1a44f0['BdoiQ']],_0x501889[_0xf42951(0x12b)]=[_0x1a44f0[_0xf42951(0x173)]],_0x501889[_0xf42951(0x194)]=[_0x1a44f0[_0xf42951(0x1b2)]],_0x501889[_0xf42951(0x168)]=[_0x1a44f0[_0xf42951(0x153)]],_0x501889[_0xf42951(0x108)]=[_0x1a44f0[_0xf42951(0x161)]],_0x501889[_0xf42951(0x13a)]=[_0x1a44f0[_0xf42951(0x11d)]],_0x501889['app']=[_0x1a44f0[_0xf42951(0x15f)],_0x1a44f0[_0xf42951(0x13d)]],_0x501889[_0xf42951(0x111)]=[_0x1a44f0[_0xf42951(0x14b)]],_0x501889[_0xf42951(0x16e)]=[_0x1a44f0['UUKNB']],_0x501889;},exports['AppiumCaps']=()=>['automationName',a59_0x4f2ce8(0x1b5),a59_0x4f2ce8(0x11b),a59_0x4f2ce8(0x12c),'app',a59_0x4f2ce8(0x192),a59_0x4f2ce8(0x12f),'locale',a59_0x4f2ce8(0x122),a59_0x4f2ce8(0x199),a59_0x4f2ce8(0x1ae),a59_0x4f2ce8(0x174),a59_0x4f2ce8(0x145),a59_0x4f2ce8(0x1bb),a59_0x4f2ce8(0x1b8),a59_0x4f2ce8(0x1a2),a59_0x4f2ce8(0x16d),a59_0x4f2ce8(0x139),a59_0x4f2ce8(0x197),'appWaitActivity','appWaitPackage',a59_0x4f2ce8(0x15b),'deviceReadyTimeout','allowTestPackages',a59_0x4f2ce8(0x14c),a59_0x4f2ce8(0x182),a59_0x4f2ce8(0x175),a59_0x4f2ce8(0x10a),a59_0x4f2ce8(0x177),a59_0x4f2ce8(0x185),'androidInstallPath',a59_0x4f2ce8(0x10b),a59_0x4f2ce8(0x1a6),a59_0x4f2ce8(0x126),a59_0x4f2ce8(0x1b0),a59_0x4f2ce8(0x18f),a59_0x4f2ce8(0x112),a59_0x4f2ce8(0x17d),'keyAlias','keyPassword',a59_0x4f2ce8(0x1b4),'chromedriverArgs',a59_0x4f2ce8(0x19c),'chromedriverChromeMappingFile',a59_0x4f2ce8(0x11a),a59_0x4f2ce8(0x1ac),a59_0x4f2ce8(0x178),'chromedriverDisableBuildCheck',a59_0x4f2ce8(0x1aa),a59_0x4f2ce8(0x19f),a59_0x4f2ce8(0x129),a59_0x4f2ce8(0x18e),'optionalIntentArguments','dontStopAppOnReset','unicodeKeyboard',a59_0x4f2ce8(0x11e),a59_0x4f2ce8(0x15e),a59_0x4f2ce8(0x19d),'disableAndroidWatchers',a59_0x4f2ce8(0x106),a59_0x4f2ce8(0x13c),'nativeWebScreenshot',a59_0x4f2ce8(0x17c),a59_0x4f2ce8(0x17e),'gpsEnabled',a59_0x4f2ce8(0x15c),a59_0x4f2ce8(0x119),a59_0x4f2ce8(0x19e),a59_0x4f2ce8(0x110),'autoGrantPermissions','androidNaturalOrientation',a59_0x4f2ce8(0x125),a59_0x4f2ce8(0x14e),a59_0x4f2ce8(0x16f),'unlockType',a59_0x4f2ce8(0x12d),a59_0x4f2ce8(0x12a),'skipLogcatCapture',a59_0x4f2ce8(0x17b),a59_0x4f2ce8(0x14f),'buildToolsVersion','enforceAppInstall',a59_0x4f2ce8(0x165),a59_0x4f2ce8(0x1b9),a59_0x4f2ce8(0x16a),a59_0x4f2ce8(0x1a8),a59_0x4f2ce8(0x18b),'bundleId','launchTimeout',a59_0x4f2ce8(0x1b3),a59_0x4f2ce8(0x1af),a59_0x4f2ce8(0x1b7),'autoDismissAlerts','nativeInstrumentsLib',a59_0x4f2ce8(0x1ab),a59_0x4f2ce8(0x149),a59_0x4f2ce8(0x138),a59_0x4f2ce8(0x1a3),'safariOpenLinksInBackground','keepKeyChains',a59_0x4f2ce8(0x10c),'processArguments','interKeyDelay',a59_0x4f2ce8(0x1b6),'sendKeyStrategy',a59_0x4f2ce8(0x18a),a59_0x4f2ce8(0x15a),a59_0x4f2ce8(0x19b),a59_0x4f2ce8(0x18c),a59_0x4f2ce8(0x183),a59_0x4f2ce8(0x104),a59_0x4f2ce8(0x118),a59_0x4f2ce8(0x133),'webviewConnectRetries',a59_0x4f2ce8(0x134),a59_0x4f2ce8(0x1b1),a59_0x4f2ce8(0x13f),a59_0x4f2ce8(0x1a4),a59_0x4f2ce8(0x16b),a59_0x4f2ce8(0x18d),a59_0x4f2ce8(0x195),a59_0x4f2ce8(0x105),a59_0x4f2ce8(0x115),a59_0x4f2ce8(0x127),a59_0x4f2ce8(0x176),'webDriverAgentUrl',a59_0x4f2ce8(0x189),a59_0x4f2ce8(0x114),a59_0x4f2ce8(0x179),a59_0x4f2ce8(0x19a),a59_0x4f2ce8(0x109),a59_0x4f2ce8(0x154),a59_0x4f2ce8(0x158),a59_0x4f2ce8(0x17a),a59_0x4f2ce8(0x143),a59_0x4f2ce8(0x15d),a59_0x4f2ce8(0x10d),'connectHardwareKeyboard','maxTypingFrequency','simpleIsVisibleCheck','useCarthageSsl',a59_0x4f2ce8(0x12e),'startIWDP',a59_0x4f2ce8(0x166),a59_0x4f2ce8(0x1a9),a59_0x4f2ce8(0x128),'logcatFormat','logcatFilterSpecs',a59_0x4f2ce8(0x14d)]);function a59_0x1e17(_0x31a0c1,_0x284923){var _0x1ac495=a59_0x1ac4();return a59_0x1e17=function(_0x1e170a,_0x40a72b){_0x1e170a=_0x1e170a-0x104;var _0x5337fc=_0x1ac495[_0x1e170a];return _0x5337fc;},a59_0x1e17(_0x31a0c1,_0x284923);}function a59_0x1ac4(){var _0x107440=['automation','skipUnlock','browserstack.local','BdoiQ','CGuFb','PPYCg','fullReset','androidDeviceReadyTimeout','preventWDAAttachments','androidDeviceSocket','chromedriverPorts','wdaLaunchTimeout','resetOnSessionStartOnly','uninstallOtherPackages','androidScreenshotPath','keystorePassword','networkSpeed','1520533fmAtci','CLICapsMapping','qqkoG','androidCoverageEndIntent','skipLogCapture','NBafk','androidInstallTimeout','BROWSERSTACK_USERNAME','DXjbD','2188470Kwndxk','keychainPath','webkitResponseTimeout','calendarFormat','enableAsyncExecuteFromHttps','showXcodeLog','intentFlags','useKeystore','EnvCapsMapping','2527944UxMPkI','udid','browserstack.logLevel','parallelsPerPlatform','iosInstallPause','5WnHfkW','appPackage','42072836cHUsdr','autoWebview','wdaConnectionTimeout','remoteDebugProxy','chromedriverExecutableDir','ignoreUnimportantViews','localeScript','intentAction','BROWSERSTACK_AUTOMATION','iDIAI','otherApps','safariIgnoreFraudWarning','scaleFactor','userName','avdLaunchTimeout','browserstack.rerunTests','remoteAppsCacheLimit','ignoreHiddenApiPolicyError','autoWebviewTimeout','nativeWebTap','chromedriverPort','BROWSERSTACK_PARALLELS_PER_PLATFORM','noReset','locationServicesAuthorized','avdArgs','customSSLCert','FOazE','locationServicesEnabled','chromedriverExecutable','platformVersion','showIOSLog','autoAcceptAlerts','enablePerformanceLogging','webviewDevtoolsPort','browserstack.app','eventTimings','webkitDebugProxyPort','xcodeConfigFile','chromeOptions','accessKey','localIdentifier','xcodeOrgId','adbPort','avd','localizableStringsDir','wdaStartupRetryInterval','Kiugb','browserstack.access_key','skipDeviceInitialization','logLevel','keystorePath','1108129OENQyp','useNewWDA','keychainPassword','browserstack.userName','browserstack.localIdentifier','fullContextList','adbExecTimeout','chromedriverUseSystemExecutable','deviceName','BROWSERSTACK_ACCESS_KEY','IWYKZ','resetKeyboard','36IUtcCE','projectName','BROWSERSTACK_PROJECT_NAME','orientation','BCTPY','zpihD','systemPort','avdReadyTimeout','usePrebuiltWDA','mockLocationApp','intentCategory','autoLaunch','buildIdentifier','newCommandTimeout','unlockKey','shouldUseSingletonTestManager','language','app','BROWSERSTACK_BUILD_NAME','eCCnQ','waitForAppScript','appName','BROWSERSTACK_OBSERVABILITY_DEBUG','browserstack.parallelsPerPlatform','12NlWPTL','safariAllowPopups','appActivity','rerunTests','ynbdY','recreateChromeDriverSessions','fNuOM','8RQwpMy','tapWithShortPressDuration','msTJe','AYPOa','browserstack.buildName','commandTimeouts','cKOyV','clearSystemFiles','pIpVu','buildName','browserstack.buildIdentifier','safariInitialUrl','1482346hnqesT','HMVQK','androidCoverage','allowDelayAdb','remoteAdbHost','disableWindowAnimation','1Dwcocm','KlIho','48DeaCof','RSCdF','xcodeSigningId','LiCEV','browserstack.ppp','1200684yUULCk','updatedWDABundleId','noiiO','screenshotWaitTimeout','appWaitDuration','isHeadless','wdaStartupRetries','noSign','woJAC','BROWSERSTACK_APP_ID','qrTuc','UUKNB','VsQiE','BROWSERSTACK_BUILD_IDENTIFIER','ensureWebviewsHavePages','allowTouchIdEnroll','browserstack.projectName','browserstackLocal','BROWSERSTACK_RERUN_TESTS','enableWebviewDetailsCollection','wdaLocalPort','BROWSERSTACK_USER_NAME','printPageSourceOnFindFailure'];a59_0x1ac4=function(){return _0x107440;};return a59_0x1ac4();}
@@ -1 +1 @@
1
- function a60_0x4a6b(_0x595a1f,_0x24364f){var _0x7b9484=a60_0x7b94();return a60_0x4a6b=function(_0x4a6b59,_0x5d2cc7){_0x4a6b59=_0x4a6b59-0x150;var _0x246e72=_0x7b9484[_0x4a6b59];return _0x246e72;},a60_0x4a6b(_0x595a1f,_0x24364f);}var a60_0xe529f8=a60_0x4a6b;(function(_0x472cd2,_0x5208f3){var _0x502fa1=a60_0x4a6b,_0x3d3fdb=_0x472cd2();while(!![]){try{var _0x1e4138=-parseInt(_0x502fa1(0x15a))/0x1+parseInt(_0x502fa1(0x15c))/0x2*(parseInt(_0x502fa1(0x157))/0x3)+parseInt(_0x502fa1(0x156))/0x4*(-parseInt(_0x502fa1(0x159))/0x5)+parseInt(_0x502fa1(0x154))/0x6+parseInt(_0x502fa1(0x15b))/0x7+-parseInt(_0x502fa1(0x150))/0x8+parseInt(_0x502fa1(0x155))/0x9;if(_0x1e4138===_0x5208f3)break;else _0x3d3fdb['push'](_0x3d3fdb['shift']());}catch(_0x14f8f9){_0x3d3fdb['push'](_0x3d3fdb['shift']());}}}(a60_0x7b94,0xaea15));function a60_0x7b94(){var _0x3d5714=['6405912hNVlbK','1516oiHFJa','18765uTyhsw','getGlobal','17835acJXDL','389887GmTPcL','1342488hrkWNK','422RYtOzY','8326632qWgZnL','setGlobal','__instance','browserStackGlobals','7647222lyrwBm'];a60_0x7b94=function(){return _0x3d5714;};return a60_0x7b94();}class Global{static [a60_0xe529f8(0x152)];constructor(){var _0x2d9c8b=a60_0xe529f8;if(Global[_0x2d9c8b(0x152)])return Global[_0x2d9c8b(0x152)];this['browserStackGlobals']=global,Global[_0x2d9c8b(0x152)]=this;}[a60_0xe529f8(0x151)](_0x54431f,_0xf23aa2){var _0x5481bf=a60_0xe529f8;this[_0x5481bf(0x153)][_0x54431f]=_0xf23aa2;}[a60_0xe529f8(0x158)](_0x33576d){var _0x13d29e=a60_0xe529f8;return this[_0x13d29e(0x153)][_0x33576d];}}module['exports']=new Global();
1
+ var a60_0x2fdd49=a60_0x3cc8;(function(_0x39469f,_0x23523a){var _0x11ae25=a60_0x3cc8,_0x46a7a5=_0x39469f();while(!![]){try{var _0x3ff3cb=-parseInt(_0x11ae25(0x1f0))/0x1+parseInt(_0x11ae25(0x1ea))/0x2+-parseInt(_0x11ae25(0x1f6))/0x3*(-parseInt(_0x11ae25(0x1f2))/0x4)+-parseInt(_0x11ae25(0x1f1))/0x5+-parseInt(_0x11ae25(0x1e9))/0x6*(parseInt(_0x11ae25(0x1ec))/0x7)+parseInt(_0x11ae25(0x1f5))/0x8+parseInt(_0x11ae25(0x1f4))/0x9*(parseInt(_0x11ae25(0x1ed))/0xa);if(_0x3ff3cb===_0x23523a)break;else _0x46a7a5['push'](_0x46a7a5['shift']());}catch(_0x59c659){_0x46a7a5['push'](_0x46a7a5['shift']());}}}(a60_0x208c,0xe5de8));function a60_0x3cc8(_0x1e0f81,_0x2a39ec){var _0x208c45=a60_0x208c();return a60_0x3cc8=function(_0x3cc883,_0x411170){_0x3cc883=_0x3cc883-0x1e9;var _0x41241d=_0x208c45[_0x3cc883];return _0x41241d;},a60_0x3cc8(_0x1e0f81,_0x2a39ec);}class Global{static [a60_0x2fdd49(0x1f3)];constructor(){var _0x37f392=a60_0x2fdd49;if(Global['__instance'])return Global[_0x37f392(0x1f3)];this['browserStackGlobals']=global,Global[_0x37f392(0x1f3)]=this;}[a60_0x2fdd49(0x1ee)](_0x2b9d8c,_0x1fd0f7){this['browserStackGlobals'][_0x2b9d8c]=_0x1fd0f7;}['getGlobal'](_0x15155f){var _0x161e2e=a60_0x2fdd49;return this[_0x161e2e(0x1ef)][_0x15155f];}}module[a60_0x2fdd49(0x1eb)]=new Global();function a60_0x208c(){var _0x26ceda=['browserStackGlobals','1222576PKFklA','4156405ARBeUw','868OUvzqT','__instance','18Ecogra','10137552MQmErD','24999VEgnsc','6AremhX','2153070jFvRbP','exports','10448109QDperI','1679990gogqiQ','setGlobal'];a60_0x208c=function(){return _0x26ceda;};return a60_0x208c();}