MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / convert_css_to_xpath

Method convert_css_to_xpath

seleniumbase/fixtures/base_case.py:9061–9062  ·  view source on GitHub ↗
(self, css)

Source from the content-addressed store, hash-verified

9059 self.update_text(selector, mfa_code + "\n", by=by, timeout=timeout)
9060
9061 def convert_css_to_xpath(self, css):
9062 return css_to_xpath.convert_css_to_xpath(css)
9063
9064 def convert_xpath_to_css(self, xpath):
9065 return xpath_to_css.convert_xpath_to_css(xpath)

Callers 2

highlightFunction · 0.80
recalculate_selectorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected