seleniumflutterselenium-webdriverflutter-web

Automate flutter web application using selenium webdriver


I am new to flutter. So, I want to know whether I can use selenium webdriver/java to automate a flutter web application.

I have used java / cucumber to automate web applications and used page object pattern. so, can I do the same technologies to automate a flutter web application ?.


Solution

  • Yes you can, because the automation code is going run on top of the application. So there is no restriction. There is a package available in flutter WebDriver maybe you can try this out . And here is the API documentation.