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

Commit b528366

Browse files
committed
增加元素操作的顺序
1 parent 5a2e2d0 commit b528366

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,11 @@
239239
<xs:documentation><![CDATA[显示地设置元素查找超时事件,单位为秒,可选。]]></xs:documentation>
240240
</xs:annotation>
241241
</xs:attribute>
242+
<xs:attribute name="index" type="xs:integer" default="0">
243+
<xs:annotation>
244+
<xs:documentation><![CDATA[元素操作的顺序,数字小的先操作,数字相同的不能保证先后顺序,可选。]]></xs:documentation>
245+
</xs:annotation>
246+
</xs:attribute>
242247
</xs:complexType>
243248

244249
<xs:attributeGroup name="pageFieldLocatorAttrGroup">

0 commit comments

Comments
 (0)