appium-android Questions

3

Solved

When I try to run my application using nodejs. I get above error into appium server test.js file var wd = require("wd"); var appDriver = wd.remote({ hostname: '127.0.0.1', port: 4723, }) var c...
Octopus asked 8/4, 2019 at 13:26

11

If I ran TestNG test class it displays error ------------ org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: Could not prox...
Oesophagus asked 27/11, 2019 at 17:19

8

Solved

When I'm trying to open appium on my mac, getting the error “Appium” can’t be opened because Apple cannot check it for malicious software.

3

Solved

I m getting below error message when i try to launch the app in rela device, please help if any one face and solved already. java.lang.NoSuchMethodError: 'void org.openqa.selenium.remote.http.Clien...
Crayon asked 10/10, 2023 at 12:15

2

How can I use xml:s android:id like this: <TextView android:id="@id/randomId"> In Jetpack compose? I'm thinking something like this: Text(modifier = Modifier.layoutId("randomI...

3

Solved

The command I'm using to start the Appium server: node appium --address 127.0.0.1 --port 4723 --session-override --no-reset --platform-name Android --platform-version 23 --automation-name Appium ...
Irreconcilable asked 15/11, 2017 at 17:10

5

I just used Appium-desktop to see logs during the connection with my smartphone and Appium-inspector to inspect the DOM too, I'm new in this exercise and I search a lot without any result for the m...
Oren asked 29/9, 2021 at 10:6

0

I am using Jetpack Compose and Appium with UIAutomator. I would like to set a unique id for the Composables instead of showing the Xpath because of: Using XPath locators is not recommended and can ...

5

Solved

I am getting this exception on running an Appium test. The test fails at PageFactory with the exception below. My POM: <?xml version="1.0" encoding="UTF-8"?> <project x...
Ariannaarianne asked 9/4, 2021 at 11:56

19

adb server version (39) doesn't match this client (40); killing... could not read ok from ADB Server * failed to start daemon error: cannot connect to daemon adb: error: failed to get feature set: ...
Engadine asked 21/9, 2018 at 12:30

7

Solved

My app need the multiple app permission. I need to check how my app behaves by allowing or denying the different permission. How can i enable/disable the app permission from the appium to create th...
Mccray asked 6/9, 2018 at 5:3

5

Messages Gradle build: Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerExcept...
Crux asked 13/3, 2018 at 11:16

3

Solved

I had been started Appium using default 0.0.0.0:4723 address and port, but then I got this error: C:\User\me>appium [Appium] Welcome to Appium v1.17.0 [HTTP] Could not start REST http interfac...
Dorisdorisa asked 9/4, 2020 at 13:14

3

How can I click on Text link inside in textview in appium for ex. i have a string and Don't Have an Account? Register Only Register has a link other text are disable, when i click on Register it ...

5

Solved

Can any one please tell me how do I make sure which appium java-client jar version is compatible with which selenium jar version. I have tried a lot of different appium java-client versions and als...
Metatherian asked 19/7, 2018 at 6:53

1

I am testing my app using appium tool. During the process of testing, android app is crashing near launcher activity showing the following error only in some devices of version below 8. How to fix ...
Matamoros asked 15/11, 2018 at 6:24

4

Solved

I need to wait in the middle of my test for 5 minutes but the Appium session has default newCommandTimeout of 60s. and I get exception in the next command that my session is timeout. AndroidDriver...

2

I am trying to setup automated tests for an android app using Appium (npm version) but I keep getting the error [UiAutomator2] Did not get confirmation UiAutomator2 deleteSession worked; Error wa...
County asked 19/12, 2018 at 21:27

2

Solved

I'm automating a web app in chrome browser in Android Mobile. I've ADV with version 7.0 I'm trying to send user name for login using below code - driver = new AppiumDriver<WebElement>(new ...
Lackluster asked 21/12, 2018 at 10:53

2

I am trying to swipe down contact screen but its not working. Here is the code I have tried. public void Swipedown() throws InterruptedException { // Select till which position you want to mov...
Illboding asked 1/6, 2018 at 5:18

2

Solved

I was searching for the "right", or the "latest" way to create Tap/Swipe/Drag etc. events using the latest (at this point) Appium Java-client 6.1.0. I saw different documentations in the Appium sit...
Welker asked 6/11, 2018 at 14:12

1

I am developing a QA automation solution that can record/playback QA tests on Android. A key business requirement is to have no dependency on a connected PC while playing back the recorded test. To...

3

Solved

I am testing an app and on most of the screens I see that there are elements that have the same class "android.widget.TextView" with same index number "0". All other properties also same, only exce...
Chagres asked 14/2, 2018 at 19:36

2

Hi I am working with APPIUM in Android. What I need to do is scroll the list page wise. I tried doing following. MobileElement element =(MobileElement)driver.findElement(By.className("android.wid...
Snare asked 13/12, 2017 at 6:15
1

© 2022 - 2024 — McMap. All rights reserved.