How can I access the element shown inside the red box here? Please note that I can not use access by the getElementsByClass name as there are a lot of elements there with that class name and I would not know the index of that particular element. However, I can access the div right below it.

>Solution :
is that what you are looking for ?
https://api.jquery.com/children/
.children() targets all children of a given element