Usage
Parameters
This tool has no configurable parameters. PassNone to enable it with default behavior.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Hover over elements on the page
from smooth import SmoothClient
client = SmoothClient()
task = client.run(
task="Hover over the navigation menu to reveal the dropdown options",
additional_tools={
"hover": None
}
)
None to enable it with default behavior.
task = client.run(
task="Hover over the 'Products' menu and click on 'Enterprise'",
additional_tools={
"hover": None
}
)
task = client.run(
task="Hover over the info icon next to the price to see the tooltip",
additional_tools={
"hover": None
}
)