Results 78 comments of bumbu

I added support for cookies in this repo https://github.com/bumbu/website-screenshot (which is a modification of electron-screenshot-service). You can see the specific commits that add support for cookies https://github.com/bumbu/website-screenshot/commits/master That repo has...

Had the same issue (aka return was coming empty). The issue was resolved when I gave accessibility permissions to my terminal (iTerm in my case). Permission request popped-up at some...

Looks like you need to enable accessibility in electron, as by default it is off. Doing that allowed me to get entire accessibility tree (including the web view). I did...

> But looks like it also can be done programmatically > https://www.electronjs.org/docs/tutorial/accessibility Doing that programmatically also returned the full tree.

We were considering this, but it needs some thought how to show it properly. Any sketches of pull-requests are welcome!

You're right. There were few reasons for that: #147 We'd could probably drop the IE8/IE9 support, but the work still has to be done by someone. Plus it will break...

Hi @mattaze, I'm not sure anyone is trying to proactively solve this issue. I don't have time to go deep into this issue, but hopefully someone from the community would...

Hi @meganedesigns - removing `viewBox` should have worked. If you can post a jsfiddle example -it may be helpful for debugging. As for any other work on this issue -...

Hi @tanthammar Thank you for the report. It would be super useful if you could open separate issues for all 3 issues you reported (say leave this issue for thumbnail...

At the beginning image is not set correctly (ie9, 10). On panning start (on mouseDown) image is zoomedOut and panned. Zooming seems to just move the image (without scaling). It...