(self)
| 1631 | return await self.evaluate("document.title") |
| 1632 | |
| 1633 | async def get_current_url(self): |
| 1634 | return await self.evaluate("window.location.href") |
| 1635 | |
| 1636 | async def get_origin(self): |
| 1637 | return await self.evaluate("window.location.origin") |