I am using the function .hastext() on a text field in my application.
The problem is that the wait timeout on the condition is way to long. Is there any way to adjust this? or in someway give a parameter which sets the wanted timeout?
Moderators: gnebling, Eric Clayberg, Dan Rubel, keertip, Phil Quitslund
assertTrue(myLocator.hasText(expectedText).testUI(ui));
ui.wait(myLocator.hasText(expectedText), 0);
Users browsing this forum: No registered users and 1 guest