I want to scrap pinterest board title(s) (https://pl.pinterest.com/ktmac10/_saved/) but nothing works. Why ? I've already tried :
self.driver.find_element(By.CSS_SELECTOR, 'h2[class="lH1 dyH iFc H2s bwj O2T zDA IZT CKL"]').text
self.driver.find_element(By.XPATH, '//h2[@class="lH1 dyH iFc H2s bwj O2T zDA IZT CKL"]').text
Yes, I added implicitly wait and still is the same