kazurayam / inspectus

The Inspectus library enables automated UI tests in Java/Groovy to perform "Visual Inspection" on top of the "materialstore"
Apache License 2.0
0 stars 0 forks source link

SitemapLoader should accept "/foo.html" without "http://hostname" in the rows of CSV #52

Closed kazurayam closed 1 year ago

kazurayam commented 1 year ago

I want to make a CSV like

/index.html
p1.html

and pass it to SitemapLoader constructed with the baseTopPage like

SitemapLoader loader = new SitemapLoader("http://host/pages")

I want the loader can infer valid URLs, like