Forum Discussion
chaitanya517
9 years agoOccasional Visitor
Is there any way that I can automate web applications in different screen resolutions without any changes. By the way I am scripting using namemapping it's not record & playback.
Please suggest me if you have any solution regarding this.
- AlexKaras9 years agoCommunity Hero
Hi,
If coordinates are preserved in the test actions like .Click() etc., they are related to the top-left corner of the target object.
Thus, there should not be any problem with different resolutions as long as the size of the object do not depend on the resolution. (And I never met design where UI objects were scaled based on the screen resolution.)