Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 59995fd

Browse files
committed
SORMAS-Foundation#3116 - added OR for input street and house number
1 parent 6d6778d commit 59995fd

3 files changed

Lines changed: 228 additions & 0 deletions

File tree

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<WebElementEntity>
3+
<description></description>
4+
<name>SourceType_Input</name>
5+
<tag></tag>
6+
<elementGuidId>4c6c2153-b32e-4785-b972-7919285d7b23</elementGuidId>
7+
<selectorCollection>
8+
<entry>
9+
<key>XPATH</key>
10+
<value>//div[@id='srcType']/input</value>
11+
</entry>
12+
</selectorCollection>
13+
<selectorMethod>XPATH</selectorMethod>
14+
<useRalativeImagePath>false</useRalativeImagePath>
15+
<webElementProperties>
16+
<isSelected>false</isSelected>
17+
<matchCondition>equals</matchCondition>
18+
<name>tag</name>
19+
<type>Main</type>
20+
<value>div</value>
21+
</webElementProperties>
22+
<webElementProperties>
23+
<isSelected>false</isSelected>
24+
<matchCondition>equals</matchCondition>
25+
<name>class</name>
26+
<type>Main</type>
27+
<value>v-filterselect-button</value>
28+
</webElementProperties>
29+
<webElementProperties>
30+
<isSelected>false</isSelected>
31+
<matchCondition>equals</matchCondition>
32+
<name>aria-hidden</name>
33+
<type>Main</type>
34+
<value>true</value>
35+
</webElementProperties>
36+
<webElementProperties>
37+
<isSelected>false</isSelected>
38+
<matchCondition>equals</matchCondition>
39+
<name>role</name>
40+
<type>Main</type>
41+
<value>button</value>
42+
</webElementProperties>
43+
<webElementProperties>
44+
<isSelected>true</isSelected>
45+
<matchCondition>equals</matchCondition>
46+
<name>xpath</name>
47+
<type>Main</type>
48+
<value>id(&quot;srcType&quot;)/div[@class=&quot;v-filterselect-button&quot;]</value>
49+
</webElementProperties>
50+
<webElementXpaths>
51+
<isSelected>true</isSelected>
52+
<matchCondition>equals</matchCondition>
53+
<name>xpath:idRelative</name>
54+
<type>Main</type>
55+
<value>//div[@id='srcType']/div</value>
56+
</webElementXpaths>
57+
<webElementXpaths>
58+
<isSelected>false</isSelected>
59+
<matchCondition>equals</matchCondition>
60+
<name>xpath:position</name>
61+
<type>Main</type>
62+
<value>//div[12]/div/div/div[2]/div</value>
63+
</webElementXpaths>
64+
</WebElementEntity>
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<WebElementEntity>
3+
<description></description>
4+
<name>input_House number</name>
5+
<tag></tag>
6+
<elementGuidId>1d276769-cc79-4b1e-8e5a-fa2ba2cb9b28</elementGuidId>
7+
<selectorMethod>BASIC</selectorMethod>
8+
<useRalativeImagePath>false</useRalativeImagePath>
9+
<webElementProperties>
10+
<isSelected>true</isSelected>
11+
<matchCondition>equals</matchCondition>
12+
<name>tag</name>
13+
<type>Main</type>
14+
<value>input</value>
15+
</webElementProperties>
16+
<webElementProperties>
17+
<isSelected>false</isSelected>
18+
<matchCondition>equals</matchCondition>
19+
<name>type</name>
20+
<type>Main</type>
21+
<value>text</value>
22+
</webElementProperties>
23+
<webElementProperties>
24+
<isSelected>false</isSelected>
25+
<matchCondition>equals</matchCondition>
26+
<name>class</name>
27+
<type>Main</type>
28+
<value>v-textfield v-widget v-has-width</value>
29+
</webElementProperties>
30+
<webElementProperties>
31+
<isSelected>true</isSelected>
32+
<matchCondition>equals</matchCondition>
33+
<name>id</name>
34+
<type>Main</type>
35+
<value>houseNumber</value>
36+
</webElementProperties>
37+
<webElementProperties>
38+
<isSelected>false</isSelected>
39+
<matchCondition>equals</matchCondition>
40+
<name>aria-labelledby</name>
41+
<type>Main</type>
42+
<value>gwt-uid-42</value>
43+
</webElementProperties>
44+
<webElementProperties>
45+
<isSelected>false</isSelected>
46+
<matchCondition>equals</matchCondition>
47+
<name>tabindex</name>
48+
<type>Main</type>
49+
<value>0</value>
50+
</webElementProperties>
51+
<webElementProperties>
52+
<isSelected>false</isSelected>
53+
<matchCondition>equals</matchCondition>
54+
<name>xpath</name>
55+
<type>Main</type>
56+
<value>id(&quot;houseNumber&quot;)</value>
57+
</webElementProperties>
58+
<webElementXpaths>
59+
<isSelected>true</isSelected>
60+
<matchCondition>equals</matchCondition>
61+
<name>xpath:attributes</name>
62+
<type>Main</type>
63+
<value>//input[@id='houseNumber']</value>
64+
</webElementXpaths>
65+
<webElementXpaths>
66+
<isSelected>false</isSelected>
67+
<matchCondition>equals</matchCondition>
68+
<name>xpath:idRelative</name>
69+
<type>Main</type>
70+
<value>//div[@id='eventLocation']/div/div/div[5]/div/div[2]/div/input</value>
71+
</webElementXpaths>
72+
<webElementXpaths>
73+
<isSelected>false</isSelected>
74+
<matchCondition>equals</matchCondition>
75+
<name>xpath:position</name>
76+
<type>Main</type>
77+
<value>//div[5]/div/div[2]/div/input</value>
78+
</webElementXpaths>
79+
</WebElementEntity>
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<WebElementEntity>
3+
<description></description>
4+
<name>input_Street</name>
5+
<tag></tag>
6+
<elementGuidId>f0bc3422-4ef0-4061-b44d-082f1b7b5fca</elementGuidId>
7+
<selectorCollection>
8+
<entry>
9+
<key>XPATH</key>
10+
<value>//input[@id='street']</value>
11+
</entry>
12+
</selectorCollection>
13+
<selectorMethod>BASIC</selectorMethod>
14+
<useRalativeImagePath>false</useRalativeImagePath>
15+
<webElementProperties>
16+
<isSelected>true</isSelected>
17+
<matchCondition>equals</matchCondition>
18+
<name>tag</name>
19+
<type>Main</type>
20+
<value>input</value>
21+
</webElementProperties>
22+
<webElementProperties>
23+
<isSelected>false</isSelected>
24+
<matchCondition>equals</matchCondition>
25+
<name>type</name>
26+
<type>Main</type>
27+
<value>text</value>
28+
</webElementProperties>
29+
<webElementProperties>
30+
<isSelected>false</isSelected>
31+
<matchCondition>equals</matchCondition>
32+
<name>class</name>
33+
<type>Main</type>
34+
<value>v-textfield v-widget v-has-width</value>
35+
</webElementProperties>
36+
<webElementProperties>
37+
<isSelected>true</isSelected>
38+
<matchCondition>equals</matchCondition>
39+
<name>id</name>
40+
<type>Main</type>
41+
<value>street</value>
42+
</webElementProperties>
43+
<webElementProperties>
44+
<isSelected>false</isSelected>
45+
<matchCondition>equals</matchCondition>
46+
<name>aria-labelledby</name>
47+
<type>Main</type>
48+
<value>gwt-uid-46</value>
49+
</webElementProperties>
50+
<webElementProperties>
51+
<isSelected>false</isSelected>
52+
<matchCondition>equals</matchCondition>
53+
<name>tabindex</name>
54+
<type>Main</type>
55+
<value>0</value>
56+
</webElementProperties>
57+
<webElementProperties>
58+
<isSelected>false</isSelected>
59+
<matchCondition>equals</matchCondition>
60+
<name>xpath</name>
61+
<type>Main</type>
62+
<value>id(&quot;street&quot;)</value>
63+
</webElementProperties>
64+
<webElementXpaths>
65+
<isSelected>true</isSelected>
66+
<matchCondition>equals</matchCondition>
67+
<name>xpath:attributes</name>
68+
<type>Main</type>
69+
<value>//input[@id='street']</value>
70+
</webElementXpaths>
71+
<webElementXpaths>
72+
<isSelected>false</isSelected>
73+
<matchCondition>equals</matchCondition>
74+
<name>xpath:idRelative</name>
75+
<type>Main</type>
76+
<value>//div[@id='eventLocation']/div/div/div[5]/div/div/div/input</value>
77+
</webElementXpaths>
78+
<webElementXpaths>
79+
<isSelected>false</isSelected>
80+
<matchCondition>equals</matchCondition>
81+
<name>xpath:position</name>
82+
<type>Main</type>
83+
<value>//div[19]/div/div/div/div/div[5]/div/div/div/input</value>
84+
</webElementXpaths>
85+
</WebElementEntity>

0 commit comments

Comments
 (0)