我有以下HTML代码段:
<label for="widget_118_login_username">Username</label>
在Selenium 2(WebDriver)中使用的xpath和csspath(cssSelector)是什么?
答案 0 :(得分:0)
以下情况对我来说很好:
Xpath:// label [@ for ='widget_118_login_username']
cssSelector:label [for = widget_118_login_username]