We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cd00c commit 2b9cd90Copy full SHA for 2b9cd90
seleniumbase/fixtures/xpath_to_css.py
@@ -2,7 +2,7 @@
2
import re
3
4
_sub_regexes = {
5
- "tag": r"([a-zA-Z][a-zA-Z0-9]{0,10}|\*)",
+ "tag": r"([a-zA-Z][-a-zA-Z0-9]{0,31}|\*)",
6
"attribute": r"[.a-zA-Z_:][-\w:.]*(\(\))?)",
7
"value": r"\s*[\w/:][-/\w\s,:;.\S]*",
8
}
0 commit comments