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
-
Hey,
I am working on rendering local HTML with Ferrum. During the implementation, I realize
Page.go_to
doesn't wait. And it might not be enough time for rendering to complete. I foundFERRUM_GOTO_WAIT
as a work around. It can be better to also acceptwait
.Page.goto
accepts an optional url. Can it also accept a wait parameter?For the implementation details,
Page.go_to
acceptswait
.FERRUM_GOTO_WAIT
will be set ifwait
parameter 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