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

org.unidal.test.browser.Browser Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
package org.unidal.test.browser;

import java.net.URL;

public interface Browser {
   public void display(String html);

   public void display(String html, String charset);

   public void display(URL url);

   public BrowserType getId();
   
   public boolean isAvailable();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy