Package | Description |
---|---|
me.alb_i986.selenium.tinafw.tests |
Modifier and Type | Method and Description |
---|---|
HtmlReportBuilder |
HtmlReportBuilder.beginReport()
Begin the report by opening the tags html, head, body, table.
|
HtmlReportBuilder |
HtmlReportBuilder.info(String key,
String value)
Print the given <key, value> pair in its own line.
|
HtmlReportBuilder |
HtmlReportBuilder.pageSource(String pageSource)
Print the given page source with pretty syntax highlighting.
|
HtmlReportBuilder |
HtmlReportBuilder.screenshot(String screenshotAsBase64)
Prints a table row containing an img with the screenshot embedded in base64 format.
|
HtmlReportBuilder |
HtmlReportBuilder.title(String title)
Print the title of the report.
|
Copyright © 2015. All rights reserved.