Class SubscriptionPage
- java.lang.Object
-
- org.wso2.am.integration.ui.pages.apimanager.subscription.SubscriptionPage
-
public class SubscriptionPage extends Object
-
-
Constructor Summary
Constructors Constructor Description SubscriptionPage(org.openqa.selenium.WebDriver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateKeys()ApiManagerHomePagegotoApiManagerHomePage()voidrefresh()voidselectApp(String appKey)
-
-
-
Constructor Detail
-
SubscriptionPage
public SubscriptionPage(org.openqa.selenium.WebDriver driver) throws IOException- Throws:
IOException
-
-
Method Detail
-
generateKeys
public void generateKeys() throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
gotoApiManagerHomePage
public ApiManagerHomePage gotoApiManagerHomePage() throws IOException
- Throws:
IOException
-
refresh
public void refresh() throws InterruptedException- Throws:
InterruptedException
-
selectApp
public void selectApp(String appKey) throws InterruptedException, IOException
- Throws:
InterruptedExceptionIOException
-
-