I am facing a challenge with extracting the word "Automation" from a given string "Welcome to the Automation World" using Selenium IDE Record and Play feature. I have tried using the execute script command, but it doesn't seem to be working as expected. Can someone provide me with an example or help me troubleshoot this issue? Thank you in advance.
execute Script | return ${var}.substring().. something like this