| open |
/csdemo |
|
| windowMaximize |
|
|
| echo |
-Compose Mail- |
|
| waitForElementPresent |
link=Sign in |
|
| click |
link=Sign in |
|
| waitForElementPresent |
username |
|
| type |
username |
mary |
| type |
password |
gtn |
| clickAndWait |
id=UIPortalLoginFormAction |
|
| pause |
5000 |
|
| waitForElementPresent |
link=Mail |
|
| click |
link=Mail |
|
| echo |
-- Compose mail |
|
| waitForElementPresent |
xpath=//div[@class='UIActionBar']//div[@class='IconHolder ComposeIcon'] |
|
| click |
xpath=//div[@class='UIActionBar']//div[@class='IconHolder ComposeIcon'] |
|
| waitForElementPresent |
to |
|
| type |
to |
exotest4@gmail.com |
| type |
subject |
Test26_Compose_Mail |
| echo |
-- Save in Draft |
|
| waitForElementPresent |
//a[2]/div/div |
|
| click |
//a[2]/div/div |
|
| pause |
5000 |
|
| echo |
-- Check draft mail |
|
| waitForElementPresent |
//div[1]/div[2]/a |
|
| click |
//div[1]/div[2]/a |
|
| waitForElementPresent |
link=Test26_Compose_Mail |
|
| clickAt |
link=Test26_Compose_Mail |
|
| clickAndWait |
link=Sign out |
|
| close |
|
|