-
## Steps to Reproduce
This error is happening for me on every app I run on my physical device. The app builds and starts running, but then loses the connection between the console and the phone.
…
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the files as follows: ...
code sample
```dart
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
…
-
## The problem
I am currently running iOS Automation on a hybrid application where my test cases were passing for a few days. But after a while, the test cases were getting stuck at "Cached Connect…
-
This is not an issue. I am asking this to get information how to start DeviceAgent-runner. I have to change default 27753 port to custom 27750 port. I cloned repo changed the port and installed Device…
-
## The problem
Able to run the appium automation scripts in my machine without any issue.
I am using Catalina 10.15.1, Xcode 11.3.1 and Appium 1.15.1
But when I moved this code to a different mac…
-
Everything was working fine But I was not able to test my app on Android simulator, so I've updated Android Studio and it's worked, after it the iOS Simulator stopped work. Every time that I try run m…
-
**执行窗口报错如下:**
sample-nodejs git:(master) ✗ npm run test:ios
> sample-nodejs@1.0.0 test:ios /Users/paulakisscat/sample-nodejs
> cross-env platform=ios npm run test:native
> sample-nodejs@1.0.…
-
## The problem
When running automated tests via appium CLI 1.12.1 on a real iOS device if mobile device wifi is enabled iproxy is not used to communicate with the device and commands are not able t…
-
hand@hands-iMac-Pro voltron % echo 'If anything went wrong, make sure to have debugserver installed on your iDevice then restart the app and try again'
If anything went wrong, make sure to have debu…
-
## The problem
I'm working on an IOS App with MacOSCatalina 10.15. The WebAgent project is built successfully and WebAgentRunner-Runner.App is reachable by Appium Server.
There are similar issues re…