0

Changing textContent in workday [duplicate]

brother info 2 months ago 0

I am currently working on a Rate my professor Chrome extension that displays professor ratings on the workday. However, I am having some problems for access the specific span element by using getElementsByClassName.

Here is my code:

courses = document.getElementsByClassName('gwt-InlineLabel WG5F WF4F') console.log(courses.textContent)