Tejas Kore
Board Regular
- Joined
- Nov 2, 2017
- Messages
- 72
- Office Version
- 365
- Platform
- Windows
HTML:
<div class="row">
<div class="col-xs-12 form-group">
<input type="submit" name="btnSearch" value="Search" id="btnSearch" class="btn btn-primary" />
</div>
</div>
</section>
<section id="searchResults">
<p class="sectiontitle">
Results
</p>
<p>
No items were returned by your search.
</p>
<div>
</div>
</section>
</div>
Hello Friends,
Could you please let me know how can I extract the text "No items were returned by your search." ... I tried with ieApp.document.GetElementsById(searchResults).innerText but no luck yet.