Selenium is a framework that allows you to access only elements that
are exposed in the DOM; see:
http://en.wikipedia.org/wiki/Document_Object_Model
It has always been that and nothing more. No idea if this will change
in the future.
Silverlight, or Flash, or Java applets, or any other technology that
is generally unfriendly towards the web, that does not expose anything
in the DOM cannot be accessed using Selenium, because Selenium simply
cannot 'see" it. If you must use Selenium to automate these, you will
need to compile things into BOTH that will allow the two to interact.
If this is not possible (for whatever reason), you will need to select
a different tool.
On Sep 14, 2:28 am, "Shanmugavel. C" <
scs...@gmail.com> wrote:
> Hi all,
>
> How to automate Silverlight Application using selenium?
>
> I came to know some jar files *Silvernium and Silvernium Fixtures* are