![JAR search and dependency download from the Maven repository](/logo.png)
org.bithill.selenium.site.MinimalSiteConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aport Show documentation
Show all versions of aport Show documentation
web UI testing made easier
package org.bithill.selenium.site;
/**
* Minimal 'functional' {@link SiteConfig}.
* You can use it in case you do want to implement your own for some reasons.
*/
public class MinimalSiteConfig extends SiteConfig
{
@Override
public String getUrl()
{
return "";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy