I have a web page from which i need to click a certain text based on its color… How to do it?
@SAmigo
welcome to the forum
- get the text element with find element
- evaluate the color
- click text or not
retrieving the text color can be done
- e.g checking css class names - if we can derive it from
- custom library from below link
CSS Property key for text color is: color
1 Like
@SAmigo… tried Get Attribute Activity??