(self, selector)
| 1066 | self.select(selector).remove_from_dom() |
| 1067 | |
| 1068 | def remove_from_dom(self, selector): |
| 1069 | self.select(selector).remove_from_dom() |
| 1070 | |
| 1071 | def remove_elements(self, selector): |
| 1072 | """Remove all elements on the page that match the selector.""" |
no test coverage detected