我刚刚安装了selenium IDE 2.9.1并记录了一个测试用例。但是在检查源时,它只显示HTML,而不是selenium脚本。
<?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.google.co.in/" />
<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>/?gws_rd=ssl</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>id=Passwd</td>
<td>arunkojndfjn</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>id=signIn</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>
如何获取selenium脚本?感谢。
答案 0 :(得分:0)
将selenium IDE脚本转换为可以在Webdriver中运行的脚本不是通过查看文件来完成的,因为文件本身是以特定于硒的格式编写的。您需要在selenium IDE中使用这些选项。如果您转到“文件&gt;导出测试用例”,您将获得各种语言的列表,您可以将测试导出为。