appium-flutter-driver icon indicating copy to clipboard operation
appium-flutter-driver copied to clipboard

Appium Flutter Driver is a test automation tool for Flutter apps on multiple platforms/OSes. Appium Flutter Driver is part of the Appium mobile test automation tool maintained by community

Results 107 appium-flutter-driver issues
Sort by recently updated
recently updated
newest added

code: public static AppiumDriver driver; public static FlutterFinder finder; public static void main(String[] args) { try { DesiredCapabilities capabilities = new DesiredCapabilities(); capabilities.setCapability("platformName", "Android"); capabilities.setCapability("appium:deviceName", "ZF6223VKHF"); capabilities.setCapability("appium:app", "C:\\Users\\ChandanM\\StudioProjects\\alink\\build\\app\\outputs\\flutter-apk\\app-debug.apk"); capabilities.setCapability("appium:automationName", "Flutter");...

NeedInfo

I’m currently facing issues with automating my Flutter app using AppiumFlutterDriver with Java. While the driver can interact with the splash screen element, I am unable to interact with any...

question

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 23.1.1 to 24.1.2. Release notes Sourced from semantic-release's releases. v24.1.2 24.1.2 (2024-09-27) Bug Fixes deps: update @semantic-release/github to v11.0.0 (#3460) (43df51b) v24.1.1 24.1.1 (2024-09-11) Bug Fixes deps:...

dependencies
javascript

I keep running into an `xcode 70` error when running appium with WebDriverAgent. Xcode error when running pytests ``` E selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the...

NeedInfo

Hangs whole execution of test at the same test step when do not find flutter widget with byValuekey or byText. please find logs: ``` [6bd5f8b2][FlutterDriver@fb8a] >>> {"command":"waitForAbsent","finderType":"ByValueKey","keyValueString”:”my_key","keyValueType":"String"} [d44564a3][FlutterDriver@fb8a] Connection to...

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2. Release notes Sourced from typescript's releases. TypeScript 5.6 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript

This PR adds support for custom visibility assertions in the appium-flutter-driver, including: flutter:assertVisible flutter:assertNotVisible flutter:assertTappable flutter:tap flutter:click flutter:getText These commands allow clients to verify widget visibility and tappability using Flutter...

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 23.1.1 to 24.2.4. Release notes Sourced from semantic-release's releases. v24.2.4 24.2.4 (2025-05-16) Bug Fixes deps: update dependency marked to v15 (#3499) (e45040e) v24.2.3 24.2.3 (2025-02-15) Bug Fixes...

dependencies
javascript