最好的办法???在 internetexplorer (Windows7) 中使用 powershell 脚本进行自动化测试
目前我创建了一个程序,它将自动测试。为了避免出现此问题,我必须停用 Silverlight(因为否则我的脚本无法在 windows7 中运行)。 是否有机会在用户没有管理员权限的情况下执行此操作?
如果是:机会是什么? 如果否:我是否可以仅为具有管理员权限的用户创建该程序,或者是否有其他机会(例如:操作 Silverlight,以便我的脚本可以与 Silverlight 一起使用...)?
谢谢
Currently I create a program, which shall automated-tests. To allow for this problem-free I must deactivate Silverlight (because my scripts don´t work in windows7 otherwise).
Is there a chance to do this, without the user must admin-permissions have?
If yes: what chance is it?
If no: Can I create the program only for users with admin-permissions or have I other chances (for example: manipulate Silverlight, so that my Scripts work with Silverlight ...)?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的 IE 中不需要插件,您可以使用 -extoff 参数启动它,该参数会禁用所有插件,包括 Silverlight。
在 Powershell 中,它可能看起来像这样:
If you don't need Addons in your IE you could just start it with the -extoff parameter which disables all addons, including Silverlight.
In Powershell it might look like this: