使用 selenium webdriver 自动化 flutter web 应用程序
Automate flutter web application using selenium webdriver
我是 Flutter 新手。所以,我想知道我是否可以使用 selenium webdriver/java 来自动化 flutter web 应用程序。
我使用 java / cucumber 来自动化 Web 应用程序并使用页面对象模式。那么,我可以使用相同的技术来自动化 flutter web 应用程序吗?
可以,因为自动化代码 运行 在应用程序之上。所以没有限制。 flutter WebDriver maybe you can try this out . And here is the API documentation.
中有可用的包
我是 Flutter 新手。所以,我想知道我是否可以使用 selenium webdriver/java 来自动化 flutter web 应用程序。
我使用 java / cucumber 来自动化 Web 应用程序并使用页面对象模式。那么,我可以使用相同的技术来自动化 flutter web 应用程序吗?
可以,因为自动化代码 运行 在应用程序之上。所以没有限制。 flutter WebDriver maybe you can try this out . And here is the API documentation.
中有可用的包