Hi,

when HTML tag was as mentioned below, I need to extract the content "Story & Experience" from the Richtool tip tag.
<div class="ellipsis">Type: <span class="rich-tooltip-item">Story &amp; Experience</span></div>
During inspect it has above code as below
<div class="ellipsis">
"Type: "
<span class="rich-tooltip-item">Story &amp; Experience</span>
</div>
I used getelementbyclassname which worked fine for below code, but not for the above code.

<div class="title" style="float: left; margin-bottom: 5px;">My Data extract</div>
Anyone can lead me on this query

banghead.gif


Thanks