(self, filepath)
| 28 | super().__init__(options=options) |
| 29 | |
| 30 | def get_file(self, filepath): |
| 31 | self.clean_window() |
| 32 | super().get("file://" + filepath) |
| 33 | |
| 34 | def clean_window(self): |
| 35 | """Make sure we have a fresh window (without restarting the browser).""" |
no test coverage detected