Re: [qooxdoo-devel] getQxTableValue on a ToolTipTable

2011-02-10 Thread lore6dana
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

[qooxdoo-devel] getQxTableValue on a ToolTipTable

2011-02-10 Thread lore6dana
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

[qooxdoo-devel] Question regarding user-extensions-qooxdoo.js

2010-10-06 Thread lore6dana
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

[qooxdoo-devel] Question regarding selenium open command

2010-07-20 Thread lore6dana
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

[qooxdoo-devel] Selenium assertChecked issue

2010-07-08 Thread lore6dana
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

[qooxdoo-devel] Automated tests - select tree item error

2010-06-11 Thread lore6dana
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

[qooxdoo-devel] Verify the value of a textField, combobox, checkbox and radio button

2010-05-07 Thread lore6dana
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