Python Forum
[PyGUI] A question
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyGUI] A question
#2
So, if I am understanding you correctly, you are wanting to implement something within a GUI interface that identifies the color being displayed and automatically performs a mouse move and click event direct to and upon whatever is identified as being green.

Now I am pretty sure there is nothing standard that would do this -- mainly because code does not recognize color beyond it being a certain binary/hex value -- further you would need to define the area it is to be examining when it needs to identify where one of these numeric values might occur and that means direct involvement/interaction with whatever it is you are examining

Now if I am understanding the reason for why you are wanting to do this you might want to examine screen scrapping and the methodologies used within that technological approach
Reply


Messages In This Thread
A question - by kapparinoz - Nov-14-2019, 06:35 PM
RE: A question - by Denni - Nov-14-2019, 08:15 PM
RE: A question - by kapparinoz - Nov-14-2019, 08:48 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020