All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.jarch.test.page.CrudPage Maven / Gradle / Ivy

The newest version!
package br.com.jarch.test.page;

import br.com.jarch.test.IMethodCrud;
import org.openqa.selenium.WebDriver;

public abstract class CrudPage extends BasePage implements IMethodCrud {

    public CrudPage(WebDriver driver) {
        super(driver);
        timeSecondsWaitMessageSuccess = 10;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy