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
Post a Comment