or
I've got a list of entries in a page that I would like to iterate through. I was hoping to do this, without having to record each and every entry, using a count of the items and an iterator.
I modified my code to include a reference to the item in the pages.g.cs file (by inspecting the DOM for the page). Do I need to create an entry under the tstest file?
<
d2p1:AutomationStep
i:type
=
"d2p1:AutomationStep"
>
<
d2p1:ContinueOnFailure
>false</
d2p1:ContinueOnFailure
>
<
d2p1:CustomDescription
i:nil
=
"true"
/>
<
d2p1:Description
>RadListBoxItem
?
browser.Manager.Wait.For (c =>
browser.Actions.InvokeScript<
bool
> (
"Sys.WebForms.PageRequestManager.getInstance().get_isInAsyncPostBack()"
) ==
false
,
false
, timeout);