1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-07-03 00:46:51 +02:00

Updated changelog

This commit is contained in:
Tim Voronov
2020-09-14 22:25:32 -04:00
parent ccaf15e1f4
commit 63efc6721e
2 changed files with 6 additions and 1 deletions

View File

@ -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)