justinlittman / fb-ad-archive-scraper

Scraper for Facebook's Archive of Ads with Political Content
MIT License
35 stars 11 forks source link

Fix "See Ad Performance" button click issue #5

Closed dnass closed 6 years ago

dnass commented 6 years ago

The "See Ad Performance" button text is different on certain thumbnails, which causes the scraper to throw an error. Using ad_div.find_element_by_partial_link_text rather than ad_div.find_element_by_link_text matches either type of button.

ad-0233

justinlittman commented 6 years ago

Thanks @dnass!

dnass commented 6 years ago

No problem! Thanks for building this.