You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for providing such a great tool. I was using folium to export some PNG images, and concatenating them into a video. However, the dimension of the exported PNG image is a little bit smaller than common dimensions like 1366x768.
I digged into the source code a bit and discovered that in function _to_png(), driver.maximize_window() was used. If I change this to driver.fullscreen_window(), the dimension of the exported PNG will be the resolution of the (imaginary) screen, like 1366x768.