(self, css)
| 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) |
no outgoing calls
no test coverage detected