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
If you use a ancestor:: *, parent:: * and ancestor-or-self: : * or ../ expression, the returned node set may contain duplicate nodes, especially in the following example:
If you use a
ancestor:: *
,parent:: *
andancestor-or-self: : *
or../
expression, the returned node set may contain duplicate nodes, especially in the following example:if you are executing the xpath:
//bbb/../ccc
, you will get the duplicate nodes:or
//bbb/parent::*
, you will get:The text was updated successfully, but these errors were encountered: