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

I can't run 'appium -allow-cors'

I want to run appium inspector using my browser, you can see what appium I use here https://inspector.appiumpro.com/ and to using this method, I must be run appium -allow-cors in terminal. But, the system display this: How I can resolve this…
1
vote
0 answers

Error: Simulator architecture is unsupported by the app. Make sure the correct deployment target has been selected for its compilation in Xcode

Appium - iOS - Macbook M1 chip Appium inspector: 1.21.0 Encountered internal error running command: Error: Simulator architecture is unsupported by the '/var/folders/02/pmtd5x_51_34lk5hp_1h4c000000gn/T/2022327-78661-1k3io4.g3jny/------.app'…
1
vote
0 answers

WinAppDriver, Appium, C#, Connecting To An Already Running Window on Windows 10

I'm trying to automate the use of an application with WinAppDriver and Appium on Windows 10 using C# .Net. I'm trying to attach to an already running Window and I've been failing to find a way. I've tried many examples on the web, including from…
John Alway
  • 65
  • 10
1
vote
0 answers

Appium Inspector Not Working Unable to inspect the element in ios 15.3.1

Iam using xcode v-13.2 appium version 1.21.0 and iPhone XR v-15.3.1 not able to open appium inspector pls help!!!! terminal code- Last login: Fri Feb 25 01:09:02 on ttys000 taniya@Anus-MacBook ~ % cd…
anu nema
  • 11
  • 2
1
vote
1 answer

Issue when running appium-doctor on cmd

I am new to Appium. I am facing issues while installing and running appium-doctor on cmd. I followed below steps for installation - download and installed NodeJS installed appium using cmd. version Appium-windows-1.20.2 from GIT installed…
1
vote
1 answer

Appium desktop not launching Appium Inspector UI in MAC

I have installed Appium desktop and Appium Inspector on my mac machine. However, when I start the Appium server and click the search icon (it is supposed to open the inspector tool) it's navigating to the Github page. I have separately installed…
Veena Devi
  • 26
  • 8
1
vote
2 answers

Appium Inspector Not Starting Session (--allow cors error)

When attempting to "Start Session" in Appium Inspector, the following error is displayed: Error Could not connect to server; are you sure it's running? If you are using the browser version, also ensure your Appium server has been started with…
minTwin
  • 1,181
  • 2
  • 21
  • 35
1
vote
1 answer

An unknown server-side error occurred while processing the command Original error: Error executing adbExec

An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command 'C:\Users\German\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 3af689100106 install -g 'C:\Program…
1
vote
0 answers

Unable to click element using By.name locator in Appium using JavaScript

I am using Appium for automation of desktop application on Windows 10. Programming language I am referring is JavaScript. I am trying to click UI element on application using By.name. But I am encountering errors. Code I have written is as follows…
1
vote
1 answer

How to get invisible page source in appium?

When i swipe to next page and get page_source , I can't get last page_source content That is I only can get current visible page_source But I want to scrape lots of page, get only visible page source is low efficient Any way to get invisible outside…
1
vote
1 answer

Does Android studio support window 7 32 bit? SDK folder is missing in C:\Users\Admin\AppData\Local\Android\Sdk

While installing Android studio, SDK is unavailable on my "AppData\Local\Android\Sdk" I am trying on windows7 32 bit. could any one help me to sort out this issue?? enter image description here enter image description here
1
vote
1 answer

How do I get Webdriverio to work with appium-desktop inspector?

Webdriverio allows you to run appium as a background process. Docs here I'm looking to use the appium inspector to quickly get testID and native id information for selectors. Is there a way to run the appium inspector alongside the webdriverio tests…
fengelhardt
  • 965
  • 11
  • 24
1
vote
1 answer

Invalid xPath expression when using appium and winappdriver

I'm trying to select an email in my automation code in outlook. I want to select the email by the name but the name contains the send date that I don't know. So I'm trying to find it out after Xpath. Here is how I try to find…
Vlad Mocan
  • 13
  • 4
1
vote
1 answer

APPIUM iOS 13 & Above: XCUIElementTypeTextField "Value" attribute shows ”OBJ" as supposed to Actual Value

Issue: For "XCUIElementTypeTextField" element (On iOS 13 & Above), The value is displayed as "OBJ" in the Appium Inspector and programmatically when I tried to Element.GetAttribute("value") I get " ". Please see attached screenshot and Page…
Dev
  • 11
  • 3
1
vote
1 answer

Can't inspect Grids/StackPanels/Custom Controls in WinAppDriver & locate them by AccessibilityId with Appium

My UWP app shows very limited part of the elements when inspected (neither with inspector.exe nor with Appium Client's Inspector). As a consequence, trying to locate them with Appium's FindElementByAccessibilityId results with…
GeorgiG
  • 1,018
  • 1
  • 13
  • 29