- This topic has 1 reply, 2 voices, and was last updated 10 years, 2 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Tagged: scripting
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.