-
```clj
(proxy [Random] [x]
(Next []
(+ 1 (try (.NextDouble this) (catch Exception e 0.0)))))
```
fails verification with
```
In method: proxy10813::try10820(object)
Not Verifiable: I…
-
We're not exactly sure when this started happening, because the processes need to build up significantly before it causes test failures. Locally @gspencergoog, @christopherfujino, and I observed dozen…
-
I found my app crashes 7 times all on Android 9
that is message
```
FlutterLoader.java line 10
io.flutter.embedding.engine.loader.FlutterLoader$1.call
```
```
Fatal Exception: java.lang.Ru…
-
Trying to run app on the real iOS device. App installed but WDA can not run
xcodebuild: error: Failed to build project WebDriverAgent with scheme WebDriverAgentRunner.
[debug] [W3C] Reason: Cannot …
-
the crash seems related to TextField over PlatformView(GoogleMap), the app freeze with a grayed keyboard before crashing (normally it's blue like the app theme)
the debugger exit before sending a…
-
What I have already tried?
1. I've closely followed 2 tutorials
: https://github.com/appium/appium/blob/master/docs/en/appium-setup/real-devices-ios.md
https://github.com/appium/appium-xcuitest-…
-
**Is your feature request related to a problem? Please describe.**
There are a variety of currently existing implementations of IOS support for OpenSTF. One of them is https://github.com/tmobile/stf_…
-
I am in China and My device is iPhoneX, Flutter version is v1.12.13+hotfix.9.
When I run - release in my device, It works well
When I run - debug in my device , It have this error
> Launching…
-
Hi,
I am trying to get the basic working through the client example of https://github.com/Kistler-Group/sdbus-cpp/blob/master/docs/using-sdbus-c%2B%2B.md#implementing-the-concatenator-example-using…
mnsgs updated
4 years ago
-
## The problem
Appium does not close on SIGINT or SIGTERM when children processes iproxy and xcodebuild are still running.
## Environment
* Appium version (or git revision) that exhibits the …