Can I allow Page.go_to take additional wait parameter? #394
erickgskovik
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I am working on rendering local HTML with Ferrum. During the implementation, I realize
Page.go_todoesn't wait. And it might not be enough time for rendering to complete. I foundFERRUM_GOTO_WAITas a work around. It can be better to also acceptwait.Page.gotoaccepts an optional url. Can it also accept a wait parameter?For the implementation details,
Page.go_toacceptswait.FERRUM_GOTO_WAITwill be set ifwaitparameter is not set.Another question to the details is that is there a policy to accept slowmoable? For example, for the Page.go_to.
Beta Was this translation helpful? Give feedback.
All reactions