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.
我见过的大多数示例都是使用动作将鼠标悬停在 webelement 上。
动作 mouseAction = new Actions(driver); mouseAction.MoveToElement(someWebElement);
如何在不使用操作的情况下执行此操作?现在,如果我去 webelement.I 获得点击、提交等方法,但与鼠标悬停无关。