Update method_summary.md

This commit is contained in:
Michael Mintz 2023-09-20 18:12:11 -04:00
parent ecb23ad988
commit 19684eb409
1 changed files with 2 additions and 0 deletions

View File

@ -914,6 +914,8 @@ self.process_deferred_asserts(print_only=False)
self.fail(msg=None) # Inherited from "unittest"
self._check_browser() # Fails test cleanly if the active window is closed
self._print(TEXT) # Calls Python's print() / Allows for translations
```