daijro / hrequests

🚀 Web scraping for humans

Home Page:https://daijro.gitbook.io/hrequests/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot for element?

MaxAndolini opened this issue · comments

I think screenshots should be taken for specific elements instead of the entire page and used in memory without saving.

Like this;

image_element = page.find('#captchaframe')
image = image_element.screenshot()
commented

Fixed in v0.7.1