WatiN and Link element
Brought to you by:
jvmenen
Hello, I'm creatting my first project with WatiN and I found the following code (inside Core, Link.cs):
public class Link : Element, ILink
I think it would be better to make it this way:
public class Link : ElementsContainer, ILink
Because links often contains image, flash and may be other elements inside, and you can't access these elements while Link derived from Element.
Hi Roman,
I have implemented your feature request and it will be part of the upcoming 2.0 version
Regards
Jeroen