Ah.. I looked at the code, I just didn't know what I should put as
IClock - didn't know it was that simple, thank you :)
I've read how the waiter handles exceptions. I wanted to write
something that waits for iframes to load (the driver doesn't - it just
waits for the main page) - but since I would need to capture a wider
array of exceptions, I'll have to use my own Until method...
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webdriver?hl=en.
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webdriver?hl=en.
The contract WebDriver claim to uphold is to wait until all frames are
loaded, I would expect this to include iframes. Could you file a bug
at https://code.google.com/p/selenium/issues/entry with a minimal test
case, and details of which browser(s)/platform(s) this fails on?
Thanks
Well frames aren't implemented yet but I'll take a look at them next.
However the Coypu approach will be to handle any iteration necessary to find the frame you need in the Coypu driver then wrap that in the same retry-until-timeout strategy as everything else. So you would just call FindFrame(locator) or WithinFrame(locator,lambda) as for sections and fieldsets that are already implemented.
Does that sound like it would work for you. What properties of the frame are you using to locate it in your iteration?
Adrian
> Funny how it's a word - south american rodent, I totally expected a
> red underline under Coypu :)
>
>
> Thank you!
>
> On Jun 5, 8:06 am, Daniel Wagner-Hall <dawag...@gmail.com> wrote:
>> On 4 June 2011 22:22, SeleniuMaddog <madd0g.co...@gmail.com> wrote:
>>
>>> I've read how the waiter handles exceptions. I wanted to write
>>> something that waits for iframes to load (the driver doesn't - it just
>>> waits for the main page)
>>
>> The contract WebDriver claim to uphold is to wait until all frames are
>> loaded, I would expect this to include iframes. Could you file a bug
>> athttps://code.google.com/p/selenium/issues/entrywith a minimal test
>> case, and details of which browser(s)/platform(s) this fails on?
>> Thanks
>