Facing issues while extracting only bold text from data table in webapplication

Hi Everyone,

I need to extract only bold text from data table in a web application. I tried to extract by using tag value as strong but unable to extract data correctly.

Tried using selector- “”

For few rows only half of the bold text is getting extracted .Could you please advise on it.

Hi @giri
Could you explain your scenario better.
Will the table would contain bold text in specific columns or any other

Hi baskaran

only one column of datatable contains both bold and normal text. we need to extract only bold text from that column

Then have found any difference in selector in respect to normal text and the bold text.
If you found it, then you can use it. if not you should find way to select the bold highlighted text

For some rows - tag value is strong for bold text and for some rows tag value is ‘P’ for bold text.

If we use ‘p’ for all rows then normal text is also getting extracted

if we use ‘Strong’ for all rows , Entire bold text is not getting extracted for few rows