Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 selenium 来检查页面上的表格是否具有特定的字符串。
我正在尝试使用“表应包含”。这会检查结果的所有页面还是仅检查当前页面上显示的结果?
1) 您可以使用 isElementPresent() 或 isVisible() 函数
2)您可以获得整个表格的 css 并搜索您正在搜索的特定字符串。
选项 2 往往更快,但我不知道页面上的表格是如何工作的,因此该字符串可能在 css 选择器中,即使它实际上并未显示在页面上。