mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-28 15:40:04 +00:00
Merge pull request #1958 from lightpanda-io/runner
Extract Session.wait into a Runner
This commit is contained in:
@@ -236,7 +236,7 @@ pub const WaitUntil = enum {
|
||||
load,
|
||||
domcontentloaded,
|
||||
networkidle,
|
||||
fixed,
|
||||
done,
|
||||
};
|
||||
|
||||
pub const Fetch = struct {
|
||||
@@ -415,8 +415,8 @@ pub fn printUsageAndExit(self: *const Config, success: bool) void {
|
||||
\\ Defaults to 5000.
|
||||
\\
|
||||
\\--wait_until Wait until the specified event.
|
||||
\\ Supported events: load, domcontentloaded, networkidle, fixed.
|
||||
\\ Defaults to 'load'.
|
||||
\\ Supported events: load, domcontentloaded, networkidle, done.
|
||||
\\ Defaults to 'done'.
|
||||
\\
|
||||
++ common_options ++
|
||||
\\
|
||||
|
||||
Reference in New Issue
Block a user