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

Category: Tips & Tricks

Tips & Tricks

what is the use of androidInstallTimeout?

Timeout in milliseconds used to wait for an apk to install to the device. Defaults to 90000

Tips & Tricks

what is the use of deviceReadyTimeout?

Timeout in seconds while waiting for device to become ready. Default time:5 sec

Different type of Gesture using appium / Tips & Tricks

How to Swipe Left on the Element?

public void swipeLeftOnElement(WebElement element) { Point point = element.getLocation(); Dimension eleSize = element.getSize(); int centerX = point.getX() + (eleSize.getWidth() / 2); int centerY = point.getY() + (eleSize.getHeight() / 2); int …

Some of the Advanced Tips of appium / Tips & Tricks

How to make a simple library to track any method you call? [Java]

There are many reasons when want to track a method that we call.  The common one is to track how much time a method is taking. However, there is a …

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