insta_scrape
insta_scrape copied to clipboard
Ambiguous match Capybara
Hi,
In long_scrape_posts
I'm facing this issue this might be due to they have updated their html tags etc.
Ambiguous match, found 3 elements matching css "div section span span" (Capybara::Ambiguous)
Will try and look into this. I need to carve out time to merge some PRs. If you can fix this, PRs are welcome.
I can try a little as they have changed the way of applying css. Instagram is now using isostyle css strategy injected to tags by js at runtime I think. I fixed some of them, will issue a pull request soon.
Pull request is failing due to tests as it returns variable results. You can have a look at this for isostyle ref https://stackoverflow.com/questions/32724501/finding-css-of-instagram-login-page
Thanks for this! Will try and take a look when I get a chance.