From 91ad749594bb6e36c78a086c5ecbfcc038f319d5 Mon Sep 17 00:00:00 2001 From: zhouke Date: Tue, 24 May 2022 15:23:56 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=A0=B9=E6=8D=AE=E8=AF=84=E5=AE=A1?= =?UTF-8?q?=E6=84=8F=E8=A7=81=E4=BF=AE=E6=94=B9.=20Signed-off-by:=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouke --- zh-cn/application-dev/reference/apis/js-apis-uitest.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-uitest.md b/zh-cn/application-dev/reference/apis/js-apis-uitest.md index 108b1b266c..3e9d9ddc35 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-uitest.md +++ b/zh-cn/application-dev/reference/apis/js-apis-uitest.md @@ -338,7 +338,7 @@ checkable(b?: bool): By let by = BY.checkable(true) //使用静态构造器BY创建by对象,指定目标控件的能否被勾选状态属性。 ``` -### [By.isBefore](#byisbefore) +### By.isBefore isBefore(by: By): By @@ -364,7 +364,7 @@ isBefore(by: By): By let by = BY.isBefore(BY.text('123')) //使用静态构造器BY创建by对象,指定目标控件位于给出的特征属性控件之前。 ``` -### [By.isAfter](#byisafter) +### By.isAfter isAfter(by: By): By @@ -1303,7 +1303,7 @@ async function demo() { } ``` -## [MatchPattern](#matchpattern) +## MatchPattern 控件属性支持的匹配模式。 -- GitLab