public class TopicAddPage extends MBPage
| Modifier | Constructor and Description |
|---|---|
protected |
TopicAddPage(org.openqa.selenium.WebDriver driver)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addTopic(String topicName)
Adds a new topic.
|
getConfigurePage, getMonitorPage, logoutprotected TopicAddPage(org.openqa.selenium.WebDriver driver)
driver - WebDriverpublic boolean addTopic(String topicName)
topicName - The new topic name.Copyright © 2019 WSO2. All rights reserved.