This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Description
Originally reported on Google Code with ID 4686
As i know there are 2 options to select element with multiple attributes by xpath
1) //<tag>[@attr1='value'][@attr2='value'][@att3]
2) //<tag>[@attr1='value' and @attr2='value' and att3]
In equal conditions second option returns None while first one returns element
Reported by WarmAndSunnyDay on 2012-10-19 07:06:54