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 752adc5 commit b4548c1Copy full SHA for b4548c1
seleniumbase/fixtures/xpath_to_css.py
@@ -103,7 +103,7 @@ def _get_raw_css_from_xpath(xpath):
103
elif match['mattr']:
104
if match["mvalue"].find(" ") != -1:
105
match["mvalue"] = "\"%s\"" % match["mvalue"]
106
- attr = "[%s=%s]" % (match['mattr'].replace("@", ""),
+ attr = '[%s="%s"]' % (match['mattr'].replace("@", ""),
107
match['mvalue'])
108
elif match['contained']:
109
if match['cattr'].startswith("@"):
0 commit comments