List Question
20 TechQA 2024-02-19T17:31:47.920000Why is the .getElementsByClassName returning undefined?
41 views
Asked by Kyle Chess
Selecting all elements by specific class name and using toggle to change the class name
45 views
Asked by William A.l
firefox addon webextension how to getElementsByClassName in browser.menus.onClicked
28 views
Asked by g1ra
Only getElementById works with code...getElementbyClassName and document.querySelectorAll aren't working
49 views
Asked by Anderson
is it possible to getElementsByClassName that only selects <input> tags?
31 views
Asked by Arvind
Get just numbers from a list Content HTML
45 views
Asked by Dhardi
Why does getElementsByClassName() not work?
297 views
Asked by theMegaSheep
Able to search element by XPATH not able to search element by CLASS_NAME or CSS_SELECTOR
59 views
Asked by Kushagra A. Nalwaya
If I get Elements by Class Name, how do I access their Class List, so that I can add/remove/toggle Classes
17 views
Asked by HBB-ThinkTank
JavaScript how to find a class that is constantly changing
43 views
Asked by farge_goty
Unable to iterate over document.getElementsByClassName()
144 views
Asked by Harsh Kasodariya
Checkbox not clickable with javascript. .click() is not a function
269 views
Asked by George D
how to access a class within a form that has the same name as a class in another form
43 views
Asked by qwerty12butt
Form substitution from DOM , element with id
13 views
Asked by Vadim Kilikov
Selenium get only 1 in multi elements need to collect
41 views
Asked by AudioBubble
How to find the number of times a specific classname showed up before an element?
48 views
Asked by Jaxon
vba Excel getElementsByTagName("a") work but IE.Document.getElementsByClassName("textoblanco") don't work
67 views
Asked by Domingo SC
Why can't I access elements in an HTML collection on the NYT crossword page?
83 views
Asked by GoldyCantCode