如何检查flutter应用中的元素,如何进行flutter应用程序自动化
我使用Selenium C#的Web应用程序有一个QA自动化框架。 我正在尝试检查元素,但它不起作用。是否可以建议如何在Flutter Web应用程序中进行自动化测试。或建议任何其他测试工具支持Flutter Web应用程序测试。
请参阅下面的HTML代码: [1]: https://i.sstatic.net/qldc1.png
I am having a QA Automation framework for an web application using selenium C#.
I'm trying to inspect the elements but it not working. can any suggest how to do automation testing in flutter web application. or suggest any other testing tool support the flutter web application testing.
Please refer below html code:
[1]: https://i.sstatic.net/qLdC1.png
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您仍然应该能够使用浏览器扩展名看到XPATH。
搜索Chrome Extension Store以获取各种XPath Extenstion(我不知道我是否允许提及详细信息)。
然后,只需右键单击网页上的任何元素,然后选择查看该元素的XPath即可。
You should still be able to see Xpaths using a browser extension.
Search Chrome extension store for various xpath extenstion (I don't know if I am allow to mention details).
Then simply rightclick any element on webpage and choose to see the xpath for the element.