MCPcopy Index your code
hub / github.com/Boris-code/feapder / __exit__

Method __exit__

feapder/utils/webdriver/selenium_driver.py:116–121  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

114 return self
115
116 def __exit__(self, exc_type, exc_val, exc_tb):
117 if exc_val:
118 log.error(exc_val)
119
120 self.quit()
121 return True
122
123 def filter_kwargs(self, kwargs: dict, driver_attrs: set):
124 if not kwargs:

Callers

nothing calls this directly

Calls 2

errorMethod · 0.80
quitMethod · 0.45

Tested by

no test coverage detected