-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutput.xml
More file actions
61 lines (61 loc) · 3.07 KB
/
output.xml
File metadata and controls
61 lines (61 loc) · 3.07 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
<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.1.1 (Python 3.12.8 on win32)" generated="2025-01-13T11:23:35.379304" rpa="false" schemaversion="5">
<suite id="s1" name="All Online Search Success" source="C:\Users\folk2\OneDrive - Thammasat University\Portfolio\Gosoft Automated Testing Bootcamp\Code\robotframework_workshop\allonline\all_online_search_success.robot">
<test id="s1-t1" name="ค้นหา ไฟน์ไลน์ ควรเจอ ไฟน์ไลน์" line="9">
<kw name="เปิดเว็บเบราว์เซอร์และเข้าเว็บไซต์ all online">
<kw name="Open Browser" owner="SeleniumLibrary">
<msg time="2025-01-13T11:23:35.973565" level="INFO">Opening browser 'chrome' to base url 'https://allonline.7eleven.co.th/'.</msg>
<arg>url=${URL}</arg>
<arg>browser=${BROWSER}</arg>
<doc>Opens a new browser instance to the optional ``url``.</doc>
<status status="PASS" start="2025-01-13T11:23:35.972566" elapsed="5.192398"/>
</kw>
<status status="PASS" start="2025-01-13T11:23:35.972566" elapsed="5.192398"/>
</kw>
<kw name="ใส่คำค้นหา">
<kw name="Input Text" owner="SeleniumLibrary">
<msg time="2025-01-13T11:23:41.166211" level="INFO">Typing text 'ไฟน์ไลน์' into text field 'name=q'.</msg>
<arg>name=q</arg>
<arg>ไฟน์ไลน์</arg>
<doc>Types the given ``text`` into the text field identified by ``locator``.</doc>
<status status="PASS" start="2025-01-13T11:23:41.166211" elapsed="0.543015"/>
</kw>
<status status="PASS" start="2025-01-13T11:23:41.166211" elapsed="0.544085"/>
</kw>
<kw name="กดปุ่ม Enter">
<kw name="Press Keys" owner="SeleniumLibrary">
<msg time="2025-01-13T11:23:41.711533" level="INFO">Sending key(s) ('RETURN',) to page.</msg>
<msg time="2025-01-13T11:23:41.711533" level="INFO">Pressing special key RETURN to browser.</msg>
<msg time="2025-01-13T11:23:41.711533" level="INFO">Releasing special key RETURN.</msg>
<arg>NONE</arg>
<arg>RETURN</arg>
<doc>Simulates the user pressing key(s) to an element or on the active browser.</doc>
<status status="PASS" start="2025-01-13T11:23:41.710296" elapsed="1.827379"/>
</kw>
<status status="PASS" start="2025-01-13T11:23:41.710296" elapsed="1.828507"/>
</kw>
<kw name="ตรวจสอบผลการค้นหา">
<kw name="Wait Until Page Contains" owner="SeleniumLibrary">
<arg>ผลการค้นหาสำหรับ »ไฟน์ไลน์«</arg>
<doc>Waits until ``text`` appears on the current page.</doc>
<status status="PASS" start="2025-01-13T11:23:43.539827" elapsed="0.017739"/>
</kw>
<status status="PASS" start="2025-01-13T11:23:43.538803" elapsed="0.018763"/>
</kw>
<status status="PASS" start="2025-01-13T11:23:35.971710" elapsed="7.586935"/>
</test>
<status status="PASS" start="2025-01-13T11:23:35.381287" elapsed="8.178507"/>
</suite>
<statistics>
<total>
<stat pass="1" fail="0" skip="0">All Tests</stat>
</total>
<tag>
</tag>
<suite>
<stat pass="1" fail="0" skip="0" id="s1" name="All Online Search Success">All Online Search Success</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>