public class AddressUtil extends Object implements Serializable
| Constructor and Description |
|---|
AddressUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Set<org.openqa.selenium.Point> |
addressRangeToPoints(String addressRange)
Converts an address range to a set of coordinates (Points)
|
static org.openqa.selenium.Point |
addressToPoint(String address)
Converts a single cell address to its integer coordinates (Point)
|
public static org.openqa.selenium.Point addressToPoint(String address)
address - The address of the cell, e.g. A3public static Set<org.openqa.selenium.Point> addressRangeToPoints(String addressRange)
addressRange - The address range, e.g. A1:B3, AA20:AZ98, etc.Copyright © 2013–2025 Vaadin Ltd. All rights reserved.