需要使用 Selenium 和 Python 在标签之间获取句子:
<h2 id='PO-PF2' class="section">Program Information</h2>
Length: Two-year Ontario College Graduate Certificate program
<br />Delivery Sequence:<br />
使用 find_element_by_xpath在不同的变化并没有返回任何结果。
使用driver.find_element_by_tag_name("body").text然后解析它以获取所需的句子,但还有其他方法吗?
预期结果:长度:两年安大略大学研究生证书课程
更新:
'(?<=Length:)([\s\S]*?)(?=\n)'
涵盖所有需要的案例
陪伴而非守候
相关分类