4
votes
2answers
69 views
+150
Validate DOM manipulation when using Selenium
I'm using Selenium to test my application. A nice test would be that after every DOM manipulation I would validate the DOM. Is there a nice way to do this?
Obvious ways are:
use some builtin …
