-
-
Notifications
You must be signed in to change notification settings - Fork 155
Closed
Description
I wish to be able to use ferrum to load a webpage and take a screenshot of a specific screen portion.
it should be delimited by x,y,w,h or css selector.
I tried....
a = browser.position = { left: 80, top: 500 } ; browser.screenshot(path: "xe-test-1.jpg")
b = browser.screenshot(path: "xe-test-1.jpg", selector: "div#undefined")
c = browser.at_css("div#undefined").screenshot(path: "xe-test-1.jpg")none works.
Metadata
Metadata
Assignees
Labels
No labels