07-19-2018, 05:38 AM
Hi!
I hope you are ok. I'm stucked with this situation. I'm trying to open a browser (IE, Chrome and Firefox, one by one of course) but with specific height and width. How can I do that?
I have reached until this point to open a browser:
But I don't find more methods or functions to resize the browser
Any help?
Thanks
I hope you are ok. I'm stucked with this situation. I'm trying to open a browser (IE, Chrome and Firefox, one by one of course) but with specific height and width. How can I do that?
I have reached until this point to open a browser:
Code:
Function Newbr()
SystemUtil.CloseProcessByName("chrome.exe")
SystemUtil.Run "chrome.exe", path
End Function
Call Newbr()
But I don't find more methods or functions to resize the browser
Any help?
Thanks