使用selenium编辑电子邮件正文

时间:2017-01-30 07:23:37

标签: javascript selenium

编辑器字段中已包含HTML文本。 我想用Selenium清除它。

以下是该网站的代码。

<div id="EmailText" style="display: none">
  <table id="tabbgcol1" cellspacing="0" cellpadding="0" style="padding: 0px; font: inherit; color: inherit;">
    <tbody>
      <tr>
        <td valign="top">
          <table width="100%" cellpadding="0" cellspacing="0" align="left" style="color: inherit; font: inherit;">
            <tbody>
              <tr>
                <td id="colcol21">
                  <p>Hello,</p>
                  <p>AS would like your feedback!</p>
                  <p>We thank you for your time and participation.</p> 
                  <p>Sincerely,</p>
                  <p>Saket</p>
                  <p>ZASD</p>
                  <span style="font-size:11px;font-family:Verdana, Arial, san-serif;"></span>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
    </tbody>
  </table>
</div>

是否可以在此处编辑单个段落。或者我应该清除它。我无法在此处找到文本字段。

使用此ID id="colcol21"会导致找不到元素。

0 个答案:

没有答案