Struct playwright::api::page::GoForwardBuilder [−][src]
pub struct GoForwardBuilder { /* fields omitted */ }Implementations
impl GoForwardBuilder[src]
impl GoForwardBuilder[src]pub async fn go_forward(self) -> Result<Option<Response>, Arc<Error>>[src]
pub fn timeout(self, x: f64) -> Self[src]
pub fn wait_until(self, x: DocumentLoadState) -> Self[src]
When to consider operation succeeded, defaults to load. Events can be either:
'domcontentloaded'- consider operation to be finished when theDOMContentLoadedevent is fired.'load'- consider operation to be finished when theloadevent is fired.'networkidle'- consider operation to be finished when there are no network connections for at least500ms.
pub fn clear_timeout(self) -> Self[src]
pub fn clear_wait_until(self) -> Self[src]
Auto Trait Implementations
impl RefUnwindSafe for GoForwardBuilder
impl RefUnwindSafe for GoForwardBuilderimpl Send for GoForwardBuilder
impl Send for GoForwardBuilderimpl Sync for GoForwardBuilder
impl Sync for GoForwardBuilderimpl Unpin for GoForwardBuilder
impl Unpin for GoForwardBuilderimpl UnwindSafe for GoForwardBuilder
impl UnwindSafe for GoForwardBuilder