public class HomePage extends MBPage
| Constructor and Description |
|---|
HomePage(org.openqa.selenium.WebDriver driver)
Checks whether the current page is the home page.
|
| Modifier and Type | Method and Description |
|---|---|
DLCBrowsePage |
getDLCBrowsePage()
Clicks on the dead letter channel browsing page.
|
QueueAddPage |
getQueueAddPage()
Clicks on the queue adding page.
|
QueuesBrowsePage |
getQueuesBrowsePage()
Clicks on the queue browsing page.
|
QueueSubscriptionsPage |
getQueueSubscriptionsPage()
Clicks on the queue browsing page.
|
TopicAddPage |
getTopicAddPage()
Clicks on the topic adding page.
|
TopicAddPage |
getTopicAddPage(String xPathForTopicMenuItem)
Clicks on the topic adding page
|
TopicsBrowsePage |
getTopicsBrowsePage()
Click on the topic browsing page
|
TopicsBrowsePage |
getTopicsBrowsePage(String xPathForTopicMenuItem)
Click on the topic browsing page
|
TopicSubscriptionsPage |
getTopicSubscriptionsPage()
Click on the topic subscriptions page.
|
getConfigurePage, getMonitorPage, logoutpublic HomePage(org.openqa.selenium.WebDriver driver)
driver - WebDriverpublic DLCBrowsePage getDLCBrowsePage() throws IOException
DLCBrowsePageIOExceptionpublic QueuesBrowsePage getQueuesBrowsePage() throws IOException
QueuesBrowsePageIOExceptionpublic QueueSubscriptionsPage getQueueSubscriptionsPage() throws IOException
QueueSubscriptionsPageIOExceptionpublic QueueAddPage getQueueAddPage() throws IOException
QueueAddPageIOExceptionpublic TopicAddPage getTopicAddPage() throws IOException
TopicAddPageIOExceptionpublic TopicsBrowsePage getTopicsBrowsePage() throws IOException
TopicsBrowsePageIOExceptionpublic TopicAddPage getTopicAddPage(String xPathForTopicMenuItem)
xPathForTopicMenuItem - The xPath of the topic adding page.TopicAddPagepublic TopicsBrowsePage getTopicsBrowsePage(String xPathForTopicMenuItem) throws IOException
xPathForTopicMenuItem - The xPath of the topic browsing page.TopicsBrowsePageIOExceptionpublic TopicSubscriptionsPage getTopicSubscriptionsPage() throws IOException
TopicSubscriptionsPageIOExceptionCopyright © 2019 WSO2. All rights reserved.