PhoenixTest.Playwright.Frame (PhoenixTestPlaywright v0.7.0)

View Source

Interact with a Playwright Frame (usually the "main" frame of a browser page).

There is no official documentation, since this is considered Playwright internal.

References:

Summary

Functions

blur(frame_id, selector, opts \\ [])

check(frame_id, selector, opts \\ [])

click(frame_id, selector, opts \\ [])

content(frame_id)

evaluate(frame_id, js, opts \\ [])

expect(frame_id, params)

fill(frame_id, selector, value, opts \\ [])

goto(frame_id, url)

inner_html(frame_id, selector)

press(frame_id, selector, key, opts \\ [])

select_option(frame_id, selector, options, opts \\ [])

set_input_files(frame_id, selector, paths, opts \\ [])

title(frame_id)

type(frame_id, selector, text, opts \\ [])

uncheck(frame_id, selector, opts \\ [])

url(frame_id)

wait_for_selector(frame_id, params)