Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以使用页面对象执行滚动吗?
实际上我需要根据元素滚动网页(向上/向下)。如何使用页面对象执行。
我正在使用 Selenium 网络驱动器来启动浏览器并使用页面对象来自动化网页。
有什么建议么???
我建议使用
element.focus
这是一个映射的元素,然后使用它的元素来调用焦点:
text_field(:request_name, :id => 'request_name') self.request_name_element.focus self.request = "aaa"