Kreuzcrawl.BrowserWait (kreuzcrawl v0.3.0-rc.42)

Copy Markdown

Wait strategy for browser page rendering.

Summary

Types

t()

Wait strategy for browser page rendering.

Functions

Wait for a fixed duration after navigation.

Wait until network activity is idle.

Wait for a specific CSS selector to appear in the DOM.

Types

t()

@type t() :: :network_idle | :selector | :fixed

Wait strategy for browser page rendering.

Functions

fixed()

@spec fixed() :: t()

Wait for a fixed duration after navigation.

network_idle()

@spec network_idle() :: t()

Wait until network activity is idle.

selector()

@spec selector() :: t()

Wait for a specific CSS selector to appear in the DOM.