screen resolution
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
screen resolution
I create and run my keyword and script in my laptop connect to the monitor. It runs fine. But when I present in the meeting room with bigger screen or run on my laptop (not connecting to the monitor), the keyword test and script is unable to perform properly in different resolution. I have the web page that are developed on frame, which the only way I can create the test is to use the coordination. How can I resolve this screen resolution issue?
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's generally recommended that you don't use screen coordinates for this very reason.
See if this helps you get to your objects:
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Something in your automation is screen resolution dependant.
If it's a web application, part of it might be that components are scrolled off the bottom of the screen or something. In that case, you can call a "scrollIntoView" call for those components to make sure they are on screen when you need them.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My "current project properties" is set as tree model. I try DOM, Hybrid, TAG, then run the test, the lowest level in the object browser is still show as vframe. We are using Chrome for our application.
I have also set "enable support for web components" in "current project properties". I don't see any tree after vframe as show in the document.
If we can get this frame method works, I believe this should fix the screen resolution.
