Search a particular text from web application without search tab or ctrl+f buton

How to get a searched result by Looping through multiple web pages and search a particular text without search tab or by clicking Ctrl+f ?

1 Like

Hi @arpithasn,
You can try ‘HTTP Request’ and filter it’s output if the web application element is not somehow closed object. Eventually just simple Get Text activity on element should do the job.