(self, *args, **kwargs)
| 581 | return self.set_text(*args, **kwargs) |
| 582 | |
| 583 | def obtenir_attribut(self, *args, **kwargs): |
| 584 | # get_attribute(selector, attribute) |
| 585 | return self.get_attribute(*args, **kwargs) |
| 586 | |
| 587 | def définir_attribut(self, *args, **kwargs): |
| 588 | # set_attribute(selector, attribute, value) |
nothing calls this directly
no test coverage detected