Relative Content

Tag Archive for arraysstringsplitselenium-ide

Selenium IDE: Is there an updated method to split a string into an array and pull a position value?

Problem: I know this answer has been posted previously; however, neither of the suggested Selenium IDE methods for extracting a substring value work. Below, I have referenced the posts. However, they are pretty old. Both the suggested methods return the same issue, which is returning the javascript as a string result rather than being executed as a script and returning the array value specified. If I use the variable format @{variable}, it returns ‘undefined’ as the result.