Searched refs:mutation_type (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/chrome/test/pyautolib/ |
D | pyauto.py | 3270 def AddDomMutationObserver(self, mutation_type, xpath, argument 3305 assert mutation_type in ('add', 'remove', 'change', 'exists'), \ 3306 'Unexpected value "%s" for mutation_type.' % mutation_type 3321 (automation_id, observer_id, mutation_type,
|