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
Finding elements with find('named', ['content', 'some string']) looks even in tags, and returns those elements if it does find an equivalent String literal anywhere in there. I don't think this should happen.
@aik099 this is not related to a driver issue here. Drivers are not implementing the feature. Mink itself does (and then give a XPath query to drivers). This is something we should fix in Mink itself, in our NamedSelector (and so tests should go in the Mink testsuite too instead of using the whole functional stack).
I have an idea to improve the XPath to cover this, which is why I self-assigned on the issue.
Finding elements with find('named', ['content', 'some string']) looks even in tags, and returns those elements if it does find an equivalent String literal anywhere in there. I don't think this should happen.
Opened in jcalderonzumba/MinkPhantomJSDriver#58 by @thedamnedrhino
The text was updated successfully, but these errors were encountered: