#2118

By default, EveryStep Scripting tool uses resolution of the window this application is opened in, however the resolution can be changed. It can be done only after recording the script (once ‘stop recording’ button is clicked).

The following line in the script is responsible for the resolution: Tabs.SetSize (1037, 562);

All you need to do is to click this line and adjust it to use required values.