Object Spy Output

Is there a way to “dump” the Object Spy results/data to a file for post processing and|or debug ?

Hi Walter

You can use

driver.getPageSource(); //returns the XML dump from the device

Thanks Tom ! That does the trick.