MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / obtenir_attribut

Method obtenir_attribut

seleniumbase/translate/french.py:583–585  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

get_attributeMethod · 0.45

Tested by

no test coverage detected