gentlesea
14 years agoFrequent Contributor
WaitProperty without timeout wanted
Currently I am waiting for a control to be enabled this way:
Works if the timeout is not passed. I do not want a timeout however. If the button does not appear, the test fails anyway. Any chance to wait infinitely?
Aliases.MainWnd.TabBar.TabbtnPlanContent.WaitProperty("Enabled", true, -1);
Aliases.MainWnd.TabBar.TabbtnPlanContent.Click();
Works if the timeout is not passed. I do not want a timeout however. If the button does not appear, the test fails anyway. Any chance to wait infinitely?