python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to select Text in appium in android
**Appium version:**
Xpath:
/hierarchy/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.widget.Relat...
Rushabh Shah
Votes: 0
Answers: 0
Appium Inspector is throwing ERROR with the same successful desired capabilities which I was able to run my TestNG project
I wrote a simple Java-TestNG project in which the desired capabilities are
{
URL url = new URL("http://127.0.0.1:4724/wd/hub");
DesiredCapabilities caps = new DesiredCapabilities...
PraNuta
Votes: 0
Answers: 2
starting Appium in port 4723 redirects to port 8200
Currently I am starting programmatically an Appium server with the following capabilities
DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.setCapability(Mobil...
figuedmundo
Votes: 0
Answers: 1
Appium Test Connection Refused
I'm trying to run this simple test on Appium on an android phone that's supposed to open a calculator application but I keep getting errors.
This is the code I've written :
package appiumTests;
impo...
Mohamed Deraz Nasr
Votes: 0
Answers: 1