This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dongxiaoyan-tsg-autotest/02-Keyword/tsg_ui/mail/Mailpages.robot

18 lines
535 B
Plaintext

*** Settings ***
Library Selenium2Library
Resource Mail.robot
Resource ../Menu.robot
Library Collections
*** Keywords ***
CreatePage
[Arguments] ${server} ${port} ${username} ${account} ${password}
Menu administartion Mail Server
sleep 3
Mail.Create-Server ${server}
Mail.Create-Port ${port}
Mail.Create-Username ${username}
Mail.Create-Account ${account}
Mail.Create-Password ${password}
Mail.Create-Ok