top | item 43623344

(no title)

ohnoah | 10 months ago

Very cool. I was thinking of writing a script for automating some immigration-related forms, might give this a go. Any thing to bear in mind for form-filling?

discuss

order

theonlyt3|10 months ago

Great question!

We actually included a basic form-filling example (data_entry_example.py) in our GitHub repo—definitely give it a spin and see how it goes.

One tip: filling out forms is currently a bit slow since each step runs sequentially. We're actively looking into concurrency improvements (for example, calculating multiple field interactions at once) to speed things up.

Excited to hear how it works for you—feel free to share any issues or feedback you run into!