Statics§
Functions§
- delete
- get_
all_ elements - get_
element_ by_ id - if
elementsis None, it searches the entire DOM. - get_
element_ by_ tag_ name - if
elementsis None, it searches the entire DOM. It returns the first element with the given tag_name, if exists. - get_
elements_ by_ class_ name - if
elementsis None, it searches the entire DOM. - get_
elements_ by_ tag_ name - if
elementsis None, it searches the entire DOM. - get_ids
- if
elementsis None, it searches the entire DOM. - get_
root - some_
checks - It checks whether
- to_
string