I a begginer into scrapping and stuff, please be nice :^)
I´m using Python and seleniun to scrap data from Linkedin.
Problem: they use Ember and I am not able to click on "show more".
When I click on "show more", on the person skill or anything else, the XPATH have a dinamic id so the list will not appear. Example:
//*[@id="ember7924"]/button/span/li-icon/svg/path
But even the ones that dont use ember I am not able to use. Example:
//*[@id="org-about-company-module__show-details-btn"]/li-icon/svg/path
I tried using id, xpath class etc but it was not successful.
Does anyone have a clue? Thanks :)
Aucun commentaire:
Enregistrer un commentaire