Hey,
I'm trying to change the browser dimensions to match the screen dimensions, but it stays at 1272x853 whatever i do...i tried this exact code in a C# block :
It runs correctly, but when i check on http://mybrowserinfo.com/detail.asp?bhcp=1 for example, the browser dimensions are always the same.
I'm trying to debug this on projectmaker, but i can't make it work. Should i change "instance" to the tab name or something like this?
Thanks
I'm trying to change the browser dimensions to match the screen dimensions, but it stays at 1272x853 whatever i do...i tried this exact code in a C# block :
Код:
instance.SetWindowSize(1000, 500);
I'm trying to debug this on projectmaker, but i can't make it work. Should i change "instance" to the tab name or something like this?
Thanks