{
"url": "https://supabase.com",
"nodes": [
{
"end_sleep_time": 1,
"interaction_action": {
"click_element": {
"command": "get_by_role(\"link\", name=\"Sign in\")",
"prompt_instructions": "Click the Sign in link"
}
}
},
{
"end_sleep_time": 1,
"interaction_action": {
"input_text": {
"command": "get_by_role(\"textbox\", name=\"Email\")",
"input_text": "{username[0]}",
"prompt_instructions": "Enter the email"
}
}
},
{
"end_sleep_time": 1,
"interaction_action": {
"input_text": {
"command": "get_by_role(\"textbox\", name=\"Password\")",
"input_text": "{password[0]}",
"prompt_instructions": "Enter the password"
}
}
},
{
"end_sleep_time": 1,
"interaction_action": {
"click_element": {
"command": "get_by_role(\"button\", name=\"Sign In\")",
"prompt_instructions": "Click the Sign In button"
}
}
},
{
"end_sleep_time": 0,
"assertion_action": {
"llm": {
"extraction_instructions": "Check if the login was successful"
}
}
}
],
"parameters": {
"input_parameters": {
"password": ["password"],
"username": ["test@test.com"]
},
"generated_parameters": {}
}
}