Is it possible to zoom out by scrolling using Selenium in Python? I don't want to zoom in and out using Ctrl +/- as that zooms in and out the entire page. I just need to zoom out part of the application and that is done by scrolling.
Asked
Active
Viewed 190 times
0
-
no matter how you zoom in/out, it's always on the entire webpage, do you mean zooming in/out in an `iframe`? – Chase Jun 19 '20 at 12:11
-
I suppose. Basically there is a header/search area at the top that would not be zoomed, only the content below. – formicaman Jun 19 '20 at 12:23
-
could you post the link to this website – Chase Jun 19 '20 at 12:25
-
Unfortunately I cannot. But it would be like the picture in https://stackoverflow.com/questions/17782465/zoom-specific-element-on-webcontent-html-css-javascript – formicaman Jun 19 '20 at 12:28