Is there some new means of accomplishing this?  Is scrollIntoView strictly 
an IE thing?

I'm running Firefox with this code:

checkbox = $ff.checkbox(:id, 'stdCreativePixel')
checkbox.locate
checkbox.ole_object.invoke('scrollIntoView')

I get this error:

undefined method `invoke' for "":String (NoMethodError)

I get similar errors if I use variations like trying other page objects 
(select list... link...), or I try <pageobject>.document.scrollIntoView

What am I missing?

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to