Created
March 17, 2015 01:46
-
-
Save up1/3383c52ea09fbff518ff to your computer and use it in GitHub Desktop.
Robot framework with popup
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 | |
*** Testcases *** | |
Open website without popup | |
Open Browser http://www.kuala-lumpur.ws chrome | |
Maximize Browser Window | |
Add Cookie cms_COUT_Domain B path=\/ domain=www.kuala-lumpur.ws | |
Execute Javascript jQuery(document).ready() | |
Close Browser | |
Open website with popup | |
Open Browser http://www.kuala-lumpur.ws chrome | |
Maximize Browser Window | |
Execute Javascript jQuery(document).ready() | |
Close Browser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment