update api/@ohos.UiTest.d.ts.

Signed-off-by: chen828 <chensihui6@huawei.com>
This commit is contained in:
chen828 2024-06-28 09:18:36 +00:00 committed by Gitee
parent adee5e3c13
commit 80836a16db
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2705,7 +2705,7 @@ declare class Component {
* @syscap SystemCapability.Test.UiTest
* @crossplatform
* @atomicservice
* @since 10
* @since 11
* @test
*/
clearText(): Promise<void>;
@ -2828,7 +2828,7 @@ declare class Component {
* @syscap SystemCapability.Test.UiTest
* @crossplatform
* @atomicservice
* @since 10
* @since 11
* @test
*/
scrollSearch(on: On): Promise<Component>;