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
Try this 1, and let me know whether its working for you