Extract part of a text with selenium IDE and put it into variable
Could somebody tell me which command should I use to extract only the number(694575) from the text using Selenium Ide and to put it into a variable for further usage. Here is the div with the text: <div class="loginBoxTitle">Edit Exhibition Centre - 694575, Exhibition Center1</div> May be commands like storeText,storeEval should work in this case ,but the part with the pasrsing is a mistery for me. I have solution, tricky 1 store | Edit Exhibition Centre - 694575, Exhibition Center1 | string store | 1 | delimiter store | javascript{storedVars['string'].split('- ')[storedVars['delimiter']]} |