I am trying to resize the width/height of my browser window using Selenium IDE. I am aware that there is the function:
window.resizeTo(480, 725)
but getting this executed within Selenium IDE is causing me some grief. Would I need to write a custom function?