Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 2b22501

Browse files
committed
增加文本填入的操作
1 parent 110ca9b commit 2b22501

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/main/resources/autotest.web.framework.suite.xsd

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,21 @@
178178
<xs:enumeration value="fillValue">
179179
<xs:annotation>
180180
<xs:documentation>
181-
<![CDATA[填入文本。]]>
181+
<![CDATA[清空后填入文本,适合文本框、文本域。]]>
182+
</xs:documentation>
183+
</xs:annotation>
184+
</xs:enumeration>
185+
<xs:enumeration value="appendValue">
186+
<xs:annotation>
187+
<xs:documentation>
188+
<![CDATA[追加的方式填入文本,适合文本框、文本域。]]>
189+
</xs:documentation>
190+
</xs:annotation>
191+
</xs:enumeration>
192+
<xs:enumeration value="fillNotBlankValue">
193+
<xs:annotation>
194+
<xs:documentation>
195+
<![CDATA[清空后填入非空文本(不可以全部是空白字符),适合文本框、文本域。]]>
182196
</xs:documentation>
183197
</xs:annotation>
184198
</xs:enumeration>

0 commit comments

Comments
 (0)