Questions tagged [appium-desktop]

Appium Desktop is an open source app for Mac, Windows, and Linux which gives you the power of the Appium automation server in a beautiful and flexible UI. It is a combination of a few Appium-related tools: A graphical interface for the Appium Server. An Inspector that you can use to look at your app's elements, get basic information about them, and perform basic interactions with them.

Appium Desktop is an open source app for Mac, Windows, and Linux which gives you the power of the Appium automation server in a beautiful and flexible UI. It is a combination of a few Appium-related tools:

A graphical interface for the Appium Server. You can set options, start/stop the server, see logs, etc... You also don't need to use Node/NPM to install Appium, as the Node runtime comes bundled with Appium Desktop.
An Inspector that you can use to look at your app's elements, get basic information about them, and perform basic interactions with them. This is useful as a way to learn about Appium or as a way to learn about your app so you can write tests for it.

For more information see here

236 questions
0
votes
1 answer

Android configuration for 3.1.3 - mobile testing with Appium

I have registered myself with udemy.com tutorials on Appium testing but all given steps are in configuration w.r.t. for old Android Studio version like 2.x. Now the latest version of Android Studio is 3.1.3 and after installing i could not find sdk…
sri
  • 25
  • 7
0
votes
1 answer

Appium Inspector doesn't respond to click on the app image

New to Appium. Its Inspector (GUI version) doesn't respond to any click on the app image (no logs on the server, no App Source content either after clicking). If "Tap By Coordinates" is clicked, it generates logs on the server only. I tried both…
Martin
  • 1
  • 1
0
votes
2 answers

Original error packageAndLaunchActivityFrommanifest failed

an unknown server-side error occurred while processing the command. original error packageAndLaunchActivityFrommanifest failed Below picture describes more -
leyo
  • 11
  • 2
0
votes
2 answers

How to Swipe Horizontally using appium

I have 5 swipe screens and my code just stuck at 3rd screen i want to scroll Horizontally.
0
votes
1 answer

Automate iOS application with amCharts element using Appium or Perfecto

Is it possible to automate iOS native application with amCharts elements using Appium or Perfecto ? [Sample amChart]
0
votes
2 answers

Appium Test Case Throws Exception

I am trying to run my first test case for appium using eclipse oxygen. i followed up tutorial step by step http://www.automationtestinghub.com/appium-tutorial/ My actual code is import java.net.MalformedURLException; import java.net.URL; …
0
votes
1 answer

explicit wait for webdriver is not working in appium 1.7.2

I have created a utility class where I have: public void waitForScreenToLoad(AndroidDriver lDriver, WebElement element, int seconds){ WebDriverWait wait = new WebDriverWait(lDriver,seconds); …
0
votes
0 answers

Error while installing appium using npm in centos 7

I am getting this error while installing appium through npm. node -v: 9.8.0 npm -v: 5.6.0   [root@localhost lib]# npm install -g appium /usr/bin/appium -> /usr/lib/node_modules/appium/build/lib/main.js appium-chromedriver@3.1.4 install…
Prakash P
  • 419
  • 1
  • 8
  • 18
0
votes
0 answers

I am not able to Scroll in appium

I have tried multiple options to scroll through the page of custom chrome tab application built as an android app for a tablet, I am still not able to. Touch action code from appium desktop does not run in eclipse IDE. and UiScrollable is not able…
0
votes
1 answer

IOS Simulator UUID, chosen by Appium does not exist on my desktop

I am trying to use Appium to do some testing on my IOS app. (This is my first time using it). I am using Appium Desktop to start Appium. Here is my capability list: { "platformName": "iOS", "platformVersion": "11.2", "deviceName": "iPhone 7…
Alp
  • 3,027
  • 1
  • 13
  • 28
-1
votes
0 answers

Mobile chrome Browser with Native App issue by Appium

Could you help me to advise whether we can pass any app deeplink url in the Android or iOS browser and launch the app after clicking on the Play' icon on the alert popup where we want to close all tabs before launching the same browser for Android…
-1
votes
1 answer

Getting UiAutomator exited unexpectedly with code 0, signal null error in android version above 10 in redmi

Im getting below error in devices which is having more than 10 android versions. enter image description here
-1
votes
1 answer

Facing an issue when writing tests for windows driver using Appium test framework

I am trying to automate a windows app using the Appium test framework. So I referred the below link Appium test framework I followed all the steps mentioned in the above link but I am getting an error in the below line DesktopSession = new…
T.Eswaran
  • 154
  • 8
-1
votes
1 answer

Is there any way of clearing cache and free up space from android using appium python?

I run an app and from the app it directs me to chrome for login. After which I give my email and password and then after successful login I get redirected to app. Now the question is in case I need to run it again I need to manually clear the cache…
-1
votes
1 answer

so if we need to setup an auto tests (Appium) of an iPhone app from our Win 10 setup - what are all of our options?

for Android - we just run the emulator and hook them up but for iPhone what are our options? can we also run some iPhone emulator? or hook up an actual iPhone via USB? or have our code connect to virtual (or real) MacOS that has an iPhone emulator…
1 2 3
15
16