I'm trying to build a selenium bot just as an excercise to interact with python.
I'm trying to list all the job announces on the first page.
I found out that each of the announce as the same class
disabled ember-view job-card-container__link job-card-list__title
But when I try to collect the datas using find_elements_by_class_name
, Python returns just an empty list.
Do you know why?
Could you help me solving this? I don't know what I'm missing