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
It would be great if it supports passing xpath selector as well. currently it only support CSS selector. await context.enqueue_links(selector="article h3 a")
The text was updated successfully, but these errors were encountered:
It would be great to see XPath selector support added. XPath is often more flexible for certain use cases compared to CSS selectors, and having both options would make the library more versatile. For example, XPath can target elements based on their attributes or positions in a way that's sometimes tricky with CSS selectors. Hope this feature gets considered!
It would be great if it supports passing xpath selector as well. currently it only support CSS selector.
await context.enqueue_links(selector="article h3 a")
The text was updated successfully, but these errors were encountered: