Closed akshualy closed 1 year ago
It should be done from a logic and refactor standpoint. Now there's only some testing left to be done :) (And a re-review)
// EDIT
I tested it successfully (after fixing a bug where I forgot to add the window position to the image search result) on the following window positions: (1920, 10, 3840, 1090)
, (-1920, 0, 0, 1080)
(Yeah, I was surprised that pixels left of the primary monitor are negative as well), (0, 0, 1920, 1080)
.
Also updated the PR description with TL;DR bullet points for convenience.
Description
Adds support for multiple screens by getting where the league game window is and screen-reading only the league game window.
Screen reader improvements:
Click helper improvements:
General improvements:
Fixes #97