Skip to content

Tag: html

How can I make Selenium get a href with PYTHON?

I tried all the methods I found here https://selenium-python.readthedocs.io/locating-elements.html but I couldn’t get that link from the page. I need to get the link from the href HTML page code: Some of the unsuccessful attempts: +Some of the unsuccessful attempts: The full code: Answer You should be a…

Div Columns not aligning correctly in Django/Python

I’m following along a tutorial and, unfortunately, his code editor automatically indented everything when he copied/pasted a new <div> (Sigh) (In the second pic I cut off the top where it has LOGO in the top right on accident in the screenshot) The problem is i Room.html This is what it currently …