scroll until the element is in view using Selenium2Library Keyword

Pujari Rajagonda picture Pujari Rajagonda · Aug 1, 2017 · Viewed 13.7k times · Source

I am using Robot Framework for my web application automation execution.I had found one such solution using Selenium Web-driver.

scroll until the element is in view using Selenium Webdriver

But I wanted to accomplish this using Robotframewrok-Selenium2Library.

Please suggest such keyword if any.

Thanks.

Answer

Pujari Rajagonda picture Pujari Rajagonda · Aug 1, 2017

Finally I got the solution to my query. I have to download the ExtendedSelenium2Library from : Github_Page

then I installed it and it is working fine now.

Thanks.