diff --git a/seleniumbase/fixtures/xpath_to_css.py b/seleniumbase/fixtures/xpath_to_css.py index b0de3350..c53ee73a 100755 --- a/seleniumbase/fixtures/xpath_to_css.py +++ b/seleniumbase/fixtures/xpath_to_css.py @@ -108,7 +108,7 @@ def _get_raw_css_from_xpath(xpath): elif match['contained']: if match['cattr'].startswith("@"): attr = '[%s*="%s"]' % (match['cattr'].replace("@", ""), - match['cvalue']) + match['cvalue']) elif match['cattr'] == "text()": attr = ":contains(%s)" % match['cvalue'] else: