python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Importing in Python script running on corporate Jenkins
i am trying to run my python script that works fine locally, on our corporate Jenkins.
On top of the script i have
from appium import webdriver
and getting this error in Jenkins:
File "/home/emo...
DTo
Votes: 0
Answers: 1
org.openqa.selenium.UnsupportedCommandException for appium (devices) for sauce labs
I am trying to upgrade from Selenium 3 to Selenium 4. The capabilities and everything works fine for all the browsers remotely on sauce labs and works well even on local but when it comes to devices(A...
user110009
Votes: 0
Answers: 1
Visual Studio Code Importing library 'AppiumLibrary' failed: ModuleNotFoundError: No module named 'AppiumLibrary' in Mac
I am running Robot script using appium
I am using Mac, running pip3, as I am running in Python3
I am not sure what happen, I ran the following command in Comand line
pip3 install --upgrade robotframew...
user2399158
Votes: 0
Answers: 2
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