Skip to main content

expect_page

Function expect_page 

Source
pub fn expect_page(page: Page) -> PageAssertions
Expand description

Construct PageAssertions for page. Mirrors Playwright’s expect(page). (Distinct name from expect because Rust cannot overload expect on the parameter type without a trait.)