使用 UI 自动化工具删除单元格的语法是什么?
我正在编写一个 UI 自动化脚本来测试我的应用程序中包含许多单元格的页面。
我可以选择编辑和保存页面。单击“编辑”后,将出现一个删除单元格的选项。我想让我的脚本此时删除或添加一个单元格。我怎样才能让脚本来做到这一点?
I am working on a UI Automation script to test a page in my application that contains many cells.
I have an option to edit and save the page. On clicking "edit" an option will appear to delete a cell. I would like to make my script delete or add a cell at this point. How can I get the script to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用元素索引:
或使用谓词:
With element index :
Or with predicate :