1

我想在 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>"
4

0 回答 0