-
Hi,
on the project page it says that the Appium-iOS-Inspector is based on the original source of Selendroid Inspector. I checked the original Selendroid Inspector code and noticed that it's actually …
-
XCode version: 13.4.1
Appium version: 1.22.3
robotframework-appiumlibrary version: 1.6.3
Appium-Python-Client: 1.3.0
iPhone and iOS: iPhone 8 and iOS 15.5
`Launch Application` and `Quit Applica…
-
## The problem
Getting the below exception
```
java.lang.NoSuchMethodError: org.openqa.selenium.remote.http.HttpClient$Factory.createDefault()Lorg/openqa/selenium/remote/http/HttpClient$Factory;
…
-
**The problem**
Clicks do not work for certain elements on the UI. This happens on all appium release versions > 1.7.2 all the way upto 1.8.1. The latest version of appium where these clicks work i…
-
I am having an issue while automating iOS app via appium. The problem I am facing is our app have some modal window. My suspicion is, Appium doesn't find any element in iOS modal window. If some one c…
-
**Description**
I implemented Appium framework for ios tests. And each time I set notifications permission my device is rebooted and this can break appium webdriver connection.
If you are describ…
-
- Appium binding specific
- directConnect
- https://github.com/appium/ruby_lib_core/blob/462154929e989d0821460299216c9a480151bc5a/lib/appium_lib_core/driver.rb#L70
- https://a…
-
Hi Christian,
As we discussed earlier, I'm trying to execute appium as integrated service and got the fatal error,
"Fatal error: spawn appium ENOENT"
Below is the configuration
**wdio.conf.js:**
…
-
## The problem
I am testing iOS application. in the initial page, I need to tap on a button. I am getting below error:
**[MJSONWP] Encountered internal error running command: Error: An error occurre…
-
I am trying to connect an iOS device to appium device farm. According to their documentation I should use the ios app signer to resign the WDA (web druiver agent) in order to install it to the device.…