Grope无GUI浏览器环境

联合创作 · 2023-09-30 17:29

Grope 是无GUI浏览器环境,使用WebKit Framework + RubyCocoa。

使用:

载入URL

env.load('http://example.com')
env.document.title //=> "Example Web Page"

搜索

env.find('//a').href //=> "http://www.rfc-editor.org/rfc/rfc2606.txt"
env.find('//a').offsetWidth //=> 58

屏幕截图

# capture whole page and save to 'capture.png'
@env.capture

# capture specified element
@env.capture(@env.find('id("header")'), 'capture_header.png')
浏览 1
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报