mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-30 12:40:14 +00:00
feat: add hover action support (#3994)
Co-authored-by: LawyZheng <lawyzheng1106@gmail.com>
This commit is contained in:
parent
0e8d667959
commit
f49b07f30d
22 changed files with 281 additions and 13 deletions
|
|
@ -48,6 +48,7 @@ class SkyvernLocator:
|
|||
|
||||
async def hover(self, **kwargs: Any) -> None:
|
||||
"""Hover over the element."""
|
||||
await self._locator.scroll_into_view_if_needed()
|
||||
await self._locator.hover(**kwargs)
|
||||
|
||||
async def focus(self, **kwargs: Any) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue