I'm trying to automate a flutter application which is running in Chrome browser using Selenium Web driver but couldn't find any locator (name, ID).
Below is the sample application to automate. We just need to click on left side menu. https://flutter.github.io/samples/web/web_dashboard/#/
Please help me to find out the right solution to automate this type of applications.