0
我的代碼Selenium Webdriver:我可以使用href將鼠標懸停在動作上嗎?
class="dropdown-toggle doTransition ng-binding"
ng-mouseenter="recentList(null,key,0)"
ng-click="ga('send', 'event', 'Menu', 'Click', topNav.title);"
href="/television">
class="dropdown-toggle doTransition ng-binding"
ng-mouseenter="recentList(null,key,0)"
ng-click="ga('send', 'event', 'Menu', 'Click', topNav.title);"
href="/bollywood">
我想有使用的href經過動作鼠標。任何人都可以建議我可以做些什麼? XPath是唯一可以找到元素的方法嗎?