提交 0df92eda 编写于 作者: L lijialang

更新ark文档

Signed-off-by: Nlijialang <lijialang2@huawei.com>
上级 4cf83a81
...@@ -134,7 +134,7 @@ export default function abilityTest() { ...@@ -134,7 +134,7 @@ export default function abilityTest() {
//init driver //init driver
var driver = await Driver.create(); var driver = await Driver.create();
await driver.delayMs(1000); await driver.delayMs(1000);
//find button by text 'Next' //find button on text 'Next'
var button = await driver.findComponent(ON.text('Next')); var button = await driver.findComponent(ON.text('Next'));
//click button //click button
await button.click(); await button.click();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册