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 found FERRUM_GOTO_WAIT as a work around. It can be better to also accept wait.
Page.goto accepts an optional url. Can it also accept a wait parameter?
For the implementation details, Page.go_to accepts wait. FERRUM_GOTO_WAIT will be set if wait 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.
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.