Interacting and performing actions on websites
click
and fill
, all with natural language.
Here are the core methods used when interacting with web pages through the Dendrite browser:
click
for clicking on the described elementfill
for filling a field with some valuefill_fields
for filling multiple fields in a formpress
for simulating a keypresssend_email
function that takes in to
, subject
and message
as arguments. This tool would then be passed on to an agent to be used by its function calling abilities.
The tool uses the Dendrite browser to perform the actions in the browser, just like a human would. This gives you infinite flexibility to modify your agent’s behaviour, without being limited by traditional REST APIs.