Interface HasLocation
-
- All Known Implementing Classes:
Button,CalendarRangeWidget,CalendarWidget,ElementGroup,Flag,Flag.CheckBox,Flag.RadioButton,Flag.Toggle,Form,Image,Link,MultiSelect,Select,Tab,Table,TableCell,TableFooter,TableHeader,TableRow,TextElement,TextField,Widget
public interface HasLocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.openqa.selenium.PointgetLocation()Where on the page is the top left-hand corner of the rendered element?
-