使用python中的selenium将文本发送到textarea

时间:2015-08-14 18:01:29

标签: python selenium-webdriver richtextarea

我想在python中使用selenium将一些文本发送到textarea,但我找不到任何方法。我已经尝试了每个名称,类和id来输入文本,但它们都报告错误。但是我能够访问所有其他按钮和文本框但是这个特定的一个似乎是隐藏的或者其他东西。这就是页面的相关部分。提前谢谢。

<form id="codeForm" action="#" method="post" name="name">    
<input type="hidden" value="2|8cd2d2b2|99adc339062516b09ca981066acce4e4|1439567340" name="_xsrf"></input>     
<div class="row top-buffer"> ::before
    <div class="col-xs-12">         
        <div id="code-editor-container">           
            <textarea id="code" class="placeholder" style="width: 100%; resize: none; height: 20px; display: none;" rows="1" cols="72" placeholder="enter" name="code"></textarea>  
            <div class="CodeMirror cm-s-solarized cm-s-light CodeMirror-wrap " style="width: 100%; height: 50%;"> 
                <div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 5px; left: 29px;">
                    <textarea wrap="off" style="position: absolute; padding: 0px; width: 1px; height: 1em; outline: medium none;" autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0">
                    </textarea> 
                </div>"

0 个答案:

没有答案