How can I get a text from div and check if it contains cyrillic letters using robot framework.

Hi! I have a page with different news, i can search something using one keyword. The results which i obtain i can filter by language. I have to check if the response which i obtained after language filter contains cyrillic letters. How can I do that?

1 лайк
${ammount_tax}=                   Get text  xpath=(//td[@data-field='amount'])[1]
${account_tax}=                   Get Value  xpath=//input[@title='Tax']
Should Be Equal                   ${ammount_tax}   ${account_tax}
1 лайк

Does it help you?

Yes, i used this logic. Thank you :smile: !

1 лайк