Open fireindark707 opened 1 year ago
Can you provide an html sample that can be used to re-create the issue?
Can you provide an html sample that can be used to re-create the issue?
Yes, of course.
<center><h2 class="chapter">021<br>some string</h2></center>
<h3 class="news-title">some news title</h3>
I'm using some xpath like "//center[h2[@class='chapter' and contains(text()[preceding-sibling::br],'some string')]]/following-sibling::h3[@class='news-title']"
And here is the error:
I'm not sure what happened, but if I removed [@class='news-title'] at the end, meeseeks runs normally.