felipecsl / wombat

Lightweight Ruby web crawler/scraper with an elegant DSL which extracts structured data from pages.
https://felipecsl.github.io/wombat/
MIT License
1.31k stars 129 forks source link

How do i access the siblings using css selector in wombat #71

Open atinder opened 7 years ago

atinder commented 7 years ago

i have tried

"css=p.someclass + p"
"css=p.someclass ~ p" 

None of these worked.