seleniumrobotframeworkselenium2library

scroll until the element is in view using Selenium2Library Keyword


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.


Solution

  • 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.