webdriver-accessibility
webdriver-accessibility copied to clipboard
Warnings appear in plain_report but not in output Map "warning" object
When I output my plain_report object I get several warnings reported like (1 - 5 of 20), but when I call List<Result> warnings = (List<Result>) audit_report.get("warning"); I get a NullPointerException. Errors, plain_report, and screenshot show up fine.
@thephilwells sorry to respond late on this issue. Can you provide entire plain report? There could be a bug in parsing somewhere.