是否可以检查是否有新行?
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.
Maybe someone can help me. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果它是一个网络表,那么只需计算具有迭代行的列的数量。就像从第 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.