简体   繁体   English

硒,如何按ENTER键,无元素

[英]Selenium, how to press ENTER key, no element

I am using the firefox selenium plugin and I cannot figure out send the enter key following a paste of some text. 我正在使用firefox selenium插件,无法确定在粘贴一些文本后发送回车键。 This ENTER depress is 'not/no/nope' to be depressed anywhere else on the page ie no element switch. 按下此ENTER键是“否/否/否”,可以在页面上的其他任何位置(即,没有元素开关)进行按下。 Just a 'dumb' ENTER key depress? 只是按下一个“哑” ENTER键?

error 错误

[error] Element name=code not found

code

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="https://www.facebook.com/" />
<title>New Test</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">New Test</td></tr>
</thead><tbody>
<tr>
    <td>open</td>
    <td>/br.rall/posts/10153787412985552?comment_id=10153787988345552&amp;reply_comment_id=10153788588305552&amp;notif_t=feed_comment</td>
    <td></td>
</tr>
<tr>
    <td>type</td>
    <td>//div[@id='js_k']/div[5]/div/textarea</td>
    <td>In recent history, the phrase is most closely identified with critics of the economic policies known as &quot;Reaganomics&quot;. David Stockman, who as Reagan's budget director championed Reagan's tax cuts at first, but then became critical of them, told journalist William Greider that the &quot;supply-side economics&quot; is the trickle-down idea: &quot;It's kind of hard to sell 'trickle down,' so the supply-side formula was the only way to get a tax policy that was really 'trickle down.' Supply-side is 'trickle-down' theory.&quot;[4][5] Political opponents of the Reagan administration soon seized on this language in an effort to brand the administration as caring only about the wealthy.[6]</td>
</tr>
<tr>
       <td>sendKeys</td>
       <td></td>
       <td>${KEY_ENTER}</td>
</tr>

</tbody></table>
</body>
</html>

How to you press the ENTER key directly after a 'text paste' without jumping elements? 如何在“文本粘贴”之后直接按ENTER键而不跳转元素?

您可以将Enter键发送到body标签-每个页面都应该有一个,但是它不应触发任何特定的元素。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM