From cbedbbe4fe255195ddff8637eda2ef7f520ef1e1 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sat, 12 Oct 2024 00:08:50 -0700 Subject: [PATCH] docs: update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50c61cd8..ab39590e 100644 --- a/README.md +++ b/README.md @@ -353,6 +353,7 @@ These Appium commands can work across context - Looks hanging in `click` https://github.com/appium/appium-flutter-driver/issues/181#issuecomment-1323684510 - `flutter:setFrameSync` may help - `flutter:waitFor` would help to handle "an element does not exist/is not enabled" behavior. [exmaple issue](https://github.com/appium/appium-flutter-driver/issues/693) +- Appium Inspector does not work with FLUTTER context ## TODO?