Color Detection

Is it possible to identify a color pixel and then click on that ?

The solution depends a bit on where the color is. Do you have an example screenshot for us?

I am interested as well. Can it be done on html5 text? See pic.

Meanwhile the RPA software/Selenium IDE++ has a command to get the color:
visualGetPixelColor | x,y | var

So in your case you would need to point it to one of the letters of the word.

Or (different method): If the color value can be found directly in the web page source, then you can use sourceExtract and/or storeAttribute can be used, too. But on many pages the color value is not easily available in the page, since it is calculated on the fly e. g. by Javascript.

See also:

1 Like