public class DebugIdUtils extends Object
| Constructor and Description |
|---|
DebugIdUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createWebDriverSafeDebugId(String debugId)
Converts a String to a WebDriver safe debug ID by replacing all non-digit, non-letter (including Unicode characters) with a dash('-') character.
|
public DebugIdUtils()
public static String createWebDriverSafeDebugId(String debugId)
debugId - The existing debugId.Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.