(self)
| 1415 | return driver.tabs |
| 1416 | |
| 1417 | def get_window(self): |
| 1418 | return self.loop.run_until_complete(self.page.get_window()) |
| 1419 | |
| 1420 | def get_text(self, selector="body"): |
| 1421 | return self.find_element(selector).text_all |
no outgoing calls
no test coverage detected