Wallaby: get the page source

Hi, i have been looking through the docs for wallaby, but i cant seem to find a way to get the current sessions page body like i can do in hounds Hound.Helpers.Page.page_source()

is this possible ?

1 Like

Yup! You can use this function: https://hexdocs.pm/wallaby/Wallaby.Session.html#page_source/1

2 Likes