From: <ddk...@ki...> - 2005-04-19 22:01:30
|
Do you want to assert that certain elements exist within the HTML document? If so, you may want to use an XPath query to do that, or you may want to assign "id" attributes to particular elements so that you may find them by their "id". Dave On Tue, Apr 19, 2005 at 02:37:54PM -0700, Dantes, Ed wrote: > Hello, > I am trying to check what the HTML looks like after I click on a > link, I am able to navigate through the pages, however I am having > difficulty checking to see what the HTML looks like. Already knowing > what it is supposed to look like, I can write an assertEquals(..) but I > do not know what the other parameter would be...What particular class > and method would I used to do this?? > > Thanks > Ed |