forked from up1/course-robotframework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfacebook.txt
29 lines (23 loc) · 881 Bytes
/
facebook.txt
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
*** Settings ***
Library Selenium2Library
*** Testcases ***
Post message in facebook
[Tags] done
Login to facebook with my account
Click Element u_0_1t
Input Text u_0_1t ดึกๆ ทำ Kata Robot framework ไป รอดูบอลไป
Click Button Post
Post comment in facebook
[Tags] develop
Login to facebook with my account
Go To https://www.facebook.com/somkiatspns/posts/10152516553143588
Wait Until Element Is Visible add_comment_text
Input Text add_comment_text นี่คือการเขียน comment จาก robot framework นะ
Wait Until Element Is Visible js_1 timeout=10
Press Key js_1 \\13
*** Keywords ***
Login to facebook with my account
Open Browser http://www.facebook.com
Input Text email <my email>
Input Text pass <my password>
Click Element u_0_n