I am trying to figure out how to extract the number 694575 from a text using Selenium Ide and store it in a variable for future use. Here is the text I am working with:
<div class="loginBoxTitle">Edit Exhibition Centre - 694575, Exhibition Center1</div>
I have looked into commands like storeText and storeEval, but I am struggling with the parsing part of it. Any help would be greatly appreciated!