Hi Team,
How to get text color from web page,If any one have idea or code kindly share that.
Hi,
Try using get full text method with native then u can get the text along with its color mentioned.
get full text method with native. How to use it. Can you explain?
Sry, i thought i have heard some method to get text color but that is possible only for excel. But i tried other get text methods and scrapping method but thereās no existing method to get text color.
np .
Any specific reason why you wants to know the color?
As of now I donāt see any UiPath default activity for this but
there is a costume activity built by @andrzej.kniola which help Get colors from image (may be you can take screenshot of website and save it as image and then use this activity).
andrzej feel free to add if iām missing something.
@ovi shall we move to idea category ?
I have a value data table in webpage .We need to find color column and match the column value to a specific value(We need to match Only color value ).
Hi. Did any solve this?
I am also looking for this answer.
Did anyone had a solution to find the color of a text?
Hola, yo uso lo siguiente para ver si un texto estĆ” en negro o rojo.
Obtengo la posición inicial del elemento donde se encuentra el texto,
Usando actividad: Get position
Con esto obtengo una posición del pixel inicial sobre el que buscar.
Y voy iterando cambiando de pixel (inicio+1) hasta obtener un pixel ānegro o rojoā preguntando con la actividad ColorDetector.ColorFromScreen.
saludos.