selenium webdriver里有根据指定坐标点击的方法吗
最近遇到个问题,需要指定坐标点击,但网上一直找不到有指定坐标的方法,有谁知道能告知下吗 人额?。。。。 沙发 ActionChains方法列表move_by_offset(xoffset, yoffset) ——鼠标从当前位置移动到某个坐标
move_to_element(to_element) ——鼠标移动到某个元素
move_to_element_with_offset(to_element, xoffset, yoffset) ——移动到距某个元素(左上角坐标)多少距离的位置
上面的可以尝试看看行不行~~
我最近也在想这个问题,现在有解决办法了吗?
页:
[1]