子要素のテキストも取得せずに、コンテナ内のテキストをターゲットにするにはどうすればよいですか? たとえばToshiba Satellite Pro C850-1GR Satellite Pro, 1.8 GHz
、以下の HTMLのテキストをターゲットにするにはどうすればよいですか
私の試み
short_description=soup.find('div',{'class':'info-item description product-short-desc c_both'}).text
print short_description
HTML
<div id="product-short-summary-wrap">
<b class="tip-anchor tip-anchor-wrap">Short summary description Toshiba Satellite Pro C850-1GR</b>ev
:
<br/>
<div class="tooltip-text">This short summary of the data-sheet.</div>
Toshiba Satellite Pro C850-1GR Satellite Pro, 1.8 GHz
</div>