Is WebTable supported yet?
Brought to you by:
dgan
For starters, this is a very cool product. I think it is
going to be very useful. Thank you, thank you, thank
you.
Could someone help me figure out how to use the
getTables() method. It looks like it is not yet
supported.
Is there a good work around? Perhaps use a find() with
a real generic criteria?
Thanks again for sharing this great product with the
community.
Logged In: YES
user_id=180587
OK. It looks like this is not supported. So, I'm starting to
write a class com.zeborg.webunit.util.DefaultWebTable
that will implement com.zeborg.webunit.WebTable.
The TableCell interface has a whole bunch of methods that
aren't directly related to TableCells. They return things like
WebLink, WebForm, and WebTable.
Are these for Links, forms and tables that might
be imbedded in a particular TableCell?