New Selenium IDE - Part 76 - store text Command

preview_player
Показать описание
In this video, I have practically demonstrated using 'store text' command in New Selenium IDE for storing the text between the HTML tags of the given UI element into a variable.
Рекомендации по теме
Комментарии
Автор

I don't know if you're still active, but I'm currently learning Selenium IDE and I have a task I can't seem to solve. It involves selecting multiple lines of text, each in different bulletpoints and varying between two tags, and then writing it out on Selenium IDE's console. The task specifies that I need the text to be written out line-by-line and the solution will need the use of a cycle command. My problem is that I don't know what kind of cycle should I write that will work with lines that are under different tags. Do you think you could help me with that?

szebasztianturbucz
Автор

Hello sir,
Could you please tell whether we have the feasibility in IDE to read the stored value and if we have which command we need to use to read the stored text/value
Thanks!

agirumounika
Автор

After I store the text, I try to assert text, it shows 'Unexpected token in Json at position'. How do you fix it?

dionysuszwei
Автор

How do you extract/download the stored data into a file on the computer?

thetrepidation