public class QueueAddPage extends MBPage
| Constructor and Description |
|---|
QueueAddPage(org.openqa.selenium.WebDriver driver)
Checks whether the current page the WebDriver is in is the correct queue add page.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addQueue(String qName)
Adds a queue with all without changing privileges for the queue
|
boolean |
addQueue(String qName,
boolean withoutPrivileges)
Adds a queue without privileges to any role or not explicitly specified
|
getConfigurePage, getMonitorPage, logoutpublic QueueAddPage(org.openqa.selenium.WebDriver driver)
driver - WebDriverpublic boolean addQueue(String qName) throws IOException
qName - queue nameIOExceptionpublic boolean addQueue(String qName, boolean withoutPrivileges) throws IOException
qName - queue namewithoutPrivileges - without privileges set to roles to consume or publishIOExceptionCopyright © 2019 WSO2. All rights reserved.