Execute an action in the browser session and observe the resulting state.
The step endpoints should only be used after a previous observe (or another step) call. Observations give you a snapshot of the current state, including available actions. Stepping allows you to execute an action and observe the resulting state.
Example of a step request:
{
"type": "fill",
"value": "lucas@notte.cc",
"selector": "email-input",
}
Returns a new observation of the new state after executing the specified action.