![JAR search and dependency download from the Maven repository](/logo.png)
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