Uses of Class
jp.vmi.selenium.selenese.highlight.HighlightStyle
-
Packages that use HighlightStyle Package Description jp.vmi.selenium.selenese jp.vmi.selenium.selenese.highlight -
-
Uses of HighlightStyle in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese with parameters of type HighlightStyle Modifier and Type Method Description voidRunner. highlight(Locator ploc, HighlightStyle highlightStyle) -
Uses of HighlightStyle in jp.vmi.selenium.selenese.highlight
Subclasses of HighlightStyle in jp.vmi.selenium.selenese.highlight Modifier and Type Class Description classHighlightStyleBackupBackup and restore style of highlighted element.Fields in jp.vmi.selenium.selenese.highlight declared as HighlightStyle Modifier and Type Field Description static HighlightStyle[]HighlightStyle. ELEMENT_STYLESelement styles.Methods in jp.vmi.selenium.selenese.highlight with parameters of type HighlightStyle Modifier and Type Method Description voidHighlightHandler. highlight(Locator ploc, HighlightStyle highlightStyle)Highlight and backup specified locator.
-