is there a java UI testing tool (web) that converts the DOM into a java object of sort?
So I can do something like:
browser.GoToPage("google").FindButton("search").click();
|
|
|
HtmlUnit allows you to do this. |
|||
|
Take a look at Selenium - it has a very useful tool + an API. |
|||
|
|