credential management documentation (#2389)
This commit is contained in:
@@ -43,6 +43,7 @@ You can also run browser tasks locally in your python code but it takes a bit mo
|
||||
task = await skyvern.agent.run_task(prompt="Find the top post on hackernews today")
|
||||
print(task)
|
||||
```
|
||||
A local browser will pop up. Skyvern will start executing the task in the browser and close it when the task is done. You will be able to review the task from http://localhost:8080/history
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card
|
||||
|
||||
Reference in New Issue
Block a user