Implement WebDriver forms, viewsource, & noops.
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.
Allowing retrieving element info via WebDriver.
Add Webdriver noop for active element.
Allow searching for a descendant of a given element.
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 session/*/element WebDriver endpoint.
Add links for navigating through the XML/HTML tree.
Show search queries in existing searchbox, not new one.