browserstack-node-sdk 1.33.5 → 1.33.6
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_0x3ed8(){var _0x1a8ba1=['wdaConnectionTimeout','webkitDebugProxyPort','avdReadyTimeout','chromedriverPort','rerunTests','917IzRMbt','dniRz','autoDismissAlerts','JQbuE','ZUPZc','useNewWDA','chromedriverExecutableDir','BROWSERSTACK_BUILD_IDENTIFIER','simpleIsVisibleCheck','startIWDP','autoWebview','webkitResponseTimeout','remoteAppsCacheLimit','keychainPath','deviceReadyTimeout','allowTestPackages','browserstack.buildIdentifier','connectHardwareKeyboard','intentAction','buildIdentifier','appWaitPackage','CysgD','4939vWPNUP','3980EOahes','androidNaturalOrientation','appWaitActivity','Dulie','safariOpenLinksInBackground','clearSystemFiles','webviewDevtoolsPort','6rrxzdz','BROWSERSTACK_BUILD_NAME','EYqcl','iIQld','browserstack.user_name','shouldUseSingletonTestManager','updatedWDABundleId','1187976MKPGAG','xcodeOrgId','adbPort','chromeOptions','androidDeviceReadyTimeout','nativeInstrumentsLib','udid','191644WgGczo','isHeadless','chromedriverDisableBuildCheck','browserstack.app','PjNmk','adbExecTimeout','screenshotWaitTimeout','eventTimings','orientation','useKeystore','customSSLCert','webviewConnectRetries','wdaStartupRetries','useCarthageSsl','skipLogCapture','networkSpeed','wdaLocalPort','appPackage','newCommandTimeout','15QgSAiu','GHouK','calendarFormat','EnvCapsMapping','chromedriverChromeMappingFile','showXcodeLog','wdaStartupRetryInterval','Ldntn','autoWebviewTimeout','androidInstallPath','iWXjE','androidDeviceSocket','chromedriverExecutable','androidCoverageEndIntent','browserstack.localIdentifier','BROWSERSTACK_OBSERVABILITY_DEBUG','userName','deviceName','browserstack.accessKey','AtHRD','waitForAppScript','BROWSERSTACK_APP','135131YSmCfT','iosInstallPause','vxWqg','browserstack.userName','skipDeviceInitialization','bundleId','logLevel','YXklJ','ignoreHiddenApiPolicyError','browserstack.local','intentFlags','skipUnlock','unicodeKeyboard','browserstack.ppp','printPageSourceOnFindFailure','ufXWx','tapWithShortPressDuration','xcodeConfigFile','keepKeyChains','noSign','avd','keyPassword','commandTimeouts','BROWSERSTACK_USER_NAME','logcatFilterSpecs','nativeWebTap','app','appName','browserstack.access_key','keystorePassword','appActivity','fullReset','maxTypingFrequency','chromedriverPorts','BROWSERSTACK_PARALLELS_PER_PLATFORM','mockLocationApp','1283145HkVTjP','webDriverAgentUrl','browserstack.projectName','BROWSERSTACK_USERNAME','otherApps','BROWSERSTACK_APP_ID','autoGrantPermissions','enableAsyncExecuteFromHttps','buildName','browserstack.parallelsPerPlatform','locationServicesAuthorized','locationServicesEnabled','autoLaunch','accessKey','recreateChromeDriverSessions','projectName','AphPJ','showIOSLog','androidInstallTimeout','CLICapsMapping','oejkQ','1593108WTzxqG','systemPort','jxfFA','DqNaH','GefLG','BROWSERSTACK_ACCESS_KEY','dontStopAppOnReset','16554GYPaHg','uninstallOtherPackages','avdArgs','localeScript','androidScreenshotPath','hvmDI','vjkXA','locale','keychainPassword','BROWSERSTACK_LOCAL','fullContextList','omBWi','skipLogcatCapture','wdaLaunchTimeout','allowTouchIdEnroll','unlockKey','scaleFactor','parallelsPerPlatform','djaVP','XNRGu','ignoreUnimportantViews','cwNaR','browserstack.automation','automation','language','browserstackLocal','appWaitDuration','browserstack.buildName','SPhwP','localIdentifier'];a59_0x3ed8=function(){return _0x1a8ba1;};return a59_0x3ed8();}var a59_0x9b9435=a59_0x2d28;function a59_0x2d28(_0x363c0a,_0x335285){var _0x3ed851=a59_0x3ed8();return a59_0x2d28=function(_0x2d2816,_0x241f21){_0x2d2816=_0x2d2816-0x12f;var _0x1db266=_0x3ed851[_0x2d2816];return _0x1db266;},a59_0x2d28(_0x363c0a,_0x335285);}(function(_0x5ba050,_0x289172){var _0x1c517a=a59_0x2d28,_0x28cc69=_0x5ba050();while(!![]){try{var _0x3c6800=parseInt(_0x1c517a(0x1bf))/0x1*(-parseInt(_0x1c517a(0x188))/0x2)+-parseInt(_0x1c517a(0x1a9))/0x3*(-parseInt(_0x1c517a(0x196))/0x4)+parseInt(_0x1c517a(0x1e3))/0x5+-parseInt(_0x1c517a(0x147))/0x6*(-parseInt(_0x1c517a(0x16a))/0x7)+-parseInt(_0x1c517a(0x18f))/0x8+-parseInt(_0x1c517a(0x140))/0x9+parseInt(_0x1c517a(0x181))/0xa*(parseInt(_0x1c517a(0x180))/0xb);if(_0x3c6800===_0x289172)break;else _0x28cc69['push'](_0x28cc69['shift']());}catch(_0x4bcfd3){_0x28cc69['push'](_0x28cc69['shift']());}}}(a59_0x3ed8,0x4a905),exports[a59_0x9b9435(0x13e)]=()=>{var _0x3ca010=a59_0x9b9435,_0x362855={};_0x362855[_0x3ca010(0x159)]=_0x3ca010(0x18c),_0x362855['SPhwP']=_0x3ca010(0x1c2),_0x362855[_0x3ca010(0x16e)]=_0x3ca010(0x1db),_0x362855[_0x3ca010(0x17f)]=_0x3ca010(0x1bb),_0x362855['GefLG']=_0x3ca010(0x162),_0x362855[_0x3ca010(0x1c1)]=_0x3ca010(0x1e5),_0x362855[_0x3ca010(0x18b)]=_0x3ca010(0x17a),_0x362855[_0x3ca010(0x143)]=_0x3ca010(0x1cc),_0x362855['AphPJ']=_0x3ca010(0x134),_0x362855['ufXWx']=_0x3ca010(0x1c8),_0x362855[_0x3ca010(0x1b3)]=_0x3ca010(0x1b7),_0x362855[_0x3ca010(0x1c6)]='browserstack.rerunTests',_0x362855['JQbuE']=_0x3ca010(0x199),_0x362855['oejkQ']='browserstack.logLevel',_0x362855[_0x3ca010(0x184)]=_0x3ca010(0x15d);var _0x264f3c=_0x362855,_0x32b1bd={};return _0x32b1bd[_0x3ca010(0x1b9)]=[_0x264f3c['djaVP'],_0x264f3c[_0x3ca010(0x163)]],_0x32b1bd[_0x3ca010(0x138)]=[_0x264f3c['ZUPZc'],_0x264f3c['CysgD']],_0x32b1bd['buildName']=[_0x264f3c[_0x3ca010(0x144)]],_0x32b1bd[_0x3ca010(0x13a)]=[_0x264f3c[_0x3ca010(0x1c1)]],_0x32b1bd[_0x3ca010(0x17d)]=[_0x264f3c[_0x3ca010(0x18b)]],_0x32b1bd[_0x3ca010(0x158)]=[_0x264f3c[_0x3ca010(0x143)],_0x264f3c[_0x3ca010(0x13b)]],_0x32b1bd[_0x3ca010(0x160)]=[_0x264f3c[_0x3ca010(0x1ce)]],_0x32b1bd['localIdentifier']=[_0x264f3c['iWXjE']],_0x32b1bd[_0x3ca010(0x169)]=[_0x264f3c[_0x3ca010(0x1c6)]],_0x32b1bd[_0x3ca010(0x1d9)]=[_0x264f3c[_0x3ca010(0x16d)]],_0x32b1bd[_0x3ca010(0x1c5)]=[_0x264f3c[_0x3ca010(0x13f)]],_0x32b1bd[_0x3ca010(0x15e)]=[_0x264f3c[_0x3ca010(0x184)]],_0x32b1bd;},exports[a59_0x9b9435(0x1ac)]=()=>{var _0x30158d=a59_0x9b9435,_0x3d5da4={};_0x3d5da4['ofLhB']=_0x30158d(0x1e6),_0x3d5da4['XgtuK']=_0x30158d(0x1d6),_0x3d5da4['omBWi']=_0x30158d(0x145),_0x3d5da4['PjNmk']=_0x30158d(0x189),_0x3d5da4[_0x30158d(0x1b0)]='BROWSERSTACK_PROJECT_NAME',_0x3d5da4[_0x30158d(0x14c)]=_0x30158d(0x171),_0x3d5da4['GHouK']=_0x30158d(0x1e1),_0x3d5da4[_0x30158d(0x16b)]=_0x30158d(0x150),_0x3d5da4['vjkXA']='BROWSERSTACK_LOCAL_IDENTIFIER',_0x3d5da4['AtHRD']='BROWSERSTACK_RERUN_TESTS',_0x3d5da4[_0x30158d(0x142)]=_0x30158d(0x130),_0x3d5da4[_0x30158d(0x15c)]=_0x30158d(0x1be),_0x3d5da4[_0x30158d(0x15a)]=_0x30158d(0x1b8),_0x3d5da4[_0x30158d(0x18a)]='BROWSERSTACK_AUTOMATION';var _0x3d699a=_0x3d5da4,_0x4a2beb={};return _0x4a2beb[_0x30158d(0x1b9)]=[_0x3d699a['ofLhB'],_0x3d699a['XgtuK']],_0x4a2beb[_0x30158d(0x138)]=[_0x3d699a[_0x30158d(0x152)]],_0x4a2beb[_0x30158d(0x133)]=[_0x3d699a[_0x30158d(0x19a)]],_0x4a2beb['projectName']=[_0x3d699a[_0x30158d(0x1b0)]],_0x4a2beb[_0x30158d(0x17d)]=[_0x3d699a[_0x30158d(0x14c)]],_0x4a2beb[_0x30158d(0x158)]=[_0x3d699a[_0x30158d(0x1aa)]],_0x4a2beb[_0x30158d(0x160)]=[_0x3d699a[_0x30158d(0x16b)]],_0x4a2beb[_0x30158d(0x164)]=[_0x3d699a[_0x30158d(0x14d)]],_0x4a2beb[_0x30158d(0x169)]=[_0x3d699a[_0x30158d(0x1bc)]],_0x4a2beb['app']=[_0x3d699a[_0x30158d(0x142)],_0x3d699a[_0x30158d(0x15c)]],_0x4a2beb['logLevel']=[_0x3d699a[_0x30158d(0x15a)]],_0x4a2beb['automation']=[_0x3d699a[_0x30158d(0x18a)]],_0x4a2beb;},exports['AppiumCaps']=()=>['automationName','platformVersion',a59_0x9b9435(0x1ba),a59_0x9b9435(0x1a8),a59_0x9b9435(0x1d9),a59_0x9b9435(0x195),a59_0x9b9435(0x15f),a59_0x9b9435(0x14e),a59_0x9b9435(0x19e),a59_0x9b9435(0x174),'noReset',a59_0x9b9435(0x1de),a59_0x9b9435(0x186),a59_0x9b9435(0x19d),'enablePerformanceLogging',a59_0x9b9435(0x12f),a59_0x9b9435(0x1cd),a59_0x9b9435(0x1dd),a59_0x9b9435(0x1a7),a59_0x9b9435(0x183),a59_0x9b9435(0x17e),a59_0x9b9435(0x161),a59_0x9b9435(0x178),a59_0x9b9435(0x179),'androidCoverage',a59_0x9b9435(0x1b6),a59_0x9b9435(0x193),a59_0x9b9435(0x191),a59_0x9b9435(0x1b4),a59_0x9b9435(0x13d),a59_0x9b9435(0x1b2),a59_0x9b9435(0x1d3),'avdLaunchTimeout',a59_0x9b9435(0x167),a59_0x9b9435(0x149),a59_0x9b9435(0x19f),'keystorePath',a59_0x9b9435(0x1dc),'keyAlias',a59_0x9b9435(0x1d4),a59_0x9b9435(0x1b5),'chromedriverArgs',a59_0x9b9435(0x170),a59_0x9b9435(0x1ad),'chromedriverUseSystemExecutable',a59_0x9b9435(0x168),a59_0x9b9435(0x1e0),a59_0x9b9435(0x198),a59_0x9b9435(0x1b1),a59_0x9b9435(0x17c),'intentCategory',a59_0x9b9435(0x1c9),'optionalIntentArguments',a59_0x9b9435(0x146),a59_0x9b9435(0x1cb),'resetKeyboard',a59_0x9b9435(0x1d2),a59_0x9b9435(0x15b),'disableAndroidWatchers',a59_0x9b9435(0x192),a59_0x9b9435(0x139),'nativeWebScreenshot',a59_0x9b9435(0x14b),a59_0x9b9435(0x1a5),'gpsEnabled',a59_0x9b9435(0x197),a59_0x9b9435(0x19b),a59_0x9b9435(0x14a),a59_0x9b9435(0x1c3),a59_0x9b9435(0x131),a59_0x9b9435(0x182),a59_0x9b9435(0x141),'remoteAdbHost',a59_0x9b9435(0x1ca),'unlockType',a59_0x9b9435(0x156),a59_0x9b9435(0x137),a59_0x9b9435(0x153),a59_0x9b9435(0x148),'disableWindowAnimation','buildToolsVersion','enforceAppInstall','ensureWebviewsHavePages',a59_0x9b9435(0x187),'enableWebviewDetailsCollection',a59_0x9b9435(0x176),a59_0x9b9435(0x1ab),a59_0x9b9435(0x1c4),'launchTimeout',a59_0x9b9435(0x136),a59_0x9b9435(0x135),'autoAcceptAlerts',a59_0x9b9435(0x16c),a59_0x9b9435(0x194),a59_0x9b9435(0x1d8),'safariInitialUrl','safariAllowPopups','safariIgnoreFraudWarning',a59_0x9b9435(0x185),a59_0x9b9435(0x1d1),'localizableStringsDir','processArguments','interKeyDelay',a59_0x9b9435(0x13c),'sendKeyStrategy',a59_0x9b9435(0x175),a59_0x9b9435(0x19c),'remoteDebugProxy',a59_0x9b9435(0x132),a59_0x9b9435(0x1a4),a59_0x9b9435(0x166),a59_0x9b9435(0x151),a59_0x9b9435(0x1bd),a59_0x9b9435(0x1a1),a59_0x9b9435(0x1da),a59_0x9b9435(0x1a0),a59_0x9b9435(0x1cf),a59_0x9b9435(0x157),a59_0x9b9435(0x1a6),a59_0x9b9435(0x1ae),a59_0x9b9435(0x1c0),a59_0x9b9435(0x1d0),a59_0x9b9435(0x14f),'usePrebuiltWDA','preventWDAAttachments',a59_0x9b9435(0x1e4),a59_0x9b9435(0x177),a59_0x9b9435(0x16f),a59_0x9b9435(0x154),a59_0x9b9435(0x165),a59_0x9b9435(0x190),'xcodeSigningId',a59_0x9b9435(0x18e),'resetOnSessionStartOnly',a59_0x9b9435(0x1d5),a59_0x9b9435(0x1a2),a59_0x9b9435(0x1af),a59_0x9b9435(0x17b),a59_0x9b9435(0x1df),a59_0x9b9435(0x172),a59_0x9b9435(0x1a3),a59_0x9b9435(0x18d),a59_0x9b9435(0x173),a59_0x9b9435(0x155),a59_0x9b9435(0x1c7),a59_0x9b9435(0x1e2),'logcatFormat',a59_0x9b9435(0x1d7),'allowDelayAdb']);
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a60_0x538785=a60_0x189b;function a60_0xf7cd(){var _0xdf9c98=['49752gMWtNG','1dJYTTG','6EJHoRk','150kGZLEB','787437sLDVMw','7377436ueBeim','browserStackGlobals','963935JGQeyp','1390390nJwTlZ','8248855QPcGng','getGlobal','84zgbVqR','__instance','5946272TWAsuH'];a60_0xf7cd=function(){return _0xdf9c98;};return a60_0xf7cd();}(function(_0x2a3de5,_0x36fc8a){var _0x1cce93=a60_0x189b,_0x11733f=_0x2a3de5();while(!![]){try{var _0x1a8174=parseInt(_0x1cce93(0x6a))/0x1*(-parseInt(_0x1cce93(0x71))/0x2)+-parseInt(_0x1cce93(0x69))/0x3*(-parseInt(_0x1cce93(0x66))/0x4)+parseInt(_0x1cce93(0x72))/0x5*(-parseInt(_0x1cce93(0x6b))/0x6)+parseInt(_0x1cce93(0x70))/0x7+parseInt(_0x1cce93(0x68))/0x8+-parseInt(_0x1cce93(0x6d))/0x9*(-parseInt(_0x1cce93(0x6c))/0xa)+parseInt(_0x1cce93(0x6e))/0xb;if(_0x1a8174===_0x36fc8a)break;else _0x11733f['push'](_0x11733f['shift']());}catch(_0x15dbbd){_0x11733f['push'](_0x11733f['shift']());}}}(a60_0xf7cd,0xd3c1e));function a60_0x189b(_0x22961b,_0x28a01a){var _0xf7cd6d=a60_0xf7cd();return a60_0x189b=function(_0x189b15,_0x2ff8e1){_0x189b15=_0x189b15-0x66;var _0x26ba03=_0xf7cd6d[_0x189b15];return _0x26ba03;},a60_0x189b(_0x22961b,_0x28a01a);}class Global{static [a60_0x538785(0x67)];constructor(){var _0x24f70f=a60_0x538785;if(Global[_0x24f70f(0x67)])return Global[_0x24f70f(0x67)];this[_0x24f70f(0x6f)]=global,Global[_0x24f70f(0x67)]=this;}['setGlobal'](_0x509fe6,_0x3fd577){var _0xc773b0=a60_0x538785;this[_0xc773b0(0x6f)][_0x509fe6]=_0x3fd577;}[a60_0x538785(0x73)](_0x15c51c){var _0x5b7af0=a60_0x538785;return this[_0x5b7af0(0x6f)][_0x15c51c];}}module['exports']=new Global();
|