How to get the text having without any Element using Selenium Web driver -
i having hard time using selenium web driver find text below scenario.
<td valign="top"> <br/> <span class="devicelabel">server</span> <br/> <span class="devicelabel">user name: </span> siva <br/> <span class="devicelabel">id: </span> 12323
how text "siva" , "12323" using selenium webdriver ?
thanks in advance.
Comments
Post a Comment