diff --git a/README.en.md b/README.en.md index 6ee07b6..23eb18f 100644 --- a/README.en.md +++ b/README.en.md @@ -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 diff --git a/README.zh-cn.md b/README.zh-cn.md index 7d259c5..0915c28 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -1230,6 +1230,12 @@ driver模式的元素对象,包装了一个WebElement对象,并封装了常 - ele_or_loc - 另一个元素或相对当前位置 +### hover + +​ hover() + +​ 在元素上悬停鼠标 + ## SessionElement类