I need help,
I'm trying to print the link from a website, Here is how the code looks like:
<div class="tabla_szoveg">
<div style="cursor:pointer" onclick="konyvjelzo('1523442');" class="torrent_konyvjelzo2"></div>
I'm trying to print the number inside "konyvjelzo('1523442');"
Using selenium
Also tried:
linkgettr= driver.find_element_by_class("box_torrent_all")
but getting NONE Thanks