Hi,

custom qx* commands and locators are built on top of Selenium Core's 
browser-side JavaScript API which doesn't exist in WebDriver, so they 
won't work.

For now, I'd recommend using webdriver.By.xpath to find your target 
elements. In the debug version of a qooxdoo application, the DOM 
elements have a "qxclass" attribute that stores the qooxdoo class name 
so you could write XPath expressions that are similar to qxh locator 
strings, e.g.:

'//div[@qxclass="qx.ui.container.Composite"]/*/div[@qxclass="qx.ui.form.Button"]'


Regards,
Daniel

On 10/15/2012 08:43 AM, Madhumitha wrote:
> Hi,
>
> CAn u please share some information on how to use webdriver instead of
> selenium.qxClick(qxh='')
>
>
>
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/Qooxdoo-current-status-with-respect-to-Selenium-particularly-Selenium-2-WebDriver-tp6676932p7581698.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to