def __exit__()

in computers/shared/base_playwright.py [0:0]


    def __exit__(self, exc_type, exc_val, exc_tb):
        if self._browser:
            self._browser.close()
        if self._playwright:
            self._playwright.stop()