public abstract class MBPage extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.openqa.selenium.WebDriver |
driver
Web driver used by selenium framework to do UI operations pragmatically
|
| Modifier | Constructor and Description |
|---|---|
protected |
MBPage(org.openqa.selenium.WebDriver driver)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurePage |
getConfigurePage()
Selects a Configuration tab and returns the configuration tab related page
|
MonitorPage |
getMonitorPage()
Selects the Monitor tab and returns the monitor tab related page
|
LoginPage |
logout()
Log out from current account and returns the LoginPage
|
protected org.openqa.selenium.WebDriver driver
protected MBPage(org.openqa.selenium.WebDriver driver)
driver - The selenium Web Driverpublic ConfigurePage getConfigurePage() throws IOException
IOExceptionpublic MonitorPage getMonitorPage() throws IOException
IOExceptionpublic LoginPage logout() throws IOException
IOExceptionCopyright © 2019 WSO2. All rights reserved.