get: dump the HTML

This commit is contained in:
Pierre Tachoire
2024-01-05 16:30:51 +01:00
parent 2cdbf68526
commit cfacfc8db7
3 changed files with 30 additions and 3 deletions

View File

@@ -56,4 +56,5 @@ pub fn main() !void {
var page = try browser.currentSession().createPage();
defer page.end();
try page.navigate(url);
try page.dump(std.io.getStdOut());
}