Closed GoogleCodeExporter closed 8 years ago
If you are only interested in bugs found by `DetectInvalidImageUrls` you should
only run this detector like this:
{{{
// ...
WebPage webPage = new WebPage(driver);
DetectInvalidImageUrls detectInvalidImageUrls = new DetectInvalidImageUrls();
Collection<LayoutBug> bugs = detectInvalidImageUrls.findLayoutBugsIn(webPage);
}}}
Original comment by michael.tamm2
on 24 Aug 2012 at 4:46
Oh!!! Thanx for code example!
Original comment by NIkita.M...@gmail.com
on 24 Aug 2012 at 2:30
Original issue reported on code.google.com by
NIkita.M...@gmail.com
on 23 Aug 2012 at 9:33