Robot framework (python+selenium) how to get the text value of pseudo elements

how to get the text value of the elements in the following figure-- Operation Plan Application

clipboard.png


Click Element     //a[text()='${text}']

this is fine. I thought that this xpath positioning did not take effect on pseudo elements, but later I found that I wrote the wrong tag. The tag I wrote before is actually li, should use a, and the label of which layer the text is under will be used.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b30435-2bcf3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b30435-2bcf3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?