Groups
Groups
Sign in
Groups
Groups
WatiN Users Group
Conversations
About
Send feedback
Help
How to wait until a collection exists using WatiN
200 views
Skip to first unread message
MatteS75
unread,
Sep 19, 2011, 3:21:53 AM
9/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WatiN Users Group
I posted an SO question:
http://stackoverflow.com/questions/7377589/how-to-wait-until-a-collection-exists-using-watin
With WatiN you can until an element exists, which is very useful in
ajax scenarios:
var button = browser.Button("myButtonId");
button.WaitUntilExists();
button.Click();
Is there any way to do this for a collection, like so?
var listItems = browser.ListItems(Find.By("my-attribute", "a value"));
listItems.WaitUntilExists();
Reply all
Reply to author
Forward
0 new messages