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 fcf82a8 commit 751fc18Copy full SHA for 751fc18
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,31}|\*)",
+ "tag": r"([a-zA-Z][-a-zA-Z0-9]{0,40}|\*)",
6
"attribute": r"[.a-zA-Z_:][-\w:.]*(\(\))?)",
7
"value": r"\s*[\w/:][-/\w\s,:;.\S]*",
8
}
0 commit comments