注释类型 Action
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface Action
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 StringdescriptionSupport the auto-set method parameter variables to description message
method(arg0, arg1...) and use ${{0}} for arg0, ${{1}} for arg1.intintervalWaitInSecondintretry
-
-
-
元素详细资料
-
description
String description
Support the auto-set method parameter variables to description message
method(arg0, arg1...) and use ${{0}} for arg0, ${{1}} for arg1. And use them in description
Example1: Click the login button
Example2: Click the login button by user ${{0}}
Example3: Click the merge button for user ${{0}} user ${{1}}
Example3: Click the ${{2}} button for user ${{0}} user ${{1}}- 默认值:
- ""
-
-