/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package jhydra.core.uinav.selenium; /** * * @author jantic */ public interface ISelenium { //TODO: Perhaps, only support webdriver based selenium? Probably simpler.... }