Watir: 应用Watir,调用AutoIT清空IE浏览器的Cookies

require 'win32ole'
ai = WIN32OLE.new("AutoItX3.Control")
ai.RunWait("RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255")

posted @ 2013-08-16 17:02  chenpassion  阅读(373)  评论(0编辑  收藏  举报