Uses of Class
jp.vmi.selenium.selenese.command.Screenshot
| Package | Description |
|---|---|
| jp.vmi.selenium.selenese.command | |
| jp.vmi.selenium.selenese.result |
-
Uses of Screenshot in jp.vmi.selenium.selenese.command
Methods in jp.vmi.selenium.selenese.command that return types with arguments of type Screenshot Modifier and Type Method Description List<Screenshot>AbstractCommand. getScreenshots()List<Screenshot>ICommand. getScreenshots()Get list of screenshot images.List<Screenshot>StartMarker. getScreenshots() -
Uses of Screenshot in jp.vmi.selenium.selenese.result
Methods in jp.vmi.selenium.selenese.result that return types with arguments of type Screenshot Modifier and Type Method Description List<Screenshot>CommandResult. getScreenshots()Get list of screenshot information.Constructor parameters in jp.vmi.selenium.selenese.result with type arguments of type Screenshot Constructor Description CommandResult(String sequence, ICommand command, List<Screenshot> screenshots, Result result, long startTime, long endTime)Constructor.