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();
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();