Home
last modified time | relevance | path

Searched refs:href_attr (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/webtest/webtest/
Dresponse.py158 tag='a', href_attr='href',
175 tag='button', href_attr='onclick',
183 def _find_element(self, tag, href_attr, href_extract, argument
203 if not attrs.get(href_attr):
204 printlog(' Skipped: no %s attribute' % href_attr)
206 el_href = attrs[href_attr]
/external/chromium-trace/catapult/third_party/Paste/paste/
Dfixture.py670 tag='a', href_attr='href',
688 tag='button', href_attr='onclick',
697 def _find_element(self, tag, href_attr, href_extract, argument
723 if not attrs.get(href_attr):
724 printlog(' Skipped: no %s attribute' % href_attr)
726 el_href = attrs[href_attr]