Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2098

    How can I specify a certain resolution I want to test?

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.