public class ConfigurePage extends Object
| Constructor and Description |
|---|
ConfigurePage(org.openqa.selenium.WebDriver driver)
Initializes configuration page.
|
| Modifier and Type | Method and Description |
|---|---|
AddNewTenantPage |
getAddNewTenantPage()
New Tenant creation page link is selected from Configure tab page in UI and AddNewTenantPage
is returned
|
UserManagementPage |
getUserManagementPage()
User Management page link is selected from Configure tab page in UI
|
UserStoreManagementPage |
getUserStoreManagementPage()
User store Management store page is selected from UI and returned
|
public ConfigurePage(org.openqa.selenium.WebDriver driver)
throws IOException
driver - The selenium web driver.IOExceptionpublic UserStoreManagementPage getUserStoreManagementPage() throws IOException
IOExceptionpublic AddNewTenantPage getAddNewTenantPage()
public UserManagementPage getUserManagementPage()
Copyright © 2019 WSO2. All rights reserved.