Hi,
I have a business scenario that am creating script using TruClient Web protocol. There are some buttons which are not visible at 100% zoom but its visible at 80% zoom. Can someone please suggest how to implement zoom out in TruClient Web protocol.
I tried below workaround as JS code and I can see hidden button but the problem is below code make the font small but not resize the whole screen as zoom out does.
window.parent.document.body.style.zoom = 0.8;
I have vugen 2022 R1
Regards,
Rajesh Sahu