51Testing软件测试论坛

标题: [warn] Link has target '_blank', which is not supported in Selenium! [打印本页]

作者: yimaotao    时间: 2010-2-24 11:42
标题: [warn] Link has target '_blank', which is not supported in Selenium!
请问各位 [warn] Link has target '_blank', which is not supported in Selenium! Randomizing target to be: selenium_blank4795 是什么意思啊?真么解决呢?这个错误时发生在click link=店铺街 的时候发生的。
以下附上测试脚本:

<?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="" />
<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>/</td>
        <td></td>
</tr>
<tr>
        <td>click</td>
        <td>link=店铺街</td>
        <td></td>
</tr>
<tr>
        <td>click</td>
        <td>//img[contains(@src,'http://img02.taobaocdn.com/tps/i2/T1CGpsXmhtXXXXXXXX-300-250.jpg')]</td>
        <td></td>
</tr>

</tbody></table>
</body>
</html>
作者: park_p    时间: 2010-2-24 11:59
Link has target '_blank'这个好像是这样的:当Link有这个属性时,会打开新浏览器窗口,如果target是“_blank”的话,Selenium不能找到打开的新窗口,如果target有一个明确的名字的话,selenium就能够找到这个打开的新窗口并在其上进行操作了。
“_blank”的话,selenium不能保证一定找到找准这个窗口,所以给出警告,如果只有这样的一个窗口和主窗口,selenium通过一些变通的方法也能找到该窗口,但是不保证。
这是selenium本身限制的问题,暂时不晓得怎么解决,只要不影响测试就不用管这个警告。
“selenium_blank4795 ”这个应该是OpenQA里提给selenium的bug号吧?!
作者: 小米啊    时间: 2010-2-24 12:39
我用过的一种变通方法是:
先取到href 存在变量里面,再在原来的窗口open就可以了

希望能有用!
作者: park_p    时间: 2010-2-24 13:11
变通不是指这个意思,selenium还是能找到那个弹出窗口的,只是它不保证这种行为,所以这样的用法不安全,给出警告。
你的用法完全是自行打开新链接,在操作层面上不是一个概念。
作者: yimaotao    时间: 2010-2-24 15:15
标题: 回复 3# 的帖子
我用的是 Selenium IDE,
步骤
<tr>
        <td>click</td>
        <td>link=店铺街</td>
        <td></td>
</tr> 重新打开一个新的窗口,要在原来的窗口打开目标地址咋个改呢?
作者: park_p    时间: 2010-2-24 15:24
3#的方法符合你的要求啊
作者: yimaotao    时间: 2010-2-24 16:23
标题: 回复 6# 的帖子
用不了  storeAttribute 方法 , 能不能用   storeElementPresent  方法呢?
作者: 小米啊    时间: 2010-2-25 09:42
我也是用ide
我试一个例子,storeAttribute 是可以用的。
你直接运行下附件里的
作者: 小米啊    时间: 2010-2-25 09:45
标题: 回复 4# 的帖子
我当初用这种方法,是因为可以解决需求,不用完全模拟click操作,
能否把selenium还是能找到那个弹出窗口的,做一个例子共享下呢?谢谢




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2