browserstack-node-sdk 1.33.5 → 1.33.7
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.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
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
|
+
function a59_0x5ced(){var _0x3c2487=['launchTimeout','allowDelayAdb','useNewWDA','avdReadyTimeout','chromedriverChromeMappingFile','rfzeO','logLevel','autoWebviewTimeout','8741936pRrUmn','isHeadless','VVyKc','intentAction','connectHardwareKeyboard','BROWSERSTACK_PARALLELS_PER_PLATFORM','BROWSERSTACK_LOCAL_IDENTIFIER','chromedriverDisableBuildCheck','app','BROWSERSTACK_RERUN_TESTS','BROWSERSTACK_BUILD_NAME','mockLocationApp','fSdfA','androidScreenshotPath','skipLogcatCapture','orientation','safariAllowPopups','calendarFormat','ignoreUnimportantViews','adbPort','logcatFilterSpecs','wdaLaunchTimeout','deviceName','buildName','buildToolsVersion','noReset','QZGTx','chromedriverArgs','browserstackLocal','unlockKey','oVPkl','webkitResponseTimeout','showIOSLog','chromedriverExecutableDir','keyAlias','shouldUseSingletonTestManager','nativeWebTap','eUEFs','appName','fullReset','wdaConnectionTimeout','localeScript','XKqfs','otherApps','keystorePassword','logcatFormat','chromedriverUseSystemExecutable','GhoAq','BROWSERSTACK_OBSERVABILITY_DEBUG','appPackage','BROWSERSTACK_AUTOMATION','noSign','safariInitialUrl','wdaStartupRetries','enforceAppInstall','commandTimeouts','prtab','BROWSERSTACK_USERNAME','allowTouchIdEnroll','parallelsPerPlatform','keychainPath','remoteAdbHost','iosInstallPause','udid','buildIdentifier','nativeInstrumentsLib','resetOnSessionStartOnly','browserstack.localIdentifier','scaleFactor','autoGrantPermissions','iJywL','automation','userName','printPageSourceOnFindFailure','browserstack.automation','androidNaturalOrientation','EnvCapsMapping','pHyym','automationName','rerunTests','interKeyDelay','resetKeyboard','lVTuu','language','useCarthageSsl','unicodeKeyboard','androidInstallTimeout','dontStopAppOnReset','pFbwV','KhyEd','appWaitActivity','ensureWebviewsHavePages','networkSpeed','clearSystemFiles','xcodeConfigFile','218428YGVJic','JiHxK','systemPort','5026818bQsILb','usePrebuiltWDA','browserstack.access_key','DOCdc','safariOpenLinksInBackground','showXcodeLog','enableWebviewDetailsCollection','wdaLocalPort','webviewConnectRetries','nativeWebScreenshot','waitForAppScript','AppiumCaps','avd','accessKey','browserstack.local','enableAsyncExecuteFromHttps','localIdentifier','intentFlags','813258YXXISM','skipDeviceInitialization','2434090dgqpKp','androidCoverageEndIntent','androidDeviceSocket','wdaStartupRetryInterval','xcodeOrgId','fullContextList','keepKeyChains','BROWSERSTACK_BUILD_IDENTIFIER','KlLCe','760659QEdfKp','dEzOH','webviewDevtoolsPort','disableWindowAnimation','platformVersion','BROWSERSTACK_USER_NAME','Avnyh','remoteDebugProxy','screenshotWaitTimeout','FEgtt','slkvU','newCommandTimeout','browserstack.accessKey','bundleId','chromedriverPorts','skipLogCapture','uninstallOtherPackages','16HRPHAf','JerLe','browserstack.user_name','uiiXI','startIWDP','BROWSERSTACK_LOCAL','JipOT','keyPassword','gpsEnabled','3030111tvgEJu','deviceReadyTimeout','appWaitPackage','browserstack.rerunTests','vzpLm','projectName','browserstack.buildName','skipUnlock','updatedWDABundleId','tapWithShortPressDuration','KRQKK','eventTimings','autoAcceptAlerts','useKeystore','androidCoverage','remoteAppsCacheLimit','preventWDAAttachments','customSSLCert','adbExecTimeout','locationServicesAuthorized','optionalIntentArguments','CLICapsMapping','cjegj','androidDeviceReadyTimeout'];a59_0x5ced=function(){return _0x3c2487;};return a59_0x5ced();}function a59_0x2b77(_0x5c1729,_0x183e6f){var _0x5ced38=a59_0x5ced();return a59_0x2b77=function(_0x2b77e5,_0x4ffb1e){_0x2b77e5=_0x2b77e5-0x1b9;var _0x31d863=_0x5ced38[_0x2b77e5];return _0x31d863;},a59_0x2b77(_0x5c1729,_0x183e6f);}var a59_0x446069=a59_0x2b77;(function(_0x11740a,_0x57ec9f){var _0x4b3e92=a59_0x2b77,_0x1baae9=_0x11740a();while(!![]){try{var _0x18ee20=-parseInt(_0x4b3e92(0x225))/0x1+parseInt(_0x4b3e92(0x210))/0x2+parseInt(_0x4b3e92(0x230))/0x3*(parseInt(_0x4b3e92(0x241))/0x4)+-parseInt(_0x4b3e92(0x227))/0x5+-parseInt(_0x4b3e92(0x213))/0x6+parseInt(_0x4b3e92(0x24a))/0x7+parseInt(_0x4b3e92(0x26a))/0x8;if(_0x18ee20===_0x57ec9f)break;else _0x1baae9['push'](_0x1baae9['shift']());}catch(_0x474f74){_0x1baae9['push'](_0x1baae9['shift']());}}}(a59_0x5ced,0x7ccba),exports[a59_0x446069(0x25f)]=()=>{var _0x1701b0=a59_0x446069,_0x2837c8={};_0x2837c8[_0x1701b0(0x267)]=_0x1701b0(0x243),_0x2837c8[_0x1701b0(0x203)]='browserstack.userName',_0x2837c8[_0x1701b0(0x1cb)]=_0x1701b0(0x215),_0x2837c8[_0x1701b0(0x1fe)]=_0x1701b0(0x23c),_0x2837c8[_0x1701b0(0x209)]=_0x1701b0(0x250),_0x2837c8[_0x1701b0(0x231)]='browserstack.projectName',_0x2837c8[_0x1701b0(0x236)]='browserstack.buildIdentifier',_0x2837c8[_0x1701b0(0x24e)]='browserstack.ppp',_0x2837c8['KlLCe']='browserstack.parallelsPerPlatform',_0x2837c8[_0x1701b0(0x244)]=_0x1701b0(0x221),_0x2837c8['prtab']=_0x1701b0(0x1f4),_0x2837c8[_0x1701b0(0x23a)]=_0x1701b0(0x24d),_0x2837c8['QUvXy']='browserstack.app',_0x2837c8[_0x1701b0(0x1db)]='browserstack.logLevel',_0x2837c8[_0x1701b0(0x242)]=_0x1701b0(0x1fb);var _0x614738=_0x2837c8,_0x47d67b={};return _0x47d67b['userName']=[_0x614738[_0x1701b0(0x267)],_0x614738[_0x1701b0(0x203)]],_0x47d67b[_0x1701b0(0x220)]=[_0x614738[_0x1701b0(0x1cb)],_0x614738[_0x1701b0(0x1fe)]],_0x47d67b[_0x1701b0(0x1c8)]=[_0x614738[_0x1701b0(0x209)]],_0x47d67b[_0x1701b0(0x24f)]=[_0x614738[_0x1701b0(0x231)]],_0x47d67b['buildIdentifier']=[_0x614738[_0x1701b0(0x236)]],_0x47d67b[_0x1701b0(0x1ec)]=[_0x614738[_0x1701b0(0x24e)],_0x614738[_0x1701b0(0x22f)]],_0x47d67b[_0x1701b0(0x1cd)]=[_0x614738[_0x1701b0(0x244)]],_0x47d67b[_0x1701b0(0x223)]=[_0x614738[_0x1701b0(0x1e9)]],_0x47d67b[_0x1701b0(0x200)]=[_0x614738[_0x1701b0(0x23a)]],_0x47d67b[_0x1701b0(0x1b9)]=[_0x614738['QUvXy']],_0x47d67b[_0x1701b0(0x268)]=[_0x614738[_0x1701b0(0x1db)]],_0x47d67b[_0x1701b0(0x1f8)]=[_0x614738[_0x1701b0(0x242)]],_0x47d67b;},exports[a59_0x446069(0x1fd)]=()=>{var _0x44429a=a59_0x446069,_0x3006b8={};_0x3006b8[_0x44429a(0x260)]=_0x44429a(0x1ea),_0x3006b8['vkLvz']=_0x44429a(0x235),_0x3006b8['KRQKK']='BROWSERSTACK_ACCESS_KEY',_0x3006b8[_0x44429a(0x247)]=_0x44429a(0x1bb),_0x3006b8[_0x44429a(0x1bd)]='BROWSERSTACK_PROJECT_NAME',_0x3006b8[_0x44429a(0x239)]=_0x44429a(0x22e),_0x3006b8[_0x44429a(0x20a)]=_0x44429a(0x26f),_0x3006b8[_0x44429a(0x26c)]=_0x44429a(0x246),_0x3006b8[_0x44429a(0x1e0)]=_0x44429a(0x270),_0x3006b8[_0x44429a(0x216)]=_0x44429a(0x1ba),_0x3006b8[_0x44429a(0x1f7)]='BROWSERSTACK_APP_ID',_0x3006b8['JiHxK']='BROWSERSTACK_APP',_0x3006b8[_0x44429a(0x1d6)]=_0x44429a(0x1e1),_0x3006b8['oVPkl']=_0x44429a(0x1e3);var _0x1322eb=_0x3006b8,_0x18f5f8={};return _0x18f5f8[_0x44429a(0x1f9)]=[_0x1322eb[_0x44429a(0x260)],_0x1322eb['vkLvz']],_0x18f5f8['accessKey']=[_0x1322eb[_0x44429a(0x254)]],_0x18f5f8[_0x44429a(0x1c8)]=[_0x1322eb[_0x44429a(0x247)]],_0x18f5f8[_0x44429a(0x24f)]=[_0x1322eb[_0x44429a(0x1bd)]],_0x18f5f8[_0x44429a(0x1f1)]=[_0x1322eb['FEgtt']],_0x18f5f8[_0x44429a(0x1ec)]=[_0x1322eb[_0x44429a(0x20a)]],_0x18f5f8['browserstackLocal']=[_0x1322eb['VVyKc']],_0x18f5f8['localIdentifier']=[_0x1322eb[_0x44429a(0x1e0)]],_0x18f5f8[_0x44429a(0x200)]=[_0x1322eb[_0x44429a(0x216)]],_0x18f5f8['app']=[_0x1322eb[_0x44429a(0x1f7)],_0x1322eb[_0x44429a(0x211)]],_0x18f5f8['logLevel']=[_0x1322eb[_0x44429a(0x1d6)]],_0x18f5f8['automation']=[_0x1322eb[_0x44429a(0x1cf)]],_0x18f5f8;},exports[a59_0x446069(0x21e)]=()=>[a59_0x446069(0x1ff),a59_0x446069(0x234),a59_0x446069(0x1c7),a59_0x446069(0x23b),a59_0x446069(0x1b9),a59_0x446069(0x1f0),a59_0x446069(0x204),'locale',a59_0x446069(0x1c0),'autoWebview',a59_0x446069(0x1ca),a59_0x446069(0x1d8),a59_0x446069(0x20e),a59_0x446069(0x255),'enablePerformanceLogging',a59_0x446069(0x1dc),a59_0x446069(0x1fa),'appActivity',a59_0x446069(0x1e2),a59_0x446069(0x20b),a59_0x446069(0x24c),'appWaitDuration',a59_0x446069(0x24b),'allowTestPackages',a59_0x446069(0x258),a59_0x446069(0x228),a59_0x446069(0x261),a59_0x446069(0x1c4),a59_0x446069(0x229),a59_0x446069(0x207),'androidInstallPath',a59_0x446069(0x21f),'avdLaunchTimeout',a59_0x446069(0x265),'avdArgs',a59_0x446069(0x257),'keystorePath',a59_0x446069(0x1dd),a59_0x446069(0x1d3),a59_0x446069(0x248),'chromedriverExecutable',a59_0x446069(0x1cc),a59_0x446069(0x1d2),a59_0x446069(0x266),a59_0x446069(0x1df),'chromedriverPort',a59_0x446069(0x23e),a59_0x446069(0x271),a59_0x446069(0x269),a59_0x446069(0x26d),'intentCategory',a59_0x446069(0x224),a59_0x446069(0x25e),a59_0x446069(0x208),a59_0x446069(0x206),a59_0x446069(0x202),a59_0x446069(0x1e4),a59_0x446069(0x1c3),'disableAndroidWatchers','chromeOptions','recreateChromeDriverSessions',a59_0x446069(0x21c),a59_0x446069(0x1be),a59_0x446069(0x20d),a59_0x446069(0x249),a59_0x446069(0x26b),a59_0x446069(0x25c),a59_0x446069(0x1da),a59_0x446069(0x226),a59_0x446069(0x1f6),a59_0x446069(0x1fc),a59_0x446069(0x212),a59_0x446069(0x1ee),a59_0x446069(0x251),'unlockType',a59_0x446069(0x1ce),'autoLaunch',a59_0x446069(0x1bf),a59_0x446069(0x240),a59_0x446069(0x233),a59_0x446069(0x1c9),a59_0x446069(0x1e7),a59_0x446069(0x20c),a59_0x446069(0x232),a59_0x446069(0x219),a59_0x446069(0x259),a59_0x446069(0x1c2),a59_0x446069(0x23d),a59_0x446069(0x262),'locationServicesEnabled',a59_0x446069(0x25d),a59_0x446069(0x256),'autoDismissAlerts',a59_0x446069(0x1f2),a59_0x446069(0x1d5),a59_0x446069(0x1e5),a59_0x446069(0x1c1),'safariIgnoreFraudWarning',a59_0x446069(0x217),a59_0x446069(0x22d),'localizableStringsDir','processArguments',a59_0x446069(0x201),a59_0x446069(0x1d1),'sendKeyStrategy',a59_0x446069(0x1d0),a59_0x446069(0x238),a59_0x446069(0x237),a59_0x446069(0x222),a59_0x446069(0x23f),'webkitDebugProxyPort',a59_0x446069(0x22c),a59_0x446069(0x21d),a59_0x446069(0x21b),a59_0x446069(0x1d7),a59_0x446069(0x25b),a59_0x446069(0x253),a59_0x446069(0x1f5),a59_0x446069(0x21a),a59_0x446069(0x218),a59_0x446069(0x1ef),a59_0x446069(0x20f),'keychainPassword',a59_0x446069(0x214),a59_0x446069(0x25a),'webDriverAgentUrl',a59_0x446069(0x1ed),a59_0x446069(0x264),a59_0x446069(0x1c6),a59_0x446069(0x1d9),a59_0x446069(0x22b),'xcodeSigningId',a59_0x446069(0x252),a59_0x446069(0x1f3),a59_0x446069(0x1e8),a59_0x446069(0x1e6),a59_0x446069(0x22a),a59_0x446069(0x26e),'maxTypingFrequency','simpleIsVisibleCheck',a59_0x446069(0x205),a59_0x446069(0x1d4),a59_0x446069(0x245),a59_0x446069(0x1eb),'ignoreHiddenApiPolicyError',a59_0x446069(0x1bc),a59_0x446069(0x1de),a59_0x446069(0x1c5),a59_0x446069(0x263)]);
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a60_0x162f89=a60_0x23e3;function a60_0xfd71(){var _0x16fbe7=['116029TzFDVq','42138GPZkfw','browserStackGlobals','getGlobal','exports','76vyqFSM','__instance','330vMqJjO','20785UNofcf','2334IbwDLD','1533320brMEMD','1807638DUxAzc','setGlobal','240rjiHRT','75366wqToic'];a60_0xfd71=function(){return _0x16fbe7;};return a60_0xfd71();}(function(_0x33d46f,_0x145df7){var _0x2dd0c2=a60_0x23e3,_0x2b3d57=_0x33d46f();while(!![]){try{var _0x30a3dd=-parseInt(_0x2dd0c2(0x6b))/0x1+-parseInt(_0x2dd0c2(0x74))/0x2*(-parseInt(_0x2dd0c2(0x78))/0x3)+parseInt(_0x2dd0c2(0x70))/0x4*(parseInt(_0x2dd0c2(0x73))/0x5)+-parseInt(_0x2dd0c2(0x79))/0x6+-parseInt(_0x2dd0c2(0x76))/0x7+parseInt(_0x2dd0c2(0x75))/0x8+-parseInt(_0x2dd0c2(0x6c))/0x9*(-parseInt(_0x2dd0c2(0x72))/0xa);if(_0x30a3dd===_0x145df7)break;else _0x2b3d57['push'](_0x2b3d57['shift']());}catch(_0x1f9eda){_0x2b3d57['push'](_0x2b3d57['shift']());}}}(a60_0xfd71,0x2026a));class Global{static [a60_0x162f89(0x71)];constructor(){var _0x35b3a3=a60_0x162f89;if(Global['__instance'])return Global['__instance'];this[_0x35b3a3(0x6d)]=global,Global['__instance']=this;}[a60_0x162f89(0x77)](_0x46bf98,_0x7b19a1){var _0x5050c0=a60_0x162f89;this[_0x5050c0(0x6d)][_0x46bf98]=_0x7b19a1;}[a60_0x162f89(0x6e)](_0x5bb234){var _0x4754bc=a60_0x162f89;return this[_0x4754bc(0x6d)][_0x5bb234];}}function a60_0x23e3(_0xb908a8,_0x588c5c){var _0xfd71b0=a60_0xfd71();return a60_0x23e3=function(_0x23e32b,_0x41745c){_0x23e32b=_0x23e32b-0x6b;var _0x3aa292=_0xfd71b0[_0x23e32b];return _0x3aa292;},a60_0x23e3(_0xb908a8,_0x588c5c);}module[a60_0x162f89(0x6f)]=new Global();
|