是否可以检查是否有新行?

发布于 2025-01-16 22:50:51 字数 254 浏览 0 评论 0原文

我正在尝试使用 Selenium 自动化一些测试。出现了一个问题:

有没有一种方法可以检查每行的元素数量? 我想确保 6 个元素之后是一个新行。

例子: 输入图片这里的描述

也许有人可以帮助我。谢谢!

I am trying to automate some test with Selenium. There is one problem occurred:

Is there a way to check the amount of elements per row?
I want to ensure that after 6 elements is a new line.

Example:
enter image description here

Maybe someone can help me. Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

遗忘曾经 2025-01-23 22:50:51

如果它是一个网络表,那么只需计算具有迭代行的列的数量。就像从第 0 行开始,计算列数,然后迭代每一行并计算列数。

是否可以访问您的应用程序,那么我可以从我这边尝试一下。

If it is a web table then just count no of column with iterating rows. Like start from 0th row, count no of columns then iterate each row and count no of columns.

Is it possible to access your application, then can I can try from my side.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文