Closed lukeis closed 8 years ago
Reported by barancev
on 2012-09-11 08:57:32
Hi,
i'm able to reproduce your problem at selenium 2.32 + ff20, vista 32b.
But it is not Selenium problem.
This site draws items like images etc only after it scrolled to view it.
So you could easily to verify that selenium takes big (27Mb+, 1k x 17k pixels, 1GB
of memory used by FF) screenshot correctly by manual scrolling to bottom
or by automatic finding some web element at the bottom of page.
From my point of view it works as intendent - FF driver doesn't make screenshot correctly
if items are drawn on the scroll. I'm even not sure that any driver may take it.
Reported by a.u.savchuk
on 2013-05-02 10:01:48
Unfortunately the way that FirefoxDriver has to work to take screenshots means that
we will never be able to take a full canvas screenshot of elements not there.
We work by taking the DOM and putting it in a hidden <canvas> element that not part
of the page and then ask for the base64 details of what is in the canvas.
Sorry this doesn't meet your needs but as Alex has pointed out a work around for you.
David
Reported by david.burns@theautomatedtester.co.uk
on 2013-05-07 12:52:21
WorkingAsIntended
Reported by luke.semerau
on 2015-09-17 18:16:07
Originally reported on Google Code with ID 4499
Reported by
Namrathavr
on 2012-09-03 06:46:58