51Testing软件测试论坛
标题:
打开IE并输入地址,如何用脚本编写
[打印本页]
作者:
xiaomin799
时间:
2008-4-23 10:53
标题:
打开IE并输入地址,如何用脚本编写
打开IE并输入地址,如何用脚本编写
作者:
scorix
时间:
2008-4-23 10:56
SystemUtil.run "iexplore.exe","http://bbs.51testing.com"
[
本帖最后由 scorix 于 2008-4-23 11:25 编辑
]
作者:
liyi1986
时间:
2008-4-23 13:22
标题:
open
SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe",dAddress,"C:\Documents and Settings\Administrator","open"
作者:
huaxiaowu
时间:
2008-4-23 14:22
试了一下,发现楼上两位说的都对,请问dAddress,"C:\Documents and Settings\Administrator"是什么参数?楼上的打开是BLANK的IE,是在这里设置的吗?
作者:
xiaonan
时间:
2008-4-23 16:37
楼上的,可以查看一下SystemUtil.Run这种方法的帮助就知道了
作者:
huaxiaowu
时间:
2008-4-23 16:45
我看了……
不是很明白,看的是在HELP里搜索到的RUN方法……
作者:
xiaonan
时间:
2008-4-23 16:51
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = true
IE.Navigate "http://www.baidu.com"
那就用这种方式吧,简单明了
作者:
scorix
时间:
2008-4-24 11:43
SystemUtil.Run file, [params], [dir], [op], [mode]
file Required. A String value.
The name of the file you want to run.
params Optional. A String value.
If the specified file argument is an executable file, use the params argument to specify any parameters to be passed to the application.
这里params指的是file的参数(当file为可执行文件时,如iexplore.exe)
所以其实你在“开始”->“运行”里输入iexplore.exe
http://bbs.51testing.com
就可以直接打开指定的网页
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2