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

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -