I´m new in the Python Community, so I'm struggling each line of the Script I'm developing. I will appreciate if any of you can help me with this 'cos I´ve been hours trying to solve it and I can´t.
I want to copy these variables POSIN (from Film), HORROR (from Topic).HTML SOURCE CODE:
<div id="text"></div>
<h2 class="form-sign">
<b>DATA</b>
</h2>
<br></br>
<div>
<p>
<b>Film: </b>
POSIN
</p>
<p>
<b>Topic: </b>
HORROR
</p>
</div>
<input name="Description" value="1" type="hidden">
I'm using Selenium with python, I´m trying:
Film = driver.find_element_by_name("Film")
but doesn´t works:
NoSuchElementException: Unable to locate element: {"method":"name","selector":"Film"}