我正在使用firefox selenium插件,我无法弄清楚在粘贴一些文本后发送回车键。 这个ENTER压下是'not / no / nope'在页面上任何其他地方都被按下,即没有元素切换。 只是一个'哑'的ENTER键压低了吗?
错误
[error] Element name=code not found
码
<?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&reply_comment_id=10153788588305552&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 "Reaganomics". 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 "supply-side economics" is the trickle-down idea: "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."[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>
如何在“文本粘贴”之后直接按ENTER键而不跳转元素?
答案 0 :(得分:0)
您可以将Enter键发送到body标签 - 因为每个页面都应该有一个,但不应触发任何特定元素。