Im trying to practice using selenium / BS4 and ive ran into an issue.
my code is here link to code
basically im trying to get a url from:
`'class':'td_text_highlight_marker_green td_text_highlight_marker'`
but whenever i run the script the returned number of links is always different.
everytime it runs it should return 18. I even tried to click the link to follow it using selenium and for the life of me i cannot figure it out.
please help :)