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

org.cauli.ui.selenium.page.SubPage Maven / Gradle / Ivy

package org.cauli.ui.selenium.page;

import org.cauli.ui.selenium.browser.IBrowser;

/**
 * Created by tianqing.wang on 2014/7/25
 */
public class SubPage extends SourcePage{
    public SubPage(IBrowser browser) throws Exception {
        super(browser);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy