webautomation - How can I display an HtmlPage object (from HtmlUnit) to be opened in a real browser? -


i using htmlunit (browser automation/testing tool) go through series of links or perform set of actions on page. @ point after want see resulting page in browser (internet explorer or firefox etc.) how can this. ? thank friends...

you can use htmlpage.save(file) (which automatically saves images) before executing real browser


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -