How to highlight a particular text in Internet Explorer and take a screenshot

Hi everyone!

I have to highlight a particular text in Internet Explorer and take the screenshot. I am aware of the Highlight activity and parallel activities for the screenshot. I want to highlight a particular text which will be at the particular position and highlight it dynamically.

Hi @sarthakgulati13,
For the Take Screenshot activity you can set some attributes like “UiElement”. So I guess you can keep UiElements with use of variables and set those for the screenshot attributes:
image

Hi @Pablito
I got your point but at the same time I want to Highlight the element and take the screenshot.
I think using uielement will take the screenshot of that part of screen only.

Hmmm you should try it. I’m not sure about this 100%.
Regarding highlighting I think this way (use same selector) can do the job:

I have tried this and its working and i want to add that I am trying to highlight a particular element and everytime i have to highlight when the screen appears again.