The Hover tool allows the agent to hover over elements on the page. This is useful for revealing hidden content like dropdown menus, tooltips, or other hover-triggered UI elements.
from smooth import SmoothClientclient = SmoothClient()task = client.run( task="Hover over the navigation menu to reveal the dropdown options", additional_tools={ "hover": None })