Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | any |
Firefox on macOS
up to latest (51
for now) version does not support expressions like //*[name() = 'div']
. I've faced this using Selenium 2 WebDriver.
Which was the reason to use //*[name() = 'div']
instead of //div
?