Need help in extracting the case id, would be great help
<div class="note note-info"><h4 id="note-label-CreateCaseUploadDoc:Display_Process_Combination1:RequestID" class="note-title">A new request is created successfully</h4><p id="
">412312513</p></div></div>
Need to extract 412312513 out of this
You can use
following-siblingto get text node value from p tag as follow:OR
Using css selector
Example with selenium
OR selenium with css selector
#imports