1

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.

2
  • I found out there is no way to get html elements of flutter applications and we can consider these apps as pictures rendered on canvas. And to Automate these type of applications Image-based Automation is the best approach. Read the article below to get an idea of Image-based automation: medium.com/@jkgupta0003/… Commented Dec 27, 2021 at 12:00
  • Please check whether this is helpful. stackoverflow.com/questions/66564522/… Commented Jul 4, 2022 at 6:20

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.