Versions in this module Expand all Collapse all v0 v0.2.0 Apr 25, 2026 Changes in this version + type Snapshot interface + Close func() error + Resolve func(index int) (*axuiautomation.Element, computeruse.ElementNode, error) + State func() computeruse.AppState + type Store struct + func NewStore() *Store + func (s *Store) Bind(snapshot Snapshot) (computeruse.AppState, error) + func (s *Store) Close() error + func (s *Store) Get(stateID string) (computeruse.AppState, bool) + func (s *Store) GetForApp(selector string) (computeruse.AppState, bool) + func (s *Store) InvalidateSession(sessionID string) error + func (s *Store) Resolve(stateID string, index int) (*axuiautomation.Element, computeruse.ElementNode, error) + func (s *Store) ResolveForApp(selector string, index int) (*axuiautomation.Element, computeruse.ElementNode, error)