package com.crawljax.test; /** * Marker interface for a test that requires a Browser */ public interface BrowserTest { }