Implement forms in WebDriver API.
Add support for clicking <datalist> <options>s or <label>s.
Implement (GET) form submission.
Add support for <select> in forms.
Draft code to find & prefill forms.
Allow 'clicking' links both via Selenium & the web browser.
Fix infinite loop in XPath parser preventing UI integration.
Attempted integration of XPath selectors.
Implement XPath interpretor, with partial stdlib implementation.
Add search by tag name to JSON interface.
(Search by CSS selector seems close enough in the HTML interface that this wouldn't be useful.
Support searching for links by label, both in JSON & HTML interfaces
Add support for querying elements by CSS selector.
Uses a fork of the hackage, altered to use as a lexer.
Parse web (or Gemini) pages & extract title.
Allow navigating (tab) history.
Allow loading webpage, commit missing files.