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
1
vote
1 answer

Get Appium automation element in runtime

I need to create automation system-level test for control. Control is set by style and have ListView with separate ListViewItem template. And my goal is to get text from the header inside this ListViewItem. Here is what I have in XAML (code…
MiddleD.
  • 315
  • 1
  • 4
  • 21
1
vote
1 answer

Issue with Appium server: error: more than one device/emulator'; Code: '1'”

The problem I try to run 1 test on multiple Android smartphones in parallel for app Instagram with Python. I have the very popular issue: “Encountered internal error running command: Error executing adbExec. Original error: 'Command …
Gauthier Buttez
  • 1,005
  • 1
  • 16
  • 40
1
vote
0 answers

How to pre populate a image for taking picture in camera using Appium

How can we automate the below scenario in Appium, where I need to take picture manually from the camera and then the app renders the image whether the image taken is right identity or not. how to prepopulate the images for this case instead of…
1
vote
0 answers

New to Appium -trying to run the server

This is the error i get when i start the server: the desired capabilities that i passed is : { "platformName": "Android", "deviceName": "Android Emulator", "app": "C:\Users\Riy\Downloads\WhatsApp Messenger_v2.19.352_apkpure.com.apk" } An…
sunil nair
  • 21
  • 2
1
vote
0 answers

Appium :: org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session

Updated to MacOS catalina Updated appium desktop 1.15.1 Below is the exception on the appium server [Appium] Appium v1.15.1 creating new XCUITestDriver (v2.133.1) session [Appium] Applying relaxed security to 'XCUITestDriver' as per server…
1
vote
1 answer

Appium Desktop terminates after booting ios simulator

I'm trying to inspect the elements of the IntegrationApp.app that comes with the WebDriverAgent project. I built the app on a simulator in xcode but when I: Open Appium Desktop (v1.15.1) on my MAC (v10.14.6) Start the server Select Start Inspector…
bassani2019
  • 73
  • 1
  • 6
1
vote
2 answers

Appium inspector not able locate element properly. So automation is not able to perform click function

Not able to click in automation because IU is not properly visible in appium. Please help me for this issue. Screenshot is given below Appium image attached Appium version: - 1.15.0 -1. Java client : - java-client-7.2.0 Desired capability details…
Chetan Ma
  • 11
  • 1
  • 5
1
vote
3 answers

winappdriver couldn't find element using

I am new to automation and I am trying to automate the WPF application using WinAppDriver with C#. I am able to load the application but getting the error like {"An element could not be located on the page using the given search parameters."} while…
Anil
  • 21
  • 1
  • 6
1
vote
1 answer

How to uninstall Appium desktop and its cache files from mac?

I have trashed the older version of appium desktop (1.13) from application. Later on I installed the latest version of appium desktop (1.15). When I started the appium server and click on appium inspector icon, I can still see the saved capabilities…
amitsahu86
  • 29
  • 2
  • 8
1
vote
1 answer

How to run automation scripts on remote Appium server using public IP?

I have deployed automation script in remote ubuntu-server and i want to execute those script on my local system where appium server is running.I have googled for the answer but all the solutions work only if both the device are connected to same…
Sadha Nanda
  • 337
  • 4
  • 15
1
vote
0 answers

iOS real device Unknown device or simulator UDID

Appium was giving me the error The 'idevice_id' program is not installed. If you are running a real device test it is necessary. Install with 'brew install libimobiledevice --HEAD. Then I followed the steps below. brew uninstall…
Newbie
  • 43
  • 5
1
vote
0 answers

Node.js test script not executing with Appium for iOS

I've successfully integrated Appium desktop app and works fine by following this tutorial: http://latestsoftwaretestingnews.com/mobiletesting/appium-ios-testing-with-node-js-step-by-step-guide/ main.js describe ('Simple cases', function (){ …
Harshal Wani
  • 2,249
  • 2
  • 26
  • 41
1
vote
2 answers

Reason: 'simctl error running 'create': Invalid device type: Iphone Xs'

I'm trying to integrate and run sample automation test using Appium. Followed all the mentioned steps to install and setup environment from http://latestsoftwaretestingnews.com/mobiletesting/appium-ios-testing-with-node-js-step-by-step-guide/ From…
Harshal Wani
  • 2,249
  • 2
  • 26
  • 41
1
vote
0 answers

Appium unable to find UI-Elements using XPath

I need to find UI Elements within my Windows Desktop WPF application using xpath and Appiums xpath-selector. It's working fine for "simple" applications but fails for my target application. My environment is: OS: Windows 10 Target Application: x86…
marc wellman
  • 5,808
  • 5
  • 32
  • 59
1
vote
2 answers

Appium desktop issue on Ubuntu

I've been trying to solve this issue for two weeks and cannot seem to find a solution, it only happens on Appium desktop with automationName set to UiAutomator. I changed ownership of the /tmp folder from Root to user and set permissions to 777 but…
EzCrash
  • 11
  • 2