How to move to geb page content that is not visible in the browser window?
问题 How can I get the geb webdriver to move to an element on the page that may not be in the view of the browser. The element exists on the page and is displayed but there may be a possibility that the element will appear on the bottom of the page and the browser would need to scroll down in order to bring the element into view. import geb.Page class myPage extends Page { static url = "mypage.xhtml" static at = {title == "myPage"} static content = { someElement = {$("#bottomOfPage")}