Class ConfigureApiPage
- java.lang.Object
-
- org.wso2.am.integration.ui.pages.apimanager.subscription.ConfigureApiPage
-
public class ConfigureApiPage extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigureApiPage(org.openqa.selenium.WebDriver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiPageconfigureApi(String newApiConfiguration)LoginPagelogout()
-
-
-
Constructor Detail
-
ConfigureApiPage
public ConfigureApiPage(org.openqa.selenium.WebDriver driver) throws IOException- Throws:
IOException
-
-
Method Detail
-
configureApi
public ApiPage configureApi(String newApiConfiguration) throws InterruptedException, IOException
- Throws:
InterruptedExceptionIOException
-
logout
public LoginPage logout() throws IOException
- Throws:
IOException
-
-