neko bsd wrote:

> I want to check comment in html.
> 
> For example.
> | verifyComment | foo |  |
> 
> in html.
> <!-- foo -->

Wow, really?!

Selenium doesn't support anything like this right now. I guess it's
technically feasible though: you'd have to write a command that searched
the DOM for comment nodes, and compares the content.

Otherwise: perhaps there's some way to do it with XPath?

-- 
cheers, MikeW                            http://www.dogbiscuit.org/mdub/

_______________________________________________
Selenium-users mailing list
[email protected]
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to