-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutput.xml
More file actions
482 lines (482 loc) · 26.1 KB
/
output.xml
File metadata and controls
482 lines (482 loc) · 26.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 6.1.1 (Python 3.11.4 on win32)" generated="20231011 18:28:18.113" rpa="false" schemaversion="4">
<suite id="s1" name="Roy" source="c:\Users\royha\OneDrive - Hämeen ammattikorkeakoulu\Python\TrinitySoftwareTesting\roy.robot">
<test id="s1-t1" name="Search "Odyssey OLED G8" and add it into the shopping cart (Roy)" line="45">
<kw name="Open Browser" library="SeleniumLibrary">
<arg>${website}</arg>
<arg>${browser}</arg>
<arg>options=add_experimental_option("detach", True)</arg>
<doc>Opens a new browser instance to the optional ``url``.</doc>
<msg timestamp="20231011 18:28:18.418" level="INFO">Opening browser 'Chrome' to base url 'http://jimms.fi'.</msg>
<status status="PASS" starttime="20231011 18:28:18.417" endtime="20231011 18:28:22.062"/>
</kw>
<kw name="Maximize Browser Window" library="SeleniumLibrary">
<doc>Maximizes current browser window.</doc>
<status status="PASS" starttime="20231011 18:28:22.063" endtime="20231011 18:28:22.275"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>name:q</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:22.276" level="INFO">Clicking element 'name:q'.</msg>
<status status="PASS" starttime="20231011 18:28:22.275" endtime="20231011 18:28:22.392"/>
</kw>
<kw name="Input Text" library="SeleniumLibrary">
<arg>name:q</arg>
<arg>Odyssey OLED G8</arg>
<doc>Types the given ``text`` into the text field identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:22.393" level="INFO">Typing text 'Odyssey OLED G8' into text field 'name:q'.</msg>
<status status="PASS" starttime="20231011 18:28:22.393" endtime="20231011 18:28:22.455"/>
</kw>
<kw name="Press Keys" library="SeleniumLibrary">
<arg>name:q</arg>
<arg>ENTER</arg>
<doc>Simulates the user pressing key(s) to an element or on the active browser.</doc>
<msg timestamp="20231011 18:28:22.456" level="INFO">Sending key(s) ('ENTER',) to name:q element.</msg>
<msg timestamp="20231011 18:28:22.735" level="INFO">Pressing special key ENTER to element.</msg>
<msg timestamp="20231011 18:28:22.735" level="INFO">Releasing special key ENTER.</msg>
<status status="PASS" starttime="20231011 18:28:22.456" endtime="20231011 18:28:23.003"/>
</kw>
<kw name="Sleep" library="BuiltIn">
<arg>1s</arg>
<doc>Pauses the test executed for the given time.</doc>
<msg timestamp="20231011 18:28:24.005" level="INFO">Slept 1 second</msg>
<status status="PASS" starttime="20231011 18:28:23.004" endtime="20231011 18:28:24.005"/>
</kw>
<kw name="Element Should Be Visible" library="SeleniumLibrary">
<arg>xpath:/html/body/main/div[2]/div/div[2]/div[5]/div/div/product-box/div[2]/div[3]/addto-cart-wrapper/div/a</arg>
<doc>Verifies that the element identified by ``locator`` is visible.</doc>
<msg timestamp="20231011 18:28:24.070" level="INFO">Element 'xpath:/html/body/main/div[2]/div/div[2]/div[5]/div/div/product-box/div[2]/div[3]/addto-cart-wrapper/div/a' is displayed.</msg>
<status status="PASS" starttime="20231011 18:28:24.006" endtime="20231011 18:28:24.070"/>
</kw>
<kw name="Add to Cart">
<arg>xpath:/html/body/main/div[2]/div/div[2]/div[5]/div/div/product-box/div[2]/div[3]/addto-cart-wrapper/div/a</arg>
<kw name="Sleep" library="BuiltIn">
<arg>1s</arg>
<doc>Pauses the test executed for the given time.</doc>
<msg timestamp="20231011 18:28:25.072" level="INFO">Slept 1 second</msg>
<status status="PASS" starttime="20231011 18:28:24.071" endtime="20231011 18:28:25.072"/>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<arg>Scroll Element Into View</arg>
<arg>${cartAdd}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<kw name="Scroll Element Into View" library="SeleniumLibrary">
<arg>${cartAdd}</arg>
<doc>Scrolls the element identified by ``locator`` into view.</doc>
<status status="PASS" starttime="20231011 18:28:25.073" endtime="20231011 18:28:25.344"/>
</kw>
<status status="PASS" starttime="20231011 18:28:25.072" endtime="20231011 18:28:25.346"/>
</kw>
<kw name="Sleep" library="BuiltIn">
<arg>1s</arg>
<doc>Pauses the test executed for the given time.</doc>
<msg timestamp="20231011 18:28:26.346" level="INFO">Slept 1 second</msg>
<status status="PASS" starttime="20231011 18:28:25.346" endtime="20231011 18:28:26.346"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>${cartAdd}</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:26.346" level="INFO">Clicking element 'xpath:/html/body/main/div[2]/div/div[2]/div[5]/div/div/product-box/div[2]/div[3]/addto-cart-wrapper/div/a'.</msg>
<status status="PASS" starttime="20231011 18:28:26.346" endtime="20231011 18:28:26.382"/>
</kw>
<status status="PASS" starttime="20231011 18:28:24.071" endtime="20231011 18:28:26.382"/>
</kw>
<status status="PASS" starttime="20231011 18:28:18.417" endtime="20231011 18:28:26.382"/>
</test>
<test id="s1-t2" name="Check if the product is in the shopping cart and make a screenshot of the cart icon" line="63">
<kw name="Capture Element Screenshot" library="SeleniumLibrary">
<arg>xpath://*[@id="headercartcontainer"]/a</arg>
<doc>Captures a screenshot from the element identified by ``locator`` and embeds it into log file.</doc>
<msg timestamp="20231011 18:28:26.458" level="INFO" html="true"></td></tr><tr><td colspan="3"><a href="selenium-element-screenshot-1.png"><img src="selenium-element-screenshot-1.png" width="400px"></a></msg>
<status status="PASS" starttime="20231011 18:28:26.384" endtime="20231011 18:28:26.458"/>
</kw>
<kw name="Sleep" library="BuiltIn">
<arg>1s</arg>
<doc>Pauses the test executed for the given time.</doc>
<msg timestamp="20231011 18:28:27.459" level="INFO">Slept 1 second</msg>
<status status="PASS" starttime="20231011 18:28:26.459" endtime="20231011 18:28:27.459"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>xpath://*[@id="headercartcontainer"]/a</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:27.460" level="INFO">Clicking element 'xpath://*[@id="headercartcontainer"]/a'.</msg>
<status status="PASS" starttime="20231011 18:28:27.460" endtime="20231011 18:28:28.002"/>
</kw>
<kw name="Page Should Contain" library="SeleniumLibrary">
<arg>Ostoskori</arg>
<doc>Verifies that current page contains ``text``.</doc>
<msg timestamp="20231011 18:28:28.020" level="INFO">Current page contains text 'Ostoskori'.</msg>
<status status="PASS" starttime="20231011 18:28:28.003" endtime="20231011 18:28:28.020"/>
</kw>
<kw name="Element Should Be Visible" library="SeleniumLibrary">
<arg>xpath://*[@id="jim-main"]/div/div/div/div[1]/article/div[1]/div[2]/div/div[1]/div/a/span</arg>
<doc>Verifies that the element identified by ``locator`` is visible.</doc>
<msg timestamp="20231011 18:28:28.038" level="INFO">Element 'xpath://*[@id="jim-main"]/div/div/div/div[1]/article/div[1]/div[2]/div/div[1]/div/a/span' is displayed.</msg>
<status status="PASS" starttime="20231011 18:28:28.020" endtime="20231011 18:28:28.038"/>
</kw>
<kw name="Get Text" library="SeleniumLibrary">
<var>${total}</var>
<arg>xpath://*[@id="jim-main"]/div/div/div/div[2]/div/div[1]/ul/li[5]/span</arg>
<doc>Returns the text value of the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:28.059" level="INFO">${total} = 1 249,00 €</msg>
<status status="PASS" starttime="20231011 18:28:28.038" endtime="20231011 18:28:28.059"/>
</kw>
<kw name="Remove String" library="String">
<var>${total}</var>
<arg>${total}</arg>
<arg>€</arg>
<doc>Removes all ``removables`` from the given ``string``.</doc>
<msg timestamp="20231011 18:28:28.060" level="INFO">${total} = 1 249,00 </msg>
<status status="PASS" starttime="20231011 18:28:28.059" endtime="20231011 18:28:28.060"/>
</kw>
<kw name="Set Variable" library="BuiltIn">
<var>${total}</var>
<arg>${total.replace(" ", "").replace(",", "")}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<msg timestamp="20231011 18:28:28.062" level="INFO">${total} = 124900</msg>
<status status="PASS" starttime="20231011 18:28:28.060" endtime="20231011 18:28:28.062"/>
</kw>
<kw name="Convert To Integer" library="BuiltIn">
<var>${total}</var>
<arg>${total}</arg>
<doc>Converts the given item to an integer number.</doc>
<msg timestamp="20231011 18:28:28.063" level="INFO">${total} = 124900</msg>
<status status="PASS" starttime="20231011 18:28:28.062" endtime="20231011 18:28:28.063"/>
</kw>
<kw name="Should Be True" library="BuiltIn">
<arg>${total} > 0</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" starttime="20231011 18:28:28.063" endtime="20231011 18:28:28.064"/>
</kw>
<status status="PASS" starttime="20231011 18:28:26.383" endtime="20231011 18:28:28.064"/>
</test>
<test id="s1-t3" name="Click "SIIRRY KASSALLE", fill out the form and click "SEURAAVA>>"" line="94">
<kw name="Click Element" library="SeleniumLibrary">
<arg>xpath:/html/body/main/div/div/div/div[2]/div/div[3]/a</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:28.067" level="INFO">Clicking element 'xpath:/html/body/main/div/div/div/div[2]/div/div[3]/a'.</msg>
<status status="PASS" starttime="20231011 18:28:28.066" endtime="20231011 18:28:28.577"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>xpath://*[@id="anonymous-tab-input"]</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:28.579" level="INFO">Clicking element 'xpath://*[@id="anonymous-tab-input"]'.</msg>
<status status="PASS" starttime="20231011 18:28:28.579" endtime="20231011 18:28:28.629"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>xpath:/html/body/main/div/div/div/div[2]/div[4]/div/div/form/input[3]</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:28.630" level="INFO">Clicking element 'xpath:/html/body/main/div/div/div/div[2]/div[4]/div/div/form/input[3]'.</msg>
<status status="PASS" starttime="20231011 18:28:28.630" endtime="20231011 18:28:29.175"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>name:FirstName</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.177" level="INFO">Clicking element 'name:FirstName'.</msg>
<status status="PASS" starttime="20231011 18:28:29.175" endtime="20231011 18:28:29.217"/>
</kw>
<kw name="Input Text" library="SeleniumLibrary">
<arg>name:FirstName</arg>
<arg>${FirstName}</arg>
<doc>Types the given ``text`` into the text field identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.218" level="INFO">Typing text 'Malong' into text field 'name:FirstName'.</msg>
<status status="PASS" starttime="20231011 18:28:29.217" endtime="20231011 18:28:29.268"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>name:LastName</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.269" level="INFO">Clicking element 'name:LastName'.</msg>
<status status="PASS" starttime="20231011 18:28:29.269" endtime="20231011 18:28:29.322"/>
</kw>
<kw name="Input Text" library="SeleniumLibrary">
<arg>name:LastName</arg>
<arg>${LastName}</arg>
<doc>Types the given ``text`` into the text field identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.324" level="INFO">Typing text 'Dig' into text field 'name:LastName'.</msg>
<status status="PASS" starttime="20231011 18:28:29.322" endtime="20231011 18:28:29.374"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>name:Address</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.375" level="INFO">Clicking element 'name:Address'.</msg>
<status status="PASS" starttime="20231011 18:28:29.374" endtime="20231011 18:28:29.417"/>
</kw>
<kw name="Input Text" library="SeleniumLibrary">
<arg>name:Address</arg>
<arg>${Address}</arg>
<doc>Types the given ``text`` into the text field identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.419" level="INFO">Typing text 'Ottostraße 63' into text field 'name:Address'.</msg>
<status status="PASS" starttime="20231011 18:28:29.418" endtime="20231011 18:28:29.486"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>name:PostalCode</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.487" level="INFO">Clicking element 'name:PostalCode'.</msg>
<status status="PASS" starttime="20231011 18:28:29.487" endtime="20231011 18:28:29.532"/>
</kw>
<kw name="Input Text" library="SeleniumLibrary">
<arg>name:PostalCode</arg>
<arg>${PostalCode}</arg>
<doc>Types the given ``text`` into the text field identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.534" level="INFO">Typing text '85521' into text field 'name:PostalCode'.</msg>
<status status="PASS" starttime="20231011 18:28:29.533" endtime="20231011 18:28:29.606"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>name:City</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.607" level="INFO">Clicking element 'name:City'.</msg>
<status status="PASS" starttime="20231011 18:28:29.606" endtime="20231011 18:28:29.652"/>
</kw>
<kw name="Input Text" library="SeleniumLibrary">
<arg>name:City</arg>
<arg>${City}</arg>
<doc>Types the given ``text`` into the text field identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.653" level="INFO">Typing text 'Ottobrunn' into text field 'name:City'.</msg>
<status status="PASS" starttime="20231011 18:28:29.653" endtime="20231011 18:28:29.710"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>name:EmailAddress</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.711" level="INFO">Clicking element 'name:EmailAddress'.</msg>
<status status="PASS" starttime="20231011 18:28:29.710" endtime="20231011 18:28:29.752"/>
</kw>
<kw name="Input Text" library="SeleniumLibrary">
<arg>name:EmailAddress</arg>
<arg>${EmailAddress}</arg>
<doc>Types the given ``text`` into the text field identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.754" level="INFO">Typing text 'malong.dig1987@gmail.com' into text field 'name:EmailAddress'.</msg>
<status status="PASS" starttime="20231011 18:28:29.754" endtime="20231011 18:28:29.829"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>name:Phone</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.831" level="INFO">Clicking element 'name:Phone'.</msg>
<status status="PASS" starttime="20231011 18:28:29.830" endtime="20231011 18:28:29.875"/>
</kw>
<kw name="Input Text" library="SeleniumLibrary">
<arg>name:Phone</arg>
<arg>${Phone}</arg>
<doc>Types the given ``text`` into the text field identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.878" level="INFO">Typing text '+358 4573987264' into text field 'name:Phone'.</msg>
<status status="PASS" starttime="20231011 18:28:29.877" endtime="20231011 18:28:29.934"/>
</kw>
<kw name="Select Checkbox" library="SeleniumLibrary">
<arg>xpath://*[@id="GDPR"]</arg>
<doc>Selects the checkbox identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:29.936" level="INFO">Selecting checkbox 'xpath://*[@id="GDPR"]'.</msg>
<status status="PASS" starttime="20231011 18:28:29.936" endtime="20231011 18:28:30.009"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>xpath:/html/body/main/div/div[2]/div/div[1]/form/div/input</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:30.009" level="INFO">Clicking element 'xpath:/html/body/main/div/div[2]/div/div[1]/form/div/input'.</msg>
<msg timestamp="20231011 18:28:31.240" level="INFO" html="true"></td></tr><tr><td colspan="3"><a href="selenium-screenshot-1.png"><img src="selenium-screenshot-1.png" width="800px"></a></msg>
<msg timestamp="20231011 18:28:31.242" level="FAIL">ElementClickInterceptedException: Message: element click intercepted: Element is not clickable at point (643, 940)
(Session info: chrome=117.0.5938.150)
Stacktrace:
GetHandleVerifier [0x00007FF793EE7D32+55474]
(No symbol) [0x00007FF793E577E2]
(No symbol) [0x00007FF793D0E0EB]
(No symbol) [0x00007FF793D54E7B]
(No symbol) [0x00007FF793D53249]
(No symbol) [0x00007FF793D51018]
(No symbol) [0x00007FF793D500D3]
(No symbol) [0x00007FF793D45DCF]
(No symbol) [0x00007FF793D6F15A]
(No symbol) [0x00007FF793D456E6]
(No symbol) [0x00007FF793D6F370]
(No symbol) [0x00007FF793D87EF2]
(No symbol) [0x00007FF793D6EF33]
(No symbol) [0x00007FF793D43D41]
(No symbol) [0x00007FF793D44F84]
GetHandleVerifier [0x00007FF79424B772+3609330]
GetHandleVerifier [0x00007FF7942A1A90+3962384]
GetHandleVerifier [0x00007FF794299F1F+3930783]
GetHandleVerifier [0x00007FF793F83CC6+694342]
(No symbol) [0x00007FF793E62238]
(No symbol) [0x00007FF793E5E4A4]
(No symbol) [0x00007FF793E5E5D2]
(No symbol) [0x00007FF793E4EE33]
BaseThreadInitThunk [0x00007FFED4F0257D+29]
RtlUserThreadStart [0x00007FFED61CAA68+40]
</msg>
<status status="FAIL" starttime="20231011 18:28:30.009" endtime="20231011 18:28:31.290"/>
</kw>
<status status="FAIL" starttime="20231011 18:28:28.066" endtime="20231011 18:28:31.290">ElementClickInterceptedException: Message: element click intercepted: Element is not clickable at point (643, 940)
(Session info: chrome=117.0.5938.150)
Stacktrace:
GetHandleVerifier [0x00007FF793EE7D32+55474]
(No symbol) [0x00007FF793E577E2]
(No symbol) [0x00007FF793D0E0EB]
(No symbol) [0x00007FF793D54E7B]
(No symbol) [0x00007FF793D53249]
(No symbol) [0x00007FF793D51018]
(No symbol) [0x00007FF793D500D3]
(No symbol) [0x00007FF793D45DCF]
(No symbol) [0x00007FF793D6F15A]
(No symbol) [0x00007FF793D456E6]
(No symbol) [0x00007FF793D6F370]
(No symbol) [0x00007FF793D87EF2]
(No symbol) [0x00007FF793D6EF33]
(No symbol) [0x00007FF793D43D41]
(No symbol) [0x00007FF793D44F84]
GetHandleVerifier [0x00007FF79424B772+3609330]
GetHandleVerifier [0x00007FF7942A1A90+3962384]
GetHandleVerifier [0x00007FF794299F1F+3930783]
GetHandleVerifier [0x00007FF793F83CC6+694342]
(No symbol) [0x00007FF793E62238]
(No symbol) [0x00007FF793E5E4A4]
(No symbol) [0x00007FF793E5E5D2]
(No symbol) [0x00007FF793E4EE33]
BaseThreadInitThunk [0x00007FFED4F0257D+29]
RtlUserThreadStart [0x00007FFED61CAA68+40]
</status>
</test>
<test id="s1-t4" name="Choose "Nouto Turku" from the list and click "SEURAAVA>>"" line="132">
<kw name="Wait Until Page Contains" library="SeleniumLibrary">
<arg>Nouto Turku</arg>
<doc>Waits until ``text`` appears on the current page.</doc>
<msg timestamp="20231011 18:28:36.525" level="INFO" html="true"></td></tr><tr><td colspan="3"><a href="selenium-screenshot-2.png"><img src="selenium-screenshot-2.png" width="800px"></a></msg>
<msg timestamp="20231011 18:28:36.525" level="FAIL">Text 'Nouto Turku' did not appear in 5 seconds.</msg>
<status status="FAIL" starttime="20231011 18:28:31.295" endtime="20231011 18:28:36.534"/>
</kw>
<kw name="Page Should Contain" library="SeleniumLibrary">
<arg>Nouto Turku</arg>
<doc>Verifies that current page contains ``text``.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.535" endtime="20231011 18:28:36.535"/>
</kw>
<kw name="Select Radio Button" library="SeleniumLibrary">
<arg>DeliveryMethodID</arg>
<arg>JTU2</arg>
<doc>Sets the radio button group ``group_name`` to ``value``.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.535" endtime="20231011 18:28:36.535"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>xpath:/html/body/main/div/div[2]/div/div[1]/div/div/div[1]/div/form/input[2]</arg>
<doc>Click the element identified by ``locator``.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.535" endtime="20231011 18:28:36.535"/>
</kw>
<status status="FAIL" starttime="20231011 18:28:31.294" endtime="20231011 18:28:36.537">Text 'Nouto Turku' did not appear in 5 seconds.</status>
</test>
<test id="s1-t5" name="Choose "Ennakkomaksu" and click "SEURAAVA>>", also verify the information filled out in the form are correct (Edem)" line="143">
<kw name="Click Element" library="SeleniumLibrary">
<arg>xpath:/html/body/main/div/div[2]/div/div[1]/div/div/div[2]/div/form/ul/li[3]/div/label/div[2]</arg>
<doc>Click the element identified by ``locator``.</doc>
<msg timestamp="20231011 18:28:36.539" level="INFO">Clicking element 'xpath:/html/body/main/div/div[2]/div/div[1]/div/div/div[2]/div/form/ul/li[3]/div/label/div[2]'.</msg>
<msg timestamp="20231011 18:28:36.706" level="INFO" html="true"></td></tr><tr><td colspan="3"><a href="selenium-screenshot-3.png"><img src="selenium-screenshot-3.png" width="800px"></a></msg>
<msg timestamp="20231011 18:28:36.706" level="FAIL">Element with locator 'xpath:/html/body/main/div/div[2]/div/div[1]/div/div/div[2]/div/form/ul/li[3]/div/label/div[2]' not found.</msg>
<status status="FAIL" starttime="20231011 18:28:36.538" endtime="20231011 18:28:36.722"/>
</kw>
<kw name="Click Element" library="SeleniumLibrary">
<arg>xpath:/html/body/main/div/div[2]/div/div[1]/div/div/div[2]/div/form/input[2]</arg>
<doc>Click the element identified by ``locator``.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.722" endtime="20231011 18:28:36.722"/>
</kw>
<kw name="Get Text" library="SeleniumLibrary">
<var>${FirstName_confirm}</var>
<arg>xpath:/html/body/main/div/div[2]/div/div[2]/div[2]/div[1]/div[2]/div[1]</arg>
<doc>Returns the text value of the element identified by ``locator``.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.723" endtime="20231011 18:28:36.723"/>
</kw>
<kw name="Get Text" library="SeleniumLibrary">
<var>${LastName_confirm}</var>
<arg>xpath:/html/body/main/div/div[2]/div/div[2]/div[2]/div[1]/div[2]/div[1]</arg>
<doc>Returns the text value of the element identified by ``locator``.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.723" endtime="20231011 18:28:36.723"/>
</kw>
<kw name="Get Text" library="SeleniumLibrary">
<var>${Address_confirm}</var>
<arg>xpath:/html/body/main/div/div[2]/div/div[2]/div[2]/div[1]/div[2]/div[2]</arg>
<doc>Returns the text value of the element identified by ``locator``.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.724" endtime="20231011 18:28:36.724"/>
</kw>
<kw name="Get Text" library="SeleniumLibrary">
<var>${PostalCode_confirm}</var>
<arg>xpath:/html/body/main/div/div[2]/div/div[2]/div[2]/div[1]/div[2]/div[3]</arg>
<doc>Returns the text value of the element identified by ``locator``.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.724" endtime="20231011 18:28:36.725"/>
</kw>
<kw name="Get Text" library="SeleniumLibrary">
<var>${City_confirm}</var>
<arg>xpath:/html/body/main/div/div[2]/div/div[2]/div[2]/div[1]/div[2]/div[3]</arg>
<doc>Returns the text value of the element identified by ``locator``.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.725" endtime="20231011 18:28:36.725"/>
</kw>
<kw name="Get Text" library="SeleniumLibrary">
<var>${EmailAddress_confirm}</var>
<arg>xpath:/html/body/main/div/div[2]/div/div[2]/div[2]/div[1]/div[2]/div[5]</arg>
<doc>Returns the text value of the element identified by ``locator``.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.725" endtime="20231011 18:28:36.725"/>
</kw>
<kw name="Get Text" library="SeleniumLibrary">
<var>${Phone_confirm}</var>
<arg>xpath:/html/body/main/div/div[2]/div/div[2]/div[2]/div[1]/div[2]/div[4]</arg>
<doc>Returns the text value of the element identified by ``locator``.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.726" endtime="20231011 18:28:36.726"/>
</kw>
<kw name="Run Keyword And Continue On Failure" library="BuiltIn">
<arg>Should Contain</arg>
<arg>${FirstName_confirm}</arg>
<arg>${FirstName}</arg>
<doc>Runs the keyword and continues execution even if a failure occurs.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.726" endtime="20231011 18:28:36.726"/>
</kw>
<kw name="Run Keyword And Continue On Failure" library="BuiltIn">
<arg>Should Contain</arg>
<arg>${FirstName_confirm}</arg>
<arg>${LastName}</arg>
<doc>Runs the keyword and continues execution even if a failure occurs.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.726" endtime="20231011 18:28:36.728"/>
</kw>
<kw name="Run Keyword And Continue On Failure" library="BuiltIn">
<arg>Should Be Equal</arg>
<arg>${Address_confirm}</arg>
<arg>${Address}</arg>
<doc>Runs the keyword and continues execution even if a failure occurs.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.728" endtime="20231011 18:28:36.728"/>
</kw>
<kw name="Run Keyword And Continue On Failure" library="BuiltIn">
<arg>Should Contain</arg>
<arg>${PostalCode_confirm}</arg>
<arg>${PostalCode}</arg>
<doc>Runs the keyword and continues execution even if a failure occurs.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.728" endtime="20231011 18:28:36.728"/>
</kw>
<kw name="Run Keyword And Continue On Failure" library="BuiltIn">
<arg>Should Contain</arg>
<arg>${City_confirm}</arg>
<arg>${City}</arg>
<doc>Runs the keyword and continues execution even if a failure occurs.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.728" endtime="20231011 18:28:36.729"/>
</kw>
<kw name="Run Keyword And Continue On Failure" library="BuiltIn">
<arg>Should Be Equal</arg>
<arg>${EmailAddress_confirm}</arg>
<arg>${EmailAddress}</arg>
<doc>Runs the keyword and continues execution even if a failure occurs.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.729" endtime="20231011 18:28:36.729"/>
</kw>
<kw name="Run Keyword And Continue On Failure" library="BuiltIn">
<arg>Should Be Equal</arg>
<arg>${Phone_confirm}</arg>
<arg>${Phone}</arg>
<doc>Runs the keyword and continues execution even if a failure occurs.</doc>
<status status="NOT RUN" starttime="20231011 18:28:36.729" endtime="20231011 18:28:36.729"/>
</kw>
<status status="FAIL" starttime="20231011 18:28:36.538" endtime="20231011 18:28:36.730">Element with locator 'xpath:/html/body/main/div/div[2]/div/div[1]/div/div/div[2]/div/form/ul/li[3]/div/label/div[2]' not found.</status>
</test>
<status status="FAIL" starttime="20231011 18:28:18.119" endtime="20231011 18:28:36.731"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="3" skip="0">All Tests</stat>
</total>
<tag>
</tag>
<suite>
<stat pass="2" fail="3" skip="0" id="s1" name="Roy">Roy</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>