Hi,

I am trying to automate a qooxdoo application using Selenium RC and i am
successful with it. I am able to use
like selenium.qxClick(ui=gmui::dm-device-tab());

But i want to move to webdriver. How does click on a widget or enter a
value or identifying the qooxdoo element be done with webdriver.

I also saw some old posts of using in this format
WebElement buttonElement = driver.executeScript("return
qx.core.Init.getApplication().myWidget.myButton.getContentElement().getDomElement();")
buttonElement.click()

Can someone help me of using webdriver for qooxdoo application

-- 
Regards,
Madhumitha
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to