Class ApiStorePage
- java.lang.Object
-
- org.wso2.am.integration.ui.pages.apimanager.store.ApiStorePage
-
public class ApiStorePage extends Object
-
-
Constructor Summary
Constructors Constructor Description ApiStorePage(org.openqa.selenium.WebDriver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubscriptionPagegotoSubscribeAPiPage()SubscriptionPagesubscribeToApiManager(String appName)
-
-
-
Constructor Detail
-
ApiStorePage
public ApiStorePage(org.openqa.selenium.WebDriver driver) throws IOException- Throws:
IOException
-
-
Method Detail
-
subscribeToApiManager
public SubscriptionPage subscribeToApiManager(String appName) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
gotoSubscribeAPiPage
public SubscriptionPage gotoSubscribeAPiPage() throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-