The reason I do this is to quickly visually inspect the screen for any red highlighted areas. Then when I have spotted one I can then try to find it and click on it, lots of manual scrolling to find it.
I want to know if it is possible to detect a specific colour on the screen (see picture for an example) and then I can break out the loop to leave the screen with a red highlighted box ready for me to click.
So basically you have firefox on google search set to 100 results per page and one of the results might be highlighted in a red box. I need to locate this box if it exists.
If it's any help the highlighted area has the following added in the Html:
Code: Select all
<div class="r" style="background-color: rgb(255, 135, 135);">
Also
How do I show a picture in here instead of using links?
https://pasteboard.co/ITSBdE3.png
Many thanks for all the help.