python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
write get.ElementByClass() from nested div to file
I'm working on a chatbot where users can talk to the chatbot and
I would like to have the conversation logged into a text file. I was thinking grabbing the <div class="msg-text">, whic...
user3768971
Votes: 0
Answers: 1
Add class using getElementsByClassName with in HTML
I want to add a class (underline) to each element with rel_row_0 class.
I have this code:
<a onclick="document.getElementsByClassName('rel_row_0').classList.add('underline');">X</a&...
Roland
Votes: 0
Answers: 0
Click on Class names in VBA - No Selenium
I am into Project Management with no knowledge of IT / Coding.
I am trying to do web automation.
It will have to click on certain links, submit a form and then hit save.
However I am not able to click...
Munk
Votes: 0
Answers: 1
Want to hold for loop array in an event listener so I can send it as a parameter for a function
I'm trying to change the background image depending on which symbol is being hovered but when I try to return changebackground([i])it always returns an array with length 1 and the number 0.
How can I ...

Javi
Votes: 0
Answers: 0