Last active
August 29, 2015 14:22
-
-
Save up1/0cf7d71f70a9de12feff to your computer and use it in GitHub Desktop.
Robotframework :: post item on kaidee.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Settings *** | |
Library Selenium2Library | |
#Test Teardown Close Browser | |
*** Testcases *** | |
Post my book on Kaidee | |
Open Browser http://www.kaidee.com/posting/ | |
Maximize Browser Window | |
Input Text item_topic Test my book | |
Click element add-category | |
Click element xpath=//*[@class='df-ic-computer'] | |
Click element xpath=//a[@data-cate-list='85'] | |
#Choose File input_uploadfile selenium-screenshot-1.png | |
Input Text item_price 500 | |
Mouse Over province | |
Mouse Down province | |
Execute Javascript window.document.getElementById('province').value = 47; | |
Mouse Up province | |
Mouse Out province | |
Press key province \\09 | |
Set Selenium Speed .5 seconds | |
Press key district \\09 | |
Select From List By Label district ธารโต | |
Input Text tel-1 0880808080 | |
Click button ลงขาย |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment