Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

希望可以对flutter应用ValueKey方法支持 #156

Open
Sanmejie opened this issue Aug 28, 2024 · 2 comments
Open

希望可以对flutter应用ValueKey方法支持 #156

Sanmejie opened this issue Aug 28, 2024 · 2 comments

Comments

@Sanmejie
Copy link

Sanmejie commented Aug 28, 2024

希望可以支持下flutter应用ValueKey方法

Appium Flutter Driver:https://github.com/appium/appium-flutter-driver/blob/main/finder/python/appium_flutter_finder/flutter_finder.py#L54

def test_login(self) -> None:
el = self.driver.find_element(by='key', value='authentication_sign_in_with_email_btn')
el.click()

@exculibar
Copy link

exculibar commented Sep 6, 2024

Seems debends the appium flutter driver

@Sanmejie
Copy link
Author

Seems debends the appium flutter driver

The current Appium Flutter Driver is built on top of the flutter_test SDK, which is deprecated. The potential deprecation (flutter/flutter#139249) means this driver may not work with future Flutter updates. It also does not handle all cases, such as permission dialog handling.

recommend https://github.com/AppiumTestDistribution/appium-flutter-integration-driver
But this driver is too new and supports fewer methods

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants