希望可以支持下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()
希望可以支持下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()