使用python从html获取值

问题描述 投票:-1回答:1

我需要从https://123i.uol.com.br/condominio-e51a13d16.html中获取一个值

HTML:

<div class="table-cell bird_estimate_average">R$ 1.637.197,48*<p><small>(R$ 1.440.733,78 a R$ 1.850.033,15)</small></p></div>

我正在使用python

python selenium xpath css-selectors webdriverwait
1个回答
0
投票
((R $ 1.440.733,78 a R $ 1.850.033,15)] >>,您必须为visibility_of_element_located()引入

WebDriverWait

© www.soinside.com 2019 - 2024. All rights reserved.