Resize Browesr

Resizes the current Browser window which is important for responsive design websites.


Usage

resizeBrowser = <<text value of width and height>

Examples

resizeBrowser = ['320','480']
resizeBrowser = ['1024','768']
resizeBrowser = [width: 320 , height: 480 ]