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