- This topic has 1 reply, 2 voices, and was last updated 9 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: scripting
How can I specify a certain resolution I want to test?
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.