51Testing软件测试论坛

标题: [急问] 如何用selenium删除c:/document and setting/administrator/cookie下的文件 [打印本页]

作者: vrenda    时间: 2009-9-11 11:03
标题: [急问] 如何用selenium删除c:/document and setting/administrator/cookie下的文件
我用了selenium的以下两个API,文件都不能被删除,多谢各位帮助!

  $selenium->deleteAllVisibleCookies();
  $selenium->deleteCookie("administrator@www.hotmail.com","path=/,Host=www.hotmail.com,recurse=true");

有人成功过吗?多谢!
作者: park_p    时间: 2009-9-18 16:45
没搞过你说的这个需求
猜测:
1.本身有无cookie文件的删除权限在使用的系统中。(赋予用户权限等方法试试)
2.Cookie文件正在被浏览器占用而无权删除。(这个可以关闭所有浏览器后删除试试看,或转到别的域下)
3.如果还不行,可以考虑能不能用别的办法或系统调用删了,呵呵~~,也没辄了。还没有更好的猜测方案了
作者: redpen    时间: 2012-5-29 14:12
不行啊,不知怎么弄
作者: redpen    时间: 2012-5-29 14:13
这问题有人解决了吗,求指教
作者: xygwf    时间: 2012-5-30 14:14
刚测试过, 可以删除cookie:

from selenium import webdriver

driver = webdriver.Firefox()
driver.delete_cookie('JSESSIONID')




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