${get_t}= Get Text //h6[@class='MuiTypography-root MuiTypography-subtitle2']
Log ${get_t}
${get_t1}= Get Element Count xpath://h6[@class='MuiTypography-root MuiTypography-subtitle2']
Log ${get_t1}
${get_t3}= Get WebElements xpath://h6[@class='MuiTypography-root MuiTypography-subtitle2']
Log ${get_t3}
когда я получаю Count, он показывает счет, но когда я его печатаю, используя Get WebElements , он не печатает текст. Если я даю Получить текст , то печатается только первый текст.
![enter image description here](https://i.stack.imgur.com/MkDfG.png)
Xpath ![enter image description here](https://i.stack.imgur.com/EWc4q.png)