Class LoginPage
- java.lang.Object
-
- org.wso2.am.integration.ui.pages.login.LoginPage
-
public class LoginPage extends Object
login page class - contains methods to login to wso2 products.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JaggeryHomeLogin(String userName, String password)HomePageloginAs(String userName, String password)HomePageloginAs(String userName, String password, boolean isTenant)
-
-
-
Constructor Detail
-
LoginPage
public LoginPage(org.openqa.selenium.WebDriver driver) throws IOException- Throws:
IOException
-
LoginPage
public LoginPage(org.openqa.selenium.WebDriver driver, boolean isCloudEnvironment) throws IOException- Throws:
IOException
-
-
Method Detail
-
loginAs
public HomePage loginAs(String userName, String password, boolean isTenant) throws IOException
- Throws:
IOException
-
loginAs
public HomePage loginAs(String userName, String password) throws IOException
- Throws:
IOException
-
Login
public JaggeryHome Login(String userName, String password) throws IOException
- Throws:
IOException
-
-