Could not script a click

Dear friends,
Over a week, I tried to script a testing to click an item on this page:

I ran either this script:
navigate RMIT Democlass System
clickAndWait innerText=Học sinh

or this script:
navigate RMIT Democlass System
clickAndWait innerHtml=Học sinh

but the result is “content breakdown” after the second command.
I tried to stimulate the click option “I am a student” but not sure the script was correct.

Anyone help?
I appreciate your kind response.
RMITVN

This should work for you

navigate RMIT Democlass System
execAndWait document.querySelectorAll(“.hocsinh”)[0].click()