Skip to content
pCloudy – Question and Answers
Menu
    • Appium Tips and Tricks
    • Ask Question
    • Questions
    • search-results
    • test page

Category: Appium Basic Capability

Appium Basic Capability

what is the capabilty remoteAppsCacheLimit used for?

Set the maximum number of remote cached apks (default is 10) which are pushed to the device-under-test’s local storage. Caching apks remotely speeds up the execution of sequential test cases …

Appium Basic Capability

what is the capabilty skipServerInstallation used for?

Skip uiAutomator2 server installation and use uiAutomator2 server from the device. It can be used to improve startup performance when an uiAutomator2 server in the proper version is already installed …

Appium Basic Capability

what is the capabilty enforceAppInstall used for?

By default application installation is skipped if newer or the same version of this app is already present on the device under test. Setting this option to true will enforce …

Appium Basic Capability

What is the Use of enablePerformanceLogging?

Enable performance logging of webviews and web browsers. Enables Chromedriver performance logging on Android. Enables Safari performance logging on iOS. Defalut Value:-false Example:-capabilities.setCapability(“enablePerformanceLogging”, false);

Appium Basic Capability

What is the Use of webviewConnectRetries?

Number of times to send connection message to remote debugger, to get webview. Defalut Value:-8 Example:-capabilities.setCapability(“webviewConnectRetries”, 12);

Appium Basic Capability

what is the use of disableWindowAnimation?

Set device animation scale zero if the value is true. After session is complete, Appium restores the animation scale to it’s original value. Defaults to false eg: capability.setCapability(“disableWindowAnimation”, true);

Appium Basic Capability

What is the use of “waitForQuiescence” capability?

Turn on/off waiting for application quiescence in WebDriverAgent, while performing queries. Quiescence has to do with WebDriverAgent deciding that your app is idle and automation can resume. If an iOS …

Appium Basic Capability / Uncategorized

What is the use of “showChromedriverLog” capability?

Set to true to include Chromedriver log output in the Appium server logs.Default is false. Eg:-capabilities.setCapability(“showChromedriverLog”, true);

Appium Basic Capability / Uncategorized

What is the use of “autoDismissAlerts” capability?

Dismiss all iOS alerts automatically if they pop up. This includes privacy access permission alerts (e.g., location, contacts, photos). Default is false. Eg:-capabilities.setCapability(“autoDismissAlerts”, true);

Appium Basic Capability / Uncategorized

What is the use of “autoAcceptAlerts” capability?

Accept all iOS alerts automatically if they pop up. This includes privacy access permission alerts (e.g., location, contacts, photos). Default is false. Eg:-capabilities.setCapability(“autolunch”, true);

Posts navigation

Older posts

pCloudy PORTAL

  • Appium Tips and Tricks
  • Ask Question
  • Sample Code
  • Documentation
  • Videos
  • Blog
  • Training

POPULAR QUESTIONS

  • How to automate pull down refresh functionality ?
  • Can I use pCloudy to test web application on iOS device through automation?
  • How many devices can I connect in each plan?
  • How we can do interrupt testing?
  • Is it possible to run Automation on Android and iOS devices at the same time?
Copyright © 2025 pCloudy - Question and Answers – All Rights Reserved