使用敏捷包来搜索并获取所有的div与Ids我使用这个
"//div[@id]"
但是如何使用Ids搜索div,其中id包含文本“test”
<div id="outerdivtest1></div>"
谢谢
//div[contains(@id,'test')]