nat / natbot

Drive a browser with GPT-3
MIT License
1.9k stars 280 forks source link

detect textarea elements as interactable #23

Open rgarcia opened 1 year ago

rgarcia commented 1 year ago

Before:

image

(and hitting enter doesn't actually do anything because it's trying to type into a button)

After: image

it detects the Google search textarea and fills it out correctly