Questions tagged [appium-android]

An open-source test automation tool for use with native and hybrid mobile apps

Appium is an open source test automation tool used for automating native,web and hybrid mobile applications. It drives iOS and Android apps using the WebDriver JSON wire protocol.

As per Appium 1.6.0 release, Windows desktop application testing joins the functionality list.

It provided a very helpful functionality for locating the elements. This is provided by Appium Inspector.

Please read the documentation and tutorials.

For additional help, please use the following resources:

  • Discourse Discussion Group
  • Appium Chat
  • Documentation
1351 questions
-1
votes
1 answer

How to fix an error "FAIL : ValueError: Element locator" in AppiumLibrary with Robotframework?

I am working with AppiumLibrary with Robotframwork and have got an error FAIL : ValueError: Element locator '//*[@text="STG"]' did not match any elements. Test Case1 | FAIL | ValueError: Element locator '//*[@text="STG"]' did not match any…
-1
votes
1 answer

I am trying to run below code in appium on wifi. ( Original error: Could not find a connected Android device.)

Below Code is for Launching application in appium but i am unable to launch application remotly using wifi. But when i check adb device it was connected to mobile phone. After running script it cant get connected device in adb..it will kill server …
Nishant
  • 1
  • 4
-2
votes
3 answers

Regex in Selenium Xpath Not Working //*[contains(@content-desc,"Resend in .*?[0-9a-zA-Z]*[0-9][0-9a-zA-Z].* sec")]

My Text in UI is "Resend in 48 sec" in which "48" is a timer which is dynamic so I want to crate an Xpath using the contains and Inside Contains I am using Regex but still unable to find the Element //*[contains(@content-desc,"Resend in…
-2
votes
1 answer

I used Appium to connect to the mobile app, but the permission error occurred

enter image description here How do you troubleshoot these problems
-2
votes
1 answer

Which Automation tool we can use to automate secure application (in which we can't record video and screenshot?

I want to automate one android native like Netflix app but i am not able to take screenshot / record video. I tried with UIautomator/appium/katlon applications. Can anyone suggest me another tools by which i can automate same native android app.
-2
votes
1 answer

unbale to click on button on real device(mobile)

enter image description here@Test String text= driver.findElement(By.linkText("Log in")).getText(); MobileElement SignuP = (MobileElement) driver.findElement(By.className("android.widget.Button")); SignuP.click();
-2
votes
1 answer

maven test not running appium studio

I try running my test case using maven project and i want to integrate with jenkins too. but maven not running my test.i already add dependency to appium also. but still not run the test. i using appium studio to make my test case and copy code use…
bandit 1
  • 1
  • 1
-2
votes
1 answer

How to do complete Appium Setup in Mac OS High Sierra (Version : 10.13.4)

Please help me in configuring appium from the terminal. Please provide the complete steps to do it along with the software versions.
-2
votes
1 answer

which appium java-client is used to test android oreo?

I am trying to automate android oreo using appium.. My framework is built on java-client 2.x.. can I use same with android O and uiautomator2? which is the least version of appium java-client required to automate it?
thisisdude
  • 543
  • 1
  • 7
  • 31
-3
votes
1 answer

Appium Test Android

Automating Test using Appium I am Following This Two Tutorials https://www.youtube.com/watch?v=n8QqYAXKWEU https://www.youtube.com/watch?v=AlBrQ_-phsQ org.gradle.execution.MultipleBuildFailures: Build completed with 1 failures. at…
Ashvin solanki
  • 4,802
  • 3
  • 25
  • 65
-3
votes
1 answer

Appium giving error when opening app with robot framework

So here is my code I see the app open in the emulator then close and I still get this error ** Variables ** ${REMOTE_URL} http://localhost:4723/wd/hub ${PLATFORM_NAME_ANDROID} Android ${DEVICE_NAME_ANDROID} emulator-5554 ${APP_ANDROID}…
-3
votes
1 answer

I am asking it to recognise the characters present in the image and we are asking to it to read the content and to store the content in a variable

I have written this code: import java.awt.Image; import java.awt.image.RenderedImage; import java.io.File; import java.net.MalformedURLException; import java.net.URL; import javax.imageio.ImageIO; import org.apache.commons.io.FileUtils; import…
-4
votes
1 answer

Appium Webdriver

I am new to Appium.I have downloaded all the required tools and able to set up environment variable. I try to execute my selenium script in mobile using Appium. But I got an error like below enterpackage appiumtest; import java.net.URL; import…
Soha Mir
  • 3
  • 3
1 2 3
89
90