I want Sikulix to search only in a certain region of my second screen.
So far my knowledge comes down to having either a part of my first (main) screen like:
topLeft = Location(reg.x, reg.y)
Or the whole second screen like:
regscreen2 = Screen(2)
Is there a way to specify part of monitor 2?
I can only imagine something like the code below but it doesn't work...:
regiontopLeftScreen2 = topLeft.Screen(2)