Hi Daniel,

thanks for your answer. I will take a look into your Implementation. Perhaps I 
port this into C# and make my own  implementation. Is this OK for you?

Kind Regards
Markus

-----Ursprüngliche Nachricht-----
Von: Daniel Wagner [mailto:daniel.wag...@1und1.de] 
Gesendet: Donnerstag, 16. Mai 2013 17:06
An: Markus Schneiders; qooxdoo-devel@lists.sourceforge.net
Betreff: Re: [qooxdoo-devel] QooxDoo + Selenium Webdriver + Nunit

Hi Markus,

On 16.05.2013 13:46, Markus wrote:
> Hi,
>
> i want to write Test against Selenium WebDriver. The only Solution i 
> found is qooxdoo-webdriver-java.
>
> Cause i programm test in C# (Nunit) i cant use this Library.
>
> Is there an other way for using Webdriver with Qooxdoo.

Nope, sorry. You can of course use plain WebDriver, but you'd have to implement 
at least some of qxwebdriver-java's features, such as waiting for the 
application to load, locating list or menu entries etc. Most of that stuff is 
done in client-side JS that can be used from any WebDriver
implementation:

https://github.com/qooxdoo/qxwebdriver-java/tree/master/src/main/resources/javascript

>
> In the past it was possible with Selenium RC and the qooxdoo script, 
> but this wont be supported in the future, or is this wrong?

No, Selenium RC is no longer being developed and so we've also pretty much 
stopped maintaining qooxdoo's built-in support for it. It still works as of now 
(it's used for the framework's automated test suite) but I wouldn't start a new 
project based on it.


Regards,
Daniel

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete 
security visibility with the essential security capabilities. Easily and 
efficiently configure, manage, and operate all of your security controls from a 
single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to