ali_fath
(Ali Fath)
1
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???


loginerror
(Maciej Kuźmicz)
2
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:

1 Like
ali_fath
(Ali Fath)
3
i will check that right away
ali_fath
(Ali Fath)
4
unfortunately, this bug is preventing me to use 19.3.0