[SOLVED] Extract email HTML Element

Issue I am trying to scrape a page and there is a point I am stuck at. Here’s first the HTML part of the whole HTML page <article class=”mod mod-Treffer” data-teilnehmerid=”122085958708″> <div data-wipe=”{&quot;listener&quot;: &quot;click&quot;, &quot;name&quot;: &quot;Trefferliste Eintrag zur Detailseite&quot;, &quot;id&quot;:

Continue reading

[SOLVED] Can't get element value by css or xpath

Issue i tried to get the value of an element by xpath and css, and tried with .text and .get_attribute(‘value’), but no way to get it. element: <div class="itemWrapper-tp4JSoHa"> [flex] <div class="value-tp4JSoHa">1205.61</div code 1: WebDriverWait(driver, 60).until(EC.visibility_of_element_located((By.XPATH, "//*[@class=’value-tp4JSoHa’]"))) equity = driver.find_element_by_xpath("//*[@class=’value-tp4JSoHa’]")

Continue reading