Questions tagged [appium-java]

117 questions
0
votes
0 answers

Appium WDA is not running on iOS real device?

I am also seeing the same issue. Appium inspector (running via command line by just 'appium') cannot connect to iOS real device? Caps are normal, but inspector sends err 65. Made everything as in guide. WebDriverAgent can be built with Xcode, but…
Jyothi
  • 1
  • 1
0
votes
0 answers

Unable to click a button on Appium on iPhone using Browser stack

I am trying to write a code, which needs to work on both Android & iOS. The flow is to click on a button to close the screen. My code works well for the Android but it fails on iOS. I don't have a Mac setup so I am using Browser stack to run my test…
ghufran
  • 29
  • 5
0
votes
0 answers

cannot verify signature uiautomator2-server-v4.270.apk'. Original error: The 'java.exe' binary could not be found neither in PATH nor under JAVA_HOME

I'm beginner for Android Appium Automation, when i try kickstart my application through appium, I'm getting the following error, please someone Assist me get this done Thanks in Advance appium-uiautomator2-server-v4.27.0.apk'. Original error: The…
0
votes
0 answers

iOS_Appium_Java-Element is present but click operation is not interactable

We're trying to automate one of our Test cases on iOS (iPad) with appium-java client 8. The test step is like below: Fetch element from TextField Click on that textField Clear the existing value and enter the new value Test Result: We're able to…
Halbirya
  • 1
  • 1
0
votes
0 answers

Appium 2 version is no invoking via appium automation but old version is invoking

I have installed appium 2 version. If i start appium server via CLI command , i can see latest appium version . But when i start via APPIum+gradle+Selenium automation code, I'm getting wrong old version. [Appium] Welcome to Appium v2.0.0-beta.53…
Indira
  • 31
  • 3
0
votes
0 answers

ClassCastException Error while using SupportsContextSwitching with ThreadLoacal

After upgrading to io.appium java-client 8.3.0 I had to update code as shown below. public class AppDriver extends TestListener_Error…
Bhoomiputra
  • 71
  • 1
  • 1
  • 10
0
votes
0 answers

Not able to locate the element in Appium Inspector/UIautomatorviewer for Inapp Tourguides/appWalkthrough?

I'm Automating an android app, which has inApp tourguides/App walkthrough for new users. When tried to inspect the element, its not shown in any element locators. I have tried multiple attempts to locate via other options aswell. but whenever I…
0
votes
1 answer

In new appium version(8), as launchApp and closeApp are removed, how do I close and relaunch app in same session now

In appium version 8 and above, close and relaunch App methods are removed. What the alternative for these as we have a requirement to close and launch multiple times in our App.
0
votes
1 answer

Can we automate the app installed on real device via TestFlight?

can we automate an ios app installed on a real device via TestFlight? or do I need to have the complete source code or .ipa file? When I tried to check via appium inspector, getting error bundleId not identified?
Nadeem
  • 9
  • 2
0
votes
1 answer

Wait element By iOSXCUITFindBy

I need to add in my declaration a way to wait the element, for so then to click it. I am using Appium with Java, in a IOS device. @iOSXCUITFindBy (xpath = "//XCUIElementTypeButton[@name=\"Enviar depois\"]") private RemoteWebElement…
0
votes
0 answers

Can I use AppiumDriver in remote server?

I want to develop this structure using java-client library. server computer: not install appium, having not device client computer: install appium, having connected device but It is very important part that server computer has script file. (script…
YJ KIM
  • 5
  • 2
0
votes
1 answer

JUnit Cucumber Runner not finding tests

Any one know why when I run mvn clean test -Dos=android it doesn't find any tests to run? It runs find if I use the built in Cucumber or JUnit runner in Intellij. I am using Appium and Java 8. Here are my files and folder structure pom.xml
cdub
  • 330
  • 4
  • 19
0
votes
1 answer

Alternatives to Appium Java @IOSFindBy

Is there a way to find elements across both operating systems without creating two separate suites now that @IOSFindBy has been deprecated?
cdub
  • 330
  • 4
  • 19
0
votes
1 answer

Is Appium server single thread?

I want ... Using Server(including appium server), making many clients do auto testing. I got a one question. If many clients do auto test through server(in aws, has appium server), Can appium server do multithreading? (I already knew about tomcat…
YJ KIM
  • 5
  • 2
0
votes
0 answers

appium-java Unknown HttpClient factory apache when initializing driver

I'm trying to migrate from appium-java client 7.0 to 8.3 - After updating to 8.3 version I get an error when initializing appium driver (for iOS) java.lang.IllegalArgumentException: Unknown HttpClient factory apache at…
Jake Green
  • 53
  • 1
  • 7