(self, options)
| 299 | |
| 300 | class DummyDriver: |
| 301 | def __init__(self, options): |
| 302 | self.options = options |
| 303 | self.page_source = "<html>selenium content</html>" |
| 304 | |
| 305 | def quit(self): |
| 306 | pass |
nothing calls this directly
no outgoing calls
no test coverage detected