i am trying to read temperature data from site with python selenium but i couldn't, can you help? The value I am trying to read is 20.2 °C
The value I am trying to read is 20.2 °C
userInput.send_keys(user)
passwordInput.send_keys(password)
passwordInput.send_keys(Keys.ENTER)
time.sleep(2)
isi = browser.find_element("xpath", "//*[@id='cember_genel_div']/div[1]/table/tbody/tr/td[1]/div/span")
time.sleep(1)
print(f'VALUE: {isi}')
<div style="font-weight: bold; color: rgb(69, 69, 69); width: 100px;" class="cember circliful" data-dimension="100" data-text="20.2 °C" data-width="10" data-fontsize="17" data-percent="20.2" data-fgcolor="#B2B1AB" data-bgcolor="#eee" data-fill="#DDD"><span class="circle-text" style="line-height: 100px; font-size: 17px;">20.2 °C</span><canvas width="100" height="100"></canvas></div>
<span class="circle-text" style="line-height: 100px; font-size: 17px;">20.2 °C</span>