Hi
ToolTipTable was a new class created in the application.
All I had to do was to add the class in the funtion :
Selenium.prototype.getQxTableValue = function(locator, eventParams)
Before add:
if (qxObject) {
if (!(this.isQxInstanceOf(qxObject, "qx.ui.table.Table"))){
throw new Sel
Hi
I wrote some automated tests for a qooxdoo application, in which I use this
method (from user-extensions-qooxdoo.js):
Selenium.prototype.getQxTableValue = function(locator, eventParams)
{
var qxObject = this.getQxWidgetByLocator(locator);
if (qxObject) {
if (!this.isQxInstanceOf(qxO
Hi.
The application I use to record my tests with Selenium IDE has a table with
3 columns. To block the user to move the columns from their initial position
a static class (StaticScroller) was used instead of
qx.ui.table.pane.Scroller and now I have a problem when I try to click on
the table. The
Hi
I need my Selenium tests to run on all machines is used the application I'm
testing. So, I want to know if it is possible to use a variable instead of a
fixed URL and replace it when you run the test with the corresponding URL.
I tried a few weeks ago to export my tests in Java, but I had some
Hi!
I created a test using Selenium and I have to verify if a check box is
checked or not. I tried to use assertChecked(locator) but it gives me the
following error:
Element qxh=app:child[0]/child[3]/child[1]/child[0]/child[1] is not a
toggle-button
Where qxh=app:child[0]/child[3]/child[1]/child
Hello
I want to test a qooxdoo application, which has a tree, with selenium. I
know the locator of the tree and when i run the test with selenium the test
runs ok, when i run it slow, but when I use java to run it, I get the
following error when i try to click on an item of the tree : "Command
exe
Hello. I'm new to this group and i apologize if someone already asked this
and received an answer, but i did not found it.
I tried to do some automated tests using selenium with qooxdoo for this page
http://demo.qooxdoo.org/current/showcase/#form
http://demo.qooxdoo.org/current/showcase/#form . I