mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-03 00:46:51 +02:00
Updated changelog
This commit is contained in:
@ -20,6 +20,10 @@ type WaitNavigationParams struct {
|
||||
// Stops the execution until the navigation ends or operation times out.
|
||||
// @param {HTMLPage} page - Target page.
|
||||
// @param {Int} [timeout=5000] - Navigation timeout.
|
||||
// @param {Object} [params=None] - Navigation parameters.
|
||||
// @param {Int} [params.timeout=5000] - Navigation timeout.
|
||||
// @param {Int} [params.target] - Navigation target url.
|
||||
// @param {HTMLDocument} [params.frame] - Navigation frame.
|
||||
func WaitNavigation(ctx context.Context, args ...core.Value) (core.Value, error) {
|
||||
err := core.ValidateArgs(args, 1, 2)
|
||||
|
||||
|
Reference in New Issue
Block a user