码迷,mamicode.com
首页 > 编程语言 > 详细

Python 找到已经存在IE实例

时间:2014-07-22 22:45:34      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:io   for   re   c   ar   python   

#coding=utf-8

import win32com.client

clsid=‘{9BA05972-F6A8-11CF-A442-00A0C90A8F39}‘
ShellWindows=win32com.client.Dispatch(clsid)
for i in range(ShellWindows.Count):
print i
# this is the titlebar value
print ShellWindows[i].LocationName
# this is the current URL
print ShellWindows[i].LocationURL

Python 找到已经存在IE实例,布布扣,bubuko.com

Python 找到已经存在IE实例

标签:io   for   re   c   ar   python   

原文地址:http://www.cnblogs.com/zhangjunjun203/p/3859874.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!