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
fix(core): retry query_selector on stale document ID (#235)
Handle `ProtocolException: Could not find node with given id` in
`query_selector` and `query_selector_all` when operating on the default
document. This ensures the method re-fetches the document and retries
exactly once instead of raising or incorrectly returning None.
Closes#234
0 commit comments