This commit is contained in:
g1879 2020-07-03 11:06:04 +08:00
parent 8d3e51233a
commit 1e75ec8814
2 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,3 @@
# 中文README
***
- 中文README[点击这里](https://github.com/g1879/DrissionPage/blob/master/README.zh-cn.md)
- 示例:[点击这里](https://gitee.com/g1879/DrissionPage-demos)
@ -1235,6 +1233,12 @@ Parameter Description:
- ele_or_loc - Another element or relative current position
### hover
hover()
Hover over the element.
## SessionElement class

View File

@ -1230,6 +1230,12 @@ driver模式的元素对象包装了一个WebElement对象并封装了常
- ele_or_loc - 另一个元素或相对当前位置
### hover
hover()
在元素上悬停鼠标
## SessionElement类