Hi,
you can use Selenium's waitForCondition command to pause until the
widget is visible:
// after clicking the page button
selenium.waitForCondition("selenium.getQxWidgetByLocator('qxh=qx.ui.tabview.TabView/child[1]/qx.ui.form.Button').getVisibility()
== 'visible'", 5000);
Regards,
Daniel
Olivier ZORO-BI schrieb:
> Hi Daniel,
> Thanks for your answer. I didn't know about internal children.
>
> Is there a way to get round this slowness of tabviewPage elements
> loading, given Selenium is very fast. Clicking on tabview.TabButton
> before is not always enough.
>
> Olivier.
>
>
>
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel