Get the chrome zoom size

Hi all ,
I have an automation issue with chrome size . During the automation the chrome gets zooms out or zooms in sometimes . So before the automation starts I tried to send hot keys and set the zoom to 80% . But even when it is set to 80% the zoom out is happening and in some applications the zoom in . My application always works well when it is set to 80%

Now from the above scenario I thought first get the chrome zoom size value and then check whether it is equals 80% , else send hot keys as ctrl - ctrl - which will make it to 80 .

So I used
Open chrome browser
Click … dots
Hoover (5s)
Get text for the zoom size value (100)
This is throwing an error as it is not finding the target as the element is closing quickly when i try to Hoover as well .
Please pour your thoughts. Thanks .

On specific sites/portals does it zoom in/out? Have you analyzed this part?

Does it behave the same way for example in incognito?
Is the automation unattended and scheduled always on the same machine? Or instead is it machine template with multiple vdi and only happens on a specific machine?

Kindly give me this info so we can better evaluate. In general I would try to understand why it zooms in zoom out and where so as to remove the zoom change steps and increase the general automation resilience

Hi @andreus91 .
Thanks for reaching out . I haven’t tried in incognito mode . It is an unattended automation and it will be on a specific machine for now .

give it a try incognito, what kind of activities are you using to interact with the UI and how have you set them up? Because a different zoom might not be a problem for element recognition, but it varies by the type of elements and the activities used

Hi @parvathi_ayanala ,
You can use Maximum window to full Screen
To get 100% form any zoom → you can use send hot key ctrl+0
image
regards,