Loop continues without waiting for awaited function
I am trying to extract some information from a webpage using JS. The structure is that on first page I see the list of all the questions and each question has Delete and Update button on them.
I am trying to extract some information from a webpage using JS. The structure is that on first page I see the list of all the questions and each question has Delete and Update button on them.