1 package com.atlassian.selenium.visualcomparison; 2 3 public interface ScreenElement 4 { 5 /** 6 * @return the Outer HTML string of the element 7 */ 8 String getHtml(); 9 }