selenium - Select text from a line using Robot Framework and selenium2library -


i'm able fetch entire line using xpath

" xpath=.//*[@id='projecttable_info']" 

but not fetch selected text. can 1 give idea?

<div id="projecttable_info" class="datatables_info" role="status" aria-live="polite">showing 1 1 of 1 entries</div> 

wanted pick selected text i.e. total numbers of entries. can 1 or 100.

"showing 1 100 entries". should pick 100 line.this count changing when row added .


Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -