标签: webdriver
如何仅以数字格式查找具有动态ID的网页元素?
我们尝试使用contains()方法
//一个[含有(@id, '*')]
也尝试过 //一个[@id =]
答案 0 :(得分:0)
你试过吗
//a[matches(@id,'\d')]