Forum Discussion
AlexKaras
7 years agoChampion Level 3
Hi,
> things like 'scrolltoview/scrolltoviewifneeded
The method is called scrollIntoView(true/false) and is supported by all browsers.
- endorium7 years agoFrequent Contributor
If I use scrollintoview I get the message that it is not supported by the object.
I presumed this is because when I spy the object it only supports methods 'click' and 'keys'?
Am I missing something?
- tristaanogre7 years agoEsteemed Contributor
Case sensitivity... depending upon your scripting language, you HAVE to reference the method as scrollIntoView.
- endorium7 years agoFrequent Contributor
I am using Javascript.
No matter the case sensitivity I use I get the same message : "Object doesn't support this property or method"
Related Content
- 11 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago