Custom Input window size

I’m looking to change the custom input window size.

I tried this JS code, which works normally in ie but not in the custom input window.

// Window Size

window.onload =function resize(){
window.moveTo(250, 250);
window.resizeTo(screen.width, screen.height)}

//----------

Is there any solution???:sob::sob::sob:

Hi @ali_fath

One way would be to use the 19.3.0 UiAutomation package in which height and width can be modified directly from the properties in Studio:
image

1 Like

i will check that right away

unfortunately, this bug is preventing me to use 19.3.0