From 785ce428a2e15157398c0d28de0fb9c3401e2ead Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Wed, 13 Dec 2023 21:00:40 +0800 Subject: [PATCH] =?UTF-8?q?docs(automator):=20=E8=A1=A5=E5=85=85=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/worktile/auto/api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/worktile/auto/api.md b/docs/worktile/auto/api.md index 781c6f80d..e99346237 100644 --- a/docs/worktile/auto/api.md +++ b/docs/worktile/auto/api.md @@ -410,7 +410,7 @@ Page 模块提供了控制页面的方法。 |字段|类型|必填|默认值|说明| |:-:|:-:|:-:|:-:|:-:| -|selector|string|是|-|选择器| +|selector|string|是|-|选择器(id、class、元素选择器)| 示例代码: ```js @@ -431,7 +431,7 @@ Page 模块提供了控制页面的方法。 |字段|类型|必填|默认值|说明| |:-:|:-:|:-:|:-:|:-:| -|selector|string|是|-|选择器| +|selector|string|是|-|选择器(id、class、元素选择器)| 该方法跟 $ 一样均无法选择自定义组件内的元素,请使用 element.$。 @@ -601,7 +601,7 @@ Element 模块提供了控制页面元素的方法。 |字段|类型|必填|默认值|说明| |:-:|:-:|:-:|:-:|:-:| -|selector|string|是|-|选择器| +|selector|string|是|-|选择器(id、class、元素选择器)| 示例代码: ```js @@ -623,7 +623,7 @@ Element 模块提供了控制页面元素的方法。 |字段|类型|必填 |默认值|说明| |:-:|:-:|:-:|:-:|:-:| -|selector|string|是|-|选择器| +|selector|string|是|-|选择器(id、class、元素选择器)| 示例代码: ```js -- GitLab