python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why swipe doesn't work with appium on Android[React-Native]?
I'm trying to make swipe by coordinates (x/y) I have found this method on the appium webite, but it doesn't work for me and shows this error: TypeError: Cannot read property 'performTouchAction' of un...
Богдан Чубко
Votes: 0
Answers: 1
Python Appium Cannot Remote Emulator
I was try running manual appium is work to open my emulator in appium inspector, and then i try create simple script. here is my script :
from appium import webdriver
import time
desired_capabilities...
garonx
Votes: 0
Answers: 1
Record the time that the element is present on screen
I have a code to test an app, and I need to record the time that the progress bar is present on the page. I have an idea in mind with a while loop and try-except, but I am afraid it might be inaccurat...
SincereDevotion
Votes: 0
Answers: 2
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 A...
ganesh ayyer
Votes: 0
Answers: 1