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.
表中有三列:'ID'、'Name'、'DoB',数据类型分别为数字、字符串和日期。现在我需要验证每列中显示的数据是否与其数据类型匹配。我如何在 Selenium RC 中做到这一点?
将所有内容提取为字符串,然后应用正则表达式。