You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Codeception/Lib/Interfaces/PageSourceSaver.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ interface PageSourceSaver
15
15
publicfunction_savePageSource($filename);
16
16
17
17
/**
18
-
* Saves current page's HTML into a temprary file.
19
-
* Use this method in debug mode within an interactive pause to get a source code of current page.
18
+
* Use this method within an [interactive pause](https://codeception.com/docs/02-GettingStarted#Interactive-Pause) to save the HTML source code of the current page.
0 commit comments