robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Support for Silverlight applications #145

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by truongkimminh on 21 Oct 2010

Hi all,

I like the robotframework, & selenium library, but i cannot test with the web using Silverlight .

I see there is a Silverlight-Selenium.jar but I don't know how to apply it for RobotframeworkIDE (RIDE).

Please help me with this issue.


Thanks Minh

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 21 Oct 2010

Adding support for Silverlight apps would be nice. The first step into that direction would be investigating how to test Silverlight apps with Selenium alone. If you want something to happen to this, I recommend you to look at that yourself.

spooning commented 9 years ago

Originally submitted to Google Code by truongkimminh on 22 Oct 2010

I see the Telerik WebUI can spy object on WEB SILVERLIGHT, using XAML tag.

Robotframework selenium can do with XAML ? or something to spy object ?

spooning commented 9 years ago

Originally submitted to Google Code by Andreas.EbbertKarroum on 22 Oct 2010

In my opinion the best framework to test silverlight applications at the moment is White (http://white.codeplex.com/). The question is how this could be integrated with Robot. I tried to get this sorted out, but failed so far:

http://white.codeplex.com/Thread/View.aspx?ThreadId=220852 http://groups.google.com/group/robotframework-users/browse_thread/thread/64ca683612dcde3c?pli=1

Andreas

spooning commented 9 years ago

Originally submitted to Google Code by mangaroo on 27 Sep 2011

Silverlight-Selenium.jar from https://code.google.com/p/silverlight-selenium looks like good project, but doesn't seem to fit into integration with SeleniumLibrary because one is Python and the other is .NET. Only way to make it fit for RF is via running RF and library via IronPython. This would require merging Silverlight-Selenium codebase with SeleniumLibrary where it makes sense. But then it may not fit licensing as both use different open source licenses.

As Andreas mentions, a new test library like a WhiteLibrary is best.

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 4 May 2012

Selenium RC has been deprecated and developing this library is thus ending. Selenium 2 (a.k.a. WebDriver) and Selenium2Library are the way forward. If you feel this issue is important, consider submitting it to the issue tracer of Selenenium2Library project.