Class ApiListPage
- java.lang.Object
-
- org.wso2.am.integration.ui.pages.apimanager.apilist.ApiListPage
-
public class ApiListPage extends Object
-
-
Constructor Summary
Constructors Constructor Description ApiListPage(org.openqa.selenium.WebDriver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckFilterStatePersistence(String lifecycleName, String lifecycleState)booleancheckOnUploadApi(String apiName)voidlifeCyclePromotion(String lifeCycleName)LoginPagelogout()booleanpromoteApiLifecycle(String apiName, String lifeCycleName)
-
-
-
Constructor Detail
-
ApiListPage
public ApiListPage(org.openqa.selenium.WebDriver driver) throws IOException- Throws:
IOException
-
-
Method Detail
-
checkOnUploadApi
public boolean checkOnUploadApi(String apiName) throws InterruptedException
- Throws:
InterruptedException
-
lifeCyclePromotion
public void lifeCyclePromotion(String lifeCycleName) throws InterruptedException
- Throws:
InterruptedException
-
promoteApiLifecycle
public boolean promoteApiLifecycle(String apiName, String lifeCycleName) throws InterruptedException
- Throws:
InterruptedException
-
checkFilterStatePersistence
public boolean checkFilterStatePersistence(String lifecycleName, String lifecycleState)
-
logout
public LoginPage logout() throws IOException
- Throws:
IOException
-
-