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

Python driver find_element_by_xpath with several attributes bug #4686

@lukeis

Description

@lukeis

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions