Is it possible to copy the text of an input? If there was an input with "text" in it can you get selenium/python to copy it in your clipboard?
<input type="text" style="cursor:text;background:none;" class="form-control input-sm" onmousemove="this.select()" value="This is a Text" readonly="">