Class ApiPage
- java.lang.Object
-
- org.wso2.am.integration.ui.pages.metadata.ApiPage
-
public class ApiPage extends Object
-
-
Constructor Summary
Constructors Constructor Description ApiPage(org.openqa.selenium.WebDriver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginPagelogout()ResourceBrowsePageuploadApi(String provider, String name, String context, String version)
-
-
-
Constructor Detail
-
ApiPage
public ApiPage(org.openqa.selenium.WebDriver driver) throws IOException- Throws:
IOException
-
-
Method Detail
-
uploadApi
public ResourceBrowsePage uploadApi(String provider, String name, String context, String version) throws InterruptedException, IOException
- Throws:
InterruptedExceptionIOException
-
logout
public LoginPage logout() throws IOException
- Throws:
IOException
-
-