使用Locatable selenium的鼠标事件无法用于Firefox

时间:2017-10-25 11:15:22

标签: selenium mouse

我正在使用selenium locatable来触发鼠标事件。对于mousedown来说:

    Locatable locat = (Locatable) we;
    Mouse mouse = ((HasInputDevices) driver).getMouse();
    mouse.mouseDown(locat.getCoordinates());

此代码适用于Chrome,但最后一行的firefox失败。是否还有其他方法需要firefox驱动程序?

0 个答案:

没有答案