public class LoginPage extends Object
| Constructor and Description |
|---|
LoginPage(org.openqa.selenium.WebDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
HomePage |
loginAs(String userName,
String password)
Provide facility to log into the products using user credentials
|
TenantHomePage |
loginAsTenant(String userName,
String domain,
String password) |
public LoginPage(org.openqa.selenium.WebDriver driver)
throws IOException
IOExceptionpublic HomePage loginAs(String userName, String password) throws IOException
userName - login user namepassword - login passwordIOException - if mapper.properties file not foundpublic TenantHomePage loginAsTenant(String userName, String domain, String password)
Copyright © 2016 WSO2 Inc. All rights reserved.