From 55e48c882eaec7ee016bb79b0184960ad5e3753e Mon Sep 17 00:00:00 2001 From: g1879 Date: Sat, 13 Jun 2020 23:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 4 ++-- README.zh-cn.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.en.md b/README.en.md index fd63426..6f82663 100644 --- a/README.en.md +++ b/README.en.md @@ -1124,9 +1124,9 @@ Parameter Description: ### click -​ click(by_js=False) -> bool +​ click(by_js=None) -> bool -​ Click on the element. If it is unsuccessful, click on js. You can specify click on js. +​ Click on the element. If it is unsuccessful, click on js. You can specify click on js or not. ​ Parameter Description: diff --git a/README.zh-cn.md b/README.zh-cn.md index 359dc1b..4243496 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -1119,9 +1119,9 @@ driver模式的元素对象,包装了一个WebElement对象,并封装了常 ### click -​ click(by_js=False) -> bool +​ click(by_js=None) -> bool -​ 点击元素,如不成功则用js方式点击,可指定用js方式点击。 +​ 点击元素,如不成功则用js方式点击,可指定是否用js方式点击。 ​ 参数说明: