【发布时间】:2016-05-07 08:57:23
【问题描述】:
我正在使用 firefox selenium 插件,但我无法确定在粘贴一些文本后发送 enter 键。 这个 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 键而不跳转元素?
【问题讨论】:
标签: javascript html selenium web-scraping element