-
xcode:6.0.1 ( or Xcode6.1 , get the same error)
ipad device‘s ios :7.1
appium:1.3.2-beta2
##### i upgrade appium from 1.3.0-beta1 to 1.3.2-beta2, then, appium can not start ,it spawning instruments…
-
appium: 1.4.13
ios: 9.1
python: 2.7.10
Hi all,
I am trying to quit the app when a test fails under certain circumstances, so that the application can be restarted. I have tried using driver.reset() …
-
The application launch is in loop of killall instruments.
Currently i am blocked, Please help in resolving the issue ASAP.
## Env:
iPad 6.1.3
Appium 1.2.1
Mac OS X ,10.9.2
## Code Snippet:
```
capa…
-
Hi all ,
When i run appium, and click button Inspector , it show bug "Unable to run app in simulator appium"
pls, see image.
![x1](https://cloud.githubusercontent.com/assets/7847059/4880684/c7aef4ee-…
huydt updated
5 years ago
-
appium is crashing on iOS when invoking get tree for xml using xcode 6.1.1 on MAC 10.9.5
```
info: Welcome to Appium v1.3.4 (REV efd0bf0e53093cee2fd185742c9a1a1c344bdf87)
info: Appium REST http inter…
-
I have a test that enter a username into a textfield on an iPad application.
It works fine on PORTRAIT orientation. But if I start appium with LANDSCAPE orientation, the test fails 9/10 times because …
-
I keep seeing this issue when I'm using Appium 1.3.1 inspector (I also get this problem through command line start sometimes), and if I get this error, I won't be able to launch iOS app through simula…
-
We are seeing the following error semi-frequently, yet intermittently
```
Unable to start. Make sure you've set APP_BUNDLE_PATH to a build supported by this simulator version
Background: …
-
I am new with appium and stuck with the error below for a while
here is the full appium log while trying to run the inspector, I am using appium 1.4 xcode 6.1, simulator 7.1
The Log:
Launching App…
-
THE FIX / WORKAROUND IS AS FOLLOWS:
What you need to do is insert a 5-8 second sleep IN THE SOURCE CODE OF YOUR APP just before the notification code IN THE SOURCE CODE OF YOUR APP. Caps are simply …