public class LoginPage extends Object
| Constructor and Description |
|---|
LoginPage(org.openqa.selenium.WebDriver driver) |
LoginPage(org.openqa.selenium.WebDriver driver,
boolean isCloudEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
HomePage |
loginAs(String userName,
String password) |
HomePage |
loginAs(String userName,
String password,
boolean isTenant) |
public LoginPage(org.openqa.selenium.WebDriver driver)
throws IOException
IOExceptionpublic LoginPage(org.openqa.selenium.WebDriver driver,
boolean isCloudEnvironment)
throws IOException
IOExceptionpublic HomePage loginAs(String userName, String password, boolean isTenant) throws IOException
IOExceptionpublic HomePage loginAs(String userName, String password) throws IOException
IOExceptionCopyright © 2018 WSO2. All rights reserved.