In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
A complete set of appium desired_caps parameters
Common parameter record
Ability
Description
Value
AutomationName
Which automation engine to use
Appium (default) or Selendroid or UiAutomator2 or Espresso for applications built using the You.i engine for Android or XCUITestiOS or YouiEngine
PlatformName
Which mobile operating system platform to use
IOS,Android or FirefoxOS
PlatformVersion
Mobile operating system version
For example, 7.1 no 4.4
DeviceName
Types of mobile devices or simulators used
IPhone Simulator,iPad Simulator,iPhone Retina 4Melink, Android Emulator,Galaxy S4, etc. On the iOS, this should be one of the valid devices returned with the instrument, instruments-s devices. On Android, this feature is currently ignored, although it is still required.
App
The absolute local path or remote http URL of a file or file, or contains one of them. Appium will first attempt to install the application binaries on the appropriate device. Note that if you specify and feature (see below), this feature is not required for Android. And. Incompatible. .ipa.apk.zipappPackageappActivitybrowserName
/ abs/path/to/my.apk or http://myapp.com/app.ipa
BrowserName
The name of the mobile web browser is automated. It should be an empty string, not an automated application.
"Safari" for iOS, "Chrome", "Chromium" or "browser" for Android
NewCommandTimeout
Appium waits for new commands (in seconds) from the client before assuming that the client exits and ends the session
For example 60
Language
(Sim / Emu-only) the language set for the simulator / simulator
For example, fr
Locale
(Sim / Emu-only) the locale set for the simulator / simulator
For example, fr_CA
Udid
Unique device identifier of the connected physical device
For example, 1ae203187fc012g
Orientation
(Sim / Emu-only) start in a certain direction
LANDSCAPE or PORTRAIT
AutoWebview
Go directly to the Webview context. Default false
True, false
NoReset
Do not reset the application state before this session. See more details here.
True, false
FullReset
Perform a complete reset. See more details here.
True, false
EventTimings
Enables or disables time reporting for various Appium internal events (for example, the start and end of each command, and so on). The default is false. Enable, use true. Then use these times as the property report of the events response query for the current session. Refer to the event time documentation for the structure of this response.
For example, true
EnablePerformanceLogging
(Web and webview only) enable Chromedriver (on Android) or Safari (on iOS) performance logging (default false)
True, false
Android only
These features apply only to Android-based drivers (such as UiAutomator2).
Ability
Description
Value
AppActivity
The name of the Android activity to start from the package. This is often required in a. (for example, .Mainactivity rather than MainActivity)
MainActivity, .Settings
AppPackage
The Java package of the Android application you want to run
Com.example.android.myApp, com.android.settings
AppWaitActivity
Activity name / name, comma separated, Android activity you want to wait for
SplashActivity,SplashActivity,OtherActivity,*,*.SplashActivity
AppWaitPackage
The Java package of the Android application you want to wait for
Com.example.android.myApp, com.android.settings
AppWaitDuration
Timeout for waiting for appWaitActivity to start (in milliseconds, 20000) (default)
30000
DeviceReadyTimeout
Timeout within seconds of waiting for the device to be ready
five
AndroidCoverage
Fully qualified instrument category. Through-w in adb shell, the coverage of instrument-e is true-w
Com.my.Pkg/com.my.Pkg.instrumentation.MyInstrumentation
AndroidCoverageEndIntent
A broadcast operation performed by yourself to dump the override to the file system. Pass to-a broadcast in the adb shell-a
Com.example.pkg.END_EMMA
AndroidDeviceReadyTimeout
Number of seconds used to wait for the device to be ready after startup
For example, 30
AndroidInstallTimeout
Timeout in milliseconds for waiting for apk to be installed on the device. The default is 90000
For example, 90000
AndroidInstallPath
The name of the directory on the device where apk will be installed before installation. Default is / data/local/tmp
For example, / sdcard/Downloads/
AdbPort
Port used to connect to the ADB server (default 5037)
5037
RemoteAdbHost
Optional remote ADB server host
For example: 192.168.0.101
AndroidDeviceSocket
Devtools socket name. Only required if the application being tested is an Chromium embedded browser. The socket is opened by the browser and Chromedriver connects to it as a devtools client.
For example, chrome_devtools_remote
Avd
Name launch of avd
For example, api19
AvdLaunchTimeout
How long does it take for avd to start and connect to ADB (default is 120000)
300000
AvdReadyTimeout
How long will it take for avd to complete the startup animation (default is 120000)
300000
AvdArgs
Other simulator parameters used when starting avd
For example,-netfast
UseKeystore
Use a custom KeyStore to sign apks, default false
True or false
KeystorePath
Custom KeyStore path. Default is ~ / .Android / debug.keystore
For example, / path/to.keystore
KeystorePassword
Custom KeyStore password
For example, foo
KeyAlias
Alias of the key
For example, androiddebugkey
KeyPassword
The key of the key
For example, foo
ChromedriverExecutable
Absolute local path to the webdriver executable (if Chromium embedder provides its own webdriver, it should be used instead of the original chromedriver bundled with Appium)
/ abs/path/to/webdriver
AutoWebviewTimeout
The time in milliseconds to wait for the Webview context to be activated. The default is 2000
For example 4
IntentAction
The intention action will be used to start the activity (default android.intent.action.MAIN)
For example, android.intent.action.MAIN,android.intent.action.VIEW
IntentCategory
Intention category, which will be used to start the activity (default android.intent.category.LAUNCHER)
For example, android.intent.category.LAUNCHER,android.intent.category.APP_CONTACTS
IntentFlags
Flag that will be used to start the activity (default 0x10200000)
For example, 0x10200000
OptionalIntentArguments
Additional intent parameters that will be used to start the activity. See intention parameters
For example-- esn,-- ez, and so on.
DontStopAppOnReset
Do not stop the process of the application under test until you start the application using adb. If the application under test was created by another location application, setting it to false will allow the process of locating the application to still exist during the startup of the test application using adb. In other words, when dontStopAppOnReset is set up for true, we will not include the flag-S in the adb shell am start call. With this ability to be omitted or set to false, we include the-S flag. Default false
True or false
UnicodeKeyboard
Enable Unicode input, default false
True or false
ResetKeyboard
After running the Unicode test using the unicodeKeyboard feature, reset the keyboard to its original state. If used alone, it is ignored. Default false
True or false
NoSign
Use debug keys to skip checking and signing applications. You can only use UiAutomator, not selendroid. Default false
True or false
IgnoreUnimportantViews
Call the setCompressedLayoutHierarchy () uiautomator function. This feature speeds up test execution because accessibility commands ignore certain elements more quickly. Ignored elements are impossible to find, which is why this feature is also implemented as switchable settings and functions. Default is false
True or false
DisableAndroidWatchers
Disable android watchers who observe that the application is not responding and the application crashes, which reduces CPU usage on the Android device / emulator. This feature can only be used for UiAutomator, but not for selendroid. Default false
True or false
ChromeOptions
Allows ChromeDriver to pass chromeOptions functionality. For more information, see chromeOptions
ChromeOptions: {args: ['--disable-popup-blocking']}
RecreateChromeDriverSessions
Kill the ChromeDriver session while moving to non-ChromeDriver web browsing. Default is false
True or false
NativeWebScreenshot
In the context of Web, take a screenshot using the local (adb) method instead of the proxy ChromeDriver. Default is false
True or false
AndroidScreenshotPath
The name of the directory on the device where the screenshot will be placed. Default is / data/local/tmp
For example, / sdcard/screenshots/
AutoGrantPermissions
Have Appium automatically determine which permissions your application needs and grant them to the application at installation time. Default is false
True or false
NetworkSpeed
Set up network speed simulation. Specify the maximum network upload and download speed. Default is full
['full','gsm',' edge', 'hscsd',' gprs', 'umts',' hsdpa', 'lte',' evdo'] check-netspeed option for more information about avds speed simulation
GpsEnabled
Switch the gps location provider for the simulator before starting the session. By default, the emulator enables or disables this option depending on how it is set.
True or false
IsHeadless
True sets this function to no running simulator when the display device is not required to display. False is the default value. IsHeadless also supports iOS. Please check the specific features of XCUITest.
For example, true
IOS only
These features apply only to XCUITest drivers and outdated UIAutomation drivers.
Ability
Description
Value
CalendarFormat
(SIM only) Calendar format set for iOS simulator
For example, gregorian
BundleId
The bundled ID of the application under test. Used to launch an application on a real device or to use other uppercase letters that require package ID during test startup. To run tests on real devices using the package ID, you can omit the apply feature, but you must provide "udid".
For example, io.appium.TestApp
Udid
Unique device identifier of the connected physical device
For example, 1ae203187fc012g
LaunchTimeout
Suppose it waits for the instrument in milliseconds before it suspends and fails the session.
For example, 20000
LocationServicesEnabled
(SIM only) forces the location service to be on or off. The default is to keep the current simulation settings.
True or false
LocationServicesAuthorized
(SIM only) location services are set to authorized or unauthorized through plist so that location services alerts do not pop up. The default is to keep the current simulation settings. Note that if you use this setting, you must also use the bundleId feature to send your application's bundled ID.
True or false
AutoAcceptAlerts
If it pops up, all iOS alerts are automatically accepted. This includes privacy access reminders (for example, location, contacts, photos). The default is false. Does not apply to XCUITest based test.
True or false
AutoDismissAlerts
If it pops up, all iOS alerts are automatically turned off. This includes privacy access reminders (for example, location, contacts, photos). The default is false. Does not apply to XCUITest based test.
True or false
NativeInstrumentsLib
Use native intruments lib (that is, disable the instrument, no delay).
True or false
NativeWebTap
(SIM only) enable "realistic" in Safari, not JavaScript-based web browsing. Default: false. Warning: depending on the size / scale of the viewport, this may not accurately click on an element
True or false
SafariInitialUrl
(SIM only) (> = 8.1) initial Safari browser URL, default is local welcome page
For example, https://www.github.com
SafariAllowPopups
(Sim only) allows JavaScript to open a new window in Safari. Keep the current simulation settings by default
True or false
SafariIgnoreFraudWarning
(SIM only) prevents Safari from displaying fraudulent website warnings. The current simulation settings are maintained by default.
True or false
SafariOpenLinksInBackground
(SIM only) whether Safari should allow links to be opened in a new window. The current simulation settings are maintained by default.
True or false
KeepKeyChains
(Sim-only) whether to keep the key chain when the appium session starts / ends (Library / Keychains)
True or false
LocalizableStringsDir
Where to find localizable strings. Default en.lproj
En.lproj
ProcessArguments
Use the parameters passed to AUT by the tool
For example,-myflag
InterKeyDelay
The delay, in milliseconds, between keystrokes sent to the element during input.
For example, 100
ShowIOSLog
Whether to display any logs captured from devices in the appium log. Default false
True or false
SendKeyStrategy
The strategy used to enter test types into the test realm. The simulator defaults to oneByOne. Actual device default: grouped
OneByOne,grouped or setValue
ScreenshotWaitTimeout
The maximum timeout in seconds to wait for a screenshot is generated. Default: 10
For example, 5
WaitForAppScript
The ios automation script is used to determine whether the application has been started, and by default the system waits for the page source to be not empty. The result must be a Boolean
For example, true;,target.elements () .length > 0bot. Delay (5000); true
WebviewConnectRetries
The number of times a connection message was sent to the remote debugger to get the webview. Default: 8
For example, 12
AppName
The display name of the application under test. Used to automate background applications in iOS 9 +.
For example, UICatalog
CustomSSLCert
(Sim / Emu only) add an SSL certificate to the simulator.
For example
-BEGIN CERTIFICATE-MIIFWjCCBEKg...
-END CERTIFICATE-
WebkitResponseTimeout
(actual devices only) sets the time (in milliseconds) to wait for a response from the WebKit in the Safari session. The default is 5000
For example, 10000
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.