-
I'm having difficulties understanding how `find.bySemanticsLabel` works inside an `integration test`.
There doesn't seem to be one single example inside the documentation.
Following test is the ea…
-
## Use case
When retrieving a SerializableFinder, it would be helpful if we could find out if a button is enabled/disabled by accessing the button's attributes.
There are software requirements for e…
-
Hello guys,
I want to get some properties of a widget (color, hintText, onTap, ...) by using flutter driver. I tried to use `.getWidgetDiagnostics()` or `.getRenderTree()` or `.getRenderObjectDiag…
-
How can we handle multiple context switching from native to flutter to native using Appium?
Switching context from native to flutter works seamlessly with appium flutter driver. Switching context b…
-
`flutter pub get` fails after upgrading Flutter to latest beta version - Flutter 1.22.0-12.1.pre • channel beta
```
[station6_04] flutter pub get
Running "flutter pub get" in station6_04... …
-
## Context
I'm working on a [critical Android platform feature](https://github.com/flutter/flutter/issues/139702), that, if not fixed (and kept fixed, i.e. by integration tests), blocks Impeller's …
-
What is the suitable version for running this project?
```
PS F:\code\flutter_ide> flutter run -d windows
Because every version of flutter_driver from sdk depends on webdriver 3.0.0 which depend…
-
Because of this, issues like #1457 and #1577 arise.
We should run widget tests using Patrol custom finders with ChromeDriver on our CI.
Action draft:
```yaml
prepare-web:
runs-on: ${{ mat…
-
Because screenshots >=1.0.0 depends on process ^3.0.9 and every version of flutter_driver from sdk depends on process 4.2.1, screenshots >=1.0.0 is incompatible with flutter_driver from sdk.
So, beca…
-
Hello,
I am trying to scroll on a mobile flutter app, to a specific button, to be able to tap on it.
Using python 3.10, Appium v2.0.0-beta.71, flutter@1.15.0
I am using the following code, where …