Jump to content

Recommended Posts

Posted

Hi so I have made an App , and I have started testing it on different screen sizes and resolutions, and I have run into some problems and I wonder how you guys would solve this 

 

My app uses Chrome with pixel search and mouse move/click to do its different tasks. and this brings a lot of different problems.

What I have done so far 

* screen get resized to 1200x650 and I thought this would be enough to solve any problem with incorrect positions but its seams like the the outer era (tabs, fav bar)  can be different depending on what version/Os one is running - and if its not exactly the same  as its on my system the app will break. 

 

What is the best way to fix this ?

Have thought about 2 different solutions: running the web page in application mode or trying to run chrome inside an GUI . ?  both of this will require lots of work.

any suggestions you guys might have ?  I Was hoping it somehow would be possible to get the inside measurement of the chrome window that might help 

 

Posted
19 minutes ago, Acce said:

What is the best way to fix this ?

Instead of fiddling around with Pixelsearch and absolute coordinate values, you should take a look at the webdriver-udf . This allows you to control elements by their ID, not by their position.

Posted

Problems is the site im trying to interact with is entirely made of flash and I dont think its possible to get the id of the elements 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...