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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -