Capture XML from Java App

Overview

Capture the UI structure of a Java App to an XML File.

Inputs

XML File The file to store the captured XML in.
Root XPath The element to use as the root of the XML tree, use '.' to capture the whole application.