From 2341b98b55b015d945bf7c0ef3b123b279bb8204 Mon Sep 17 00:00:00 2001 From: g1879 Date: Wed, 3 Jun 2020 12:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- README.zh-cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index aaaff3a..e30a4c9 100644 --- a/README.en.md +++ b/README.en.md @@ -876,7 +876,7 @@ Parameter Description: ### scroll_to_see -​ scroll_to_see(loc_or_ele: Union[WebElement, tuple]) -> None +​ scroll_to_see(loc_or_ele: Union[str, tuple, WebElement, DriverElement]) -> None ​ Scroll until the element is visible. diff --git a/README.zh-cn.md b/README.zh-cn.md index 68de80a..0ce1d1c 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -872,7 +872,7 @@ MixPage封装了页面操作的常用功能,可在driver和session模式间无 ### scroll_to_see -​ scroll_to_see(loc_or_ele: Union[WebElement, tuple]) -> None +​ scroll_to_see(loc_or_ele: Union[str, tuple, WebElement, DriverElement]) -> None ​ 滚动直到元素可见。