diff --git a/dusk.md b/dusk.md index d0dba320db1..5ddd836925f 100644 --- a/dusk.md +++ b/dusk.md @@ -248,6 +248,10 @@ The `maximize` method may be used to maximize the browser window: $browser->maximize(); +The `fitContent` method will resize the browser window to match the size of the content: + + $browser->fitContent(); + ### Browser Macros