You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both are using the same dom selection (i.e. #filters-0 > div.relevancy-block > div > ul:nth-child(1) > li:nth-child(1) > a), but CsQuery is returning me "search" while jQuery is returning me "analysis", which is correct. Any idea what's going on?
The text was updated successfully, but these errors were encountered:
In that case, is there any way for CsQuery to "wait" for the page to process completely (with the new order), and then return with the actual result as displayed?
Or are there any other workaround/s for this issue?
Hi,
I'm trying to use CsQuery to go through some pages of Thesaurus.com
Using the address http://www.thesaurus.com/browse/test as an example, the code I'm using is as follows:
Result from CsQuery:
Result from jQuery:
Both are using the same dom selection (i.e. #filters-0 > div.relevancy-block > div > ul:nth-child(1) > li:nth-child(1) > a), but CsQuery is returning me "search" while jQuery is returning me "analysis", which is correct. Any idea what's going on?
The text was updated successfully, but these errors were encountered: