Versions in this module Expand all Collapse all v0 v0.4.1 Aug 29, 2026 v0.4.0 Aug 28, 2026 Changes in this version + func Pack(ctx context.Context, d Driver, vision Vision) sandbox.Pack + type Driver interface + Click func(ctx context.Context, selector string) error + Eval func(ctx context.Context, expr string, out any) error + KeyEvent func(ctx context.Context, text string) error + Navigate func(ctx context.Context, url string) error + Screenshot func(ctx context.Context) ([]byte, error) + SendKeys func(ctx context.Context, selector, text string) error + Text func(ctx context.Context, selector string) (string, error) + Value func(ctx context.Context, selector string) (string, error) + WaitReady func(ctx context.Context, selector string) error + WaitVisible func(ctx context.Context, selector string) error + type Mark struct + H int + ID int + Name string + Role string + Tag string + W int + X int + Y int + type Vision func(ctx context.Context, screenshot []byte, question string) (string, error)