You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
希望可以支持下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()
The text was updated successfully, but these errors were encountered: