Class HomePage
- java.lang.Object
-
- org.wso2.am.integration.ui.pages.home.HomePage
-
public class HomePage extends Object
home page class holds the information of product page you got once login It also contain sign-out method as well.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebDriverclickMenu(String... itemNames)LoginPagelogout()
-
-
-
Constructor Detail
-
HomePage
public HomePage(org.openqa.selenium.WebDriver driver) throws IOException- Throws:
IOException
-
HomePage
public HomePage(org.openqa.selenium.WebDriver driver, boolean isCloudEnvironment) throws IOException- Throws:
IOException
-
HomePage
public HomePage(boolean isTenant, org.openqa.selenium.WebDriver driver) throws IOException- Throws:
IOException
-
-
Method Detail
-
logout
public LoginPage logout() throws IOException
- Throws:
IOException
-
clickMenu
public org.openqa.selenium.WebDriver clickMenu(String... itemNames)
-
-