public class QueueSubscriptionsPage extends MBPage
| Modifier | Constructor and Description |
|---|---|
protected |
QueueSubscriptionsPage(org.openqa.selenium.WebDriver driver)
Checks whether the current page the WebDriver is in is the correct queue subscriptions page.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
closeTopSubscription()
Close the first subscription out of the subscriptions listed on queue subscriptions page
|
int |
getSubscriptionCount()
Gets the number of queue subscriptions.
|
int |
searchQueueSubscriptions(String queueNamePattern,
String identifierPattern,
int ownNodeIdIndex,
boolean isNameExactMatch,
boolean isIdentifierExactMatch)
Search queue subscriptions according to the search criteria.
|
getConfigurePage, getMonitorPage, logoutprotected QueueSubscriptionsPage(org.openqa.selenium.WebDriver driver)
driver - WebDriverpublic int searchQueueSubscriptions(String queueNamePattern, String identifierPattern, int ownNodeIdIndex, boolean isNameExactMatch, boolean isIdentifierExactMatch)
queueNamePattern - string pattern of the queue name (* for all)identifierPattern - string pattern of the identifier (* for all)ownNodeIdIndex - index of the node Id in the dropdown the subscriptions belong topublic int getSubscriptionCount()
public boolean closeTopSubscription()
Copyright © 2019 WSO2. All rights reserved.