insta_scrape
insta_scrape copied to clipboard
Capybara::Ambiguous: Ambiguous match, found 14 elements matching css "time"
Hi, maybe you could help me whit this error Capybara::Ambiguous: Ambiguous match, found 14 elements matching css "time" when I run this code?
scrape_result = InstaScrape.long_scrape_hashtag("test", 1, include_meta_data: true) scrape_result.each do |post| if Foto.find_by(name:post.text).nil? Foto.create(name: post.text, otro: post.image, user: post.username) end end
thanks"