Class TenantListpage
- java.lang.Object
-
- org.wso2.am.integration.ui.pages.tenant.TenantListpage
-
public class TenantListpage extends Object
-
-
Constructor Summary
Constructors Constructor Description TenantListpage(org.openqa.selenium.WebDriver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckOnUplodedTenant(String tenantName)LoginPagelogout()
-
-
-
Constructor Detail
-
TenantListpage
public TenantListpage(org.openqa.selenium.WebDriver driver) throws IOException- Throws:
IOException
-
-
Method Detail
-
checkOnUplodedTenant
public boolean checkOnUplodedTenant(String tenantName) throws InterruptedException
- Throws:
InterruptedException
-
logout
public LoginPage logout() throws IOException
- Throws:
IOException
-
-